@charset "UTF-8";
body.white {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/bg3.jpg);
}

body {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/bg2.jpg);
}

.sec1_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.loading_page {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9999;
}
.loading_page .grace1 {
  background: url(https://static.gamelunar.com/gamelunar/web202309/grace1.png) no-repeat center/cover;
  width: 202px;
  height: 154px;
  position: absolute;
  left: 0;
  top: 5%;
}
.loading_page .loading_bar {
  width: 35px;
  height: 318px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23%, -50%);
  background: #1b1b1b;
}
.loading_page .loading_bar .loading_bar_bg {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/loading_bar1.png);
  width: 100%;
  height: 30%;
  background-position: center bottom;
  background-size: 35px 318px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.loading_page .loading_bar1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 1080px;
  background: #000;
  clip-path: polygon(40px 0, 40px 365px, 0 405px, 0 678px, 40px 717px, 40px 100%, 100% 100%, 100% 708px, 12px 668px, 12px 413px, 100% 372px, 100% 0);
  -webkit-clip-path: polygon(40px 0, 40px 365px, 0 405px, 0 678px, 40px 717px, 40px 100%, 100% 100%, 100% 708px, 12px 668px, 12px 413px, 100% 372px, 100% 0);
}
.loading_page .loading_bar1 .bar_bg {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8f2a29;
}
.loading_page .loading_bar1 .bar_bg:last-child {
  top: auto;
  bottom: 0;
}
.loading_page .loading_bar1:hover .bar_bg {
  height: 50%;
}
.loading_page .loading_img {
  width: auto;
  height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 47.7%;
  top: 50%;
  transform: translate(0%, -50%);
}
.loading_page .loading_img1 {
  left: 48.6%;
  right: auto;
}
.loading_page .loading_text {
  font-size: 16px;
  letter-spacing: 5px;
  color: #9f9f9f;
  line-height: 1;
  width: 16px;
  position: fixed;
  right: 5%;
  top: 15%;
  word-break: break-all;
  writing-mode: vertical-lr;
  /* 使用 vertical-lr 让文本竖向排列 */
  text-orientation: upright;
  /* 保持文字方向正常，即垂直排列时文字仍然是竖直的 */
  overflow: hidden;
}
.loading_page .loading_info {
  font-size: 20px;
  line-height: 48px;
  color: rgb(159, 159, 159);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(80%, -50%);
}
.loading_page .loading_info .loading_info_text_lists {
  position: relative;
  display: block;
  width: 160px;
  height: 48px;
}
.loading_page .loading_info .loading_info_text_lists:last-child {
  margin-left: 30px;
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgb(159, 159, 159);
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text1 {
  -webkit-clip-path: polygon(0 0%, 100% 0%, 0 20%, 100% 20%);
          clip-path: polygon(0 0%, 100% 0%, 0 20%, 100% 20%);
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text2 {
  -webkit-clip-path: polygon(0 20%, 100% 20%, 0 40%, 100% 40%);
          clip-path: polygon(0 20%, 100% 20%, 0 40%, 100% 40%);
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text3 {
  -webkit-clip-path: polygon(0 40%, 100% 40%, 0 60%, 100% 60%);
          clip-path: polygon(0 40%, 100% 40%, 0 60%, 100% 60%);
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text4 {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 0 80%, 100% 80%);
          clip-path: polygon(0 60%, 100% 60%, 0 80%, 100% 80%);
}
.loading_page .loading_info .loading_info_text_lists .loading_info_text5 {
  -webkit-clip-path: polygon(0 80%, 100% 80%, 0 100%, 100% 100%);
          clip-path: polygon(0 80%, 100% 80%, 0 100%, 100% 100%);
}
.loading_page .red_bar_lists {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loading_page .red_bar_lists .red_bar {
  background-color: #8f2a29;
  position: absolute;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(1) {
  width: 3px;
  height: 100px;
  left: 100px;
  top: 240px;
  animation: red_bar1 3000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(2) {
  width: 40px;
  height: 3px;
  left: 130px;
  top: 692px;
  animation: red_bar2 2000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(3) {
  height: 3px;
  width: 50px;
  left: 530px;
  top: 379px;
  animation: red_bar3 1000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(4) {
  width: 3px;
  height: 200px;
  left: 487px;
  top: 450px;
  animation: red_bar4 2000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(5) {
  width: 3px;
  height: 20px;
  left: 946px;
  top: 730px;
  animation: red_bar5 1000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(6) {
  width: 3px;
  height: 100px;
  left: 1489px;
  top: 40px;
  animation: red_bar1 2000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(7) {
  width: 40px;
  height: 3px;
  left: 1230px;
  top: 703px;
  animation: red_bar2 2000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(8) {
  height: 3px;
  width: 40px;
  left: 1600px;
  top: 389px;
  animation: red_bar3 1000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(9) {
  width: 3px;
  height: 100px;
  left: 1874px;
  top: 450px;
  animation: red_bar4 3000ms linear infinite alternate;
}
.loading_page .red_bar_lists .red_bar:nth-of-type(10) {
  width: 3px;
  height: 30px;
  left: 1029px;
  top: 140px;
  animation: red_bar5 3000ms linear infinite alternate;
}
.loading_page .btn_enter {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_enter.png);
  width: 268px;
  height: 61px;
  font-size: 20px;
  color: #d1d1d1;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  letter-spacing: 2px;
  cursor: pointer;
}

@keyframes red_bar1 {
  to {
    transform: translateY(300%);
    opacity: 0.1;
  }
}
@keyframes red_bar2 {
  to {
    transform: translateX(500%);
    opacity: 0.1;
  }
}
@keyframes red_bar3 {
  to {
    transform: translateX(500%);
    opacity: 0.1;
  }
}
@keyframes red_bar4 {
  to {
    transform: translateY(300%);
    opacity: 0.1;
  }
}
@keyframes red_bar5 {
  to {
    transform: translateY(700%);
    opacity: 0.1;
  }
}
.grace {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/grace.png);
  width: 131px;
  height: 140px;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 32px;
  font-style: italic;
  line-height: 48px;
  color: #fff;
  text-align: center;
  z-index: 9;
  line-height: 1;
  padding-top: 20px;
  transform: translate(-100%, 100%);
  transition: transform 100ms linear;
  opacity: 0;
}
.grace.white {
  color: #000;
}
.grace.on {
  transform: translate(0, 0);
  opacity: 1;
}
.grace::before {
  content: "";
  display: inline-block;
  background: url(https://static.gamelunar.com/gamelunar/web202309/grace_bar.png) no-repeat center/cover;
  width: 68px;
  height: 10px;
  vertical-align: text-bottom;
  transform: translateY(-5px);
}

.mouse_move {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 3%;
  bottom: 6%;
  z-index: 9;
  transition: opacity 500ms linear;
  opacity: 0;
}
.mouse_move .mouse {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/icon_mouse.png);
  width: 20px;
  height: 30px;
}
.mouse_move .arrow {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/icon_arrow.png);
  width: 17px;
  height: 31px;
  margin: 19px 0 10px;
  animation: to_down 700ms linear infinite alternate;
}
@keyframes to_down {
  0% {
    transform: translateY(-10%);
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(20%);
  }
}
.mouse_move .line {
  width: 1px;
  height: 139px;
  background-color: #9f9f9f;
}

.sec1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sec1 .kv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0.3);
  opacity: 0;
}
.sec1 .chat_box {
  width: 935px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  font-family: "syht-lighter";
}
.sec1 .chat_box .chat_text_lists {
  position: absolute;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
}
.sec1 .chat_box .chat_text_lists .color_red {
  color: #b8302f;
}
.sec1 .chat_box .chat_text_lists .color_strong {
  color: #fff;
  font-family: "syht-bold";
  font-size: 36px;
  font-weight: bold;
}
.sec1 .chat_box .chat_text_lists .chat_text {
  display: inline-block;
}
.sec1 .chat_box .chat_text_lists1,
.sec1 .chat_box .chat_text_lists2,
.sec1 .chat_box .chat_text_lists3 {
  opacity: 1;
  overflow: hidden;
}
.sec1 .chat_box .chat_text_lists1 {
  font-size: 96px;
  line-height: 96px;
  color: #fff;
  left: 135px;
  top: 40px;
  font-family: "syht-bold";
  font-weight: bolder;
}
.sec1 .chat_box .chat_text_lists2 {
  left: 265px;
  top: 148px;
}
.sec1 .chat_box .chat_text_lists3 {
  left: 41px;
  top: 0;
}
.sec1 .chat_box .chat_text_lists4 {
  left: 790px;
  top: -10px;
  font-size: 36px;
  font-weight: bold;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 1.3;
  font-family: "syht-bold";
}
.sec1 .chat_box .chat_text_lists5 {
  left: 93px;
  top: 190px;
}
.sec1 .chat_box .chat_text_lists6 {
  left: 39px;
  top: 41px;
  font-size: 36px;
  font-weight: bold;
  writing-mode: vertical-lr;
  /* 使用 vertical-lr 让文本竖向排列 */
  text-orientation: upright;
  /* 保持文字方向正常，即垂直排列时文字仍然是竖直的 */
  line-height: 1.3;
  font-family: "syht-bold";
}
.sec1 .chat_box .chat_text_lists7 {
  left: 93px;
  top: 225px;
}
.sec1 .chat_box .chat_text_lists8 {
  left: 280px;
  top: 271px;
}
.sec1 .chat_box .chat_text_lists9 {
  left: 0;
  top: 320px;
}
.sec1 .btn_login {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_login.png);
  width: 426px;
  height: 100px;
  font-family: "syht-bold";
  font-size: 32px;
  color: #ffffff;
  padding-left: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 260%);
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(148, 45, 43, 0.2));
  transition: all 300ms linear;
  opacity: 0;
}
.sec1 .btn_login::before {
  content: "";
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_triangle.png) no-repeat center/cover;
  width: 43px;
  height: 47px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  animation: triangle 1000ms ease-in-out infinite;
}
.sec1 .btn_login:hover {
  filter: drop-shadow(10px 11px 2px rgba(148, 45, 43, 0.3));
}

@keyframes triangle {
  from {
    transform: translate(-50%, -50%);
    opacity: 0.1;
  }
  to {
    transform: translate(0%, -50%);
    opacity: 1;
  }
}
.sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec2 .tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit1.png);
  width: 188px;
  height: 299px;
  position: absolute;
  left: 60px;
  top: 200px;
}
.sec2::before {
  content: "";
  background: url(https://static.gamelunar.com/gamelunar/web202309/banner_bg.png) no-repeat center/cover;
  width: 656px;
  height: 800px;
  position: absolute;
  left: 70%;
  top: 0%;
  transform: translate(-50%, 0);
}
.sec2 .cont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.sec2 .cont .news_lists {
  width: 555px;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
}
.sec2 .cont .news_lists .news_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transform: translate(-300px, -50px);
  opacity: 0;
  line-height: 36px;
  transition: all 500ms linear;
}
.sec2 .cont .news_lists .news_list::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #8f2a29;
  position: absolute;
  left: -18px;
  top: 0;
  opacity: 0;
  transition: opacity 300ms linear;
}
.sec2 .cont .news_lists .news_list::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(143, 43, 41, 0.8), transparent);
  position: absolute;
  left: -8px;
  top: 0;
  opacity: 0;
  transition: opacity 300ms linear;
}
.sec2 .cont .news_lists .news_list:first-child:hover .news_tit {
  color: #8f2a29;
}
.sec2 .cont .news_lists .news_list:not(:first-child):hover {
  transform: translateX(-24px);
}
.sec2 .cont .news_lists .news_list:not(:first-child):hover::before, .sec2 .cont .news_lists .news_list:not(:first-child):hover::after {
  opacity: 1;
}
.sec2 .cont .news_lists .news_list .jump {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.sec2 .cont .news_lists .news_list .news_tit {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec2 .cont .news_lists .news_list .news_time {
  margin-left: 15px;
}
.sec2 .cont .news_lists .news_list:first-child {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 20px;
  line-height: 48px;
}
.sec2 .cont .news_lists .news_list:first-child .news_time {
  font-family: "font-bold";
  font-weight: bolder;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 32px;
  font-stretch: normal;
  line-height: 1.3;
  color: #000000;
  opacity: 0.2;
  margin: 0;
}
.sec2 .cont .news_lists .news_list:first-child .news_time span {
  font-size: 18px;
}
.sec2 .cont .news_lists .news_list:first-child .news_tit {
  font-family: "font-bold";
  font-weight: bolder;
  font-size: 24px;
  line-height: 48px;
}
.sec2 .cont .news_lists .news_list:first-child .des {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #616161;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-indent: 9px;
}
.sec2 .cont .sec2_banner {
  opacity: 0;
  width: 700px;
  height: 382px;
  margin: 0 0 0 38px;
  transform: translate(100px, -16px);
  transition: all 500ms linear;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(1) {
  transition-delay: 100ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(1):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(2) {
  transition-delay: 200ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(2):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(3) {
  transition-delay: 300ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(3):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(4) {
  transition-delay: 400ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(4):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(5) {
  transition-delay: 500ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(5):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(6) {
  transition-delay: 600ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(6):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(7) {
  transition-delay: 700ms;
}
.sec2.swiper-slide-active .news_lists .news_list:nth-last-of-type(7):hover {
  transition-delay: 0ms;
}
.sec2.swiper-slide-active .news_lists .news_list {
  transform: translate(0, 0);
  opacity: 1;
}
.sec2.swiper-slide-active .sec2_banner {
  transform: translate(0px, -16px);
  opacity: 1;
}
.sec2 .btn_more {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_border1.png);
  width: 313px;
  height: 59px;
  margin-top: 160px;
  font-size: 24px;
  line-height: 59px;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.sec2 .btn_more .btn_more_on {
  width: 0;
  height: 59px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms linear;
}
.sec2 .btn_more .btn_more_on::before {
  content: attr(data-txt);
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_border1_on.png) no-repeat 0 0/313px 59px;
  width: 313px;
  height: 59px;
  font-size: 24px;
  line-height: 59px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.sec2 .btn_more:hover .btn_more_on {
  width: 313px;
}

.sec3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec3 .tit3 {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit4.png);
  width: 188px;
  height: 393px;
  position: absolute;
  left: 60px;
  top: 200px;
}
.sec3 .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 1740px;
  margin: 0 auto;
}
.sec3 .cont .handbook {
  width: 100%;
  height: 620px;
  position: relative;
}
.sec3 .cont .handbook .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.sec3 .cont .handbook .swiper-slide-active .handbook_banner {
  transform: translateX(0);
  opacity: 1;
}
.sec3 .cont .handbook .swiper-slide-active .game_infos {
  transform: translateX(0);
  opacity: 1;
}
.sec3 .cont .handbook .handbook_banner {
  width: 960px;
  height: 540px;
  margin: 65px -295px 0 0;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 700ms ease-in-out;
}
.sec3 .cont .handbook .game_infos {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/banner_bg1.png);
  width: 903px;
  height: 456px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 108px 0 0 334px;
  font-size: 18px;
  line-height: 40px;
  color: #ffde85;
  transform: translateX(100%);
  opacity: 0;
  transition: all 700ms ease-in-out;
}
.sec3 .cont .handbook .game_infos .game_info_tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}
.sec3 .cont .handbook .game_infos .icon_game {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: solid 2px #fff;
  border-radius: 10px;
}
.sec3 .cont .handbook .game_infos .tit_top {
  display: flex;
  align-items: center;
}
.sec3 .cont .handbook .game_infos .name {
  font-size: 32px;
  font-weight: bolder;
  font-family: "font-bold";
}
.sec3 .cont .handbook .game_infos .game_des {
  box-sizing: border-box;
  padding-left: 102px;
  white-space: pre-line;
}
.sec3 .cont .handbook .game_infos .game_des.white {
  color: #fff;
}
.sec3 .cont .handbook .game_infos .tag {
  background: url(https://static.gamelunar.com/gamelunar/web202309/tag_cont.png) repeat-x center/66px 25px;
  font-size: 16px;
  line-height: 48px;
  color: #ffde85;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.sec3 .cont .handbook .game_infos .tag::before, .sec3 .cont .handbook .game_infos .tag::after {
  content: "";
  background: url(https://static.gamelunar.com/gamelunar/web202309/tag_before.png) no-repeat 0 0/8px 25px;
  width: 8px;
  height: 25px;
  transform: translateX(-100%);
}
.sec3 .cont .handbook .game_infos .tag::after {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tag_after.png);
  transform: translateX(100%);
}
.sec3 .cont .handbook .game_infos .btn_box {
  display: flex;
  align-items: center;
}
.sec3 .cont .handbook .game_infos .btn_enter1 {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_enter1.png);
  width: 143px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin: 40px 0 0 101px;
  font-size: 0;
  cursor: pointer;
}
.sec3 .cont .handbook .game_infos .btn_enter1.btn_enter2 {
  font-size: 0;
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_taptap.png);
}
.sec3 .cont .handbook .game_infos .btn_enter1.btn_enter2::after {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/icon_arrow_l.png);
  margin-left: 75px;
}
.sec3 .cont .handbook .game_infos .btn_enter1::after {
  content: "";
  background: url(https://static.gamelunar.com/gamelunar/web202309/icon_arrow_w.png) no-repeat center/cover;
  width: 29px;
  height: 11px;
  margin-left: 15px;
  transition: all 300ms linear;
  display: none;
}
.sec3 .cont .handbook .game_infos .btn_enter1:hover::after {
  transform: translateX(50%);
}
.sec3 .cont .handbook .swiper-pagination-progressbar {
  width: 960px;
  top: auto;
  bottom: 0;
  left: 171px;
  height: 8px;
  background: none;
}
.sec3 .cont .handbook .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #8f2a29;
}
.sec3 .cont .handbook .swiper-button-prev,
.sec3 .cont .handbook .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_prev.png) no-repeat center/cover;
  width: 186px;
  height: 23px;
  font-size: 0;
  left: 35px;
  top: 400px;
  transition: all 300ms linear;
}
.sec3 .cont .handbook .swiper-button-prev::after,
.sec3 .cont .handbook .swiper-button-next::after {
  display: none;
}
.sec3 .cont .handbook .swiper-button-prev:hover,
.sec3 .cont .handbook .swiper-button-next:hover {
  transform: translateX(-5px);
}
.sec3 .cont .handbook .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_next.png) no-repeat center/cover;
  width: 186px;
  height: 23px;
  left: 1100px;
  top: 580px;
}
.sec3 .cont .handbook .swiper-button-next:hover {
  transform: translateX(5px);
}
.sec3 .cont .handbook_thumbs {
  max-width: 90%;
  padding: 60px 120px 0;
  height: 210px;
  margin: 0 0 0 120px;
  position: relative;
  align-self: center;
}
.sec3 .cont .handbook_thumbs .swiper-slide {
  position: relative;
  width: 249px;
  height: 140px;
  cursor: pointer;
}
.sec3 .cont .handbook_thumbs .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px rgba(143, 43, 41, 0);
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  transition: all 300ms linear;
}
.sec3 .cont .handbook_thumbs .swiper-slide-thumb-active::after {
  border: solid 2px #8f2a29;
  background: rgba(0, 0, 0, 0);
}
.sec3 .cont .handbook_thumbs .swiper-slide .thumbs_icon {
  width: 249px;
  height: 140px;
}
.sec3 .cont .handbook_thumbs .active_nums {
  display: block;
  font-size: 18px;
  color: #8f2a29;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.sec3 .cont .handbook_thumbs .active_nums .actiev_num {
  font-size: 40px;
  color: #ffffff;
}
.sec3 .cont .handbook_thumbs .active_nums::after {
  content: "LUNAR GAMES";
  white-space: nowrap;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 3px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.sec3 .cont .handbook_thumbs .swiper-button-prev,
.sec3 .cont .handbook_thumbs .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_prev1.png) no-repeat center/cover;
  width: 50px;
  height: 11px;
  font-size: 0;
  left: 0;
  top: 70%;
  transform: translate(5px, -50%);
  transition: all 300ms linear;
}
.sec3 .cont .handbook_thumbs .swiper-button-prev::after,
.sec3 .cont .handbook_thumbs .swiper-button-next::after {
  display: none;
}
.sec3 .cont .handbook_thumbs .swiper-button-prev:hover,
.sec3 .cont .handbook_thumbs .swiper-button-next:hover {
  transform: translate(0, -50%);
}
.sec3 .cont .handbook_thumbs .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_next1.png) no-repeat center/cover;
  width: 49px;
  left: auto;
  right: 0;
  transform: translate(-5px, -50%);
}
.sec3 .cont .handbook_thumbs .swiper-button-next:hover {
  transform: translate(0, -50%);
}

