@charset "UTF-8";
* {
    box-sizing: border-box;
    font-family: 'Microsoft Yahei', Arial;
}
.icon-top {
    background: url(/static/b13/images/top.png) no-repeat center #fff;
    background-size: 22px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 10%;
    transition: all .3s;
    z-index: 9999999;
    border: #ccc 1px solid;
    border-radius: 100%
}

.YjEz_TXhUS1R1Rg .header_menu > li {
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.YjEz_TXhUS1R1Rg .header_menu > li a{
    display: block;
    max-height: 67px;
    font-size: 16px;
    font-weight: 400;
    color:#444444;
}


* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

html {
    font-size: 14px;
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    text-decoration: none;
    outline: none;
    color: black
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

@keyframes upToDown {
    0% {
        transform: translate(0px, 0px);
        opacity: 1
    }
    50% {
        transform: translate(0px, -10px);
        opacity: 0.6
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

@-webkit-keyframes upToDown {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(0px, -10px);
        opacity: 0.6
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1
    }
}

@keyframes brees {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@-webkit-keyframes brees {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.row {
    zoom: 1
}

.row:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.flexbox {
    display: flex
}

.flex-1 {
    float: left;
    width: 8.33333%
}

.flex-2 {
    float: left;
    width: 16.66667%
}

.flex-3 {
    float: left;
    width: 25%
}

.flex-4 {
    float: left;
    width: 33.33333%
}

.flex-5 {
    float: left;
    width: 41.66667%
}

.flex-6 {
    float: left;
    width: 50%
}

.flex-7 {
    float: left;
    width: 58.33333%
}

.flex-8 {
    float: left;
    width: 66.66667%
}

.flex-9 {
    float: left;
    width: 75%
}

.flex-10 {
    float: left;
    width: 83.33333%
}

.flex-11 {
    float: left;
    width: 91.66667%
}

.flex-12 {
    float: left;
    width: 100%
}

body {
    background: #f2f2f2
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.float-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.float-clear {
    zoom: 1
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ellipsis2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.breakword {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.pointer {
    cursor: pointer
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.pagination-box {
    text-align: center;
    margin-top: 30px
}

.pagination-box ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0
}

.pagination-box ul.pagination li {
    float: left;
    height: 24px;
    padding: 0 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    transition: background-color 0.3s;
    cursor: pointer;
    min-width: 26px
}

.pagination-box ul.pagination li.special {
    line-height: 22.5px
}

.pagination-box ul.pagination li.pagination-ellipsis {
    position: relative;
    width: 26px
}

.pagination-box ul.pagination li.pagination-ellipsis:after {
    position: absolute;
    content: '...';
    left: 50%;
    transform: translateX(-50%);
    color: #949494
}

.pagination-box ul.pagination li.active {
    background-color: #dd4d30;
    border: 1px solid #dd4d30
}

.pagination-box ul.pagination li.active a {
    color: white
}

.pagination-box ul.pagination li:hover:not(.active) {
    background-color: #ddd
}

.pagination-box ul.pagination li:last-child {
    margin-right: 0
}

.pagination-box ul.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #949494;
    text-decoration: none
}

.position-container {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    margin-bottom: 20px;
}

.position-container a {
    color: #949494
}

.position-container .arrow {
    padding: 0 2px
}

[hidden] {
    display: none
}

.container_left {
    width: 840px;
    float: left;
}

.container_right {
    width: 340px;
    float: right;
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.not_data {
    padding: 5px 15px;
    color: #000
}

.breadcrumb {
    font-size: 14px;
    padding: 15px 0
}

.breadcrumb {
    color: #8D8D8D;
}


/* header */
.header {
    width: 100%;
    line-height: 64px;
    background: #FFFFFF;
}
.YjEz_TXhUS1R1Rg {
    flex-direction: column;
}
.header_logo {
    height: 60px
}

.header_logo img {
    width: auto;
    height: 55px;
    margin: 5px 0;
    box-sizing: border-box
}

.header_menu_item {
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.header_menu_item a {
    color: #444444
}

.header_menu_item.active, .header_menu_item:hover {
    background: #135D4A;
    box-sizing: border-box;
}

.header_menu_item.active a, .header_menu_item:hover a {
    color: #fff
}


.header_menu_item a {
    display: block;
    width: 100%;
    max-height: 67px;
    font-size: 16px;
    font-weight: 400
}

.header_menu_item .header_menu_item_item {
    position: absolute;
    display: none;
    background: #45464C;
    width: 100%;
    z-index: 999;
    left: 0
}

.header_menu_item .header_menu_item_item li {
    flex: 1;
}

.header_menu_item .header_menu_item_item li a {
    line-height: 40px;
    font-size: 14px;
    color: #fff
}

.header_menu_item .header_menu_item_item li a:hover {
    background: #135D4A;
    color: #fff
}

.header_menu_item .header_menu_item_item li a {
    line-height: 35px
}

.header_menu_item:hover .header_menu_item_item {
    display: block;
}

@media (max-width: 1024px) {
    .header_menu_item {
        float: left;
        padding: 0 5px;
        text-align: center;
        position: relative;
    }

    .header_menu_item a {
        font-size: 14px
    }

}


@media (max-width: 600px) {
    .YjEz_TXhUS1R1Rg {
        flex-direction: unset !important;
    }
    .container {
        width: 100%;
        margin: 0
    }

    .float-left {
        float: none
    }

    .container_left {
        width: 100%;
        float: none;
    }

    .container_right {
        width: 100%;
        float: none;
        margin-top: 30px
    }

    .breadcrumb {
        padding: 15px
    }
}

.hide {
    display: none
}

.show {
    display: block !important
}

.w100 {
    width: 100%
}

.pc {
    display: block
}

.mobile {
    display: none
}

@media (max-width: 780px) {
    .pc {
        display: none !important
    }

    .mobile {
        display: block !important
    }
}

li {
    list-style-type: none;
}

.bgwhite {
    background-color: #fff
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nodate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
    border-radius: 10px
}

.nodate p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #bbb
}

.bgwhite {
    background-color: #fff
}

.padding20 {
    padding: 20px;
}

.main {
    padding: 20px 0;
}

.section-tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F6F7F7;
}

.section-tit .name {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    position: relative;
}

.section-tit .name span {
    display: inline-block;
    border-bottom: 2px solid #135D4A;
    padding-bottom: 13px;
    line-height: 1
}

.section-tit .name span:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.section-tit .name em {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 7px;
}

.section-tit .more {
    font-weight: 400;
    color: #135D4A;
    font-size: 12px;
}


.rotate180 {
    transform: rotate(180deg);
}

.match_juhe .match_zhibo_list {
    display: none
}


/* match */
.match .match_filter_item {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    line-height: 28px;
    margin: 10px 0 2px 0;
}

.match .match_filter_item a {
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: block;
    color: #000000;
    font-size: 14px;
    border: 1px solid #E7E7E7;
    padding: 2px 16px;
}

.match .match_filter_item a h1 {
    font-size: 14px;
    font-weight: 400;
}

.match .match_filter_item.active a {
    background: #135D4A;
    color: #fff;
    border-radius: 15px;
    color: #fff
}

.match .match_filter_roll {
    display: flex;
    justify-content: space-between;
}

.match .match_filter_roll ul {
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.match .match_filter_roll ul.showmore {
    height: auto;
}

.match .match_filter_roll .more_btn {
    width: 70px;
    height: 28px;
    background: #EBF1EF;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px
}

.match .match_filter_roll .more_btn img {
    vertical-align: middle;
}


.match .match_time {
    width: 125px;
    height: 26px;
    background: #F2F2F2;
    opacity: 0.99;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    margin-top: 10px
}

.match .match_filter_roll .more_btn.down {
}

.match_date {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px
}

.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px 0px;
    border-bottom: solid 1px #F2F2F2 !important;
    justify-content: space-between;
}

.match-item .info_left {
    display: flex;
    align-items: center
}

.match-item .info_left .time {
    display: inline-block;
    width: 165px;
    font-weight: 600;
}

.match-item .info_left .time em {
    color: #9A9A9A;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400
}

.match-item .info_left .league {
    display: inline-block;
    width: 100px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left
}

.match-item .info_left .league a {
    color: #000;
}

.match-item .info_center {
    display: flex;
    padding: 10px 0
}

.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.match-item .info_center .home .left > img {
    width: 30px;
    max-height: 35px;
    margin-left: 5px
}

.match-item .info_center .home .left .text {
    display: inline-block;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left
}

.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 120px
}

.match-item .info_center .score .fenge {
    padding: 0 20px;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end
}

.match-item .info_center .away .right .text {
    display: inline-block;
    width: 120px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.match-item .info_center .away .right > img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px
}

.match-item .info_right {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 84px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px
}

.match-item .info_right a {
    color: #000;
    display: block
}

.match-item .info_right.begin {
    background: #EBF1EF;
    color: #000000
}

.match-item .info_right.start {
    background: #EF4031;
    color: #fff
}

.match-item .info_right.start a {
    color: #fff;
}

.match-item .info_right.end {
    background: #135D4A;
}

.match-item .info_right.end a {
    color: #fff;
}

.match_list_more {
    width: 226px;
    height: 34px;
    background: #EEFAF7;
    border-radius: 17px;
    display: block;
    margin: 20px auto 0 auto;
    line-height: 34px;
    text-align: center;
}

.match_list_more a {
    color: #135D4A;
}

/* end match */


.news01 {
    width: 100%;
    height: auto;
    position: relative;
}

.news01 .pic {
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.news01 p {
    width: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #Fff;
    line-height: 1.5;
    padding: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.news02 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news02 p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
}

.news02 p:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #8E8E8E;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}


.news03 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news03 p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    border-bottom: 1px solid #F6F7F7;
}

.news03 p span {
    background: #F4F4F4;
    border-radius: 2px;
    width: 20px;
    height: 24px;
    padding: 2px 0;
    display: inline-block;
    margin-right: 8px;
    text-align: center
}

.news03 p:nth-last-child(1) {
    border: 0;
}

/* video_list */


.video_list ul {
    margin-top: 10px;
}

.video_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F6F7F7;
    padding: 10px 0;;
}

.video_list li a {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.video_list li a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;
}

.video_list li a .nr {
    width: calc(100% - 45px);
}

.video_list li:hover {
    background-color: #F8F8F8;
}

.video_list li:hover a {
    display: flex;
    justify-content: space-between;
    color: #135D4A;
    font-size: 12px;
}

.video_list li:hover a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #135D4A;
    font-size: 14px;
    padding-bottom: 5px;
}

.video_list li:nth-last-child(1) {
    border: 0;
    margin: 0;
}

.tags_list {
    display: flex;
}

.tags_list li {
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 5px 12px;
    display: inline-block;
    line-height: 18px;
    background: #F6F7F7;
}

.tags_list li a {
    display: block
}

.tags_list li:hover {
    background: #228B63
}

.tags_list li:hover a {
    color: #FFFFFF;
    display: block
}

@media (max-width: 600px) {
    .tags_list {
        padding: 10px 0
    }
}


.friend-wrapper {
    border-bottom: 1px solid #41464C;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 20px;
}

.friend-wrapper a {
    margin: 5px;
    color: #FFFFFF;
    display: inline-block;
}

.friend-wrapper span {
    color: #9F9F9F;
    font-size: 12px;
}


@media (max-width: 780px) {
    .friend-wrapper {
        padding: 10px 20px
    }
}

/* end video_list */

/* 首页END */


/** 直播列表页 **/
.w180 {
    width: 180px;
}

.w1000 {
    width: 1000px;
}


.list_zhibo_nav {
    display: block
}

.list_zhibo_nav li {
}

.list_zhibo_nav li a {
    border-left: 4px solid #fff;
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 14px 20%;
    border-bottom: 1px solid #F6F7F7;
}

.list_zhibo_nav li img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.list_zhibo_nav li a.on {
    border-left: 4px solid #135D4A;
    background-color: #F8F8F8;
}


.match_zhibo_nav .showmore {
    width: 100%;
    background: #F3F3F3;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.match_zhibo_nav .showmore img {
    vertical-align: middle;
    margin-left: 5px;
}


.ny_match_list {
    width: 940px;
}


/** 直播内容页 **/
.match_allinfo {
    width: 100%;
}

.match_allinfo .top {
    background: #135D4A;
    min-height: 175px;
    display: flex;
    justify-content: space-between;
}

.match_allinfo .top .zhudui, .match_allinfo .top .kedui {
    display: flex;
    justify-content: center;
    width: 30%;
    padding: 0 2%;
    flex-direction: column;
    align-items: center;
}

.match_allinfo .top .qiudui_logo {
    width: 92px;
    height: 92px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match_allinfo .top .qiudui_logo img {
    max-height: 88px;
    max-width: 80%;
}

.match_allinfo .top .qiudui_name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.match_allinfo .top .zhuangtai {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
    text-align: center;
    color: #BDFFE6;
    width: 30%
}

.match_allinfo .top .zhuangtai span {
    font-size: 14px
}

.match_allinfo .top .zhuangtai .bf {
    line-height: 92px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.match_allinfo .top .zhuangtai .zt {
    font-size: 16px;
    color: #FFD300
}


.match_allinfo {
    position: relative;
}

.match_allinfo .match_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match_allinfo .match_text .qiudui {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #fff
}

.match_allinfo .match_text .qiudui .qiudui_logo {
    height: 150px;
}

.match_allinfo .match_text .qiudui .qiudui_logo img {
    height: 150px;
}

.match_allinfo .match_text .qiudui .qiudui_name {
    line-height: 3
}

.match_allinfo .match_text .vs {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #9B9B9B
}

.match_allinfo .match_text .vs img {
    padding: 30px 0;
}

.match_allinfo .match_info {
    display: flex;
    align-items: center;
    background: #fff;
    padding-top: 10px
}

.match_allinfo .details-info {
    line-height: 25px;
    font-size: 14px;
}

.detail-block {
    padding: 10px;
}

.match_allinfo .match_info .name {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.match_allinfo .match_info .name img {
    vertical-align: middle;
}

.match_allinfo .match_info p {
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}

.match_allinfo .zhibo_name {
    display: flex;
    color: #000;
    align-items: center;
}

.match_allinfo .zhibo_btn {
    width: calc(100% - 88px);
}

.match_allinfo .zhibo_btn a {
    width: 120px;
    background: #2ab2ff;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    margin: 0px 5px;
}


.ny_match_list {
    width: 940px;
}

.match_show_date_tabs {
    height: 88px;
    background: #FFFFFF;
    display: flex;
    text-align: center
}

.match_show_date_tabs a {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.match_show_date_tabs a p.day {
    font-size: 18px;
    line-height: 1.5
}

.match_show_date_tabs a.active {
    background: #FFF6CC;
    color: #000
}


.match_show_list {
    margin-top: 30px
}

.match_status_tabs {
    padding: 5px 0
}

.match_status_tabs a {
    display: block;
    float: left;
    padding: 5px 30px;
    box-sizing: border-box;
    border: solid 1px #d41d1b;
    font-size: 16px
}

.match_status_tabs a.active {
    background: #d41d1b;
    color: #FFFFFF
}

.data_content_table {
    margin-top: 36px
}

.nbadata_table_title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin: 20px 0 20px 26px;
    padding-top: 15px
}

.data_table_index {
    background: #efefef
}

.data_table_index table tbody tr th {
    font: 14px/50px "microsoft yahei";
    color: #333;
    text-align: center;
    background: #dedede
}

.data_table_index table tbody tr td {
    font: 16px/56px "microsoft yahei";
    color: #333;
    text-align: center;
    border-top: 1px solid #eee
}

.data_table_index .orderred {
    background: #ce2623
}

.data_table_index .order {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #dc2221;
    font: 16px/30px "microsoft yahei";
    color: #fff
}

.nbadata_table_index .logo_name img {
    width: 36px;
    height: 36px;
    float: left;
    margin: 7px 0 0 20px
}

.data_table_index .logo_name img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 14px 0 0 25px
}


.match_analysis .senav {
    border-bottom: 1px solid #F5F7F9;
    display: flex;
}

.match_analysis .senav span {
    font-size: 16px;
    color: #222222;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    flex: 1;
    font-weight: 600
}

.match_analysis .senav span.on {
    color: #FF7F00;
    font-weight: 600
}

.match_analysis .item {
    display: none
}

.match_analysis .item.on {
    display: block
}

.match_analysis .tabmain {
    padding: 0;
}

.match_analysis .itemtit {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
}

.match_analysis .itemtit .sxline {
    width: 4px;
    height: 16px;
    background: #FF7F00;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}


.sqfx_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F5F7F9;
}

.sqfx_top .qiudui {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqfx_top img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}

.sqfx .sqfx_box_match1 .box {
    border: 1px solid #ccc;
    width: 49%;
    margin-top: 2%;
    text-align: center;
    padding: 10px;
}

.sqfx .sqfx_box_match1 .box .num {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}

.sqfx .sqfx_box_match1 .box p {
    font-size: 14px;
    color: #8A8A8A;
    line-height: 1.5
}


.sqfx_box_match2 {
}

.sqfx_box_match2 .matchqiudui {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchqiudui .zhudui, .sqfx_box_match2 .matchqiudui .kedui {
    width: 40%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}

.sqfx_box_match2 .matchqiudui .zhudui img, .sqfx_box_match2 .matchqiudui .kedui img {
    height: 35px;
    padding: 0 10px;
}


.sqfx_box_match2 {
    width: 100%
}

.sqfx_box_match2 .matchs {
    width: 100%;
}

.sqfx_box_match2 .qiudui {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #222222;
}

.matchs-row .qiuduibifen {
    font-size: 24px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    text-align: center;
    width: 35%;
}

.matchs-row .match_info {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    width: 30%;
    text-align: center
}


@media (max-width: 600px) {
    .matchs-row .qiuduibifen {
        width: 25%;
    }

    .matchs-row .match_info {
        width: 50%;
    }

    .match_allinfo .top .zhuangtai span {
        font-size: 22px;
        padding: 0 2px;
    }

    .match_allinfo .top .zhuangtai .bf {
        font-size: 22px;
    }
}


.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
}

.loading p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #666
}


.bisai_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.match_allinfo .match_info .zhibo_info {
    margin-top: 10px;
}

.match_allinfo .match_info .t1 {
    padding: 10px 0;
}

.match_allinfo .match_info .t1 img {
    vertical-align: middle;
    margin-right: 5px;
}


.match_analysis .senav {
    border-bottom: 1px solid #F5F7F9;
    display: flex;
}

.match_analysis .senav span {
    font-size: 16px;
    color: #222222;
    padding: 20px 0px;
    text-align: center;
    cursor: pointer;
    flex: 1;
    font-weight: 600;
}

.match_analysis .senav span.on {
    color: #135D4A;
    font-weight: 600;
    border-bottom: 3px solid #135D4A
}

.match_analysis .item {
    display: none
}

.match_analysis .item.on {
    display: block
}

.match_analysis .itemtit {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.match_analysis .itemtit .sxline {
    width: 4px;
    height: 16px;
    background: #FF7F00;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}


.sqfx_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F5F7F9;
}

.sqfx_top .qiudui {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqfx_top img {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}

.sqfx .sqfx_box_match1 .box {
    border: 1px solid #ccc;
    width: 49%;
    margin-top: 2%;
    text-align: center;
    padding: 10px;
}

.sqfx .sqfx_box_match1 .box .num {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}

.sqfx .sqfx_box_match1 .box p {
    font-size: 14px;
    color: #8A8A8A;
    line-height: 1.5
}


.sqfx_box_match2 {
}

.sqfx_box_match2 .matchqiudui {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchqiudui .zhudui, .sqfx_box_match2 .matchqiudui .kedui {
    width: 40%;
    display: flex;
    justify-content: center;
    line-height: 35px;
}

.sqfx_box_match2 .matchqiudui .zhudui img, .sqfx_box_match2 .matchqiudui .kedui img {
    height: 35px;
    padding: 0 10px;
}


.sqfx_box_match2 {
    width: 100%
}

.sqfx_box_match2 .matchs {
    width: 100%;
}

.sqfx_box_match2 .qiudui {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #222222;
}

.matchs-row .qiuduibifen {
    font-size: 24px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    text-align: center;
    width: 35%;
}

.matchs-row .match_info {
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 50px;
    width: 30%;
    text-align: center
}


@media (max-width: 780px) {
    .matchs-row .qiuduibifen {
        width: 25%;
    }

    .matchs-row .match_info {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .match_status_tabs {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px
    }

    .match_show_box {
        box-sizing: border-box;
        padding-left: 20px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .data_content_table {
        zoom: 0.8
    }

    .data_table_index .logo_name img {
        display: none
    }

    .match_show_date_tabs a {
        height: 54px;
    }

    .riqi {
        padding: 0 10px;
    }
}


.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.sqfx_box_match2 .matchs-row {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
    width: 100%
}

.loading p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #666
}


.bisai_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.section-match {
    width: 100%;
}

.section-match .match a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
}

.section-match .match img {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.section-match .live_right_item {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #F5F7F9;
    padding: 5px 0
}

.section-match .live_right_item .top {
    font-size: 12px;
    color: #8A8A8A;
    margin-bottom: 10px;
}

.section-match .live_right_item .top a {
    font-size: 12px;
    color: #8A8A8A;
}

.section-match .live_team_left {
    width: 60%;
    text-align: left;
}

.section-match .live_team_left a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-match .live_team_left a .qiudui {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-match .live_team_left img {
    display: block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 2px 5px 2px 0px;
}

.section-match .live_team_left span {
    font-size: 14px;
}

.section-match .live_team_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.section-match .live_team_right a {
    width: 80px;
    background: #228B63;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}


/** 直播内容页 **/

.bisai_list li span {
    margin-right: 5px;
}

.bisai_list li .time {
    color: #EF4031
}

.bisai_list li .liansai {
    color: #9F9F9F
}


/** 新闻页 **/


.ny_newslist_leftside {
    background-color: #fff
}

.ny_newslist_leftside .senav {
    border-bottom: 1px solid #F5F7F9;
    padding: 20px;
}

.ny_newslist_leftside .senav a {
    font-size: 16px;
    color: #222222;
    padding: 10px 10px 20px 10px;
}

.ny_newslist_leftside .senav a.on {
    border-bottom: 3px solid #135D4A;
    color: #135D4A;
}


.newslist ul {
    padding: 0px;
}

.newslist ul li:after {
    content: "";
    border-bottom: 1px solid #F5F7F9;
    display: block;
    margin: 15px 0;
    width: 100%
}

.newslist ul li .pic {
    width: 160px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.newslist ul li .pic img {
    width: 100%
}

.newslist ul li .text {
    padding: 0px 0px 0px 10px;
    position: relative;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.newslist ul li .tit {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    padding-bottom: 5px
}

.newslist ul li .desc {
    font-size: 12px;
    color: #656565;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist ul li .st {
    font-size: 12px;
    color: #9B9B9B;
}

.newslist ul li .st img {
    vertical-align: middle;
    margin-right: 5px;
}

.loadmore {
    font-size: 16px;
    color: #007AFF;
    margin: 0 auto;
    font-weight: 600;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.fenye {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.fenye ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 3px;
    line-height: 1.5;
    background: #F7F7F7;
}

.fenye ul li a {
    font-size: 12px;
    color: #9B9B9B;
    display: block;
    padding: 2px 8px;
}

.fenye ul li:hover {
    background-color: #135D4A;
    color: #fff;
}

.fenye ul li:hover a {
    color: #fff;
}

.fenye ul li .current {
    background-color: #135D4A;
    color: #fff;
    display: block;
    padding: 2px 8px;
}


.newslist .loadmore {
    width: 200px;
    height: 36px;
    margin: 0px auto;
    text-align: center;
    line-height: 36px;
    color: #FB810B;
    border: 1px solid #FB810B;
    border-radius: 18px;
}

.newslist .loadmore a {
    color: #FB810B;
}


.hot_news_list ul li {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.hot_news_list ul li span {
    display: block;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    color: #9F9F9F;
}

.hot_news_list ul li a {
    display: block;
    width: calc(100% - 26px);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hot_news_list ul li:nth-child(1) span {
    color: #EF4031;
}

.hot_news_list ul li:nth-child(2) span {
    color: #EF4031;
}

.hot_news_list ul li:nth-child(3) span {
    color: #EF4031;
}


.article_content .article_tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    color: #222222;
}

.article_content .article_info {
    font-size: 12px;
    color: #A5A5A5;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.article_content .nr p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #222222
}

.article_content .nr .red {
    color: red;
    font-size: 18px;
}

.article_content .nr .red p {
    font-size: 16px;
}

.article_content .nr .red a {
    color: red;
    font-size: 16px;
    font-weight: 600
}

.prenext {
    margin-top: 20px;
}

.prenext a {
    display: block;
    color: #9F9F9F;
    font-size: 14px;
    padding-bottom: 10px;
}

.prenext a span {
    color: #135D4A;
    font-weight: 600
}


.nr img {
    max-width: 100%
}
.luxianglist ul li {
    padding: 10px 0;
    border-bottom: 1px solid #F6F7F7;
    display: flex;
    justify-content: space-between;
}

.luxianglist ul li a {
    font-size: 14px;
}

.luxianglist ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.luxianglist ul li span {
    color: #A3A3A3;
    font-size: 12px;
}


.luxianglist ul li:nth-child(5n) {
    margin-bottom: 20px
}

.luxianglist .loadmore {
    width: 200px;
    height: 36px;
    margin: 0px auto 20px auto;
    text-align: center;
    line-height: 36px;
    color: #FB810B;
    border: 1px solid #FB810B;
    border-radius: 18px;
}

.luxianglist .loadmore a {
    color: #FB810B;
}

.bq {
    border-top: 1px solid #EFEFEF;
    margin-top: 50px;
    line-height: 2;
    font-size: 14px;
    color: #9A9A9A;
}

.bq a {
    color: #9A9A9A;
}

.luxiangplaylink {
    color: #FF7F00
}

.luxiangplaylink a {
    color: #FF7F00
}


.sematch {
    width: 100%;
    min-height: 60px;
    background: #F8F8F8;
    padding: 14px;
}

.sematch ul li {
    line-height: 32px;
    padding: 0 20px;
    background: #EAEAEA;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.sematch ul li a {
    font-size: 14px;
}

.sematch ul li.active {
    background: #FB810B;
}

.sematch ul li.active a {
    color: #fff;
    font-size: 14px;
}


/* footer */
.footer-wrapper {
    width: 100%;;
    padding: 20px 0;
    background: #25262E;
    text-align: center;
    color: #fff;
}

.footer-wrapper .footer-desc {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer-wrapper .footer-copyright {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.footer-wrapper .footer-copyright a {
    color: #fff;
}

@media (max-width: 780px) {
    .footer-wrapper .footer-desc {
        padding: 0 10px;
    }
}

/* end footer */


.allsaishi .item-block {
    display: block;
    width: 100%;
}

@media (max-width: 1200px) {
    .main {
        padding: 10px 0
    }

    .item-block {
        width: 100%;
    }

    .container {
        max-width: 100%
    }

    .topnewsmain {
        padding: 1%;
        width: 100%
    }

    .news01 {
        width: 36%;
    }

    .news02 {
        width: calc(100% - 37%);
        height: auto;
    }


    .position-container {
        width: 96%;
        margin: 0 2% 10px 2%
    }

    .match_top .swiper-button-next {
        display: none;
    }

    .match_top .swiper-button-prev {
        display: none;
    }
}


@media (max-width: 780px) {

    .header {
        height: auto;
        line-height: unset;
        padding: 5px 10px
    }

    .header .container {
        display: flex;
        align-items: center
    }

    .header_logo {
        margin: 0;
        height: auto
    }

    .header_logo img {
        width: auto;
        height: 50px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .header_menu {
        width: 100%;
        display: none;
        background: #1D1E2A;
    }

    .header_menu_item {
        height: 35px;
        line-height: 35px
    }

    .header_menu_item:hover .header_menu_item_item {
        display: none;
    }

    .header_menu_item a {
        font-size: 14px;
        color: #000
    }

    .header_menu_item.active a {
        color: #135D4A
    }

    .mobilemenu img {
        height: 32px;
    }

    .header_menu {
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 9999;
        top: 53px;
        left: 0;
        display: none;
        flex-wrap: wrap;
        padding: 10px;
        box-shadow: 0px 5px 5px #cdf1e7;
    }

    .header_menu_item {
        width: 25%;;
        height: auto;
        text-align: center;
    }

    .YjEz_TXhUS1R1Rg .header_menu > li {
         width:25%;
         float: left;
         padding: 0;
         text-align: center;
         position: relative;
        line-height: 35px;
    }

    .header_menu_item a {
        font-size: 14px;
        color: #000
    }

    .header_menu_item.active {
        background: none
    }

    .ico_off {
        position: absolute;
        right: 5%;
        top: 5%;
    }


    .news01 {
        width: 100%;
    }

    .news02 {
        width: 100%;
    }

    .news01 {
        height: 220px;
        margin-bottom: 10px;
    }

    .news01 .pic {
        height: 220px;
    }

    .news02 p {
        margin: 5px 0;
    }

    .match_top .match .match_qiudui .qiudui .name {
        font-size: 12px;
    }


    .ny_match_list {
        width: 100%;
        padding: 20px
    }

    .match_show_date_tabs {
        height: auto;
    }

    .match-item {
        padding: 10px;
    }

    .article_content .nr img {
        max-width: 100% !important;
    }

    .luxianglist ul li {
        font-size: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .luxianglist ul li span {
        font-size: 14px;
    }


    .list_zhibo_nav {
        width: 100%;
        z-index: 9;
        margin: 0;
        background-color: #F7F7F7;
        display: none
    }

    .list_zhibo_nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px
    }

    .list_zhibo_nav ul li {
        width: 23%;
        margin: 1%;
    }

    .list_zhibo_nav ul li img {
        display: none
    }

    .list_zhibo_nav li a {
        padding: 0;
        border: 2px solid #E7E7E7;
        border-radius: 22px;
        text-align: center;
        line-height: 24px;
        display: block;
        background: #fff
    }


    .ny_newslist_leftside .senav {
        padding: 10px 20px;
    }

    .ny_newslist_leftside .senav a {
        padding: 10px;
    }

    .newslist ul li .tit {
        font-size: 14px;
        line-height: 1.5
    }

}


@media (max-width: 640px) {

    .match .match-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }

    .match .match-item:nth-child(2n) {
        background: #Fff;
    }

    .match .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_left .league {
        padding: 0;
        width: auto;
    }

    .match .match-item .info_center {
        width: 100%;
    }

    .match .match-item .info_right {
        width: 30%;
        margin: 0 auto;
    }

    .match .match-item .info_center {
        padding: 10px 0 0px 0;
        display: flex;
        justify-content: space-between
    }

    .match .match_filter_item {
        font-size: 14px;
        line-height: 30px;
        width: 33%;
        margin-right: 0
    }

    .match .match-item {
        padding: 10px 0;
    }

    .match .match-item .info_center .home {
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_center .home .left {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match .match-item .info_center .away .right {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match-item .info_center .home .left .text {
        height: auto
    }

    .match-item .info_center .away .right .text {
        height: auto
    }


    .match-item .info_center .home .left > img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .away .right > img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .score {
        width: 80px;
        font-size: 26px;
    }

    .match-item .info_center .score .fenge {
        padding: 0 5px;
    }

    .match .match-item .info_center .home {
        width: 40%
    }

    .match .match-item .info_center .away {
        width: 40%
    }


    .newslist ul li .pic {
        width: 30%;
        height: auto;
        max-height: 80px;
    }

    .newslist ul li .pic img {
        height: auto;
        width: 100%
    }

    .newslist ul li .text {
        width: calc(100% - 32%)
    }

    .newslist ul li .desc {
        display: none;
    }

    .match_allinfo .top .qiudui_name {
        font-size: 16px;
    }


    .match-item .info_center .home .left .text {
        font-size: 14px;
    }

    .match-item .info_center .away .right .text {
        font-size: 14px;
    }
}


/*球队球员 */

.hide {
    display: none
}

.show {
    display: block !important
}

.team_rank_main {
    background-color: #fff;
    border-radius: 5px;
}

.team_rank_main .team_rank_item {
    display: none
}

.team_rank_main .team_rank_item.on {
    display: block
}


.team_rank_main .team_rank_match {
    margin-bottom: 10px;
}

.team_rank_main .team_rank_match span {
    font-size: 14px;
    text-align: center;
    flex: 1;
    padding: 5px 0;
    cursor: pointer;
}

.team_rank_main .team_rank_match span.on {
    color: #fff;
    background-color: #228B63;
}

.team_rank_main .team_rank_score {
    padding: 0px;
}

.team_rank {
    position: relative
}

.team_rank_main .team_rank_match {
    position: absolute;
    right: 0px;
    top: -40px;
    background: #FA810B;
}

.team_rank_main .team_rank_match span {
    background: #DBDBDB;
    border-radius: 0;
    padding: 5px 20px
}

.team_rank_main .team_rank_match_saishi {
    background: #DBDBDB;
    display: flex;
    margin-bottom: 10px;
    display: none
}

.team_rank_main .team_rank_match_saishi.on {
    display: flex
}

.team_rank_main .team_rank_match_saishi span {
    flex: 1;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.team_rank_main .team_rank_match_saishi span.on {
    color: #fff;
    background-color: #228B63;
}

.team_rank_main .team_rank_match_saishi_east_west {
    background: #DBDBDB;
    display: flex;
    margin-bottom: 10px;
    display: none
}

.team_rank_main .team_rank_match_saishi_east_west.on {
    display: flex
}

.team_rank_main .team_rank_match_saishi_east_west span {
    flex: 1;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.team_rank_main .team_rank_match_saishi_east_west span.on {
    color: #fff;
    background-color: #0aa972;
}


.team_rank_main .team_rank_score li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 9px 0;
    padding: 5px 5px;
}

.team_rank_main .team_rank_score li span {
    font-size: 14px;
    text-align: center;
}

.team_rank_main div.team_rank_score_name {
    background: #ebf1ef;
    line-height: 26px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.team_rank_main div.team_rank_score_name span {
    font-size: 14px;
}

.team_rank_main div.team_rank_score_name span:nth-child(1) {
    width: 10%;
    text-align: center
}

.team_rank_main div.team_rank_score_name span:nth-child(2) {
    width: 40%;
    text-align: left
}

.team_rank_main div.team_rank_score_name span:nth-child(3) {
    width: 20%;
    text-align: center
}

.team_rank_main div.team_rank_score_name span:nth-child(4) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li.team_rank_score_name span {
    text-align: center;
    font-size: 14px;
    color: #A5A5A5;
}

.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2) {
    width: 40%;
    text-align: center
}

.team_rank_main .team_rank_score li span img {
    vertical-align: middle;
    padding-right: 5px;
    height: 16px;
}

.team_rank_main .team_rank_score li span:nth-child(1) {
    width: 10%;
    text-align: center
}

.team_rank_main .team_rank_score li span:nth-child(2) {
    width: 40%;
    text-align: left
}

.team_rank_main .team_rank_score li span:nth-child(3) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li span:nth-child(4) {
    width: 20%;
    text-align: center
}

.team_rank_main .team_rank_score li span i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

.team_rank_main .team_rank_score li:nth-child(1) span i {
    background: #FF3927;
    color: #fff
}

.team_rank_main .team_rank_score li:nth-child(2) span i {
    background: #FC7B44;
    color: #fff
}

.team_rank_main .team_rank_score li:nth-child(3) span i {
    background: #FCCE31;
    color: #fff
}


.tagys {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    background-color: #f2f2f2;
    margin-right: 5px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}


/** 所有赛事 **/
.match_zhibo_nav_allsaishi {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    padding: 20px
}

.match_zhibo_nav_allsaishi dl dd {
    width: 18%;
    margin: 1%
}

.match_zhibo_nav_allsaishi dl dd:nth-child(3n) {
    margin: 1%
}

/** 直播列表页 **/


/** 专题页 **/
.hot_zt_intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hot_zt_intro .pic {
    display: flex;
    margin-bottom: 18px;
}

.hot_zt_intro .pic img {
    height: 40px;
    background-color: #bd1a2d;
    border-radius: 10px;
    padding: 5px 15px;
    display: block
}

.hot_zt_intro .pic span {
    padding: 10px;
    border-radius: 10px;
    color: #bd1a2d;
    font-size: 18px;
    font-weight: 600;
}

.hot_zt_intro h1 {
    border-radius: 10px;
    color: #bd1a2d;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    padding: 0 10px 0 0
}

.hot_zt_intro .text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.hot_zt_intro .text.show {
    height: auto !important;
    max-height: unset !important
}

/** 专题页 **/


/** 球队球员 **/
.qiuyuanlist {
}


.qiuyuanlist {
    width: 100%;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}


.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.qdqyinfo .qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    font-size: 12px;
    padding: 15px 0;
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}


#loadMoreBtn {
    margin: 10px auto 0px auto;
    border-radius: 5px;
    background-color: #135D4A;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

#loadMoreBtn span {
    color: #fff;
}

#loadMoreBtn img {
    height: 12px;
    padding-left: 3px;
}

#loadMoreBtn img.up {
    transform: rotateX(-180deg);
}

.rel a {
    padding: 3px 5px;
    border-radius: 8px;
    background-color: #a5a5a5;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 2px 0px;
    font-size: 14px;
}

#match_zt_jieshao {
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 150px;
    overflow: hidden;
    line-height: 1.6;
}

#match_zt_jieshao p {
    line-height: 1.6;
    margin-bottom: 5px;
}

#match_zt_jieshao img {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    margin: 10px auto;
    display: block
}


.icooff {
    display: none;
}

.match_zhibo_nav_m {
    display: none;
}

@media (max-width: 780px) {
    .match .match_filter_item {
        width: auto;
    }

    .match .match_filter_roll ul {
        height: auto
    }

    .position-container {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .match_analysis .senav {
        padding: 0px;
    }

    .match_analysis .senav span {
        padding: 10px 0
    }

    .match_zhibo_nav_m {
        display: block;
        background-color: #fff;
        padding: 0px 5px;
        color: #8A8A8A;
        width: 100%;
        display: flex;
        margin-bottom: 5px;
    }

    .match_zhibo_nav_m a {
        color: #8A8A8A;
        flex: 1;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        border-bottom: 2px solid #fff
    }

    .match_zhibo_nav_m a.on {
        color: #000;
        border-bottom: 2px solid #FFD300
    }

    .match_zhibo_nav_m img {
        width: 34px;
    }

    .match_zhibo_nav {
        display: none;
        background: #fff;
        z-index: 1;
        position: absolute;
        bottom: 0;
        z-index: 999
    }

    .match_zhibo_nav .all {
        border: 0;
        border-bottom: 2px solid #F2F2F2;
        position: relative;
        border-radius: 0
    }

    .match_zhibo_nav .icooff {
        display: block;
        position: absolute;
        right: 10px;
        top: 7px;
        width: 24px;
    }

    .match_zhibo_nav .icooff img {
        width: 100%;
    }


    .mobilenav_bg {
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1
    }


    .team_rank_main div.team_rank_score_name {
        background: none;
        color: #A4A4A4;
    }

    .team_rank.padding20 {
        padding: 0;
    }

    .team_rank_main .team_rank_score li {
        padding: 10px 5px;
        margin: 0;
    }

    .team_rank_main .team_rank_score li:nth-child(1) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(2) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(3) {
        background: #FFECEB;
    }

    .team_rank_main .team_rank_score li:nth-child(4) {
        background: #FFF6E6;
    }

    .team_rank_main .team_rank_score li:nth-child(5) {
        background: #FFF6E6;
    }

    .team_rank_main .team_rank_score li:nth-child(6) {
        background: #FFF6E6;
    }


    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }

    .match_allinfo .top .zhuangtai p span {
        display: block;
    }

    .match_allinfo .top .zhuangtai p span:nth-child(2) {
        display: none;
    }

    .match_allinfo .top .zhuangtai p span:nth-child(3) {
        font-size: 12px;
        padding: 5px 0
    }

    .match_allinfo .zhibo_btn {
        display: flex;
        width: 100%;
        padding-top: 10px
    }

    .match_allinfo .zhibo_btn a {
        width: auto;
        font-size: 14px;
        padding: 0 4px;
        flex: 1;
        margin: 0 2px
    }


    .match_analysis .itemtit {
        font-size: 14px;
    }

    .match_analysis .senav span {
        padding: 6px 0;
        font-size: 15px;
    }

    .match_analysis .match-item {
        flex-direction: column
    }

    .match_analysis .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match_analysis .match-item .info_center .home .left {
        flex-direction: column;
    }

    .match_analysis .match-item .info_center .score {
        font-size: 18px;
    }

    .match_analysis .match-item .info_left .league {
        text-align: right;
    }

    .match_analysis .match-item .info_center .away .right {
        display: flex;
        flex-direction: column;
        text-align: center
    }

}


.boxB ul li {
    font-size: 14px;
    color: #222222;
    display: flex;
    padding: 10px 0
}

.boxB ul li.top {
}

.boxB ul li span {
    width: 14%;
    text-align: center
}

.boxB ul li span:nth-child(1) {
    width: 16%
}

.boxB ul li.top {
    color: #A5A5A5
}


.boxC ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.boxC ul li .progress {
    width: calc((100% - 138px) / 2);
}

.boxC ul li .num {
    width: 38px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.boxC ul li .name {
    width: 100px;
    text-align: center;
    color: #8A8A8A;
    font-size: 14px;
}

.boxC ul li .progress_zd {
    height: 8px;
    border-radius: 0;
    background: #FFEAEA;
    position: relative;
}

.boxC ul li .progress_zd span {
    background: #FC3837;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.boxC ul li .progress_kd {
    height: 8px;
    border-radius: 0;
    background: #EDF2FA;
    position: relative;
}

.boxC ul li .progress_kd span {
    background: #337BFF;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
}


.boxT {
    display: flex;
}

.boxT .teamName {
    width: 160px;
}

.boxT dl {
    width: calc(100% - 180px);
}

.boxT dl {
    width: calc(100% - 180px);
    display: flex;
}

.boxT dl span {
    flex: 1;
    text-align: center
}


.boxD {
    height: 450px;
    overflow: hidden
}

.boxD {
    font-size: 13px;
    line-height: 1.5;
    color: #7a7a7a;
}

.boxD p {
    box-shadow: 0 0.1rem 0.88rem 0 rgba(0, 0, 0, .06);
    border-radius: 0.26rem;
    padding: 8px 20px;
    margin: 10px 0;
    position: relative
}

.boxD p.main1:before {
    content: "";
    position: absolute;
    left: 5px;
    border-left: 5px solid red;
    height: 80%;
    top: 10%;
}

.boxD .part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.boxD .part span {
    width: 20%;
    display: block;
    text-align: center;
    background: #EFEFEF;
    line-height: 32px;
    color: #000
}

.boxD .part span.on {
    background: #135D4A;
    line-height: 32px;
    color: #Fff
}

.boxD .partdetail {
    display: none
}

.boxD .partdetail.show {
    display: block
}

.boxD .match_list_more {
}

.autoheight {
    height: auto !important
}

/**球员参与赛事**/
.cy_saishi_name {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 5px;
}

.cy_saishi_name span {
    font-size: 12px;
    color: #666;
}

.cy_saishi_name span.pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
}

.cy_saishi_name img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 2px;
}

.cy_saishi_item {
    padding: 7px 0;
    align-items: center;
}

.cy_saishi_item .time {
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #666
}

.cy_saishi_item .time span {
    display: block;
}

.cy_saishi_item .time .zt {
    color: #ccc
}

.cy_saishi_item .team {
    width: 40%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.cy_saishi_item .team .zhudui, .cy_saishi_item .team .kedui {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1px 0;
    line-height: 22px;
    font-size: 14px
}

.cy_saishi_item .team .zhudui span, .cy_saishi_item .team .kedui span {
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 2px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cy_saishi_item .team img {
    height: 100%;
}

.cy_saishi_item .bifen .zhudui_bifen, .cy_saishi_item .bifen .kedui_bifen {
    line-height: 22px;
    padding: 1px 0;
    font-size: 14px;
    color: #666;
}

.pingfen {
    display: flex;
    flex-direction: column;
    width: 40px;
    text-align: center
}

.pingfen span {
    background: #91c1b4;
    border-radius: 5px;
    padding: 2px 5px;
    display: block;
    color: #fff;
    font-weight: 400;
}


.baskball_part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.baskball_part span {
    width: 20%;
    display: block;
    text-align: center;
    background: #EFEFEF;
    line-height: 32px;
    color: #000
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row.top {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row.top span {
    color: #656565;
    font-size: 12px;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row .l {
    width: 150px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img {
    vertical-align: bottom;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row .r {
    width: calc(100% - 150px);
    display: flex
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span {
    flex: 1;
    text-align: center;
}

.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span {
    color: #222222
}

.baskball_part span.on {
    background: #135D4A;
    line-height: 32px;
    color: #Fff
}

.baskball_partmain .baskball_part_qiuyuan_bifen {
    display: none
}

.baskball_partmain .baskball_part_qiuyuan_bifen.show {
    display: block
}

@media (max-width: 480px) {
    .baskball_partmain .baskball_part_qiuyuan_bifen span {
        font-size: 12px;
    }

    .baskball_partmain .baskball_part_qiuyuan_bifen .row .l {
        width: 60px;
    }

    .baskball_partmain .baskball_part_qiuyuan_bifen .row .l img {
        display: none
    }

    .baskball_partmain .baskball_part_qiuyuan_bifen .row .r {
        width: calc(100% - 60px);
        display: flex
    }
}

.header_logo a b {
    font-size: 24px;
}

.header_menu_item {
    padding-left: 5px;
    padding-right: 5px;
}



.match_list {
    padding: 5px 0;
}

h1.detail-title {
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

/*--评论--*/
#comment_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 22px;
}

#comments-title {
    padding-top: 100px;
    margin-top: -80px
}

.c-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.comment-disable {
    padding: 1.5em;
    color: #888;
    text-align: center
}

.comment-disable i.iconfont {
    padding-right: 5px;
    color: #666;
    font-size: 18px
}

.comment-num {
    color: #000;
    font-size: 16px
}

.comment-num .emphasize {
    color: #f33
}

.no-comment {
    color: #000;
    text-align: center
}

.no-comment i.iconfont {
    font-size: 60px;
    color: #ddd;
    display: block;
    margin-top: -20px;
    height: 90px
}

.comment-msg {
    padding: 1.5em 0;
    overflow: hidden;
    border-top: 1px solid #ddd
}

.comment-list .ul {
    list-style: none;
    border-top: 1px solid #ededed
}

.comment-list .li {
    overflow: hidden;
    padding: 1em
}

.comment-list .li:hover {
    background: #f8f8f8
}

.comment-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.comment-list .li:hover img {
}

.comment-list .li .clbody {
    margin-left: 70px
}

.comment-list .ul .ul {
    margin-left: 4%
}

.comment-list .title {
    font-size: 18px;
    padding: 10px 0;
    color: #222;
}

.compost .com-info {
    margin-bottom: 10px;
}

.compost .com-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3%;
    padding-right: 3%;
    position: relative
}

.compost .com-info li:nth-child(2) {
    padding-right: 0
}

.compost .com-info li .verify {
    position: absolute;
    right: 6.5%;
    top: 0;
    z-index: 1;
    height: 40px
}

.compost .com-info li .verify img {
    height: 100%;
    border: 1px solid #ddd
}

.compost .com-info li input {
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 2px
}

.compost .com-name {
    padding: 1em 0 1em .2em
}

#cancel-reply {
    color: #000
}

.com-box textarea {
    border-radius: 3px;
    text-indent: 5px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 98%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none;
    font-size: 14px;
}

.com-submit {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #228b63;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.comment-list .cinfo {
    height: 20px
}

.comment-list .clbody .p {
    word-wrap: break-word
}

.cinfo .author {
    color: #666
}

.c-time {
    color: #228b63;
    font-size: 12px
}

.comment-at {
    color: #228b63
}

.reply-a {
    opacity: 0.5
}

.comment-list li:hover .reply-a {
    opacity: 1
}

.mcolor {
    color:#228b63
}


.padding10 {
    padding: 10px;
}


.detail-live-box {
    border-color: #1c969f;
    border-width: 2px;
    border-radius: 3px;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    display: flex;
    gap: 3px;
    width: max-content;
    border-style: solid;
    padding: 12px 18px;
    margin-top: 5px;
}


.match_allinfo .match_info p.live-box-p1 {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(28 150 159/1);
    font-size: 14px;
    line-height: 15px;
    padding-top: unset;
}


.match_allinfo .match_info p.source-text {
    color: #000;
    font-size: 13px;
    padding-top: unset;
}

.detail-live-box:hover {
    color: #fff !important;
    background: #1c969f;
}

.detail-live-box:hover .live-box-p1, .detail-live-box:hover .source-text {
    color: #fff !important;
}

.daohang {
    background: #ebf1ef;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}