/*! author duankang2725@ewan.cn, domain www.1-world.com, Fri Jul 18 2025 11:49:41 GMT+0800 (China Standard Time) */
/*! 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.
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* - Chrome ≤56,
  
     - Safari 5-10.0
  
     - iOS Safari 4.2-10.2
  
     - Opera 15-43
  
     - Opera Mobile >12
  
     - Android Browser 2.1-4.4.4
  
     - Samsung Internet
  
     - UC Browser for Android
  
     - QQ Browser */






.van-button:before {
  display: none;
}

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;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 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;
  outline: none;
}

textarea {
  outline: none;
}

/**
   * 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;
    outline-offset: -2px;
} */

/**
   * 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, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, input, textarea, menu {
  padding: 0;
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
ul,ol {
  list-style: none
}

body {
  word-wrap: break-word;

  -moz-user-select: none;

       user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:active, a:hover {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

button {
  overflow: visible;
  border: none;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0
}

textarea,input {
  background: none;
  border-radius: 0;
  /* -webkit-appearance: none; */
}
textarea {
  overflow: auto;
}

input[type="password"] {
  -webkit-text-security: disc
}
input {
  line-height: normal;
}

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

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

input[type="search"] {
  /* -webkit-appearance: textfield; */
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea:focus,input:focus,button:focus {
  outline: none
}


abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0.53333rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
  /* -webkit-appearance: button; */
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

optgroup {
  font-weight: bold;
}

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

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

ul {
  list-style: none;
}

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

.hidden {
  display: none;
}

.console {
  display: none;
}

html {
  /* font-size: 14px; */
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.fl{ float:left; }
.fr{ float:right; }
.clear{ clear:both; }
.hidden, .hide {
  display:none;
}
.ell{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.pointer{
  cursor: pointer;
}

.text-bold {
  font-weight: bold;
}

.text-xs {
  font-size: 12PX;
}

.text-sm {
  font-size: 13PX;
}

.text-md {
  font-size: 14PX;
}

.text-success {
  color: #93bd42;
}

.text-center {
  text-align: center;
}


/* 
 移动端（最大屏幕宽度: 768px）ipad以上是pc
 设计稿 w:750
 目标: 1rem = 75px
      750/75  rem = 100vw

 */
@media screen and (max-width: 768px) {
  html {
    font-size: 3.90625vh;
  }
}

@media (orientation: landscape) {
  html {
    font-size: 3.90625vw;
  }
}


/* 
     pc端（最小屏幕宽度: 768px）ipad以上是pc
     设计稿 w:1920 
     目标: 1rem = 75px (1920/75)rem = 100vw
     base font-size = 100 / 25.6 vw = 3.90625vw
*/
@media screen and (min-width: 769px) {
  html {
    font-size: 3.90625vw;
  }
}

/* 当PC段采用移动端布局居中显示时 */
/* @media screen and (min-width: 769px) {
  html {
    font-size: 48PX;
    background-size: cover;
    background-position: center center;
  }
  #app {
    margin: 0 auto;
    width: 480PX;
    height: 100%;
  }
} */
.animate-on-scroll {
  animation: slideFromLeft 1s forwards;
}
.adm-modal-body > .adm-modal-content{
  padding: 0;
}
:root {
  --adm-center-popup-max-width:100vw;
  --adm-center-popup-background-color:none;
}

.adm-center-popup .adm-center-popup-wrap{
  min-width: 0;
  max-width: none;
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: #333333;
  color: var(--adm-color-text);
  font-size: 13px;
  font-size: var(--adm-font-size-main);
  font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: #1677ff;
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: inherit;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: 1;
  opacity: initial;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}

.adm-center-popup {
  --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
  --border-radius: var(--adm-center-popup-border-radius, 8px);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 280px);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}
.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  transform: translate(-50%, -50%);
}
.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}
.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 8px;
  top: 8px;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  color: var(--adm-color-weak);
}

.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

