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

.fold-container-yh5ne{text-align:center}.fold-container-yh5ne .content-1FTKy{overflow:hidden;-webkit-box-orient:vertical;word-break:break-all;text-align:left}.fold-container-yh5ne .botton-1Oqoy{display:flex;justify-content:center;align-items:center}.fold-container-yh5ne .botton-1Oqoy .icon-3f1rA{margin-left:8px}

.audio-1WDa_{display:flex;justify-content:center;align-items:center}

.video-container-vVs5n{width:calc((100vw / 375) * 335);height:calc((100vw / 375) * 188);overflow:hidden;position:relative;border:1px solid rgba(0,0,0,0.03);border-radius:12px}.video-container-vVs5n .top-panel-2L-Ff{width:100%;height:100%;position:absolute;top:0;left:0}.video-container-vVs5n .top-panel-2L-Ff .poster-cIU29{width:100%;height:100%;background-size:cover}.video-container-vVs5n .top-panel-2L-Ff .poster-mask-lpWNq{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.2);z-index:1}.video-container-vVs5n .top-panel-2L-Ff .video-play-btn-3aR3p{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:43px;height:43px;z-index:2}.video-container-vVs5n .top-panel-2L-Ff .video-title-bar-2G3D8{width:100%;box-sizing:border-box;padding-left:13px;line-height:56px;font-size:18px;color:#FFF;font-weight:600;position:absolute;left:0;bottom:13px;z-index:2}.video-container-vVs5n .top-panel-2L-Ff .duration-1qzwA{padding:1px 4px;background:rgba(0,0,0,0.4);border-radius:4px;font-family:PingFangSC-Semibold;font-size:10px;color:#FFFFFF;text-align:justify;line-height:14px;font-weight:600;position:absolute;bottom:14px;right:14px}.video-container-vVs5n .video-panel-2u6tP{width:100%;height:100%;position:relative}.video-container-vVs5n .video-panel-2u6tP.video-panel-hide-2pgrn{opacity:0}.video-container-vVs5n .video-panel-2u6tP .video-1sFuo{width:100%;height:100%;border-radius:12px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo{position:absolute;width:100%;height:100%;bottom:0;left:0}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .loading-3p6Kq{width:100%;height:100%;position:absolute;display:flex;align-items:center;justify-content:center}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .loading-3p6Kq .svg-container-uDPpC{display:flex;position:relative;align-items:center;justify-content:center;transform:rotate(-90deg)}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .loading-3p6Kq .svg-container-uDPpC .loading-svg-1MXi_{position:absolute;left:0;right:0;top:0;bottom:0;fill:none;stroke-width:10px;stroke-linecap:round;stroke:#ffffff}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .loading-3p6Kq .svg-container-uDPpC .loading-svg-1MXi_.bg-KH849{stroke-width:10px;stroke:rgba(229,229,229,0.86)}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .loading-3p6Kq .svg-container-uDPpC .loading-svg-1MXi_.animate-2_GNX{stroke-dasharray:300;animation:fill-animation-2Tyzr 1.5s cubic-bezier(1, 1, 1, 1) 0s infinite}@keyframes fill-animation-2Tyzr{0%{stroke-dasharray:40 300;stroke-dashoffset:50}50%{stroke-dasharray:141.3;stroke-dashoffset:-141.3}100%{stroke-dasharray:40 300;stroke-dashoffset:-282.6}}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5{position:absolute;width:100%;bottom:0;left:0;color:#fff;height:50px;visibility:visible;transition:opacity .2s linear;opacity:1}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5.controls-hide-1qnEj{visibility:hidden;opacity:0;transition:visibility 0s .2s, opacity .2s linear}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5::before{content:'';position:absolute;bottom:0;left:0;background:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));height:300%;width:100%;pointer-events:none;border-radius:0px 0px 12px 12px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh{box-sizing:border-box;height:100%;width:100%;position:absolute;display:flex;align-items:center;padding:0 10px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .play-btn-2IwuG,.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .fullscreen-btn-1AGjs{width:35px;height:35px;display:flex;align-items:center;justify-content:center;fill:rgba(255,255,255,0.86)}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e{flex:1;display:flex;align-items:center;cursor:pointer;position:relative}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .time-lS2j7{margin:0 10px;text-align:right;color:#fff;font-size:12px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS{flex:1;height:20px;display:flex;align-items:center;margin:0 10px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS .progress-2v5Ux{flex:1;display:flex;align-items:center;position:relative}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS .progress-2v5Ux .progress-track-2TVgj{width:100%;position:absolute;left:0;height:4px;background:rgba(255,255,255,0.2);border-radius:4px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS .progress-2v5Ux .progress-rail-2_7vE{position:absolute;left:0;height:4px;background:#3B45EF;border-bottom-left-radius:4px;border-top-left-radius:4px}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS .progress-2v5Ux .progress-handle-2L76N{position:absolute;left:0;border-radius:5px;width:10px;height:10px;background:#ffffff}.video-container-vVs5n .video-panel-2u6tP .controls-wrap-3WyRo .controls-3Rey5 .controls-bar-3qQkh .controls-progress-bar-1oF1e .progress-bar-Nu0xS .progress-2v5Ux .progress-handle-2L76N::after{position:absolute;content:'';width:30px;height:30px;left:-10px;top:-10px}.video-container-vVs5n .video-panel-2u6tP .modal-2Hihp{width:100%;height:100%;background:rgba(0,0,0,0.86);position:absolute;left:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:rgba(255,255,255,0.86);z-index:100}.video-container-vVs5n .video-panel-2u6tP .modal-2Hihp .modal-content-3mJt_{padding:0 30px;font-size:12px;line-height:22px;display:flex;align-items:center;font-size:14px;text-align:center}.video-container-vVs5n .video-panel-2u6tP .modal-2Hihp .cancel-btn-2QvXt{border-radius:3px;margin-top:24px;display:flex;align-items:center}.video-container-vVs5n .video-panel-2u6tP .modal-2Hihp .cancel-btn-2QvXt .cancel-text-gDgN3{margin-left:4px}

.vip-card-2W4aU{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-radius:12px;background-image:url(//image.uc.cn/s/uae/g/1v/qcourse-web/dist/496c305b11f928eb610b6fca6677972a.png);background-size:100% 100%}.vip-card-2W4aU .title-2z3By{font-family:PingFangSC-Semibold;font-size:16px;color:rgba(0,0,0,0.86);line-height:24px;font-weight:600}.vip-card-2W4aU .desc-zrsop{margin-top:2px;font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,0.7);line-height:16px;font-weight:400}.vip-card-2W4aU .btn-1foZm{border-radius:14px;padding:0px 10px;line-height:28px;font-size:12px;font-weight:600;color:#FFDB96;background:rgba(0,0,0,0.86);position:relative}

.org-ad-1sm-5{border:1px solid rgba(0,0,0,0.03);border-radius:12px;width:100%}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  -webkit-animation-name: amFadeIn;
          animation-name: amFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  -webkit-animation-name: amFadeOut;
          animation-name: amFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  -webkit-animation-name: amSlideUpIn;
          animation-name: amSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  -webkit-animation-name: amSlideUpOut;
          animation-name: amSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  -webkit-animation-name: amZoomIn;
          animation-name: amZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  -webkit-animation-name: amZoomOut;
          animation-name: amZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  -webkit-animation-name: amSlideDownIn;
          animation-name: amSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  -webkit-animation-name: amSlideDownOut;
          animation-name: amSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 14px;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.am-icon-xxs {
  width: 15px;
  height: 15px;
}
.am-icon-xs {
  width: 18px;
  height: 18px;
}
.am-icon-sm {
  width: 21px;
  height: 21px;
}
.am-icon-md {
  width: 22px;
  height: 22px;
}
.am-icon-lg {
  width: 36px;
  height: 36px;
}
.am-icon-loading {
  -webkit-animation: cirle-anim 1s linear infinite;
          animation: cirle-anim 1s linear infinite;
}
@-webkit-keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 14px;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 60px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 9px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 5px;
  padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 6px;
}

.course-card-2XjWz{height:70px}.cover-3u934{width:105px;height:70px;border:1px solid rgba(0,0,0,0.03);border-radius:12px;position:relative;background-size:100% 100%;background-repeat:no-repeat}.cover-3u934 .video-length-3vuXu{padding:1px 4px;position:absolute;bottom:4px;right:8px}.teacher-name-b2x1u{font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,0.7);line-height:16px;font-weight:400;word-break:keep-all}.icon-member-2UEcK{background:#FFCE5A;border-radius:4px;padding:1px 4px}.icon-member-2UEcK .text-3ywRy{color:#6F4F12;font-weight:600}

@font-face{font-family:'FZXKTJW';src:url(//image.uc.cn/s/uae/g/1v/qcourse-web/dist/ca994a92615a60a478f26a452387406a.ttf);font-display:swap}.word-in-cells-f6XcO{margin-top:6px}.word-in-cells-f6XcO .lines-opjju{display:inline-block}.word-in-cells-f6XcO .line-35Fge{justify-content:flex-start}.word-in-cells-f6XcO .line-35Fge .char-wAcWS .pinyin-2EvLr{font-family:PingFangSC-Medium;font-size:18px;color:#868D94;letter-spacing:0;text-align:center;line-height:28px;font-weight:500}.word-in-cells-f6XcO .line-35Fge .char-wAcWS .text-tnFDJ{border-radius:6px;display:flex;justify-content:center;align-items:center;background-image:url(data:image/png;base64,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);background-size:100%;background-repeat:no-repeat}.word-in-cells-f6XcO .line-35Fge .char-wAcWS .text-tnFDJ:nth-last-of-type(1){margin-right:0px}.word-in-cells-f6XcO .line-35Fge .char-wAcWS .text-tnFDJ span{font-family:FZXKTJW;color:#0C0D24;letter-spacing:0;font-weight:400}

.title-J5lD9{font-family:PingFangSC-Medium;font-size:18px;color:#0C0D24;line-height:26px;font-weight:500}.see-3hEvc{font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;text-align:right;line-height:22px;font-weight:600}.source-3c-Un{font-family:PingFangSC-Regular;font-size:14px;color:#868D94;font-weight:400}.scroll-pr80I{margin-top:14px;white-space:nowrap}.phrase-24HtF{background:#FFFFFF;border:0.5px solid #E6E6E6;box-shadow:0 4px 8px 0 rgba(245,245,245,0.75);border-radius:11.2px;padding:10px 16px;font-family:PingFangSC-Regular;font-size:22px;color:#0C0D24;letter-spacing:0;text-align:center;line-height:32px;font-weight:400;margin-right:14px}.phrase-24HtF:last-child{margin-right:0}.word-3jsct{background:#FFFFFF;border:1px solid #F1F1F1;border-radius:8px;padding:9px 10px;font-family:FZNewKai-Z03;font-size:34px;color:#0C0D24;letter-spacing:0;line-height:36px;font-weight:400;margin-right:14px}.word-3jsct:last-child{margin-right:0}.char-36AXo{width:54px;height:54px;background:#FAFCFF;border:1px solid #E3EDF7;border-radius:6px;background-image:url(data:image/png;base64,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);background-size:100%;background-repeat:no-repeat;display:flex;align-items:center;text-align:center;justify-content:center;margin-right:17px}.char-36AXo .char-text-2mzg9{font-family:FZNewKai-Z03;font-size:34px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:36px;font-weight:400}.char-36AXo:last-child{margin-right:0px}.poem-no-scroll-3id7T{margin-top:14px;white-space:nowrap;display:flex;justify-content:space-between}.poem-1h9fg{background:#FFFFFF;border:0.5px solid #E6E6E6;box-shadow:0 4px 8px 0 rgba(245,245,245,0.75);border-radius:11.2px;padding:14px 0px;display:flex;flex-direction:column;margin-right:8px}.poem-1h9fg:last-child{margin-right:0px}.poem-1h9fg .poem—name-fcCnZ{font-family:PingFangSC-Semibold;font-size:16px;color:#0C0D24;letter-spacing:0;line-height:24px;font-weight:600;margin:0 8px}.poem-1h9fg .poem-year-author-3Oilh{margin-top:8px;margin:8px 14px 0 16px;display:flex;justify-content:space-between}.poem-1h9fg .poem-year-author-3Oilh .poem-author-2-O_W{font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,0.4);line-height:16px;font-weight:400;margin-right:20px}

.tab-nav-1kdd5{position:sticky;top:-1px;z-index:1;background-color:#fff;margin-top:6px}.divider-uHngq{position:relative;margin:0 20px}.divider-line-2_Sai{position:absolute;top:-1px;left:0}

.header-logo-1Fey5{width:70px;height:19px}.header-jump-course-3GWmH{width:24px;height:24px;display:flex;justify-content:flex-end;align-items:center;position:relative}.header-jump-course-3GWmH .text-3GGaz{font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.86);text-align:right;line-height:20px;font-weight:600;word-break:keep-all;position:absolute;right:22px;top:2px}.header-jump-course-3GWmH .icon-3sVSN{transform:rotate(-90deg)}.page-footer-10TV7 .icon-btn-20dAW{margin-right:24px;margin-left:4px}.page-footer-10TV7 .vip-btn-1YMXB{flex:1}.share-popover-1AVeN{padding:14px 24px;background:#FFFFFF;box-shadow:0 6px 16px 0 rgba(0,0,0,0.1);border-radius:26px 0 0 26px;position:absolute;right:0;bottom:22px;z-index:1000}.phrase-1uoA9{margin-top:24px}.phrase-1uoA9 .audio-player-container-1OVe4{width:18px;height:18px;display:flex;justify-content:center;align-items:center}.phrase-1uoA9 .explain-2Axhz .title-J5acc{word-break:keep-all;font-family:PingFangSC-Semibold;font-size:18px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:26px;font-weight:600}.phrase-1uoA9 .explain-2Axhz .content-3jB-q{font-family:PingFangSC-Regular;font-size:16px;color:#0C0D24;letter-spacing:0;line-height:24px;font-weight:400;word-break:normal}.synonyms-antonyms-horizontal-1Vo30 .word-2U6-N{width:calc(100vw / 375 * 78);height:28px;white-space:nowrap;margin-left:20px}.synonyms-antonyms-horizontal-1Vo30 .word-2U6-N .tag-3mIVf{background-color:#F8F8F8;border-radius:6px;font-family:PingFangSC-Semibold;font-size:14px;color:#0C0D24;letter-spacing:0;text-align:center;line-height:26px;font-weight:600;margin-top:1px}.synonyms-antonyms-column-36zS_ .synonyms-2Whxm .container-vXan0,.synonyms-antonyms-column-36zS_ .antonyms-36JrB .container-vXan0{display:flex;justify-content:flex-start;flex-wrap:wrap}.synonyms-antonyms-column-36zS_ .synonyms-2Whxm .container-vXan0 .word-2U6-N,.synonyms-antonyms-column-36zS_ .antonyms-36JrB .container-vXan0 .word-2U6-N{width:calc((100% - 32px) / 4);height:34px;padding:0px 4px 8px;white-space:nowrap}.synonyms-antonyms-column-36zS_ .synonyms-2Whxm .container-vXan0 .word-2U6-N .tag-3mIVf,.synonyms-antonyms-column-36zS_ .antonyms-36JrB .container-vXan0 .word-2U6-N .tag-3mIVf{background-color:#F8F8F8;border-radius:8px;font-family:PingFangSC-Semibold;font-size:14px;color:#0C0D24;letter-spacing:0;text-align:center;line-height:34px;font-weight:600}.example-sentence-3EscA{background-color:#FBFBFB !important;word-break:normal}.example-sentence-3EscA .order-1UfCE{font-family:PlusJakartaSans-Bold;font-size:16px;color:rgba(0,0,0,0.86);line-height:22px;font-weight:700;margin-right:5px}.example-sentence-3EscA .keyword-1mIWa,.example-sentence-3EscA .common-1GtS7{font-family:PingFangSC-Regular;font-size:16px;line-height:22px;font-weight:400}.example-sentence-3EscA .keyword-1mIWa{color:#E50000}.example-sentence-3EscA .common-1GtS7{color:rgba(0,0,0,0.86)}.differentiate-analyse-mxcgw .title-J5acc,.allusion-UFTot .title-J5acc,.story-31wz3 .title-J5acc{margin-bottom:10px}.differentiate-analyse-mxcgw .paragraphs-content-dVekV,.allusion-UFTot .paragraphs-content-dVekV,.story-31wz3 .paragraphs-content-dVekV{word-break:normal}.differentiate-analyse-mxcgw .paragraphs-content-dVekV .keyword-1mIWa,.differentiate-analyse-mxcgw .paragraphs-content-dVekV .common-1GtS7,.allusion-UFTot .paragraphs-content-dVekV .keyword-1mIWa,.allusion-UFTot .paragraphs-content-dVekV .common-1GtS7,.story-31wz3 .paragraphs-content-dVekV .keyword-1mIWa,.story-31wz3 .paragraphs-content-dVekV .common-1GtS7{font-family:PingFangSC-Regular;font-size:16px;line-height:32px;font-weight:400}.differentiate-analyse-mxcgw .paragraphs-content-dVekV .keyword-1mIWa,.allusion-UFTot .paragraphs-content-dVekV .keyword-1mIWa,.story-31wz3 .paragraphs-content-dVekV .keyword-1mIWa{color:#E50000}.differentiate-analyse-mxcgw .paragraphs-content-dVekV .common-1GtS7,.allusion-UFTot .paragraphs-content-dVekV .common-1GtS7,.story-31wz3 .paragraphs-content-dVekV .common-1GtS7{color:rgba(0,0,0,0.86)}.courses-2A4p3 .card-big-title-2Q4ms{margin-bottom:14px;font-family:PingFangSC-Semibold;font-size:18px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:26px;font-weight:600}.tab-nav-t3W3C{position:sticky;top:-1px;z-index:1;background-color:#fff;margin-top:6px}.sticky-3sJ5_{scroll-margin-top:56px}.duYin-xTd6I{font-size:16px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:24px}.shiYi-3J12v{word-break:keep-all;font-family:PingFangSC-Regular;font-size:16px;color:#0C0D24;letter-spacing:0;line-height:24px;font-weight:400}.single-title-35bd9{font-family:PingFangSC-Semibold;font-size:18px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:26px;font-weight:600}

