input::-webkit-input-placeholder{
    color:#8E8E8E;
    font-size: 0.4rem;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#8E8E8E;
    font-size: 0.4rem;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#8E8E8E;
    font-size: 0.4rem;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#8E8E8E;
    font-size: 0.4rem;
}
::-webkit-scrollbar{
    width: 0.1rem;
}
::-webkit-scrollbar-track{
    background-color: #2a303e;
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
    border-radius:5px;
}
::-webkit-scrollbar-thumb{
    background-color: #494f6d;
    border-radius: 5px;
}
::-webkit-scrollbar-button{
    background-color: #151829;
    display: none;
}
::-webkit-scrollbar-corner{
    background-color: black;
}
* img{
    display: block;
    width: 100%;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
.menus{
    position: fixed;
    top: 0;
    left: 0;
    width: 10.8rem;
    height: 1.88rem;
    background: url(../img/mo/top_bg.png) no-repeat top center;
    background-size: 100% 100%;
    z-index: 99;
}
.menus li{
    float: left;
    height: 100%;
    overflow: hidden;
}
.menus li.menu1{
    width: 5.08rem;
    height: 1.56rem;
}
.menus li.menu1 img{
    display: block;
    width: 100%;
}
.menus li.menu2{
    width: 5.72rem;
    height: 1.56rem;
}
.menus li.menu2 img{
    display: block;
    width: 100%;
}
.header{
    width: 100%;
    height: 19.2rem;
    background: url(../img/mo/bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.shareBox{
    width: 1.34rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/mo/float.png) no-repeat top center;
    background-size: 100% 100%;
}
.shareBox a{
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    margin: 0.14rem 0 0 0.18rem;
}
.shareBox a:nth-child(1){
    margin-top: 0.76rem;
    background: url(../img/mo/fb.png) no-repeat top center;
    background-size: 100% 100%;
}
.shareBox a:nth-child(2){
    background: url(../img/mo/share_discord.png) no-repeat top center;
    background-size: 100% 100%;
}
.shareBox a:nth-child(3){
    background: url(../img/mo/share_line.png) no-repeat top center;
    background-size: 100% 100%;
}
.shareBox a:nth-child(4){
    background: url(../img/mo/i.png) no-repeat top center;
    background-size: 100% 100%;
}
.video_btn{
    width: 1.7rem;
    height: 1.76rem;
    margin: 10.8rem auto 0;
    cursor: pointer;
    /* animation: videoChange 2s linear infinite; */
}
@keyframes videoChange{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }25%{
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }50%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }75%{
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes videoChange{
    0%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }25%{
        -webkit-transform: translate(-50%, -0.2rem);
        transform: translate(-50%, -0.2rem);
    }50%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }75%{
        -webkit-transform: translate(-50%, 0.2rem);
        transform: translate(-50%, 0.2rem);
    }100%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.h_down{
    display: none;
    width: 0.6rem;
    height: 0.78rem;
    position: fixed;
    bottom: 0.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    animation: down 2s linear infinite;
}
@keyframes down{
    0%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }25%{
        -webkit-transform: translate(-50%, -0.2rem);
        transform: translate(-50%, -0.2rem);
    }50%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }75%{
        -webkit-transform: translate(-50%, 0.2rem);
        transform: translate(-50%, 0.2rem);
    }100%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@-webkit-keyframes down{
    0%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }25%{
        -webkit-transform: translate(-50%, -0.2rem);
        transform: translate(-50%, -0.2rem);
    }50%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }75%{
        -webkit-transform: translate(-50%, 0.2rem);
        transform: translate(-50%, 0.2rem);
    }100%{
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.btns{
    width: 4.32rem;
    margin: 2.4rem auto 0;
    overflow: hidden;
}
.btns .google,.btns .iOS{
    width: 4.32rem;
    height: 1.45rem;
    margin-bottom: 0.15rem;
}
.floor1{
    width: 100%;
    height: 19.2rem;
    background: url(../img/mo/bg1.jpg) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.f1_main{
    width: 100%;
    height: 13.1rem;
    margin: 0.4rem auto 0;
    background: url(../img/mo/pop_box.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.f1_main .name{
    width: 9.38rem;
    height: 1.24rem;
    margin: 1.6rem auto 0;
    background: #fff;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
}
.f1_main .email{
    width: 9.38rem;
    height: 1.24rem;
    margin: 0.5rem auto 0;
    background: #fff;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
}
.f1_main .name span, .f1_main .email span{
    display: block;
    width: 2.1rem;
    height: 0.92rem;
    padding-left: 0.35rem;
    box-sizing: border-box;
    font-size: 0.64rem;
    color: #29315F;
    line-height: 0.92rem;
    font-weight: bold;
    border-right: 0.01rem solid #29315F;
    margin-top: 0.16rem;

}
.verificationCode{
    width: 9.38rem;
    height: 1.24rem;
    margin: 0.5rem auto 0;
    position: relative;   
}
.verificationCode input{
    display: block;
    width: 6rem;
    height: 1.24rem;
    background: #fff;
    border-radius: 0.08rem;
    font-size: 0.64rem;
    color: #29315F;
    background: #fff;
    outline: none;
    margin: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0.26rem;
    box-sizing: border-box;
}
.verificationCode .code-box{
    width: 3rem;
    height: 1.24rem;
    float: right;
    border-radius: 0.08rem;
    overflow: hidden;
}
.verificationCode .code-box img{
    display: block;
    width: 3rem;
    height: 1.24rem;
}
.f1_main .name input, .f1_main .email input{
    display: block;
    width: 7rem;
    height: 0.92rem;
    margin-top: 0.16rem;
    font-size: 0.64rem;
    color: #29315F;
    background: transparent;
    outline: none;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0.16rem;
    right: 0;
}
.platform{
    width: 9.38rem;
    height: 1.24rem;
    margin: 0.5rem auto 0;
    overflow: hidden;
}
.platform>span{
    display: block;
    width: 2.1rem;
    height: 0.92rem;
    padding-left: 0.35rem;
    box-sizing: border-box;
    font-size: 0.64rem;
    color: #fff;
    line-height: 0.92rem;
    font-weight: bold;
    float: left;
    margin-top: 0.16rem;
}
.pf_lists{
    display: block;
    width: 7.1rem;
    height: 0.92rem;
    margin-top: 0.16rem;
    font-size: 0.64rem;
    color: #fff;
    font-weight: bold;
    float: left;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.pf_lists li{
    float: left;
    height: 100%;
    line-height: 0.92rem;
    margin-right: 0.5rem;
}
.pf_lists li:nth-child(2){
    margin-right: 0;
}
.pf_lists li p:nth-child(1){
    width: 0.32rem;
    height: 0.32rem;
    border: 0.04rem solid #fff;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0.28rem 0.28rem 0 0;
}
.pf_lists li p:nth-child(2){
    float: left;
    margin-right: 0.3rem;
}
.pf_lists li p:nth-child(1) span{
    display: none;
    width: 0.22rem;
    height: 0.22rem;
    background: #fff;
    border-radius: 50%;
    margin: 0.05rem 0 0 0.05rem;
}
.pf_lists li p:nth-child(1).pf_active span{
    display: block;
}
.f1_tu{
    width: 10.32rem;
    height: 5.32rem;
    margin: 0.1rem auto 0;
}


.submmit{
    width: 6.99rem;
    height: 1.82rem;
    margin: 1.6rem auto 0;
    cursor: pointer;
}
.footer {
    width: 100%;
    min-height: 3.4rem;
    background: #25292F;
    overflow: hidden;
    padding: 0.5rem 0;
}
.footer .ft_main {
    width: 100%;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    font-family: "HanQiHei";
}
.footer .ft_main .logo{
    width: 6.5rem;
    height: 0.89rem;
    margin: 0 auto;
    overflow: hidden;
}
.footer .ft_main .logo img:nth-of-type(1) {
    width: 2.43rem;
    height: 0.56rem;
    margin: 0.16rem 0.16rem;
    float: left;
}
.footer .ft_main .logo img:nth-of-type(2) {
    width: 3.02rem;
    height: 0.89rem;
    margin: 0 0.16rem;
    float: right;
}
.footer .ft_main .links {
    width: 100%;
    overflow: hidden;
    margin: 0.44rem 0 0.2rem 0;
}
.footer .ft_main .links a {
    color: #fff;
    text-decoration: none;
    padding: 0.1rem;
    display: inline-block;
    font-size: 0.24rem;
    color: #727171;
}
.footer .ft_main .seprator {
    width: 0;
    height: 0.3rem;
    border-left: 1px solid #fff;
    margin-top: 0.1rem;
    display: inline-block;
}
.copyright{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.copyright span{
    display: block;
    font-size: 0.24rem;
}

.tcBox{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
}
.tcBox img{
    display: block;
    width: 10.46rem;
    height: 5.46rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videoBox{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
}
.video_main{
    width: 9rem;
    height: 5.08rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
}
.v_close{
    width: 0.47rem;
    height: 0.53rem;
    float: right;
    margin: -0.6rem -0.5rem 0 0;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}
.video_main video{
    display: block;
    width: 100%;
    height: 100%;
}