@charset "UTF-8";
:root {
  --page-zoom: 1;
  --zx-tab-num: 5;
}

html {
  font-size: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 24px/1.5 tahoma, "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}

img {
  border: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  background: #000;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
li {
  list-style: none;
}

img:not([src]), img[src=""], img[src=""] {
  opacity: 0;
}

@font-face {
  font-family: "fz-b";
  src: url("//game.gtimg.cn/images/world/cp/a20260410xsgl/fonts/fz-b.ttf");
}
@font-face {
  font-family: "fzsj";
  src: url("//game.gtimg.cn/images/world/cp/a20260410xsgl/fonts/fzsj.ttf");
}
@font-face {
  font-family: "fzsj-r";
  src: url("//game.gtimg.cn/images/world/cp/a20260410xsgl/fonts/fzsj-r.ttf");
}
@font-face {
  font-family: "hy-45";
  src: url("//game.gtimg.cn/images/world/cp/a20260410xsgl/fonts/hy-45.ttf");
}
@font-face {
  font-family: "hyak";
  src: url("//game.gtimg.cn/images/world/cp/a20260410xsgl/fonts/hyak.ttf");
}
body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项 */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* reset end */
.ost {
  display: none;
}

.pc-show {
  display: none !important;
}

/* foot */
#afooter {
  position: relative;
  padding: 0.3rem 0;
  text-align: center;
  font: normal 0.12rem/0.19rem Tahoma;
  z-index: 10;
  background-color: #000;
}

#afooter,
#afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
/* 通用滚动 */
.base-scroll {
  overflow: auto;
}

.base-scroll::-webkit-scrollbar-track {
  background-color: #2a2a2a;
}

.base-scroll::-webkit-scrollbar {
  width: 0.04rem;
  background-color: #2a2a2a;
}

.base-scroll::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5eb00), to(#f5eb00));
  background-image: linear-gradient(to right, #f5eb00, #f5eb00);
}

body,
html,
.wrapper {
  width: 7.5rem;
  overflow-x: hidden;
}

.nav-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.24rem;
  z-index: 999999;
}

.top-nav-wrapper {
  display: none;
  position: absolute;
  top: 9rem;
  left: 0rem;
  width: 100%;
  height: 0.56rem;
}
.top-nav-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
}
.top-nav-wrapper .top-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2.25rem;
  z-index: 99;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-nav-wrapper .nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.55rem;
  margin-right: 0.33rem;
  font-size: 0.32rem;
  padding-left: 0.12rem;
  font-family: "fzsj-r";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-nav-wrapper .nav-item a {
  position: relative;
  color: #6d7cb8;
}
.top-nav-wrapper .nav-item a::after {
  content: "";
  position: absolute;
  left: -0.12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.02rem;
  height: 0.32rem;
  background: #6d7cb8;
}

.module {
  position: relative;
  width: 100%;
  height: 100%;
}
.module .module-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.module .module-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.module .tit-box {
  text-align: center;
  z-index: 3;
}
.module .module-subtit {
  line-height: 1.2;
  font-size: 0.3rem;
  color: #e4ffff;
}
.module .module-subtit span {
  position: relative;
  z-index: 2;
}

