*{margin: 0;padding: 0;border: 0;outline: none;list-style: none;font-family: "Arial";}
a{text-decoration: none; color: #ffffff;}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.placeholder{position: absolute;top: 17px;left: 20px; z-index: 10;color: #fff;font-size: 16px;}


body{position:relative;width: 100%;min-width: 1000px;font-family: "Arial";font-size:14px;background-color: #000;}
.wrap{position: relative;width: 100%;height: 1080px;overflow: hidden;}
.bg,.mask{position: absolute;top: 0;left: 50%;width: 1920px;margin-left: -960px;}
.main{position: relative;width: 1000px; margin: 0 auto;}
.logo{ position: absolute; top: -63px; left: -15.5px; z-index: 1;}
.playnow{position: absolute;top: 353px;left: 744px;width: 194px;height: 194px; background: url(../images/go.webp) no-repeat;}
/* .playnow:hover{background: url(../images/play2.gif) no-repeat;} */

.mask{display: none;height: 1080px; background: url(../images/mask.webp) no-repeat;}
.box{display: none; position: absolute;top: 120px;left: 600px; padding: 96px 0 0 0; width: 462px;height: 712px; background: url("../images/box.png") center no-repeat; box-sizing: border-box;}
.box_cont{position:relative;width: 100%; padding-top: 20px;}
.inputBox{position: relative; width: 309px;height: 43px;margin:0 auto 10px; background: url("../images/input.png") no-repeat;}
.inputBox input{vertical-align: middle;width: 309px;height: 43px;text-indent: 20px;font-size: 16px;line-height: 43px;background-color: transparent;color: #fff;}
.checkBox{width: 360px;color: #fff;font-size: 12px;line-height: 26px;margin:5px 0 5px 85px;letter-spacing: 0.3px;}
.checkBox a{color: #fff;text-decoration: underline;}
.checkBox input{vertical-align: -2px;margin-right: 3px;width: 14px;height: 14px;}
.play{display: block; width: 312px;height: 138px;margin: -10px auto; background: url("../images/playnow.png") center no-repeat;text-decoration:none;-webkit-transition: all 0.35s;transition: all 0.35s;}
.play:hover{background: url("../images/playnow2.png") center no-repeat;}


#slideStore{ width: 1126px; height: 707px; position: absolute; top: 0; left: 0; overflow: hidden;}
#slideStore .swiper-button-prev,#slideStore .swiper-button-next{position: absolute;top: 345px;width: 450px;height: 250px;z-index: 1;-webkit-animation: play 2s steps(50) infinite;animation: play 2s steps(50) infinite;}
#slideStore .swiper-button-prev:after,#slideStore .swiper-button-next:after{ display: none;}
#slideStore .swiper-button-prev{ left: 70px; background: url("../images/left.webp") no-repeat;-webkit-animation: fadeInLeft 1s ease-in-out infinite alternate;animation: fadeInLeft 1s ease-in-out infinite alternate;}
#slideStore .swiper-button-prev:hover{ background: url("../images/left2.webp") no-repeat;}
#slideStore .swiper-button-next{ right: 70px; background: url("../images/right.webp") no-repeat;-webkit-animation: fadeInRight 1s ease-in-out infinite alternate;animation: fadeInRight 1s ease-in-out infinite alternate;}
#slideStore .swiper-button-next:hover{ background: url("../images/right2.webp") no-repeat;}
#slideStore .swiper-slide-prev,#slideStore .swiper-slide-next{opacity: 0 !important;}


/*官网链接*/
.click {position: fixed;top: 7px;left: 7px;width: 204px;height: 88px;background: url("../images/click.png") no-repeat;z-index: 1;}
.click span {position: absolute;top: 25px;left: 5px;text-decoration: underline;width: 125px;line-height: 20px;color: #ffffff;letter-spacing: -0.5px;text-align: center;font-size: 13px;}

.box_txt{ width: 100%; text-align: center; color: #ffffff; font-size: 15px;}
.fb,.Google{ width: 309px; height: 47px; margin: 20px auto; display: block; line-height: 47px; font-size: 20px; font-weight: bolder; text-indent: 55px;}
.fb{ background: url(../images/fb.png); color: #ffffff;}
.fb:hover { background: url(../images/fb2.png);}
.Google{ background: url(../images/google.png) no-repeat; color: #000000;}
.Google:hover { background: url(../images/google2.png) no-repeat;}

.Jump { width: 100%; text-align: center;}
.login_here { display: block; font-size: 14px; color: #ffffff; text-decoration: underline;}


/*底部信息*/
.foot{width:100%; overflow:hidden;text-align:center; line-height:45px; top:990px; position:absolute; z-index:1; font-size:16px;font-family: "Arial"; color:#fff;}
.foot a{color:#fff;}
.foot a:hover{text-decoration: underline;}


@media screen and (max-width: 1800px) {
    .wrap { height: 1037px; }
    .click { left: 10px; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.96);transform: perspective(1px) scale(0.96); -webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s; }
    .bg,.main{ -webkit-transform-origin: center 0px;transform-origin: center 0px; }
}
@media screen and (max-width: 1700px) {
    .wrap { height: 994px; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.92);transform: perspective(1px) scale(0.92); }
}
@media screen and (max-width: 1600px) {
    .wrap { height: 951px; }
    .click { left: 0; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.88);transform: perspective(1px) scale(0.88); }
}
@media screen and (max-width: 1500px) {
    .wrap{ height: 908px; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.84);transform: perspective(1px) scale(0.84); }
}
@media screen and (max-width: 1400px) {
    .wrap{ height: 865px; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.8);transform: perspective(1px) scale(0.8); }
}
@media screen and (max-width: 1300px) {
    .wrap { height: 822px; }
    .bg,.main{ -webkit-transform: perspective(1px) scale(0.76);transform: perspective(1px) scale(0.76); }
}