* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  /* 禁止浏览器调整字体大小 */
}
@font-face {
  font-family: "SourceHanSansCNBold";
  src: url('../font/SourceHanSansCN-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "SourceHanSansCNMedium";
  src: url('../font/SourceHanSansCN-Medium.ttf') format("truetype");
}
@font-face {
  font-family: "SourceHanSerifCNBold";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/font/SourceHanSerifCN-Bold.otf') format("opentype");
}
@font-face {
  font-family: "SourceHanSerifCNHeavy";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/font/SourceHanSerifCN-Heavy.ttf') format("truetype");
}
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/font/SourceHanSerifCN-Regular.otf') format("opentype");
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  overflow-x: auto;
  font-family: 'SourceHanSerifCN-Regular';
  position: relative;
  margin: 0 auto !important;
  background-color: #fff;
}
i {
  display: block;
  font-style: normal;
}
hide {
  display: none;
}

/* 新闻内容区域样式 */
.news-content-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 300px;
}

/* 确保page5内部内容不被隐藏 */
.page5 .inner {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 确保新闻列表显示 */
.swiper-container#newsContent {
  display: block !important;
  height: auto !important;
}

.swiper-wrapper {
  display: flex !important;
  width: 100% !important;
}

.swiper-slide {
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
}

.news-content-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news-content-hd ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-content-hd li {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-content-hd li.on {
  color: #ff0000;
  font-weight: bold;
}

.news-content-hd .more {
  cursor: pointer;
  color: #666;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.news-list div {
  display: flex;
  align-items: center;
}

.news-list em {
  color: #ff0000;
  margin-right: 10px;
}

.news-list span {
  flex: 1;
  color: #333;
}

.news-list i {
  color: #999;
  margin-left: 10px;
}
.age_tip {
  width: fit-content;
  z-index: 2;
  position: absolute;
  bottom: 1.2rem;
  right: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.age_tip .right {
  height: 0.72rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.1rem;
}
.age_tip img {
  width: 0.58rem;
  height: 0.75rem;
}
.age_tip p {
  font-size: 0.14rem;
  color: #fff;
}
.age_tip p a {
  color: #fff;
  text-decoration: underline;
}
.age_tip .age_text_float {
  display: none;
  width: 5.83rem;
  height: 4.36rem;
  background: url("../image/age_hover_bg.png");
  background-size: 100% 100%;
  font-size: 0.2rem;
  position: absolute;
  z-index: 20;
  bottom: 1.6rem;
  right: 2.6rem;
  cursor: pointer;
  padding: 1rem 0.5rem 0.4rem;
  box-sizing: border-box;
}
.age_tip .age_text_float .inner_age {
  width: 100%;
  height: 96%;
  overflow-y: auto;
}
.age_tip .age_text_float .inner_age::-webkit-scrollbar {
  width: 0.1rem;
  background-color: #f5f5f5;
}
.age_tip .age_text_float .inner_age::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0.2rem;
}
.age_tip .age_text_float .inner_age::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.age_tip .age_text_float p {
  color: #000;
}
.fp-viewing-section1 {
  width: 100%;
  margin: 0 auto !important;
}
/* 应用到fullpage的section */
.fp-section {
  animation-duration: 3s;
  /* 动画持续时间 */
  animation-fill-mode: forwards;
  /* 保持动画结束状态 */
  /* 默认状态下section不可见 */
  opacity: 0;
  animation-delay: 0.2s;
}
.content {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.content .res_float {
  cursor: pointer;
}
.content .section {
  opacity: 0;
}
.content .section {
  width: 100% !important;
  overflow: hidden;
  margin: 0 auto;
}
.content .section .fp-tableCell {
  width: 100%;
  width: calc(100% - 3.18rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3.18rem;
  overflow: hidden;
}
.content .fp-section {
  height: 100% !important;
}
.content .res_btn {
  cursor: pointer;
}
.content .page1 {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.content .page1 .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  background-image: url(/static/picture/bj.webp);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.content .page1 video {
  width: 102%;
  height: calc(100% - 0.84rem);
  position: absolute;
  top: 0;
  left: -0.1rem;
  z-index: 0;
  object-fit: cover;
  object-position: bottom left;
}
.content .page1 .fp-tableCell {
  z-index: 1;
}
.content .page1 .next_box {
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 14%;
  margin: auto;
}
.content .page1 .user_box {
  width: 2.6rem;
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  right: 0.4rem;
  z-index: 3;
}
.content .page1 .user_box span {
  font-size: 0.24rem;
  color: #000;
}
.content .page1 .user_box .quit {
  cursor: pointer;
}
.content .page1 .logo {
  width: 5.22rem;
  height: 2.25rem;
  background: url("../image/logo.png");
  background-size: 100% 100%;
  margin-top: 0.2rem;
}

.content .page1 .slogan .play {
  width: 3.65rem;
  height: 3.52rem;
  position: fixed;
  background: url(../image/video_btn.png);
  background-size: 100% 100%;
  left: 0rem;
  right: 0;
  bottom: 20%;
  margin: auto;
  cursor: pointer;
}
.content .page1 .bottom {
  width: 100%;
  height: 1.39rem;
  background: url('../image/bg_bottom.jpg');
  background-size: 25.6rem 100%;
  background-color: #fff;
  background-position: center;
  bottom: -0.1rem;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.content .page1 .bottom .down_tip {
  width: 7.15rem;
  height: 0.33rem;
  position: absolute;
  top: -1.2rem;
  left: -5.7rem;
  right: 0;
  margin: auto;
}
.content .page1 .bottom .down_tip img {
  width: 100%;
  display: block;
}
.content .page1 .bottom .bottom_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-1rem, -1rem);
}
.content .page1 .bottom .down_code {
  width: 2.03rem;
  height: 1.7rem;
  margin-right: 0.05rem;
}
.content .page1 .bottom .down_code img {
  width: 2.03rem;
  height: 1.7rem;
}
.content .page1 .bottom .row {
  height: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.05rem;
  cursor: pointer;
}
.content .page1 .bottom .row a,
.content .page1 .bottom .row div {
  width: 2.63rem;
  height: 0.79rem;
  background-size: 100% 100%;
}
.content .page1 .bottom .row a.appStore_btn,
.content .page1 .bottom .row div.appStore_btn {
  background-image: url(../image/appStore_btn.png);
}
.content .page1 .bottom .row a.android_btn,
.content .page1 .bottom .row div.android_btn {
  background-image: url(../image/and_btn.png);
}
.content .page1 .bottom .row a.tap_btn,
.content .page1 .bottom .row div.tap_btn {
  background-image: url(../image/tap_btn.png);
}
.content .page1 .bottom .row a.pc_btn,
.content .page1 .bottom .row div.pc_btn {
  background-image: url(../image/pc_btn.png);
}
.content .page1 .bottom .row a.mumu_btn,
.content .page1 .bottom .row div.mumu_btn {
  background-image: url(../image/mumu_btn.png);
}
.content .page1 .bottom .row a.ld_btn,
.content .page1 .bottom .row div.ld_btn {
  background-image: url(../image/ld_btn.png);
}
.content .page1 .bottom .zlvip_btn {
  display: block;
  width: 1.72rem;
  height: 2.06rem;
  background-image: url(../image/zlvip_btn.png);
  background-size: 100% 100%;
  transform: translateY(-0.14rem);
}
.content .page2 {
  background: #fff;
  background-size: cover;
  background-position: center center;
}
.content .page2 .title {
  width: 1.67rem;
  height: 7.06rem;
  background: url(../image/page2_title.png);
  background-size: 100% 100%;
  position: absolute;
  right: 2%;
  top: 1.2rem;
  z-index: 2;
}
.content .page2 .bg_text {
  width: 18.18rem;
  height: 4.2rem;
  background: url(../image/bg_text.png);
  background-size: 100% 100%;
  margin: 1.2rem auto 0;
  position: absolute;
  z-index: 0;
}
.content .page2 .bottom_text {
  width: 4.65rem;
  height: 2.61rem;
  background: url(../image/bg_text1.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.45rem;
  left: 0.82rem;
}
.content .page2 .next_box {
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .page2 .people {
  width: 100%;
  height: 100%;
  background: url('https://media.zlongame.com/media/pictures/cn/lhlr/img/page2/p.png');
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
/* 公测福利相关样式已移除 */
.content .page2 .res_float {
  width: 5.41rem;
  height: 2.98rem;
  background: url(../image/res_float_blue.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.content .page2 .res_float .res_btn {
  width: 2.72rem;
  height: 2.46rem;
  background: url(../image/res_icon.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  animation: resiconAni 1s linear infinite;
}
.content .page2 .res_float .res_btn .text {
  width: 2.36rem;
  height: 2.07rem;
  background: url(../image/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
/* 公测福利板块样式已移除 */

.content .page3 {
  background-color: #fff;
}
.content .page3 .bg {
  width: 200%;
  height: 200%;
  position: absolute;
  font-family: 'SourceHanSansCNBold';
  font-weight: bold;
  color: #f2f2f2;
  top: -80%;
  left: -20%;
}
.content .page3 .bg i {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0.2rem;
  height: 1.8rem !important;
  line-height: 1.8rem !important;
}
.content .page3 .bg .m {
  width: 100%;
  height: 1.8rem !important;
  white-space: nowrap;
  font-size: 0.3rem !important;
  transform: rotate(-29deg);
}
.content .page3 .bg_text1 {
  width: 17.28rem;
  height: 6.28rem;
  background: url(../image/SOUL.png);
  position: absolute;
  background-size: 100% 100%;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-8%);
}
.content .page3 .bg_text2 {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(20%);
  width: 11.91rem;
  height: 4.56rem;
  background: url(../image/DRAGON.png);
  background-size: 100% 100%;
}
.content .page3 .res_float {
  width: 5.41rem;
  height: 2.98rem;
  background: url(../image/res_float.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.content .page3 .res_float .res_btn {
  width: 2.72rem;
  height: 2.46rem;
  background: url(../image/res_icon.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  animation: resiconAni 1s linear infinite;
}
.content .page3 .res_float .res_btn .text {
  width: 2.36rem;
  height: 2.07rem;
  background: url(../image/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
.content .page3 .girl_swiper {
  width: 19rem;
  height: 100%;
  margin: 0 auto;
}
.content .page3 .girl_swiper .swiper-slide {
  transition: all 1s;
  opacity: 0;
  /* 默认状态下透明 */
  transition: opacity 1.5s linear;
  /* 设置渐变效果 */
}
.content .page3 .girl_swiper .swiper-slide-active {
  opacity: 1;
  /* 当滑块为活动状态时完全不透明 */
}
.content .page3 .girl_swiper img {
  width: 100%;
  height: 100%;
  display: block;
}
.content .page3 .girl_swiper .girl_img {
  width: 25.6rem;
  height: 14.4rem;
  transform: translateX(-4rem);
  position: absolute;
}
.content .page3 .girl_swiper canvas {
  width: 25.6rem;
  height: 14.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-60%, -50%);
}
.content .page3 .girl_swiper .name {
  width: auto;
  height: 2.98rem;
  left: 3rem;
  position: absolute;
  left: 0;
  bottom: 3rem;
  z-index: 12;
  margin-bottom: 0.5rem;
  transform-origin: center;
}
.content .page3 .girl_swiper .name img {
  width: auto;
  height: 2.98rem;
}
.content .page3 .girl_swiper .cv {
  width: auto;
  height: 1.06rem;
  position: absolute;
  right: 3.3rem;
  bottom: 0.48rem;
  cursor: pointer;
  z-index: 12;
}
.content .page3 .girl_swiper .cv .cv1 {
  width: 40%;
  height: 100%;
  float: left;
}
.content .page3 .girl_swiper .cv .cv2 {
  width: 60%;
  height: 100%;
  float: left;
}
.content .page3 .girl_swiper .girl1 .cv {
  width: 4.15rem;
  height: 1.06rem;
  background: url(../image/g1_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl2 .cv {
  width: 5.61rem;
  height: 1.06rem;
  background: url(../image/g2_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl3 .cv {
  width: 5.61rem;
  height: 1.06rem;
  background: url(../image/g3_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl4 .cv {
  width: 5.61rem;
  height: 1.06rem;
  background: url(../image/g4_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl5 .cv {
  width: 4.87rem;
  height: 1.06rem;
  background: url(../image/g5_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl6 .cv {
  width: 5.6rem;
  height: 1.06rem;
  background: url(../image/g6_cv.png);
  background-size: 100% 100%;
}
.content .page3 .swiper-thumb {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: flex;
  width: auto;
  height: 1rem;
  z-index: 2;
  padding: 0 0.2rem;
}
.content .page3 .nav_swiper {
  width: 5.6rem;
  height: 0.86rem;
  overflow: hidden;
}
.content .page3 .nav_swiper .swiper-slide {
  width: 1.4rem !important;
  height: 0.86rem !important;
  filter: brightness(0.6);
  cursor: pointer;
}
.content .page3 .nav_swiper .swiper-slide img {
  display: block;
  width: 1rem;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.content .page3 .swiper-thumb .swiper-slide-thumb-active {
  filter: brightness(1);
}
.content .page3 .nav_prev,
.content .page3 .nav_next {
  width: 0.8rem;
  height: 0.33rem;
  background: url(../image/arrow.png);
  background-size: 0.25rem 0.33rem;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
.content .page3 .nav_prev.swiper-button-disabled,
.content .page3 .nav_next.swiper-button-disabled {
  opacity: 0.5;
}
.content .page3 .nav_prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content .page3 .nav_next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.content .page3 .title {
  width: 2.34rem;
  height: 8.03rem;
  background: url("../image/title.png");
  background-size: 100% 100%;
  position: absolute;
  right: 2%;
  top: 1.2rem;
  z-index: 2;
}
.content .page3 .bottom_text {
  width: 3.63rem;
  height: 0.94rem;
  background: url(../image/bottom_text.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.45rem;
  left: 0.82rem;
}
.content .page3 .next_box {
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .page3 .con_box {
  width: auto;
  display: flex;
  z-index: 3;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.content .page3 .icon_1 {
  width: 6.4rem;
  height: 4.14rem;
  background: url('../image/icon_1.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: -3.2rem;
  z-index: 2;
}
.content .page4 {
  background-color: #fff;
}
.content .page4 .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content .page4 .next_box {
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .page4 .title_box .title {
  transform: translateX(-0.9rem);
  width: 15.9rem;
  height: 1.55rem;
  background: url(../image/title1.png);
  background-size: 100% 100%;
}
.content .page4 .bottom_text {
  width: 4.08rem;
  height: 3.22rem;
  background: url(../image/bottom_text1.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.7rem;
  left: 1.2rem;
}
.content .page4 .res_float {
  width: 5.41rem;
  height: 2.98rem;
  background: url(../image/res_float_blue.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.content .page4 .res_float .res_btn {
  width: 2.72rem;
  height: 2.46rem;
  background: url(../image/res_icon.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  animation: resiconAni 1s linear infinite;
}
.content .page4 .res_float .res_btn .text {
  width: 2.36rem;
  height: 2.07rem;
  background: url(../image/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
.content .page4 .swiper-feature {
  width: 100%;
  height: 8.6rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}
.content .page4 .swiper-feature .bg_text1 {
  width: 18.28rem;
  height: 6.46rem;
  background: url(../image/bg_blue.png);
  position: absolute;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.content .page4 .swiper-feature .bg_text2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14.33rem;
  height: 6.47rem;
  background: url(../image/bg_black.png);
  background-size: 100% 100%;
}
.content .page4 .swiper-feature .feature_swiper {
  width: 9.87rem;
  height: 4.84rem;
  margin: 3% auto 0;
  position: relative;
  user-select: none;
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide {
  width: 9.87rem !important;
  height: 4.85rem;
  filter: brightness(0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide.swiper-slide-active {
  filter: brightness(1);
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide img {
  width: 8.62rem;
  display: block;
}
.content .page4 .swiper-feature .feature_swiper .swiper-button-prev {
  width: 0.54rem;
  height: 4.85rem;
  background: url(../image/swipe_next.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(-4.9rem) rotate(180deg);
}
.content .page4 .swiper-feature .feature_swiper .swiper-button-prev::after {
  content: '';
}
.content .page4 .swiper-feature .feature_swiper .swiper-button-next {
  width: 0.54rem;
  height: 4.85rem;
  background: url(../image/swipe_next.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(4.9rem);
}
.content .page4 .swiper-feature .feature_swiper .swiper-button-next::after {
  content: '';
}
.content .page4 .swiper-feature .swiper-pagination {
  bottom: -1rem;
}
.content .page4 .swiper-feature .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #2875ff;
  border: 0.04rem solid #fff;
  border-radius: 0;
  filter: none;
  opacity: 1;
  margin: 0 0.1rem;
}
.content .page4 .swiper-feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.2);
  background-color: #fdf056;
}
.content .page5 {
  background-color: #fff;
}
.content .page5 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 19.5rem;
}
.content .page5 .inner .title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .page5 .inner .title_box .title {
  width: 5.94rem;
  height: 1.51rem;
  background: url(../image/title2.png);
  background-size: 100% 100%;
  left: 6%;
  top: 2.6rem;
  z-index: 2;
}
.content .page5 .inner .title_box .title_r {
  width: 2.88rem;
  height: 1.51rem;
  background: url(../image/title_r.png);
  background-size: 100% 100%;
  right: 4%;
  top: 2.6rem;
  z-index: 2;
}
.content .page5 .inner .btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 21;
}
.content .page5 .inner .btns .more {
  width: 3.21rem;
  height: 1.08rem;
  background: url(../image/more.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.content .page5 .inner .btns .more:hover {
  background-image: url(../image/more_b.png);
}
.content .page5 .inner .btns .swiper_control {
  width: 4rem;
  position: relative;
  height: 1.08rem;
  transform: translateX(-2rem);
}
.content .page5 .inner .btns .swiper_control .swiper-pagination {
  width: 2.1rem;
  height: 0.06rem;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.content .page5 .inner .btns .swiper_control .swiper-button-next,
.content .page5 .inner .btns .swiper_control .swiper-button-prev {
  height: 100%;
  left: auto;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.content .page5 .inner .btns .swiper_control .swiper-button-next::after,
.content .page5 .inner .btns .swiper_control .swiper-button-prev::after {
  font-size: 0.3rem;
}
.content .page5 .inner .btns .swiper_control .swiper-button-prev {
  right: auto;
  left: 0;
}
.content .page5 .inner .bottom_text {
  width: 14.14rem;
  height: 3.01rem;
  background: url(../image/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .page5 .inner .res_float {
  width: 5.41rem;
  height: 2.98rem;
  background: url(../image/res_float.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.content .page5 .inner .res_float .res_btn {
  width: 2.72rem;
  height: 2.46rem;
  background: url(../image/res_icon.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  animation: resiconAni 1s linear infinite;
}
.content .page5 .inner .res_float .res_btn .text {
  width: 2.36rem;
  height: 2.07rem;
  background: url(../image/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
.content .page5 .inner .line {
  width: 100%;
  height: 0.04rem;
  background-color: #000;
  position: absolute;
  top: 55%;
  left: 0;
  margin: auto;
}
.content .page5 .inner .swiper-news {
  width: 100%;
  height: 6rem;
  top: 0;
  bottom: 0;
  left: 6%;
}
.content .page5 .inner .swiper-news .news_swiper {
  height: 100%;
  padding-right: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide {
  width: 4.92rem !important;
  height: auto;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide a {
  text-decoration: none;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide .info {
  width: 100%;
  box-sizing: border-box;
  height: 1.7rem;
  border: 0.08rem solid #dddddd;
  border-top: 0;
  font-size: 0.22rem;
  color: #000;
  line-height: 0.3rem;
  letter-spacing: 0.04rem;
  position: relative;
  background-color: #fff;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide .info .n_title {
  padding: 0.2rem;
  max-height: 42%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .page5 .inner .swiper-news .news_swiper .swiper-slide .info .n_time {
  width: 2.06rem;
  height: 0.53rem;
  background: url(../image/time_bg.png);
  background-size: 100% 100%;
  position: absolute;
  right: -0.06rem;
  bottom: -0.06rem;
  line-height: 0.53rem;
  text-align: center;
  color: #fff;
}
.content .page5 .inner .swiper-news .swiper-pagination {
  width: 10%;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 1rem;
  left: auto;
}
.content .page5 .inner .swiper-news .swiper-button-next,
.content .page5 .inner .swiper-news .swiper-button-prev {
  left: auto;
  bottom: 0;
  top: auto;
  bottom: -0.1rem;
  margin: auto;
  right: 0.2rem;
}
.content .page5 .inner .swiper-news .swiper-button-next::after,
.content .page5 .inner .swiper-news .swiper-button-prev::after {
  font-size: 0.22rem;
  position: absolute;
  bottom: 0;
}
.content .page5 .inner .swiper-news .swiper-button-prev {
  left: auto;
  bottom: 0;
  top: auto;
  bottom: -0.1rem;
  margin: auto;
  right: 3.6rem;
}
.content .page5 .inner .news_text {
  width: 14.14rem;
  height: 3.07rem;
  background: url(../image/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.content .page5 .inner_list .news_text {
  width: 14.14rem;
  height: 3.07rem;
  background: url(../image/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content .page5 .inner_list .list {
  width: 70%;
  position: absolute;
  top: 2.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page5 .inner_list .list .back_btn {
  width: 1.44rem;
  height: 0.51rem;
  background: url(../image/back_btn.png);
  background-size: 100% 100%;
  position: absolute;
  top: -1rem;
  
  cursor: pointer;
}
.content .page5 .inner_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  height: 8.4rem;
  overflow-y: scroll;
  padding-right: 0.3rem;
}
.content .page5 .inner_list ul::-webkit-scrollbar {
  width: 0.1rem;
  background-color: #f5f5f5;
}
.content .page5 .inner_list ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0.2rem;
}
.content .page5 .inner_list ul::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.content .page5 .inner_list ul li {
  width: 45%;
  height: 2.37rem;
  background: url(../image/list_bg.jpg.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0;
  box-sizing: border-box;
  padding: 0.3rem;
  cursor: pointer;
  font-size: 0.24rem;
}
.content .page5 .inner_list ul li .cms_item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
}
.content .page5 .inner_list ul li .img_box {
  width: 2.5rem;
  height: 1.75rem;
  overflow: hidden;
}
.content .page5 .inner_list ul li .img_box img {
  display: block;
  width: 2.5rem;
  height: 1.75rem;
  margin-right: 0.3rem;
}
.content .page5 .inner_list ul li .img_box img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.content .page5 .inner_list ul li .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 53%;
}
.content .page5 .inner_list ul li .item .n_time {
  width: fit-content;
  padding: 0 0.1rem;
  background-color: #fdf056;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.content .page5 .inner_list ul li .item .n_title {
  max-height: 57%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .page5 .inner_list .bottom_text {
  width: 2.78rem;
  height: 0.77rem;
  background: url(../image/text.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0.6rem;
  bottom: 0.7rem;
}
.content .page5 .inner_detail {
  display: none;
  height: 100%;
  width: 19.5rem;
}
.content .page5 .inner_detail .news_text {
  width: 14.14rem;
  height: 3.07rem;
  background: url(../image/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content .page5 .inner_detail .content {
  width: 70%;
  position: absolute;
  top: 2.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page5 .inner_detail .content iframe {
  width: 100%;
  height: 70%;
}
.content .page5 .inner_detail .content .back_btn {
  width: 1.44rem;
  height: 0.51rem;
  background: url(../image/back_btn.png);
  background-size: 100% 100%;
  position: absolute;
  top: -1rem;
}

/* 新闻公告板块样式 */
.content .page5 .news-content-box {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.content .page5 .news-content-box .news-content-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0 0.2rem;
}

.content .page5 .news-content-box .news-content-hd ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content .page5 .news-content-box .news-content-hd ul li {
  position: relative;
  margin-right: 1.2rem;
  cursor: pointer;
  font-size: 0.32rem;
  color: #666;
  transition: all 0.3s ease;
  font-family: 'SourceHanSansCNMedium', sans-serif;
}

.content .page5 .news-content-box .news-content-hd ul li.on {
  color: #ff3c6c;
  font-weight: bold;
}

.content .page5 .news-content-box .news-content-hd ul li i {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #ff3c6c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.content .page5 .news-content-box .news-content-hd ul li.on i {
  opacity: 1;
}

.content .page5 .news-content-box .news-content-hd .more {
  font-size: 0.24rem;
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.content .page5 .news-content-box .news-content-hd .more:hover {
  color: #ff3c6c;
}

.content .page5 .news-content-box .news-content-hd .more i {
  margin-left: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url('../image/arrow.png') no-repeat center;
  background-size: contain;
}

.content .page5 .news-content-box #newsContent {
  width: 100%;
  height: 5.2rem;
  position: relative;
  overflow: hidden;
}

.content .page5 .news-content-box #newsContent .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.content .page5 .news-content-box #newsContent .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.content .page5 .news-content-box .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.content .page5 .news-content-box .news-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
  transition: transform 0.2s ease;
}

.content .page5 .news-content-box .news-list li:hover {
  transform: translateX(0.1rem);
}

.content .page5 .news-content-box .news-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.28rem;
  transition: color 0.3s ease;
}

.content .page5 .news-content-box .news-list li a:hover {
  color: #ff3c6c;
}

.content .page5 .news-content-box .news-list li a em {
  color: #ff3c6c;
  margin-right: 0.2rem;
  font-style: normal;
  font-size: 0.24rem;
}

.content .page5 .news-content-box .news-list li a span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .page5 .news-content-box .news-list li a i {
  color: #999;
  margin-left: 0.3rem;
  font-style: normal;
  font-size: 0.24rem;
}

.new-font {
  font-family: 'SourceHanSansCNMedium', sans-serif;
}

.lazy_img {
  /* 懒加载图片的基本样式 */
  background-color: #f5f5f5;
  transition: opacity 0.3s ease;
}

/* 响应式调整 */
@media (max-width: 1400px) {
  .content .page5 .news-content-box .news-content-hd ul li {
    font-size: 0.28rem;
    margin-right: 1rem;
  }
  
  .content .page5 .news-content-box .news-list li a {
    font-size: 0.26rem;
  }
}
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.nav_box {
  width: 4rem;
  height: 0.42rem;
  position: absolute;
  top: 0.34rem;
  right: 2%;
  z-index: 10;
}
.nav_box i {
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
  transition: all 0.3s;
}
.nav_box i a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 0.28rem;
  color: #fff;
  align-items: center;
}
.nav_box .links {
  width: 5.5rem;
  height: 0.6rem;
  background-color: #000;
  border-radius: 0.29rem;
  position: absolute;
  right: 0.8rem;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0rem 0.1rem;
  box-sizing: border-box;
}
.nav_box .music_btn {
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  top: 0.06rem;
  right: 0;
  cursor: pointer;
  animation: bgmRotate 3s linear infinite;
}
.nav_box .music_on {
  background: url("../image/bgm.png");
  background-size: 100% 100%;
  animation: bgmRotate 3s linear infinite;
}
.nav_box .music_off {
  background: url("../image/bgm_off.png");
  background-size: 100% 100%;
  animation-name: none;
}
.nav_box .wx_box .wx {
  background-image: url("../image/wx.png");
  background-color: #000;
  background-size: 100% 100%;
  border-radius: 0.1rem;
}
.nav_box .wx_box .wx:hover {
  background-image: url(../image/wx_b.png);
}
.nav_box .wx_box .gzh_float {
  width: 2.06rem;
  position: absolute;
  left: -0.58rem;
  top: 0.6rem;
  display: none;
}
.nav_box .wx_box:hover .gzh_float {
  display: block;
}
.nav_box .qw_box .wx_qy {
  background-image: url("../image/qw.png");
  background-color: #000;
  background-size: 100% 100%;
  border-radius: 0.1rem;
}
.nav_box .qw_box .wx_qy:hover {
  background-image: url(../image/qw_b.png);
}
.nav_box .qw_box .qw_float {
  width: 2.06rem;
  position: absolute;
  left: 0.02rem;
  top: 0.6rem;
  display: none;
}
.nav_box .qw_box:hover .qw_float {
  display: block;
}
.nav_box .titok {
  background: url("../image/dy.png");
  background-size: 100% 100%;
}
.nav_box .titok:hover {
  background-image: url(../image/dy_b.png);
}
.nav_box .qq {
  background: url("../image/qq.png");
  background-size: 100% 100%;
}
.nav_box .qq:hover {
  background-image: url(../image/qq_b.png);
}
.nav_box .tap {
  background: url("../image/tab.png");
  background-size: 100% 100%;
}
.nav_box .tap:hover {
  background-image: url(../image/tab_b.png);
}
.nav_box .bili {
  background: url("../image/bili.png");
  background-size: 100% 100%;
}
.nav_box .bili:hover {
  background-image: url(../image/bili_b.png);
}
.nav_box .wb {
  background: url("../image/wb.png");
  background-size: 100% 100%;
}
.nav_box .wb:hover {
  background-image: url(../image/wb_b.png);
}
.nav_box .kefu {
  background: url("../image/kefu.png");
  background-size: 100% 100%;
}
.nav_box .kefu:hover {
  background-image: url("../image/kefu_b.png");
}
.nav_box .haoyou {
  background: url("../image/haoyou.png");
  background-size: 100% 100%;
}
.nav_box .haoyou:hover {
  background-image: url("../image/haoyou_b.png");
}
.trans_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.trans_cover .tiao {
  width: 70.36rem;
  height: 40rem;
}
.trans_cover .t1 {
  display: block;
}
.trans_cover .t2 {
  display: none;
}
.trans_cover.h .t1 {
  display: none;
}
.trans_cover.h .t2 {
  display: block;
}
.slide {
  width: 3.18rem;
  height: 110%;
  background-image: url('../image/nav_bg.jpg');
  background-color: #000;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  z-index: 8;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.slide .nav_menu {
  width: 3.18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-0.06rem);
}
.slide .nav_menu i {
  width: 2.17rem;
  height: 0.78rem;
  margin: 0.3rem 0;
  background-repeat: no-repeat;
  background-size: auto 0.67rem;
  background-position: right;
}
.slide .nav_menu i.active a {
  background-image: url(../image/nav_active.png);
}
.slide .nav_menu i a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.28rem;
  background-size: 1.65rem 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  margin: -0.1rem 0 0 0.3rem;
}
.slide .nav_menu i a .part {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.slide .nav_menu i a .part .line {
  width: 0.62rem;
  height: 0.02rem;
  background-color: #fff;
  margin: 0.06rem 0;
}
.slide .nav_menu i a .dot {
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border-radius: 100%;
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.slide .nav_menu .slide_1 {
  background-image: url("../image/nav1.png");
}
.slide .nav_menu .slide_1:hover {
  background: url("../image/nav1_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.slide .nav_menu .slide_2 {
  background-image: url("../image/nav2.png");
}
.slide .nav_menu .slide_2:hover {
  background: url("../image/nav2_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.slide .nav_menu .slide_3 {
  background-image: url("../image/nav3.png");
}
.slide .nav_menu .slide_3:hover {
  background: url("../image/nav3_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_4 {
  background-image: url("../image/nav4.png");
}
.slide .nav_menu .slide_4:hover {
  background: url("../image/nav4_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_5 {
  background-image: url("../image/nav5.png");
}
.slide .nav_menu .slide_5:hover {
  background: url("../image/nav5_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_6 {
  position: relative;
  background-image: url("../image/nav6.png");
}
.slide .nav_menu .slide_6:hover {
  background: url("../image/nav6_a.png");
  background-size: auto 0.67rem;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_1_on {
  background: url("../image/nav1_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_2_on {
  background: url("../image/nav2_a1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_2_on {
  background: url("../image/nav2_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_3_on {
  background: url("../image/nav3_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_4_on {
  background: url("../image/nav4_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_5_on {
  background: url("../image/nav5_a.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.slide .nav_menu .slide_6_on {
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/img/cbt/nav6_a.png");
  background-size: auto 0.67rem;
  background-repeat: no-repeat;
  background-position: right;
}

.slide .logo {
  width: 2.45rem;
  height: 0.99rem;
  background: url(../image/logo1.png);
  background-size: 100% 100%;
  margin: 0.5rem auto;
}
.slide .fl_box {
  position: fixed;
  bottom: 0;
  cursor: pointer;
  animation: breathAnimation 0.8s ease-in-out infinite;
}
.slide .fl_box img {
  width: 2.77rem;
  height: 2.43rem;
}
@keyframes breathAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.pop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.pop .close {
  z-index: 8;
  cursor: pointer;
}
.pop .pop_reg {
  width: 7.17rem;
  height: 6.58rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(1.3rem);
}
.pop .pop_reg .box_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 6.89rem;
  height: 5.49rem;
  background: url("../image/book_pop.png");
  background-size: 100% 100%;
  display: none;
}
.pop .pop_reg .box_1 .close {
  width: 0.73rem;
  height: 0.73rem;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  background: url(../image/close3.png);
  background-size: 100% 100%;
}
.pop .pop_reg .box_1 .platform {
  display: flex;
  margin-top: 0.6rem;
  width: 4.9rem;
  justify-content: space-around;
  transform: translateX(-0.2rem);
}
.pop .pop_reg .box_1 .platform .tab_2,
.pop .pop_reg .box_1 .platform .tab_1,
.pop .pop_reg .box_1 .platform .tab_3 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pop .pop_reg .box_1 .platform .tab_2 .icon,
.pop .pop_reg .box_1 .platform .tab_1 .icon,
.pop .pop_reg .box_1 .platform .tab_3 .icon {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.2rem;
}
.pop .pop_reg .box_1 .platform .tab_2 .icon.un,
.pop .pop_reg .box_1 .platform .tab_1 .icon.un,
.pop .pop_reg .box_1 .platform .tab_3 .icon.un {
  background: url("../image/radio.png");
  background-size: 100% 100%;
}
.pop .pop_reg .box_1 .platform .tab_2 .icon.on,
.pop .pop_reg .box_1 .platform .tab_1 .icon.on,
.pop .pop_reg .box_1 .platform .tab_3 .icon.on {
  background: url("../image/radio_check.png");
  background-size: 100% 100%;
}
.pop .pop_reg .box_1 .platform .tab_2 span,
.pop .pop_reg .box_1 .platform .tab_1 span,
.pop .pop_reg .box_1 .platform .tab_3 span {
  font-family: SourceHanSerifCNBold;
  font-weight: bold;
  font-size: 0.22rem;
  color: #2E2925;
}
.pop .pop_reg .box_1 .input_1,
.pop .pop_reg .box_1 .code_box {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.36rem;
}
.pop .pop_reg .box_1 .input_1 input::placeholder,
.pop .pop_reg .box_1 .code_box input::placeholder {
  font-size: 0.22rem;
  /* 设置placeholder的字体大小 */
}
.pop .pop_reg .box_1 .input_1 input,
.pop .pop_reg .box_1 .code_box input {
  font-size: 0.3rem;
}
.pop .pop_reg .box_1 .input_1 span,
.pop .pop_reg .box_1 .code_box span,
.pop .pop_reg .box_1 .input_1 label,
.pop .pop_reg .box_1 .code_box label {
  font-weight: bold;
  font-size: 0.22rem;
  color: #2E2925;
  font-family: SourceHanSerifCNBold;
  font-size: 0.3rem;
}
.pop .pop_reg .box_1 .input_1 .send_btn,
.pop .pop_reg .box_1 .code_box .send_btn {
  width: 2rem;
  height: 0.6rem;
  background-color: #000;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSerifCNHeavy;
  font-weight: 800;
  font-size: 0.22rem;
  color: #fff;
  cursor: pointer;
}
.pop .pop_reg .box_1 .input_1 label,
.pop .pop_reg .box_1 .code_box label {
  position: absolute;
  left: -0.88rem;
}
.pop .pop_reg .box_1 .input_1 input,
.pop .pop_reg .box_1 .code_box input {
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.pop .pop_reg .box_1 .input_1 {
  border: 1px solid #a0a0a0;
  background: #fff;
  margin-top: 1rem;
}
.pop .pop_reg .box_1 .input_1 input {
  width: 4.9rem;
  height: 0.6rem;
  background: transparent;
  outline: none;
  border: none;
}
.pop .pop_reg .box_1 .code_box {
  width: 4.9rem;
  justify-content: space-between;
  margin-top: 0.24rem;
  border: 1px solid #a0a0a0;
  background: #fff;
}
.pop .pop_reg .box_1 .code_box input {
  width: 2.65rem;
  height: 0.58rem;
  background-color: transparent;
  outline: none;
  border: none;
}
.pop .pop_reg .box_1 .tip_text {
  font-size: 0.16rem;
  color: red;
  position: absolute;
  bottom: 2.4rem;
  display: none;
}
.pop .pop_reg .box_1 .agree_box {
  display: flex;
  align-items: center;
  font-family: SourceHanSerifCNBold;
  font-weight: bold;
  font-size: 0.2rem;
  color: #6b6b6b;
  margin-top: 0.27rem;
  margin-bottom: 0.25rem;
}
.pop .pop_reg .box_1 .agree_box .un {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../image/radio.png");
  background-size: 100% 100%;
  margin-right: 0.09rem;
  cursor: pointer;
}
.pop .pop_reg .box_1 .agree_box .on {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../image/radio_check.png");
  background-size: 100% 100%;
  margin-right: 0.09rem;
  cursor: pointer;
}
.pop .pop_reg .box_1 .agree_box a {
  color: #000;
  font-weight: bold;
  font-size: 0.18rem;
  text-decoration: none;
}
.pop .pop_reg .box_1 .go_gzh {
  position: absolute;
  bottom: 0.2rem;
  width: 3rem;
  height: 0.6rem;
  left: 2rem;
  cursor: pointer;
}
.pop .pop_reg .box_1 .agree-ani {
  animation: agreeAni 200ms infinite linear;
}
@keyframes agreeAni {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0.2rem);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-0.2rem);
  }
  100% {
    transform: translateX(0);
  }
}
.pop .pop_reg .box_1 .ok_btn {
  width: 3.17rem;
  height: 0.89rem;
  line-height: 0.89rem;
  font-size: 0.32rem;
  text-align: center;
  background-color: #fffd2b;
  background-size: 100% 100%;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
.pop .box_gzh {
  width: 7.17rem;
  height: 6.58rem;
  background: url(../image/book_pop2.png);
  background-size: 100% 100%;
  position: relative;
  transform: translate(0.15rem, -0.53rem);
}
.pop .box_gzh .go_phone {
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 0.8rem;
  left: 2rem;
  cursor: pointer;
}
.pop .box_gzh .close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 1rem;
}
.pop .pop_video {
  width: 10rem;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pop .pop_video .close {
  width: 1.37rem;
  height: 1.37rem;
  background: url(../image/close2.png);
  background-size: 100% 100%;
  position: absolute;
  top: -1.1rem;
  right: -1.1rem;
}
.pop .pop_video video,
.pop .pop_video iframe {
  width: 10rem;
  height: 6rem;
  object-fit: cover;
}
.pop .pop_success {
  width: 7.17rem;
  height: 4.29rem;
  background: url(../image/success_pop.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(1.3rem);
}
.pop .pop_success .links {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 2.8rem;
  margin-left: 0.48rem;
}
.pop .pop_success .links i {
  display: block;
  width: 0.5rem;
  height: 0.6rem;
  cursor: pointer;
}
.pop .pop_success .links i a {
  display: block;
  width: 100%;
  height: 100%;
}
.pop .pop_success .links i.titok {
  width: 0.39rem;
  height: 0.43rem;
  background: url(../image/douyin.png);
  background-size: 100% 100%;
  bottom: 0.8rem;
  left: 0.46rem;
}
.pop .pop_success .links i.tap {
  width: 0.4rem;
  height: 0.41rem;
  background: url(../image/tap.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 1.1rem;
}
.pop .pop_success .links i.bili {
  width: 0.39rem;
  height: 0.37rem;
  background: url(../image/bilibili.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 1.76rem;
}
.pop .pop_success .links i.wx_box {
  display: block;
  width: 0.5rem;
  height: 0.42rem;
  background: url(../image/wechat.png);
  background-size: 100% 100%;
}
.pop .pop_success .links i.qq {
  width: 0.37rem;
  height: 0.43rem;
  background: url(../image/qq1.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 3.2rem;
}
.pop .pop_success .links i.wb {
  width: 0.51rem;
  height: 0.41rem;
  background: url(../image/weibo.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 3.9rem;
}
.pop .pop_success .links i.kefu {
  width: 0.46rem;
  height: 0.4rem;
  background: url(../image/kefu1.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 4.6rem;
  transform: scale(1.1);
}
.pop .pop_success .links i.haoyou {
  width: 0.36rem;
  height: 0.41rem;
  background: url(../image/haoyou1.png);
  background-size: 100% 100%;
  display: block;
  bottom: 0.8rem;
  left: 5.3rem;
  transform: scale(1.1);
}
.pop .pop_success .links i.qw_box {
  width: 0.5rem;
  height: 0.42rem;
  background: url(../image/qiwei.png);
  background-size: 100% 100%;
  display: block;
}
.pop .pop_success .links .gzh_float {
  position: absolute;
  width: 2rem;
  left: -0.1rem;
  top: 3.6rem;
  display: none;
}
.pop .pop_success .links .qw_float {
  position: absolute;
  width: 2rem;
  left: 0.6rem;
  top: 3.6rem;
  display: none;
}
.pop .pop_success .close {
  width: 0.8rem;
  height: 0.8rem;
  right: 0;
  top: 0;
  position: absolute;
}
.pop .pop_lb {
  height: 95%;
  padding-left: 3rem;
  position: relative;
}
.pop .pop_lb img {
  height: 100%;
}
.pop .pop_lb .close {
  width: 0.73rem;
  height: 0.73rem;
  background: url(../image/close3.png);
  background-size: 100% 100%;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
}
.pop .pop_download {
  position: relative;
}
.pop .pop_download .close {
  width: 0.73rem;
  height: 0.73rem;
  background: url(../image/close3.png);
  background-size: 100% 100%;
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
}
.next_box {
  width: 0.3rem;
  height: 0.64rem;
  position: absolute;
}
.next_box i {
  display: block;
  width: 0.3rem;
  height: 0.22rem;
  background-size: 100% 100%;
  transition: all 0.8s;
}
.next_box .default {
  background-image: url(../image/d_arrow2.png);
}
.next_box .light {
  background-image: url(../image/d_arrow1.png);
}
.footer_box {
  position: absolute;
  top: 0;
  left: 3.18rem;
  z-index: 200;
  width: calc(100% - 3.18rem);
  height: 100%;
  background-image: url(../image/footer_bg.png);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.footer_box .footer_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_box .cake {
  width: 8.09rem;
  height: 0.32rem;
  display: block;
  margin: 0.2rem auto;
}
.footer_box .close {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../image/close.png);
  background-size: 100% 100%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.footer_box .res_btn {
  width: 2.72rem;
  height: 2.46rem;
  background: url(../image/res_icon.png);
  background-size: 100% 100%;
  animation: resiconAni 1s linear infinite;
  cursor: pointer;
}
.footer_box .res_btn .text {
  width: 2.36rem;
  height: 2.07rem;
  background: url(../image/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
.footer_box .links_big {
  width: 64%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.4rem auto;
}
.footer_box .links_big a,
.footer_box .links_big div {
  display: block;
  width: 1.19rem;
  height: 1.19rem;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_box .links_big .wx {
  background-image: url(../image/wx1.png);
  position: relative;
}
.footer_box .links_big .wx:hover {
  background-image: url(../image/wx_b1.png);
}
.footer_box .links_big .wx .wx_code {
  position: absolute;
  bottom: -3rem;
  left: -0.4rem;
  width: 2.06rem;
  height: 2.61rem;
  display: none;
}
.footer_box .links_big .wx .wx_code img {
  width: 2.06rem;
  height: 2.61rem;
}
.footer_box .links_big .wx_qy {
  background-image: url(../image/qw1.png);
  position: relative;
}
.footer_box .links_big .wx_qy:hover {
  background-image: url(../image/qw_b1.png);
}
.footer_box .links_big .wx_qy .qw_code {
  position: absolute;
  bottom: -3rem;
  left: -0.5rem;
  width: 2.06rem;
  height: 2.61rem;
  display: none;
}
.footer_box .links_big .wx_qy .qw_code img {
  width: 2.06rem;
  height: 2.61rem;
}
.footer_box .links_big .dy {
  background-image: url(../image/dy1.png);
}
.footer_box .links_big .dy:hover {
  background-image: url(../image/dy_b1.png);
}
.footer_box .links_big .tap {
  background-image: url(../image/tap1.png);
}
.footer_box .links_big .tap:hover {
  background-image: url(../image/tap_b.png);
}
.footer_box .links_big .bili {
  background-image: url(../image/bili1.png);
}
.footer_box .links_big .bili:hover {
  background-image: url(../image/bili_b1.png);
}
.footer_box .links_big .qq {
  background-image: url(../image/qq2.png);
}
.footer_box .links_big .qq:hover {
  background-image: url(../image/qq_b1.png);
}
.footer_box .links_big .wb {
  background-image: url(../image/wb1.png);
}
.footer_box .links_big .wb:hover {
  background-image: url(../image/wb_b1.png);
}
.footer_box .links_big .kefu {
  background-image: url(../image/kefu2.png);
}
.footer_box .links_big .kefu:hover {
  background-image: url(../image/kefu_b1.png);
}
.footer_box .links_big .haoyou {
  background-image: url(../image/haoyou2.png);
}
.footer_box .links_big .haoyou:hover {
  background-image: url(../image/haoyou_b1.png);
}
.footer_box .foot_text {
  position: absolute;
  bottom: 0.4rem;
}
.footer_box .foot_text a:link,
.footer_box .foot_text a:visited,
.footer_box .foot_text a:hover {
  color: #6a6a6a;
  text-decoration: none;
}
.footer_box .foot_text .logo_zl {
  width: 2.4rem;
  margin: 0 auto;
}
.footer_box .foot_text .logo_zl img {
  width: 2.39rem;
  display: block;
}
.footer_box .foot_text p {
  text-align: center;
  font-size: 0.2rem;
  color: #6a6a6a;
}
.footer_box .foot_text p span {
  padding: 0 0.1rem;
  display: inline-block;
}
