/* BASIC css start */
.live_banner {width:120px; text-align:center; margin:0 auto 15px; }
.live_banner img {max-width:100%; }
.live_banner > div {display:none; }

#blk_scroll_wings {    }

#todayWrap {width:150px; position:relative;}
#todayWrap img {max-width:100%; }
#todayWrap .swiper-button-next {right:0; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23C5C5C5'%2F%3E%3C%2Fsvg%3E"); }
#todayWrap .swiper-button-prev {left:0;  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23C5C5C5'%2F%3E%3C%2Fsvg%3E"); }
#todayWrap .swiper-container {width:100px;  }

.right_scroll_wrap .recent_view_btn {
    margin: 5px auto 0px;
    display:inline-block;
    font-size: 11px;
    background: #fff;
    padding:3px 10px;
    color: #333;
    text-align: center;
    
    border: 1px solid #333;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
 }

.right_scroll_wrap {
       z-index: 50;
    position: fixed;
    top: calc(50vh - 25%);
    right: 0px;
    width: 150px;
    color: #333 !important;
    /* height: 350px; */
    text-align: center;
    display: table;
}
.right_scroll_wrap > div {display:table-cell; vertical-align:middle; text-align:center; }
.right_scroll_wrap a {display:block; margin-bottom:8px;}
.right_scroll_wrap a ~ div {margin-top:10px; } 
.right_scroll_wrap .bottom_go {margin-top:15px; }
.right_scroll_wrap .bottom_go, .right_scroll_wrap .top_go {cursor:pointer; }
.right_scroll_wrap img {max-width:85%; }

.right_scroll_wrap a.d_line.dline, .right_scroll_wrap a.d_line.original  {margin-top:75px; }
.right_scroll_wrap a.d_line {width:120px; height:30px; line-height:30px; font-size:11px; background:#fff; color:#575654; text-align:center; margin:0 auto; border:1px solid #EFEFEF; border-bottom:0px; 
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
.right_scroll_wrap a.d_line:hover {background:#efefef }
.right_scroll_wrap a.d_line.last {border-bottom:1px solid #efefef; }

.right_scroll_wrap .icon_wrap {margin:30px auto 0px; }
.right_scroll_wrap .icon_wrap > a {display:inline-block; max-width:35px; padding:0px 30px; }


/* BASIC css end */

