body, html{
    margin: 0 !important;
    max-height:99999px;
    text-size-adjust:none;
}
.body-bg{
    position: absolute;
    bottom: 126px;
    right: 0;
}
.header{
    z-index: 9999 !important;
}

.banner{
    position: relative;
    width:100%;
    /* height: 642px; */
    margin-top: 86px;
    height: calc(100vh - 86px);
    z-index: 999;
}
.banner img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.banner img.pic{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner .swiper-slide{
    position: relative;
}
.banner .mask{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 101%;
    height:100%;
    display: block;
    z-index: 2;
    object-fit: fill;
}
.main-container{
    margin-top: -1px;
}
.banner a:hover{
    opacity: 1 !important;
}
.banner .title{
    position: absolute;
    left: 0;
    bottom: 170px;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    font-size: 42px;
    z-index: 3;
    line-height: 120%;
    font-weight: 100;
    width: 100%;
    text-align: left;
    font-weight: bold;
    text-align: center;
}
.swiper-button-next, .swiper-button-prev{
    top: auto;
    margin: 0;
    bottom: 2.8vw;
    width: 14px;
    height: 25px;
    transform: translateY(-50%);
}
.swiper-button-prev{
    background: url(../img/left.png) no-repeat;
    left: 27%;
}
.swiper-button-next{
    background: url(../img/right.png) no-repeat;
    right: 27%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
#gallery{
    /* height: 642px; */
    height: 100%;
    overflow: hidden;
}
#thumbs{
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 9;
    width: 40%;
    transition: none;
    z-index: 10;
    overflow: hidden;
}
#thumbs .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
#thumbs .swiper-slide{
    border-radius: 5px;
    overflow: hidden;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    transform-origin: center 100%;
    /* transform: scale(0.8); */
    cursor: pointer;
}
#thumbs .swiper-slide-thumb-active{
    /* transform: scale(1); */
}
#thumbs .swiper-slide-thumb-active .mask{
    opacity: 0;
}
.banner .banner-mask{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -139px;
    pointer-events: none;
    z-index: 9;
}
.ball1{
    position: absolute;
    left: 40px;
    top: 50px;
    width: 47px;
    z-index: 12;
}
.ball2{
    position: absolute;
    left: 40px;
    top:90px;
    width: 47px;
    z-index: 12;
}
.ball3{
    position: absolute;
    left: 40px;
    top: 130px;
    width: 47px;
    z-index: 12;
}

