* {
  margin: 0;
  padding: 0;
}
i {
  display: block;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/font/SourceHanSerifCN-Regular.otf') format("opentype");
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard syntax */
  background-color: #fff;
  font-family: 'SourceHanSerifCN-Regular';
}
.age_tip {
  width: 3.6rem;
  z-index: 2;
  position: absolute;
  top: 9.4rem;
  left: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.age_tip .right {
  height: 0.74rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
}
.nav_box {
  width: 7.5rem;
  box-sizing: border-box;
  height: 1.24rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/top_nav_bg.png);
  background-color: #000;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  padding-left: 1.54rem;
  justify-content: space-between;
}
.nav_box .logo {
  width: 2.07rem;
  height: 0.84rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/logo.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
}
.nav_box .down_btn {
  width: 1.9rem;
  height: 0.53rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/top_down.png);
  background-size: 100% 100%;
  position: absolute;
  right: 1.9rem;
}
.nav_box .menu {
  width: 0.43rem;
  height: 0.34rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/menu_icon.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.36rem;
}
.nav_box .menu.close {
  width: 0.33rem;
  height: 0.33rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav_close.png);
}
.nav_box .bgm {
  width: 0.45rem;
  height: 0.45rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/bgm_on.png");
  background-size: 100% 100%;
  position: absolute;
  right: 1.1rem;
}
.nav_box .bgm.off {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/bgm_off.png);
}
.nav_box .user_box {
  width: 2.6rem;
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  right: 0rem;
  z-index: 3;
}
.nav_box .user_box span {
  font-size: 0.24rem;
  color: #000;
}
.nav_box .user_box .quit {
  cursor: pointer;
}
#loadCanvas {
  width: 100%;
  height: 16.24rem;
  position: fixed;
  top: -1rem;
  left: 0;
  margin: auto;
}
.content {
  width: 7.5rem !important;
  height: 100% !important;
}
.content .section {
  width: 7.5rem !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.content .section .fp-tableCell {
  flex-shrink: 0;
  width: 7.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 1.24rem 0 0;
  justify-content: center;
  transition-property: 'opacity' !important;
}
.content .page1 .fp-tableCell {
  height: calc(100% - 1.24rem) !important;
  z-index: 2;
}
.content .page1 .bg {
  width: 100%;
  min-height: 13rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/img/1128/mbg.jpg);
  background-size: 100% auto;
  background-position: left -0.2rem;
  position: absolute;
  top: 0;
}
.content .page1 .slogan {
  width: 5.15rem;
  height: 3.87rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/img/1128/mslogan.png);
  background-size: 100% 100%;
  position: absolute;
  top: 5.8rem;
  left: 0;
  margin: auto;
  transform-origin: left;
}
.content .page1 .slogan .video_btn {
  width: 1.97rem;
  height: 1.96rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0rem;
  top: -0.5rem;
}
.content .page1 .bottom {
  width: 7.5rem;
  height: 6rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/page1_bottom.png);
  background-color: #fff;
  background-size: 100% 2.91rem;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 11rem;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.content .page1 .bottom .down_btn {
  display: block;
  width: 2.89rem;
  height: 0.87rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/down_btn.png);
  background-size: 100% 100%;
  transform: translateY(-0.6rem);
}
.content .page1 .bottom .recharge_btn {
  display: block;
  width: 2.89rem;
  height: 0.87rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/recharge_btn.png);
  background-size: 100% 100%;
  position: relative;
  transform: translateY(-0.6rem);
}
.content .page1 .bottom .recharge_btn .tip {
  position: absolute;
  width: 2.51rem;
  height: 0.99rem;
  background: url(../img2/cbt/recharge_btn_tip.png);
  top: -0.8rem;
  left: 0.2rem;
  background-size: 100% 100%;
}
.content .page1 .next_box {
  width: 0.48rem;
  height: 0.26rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/down.png);
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  margin: auto;
  animation: nextAni 1s linear infinite;
}
.content .page1 .fl_btn {
  width: 2.04rem;
  height: 0.94rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0613/game_btn.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 9rem;
}
.content .page1 .tap_btn {
  width: 2.04rem;
  height: 0.81rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/taptap_btn.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 8.2rem;
}
.content .page1 .zl_vip {
  width: 1.28rem;
  height: 1.52rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/zlvip_btn.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 6.5rem;
}
.content .page1 .down_tip {
  position: absolute;
  top: 0.7rem;
  width: 6.38rem;
  height: 0.65rem;
}
.content .page1 .down_tip img {
  display: block;
  width: 100%;
}
.content .page2 .fp-tableCell {
  background-color: #fff;
  background-size: 100% auto;
}
.content .page2 .title {
  width: 6.45rem;
  height: 1.28rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/page2_title.png);
  background-size: 100% 100%;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page2 .gc_reward {
  width: 7.5rem;
  max-width: 100%;
  height: 70%;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/gc_reward.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 14%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page2 .gc_reward .jump_lot {
  top: 4.2rem;
  width: 1.89rem;
  height: 0.5rem;
  background-size: 100% 100%;
  position: absolute;
  left: 1rem;
}
.content .page2 .gc_reward .jump_recharge {
  top: 5.6rem;
  width: 1.89rem;
  height: 0.5rem;
  background-size: 100% 100%;
  position: absolute;
  left: 4.8rem;
}
.content .page2 .reward {
  width: 6.4rem;
  height: 6.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3rem;
  right: 0;
  margin: auto;
  transform: translateY(27%);
}
.content .page2 .r {
  width: 3.01rem;
  height: 2.37rem;
  background-size: 100% 100%;
  position: absolute;
  filter: grayscale(1);
}
.content .page2 .r.active {
  filter: none;
}
.content .page2 .r.active::after {
  content: '';
  width: 0.39rem;
  height: 0.39rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/claimed_icon.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page2 .r.reward_1 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/res_p1.png);
  top: 0;
  left: 0;
}
.content .page2 .r.reward_2 {
  top: 0;
  right: 0;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/res_p2.png);
}
.content .page2 .r.reward_3 {
  top: 1.82rem;
  left: 1.82rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/res_p3.png);
}
.content .page2 .r.reward_4 {
  width: 3.01rem;
  height: 2.41rem;
  left: 0;
  bottom: 0;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/res_p4.png);
}
.content .page2 .r.reward_5 {
  width: 3.01rem;
  height: 2.41rem;
  right: 0;
  bottom: 0;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page2/res_p5.png);
}
.content .page2 .reward_total {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  margin: auto;
  width: fit-content;
  height: 1.1rem;
}
.content .page2 .reward_total .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .page2 .reward_total .top .left_text {
  padding: 0 0.05rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #000;
}
.content .page2 .reward_total .top .right_total {
  margin-left: 0.2rem;
  font-size: 0.46rem;
}
.content .page2 .reward_total .top .right_text {
  font-size: 0.4rem;
}
.content .page2 .reward_total .line {
  width: 100%;
  height: 0.02rem;
  background-color: #000;
  margin: 0.04rem auto;
}
.content .page2 .reward_total .bottom {
  letter-spacing: 0.14rem;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.content .page2 .next_box {
  width: 0.48rem;
  height: 0.26rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/down.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  margin: auto;
  animation: nextAni 1s linear infinite;
}
.content .page3 .fp-tableCell {
  background-color: #fff;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/page3_bg.jpg);
  background-size: 100% auto;
}
.content .page3 .title {
  width: 6.04rem;
  height: 1.28rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page3/title.png");
  background-size: 100% 100%;
  margin-left: -0.8rem;
  z-index: 2;
}
.content .page3 .right_text {
  width: 0.68rem;
  height: 1.82rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page3/text.png);
  background-size: 100% 100%;
  position: absolute;
  top: 20%;
  right: 0.2rem;
  z-index: 12;
}
.content .page3 .fdj {
  width: 1.4rem;
  height: 1.68rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page3/fdj_hand.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  animation: fdjAni 1s infinite alternate;
}
.content .page3 .girl_swiper {
  width: 7.5rem;
  height: 9rem;
}
.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: 12.88rem;
  display: block;
  position: absolute;
  top: -0.4rem;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.content .page3 .girl_swiper canvas {
  width: 7.5rem;
  height: 11.51rem;
  position: absolute;
  top: -2.3rem;
  left: 0;
  z-index: -1;
}
.content .page3 .girl_swiper .info_box {
  width: 100%;
  position: absolute;
  bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 0.28rem;
  z-index: 300;
  flex-direction: column;
}
.content .page3 .girl_swiper .info_box .name {
  left: 0;
  left: 1rem;
  bottom: 0rem;
  z-index: 200;
  background-repeat: no-repeat;
}
.content .page3 .girl_swiper .info_box .cv {
  right: 0;
  bottom: 0rem;
  z-index: 200;
  background-repeat: no-repeat;
  margin-top: 0.2rem;
}
.content .page3 .girl_swiper .girl1 .name {
  width: 2.68rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g1_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl1 .cv {
  width: 2.31rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g1_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl2 .name {
  width: 2.68rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g2_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl2 .cv {
  width: 3.11rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g2_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl3 .name {
  width: 3.99rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g3_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl3 .cv {
  width: 3.1rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g3_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl4 .name {
  width: 3.32rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g4_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl4 .cv {
  width: 3.09rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g4_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl5 .name {
  width: 2.68rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g5_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl5 .cv {
  width: 2.7rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g5_cv.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl6 .name {
  width: 2.68rem;
  height: 1.42rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g6_name.png);
  background-size: 100% 100%;
}
.content .page3 .girl_swiper .girl6 .cv {
  width: 3.09rem;
  height: 0.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/ob/girl/g6_cv.png);
  background-size: 100% 100%;
}
.content .page3 .swiper-thumb {
  position: relative;
  display: flex;
  width: fit-content;
  height: 0.88rem;
  z-index: 2;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.content .page3 .nav_swiper {
  width: 6rem;
  height: 0.88rem;
  overflow: hidden;
}
.content .page3 .nav_swiper .swiper-slide {
  width: 1.5rem !important;
  height: 0.88rem !important;
  filter: brightness(0.6);
  cursor: pointer;
}
.content .page3 .nav_swiper .swiper-slide img {
  display: block;
  width: 1rem;
  height: 100%;
  margin: 0 auto;
}
.content .page3 .swiper-thumb .swiper-slide-thumb-active {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.brightness(1)";
  filter: brightness(1);
}
.content .page3 .nav_prev,
.content .page3 .nav_next {
  width: 0.25rem;
  height: 0.33rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/girl/arrow.png);
  background-size: 100% 100%;
  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 .page4 .fp-tableCell {
  background-color: #fff;
}
.content .page4 .title {
  width: 6.91rem;
  height: 1.3rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page4/title.png");
  background-size: 100% 100%;
  flex-shrink: 0;
}
.content .page4 .text {
  width: 6.61rem;
  height: 0.82rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page4/text.png);
  background-size: 100% 100%;
  align-self: flex-start;
  margin: 0.3rem 0 0 0.28rem;
  flex-shrink: 0;
}
.content .page4 .swiper-feature {
  width: 7.5rem;
  height: 8.68rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page4/s_bg.png);
  background-size: 100% 100%;
  position: relative;
}
.content .page4 .swiper-feature .feature_swiper {
  width: 6.94rem;
  height: 3.89rem;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 1.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide {
  width: 6.94rem !important;
  height: 3.89rem;
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content .page4 .swiper-feature .feature_swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.content .page4 .swiper-feature .swiper-button-prev {
  width: 0.38rem;
  height: 1.02rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page4/swipe_prev.png);
  background-size: 100% 100%;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
}
.content .page4 .swiper-feature .swiper-button-prev::after {
  content: '';
}
.content .page4 .swiper-feature .swiper-button-next {
  width: 0.38rem;
  height: 1.02rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page4/swipe_prev.png);
  transform: rotate(180deg);
  background-size: 100% 100%;
  position: absolute;
  top: 3rem;
  right: 0.1rem;
}
.content .page4 .swiper-feature .swiper-button-next::after {
  content: '';
}
.content .page4 .swiper-feature .swiper-pagination {
  top: 5rem;
}
.content .page4 .swiper-feature .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #2875ff;
  border: 0.02rem 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 .page4 .next_box {
  width: 0.48rem;
  height: 0.26rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/down.png);
  background-size: 100% 100%;
  animation: nextAni 1s linear infinite;
}
.content .page5 .fp-tableCell {
  background-color: #fff;
}
.content .page5 .title {
  width: 4.74rem;
  height: 1.3rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page5/title.png");
  background-size: 100% 100%;
  align-self: flex-start;
}
.content .page5 .text {
  width: 6.63rem;
  height: 0.66rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page5/text.png);
  background-size: 100% 100%;
  align-self: flex-start;
  margin: 0.3rem 0 0.4rem;
}
.content .page5 .swiper-news {
  width: 4.92rem;
  height: 5.2rem;
  position: relative;
}
.content .page5 .swiper-news .news_swiper {
  width: 4.92rem;
  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 .swiper-news .news_swiper .swiper-slide {
  width: 4.92rem !important;
  height: 3.45rem !important;
  cursor: pointer;
  user-select: none;
}
.content .page5 .swiper-news .news_swiper .swiper-slide a {
  text-decoration: none;
}
.content .page5 .swiper-news .news_swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.content .page5 .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 .swiper-news .news_swiper .swiper-slide .info .n_title {
  padding: 0.2rem;
  max-height: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.content .page5 .swiper-news .news_swiper .swiper-slide .info .n_time {
  width: 2.06rem;
  height: 0.53rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page5/time.png);
  background-size: 100% 100%;
  position: absolute;
  right: -0.06rem;
  bottom: -0.06rem;
  line-height: 0.53rem;
  text-align: center;
  color: #fff;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.content .page5 .swiper-pagination {
  width: 1.6rem;
  height: 0.06rem;
  background-color: grey;
  position: absolute;
  right: 0.78rem;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content .page5 .swiper-pagination span {
  margin: 0 !important;
  border-radius: 0 !important;
}
.content .page5 .swiper-button-next,
.content .page5 .swiper-button-prev {
  height: fit-content;
  left: auto;
  top: 0.5rem;
  margin: auto;
  right: 0;
}
.content .page5 .swiper-button-next::after,
.content .page5 .swiper-button-prev::after {
  font-size: 0.22rem;
  position: absolute;
  bottom: 0;
}
.content .page5 .swiper-button-prev {
  left: auto;
  top: 0.5rem;
  margin: auto;
  right: 2.6rem;
}
.content .page5 .news_text {
  width: 7.2rem;
  height: 1.84rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page5/news_text.png);
  background-size: 100% 100%;
}
.content .page5 .btns {
  width: 92%;
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content .page5 .btns .more {
  width: 2.44rem;
  height: 0.82rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page5/more.png);
  background-size: 100% 100%;
  align-self: flex-start;
}
.content .page5 .next_box {
  width: 0.48rem;
  height: 0.26rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/down.png);
  background-size: 100% 100%;
  animation: nextAni 1s linear infinite;
  margin: 0 auto;
}
.content .page5 .inner_list {
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 1.24rem);
}
.content .page5 .inner_list .back_btn {
  width: 2.02rem;
  height: 0.82rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/list/back_btn.png);
  background-size: 100% 100%;
  margin: 0 auto;
  z-index: 10;
}
.content .page5 .inner_list .news_text {
  width: 7.31rem;
  height: 2.17rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/list/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}
.content .page5 .inner_list .list {
  height: 80%;
}
.content .page5 .inner_list ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-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 {
  margin: 0.2rem auto;
  cursor: pointer;
  width: 6.99rem;
  height: 2.37rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/list/li_bg.png);
  background-size: 100% 100%;
  list-style: none;
  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: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem;
  cursor: pointer;
  color: #000;
  overflow: hidden;
}
.content .page5 .inner_list ul li img {
  display: block;
  width: 2.5rem;
  height: 1.75rem;
  margin-right: 0.3rem;
}
.content .page5 .inner_list ul li .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.content .page5 .inner_detail {
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 1.24rem);
}
.content .page5 .inner_detail iframe {
  width: 100%;
  height: 80%;
}
.content .page5 .inner_detail .back_btn {
  width: 2.02rem;
  height: 0.82rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/list/back_btn.png);
  background-size: 100% 100%;
  margin: 0 auto;
  z-index: 10;
}
.content .page5 .inner_detail .news_text {
  width: 7.31rem;
  height: 2.17rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/list/news_text.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}