.wrapper {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/bg.jpg) no-repeat center top/7.5rem auto;
}
.wrapper .module0 {
  height: 9.99rem;
}
.wrapper .module0 .module-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.wrapper .module0 .btn-gw {
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  width: 1.28rem;
  height: 0.42rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/btn-gw.png) no-repeat center center/100% auto;
}
.wrapper .module0 .slogan {
  position: absolute;
  left: 50%;
  top: 2.11rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
  height: 4.45rem;
  background: #fff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/slogan.png) no-repeat center center/100% auto;
}
.wrapper .module1 {
  height: 13rem;
}
.wrapper .module1 .m-title {
  width: 6.81rem;
  height: 1.45rem;
  margin: 0 auto 0.55rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-tit.png) no-repeat center center/100% auto;
}
.wrapper .module1 .c-title1 {
  width: 2.46rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-tit1.png) no-repeat center center/100% auto;
}
.wrapper .module1 .c-title2 {
  width: 2.46rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-tit2.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content1 {
  position: relative;
  height: 3.05rem;
}
.wrapper .module1 .content1 .txt {
  -webkit-transform: scaleY(1.4);
      -ms-transform: scaleY(1.4);
          transform: scaleY(1.4);
  font-family: "fzsj-r";
  padding: 0.3rem 0.5rem 0rem;
  color: #6c7db8;
  font-size: 0.24rem;
  line-height: 1.45;
}
.wrapper .module1 .content2 {
  position: relative;
}
.wrapper .module1 .content2 .m1-swiper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.65rem;
  width: 100%;
  height: 7.4rem;
}
.wrapper .module1 .content2 .m1-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.wrapper .module1 .content2 .m1-swiper .pic {
  width: 100%;
  height: 100%;
}
.wrapper .module1 .content2 .m1-swiper .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper .module1 .content2 .m1-swiper .pic.pic1 {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-pic1.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .pic.pic2 {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-pic2.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .pic.pic3 {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-pic3.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .pic.pic4 {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-pic4.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .pic.pic5 {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m1-pic5.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .btn-detail {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6.2rem;
  width: 3.05rem;
  height: 1.14rem;
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
  font-family: "hyak";
  line-height: 1rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/btn1.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .swiper-button-prev,
.wrapper .module1 .content2 .m1-swiper .swiper-button-next {
  width: 0.65rem;
  height: 0.65rem;
  top: 3.7rem;
  left: 0.18rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon3.png) no-repeat center center/100% auto;
}
.wrapper .module1 .content2 .m1-swiper .swiper-button-prev::after,
.wrapper .module1 .content2 .m1-swiper .swiper-button-next::after {
  display: none;
}
.wrapper .module1 .content2 .m1-swiper .swiper-button-next {
  left: auto;
  right: 0.2rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon4.png) no-repeat center center/100% auto;
}
.wrapper .module2 {
  height: 17.52rem;
}
.wrapper .module2 .m-title {
  position: relative;
  width: 6.81rem;
  height: 1.45rem;
  -webkit-transform: translateX(-0.07rem);
      -ms-transform: translateX(-0.07rem);
          transform: translateX(-0.07rem);
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m2-tit.png) no-repeat center center/100% auto;
}
.wrapper .module2 .btn-box {
  width: 6.5rem;
  margin: 1.92rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .module2 .btn-guide {
  font-family: "hyak";
  width: 2.97rem;
  height: 0.99rem;
  line-height: 0.9rem;
  font-size: 0.27rem;
  text-align: center;
  color: #ffffff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/btn-guide.png) no-repeat center center/100% auto;
}
.wrapper .module2 .btn-guide span {
  display: none;
}
.wrapper .module2 .btn-download {
  width: 2.97rem;
  height: 0.99rem;
  line-height: 0.9rem;
  font-family: "hyak";
  font-size: 0.27rem;
  text-align: center;
  color: #ffffff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/btn-download.png) no-repeat center center/100% auto;
}
.wrapper .module2 .download-box {
  overflow: hidden;
  position: relative;
  width: 6.56rem;
  height: 3.05rem;
  margin: 0.4rem auto 0rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/download.png) no-repeat center top/100% auto;
}
.wrapper .module2 .txt2 {
  width: 2.46rem;
  height: 0.63rem;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
  text-align: left;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m2-tit1.png) no-repeat center center/100% auto;
}
.wrapper .module2 .tab-box {
  width: 6.5rem;
  height: 0.58rem;
  margin: 0.3rem auto 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.02rem solid #fff;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module2 .tab-box .btn-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.54rem;
  font-family: "hyak";
  color: #eaf3ff;
}
.wrapper .module2 .tab-box .btn-item.on {
  color: #6d7cb8;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/tab-on.png) no-repeat center center/100% auto;
}
.wrapper .module2 .tab-con-box {
  width: 6.83rem;
  height: 9.12rem;
  margin: 0 auto 0;
}
.wrapper .module2 .tab-con-box .tab-con {
  display: none;
}
.wrapper .module2 .tab-con-box .tab-con1 {
  display: block;
  width: 6.83rem;
  height: 9.12rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/pz-pc.png) no-repeat center center/100% auto;
}
.wrapper .module2 .tab-con-box .tab-con2 {
  width: 6.83rem;
  height: 9.12rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/pz-bjb.png) no-repeat center center/100% auto;
}
.wrapper .module2 .tab-con-box .tab-con3 {
  width: 6.83rem;
  height: 9.12rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/pz-m.png) no-repeat center center/100% auto;
}
.wrapper .module3 {
  height: 40rem;
}
.wrapper .module3 .module-inner {
  overflow: visible;
}
.wrapper .module3 .m-title {
  width: 6.81rem;
  height: 1.45rem;
  margin: 0 auto 0.6rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m3-tit.png) no-repeat center center/100% auto;
}
.wrapper .module3 .c-title1 {
  width: 2.46rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m3-tit1.png) no-repeat center center/100% auto;
}
.wrapper .module3 .c-title2 {
  width: 2.46rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m3-tit2.png) no-repeat center center/100% auto;
}
.wrapper .module3 .c-title3 {
  width: 4.86rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m3-tit3.png) no-repeat center center/100% auto;
}
.wrapper .module3 .c-title4 {
  width: 4.86rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m3-tit4.png) no-repeat center center/100% auto;
}
.wrapper .module3 .content1 {
  height: 8.52rem;
}
.wrapper .module3 .content2 {
  height: 7.75rem;
}
.wrapper .module3 .content2 .txt {
  margin-bottom: 0.4rem;
  text-align: center;
  color: #6d7cb8;
  font-size: 0.4rem;
}
.wrapper .module3 .content2 .pic-box {
  width: 7.5rem;
  height: 5.62rem;
  margin: 0.3rem auto 0;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/cz-pc.png) no-repeat center center/100% auto, url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/cz-pc2.png) no-repeat center center/97% auto;
}
.wrapper .module3 .content3 {
  height: 14.9rem;
}
.wrapper .module3 .content3 .pic-box {
  width: 6.56rem;
  height: 13.1rem;
  margin: 0.3rem auto 0rem;
}
.wrapper .module3 .content3 .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper .module3 .content4 {
  height: 6.66rem;
}
.wrapper .module3 .content4 .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.57rem;
  height: 3.16rem;
  margin-left: 0.28rem;
  margin-top: 0.3rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m3-video.png) no-repeat center center/100% auto;
}
.wrapper .module3 .content4 .video-box .cover {
  position: relative;
  width: 5.2rem;
  height: 2.9rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.wrapper .module3 .content4 .video-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.wrapper .module3 .content4 .video-box .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/btn-play.png) no-repeat center center/0.81rem auto;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