.page-line{
    position: absolute;
    top: 58px;
    left: 56px;
    z-index: 11;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.notice-box{
    display: flex;
    padding: 60px 0 24px 0;
    width: calc(100% - 60px);
    margin-left: 60px;
    height: 512px;
    position: relative;
    z-index: 3;
    background: url(../img/news_bg.png) center 20px no-repeat #fff;
    border-bottom-left-radius: 67px;
    z-index: 10;
}
.notice-box .title{
    font-size: 16px;
    display:inline-block;
    border-bottom: 2px solid #E60012;
    padding-bottom: 3px;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
}
.notice-box .left-box{
    width: calc(51.5% - 105px);
    padding: 0 0px 0 76px;
    overflow: hidden;
}
.notice-box .left-box .news-box .item{
    width: 100%;
    display: block;
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
    color: #333333;
    
}
.notice-box .left-box .news-box .item:last-child{
    margin: 0;
    border: none;
}
.notice-box .left-box .news-box .item .content{
    height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.notice-box .left-box .news-box .item .date{
    margin-top: 4px;
    color: #808080;
    font-size: 12px;
}

.notice-box .right-box{
    width: 48.5%;
    padding: 0 54px 0 84px;
}
.notice-box .right-box .news-box{
    display: flex;
    margin: 0 -11px;
    flex-wrap: wrap;
}
.notice-box .right-box .news-box .item{
    width: calc(50% - 34px);
    margin: 0 11px 42px 11px;
    color: #333333;
    display: block;
    position: relative;
    padding-left: 10px;
    border-left: 2px solid #662D91;
}
.notice-box .right-box .news-box .item.type2{
    border-left: 2px solid #E60012;
}
.notice-box .right-box .news-box .item.type3{
    border-left: 2px solid #f15a24;
}
.notice-box .right-box .news-box .item.type4{
    border-left: 2px solid #f7931e;
}
.notice-box .right-box .news-box .item.type5{
    border-left: 2px solid #ff00ff;
}
.notice-box .right-box .news-box .item.type6{
    border-left: 2px solid #8cc63f;
}
.notice-box .right-box .news-box .item.type7{
    border-left: 2px solid #00ffff;
}
.notice-box .right-box .news-box .item.type8{
    border-left: 2px solid #d9e021;
}
.notice-box .right-box .news-box .item.type9{
    border-left: 2px solid #c7b299;
}
.notice-box .right-box .news-box .item.type10{
    border-left: 2px solid #29abe2;
}
.notice-box .right-box .news-box .item.type11{
    border-left: 2px solid #2e3192;
}
.notice-box .right-box .news-box .item .news-title{
    font-size: 17px;
    width: 100%;
    line-height: 150%;
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
}
.notice-box .right-box .news-box .item .date{
    font-size: 13px;
    margin: 2px 0 6px 0;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #808080;
}
.notice-box .right-box .news-box .item .date .line{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(100% - 78px);
    background: #999999;
}
.notice-box .right-box .news-box .item .img-box{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 129px;
}
.notice-box .right-box .news-box .item .img-box img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.notice-box .right-box .news-box .item .img-box .tag{
    padding: 1px 12px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 7px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 100;
    transform: scale(0.9);
    transform-origin: center 0;
    font-family: auto;
    font-weight: bold;
}
.notice-box .right-box .news-box .item.type2 .img-box .tag{
    background: #E60012;
}
.notice-box .right-box .news-box .item.type1 .img-box .tag{
    background: #662D91;
}
.notice-box .right-box .news-box .item.type3 .img-box .tag{
    background: #f15a24;
}
.notice-box .right-box .news-box .item.type4 .img-box .tag{
    background: #f7931e;
}
.notice-box .right-box .news-box .item.type5 .img-box .tag{
    background: #ff00ff;
}
.notice-box .right-box .news-box .item.type6 .img-box .tag{
    background: #8cc63f;
    color: #444;
    font-weight: bold;
}
.notice-box .right-box .news-box .item.type7 .img-box .tag{
    background: #00ffff;
    color: #444;
    font-weight: bold;
}
.notice-box .right-box .news-box .item.type8 .img-box .tag{
    background: #d9e021;
    color: #444;
    font-weight: bold;
}
.notice-box .right-box .news-box .item.type9 .img-box .tag{
    background: #c7b299;
    color: #444;
    font-weight: bold;
}
.notice-box .right-box .news-box .item.type10 .img-box .tag{
    background: #29abe2;
}
.notice-box .right-box .news-box .item.type11 .img-box .tag{
    background: #2e3192;
}
.notice-box .more-pc{
    float: right;
    color: #333333;
    font-size: 14px;
    padding-bottom: 2px;
}
.notice-box .more-pc span{
    vertical-align: middle;
}
.notice-box .more-pc svg{
    vertical-align: middle;
}

.game-box{
    margin-top: -167px;
    position: relative;
    width: calc(100% - 53px);
    margin-right: 53px;
    overflow: hidden;
}
.game-box .bg{
    width: 100%;
    display: block;
}
.game-box .bg.active{
    display: block;
}
.game-box .bg-box a:hover{
    opacity: 1 !important;
}
.game-box .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
}
.game-box .container{
    position: absolute;
    width: 100%;
    height: calc(100% - 167px);
    top: 167px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}
.game-box .mask-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius:67px;
    box-shadow: 0 0 0 260px #fff;
    pointer-events: none;
}
.game-box .link-box .title{
    position: absolute;
    color: #000;
    left: 132px;
    bottom: 50px;
    background: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.game-box .link-box .line{
    width: calc(100% - 232px - 50px);
    left: 232px;
    height: 1px;
    background: #fff;
    bottom: 65px;
    position: absolute;
}
.game-box .link-box .box{
    position: absolute;
    right: 50px;
    bottom: 19px;
}
.game-box .link-box .box a{
    margin-left: 22px;
    display: inline-block;
    pointer-events: all;
}
.game-box .link-box .box a img{
    display: block;
    transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.game-box .link-box .box a img:hover{
    transform: scale(1.2);
}
.game-box .link-box .box a.active img{
    transform: scale(1.2);
}
.game-box .link-box .box a{
    opacity: 1 !important;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.game-info{
    width: calc(100% - 53px);
    margin-right: 53px;
    background: #fff;
    border-bottom-right-radius: 67px;
    position: relative;
    height: 220px;
    z-index: 3;
}
.game-info img{
    display: block;
}
.game-info .icon{
    position: absolute;
    right: 29px;
    top: 30px;
    width: 160px;
}
.game-info .course{
    display: block;
    margin:0;
    margin: 0 300px 0 132px;
    padding-top: 44px;
    width: 795px;
    overflow: hidden;
}
.game-info .course .item{
    margin: 0;
    color: #000;
    padding: 26px 13px 10px 13px;
    border: 1px solid rgba(180,180,181,.5);
    width: 221px;
    display: block;
    position: relative;
    background: url(../img/vs_bg.png) left bottom no-repeat;
}
.game-info .course .item .title{
    position: absolute;
    font-size: 13px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    line-height: 13px;
    top: -16px;
    padding: 0 1px;
    color: #333;
    text-align: center;
    white-space:nowrap;
    font-weight: bold;
}
.game-info .course .item .title .title-time{
    margin-top: 6px;
}
.game-info .course .item .vs-box{
    display: flex;
    text-align: center;
}
.game-info .course .item .vs-box .flag-box{
    width:50%;
    font-size: 14px;
}
.game-info .course .item .vs-box .flag-box .flag{
    width: 100%;
}
.game-info .course .item .vs-box .flag-box .name{
    margin-top: 2px;
    font-weight: bold;
}
.game-info .course .item .vs-box .vs{
    width: auto;
    margin: 0 13px;
    margin-top: -17px;
}
.game-info .course .item .time{
    font-size: 12px;
    margin-top: 6px;
    height: 15px;
    line-height: 15px;
    background: #333333;
    color: #fff;
    border-radius: 14px;
    position: relative;
    font-family: auto;
}
.game-info .course .item .time span{
    display: inline-block;
    width: 84.5px;
    text-align: center;
}
.game-info .course .item .time .hour{
    margin-left: 10px;
}
.game-info .course .item .time .step{
    width: 85px;
    height: 17px;
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 17px;
    text-align: center;
    line-height: 17px;
    color: #fff;
}
.game-info .course .item .time .step1{
    background: #009245;
}
.game-info .course .item .time .step2{
    background: #808080;
}
.game-info .course .item .time .step3{
    background: #C1272D;
}
.game-info .course .swiper-button-prev{
    left: 90px;
    bottom: -10px;
    background:url(../img/left2.png) no-repeat;
    width: 11px;
    height: 117px;
}
.game-info .course .swiper-button-next{
    right: 275px;
    bottom: -10px;
    background:url(../img/right2.png) no-repeat;
    width: 11px;
    height: 117px;
}
.game-info .course .swiper-container{
    overflow: visible !important;
}
.game-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.game-info .swiper-scrollbar{
    display: none;
}

.strong-box{
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-top: -100px;
    position: relative;
}
.strong-box .bg{
    width: 100%;
    display: block;
}
.strong-box .mask{
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    display: block;
}
.strong-box .container{
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
    left: 0;
    overflow: hidden;
}
.strong-box .mask-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius:67px;
    box-shadow: 0 0 0 260px #fff;
}
.strong-box a:hover{
    opacity: 1 !important;
}
.strong-box .container .text-box{
    position: absolute;
    top: 50%;
    right: 115px;
    transform: translateY(-50%);
    color: #fff;
}
.strong-box .container .text-box h2{
    margin: 0;
    font-size: 70px;
    font-family: AlimamaShuHeiTi-Bold;
    margin-bottom: 5px;
}
.strong-box .container .text-box .sub-title{
    text-align: right;
    font-size: 27px;
    font-family: AlimamaShuHeiTi-Bold;
    font-weight: bold;
}
.strong-box .ball4{
    position: absolute;
    left: 0;
    bottom: 0;
    left: -20px;
    bottom: -26px;
    z-index: 99;
}

.trend-box{
    padding: 84px 132px 0 132px;
    position: relative;
}
.trend-box .title{
    font-size: 16px;
    display:inline-block;
    border-bottom: 2px solid #E60012;
    padding-bottom: 3px;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
}
.trend-box .news-box{
    display: flex;
    flex-wrap: wrap;
    margin:0 -23px;
}
.trend-box .news-box .item{
    width: calc(50% - 47px);
    margin: 0 23.5px;
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
    color: #333333;
}
.trend-box .news-box .item .content{
    /* font-weight: bold; */
}
.trend-box .news-box .item .date{
    margin-top: 5px;
    color: #808080;
    font-size: 12px;
}
.trend-box .more{
    position: absolute;
    top: 84px;
    right: 142px;
    color: #333333;
    font-size: 14px;
}

.fast-link-box{
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 0 80.5px;
    position: relative;
    z-index: 2;
}
.fast-link-box a{
    display: inline-block;
}
.fast-link-box img{
    display: block;
}
.fast-link-box .row{
    display: flex;
    margin-bottom: 18px;
}
.fast-link-box .row a{
    margin-right:20px;
}
.fast-link-box .row a:last-child{
    margin: 0;
}
.fast-link-box .row a.mb{
    display: none;
}
.fast-link-box .link-box{
    position: relative;
    margin-top: 18px;
}
.fast-link-box .link-box img{
    width: 100%;
}
.fast-link-box .link-box .btn-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fast-link-box .link-box .btn-box a:nth-child(1){
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.fast-link-box .link-box .btn-box a:nth-child(2){
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
}
.fast-link-box .friend-link{
    margin-top: 36px;
    height: 127px;
    line-height: 122px;
    position: relative;
    background:url(../img/friend_bg2.png) no-repeat;
}
.fast-link-box .friend-link .title{
    color: #C1272D;
    font-size: 22px;
    font-family: SourceHanSansCN-Regular;
    margin-left: 40px;
}
.fast-link-box .friend-link .line{
    width: 948px;
    height: 1px;
    background: #C1272D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 131.5px;
}
.fast-link-box .friend-link .link.pc{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 214px;
}
.fast-link-box .friend-link .link a{
    margin:0 25px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #1A1A1A;
    line-height: 20px;
}
.fast-link-box .friend-link .link a:last-child{
    margin-right: 0;
}
.fast-link-box .friend-link .link a img{
    margin: 51px auto 0 auto;
}
.fast-link-box .friend-link .link a .name{
    margin-top: 6px;
    font-weight: bold;
}

@media (max-width: 996px) {
    .body-bg{
        display: none;
    }
    .page-line{
        display: none;
    }
    .ball1,.ball2,.ball3,.ball4{
        display: none;
    }

    .banner{
        padding-top: 40px;
        height: auto;
        margin: 0;
    }
    #gallery{
        height: auto;
    }
    .banner .mask{
        width: 100%;
    }
    .banner .title{
        width: 90%;
        left: 0;
        text-align: center;
        padding: 0 5%;
        bottom: 20px;
        transform: translateY(0);
        font-size: 16px;
    }
    .banner .title br{
        display: none;
    }
    .banner .swiper-button-prev,.banner .swiper-button-next{
        display: none;
    }
    #thumbs{
        display: none;
    }
    #gallery{
        overflow: visible;
    }
    #gallery .swiper-pagination{
        bottom: -22px;
    }
    #gallery .swiper-pagination-bullet{
        background: #999999;
        opacity: 1 !important;
        margin: 0 3px;
    }
    #gallery .swiper-pagination-bullet-active{
        width: 18px;
        border-radius: 18px;
    }

    .notice-box{
        margin: 0;
        display: block;
        width: 100%;
        padding: 30px 0 10px 0;
        height: auto;
        background: none;
    }
    .notice-box .title{
        margin-bottom: 15px;
        font-size: 14px;
        border: none;
    }
    .notice-box .left-box{
        width: 82.8%;
        padding: 0 8.6%;
    }
    .notice-box .right-box{
        width: 82.8%;
        padding: 32px 8.6% 0 8.6%;
        margin-top: -10px;
        background: url(../img/news_m_bg.png) no-repeat;
        background-size: 50%;
        background-position: 98% 70%;
        background: #F2F2F2;
    }
    .notice-box .right-box .more-btn{
        top: 10px;
    }
    .notice-box .left-box .news-box .item{
        border: none;
        display: none;
        font-size: 2.8vw;
        padding-bottom: 0;
        padding-left: 18px;
        background: url(../img/dian.png) left 5px no-repeat;
        background-size: 6px;
        width: calc(100% - 18px);
        margin-bottom: 15px;
    }
    .notice-box .left-box .news-box .item:nth-child(1),.notice-box .left-box .news-box .item:nth-child(2),.notice-box .left-box .news-box .item:nth-child(3){
        display: block;
    }
    .notice-box .left-box .news-box .item .date{
        font-size: 2.5vw;
    }
    .notice-box .left-box .news-box .item .content{
        text-overflow:unset;
        height: auto;
        white-space:unset;
    }
    .notice-box .right-box .news-box .item{
        display: block;
        width: 100%;
        display: none;
        text-align: right;
        border-bottom: 1px solid rgba(230,0,18,0.5);
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-left: none !important;
    }
    .notice-box .right-box .news-box .item:nth-child(1),.notice-box .right-box .news-box .item:nth-child(2),.notice-box .right-box .news-box .item:nth-child(3){
        display: block;
    }
    .notice-box .right-box .news-box .item .news-title{
        font-size: 2.8vw;
        display: inline-block;
        width: 57%;
        vertical-align: top;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        background: url(../img/dian.png) left 5px no-repeat;
        background-size: 6px;
        width: calc(57% - 18px);
        padding-left: 18px;
    }
    .notice-box .right-box .news-box .item .date{
        position: absolute;
        left: 0;
        bottom: 10px;
        margin: 0;
        text-align: left;
        padding-left: 18px;
        font-size: 2.5vw;
    }
    .notice-box .right-box .news-box .item .date .line{
        display: none;
    }
    .notice-box .right-box .news-box .item .img-box{
        border-radius: 0;
        width: 40%;
        display: block;
        margin-left: 60%;
    }
    .notice-box .right-box .news-box .item .img-box{
        height: 60px;
    }
    .notice-box .right-box .news-box .item .img-box img{
        display: block;
    }
    .notice-box .right-box .news-box .item .img-box .tag{
        display: none;
    }
    .notice-box .right-box .news-box .item:nth-child(3){
        margin-bottom: 4px;
    }
    .notice-box .more-pc{
        display: none;
    }

    .game-box{
        margin: 30px 0 0 0;
        width: 100%;
    }
    .game-box .mask{
        display: none;
    }
    .game-box .container{
        display: none;
    }
    .game-box .title{
        margin-left: 8.6%;
        margin-bottom: 15px;
        font-size: 12px;
        display: inline-block !important;
        border-bottom: none;
        padding-bottom: 0;
    }
    .game-box .game-link{
        height: 38px;
        line-height: 38px;
        padding-left: 15px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 7px;
    }
    .game-box .game-link .link{
        display: inline-block;
        width: 31px;
        height: 31px;
        margin-top: 3.5px;
        padding-right: 14px;
        position: relative;
        z-index: 3;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transform: scale(1);
    }
    .game-box .game-link .link.active{
        transform: scale(1.3);
    }
    .game-box .game-link .link img{
        width: 100%;
    }
    .game-box .game-link .text{
        width: 100%;
        position: absolute;
        top:50%;
        left: 0;
        margin-right: 15px;
        margin-top: 5px;
        transform: translateY(-50%);
        z-index: 2;
    }
    .game-box .game-link .text img{
        width: 100%;
    }
    .game-info{
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }
    .game-info .icon{
        display: none;
    }
    .game-info .course{
        padding: 30px 3% 0 3%;
        width: 94%;
        flex-wrap: wrap;
        margin: 0;
    }
    .game-info .course .item{
        width: calc(100% - 16px);
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding: 16px 8px 8px 8px;
    }
    .game-info .course .item .time{
        font-size: 1.9vw;
        height: 11px;
        line-height: 11px;
    }
    .game-info .course .item .time .step{
        font-size: 1.9vw;
        width: 60px;
        height: 13px;
        line-height: 13px;
    }
    .game-info .course .item .time span{
        width: 40%;
    }
    .game-info .course .swiper-button-prev{
        display: none;
    }
    .game-info .course .swiper-button-next{
        display: none;
    }
    .game-info .course .item .vs-box .flag-box .name{
        font-size: 2.8vw;
    }
    .game-info .course .item .title{
        font-size: 2.5vw;
    }
    .game-info .course .item .title .title-time{
        margin-top: 1px;
    }   
    .game-info .course .item .vs-box .vs{
        width: 15px;
        margin: 0 8px;
        margin-top: -17px;
    }
    .game-info .swiper-scrollbar{
        width: 94%;
        left: 3%;
        bottom: 0;
        height: 2px;
        border-radius: 15px;
        background: #bbb;
        display: block;
    }   
    .game-info .swiper-scrollbar-drag{
        height: 4px;
        top: -1px;
        background: #666666;
        border-radius: 15px;
    }

    .strong-box{
        margin: 0;
        width: 100%;
    }
    .strong-box .mask{
        display: none;
    }
    .strong-box .mask-box{
        display: none;
    }
    .strong-box .container .text-box{
        bottom: 33px;
        top: auto;
        transform: translateY(0);
        width: calc(100% - 15px);
        right: 0;
        padding-right: 15px;
        text-align: right;
    }
    .strong-box .container .text-box h2{
        font-size: 26px;
        margin-bottom: 7px;
    }
    .strong-box .container .text-box .sub-title{
        font-size: 14px;
    }

    .trend-box{
        width: 82.8%;
        padding: 0 8.6%;
        margin-top: 22px;
    }
    .trend-box .title{
        margin-bottom: 15px;
        font-size: 14px;
        border: none;
    }
    .trend-box .news-box{
        margin: 0;
    }
    .trend-box .news-box .item{
        margin: 0;
        display: block;
        width: 100%;
        border: none;
        display: none;
        font-size: 2.8vw;
        padding-left: 18px;
        background: url(../img/dian.png) left 5px no-repeat;
        background-size: 6px;
        width: calc(100% - 18px);
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .trend-box .news-box .item:nth-child(1),.trend-box .news-box .item:nth-child(2),.trend-box .news-box .item:nth-child(3){
        display: block;
    }
    .trend-box .more{
        display: none;
    }
    .trend-box .more-btn{
        margin-top: 5px;
    }
    .trend-box .more-btn .more{
        display: inline-block;
        position: static;
        color: #fff;
        font-size: 2.8vw;
    }
    .trend-box .news-box .item .date{
        font-size: 2.5vw;
    }

    .fast-link-box{
        width: 82.8%;
        padding: 0 8.6%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .fast-link-box img{
        width: 100%;
    }
    .fast-link-box .row{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .fast-link-box .row a{
        width: calc(50% - 2px);
        margin: 0 1px;
        vertical-align: top;
    }
    .fast-link-box .row a.mb{
        display: block;
    }
    .fast-link-box .friend-link{
        height: auto;
        background: none;
        padding-top: 23px;
        margin: 0;
    }
    .fast-link-box .friend-link .title{
        display: none;
    }
    .fast-link-box .friend-link .line{
        display: none;
    }
    .fast-link-box .friend-link .link.mb{
        position: static;
        display: flex !important;
        background: url(../img/friend_bg.png) no-repeat;
        background-size: cover;
        padding: 10px 5px;
        transform: translateY(0);
        line-height: 2vw;
    }
    .fast-link-box .friend-link .link a{
        margin: 0;
        width: calc(20% - 4px);
        margin: 0 2px;
        font-size: 1.7vw;
        color: #fff;
        text-align: center;
        line-height: 140%;
    }
    .fast-link-box .friend-link .link a img{
        width: 80%;
        margin: 0 auto 7px auto;
    }
    .fast-link-box .friend-link .link a span{
        display: block;
    }

    .more-btn{
        height: 20px;
        line-height: 20px;
        font-size: 2.8vw;
        color: #fff;
        border-radius: 15px;
        background: #E50012;
        position: relative;
        z-index: 2;
    }
    .more-btn .more{
        display: inline-block;
        margin: 0 5px 0 15px;
    }
    .more-btn .text{
        float: right;
        margin-right: 15px;
    }
    .more-btn span{
        vertical-align: top;
    }
    .more-btn svg{
        vertical-align: top;
        width: 14px;
        float: right;
        margin-right: 5px;
    }
}

#mobile .app_downArea {
    display: none;
}
.app_downArea{
    position: fixed;
    bottom: 0px;
    right: 50%;
    z-index: 100;
    margin-right: -740px;
    width: 90px;
    height: auto;
}
.app_downArea .downTitle{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.app_downArea .downItem {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.app_downArea .downItem .itemText {
    display: block;
    width: 100%;
    line-height: 28px;
    color: #333;
}
.app_downArea .downItem img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 996px) {
    .app_downArea{
        display: none;
    }
}

.friend-box{
    margin-bottom: 80px;
    padding: 0 80.5px;
}
.friend-box>.title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.friend-box .tab-box{
    display: flex;
}
.friend-box .tab-box .item{
    text-align: center;
    width: 12.5%;
    background: #E6E6E6;
    padding: 5px 0 12px 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.friend-box .tab-box .item:hover{
    opacity: 0.8;
}
.friend-box .tab-box .item.active{
    background: #fff;
    border:1px solid #ccc;
    border-bottom: none;
}
.friend-box .tab-box .item:last-child{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.friend-box .tab-box .item:last-child.active{
    background: #fff;
    border:1px solid #ccc;
    border-bottom: none;
}
.friend-box .tab-box .item .title{
    font-size: 12px;
    transform: scale(0.88);
    width: 120%;
    margin-left: -10%;
    font-weight: normal;
}
.friend-box .tab-box .item img{
    height: 67px;
}
.friend-box .logo-box{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 75px 0 34px 0;
}
.friend-box .logo-box .logo-row{
    padding: 0 35px 0 75px;
}
.friend-box .logo-box .top-box{
    display: none;
}
.friend-box .logo-box .row{
    display: flex;
}
.friend-box .logo-box .row .title{
    width: 19%;
    font-size: 15px;
}
.friend-box .logo-box .row .img-box{
    width: 81%;
    display: flex;
    flex-wrap:wrap;
}
.friend-box .logo-box .row .img-box img{
    width: calc(25% - 40px);
    margin-right: 40px;
    margin-bottom: 32px;
    object-fit: contain;
}
.friend-box .logo-box .swiper-container{
    overflow: hidden;
}
.friend-box .logo-box .swiper-container .swiper-button-next{
    display: none;
}
.friend-box .logo-box .swiper-container .swiper-button-prev{
    display: none;
}
@media (max-width: 996px) {
    .friend-box{
        padding: 0 8.6%;
        margin-bottom: 0;
        position: relative;
    }
    .friend-box>.title{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .friend-box .tab-box{
        display: none;
    }
    .friend-box .logo-box{
        padding: 0 0 15px 0;
        border-top: 1px solid #ccc;
    }
    .friend-box .logo-box .row{
        display: block;
        margin-bottom: 15px;
    }
    .friend-box .logo-box .logo-row{
        padding: 0 6px 0 15px;
    }
    .friend-box .logo-box .row .title{
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .friend-box .logo-box .row .img-box{
        width: 100%;
        margin: 0 -5px;
    }
    .friend-box .logo-box .row .img-box img{
        width: calc(33.33333% - 8px);
        margin:0 4px 10px 4px;
        object-fit: contain;
    }
    .friend-box .logo-box .top-box{
        display: block;
        text-align: center;
        background: #E6E6E6;
        margin-bottom: 20px;
    }
    .friend-box .logo-box .top-box img{
        vertical-align: middle;
        margin-bottom: 5px;
    }
    .friend-box .logo-box .top-box .title{
        font-size: 13px;
        padding-bottom: 10px;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }
    .friend-box .logo-box .swiper-container{
        position: static !important;
    }
    .friend-box .logo-box .swiper-container .swiper-button-prev{
        display: block;
        top: 45%;
        left: 10px;
        transform: translateY(0);
    }
    .friend-box .logo-box .swiper-container .swiper-button-next{
        display: block;
        top:45%;
        right: 10px;
        transform: translateY(0);
    }
}