html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
}

body,
html {
  margin: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue,
    Helvetica, "BBAlpha Sans", sans-serif;
  font-size: 62.5%;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
textarea,
form,
select {
  border-radius: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.icons {
  background: url("/images/icons.png") no-repeat;
  background-size: 16.4rem 10rem;
}


.selectBox {
  position: fixed; 
  width: 1.3rem;
  height: .51rem;
  /* min-width: 1rem;
  height: 1.08rem; */
  font-size: 0.32rem;
  margin: 0 0 0.3rem;
  border-radius: 0.1rem;
  right: 1.5rem;
  top: 0.2rem;
  z-index: 12;

}
.selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem 0 0.1rem;
  position: relative;
  background: url(../images/selectBg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 0.1rem;
  color:#fff;
  height: 0.8rem;
}
.icon_arrow{
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/selectBtn.png?v=1) no-repeat top center/100% 100%;
}
.selectBtn>p {
  flex: 1;
  text-indent: 10px;
  color: #dee6ff;
}
.worlds {
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  text-align: center;
}
.selectList {
  width: 100%;
  /*position: absolute;
  top:1.08rem;right:0; */
}

.selectList li {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}


.selectList li.focus{
  border: 0.02rem solid #ffea54;
  background: #f9db03;
  color: #9b6800;

}

.selectList div {
  display: block;
}

.name_icons_ZH {}

.part1 {
  width: 100%;
  height: 19.41rem;
  background: url("../images/top.jpg") no-repeat top center/100% 100%;
}

.part2 {
  width: 100%;
  height: 18.26rem;
  background: url("../images/part2.jpg") no-repeat top center/100% 100%;
  position: relative;
}

.part3 {
  width: 100%;
  height: 18.3rem;
  position: relative;
}


.part5 {
  width: 100%;
  height: 7.41rem;
  background: url("../images/page4-bg.jpg") no-repeat top center/100% 100%;
  position: relative;
}

.newsCarousel {
  width: 9.46rem;
  height: 5.42rem;
  border: 0.05rem solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -4.73rem;
  top: 2.1rem;
}

.newsCarousel img {
  display: block;
  width: 100%;
  position: absolute;
  left: -0.1rem;
  top: 0.1rem;
}

.newsBtns {
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.newsBtns a {
  width: 0.14rem;
  height: 0.14rem;
  background: #ccc;
  display: block;
  float: left;
  border-radius: 50%;
  margin: 0 0.3rem;
}

.newsBtns a.focus {
  background: #cea958;
}

.newsNav {
  width: 80%;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #8289a5;
  text-align: center;
  position: absolute;
  top: 8.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.newsNav a {
  width: 1.64rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 0.38rem;
}

.newsNav a.focus {
  color: #cea958;
}

.newList {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 0.34rem;
  position: absolute;
  top: 9.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.newList li {
  height: 1.24rem;
  line-height: 1.24rem;
  border-bottom: 1px solid #8289a5;
}

.newsTitle {
  width: 6rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.time {
  width: 2rem;
  float: right;
}

.moreNews {
  width: 8.39rem;
  height: 1rem;
  background: url(../images/moreBg.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #232b31;
  line-height: 1rem;
  font-size: 0.36rem;
  text-align: center;
}

.part3>img {
  width: 100%;
}

.rolesNavBox {
  height: 2.97rem;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rolesNavBox .swiper-slide {
  position: relative;
}
.rolesNav>div {
  background: url(/images/index/roleBg.png) no-repeat;
  background-size: cover;
}
/* .rolesNav>div.roleNav1 {
  background: url("../images/roleIcon-1.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNav>div.roleNav2 {
  background: url("../images/roleIcon-2.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNav>div.roleNav3 {
  background: url("../images/roleIcon-3.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNav>div.roleNav4 {
  background: url("../images/roleIcon-4.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNav>div.roleNav5 {
  background: url("../images/roleIcon-5.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNav>div.roleNav6 {
  background: url("../images/roleIcon-6.png") no-repeat;
  background-size: 100% 100%;
} */

.part4 {
  width: 100%;
  height: 12.42rem;
  background: url("../images/part4.jpg") no-repeat top center/100% 100%;
  position: relative;
}

.carousel {
  width: 9.3rem;
  position: absolute;
  left: 50%;
  top: 2.36rem;
  margin-left: -4.85rem;
}

.carousel img {
  display: none;
  width: 100%;
}

.carousel img:first-child {
  display: block;
}

.leftBtn {
  width: 0.79rem;
  height: 0.79rem;
  background-position: -2.76rem -0.88rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  left: -0.3rem;
}

.rightBtn {
  width: 0.79rem;
  height: 0.79rem;
  background-position: -3.62rem -0.88rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  right: -0.6rem;
}

.nav {
  background: #0e1a23;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row;
  z-index: 11;
  height: 1.14rem;
}

.nav img {
  width: 4.2rem;
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
}

.nav .downBtn {
  display: block;
  color: #fff;
  font-size: 0.32rem;
  width: 25%;
  flex: 1;
  text-align: center;
  /* border-right: 1px solid #8a8c9e; */
}

.nav .downBtn:last-child {
  border: none;
}

.nav .downBtn.focus {
  color: #00a8ff;
}

.nav .showNav {
  width: 0.65rem;
  height: 0.56rem;
  background: url("../images/showNav.png") no-repeat top center/100% 100%;
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
}
.link_icons {
  background: url("../images/icons.png?v=1") no-repeat;
  background-size: 16.4rem 15rem;
}
.navLinks{
  /* width: 0.54rem; */
  position: absolute;
  display: flex;
  top: 0.3rem;
  right: 3.4rem;
  z-index: 2;
}
.navLinks a{
  display: block;
  width: 0.56rem;
  height: 0.54rem;
  margin-left: .2rem;
  transform: scale(1.2);
}
.icon_top_1{
 
  background-position: -2.1rem -5.77rem;
}
.icon_top_2{
  background-position: -2.93rem -5.77rem;
}
.icon_top_3{
  background-position: -3.74rem -5.77rem;
}
.icon_top_4{
  background-position: -4.55rem -5.77rem;
}
.icon_top_5{
  background-position: -5.47rem -5.77rem;
}

.downBox {
  width: 2.45rem;
  height: 4.78rem;
  background: url("images/20220701/float.png?v=1") no-repeat top center/100% 100%;
  position: absolute;
  top: 3.68rem;
  right: 0;
  text-align: center;
}

.downBox img {
  width: 1.33rem;
  margin: 0.43rem auto 0;
}

.downBox p {
  color: #fff;
  font-size: 0.3rem;
}

.downBox .icons {
  width: 2rem;
  height: 0.56rem;
  display: block;
  margin: 0.13rem auto;
}

.downBox .icon_google {
  background-position: 0 0;
}

.downBox .icon_appstore {
  background-position: 0 -0.63rem;
}

.downBox .icon_apk {
  background-position: 0 -1.19rem;
}

.rolesNavBox .swiper-container {
  width: 8.5rem;
  height: 4.4rem;
  top: -2rem;
}

.rolesNavBox .swiper-slide {
  height: 3.26rem !important;
  margin-top: 0.5rem;
  transform: translateY(20px);
}

.rolesNavBox .swiper-slide-active,
.rolesNavBox .swiper-slide-duplicate-active {
  background: url(/images/index/foucsRoleBg.png) no-repeat;
  background-size: cover;
  transform: translateY(0);
}
  .rolesNavBox .swiper-slide img {
    width: 2.5rem;
    margin: .01rem .01rem;
  }
.rolesNavBox .swiper-slide p {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 0.32rem;
}

.rolesNavBox .swiper-slide-active p,
.swiper-slide-duplicate-active p {
  color: #17212f;
  left: -0.01rem;
}

.rolesNavBox .swiper-button-next {
  width: 0.52rem;
  height: 0.68rem;
  background: url("../images/next-btn.png") no-repeat;
  background-size: 100% 100%;
}

.rolesNavBox .swiper-button-prev {
  width: 0.52rem;
  height: 0.68rem;
  background: url("../images/next-btn.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
#certify {
  padding-top: 1rem;
}
#certify .swiper-container {
  width: 96%;
  overflow: hidden;
  height: 8rem;
  /* height: 15rem; */
  margin: 0 auto;
  transform: translateY(1.54rem);
}

#certify .swiper-slide {
  width: 10.5rem;
  height: 5.91rem;
  /* width: 7.26rem;
  height: 12.93rem; */
}

#certify .swiper-slide img {
  width: 10.5rem;
  height: 5.91rem;
  /* width: 7.26rem;
  height: 12.93rem; */
}

/* #certify .swiper-slide.swiper-slide-next {
  opacity: 0.6 !important;
}

#certify .swiper-slide.swiper-slide-prev {
  opacity: 0.6 !important;
} */

#certify .swiper-pagination {
  width: 100%;
  text-align: center;
}

#certify .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.27rem;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0.3rem;
  opacity: 1;
}

#certify .swiper-pagination-bullet-active {
  background: #cea958;
}

.part5 {
  text-align: center;
}

.part5 img {
  margin: 1.2rem 0 0.4rem;
  width: 4.69rem;
}

.part5 p {
  color: #fff;
  font-size: 0.48rem;
}

.bottom {
  width: 100%;
  padding: 1rem 0 0.3rem;
  background: #080814;
}

.bottom p,
.copy_right p {
  text-align: center;
  color: #aab2c7;
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.bottom p:last-child {
  margin-top: 0.5rem;
}

.copy_right {
  padding: 0.3rem 0 0.3rem;
  width: 100%;
  background: #080814;
}

.copy_right p {
  line-height: 0.5rem;
  margin: 0 auto;
  width: 90%;
  text-align: left;
}

.copy_right a {
  color: #aab2c7;
}

.expandNav {
  width: 5rem;
  position: absolute;
  top: 1.14rem;
  right: 0;
  background: #fff;
}

.expandNav .close {
  width: 100%;
  height: 1.66rem;
  background: #3a3b40 url("../images/close.png") no-repeat 3.7rem center;
  background-size: 0.74rem 0.74rem;
}

.expandNav li {
  width: 5rem;
  height: 1.44rem;
  line-height: 1.44rem;
  font-size: .32rem;
  text-indent: 1rem;
  border-bottom: 1px solid #e6e6e6;
}

.expandNav li.focus {
  /* width: 8.08rem; */
  border-left: 0.16rem solid #65e1ff;
}

.ageTips {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 1;
  width: 1.2rem;
}

.ageTips img {
  width: 100%;
  margin: 0;
}

a.ShowDownLoad1_Androida,
a.ShowDownLoad2_iosa {
  position: absolute;
  right: 1.5rem;
  top: 0.15rem;
  width: 2.8rem;
  height: 0.85rem;
  display: block;
}

a.ShowDownLoad1_Androida img,
a.ShowDownLoad2_iosa img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
} */

.ageTipsPopup {
  width: 90%;
  background: rgba(23, 23, 24, 0.8);
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  transform: translate(-50%, -50%);
}

.ageTipsPopup h3 {
  color: #d0e7ff;
  text-align: center;
  margin-top: 0.3rem;
  font-size: 0.4rem;
}

.ageTipsPopup div {
  width: 85%;
  margin: 0 auto;
  padding-top: 0.3rem;
  color: #d0e7ff;
  line-height: 0.5rem;
  font-size: 0.2rem;
}

.ageTipsPopup div p {
  margin-bottom: 0.3rem;
}

.tips_close {
  background: url("../images/ageClose.png") no-repeat top center/100% 100%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: -0.5rem;
  cursor: pointer;
}
.downBox {
  top: 14.78rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.2rem;
  height: 2.4rem;
  position: absolute;
  background: url(/images/index/down_bg.png) no-repeat;
  background-size: cover;
  padding-top: 0.08rem; 
  box-sizing: border-box;
}
.downBox .icons_btn {
  background: url(/images/index/icons_btn.png) no-repeat;
  background-size: 5.6rem 9.54rem;
  width: 3.34rem;
  height: 0.89rem;
  display: block;
  float: left;
}
.down_main {
  width: 7rem;
  height: 2.05rem;
  margin: .25rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.downBox .icons_btn_1 {
  background-position: 0 0;
}

.downBox .down {

  background-position: 0 -1.2rem;
}

.downBox .icons_btn_2 {
  background-position: 0 -8.55rem;
}

.downBox .icons_btn_3 {
  background-position: 0 -2.4rem;
}

.downBox .pay {
  background-position: 0 -3.63rem;
}
.downBox .pay-link_KR {
  background-position: 0 -6rem;
}
.downBox .pay-link_JP {
  background-position: 0 -7.3rem;
}
.downBox .pay-link_US {
  background-position: 0 -4.8rem;
}
.bottom {
  width: 100%;
  padding: 0.3rem 0 0.3rem;
  background: #080814;
}

.bottom p,
.copy_right p {
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.4rem;
}


.copy_right {
  padding: 0.3rem 0 0.3rem;
  width: 100%;
  background: #080814;
}

.copy_right p {
  line-height: 0.5rem;
  margin: 0 auto;
  width: 90%;
  text-align: left;
}

.copy_right a {
  color: #aab2c7;
}


.limit_age {
  width: 1.16rem;
  height: 0.87rem;
  margin: 0 auto .2rem;
  background: url(/images/index/ageLimit.png) no-repeat top left;
  background-size: contain;
}
.l_p p{
  text-align: left !important;
}
.kr_tips{text-align: center;}
.kr_tips img{height:0.85rem;}

.selectBox {
  position: fixed; 
  width: 1.3rem;
  height: .51rem;
  font-size: 0.26rem;
  margin: 0 0 0.3rem;
  right: 1.7rem;
  top: 0.32rem;
  z-index: 12;

}
.selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem 0 0.1rem;
  position: relative;
  width: 1.59rem;
  height: .51rem;
  line-height: .51rem;
  box-sizing: border-box;
 background: url(/images/index/selectBgPc.jpg) no-repeat top center/100% 100%;
  color: #232b31;
}
.icon_arrow{
  width: 0.2rem;
  height: 0.12rem;
  background: url(/images/index/selectBtn.png?v=1) no-repeat top center/100% 100%;
}
.selectBtn>p {
  text-indent: 10px;
  color: #232b31;
}
.worlds {
  width: 1.59rem;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  text-align: center;
}
.selectList {
  width: 100%;
}

.selectList li {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}


.selectList li.focus{
  box-sizing: border-box;
  border: 0.02rem solid #ffea54;
  background: #f9db03;
  color: #9b6800;

}

.selectList div {
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.goActivity .closeImg{
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  background: url("/images/index/close.png?v=1") top center/100% 100%;
  position: absolute;
  right: 0px;
  top: 0.05rem;

}
.goActivity {
  width: 9rem;
  height: 5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.goActivity img {
  width: 100%;
}
.payBtn{
  width: 2.21rem;
  height: 0.59rem;
  display: block;
  margin: 0.2rem auto;
}