.sec4 {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
.sec4 .tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit5.png);
  width: 188px;
  height: 299px;
  position: absolute;
  left: 60px;
  top: 200px;
}
.sec4 .cont {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/bg_card.png);
  width: 1358px;
  height: 536px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sec4 .cont .role_fire {
  width: 749px;
  height: 794px;
}
.sec4 .cont .misson_card {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: pre;
}
.sec4 .cont .misson_card .mission_tit {
  font-family: "syht-bold";
  font-size: 48px;
  line-height: 48px;
  color: #8f2a29;
}
.sec4 .cont .misson_card .mission_sub_tit {
  font-size: 12px;
  line-height: 48px;
  letter-spacing: 10px;
  color: #8f2a29;
  opacity: 0.5;
}
.sec4 .cont .misson_card .mission_des {
  font-size: 24px;
  line-height: 48px;
  color: #8f2a29;
  margin: 40px 0;
}
.sec4 .cont .misson_card .mission_cont {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
}
.sec4 .cont .misson_card .btn_mission {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/btn_mission.png);
  width: 289px;
  height: 68px;
  font-family: "syht-bold";
  font-size: 32px;
  color: #ffffff;
  padding-left: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -60px;
  bottom: -30px;
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(148, 45, 43, 0.2));
  transition: all 300ms linear;
}
.sec4 .cont .misson_card .btn_mission::before {
  content: "";
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_triangle.png) no-repeat center/cover;
  width: 30px;
  height: 33px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  animation: triangle 1000ms ease-in-out infinite;
}
.sec4 .cont .misson_card .btn_mission:hover {
  filter: drop-shadow(10px 11px 2px rgba(148, 45, 43, 0.3));
}

