/*! 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;
}


@font-face{font-family:'PlusJakartaSans-Bold';src:url("https://cdn.sm.cn/static/25/02/26/866ab41bf8e678339d375c2378d03222.ttf")}*{margin:0;padding:0}body,html{height:100%}body{color:#242424;background-color:#fff;height:100%;font-family:PingFangSC, PingFangSC-Regular, Roboto, "Noto Sans", sans-serif}a{color:#4088f7}.am-tabs-default-bar-content-101vH{display:block}

@font-face{font-family:'PlusJakartaSans-Bold';src:url("https://cdn.sm.cn/static/25/02/26/866ab41bf8e678339d375c2378d03222.ttf")}.w-page{background-color:#f6f7fb;display:flex;flex-direction:column;height:100vh;width:100%;position:relative;uc-perf-stat-ignore:image}.w-page-body{width:100%;overflow-y:auto;flex:1;height:0;padding-bottom:28px;overflow:-moz-scrollbars-none;scrollbar-width:none}.w-page-body::-webkit-scrollbar{width:0 !important;display:none}.w-page-header{width:100%;background-color:#fff;display:block;min-height:52px;height:auto}.w-page-header-fixed{position:absolute;top:0;left:0;width:100%;z-index:2}.w-page-header-secondary{padding:0 20px 14px 20px}.w-page-header-shadow{box-shadow:0 0 16px 0 rgba(41,82,141,0.36)}.w-page-header-transparent{background-color:rgba(255,255,255,0)}.w-page-header-padding{padding-top:0}.w-page-background{background-color:#f6f7fb;position:relative}.w-page-bar{height:0;height:var(--immersive-area-inset-top, 0);background-color:#fff}.w-page-footer{width:100%;min-height:56px;height:auto;padding:10px 20px 0 20px;background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,0.06);z-index:2}.w-page-footer-transparent{padding:0}.w-page-hide{visibility:hidden}.w-page-footer-safe{height:12px;height:var(--immersive-area-inset-bottom, 12px);min-height:12px}.w-page-header-fixed{position:absolute;top:0;left:0}.w-page-footer-fixed{position:absolute;bottom:0;left:0}.w-page-footer-draggable{transition:transform 0.2s;overflow-y:auto}

.i-view{display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box}

.w-flex-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.w-flex-column{display:flex;flex-direction:column;justify-content:space-between}.w-flex-1{flex:1;height:100%}

.i-image{width:100%;height:auto}.i-image-cover{-o-object-fit:cover;object-fit:cover}.i-image-stretch{-o-object-fit:fill;object-fit:fill}.i-image-contain{-o-object-fit:contain;object-fit:contain}.i-image-position-top{-o-object-position:top;object-position:top}.i-image-position-right{-o-object-position:right;object-position:right}.i-image-position-bottom{-o-object-position:bottom;object-position:bottom}.i-image-position-left{-o-object-position:left;object-position:left}.i-image-stat-ignore{uc-perf-stat-ignore:image}

.i-view.w-image{border-radius:8px;position:relative;overflow:hidden;cursor:default;width:105px;height:auto}.w-image-item{height:auto;width:100%}.w-image-circle{border-radius:50%;overflow:hidden}.w-image-mask{background-color:#000;opacity:0.2;position:absolute;left:0;top:0;width:100%;height:100%}

.w-icon-wrapper{position:relative;display:inline-flex}.w-icon{background-repeat:no-repeat;background-size:100%;uc-perf-stat-ignore:image}

.i-text{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.i-text-line-clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.w-text{position:relative}.w-text-wrapper{position:relative}.w-text-block{width:100%}.w-text-center{text-align:center}.w-text-right{text-align:right}.text-left-slot{position:absolute;margin-right:4px}.w-text-background-color{position:absolute;bottom:3px;height:12px;display:block;z-index:0}.w-text-line-through{text-decoration:line-through}.w-text-24{font-weight:800;font-family:PingFangSC-Semibold;font-size:24px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:28px}.w-text-20{font-weight:800;font-family:PingFangSC-Semibold;font-size:20px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:28px}.w-text-18{font-weight:800;font-family:PingFangSC-Semibold;font-size:18px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:26px}.w-text-16{font-weight:800;font-family:PingFangSC-Semibold;font-size:16px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:24px}.w-text-14{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:22px}.w-text-12{font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,0.6);letter-spacing:0;line-height:16px}.w-text-10{font-family:PingFangSC-Regular;font-size:10px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:14px}.w-text-8{font-family:PingFangSC-Regular;font-size:8px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:10px}.w-text-ellipsis{text-overflow:ellipsis}.w-text-link{color:#0053FF}.w-text-autowidth{flex:1}.w-text-display{visibility:hidden}.w-text-relative{position:relative}.w-text-absolute{position:absolute}.w-text-suffix{display:flex;align-items:center}.w-text-primary{color:#0053FF}.w-text-black86{color:rgba(0,0,0,0.86);font-weight:800}.w-text-black60{color:rgba(0,0,0,0.6)}.w-text-black40{color:rgba(0,0,0,0.4)}.w-text-red{color:#ff594d}.w-text-orange{color:#FA6400}.w-text-white{color:#fff}.w-text-card-vip-light{color:#6F4F12;font-family:PingFangSC-Semibold;font-weight:600}.w-text-tag-vip-light{font-family:PingFangSC-Semibold;color:#6F4F12;font-size:10px;font-weight:600;line-height:14px}.w-text-tag-vip-dark{font-family:PingFangSC-Semibold;color:#FFCE5A;font-size:10px;line-height:14px}.w-text-tag-primary,.w-text-tag-red,.w-text-tag-orange,.w-text-tag-vip-orange{color:#fff}.w-text-tag-secondary,.w-text-tag-checked{color:#0053FF}.w-text-button-primary{color:#fff}.w-text-button-secondary,.w-text-button-checked{color:#0053FF}.w-text-button-vip{color:rgba(0,0,0,0.86)}.w-text-button-vip-dark{color:#FFCE5A}.w-text-bold{font-family:PingFangSC-Semibold;font-weight:800}

.w-scroll{display:-webkit-box;overflow:-moz-scrollbars-none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.w-scroll::-webkit-scrollbar{width:0 !important;display:none}.w-scroll-default{overflow-y:scroll}.w-scroll-horizontal{overflow-x:scroll}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.w-swiper{display:flex;width:100%;height:100%;overflow:hidden;position:relative;background-color:#FCFCFC}.w-swiper-body{height:100%;transition-property:transform;box-sizing:content-box;flex-direction:row !important;transition:all 0.5s ease;position:relative}.w-swiper-item{width:100%;height:auto;cursor:pointer;touch-action:none}.w-swiper-dot-body{margin-bottom:20px}.w-swiper-dot-body-item{margin-right:6px}.w-swiper-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(255,255,255,0.6);cursor:pointer}.w-swiper-dot-active{background-color:#f2a43b}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-layout-card{background-color:#fff;border-radius:12px;padding:14px 16px;display:block;uc-perf-stat-ignore:image}.i-view.w-layout-card-secondary{background-color:rgba(58,109,255,0.06);border:1px solid rgba(58,109,255,0.06)}.i-view.w-layout-card-gray{background-color:#FCFCFC;border:1px solid #f5f5f5}.i-view.w-layout-card-vip-light{background-color:rgba(255,206,90,0.3);border:1px solid rgba(255,206,90,0.3);padding:10px 6px;border-radius:8px}.i-view.w-layout-small-card-vip{padding:3px 6px;border-radius:6px}.i-view.w-layout-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-layout-column{background-color:#fff;padding:20px 20px;display:block}.i-view.w-layout-column-transparent{background-color:rgba(0,0,0,0)}.i-view.w-layout-column-gray{background-color:#FCFCFC}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-tag{flex-direction:row;background-color:#f4f4f4;border-radius:4px;padding:2px 4px;width:-moz-max-content;width:max-content;align-items:center;justify-content:center}.i-view.w-tag-block{color:#3b45ef;background-color:rgba(59,69,239,0.06);border-radius:0;padding:2px 0;width:100%;justify-content:center;align-items:center}.i-view.w-tag-bg-primary{background-color:#0053FF}.i-view.w-tag-bg-secondary{background-color:rgba(58,109,255,0.06)}.i-view.w-tag-bg-vip{background-color:#FFCE5A}.i-view.w-tag-bg-vip-light{background-color:rgba(255,206,90,0.3)}.i-view.w-tag-bg-vip-dark{background-color:rgba(0,0,0,0.86)}.i-view.w-tag-bg-vip-orange{background-color:#FF9C00}.i-view.w-tag-bg-default{background-color:#FCFCFC}.i-view.w-tag-bg-red{background-color:#ff594d}.i-view.w-tag-bg-orange{background-color:#FA6400}.i-text.w-tag-text-primary,.i-text.w-tag-text-red,.i-text.w-tag-text-orange,.i-text.w-tag-text-vip-orange{color:#fff}.i-text.w-tag-text-secondary{color:#0053FF}.i-text.w-tag-text-vip{font-family:PingFangSC-Semibold;color:#6F4F12}.i-text.w-tag-text-vip-light{font-family:PingFangSC-Semibold;color:#6F4F12}.i-text.w-tag-text-vip-dark{font-family:PingFangSC-Semibold;color:#FFCE5A;font-size:10px;line-height:14px}.i-text.w-tag-text-default{color:rgba(0,0,0,0.4)}

.w-avatar{border-radius:8px;position:relative;overflow:hidden;cursor:default}.w-avatar-circle{border-radius:50%;overflow:hidden}.w-avatar-circle-visible{overflow:visible}.i-view.w-avatar-default{background-color:#eee;opacity:0.3}

.w-divider-horizontal{width:100%;height:1px;border-top:1px solid #f6f6f6}.w-divider-vertical{border-right:1px solid #E6E6E6;height:10px;margin:0 9.5px;vertical-align:middle}.w-divider-dashed{border-top:1px dashed #f6f6f6}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-tab{display:flex;flex-direction:column;width:100%}.i-view.w-tabs{display:flex;flex-direction:row;justify-content:space-between;width:100%;overflow-x:auto;align-items:baseline;scrollbar-width:none}.i-view.w-tabs::-webkit-scrollbar{width:0 !important;display:none}.w-tab-active{font-weight:800;font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;text-align:center;line-height:22px}.w-tab-item-text{display:flex;flex-direction:column;position:relative;align-items:center;min-width:60px}.w-tab-item-right{margin-right:28px}.w-tab-item-tips{background-color:#ff594d;border-radius:8px 10px 10px 1px;padding:1px 4px;top:-10px;right:-20px}.w-tab-item-tips-padding{padding-top:10px;padding-right:20px}.w-tab-item-count{padding-left:6px}.w-tab-active-line-default{width:14px;height:4px;border-radius:2px;margin:4px auto 0 auto}.w-tab-active-line-small{width:10px;height:2px;border-radius:1px;margin:12px auto 0 auto}.w-tabs-divider{height:100%;padding:12px 0;width:1px}.w-tabs-divider-line{height:100%;width:1px;background-color:rgba(0,0,0,0.1)}.w-tab-round{background-color:#F5F6F7}.w-tab-item-round-active{background-color:#fff;box-shadow:0 -6px 20px 0 rgba(0,0,0,0.04);color:#0053FF;font-weight:600;position:relative;border-radius:12px 12px 0 0}.w-tab-text-round-unactive{color:#0C0D24}.w-tab-item-round-active::before{content:'';background-image:radial-gradient(circle at 100%, at 0%, rgba(204,0,0,0) 12px, #fff 12px);background-image:radial-gradient(circle at 100% 0%, rgba(204,0,0,0) 12px, #fff 12px);position:absolute;bottom:0;left:-12px;width:24px;height:13px;box-shadow:0 -6px 20px 0 rgba(0,0,0,0.04);transform:rotateY(180deg)}.w-tab-item-round-active::after{content:'';background-image:radial-gradient(circle at 100%, at 0%, rgba(204,0,0,0) 12px, #fff 12px);background-image:radial-gradient(circle at 100% 0%, rgba(204,0,0,0) 12px, #fff 12px);position:absolute;bottom:0;right:-12px;width:24px;height:13px;box-shadow:0 -6px 20px 0 rgba(0,0,0,0.04)}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-text.w-money{flex-direction:row;align-items:center;font-family:PlusJakartaSans-Bold}


.sk-chase {
  margin: 12px auto auto auto;
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  /* margin: auto; */
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

