﻿

.sec-sbj {
    position: relative;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    text-align: right;
    border-bottom: 1px solid #ddd
}

.sec-sbj a.on b {
    color: #ff9702
}

.sec-sbj a.on b::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    background-color: #ff9702
}

.sec-sbj b {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 0
}

.sec-sbj .more {
    padding-left: 10px;
    color: #666;
    font-size: 16px
}

.sec-sbj .more:hover {
    color: #ff9702
}

.video-list {
    overflow: hidden
}

.video-list .inner {
    width: 110%;
    overflow: hidden
}

.video-list dl {
    float: left;
    width: 268px;
    margin: 25px 42px 0 0
}

.video-list dt {
    position: relative;
    overflow: hidden;
    height: 151px
}

.video-list dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-list dt::after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_play_small.png) center no-repeat
}

.video-list dd {
    line-height: 1.8
}

.video-list dd strong {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal
}

.video-list dd p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888;
    word-spacing: 4px
}

.video-list dd p b {
    color: #333;
    font-weight: normal
}














/* 视频播放区 */
.video-content {
    padding-bottom:25px;
    overflow:hidden;
    background-color:#333
}
.video-content .sec-title {
    margin:0 auto;
    width:1200px
}
.video-content .sec-title b {
    font-size:22px;
    background:linear-gradient(to right top, #ff5a00, #ffa800);
    -webkit-background-clip:text;
    color:rgba(0, 0, 0, 0)
}
.video-content .player-area {
    width:890px;
    height:540px;
    float:left
}
.video-content .player-area embed {
    margin-top:-1px
}
.video-content .side-list {
    width:290px;
    height:535px;
    padding:0 5px 5px 15px;
    float:right;
    background:#202026
}
.video-content .side-list .tl {
    color:#fff;
    font-size:18px;
    line-height:50px
}
.video-content .side-list .list {
    position:relative;
    height:480px;
    overflow:auto;
    scrollbar-base-color:#202020;
    scrollbar-face-color:#3c3c3c;
    scrollbar-arrow-color:#202020;
    -ms-scrollbar-arrow-color:#3c3c3c;
    scrollbar-3dlight-color:#3c3c3c;
    scrollbar-highlight-color:#3c3c3c;
    scrollbar-shadow-color:#3c3c3c;
    scrollbar-darkshadow-color:#3c3c3c;
    scrollbar-track-color:#202020
}
.video-content .side-list .list::-webkit-scrollbar {
    width:5px;
    background:#151515
}
.video-content .side-list .list::-webkit-scrollbar-track-piece {
    background:rgba(0, 0, 0, 0)
}
.video-content .side-list .list::-webkit-scrollbar-button {
    display:none
}
.video-content .side-list .list::-webkit-scrollbar-thumb {
    background:#3c3c3c;
    border-radius:5px
}
.video-content .side-list .list dl {
    margin-bottom:20px;
    overflow:hidden
}
.video-content .side-list .list dl dt {
    position:relative;
    width:123px;
    height:77px;
    margin-right:10px;
    float:left
}
.video-content .side-list .list dl dt a {
    display:block;
    height:77px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:auto 100%
}
.video-content .side-list .list dl dt a:hover {
    opacity:.8
}
.video-content .side-list .list dl dt img {
    width:100%;
    height:100%
}
.video-content .side-list .list dl dd {
    overflow:hidden;
    height:75px
}
.video-content .side-list .list dl dd a {
    display:block;
    overflow:hidden;
    line-height:1.8;
    color:#e6e3e3
}
.video-content .side-list .list dl dd a:hover {
    color:#ff9600
}
.video-content .info {
    position:relative;
    padding-top:20px;
    overflow:hidden;
    clear:both;
    color:#615f60
}
.video-content h1 {
    margin-bottom:10px;
    color:#fff;
    font-size:24px;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.video-content span {
    padding-right:12px
}
.video-content .tags a {
    display:inline-block;
    padding:1px 10px;
    margin:0 5px;
    border-radius:15px;
    border:1px solid #615f60;
    color:#615f60
}
.video-content .tags a:hover {
    border-color:#bbb;
    color:#bbb
}
.video-content .share-wrap {
    position:absolute;
    top:40px;
    right:0
}

/* 视频详情主体 */
.video-detail {
}

.video-detail .main {
    width:865px;
    float:left
}
.video-detail .main .detail {
    line-height:1.8;
    font-size:16px;
    color:#444
}
.video-detail .main .detail p {
    padding:8px 0
}
.video-detail .side {
    width:300px;
    float:right
}

/* 小视频列表（single-list） */
.video-detail .single-list {
    padding:15px 0;
    overflow:hidden
}
.video-detail .single-list ul {
    width:900px;
    overflow:hidden
}
.video-detail .single-list li {
    width:165px;
    float:left;
    margin-right:12px
}
.video-detail .single-list li a {
    display:block;
    color:#444
}
.video-detail .single-list li a:hover {
    color:#ff9600
}
.video-detail .single-list li a:hover i {
    opacity:.8
}
.video-detail .single-list li i {
    display:block;
    height:93px;
    overflow:hidden;
    background-position:center;
    background-repeat:no-repeat;
    background-size:auto 100%
}
.video-detail .single-list li img {
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.video-detail .single-list li p {
    height:44px;
    margin-top:5px;
    overflow:hidden
}

/* 文章文字列表（art-list） */
.video-detail .art-list {
    padding:0
}
.video-detail .art-list a {
    display:block;
    height:30px;
    line-height:30px;
    text-indent:10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#444;
    background:url(../images/icon_point.png) left center no-repeat
}
.video-detail .art-list a:hover {
    color:#ff9600
}


/* 侧边标题 sbj / sbj-detail */
.video-detail .sbj {
    position:relative;
    overflow:hidden;
    height:44px;
    line-height:44px;
    text-align:right;
    border-bottom:1px solid #eee
}
.video-detail .sbj b {
    float:left;
    font-size:24px;
    color:#333
}
.video-detail .sbj-detail {
    padding-left:32px;
    background-position:left center;
    background-size:auto 25px;
    background-repeat:no-repeat
}
.video-detail .sbj-detail.icon-focus {
    background-image:url(../images/icon_focus.png)
}
.video-detail .sbj-detail b {
    background:linear-gradient(to right, #fe4f02 60%, #fe9d05);
    -webkit-background-clip:text;
    color:rgba(0, 0, 0, 0)
}

/* 医院资讯列表 order-detail order-list */
.video-detail .order-detail.order-list {
    background:none
}
.video-detail .order-detail.order-list a {
    padding-left:20px;
    background:url(../images/icon_sj.png) no-repeat left center
}









p.row1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
p.row2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.hide{display:none !important}
.right{float:right !important}


/* 文章标题 */
h1.wzbt{line-height:1.6;margin-bottom:20px;padding-bottom:15px;font-size:28px;border-bottom:1px solid #eee}

/* 主内容区 + 文章详情 */
.main{width:864px;float:left}
.art-detail .info{font-size:15px;color:gray}
.art-detail .detail{padding:20px 0;line-height:2;font-size:18px;text-align:justify;color:#444}
.art-detail .detail p{padding:8px 0}
.art-detail .detail img{max-width:80%}
.art-detail .detail img:hover{opacity:1}
.art-detail .detail h5{padding:18px 0;color:#000;font-size:22px;border:1px}
.art-detail .detail a{color:#ff9600}
.art-detail .detail a:hover{text-decoration:underline}

/* 侧边栏 */
.side{width:300px;float:right}

/* 侧边列表样式 */
.side .order{background:url(../images/order_2.png) left 7px/40px no-repeat}
.side .order a{display:block;height:30px;line-height:30px;padding-left:45px;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.side .order-detail a{display:block;height:30px;line-height:30px;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.side .order-detail.order-3{background:url(../images/order_3.png) no-repeat left top}
.side .order-detail.order-3 a{padding-top:8px;height:25px;line-height:25px;padding-left:45px}
.side .order-detail.order-list{background:none}
.side .order-detail.order-list a{padding-left:20px;background:url(../images/icon_sj.png) no-repeat left center}










.doctor-card{position:relative}
.doctor-card .inner{width:120%;padding-left:1px;overflow:hidden}
.doctor-card .item{padding:10px 0;padding-left:2px;overflow:hidden}
.doctor-card dl{width:181px;padding:25px 15px;margin:15px 0;float:left;margin-right:33px;border:1px solid #eee;text-align:center}
.doctor-card dl:hover{box-shadow:0 0 5px rgba(0,0,0,.1)}
.doctor-card dt{display:inline-block;width:130px;height:130px;margin:0 auto;border-radius:50%;overflow:hidden}
.doctor-card dt img{width:100%;height:100%;object-fit:cover}
.doctor-card dd{margin-top:5px;color:#666;font-size:14px}
.doctor-card dd b{font-size:16px;font-weight:normal;color:#333}
.doctor-card dd p{margin:3px 0;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.doctor-card dd a:hover b{color:#ff9702}









/* 头部医院通栏 */
.hospital-header{background:#ff9702 linear-gradient(to right, orange 0%, orange 25%, #ffc700 70%, orange 85%, orange 100%)}
.hospital-header .header-detail{position:relative;margin:0 auto;padding-left:243px;width:957px}
.hospital-header .hos-logo{position:absolute;top:0;left:0;padding:10px;width:223px;height:177px;background-color:#fff;box-shadow:0 0 3px 1px #ddd}
.hospital-header .hos-logo img{width:100%;height:100%;object-fit:cover;object-fit:contain}
.hospital-header .hos-imf{padding:30px 25px;line-height:1;color:#fff}
.hospital-header .hos-imf h1{font-size:42px}
.hospital-header .hos-imf b{display:inline-block}
.hospital-header .hos-imf em{display:inline-block;padding:5px 12px;font-size:12px;font-weight:normal;border-radius:5px;vertical-align:top;background:linear-gradient(to top, rgba(242, 63, 88, 0.99608) 0%, rgb(248, 111, 100) 100%);color:#fff}
.hospital-header .hos-imf p{line-height:1.35;margin-top:22px;font-size:18px}
.hospital-header .hos-imf p i{display:inline-block;margin-right:15px}
.hospital-header .hos-badge{position:absolute;top:30px;right:0;display:block;padding:4px 20px;width:120px;height:29px;color:#985706;font-size:11px;line-height:1.2;text-align:center;background:url(../images/badge_2.png) no-repeat center/100%}

/* 导航栏 */
.channel-nav{border-top:2px solid #ff9702;border-bottom:1px solid #eee;box-shadow:1px 1px 2px rgba(0,0,0,.2)}
.channel-nav .sec-inner{overflow:hidden}
.channel-nav .menus{width:100%;overflow:hidden;float:left;margin-right:-320px;font-size:18px}
.channel-nav .menus li{padding:10px 0;margin-right:10px;float:left}
.channel-nav .menus a{display:block;height:36px;line-height:36px;padding:0 20px}
.channel-nav .menus a:hover,.channel-nav .menus a.on{color:#fff;border-radius:20px;background:#ff9702}
.hospital-header .channel-nav{margin-top:0;border-top:none;border-bottom:none;box-shadow:none;background-color:#f9f9f9}
.hospital-header .channel-nav .sec-inner{width:930px;padding-left:270px}
.hospital-header .channel-nav .menus{font-size:20px}
.hospital-header .channel-nav .menus li{margin-right:30px}

/* 主体容器 */
.main{overflow:hidden}

/* 正文详情文本 */
.main .detail{line-height:2;margin:10px 0;font-size:16px;text-align:justify}

/* 重点科室模块 */
.hospital-cate{width:900px;padding-left:3px;padding-bottom:3px;overflow:hidden}
.hospital-cate .cate-list{white-space:nowrap}
.hospital-cate .cate-list a.move-btn{display:inline-block;position:relative;margin:15px 0;padding:10px 5px;width:16px;height:73px;vertical-align:top;border-radius:5px;box-shadow:0 0 5px 1px rgba(238,238,238,.75)}
.hospital-cate .cate-list a.move-btn::before{display:block;position:absolute;top:50%;left:35%;transform:translate(-50%, -50%) rotate(45deg);content:"";width:10px;height:10px;border:2px solid;border-color:#c1c1c1 #c1c1c1 rgba(0,0,0,0) rgba(0,0,0,0)}
.hospital-cate .list{position:relative;overflow:hidden;display:inline-block;padding:15px;width:750px;height:93px;white-space:nowrap}
.hospital-cate p{position:absolute;top:15px;left:15px;display:inline-block;white-space:nowrap}
.hospital-cate p a{display:inline-block;margin-right:28px;padding:10px 5px;width:86px;height:73px;text-align:center;vertical-align:bottom;font-size:16px;background:no-repeat center/100%;border-radius:5px;box-shadow:0 0 5px 1px rgba(238,238,238,.75);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.hospital-cate p i{display:block;margin:0 auto 3px;height:50px}
.hospital-cate b{display:inline-block;margin:15px 15px 15px 0;padding:0 5px;height:93px;writing-mode:vertical-lr;vertical-align:top;font-weight:normal;text-align:center;color:#fff;background-color:#ff9702;border-radius:5px}
.cate-list .item{overflow:hidden;margin:15px 0}
.cate-list .item b{display:block;text-align:center}

/* 名医列表 */
.doctor-list{width:920px;padding:15px 0;overflow:hidden}
.doctor-list dl{position:relative;float:left;width:390px;margin:10px 25px 10px 0;padding:16px 14px;border:1px solid #eee}
.doctor-list dt{overflow:hidden}
.doctor-list dt i{display:block;overflow:hidden;float:left;width:70px;height:70px;margin-right:15px;border-radius:50%}
.doctor-list dt i img{width:100%;height:100%;object-fit:cover}
.doctor-list dt h5,.doctor-list dt em{display:block;width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.doctor-list dt h5{margin-top:5px;font-weight:normal;font-size:16px;line-height:35px}
.doctor-list dt h5 span{font-size:18px;padding-right:8px}
.doctor-list dt em{line-height:1.8em;color:#666}
.doctor-list dd{z-index:1;padding-top:15px;overflow:hidden;border-left:0;color:#444;text-align:justify;background:#fff}
.doctor-list dd p{overflow:hidden;height:45px;color:#888}

/* 同城医院列表 */
.hospital-list dl{padding:25px 0;border-bottom:1px dotted #ccc}
.hospital-list dl:hover{background:#f7f7f7}
.hospital-list dt{width:230px;float:left;margin-right:30px;text-align:center}
.hospital-list dt i{width:230px;height:173px;overflow:hidden}
.hospital-list dt img{width:100%;height:100%;object-fit:cover}
.hospital-list dt a{color:#888}
.hospital-list dt a:hover{color:#ff9702}
.hospital-list dt em{line-height:2}
.hospital-list dd{position:relative;overflow:hidden}
.hospital-list dd p{height:75px;line-height:1.8;margin-bottom:10px;overflow:hidden;color:#666;word-spacing:1em}
.hospital-list dd p a{color:#ff9702}
.hospital-list dd .title-wrap{overflow:hidden;margin-bottom:20px}
.hospital-list dd .title-wrap b{float:left;display:block;margin-right:15px;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:normal}
.hospital-list dd .title-wrap .link-btn{float:left;margin-right:5px;overflow:hidden;line-height:0}
.hospital-list dd .title-btn{display:inline-block;margin:0 5px;width:26px;height:28.8px;background-position:center;background-size:auto 20px;background-repeat:no-repeat}
.hospital-list dd .title-btn.link-doc{background-image:url(../images/icon_link_doc.png)}
.hospital-list dd .title-btn.link-tel{background-image:url(../images/icon_link_tel.png)}
.hospital-list dd .title-btn.link-hos{background-image:url(../images/icon_link_hos.png)}
.hospital-list dd .cates{color:#888;word-spacing:8px}
.hospital-list dd .cates a{color:#888}
.hospital-list dd .cates a:hover{color:#ff9702}


/* 侧边文字列表 */
.text-list{overflow:hidden;clear:both}
.text-list li{height:1em;line-height:1em;padding:6px 0 6px 12px;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:url(../images/dot_orange.png) left center no-repeat}

/* 侧边药品列表 */
.prod-list{padding:0;margin-top:0 !important;margin-bottom:0 !important;font-size:14px}
.prod-list dl{padding:15px 0;overflow:hidden;border-bottom:1px dotted #ddd}
.prod-list dl:last-child{border-bottom:0}
.prod-list dt{float:left;margin-right:10px;width:100px}
.prod-list img{width:100%;object-fit:cover}
.prod-list dd{overflow:hidden}
.prod-list dd b{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.prod-list dd em{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.prod-list dd P{margin-top:5px;color:#888;font-size:12px}

/* 文字溢出省略通用（页面多处用到） */
p.row1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}






/* 标题分割线模块 */
.sbj{background:url(../images/sbj_line_gray.png) center repeat-x;margin:5px 0;}
.sbj b{display:inline-block;padding-right:10px;font-size:16px;color:#444;background:#fff}

/* 图文列表主体样式 photo-text */
.photo-text dl{padding:20px 0;overflow:hidden;border-bottom:1px solid #ddd}
.photo-text dl:hover{border-color:#ff9600;background:#f7f7f7}
.photo-text dt{width:160px;height:90px;float:left;margin-right:20px;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:auto 100%}
.photo-text dt img{width:100%;height:100%;object-fit:cover}
.photo-text dd{position:relative;overflow:hidden}
.photo-text dd h2{height:30px;margin-top:-5px;margin-bottom:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;font-size:20px}
.photo-text dd p{line-height:2;height:56px !important;overflow:hidden;text-align:justify;color:gray}






/* 医生横幅 */
.doctor-banner{
    margin-bottom:-20px;
    overflow:hidden;
    background:-o-linear-gradient(182deg, rgb(255, 153, 0) 0%, rgb(255, 117, 0) 100%);
    background:linear-gradient(268deg, rgb(255, 153, 0) 0%, rgb(255, 117, 0) 100%)
}
.doctor-banner .sec-inner{
    position:relative;
    height:193px
}
.doctor-banner dl{
    position:relative;
    width:950px;
    min-height:135px;
    padding-top:20px
}
.doctor-banner dl.badge::before{
    position:absolute;
    left:-5px;
    bottom:-20px;
    width:160px;
    height:40px;
    content:"";
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat
}
.doctor-banner dl.badge_1::before{
    background-image:url(../images/badge_1.png)
}
.doctor-banner dt{
    width:140px;
    height:140px;
    margin-right:30px;
    float:left;
    overflow:hidden;
    border-radius:50%
}
.doctor-banner dt img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.doctor-banner dd{
    position:relative;
    padding-top:8px;
    font-size:18px;
    color:#fff;
    word-spacing:14px
}
.doctor-banner dd b{
    font-size:26px;
    line-height:1em
}
.doctor-banner dd i{
    display:block;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.doctor-banner dd i a{
    margin-right:15px;
    line-height:2.6em;
    font-size:18px;
    color:#fff
}
.doctor-banner dd p{
    font-size:16px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.doctor-banner dd p a{
    color:#fff;
    text-decoration:underline
}

/* 频道导航 */
.channel-nav2{
    border-top:2px solid orange;
    border-bottom:1px solid #eee;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);
    box-shadow:1px 1px 2px rgba(0,0,0,.2); overflow:hidden
}
.channel-nav2 .menus{
    float:left;
    margin-right:-320px;
    font-size:18px
}
.channel-nav2 .menus li{
    float:left;
    text-align:center
}
.channel-nav2 .menus li:first-child{
    margin-right:10px
}
.channel-nav2 .menus i{
    display:block;
    margin:0 auto 10px;
    width:32px;
    height:32px;
    background-size:auto;
    background-position:center;
    background-repeat:no-repeat
}
.channel-nav2 .menus a{
    display:block;
    padding:12px 20px 8px;
    min-width:3.3em;
    font-size:16px
}
.channel-nav2 .menus a:hover,.channel-nav2 .menus a.on{
    position:relative;
    color:#fff;
    background:#ffad42
}
.channel-nav2 .menus a:hover::before,.channel-nav2 .menus a:hover::after,.channel-nav2 .menus a.on::before,.channel-nav2 .menus a.on::after{
    position:absolute;
    top:-5px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    width:8px;
    height:8px;
    background-color:#ffad42;
    content:""
}
.channel-nav2 .menus a:hover:before,.channel-nav2 .menus a.on:before{
    left:-4px
}
.channel-nav2 .menus a:hover::after,.channel-nav2 .menus a.on::after{
    right:-4px
}
.channel-nav2 .menus .home i{
    background-image:url(../images/icon_index_grey.png)
}
.channel-nav2 .menus .home:hover i,.channel-nav2 .menus .home.on i{
    background-image:url(../images/icon_index_white.png)
}
.channel-nav2 .menus .time i{
    background-image:url(../images/icon_time_grey.png)
}
.channel-nav2 .menus .time:hover i,.channel-nav2 .menus .time.on i{
    background-image:url(../images/icon_time_white.png)
}
.channel-nav2 .menus .contact i{
    background-image:url(../images/icon_contact_grey.png)
}
.channel-nav2 .menus .contact:hover i,.channel-nav2 .menus .contact.on i{
    background-image:url(../images/icon_contact_white.png)
}
.channel-nav2 .menus .video i{
    background-image:url(../images/icon_video_grey.png)
}
.channel-nav2 .menus .video:hover i,.channel-nav2 .menus .video.on i{
    background-image:url(../images/icon_video_white.png)
}
.channel-nav2 .menus .audio i{
    background-image:url(../images/icon_audio_grey.png)
}
.channel-nav2 .menus .audio:hover i,.channel-nav2 .menus .audio.on i{
    background-image:url(../images/icon_audio_white.png)
}
.channel-nav2 .menus .article i{
    background-image:url(../images/icon_article_grey.png)
}
.channel-nav2 .menus .article:hover i,.channel-nav2 .menus .article.on i{
    background-image:url(../images/icon_article_white.png)
}
.channel-nav2 .menus .live i{
    background-image:url(../images/icon_live_grey.png)
}
.channel-nav2 .menus .live:hover i,.channel-nav2 .menus .live.on i{
    background-image:url(../images/icon_live_white.png)
}
.channel-nav2 .menus .comment i{
    background-image:url(../images/icon_com_grey.png)
}
.channel-nav2 .menus .comment:hover i,.channel-nav2 .menus .comment.on i{
    background-image:url(../images/icon_com_white.png)
}
 
 
 .citiaowd {
	padding:6px;
	overflow:hidden;
	margin-bottom:10px
}
.citp {
	float:left;
	margin-right:10px
}
.citp img {
	width:150px;
	height:90px
}
.citzw {
	float:left;
	width:690px;
	font-size:16px;
	color:#333;
	line-height:24px;
}

.live_broadcast_link {
	width:100%;
	position:relative;	margin-top:10px
}
.live_broadcast_link a {
	font-size:0;
	display:inline-block;
	width:100%;
	height:100%
}
.live_broadcast_link img {
	width:100%
}













.game__header {
	background-color:#ff9c00;
	border-radius:12px 12px 0 0;
	box-sizing:border-box;
	height:250px;
	padding:28px 50px;
}
.game__header, .game__header__side {
	align-items:center;
	display:flex;
	justify-content:space-between;
	position:relative
}
.game__header__side {
	flex:0 0 438px;
	flex-direction:row-reverse
}
.game__header__side__btn {
	position:absolute;
	right:-50px;
	top:-32px
}
.game__header__side__bg {
	position:absolute;
	right:0;
	z-index:-1
}
.game__header__side>a {
	height:186px;
	width:186px
}
.game__header__side>a>img {
	height:186px;
	-o-object-fit:contain;
	object-fit:contain;
	width:186px
}
.game__header__side>span {
	color:var(--font-color-50);
	font-size:16px;
	height:21px;
	left:100%;
	line-height:21px;
	margin-left:10px;
	position:absolute;
	top:83px
}
.game__header__side:first-child {
	flex-direction:row
}
.game__header__side:first-child>span {
	left:unset;
	margin-left:unset;
	margin-right:10px;
	right:100%
}
.game__header__side:first-child .game__header__side__bg {
	left:0;
	right:unset
}
.game__header__side:first-child .game__header__side__btn {
	border-radius:12px 0 12px;
	left:-50px;
	right:unset
}
.game__header__extra {
	flex-direction:column
}
.game__header__extra, .game__header__extra__name {
	align-items:center;
	display:flex;
	justify-content:center
}
.game__header__extra__name {
	background-color:var(--bg-04);
	border-radius:23px;
	box-sizing:border-box;
	color:var(--font-color);
	font-size:20px;
	height:46px;
	overflow:hidden;
	padding:0 16px;
	text-align:center;
transition:all .3s ease-in-out;
	width:220px
}
.game__header__extra__name>span:first-child {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	display:box;
	flex:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.game__header__extra__desc {
	align-items:center;
	color:var(--font-color-50);
	display:flex;
	font-size:16px;
	height:20px;
	line-height:20px;
	margin-top:12px;
transition:all .3s ease-in-out
}
.game__header__extra__desc>.fa {
	font-size:10px;
	margin-left:3px
}
.game__header__extra__desc:hover, .game__header__extra__name:hover {
	color:#caff00
}
.game__header__info {
	align-items:center;
	display:flex;
	flex:0 0 230px;
	flex-direction:column;
	height:142px
}
.game__header__info__time {
	color:var(--font-color-70);
	font-size:18px;
	height:24px;
	line-height:24px
}
.game__header__info__score {
	align-items:center;
	background-image:url(../images/icon_vs.svg);
	background-position:50%;
	background-repeat:no-repeat;
	box-sizing:border-box;
	color:var(--font-color);
	display:flex;
	font-family:Bebas;
	font-size:40px;
	height:56px;
	justify-content:space-between;
	margin:16px 0;
	position:relative;
	width:100%
}
.game__header__info__score__num {
	flex:0 0 60px
}
.game__header__info__score__num:first-child {
	text-align:right
}
.game__header__info__btn {
	align-items:center;
	background-color:var(--bg-blue);
	border-radius:4px;
	color:var(--font-color);
	cursor:pointer;
	display:flex;
	font-size:14px;
	height:30px;
	justify-content:center;
	padding:0 16px
}
.game__header__info__league {
	font-size:14px;
	height:18px;
	line-height:18px;
	top:28px
}
.game__header__info__note {
	background-image:linear-gradient(90deg, rgba(255, 225, 107, 0), rgba(255, 225, 107, .12) 50%, rgba(255, 225, 107, 0));
	bottom:8px;
	font-size:16px;
	height:30px;
	line-height:30px;
	padding:0 12px
}
.game__header__info__league, .game__header__info__note {
	color:var(--font-color-70);
	left:50%;
	position:absolute;
	transform:translate(-50%)
}
.game__header__info--in .game__header__info__score, .game__header__info--in .game__header__info__time {
	color:var(--font-red)
}


.qmw__tab--default .qmw__tab__list_zb {
	align-items:center;
	color:var(--font-color-50);
	display:flex;
	font-size:20px;
	justify-content:center;
	position:relative;
	width:100px;
    border-radius: 9999px;
    background: #f5f5f5;
    color: #666;
    margin: 15px 10px;
    height: 30px;
}