.wrapper .module3 .m3-swiper {
  position: relative;
  width: 6.5rem;
  height: 6.75rem;
  margin: 0.2rem auto 0rem;
}
.wrapper .module3 .m3-swiper .swiper-container {
  width: 6.5rem;
  height: 6.75rem;
  margin: 0 auto;
}
.wrapper .module3 .m3-swiper .txt-list {
  width: 6.5rem;
  height: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0 auto;
}
.wrapper .module3 .m3-swiper .txt-list:has(.empty) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper .module3 .m3-swiper .txt-item {
  width: 3.2rem;
  height: 1.8rem;
  padding: 0.15rem 0.16rem 0;
  background: #8190c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module3 .m3-swiper .txt-item.empty {
  display: none;
}
.wrapper .module3 .m3-swiper .txt-item:nth-child(1), .wrapper .module3 .m3-swiper .txt-item:nth-child(2) {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/txt-bg1.png) no-repeat center center/100% auto;
}
.wrapper .module3 .m3-swiper .txt-item:nth-child(3), .wrapper .module3 .m3-swiper .txt-item:nth-child(4) {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/txt-bg2.png) no-repeat center center/100% auto;
}
.wrapper .module3 .m3-swiper .txt-item:nth-child(5), .wrapper .module3 .m3-swiper .txt-item:nth-child(6) {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/txt-bg3.png) no-repeat center center/100% auto;
}
.wrapper .module3 .m3-swiper .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fzsj";
  margin-bottom: 0.1rem;
}
.wrapper .module3 .m3-swiper .tit span {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.05rem;
  line-height: 0.52rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/txt-bg4.png) no-repeat center center/100% auto;
}
.wrapper .module3 .m3-swiper p {
  font-family: "hyak";
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.4;
}
.wrapper .module3 .m3-swiper p span {
  color: #ffedb2;
}
.wrapper .module3 .m3-swiper .swiper-button-prev,
.wrapper .module3 .m3-swiper .swiper-button-next {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 2.6rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon2.png) no-repeat center center/100% auto;
  z-index: 2;
}
.wrapper .module3 .m3-swiper .swiper-button-prev::after,
.wrapper .module3 .m3-swiper .swiper-button-next::after {
  display: none;
}
.wrapper .module3 .m3-swiper .swiper-button-next {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.wrapper .module3 .m3-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .module3 .m3-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.08rem;
  opacity: 0.4;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon7.png) no-repeat center center/100% auto;
}
.wrapper .module3 .m3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon8.png) no-repeat center center/100% auto;
  opacity: 1;
}
.wrapper .module4 {
  height: auto;
}
.wrapper .module4 .module-inner {
  overflow: visible;
}
.wrapper .module4 .m-title {
  width: 6.81rem;
  height: 1.45rem;
  margin: 0 auto 0.6rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m4-tit.png) no-repeat center center/100% auto;
}
.wrapper .module4 .c-title1 {
  width: 3.26rem;
  height: 0.63rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m4-tit1.png) no-repeat center center/100% auto;
}
.wrapper .module4 .c-title2 {
  width: 2.46rem;
  height: 0.64rem;
  margin-left: 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m4-tit2.png) no-repeat center center/100% auto;
}
.wrapper .module4 .content1 {
  height: 7.25rem;
}
.wrapper .module4 .content2 {
  padding-bottom: 0.55rem;
}
.wrapper .module4 .info-list1 .list-wrapper {
  width: 6.75rem;
  margin: 0.15rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .module4 .info-list1 .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.27rem;
  height: 2.22rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m4-border.png) no-repeat center center/100% auto;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  text-decoration: none;
}
.wrapper .module4 .info-list1 .info-item .item-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.wrapper .module4 .info-list1 .info-item .item-cover img {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wrapper .module4 .info-list1 .info-item .prop-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.93rem;
  width: 1.83rem;
  height: 0.38rem;
  font-size: 0.24rem;
  color: #6d7cb8;
  text-align: center;
  font-family: "hyak";
  border-radius: 0.19rem;
  background: #ffffff;
  border: 0.01rem solid #7180bb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module4 .info-list2 {
  position: relative;
}
.wrapper .module4 .info-list2 .hero-swiper-container {
  height: 100%;
}
.wrapper .module4 .info-list2 .hero-content-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .module4 .info-list2 .content-item {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .module4 .info-list2 .content-item.two {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper .module4 .info-list2 .content-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .module4 .info-list2 .content-item .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.22rem;
  height: 3.71rem;
  margin: 0.25rem auto 0;
  position: relative;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m4-border2.png) no-repeat center center/100% auto;
}
.wrapper .module4 .info-list2 .content-item .content-left img {
  overflow: hidden;
  display: block;
  width: 5.95rem;
  height: 3.35rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
  border-radius: 0.15rem 0 0.15rem 0;
}
.wrapper .module4 .info-list2 .content-item .content-left .content-title {
  position: absolute;
  bottom: -0.6rem;
  left: 0.2rem;
  font-size: 0.32rem;
  line-height: 1;
  color: #6d7cb8;
  font-family: "fzsj";
}
.wrapper .module4 .info-list2 .content-item .content-left .content-title::after {
  content: "";
  position: absolute;
  width: 5.89rem;
  height: 0.4rem;
  bottom: -0.34rem;
  left: 0;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/line1.png) no-repeat center center/100% auto;
}
.wrapper .module4 .info-list2 .content-item .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.22rem;
  height: 3.71rem;
  margin: 1.4rem auto 0rem;
  position: relative;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m4-border2.png) no-repeat center center/100% auto;
}
.wrapper .module4 .info-list2 .content-item .content-right .video-box {
  width: 5.95rem;
  height: 3.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.wrapper .module4 .info-list2 .content-item .content-right .video-box .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.wrapper .module4 .info-list2 .content-item .content-right .video-box .video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.wrapper .module4 .info-list2 .content-item .content-right .video-box .video-cover .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon-play.png) no-repeat center center/0.8rem auto;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  z-index: 3;
}
.wrapper .module4 .info-list2 .content-item .content-right .content-title {
  position: absolute;
  bottom: -0.6rem;
  left: 0.2rem;
  font-size: 0.32rem;
  color: #6d7cb8;
  line-height: 1;
  font-family: "fzsj";
  z-index: 10;
}
.wrapper .module4 .info-list2 .content-item .content-right .content-title::after {
  content: "";
  position: absolute;
  width: 5.89rem;
  height: 0.4rem;
  bottom: -0.34rem;
  left: 0;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/line1.png) no-repeat center center/100% auto;
}
.wrapper .module4 .info-list2 .hero-swiper {
  width: 6.5rem;
  height: 1.85rem;
  margin: 1.2rem auto 0rem;
  position: relative;
}
.wrapper .module4 .info-list2 .hero-swiper .swiper-container {
  width: 5.7rem;
  height: 100%;
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center 30%;
      -ms-transform-origin: center 30%;
          transform-origin: center 30%;
  width: 1.05rem;
  font-family: "hyak";
  aspect-ratio: 1/1;
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item.active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item.active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item.active .hero-name {
  opacity: 1;
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.03rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item.active img {
  border-color: #fff;
}
.wrapper .module4 .info-list2 .hero-swiper .hero-item .hero-name {
  opacity: 0;
  width: 1.2rem;
  height: 0.33rem;
  margin-top: 0.08rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/name-box.png) no-repeat center center/100% auto;
  white-space: nowrap;
}
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-prev,
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-next {
  display: none;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/icon1.png) no-repeat center center/100% auto;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-prev::after,
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-next::after {
  display: none;
  font-size: 0.2rem;
  color: #333;
}
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-prev {
  left: 0%;
  top: 0.4rem;
}
.wrapper .module4 .info-list2 .hero-swiper .swiper-button-next {
  right: 0%;
  top: 0.4rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.wrapper .module4 .info-list2 .hero-swiper:hover .swiper-button-prev, .wrapper .module4 .info-list2 .hero-swiper:hover .swiper-button-next {
  opacity: 1;
}
.wrapper .module5 {
  height: 22.7rem;
}
.wrapper .module5 .module-inner {
  overflow: visible;
}
.wrapper .module5 .m-title {
  width: 7.5rem;
  height: 1.34rem;
  margin: 0 auto 0rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m5-tit.png) no-repeat center center/100% auto;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 5% 95%, rgba(0, 0, 0, 0));
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 5% 95%, rgba(0, 0, 0, 0));
}
.wrapper .module5 .play-list {
  width: 6.5rem;
  margin: 0.5rem auto 0rem;
}
.wrapper .module5 .play-list .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .module5 .play-list .play-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 6.5rem;
  height: 6.22rem;
  margin-bottom: 0.46rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#6d7cb8), to(#9ba9dc));
  background: linear-gradient(to right bottom, #6d7cb8, #9ba9dc);
  border-radius: 0.12rem;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.wrapper .module5 .play-list .play-item .item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.1rem;
  height: 3.44rem;
  margin-top: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.wrapper .module5 .play-list .play-item .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}