.sec5 {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
.sec5 .tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit6.png);
  width: 188px;
  height: 323px;
  position: absolute;
  left: 60px;
  top: 200px;
}
.sec5 .cont {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/cannect_banner_bg.png);
  width: 1360px;
  height: 504px;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0 0 215px;
}
.sec5 .cont .role_cannect {
  width: 743px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40% 0 0 0%;
}
.sec5 .cont .cannect_tit {
  font-size: 48px;
  line-height: 48px;
  color: #fadb6e;
  font-family: "syht-bold";
  margin-bottom: 30px;
}
.sec5 .cont .cannect_lists {
  display: flex;
  flex-direction: column;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.sec5 .cont .cannect_lists .cannect_list {
  margin-bottom: 40px;
  border-left: solid 1px #fadb6e;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.sec5 .cont .cannect_lists .cannect_list p {
  padding-left: 15px;
}
.sec5 .cont .cannect_lists .cannect_list p:first-child {
  font-family: "syht-bold";
  border-left: solid 5px #fadb6e;
  position: relative;
  left: -4px;
}
.sec5 .cont .cannect_lists .cannect_list p:not(:last-child) {
  margin-bottom: 16px;
}
.sec5 .cont .right_color_bar {
  width: 242px;
  height: 179px;
  background-color: #4465b4;
  opacity: 0.2;
  position: absolute;
  right: -53px;
  bottom: -39px;
}
.sec5 .cont .left_color_bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: -100px;
  bottom: 0;
}
.sec5 .cont .left_color_bar .top_bar {
  width: 83px;
  height: 74px;
  background-color: #4465b4;
  opacity: 0.1;
}
.sec5 .cont .left_color_bar .bottom_bar {
  width: 10px;
  height: 109px;
  background-color: #4465b4;
  margin-top: 80px;
}

