/**
 * common.css  - 公用的样式文件
 */
.page-box{
    background-color: #F6F6F6;
}
.main-box{
    margin: 0 auto;
    width: 1400px;
}
/** 顶部 **/
.header-react{
    position: absolute;
    background-color: transparent;
    box-shadow: none;
    z-index: 5;
    width: 100%;
}
.header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}
.header-box .left-box{
    display: flex;
    align-items: center;
}
.header-box .logo-box{
    display: block;
    margin-right: 45px;
    width: 114px;
    height: 36px;
}
.header-box .nav-list{
    font-size: 0;
}
.header-box .nav-list li{
    display: inline-block;
    margin-right: 4px;
    padding: 6px 18px;
    font-size: 16px;
    border-radius: 20px;
}
.header-box .right-box{
    display: flex;
    align-items: center;
}
.header-box .right-box .live-btn{
    border-radius: 20px;
}
.header-box .right-box .btn-box{
    display: flex;
    align-items: center;
    margin-left: 8px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}

/** 标题 **/
.traditional-title-box{
    display: flex;
    align-items: baseline;
}
.traditional-title-box .title-txt{
    font-size: 28px;
    color: #2D313E;
}
.traditional-title-box .other-intro{
    margin-left: 25px;
    font-size: 16px;
    color: #8C8C8C;
}
.traditional-title-box .icon-help{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 8px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url('../images/living/i-help.png') no-repeat;
}
.traditional-title-box .more-link-box{
    flex: 1;
    text-align: right;
}
.traditional-title-box .more-link-box .more-link{
    color: #707070;
}
.traditional-title-box .more-link-box .more-link::after{
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 11px;
    height: 11px;
    background: url('../images/more-link-icon.png') no-repeat;
    background-size: contain;
}

