*{margin: 0;padding: 0;border: 0;list-style: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
img{display: block;width: 100%;}
a{text-decoration: none;}
.clear{clear: both;}
a,input, button,select{
    text-decoration: none;
    /*a标签点击图片有阴影处理*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

body{width: 100%;font-family: "Arial";font-size: 1rem;-webkit-text-size-adjust: 100% !important; background: #6b71ab;}
body:before { content: ' '; position: fixed; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/bg.webp) center 0 no-repeat; background-size: cover;}
.wrap{position: relative;width: 100%;background: #6b71ab; -webkit-text-size-adjust: 100% !important;-webkit-overflow-scrolling:touch;}
.bg{ width: 100%; position: relative; overflow: hidden;}
.icon{position: absolute;top: 9%;left: 5%;width: 51.74%;z-index: 2;}
.home{position: absolute;top: 0;right: 0;width: 8%;z-index: 2; padding: 6% 4%;}

.nav_bg{ position: absolute;width: 100%; top: 7.5%; z-index: 1; left: 0;}
.nav{position: -webkit-sticky; position: sticky; top: 0; left: 0; width: 100%; z-index: 10;}
.nav a{position: absolute;bottom: 13%;width: 43%;cursor: pointer;}
.google{left: 5%;}
.ios{right: 5%;}


/* .swiper-container{width: 100%;height: 100%;} */
.logo{position: absolute;top: 54%;left: 8%;width: 59.07%;}
.intro{position: absolute;top: 84%;left:8%;width: 84%;z-index: 2;}
.part1_light{ width: 100%; position: absolute; left: 0; top: 0; z-index: 2; pointer-events: none;}

.video_box{ width: 90%; height: 80%; position: absolute; left: 5%; top: 10%; overflow: hidden; z-index: 3;}
.video-wrap{ width: 100%; height: 100%; display: none;}
.msg-wrap{ position: fixed; top: 0; left: 0; background: #fff; border: 1px solid #000; z-index: -1; opacity: 0;}



/*底部信息*/
footer{position: absolute;top: 0;left: 0;width: 100%;}
.fb,.ytb,.discord{position: absolute; width: 33.33%; height: 100%; top: 0;}
.fb{ left: 0;}
.ytb{left: 33.33%;}
.discord{right: 0;}

.bottom{width: 100%; position: absolute; left: 0; top: 35%; color: #ffffff;font-size: 0.8rem; text-align: center;}
.privacyBox{position: absolute;bottom: -3rem;left: 0;width: 100%;}
.privacy,.terms{width: 35%; height: 2.2rem; text-align: center; line-height: 1.5rem; color: #ffffff;}
.privacy{ float: left; margin-left: 15%;}
.terms{ float: right; margin-right: 15%;}


@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes scaleUp {
    0% { transform: scale(0); opacity: 0; transform-origin: center;}
    50% { transform: scale(1.2); opacity: 1;}
    100% { transform: scale(1); opacity: 1;}
}

@keyframes rotateGlow {
    0% { transform: rotate(0deg); filter: brightness(100%);}
    50% { transform: rotate(180deg); filter: brightness(110%);}
    100% { transform: rotate(360deg); filter: brightness(100%);}
}


/*横屏*/
@media screen and (min-aspect-ratio:13/8){
    .wrap{width: 750px;margin: 0 auto; border-left: 2px solid #cfa972; border-right: 2px solid #cfa972;}
    .part4_character .swiper-button-prev,.part4_character .swiper-button-next{ top: 85%;}
}
  