.content .page6 .fp-tableCell {
  padding-top: 0;
}
.content .page6 .footer_box {
  height: 100%;
  width: 100%;
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/page6/bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
}
.content .page6 .footer_box .footer_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .page6 .footer_box .res_btn {
  width: 4.04rem;
  height: 3.66rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/res_icon.png);
  background-size: 100% 100%;
  cursor: pointer;
  animation: resiconAni 1s linear infinite;
  margin-bottom: 10%;
}
.content .page6 .footer_box .res_btn .text {
  width: 3.44rem;
  height: 2.97rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/res_text.png);
  background-size: 100% 100%;
  animation: restextAni 1s 0.5s linear infinite;
}
.content .page6 .footer_box .cake {
  width: 4.51rem;
  height: 0.7rem;
  display: block;
  margin: 0.1rem auto;
}
.content .page6 .footer_box .links_big {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.4rem auto;
}
.content .page6 .footer_box .links_big a,
.content .page6 .footer_box .links_big div {
  display: block;
  width: 1.19rem;
  height: 0.53rem;
  background-size: auto 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.content .page6 .footer_box .links_big .wx {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/wx_b.png);
  position: relative;
}
.content .page6 .footer_box .links_big .wx .wx_code {
  position: absolute;
  z-index: 2;
  bottom: -2.8em;
  left: -0.6rem;
  width: 1.8rem;
  height: 2.61rem;
  display: none;
}
.content .page6 .footer_box .links_big .wx .wx_code img {
  width: 100%;
}
.content .page6 .footer_box .links_big .wx_qy {
  background-image: url(../img2/qw_b.png);
  position: relative;
  height: 0.5rem;
}
.content .page6 .footer_box .links_big .wx_qy .wx_code {
  position: absolute;
  z-index: 2;
  bottom: -2.8em;
  left: -0.6rem;
  width: 1.8rem;
  height: 2.61rem;
  display: none;
}
.content .page6 .footer_box .links_big .wx_qy .wx_code img {
  width: 100%;
}
.content .page6 .footer_box .links_big .dy {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/dy_b.png);
}
.content .page6 .footer_box .links_big .tap {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/tap_b.png);
}
.content .page6 .footer_box .links_big .bili {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/bili_b.png);
}
.content .page6 .footer_box .links_big .qq {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/qq_b.png);
}
.content .page6 .footer_box .links_big .wb {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/wb_b.png);
}
.content .page6 .footer_box .links_big .kefu {
  background-image: url(../img2/kefu_b.png);
}
.content .page6 .footer_box .links_big .haoyou {
  background-image: url(../img2/haoyou_b.png);
}
.content .page6 .footer_box .foot_text {
  position: absolute;
  bottom: 0;
}
.content .page6 .footer_box .foot_text a:link,
.content .page6 .footer_box .foot_text a:visited,
.content .page6 .footer_box .foot_text a:hover {
  color: #6a6a6a;
  text-decoration: none;
}
.content .page6 .footer_box .foot_text .logo_zl {
  width: fit-content;
  margin: 0.5rem auto;
}
.content .page6 .footer_box .foot_text .logo_zl img {
  display: block;
}
.content .page6 .footer_box .foot_text p {
  text-align: center;
  font-size: 0.2rem;
  color: #6a6a6a;
}
.content .page6 .footer_box .foot_text p span {
  padding: 0 0.1rem;
  display: inline-block;
}
.nav_slide_box {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: flex-end;
  position: fixed;
  top: 1.24rem;
  right: 0;
  z-index: 9;
}
.nav_slide_box .nav_slide {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_slide_box .nav_slide .nav_list {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_slide_box .nav_slide .nav_list .nav_item {
  width: 3.54rem;
  height: 0.9rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.7rem;
}
.nav_slide_box .nav_slide .nav_list .nav_item.n1 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav1.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n1.on {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav1_on.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n2 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/nav2.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n2.on {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/0606/nav2_a.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n3 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav3.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n3.on {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav3_on.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n4 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav4.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n4.on {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav4_on.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n5 {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav5.png);
}
.nav_slide_box .nav_slide .nav_list .nav_item.n5.on {
  background-image: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/nav5_on.png);
}
.nav_slide_box .nav_slide .line {
  width: 1.04rem;
  height: 0.01rem;
  background: #FFFFFF;
  opacity: 0.28;
  transform: translateX(0.6rem);
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.nav_slide_box .nav_slide .nav_box_1 {
  display: flex;
  align-items: center;
  transform: scale(1.1);
}
.nav_slide_box .nav_slide .nav_box_1 .icon {
  margin: 0 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.nav_slide_box .nav_slide .nav_box_1 .icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .wx {
  width: 0.33rem;
  height: 0.27rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/wx.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .wx .wx_code {
  display: none;
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  right: -0.6rem;
  top: 0.5rem;
}
.nav_slide_box .nav_slide .nav_box_1 .wx .wx_code img {
  width: 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .wx_qy {
  width: 0.4rem;
  height: 0.33rem;
  background: url("../img2/qw.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .wx_qy .wx_code {
  display: none;
  width: 1.6rem;
  height: 1.24rem;
  position: absolute;
  right: -0.6rem;
  top: 0.5rem;
}
.nav_slide_box .nav_slide .nav_box_1 .wx_qy .wx_code img {
  width: 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .titok {
  width: 0.28rem;
  height: 0.31rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/dy.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .qq {
  width: 0.25rem;
  height: 0.31rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/qq.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box {
  width: 3.7rem;
  min-height: 1.82rem;
  background: url("https://media.zlongame.com/media/pictures/cn/ro/index/m/img/nav/qq_box.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.7rem;
  padding: 0.29rem 0.26rem;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 0.16rem;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box span {
  color: #2D2320;
  font-size: 0.22rem;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box .title {
  font-size: 0.24rem;
  color: #2D2320;
  margin-bottom: 0.24rem;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box .qq_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box .qq_item span {
  white-space: nowrap;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box .qq_item .copy_btn {
  width: 0.7rem;
  height: 0.33rem;
  background: url("https://media.zlongame.com/media/pictures/cn/ro/index/m/img/nav/copy_btn_1.png");
  background-size: 100% 100%;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.nav_slide_box .nav_slide .nav_box_1 .qq .qq_box .qq_item .copy_btn a {
  width: 100%;
  height: 100%;
  display: block;
}
.nav_slide_box .nav_slide .nav_box_1 .tap {
  width: 0.3rem;
  height: 0.3rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/tap.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .bili {
  width: 0.31rem;
  height: 0.3rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/bili.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .wb {
  width: 0.39rem;
  height: 0.31rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/wb.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .kefu {
  width: 0.4rem;
  height: 0.4rem;
  background: url("../img2/kefu.png");
  background-size: 100% 100%;
}
.nav_slide_box .nav_slide .nav_box_1 .haoyou {
  width: 0.33rem;
  height: 0.38rem;
  background: url("../img2/haoyou.png");
  background-size: 100% 100%;
}
.pop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.pop .close {
  z-index: 8;
  cursor: pointer;
}
.pop_game {
  position: relative;
  width: 100%;
  height: 100%;
}
.pop_game img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 80%;
}
.pop_game .close {
  bottom: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/close.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pop_recharge {
  width: 7.27rem;
  height: 4.57rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/cbt/recharge_pop_m.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pop_recharge .close {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.pop_reg {
  width: 7.27rem;
  height: 7.22rem;
  background: url("https://media.zlongame.com/media/pictures/cn/lhlr/m/img/res_pop.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pop_reg img {
  width: 5.36rem;
  height: 5.64rem;
  display: block;
  margin: -1rem auto 0;
}
.pop_reg .jumpxcx {
  position: absolute;
  width: 3rem;
  height: 0.8rem;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.pop_reg .close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.pop_age {
  width: 6.63rem;
  height: 6.41rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/age_hover_bg.png);
  background-size: 100% 100%;
  font-size: 0.16rem;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 1.1rem 0.4rem;
  font-size: 0.18rem;
}
.pop_age .pop_inner {
  padding-right: 0.1rem;
  display: block;
  height: 90%;
  overflow: auto;
}
.pop_age .title {
  font-size: 0.24rem;
  text-align: center;
}
.pop_age .close {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video .pop_video {
  width: 96%;
  height: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video .pop_video video,
.video .pop_video iframe {
  width: 100%;
  height: 100%;
}
.video .pop_video .close {
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/close.png);
  background-size: 100% 100%;
  position: absolute;
  right: -0.2rem;
  top: -0.8rem;
}
.success .pop_success {
  width: 7.17rem;
  height: 4.29rem;
  background: url(https://media.zlongame.com/media/pictures/cn/lhlr/m/img/success_pop.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(0.14rem);
}
.success .pop_success .links {
  width: 82%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.8rem;
  margin-left: 0.7rem;
}
.success .pop_success .links i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  margin-right: 0.4rem;
  position: relative;
}
.success .pop_success .links i a {
  display: inline-block;
}
.success .pop_success .links .wx_code {
  position: absolute;
  width: 2rem;
  left: -0.7rem;
  display: none;
}
.success .pop_success .close {
  width: 0.8rem;
  height: 0.8rem;
  right: 0;
  top: 0;
  position: absolute;
}
