* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border: none;
}

area {
  outline: none;
}

body {
  font-family: '微软雅黑', 'Microsoft YaHei';
  background: #000;
  padding: 0 !important;
}

::-webkit-scrollbar-track {
  background-color: #242d3e;
  -webkit-box-shadow: inset 0 0 6px #242d3e;
}

/*定义滚动条高宽及背景*/
::-webkit-scrollbar {
  width: 0px;
  background-color: #242d3e;
}

/*定义滚动条*/
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.icons {
  background: url('/images/index251127/icons.png') no-repeat;
}

.wrap {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.floatLinks{
  width: 145px;
  height: 497px;
  background: url("/images/index251127/float_icons_bg.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  z-index: 11;
}
.floatLinks p{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 63px;
}



.part {
  width: 100%;
  height: 1080px;
  z-index: 1;
  position: relative;
  /* position: absolute;
  top: 0;
  left: 0;
  opacity: 0; */
}

.part1 {
  height: 973px;
  background: url('/images/index251127/part1.jpg?v=1') no-repeat center center/cover;
}

.part2 {
  background: url('/images/index251127/part2.jpg?v=1') no-repeat top center/cover;
}

.part3 {
  z-index: 3;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -54px;
}



/* .part.active {
  z-index: 10;
  animation: move 1s ease-out;
  opacity: 1;
} */

@keyframes move {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.topFix {
  width: 100%;
  height: 86px;
  background: rgba(5, 59, 117, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topFix img {
  margin-left: 32px;
}

.topFix .topNav {
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  height: 97px;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .topFix .topNav {
    width: 800px;
  }
}

.topFix .topNav li {
  cursor: pointer;
  
}

.topFix .topNav li.focus {
}

.topFix .topNav li p {
  border-right: 1px solid #828487;
  padding:0 40px;
}

.topFix .topNav li:last-child p {
  border: none;
}

.topFix .topNav li span {
  font-size: 12px;
  display: block;
}

.part2 .main {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.part2.active .main {
}

.part3 .main {
  max-width: 1920px;
  margin: 0 auto;
}

.part3.active .main {
}

.carouselBox {
  width: 717px;
  height: 519px;
  position: absolute;
  left: 0;
  top: 283px;
}

.carouselBox .carousel {
  width: 100%;
  height: 519px;
}
.carouselBox .carousel:before,
.carouselBox .carousel:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in-out;
}

.carouselBox .carousel:before {
  width: 206px;
  height: 207px;
  background-image: url('../images/index251127/new-icon1.png?v=1');
  top: -74px;
  right: 0;
  z-index: 1;
}

.carouselBox .carousel:after {
  width: 179px;
  height: 210px;
  bottom: -20px;
  left: -74px;
  background-image: url('../images/index251127/new-icon2.png?v=1');
  z-index: 2;
}



.carouselBox .carousel img {
  width: 717px;
  height: 519px;
  display: block;
}

.carouselBox .carousel li p {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-indent: 20px;
  color: #fff;
  background: rgba(23, 20, 8, 0.9);
  border-radius: 0 0 10px 10px;
}

.carousel-pagination {
  width: 460px;
  text-align: center;
  text-decoration: line-through;
  height: 24px;
  position: absolute;
  top: 603px;
  left: 29px;
  line-height: 49px;
  border-bottom: 1px solid #919191;
}

.carousel-pagination a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #919191;
  margin: 0 5px;
}

.carousel-pagination a.focus {
  background: #4eaefe;
}

.newsBox {
  width: 743px;
  position: absolute;
  right: 0;
  top: 257px;
}

.newsNav {
  width: 100%;
  height: 52px;
  line-height: 44px;
  display: flex;
  font-size: 22px;
  position: relative;
}
.newsNav::after {
  content: ''; /* 需要在HTML中添加data-text属性 */
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url('../images/index251127/new_title_line.png?v=1') no-repeat bottom center/100% 100%;

}

.newsNav a {
  min-width: 63px;
  max-width: max-content;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 3px;
  font-weight: bold;
  position: relative;
}
.newsNav a.more{
  display: block;
  margin-left: auto;
  width: 108px;
  height: 38px;
  background: url("../images/index251127/more.png?v=1") no-repeat top center;
  max-width: 108px;
  line-height: 38px;
  font-size: 20px;
  text-align: left;
  text-indent: 10px;
}

/* .newsNav a:last-child {
    font-size: 30px;
    line-height: 56px;
} */

.newsNav a.focus {
  background: linear-gradient(90deg, #f7e05c, #febc23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.newsNav a.focus::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/index251127/tab_focus.png?v=1') no-repeat bottom center;

}
.new_title{
  width: 649px;
  height: 66px;
  line-height: 62px;
  background: url("../images/index251127/new_title.png?v=1") no-repeat top center;
  padding-left: 69px;
  position: relative;
  margin:40px 0 20px;
  color: #fff;
  font-size: 50px;
  text-indent: 10px;
  font-weight: bold;
}
.new_title::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 66px;
  background: url('../images/index251127/new_title_icon.png?v=1') no-repeat bottom center;

}

.newsList {
  margin-top: 30px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 6px;
}


.newsList li {
  width: 714px;
  height: 70px;
  position: relative;
}
.newBox {
  width:100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsList li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 根据图片高度调整 */
  background: url('../images/index251127/news_line.png?v=1') no-repeat;
  background-size: contain; /* 或根据需要调整 */
}


.newsList li p {
}



.newsList li p.time {
  font-size: 20px;
  color: #fff;
  width: 82px;
}

.newsList li p {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 16px;
}

.newsList li:hover .goDetail {
  display: block;
}

.newsList li:hover p {
  color: #f9c42e;
}


.goDetail {
  display: none;
  width: 48px;
  height: 49px;
  background: #f9c42e;
  font-weight: bold;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}


.videoBox1 {
  position: absolute;
  z-index: 3;
  width: 1920px;
  height: 950px;
  top: 50%;
  left: 50%;
  margin-left: -960px;
  margin-top: -475px;
  background: #000;
}

.videoBox2 {
  position: absolute;
  z-index: 2;
  width: 1920px;
  height: 950px;
  top: 50%;
  left: 50%;
  margin-left: -960px;
  margin-top: -475px;
}

.downBox {
  padding: 7px;
  width: 129px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 12px 0 12px;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 100;
}

.ageTips {
  position: absolute;
  top: 150px;
  right: 10px;
  z-index: 100;
}

.chromeframe {
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  z-index: 200;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
}

.chromeframe a {
  color: #f13c35;
}

.bottom {
  background: #000;
}

.copy_right {
  width: 800px;
  margin: 0 auto;
  color: #9ea4b4;
  background: #000;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 25px;
}

.copy_right a {
  font-size: 14px;
  color: #9ea4b4;
}

/* .ageTips{position: fixed;right:90px;bottom:20px;z-index:99;} */
.ageTipsPopup {
  width: 882px;
  height: 512px;
  background: rgba(23, 23, 24, 0.8);
  position: fixed;
  _position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -441px;
  z-index: 99;
  display: none;
}

.ageTipsPopup h3 {
  color: #d0e7ff;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.ageTipsPopup div {
  width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  color: #d0e7ff;
  line-height: 30px;
  font-size: 14px;
}

.ageTipsPopup div p {
  margin-bottom: 25px;
}

/* .tips_close {
  background: url(/images/index20220705/ageClose.png?v=1) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: -30px;
  cursor: pointer;
} */
.serviceBtn {
  width: 76px;
  height: 52px;
  background: url('../images/index251127/service.png?v=1') no-repeat;
  margin-right: 30px;
  margin-left: auto;
  flex: 0 0 auto;
}

.selectBox {
  min-width: 167px;
  height: 50px;
  line-height: 50px;
  margin-right: 100px;
}

.earthLogo {
  margin-left: 40px;
  height: 30px;
  padding: 7px;
}

.selectBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  position: relative;
  background: #fff;
  border-radius: 33px;
}

.selectBtn > p {
  /* width: 160px; */
  flex: 1;
  text-indent: 10px;
  font-size: 22px;
  color: #0b377c;
  margin-right: 5px;
}

.worlds {
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.worlds ul:last-child {
  margin-bottom: 20px;
}

.selectList li.focus {
  border: 2px solid #ffea54;
  background: #f9db03;
  color: #9b6800;
}
.part1_btns {
  position: absolute;
  top: 760px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.part1_btns .icons {
  width: 310px;
  height: 103px;
  display: block;
  float: left;
  margin: 10px 35px 0;
}

.part1_btns .icons_1 {
  background-position: - 0;
  margin-top: 10px;
}

.part1_btns .icons_2 {
  background-position: -406px 0;
  margin-top: 10px;
}

.part1_btns .icons_3_US {
  background-position: -810px -315px;
}
.part1_btns .icons_3_ZH {
  background-position: -810px 0;;
}
.part1_btns .icons_3_KR {
  background-position: -810px -211px;
}
.part1_btns .icons_3_JP {
  background-position: -810px -103px;
}
.part1_btns .icons_3_ES {
  background-position: -810px -422px;
}
.part1_btns .icons_3_PT {
  background-position: -810px -529px;
}
.icon_arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #0b377c; 
  background: none;
}
.floatLinks a {
  display: block;
  width: 60px;
  height: 60px;
  margin:20px 3px;
}
/* fb */
.icon_top_1 {
  background-position: 0 -164px;
}
/* lounge */
.icon_top_3 {
  background-position: -150px -164px;
}
/* discord */
.icon_top_2 {
  background-position: -75px -164px;
}
/* twitter */
.icon_top_4 {
  background-position: -229px -164px;
}

.topFix img.logo {
  height: 70px;
  
}

.footer {
  min-width: 1200px;
  color: #fff;
  width: 100%;
  background-color: #31384e;
  /* height: 108px; */
  font-size: 12px;
}

.copyright {
  margin: 0 auto;
  height: 100%;
  width: 1000px;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
}

.footer_logo {
  width: 320px;
  height: 0;
  padding-top: 96px;
  float: left;
  background: url(./order/images/footerLogo.png?v=1) no-repeat top center;
  text-align: center;
}

.limit_age {
  width: 116px;
  height: 87px;
  float: left;
  background: url(/images/index251127/age_limit.png) no-repeat top left;
  background-size: contain;
  border-right: 2px solid #484a53;
}

.copyright .l_p {
  float: left;
  width: 866px;
  color: #838383;
  font-size: 14px;
  margin-top: -2px;
  margin-left: 10px;
  text-align: left;
}

.l_p p {
  margin-bottom: 5px;
}
.kr_tips img {
  height: 85px;
}
/* .down {
  display: block;
  float: left;
  width: 261px;
  height: 74px;
  margin-right: 10px;
  background: url('../images/index20220705/down.png?v=1') no-repeat top center;
} */
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.goActivity {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.goActivity img {
  width: 100%;
}
/* .closeImg {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 1px;
  top: 5px;
  background: url('../images/index20220705/addHome_close.png') no-repeat top center / 100% 100%;
} */
.goQuestionnaire {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
}

/* 英雄列表 */
.roleIcons{
  width: 858px;
  height: 463px;
  position: absolute;
  left: 33px;
  top: 332px;
}
.roleIcons a{
  width: 150px;
  height: 131px; 
  position: absolute;
}
.roleIcon_1_1{
   left: 424px;
   top: 326px;
}
.roleIcon_1_2{
   left: 565px;
   top: 254px;
}
.roleIcon_2_1{  
   left: 424px;
   top:167px;
}
.roleIcon_2_2{
   left: 143px;
   top: 327px;
}
.roleIcon_2_3{
  left: 283px;
  top: 252px;
}
.roleIcon_2_4{
  left: 568px;
  top: 87px;
}
.roleIcon_2_5{
   
   left: 701px;
   top: 177px;
}
.roleIcon_3_1{
   left: 146px;
   top: 4px;
}
.roleIcon_3_2{
  left: 11px;
   top: 85px;
}
.roleIcon_3_3{
   left: 425px;
   top: 12px;
}
.roleIcon_3_4{
  left: 282px;
  top: 84px;
}
.roleIcon_3_5{
  
  left: 149px;
  top: 167px;
}
.roleIcons a img{
  position: absolute;
  left: -28px;
  top: -6px;
}
.skillImg{
  position: absolute;
  right: 86px;
  top: 50%;
  transform: translateY(-30%);
}
.roleNameBox{
  display: flex;
  justify-content: space-between;
}
.leftBorder{
  width: 1200px;
  height: 159px;
  background: url("../images/index251127/border_lines_top.png?v=2") no-repeat top left;
  margin-top: 129px;
  margin-left: 274px;
}

.roleTitle{
  width: 649px;
  height: 66px;
  line-height: 62px;
  padding-left: 69px;
  position: relative;
  margin: 99px 0 0 -170px;
  color: #fff;
  font-size: 50px;
  text-indent: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.roleTitle1{
  background: url("../images/index251127/role_title_ay.png?v=1") no-repeat top center;
}
.roleTitle2{
  background: url("../images/index251127/role_title_rl.png?v=1") no-repeat top center;
}
.roleTitle3{
  background: url("../images/index251127/role_title_sl.png?v=1") no-repeat top center;
}
.roleTitle::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 66px;
  background: url('../images/index251127/role_title_icon.png?v=1') no-repeat bottom center;
}

.roleInfo{
 width: auto;
 min-width: 410px;
 flex-shrink: 1;
 margin-left: 60px;
}

.role_title{
  width: max-content;
  min-width: 300px;
  height: 69px;
  line-height: 69px;
  padding-left: 60px;
  position: relative;
  font-size: 50px;
  text-indent: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 118px;
  text-shadow: 3px 3px 5px rgb(255, 255, 255);
}
.role_title1{
  background: url('../images/index251127/name_bg_ay.png?v=1') no-repeat right top;
  color: #483ca1;
}
.role_title2{
  background: url('../images/index251127/name_bg_rl.png?v=1') no-repeat right top;
  color: #1550a6;
}
.role_title3{
  background: url('../images/index251127/name_bg_sl.png?v=1') no-repeat right top;
  color: #175126;
}

.role_title::before{
  content: ''; 
  position: absolute;
  top: -23px;
  left: -50px;
  width: 104px;
  height: 104px;
}

.role_title1::before {
  background: url('../images/index251127/ay_name_small.png?v=1') no-repeat bottom center;
}
.role_title2::before { 
  background: url('../images/index251127/rl_name_small.png?v=1') no-repeat bottom center;
}
.role_title3::before {
  background: url('../images/index251127/sl_name_small.png?v=1') no-repeat bottom center;
}

.role_name{
  width: max-content;
  min-width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 77px;
  position: relative;
  font-size: 30px;
  text-indent: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
  text-shadow: 3px 3px 5px rgb(255, 255, 255);
}

.role_name1{
  background: url('../images/index251127/ay_name_small_bg.png?v=1') no-repeat 61px top;
  color: #483ca1;
}
.role_name2{
  background: url('../images/index251127/rl_name_small_bg.png?v=1') no-repeat 61px top;
  color: #1550a6;
}
.role_name3{
  background: url('../images/index251127/sl_name_small_bg.png?v=1') no-repeat 61px top;
  color: #175126;
}

.role_name::before{
  content: ''; 
  position: absolute;
  top: -3px;
  left: 0;
  width: 55px;
  height: 56px;
  background: url('../images/index251127/name_small.png?v=1') no-repeat bottom center;
}
.rightBorder{
  width:210px;
  max-height: 775px;
  height: 74%;
  background: url('../images/index251127/border_lines_right.png?v=3') no-repeat bottom right;
  position: absolute;
  bottom: 63px;
  right: 39px;
}