*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background-image: url(../png/yvi1o6.png);
    background-size: 100% auto;
}
.pointer {
    cursor: pointer;
}
.nomore {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    color: #999999;
}
.w706{
    width: 706rem;
    margin: 0 auto;
}
#topBox{
    width: 100%;
    height: 359rem;
}
.top {
    height: 305rem;
    position: relative;
}
.topSwiper {
    width: 100%;
    height: 305rem;
    position: absolute!important;
    top: 0;
    left: 0;
}

.topSwiper img {
    width: 100%;
    height: 305rem;
}

.topContent {
    position: relative;
    padding-top: 39rem;
}

.topHead {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30rem;
}
.topHead span {
    font-size: 11rem;
}

.topHeadLeft {
    display: flex;
    align-items: center;
}

.topHeadLeft .topHeadLeftLine {
    margin: 0 3rem;
}

.topCenter img {
    display: block;
    margin: 0 auto;
}

.topCenterImg1 {
    width: 45rem;
    height: 48rem;
    margin-bottom: 20rem!important;
}

.topCenterImg2 {
    width: 366rem;
    height: 32rem;
    margin-bottom: 15rem!important;
}

.topCenterImg3 {
    width: 370rem;
    height: 17rem;
}

.navListBox{
    width: 100%;
    height: 54rem;
    background: #0348A7;
}
.navList {
    width: 100%;
    height: 54rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 22rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #FFFFFF;
    background: #0348A7;
}
.navItem{
    width: 126rem;
    text-align: center;
}
.navAcitive {
    box-shadow: 0px 0px 1rem 0px rgba(6, 0, 1, 0.75);
}
.navAcitive .navItemTxt{
    border-bottom: 2rem solid #ffffff;
}

.footBox {
    background-color: #0348A7;
    color: #ffffff;
    font-weight: 400;
    margin-top: 13rem;
    padding: 38rem 0 47rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footLeft {
    
    width: 600rem;
    font-size: 17rem;
}
.footTxt1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footTxt1Line {
    margin: 0 15rem;
}
.footTxt2 {
    margin-top: 20rem;
    display: flex;
    flex-wrap: wrap;
}
.footTxt2Item {
    
    width: 300rem;
    margin-bottom: 4rem;
}
.van-toast{
    line-height: 40rem!important;
    padding: 0 15rem;
}
.van-toast__text{
    font-size: 20rem!important;
}

.videoBox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.videoBox video{
    width: 100%;
}