.sk-message {
  font-size: 16px;
  margin-top: 16px;
}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.loading .spinner{margin:0 auto;width:50px;height:20px;text-align:center;font-size:10px;transform:skewX(-10deg)}.loading .spinner>div{background-color:#0053FF;height:100%;width:5px;display:inline-block;margin:0 2px;animation:sk-stretchdelay 1.2s infinite ease-in-out}.loading .spinner .rect2{animation-delay:-1.1s}.loading .spinner .rect3{animation-delay:-1.0s}.loading .spinner .rect4{animation-delay:-0.9s}.loading .spinner .rect5{animation-delay:-0.8s}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.loading .tips{font-family:PingFangSC-Regular;font-size:12px;text-align:center;margin-top:8px;color:rgba(0,0,0,0.4)}@keyframes shadowPulse{0%{background:rgba(13,83,255,0.6);box-shadow:-16px 0 #0053FF,16px 0 rgba(13,83,255,0.2)}33%{background:#0053FF;box-shadow:-16px 0 rgba(13,83,255,0.6),16px 0 rgba(13,83,255,0.2)}66%{background:rgba(13,83,255,0.6);box-shadow:-16px 0 rgba(13,83,255,0.2),16px 0 #0053FF}100%{background:rgba(13,83,255,0.6);box-shadow:-16px 0 #0053FF,16px 0 rgba(13,83,255,0.2)}}.loading .loader{width:10px;height:10px;border-radius:50%;display:block;margin:0px auto;position:relative;background-color:rgba(13,83,255,0.6);box-shadow:-16px 0 #0053FF,16px 0 rgba(13,83,255,0.2);box-sizing:border-box;animation:shadowPulse 1.5s linear infinite}@keyframes shadowPulseMin{0%{background:rgba(13,83,255,0.6);box-shadow:-9px 0 #0053FF,9px 0 rgba(13,83,255,0.2)}33%{background:#0053FF;box-shadow:-9px 0 rgba(13,83,255,0.6),9px 0 rgba(13,83,255,0.2)}66%{background:rgba(13,83,255,0.6);box-shadow:-9px 0 rgba(13,83,255,0.2),9px 0 #0053FF}100%{background:rgba(13,83,255,0.6);box-shadow:-9px 0 #0053FF,9px 0 rgba(13,83,255,0.2)}}.loading .loader-min{width:6px;height:6px;border-radius:50%;display:block;margin:0px auto;position:relative;background-color:rgba(13,83,255,0.6);box-shadow:-9px 0 #0053FF,9px 0 rgba(13,83,255,0.2);box-sizing:border-box;animation:shadowPulseMin 1.5s linear infinite}

.w-modal-common{display:flex;flex-direction:column;width:295px}.w-modal-close{position:absolute;z-index:2;left:50%;bottom:-60px;width:30px;height:30px;margin-left:-15px}.w-modal-close-btn{width:30px;height:30px}.w-modal-content{position:relative;background-color:#f9f3e4;border-radius:40rpx}.w-main-content-view{align-items:center}.w-main-content-view-left{align-items:left}.w-main-content{width:295px;min-height:70px;align-items:center;position:relative;background:#fff;border-radius:12px;padding:24px}.w-main-content-custom{align-items:center;position:relative}.w-main-content-tit-desc{position:relative;z-index:1;width:100%}.w-main-content-tit-desc-header{flex-direction:row;justify-content:space-between}.header-item{width:24px;height:24px}.w-main-content-tit-desc-title{font-weight:800;font-family:PingFangSC-Semibold;font-size:16px;color:rgba(0,0,0,0.82);letter-spacing:0;line-height:24px;text-align:center}.w-main-content-tit-desc-detail{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.82);letter-spacing:0;line-height:22px}.w-modal-common-btn-group{position:relative;z-index:1;margin-top:24px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.w-modal-common-btn{width:calc(50% - 5px);height:50px;justify-content:center;align-items:center;background-repeat:no-repeat;font-family:PingFangSC-Semibold;font-size:16px;letter-spacing:0;text-align:center}.w-modal-common-btn1{background-color:#3b45ef;border-radius:12px}.w-modal-common-btn-block{width:100%}.w-modal-common-btn2{background-color:#f4f4f4;border-radius:12px}.w-modal-common-btn2-text{font-weight:800;font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.7);letter-spacing:0;text-align:center}.w-modal-common-btn1-text{font-weight:800;font-family:PingFangSC-Semibold;font-size:14px;color:#fff;letter-spacing:0;text-align:center}

.w-video{width:100%;height:210px;border-radius:0;background-color:#000}.w-video-item{width:100%;height:100%}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.w-text{position:relative}.w-text-wrapper{position:relative}.w-text-block{width:100%}.w-text-center{text-align:center}.w-text-right{text-align:right}.text-left-slot{position:absolute;margin-right:4px}.w-text-background-color{position:absolute;bottom:3px;height:12px;display:block;z-index:0}.w-text-line-through{text-decoration:line-through}.w-text-24{font-weight:800;font-family:PingFangSC-Semibold;font-size:24px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:28px}.w-text-20{font-weight:800;font-family:PingFangSC-Semibold;font-size:20px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:28px}.w-text-18{font-weight:800;font-family:PingFangSC-Semibold;font-size:18px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:26px}.w-text-16{font-weight:800;font-family:PingFangSC-Semibold;font-size:16px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:24px}.w-text-14{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:22px}.w-text-12{font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,0.6);letter-spacing:0;line-height:16px}.w-text-10{font-family:PingFangSC-Regular;font-size:10px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:14px}.w-text-8{font-family:PingFangSC-Regular;font-size:8px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:10px}.w-text-ellipsis{text-overflow:ellipsis}.w-text-link{color:#0053FF}.w-text-autowidth{flex:1}.w-text-display{visibility:hidden}.w-text-relative{position:relative}.w-text-absolute{position:absolute}.w-text-suffix{display:flex;align-items:center}.w-text-primary{color:#0053FF}.w-text-black86{color:rgba(0,0,0,0.86);font-weight:800}.w-text-black60{color:rgba(0,0,0,0.6)}.w-text-black40{color:rgba(0,0,0,0.4)}.w-text-red{color:#ff594d}.w-text-orange{color:#FA6400}.w-text-white{color:#fff}.w-text-card-vip-light{color:#6F4F12;font-family:PingFangSC-Semibold;font-weight:600}.w-text-tag-vip-light{font-family:PingFangSC-Semibold;color:#6F4F12;font-size:10px;font-weight:600;line-height:14px}.w-text-tag-vip-dark{font-family:PingFangSC-Semibold;color:#FFCE5A;font-size:10px;line-height:14px}.w-text-tag-primary,.w-text-tag-red,.w-text-tag-orange,.w-text-tag-vip-orange{color:#fff}.w-text-tag-secondary,.w-text-tag-checked{color:#0053FF}.w-text-button-primary{color:#fff}.w-text-button-secondary,.w-text-button-checked{color:#0053FF}.w-text-button-vip{color:rgba(0,0,0,0.86)}.w-text-button-vip-dark{color:#FFCE5A}.w-text-bold{font-family:PingFangSC-Semibold;font-weight:800}.i-input{border:0;padding:4px 10px}.input-form{-webkit-appearance:none}.input-form input{background-color:#fff;border-radius:0}.i-input-block{width:auto}.i-input::-moz-placeholder{color:#999}.i-input::placeholder{color:#999}.i-textarea{resize:none;border:0;padding:0}.i-textarea-auto-height{position:absolute;top:0;left:0;width:100%;height:100%}.sync-content-container{height:100%}.textarea-container{width:auto;height:100%;background-color:#fff}.textarea-container-box{width:auto;height:100%}.textarea-container-box-input{position:relative;width:100%;height:100%;overflow-y:scroll}.textarea-container-box-input::-webkit-scrollbar{width:0;height:0}.textarea-container-box-input::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.2);border-radius:0px}.textarea-container-box-input::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1)}.textarea-container-box-input textarea::-webkit-scrollbar{width:0;height:0}.textarea-container-box-input textarea::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.2);border-radius:0px}.textarea-container-box-input textarea::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1)}

.w-input{position:relative}.w-input-clear{position:absolute;right:5px;top:50%;margin-top:-12px}.w-input-block{display:flex;direction:row;flex-direction:row;align-items:center}.w-input-clear-padding{padding-right:30px}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-progress-line{position:relative;width:100%;height:10px;background:#FCFCFC;border-radius:5px;overflow:hidden}.i-view.w-progress-done{position:absolute;width:0%;height:10px;background-color:#0053FF;border-radius:5px}.i-view.w-progress-block{display:flex;flex-direction:row;justify-content:space-between}.i-view.w-progress-linemulti{width:100%;height:100%;border-radius:5px;overflow:hidden}.i-view.w-progress-linemulti-item{height:100%;width:0%}.i-view.w-progress-linemulti-item:last-child{border-radius:0 5px 5px 0}.i-view.w-progress-linemulti-item:first-child{border-radius:5px 0 0 5px}

.w-stack-line{position:relative;width:100%;height:10px;background:#f2f2f2;border-radius:5px;overflow:hidden}.w-stack-done{position:absolute;width:0%;height:10px;background-color:#3b45ef;border-radius:5px}.w-stack-block{display:flex;flex-direction:row;justify-content:space-between;flex:1}.w-stack-line-distribution{width:100%;height:100%;border-radius:5px;overflow:hidden}.w-stack-line-distribution-item{height:100%;width:0%}.w-stack-line-distribution-item:last-child{border-radius:0 5px 5px 0}.w-stack-line-distribution-item:first-child{border-radius:5px 0 0 5px}

.w-stack-block{display:flex;flex-direction:row;justify-content:space-between;flex:1}

.w-anchor-affix{position:absolute;left:0;width:100%;z-index:999}.w-anchor-back{visibility:hidden}

.w-bg-primary{background-color:#0053FF}.w-bg-secondary{background-color:rgba(58,109,255,0.06)}.w-bg-gray{background-color:#FCFCFC}.w-border-primary{border:1px solid rgba(58,109,255,0.06)}.w-border-gray{border:1px solid #f5f5f5}.w-border-shadow{box-shadow:0 0 30px 0 rgba(0,0,0,0.04)}.w-border-shadowbottom{box-shadow:0 0 16px 0 rgba(0,0,0,0.04)}.w-placement-slot{position:absolute}.w-placement-left{left:0;height:100%}.w-placement-top{top:0;width:100%}.w-placement-right{right:0;height:100%}.w-placement-bottom{bottom:0;width:100%}.w-placement-topleft,.w-placement-lefttop{top:0;left:0}.w-placement-topright,.w-placement-righttop{top:0;right:0}.w-placement-bottomleft,.w-placement-leftbottom{bottom:0;left:0}.w-placement-bottomright,.w-placement-rightbottom{bottom:0;right:0}.w-placement-center{top:0;right:0;bottom:0;left:0;margin:auto;justify-content:center;align-items:center}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}#app{position:fixed;width:100%;z-index:2}body{touch-action:manipulation}.i-view.w-button-default{color:rgba(0,0,0,0.86);flex-direction:row;border-radius:12px;align-items:center;justify-content:center;height:46px;width:auto;display:flex;flex:1;position:relative}.i-view.w-button-middle{flex-direction:row;border-radius:8px;align-items:center;justify-content:center;height:34px;width:auto;display:flex;flex:1;position:relative}.i-view.w-button-small{flex-direction:row;border-radius:8px;align-items:center;justify-content:center;height:28px;width:auto;display:flex;flex:1;position:relative}.i-view.w-button-block{width:100%;justify-content:center;align-items:center}.i-view.w-button-slot-margin-left{margin-right:3px}.i-view.w-button-disabled{opacity:0.6}.i-text.w-button-text-bold{font-family:PingFangSC-Semibold;font-weight:800}.i-text.w-button-primary,.i-text.w-button-vip-orange{color:#fff}.i-text.w-button-secondary{color:#0053FF}.i-text.w-button-checked{color:#0053FF}.i-text.w-button-vip{color:rgba(0,0,0,0.86)}.i-text.w-button-vip-dark{color:#FFCE5A}.i-view.w-button-bg-primary{background-color:#0053FF}.i-view.w-button-bg-secondary{background-color:rgba(58,109,255,0.06)}.i-view.w-button-bg-default{background-color:#F8F8F8}.i-view.w-button-bg-vip{background-color:#FFCE5A}.i-view.w-button-bg-vip-dark{background-color:rgba(0,0,0,0.86)}.i-view.w-button-bg-vip-orange{background-color:#FF9C00}.i-view.w-button-bg-checked{background-color:#fff;box-shadow:inset 0 0 0 2px #0053FF;box-sizing:border-box;position:relative}.i-view.w-button-bg-checked-icon{width:21px;height:21px;align-items:center;justify-content:center;position:absolute;right:0;bottom:0;border-radius:50% 0}

.page-more-modal .w-main-content-view{align-items:flex-start}.page-more-modal .btns-scroll>div:first-child{width:100%;justify-content:flex-start}.page-more-modal .more-vip-logo{border-radius:0 22px 0 0;overflow:hidden}.page-more-modal .base-feature>div{justify-content:flex-start !important}

.w-modal-add-shuqian-modal .w-input{overflow:hidden !important}

.w-modal-nav_list_edit>div{z-index:10000 !important}

.i-view.w-header{height:52px;padding:0 20px;background-color:rgba(0,0,0,0);width:100%;position:relative}.i-view.w-header-title{position:absolute;margin:auto;left:0;top:0;right:0;bottom:0;padding:0 52px}.i-view.w-header-extra{z-index:2}

.container-1s6XH{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.container-1s6XH .none-icon-kVVq5{width:120px;height:120px}.container-1s6XH .tip-27Jz9{font-size:12px;text-align:center;line-height:16px;font-weight:400;color:rgba(0,0,0,0.4)}.container-1s6XH .reload-24Yfz{border:1px solid #F3F3F3;border-radius:8px;margin-top:20px;padding:0 14px;font-size:14px;letter-spacing:0;line-height:38px;font-weight:600;color:rgba(0,0,0,0.86);background:#FFFFFF}.header-container-2fbB_ .header-3pt02{padding:18px 20px;display:flex;justify-content:flex-start;align-items:center}.header-container-2fbB_ .header-3pt02 .back-JLqbH{width:24px;height:24px}

.render-question-1g1uJ .label-26mNF{margin-right:5px;line-height:24px;color:rgba(0,0,0,0.86);font-size:14px}.render-question-1g1uJ .question-render-section-content,.render-question-1g1uJ .question-render-mathjax-content,.render-question-1g1uJ .question-render-yb-content,.render-question-1g1uJ .question-render-mathjax-content-kh,.render-question-1g1uJ .question-render-section-content-jyeoo,.render-question-1g1uJ .question-render-section-content-sst{line-height:24px;color:rgba(0,0,0,0.86);font-size:14px}.render-question-1g1uJ .question-render-section-content-jyeoo{word-break:normal}.render-question-1g1uJ .question-render-section-content-jyeoo div.quizPutTag{min-width:3em;width:auto}.render-question-1g1uJ mjx-assistive-mml{opacity:0}.render-question-1g1uJ img,.render-question-1g1uJ table{max-width:100% !important}.render-question-1g1uJ img{filter:url('data:image/svg+xml,        <svg xmlns="http://www.w3.org/2000/svg">          <filter id="sharpen">\a             <feGaussianBlur  result="blurOut" in="SourceGraphic" stdDeviation="8"/>\a             <feComposite operator="arithmetic" k1="0" k2="1.3" k3="-0.3" k4="0" in="SourceGraphic" in2="blurOut" />\a           </filter>\a         </svg>#sharpen      ')}.render-question-1g1uJ .t2-hint-eQVY7{position:absolute;top:0;left:0}

.switch-35w8l{border-radius:9px;padding-top:3px;padding-left:3px;width:27px;height:18px;background:#DDDDDD}.switch-35w8l.active-2sLzo{padding-left:12px;background:#3B45EF}.switch-35w8l .handle-1hv2n{background:white;border-radius:6px;width:12px;height:12px}

.audio-1rEAF{height:46px;margin:14px 20px 0px;border-radius:10px;background:#F8F8F8;position:relative}.audio-1rEAF .progress-1-SXN{height:100%;position:absolute;z-index:1;background:#F0F1FE}.audio-1rEAF .audio-info-1qNNf{width:100%;height:100%;position:absolute;z-index:2}.audio-1rEAF .audio-info-1qNNf .icon-V2Q2E{min-width:20px;min-height:20px}.audio-1rEAF .audio-info-1qNNf .teacher-speak-1tf_A{min-width:42px}.audio-1rEAF .audio-info-1qNNf .border-2KKUe{width:1px;margin:0px 7.5px;padding-bottom:3px}

.helper-mask-3qme9{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:10}.helper-mask-3qme9 .helper-3s09q{width:114px;background:#FFFFFF;border:1px solid rgba(0,0,0,0.03);box-shadow:0 0 30px 0 rgba(0,0,0,0.06);border-radius:12px;padding:0px 19px;position:absolute;top:18px;right:20px}.helper-mask-3qme9 .helper-3s09q .icon-bMkgo{width:24px;height:24px}

.content-16ilb{flex:1;margin-top:22px;border-radius:16px 16px 1px 1px;padding:16px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:white;box-shadow:0 -5px 30px 0 rgba(0,0,0,0.06)}.content-block-3aypu{position:relative;padding-bottom:46px}.content-block-3aypu .source-tag-container-M7AjV{display:flex;margin-bottom:12px}.content-block-3aypu .source-tag-container-M7AjV .source-tag-bArTG{border-radius:4px;padding:0 4px;line-height:16px;font-size:10px;font-weight:600;color:rgba(0,0,0,0.4);background:rgba(0,0,0,0.03)}.unlock-container-3CRzu{position:absolute;z-index:2;bottom:0;left:0;width:100%;background:white}.unlock-container-3CRzu .unlock-content-3YCwF{position:relative}.unlock-container-3CRzu .unlock-content-3YCwF .mask-1ui5q{position:absolute;top:-67px;left:0;width:100%;height:67px;background-image:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 49%, #fff 100%)}.unlock-container-3CRzu .unlock-content-3YCwF .icon-1_tLI{margin-right:4px;height:24px}.loading-2H6B-{display:flex;justify-content:center;align-items:center;height:100%}.question-blocks-nNaln .question-block-2JvKT{margin-top:16px}.question-blocks-nNaln .question-block-2JvKT:first-child{margin-top:0}.question-blocks-nNaln .question-block-2JvKT .questions-BFxX2{margin-top:20px}.question-blocks-nNaln .question-block-2JvKT .questions-BFxX2 .question-Nb1hx{margin-top:16px;border-bottom:solid 1px rgba(0,0,0,0.03);padding-bottom:16px}.question-blocks-nNaln .question-block-2JvKT .questions-BFxX2 .question-Nb1hx:first-child{margin-top:0}.question-blocks-nNaln .question-block-2JvKT .questions-BFxX2 .question-Nb1hx .video-tag-MewFh{background:#FFEBE9;font-weight:600}.question-blocks-nNaln .question-block-2JvKT .questions-BFxX2 .question-Nb1hx .video-tag-MewFh div{color:#FF594D}.vip-show-all-P99xt{display:flex;justify-content:center;align-items:center;border-radius:12px;padding:12px 0;background:#FFF5E2}.vip-show-all-P99xt .price-1VFXJ{text-decoration:line-through;color:#B49A68}.vip-show-all-P99xt .desc-3jxOm{margin-left:8px;color:#735122}.vip-free-1YXC7{margin-left:8px;height:20px}.helper-icon-btn-1Z4Qm{margin-left:16px}

.icon-yCmBO{width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:100%}

.pages-ql7hf .page-3SXq8 img{width:100%}

.content-pirSG{flex:1;margin-top:22px;border-radius:16px 16px 1px 1px;padding:20px;padding-bottom:10px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:white;box-shadow:0 -5px 30px 0 rgba(0,0,0,0.06)}.content-block-2QXdT{position:relative;padding-bottom:46px}.vip-free-12Ze7{margin-left:8px;height:20px}.preview-338Ae{flex:1}.preview-338Ae .pages-2HGNq{max-width:900px}.preview-338Ae .pages-2HGNq .page-container-2qD4p{position:relative;padding-top:141.43%;overflow:hidden}.preview-338Ae .pages-2HGNq .page-container-2qD4p .page-1pkjE{position:absolute;top:0;left:0;width:100%;height:100%;background:white}.preview-338Ae .pages-2HGNq .page-container-2qD4p .page-1pkjE .loading-1BE9G{display:flex;justify-content:center;align-items:center;height:100%}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG{position:relative}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG .vip-show-all-2-OWP{display:flex;justify-content:center;align-items:center;border-radius:12px;padding:12px 0;background:#FFF5E2}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG .vip-show-all-2-OWP .price-ThO0T{text-decoration:line-through;color:#B49A68}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG .vip-show-all-2-OWP .desc-1_MNl{margin-left:8px;color:#735122}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG .mask-2x5q7{position:absolute;top:-67px;left:0;width:100%;height:67px;background-image:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 49%, #fff 100%)}.preview-338Ae .pages-2HGNq .lock-mask-3W7SG .icon-3oYTu{margin-right:4px;height:24px}

.paid-lnStD{padding:20px 24px}.header-U_GfP{border-radius:6px;padding:14px 20px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.06)}.detail-19Poy{margin-top:34px;border-top:1px solid #F6F6F6;padding-top:20px}

*{box-sizing:border-box}.app-3wB1B{position:relative}.paid-container-Zgcyp{position:absolute;top:0;left:0;z-index:10;width:100%;height:100vh}

