body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,button,input,textarea,th,td{outline:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);}
/* body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;} */
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul,ol{list-style:none;}
a{text-decoration:none;outline:0 none}
a:hover{text-decoration:underline;}
button,input,select,textarea{font-size:100%;resize:none;}
table{border-collapse:collapse;border-spacing:0;}
img{
    margin: 0;
}
video{
    margin: 0;
    padding: 0;
    object-fit: fill;
}

html, body {
    overflow-x: hidden;
    margin: 0 auto;
    font-family:arial,\5FAE\8F6F\96C5\9ED1;
    width: 100%;
}

@-webkit-keyframes screenprev {
    0% {opacity:0.5;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)}
60% {opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(-0.09rem, 0, 0)}
100% {opacity:0.5;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)}
}

@keyframes screenprev {
    0% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
40% {opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(-0.09rem,0,0)}
100% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
}

@-webkit-keyframes screennext {
    0% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
60% {opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(-0.09rem,0,0)}
100% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
}

@keyframes screennext {
    0% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
40% {opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(-0.09rem,0,0)}
100% {opacity:0.5;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)}
}

@-webkit-keyframes arrow {
	0% {opacity:0.9;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}
60% {opacity:1;
	-webkit-transform:translate3d(0,0.185rem,0);
	transform:translate3d(0,0.185rem,0)}
100% {opacity:0.9;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}
}

@keyframes arrow {
	0% {opacity:0.9;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}
40% {opacity:1;
	-webkit-transform:translate3d(0,0.185rem,0);
	transform:translate3d(0,0.185rem,0)}
100% {opacity:0.9;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)}
}

