/*! 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://image.quark.cn/s/uae/g/8r/assets/PlusJakartaSans-Bold.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-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}

.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%}

.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}

.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}

.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}

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

.w-page{uc-perf-stat-ignore:image}.header-18A7-{display:flex;justify-content:space-between;padding:15px 20px 15px 20px;align-items:center}.header-18A7-.course-3pd7N{background-color:#FFFFFF}.header-18A7- .home-logo-1_e2K{height:24px;width:auto}.header-18A7- .entries-container-oyuzZ{display:flex;justify-content:flex-start;align-items:center}.header-18A7- .entries-container-oyuzZ .learning-channel-entry-1tEuv{border-radius:5px;padding:4px 8px;display:flex;justify-content:center;align-items:center;background:#0D53FF}.header-18A7- .entries-container-oyuzZ .learning-channel-entry-1tEuv .learning-channel-logo-3U4i-{height:16px}.header-18A7- .entries-container-oyuzZ .header-dot-15ogv{margin:0 4px;width:3px;height:3px;background:#0C0D24}.header-18A7- .entries-container-oyuzZ .exams-entries-container-1wTnQ{display:flex;justify-content:flex-start;align-items:center}.header-18A7- .entries-container-oyuzZ .exams-entries-container-1wTnQ .exams-entries-2-BOn{height:17px;width:auto}.header-18A7- .entries-container-oyuzZ .exams-entries-container-1wTnQ .exams-entries-icon-efKhH{margin-left:6.5px;width:20px;height:20px}.header-18A7- .header-navs-3aeiU{display:flex;justify-content:flex-start;border-radius:8px;padding:4px 6px;background:#FFFFFF;align-items:center}.header-18A7- .header-navs-3aeiU.course-3pd7N{background:#F4F4F4}.header-18A7- .header-navs-3aeiU .nav-1CiMn{width:24px;height:24px}.header-18A7- .header-navs-3aeiU .sep-2YJft{width:1px;height:14px;margin:0 5.5px;background:#EEEEEE}.practice-3hOIi{background:#FFFFFF}.practice-3hOIi .practice-sticky-Q7nLx{position:sticky;top:-1px;z-index:2;background:#fff}.practice-3hOIi .practice-sticky-Q7nLx .title-2Hf3N{margin:14px 20px 13px 20px;font-size:18px;line-height:26px;font-weight:600;color:rgba(0,0,0,0.86)}.practice-3hOIi .practice-sticky-Q7nLx .tab-1rwQ1{margin:0 20px}.vip-bar-container-1okHs{margin:12px 10px}.vip-bar-container-1okHs.top-2VC0k{margin-left:20px;margin-right:20px}.informations-1LNlC{box-shadow:0 0 30px 0 rgba(0,0,0,0.06);background:#FFFFFF}.informations-1LNlC .informations-sticky-L18Xk{position:sticky;top:-1px;z-index:2;background:#fff}.informations-1LNlC .informations-sticky-L18Xk .title-2Hf3N{margin:14px 20px 13px 20px;font-size:18px;line-height:26px;font-weight:600;color:rgba(0,0,0,0.86)}.informations-1LNlC .informations-sticky-L18Xk .tab-1rwQ1{margin:0 20px}.banner-slider-container-qpxLI{margin:14px 20px 16px 20px;scroll-margin-top:12px}.live-broadcast-2NeF5{border-bottom:1px solid #f8f8fa;background:#f8f8f8}.flex-row-2z2R6{display:flex;flex-direction:row;align-items:center}.flex-row-2z2R6.space-between-3QJqP{justify-content:space-between}.flex-row-2z2R6.space-around-3VWio{justify-content:space-around}.flex-row-2z2R6.center-26FcZ{justify-content:center}.flex-column-2N8BW{display:flex;flex-direction:column}.flex-column-2N8BW.center-26FcZ{align-items:center}.bottom-nav-tips-1YfWc{position:absolute;left:12px;top:-8px;z-index:1;background:#FF594D;border-radius:100px 100px 100px 1px;width:50px;height:16px}.divider-3ac6i{margin:0 20px;height:1px;width:calc(100vw - 40px);background:#f8f8fA}.divider1-VcoPn{height:6px;width:100vw;background:#f8f8fA}

.recommend-23fCI{display:flex;justify-content:space-between;margin:14px 20px 16px 20px;flex-shrink:0}.recommend-23fCI .single-recommend-1dHHq{position:relative;display:flex;flex-direction:column}.recommend-23fCI .single-recommend-1dHHq .single-recommend-image-M-jXp{display:flex;justify-content:center}.recommend-23fCI .single-recommend-1dHHq .single-recommend-name-4PIe-{margin-top:2px;font-family:PingFangSC-Medium;font-size:12px;color:#222222;text-align:center;line-height:22px;font-weight:500}.recommend-23fCI .single-recommend-1dHHq .single-recommend-corner-2d3Vy{position:absolute;top:-7px;left:50%;border-radius:100px 100px 100px 1px;padding:0 4px;width:auto;height:16px;text-align:center;white-space:nowrap;line-height:16px;font-weight:600;font-size:10px;background:#FF594D;color:#FFFFFF}

.vip-bar-1P9Jw{display:block;border-radius:10px;width:100%;uc-perf-stat-ignore:image}

.announcement-slider-2lu0S{position:relative;background:#FFFFFF;height:26px;overflow:hidden}.announcement-slider-2lu0S,.announcement-slider-2lu0S *{box-sizing:border-box}.announcement-slider-2lu0S .display-items-1u6eB{position:absolute;left:0;top:0;width:100%}.announcement-slider-2lu0S .display-items-1u6eB.slided-38lBG{top:-34px}.announcement-slider-2lu0S .display-items-1u6eB .item-2Zzqx{display:flex;align-items:center}.announcement-slider-2lu0S .display-items-1u6eB .item-2Zzqx .tag-yjXNK{margin-right:8px;border-radius:4px;padding:0 4px;line-height:16px;white-space:nowrap;font-size:10px;font-weight:500;color:#0053FF;background:rgba(0,83,255,0.1)}.announcement-slider-2lu0S .display-items-1u6eB .item-2Zzqx .title-1v5lw{flex-grow:1;line-height:34px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;color:rgba(0,0,0,0.86)}

.register-3SxBy{border-radius:12px 12px 0 0}.register-3SxBy .exam-msg-3SI8V{padding:16px 20px 14px 20px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;background-image:linear-gradient(rgba(255,255,255,0.45), #fff)}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY{display:flex;justify-content:flex-start;align-items:center;flex:1;width:0}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY .user-avatar-2mZIe{border-radius:50%;width:24px;height:24px;uc-perf-stat-ignore:image}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY .vip-msg-2bz0y{display:flex;justify-content:flex-start;align-items:center}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY .vip-msg-2bz0y .filter-icon-3qCF2{margin-left:4px;width:12px;height:12px}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY .vip-msg-2bz0y .direction-2DO-l{margin-left:8px;font-size:14px;line-height:22px;font-weight:400;color:rgba(0,0,0,0.86);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.register-3SxBy .exam-msg-3SI8V .user-msg-srnsY .vip-msg-2bz0y .vip-orjLV{margin-left:8px;width:25px;height:18px;uc-perf-stat-ignore:image}.register-3SxBy .exam-msg-3SI8V .count-down-4Y4rH{margin-left:5px;display:flex;justify-content:flex-start;align-items:baseline}.register-3SxBy .exam-msg-3SI8V .count-down-4Y4rH .time-BFBVi{color:rgba(0,0,0,0.86);line-height:22px;font-size:20px;font-weight:700;font-family:PlusJakartaSans-Bold}.register-3SxBy .exam-msg-3SI8V .count-down-4Y4rH .count-down-name-20vDB{display:flex;justify-content:center;align-items:center;font-size:12px;color:rgba(0,0,0,0.86);text-align:center;line-height:16px;font-weight:400;margin-left:4px}.register-3SxBy .exam-msg-3SI8V .exam-status-2mniG{margin-left:5px;font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;text-align:right;line-height:16px;font-weight:600;display:flex;justify-content:center;align-items:center;white-space:nowrap}.register-3SxBy .register-process-2g6AI{padding:0 20px;background:#fff}.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa{display:flex;justify-content:space-between;align-items:center}.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa .register-step-2PQqt{display:flex;justify-content:flex-start;align-items:center}.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa .register-step-2PQqt .name-3egn5,.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa .register-step-2PQqt .name-active-DdbaQ{font-size:12px;text-align:center;line-height:16px;font-weight:600;color:rgba(0,0,0,0.86)}.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa .register-step-2PQqt .name-active-DdbaQ{color:#0053FF}.register-3SxBy .register-process-2g6AI .register-steps-1q_Qa .register-step-2PQqt .icon-28-0Y{width:16px;height:16px}.register-3SxBy .register-process-2g6AI .steps-process-3BTsG{position:relative;margin-top:5.5px;height:1.5px;width:100%;background:#E0E6FF}.register-3SxBy .register-process-2g6AI .steps-process-3BTsG .step-process-active-1QmiJ{position:absolute;top:0;left:0;height:1.5px;background:#0053FF;width:0}.register-3SxBy .register-process-2g6AI .steps-date-21GnK{margin-top:5.5px;display:flex;justify-content:space-between;align-items:center}.register-3SxBy .register-process-2g6AI .steps-date-21GnK .step-date-1ylSL,.register-3SxBy .register-process-2g6AI .steps-date-21GnK .step-date-active-1Qrd0{font-size:11px;text-align:justify;line-height:16px;font-weight:400;color:rgba(0,0,0,0.4)}.register-3SxBy .register-process-2g6AI .steps-date-21GnK .step-date-active-1Qrd0{color:rgba(0,83,255,0.6)}.register-3SxBy .announcement-container-kTdae{padding:3px 20px 14px 20px;background:#fff}

.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)}

.container-12kRY{background:#fff}.tab-nav-3oc_L{background-color:#fff;margin-top:6px}.underline-container-9okfW{position:relative}.underline-awQWL{position:absolute;top:-1px;left:0}

*{box-sizing:border-box}.container-2V8o_{margin:12px 10px;border:1px solid rgba(194,194,194,0.04);box-shadow:0 0 20px 0 rgba(0,0,0,0.06);border-radius:12px 24px 12px 12px}.container-2V8o_ .header-3Dlnh{position:relative;display:flex;justify-content:flex-start;align-items:center;padding:16px 14px 10px 14px;height:50px}.container-2V8o_ .header-3Dlnh .title-2wReK{width:116px;height:24px;z-index:1}.container-2V8o_ .header-3Dlnh .background-1KsLH{position:absolute;top:0;left:0;width:calc(100vw - 20px - 28px - 2px);height:50px;uc-perf-stat-ignore:image}.container-2V8o_ .content-21EmV{padding:6px 10px;background:#fff;border-radius:0 0 12px 12px}.container-2V8o_ .content-21EmV .paper-3_AGR{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #F7F7F7;padding:14px 0}.container-2V8o_ .content-21EmV .paper-3_AGR:last-child{border-bottom:none}.container-2V8o_ .content-21EmV .paper-3_AGR:first-child{padding-top:6px}.container-2V8o_ .content-21EmV .paper-3_AGR .msg-161wI{margin-left:4px}.container-2V8o_ .content-21EmV .paper-3_AGR .msg-161wI .title-2wReK{font-size:14px;line-height:24px;font-weight:600;color:rgba(0,0,0,0.86)}.container-2V8o_ .content-21EmV .paper-3_AGR .msg-161wI .desc-2K8o0{margin-top:8px;font-size:12px;line-height:16px;font-weight:400;color:rgba(0,0,0,0.4)}.container-2V8o_ .content-21EmV .paper-3_AGR .entry-1YhSk,.container-2V8o_ .content-21EmV .paper-3_AGR .entry-vip-3Z3O1,.container-2V8o_ .content-21EmV .paper-3_AGR .entry-grey-23gG6{margin-right:4px;border-radius:8px;padding:0 16px;height:34px;line-height:34px;font-size:14px;font-weight:500;white-space:nowrap;color:#0053FF;background:rgba(0,83,255,0.05)}.container-2V8o_ .content-21EmV .paper-3_AGR .entry-vip-3Z3O1{color:#CC7700;background:#FFF8EB}.container-2V8o_ .content-21EmV .paper-3_AGR .entry-grey-23gG6{color:rgba(0,0,0,0.4);background:#F8F8F8}

.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}

.mode-switch-3bfkU{display:flex;justify-content:flex-end}.mode-switch-3bfkU .mode-switch-name-1FHDF{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.86);line-height:22px;font-weight:400;margin-right:4px}.mode-switch-3bfkU .mode-switch-img-pMVmx{display:flex;justify-content:center;align-items:center}.modal-1Ys1q{margin-top:16px;display:flex;flex-direction:column}.modal-1Ys1q .mode-2k4xE{display:flex;justify-content:space-between}.modal-1Ys1q .mode-2k4xE .mode-content-1cY7b{display:flex;justify-content:flex-start}.modal-1Ys1q .mode-2k4xE .mode-content-1cY7b .mode-content-name-AsQJR{margin-right:8px;font-family:PingFangSC-Semibold;font-size:16px;color:rgba(0,0,0,0.86);letter-spacing:0;line-height:24px;font-weight:600}.modal-1Ys1q .mode-2k4xE .mode-content-1cY7b .mode-content-des-OFBZO{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.4);letter-spacing:0;line-height:22px;font-weight:400}.modal-1Ys1q .mode-2k4xE .mode-img-3nZ5Q{display:flex;justify-content:center;align-items:center}.modal-1Ys1q .mode-child-3FH28{display:flex;justify-content:space-between}.modal-1Ys1q .mode-child-3FH28:first-child{margin-top:16px}.modal-1Ys1q .mode-child-3FH28 .mode-child-content-MvkyO{font-family:PingFangSC-Regular;font-size:14px;color:rgba(0,0,0,0.86);line-height:22px;font-weight:400}.modal-1Ys1q .mode-child-3FH28 .mode-child-content-selected-ToIbn{font-family:PingFangSC-Medium;font-size:14px;color:#0053FF;line-height:22px;font-weight:500}.modal-1Ys1q .mode-child-3FH28 .mode-child-img-1TaVw{display:flex;justify-content:center;align-items:center}.modal-1Ys1q .year-1Wv9M{display:flex;justify-content:space-between;flex-wrap:wrap}.modal-1Ys1q .year-1Wv9M .year-single-1oAwD,.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f{border:2px solid #FFFFFF;margin-top:14px;width:calc((100vw / 375) * 106);height:calc((100vw / 375) * 50);background:#F8F8F8;border-radius:12px;font-family:PingFangSC-Semibold;font-size:14px;color:#222222;letter-spacing:0;text-align:center;line-height:22px;font-weight:600;display:flex;justify-content:center;align-items:center}.modal-1Ys1q .year-1Wv9M .year-single-1oAwD:nth-child(1),.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f:nth-child(1){margin-top:0px}.modal-1Ys1q .year-1Wv9M .year-single-1oAwD:nth-child(2),.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f:nth-child(2){margin-top:0px}.modal-1Ys1q .year-1Wv9M .year-single-1oAwD:nth-child(3),.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f:nth-child(3){margin-top:0px}.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f{border:2px solid #0053FF;color:#0053FF;position:relative;background:#FFFFFF}.modal-1Ys1q .year-1Wv9M .year-single-selected-CES8f .year-single-img-1aqiE{position:absolute;bottom:-1px;right:-2px}.modal-1Ys1q .type-button-H92j8{display:flex;justify-content:space-between;margin-top:26px}.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw{height:46px;background:#F8F8F8;border-radius:12px;display:flex;justify-content:center;align-items:center;width:100%}.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2:first-child,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw:first-child{margin-right:4.5px}.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2:last-child,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw:last-child{margin-left:4.5px}.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2 .single-button-text-L3x7h,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw .single-button-text-L3x7h,.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2 .single-button-text-selected-3NXjs,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw .single-button-text-selected-3NXjs{font-family:PingFangSC-Semibold;font-size:14px;color:rgba(0,0,0,0.86);letter-spacing:0;text-align:center;line-height:22px;font-weight:600}.modal-1Ys1q .type-button-H92j8 .single-button-3wTR2 .single-button-text-selected-3NXjs,.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw .single-button-text-selected-3NXjs{color:#FFFFFF}.modal-1Ys1q .type-button-H92j8 .single-button-selected-1SyEw{background:#0053FF}.driver-2LXIU{margin:16px 0;height:1px;background:rgba(0,0,0,0.03)}

*{box-sizing:border-box}.container-77Hfu{margin:12px 10px;border:1px solid rgba(194,194,194,0.04);box-shadow:0 0 20px 0 rgba(0,0,0,0.06);border-radius:12px 12px 12px 12px}.container-77Hfu .header-NNtgB{position:relative;display:flex;justify-content:space-between;align-items:center;padding:16px 14px 10px 14px;height:50px}.container-77Hfu .header-NNtgB .title-287c5{width:116px;height:24px;z-index:1}.container-77Hfu .header-NNtgB .mode-2aPyI{display:flex;justify-content:flex-start;align-items:center;z-index:1}.container-77Hfu .header-NNtgB .mode-2aPyI .text-fPXRN{line-height:22px;font-size:14px;font-weight:400;color:rgba(0,0,0,0.86)}.container-77Hfu .header-NNtgB .mode-2aPyI .icon-22y5h{margin-left:4px;width:12px;height:12px}.container-77Hfu .header-NNtgB .background-1kvqu{position:absolute;top:0;left:0;width:calc(100vw - 20px - 28px - 2px);height:50px;uc-perf-stat-ignore:image}.container-77Hfu .content-1Er_a{padding:0 14px;display:flex;flex-direction:column}.container-77Hfu .content-1Er_a .chapter-2SAdh{border-bottom:1px solid #F7F7F7;padding:15px 0}.container-77Hfu .content-1Er_a .chapter-2SAdh:last-child{border-bottom:none}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW{display:flex;justify-content:space-between;align-items:flex-start}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-left-3Jdz8{width:24px;height:24px}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-middle-3bxdM{margin-left:6px;flex:1;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-middle-3bxdM .name-1ktJw{font-size:14px;line-height:22px;font-weight:600;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-middle-3bxdM .name-1ktJw .free-tag-1PZ-9{position:relative;top:-1px;margin-left:4px;border-radius:4px;padding:0 4px;height:16px;line-height:16px;text-align:center;font-size:10px;font-weight:600;white-space:nowrap;color:#0053FF;background:rgba(0,83,255,0.08)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-middle-3bxdM .name-1ktJw .locked-NyPGv{position:relative;top:5px;margin-left:4px;width:20px;height:20px}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-middle-3bxdM .name-1ktJw .last-location-uhX9m{position:relative;top:-1px;margin-left:4px;border-radius:4px;padding:0 4px;height:16px;font-size:10px;text-align:center;line-height:16px;font-weight:600;white-space:nowrap;color:#FF594D;background:rgba(255,89,77,0.12)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-header-2DfWW .chapter-header-right-1od19{width:24px;height:24px}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j{margin:8px 0 0 30px;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .proficiencyLevel-2UdP9{display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .proficiencyLevel-2UdP9 .name-1ktJw{font-size:12px;line-height:16px;font-weight:400;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .proficiencyLevel-2UdP9 .name-grey-2-SNI{font-size:12px;text-align:center;line-height:16px;font-weight:400;color:rgba(0,0,0,0.4)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .proficiencyLevel-2UdP9 .num-1tThQ{margin-left:4px;font-size:12px;font-weight:700;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .answered-2Lewm{margin-left:6px;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .answered-2Lewm .name-1ktJw{font-size:12px;line-height:16px;font-weight:400;opacity:0.4;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .answered-2Lewm .num-1tThQ{margin-left:4px;font-size:12px;line-height:16px;font-weight:700;opacity:0.4;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .wrong-3Gp-4{margin-left:4px;display:flex;justify-content:flex-start;align-items:center;border-radius:4px;padding:0 4px;height:16px;background:rgba(0,0,0,0.03)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .wrong-3Gp-4 .num-1tThQ{font-size:10px;text-align:center;line-height:16px;font-weight:600;color:rgba(0,0,0,0.4)}.container-77Hfu .content-1Er_a .chapter-2SAdh .chapter-desc-3vG4j .wrong-3Gp-4 .icon-22y5h{width:12px;height:12px}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a{margin-left:30px;display:flex;flex-direction:column}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z{margin-top:29px}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_{display:flex;justify-content:space-between;align-items:flex-start}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-left-1RURr{flex:1;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-left-1RURr .child-name-3Mq29{font-size:14px;line-height:22px;font-weight:600;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-left-1RURr .child-name-3Mq29 .child-free-tag-3rciO{position:relative;top:-1px;margin-left:4px;border-radius:4px;padding:0 4px;height:16px;line-height:16px;text-align:center;font-size:10px;font-weight:600;white-space:nowrap;color:#0053FF;background:rgba(0,83,255,0.08)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-left-1RURr .child-name-3Mq29 .child-locked-3d_jy{position:relative;top:5px;margin-left:4px;width:20px;height:20px}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-left-1RURr .child-name-3Mq29 .child-last-location-26GGi{position:relative;top:-1px;margin-left:4px;border-radius:4px;padding:0 4px;height:16px;font-size:10px;text-align:center;line-height:16px;font-weight:600;white-space:nowrap;color:#FF594D;background:rgba(255,89,77,0.12)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-header-2bHE_ .child-header-right-3NyiX{width:24px;height:24px}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy{margin-top:8px;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .proficiencyLevel-2UdP9{display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .proficiencyLevel-2UdP9 .name-1ktJw{font-size:12px;line-height:16px;font-weight:400;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .proficiencyLevel-2UdP9 .name-grey-2-SNI{font-size:12px;text-align:center;line-height:16px;font-weight:400;color:rgba(0,0,0,0.4)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .proficiencyLevel-2UdP9 .num-1tThQ{margin-left:4px;font-size:12px;font-weight:700;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .answered-2Lewm{margin-left:6px;display:flex;justify-content:flex-start;align-items:center}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .answered-2Lewm .name-1ktJw{font-size:12px;line-height:16px;font-weight:400;opacity:0.4;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .answered-2Lewm .num-1tThQ{margin-left:4px;font-size:12px;line-height:16px;font-weight:700;opacity:0.4;color:rgba(0,0,0,0.86)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .wrong-3Gp-4{margin-left:4px;display:flex;justify-content:flex-start;align-items:center;border-radius:4px;padding:0 4px;height:16px;background:rgba(0,0,0,0.03)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .wrong-3Gp-4 .num-1tThQ{font-size:10px;text-align:center;line-height:16px;font-weight:600;color:rgba(0,0,0,0.4)}.container-77Hfu .content-1Er_a .chapter-2SAdh .children-1fj9a .child-Uol9z .child-desc-2uuCy .wrong-3Gp-4 .icon-22y5h{width:12px;height:12px}

*{box-sizing:border-box}.container-EBfwY{margin:12px 10px;border:1px solid rgba(194,194,194,0.04);box-shadow:0 0 20px 0 rgba(0,0,0,0.06);border-radius:12px 24px 12px 12px}.container-EBfwY .header-49mCZ{position:relative;display:flex;justify-content:flex-start;align-items:center;padding:16px 14px 10px 14px;height:50px}.container-EBfwY .header-49mCZ .title-32pVm{width:77px;height:24px;z-index:1}.container-EBfwY .header-49mCZ .background-tx448{position:absolute;top:0;left:0;width:calc(100vw - 20px - 28px - 2px);height:50px;uc-perf-stat-ignore:image}.container-EBfwY .content-Nz-xj{padding:0 14px 12px 14px}.container-EBfwY .content-Nz-xj .information-1hK_o{border-bottom:1px solid rgba(0,0,0,0.03);padding:14px 0 16px 0;display:flex;justify-content:flex-start}.container-EBfwY .content-Nz-xj .information-1hK_o:first-child{padding-top:6px}.container-EBfwY .content-Nz-xj .information-1hK_o:last-child{border-bottom:none}.container-EBfwY .content-Nz-xj .information-1hK_o .front-cover-2g6um{width:40px;height:40px}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa{margin-left:14px}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa .title-32pVm{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;/*! autoprefixer: off */-webkit-box-orient:vertical;font-family:PingFangSC-Medium;font-size:14px;line-height:22px;font-weight:500;color:rgba(0,0,0,0.86)}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa .title-32pVm .icon-3qd1s{position:relative;width:20px;height:20px;top:4px}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa .tags-PIK-d{margin-top:5px;display:flex;justify-content:flex-start;align-items:center}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa .tags-PIK-d .tag-17FAk{margin-left:4px;border-radius:4px;padding:0 4px;font-size:10px;text-align:justify;line-height:14px;font-weight:600;color:rgba(0,0,0,0.4);background:rgba(0,0,0,0.03)}.container-EBfwY .content-Nz-xj .information-1hK_o .msg-3Y9Xa .tags-PIK-d .tag-17FAk:first-child{margin-left:0}.container-EBfwY .content-Nz-xj .entry-2KOaW{border-radius:12px;display:flex;justify-content:center;align-items:center;height:46px;background:#F8F8F8}.container-EBfwY .content-Nz-xj .entry-2KOaW .entry-text-3swel{height:46px;line-height:46px;text-align:center;font-weight:500;font-size:14px;color:rgba(0,0,0,0.86)}.container-EBfwY .content-Nz-xj .entry-2KOaW .entry-icon-33wOd{width:20px;height:20px}

.banner-slider-2NOEs,.banner-slider-2NOEs *{box-sizing:border-box}.banner-slider-2NOEs .banners-3bt9p{position:relative;border-radius:10px;overflow:hidden}.banner-slider-2NOEs .banners-3bt9p .placeholder-1gn2E{padding-top:12.54%}.banner-slider-2NOEs .banners-3bt9p .display-items-1jsYZ{position:absolute;top:0;left:0;display:flex;width:300%;height:100%}.banner-slider-2NOEs .banners-3bt9p .display-items-1jsYZ .item-3SDhR{border-radius:10px;overflow:hidden;height:100%;width:100%}.banner-slider-2NOEs .dot-container-2avFw{position:relative;margin:0 auto;margin-top:8px;border-radius:2px;height:4px;overflow:hidden;background:#EFEFEF}.banner-slider-2NOEs .dot-container-2avFw .dot-2JRkq{position:absolute;top:0;border-radius:2px;width:10px;height:4px;background:#222222}

.container-A_3Tf{margin:12px 10px 0 10px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 0 20px 0 rgba(0,0,0,0.06);border-radius:12px;padding:14px;display:flex;justify-content:space-between;align-items:center;background:#FFFFFF}.container-A_3Tf .left-3m-YX{display:flex;justify-content:space-between;flex:1}.container-A_3Tf .left-3m-YX .item-3n8K9{text-align:center}.container-A_3Tf .left-3m-YX .item-3n8K9 .header-2eogi{display:flex;justify-content:center;align-items:center;flex-direction:row}.container-A_3Tf .left-3m-YX .item-3n8K9 .header-2eogi .number-1f-sM{line-height:22px;font-size:18px;font-weight:700;color:rgba(0,0,0,0.86)}.container-A_3Tf .left-3m-YX .item-3n8K9 .header-2eogi .unit-16JDP{margin-left:1px;line-height:22px;font-size:14px;font-weight:500;color:rgba(0,0,0,0.86)}.container-A_3Tf .left-3m-YX .item-3n8K9 .title-2vA2H{margin-top:1px;opacity:0.4;font-family:PingFangSC-Medium;font-size:12px;color:rgba(0,0,0,0.86);letter-spacing:0;font-weight:500}.container-A_3Tf .entry-d2MFm,.container-A_3Tf .entry-vip-ih2jD{margin-left:24px;border-radius:8px;padding:0 16px;height:34px;line-height:34px;font-size:14px;font-weight:500;color:#0053FF;background:rgba(0,83,255,0.05)}.container-A_3Tf .entry-vip-ih2jD{color:#CC7700;background:#FFF8EB}

.container-cXmqv{box-sizing:border-box;margin:0 20px 20px 20px}.container-cXmqv .page-title-2HAKC{font-size:24px;text-align:left;line-height:34px;font-weight:600;color:#222222}.container-cXmqv .page-desc-21SGQ{margin-top:6px;opacity:0.4;font-size:14px;text-align:left;line-height:22px;font-weight:400;color:#222222}.container-cXmqv .sessions-container-3PXcP{margin-top:28px}.container-cXmqv .sessions-container-3PXcP .sessions-title-2LLfm{font-size:18px;line-height:28px;font-weight:600;color:#222222}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6{margin-top:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n,.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr{margin-top:8px;position:relative;box-sizing:border-box;border-radius:12px;display:flex;justify-content:center;align-items:center;width:calc((100vw - 40px - 8px) / 2);height:50px;background:#F8F8F8}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n span,.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr span{margin:0 20px;max-width:calc(((100vw - 40px - 8px) / 2) - 40px);height:50px;line-height:50px;text-align:center;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#222222}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n:nth-child(1),.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr:nth-child(1){margin-top:0}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n:nth-child(2),.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr:nth-child(2){margin-top:0}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n:nth-child(2n),.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr:nth-child(2n){margin-left:7px}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-lVA6n .session-icon-2jMc4,.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr .session-icon-2jMc4{position:absolute;right:-1px;bottom:-1px;width:20px;height:20px}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr{border:2px solid #0053FF;color:#0053FF;background:#fff}.container-cXmqv .sessions-container-3PXcP .sessions-Qdgl6 .session-selected-2WSkr span{color:#0053FF}.container-cXmqv .directions-container-2VYYi{margin-top:28px}.container-cXmqv .directions-container-2VYYi .directions-title-1mKaG{font-size:18px;line-height:24px;font-weight:600;color:#222222}.container-cXmqv .directions-container-2VYYi .directions-2cXkp{display:flex;flex-direction:column}.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1{border-bottom:1px solid rgba(0,0,0,0.03);padding:14px 0;display:flex;justify-content:space-between;align-items:center}.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1:last-child{border-bottom:none}.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1 .direction-name-GzedE,.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1 .direction-name-selected-15CLn{font-size:14px;line-height:22px;font-weight:600;color:rgba(0,0,0,0.86)}.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1 .direction-name-selected-15CLn{color:#0053FF}.container-cXmqv .directions-container-2VYYi .directions-2cXkp .direction-28Pa1 .direction-icon-KAM1V{width:20px;height:20px}.header-30ZRp{padding:18px 20px;display:flex;justify-content:flex-start;align-items:center}.header-30ZRp .back-Mlkwr{width:24px;height:24px}.footer-3Z1DE{border-radius:12px;width:100%;height:46px;line-height:46px;text-align:center;font-size:14px;font-weight:600;color:#FFFFFF;background:#0053FF}

.user-slider-13OD_{position:relative;margin-top:0.5px;width:100%;height:22px;display:flex;overflow:hidden}.user-slider-13OD_,.user-slider-13OD_ *{box-sizing:border-box}.user-slider-13OD_ .display-items-3vBK5{position:absolute;left:0;top:0;width:100%}.user-slider-13OD_ .display-items-3vBK5.slided-3f5i0{top:-22px}.user-slider-13OD_ .display-items-3vBK5 .item-2ApOk{margin-top:1.5px;display:flex;justify-content:flex-end;align-items:center}.user-slider-13OD_ .display-items-3vBK5 .item-2ApOk .avatar-395qp{border:1.69px solid #FFFFFF;border-radius:50%;width:20px;height:20px;uc-perf-stat-ignore:image}.user-slider-13OD_ .display-items-3vBK5 .item-2ApOk .num-36Sl2{margin-left:4px;line-height:14px;font-size:10px;font-weight:600;color:rgba(0,0,0,0.4)}

.mock-exam-KfNav{margin:12px 20px 12px 20px;padding:8px 16px;background-image:linear-gradient(-76deg, #EBF1FF 0%, #F7FAFF 100%);border:1px solid #EBF0FA;border-radius:12px}.mock-exam-KfNav .content-TIQq6{display:flex;justify-content:space-between;align-items:center}.mock-exam-KfNav .content-TIQq6 .msg-3KE96{display:flex;flex-direction:column}.mock-exam-KfNav .content-TIQq6 .msg-3KE96 .header-15js4{display:flex;justify-content:flex-start;align-items:center}.mock-exam-KfNav .content-TIQq6 .msg-3KE96 .header-15js4 .title-eYaW_{font-size:16px;line-height:24px;font-weight:600;color:#000000}.mock-exam-KfNav .content-TIQq6 .msg-3KE96 .header-15js4 .tag-3O2a2{margin-left:8px;border-radius:4px;padding:0 4px;font-size:10px;text-align:justify;line-height:16px;font-weight:600;color:#FF594D;background:#FFE3E0}.mock-exam-KfNav .content-TIQq6 .msg-3KE96 .desc-2VD21{margin-top:2px;display:flex;justify-content:flex-start;font-size:11px;text-align:justify;line-height:14px;font-weight:600;color:rgba(0,0,0,0.4)}.mock-exam-KfNav .content-TIQq6 .msg-3KE96 .desc-2VD21 .date-2pPyh{font-size:11px;text-align:center;line-height:14px;font-weight:700;color:rgba(0,0,0,0.4)}.mock-exam-KfNav .content-TIQq6 .entry-3n4Ag{border-radius:8px;padding:0 16px;font-size:14px;line-height:34px;font-weight:600;white-space:nowrap;color:#FFFFFF;background:#0053FF}.mock-exam-KfNav .footer-3vkbF{margin-top:5px;display:flex;justify-content:space-between;align-items:center}.mock-exam-KfNav .footer-3vkbF .tags-CLtQD{display:flex;justify-content:flex-start;align-items:center}.mock-exam-KfNav .footer-3vkbF .tags-CLtQD .tag-3O2a2{margin-left:4px;border:1px solid #EDF2FD;border-radius:4px;padding:0 4px;font-size:10px;text-align:center;line-height:18px;font-weight:500;white-space:nowrap;color:rgba(0,0,0,0.4);background:#FFFFFF}.mock-exam-KfNav .footer-3vkbF .tags-CLtQD .tag-3O2a2:first-child{margin-left:0}.mock-exam-KfNav .footer-3vkbF .participation-3wbOK{display:flex;justify-content:flex-end;align-items:center}.mock-exam-KfNav .footer-3vkbF .participation-3wbOK .participation-avatar-38fh4{width:20px}.mock-exam-KfNav .footer-3vkbF .participation-3wbOK .participation-num-1QhBL{margin-left:4px;font-size:10px;text-align:center;line-height:14px;font-weight:400;color:rgba(0,0,0,0.4)}

.container-3pzkD{background:#fff}.tab-nav-3L5-r{background-color:#fff;margin-top:6px}.underline-container-12bnZ{position:relative}.underline-3EB1_{position:absolute;top:-1px;left:0}

*::-webkit-scrollbar{display:none}*{box-sizing:border-box}.container-x3Wcp{padding:16px 20px;background:#fff}.header-2WKVk{display:flex;justify-content:space-between}.header-2WKVk .name-3eJQN{font-size:18px;line-height:26px;font-weight:600;color:rgba(0,0,0,0.86)}.header-2WKVk .subtitle-2RyUg{margin-left:20px;padding:2px 0;flex:1;width:0;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:22px;font-weight:400;color:rgba(0,0,0,0.4)}.tab-4stbA{margin-top:14px}.content-2RE4f{margin:0 -20px;margin-top:14px;display:flex;justify-content:flex-start;align-items:flex-start;overflow-x:auto}.content-2RE4f .live-broadcast-3Rlph{border:1px solid rgba(0,0,0,0.04);border-radius:14px;padding:14px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;background:#FFFFFF}.content-2RE4f .live-broadcast-3Rlph .left-23G_M{display:flex;justify-content:flex-start;align-items:center;flex:1}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .head-portrait-GeMhA{border-radius:50%;width:66px;height:66px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP{margin-left:12px;display:flex;flex-direction:column;justify-content:space-between;flex:1;width:0}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .desc-1PV6X{flex:1;font-size:14px;line-height:22px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:rgba(0,0,0,0.86)}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .time-3kH5a{margin-top:6px;display:flex;justify-content:flex-start;align-items:flex-start}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .time-3kH5a .time-container-2pvlL{display:flex;justify-content:center;align-items:center;height:16px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .time-3kH5a .time-container-2pvlL .time-icon-3v4r8{width:12px;height:12px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .time-3kH5a .time-text-1ugC4{margin-left:4px;font-size:12px;line-height:16px;font-weight:400;color:rgba(34,34,34,0.4)}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .status-2Vae-{margin-top:6px;display:flex;justify-content:flex-start;align-items:flex-start}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .status-2Vae- .status-container-3UdI7{display:flex;justify-content:center;align-items:center;height:16px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .status-2Vae- .status-container-3UdI7 .status-icon-_P9iZ{width:12px;height:12px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .status-2Vae- .status-text-1Wswo{margin-left:4px;font-size:12px;line-height:16px;font-weight:400;color:rgba(34,34,34,0.4)}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .views-1O1i-{margin-top:6px;display:flex;justify-content:flex-start;align-items:flex-start}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .views-1O1i- .views-container-3Whg0{display:flex;justify-content:center;align-items:center;height:16px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .views-1O1i- .views-container-3Whg0 .views-icon-12uQm{width:12px;height:12px}.content-2RE4f .live-broadcast-3Rlph .left-23G_M .left-content-125AP .views-1O1i- .views-text-2Wso8{margin-left:4px;font-size:12px;line-height:16px;font-weight:400;color:rgba(34,34,34,0.4)}.content-2RE4f .live-broadcast-3Rlph .right-3CrOu{margin-left:12px;display:flex;justify-content:center;align-items:center}.content-2RE4f .live-broadcast-3Rlph .right-3CrOu .button-39Z-E{border-radius:8px;padding:0 9px;line-height:36px;font-size:14px;color:#0053FF;font-weight:500;background:rgba(0,83,255,0.05)}

*{box-sizing:border-box}.container-3JN8h{margin:12px 10px;border:1px solid rgba(194,194,194,0.04);box-shadow:0 0 20px 0 rgba(0,0,0,0.06);border-radius:12px 24px 12px 12px}.container-3JN8h .header-w_yB1{position:relative;display:flex;justify-content:flex-start;align-items:center;padding:16px 14px 10px 14px;height:50px}.container-3JN8h .header-w_yB1 .title-11w3d{width:116px;height:24px;z-index:1}.container-3JN8h .header-w_yB1 .background-1kupw{position:absolute;top:0;left:0;width:calc(100vw - 20px - 28px - 2px);height:50px}.container-3JN8h .content-2oSHv{padding:6px 14px 14px 14px;display:flex;justify-content:flex-start;flex-wrap:wrap}.container-3JN8h .content-2oSHv .special-Bzssv{margin-top:12px;position:relative;border-radius:12px;padding:15px 14px;height:70px;width:calc((100vw - 20px - 28px - 12px - 2px) / 2)}.container-3JN8h .content-2oSHv .special-Bzssv:nth-child(1){margin-top:0}.container-3JN8h .content-2oSHv .special-Bzssv:nth-child(2){margin-top:0}.container-3JN8h .content-2oSHv .special-Bzssv:nth-child(2n){margin-left:11px}.container-3JN8h .content-2oSHv .special-Bzssv .special-background-34QEq{position:absolute;bottom:0;right:0;height:70px;width:calc((100vw - 20px - 28px - 12px - 2px) / 2);z-index:0}.container-3JN8h .content-2oSHv .special-Bzssv .special-title-1pP5H{position:relative;font-size:14px;line-height:22px;font-weight:600;z-index:1;color:rgba(0,0,0,0.86)}.container-3JN8h .content-2oSHv .special-Bzssv .special-subtitle-1sP5-{position:relative;margin-top:3px;font-size:12px;line-height:16px;font-weight:400;z-index:1;color:rgba(0,0,0,0.6)}.container-3JN8h .content-2oSHv .special-Bzssv .special-icon-1Hxht{position:absolute;bottom:0;right:0;width:59px;height:52px;z-index:1}

.container-3Wrml{box-sizing:border-box;position:relative;box-sizing:border-box;padding:0 20px;display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 62px)}.container-3Wrml .title-2Jg7b{font-size:16px;font-weight:500;color:#0C0D24}.container-3Wrml .exams-entries-container-3XZZp{flex:1;margin-top:14px;display:flex;flex-direction:column;overflow:auto}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C{margin-top:8px;display:flex;justify-content:flex-start;align-items:center}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C:first-child{margin-top:0}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6{position:relative;margin-left:8px;border-radius:12px;padding:16px 14px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:calc((100vw - 40px - 8px) / 2);background:#FFFFFF}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ:first-child,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6:first-child{margin-left:0}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .selected-1SERt,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .selected-1SERt{position:absolute;top:-1px;right:-1px;width:24px;height:24px}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-title-1ZLh1,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-title-1ZLh1,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-title-grey-3PDJj,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-title-grey-3PDJj{width:calc(((100vw - 40px - 8px) / 2) - 28px);font-size:18px;font-weight:400;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0C0D24}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-title-grey-3PDJj,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-title-grey-3PDJj{color:rgba(0,0,0,0.4)}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-sub-title-1_api,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-sub-title-1_api,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-sub-title-grey-2oCaN,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-sub-title-grey-2oCaN{width:calc(((100vw - 40px - 8px) / 2) - 28px);margin-top:2px;font-size:12px;font-weight:400;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(0,0,0,0.4)}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-1bPxZ .exam-entry-sub-title-grey-2oCaN,.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6 .exam-entry-sub-title-grey-2oCaN{color:rgba(0,0,0,0.4)}.container-3Wrml .exams-entries-container-3XZZp .chidren-34j2C .exam-entry-container-active-3cMv6{border:2px solid #1EB4FF}.container-3Wrml .footer-3MEO1{margin:14px 0 20px 0;padding-bottom:25px;display:flex;justify-content:center;align-items:center}.container-3Wrml .footer-3MEO1 .retract-78McA{width:24px;height:24px}

