.hide {
  display: none;
}
.full {
  width: 100%;
  height: 100%;
}
.abs {
  position: absolute;
}
.l0 {
  left: 0;
}
.t0 {
  top: 0;
}
.lhalf {
  left: 50%;
}
.thalf {
  top: 50%;
}
.absf {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.abcter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lcter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tcter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fcter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fdc {
  flex-direction: column;
}
.sizcont {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sizcover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ol {
  border: 0.01rem solid #fff;
  border-image: linear-gradient(to top, #f80, #2ed);
  border-image-slice: 10;
  box-sizing: border-box;
}
.active-center {
  transition: transform 0.3s;
  cursor: pointer;
}
.active-center:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.active-center:active {
  transform: translate(-50%, -50%) scale(1.1);
}
.active {
  transition: transform 0.3s;
  cursor: pointer;
}
.active:hover {
  transform: scale(1.1);
}
.active:active {
  transform: scale(1.05);
}
.m-icon-loading {
  position: fixed;
  z-index: 999;
  display: none;
}
.m-icon-loading .inner {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.1rem;
}
.m-icon-loading .inner svg path,
.m-icon-loading .inner svg rect {
  fill: #fff;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif !important;
  margin: 0;
  padding: 0;
}
.down_bg {
  width: 7.5rem;
  height: 100vh;
  background: url("//game.gtimg.cn/images/ymzx/web202312/normal/down_bg_m.jpg") center / cover no-repeat;
  background-size: 7.5rem auto;
  overflow: hidden;
}
.down_bg .down_title {
  width: 6.39rem;
  height: 0.82rem;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5.1rem;
  left: 0.5rem;
}
.down_bg .down-swiper {
  width: 7.5rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  margin-top: -4.1rem;
  left: 0;
}
.down_bg .down-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.down_bg .down-swiper .down_ti {
  width: auto;
  height: 1.45rem;
  display: block;
  margin: 0.35rem auto 0.2rem;
}
.down_bg .down-swiper .down_ti.down_ti1 {
  height: 1.02rem;
  margin: 0.5rem auto 0.46rem;
}
.down_bg .down-swiper .down_con {
  background: url("//game.gtimg.cn/images/ymzx/web202312/normal/down_con_m.png") no-repeat center / 100%;
  width: 7rem;
  height: 3.95rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down_bg .down-swiper .down_con img {
  width: 6.75rem;
  height: 3.68rem;
  border-radius: 0.18rem;
  object-fit: cover;
}
.down_bg .down-swiper .down_icon1 {
  width: 2.18rem;
  height: 3.32rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.down_bg .down-swiper .down_icon2 {
  width: 2.12rem;
  height: 3.26rem;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
.down_bg .down-swiper .down_icon3 {
  width: 2.22rem;
  height: 3.46rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.down_bg .down-swiper .down_icon4 {
  width: 1.91rem;
  height: 3.45rem;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
.down_bg .down-swiper .down_icon5 {
  width: 2.36rem;
  height: 3.31rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.down_bg .down-swiper .down_icon6 {
  width: 2.15rem;
  height: 3.29rem;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}
.down_bg .down-swiper .down_icon7 {
  width: 2.8rem;
  height: 3.33rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.down_bg .down-swiper .swiper-button-next:after,
.down_bg .down-swiper .swiper-button-prev:after {
  display: none;
}
.down_bg .down-swiper .swiper-button-prev {
  background: url(//game.gtimg.cn/images/ymzx/web202312/normal/down_prev_m.png) no-repeat center / 100%;
  width: 0.42rem;
  height: 0.52rem;
  top: 6.25rem;
  left: 2rem;
  z-index: 11;
  outline: none;
}
.down_bg .down-swiper .swiper-button-next {
  background: url(//game.gtimg.cn/images/ymzx/web202312/normal/down_next_m.png) no-repeat center / 100%;
  width: 0.43rem;
  height: 0.51rem;
  top: 6.3rem;
  right: 2rem;
  z-index: 11;
  outline: none;
}
.down_bg .down-swiper .swiper-pagination {
  bottom: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down_bg .down-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #b8d2ff;
  width: 0.15rem;
  opacity: 1;
  border-radius: 0.1rem;
}
.down_bg .down-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffe64b;
  width: 0.3rem;
  border: 0.03rem solid #fff;
}
.down_bg .zaomengpage-return-btn {
  width: 2.01rem;
  height: 0.73rem;
  background: url("//game.gtimg.cn/images/ymzx/web202312/normal/down_back_m.png") center / 100% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6.5rem;
  left: 0.3rem;
}
.down_bg .down_box {
  width: 6.61rem;
  height: 1.48rem;
  position: absolute;
  top: 50%;
  margin-top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  position: relative;
}
.down_bg .down_box a {
  width: 50%;
  height: 80%;
}
.down_bg .down_box a:nth-of-type(1) {
  display: none;
}
.down_bg .down_box a:nth-of-type(2) {
  background: url(//game.gtimg.cn/images/ymzx/web202312/normal/down_box_m.png) no-repeat right top / 6.61rem auto;
}
.down_bg .down_box p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -0.2rem;
  font-size: 0.22rem;
  color: #fff;
  font-family: 'Microsoft YaHei';
}
.hide {
  display: none;
  opacity: 0;
}
.full {
  width: 100%;
  height: 100%;
}
.abs {
  position: absolute;
}
.l0 {
  left: 0;
}
.t0 {
  top: 0;
}
.lhalf {
  left: 50%;
}
.thalf {
  top: 50%;
}
.absf {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.abcter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lcter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tcter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fcter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fdc {
  flex-direction: column;
}
.sizcont {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sizcover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ol {
  border: 0.01rem solid #fff;
  border-image: linear-gradient(to top, #f80, #2ed);
  border-image-slice: 10;
  box-sizing: border-box;
}
.active-center {
  transition: transform 0.3s;
  cursor: pointer;
}
.active {
  transition: transform 0.3s;
  cursor: pointer;
}
.m-icon-loading {
  position: fixed;
  z-index: 999;
  display: none;
}
.m-icon-loading .inner {
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.1rem;
}
.m-icon-loading .inner svg path,
.m-icon-loading .inner svg rect {
  fill: #fff;
}
/* rem，vw，vh使用注意 

1、IE9及以上支持rem，但9-10伪类不支持rem
2、iOS8及以上全线支持vw, vh, vmin, vmax
3、IE9及以上支持vw，vh，不支持vmax，vmin
4、Android4.4以上全线支持

*/
/* 兼容不支持vw的设备---start */
html {
  font-size: 50PX;
  background: #000;
}
@media screen and (max-width: 768px) and (min-width: 414px) {
  html {
    font-size: 55.2PX;
  }
}
/* 兼容不支持vw的设备---end */
html {
  font-size: 13.333vw;
}
/* 设计稿750px对应100vw 倍率100 */
@media screen and (max-width: 768px) {
  html {
    font-size: 13.333vw;
  }
}
/* 设计稿1920px对应100vw 倍率100 */
@media screen and (min-width: 1024px) and (min-height: 768px) {
  html {
    font-size: 7vw;
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1100px) and (min-height: 667px) {
  html {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1080px) {
  html {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1280px) and (min-height: 800px) {
  html {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1280px) and (min-height: 854px) {
  html {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1280px) and (min-height: 1024px) {
  html {
    font-size: 7.1vw;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1440px) and (min-height: 900px) {
  html {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 4.9vw;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 5vw;
  }
}
@media all and (min-aspect-ratio: 121/80) and (orientation: landscape) and (max-width: 1024px) {
  html {
    font-size: 13.33vw;
  }
  .m_news {
    height: 16.2rem;
  }
  .m_news .zaomeng-page .zaomengpage-bg {
    width: 7.5rem;
    height: 100%;
    background: url("//game.gtimg.cn/images/ymzx/web202312/normal/m/zaomeng_page_bg.jpg") 0 / cover no-repeat;
    background-size: 7.5rem auto;
  }
  .m_news .zaomeng-page .zaomengpage-box .newslist-title {
    top: -1rem;
  }
  .m_news .zaomeng-page .zaomengpage-box .zaomengpage-content {
    top: -1rem;
  }
}