@-webkit-keyframes getAnimation {
	0% {
		opacity: 0.5;
		transform: translate(0rem, .5rem) scale(1.8, 1.8);
	}

	50% {
		opacity: 1;
		transform: translate(0rem, 0rem) scale(1.5, 1.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes getAnimation {
	0% {
		opacity: 0.5;
		transform: translate(0rem, .5rem) scale(1.8, 1.8);
	}

	50% {
		opacity: 1;
		transform: translate(0rem, 0rem) scale(1.5, 1.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

/* 遮罩层 */
.prompt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.prompt.on {
    display: block;
}

/* 头部视频 */
.box1 {
    position: relative;
    height: 10.926rem;
}

/* .top_video {
    width: 100%;
    height: 10.926rem;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: url(../img/box1_video_poster.png?jv=1.0.20210701) top center no-repeat;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-size: cover;
} */

.box1 .video_poster{
    height: 10.926rem;
    width: 100%;
}

.top_video video {
    width: 100%;
    /* height: 700px; */
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.header-info-wrap{
    position: absolute;
    bottom: 0;
    z-index: 30;
}

.header-info-wrap img {
    width: 10rem;
}

/* .header-info-wrap .icon{
    width: 2rem;
    float: left;
    margin-left: 0.426rem;
}

.header-info-wrap .header-info{
    float: left;
    color: #FFF;
    margin-left: 0.24rem;
    margin-top: 0.56rem;
}

.header-info h1{
    font-size: 0.315rem;
}

.header-info p{
    font-size: 0.5rem;
} */

/* 预约奖励 */
.box2 {
    width: 100%;
    height: 11.89rem;
    position: relative;
    background: url(../img/box2_bg.jpg?jv=1.0.20210701) center no-repeat;
    background-size: cover;
    top: -0.01rem;
}

.box2 .box2_gift01{
    width: 2.3rem;
    height: 4.13rem;
    background: url(../img/box2_gift01.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 2.54rem;
    left: 0.519rem;
    -webkit-animation: arrow 4s ease-in-out infinite;
    animation: arrow 4s ease-in-out infinite;
    background-size: cover;
}

.box2 .box2_gift02 {
    width: 3.22rem;
    height: 3.83rem;
    background: url(../img/box2_gift02.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 3.7rem;
    left: 3.38rem;
    -webkit-animation: arrow 5s ease-in-out infinite;
    animation: arrow 5s ease-in-out infinite;
    background-size: cover;
}

.box2 .box2_gift03 {
    width: 2.3rem;
    height: 4.13rem;
    background: url(../img/box2_gift03.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 2.54rem;
    right: 0.519rem;
    -webkit-animation: arrow 4.5s ease-in-out infinite;
    animation: arrow 4.5s ease-in-out infinite;
    background-size: cover;
}

.box2 .box2_gift04 {
    width: 2.3rem;
    height: 4.13rem;
    background: url(../img/box2_gift04.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 7.13rem;
    left: 1.85rem;
    -webkit-animation: arrow 5.5s ease-in-out infinite;
    animation: arrow 5.5s ease-in-out infinite;
    background-size: cover;
}

.box2 .box2_gift05 {
    width: 2.3rem;
    height: 4.13rem;
    background: url(../img/box2_gift05.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 7.13rem;
    right: 1.85rem;
    -webkit-animation: arrow 6.5s ease-in-out infinite;
    animation: arrow 6.5s ease-in-out infinite;
    background-size: cover;
}

.box2-gift1-get,.box2-gift3-get,.box2-gift4-get {
    position: absolute;
    left: 0.16rem;
    width: 1.4rem;
    height: 0.824rem;
    opacity: 0;
    z-index: 100;
}

.box2-gift1-get,.box2-gift3-get{
    top: 0.03rem;
}
.box2-gift4-get{
    top: 0.04rem;
}

.show-gift-get1 {
    animation: getAnimation 0.2s alternate forwards;
}

.show-gift-get3 {
    animation: getAnimation 0.2s 0.5s alternate forwards;
}

.show-gift-get4 {
    animation: getAnimation 0.2s 1s alternate forwards;
}

/* 用户福利 */
/* .box3{
    position: relative;
    top: -0.025rem;
    width: 100%;
    height: 10.435rem;
    background: url(../img/box3_bg.jpg?jv=1.0.20210701) center no-repeat;
    background-size: cover;
} */

.box3{
    position: relative;
    top: -0.025rem;
    width: 100%;
    height: 10.435rem;
}

.box3 .video_poster{
    height: 10.435rem;
    width: 100%;
}

.box3 .video_box video {
    width: 10rem;
    height: 10.435rem;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

/* .box3 .box3_welfare01{
    width: 2.92rem;
    height: 3.58rem;
    background: url(../img/box3_welfare01.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 4rem;
    left: 0.4rem;
    -webkit-animation: arrow 4s ease-in-out infinite;
    animation: arrow 4s ease-in-out infinite;
    background-size: cover;
}

.box3 .box3_welfare02 {
    width: 2.43rem;
    height: 3rem;
    background: url(../img/box3_welfare02.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 3.15rem;
    left: 3.87rem;
    -webkit-animation: arrow 5s ease-in-out infinite;
    animation: arrow 5s ease-in-out infinite;
    background-size: cover;
}

.box3 .box3_welfare03 {
    width: 2.9rem;
    height: 3.58rem;
    background: url(../img/box3_welfare03.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 4rem;
    right: 0.4rem;
    -webkit-animation: arrow 4.5s ease-in-out infinite;
    animation: arrow 4.5s ease-in-out infinite;
    background-size: cover;
}

.box3 .box3_welfare04 {
    width: 2.43rem;
    height: 3rem;
    background: url(../img/box3_welfare04.png?jv=1.0.20210701) no-repeat;
    position: absolute;
    top: 6.52rem;
    left: 3.87rem;
    -webkit-animation: arrow 5.5s ease-in-out infinite;
    animation: arrow 5.5s ease-in-out infinite;
    background-size: cover;
} */

/* 游戏精彩视频 */
.box4{
    position: relative;
    top: -0.04rem;
    width: 100%;
    height: 9.57rem;
    background: url(../img/box4_bg.png?jv=1.0.20210701) center no-repeat;
    background-size: cover;
}

.box4 .video_box {
    position: absolute;
    top: 2.9rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background-size: 100% auto;
}

.box4 .video_box video {
    position: absolute;
    top: 0.35rem;
    left: 50%;
    margin-left: -4.8rem;
    width: 9.6rem;
    display: none;
    z-index: 20;
}

.box4 .video_box .video_btn {
    width: 2.33rem;
    height: 1.44rem;
    position: absolute;
    top: 2.2rem;
    left: 50%;
    margin-left: -0.6rem;
    z-index: 12;
    background: url(../img/btn_play.png?jv=1.0.20210701) center no-repeat;
    background-size: cover;
}

/* 游戏角色简介 */
.box5 {
    width: 100%;
    height: 16.72rem;
    position: relative;
    background: url(../img/box5_bg.png?jv=1.0.20210701) center no-repeat;
    top: -0.06rem;
    background-size: cover;
}

.ts_swiper{
    margin: 0 auto;
    width: 10rem;  
    height: 16.72rem;
    position: absolute;
    top: 3rem;
    left:0;
}
.ts_swiper .swiper-container{ 
	width: 10rem; 
	height: 10.74rem; 
	position: absolute; 
    top: 0;
    left: 50%;
    margin-left: -50%;
    text-align: center;
}
.ts_swiper .swiper-container img {
    width: 10rem;
    height: 10.74rem; 
}
.ts_swiper .swiper-button-prev,
.ts_swiper .swiper-button-next{
    top: 4.4rem;
}
.ts_swiper .swiper-button-prev{ 
	left: 0.11rem; 
	width: 0.35rem; 
	height: 0.722rem; 
	background: url(../img/prev_btn.png?jv=1.0.20210701) no-repeat 0 0; 
	-webkit-transition: opacity .6s 2s ease-in-out;
    transition: opacity .6s 2s ease-in-out;
    -webkit-animation: screenprev 2s ease-in-out infinite;
    animation: screenprev 2s ease-in-out infinite; 
    background-size: cover;
}
.ts_swiper .swiper-button-next{ 
	right: 0.11rem; 
	width: 0.35rem; 
	height: 0.722rem; 
	margin-top: -0.361rem; 
	background: url(../img/next_btn.png?jv=1.0.20210701) no-repeat 0 0; 
	-webkit-transition: opacity .6s 2s ease-in-out;
    transition: opacity .6s 2s ease-in-out;
    -webkit-animation: screennext 2s ease-in-out infinite;
    animation: screennext 2s ease-in-out infinite;
    background-size: cover;
}
.swiper-container-3d .swiper-slide-shadow-right{
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0.5));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,0.5));
    background-image: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0.5));
}
.swiper-container-3d .swiper-slide-shadow-left{
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,1));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,1));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,1));
    background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,1));
}
.swiper-pagination{ 
	position:absolute; 
	width: 7.9rem; 
	height: 2.6rem; 
	left: 50%;
	margin-left: -3.95rem; 
    bottom: 0;
	z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet{ 
	float:left; 
	width: 1.167rem; 
	height: 2.685rem; 
	margin: 0 0.2rem; 
	
}
.swiper-pagination .swiper-pagination-bullet{
    border-radius: 0 !important;
    opacity: 0.3;
}
.swiper-pagination .swiper-pagination-bullet:first-child{
	background: url(../img/tab1_on.png?jv=1.0.20210701) no-repeat;
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(2){
	background: url(../img/tab2_on.png?jv=1.0.20210701) no-repeat;
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(3){
	background: url(../img/tab3_on.png?jv=1.0.20210701) no-repeat;
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(4){
	background: url(../img/tab4_on.png?jv=1.0.20210701) no-repeat;
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(5){
	background: url(../img/tab5_on.png?jv=1.0.20210701) no-repeat;
    background-size: cover;
}

.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}

/* 游戏精彩图片 */
.box6 {
    width: 100%;
    height: 15.22rem;
    position: relative;
    background: url(../img/box6_bg.jpg?jv=1.0.20210701) center no-repeat;
    top: -0.08rem;
    background-size: cover;
}

.box6 .box6_top_icon{
    position: absolute;
    top: 3.3rem;
    left: 1.47rem;
    width: 7rem;
}

.box6 .box6_bottom_icon{
    position: absolute;
    bottom: 1.2rem;
    left: 1.36rem;
    width: 7.25rem;
}

#gameImage {
	position: relative;
	width: 10rem;
	margin: 0 auto;
    position: absolute;
    top: 4.4rem;
}

#gameImage .swiper-container {
    height: 8.34rem;
}

#gameImage  .swiper-slide {
	width: 5.73rem;
	height: 8.34rem;
}
#gameImage  .swiper-slide img{
	display:block;
    width: 5.73rem;
}

#gameImage .swiper-button-prev {
	width: 0.35rem; 
	height: 0.722rem; 
	background: url(../img/prev_btn.png?jv=1.0.20210701) no-repeat;
	background-size: 100%;
    -webkit-transition: opacity .6s 2s ease-in-out;
    transition: opacity .6s 2s ease-in-out;
    -webkit-animation: screenprev 2s ease-in-out infinite;
    animation: screenprev 2s ease-in-out infinite; 
}

#gameImage .swiper-button-next {
	width: 0.35rem; 
	height: 0.722rem; 
	background: url(../img/next_btn.png?jv=1.0.20210701) no-repeat;
	background-size: 100%;
    -webkit-transition: opacity .6s 2s ease-in-out;
    transition: opacity .6s 2s ease-in-out;
    -webkit-animation: screennext 2s ease-in-out infinite;
    animation: screennext 2s ease-in-out infinite;
}