@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

h1, h2, h3, h4, h5, h6, div, p, span, a, input, button, ul, li, ol, img, html, body, select, button {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}

em {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  display: block;
}

input {
  border: none;
  display: block;
}

li {
  list-style: none;
}

/* 去除点击时闪现一个半透明灰色块 */
div,
input[type=button],
input[type=submit],
input[type=file],
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@charset "UTF-8";
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  margin-top: 2.1rem;
}
.banner-list li {
  width: 1.08rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  font-size: 0;
}
.banner-list li a {
  font-size: 0.25rem;
  color: #fff;
}
.banner-list li.active {
  border-bottom: 0.07rem solid #ffe000;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-wrap {
  text-align: center;
  margin-top: 0.56rem;
}

.page-wrap .laypage_number {
  color: #ab7d40;
  border: 0;
  font-size: 0.25rem;
  background-color: transparent;
}

.page-wrap .laypageskin_default .laypage_curr {
  font-size: 0.25rem;
  color: #ee8963;
  border-bottom: 1px solid #ee8963;
}

.page-wrap .total {
  font-size: 0.18rem;
}

.page-wrap .laypage_prev {
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAALVBMVEUAAACrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUAZesleAAAADnRSTlMA7hF33btVzJmqZiJEM8YpOFMAAABLSURBVAjXYyANCCvAme+eJsCYfu8eNkGZTCbv3pXBxHfIvZOEaeCNe2cAZSr7wZjL373zAjN44t49nA0Rk3v3PAFmhQTcujAG0gEAns4WE3gl/DMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}

.page-wrap .laypage_next {
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAALVBMVEUAAACrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUCrfUAZesleAAAADnRSTlMA7hF33btVzJmqZiJEM8YpOFMAAABLSURBVAjXYyANCCvAme+eJsCYfu8eNkGZTCbv3pXBxHfIvZOEaeCNe2cAZSr7wZjL373zAjN44t49nA0Rk3v3PAFmhQTcujAG0gEAns4WE3gl/DMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.page-wrap .laypage_next, .page-wrap .laypage_prev {
  font-size: 0;
  border: 0;
  padding: 0;
  margin-top: 2px;
  background-color: transparent;
}

.page-wrap .laypage_first, .page-wrap .laypage_last {
  display: none;
}

.pop-content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.close-video {
  color: #e2e2e2;
  width: 100%;
  height: 0.84rem;
  font-size: 0.6rem;
  display: block;
  text-align: right;
  padding-right: 6%;
}

/*footer*/
#afooter {
  text-align: center;
  font-size: 0.12rem;
  background: #000;
  color: #fff;
  padding: 0.4rem 0;
  line-height: 0.44rem;
}

#afooter a {
  color: #fff;
}

/* 顶部 */
.common-header {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  background: #212025;
  z-index: 19;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.2rem 0 0.15rem;
  font-size: 0.24rem;
}

.cover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.web-logo {
  padding-left: 1.18rem;
  position: relative;
  height: 100%;
  width: 3rem;
  font-size: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.web-logo a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.04rem;
  height: 1.04rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.web-logo img {
  width: 1.04rem;
  height: 1.04rem;
}

.web-logo strong {
  margin-top: 0.16rem;
  font-size: 0.38rem;
  color: #d91616;
  display: block;
  line-height: 0.5rem;
  font-weight: bold;
}

.web-logo em {
  font-size: 0.22rem;
  color: #fff;
}

.btn-entry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.84rem;
  height: 0.7rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221121mrtm/btn-entry.png) no-repeat center;
  background-size: cover;
  text-indent: -9999rem;
}

.btn_nav_slide {
  position: relative;
  margin-left: 0.3rem;
  width: 0.9rem;
  height: 100%;
}

.draw, .draw:before, .draw:after {
  width: 0.53rem;
  height: 0.05rem;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.5s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.draw {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
}

.draw:before {
  content: "";
  top: -0.17rem;
}

.draw:after {
  content: "";
  top: 0.17rem;
}

.G_close .draw {
  background: transparent;
}

.G_close .draw:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  background: #fff;
}

.G_close .draw:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  background: #fff;
}

.swiper-container {
  overflow: hidden;
}

.common_nav {
  width: 0;
  height: 0;
  position: fixed;
  right: 0;
  top: 1rem;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.common_nav ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.common_nav .cover_content {
  position: relative;
  z-index: 2;
}

.common_nav li {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.28rem;
  width: 5.82rem;
  margin: 0 auto;
}

/* .common_nav li:first-child {margin-top: .3rem} */
.common_nav a {
  color: #d2d9ec;
  display: block;
  text-decoration: none;
  height: 1.05rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.04rem;
  border-bottom: 1px solid #262b38;
}

.G_open {
  width: 100%;
  height: 100%;
  top: 1.2rem;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
}

.common_nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131826;
}

.gradient-text {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBC579), to(#FFF8BC));
  background: linear-gradient(0deg, #FBC579 0%, #FFF8BC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.w-sprites { background-image: url(//game.gtimg.cn/images/hongjing/act/a20221121mrtm/sprites-generated.png?50205); }
.w-sprites-arrow-next.w-sprites { width: 0.31rem; height: 0.26rem; background-position: -7.16rem -4.01rem; background-size: 7.5rem 6.86rem; }
.w-sprites-back.w-sprites { width: 0.5rem; height: 0.5rem; background-position: -6.06rem -4.01rem; background-size: 7.5rem 6.86rem; }
.w-sprites-btn-interview.w-sprites { width: 1.69rem; height: 0.66rem; background-position: -4.9rem -5.19rem; background-size: 7.5rem 6.86rem; }
.w-sprites-btn-play-o.w-sprites { width: 1.1rem; height: 1.09rem; background-position: -6.06rem -2.87rem; background-size: 7.5rem 6.86rem; }
.w-sprites-btn-play.w-sprites { width: 1.68rem; height: 1.67rem; background-position: 0rem -5.19rem; background-size: 7.5rem 6.86rem; }
.w-sprites-btn-share.w-sprites { width: 3.12rem; height: 0.75rem; background-position: -1.73rem -5.19rem; background-size: 7.5rem 6.86rem; }
.w-sprites-ico-dianfeng.w-sprites { width: 1.97rem; height: 2.27rem; background-position: 0rem -2.87rem; background-size: 7.5rem 6.86rem; }
.w-sprites-ico-meigui.w-sprites { width: 1.97rem; height: 2.27rem; background-position: -2.02rem -2.87rem; background-size: 7.5rem 6.86rem; }
.w-sprites-ico-zhizun.w-sprites { width: 1.97rem; height: 2.27rem; background-position: -4.04rem -2.87rem; background-size: 7.5rem 6.86rem; }
.w-sprites-pop-close.w-sprites { width: 0.48rem; height: 0.48rem; background-position: -6.06rem -4.56rem; background-size: 7.5rem 6.86rem; }
.w-sprites-share.w-sprites { width: 0.5rem; height: 0.5rem; background-position: -6.61rem -4.01rem; background-size: 7.5rem 6.86rem; }
.w-sprites-title-gy.w-sprites { width: 7.5rem; height: 2.82rem; background-position: 0rem 0rem; background-size: 7.5rem 6.86rem; }
