*{
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    width: 100%;
}
.box{
    width: 100%;
    background: #06005a;
    padding-bottom: 7rem;
}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .logo{
    position: absolute;
    left: 3rem;
    top: 2.5rem;
    width: 10rem;
}
.banner .pc ,.acflow .pc{
    display: block;
}
.banner .mob,.acflow .mob{
    display: none;
}
.inner{
    width: 80%;
    margin: 0 auto;
}
.liveBox{
    width: 100%;
}
.liveBox .vid{
    position: relative;
    width: 100%;
    height: auto;
}
.item .title img{
    width: 16rem;
    display: block;
}
.liveBox #example-video,iframe{
    width: 100%;
    height: auto;
    margin: 7rem auto;
}
.acflow{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 8rem;
    overflow: hidden;
}
.acflow img{
    display: block;
}
.acflow .pcacflow{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 9rem;
}
.acflow .moacflow{
    display: none;
}
.textBox{
    width: 100%;
}
.textBox img{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10rem;
}
.liveBox .gou{
    position: absolute;
    display: block;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.lbBox,.lbBox2{
    width: 100%;
    margin: 4rem auto;
    position: relative;
}
.swiper-container{
    width: 100%;
    overflow: hidden;
}
.lbBox img{
    width: 100%;
    transform: scale(0.8);
}
.lbBox .swiper-slide-active img{
    transform: scale(1.2);
}
.lbBox .btn,.lbBox2 .btn{
    position: absolute;
    width: 102%;
    height: 0;
    top: 35%;
    left: -1%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    z-index: 9999999;
    cursor: pointer;
}
.lbBox2 .btn{
    width: 110%;
    left: -5%;
}
.lbBox .btn span,.lbBox2 .btn span{
    font-size: 4rem;
}
.lbBox .btn span:hover,.lbBox2 .btn span:hover{
    color: red;
}
.newsBox{
    width: 100%;
    margin-top: 10rem;
}
.lbBox2 .imgBox{
    width: 100%;
}
.lbBox2 img{
    width: 100%;
}
.newsBox a{
    color: #fff;
    text-decoration: none;
}
.lbBox2 .tit{
    font-size: 26px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0.5rem 0;
    height: 4.4rem;
    font-weight:600;
}
.lbBox2 .text{
    font-size: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.footer{
    width: 100%;
    background: #070057;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 750px){
    .box .pc{
        display: none;
    }
    .acflow .pcacflow{
        margin-top: 2rem;
    }
    .box .mob,.acflow .moacflow{
        display: block;
    }
    .acflow{
        margin-bottom: 2rem;
    }
    .acflow .moacflow{
        width: 100%;
        margin-top: 4rem;
    }
    .item .title img{
        width: 7rem;
    }
    .unscrambleBox{
        margin-top: 2rem;
    }
    .liveBox #example-video{
        margin: 2rem auto;
    }
    .textBox img{
        margin-bottom: 2rem;
    }
    .lbBox img{
        transform:scale(1);
    }
    .lbBox .swiper-slide-active img{
        transform: scale(1.4);
    }
    .lbBox,.lbBox2{
        margin: 2rem auto;
    }
    .swiper-container{
        padding: 1rem 0;
    }
    .lbBox .btn{
        top: 25%;
        width: 114%;
        left: -7%;
    }
    .lbBox .btn span{
        font-size: 2rem;
    }
    .lbBox2 .btn{
        width: 120%;
        left: -10%;
    }
    .lbBox2 .btn span{
        font-size: 2rem;
    }
    .newsBox{
        margin-top: 2rem;
    }
    .banner .logo{
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: 5rem;
    }
    .footer{
        font-size: 14px;
    }
}