.saishi{
   min-width: 1180px;
    background-color: white;
    margin-top: 20px;
}
.saishi:first-child{
    margin-top: 0;
}
.saishi p{
    color: #999999;
    padding:  0 32px;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    white-space: nowrap;
}
.rightList{
    display: flex;
    height: 70px;
    line-height: 70px;
    flex-shrink: 0;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
}

.rightList:hover{
    background-color: #f8eeee;
}
.saishi-1{
    width: 200px;
    flex-shrink: 0;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.sai-left{
    text-align: right;
}
.sai-right{
    text-align: left;
}
.saishi-1 span{
    display: inline-block;

}
.saishi-1 img {
    width: 36px;
    height: 36px;
}
.saishi-1 span{
    margin: 0 10px;
}

.saishi-2{
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}
.saishi-3{
    flex-shrink: 0;
    width: 100px;
}
.saishi-3 span{
    color: #8e8e8e;
    font-size: 12px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.saishi-4{
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 17.5px;
    position: relative;
    width: 119px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
}
.saishi-4-wks{
    border: 1px solid #CCCCCC;
}
.saishi-4-wks a{
    color: #CCCCCC;
}
.saishi-4-jj{
    border: 1px solid #a5a5a5;
    background: #a5a5a5;
}
.saishi-4-jj a{
    color: #FFFFFF;
}
.saishi-4-zb{
    background: #FF3546;
}
.saishi-4-zb a{
    color: #fff;
}


.timenav{
    width: 1200px;
    height: 100px;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.timenavs{
    width: 205px;
    height: 100%;
    text-align: center;
  
}
.timenavs p{
font-size: 18px;
  
}
.timenavs p:nth-child(1){
    margin-top:30px;
    color: #4C4B4A;
}
.timenavs p:nth-child(2){
    margin-top: 10px;
    color: #999999;
}
#saishiover{
    width: 1200px;
}
.tab_dom{
    display: flex;
    align-items: center;
}
.tab_d{
    cursor: pointer;
}
.active{
    color: #FFFFFF !important;
    font-weight: 900;
    background: #c60100;
}
.saishi-11{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 140px;
    justify-content: space-around;
}
.saishi-11 span{
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.saishi-11 img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.saishi-11 span{
    margin: 0 10px;
}
.saishi-21{
    font-size: 14px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}
.saishi-31{
    flex-shrink: 0;
    width: 70px;
}
.saishi-31 span{
    line-height: 20px;
    color: #8e8e8e;
    font-size: 12px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.saishi-31 span:nth-child(1){
    margin-top: 30px;
}
.saishi-41{
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 17.5px;
    position: relative;
    width: 119px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
}
.saishi-41-wks{
    border: 1px solid #CCCCCC;
}
.saishi-41-wks a{
    color: #CCCCCC;
}
.saishi-41-jj{
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
}
.saishi-41-jj a{
    color: #FFFFFF;
}
.saishi-41-zb{
    background: #FF3546;
}
.saishi-41-zb a{
    color: #fff;
}

/*直播页*/

.box-w3 {
    min-width: 190px;
    max-height: 940px;height: 940px;background: #fff;
}
.box-w3 .lanqiu-ul::-webkit-scrollbar{
    display: none;
}
.box-w3 .lanqiu-ul{
    height:calc(100% - 70px);
    overflow-y: scroll;
}
.lanqiu-ul {
    overflow: hidden;
    width: 190px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    background-color: #fff;
}

.lanqiu-ul li {
    width: 100%;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    padding-left: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.lanqiu-ul>a:hover {
    background-color: #f8eef0;
}

.lanqiu-ul a {
    display: block;
    padding-left: 10px;
}
.lanqiu-ul>a.active li{
    background-color: rgb(255, 0, 109);
}
.lanqiu {
    height: 100%;
    width: 100%;
}
.lanqiu p {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding-left: 32px;
    background: rgb(255, 0, 109);
}

.lanqiu span {
    color: #fff;
}

.lanqiu img {
    width: 24px;
    height: 24px;
    margin-right: 11px;
}
.box-w4 {
    min-width: 890px;
    min-height: 765px;
}
.box-w4 .timenav {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    overflow: auto;
    margin-bottom: 0;
    border-bottom: 1px solid #EEF3F8;
}
.box-w4 .timenavs{
    cursor: pointer;
}
.box-w4 #saishiover{
    min-width:100%;
    width: 100%;
}
.box-w4 #saishiover .saishi{
    width: 100%;
    min-width:100%;
}
.box-w4 .rightList{
    margin: 0 60px;
}
.box-w4 .saishi-2{
    width: auto;
}
.box-w4 .saishi-3{
    width: 70px;
}
.box-w4 .rightList:hover{
    background: none;
}
.logo h1 a{
    color: #f8005f;
    white-space: nowrap;
}
.UpM5lIxPhzkoCVaZ {
    margin-top: 20px;
}

.moran{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.moran a{
    color: #FFFFFF;
    padding: 10px;
}


.goTop a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    right: 0;
    left: 0;
}

.MhkoWvb9NftNNpsM {
    cursor: pointer;
}

.MatchTime{
    white-space: nowrap !important;
	padding-left: 10px;
}


.topnav {
    width: 100%;
    height: 73px;
    background-color: white;
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
}

.topnav-ul {
    display: flex;
    align-items: center;
}

.gd {
    margin-right: 20px;
    cursor: pointer;
}

.topnav-ul li {
    width: 106px;
    text-align: center;
    height: 41px;
    line-height: 41px;
    margin-left: 15px;
    cursor: pointer;
}

.topnav-ul li:nth-child(1) {
    margin-left: 16px;
}

.jijin {
    background: white;
}

.jijin a {
    display: block;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
    /* margin: 0 10px; */
}

.jijin p {
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nrxq {
    color: #000000;
    font-size: 16px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jijin span {
    color: #999999;
    font-size: 14px;
}

.ly {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    margin-top: 16px;
    color: #999999;
}

.bt {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.jg {
    font-size: 14px;
    margin-top: 20px;
    color: black;
    font-weight: 800;
}

.img {
    width: 100%;
    margin-top: 50px;
}

.img img {
    width: 100%;
}

.ms {
    font-size: 12px;
    margin-top: 10px;
    color: black;
    font-weight: 800;
}

.zw {
    font-size: 16px;
    margin-top: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

.zw img {
    width: 100%;
    display: block;
    object-fit: cover;
    margin: 10px auto;
    border-radius: 4px;
}

.zw p {
    font-size: 14px;
    line-height: 35px;
}

.zw h3{
    font-weight:600;
    font-size: 16px;
    color: #000000;
    margin: 10px 0;
}

.jjtp {
    width: 13px;
    height: 13px;
}

.jjjj {
    display: flex;
    align-items: center;
    width: 65px;
}

.jjjj p {
    margin-left: 5px;
    color: #4E7CB0;
}

.jjjj img {
    width: 13px;
    height: 13px;
}

.fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    max-width: 800px;
}

.fy1 {
    max-width: 380px;
    box-sizing: border-box;
    padding: 20px;
}

.fy1 a {
    color: #EF0166;
}

.fy1 P {
    margin-top: 15PX;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.fy div {
    width: 388px;
    /*height: 100px;*/
    background-color: #fff;
}

.top-fei {
    width: 1200px;
    margin: 0 auto;
    margin-top: 14px;
    line-height: 72px;
}
.top-fei>a{
    width: 100px;
    text-align: center;
}
.top-main-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 18px;
    position: relative;
    box-sizing: border-box;
}

.top-main-wrap::after {
    position: absolute;
    content: '';
    top: 24px;
    right: 26px;
}

.top-main-wrap img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.top-main-wrap>a {
    display: flex;
    min-width: 106px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.top-main-wrap>a:hover {
    background-color: #f2f4f6;
}

.top-main-wrap>a:hover span{

    color: #EF0166 !important;
}


/*--评论--*/
#comment_box{background:#fff;border:1px solid #e5e5e5;padding:30px;margin-bottom:22px;}
#comments-title{padding-top:100px;margin-top:-100px}
.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:#999;font-size:16px}
.comment-num .emphasize{color:#f33}
.no-comment{color:#999;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:100%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:10px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:#EF0166}
#auTxaArticle{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:#C60100;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:#999;font-size:12px}
.comment-at{color:#EF0166}
.reply-a{opacity:0.5}
.comment-list li:hover .reply-a{opacity:1}
.mcolor{color:#EF0166}

.pZ63Ow4RtC7PUdpl div{
    margin-right: 20px !important;
}

.pZ63Ow4RtC7PUdpl div:last-child{
    margin-right: unset !important;
}

.liveBtn {
    width: 30% !important;
    margin: 0 auto !important;
    background: #C60100 !important;
}
@media (max-width: 1200px) {

    .lbtu {
         background-size: unset !important;
    }
    body {
        overflow-x: hidden;
    }

    .team-time {
        font-size: 16px !important;
        color: white;
        margin-top: 20px;
    }

    .liveBtn {
        width: 50% !important;
        margin: 0 auto !important;
        background: #C60100 !important;
    }

    .goTop{
        right: 0 !important;
    }
    .ul-wrap .ul-wrap_tab:nth-child(1) {
        margin-left: unset !important;
    }

    .w1200,.box-w1,.top, .main-wrap, #saishiover, .rmP3ThJefjqVRgOG, .jm6lR7ZB8Z60HRS8, .botm {
        width: 100% !important;
    }

    .PtdKqqunuR79Qkvx {
        box-sizing: border-box;
        width: unset !important;
    }

    .saishi, .top, .botm {
        min-width: 100%;
    }

    .botm1, .main-wrap_top {
        display: flex;
        flex-direction: column;
    }

    .botm1-ul {
        display: flex;
        flex-wrap: wrap;
    }

    .ul-wrap > div:nth-child(1) {
        margin-left: unset;
    }

    .ul-wrap_tab a {
        white-space: nowrap;
    }

    .ul-wrap, .moran {
        overflow-x: auto;
    }

    .moran {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .moran a {
        white-space: nowrap;
    }

    .tab_content_p {
        padding: 0 12px !important;
    }

    .kNxYiQ8cuWjp8rjp {
        display: flex;
        flex-wrap: wrap !important;
        height: unset !important;
        line-height: unset !important;
        padding: 12px 0;
    }

    .MatchTime {
        width: 100%;
        padding-bottom: 12px;
		padding-left: 10px;
    }

    .saishi-1, .saishi-3 {
        width: unset !important;
    }

    .bottom_dom {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 12px;
    }

    .sai-left {
        display: flex;
        flex-direction: column-reverse !important;
        width: 30%;
        overflow: hidden;
    }

    .sai-right {
        display: flex;
        flex-direction: column !important;
        width: 30%;
        overflow: hidden;
    }

    .saishi-2,.saishi-3 {
        line-height: 55px;
    }

    .logo h1 a{
        width: 100%;
        text-align: center;
    }

    .main-wrapL{
        margin: 0 !important;
    }

    .botm3 {
        margin-top: unset !important;
    }

    .botm3 p {
        color: #8D93A1;
        font-size: 12px;
        text-align: center;
        margin-top: unset !important;
        padding-left: 5px !important;
    }

    .botm {
        padding: 12px;
        box-sizing: border-box;
    }

    .pZ63Ow4RtC7PUdpl {
        display: flex;
        flex-direction: column;
    }

    .OxkLk81tASYJCPrb {
        overflow: hidden;
    }

    .fJcr4Xe694pE53zv {
        display: flex;
        flex-direction: column;
    }

    .saishi-21{
        width: unset;
    }

    .box-w2{
        width: 100% !important;
    }

    .com-info ul {
        display: flex;
        flex-direction: column;
    }
    .compost .com-info li {
        float: left;
        margin-bottom: 1em;
        width: 100%;
        padding-right: 3%;
        position: relative;
    }


}