*{
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Avenir Next';
    font-style: normal;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    -khtml-user-select: none; 
    user-select: none;
}
/* 全屏按钮 */
video::-webkit-media-controls-fullscreen-button {
display: none;
}
/* 播放按钮 */
video::-webkit-media-controls-play-button {
display: none;
}
img{display: block;}
.pcContent{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: none;
}
.box-left, .box-right{
    width: 10.48rem;
    height: 100%;
}
.box-left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 1.8rem;
    background: url(../image/pic_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-left .logo{
    width: 1.88rem;
    height: auto;
    margin: 0 0 .96rem .19rem;
}
.box-left .pic_text{
    width: 8rem;
    height: auto;
}
.box-left .pic_qr{
    width: 1.4rem;
    margin: .73rem 0 .42rem;
}
.box-left .pic_google{
    width: 2.13rem;
    cursor: pointer;
    margin-bottom: .3rem;
}
.box-left .contact{
    width: 4rem;
    height: auto;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 500;
    font-size: .18rem;
    line-height: .35rem;
    color: #F5F5F5;
}
.box-left .contact a{
    text-decoration: none;
    color: #F5F5F5;
}
.box-left .contact .title{
    margin-bottom: .1rem;
}
.box-right{
    width: 11rem;
    position:absolute;
    right:0;
    top:0;
    background-size: cover;
    mask-image: linear-gradient(left top, transparent 0%, white 30%);
    -webkit-mask-image: -webkit-linear-gradient(left top, transparent 0%, white 30%);
    z-index: 1;
}
.box-right .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /* transform: translate(-50%, -50%); */
    height: 100%;
    object-fit: cover;
}
.box-right .recharge{
    width: 2.14rem;
    height: .8rem;
    border-radius: .8rem;
    background: #FFFFFF;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    top: .64rem;
    font-weight: 700;
    font-size: .24rem;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.box-right .recharge img{
   width: .32rem;
   height: auto; 
   margin-right: .08rem                                                                                                       ;
}


.mobileContent{
    width: 7.5rem;
    height: auto;
    position: relative;
    display: none;
    margin: 0 auto;
}
.box-top{
    width: 100%;
    height: 100vh;
    max-height: 14.8rem;
    background-size: cover;
    position:relative;
}
.box-top .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* transform: translate(-50%, -50%); */
    object-fit: cover;
    z-index: 1;
}
.box-top .mobile-info{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.box-top .mobile-info .mobile-head{
    width: 100%;
    height: 1.3rem;
    padding: .29rem .3rem;
    box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 700;
    font-size: .36rem;
}
.box-top .mobile-info .mobile-head .recharge{
    width: 2.38rem;
    height: .62rem;
    border-radius: 2rem;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    font-size: .32rem;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.box-top .mobile-info .mobile-head .recharge img{
    width: .34rem;
    height: auto; 
    margin-right: .14rem      
}
.box-top .mobile-info .mobile-logo{
    width: 100%;
    height: auto;
    margin-top: .88rem;
    text-align: center;
    font-weight: 700;
    font-size: .6rem;
    color: #FFFFFF;
    
}
.box-top .mobile-info .mobile-logo img{
    width: 5.04rem;
    height: auto;
    margin: 0 auto;
}
.box-top .mobile-info .mobile-btn{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: .9rem;
    left: 0;
}
.box-top .mobile-info .mobile-btn .mobile-appStart{
    width: 6.24rem;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFE101;
    border-radius: 100px;   
    font-weight: 700;
    font-size: .4rem;
    color: #3E3C3D;
    margin: 0 auto .9rem;
}
.box-top .mobile-info .mobile-btn img{
    width: 2.88rem;
    height: auto;
    margin: 0 auto;
}
.box-bottom{
    width: 100%;
    height: 3.58rem;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 500;
    font-size: .28rem;
    color: #F5F5F5;
    background: rgba(34, 34, 34, 1);
    text-align: center;
    padding-top: .86rem;
}
.box-bottom .title{
    font-size: .36rem;
    font-weight: 700;
    margin-bottom: .46rem;
}
.box-bottom p{
    margin-bottom: .16rem;
}
.box-bottom .contact-info{
    color: rgba(255, 255, 255, 0.7);
}
.box-bottom .documentA, .box-bottom .documentA a{
    text-decoration: none;
    color: #F5F5F5;
    margin-bottom: 1rem;
}
.box-bottom .documentA, .box-bottom .documentA a:nth-child(1) {
    margin-right: .2rem;
}
.box-bottom .documentA, .box-bottom .documentA a:nth-child(2) {
    margin-left: .2rem;
}