.adm-picker {
  --header-button-font-size: var(--adm-font-size-7);
  --title-font-size: var(--adm-font-size-7);
  --item-font-size: var(--adm-font-size-8);
  --item-height: 34px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex-shrink: 0;
  border-bottom: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 8px 8px;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-picker-header-title {
  padding: 4px 4px;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1;
}
.adm-picker-body {
  flex: 1;
  width: 100%;
  height: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.adm-picker-view {
  --height: 240px;
  --item-height: 34px;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 6px;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: calc(var(--item-height) * -1);
  z-index: 0;
  padding-bottom: 1px;
}
.adm-picker-view-column-accessible > * {
  flex: 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-color-border);
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-mask-bottom {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-item-height-measure {
  position: relative;
  left: 0;
  top: 0;
  height: var(--item-height);
  width: 0;
  pointer-events: none;
}

.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  color: var(--adm-color-weak);
}

.adm-safe-area {
  --multiple: var(--adm-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 204px;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
  text-align: left;
  text-align: initial;
}
.adm-toast-mask .adm-toast-main-text {
  padding: 12px;
  min-width: 0;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 35px 12px;
  min-width: 150px;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
}
.adm-toast-loading {
  --size: 48px;
  margin: 0 auto 8px;
}

.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#landscape-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vh;
  height: 100vw;
  transform: rotate(90deg) translateY(-100vw);
  transform-origin: left top;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
#landscape-wrapper .page-1,
#landscape-wrapper .page-2,
#landscape-wrapper .page-3,
#landscape-wrapper .page-4 {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
  pointer-events: none;
}
#landscape-wrapper .page-1.active,
#landscape-wrapper .page-2.active,
#landscape-wrapper .page-3.active,
#landscape-wrapper .page-4.active {
  opacity: 1;
  pointer-events: auto;
}
#landscape-wrapper .page-1 {
  width: 100%;
  height: 100%;
}
#landscape-wrapper .page-1 .loading-bg {
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/bg-animation1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}
#landscape-wrapper .page-1 .loading-bg.show {
  opacity: 1;
}
#landscape-wrapper .page-1 .loading-bg.hide {
  opacity: 0;
}
#landscape-wrapper .page-1 .btn-quit {
  width: 1.36rem;
  height: 1.36rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-quit.png');
  background-size: contain;
  position: absolute;
  right: 0.64rem;
  top: 0.45333rem;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#landscape-wrapper .page-1 .btn-quit:hover {
  transform: scale(1.05);
}
#landscape-wrapper .page-1 .btn-quit:active {
  transform: scale(0.95);
}
#landscape-wrapper .page-1 .login-bg {
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/bg-login-page.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}
#landscape-wrapper .page-1 .login-bg.show {
  opacity: 1;
}
#landscape-wrapper .page-1 .login-bg.hide {
  opacity: 0;
}
#landscape-wrapper .page-1 .loading {
  width: 3.33333rem;
  height: 0.66667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  color: #585c49;
  position: absolute;
  top: 0.78667rem;
  left: 11.4rem;
}
#landscape-wrapper .page-1 .start-button {
  position: absolute;
  bottom: 0.66667rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.13333rem;
  height: 3.16rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-start.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.2s ease;
  opacity: 0;
  animation: fadeInButton 0.5s ease-in-out forwards;
}
#landscape-wrapper .page-1 .start-button:hover {
  transform: translateX(-50%) scale(1.05);
}
#landscape-wrapper .page-1 .start-button:active {
  transform: translateX(-50%) scale(0.95);
}
#landscape-wrapper .page-2 {
  background: #000;
}
#landscape-wrapper .page-2 .game-video {
  width: 100%;
  height: 100%;
  position: relative;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player {
  width: 100%;
  height: 100%;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .reset-button {
  top: 0.26667rem;
  right: 0.26667rem;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .video-info {
  top: 0.26667rem;
  left: 0.26667rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.13333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container {
  max-width: 80%;
  padding: 0.4rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-title {
  font-size: 0.29333rem;
  margin-bottom: 0.33333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-buttons {
  gap: 0.2rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button {
  min-width: 2.4rem;
  padding: 0.24rem 0.33333rem;
  font-size: 0.21333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-number {
  width: 0.29333rem;
  height: 0.29333rem;
  font-size: 0.14667rem;
  top: 0.08rem;
  right: 0.13333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-main {
  font-size: 0.21333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-info {
  font-size: 0.17333rem;
}
#landscape-wrapper .page-2 .game-video .interactive-video-player .debug-info {
  bottom: 0.26667rem;
  left: 0.26667rem;
  font-size: 0.14667rem;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  border: 1px solid rgba(0, 255, 0, 0.2);
}
#landscape-wrapper .page-3 {
  width: 100%;
  height: 100%;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/bg-end1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#landscape-wrapper .page-3 .btn-quit {
  width: 1.36rem;
  height: 1.36rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-quit.png');
  background-size: contain;
  position: absolute;
  left: 0.64rem;
  top: 0.45333rem;
  cursor: pointer;
}
#landscape-wrapper .page-3 .btn-rule {
  width: 1.70667rem;
  height: 1.52rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-rule.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.66667rem;
  top: 0.45333rem;
  cursor: pointer;
}
#landscape-wrapper .page-3 .btn-share {
  width: 3.72rem;
  height: 1.17333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-share.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 13.30667rem;
  bottom: 1.13333rem;
  cursor: pointer;
}
#landscape-wrapper .page-3 .btn-toend {
  width: 3.72rem;
  height: 1.17333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-toend.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 8.25333rem;
  bottom: 1.13333rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 {
  width: 100%;
  height: 100%;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/bg-page2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#landscape-wrapper .page-4 .btn-quit {
  width: 1.36rem;
  height: 1.36rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-quit.png');
  background-size: contain;
  position: absolute;
  left: 0.64rem;
  top: 0.45333rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .btn-rule {
  width: 1.70667rem;
  height: 1.52rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-rule.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.66667rem;
  top: 0.45333rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .btn-share {
  width: 3.72rem;
  height: 1.17333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-share.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10.93333rem;
  top: 8.34667rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .btn-togame {
  width: 5.36rem;
  height: 1.45333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-togame.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 7.28rem;
  top: 9.86667rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .btn-restart {
  width: 5.36rem;
  height: 1.45333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-restart.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 13.21333rem;
  top: 9.86667rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .btn-codex {
  width: 0.82667rem;
  height: 4.45333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-codex.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.50667rem;
  top: 4.85333rem;
  cursor: pointer;
}
#landscape-wrapper .page-4 .tip-bt {
  width: 15.61333rem;
  height: 0.88rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/tip-bt.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11.97333rem;
}
#landscape-wrapper .page-4 .slogen {
  width: 3.8rem;
  height: 8.62667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/slogen.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 17.90667rem;
  top: 2.38667rem;
}
@media (orientation: landscape) {
  #landscape-wrapper {
    width: 100vw;
    height: 100vh;
    transform: none;
  }
}
@media screen and (min-width: 769px) {
  #landscape-wrapper {
    width: 100vw;
    height: 100vh;
    transform: none;
  }
}
.loading {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.loading.fade-out {
  opacity: 0;
  transform: translateY(-0.26667rem);
}
.loading::before {
  content: '';
  position: absolute;
  left: -1.33333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.10667rem;
  height: 0.12rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.loading::after {
  content: '';
  position: absolute;
  right: -1.33333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.10667rem;
  height: 0.12rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0.26667rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInButton {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(0.26667rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.modal-login-compnent-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.modal-login-compnent-mobile .modal {
  position: relative;
  width: 93.375vw;
  height: 65.375vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/modal-login.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 7.5vw;
  border: 0.125vw solid rgba(255, 255, 255, 0);
  color: #686766;
}
.modal-login-compnent-mobile .modal .tab {
  width: 100%;
  height: 5.25vw;
  display: flex;
  margin-top: 14.75vw;
  margin-left: 10.625vw;
}
.modal-login-compnent-mobile .modal .tab .tab1,
.modal-login-compnent-mobile .modal .tab .tab2,
.modal-login-compnent-mobile .modal .tab .tab3 {
  height: 5.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6A5A3D;
  font-size: 3.25vw;
  cursor: pointer;
  border-radius: 0.5vw;
  background: transparent;
  border-bottom: 0.5vw solid rgba(255, 255, 255, 0);
}
.modal-login-compnent-mobile .modal .tab .tab1.active,
.modal-login-compnent-mobile .modal .tab .tab2.active,
.modal-login-compnent-mobile .modal .tab .tab3.active {
  border-bottom: 0.5vw solid #DFB78D;
}
.modal-login-compnent-mobile .modal .tab .tab1 {
  width: 13.75vw;
  margin-right: 7.5vw;
}
.modal-login-compnent-mobile .modal .tab .tab2 {
  width: 13.75vw;
  margin-right: 7.5vw;
}
.modal-login-compnent-mobile .modal .tab .tab3 {
  width: 23.5vw;
}
.modal-login-compnent-mobile .modal .modal-form {
  width: 56.25vw;
  margin: 3.75vw auto 0;
  margin-left: 20.625vw;
  color: #AA9575;
}
.modal-login-compnent-mobile .modal .modal-form .form-item {
  display: flex;
}
.modal-login-compnent-mobile .modal .modal-form .form-item .input {
  font-size: 2.5vw;
  width: 48.375vw;
  height: 8.125vw;
  position: relative;
}
.modal-login-compnent-mobile .modal .modal-form .form-item .input input {
  width: 40vw;
  height: 8.125vw;
  border: none;
  padding-left: 1.25vw;
}
.modal-login-compnent-mobile .modal .modal-form .mobile-form .input {
  width: 48.375vw;
  height: 8.125vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/input-phone.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 11.25vw;
}
.modal-login-compnent-mobile .modal .modal-form .mobile-form .mobile-txt {
  font-size: 2.5vw;
  width: 8.75vw;
  line-height: 6.25vw;
  text-align: left;
  min-width: 5.875vw;
}
.modal-login-compnent-mobile .modal .modal-form .vcode-form {
  font-size: 2.5vw;
  margin-top: 1.875vw;
}
.modal-login-compnent-mobile .modal .modal-form .vcode-form .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-login-compnent-mobile .modal .modal-form .vcode-form .input input {
  width: 28.125vw;
  height: 8.125vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/input-code.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-login-compnent-mobile .modal .modal-form .vcode-form .vcode-txt {
  width: 8.75vw;
  font-size: 2.5vw;
  line-height: 6.25vw;
  text-align: left;
  min-width: 5.875vw;
}
.modal-login-compnent-mobile .modal .modal-form .vcode-form .vcode-btn {
  width: 18.25vw;
  height: 6.75vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/vcode-btn.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 6.75vw;
  font-size: 2.25vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.modal-login-compnent-mobile .close-img {
  position: absolute;
  right: -2.5vw;
  top: 0;
  width: 7.5vw;
  height: 7.5vw;
  width: 8.75vw;
  height: 8.75vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/close.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal-login-compnent-mobile .loginAccount {
  margin: 3.75vw auto 0;
  padding-right: 4.375vw;
  width: 57.5vw;
}
.modal-login-compnent-mobile .loginAccount .input {
  display: block;
  border: 0.25vw solid #E2CCAC;
  width: 40vw;
  height: 8.125vw;
  background-color: #EED8B7;
  padding-left: 1.25vw;
  margin: 0 auto;
  font-size: 2.5vw;
  border-radius: 1.25vw;
}
.modal-login-compnent-mobile .loginAccount .accountInput {
  margin-bottom: 2.5vw;
}
.modal-login-compnent-mobile .btnLogin {
  width: 29.75vw;
  height: 9.25vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-login.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 30vw;
  top: 49.125vw;
  cursor: pointer;
}
.modal-login-compnent-mobile .tip {
  text-align: center;
  width: 100%;
  color: #614c3d;
  margin: 2.5vw auto 0;
  font-size: 2vw;
  padding-right: 3.25vw;
}
.modal-login-compnent-mobile .tip > span {
  color: #829A82;
  cursor: pointer;
}
.modal-login-compnent-mobile .login-code {
  width: 25vw;
  height: 25vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23.75vw;
  overflow: hidden;
  margin-left: -1.875vw;
}
.modal-login-compnent-mobile .btnLoginWx {
  width: 23.125vw;
  height: 23.125vw;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btnLoginWx.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 4.375vw auto 2.5vw;
  margin-left: 33.125vw;
}
.modal-login-compnent-mobile .wxLoginTip {
  width: 100%;
  text-align: center;
  font-size: 3.25vw;
  color: #69533C;
  text-indent: -4.375vw;
}
.modal-login-compnent-mobile .wxLoginTipPC {
  width: 100%;
  text-align: center;
  font-size: 3.25vw;
  color: #69533C;
  text-indent: -4.375vw;
  position: absolute;
  top: 52.5vw;
}
.modal-login-compnent-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.modal-login-compnent-pc .modal {
  position: relative;
  width: 9.96rem;
  height: 6.97333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/modal-login.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0.8rem;
  border: 1PX solid rgba(255, 255, 255, 0);
  color: #686766;
}
.modal-login-compnent-pc .modal .tab {
  width: 100%;
  height: 0.56rem;
  display: flex;
  margin-top: 1.57333rem;
  margin-left: 1.13333rem;
}
.modal-login-compnent-pc .modal .tab .tab1,
.modal-login-compnent-pc .modal .tab .tab2,
.modal-login-compnent-pc .modal .tab .tab3 {
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6A5A3D;
  font-size: 0.34667rem;
  cursor: pointer;
  border-radius: 0.05333rem;
  background: transparent;
  border-bottom: 0.05333rem solid rgba(255, 255, 255, 0);
}
.modal-login-compnent-pc .modal .tab .tab1.active,
.modal-login-compnent-pc .modal .tab .tab2.active,
.modal-login-compnent-pc .modal .tab .tab3.active {
  border-bottom: 0.05333rem solid #DFB78D;
}
.modal-login-compnent-pc .modal .tab .tab1 {
  width: 1.46667rem;
  margin-right: 0.8rem;
}
.modal-login-compnent-pc .modal .tab .tab2 {
  width: 1.46667rem;
  margin-right: 0.8rem;
}
.modal-login-compnent-pc .modal .tab .tab3 {
  width: 2.50667rem;
}
.modal-login-compnent-pc .modal .modal-form {
  width: 6rem;
  margin: 0.4rem auto 0;
  margin-left: 2.2rem;
  color: #AA9575;
}
.modal-login-compnent-pc .modal .modal-form .form-item {
  display: flex;
}
.modal-login-compnent-pc .modal .modal-form .form-item .input {
  font-size: 0.26667rem;
  width: 5.16rem;
  height: 0.86667rem;
  position: relative;
}
.modal-login-compnent-pc .modal .modal-form .form-item .input input {
  width: 4.26667rem;
  height: 0.86667rem;
  border: none;
  padding-left: 0.13333rem;
}
.modal-login-compnent-pc .modal .modal-form .mobile-form .input {
  width: 5.16rem;
  height: 0.86667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/input-phone.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 1.2rem;
}
.modal-login-compnent-pc .modal .modal-form .mobile-form .mobile-txt {
  font-size: 0.26667rem;
  width: 0.93333rem;
  line-height: 0.66667rem;
  text-align: left;
  min-width: 0.62667rem;
}
.modal-login-compnent-pc .modal .modal-form .vcode-form {
  font-size: 0.26667rem;
  margin-top: 0.2rem;
}
.modal-login-compnent-pc .modal .modal-form .vcode-form .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-login-compnent-pc .modal .modal-form .vcode-form .input input {
  width: 3rem;
  height: 0.86667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/input-code.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-login-compnent-pc .modal .modal-form .vcode-form .vcode-txt {
  width: 0.93333rem;
  font-size: 0.26667rem;
  line-height: 0.66667rem;
  text-align: left;
  min-width: 0.62667rem;
}
.modal-login-compnent-pc .modal .modal-form .vcode-form .vcode-btn {
  width: 1.94667rem;
  height: 0.72rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/vcode-btn.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 0.72rem;
  font-size: 0.24rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.modal-login-compnent-pc .close-img {
  position: absolute;
  right: -0.26667rem;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  width: 0.93333rem;
  height: 0.93333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/cz-lz-act/mobile/close.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal-login-compnent-pc .loginAccount {
  margin: 0.4rem auto 0;
  padding-right: 0.46667rem;
  width: 6.13333rem;
}
.modal-login-compnent-pc .loginAccount .input {
  display: block;
  border: 2px solid #E2CCAC;
  width: 4.26667rem;
  height: 0.86667rem;
  background-color: #EED8B7;
  padding-left: 0.13333rem;
  margin: 0 auto;
  font-size: 0.26667rem;
  border-radius: 0.13333rem;
}
.modal-login-compnent-pc .loginAccount .accountInput {
  margin-bottom: 0.26667rem;
}
.modal-login-compnent-pc .btnLogin {
  width: 3.17333rem;
  height: 0.98667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-login.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 3.2rem;
  top: 5.24rem;
  cursor: pointer;
}
.modal-login-compnent-pc .tip {
  text-align: center;
  width: 100%;
  color: #614c3d;
  margin: 0.26667rem auto 0;
  font-size: 0.21333rem;
  padding-right: 0.34667rem;
}
.modal-login-compnent-pc .tip > span {
  color: #829A82;
  cursor: pointer;
}
.modal-login-compnent-pc .login-code {
  width: 2.66667rem;
  height: 2.66667rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.53333rem;
  overflow: hidden;
  margin-left: -0.2rem;
}
.modal-login-compnent-pc .btnLoginWx {
  width: 2.46667rem;
  height: 2.46667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btnLoginWx.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.46667rem auto 0.26667rem;
  margin-left: 3.53333rem;
}
.modal-login-compnent-pc .wxLoginTip {
  width: 100%;
  text-align: center;
  font-size: 0.34667rem;
  color: #69533C;
  text-indent: -0.46667rem;
}
.modal-login-compnent-pc .wxLoginTipPC {
  width: 100%;
  text-align: center;
  font-size: 0.34667rem;
  color: #69533C;
  text-indent: -0.46667rem;
  position: absolute;
  top: 5.6rem;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.server-role-modal {
  width: 9.96rem;
  height: 6.97333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/modal-bindrole.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.server-role-modal .server-role-content {
  width: 8rem;
  max-width: 90vw;
  border-radius: 0.16rem;
  overflow: hidden;
}
.server-role-modal .server-role-content .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.26667rem;
  border-bottom: 1px solid #f0f0f0;
}
.server-role-modal .server-role-content .modal-header h3 {
  margin: 0;
  font-size: 0.24rem;
  color: #333;
}
.server-role-modal .server-role-content .modal-body {
  display: flex;
  height: 5.33333rem;
  position: relative;
  color: #69533C;
  font-size: 0.21333rem;
}
.server-role-modal .server-role-content .modal-body .title-1 {
  width: 2.04rem;
  height: 0.37333rem;
  position: absolute;
  left: 2.16rem;
  top: 0.77333rem;
  color: #69533C;
  font-size: 0.29333rem;
  font-weight: 600;
}
.server-role-modal .server-role-content .modal-body .title-2 {
  width: 2.04rem;
  height: 0.37333rem;
  position: absolute;
  left: 5.66667rem;
  top: 0.77333rem;
  color: #69533C;
  font-size: 0.29333rem;
  font-weight: 600;
}
.server-role-modal .server-role-content .modal-body .server-list {
  width: 2.70667rem;
  height: 3.33333rem;
  position: absolute;
  left: 1.54667rem;
  top: 2rem;
  background-color: #FFFBEE;
}
.server-role-modal .server-role-content .modal-body .server-list .server-items {
  height: 100%;
  overflow-y: auto;
}
.server-role-modal .server-role-content .modal-body .server-list .server-items .server-item {
  padding: 0.13333rem 0.26667rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.server-role-modal .server-role-content .modal-body .server-list .server-items .server-item.selected {
  color: #000;
  background-color: #FDEEC3;
}
.server-role-modal .server-role-content .modal-body .role-list {
  width: 2.70667rem;
  height: 3.33333rem;
  position: absolute;
  left: 5.05333rem;
  top: 2rem;
  background-color: #FFFBEE;
}
.server-role-modal .server-role-content .modal-body .role-list .role-items {
  height: 100%;
  overflow-y: auto;
}
.server-role-modal .server-role-content .modal-body .role-list .role-items .role-item {
  padding: 0.13333rem 0.26667rem;
  border-radius: 0.08rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.server-role-modal .server-role-content .modal-body .role-list .role-items .role-item.selected {
  color: #000;
  background-color: #FDEEC3;
}
.server-role-modal .server-role-content .modal-body .role-list .role-items .role-item .role-level {
  font-size: 0.16rem;
  color: #999;
}
.server-role-modal .server-role-content .modal-body .role-list .role-items .no-roles {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.33333rem;
  color: #999;
  font-size: 0.18667rem;
}
.server-role-modal .server-role-content .modal-body .selected-show {
  font-size: 0.24rem;
  position: absolute;
  left: 5.06667rem;
  display: flex;
  align-items: center;
  top: 1.46667rem;
}
.server-role-modal .server-role-content .modal-body .selected-show .selected-line {
  margin: 0 0.13333rem;
}
.server-role-modal .server-role-content .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.16rem;
  padding: 0.26667rem;
  border-top: 1px solid #f0f0f0;
}
.server-role-modal .server-role-content .modal-footer button {
  padding: 0.10667rem 0.32rem;
  border-radius: 0.08rem;
  font-size: 0.18667rem;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  transition: all 0.2s ease;
}
.server-role-modal .server-role-content .modal-footer button.cancel-btn {
  color: #333;
}
.server-role-modal .server-role-content .modal-footer button.cancel-btn:hover {
  border-color: #40a9ff;
  color: #40a9ff;
}
.server-role-modal .server-role-content .modal-footer button.confirm-btn {
  color: #fff;
  border-color: #1890ff;
}
.server-role-modal .server-role-content .modal-footer button.confirm-btn:hover {
  border-color: #40a9ff;
}
.server-role-modal .server-role-content .btn-ok {
  width: 1.96267rem;
  height: 0.608rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-ok.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.8rem;
  left: 3.73333rem;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.close-modal {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/close.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.53333rem;
  right: -0.53333rem;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.video-player {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.video-player .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.2s ease-in-out;
}
.video-player .video-container.ready {
  opacity: 1;
}
.video-player .video-container:not(.ready) {
  opacity: 0.9;
}
.video-player .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  background: #000;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.video-player.loaded .video-container video {
  opacity: 1;
}
.video-player:not(.loaded) .video-container video {
  opacity: 0.95;
}
.video-player .video-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  text-align: center;
  z-index: 10;
}
.video-player .video-loading .loading-spinner {
  width: 0.53333rem;
  height: 0.53333rem;
  border: 0.04rem solid rgba(255, 255, 255, 0.3);
  border-top: 0.04rem solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 0.13333rem;
}
.video-player .video-loading .retry-info {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mmd-video-player .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  background: #000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mmd-video-wrapper {
  width: 100% !important;
  height: 100% !important;
  background: #000 !important;
}
.mmd-video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
  background: #000 !important;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.interactive-video-player {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
.interactive-video-player .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.interactive-video-player .main-video {
  width: 100%;
  height: 100%;
}
.interactive-video-player .video-info {
  display: none;
  position: absolute;
  top: 0.26667rem;
  left: 0.26667rem;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.13333rem 0.2rem;
  border-radius: 0.06667rem;
  font-size: 0.18667rem;
  z-index: 5;
  line-height: 1.4;
  max-width: 4rem;
}
.interactive-video-player .video-info .level-info {
  margin-bottom: 0.06667rem;
}
.interactive-video-player .video-info .video-id {
  font-size: 0.16rem;
  opacity: 0.9;
  color: #ccc;
}
.interactive-video-player .reset-button {
  position: absolute;
  top: 0.26667rem;
  right: 0.26667rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.10667rem 0.21333rem;
  border-radius: 0.08rem;
  font-size: 0.18667rem;
  cursor: pointer;
  -webkit-backdrop-filter: blur(0.13333rem);
          backdrop-filter: blur(0.13333rem);
  transition: all 0.3s ease;
}
.interactive-video-player .reset-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
.interactive-video-player .reset-button:active {
  transform: scale(0.95);
}
.interactive-video-player .skip-button {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 3.25333rem;
  height: 0.89333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-jump.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.interactive-video-player .skip-button:hover {
  opacity: 0.8;
}
.interactive-video-player .choices-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  -webkit-backdrop-filter: blur(0.13333rem);
          backdrop-filter: blur(0.13333rem);
  animation: fadeIn 0.5s ease-in-out;
}
.interactive-video-player .choices-overlay .choices-container {
  text-align: center;
  max-width: 12rem;
  width: 90%;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.interactive-video-player .choices-overlay .choices-container .choices-title {
  display: none;
}
.interactive-video-player .choices-overlay .choices-container .jian-up {
  width: 0.96rem;
  height: 2.18667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/jian-up.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.33333rem;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-video-player .choices-overlay .choices-container .jian-down {
  width: 0.96rem;
  height: 2.18667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/jian-down.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.33333rem;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-video-player .choices-overlay .choices-container .zsqq {
  width: 3.65333rem;
  height: 1.4rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/zsqq.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.26667rem;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-video-player .choices-overlay .choices-container .dtlx {
  width: 3.65333rem;
  height: 1.4rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/dtlx.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.26667rem;
  left: 50%;
  transform: translateX(-50%);
}
.interactive-video-player .choices-overlay .choices-container .jian-left {
  width: 2.18667rem;
  height: 0.96rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/jian-left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.4rem;
}
.interactive-video-player .choices-overlay .choices-container .jian-right {
  width: 2.18667rem;
  height: 0.96rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/jian-right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.4rem;
}
.interactive-video-player .choices-overlay .choices-container .bcxg {
  width: 3.65333rem;
  height: 1.4rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/bcxg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
}
.interactive-video-player .choices-overlay .choices-container .cjxg {
  width: 3.65333rem;
  height: 1.4rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/cjxg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4rem;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.66667rem;
  flex-direction: column;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper {
  position: relative;
  width: 3.84rem;
  height: 3.84rem;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button {
  width: 3.84rem;
  height: 3.84rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/video-hua.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: grab;
  position: relative;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: none;
       user-select: none;
  touch-action: none;
  transition: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button::before {
  content: '';
  position: absolute;
  top: -0.26667rem;
  left: -0.26667rem;
  right: -0.26667rem;
  bottom: -0.26667rem;
  z-index: -1;
  pointer-events: none;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button.dragging {
  transition: none !important;
  animation: none !important;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button.dragging {
  cursor: grabbing;
  z-index: 1000;
  transform: scale(1.05);
  filter: brightness(1.1);
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button:hover:not(.dragging) {
  transition: transform 0.2s ease;
  transform: scale(1.02);
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button:active {
  cursor: grabbing;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button.dragging::after {
  content: '';
  position: absolute;
  top: -0.13333rem;
  left: -0.13333rem;
  right: -0.13333rem;
  bottom: -0.13333rem;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: dashRotate 2s linear infinite;
  pointer-events: none;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container.horizontal-drag .slide-choice-wrapper {
  width: 8rem;
  min-width: 8rem;
  align-items: center;
  justify-content: center;
}
.interactive-video-player .choices-overlay .choices-container .slide-choice-container.vertical-drag .slide-choice-wrapper {
  height: 8rem;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper {
    width: 2.66667rem;
    height: 2.66667rem;
  }
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button {
    width: 2.66667rem;
    height: 2.66667rem;
  }
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button::before {
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
  }
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container .slide-choice-wrapper .slide-choice-button.dragging {
    transform: scale(1.1);
    filter: brightness(1.2);
    box-shadow: 0 0 0.26667rem rgba(255, 255, 255, 0.3);
  }
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container.horizontal-drag .slide-choice-wrapper {
    width: 4.66667rem;
    min-width: 4.66667rem;
  }
  .interactive-video-player .choices-overlay .choices-container .slide-choice-container.vertical-drag .slide-choice-wrapper {
    height: 4.66667rem;
    min-height: 4.66667rem;
  }
  .interactive-video-player .choices-overlay .choices-container .jian-up,
  .interactive-video-player .choices-overlay .choices-container .jian-down {
    background-size: 0.8rem 1.81333rem !important;
  }
  .interactive-video-player .choices-overlay .choices-container .jian-left,
  .interactive-video-player .choices-overlay .choices-container .jian-right {
    background-size: 1.81333rem 0.8rem !important;
  }
  .interactive-video-player .choices-overlay .choices-container .zsqq,
  .interactive-video-player .choices-overlay .choices-container .dtlx,
  .interactive-video-player .choices-overlay .choices-container .bcxg,
  .interactive-video-player .choices-overlay .choices-container .cjxg {
    background-size: 2.93333rem 1.12rem !important;
  }
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button {
  width: 4.93333rem;
  height: 4.93333rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button:nth-child(1) {
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/video-btn-1.png');
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button:nth-child(2) {
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/video-btn-2.png');
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button:hover {
  transform: scale(1.05);
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button:active {
  transform: scale(0.95);
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-number {
  display: none;
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-main {
  display: none;
}
.interactive-video-player .choices-overlay .choices-container .choices-buttons .choice-button .choice-info {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dashRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.codex-modal .codex-list {
  display: flex;
  align-items: center;
}
.codex-modal .codex-list .mask {
  width: 1500vw;
  height: 1500vh;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  margin-left: -200vw;
  margin-top: -200vh;
}
.codex-modal .codex-list .codex-item {
  margin-right: 0.18667rem;
  position: relative;
}
.codex-modal .codex-list .codex-item .codex-img {
  width: 3.49333rem;
  height: 7.30667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/codex-1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.codex-modal .codex-list .codex-item .special-light {
  width: 3.49333rem;
  height: 7.30667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/special-light.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.codex-modal .codex-list .codex-item .special-tip {
  width: 2.13333rem;
  height: 1.16rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/special-tip.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.33333rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: breathe 2s ease-in-out infinite;
  margin-left: -1.06667rem;
}
@keyframes breathe {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.8;
  }
}
.codex-modal .codex-list .codex-item .dacheng {
  width: 2.336rem;
  height: 1.36533rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/dacheng.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 5.46667rem;
  left: 0.66667rem;
}
.codex-modal .codex-list .codex-item .btn {
  display: flex;
  justify-content: center;
}
.codex-modal .codex-list .codex-item .btn .btn-can {
  width: 2.6rem;
  height: 0.72rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-can.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.codex-modal .codex-list .codex-item .btn .btn-finish {
  width: 2.6rem;
  height: 0.72rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-finished.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.codex-modal .codex-list .codex-item .btn .btn-cannot {
  width: 2.6rem;
  height: 0.72rem;
}
.codex-modal .close {
  width: 1.06667rem;
  height: 1.16rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/codex-close.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.modal-rule {
  width: 10.54667rem;
  height: 6.86667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/modal-rule.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-rule .content {
  width: 6.93333rem;
  height: 4.66667rem;
  position: absolute;
  left: 1.33333rem;
  top: 1.46667rem;
  overflow-y: auto;
  font-size: 0.26667rem;
  color: #69533C;
}
.modal-rule .content img {
  max-width: 90%;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.modal-receive-reward {
  width: 10.53333rem;
  height: 6.86667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/modal-receive-reward.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-receive-reward .rewards-list {
  width: 100%;
  position: absolute;
  margin-left: -0.50667rem;
  height: 2.13333rem;
  top: 1.62667rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.modal-receive-reward .rewards-list .rewards-item {
  width: 5.12rem;
  height: 2.09333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/rewards-item.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 2.8rem;
  background-size: 2.09333rem 2.09333rem;
  background-position: center 0;
}
.modal-receive-reward .rewards-list .rewards-item .img {
  width: 2.09333rem;
  height: 2.09333rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-receive-reward .rewards-list .rewards-item .name {
  width: 5.12rem;
  height: 0.41333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/name.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #69533c;
  font-size: 0.26667rem;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 0.13333rem;
  line-height: 0.41333rem;
}
.modal-receive-reward .tips {
  width: 100%;
  color: #69533c;
  position: absolute;
  top: 4.08rem;
  margin-left: -0.46667rem;
  font-size: 0.26667rem;
  text-align: center;
  line-height: 0.4rem;
}
.modal-receive-reward .tips > span {
  color: #6C9D79;
}
.modal-receive-reward .btn-select-role {
  width: 3.25333rem;
  height: 0.89333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-select-role.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4.97333rem;
  left: 1.34667rem;
}
.modal-receive-reward .btn-confirm-receive {
  width: 3.25333rem;
  height: 0.89333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/zcylt-act-interactvideo/assets/btn-confirm-receive.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4.97333rem;
  left: 4.97333rem;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.modal-share {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1.1px solid rgba(255, 255, 255, 0);
}
.modal-share .btn-save {
  width: 1.32rem;
  height: 0.968rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('https://cdn-game-activity.23you.net/frontend/cz-act-lizhi/modal/btn-save.png');
  position: absolute;
  bottom: -1.17333rem;
  left: 0.352rem;
}
.modal-share .btn-copy {
  width: 1.32rem;
  height: 0.968rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('https://cdn-game-activity.23you.net/frontend/cz-act-lizhi/modal/btn-copy.png');
  position: absolute;
  bottom: -1.17333rem;
  right: 0.352rem;
}
.modal-share .share-img {
  width: 5.07467rem;
  height: auto;
  display: block;
}
.modal-share .btn-saveImg {
  position: absolute;
  left: 0;
  bottom: -0.85067rem;
  font-size: 0.27867rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

.mixin-modal-closeimg {
  position: absolute;
  top: 0.06667rem;
  right: 0.06667rem;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.SingleImageModal {
  background-size: contain;
  width: 7.56rem;
  height: 2.76rem;
  background-repeat: no-repeat;
  background-position: center center;
}