.sec6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec6 .tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/tit10.png);
  width: 188px;
  height: 317px;
  position: absolute;
  left: 60px;
  top: 200px;
}
.sec6 .cont {
  width: 1360px;
  margin: 0 auto;
}
.sec6 .cont .welfare_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 360px;
  position: relative;
}
.sec6 .cont .welfare_box .sub_tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_tit1.png);
  width: 330px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 0;
}
.sec6 .cont .welfare_box .welfare_lists {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list {
  width: 178px;
  height: 291px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 5px 20px 10px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role1.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:nth-of-type(2) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role2.png);
  width: 178px;
  height: 297px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:nth-of-type(3) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role3.png);
  width: 178px;
  height: 291px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:nth-of-type(4) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role4.png);
  width: 178px;
  height: 291px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:nth-of-type(5) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role5.png);
  width: 178px;
  height: 297px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:nth-of-type(6) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role6.png);
  width: 178px;
  height: 291px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role1_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover:hover:nth-of-type(2) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role2_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover:hover:nth-of-type(3) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role3_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover:hover:nth-of-type(4) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role4_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover:hover:nth-of-type(5) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role5_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover:hover:nth-of-type(6) {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_role6_on.png);
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover .welfare_tit,
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover .des,
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover .btn_detail {
  display: none;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list:hover .welfare_cont {
  display: block;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list .welfare_tit {
  font-family: "syht-bold";
  font-weight: bolder;
  font-size: 32px;
  color: #ffffff;
  opacity: 0.2;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list .welfare_tit span {
  font-size: 12px;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list .des {
  font-family: "syht-bold";
  font-weight: bolder;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list .btn_detail {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}
.sec6 .cont .welfare_box .welfare_lists .welfare_list .welfare_cont {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  display: none;
}
.sec6 .cont .recruit_box {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 60px 0 35px;
}
.sec6 .cont .recruit_box .tip {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  display: flex;
  align-items: flex-end;
}
.sec6 .cont .recruit_box .sub_tit {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/recruit_tit2.png);
  background-position: 0 0;
  background-size: 238px;
  width: 100%;
  height: 71px;
  position: relative;
}
.sec6 .cont .recruit_box .sub_tit .btn_more {
  font-family: "syht-bold";
  font-weight: bolder;
  font-size: 16px;
  line-height: 48px;
  color: #8f2a29;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec6 .cont .recruit_box .recruit_lists {
  width: 100%;
  height: 206px;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide {
  width: 375px;
  height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide.empty {
  background-image: url(https://static.gamelunar.com/gamelunar/web202309/more_reg.png);
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide .post_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms linear;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide:hover .post_bg {
  transform: translate(-50%, -50%) scale(1.05);
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide:hover .recruit_tit::after {
  width: 100%;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide .recruit_tit {
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
  position: relative;
  margin-bottom: 13px;
  z-index: 1;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide .recruit_tit::after {
  content: "";
  width: 37px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms linear;
}
.sec6 .cont .recruit_box .recruit_lists .swiper-slide .des {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
.sec6 .cont .recruit_box .swiper-button-prev,
.sec6 .cont .recruit_box .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_prev.png) no-repeat left center/186px 23px;
  width: 125px;
  font-size: 0;
  left: -130px;
  bottom: 80px;
  top: auto;
}
.sec6 .cont .recruit_box .swiper-button-prev::after,
.sec6 .cont .recruit_box .swiper-button-next::after {
  display: none;
}
.sec6 .cont .recruit_box .swiper-button-next {
  background: url(https://static.gamelunar.com/gamelunar/web202309/btn_next.png) no-repeat right center/186px 23px;
  left: auto;
  right: -130px;
}
.sec6 .cont .tip {
  font-size: 20px;
  line-height: 33px;
  color: #000000;
  opacity: 0.7;
}

.sec .tit {
  opacity: 0;
  transform: translateY(-200px);
  transition: all 700ms linear;
}

.sec.swiper-slide-active .tit {
  transform: translateY(0);
  opacity: 1;
}

.footer .foot_toggle {
  color: rgba(255, 255, 255, 0.4);
}

body.white .foot_toggle {
  color: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=index.css.map */