/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Microsoft YaHei", "Helvetica Neue", HelveticaNeue, HelveticasimSun, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 625%;
}
input {
  width: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
select {
  outline: none;
}
button {
  padding: 0;
  background: transparent;
  border: none;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiple-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* stylelint-disable */
@font-face {
  font-family: fzcjljt;
  font-style: normal;
  font-weight: normal;
  src: url(https://www.yysls.cn/pc/fab/20250723194326/font/fzcjljt_449f7753.woff) format("woff");
}
@font-face {
  font-family: fzxjljt;
  font-style: normal;
  font-weight: normal;
  src: url(https://www.yysls.cn/pc/fab/20250723194326/font/fzxjljt_8b69e4e5.woff) format("woff");
}
@-webkit-keyframes scale-ani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scale-ani {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scale-ani {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.container {
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: 53.55rem;
  overflow: hidden;
  font-family: fzcjljt, sans-serif;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/bg_9b28233b.jpg?image_process=format,jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}
.container .wrap {
  position: absolute;
  max-width: 25.6rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}
.header {
  position: relative;
  height: 9.9rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/kv_40e22fdb.jpg?image_process=format,jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}
.header .kv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.9rem;
  pointer-events: none;
  content: "";
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/kv_mask_e021f359.png?image_process=format,png) 50% 0 no-repeat;
  background-size: auto 100%;
}
.header .kv-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .kv-bg video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.header .logo {
  position: absolute;
  z-index: 2;
  top: 0.25rem;
  left: 0.38rem;
  width: 1.7rem;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
     -moz-transform: translateX(-1rem);
      -ms-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo.hide {
  display: none;
}
.header .btn-enter {
  position: absolute;
  z-index: 2;
  top: 0.46rem;
  right: 1.25rem;
  width: 2.21rem;
  height: 0.45rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_enter_6a2d4af9.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transform: translateX(1rem);
     -moz-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}
.header .btn-enter.hide {
  display: none;
}
.header .slogan {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  width: 16.73rem;
  height: 6.15rem;
  margin-left: -7.35rem;
  background-size: 65%;
  opacity: 0;
}
.header .slogan .slogan-h {
  position: absolute;
  top: 0.3rem;
  width: 4.47rem;
  height: 7.26rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/slogan-l_cea8494a.png?image_process=format,png) no-repeat;
  background-size: 95%;
}
.header .slogan .kv-cg-btn {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 1.31rem;
  height: 0.85rem;
  margin-left: -1.2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/play_8a69e634.png?image_process=format,png) no-repeat;
  background-size: 100%;
}
.header .slogan .kv-cg-btn.hide {
  display: none;
}
.header .slogan .btn-box {
  position: absolute;
  top: 6.15rem;
  left: 3.82rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
}
.header .slogan .btn-box .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.08rem;
}
.header .slogan .btn-box .btns:nth-of-type(1) {
  margin-left: 0;
}
.header .slogan .btn-box .btns > a,
.header .slogan .btn-box .btns > div {
  width: 2.22rem;
  height: 0.54rem;
}
.header .slogan .btn-box .btns .btn-downpc,
.header .slogan .btn-box .btns .btn-wyfspt,
.header .slogan .btn-box .btns .btn-yun,
.header .slogan .btn-box .btns .btn-dsq,
.header .slogan .btn-box .btns .btn-m {
  display: none;
  width: 2.22rem;
  height: 0.54rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .slogan .btn-box .btns .btn-downpc:hover,
.header .slogan .btn-box .btns .btn-wyfspt:hover,
.header .slogan .btn-box .btns .btn-yun:hover,
.header .slogan .btn-box .btns .btn-dsq:hover,
.header .slogan .btn-box .btns .btn-m:hover {
  opacity: 0.9;
}
.header .slogan .btn-box .btns .btn-downpc.show,
.header .slogan .btn-box .btns .btn-wyfspt.show,
.header .slogan .btn-box .btns .btn-yun.show,
.header .slogan .btn-box .btns .btn-dsq.show,
.header .slogan .btn-box .btns .btn-m.show {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .slogan .btn-box .btns .btn-downpc {
  display: block;
  width: 1.63rem;
  height: 1.21rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_downpc4_b35612c7.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header .slogan .btn-box .btns .btn-wyfspt {
  display: none;
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_wyfspt_c6638389.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .slogan .btn-box .btns .btn-wyfspt.show {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .slogan .btn-box .btns .btn-yun {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_yun_c4effeb2.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .slogan .btn-box .btns .btn-dsq {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_dsq_fbe37c3c.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .slogan .btn-box .btns .btn-m {
  position: relative;
  z-index: 5;
  margin-bottom: 0.1rem;
  cursor: pointer;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_m_217c5c90.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .slogan .btn-box .btns .btn-m .nie-download {
  position: absolute;
  top: -0.1rem;
  left: 2.2rem;
  display: none;
  width: 3.98rem;
  height: 1.54rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/m_down_bg_f33e5b37.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m .nie-download .qrcode-box img {
  display: block;
  width: 1.08rem;
  margin: 0.25rem 0 0 0.4rem;
}
.header .slogan .btn-box .btns .btn-m .nie-download .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 1.2rem;
  margin: 0.2rem 0 0 0.4rem;
}
.header .slogan .btn-box .btns .btn-m .nie-download .buttons .link-tap {
  display: none;
}
.header .slogan .btn-box .btns .btn-m .nie-download .buttons .link-apple,
.header .slogan .btn-box .btns .btn-m .nie-download .buttons .link-android {
  display: block;
  width: 1.8rem;
  height: 0.53rem;
  text-indent: -9999em;
}
.header .slogan .btn-box .btns .btn-m .nie-download .buttons .link-apple {
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_ios_b9401bf1.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m .nie-download .buttons .link-android {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_android_4bdb43ec.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab {
  width: 3.77rem;
  height: 1.72rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/hover_bg1-9_7afe99de.png?image_process=format,png) no-repeat center / 100%;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .qrcode-box img {
  display: block;
  width: 1.13rem;
  margin: 0.32rem 0.1rem 0 0.52rem;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 1.3rem;
  margin: 0.2rem 0 0 0.4rem;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-apple,
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-android,
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-tap {
  display: block;
  width: 1.3rem;
  height: 0.38rem;
  text-indent: -9999em;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-apple {
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/ios1-9_71e08e62.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-android {
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/and1-9_fed820dc.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m .nie-download.fab .buttons .link-tap {
  display: block;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/tap1-9_9c3d47bb.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.header .slogan .btn-box .btns .btn-m:hover .nie-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header .slogan .btn-box .btns .btn-getcode {
  position: relative;
  z-index: 3;
  display: none;
  width: 2.22rem;
  height: 0.54rem;
  cursor: pointer;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_getcode_c2a40375.png?image_process=format,png) no-repeat center center / 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header .slogan .btn-box .btns .btn-getcode.show {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .slogan .btn-box .btns .btn-getcode .fc-gift {
  position: absolute;
  top: -0.1rem;
  right: -3.99rem;
  display: none;
  width: 3.99rem;
  height: 1.5rem;
  cursor: default;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/fc-gift_d5a1fc47.png?image_process=format,png) no-repeat center center / 100%;
}
.header .slogan .btn-box .btns .btn-getcode:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.header .slogan .btn-box .btns .btn-getcode:hover .fc-gift {
  display: block;
}
.header .slogan .btn-box.sye {
  left: 4rem;
  width: 7.6rem;
}
.header .slogan .btn-box.sye .btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
}
.header .slogan .btn-box.sye .btns > a,
.header .slogan .btn-box.sye .btns > div {
  margin-left: 0.08rem;
}
.header .slogan .btn-box.sye .btns .btn-downpc {
  width: 2.22rem;
  height: 0.54rem;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_downpc_e5ea8663.png?image_process=format,png);
}
.header .slogan .btn-box.btn-box-fab {
  left: 2.1rem;
  padding-left: 1.47rem;
}
.header .slogan .btn-box.btn-box-fab .btn-downpc {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.47rem;
  height: 1.29rem;
  margin: 0;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_downloadpc_ddb55ff1.png?image_process=format,png);
}
.header .slogan .btn-box.btn-box-fab .btn-getcode {
  z-index: 2;
}
.header .slogan .btn-box.btn-box-fab .btn-cloud {
  display: none;
  width: 2.22rem;
  height: 0.54rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_cloud_da012098.png?image_process=format,png) no-repeat;
  background-size: 100%;
}
.header .slogan .btn-box.btn-box-fab .btn-cloud.show {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .slogan .btn-box.fab .btn-downpc {
  width: 2.22rem;
  height: 0.54rem;
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_downpc_e5ea8663.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .slogan .btn-box.fab .btn-dsq {
  display: block;
}
.header .btn-age {
  display: block;
  width: 0.43rem;
  height: 0.57rem;
  margin: 0.1rem auto 0;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_age_1dd54eb7.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.header .btn-age.hide {
  display: none;
}
.header .botshare {
  opacity: 0;
  -webkit-transform: translateX(-1rem);
     -moz-transform: translateX(-1rem);
      -ms-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.header .version {
  position: absolute;
  top: 8.12rem;
  left: 1.2rem;
  display: none;
  width: 5.8rem;
  height: auto;
  padding: 0.04rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.header .version.on {
  display: block;
}
.header .version .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .version .line p {
  width: 50%;
  height: 0.22rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #fff;
}
.header .version .line p a {
  color: #ff848c;
}
.header.anime {
  position: relative;
}
.header.anime .logo,
.header.anime .btn-enter,
.header.anime .slogan,
.header.anime .botshare {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header.anime .slogan {
  -webkit-transition: opacity 1s 0.5s;
  -moz-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
@media screen and (max-width: 1920px) {
  .header {
    background: url(https://www.yysls.cn/pc/fab/20250723194326/img/kv-1920_f42a6714.jpg?image_process=format,jpg) 50% 0 no-repeat;
  }
}
.weapon {
  position: absolute;
  top: 9.02rem;
  left: 0;
  width: 100%;
}
.weapon .weapon-title {
  display: block;
  width: 8.43rem;
  height: 1.29rem;
  margin: 0 auto 0.88rem;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.weapon .weapon-title.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.weapon .weapon-wrap {
  display: block;
  width: 14.81rem;
  height: 5.28rem;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.weapon .weapon-wrap .swiper-wrapper {
  width: 14.81rem;
  height: 2.81rem;
}
.weapon .weapon-wrap .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
}
.weapon .weapon-wrap .swiper-slide img {
  display: block;
  width: 100%;
}
.weapon .weapon-wrap .weapon-pagination {
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.22rem;
}
.weapon .weapon-wrap .weapon-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.05rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/weapon_p_33c27777.png?image_process=format,png) no-repeat center / 100%;
  opacity: 1;
}
.weapon .weapon-wrap .weapon-pagination .swiper-pagination-bullet-active {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/weapon_p_act_52a8d037.png?image_process=format,png) no-repeat center / 100%;
  opacity: 1;
}
.weapon .weapon-wrap .weapon-prev,
.weapon .weapon-wrap .weapon-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: block;
  width: 0.54rem;
  height: 0.54rem;
}
.weapon .weapon-wrap .weapon-prev {
  margin-left: -2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/weapon_prev_b55edb91.png?image_process=format,png) no-repeat center / 100%;
}
.weapon .weapon-wrap .weapon-next {
  margin-left: 1.45rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/weapon_next_343681ba.png?image_process=format,png) no-repeat center / 100%;
}
.weapon .weapon-wrap.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gift {
  position: absolute;
  top: 17.18rem;
  left: 0;
  z-index: 2;
  width: 100%;
}
.gift .gift-title {
  display: block;
  width: 6.34rem;
  height: 1.5rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.gift .gift-title.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gift .gift-wrap {
  width: 14.34rem;
  height: 8.26rem;
  margin: 0.2rem auto 0;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/gift_bg_2_7d337506.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.gift .gift-wrap.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gift .gift-wrap .gift-follow {
  position: absolute;
  bottom: 0;
  left: 9.44rem;
  width: 2.3rem;
  height: 2.55rem;
}
.gift .gift-wrap .gift-follow .qrcode {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  width: 5.29rem;
  margin-left: -2.65rem;
}
.gift .gift-wrap .gift-follow.show {
  cursor: pointer;
}
.gift .gift-wrap .gift-follow.show:hover .qrcode {
  display: block;
}
.feature {
  position: absolute;
  top: 27.03rem;
  z-index: 1;
  width: 100%;
  height: 13.69rem;
}
.feature::before {
  position: absolute;
  top: -2.52rem;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 18.76rem;
  pointer-events: none;
  content: "";
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/feature_mask_2_b6982341.png?image_process=format,png) 50% 0 no-repeat;
  background-size: auto 100%;
}
.feature::after {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  z-index: 2;
  width: 3.12rem;
  height: 2.39rem;
  margin-left: 5.48rem;
  pointer-events: none;
  content: "";
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/feature_r_d6e37fa4.png?image_process=format,png) 50% 0 no-repeat;
  background-size: auto 100%;
}
.feature .feature-title {
  position: absolute;
  top: 1.7rem;
  right: 0;
  left: 0;
  z-index: 3;
  width: 6.48rem;
  height: 1.29rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.feature .feature-title.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.feature .swiper-container {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.feature .swiper-container.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.feature .swiper-container .swiper-slide {
  overflow: hidden;
}
.feature .swiper-container img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38.4rem;
  margin-left: -19.2rem;
}
.feature .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.feature .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.62rem;
  height: 0.03rem;
  margin: 0 0.1rem;
  background: #696969;
  border-radius: 0.03rem;
  opacity: 1;
}
.feature .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.06rem;
  background: #d3994e;
  border-radius: 0.06rem;
  opacity: 1;
}
.feature .swiper-container .feature-prev,
.feature .swiper-container .feature-next {
  position: absolute;
  bottom: 2.1rem;
  left: 50%;
  z-index: 10;
  display: block;
  width: 0.47rem;
  height: 0.62rem;
}
.feature .swiper-container .feature-prev {
  margin-left: -3.56rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/feature_prev_d3634779.png?image_process=format,png) no-repeat center / 100%;
}
.feature .swiper-container .feature-next {
  margin-left: 3.15rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/feature_next_6f404b40.png?image_process=format,png) no-repeat center / 100%;
}
.gameshow {
  position: absolute;
  top: 39.98rem;
  left: 0;
  z-index: 3;
  width: 100%;
}
.gameshow .gameshow-title {
  display: block;
  width: 7.4rem;
  height: 1.65rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.gameshow .gameshow-title.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gameshow .gameshow-conetnt {
  position: relative;
  width: 10.82rem;
  height: 4.86rem;
  margin: 0.4rem auto 0;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.gameshow .gameshow-conetnt.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gameshow .gameshow-conetnt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/gameshow_video_mask_2_be64ecdc.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.gameshow .gameshow-conetnt .cover {
  display: block;
  width: 100%;
  height: 100%;
}
.gameshow .gameshow-conetnt .btn-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/gameshow_video_icon_e5c46f23.png?image_process=format,png) no-repeat;
  background-size: 0.9rem 0.9rem;
}
.footer {
  position: absolute;
  top: 50.92rem;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.footer .desc {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 3.73rem;
  margin-left: 0.75rem;
}
.footer .desc img {
  display: block;
  width: 100%;
}
.footer .btn-download {
  display: block;
  width: 2.93rem;
  height: 0.68rem;
  margin: 0.12rem 0.55rem 0.28rem 0.15rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/footer_btn_download_2cc579c4.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.footer .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 4.18rem;
}
.footer .down-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.15rem;
}
.footer .down-info .nie-download {
  width: 1.41rem;
  height: 1.2rem;
  padding-top: 1px;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/foot_qrcode_25d4c539.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .down-info .nie-download.hide {
  display: none;
}
.footer .down-info .nie-download .NIE-qrcode {
  margin-top: 0.05rem;
  margin-left: 0.27rem;
  width: 1.09rem;
  height: 1.09rem;
  padding: 0.06rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .down-info .nie-download .NIE-qrcode img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .down-info .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.52rem;
  margin-bottom: 0.26rem;
  margin-left: 0.14rem;
}
.footer .down-info .btns .btn-downpc {
  display: block;
  width: 2.24rem;
  height: 0.52rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_downpc2_d407b73c.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.footer .down-info .btns .btn-desc {
  display: block;
  width: 2.24rem;
  height: 0.52rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-pzsm_ae521e17.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.footer .down-info .btns .btn-down {
  display: block;
  width: 2.24rem;
  height: 0.52rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_down_c4c01fa8.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.footer.anime {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.copyright {
  min-width: 1400px;
  padding: 0.2rem 0;
  overflow: hidden;
  background: #000;
}
.copyright .logo {
  width: 1.7rem;
  height: 0.54rem;
  margin: 0.2rem auto;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/logo_a9b36efe.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.copyright p {
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #fff;
  text-align: center;
}
.copyright p a {
  color: #fff;
  text-decoration: underline;
}
.copyright .nie-cn-guardianship {
  display: block;
  width: 1.5rem;
  margin: 0 auto;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #fff;
  text-align: center;
  background: #610000;
}
.side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  display: none;
}
.side .side-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.86rem;
  height: 5.28rem;
  padding: 0.34rem 0.21rem 0 0.14rem;
  margin-top: -2.8rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_bg_46998ede.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  -moz-transition: 0.5s transform, 0.5s -moz-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform;
}
.side .side-wrap .side-btn {
  display: block;
  width: 1.35rem;
  height: 0.34rem;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.34rem;
  color: #343434;
  text-align: center;
}
.side .side-wrap .side-btn:hover,
.side .side-wrap .side-btn.active {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_btn_hover_30f9e5d6.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.side .side-wrap .side-btn.qrcode {
  width: 1.1rem;
  height: auto;
}
.side .side-wrap .side-btn.qrcode.hide {
  display: none;
}
.side .side-wrap .side-btn.qrcode .nie-download {
  width: 1.1rem;
  height: 1.1rem;
  padding: 1px;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_qrcode_557570e3.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.side .side-wrap .side-btn.qrcode .nie-download .NIE-qrcode {
  margin-top: 0.08rem;
  margin-left: 0.08rem;
  width: 0.92rem;
  height: 0.92rem;
}
.side .side-wrap .side-btn.qrcode .nie-download .NIE-qrcode img {
  width: 100%;
  height: 100%;
}
.side .side-wrap .side-btn.qrcode:hover,
.side .side-wrap .side-btn.qrcode.active {
  background: none;
}
.side .side-wrap .side-btn.qrcode p {
  font-size: 0.14rem;
}
.side .side-wrap .split {
  display: block;
  width: 0.06rem;
  height: 0.19rem;
  margin: 0.04rem auto;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_split_fc788df4.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.side .btn-close {
  position: absolute;
  right: 0.74rem;
  bottom: -0.22rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_btn_close_40a7bafd.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.side .btn-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/side_btn_open_3477a9b0.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  -moz-transition: 0.5s transform, 0.5s -moz-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform;
  -webkit-transform: translateX(0.42rem);
     -moz-transform: translateX(0.42rem);
      -ms-transform: translateX(0.42rem);
          transform: translateX(0.42rem);
}
.side.active .side-wrap {
  -webkit-transform: translateX(1.72rem);
     -moz-transform: translateX(1.72rem);
      -ms-transform: translateX(1.72rem);
          transform: translateX(1.72rem);
}
.side.active .btn-open {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* stylelint-enable */
/* stylelint-disable-next-line */
#NIE-share {
  display: none !important;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
#NIE-share.show {
  display: block !important;
}
#NIE-share .NIE-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#NIE-share .NIE-share-txt {
  margin-right: 0.22rem;
  font-size: 0.22rem;
  color: #fff5e2;
}
#NIE-share .NIE-share-iconBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#NIE-share .iconfont {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.08rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#NIE-share .NIE-share-btn23 {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/share_wx_aa7ddb59.png?image_process=format,png);
}
#NIE-share .NIE-share-btn2 {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/share_wb_d5488f80.png?image_process=format,png);
}
#NIE-share .NIE-share-btn1 {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/share_qzone_6fde6610.png?image_process=format,png);
}
#NIE-share .NIE-share-btn24 {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/share_qq_365d2131.png?image_process=format,png);
}
/* stylelint-disable */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup .popup-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: fzcjljt, sans-serif;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup .popup-close {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/popup_close_65960f40.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  -moz-transition: 0.5s transform, 0.5s -moz-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform;
}
.popup .popup-close:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup.popup-video .popup-wrap {
  width: 10.82rem;
}
.popup.popup-video .popup-close {
  top: 0;
  right: -0.5rem;
}
.popup.popup-video video {
  display: block;
  width: 100%;
}
.popup.popup-age .popup-wrap {
  width: 9.745rem;
  height: 4.97rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_age_5964e00e.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-age .popup-close {
  position: absolute;
  inset: auto 0 -0.5rem;
  margin: 0 auto;
}
.popup.popup-age .art {
  height: 3.8rem;
  margin: 0.8rem 0.5rem 0;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.popup.popup-age .art::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup.popup-age .art p,
.popup.popup-age .art a {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #c5c5c5;
}
.popup.popup-age .art a {
  text-decoration: underline;
}
.popup.popup-getcode .popup-wrap {
  width: 5.8rem;
  height: 5.76rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-getcode_f98fc4a5.jpg?image_process=format,jpg) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-getcode .popup-close {
  position: absolute;
  inset: auto 0 -0.64rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-close2_d0f0ae75.png?image_process=format,png);
}
.popup.popup-getcode h2 {
  width: 2.8rem;
  height: 0.3rem;
  margin: 0.33rem auto 0.35rem;
}
.popup.popup-getcode h2 img {
  display: block;
  width: 100%;
}
.popup.popup-getcode .panel {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.1rem;
  height: 0.6rem;
  margin: 0 auto 0.3rem;
  background: #bec2ce;
  border: 1px #acacac solid;
}
.popup.popup-getcode .panel input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.2rem;
  font-size: 0.28rem;
  color: #222;
}
.popup.popup-getcode .panel-authcode input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup.popup-getcode .btn-authcode {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8rem;
  height: 0.61rem;
  padding-right: 0.1rem;
  margin: -1px -0.1rem 0 0;
  font-size: 0.26rem;
  color: #000;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-authcode_51146d0a.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-getcode .btn-get {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.22rem;
  height: 0.47rem;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #fff;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-getcode_916197f4.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-code .popup-wrap {
  width: 5.8rem;
  height: 4.38rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-code_9289c668.jpg?image_process=format,jpg) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-code .popup-close {
  position: absolute;
  inset: auto 0 -0.64rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-close2_d0f0ae75.png?image_process=format,png);
}
.popup.popup-code h2 {
  width: 1.55rem;
  height: 0.29rem;
  margin: 0.3rem auto 0.27rem;
}
.popup.popup-code h2 img {
  display: block;
  width: 100%;
}
.popup.popup-code .code-txt {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.1rem;
  height: 0.6rem;
  margin: 0 auto 0.2rem;
  background: #bec2ce;
  border: 1px #acacac solid;
}
.popup.popup-code .code-txt p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei";
  font-size: 0.28rem;
  color: #222;
}
.popup.popup-code .code-txt .btn-copy {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8rem;
  height: 0.61rem;
  padding-right: 0.1rem;
  margin: -1px -0.12rem 0 0;
  font-size: 0.26rem;
  color: #000;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-authcode_51146d0a.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-code .code-intro {
  width: 5.1rem;
  margin: 0 auto;
}
.popup.popup-code .code-intro h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.24rem;
  margin: 0 auto 0.05rem;
  font-size: 0.18rem;
  font-weight: normal;
  color: #000;
}
.popup.popup-code .code-intro p {
  margin: 0 auto 0.05rem;
  font-size: 0.17rem;
  line-height: 0.24rem;
  color: #000;
}
.popup.popup-code .code-intro a {
  color: #000;
  text-decoration: underline;
}
.popup.popup-desc .popup-wrap {
  width: 9rem;
  height: 5.5rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-desc_d1790d93.jpg?image_process=format,jpg) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-desc .popup-close {
  position: absolute;
  top: -0.48rem;
  right: -0.53rem;
  width: 0.51rem;
  height: 0.49rem;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-close3_361b46e1.png?image_process=format,png);
}
.popup.popup-desc h2 {
  width: 3.57rem;
  height: 0.45rem;
  margin: 0.22rem auto 0.12rem;
}
.popup.popup-desc h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.popup.popup-desc .tab-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.41rem;
  margin: 0 auto 0.16rem;
}
.popup.popup-desc .tab-box .tab {
  width: 1.44rem;
  height: 0.41rem;
  margin: 0 0.5rem;
}
.popup.popup-desc .tab-box .tab1 {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_tab1_e4466794.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-desc .tab-box .tab1.cur {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_tab1_on_b6d94962.png?image_process=format,png);
}
.popup.popup-desc .tab-box .tab2 {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_tab2_6a245d49.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-desc .tab-box .tab2.cur {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_tab2_on_708015ae.png?image_process=format,png);
}
.popup.popup-desc .table-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 8.58rem;
  height: 3.2rem;
  margin: 0 auto 0.12rem;
}
.popup.popup-desc .table-box.show {
  display: block;
}
.popup.popup-desc .table-box table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 8.46rem;
  border-spacing: 0;
  border-collapse: collapse;
}
.popup.popup-desc .table-box table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.popup.popup-desc .table-box table tr th,
.popup.popup-desc .table-box table tr td {
  width: 1.52rem;
  padding: 0.05rem 0;
  text-align: center;
}
.popup.popup-desc .table-box table tr th:first-child,
.popup.popup-desc .table-box table tr td:first-child {
  width: 0.88rem;
}
.popup.popup-desc .table-box table tr th:nth-child(5),
.popup.popup-desc .table-box table tr td:nth-child(5),
.popup.popup-desc .table-box table tr th:nth-child(6),
.popup.popup-desc .table-box table tr td:nth-child(6) {
  width: 1.51rem;
}
.popup.popup-desc .table-box table thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.36rem;
}
.popup.popup-desc .table-box table thead tr {
  height: 0.36rem;
}
.popup.popup-desc .table-box table thead th {
  font-size: 0.21rem;
  color: #111;
}
.popup.popup-desc .table-box table tbody {
  width: 100%;
}
.popup.popup-desc .table-box table tbody tr {
  width: 100%;
}
.popup.popup-desc .table-box table tbody tr:first-child td,
.popup.popup-desc .table-box table tbody tr:nth-child(2) td {
  height: 0.51rem;
}
.popup.popup-desc .table-box table tbody tr:nth-child(4) td,
.popup.popup-desc .table-box table tbody tr:nth-child(6) td {
  height: 0.32rem;
}
.popup.popup-desc .table-box table tbody td {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.34rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #000;
}
.popup.popup-desc .table-box table tbody td.col5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup.popup-desc .table-box-pc {
  padding: 0.07rem 0.05rem 0.08rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_pc_7c989125.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-desc .table-box-bjb {
  padding: 0.07rem 0.05rem 0.08rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_pzsm_bjb_78457547.png?image_process=format,png) no-repeat center center / 100% 100%;
}
.popup.popup-desc .table-box-bjb table tr {
  width: 100%;
}
.popup.popup-desc .table-box-bjb table tr th,
.popup.popup-desc .table-box-bjb table tr td {
  width: 1.85rem;
  padding: 0.05rem 0;
  text-align: center;
}
.popup.popup-desc .table-box-bjb table tr th:first-child,
.popup.popup-desc .table-box-bjb table tr td:first-child {
  width: 1.13rem;
}
.popup.popup-desc .table-box-bjb table tr th:nth-child(4),
.popup.popup-desc .table-box-bjb table tr td:nth-child(4) {
  width: 1.84rem;
}
.popup.popup-desc .table-box-bjb table tr th:nth-child(5),
.popup.popup-desc .table-box-bjb table tr td:nth-child(5) {
  width: 1.8rem;
}
.popup.popup-desc .table-box-bjb table tbody tr {
  width: 100%;
}
.popup.popup-desc .table-box-bjb table tbody tr:first-child td,
.popup.popup-desc .table-box-bjb table tbody tr:nth-child(2) td {
  height: 0.47rem;
}
.popup.popup-desc .table-box-bjb table tbody tr:nth-child(4) td,
.popup.popup-desc .table-box-bjb table tbody tr:nth-child(6) td {
  height: 0.35rem;
}
.popup.popup-desc .table-box-bjb table tbody td {
  height: 0.35rem;
}
.popup.popup-desc .code-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 8.08rem;
  height: 0.67rem;
  margin: 0 auto;
}
.popup.popup-desc .code-box p {
  font-size: 0.18rem;
  color: #252524;
}
.popup.popup-desc .code-box .img {
  width: 0.67rem;
  height: 0.67rem;
}
.popup.popup-desc .code-box .img img {
  width: 100%;
  vertical-align: top;
}
.popup.popup-alert .popup-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 3.28rem;
  padding: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-alert_5df5c0d8.jpg?image_process=format,jpg) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-alert .popup-close {
  position: absolute;
  inset: auto 0 -0.64rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-close2_d0f0ae75.png?image_process=format,png);
}
.popup.popup-alert p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000;
}
.popup.popup-download .popup-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 2.57rem;
  padding: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_downbg_ff1aaa40.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-download .popup-close {
  position: absolute;
  inset: auto 0 -0.64rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-close2_d0f0ae75.png?image_process=format,png);
}
.popup.popup-download .nie-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.popup-download .nie-download .qrcode-box {
  width: 2.27rem;
  height: 1.88rem;
  margin: 0 0 0 0.05rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/code_bg_578e1bf5.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .nie-download .qrcode-box img {
  display: block;
  width: 1.7rem;
  margin: 0.06rem 0 0 0.12rem;
}
.popup.popup-download .nie-download .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 2.84rem;
  height: 1.2rem;
  margin: 0 0 0 0.15rem;
}
.popup.popup-download .nie-download .buttons .link-apple,
.popup.popup-download .nie-download .buttons .link-android {
  width: 2.84rem;
  height: 0.83rem;
  text-indent: -9999em;
}
.popup.popup-download .nie-download .buttons .link-apple {
  margin-bottom: 0.2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_ios_b9401bf1.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .nie-download .buttons .link-android {
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn_android_4bdb43ec.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .nie-download .buttons .link-tap {
  display: none;
}
.popup.popup-download .popup-wrap.fab {
  width: 5.07rem;
  height: 2.57rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/yd-pop1-9_ff1b20ef.png?image_process=format,png) no-repeat center / 100%;
}
.popup.popup-download .popup-wrap.fab .nie-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.popup-download .popup-wrap.fab .nie-download .qrcode-box {
  width: 2.27rem;
  height: 1.88rem;
  margin: 0 0 0 1.05rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/code_bg_578e1bf5.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .popup-wrap.fab .nie-download .qrcode-box img {
  display: block;
  width: 1.6rem;
  margin: 0.06rem 0 0 0.12rem;
}
.popup.popup-download .popup-wrap.fab .nie-download .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 2.84rem;
  height: 1.2rem;
  margin: 0 0 0 0.15rem;
}
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-apple,
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-android,
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-tap {
  width: 1.87rem;
  height: 0.55rem;
  text-indent: -9999em;
}
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-apple {
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/ios1-9-2_72585634.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-android {
  margin-bottom: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/and1-9-2_cd7ff9c9.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-download .popup-wrap.fab .nie-download .buttons .link-tap {
  display: block;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/tap1-9-2_07684008.png?image_process=format,png) no-repeat;
  background-size: 100% auto;
}
.popup.popup-yaosu .popup-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 5.76rem;
  padding: 0.1rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-yaosu_4d69c28f.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
}
.popup.popup-yaosu .popup-close {
  position: absolute;
  inset: auto 0 -0.64rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-close2_d0f0ae75.png?image_process=format,png);
}
.popup.popup-yaosu .content {
  padding: 0.12rem 0.32rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.popup.popup-yaosu .content p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #000;
}
/* stylelint-enable */

/* stylelint-disable */
.myAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  background: rgba(0, 0, 0, 0.7);
}
.myAlert .myAlert-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.myAlert .myAlert-con .myAlert-close {
  position: absolute;
  right: -0.5rem;
  top: 0;
  width: 0.42rem;
  height: 0.42rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/close-btn_65960f40.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
}
.myAlert .myAlert-con .myAlert-close:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.myAlert .myAlert-con.myAlert-con-video {
  width: 9rem;
}
.myAlert .myAlert-con.myAlert-con-video .video-show {
  display: block;
  width: 100%;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pop.on {
  z-index: 200;
  visibility: visible;
}
.pop.on .mask {
  background: rgba(0, 0, 0, 0.7);
}
.pop .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.pop .pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop .yyok-box {
  position: relative;
  width: 4.56rem;
  height: 4.41rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg_7a6f7177.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .yyok-box .txt {
  text-align: center;
  font-size: 0.32rem;
  color: #000000;
  font-family: "fzcjljt";
  margin-top: 0.3rem;
}
.pop .yyok-box p {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #000000;
  font-family: "fzcjljt";
  margin: 0.1rem auto 0;
}
.pop .yyok-box .qr {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem auto 0;
}
.pop .yyok-box .qr img {
  display: block;
  width: 100%;
}
.pop .enyy-box {
  position: relative;
  width: 4.2rem;
  height: 4.08rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg_7a6f7177.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .enyy-box .tit {
  text-align: center;
  font-size: 0.26rem;
  color: #000000;
  font-family: "fzcjljt";
  margin-top: 0.4rem;
}
.pop .enyy-box .iptbox {
  position: relative;
  display: block;
  width: 3.46rem;
  height: 0.35rem;
  border: 0.01rem solid #a4a19b;
  margin: 0.34rem auto 0;
  background-color: rgba(229, 227, 223, 0.6);
}
.pop .enyy-box .iptbox.iptbox {
  margin-top: 0.21rem;
}
.pop .enyy-box .iptbox.on .showbox .arrow {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pop .enyy-box .iptbox.on .selectbox {
  display: block;
}
.pop .enyy-box .iptbox .ipt {
  display: block;
  width: 3.26rem;
  height: 100%;
  margin: auto;
  background: transparent;
  outline: none;
  border: none;
  line-height: 0.35rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.16rem;
}
.pop .enyy-box .iptbox .ipt::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .ipt::-moz-placeholder {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .ipt:-ms-input-placeholder {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .ipt::-ms-input-placeholder {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .ipt::placeholder {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .showbox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pop .enyy-box .iptbox .showbox .region {
  float: left;
  width: 3.05rem;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .iptbox .showbox .arrow {
  position: absolute;
  right: 0.13rem;
  top: 50%;
  width: 0.17rem;
  height: 0.09rem;
  margin-top: -0.09/2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/arrow_135b3f2f.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
}
.pop .enyy-box .iptbox .selectbox {
  position: absolute;
  left: 0;
  bottom: -1.7rem;
  z-index: 2;
  width: 100%;
  height: 1.5rem;
  background-color: #e5e3df;
  padding: 0.1rem 0;
  display: none;
}
.pop .enyy-box .iptbox .selectbox .scrollbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pop .enyy-box .iptbox .selectbox .li {
  display: block;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
}
.pop .enyy-box .agreebox {
  position: relative;
  width: 3.46rem;
  margin: 0.17rem auto 0;
  font-size: 0;
}
.pop .enyy-box .agreebox .checkbox {
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 0.22rem;
  height: 0.18rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/checkbox_7557ddc7.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
}
.pop .enyy-box .agreebox .checkbox.on {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/checkbox-on_0e73b191.png?image_process=format,png);
}
.pop .enyy-box .agreebox .txt {
  display: inline-block;
  text-indent: 0.24rem;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "fzxjljt";
  line-height: 0.2rem;
}
.pop .enyy-box .agreebox .txt a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "fzxjljt";
  font-size: 0.16rem;
  text-decoration: underline;
}
.pop .enyy-box .reg-btn {
  display: block;
  width: 2.14rem;
  height: 0.52rem;
  margin: 0.35rem auto 0;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-prereg_921d31bd.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
}
.pop .zhyy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 4.72rem;
  height: 4.48rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg_7a6f7177.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 0.01rem;
}
.pop .zhyy-box:after {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: -3.29rem;
  width: 4.42rem;
  height: 6.94rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-zs_61ac3a3a.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}
.pop .zhyy-box .new-order-ctn .header-title {
  padding-top: 0.4rem;
}
.pop .zhyy-box .new-order-ctn .order-ctn .more-fun.back {
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.pop .zhyy-box .new-order-ctn .order-ctn.phone-ctn {
  margin-top: 0.4rem;
}
.pop .zhyy-box .tip-reward {
  margin-top: 0.26rem;
  font-family: "fzcjljt";
  font-size: 0.18rem;
  line-height: 0.22rem;
  text-align: center;
  color: #c5c5c5;
}
.pop .mini-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 4.72rem;
  height: 4.48rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg_7a6f7177.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 0.01rem;
}
.pop .mini-box:after {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -2.9rem;
  width: 4.42rem;
  height: 6.94rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-zs_61ac3a3a.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}
.pop .mini-box .qrbox {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.2rem auto 0;
  border: 1px solid #000;
}
.pop .mini-box .qrbox .qrcode-mask {
  width: 100%;
}
.pop .mini-box .qrbox .qrcode-mask img {
  display: block;
  width: 100%;
}
.pop .mini-box .qrbox:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 0.77rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon_289bd1af.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
}
.pop .mini-box .tip {
  font-size: 0;
  text-align: center;
  margin-top: 0.1rem;
}
.pop .mini-box .tip i {
  display: inline-block;
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/scan-icon_3538edcd.png?image_process=format,png) no-repeat center;
  background-size: 100% 100%;
}
.pop .mini-box .tip span {
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
  color: #c5c5c5;
  font-family: "fzcjljt";
  margin-left: 0.05rem;
}
.pop .mini-box .tip-reward {
  margin-top: 0.26rem;
  font-family: "fzcjljt";
  font-size: 0.18rem;
  line-height: 0.22rem;
  text-align: center;
  color: #c5c5c5;
}
.pop .mini-box .overtime {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}
.pop .mini-box .new-order-ctn .order-ctn .more-fun.back {
  margin-top: 0.35rem;
  font-size: 0.16rem;
}
.pop .myAlertzh-box {
  position: relative;
  width: 2.84rem;
  height: 2.76rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg2_85e743d7.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .myAlertzh-box .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  font-size: 0.2rem;
  text-align: center;
  color: #000;
  font-family: "fzcjljt";
  line-height: 1.25;
}
.pop .myAlerten-box {
  position: relative;
  width: 3.55rem;
  height: 1.92rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-bg3_e4355545.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .myAlerten-box .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.8rem;
  font-size: 0.2rem;
  text-align: center;
  color: #000;
  font-family: "fzcjljt";
  line-height: 1.25;
}
.pop .plt-box {
  position: relative;
  width: 7.39rem;
  height: 6.32rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/plt2_6bdf4cd0.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .plt-box .btn-plt {
  position: absolute;
  left: 50%;
  bottom: 0.47rem;
  width: 2.61rem;
  height: 0.58rem;
  margin-left: -1.3rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-plt_a416f040.png?image_process=format,png) center center no-repeat;
  background-size: 100% 100%;
}
.pop .plt-box .btn-plt:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.pop .plt-box2 {
  position: relative;
  width: 9.02rem;
  height: 5.45rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop_plt_5b2b72a4.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .plt-box2 .btn-plt2 {
  width: 3.36rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 0.92rem;
  margin-left: -1.68rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-join-zm_59411a3c.png?image_process=format,png) center center no-repeat;
  background-size: 100% 100%;
}
.pop .plt-box2 .btn-plt2:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.pop .wxxcx-box {
  position: relative;
  width: 5.5rem;
  height: 4.66rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-xcx_f445c1c2.png?image_process=format,png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.pop .wxxcx-box .tit {
  width: 3.22rem;
  height: 0.88rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/tit-xcx_1b3fbce7.png?image_process=format,png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0.38rem auto 0;
}
.pop .wxxcx-box .qr {
  width: 2.05rem;
  height: 2.05rem;
  margin: 0.28rem auto 0;
}
.pop .wxxcx-box .qr img {
  display: block;
  width: 100%;
}
.pop .wxxcx-box .txt {
  font-family: "fzxjljt";
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.36rem;
}
.pop .close-pop {
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/close-btn_65960f40.png?image_process=format,png) center center no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pop .close-pop:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pop .close-plt {
  position: static;
  display: block;
  width: 0.64rem;
  height: 0.62rem;
  margin: 0.15rem auto 0;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/btn-close3_361b46e1.png?image_process=format,png) center center no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pop .close-plt:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pop.pop-slts .cont {
  width: 19.49/2rem;
  height: 9.94/2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/pop-slts_5964e00e.png?image_process=format,png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 0.5rem 0;
}
.pop.pop-slts .cont .text {
  overflow-x: hidden;
  overflow-y: auto;
  height: 3.8rem;
}
.pop.pop-slts .cont .text a {
  border-bottom: 1px solid #c5c5c5;
  color: #c5c5c5;
  font-style: italic;
}
.pop.pop-slts .cont .text::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.pop.pop-slts .cont .text p {
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-family: "fzcjljt";
  color: #c5c5c5;
  line-height: 0.25rem;
}
.pop.pop-slts .cont .close-plt {
  margin: 0.6rem auto 0;
}

/* stylelint-disable */
.new-order-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -webkit-filter: opacity(80);
          filter: opacity(80);
  display: none;
  left: 0;
  top: 0;
  z-index: 189;
}
.new-order-ctn2 {
  margin-left: auto;
  width: 4.22rem;
  height: 100%;
}
.new-order-ctn .header-title {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding-top: 0.35rem;
}
.new-order-ctn .header-title span {
  display: inline-block;
  font-size: 0.26rem;
  color: #d6a462;
  font-family: "fzcjljt";
}
.new-order-ctn .order-ctn {
  width: 100%;
  font-size: 0;
}
.new-order-ctn .order-ctn.phone-ctn {
  width: 3.48rem;
  margin: 0.35rem auto 0;
}
.new-order-ctn .order-ctn .os-select {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.new-order-ctn .order-ctn .os-select .os-radio {
  display: inline-block;
  vertical-align: middle;
  width: 1.16rem;
  height: 0.37rem;
  background-color: rgba(218, 213, 203, 0.5);
}
.new-order-ctn .order-ctn .os-select .os-radio.selected {
  background-color: #fff;
}
.new-order-ctn .order-ctn .os-select .line {
  display: none;
}
.new-order-ctn .order-ctn .os-select .radio {
  display: none;
}
.new-order-ctn .order-ctn .os-select span {
  display: block;
  font-size: 0.18rem;
  color: #000;
  font-family: "fzcjljt";
  line-height: 0.37rem;
}
.new-order-ctn .order-ctn .input {
  width: 3.46rem;
  height: 0.35rem;
  border: 0.01rem solid #9b9893;
  background: #d5d3cf;
  margin: 0.2rem auto 0;
}
.new-order-ctn .order-ctn .input.captcha {
  height: auto;
}
.new-order-ctn .order-ctn .input.captcha .yidun {
  width: auto !important;
}
.new-order-ctn .order-ctn .input input {
  display: block;
  width: 90%;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.16rem;
  margin: auto;
  color: rgba(0, 0, 0, 0.4);
}
.new-order-ctn .order-ctn .input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.16rem;
}
.new-order-ctn .order-ctn .input.short-input {
  width: 2.17rem;
  float: left;
}
.new-order-ctn .order-ctn .input.error {
  border-color: #cf0f32;
}
.new-order-ctn .order-ctn .input.right {
  border-color: green;
}
.new-order-ctn .order-ctn .verify-btn {
  width: 1.21rem;
  height: 0.35rem;
  display: block;
  float: right;
  text-align: center;
  line-height: 0.35rem;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #000000;
  background: #be9965;
  border: 0.01rem solid #d7bc94;
  font-family: "fzcjljt";
}
.new-order-ctn .order-ctn .verify-btn.sended {
  opacity: 0.6;
  cursor: default;
}
.new-order-ctn .order-ctn .order-btn {
  width: 2.14rem;
  height: 0.52rem;
  display: block;
  margin: 1.1rem auto 0;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/order-btn_9c478a52.png?image_process=format,png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
}
.new-order-ctn .order-ctn .order-btn:hover {
  opacity: 0.9;
  -webkit-filter: opacity(90);
          filter: opacity(90);
}
.new-order-ctn .order-ctn .order-btn.disabled {
  opacity: 0.5;
  -webkit-filter: opacity(50);
          filter: opacity(50);
}
.new-order-ctn .order-ctn .qrcode {
  position: relative;
  width: 1.56rem;
  height: 1.56rem;
  margin: 0.5rem auto 0;
  border: 0.01rem solid #000;
}
.new-order-ctn .order-ctn .qrcode .qrcode-mask {
  width: 1.56rem;
  height: 1.56rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.new-order-ctn .order-ctn .qrcode img {
  width: 1.56rem;
  height: 1.56rem;
}
.new-order-ctn .order-ctn .qrcode .overtime {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.56rem;
  height: 1.56rem;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 0;
}
.new-order-ctn .order-ctn .qrcode .overtime .i_fresh {
  display: inline-block;
  width: 0.56rem;
  height: 0.45rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  background: url(https://nie.res.netease.com/comm/js/nie/util/newgame/img/fresh_a731dc8.png) no-repeat;
}
.new-order-ctn .order-ctn .qrcode .overtime span {
  color: #fff;
  font-size: 0.16rem;
}
.new-order-ctn .order-ctn .qr-tips {
  color: #000000;
  font-family: "fzcjljt";
  font-size: 0.18rem;
  display: block;
  text-align: center;
  margin-top: 0.1rem;
}
.new-order-ctn .order-ctn .more-fun {
  color: #c5c5c5;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0.14rem;
  font-family: "fzcjljt";
  margin-top: 0.3rem;
  letter-spacing: 0.01rem;
}
.new-order-ctn .order-ctn .more-fun.back {
  margin-right: 0;
  margin-top: 0.1rem;
}
.new-order-ctn .order-ctn .i_right {
  display: none;
}
.new-order-ctn .order-ctn .back-to {
  display: none;
}
.new-order-ctn .order-ctn .back-to a {
  display: none;
}
.new-order-ctn .close-btn {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  top: -0.45rem;
  right: -0.45rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/close-btn_65960f40.png?image_process=format,png) center center no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.new-order-ctn .close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.new-order-ctn .succ-bg {
  display: none;
}

/* stylelint-disable */
.botshare {
  position: absolute;
  top: 5.7rem;
  left: 0.56rem;
}
.botshare .gzwm {
  display: block;
  font-size: 0;
}
.botshare .gzwm div {
  font-family: "fzcjljt";
  font-size: 0.16rem;
}
.botshare .gzwm .txt {
  display: block;
  text-align: center;
  font-family: "fzcjljt";
  font-size: 0.16rem;
  white-space: nowrap;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
}
.botshare .icons .icon {
  position: relative;
  margin: 0 0.05rem;
}
.botshare .icons .icon a {
  display: block;
  margin: 0.1rem auto;
}
.botshare .icons .icon a.icon-bili {
  width: 0.23rem;
  height: 0.21rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-bili_e279d94f.png?image_process=format,png) center no-repeat;
  background-size: 100% 100%;
}
.botshare .icons .icon a.icon-wx {
  width: 0.23rem;
  height: 0.2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-wx_15d21eff.png?image_process=format,png) center no-repeat;
  background-size: 100% 100%;
}
.botshare .icons .icon a.icon-xcx {
  width: 0.23rem;
  height: 0.2rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-xcx_bd5117c3.png?image_process=format,png) center no-repeat;
  background-size: 100% 100%;
}
.botshare .icons .icon a.icon-wb {
  width: 0.23rem;
  height: 0.19rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-wb_9ad4af72.png?image_process=format,png) center no-repeat;
  background-size: 100% 100%;
}
.botshare .icons .icon a.icon-qq {
  width: 0.26rem;
  height: 0.19rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-qq_d50059eb.png?image_process=format,png) center no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.botshare .icons .icon a.icon-qq2 {
  width: 0.23rem;
  height: 0.19rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-qq2_9f259908.png?image_process=format,png) center no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.botshare .icons .icon a.icon-ds {
  width: 0.25rem;
  height: 0.13rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-ds_21def57b.png?image_process=format,png) center no-repeat;
  background-size: 100% 100%;
}
.botshare .icons .icon:hover a.icon-bili {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-bili-on_eca43008.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-wx {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-wx-on_4e1aae0d.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-xcx {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-xcx-on_acc0d888.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-wb {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-wb-on_d560557f.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-qq {
  opacity: 1;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-qq_d50059eb.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-qq2 {
  opacity: 1;
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-qq2_9f259908.png?image_process=format,png);
}
.botshare .icons .icon:hover a.icon-ds {
  background-image: url(https://www.yysls.cn/pc/fab/20250723194326/img/icon-ds-on_c6b665a9.png?image_process=format,png);
}
.botshare .icons .icon:hover .qrbox {
  display: block;
}
.botshare .icons .icon .qrbox {
  position: absolute;
  left: 0.56rem;
  bottom: 0;
  width: 1.1rem;
  height: 1.6rem;
  background: url(https://www.yysls.cn/pc/fab/20250723194326/img/qr-bg_f8947caf.png?image_process=format,png) no-repeat right center;
  background-size: 1.3rem 100%;
  display: none;
  -webkit-transform: scale(1.26);
     -moz-transform: scale(1.26);
      -ms-transform: scale(1.26);
          transform: scale(1.26);
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.botshare .icons .icon .qrbox.qr-xcx .link {
  font-size: 0.12rem;
}
.botshare .icons .icon .qrbox .t {
  text-align: center;
  font-family: "fzcjljt";
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.02rem;
}
.botshare .icons .icon .qrbox .qrimg {
  margin: 0.02rem auto;
  width: 1rem;
  height: 1rem;
}
.botshare .icons .icon .qrbox .qrimg img {
  display: block;
  width: 100%;
}
.botshare .icons .icon .qrbox .link {
  text-align: center;
  text-decoration: underline;
  font-family: "fzxjljt";
  font-size: 0.14rem;
  color: #000000;
}

