* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  /* 禁止浏览器调整字体大小 */
}
@font-face {
  font-family: "SourceHanSansCNBold";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/font/SourceHanSansCN-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "SourceHanSansCNMedium";
  src: url('https://media.zlongame.com/media/pictures/cn/lhlr/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;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
}
.logo {
  width: 1.44rem;
  height: 1.24rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/page1/logo1.png);
  background-size: 100% 100%;
  margin-left: 0.58rem;
  margin-top: 0rem;
}
.nav_box {
  width: 100%;
  height: 2.23rem;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav_bg2.png);
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.nav_box.nobg {
  background-image: none;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav_bg1.png);
}
.nav_box.nobg .logo {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/page1/logo.png);
  background-size: 100% 100%;
}
.nav_box.nobg .left .nav_menu .slide_1 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav1.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .left .nav_menu .slide_2 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav2.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .left .nav_menu .slide_3 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav3.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .left .nav_menu .slide_4 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav4.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .left .nav_menu .slide_5 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav5.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .wx_box .wx {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/wx.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .qw_box .wx_qy {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/qw.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .qq {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/qq.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .bili {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/bili.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .tap {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/tap.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .titok {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/dy.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .links .wb {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/wb.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box.nobg .right .music_btn {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/bgm.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .left {
  height: 66%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav_box .left .nav_menu {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 1rem;
}
.nav_box .left .nav_menu i {
  width: 1.45rem;
  height: 0.55rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  display: block;
  margin-right: 0.9rem;
}
.nav_box .left .nav_menu i a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 0.28rem;
  color: #fff;
  align-items: center;
}
.nav_box .left .nav_menu i.active {
  filter: none;
}
.nav_box .left .nav_menu i.active::after {
  content: '';
  width: 0.58rem;
  height: 0.29rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/star.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -0.17rem;
  right: -0.03rem;
  animation: slideInRight 0.3s ease-in-out;
}
.nav_box .left .nav_menu i:nth-child(1).active::after {
  right: 0.27rem;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav_box .left .nav_menu .slide_1 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav1_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
  position: relative;
}
.nav_box .left .nav_menu .slide_2 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav2_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
  position: relative;
}
.nav_box .left .nav_menu .slide_3 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav3_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
  position: relative;
}
.nav_box .left .nav_menu .slide_4 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav4_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
  position: relative;
}
.nav_box .left .nav_menu .slide_5 {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav5_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(0.6);
  position: relative;
}
.nav_box .left .nav_menu .slide_1.active {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav1_act.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .left .nav_menu .slide_2.active {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav2_act.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .left .nav_menu .slide_3.active {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav3_act.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .left .nav_menu .slide_4.active {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav4_act.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .left .nav_menu .slide_5.active {
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/nav/nav5_act.png) no-repeat center;
  background-size: auto 100%;
}
.nav_box .right {
  height: 66%;
  display: flex;
  align-items: center;
  transform: scale(0.8);
}
.nav_box i {
  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 .res_btn {
  width: 2.32rem;
  height: 0.53rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/btn1.png) no-repeat center;
  background-size: 100% auto;
  margin-top: 0.1rem;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 0.5rem;
  opacity: 0;
}
.nav_box .links {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  margin-right: 0.4rem;
  transform-origin: right top;
  position: relative;
}
.nav_box .music_btn {
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
  animation: bgmRotate 3s linear infinite;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/bgm_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 1;
  margin-right: 0.3rem;
}
.nav_box .music_on {
  animation: bgmRotate 3s linear infinite;
  opacity: 1;
}
@keyframes bgmRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpFromBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpFromBottomWithCenter {
  from {
    opacity: 0;
    transform: translate(-50%, 80px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes slideUpFromBottomWithCenterAndScale {
  from {
    opacity: 0;
    transform: translate(-50%, 80px) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.8);
  }
}
.nav_box .music_off {
  animation-name: none;
  opacity: 0.7;
}
.nav_box .line {
  height: 0.38rem;
  display: block;
  border: 1px solid #636c5c;
  width: 1px;
  margin: 0 0.4rem;
}
.nav_box .wx_box .wx {
  width: 0.49rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/wx_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.8;
  transition: all 0.3s;
}
.nav_box .wx_box .wx:hover {
  opacity: 1;
}
.nav_box .wx_box .gzh_float {
  width: 1.58rem;
  position: absolute;
  left: -0.6rem;
  top: 1rem;
  display: none;
}
.nav_box .wx_box:hover .gzh_float {
  display: block;
  opacity: 1;
}
.nav_box .qw_box .wx_qy {
  width: 0.48rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/qw_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .qw_box .wx_qy:hover {
  opacity: 1;
}
.nav_box .qw_box .qw_float {
  width: 1.58rem;
  position: absolute;
  left: 0.8rem;
  top: 1rem;
  display: none;
}
.nav_box .qw_box:hover .qw_float {
  display: block;
}
.nav_box .qq {
  width: 0.34rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/qq_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .qq:hover {
  opacity: 1;
}
.nav_box .bili {
  width: 0.4rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/bili_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .bili:hover {
  opacity: 1;
}
.nav_box .tap {
  width: 0.38rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/tap_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .tap:hover {
  opacity: 1;
}
.nav_box .titok {
  width: 0.32rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/dy_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .titok:hover {
  opacity: 1;
}
.nav_box .wb {
  width: 0.46rem;
  height: 0.38rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/link/wb_c.png) no-repeat center;
  background-size: auto 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .wb:hover {
  opacity: 1;
}
.nav_box .kefu {
  background: url("../img2/page1/kefu.png");
  background-size: 100% 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .kefu:hover {
  opacity: 1;
}
.nav_box .haoyou {
  background: url("../img2/page1/haoyou.png");
  background-size: 100% 100%;
  opacity: 0.6;
  transition: all 0.3s;
}
.nav_box .haoyou:hover {
  opacity: 1;
}
.content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'SourceHanSansCNMedium';
}
.content .res_float {
  cursor: pointer;
}
.content .res_btn {
  cursor: pointer;
}
.content .page1 {
  width: 100%;
  height: 100%;
  background-image: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/page2/bg.png);
  background-size: cover;
  background-position: 0 top;
  background-repeat: no-repeat;
  padding-top: 3rem;
}
.content .page1 .line {
  width: 17.23rem;
  height: 0.77rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/line2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 5.8rem;
  top: 2.5rem;
}
.content .page1 .back_btn {
  width: 3.09rem;
  height: 0.93rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/back_btn2.png);
  background-size: 100% 100%;
  position: absolute;
  right: 2.7rem;
  top: 2rem;
  cursor: pointer;
  z-index: 11;
}
.content .page1 .converbg {
  position: relative;
  width: 20.4rem;
  height: 1.25rem;
  margin: 0 auto;
  z-index: 2;
}
.content .page1 .converbg::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1.23rem;
  transform: translateX(-50.5%);
  width: 20.4rem;
  height: 1.25rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/coverbg.png) no-repeat center;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
.content .page1 .news_list {
  width: 90%;
  height: 8.6rem;
  margin: 0 auto;
  overflow-y: scroll;
  position: relative;
}
.content .page1 .news_list .news_item {
  width: 20.4rem;
  height: 2.3rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/news_bg.png);
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 0.2rem;
  padding: 0.3rem;
  color: #48b2fe;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.content .page1 .news_list .news_item .time {
  font-weight: bold;
  font-family: 'SourceHanSansCNBold';
  margin-bottom: 0.05rem;
}
.content .page1 .news_list .news_item .line2 {
  width: 19.72rem;
  height: 0.35rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/line1.png);
  background-size: 100% 100%;
}
.content .page1 .news_list .news_item .news_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  font-size: 0.24rem;
  font-weight: bold;
  font-family: 'SourceHanSansCNBold';
}
.content .page1 .news_list .news_item .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
}
.content .page1 .news_list .news_item .bottom .click_btn {
  color: #48b2fe;
}
.content .page1 .news_detail_box {
  width: 90%;
  height: 90%;
  overflow-y: auto;
  margin: 0 auto;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
}
.content .page1 .news_detail_box iframe {
  width: 100%;
  height: 90%;
}
.content .page1 .load_more {
  width: 3.48rem;
  height: 0.6rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/news/load_btn.png);
  background-size: 100% 100%;
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.pop .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(63, 66, 77, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.pop .pop_book {
  width: 15.54rem;
  height: 6.63rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/pop/res_pop.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pop .pop_book .close {
  margin: auto;
  width: 1.5rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.pop .pop_video {
  z-index: 101;
  width: 12rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop .pop_video iframe {
  width: 100%;
  height: 100%;
}
.pop .pop_video .close {
  width: 0.6rem;
  height: 0.6rem;
  background: url(https://media.zlongame.com/media/pictures/cn/klsp/static/img/close.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.pop .pop_ob {
  width: 13.9rem;
  height: 7.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
.pop .pop_ob img {
  width: 13.9rem;
  height: auto;
}
.pop .pop_ob .close {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: auto;
  cursor: pointer;
}
