@font-face {
    font-family: 'HanYi'; /* 自定义字体名称 */
    src: url('./font/HanYiZongYiTiJian.ttf') format('truetype'); /* 字体文件路径 */
}
@font-face {
    font-family: 'korean'; /* 自定义字体名称 */
    src: url('./font/KoreanGWS-B.woff2') format('woff2'); /* 字体文件路径 */
}
@font-face {
    font-family: 'hansan'; 
    src: url('./font/SourceHanSansCN-Regular.woff2') format('woff2'); 
}
html, body {
    font-size: 12px;
}
/* 遮罩 */
.mask{
    position: fixed;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,0.65);
    display: none;
}
.icon-wx{
	width: 79rem;
	height: 87.6rem;
	background: url(../images/v4/wxqrcode.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	position: absolute;
}
.icon-wx-close{
	width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    cursor: pointer;
    left: 50%;
    transition: 0.5s;
    transform: translate(-50%,calc(-50% + 50rem));
    top: 50%;
}
.icon-wx-qrcode{
	width: 65rem;
	height: 65rem;
	left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.icon-wx-mask{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
    background: rgba(0,0,0,0.65);
	display: none;
}
.mask-menu{
    position: fixed;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 5;
    background: black;
    display: none;
}
.mask-art{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 20;
    background: rgb(0,0,0,0.75);
    display: none;
}
.show-big-art{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
    flex-direction: column;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	width: 100%;
}
.world-window{
	position: absolute;
    width: 108.2rem;
    height: 39.2rem;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
}
.world-window-img{
    width: 69.8rem;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: -10rem;
}
.world-window-txt{
	background-color: #262626;
    width: 38.4rem;
	height: 30.8rem;
	color: white;
	position: absolute;
    bottom: 0;
}
.world-window-content{
	position: absolute;
    right: 39rem;
    height: 100%;
    width: 38.4rem;
	z-index: -1;
	opacity:0;
}
.world-window-close{
	width: 10rem;
	height: 5rem;
	background: url(../images/v2/world-window-close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
    right: 0;
}
.world-window-div-1{
	width: 0.8rem;
	height: 14.8rem;
	background-color: blue;
	position: absolute;
    top: 0;
	right: 38rem;
	opacity: 0;
}
.world-window-div-2{
	width: 1rem;
	height: 1rem;
	background-color: blue;
	position: absolute;
    right: 0;
    bottom: 0;
	z-index: 1;
}
.art-show-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.show-big-art-sign{
	/* display: flex;
	background-color: #000000;
	align-items: center;
	padding: 0 3rem; */
	width: 106.6rem;
	height: 7rem;
	background: url(../images/v2/show-big-art-sign.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
    align-items: center;
}
.art-download{
	width: 7rem;
	height: 2.6rem;
	background: url(../images/v2/art-download.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
    right: 12.5rem;
	cursor: pointer;
}
.art-copyright{
	color: white;
}
.art-logo{
	margin-left: auto;
}
.mask-video{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 99;
	background-size: 192rem auto;
	opacity: 0.65;
    display: none;
}
.mask-world-window{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 99;
	background-color: #ffffff;
	background-size: 192rem auto;
	opacity: 0.65;
    display: none;
}
.mask-video-close{
	width: 6.6rem;
	height: 6.6rem;
	background: url(../images/v4/reserve-close.png) no-repeat;
	background-size: 100% 100%;
	right: -5rem;
    position: absolute;
    z-index: 100;
    top: 0;
    cursor: pointer;
	transition: 0.5s;
}
.mask-video-close:hover{
	transition: 0.5s;
	transform: rotate(180deg);
}
/* 点击视频 */
.show-video{
    position: absolute;
	-webkit-transform: translate(-50%,-50%) scale(0.5);
	transform: translate(-50%,-50%) scale(0.5);
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    width: 118.4rem;
    height: 66.6rem;
    z-index: 100;
    display: none;
}

.show-video-on{
	animation-name: show-video-on;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}
.show-video-off{
	animation-name: show-video-off;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}

@keyframes show-video-on {
	0% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(0.8);
	}
	40%{
		opacity: 0;
	}
	80%{
		opacity: 1;
		transform: translate(-50%,-50%) scale(1.01);
	}
	100% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
}
@keyframes show-video-off {
	0% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
	20%{
		opacity: 1;
		transform: translate(-50%,-50%) scale(1.01);
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(0.8);
	}
}
.show-video-play{
	width: 100%;
	/* width: 118.4rem; */
    height: 66.6rem;
    position: absolute;
    bottom: 0;
    /* width: 100%;
    height: 100%; */
    margin: 0 auto;
}
.show-video-play video{
    width: 100%;
    height: 100%;
}
.body,.content{
	width: 100%;
	height: 100%;
	position: relative;
}
.menu-list-right-h5 {
	width: 6.6rem;
	height: 6.6rem;
	background: url(../images/v4/menu.png) no-repeat;
	background-size: 100% 100%;
}
.menu-list-left-scroll{
	filter: invert(1);
	width: 1.6rem;
	height: 9.1rem;
	bottom: 3.6rem;
	left: 50%;
	transform: translateX(-50%);
}
.menu-list{
	background-color: black;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}
.menu-body{
	position: absolute;
	top: 23.7rem;
	width: 100%;
}
.menu-body-li{
	font-size: 3.6rem;
	color: white;
	display: flex;
    justify-content: space-between;
    width: 94.8rem;
    margin: 0 auto;
	border-bottom: 2px solid white;
	padding-bottom: 3rem;
	margin-bottom: 12rem;
	cursor: pointer;
}
.menu-body-li .title-zh::after{
	position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    height: 0.9rem;
    content: '';
    background-color: white;
}
.menu-body-li .check::after{
	position: absolute;
    left: 0;
    width: 100%;
    height: 0.9rem;
    content: '';
    background-color: #1A8CFF;
}
.menu-body-li .title-zh{
	width: 20rem;
    text-align: center;
	position: relative;
}
.menu-body-li .title-en{
}

.menu-list .reserve-btn{
	width: 94.8rem;
	height: 12.6rem;
	cursor: pointer;
	position: absolute;
	left: 50%;
    transform: translate(-50%,calc(-50% + 57.8rem));
    top: 50%;
}
.icon-list{
	width: 94.8rem;
	height: 9rem;
	cursor: pointer;
    background-size: auto 100%;
	position: absolute;
	left: 50%;
    transform: translate(-50%,calc(-50% + 83.4rem));
    top: 50%;
	display: flex;
    justify-content: space-evenly;
}
.icon-list-li{
	height: 9rem;
	width: 9rem;
}
.copyright-bottom{
	font-size: 2rem;
	color: white;
	bottom: 3.6rem;
	position: absolute;
	left: 50%;
    transform: translate(-50%,calc(-50% + 91.6rem));
    top: 50%;
	height: max-content;
}

/* 首页 */
.index{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: 100% 100%;
	overflow: hidden;
}
.index-slide:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -99;
	background: url(../images/v3/official_index_bg.png) no-repeat;
	background-size: 100% 100%;
}

.index .xf_btn{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	width: 78%;   
    bottom: 35rem;
    cursor: pointer;
}

.index .xf_btn img {
	width: 100%;   
}

.index .logo, .menu-list .logo{
	position: absolute;
	left: 5rem;
	top: 4rem;
	width: 32rem;  
	height: 11.8rem;  
}
.index .age{
	position: absolute;
	left: 6.6rem;
	top: 16.6rem;
	width: 10rem;
	height: 10rem;
}
.index .play{
	width: 10.8rem;
	height: 12.6rem;
	/* position: relative; */
	/* top: 50%;
	transform: translate(0, -50%); */
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	background-size: auto 100%;
	cursor: pointer;
	bottom: 62.7rem;
}
.index .reserve-btn{
	width: 94.8rem;
	height: 12.6rem;
	cursor: pointer;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 40.2rem;
	/* left: 50%;
    transform: translate(-50%,calc(-50% + 19.2rem));
    top: 50%; */
}
.index .reserve-num{
	position: absolute;
    /* left: 50%;
    transform: translate(-50%,calc(-50% + 35rem));
    top: 50%; */
    left: 50%;
    transform: translateX(-50%);
	bottom: 33.4rem;
	color: white;
	width: max-content;
	font-size: 2.4rem;
	text-shadow: 0 0 0.8rem #0f3e9a;

}
#reserve-main{
	position: absolute;
	width: 99.8rem;
	height: 84.2rem;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	background: url(../images/v4/reserve-main.png) no-repeat;
    background-size: 100% 100%;
	z-index: 99;
	display: none;
}
.reserve-msg{
	position: absolute;
    min-width: 52rem;
    height: 16rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -100;
    background-color: #F1F1F1;
    font-size: 3rem;
    display: flex;
    align-items: center;
    color: #5a5a5a;
    justify-content: center;
    padding: 0 1rem;
    box-shadow: 0px 2px 10px 0px #9e9e9e;
    border-radius: 0.5rem;
	opacity: 0;
	visibility: hidden;
}
.reserve-main{
	width: 75rem;
    margin: 0 auto;
    top: 22rem;
    position: relative;
}
.reserve-system span{
	font-size: 1.2rem;
	color: #686c72;
}
.reserve-system-list{
	position: relative;
	margin-top: 1.2rem;
	outline: 1px solid #A8A8A8;
	height: 6rem;
	display: flex;
}
.reserve-system-and img{
	width: 11.9rem;
	height: 2.8rem;
}
.reserve-system-ios img{
	width: 7.1rem;
	height: 3rem;
}
.reserve-system-pc img{
	width: 6.8rem;
	height: 2.6rem;
}
.reserve-system-li{
	width: 25rem;
	height: 6rem;
	display: flex;
	justify-content: center;
    align-items: center;
	cursor: pointer;
}
.reserve-system-check{
	background-color: #1657D9;
}
.reserve-system-check img{
	filter: invert(1);
}
.reserve-phone{
	margin-top: 3.8rem;
    position: relative;
}
.reserve-phone input{
	width: 100%;
	height: 8rem;
	background-color: #CDCED0;
    outline: 1px solid #A8A8A8;
    border: none;
    text-indent: 20px;
	font-size: 3rem;
	color: #282828;
}
.reserve-sms{
	margin-top: 2.2rem;
    position: relative;
	display: flex;
}
.reserve-sms-code{
	width: 44.4rem;
	background-color: #CDCED0;
    outline: 1px solid #A8A8A8;
	border: unset;
    text-indent: 20px;
	font-size: 3rem;
	height: 8rem;
}
.reserve-sms-btn{
	margin-left: 1rem;
	width: 29.6rem;
	height: 8rem;
    outline: 1px solid #262626;
	border: unset;
	background-color: #262626;
	color: white;
	font-size: 3.6rem;
	cursor: pointer;
}
.reserve-agree{
	margin-top: 5.5rem;
    position: relative;
	display: flex;
}
.reserve-agree-check{
	width: 2.6rem;
	height: 2.6rem;
	cursor: pointer;
}
.reserve-agree-txt{
	font-size: 2.6rem;
	color: #262626;
	margin-left: 1.1rem;
	line-height: 1;
}
.reserve-agree-txt a{
	color: #262626;
}
.reserve-submit{
	margin-top: 2rem;
    position: relative;
}
.reserve-submit input{
	width: 100%;
	height: 8rem;
	background-color: #1657D9;
    outline: unset;
    border: none;
	font-size: 3rem;
	color: white;
	cursor: pointer;
}
.reserve-close{
	width: 6.6rem;
    height: 6.6rem;
    position: absolute;
    cursor: pointer;
    bottom: -6rem;
    left: 50%;
    transition: 0.5s;
    transform: translateX(-50%);
}
.reserve-close:hover{
	transition: 0.5s;
	transform: rotate(180deg);

}
.index .wenan{
	position: absolute;
	height: 3.9rem;
	width: 100rem;
	left: 12.4rem;
	bottom: 5.1rem;
	display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-style: italic;
	letter-spacing: 2.8rem;
	color: #656565;
}
.index .wenan-1{
	margin-bottom: 0.8rem;
}
.index .download{
	position: absolute;
	width: 32.5rem;
	height: 12rem;
	right: 12.4rem;
	bottom: 4.4rem;
	display: flex;
    align-items: center;
}
.index .download-phone{
	width: 18.2rem;
	height: 5.5rem;
	cursor: pointer;
}
.index .appstore{
	margin-top: 1rem;
}
.index .download-code{
	width: 10rem;
	height: 12rem;
	margin-left: 1rem;
}
.download-code-show{
	width: 9rem;
    height: 9rem;
    position: absolute;
    top: 0.5rem;
    left: 19.7rem;
}
.index .download-pc{
	width: 2.6rem;
	height: 12rem;
	margin-left: 0.5rem;
	cursor: pointer;
}

.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

#J_dotLine,#J_dotLine_news,#J_dotLine_world{
	position: absolute;
    width: 100%;
    bottom: 0;
	overflow: hidden;
	z-index: -1;
}

section {
	position: absolute;
    width: 100%;
    height: 12%;
    bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
  }


  section .set {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 4rem;
	left: 0;
	pointer-events: none;
  }

  section .set div {
	position: absolute;
	display: block;
  }

  section .set div:nth-child(1) {
	left: 20%;
	animation: animate 30s linear infinite;
	animation-delay: -7s;
  }

  section .set div:nth-child(2) {
	left: 50%;
	animation: animate 40s linear infinite;
	animation-delay: -5s;
  }

  section .set div:nth-child(3) {
	left: 70%;
	animation: animate 40s linear infinite;
	animation-delay: 0s;
  }

  section .set div:nth-child(4) {
	left: 0%;
	animation: animate 30s linear infinite;
	animation-delay: -5s;
  }

  section .set div:nth-child(5) {
	left: 85%;
	animation: animate 36s linear infinite;
	animation-delay: -10s;
  }

  section .set div:nth-child(6) {
	left: 0%;
	animation: animate 24s linear infinite;
  }

  section .set div:nth-child(7) {
	left: 15%;
	animation: animate 28s linear infinite;
  }

  section .set div:nth-child(8) {
	left: 60%;
	animation: animate 30s linear infinite;
  }

  @keyframes animate {
	0% {
	  opacity: 0;
	  left: -10%;
	  transform: translateX(0px) rotate(0deg);
	}

	10% {
	  opacity: 1;
	}

	20% {
	  transform: translateX(-20px) rotate(45deg);
	}

	40% {
	  transform: translateX(-20px) rotate(90deg);
	}

	60% {
	  transform: translateX(20px) rotate(180deg);
	}

	80% {
	  transform: translateX(-20px) rotate(180deg);
	}

	100% {
		left: 110%;
	  transform: translateX(-20px) rotate(225deg);
	}
  }

  .set-2 {
	transform: scale(2) rotateY(180deg);
	filter: blur(2px);
  }

  .set-3 {
	transform: scale(0.8) rotateY(180deg);
	filter: blur(4px);
  }
/* 里程碑 */
.preg{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/mobile/v5/p2/bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: 0;
}
.preg-head{
	width: 70rem;  
	height: 4.4rem;
	background: url("../images/mobile/v5/p2/preg-head.png?v=1.2") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 5rem;
	left: 6rem;
	opacity: 0;
    z-index: 9;
}
.o-jia {
    width: 56rem;
    height: 2.2rem;
	background: url(../images/v5/p2/jia.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 12rem;
	left: 6rem;
    opacity: 0;
    z-index: 9;
}
.preg-animate{
	animation-name: preg-animate;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}
@keyframes preg-animate{
	0%{
		opacity: 0;
		margin-bottom: -6rem;
	}
	100%{
		opacity: 1;
		margin-bottom: 0rem;
	}
}
.preg_role_bg {
    width: 100%;
    height: 100%;
	background: url(../images/mobile/v5/p2/role.png) top center/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
.preg_role {
    width: 100%;
    position: absolute;
	top: 0rem;
	left: 0rem;
}
.preg-container {
    width: 108rem;
    height: 76rem;
	background: url("../images/mobile/v5/p2/content_bg.png") no-repeat;
	background-size: 100% 100%;
    width: 100%;
    position: absolute;
	bottom: 0rem;
	left: 0rem;
    z-index: 2;
    opacity: 0;
}
.preg_wrapper {
    position: absolute;
	top: -13rem;
	left: 0rem;
    z-index: 2;
    width: 100%;
}
.preg_wrapper_auto {
    width: 90%;
    margin: 0 auto;
}
.reg-num {
    font-size: 15rem;
    font-family: 'HanYi';
    color: #1657d9; /* 文字颜色 */
    text-shadow: 
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px  1px 0 #fff,
    1px  1px 0 #fff; /* 黑色描边 */
}
.o-title {
    width: 60rem; 
    height: 4rem;
    margin: 1.2rem 0 2.5rem;
}
.o-title img {
    width: 100%;
}

.preg-r {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.preg-r-item {
    width: 24%;
    /* height: 19.36rem;  */
    margin-right: 1.2rem;
    position: relative;
}
.preg-r-item:last-child {
    margin-right: 0;
}
.preg-r-item div {
    width: 100%;
    height: 100%; 
}
.preg-r-item.active div {
    filter: brightness(.5) ;
}
.preg-r-item img.pi-gou {
    width: 10rem;
    height: 8.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.preg-r-item.active img.pi-gou {
    display: block;
}
.preg-r-item img.pi-img {
    width: 100%;
    height: 100%;
}
.preg-last {
    margin-top: 4rem;
    /* width: 76.88rem;   */
    position: relative;
}
.preg-last div {
    width: 100%;
}
.preg-last.active div {
    filter: brightness(.5) ;
}
.preg-last div img.pi-img {
    width: 100%;
}
.preg-last.active img.pi-gou {
    display: block;
}
.preg-last img.pi-gou{
    width: 10rem;
    height: 8.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* 新闻 */
.news{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mobile/v5/p3/bg.png") no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: 0;
}
.news-slide:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -99;
}
.page-body{
    width: 100%;
	height: 100%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%);
    position: absolute;
}
.head-animate{
	animation-name: head-animate;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}
@keyframes head-animate{
	0%{
		opacity: 0;
		margin-left: -10rem;
	}
	100%{
		opacity: 1;
		margin-left: 0rem;
	}
}
.news-head{
	width: 22.8rem;
	height: 4.4rem;
    background: url("../images/mobile/v5/p3/news-head.png?v=1.1") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 5rem;
	left: 6rem;
	opacity: 0;
}
.news-body-show{
    width: 100%;
	height: 100%;
    position: absolute;
    opacity: 0;
}

.news-body{
	width: 97rem;
	position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%) scale(0.98);
    z-index: 9;
}
/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
@media screen and (min-width: 700px) { 
    .news-body {
        transform: translate(-50%, -50%) scale(0.7) 
    }
}

.news-body-banner{
    width: 97rem;
	height: 82rem;
	background: url(../images/mobile/v5/p3/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 14.5rem;
    box-sizing: border-box;
    position: relative;
}
.news_banner_more {
    width: 22rem;
    height: 6rem;
    /* background: rgba(0, 0, 0, .6); */
    position: absolute;
    right: 5rem;
    bottom: 2.4rem;
    cursor: pointer;
}
.swiper-news {
    width: 90%;
	height: 53rem;
    margin: 0 auto;
    overflow: hidden;
}
.news-body-list{
    margin-top: 3rem;
    width: 97rem;
	height: 76.5rem;
	background: url(../images/mobile/v5/p3/right_bg.png) no-repeat;
    background-size: 100% 100%;
}
#news-swiper-pagination{
	position: sticky;
    width: 80%;
    bottom: 1.5rem;
    left: 3rem;
    z-index: 1;
    display: inline-block;
}
.news .swiper-pagination-bullet{
	width: 3.5rem;
	height: 0.5rem;
	background-color: white;
	display: inline-block;
	margin:  0.5rem;
	cursor: pointer;
}
.news .swiper-pagination-bullet-active{
	background-color: #4DA1FF;
}
.news-body-list-body{
    position: relative;
    margin: 3.2rem auto 0;
    height: 57rem;
    width: 88rem;
}

.news_iframe {
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
}
.news_iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.news-list-head{
	margin-top: 6rem;
	border-bottom: 1px solid black;
}
.news-list-head ul{
	display: flex;
    justify-content: space-evenly;
	text-align: center;
	align-items: center;
}
.news-list-head li{
	width: 16.4rem;
	height: 5rem;
	font-size: 3.4rem;
	color: #272727;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
}
.news-list-head  .check{
	color: white;
	background-color: #1657d9;
}
.news-list-content{
	border-bottom: 1px dashed #8c8c8c;
	display: flex;
    align-items: center;
	padding: 6.9rem 0;
	position: relative;
}
.news-list-content-type{
	background-color: #1657D9;
	width: 7.4rem;
	height: 3rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	transform: scale(1.2);
}
.news-type-1{
	width: 2.7rem;
	height: 1.4rem;
	padding-left: 1rem;
}
.news-type-2{
	width: 1rem;
	height: 0.7rem;
	background: url(../images/v2/zhankai.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 1rem;
}
.news-list-content-title{
	height: 3rem;
	width: 56rem;
	font-size: 2.8rem;
	font-weight: bolder;
	color: #4b4b4b;
	padding-left: 2rem;
	line-height: 3rem;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.news-list-content-time{
	font-size: 1.6rem;
	color: #4b4b4b;
    margin-left: auto;
	position: absolute;
    bottom: 2.1rem;
    right: 0;
}
.news-list-more{
	cursor: pointer;
	width: 22.6rem;
	height: 3.6rem;
	background: url(../images/v4/news-more.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 6.4rem;
    z-index: 2;
    bottom: 4rem;
}
.page-footer{
	position: absolute;
	left: 6.6rem;
    right: 6.6rem;
	bottom: 3.6rem;
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
	opacity: 0;
	/* z-index: -2; */
}

.page-footer-animate{
	animation-name: page-footer-animate;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}
@keyframes page-footer-animate{
	0%{
		opacity: 0;
		bottom: 0rem;
	}
	100%{
		opacity: 1;
		bottom: 4.5rem;
	}
}
.news-footer-img{
	width: 96.75rem;
	height: 14.4rem;
	/* width: 64.5rem;
	height: 9.6rem; */
}
.page-footer-copyright{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.page-footer-copyright-1{
	width: 9.5rem;
	height: 1.5rem;
	cursor: pointer;
}
.page-footer-copyright-2{
	width: 21.8rem;
	height: 1.1rem;
	margin-top: 1rem;
}

/* 角色 */
.role{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/mobile/v5/p4/bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.role_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/mobile/v5/p4/role1/role.png) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

@media screen and (min-width: 700px) { 
    .role_bg {
        background-position: top center;
    }
}

/* role nav */
.role-nav-wrap {
    width: 96%;
    position: absolute;
    bottom: 9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.role_desc {
    width: 94%;
    margin: 0 auto;
    height: max-content;
}
.role_desc img {
    display: block;
    width: 100%;
}
.role-nav {
    margin-top: 9.2rem;
    height: 11rem;  
    display: flex;
}
.rn-left, .rn-right {
    width: 8.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.rn-right {
    flex-direction: row-reverse;
}
.rn-left img {
    width: 6rem;
}
.rn-right img {
    width: 6rem;
}
.rn-content {
    width: 82rem;
    position: relative;
    overflow: hidden;
}
.rn-content ul {
    display: flex;
    width: 110rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}
.rn-content ul li {
    width: 26rem;
    height: 11rem;
    margin: 0 1rem;
    position: relative;
}
.rn-content ul li img {
    width: 26rem;
    position: absolute;
    top: 0;
    left: 0;
}
.rn-content ul li img:first-child {
    display: none;
}
.rn-content ul li.active img:first-child {
    display: block;
    z-index: 1;
}

.role-slide:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 42rem;
    content: '';
    z-index: -99;
    background: url(../images/official_role_slide.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.role-head{
	opacity: 0;
	width: 38.1rem;
	height: 4.4rem;
    background: url("../images/mobile/v5/p4/role-head.png?v=1.1") no-repeat;
	background-size: 100% 100%;
	top: 5rem;
	left: 6.6rem;
	position: absolute;
	z-index: 1;
}
.role-left-change{
	position: absolute;
	bottom: 3.6rem;
    left: 6.6rem;
    right: 6.6rem;
	z-index: 1;
}
.role-img{
	width: 40rem;
	height: 3.1rem;
	background: url(../images/v2/role-img.png) no-repeat;
	background-size: 100% 100%;
}
.role-left{
	display: inline-block;
}
.role-left-list{
	position: relative;
	margin-top: 3rem;
}
.role-left-list ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.role-left-list li{
	width: 13rem;
	height: 13rem;
	margin-right: 4.1rem;
}
.role-left-list li:hover{
	filter: unset;
}
.role-left-list li:hover .role-mask-1{
    width: 15rem;
}
.role-left-list .role-left-activity{
	padding-bottom: 2rem;
}
.role-show{
	position: relative;
	display: flex;
}
.role-show-img{
	width: 12.6rem;
	height: 12.6rem;
	border: 0.3rem solid #1657D9;
}
.role-mask{
	height: 13.2rem;
    background-color: #1657D9;
    float: right;
    width: 13rem;
    position: absolute;
	/* box-shadow: 6px 6px 6px 0px #656565; */
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.role-shadow{
	box-shadow: 6px 6px 6px 0px #848587;
}
.role-mask-1{
	height: 13.2rem;
    background-color: #1657D9;
    float: right;
    width: 13rem;
    position: absolute;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.role-mask-keyframes{
	animation-name: role-mask-keyframes;
	animation-duration: 0.5s;	
	animation-fill-mode: forwards ;
}

@keyframes role-mask-keyframes {
    0% {
		width: 15rem;
    }
    100% {
		width: 40rem;
    }
}

.role-mask::after,.role-mask-1::after{
	content: "";
    position: absolute;
    top: 0;
    border-width: 13rem 0rem;
    border-style: solid;
    border-color: #1657D9 transparent transparent transparent;
}
.role-left-name{
	float: left;
	margin-left: 2.2rem;
	margin-top: 1.9rem;
	font-size: 2.4rem;
	color: white;
}
.role-left-en-name{
	font-size: 1.4rem;
	padding-left: 0.8rem;
	font-weight: bold;
	font-style: italic;
    color: white;
    position: absolute;
    bottom: 0;
	width: 13rem;
	height: 2.7rem;
	line-height: 2.7rem;
	background-image: linear-gradient(to right , #1657D9 8rem, rgba(0,0,0,0));
}
.role-left-name-sound{
	width: 2rem;
	height: 1.2rem;
	float: left;
	margin-top: 2rem;
	margin-left: 1rem;
}
.role-left-name-txt{
	font-size: 1.4rem;
	color: white;
	position: absolute;
    left: 15.2rem;
    top: 9.2rem;
}
.role-left-position-icon{
	width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    left: 15.2rem;
    top: 5rem;
}
.role-line{
	position: absolute;
	height: 0.1rem;
	width: 100%;
	background-color: black;
	bottom: 9.9rem;
}
.role-more{
	width: 36.8rem;
	height: 8rem;
	background-color: #8C8C8C;
	font-size: 2.4rem;
	text-align: center;
	line-height: 8rem;
	cursor: pointer;
	position: absolute;
	bottom: 6.1rem;
	right: 6.6rem;
	z-index: 1;
}
.role-more span{
	color: white;
	width: 100%;
	display: inline-block;
}
.role-user{
	width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
}
.role-user:after{
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/v4/role-user-mask.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.role-user img{
	/* object-fit:cover; */
	width: 100%;
	/* height: 100%; */
	left: 50%;
    transform: translate(-50%);
    position: absolute;
}
.role-right{
	position: absolute;
	bottom: 28.9rem;
	left: 6.6rem;
    right: 6.6rem;
}
.role-right-top{
	display: flex;
    justify-content: space-between;
	margin-bottom: 6.3rem;
	align-items: flex-end;
}
.role-right-bottom{
	padding-top: 3.9rem;
	border-top: 1px solid black;
	font-size: 2.4rem;
	font-weight: bold;
}
.role-right-top-2{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.role-right-show1{
	margin-left: -10rem;
	opacity: 0;
}
.role-right-show3{
	margin-left: -10rem;
	opacity: 0;
}
.role-right-show5{
	margin-left: -10rem;
	opacity: 0;
}
.role-right-show7{
	opacity: 0;
}

.role-right-txt{
	background: url(../images/Resistance-Bureau.png) no-repeat;
	background-size: 100% 100%;
	width: 11.8rem;
	height: 1.8rem;
}
.role-right-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.role-right-name{ 	
	font-size: 10rem;
	color: #262626;
}
.role-right-enname{
    height: 5.2rem;
	margin-top: 2rem;
}
.role-right-2{
	margin-top: 0.7rem;
	height: 2.8rem;
	width: 25.4rem;
	background-color: white;
	display: flex;
    align-items: center;
	box-shadow: 6px 6px 6px 0px #848587;
}
.role-tank{
	background: url(../images/v4/role-tank.png) no-repeat;
	background-size: 100% 100%;
	width: 8.9rem;
	height: 8.9rem;
}
.role-attack{
	background: url(../images/v4/role-attack.png) no-repeat;
	background-size: 100% 100%;
	width: 8.9rem;
	height: 8.9rem;
}
.role-health{
	background: url(../images/v4/role-health.png) no-repeat;
	background-size: 100% 100%;
	width: 8.9rem;
	height: 8.9rem;
}
.role-position-icon{
	width: 2rem;
	height: 2rem;
	background-color: #4DA1FF;
	float: left;
	border: 0.4rem solid #4DA1FF;
}
.role-position-txt{
	font-size: 1.8rem;
	color: #1657d9;
	margin-left: 4.2rem;
    font-weight: bold;
}
.role-position-attacktarget{
	font-size: 1.6rem;
	color: #4b4b4b;
	margin-left: 3rem;
	font-weight: bold;
}
.role-right-3{
	height: 6rem;
	margin-top: 3.8rem;
	font-size: 4rem;
	color: #1a1a1a;
	border-right: 1.5rem solid #1657d9;
	padding-left: 0.8rem;
	font-weight: bold;
	display: flex;
    align-items: center;
}
.role-right-3 span{
	margin-right: 1rem;
}
.role-right-3 .bar{
	background-color: #1657d9;
}

.role-right-voice{
	display: inline-block;
	width: 12rem;
	cursor: pointer;
}
.role-footer-img{
	width: 64.6rem;
	height: 9.6rem;
}
.footer-name{
	font-size: 4.2rem;
	color: #1657d9;
	position: absolute;
	bottom: -1.5rem;
}
/* 动画 */
.voice-show > rect {
    animation: move-forever 2s ease-in-out infinite;
    animation-duration: 2s;
}
.voice-show > rect:nth-child(1) {
    animation-delay: -0.25s;
}
.voice-show > rect:nth-child(2) {
    animation-delay: -0.5s;
}
.voice-show > rect:nth-child(3) {
    animation-delay: -0.75s;
}
.voice-show > rect:nth-child(4) {
    animation-delay: -1s;
}
.voice-show > rect:nth-child(5) {
    animation-delay: -1.25s;
}
.voice-show > rect:nth-child(6) {
    animation-delay: -1.5s;
}
.voice-show > rect:nth-child(7) {
    animation-delay: -1.75s;
}
.voice-show > rect:nth-child(7) {
    animation-delay: -2s;
}
@keyframes move-forever {
	100%,
    0% {
		transform: scaleY(1);
    	transform-origin: center;
    }
    50% {
        transform: scaleY(0.2);
    	transform-origin: center;
    }
}

.bars {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 2rem;
}
.bar {
    background: #ffffff;
	width: 2rem;
    margin-left: 0.8rem;
    border-radius: 0.5rem;
}
.sound-animation{
	animation: sound 0ms -600ms linear infinite alternate;
}
.sound-animation:nth-child(1)  { animation-duration: 474ms;  }
.sound-animation:nth-child(2)  { animation-duration: 433ms;  }
.sound-animation:nth-child(3)  { animation-duration: 407ms;  }
.sound-animation:nth-child(4)  { animation-duration: 458ms;  }
.sound-animation:nth-child(5)  { animation-duration: 400ms;  }
.sound-animation:nth-child(6)  { animation-duration: 427ms;  }
.sound-animation:nth-child(7)  { animation-duration: 427ms;  }
@keyframes sound {
    0% {
       opacity: .35;
        height: 0.2rem; 
    }
    100% {
        opacity: 1;       
        height: 4.8rem;        
    }
}

.bar:nth-child(1)  { height: 1.2rem;   }
.bar:nth-child(2)  { height: 2.4rem;   }
.bar:nth-child(3)  { height: 3.6rem;  }
.bar:nth-child(4)  { height: 4.8rem;  }
.bar:nth-child(5)  { height: 3.6rem;  }
.bar:nth-child(6)  { height: 2.4rem;   }
.bar:nth-child(7)  { height: 1.2rem;   }

.role-right-4{
	margin-top: 4rem;
}
.role-active-skills{
	width: 16.2rem;
	height: 1.4rem;
	background: url(../images/v2/active-skills.png) no-repeat;
	background-size: 100% 100%;
}
.role-skills-list{
	margin-top: 0.8rem;
	margin-bottom: 7.8rem;
	display: flex;
}
.role-skills{
	width: 4.3rem;
	height: 5.1rem;
	margin-right: 1rem;
	cursor: pointer;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}
.role-skilles-txt{
	position: absolute;
    background-color: #2A66DC;
    padding: 0 1rem;
    font-size: 1.2rem;
    color: white;
	height: 2rem;
    border-radius: 2rem;
	margin-bottom: -2.8rem;
	visibility: hidden;
	opacity: 0;
	width: max-content;
}
.role-skills:hover .role-skilles-txt{
	visibility: visible;
	opacity: 1;
}
.role-right-5{
	margin-top: 2.9rem;
}
.role-right-5-pic{
	background: url(../images/ROLE.png) no-repeat;
	background-size: 100% 100%;
	width: 22.8rem;
	height: 2rem;
}
.role-right-5-txt{
	margin-top: 1.8rem;
	width: 35rem;
	font-size: 1.6rem;
	color: #343434;
	font-weight: bold;
	text-align: justify;
	line-height: 2.4rem;
}
/* 世界观/设定 */
.world{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/v4/world-slide.png?v=1.1) no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
}
.world:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 108rem;
    height: 19.8rem;
    content: '';
    z-index: -99;
	background: url(../images/v4/world-head-mask.png) no-repeat;
	background-size: 100% 100%;
}
.world-head{
	width: 50.9rem;
	height: 6.4rem;
	background: url(../images/v4/world-head.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 3.6rem;
	left: 6.6rem;
	opacity: 0;
}
.world-body{
	width: 100%;
	height: 57.3rem;
	margin:  0 auto;
	position: absolute;
	/* top: 50%;
    transform: translateY(-50%); */
	top: 87.4rem;
	z-index: 1;
	cursor: pointer;
}
.world .swiper-slide .world-list-img ,.world .swiper-container-android .swiper-slide .world-list-img,.world .swiper-backface-hidden .swiper-slide .world-list-img{
	transform: scale(0.5);
	transition: 300ms;
}
.world .swiper-slide-active .world-list-img,.world .swiper-slide-duplicate-active .world-list-img,.world .swiper-container-android .swiper-slide-active .world-list-img,.world .swiper-container-android .swiper-slide-duplicate-active .world-list-img,.world .swiper-backface-hidden .swiper-slide-active .world-list-img{
	transform: scale(1);
	z-index: 1;
	/* margin-left: -5rem; */
}

.world .swiper-slide-prev{
	/* margin-left: -9rem; */
}
.world .swiper-slide-next{
	/* margin-left: 10rem; */
}
.world-content{
	position: absolute;
	top: 29.7rem;
	left: 6.6rem;
	right: 6.6rem;
}
.world-content-title{
	padding-bottom: 6.9rem;
	border-bottom: 0.1rem solid black;
}
.world-content-name{
	font-size: 10rem;
	color: #262626;
}
.world-content-enname{
	margin-top: 1.8rem;
	font-size: 2.6rem;
	color: white;
	background-color: #1657D9;
	width: max-content;
	padding: 1rem 3rem;
	border-radius: 3rem;
}
.world-content-txt{
	margin-top: 3rem;
	font-size: 3rem;
	font-weight: bold;
	color: #343434;
    max-height: 40rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
#world-swiper-button-prev{
	width: 5.4rem;
	height: 9.2rem;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.6rem;
	cursor: pointer;
	z-index: 2;
}
#world-swiper-button-next{
	width: 5.4rem;
	height: 9.2rem;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.6rem;
	cursor: pointer;
	z-index: 2;
}
#world-swiper-pagination{
	height: 2.4rem;
	margin-top: 14.4rem;
	text-align: center;
}
#world-swiper-pagination .swiper-pagination-bullet{
	width: 2.4rem;
	height: 2.4rem;
	background-color: black;
	display: inline-block;
	margin: 0 1.5rem;
}
#world-swiper-pagination .swiper-pagination-bullet-active{
	width: 10rem;
	background-color: #1657D9;
}
.world-list{
	width: 58rem;
	height: 58rem;
}
.world-move-1{
	width: 58rem;
	height: 58rem;
	position: absolute;
	z-index: 2;
}
.world-move{
	width: 58rem;
	height: 58rem;
	position: absolute;
	z-index: 1;
}
.world-list-img{
	width: 58rem;
	height: 58rem;
	margin: 0 auto;
}
.world-list-txt{
	width: 65rem;
	height: 31.2rem;
	background: url(../images/v2/world-list-txt-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 30rem;
	opacity: 0;
	display: none;
}
.world-txt-close{
	width: 3rem;
	height: 3rem;
	background: url(../images/v2/world-list-txt-bg-close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 5rem;
	top: 3rem;
	cursor: pointer;
}
.world-txt-1{
	margin: 0 3.2rem;
	/* margin: 0 5rem 0 3.4rem; */
}
.world-txt-2{
	font-size: 3.4rem;
    margin-top: 6rem;
    padding-bottom: 1rem;
}
.world-txt-4{
	font-size: 1rem;
    padding-bottom: 3rem;
}
.world-txt-5{
	height: 1px;
	background-color: black;
}
.world-txt-3{
	/* margin-top: 2.5rem; */
    height: 12rem;
	overflow: hidden;
	/* font-weight: bold; */
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.world-footer-img{
	width: 143.1rem;
	height: 14.4rem;
}
.world-footer-txt-1{
	font-size: 6rem;
	color: #1657d9;
	position: absolute;
	bottom: -1rem;
}
.world-footer-txt-2{
	font-size: 2rem;
	position: absolute;
	bottom: 4.1rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
}

/* 资料 */
.art{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/v4/world-slide.png?v=1.1) no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
}
.art:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 83rem;
    height: 19.7rem;
    content: '';
    z-index: -99;
	background: url(../images/v4/art-head-mask.png) no-repeat;
	background-size: 100% 100%;
}
.art-page-body{
	position: absolute;
	left: 12rem;
	right: 12rem;
	/* top: 26.7rem; */
	height: 151rem;
	/* transform: scale(0.9); */
	overflow: hidden;
    top: 51%;
    transform: translateY(-50%);
}
.art-head{
    width: 43rem;
	height: 4.4rem;
    background: url("../images/mobile/v5/p5/art-head.png") no-repeat;
	background-size: 100% 100%;
	top: 5rem;
	position: absolute;
	left: 6.6rem;
	opacity: 0;
}
.art-body{
	width: 100%;
	height: 151.8rem;
}
.art-content{
	position: absolute;
	top: 26rem;
	left: 14.3rem;
	display: flex;
	align-items: center;
	transform: scale(0.8);
}
.art-content-1{
	font-size: 5rem;
}
.art-content-2{
	margin-left: 4rem;
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
}
.art-body .swiper-wrapper{
	z-index: -1;
}
.art-body .swiper-wrapper img,.art-thumbs-list img{
	object-fit:cover;
}
.art-li{
	height: 44.6rem;
	margin-bottom: 6rem;
}
.art-li-mask::after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 44.6rem;
    content: '';
    background-color: rgb(0,0,0,0.7);
}
.art-thumbs{
	width: 49.7rem;
	position: absolute;
	bottom: 5rem;
	right: 13rem;
	z-index: 1;
	overflow: hidden;
	height: 20.5rem;
}
.art-thumbs-title{
	width: 8.8rem;
	height: 2.7rem;
	/* background: url(../images/v3/art-thumbs-title.png) no-repeat; */
	background-size: 100% 100%;
	margin-bottom: 0.8rem;
	margin-left: 7.1rem;
}
.art-thumbs-list,.art-thumbs-border{
	width: 100%;
    height: 44.6rem;
}
.art-thumbs-border{
	border: 0.2rem solid #1657D9;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
}
.art-show::after{
	position: absolute;
	content: "";
	width: 5.6rem;
	height: 5.6rem;
	right: 2.6rem;
    bottom: -1.4rem;
	z-index: 100;
	transform: rotateZ(45deg);
	background: url(../images/v4/art-show.png) no-repeat;
}
.art-show{
	width: 11.2rem;
    height: 11.2rem;
    position: absolute;
    top: -5.8rem;
    background-color: #ffffff;
    right: -5.8rem;
    transform: rotateZ(45deg);
    border: 0.2rem solid #1657D9;
    box-sizing: border-box;
}
.art-thumbs-page{
	background-color: #1657D9;
    width: 19.8rem;
    bottom: 0;
    position: absolute;
    font-size: 1.9rem;
    color: white;
    padding-left: 0.5rem;
    padding-right: 1rem;
    text-align: center;
}
.art-thumbs-list .swiper-slide-next{
	z-index: 0;
	transform: translateX(-24rem) scale(0.8);
}
.art-thumbs-list .swiper-slide-prev{
	z-index: 0;
	transform: translateX(24rem) scale(0.8);
}
.art-thumbs-list .swiper-slide-active{
	z-index: 2;
	transform: scale(1);
}
.art-thumbs-list .swiper-slide-prev::before{
	transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: black;
    opacity: 0.6;
}
.art-thumbs-list .swiper-slide-next::after{
	transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: black;
    opacity: 0.6;
}
.art-thumbs-txt{
	display: none;
}
.art-page{
	width: 5.4rem;
	height: 9.2rem;
	cursor: pointer;
	position: absolute;
	/* top: 50.4rem; */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.art-swiper-button-prev{
	left: calc(50% - 50rem);
}
.art-swiper-button-next{
	right: calc(50% - 50rem);
}
.art-footer-img{
	width: 96.75rem;
	height: 14.4rem;
}
.art-footer-txt-1{
	font-size: 4.2rem;
	position: absolute;
	bottom: -1rem;
}
.art-footer-txt-2{
	font-size: 1.4rem;
	position: absolute;
	bottom: 4.1rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
}
/* 特色 */
.feature{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../images/world_news_bg.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 0;
}
.feature-slide:after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 108rem;
    height: 13.4rem;
    content: '';
    z-index: -99;
	background: url(../images/v4/feature-head-mask.png) no-repeat;
	background-size: 100% 100%;
}
.feature-head{
	width: 44.8rem;
	height: 4.4rem;
	background: url(../images/mobile/v5/p6/feature-head.png) no-repeat;
	background-size: 100% 100%;
	top: 5rem;
	position: absolute;
	left: 6.6rem;
	opacity: 0;
}
.feature-title{
	left: 6.6rem;
	right: 6.6rem;
	top: 48.5rem;
	position: absolute;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-title div:nth-child(1){
	width: 40.7rem;
	height: 9.5rem;
}
.feature-title div:nth-child(2){
	width: 30.3rem;
	height: 2rem;
}
.feature-point-1{
	position: absolute;
	width: 20.8rem;
	height: 10.4rem;
	background: url(../images/feature-point.png) no-repeat;
	background-size: 100% 100%;
	top: 67rem;
    left: 10rem;
}
.feature-point-2{
	position: absolute;
	width: 20.8rem;
	height: 10.4rem;
	background: url(../images/feature-point.png) no-repeat;
	background-size: 100% 100%;
	top: 107rem;
    right: 10rem;
}
.feature-list{
	position: absolute;
    height: 45.6rem;
	width: 81rem;
    top: 69.2rem;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
	padding: 0 7rem;
}
#element .swiper-slide-active{
	transform: scale(1);
	z-index: 1;
}
#element .swiper-slide-prev{
	transform: translateX(24rem) scale(0.8);
	z-index: -1;
}
#element .swiper-slide-next{
	transform: translateX(-24rem) scale(0.8);
	z-index: -1;
}
#element .swiper-slide-next::after,#element .swiper-slide-prev::after{
	position: absolute;
	top: 0;
    content: '';
	left:0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
    background: rgba(255,255,255,0.7);
}
.feature-list img{
	width: 100%;
	object-fit: cover;
}
#feature-swiper-pagination{
	position: absolute;
    top: 115.5rem;
    left: 50%;
    transform: translateX(-50%);
}
#feature-swiper-button-prev{
	position: absolute;
	width: 5.4rem;
	height: 9.2rem;
	background: url(../images/v4/world-swiper-button-prev.png) no-repeat;
	background-size: 100% 100%;
    left: calc(50% - 47.4rem);
	top: 88.1rem;
	cursor: pointer;
	z-index: 2;
	transform: scale(0.8);
}
#feature-swiper-button-next{
	position: absolute;
	width: 5.4rem;
	height: 9.2rem;
	background: url(../images/v4/world-swiper-button-next.png) no-repeat;
	background-size: 100% 100%;
	top: 88.1rem;
    right: calc(50% - 47.47rem);
	cursor: pointer;
	z-index: 2;
	transform: scale(0.8);
}
.feature .swiper-pagination-bullet{
	width: 2rem;
	height: 2rem;
	background-color: black;
	margin: 2.2rem 1.3rem 0;
	display: inline-block;
	cursor: pointer;
}
.feature .swiper-pagination-bullet-active{
	background-color: #1657d9;
	width: 8.7rem;
}

.feature-copyright{
	font-size: 2rem;
    color: #4c4c4c;
    padding-bottom: 3rem;
    text-align: center;
    border-bottom: 0.1rem solid #1b418c;
	transform: scale(0.8);
	font-weight: bold;
}
.feature-qrcode-body{
	top: 91.5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.feature-qrcode{
	margin: 0 3rem;
	display: flex;
    flex-direction: column;
	align-items: center;
}
.feature-qrcode img{
	width: 27rem;
	height: 27rem;
}
.feature-qrcode span{
	margin-bottom: 2rem;
	font-size: 3.4rem;
	color: #000000;
}
/* .feature-list{
	position: absolute;
    height: 157.2rem;
	width: 88.4rem;
    top: calc(50% - 157.2rem*.5);
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
	opacity: 0;
}
.feature-img{
	width: 88.4rem;
	height: 50.4rem;
	margin-bottom: 3rem;
}
.feature-img img{
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.feature-list .swiper-slide {
	left: 10%;
	width: 80%;
	
}
.feature-list .check::after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
	background: url(../images/v4/feature-img-mask.png) no-repeat;
}
.feature-list .swiper-slide-active{
	left: 0;
	width: 100%;
}
.feature-page{
	transform-style: preserve-3d;
	transform: translateZ(20px);
	position: absolute;
	bottom: 3rem;
    left: -5rem;
	font-size: 8.6rem;
	color: white;
	text-shadow: 2px 2px 5px #838382;
}
.feature-page span{
	letter-spacing: 2px;
}
.feature-txt{
	transform-style: preserve-3d;
	transform: translateZ(20px);
	background-color: #485367;
    color: white;
    opacity: 0.85;
    height: 7.4rem;
    position: absolute;
    bottom: 4rem;
    left: -5rem;
    font-size: 3.2rem;
    overflow: hidden;
}
.feature-txt span{
	line-height: 7.4rem;
	padding: 0 2.5rem;
}
#feature-swiper-pagination{
	position: absolute;
    top: 191.6rem;
    left: 50%;
    transform: translateX(-50%);
}
#feature-swiper-button-prev{
	position: absolute;
	width: 12.8rem;
	height: 12.8rem;
	background: url(../images/v4/feature-swiper-button-1.png) no-repeat;
	background-size: 100% 100%;
	right: 21.4rem;
	bottom: 3.6rem;
	cursor: pointer;
	z-index: 2;
}
#feature-swiper-button-next{
	position: absolute;
	width: 12.8rem;
	height: 12.8rem;
	background: url(../images/v4/feature-swiper-button-2.png) no-repeat;
	background-size: 100% 100%;
	right: 6.6rem;
	bottom: 3.6rem;
	cursor: pointer;
	z-index: 2;
}
.feature .swiper-pagination-bullet{
	width: 2rem;
	height: 2rem;
	background-color: black;
	margin: 2.2rem 1.3rem 0;
	display: inline-block;
	cursor: pointer;
}
.feature .swiper-pagination-bullet-active{
	background-color: #1657d9;
	width: 8.7rem;
}
.feature-footer-img{
	width: 108rem;
	height: 13.8rem;
} */
/* 版权信息 */
.footer-phone{
	position: absolute;
	bottom: 0;
	/* border-top: 1px solid black; */
}
.footer {
	z-index: 15;
	position: fixed;
    bottom: -99rem;
    width: 100%;
}
.footer-1 {
	margin-top: 4.8rem;
	font-size: 2.2rem;
	color: #1b418c;
	text-align: center;
	font-weight: bold;
	display: flex;
    justify-content: center;
}
.footer-1 a{
	color: #1b418c;
}
.footer-2{
	margin-top: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-2-img-1{
	width: 25rem;  
    height: 10.1rem;  
	margin:0 2.5rem;
}
.footer-2-img-2{
	width: 10rem;
	height: 10rem;
	margin:0 2.5rem;
}
.footer-5{
	margin: 0 auto;
	width: 25rem;
	height: 7.3rem;
	margin-top: 5.5rem;
	padding-bottom: 8.1rem;
}
.footer-3{
	margin: 0 auto;
	width: 80%;
	height: 7.3rem;
	/* margin-top: 2rem; */
	text-align: center;
	padding-bottom: 8.1rem;
}
.footer-mask{
	width: 100%;
	position: fixed;
	height: 100%;
	display: none;
	z-index: 15;
	left: 0;
	top: 0;
}
.menu {
    display: flex;
    justify-content: right;
    margin-bottom: 3rem;
}
/* nav和cookie弹窗 */
.nav{
	position: fixed;
    z-index: 1000;
	width: 35%;
	height: max-content;
    top: 5rem;
	right: 6rem;
}

/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
/* @media screen and (min-width: 600px) { 
    .nav {
        top: 90px;
    }
} */

.nav-ul{
	display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
    height: 60%;
	position: relative;
	/*top: 20%;*/
    background: #fff !important;
    display: none;
}
.nav-ul-li{
	cursor: pointer;
	width: 100%;
    text-align: center;
	padding: 2.4rem 0;
	font-size: 3.2rem;
}
.nav-ul a{
	color: black;
    text-decoration: unset;
}
.nav-li-img{
	width: 5.2rem;
	height: 5.2rem;
	display: inline-block;
}
.nav-li-border{
	border-bottom: 1px solid #ceaeae;
    background: #fff !important;
}
.new-games:hover #dropdown-menu-new,.hot-games:hover #dropdown-menu-hot{
	color: red;
	display: block;
	opacity: 1;
}
.dropdown-menu-new li,.dropdown-menu-hot li{
	padding: 1rem 2rem;
}
.dropdown-li-border{
	border-bottom: 1px solid #ceaeae;
}

.cookie-show{
	max-height: 100%;
    max-width: 100%;
	position: fixed;
	width: 70rem;
	height: 60rem;
	background-color: white;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 999;
	margin-bottom: 4rem;
	padding: 4rem;
	border-radius: 2rem;
	overflow: hidden;
	display: none;
	border: 1px solid #ceaeae;
}
.cookie-show h3{
	font-size: 5.2rem;
	margin: 2rem;
	text-align: center;
}
.cookie-txt{
	margin: 4rem;
	font-size: 4rem;
}
.cookie-btn{
	background: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font: inherit;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    overflow: hidden;
    padding: .86em 1em;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: opacity .2s ease-out;
    white-space: nowrap;
	margin-bottom: 2rem;
}
.cookie-self-txt,.cookie-self-txt2{
	align-items: center;
    color: #2c2e30;
    display: flex;
    font-size: 2.8rem;
    font-weight: bold;
    justify-content: space-between;
    line-height: 1em;
    padding: 1.3em 0;
    position: relative;
    text-decoration: none;
	cursor: pointer;
}
.cookie-self-txt:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .5em solid;
    border-right: .5em solid transparent;
    border-top: 0;
    border-left: .5em solid transparent;
}
.cookie-self-txt2:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
}
.cookie-self-info,.cookie-self-info-list{
	display: none;
}
.cookie-self-info-need{
	margin-top: 2rem;
	font-size: 3.2rem;
	position: relative;
	font-weight: bolder;
}
.cookie-self-info-need:after{
	background: #0d6efd;
	height: 1.4em;
	margin-top: -.7em;
	right: 0;
	transition: background .2s ease-out, opacity .2s ease-out;
	width: 2.5em;
	z-index: 0;
	border-radius: 1.4em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	opacity: 0.6;
	cursor: pointer;
}
.cookie-self-info-need:before{
	border-radius: 1.4em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	background: #fff;
    height: 1em;
    margin-top: -.5em;
    right: .75em;
    transform: translateX(-.55em);
    transition: transform .2s ease-out;
    width: 1em;
    z-index: 1;
	cursor: pointer;
}
.cookie-self-info-txt{
	margin-top: 6rem;
	font-size: 2.8rem;
}
.cookie-self-info-detail{
	margin: 8rem 0 6rem;
	color: blue;
    text-decoration: underline;
	font-size: 2.8rem;
	cursor: pointer;
}
.cookie-self-info ul{
	padding-left: 2.4rem;
	font-size: 3.2rem;
}
.cookies__cookie{
	color: #676767;
	font-size: 2.4rem;
    line-height: 2.4rem;
	margin: 4rem 0;
}
.cookies__name{
	color: #1d2731;
    display: inline;
    font-weight: bolder;
    line-height: 4.4rem;
}
.cookies__duration{
	color: #8a8e92;
    display: inline;
    text-align: right;
}
.cookies__description{
    color: #8a8e92;
    display: block;
    line-height: 120%;
    padding-top: .3em;
    text-align: left;
    width: 100%;
}

.my_feature.fp-section, .my_feature .fp-tableCell {
    height: 42rem !important;
}

.reg_btn {
	position: absolute;
    width: 78%;  
	left: 50%;
    transform: translateX(-50%);
	bottom: 20rem;
    z-index: 9;
}
.reg_btn_apk {
	position: absolute;
	width: 78%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35rem;
	z-index: 9;
}

.reg_success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 16;
    display: none;
}
.rs-wrap {
    width: 86rem; 
    height: 78rem; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/v5/p1/reg_success_bg.png) no-repeat;
    background-size: 100% 100%;
}
.rs-wrap .rs-nav {
    width: 73rem; 
    position: absolute;
    top: 19rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rs-nav span {
    display: block;
    width: 19rem;
    height: 19rem;
    /* background: rgba(0,0,0,0.75); */
    margin-bottom: 4rem;
    user-select: none;
    cursor: pointer;
}
.mdjl-loading .logo {
    width: 100px ;
    height: 38px ;
}

.mdjl-loading .mdjl-load-num {
    top: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.mdjl-load-line-left2 {
    background-color: black;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation-name: h5-load-line;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}

.mdjl-load-line-right2 {
    background-color: black;
    width: 36%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    animation-name: h5-load-line;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}

@keyframes h5-load-line {
    0% {
        width: 0;
    }
    100% {
        width: 36%;
    }
}