/** 赛事列表 卡**/
.match-info-card{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.match-info-card .match-img-box img{
    display: block;
    width: 100%;
}
.match-info-card .match-info-txt{
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #2D313E;
}
.match-info-card .author-info-box{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.match-info-card .author-box{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #8C8C8C;
}
.match-info-card .author-box img{
    display: block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.match-info-card .hot-info{
    display: flex;
    height: 24px;
    align-items: center;
    font-size: 12px;
    color: #8C8C8C;
}
.match-info-card .hot-info .i-hot-icon{
    display: block;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background: url('../images/i-hot.png') no-repeat;
}
.match-info-card .live-ing-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 8px;
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    background: rgba(0,0,0,0.8);
    z-index: 2;
}
.match-info-card .live-ing-icon::before{
    content: '';
    display: inline-block;
    margin-right: 2px;
    /*width: 15px;*/
    /*height: 12px;*/
    /*background: url('../images/living-icon.png') no-repeat;*/

    width: 84px;
    height: 32px;
    background: url(../images/living3.gif) no-repeat;
}
.match-info-card .status-btn{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    font-style: normal;
    background-color: rgba(0,0,0,.5);
}
.match-info-card .not-started-box{
    position: relative;
    padding: 8px;
    height: 148px;
    box-sizing: border-box;
    overflow: hidden;
    background: url('../images/def-Zq2.png') no-repeat;
    background-size: 100% 100%;
}

.match-info-card .not-started-box2{
    position: relative;
    padding: 8px;
    height: 148px;
    box-sizing: border-box;
    background: url('../images/def-Lq2.png') no-repeat;
    background-size: 100% 100%;
}


.match-info-card.zq-bg-box .not-started-box{
    background: url('../images/no-start-zq-bg.png') no-repeat;
}
.match-info-card.lq-bg-box .not-started-box{
    background: url('../images/no-start-lq-bg.png') no-repeat;
}
.match-info-card .status-txt{
    font-size: 14px;
    font-style: normal;
    color: #ccc;
}
.match-info-card .status-times{
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    /*color: #616161;*/
    color: #ccc;
}
.match-info-card .not-started-team{
    margin-top: 15px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.match-info-card .not-started-team img{
    display: block;
    width: 47px;
    height: 47px;
}
.match-info-card .not-started-team .i-vs-icon{
    display: inline-block;
    width: 23px;
    height: 32px;
    background: url('../images/card-vs.png') no-repeat;
}



/** 底部 **/
footer{
    padding: 44px 0 48px;
    background-color: #eee;
}
footer .footer-txt{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    opacity: .5;
}
footer .cpr-box{
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
footer .link-box,
footer .cpr-txt{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
}
footer .cpr-txt{
    margin-top: 27px;
    opacity: .8;
}
footer .link-box span{
    margin: 0 4px;
}

/** 右侧漂浮菜单**/
.fixed-right-box{
    position: fixed;
    right: 40px;
    bottom: 100px;
    padding: 18px;
    width: 60px;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 6px;
    box-sizing: border-box;
    z-index: 100;
}
.fixed-right-box .tool-list{
    text-align: center;
    font-size: 12px;
    color: #9DA3B6;
}
.fixed-right-box .tool-list li{ margin-bottom: 30px;}
.fixed-right-box .tool-list li:last-child{ margin-bottom: 0;}
.fixed-right-box .tool-list a{
    display: block;
}
.fixed-right-box .tool-list a:hover{
    color: #FE960D;
}

.fixed-right-box .tool-list .icon{
    display: block;
    margin-bottom: 4px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
}
.fixed-right-box .tool-list .icon-service{
    background-image: url('../images/i-service.png');
}
.fixed-right-box .tool-list a:hover .icon-service{
    background-image: url('../images/i-service-hover.png');
}
.fixed-right-box .tool-list .icon-help{
    background-image: url('../images/i-help.png');
}
.fixed-right-box .tool-list a:hover .icon-help{
    background-image: url('../images/i-help-hover.png');
}
.fixed-right-box .tool-list .icon-download{
    background-image: url('../images/i-phone.png');
}
.fixed-right-box .tool-list a:hover .icon-download{
    background-image: url('../images/i-phone-hover.png');
}
.fixed-right-box .tool-list .icon-top{
    background-image: url('../images/i-up.png');
}
.fixed-right-box .tool-list a:hover .icon-top{
    background-image: url('../images/i-up-hover.png');
}

/** 注册登录弹窗 **/
.dialog-wrap{
    display: none;
}
.dialog-wrap.show-dialog{
    display: block;
}
.dialog-wrap .mask{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.dialog-wrap .dialog-box{
    position: fixed;
    z-index: 5000;
    top: 50%;
    left: 16px;
    right: 16px;
    transform: translate(0, -50%);
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 90%;
    outline: 0;
}
.user-login-rg-dialog .dialog-box{
    margin: 0 auto;
    width: 416px;
    background: url('../images/login-dl-bg.png') no-repeat;
}
.user-login-rg-dialog .login-rg-dl-box{
    position: relative;
    display: flex;
}
.user-login-rg-dialog .login-rg-dl-box .close-dl-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url('../images/i-close.png') no-repeat;
}
.user-login-rg-dialog .login-rg-dl-box .welcome-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 186px;
    height: 350px;
    align-items: center;
}
.user-login-rg-dialog .login-rg-dl-box .welcome-info .txt1{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.user-login-rg-dialog .login-rg-dl-box .welcome-info .txt2{
    margin-top: 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}
.user-login-rg-dialog .login-rg-dl-box .welcome-info .txt3{
    margin-top: 14px;
    font-size: 12px;
    line-height: 22px;
    color: #99A2C4;
}
.user-login-rg-dialog .login-rg-dl-box .form-box{
    flex: 1;
    padding: 58px 50px 68px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}
.user-login-rg-dialog .form-box .tab-btn-box{
    display: flex;
    font-size: 16px;
    color: #2D313E;
}
.user-login-rg-dialog .form-box .tab-btn{
    position: relative;
    margin-right: 24px;
    cursor: pointer;
}
.user-login-rg-dialog .form-box .tab-btn.active{
    color: #FE960D;
}
.user-login-rg-dialog .form-box .tab-btn.active::after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background-color: #FE960D;
}

.user-login-rg-dialog .form-box .tab-cont-box .tab-cont{
    display: none;
}
.user-login-rg-dialog .form-box .tab-cont-box .tab-cont.active{
    display: block;
}

.user-login-rg-dialog .form-ele-box{
    margin-top: 25px;
}
.user-login-rg-dialog .form-ele-box .a-ele-box{
    position: relative;
    margin-bottom: 24px;
}
.user-login-rg-dialog .form-ele-box .input-box{
    position: relative;
}
.user-login-rg-dialog .form-ele-box .input-box .input-inner-txt{
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
    color: #FE960D;
}
/** 禁用 disabled  已发送 finished **/
.user-login-rg-dialog .form-ele-box .input-box .input-inner-txt.disabled{ opacity: .5;}
.user-login-rg-dialog .form-ele-box .input-box .input-inner-txt.finished{ color: #8C8C8C;}
.user-login-rg-dialog .form-ele-box .error-tips{
    position: absolute;
    bottom: -21px;
    font-size: 14px;
    color: #FE960D;
}
.user-login-rg-dialog .form-ele-box .forget-password{
    position: absolute;
    right: 0;
    bottom: -21px;
    font-size: 14px;
    color: #FE960D;
}

.user-login-rg-dialog .form-ele-box .input-box .password-icon{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../images/i-eye.png') no-repeat;
}
.user-login-rg-dialog .form-ele-box .input-box .password-icon:hover{
    background-image: url('../images/i-eye-hover.png');
}
.user-login-rg-dialog .form-ele-box .input-box .password-icon.eye-close{
    background-image: url('../images/i-close-eye.png');
}
.user-login-rg-dialog .form-ele-box .input-box .password-icon.eye-close:hover{
    background-image: url('../images/i-close-eye-hover.png');
}

.user-login-rg-dialog .form-ele-box .a-ele-box input{
    padding: 0 16px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    color: #2D313E;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.user-login-rg-dialog .form-ele-box .a-ele-box input:focus{
    border-color: #F6D2A1;
    background-color: #FFFBF5;
}
.user-login-rg-dialog .form-ele-box .form-btn{
    display: block;
    margin-top: 32px;
    width: 100%;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #FE960D 0%, #FF7127 100%);
}
.user-login-rg-dialog .form-ele-box .form-btn.disabled{
    opacity: .5;
}
.user-login-rg-dialog .form-ele-box .tips{
    margin-top: 20px;
    text-align: center;
    color: #C2C2C2;
    font-size: 14px;
}
.user-login-rg-dialog .form-ele-box .tips a{
    color: #707070;
}

.user-login-rg-dialog .form-box .title-txt{
    text-align: left;
    font-size: 20px;
    color: #2D313E;
}
.user-login-rg-dialog .register-form-box .a-ele-box{
    margin-bottom: 16px;
}
.user-login-rg-dialog .register-form-box .a-ele-box:has(.error-tips){ margin-bottom: 26px;}
.user-login-rg-dialog .register-form-box .form-btn{
    margin-top: 22px;
}


/**swipe btn**/
.hot-match .swiper-button-next,
.hot-match .swiper-button-prev{
    margin-top: -28px;
    width: 32px;
    height: 56px;
    background-color: rgba(0, 0, 0, .1);
}
.hot-match .swiper-button-next::after,
.hot-match .swiper-button-prev::after{
    color: #fff;
    font-size: 22px;
}
.hot-match .swiper-button-next:hover::after,
.hot-match .swiper-button-prev:hover::after{ color: #FE960D;}
.hot-match .swiper-button-prev{
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hot-match .swiper-button-next{
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.live-main-content .rank-list .rank-box .btn-box{
    margin-top: 31px;
}
.live-main-content .rank-list .rank-box .follow-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 70px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
}
 .follow-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
}
.follow-btn.no-follow{
    background: linear-gradient(90deg, #FE960D 0%, #FF7127 100%);
    color: #fff;
}
.follow-btn.no-follow::before{
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    background: url('../images/living/i-heart.png') no-repeat;
    background-size: cover;
}
.follow-btn.has-follow{
    background-color: #fff;
    /*border: 1px solid #C2C2C2;*/
    color: #8C8C8C;
}
.follow-btn.has-follow::before{
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    background: url('../images/living/i-heart.png') no-repeat;
    background-size: cover;
}

.a-table-data-box{ position: relative; padding-bottom: 105px;}
.a-table-data-box th{
    font-weight: normal;
    height: 40px;
    font-size: 14px;
    color: #6D7387;
    background-color: #EBEEF7;
    border: 1px solid #fff;
}
.a-table-data-box th:first-child,
.a-table-data-box td:first-child{ border-left: none;}

.a-table-data-box th:last-child,
.a-table-data-box td:last-child{ border-right: none;}
.a-table-data-box .colspan-th th{ border: none;}
.a-table-data-box td{
    height: 45px;
    color: #2D313E;
    font-size: 14px;
    text-align: center;
    border: 1px solid #E7E7E7;
}
.a-table-data-box tbody tr:hover{ background-color: #FFF7EB;}
.a-table-data-box td a{ color: #85AAFF;}
.a-table-data-box .data-up{
    display: inline-block;
    color: #F71A1A;
}
.a-table-data-box .data-down{
    display: inline-block;
    color: #0AB712;
}
.a-table-data-box .data-up::after,
.a-table-data-box .data-down::after{
    content: '';
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 4px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #F71A1A transparent;
}
.a-table-data-box .data-down::after{
    top: 3px;
    border-color: #0AB712 transparent transparent transparent;
}
.a-table-data-box .team-type{
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #FFA724;
    color: #FFA724;
    font-size: 14px;
    box-sizing: border-box;
}

.hover-fixed-table-box{
    display: none;
    position: absolute;
    right: 70px;
    width: 368px;
    background-color: #fff;
}
.show-fixed-table.hover-fixed-table-box{ display: block;}
.hover-fixed-table-box .title-txt{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #2D313E;
    text-align: center;
    background-color: #FFF7EB;
}
.hover-fixed-table-box .scroll-table-box{
    max-height: 445px;
    overflow-y: auto;
}
.hover-fixed-table-box table td{ border: none;}

.table-box table{
    font-size: 14px;
    text-align: center;
}
.table-box table thead th{
    font-weight: normal;
    color: #6D7387;
    height: 50px;
    background-color: #EBEEF7;
}
.table-box table tbody td{
    font-weight: normal;
    color: #2D313E;
    height: 48px;
    border-bottom: 1px solid #E7E7E7;
}
.table-box table tbody td.hasbd{border: 1px solid #E7E7E7;}
.table-box table tbody th.hasbd{border: 1px solid #fff;}
.table-box table tbody td a{ color: #85AAFF;}


.avatar-img{ border-radius: 50%;}

/** 时间闪烁呼吸效果 **/
.breathe-time{ position: relative;}
.breathe-time::after{
    content: "'";
    margin-left: 3px;
    animation: breatheTime 1s infinite;
}

@keyframes breatheTime {
    0% { opacity: 1;}
    50% { opacity: 0;}
    100% { opacity: 1;}
}
/** 时间闪烁呼吸效果 END **/

.r-txt3{color: #F94654;}
.r-txt1{color: #2DAAF9;}
.r-txt0{color: #00A370;}

.cf71a63{ color: #F71A63;}
.c2daaf9{ color: #2DAAF9;}
.c8c8c8c{ color: #8C8C8C;}
.cfede0d{ color: #FEDE0D;}
.cfe960d{ color: #FE960D;}
.cf94654{ color: #F94654;}

.cfff{ color: #fff !important}
.ml8{ margin-left: 8px;}
.mr8{ margin-right: 8px;}
.mr25{ margin-right: 25px;}
.mr50{ margin-right: 50px;}

.bgcaa255c{ background-color: #AA255C;}
.bgce9bc26{ background-color: #E9BC26;}
.bgcff614e{ background-color: #FF614E;}
.bgc2daaf9{ background-color: #2DAAF9;}
.bgc55378b{ background-color: #55378B;}
.bgcc551c9{ background-color: #C551C9;}
.bgc4174e9{ background-color: #4174E9;}