.wrapper .module5 .play-list .play-item .item-content {
  width: 6.1rem;
  padding: 0.33rem 0rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .module5 .play-list .play-item .item-content .item-title {
  position: relative;
  font-size: 0.41rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.6rem;
  font-family: "hyak";
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .module5 .play-list .play-item .item-content .item-title::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.68rem;
  width: 6.01rem;
  height: 0.34rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/line2.png) no-repeat center center/100% auto;
}
.wrapper .module5 .play-list .play-item .item-content .item-desc {
  font-size: 0.27rem;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "hy-45";
}
.wrapper .module6 {
  height: 10.32rem;
}
.wrapper .module6 .module-inner {
  overflow: visible;
}
.wrapper .module6 .m-title {
  width: 6.81rem;
  height: 1.44rem;
  margin: 0 auto 0.5rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/m6-tit.png) no-repeat center center/100% auto;
}
.wrapper .module6 .new-list {
  width: 6.5rem;
  margin: 0 auto;
}
.wrapper .module6 .new-list .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.05rem;
}
.wrapper .module6 .new-list .btn-more {
  display: block;
  width: 2.97rem;
  height: 0.99rem;
  margin: 0.5rem auto 0;
  font-size: 0.27rem;
  line-height: 0.9rem;
  font-family: "hyak";
  text-align: center;
  color: #ffffff;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/btn-more.png) no-repeat center center/100% auto;
}
.wrapper .module6 .new-list .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.88rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/q-bg1.png) no-repeat center center/100% auto;
  border-radius: 0.08rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  font-family: "hyak";
}
.wrapper .module6 .new-list .list-item:hover {
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/m/q-bg1.png) no-repeat center center/100% auto;
}
.wrapper .module6 .new-list .list-item .item-index {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.8rem;
  height: 100%;
  margin-left: 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  font-family: "SairaCondensed-Bold", sans-serif;
}
.wrapper .module6 .new-list .list-item .item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.28rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper .module6 .new-list .list-item .item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.17rem;
  height: 0.22rem;
  margin-right: 0.65rem;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/icon-arrow.png) no-repeat center center/100% auto;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6.87rem;
  height: 4.77rem;
  z-index: 9999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.dialog .dia-con {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dialog .dia-title {
  position: relative;
  margin-top: 0.55rem;
  font-size: 0.46rem;
  line-height: 1;
  text-align: center;
}
.dialog .dia-title.tit-small {
  font-size: 0.36rem;
}
.dialog .dia-title.tit-small span::before {
  left: -0.5rem;
  top: 0.07rem;
}
.dialog .dia-title.tit-small span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.07rem;
}
.dialog .dia-title span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.dialog .dia-title span em {
  color: #ea1438;
}
.dialog .dia-title span::before,
.dialog .dia-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.24rem;
  height: 0.26rem;
}
.dialog .dia-title span::before {
  left: -0.5rem;
  top: 0.17rem;
}
.dialog .dia-title span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.17rem;
}
.dialog .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 3.2rem;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.5;
}
.dialog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog .btn-common {
  display: block;
  width: 2.97rem;
  height: 0.68rem;
  font-size: 0.3rem;
  line-height: 0.68rem;
  border-radius: 0.1rem;
  color: #000;
  background: #f7bb1c;
  font-weight: bold;
}
.dialog .btn-confirm {
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.33rem;
  margin-right: 0.2rem;
  line-height: 0.65rem;
  color: #fff;
  font-weight: bold;
  background: #000;
}
.dialog .btn-cancel {
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.33rem;
  line-height: 0.65rem;
  color: #000;
  font-weight: bold;
  background: #f4eb00;
}
.dialog .dia-close {
  position: absolute;
  top: -0.65rem;
  right: 0rem;
  width: 0.44rem;
  height: 0.44rem;
  z-index: 2;
  background: url(//game.gtimg.cn/images/world/cp/a20260410xsgl/close.png) no-repeat center center/100% auto;
}
.dialog .color-txt {
  color: #b85e43;
}
.dialog .wrap-txt {
  width: 100%;
}

.dialog.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dialog-mask {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
}

.dialog-mask.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dia-common {
  width: 6.86rem;
  height: 4.64rem;
  background: #2c2a2e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-common .txt-box {
  height: 2.3rem;
  margin-top: 0.1rem;
}
.dia-common .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-video .v-box {
  width: 7rem;
  height: 3.94rem;
  border: 0.02rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-video .v-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dia-pic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-pic .pic-box {
  width: 6.5rem;
  border: 0.02rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-pic .pic-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}