html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.6;
  font-size: 100px;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  font-size: 0.16rem;
}

.luna-dom-highlighter {
  display: none;
}

#__next {
  height: 100%;
  background: #fff;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  word-break: break-all;
}
/*! 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;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 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 {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    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: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  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;
}

.adm-modal-body {
  padding-top: 24px;
}
.adm-modal-body .adm-modal-title,
.adm-modal-body .adm-modal-content {
  padding-left: 24px;
  padding-right: 24px;
}
.adm-modal-body .adm-space {
  padding: 16px 24px 20px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.adm-modal-body .adm-space .adm-space-item {
  margin-bottom: 0;
}
.adm-modal-body .adm-space .adm-space-item button {
  width: 118px;
  height: 42px;
  border-radius: 22px;
  padding: 0;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.skeleton {
  border-radius: 10px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.know-learning-center {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
.know-learning-center .center-top {
  padding: 0 0.15rem;
}
.know-learning-center .center-top .user-info {
  display: flex;
  height: 0.44rem;
  justify-content: space-between;
  margin: 0.15rem 0 0.24rem;
  justify-items: center;
}
.know-learning-center .center-top .user-info > div {
  display: flex;
}
.know-learning-center .center-top .user-info .avatar {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.44rem;
  margin-right: 0.14rem;
}
.know-learning-center .center-top .user-info .nickName {
  color: #000028;
  line-height: 0.44rem;
  font-size: 0.16rem;
}
.know-learning-center .center-top .user-info .bind-btn {
  width: 0.96rem;
  height: 0.26rem;
  background: #F6F6F6;
  color: #454545;
  font-size: 0.13rem;
  line-height: 0.24rem;
  text-align: center;
  border-radius: 0.24rem;
  border: 0.01rem solid #F6F6F6;
  margin-top: 0.08rem;
  box-sizing: border-box;
}
.know-learning-center .center-top .user-info .act {
  background: none;
}
.know-learning-center .center-top .statistics {
  display: flex;
  justify-items: center;
  justify-content: space-between;
}
.know-learning-center .center-top .statistics > div p {
  text-align: left;
  color: #8B98AB;
  font-size: 0.12rem;
}
.know-learning-center .center-top .statistics > div p:nth-child(1) {
  line-height: 0.24rem;
  font-size: 0.18rem;
  padding-bottom: 0.06rem;
  color: #333333;
  font-weight: bold;
}
.know-learning-center .divider {
  background: #F8F9FB;
  height: 0.06rem;
}
.know-learning-center .swiper-list .common-carousel .container {
  height: 0.9rem;
}
.know-learning-center .swiper-list .common-carousel .container img {
  height: 0.9rem;
}
.know-learning-center .course-list {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.know-learning-center .course-list .tabs {
  padding: 0.14rem 0.15rem 0.08rem;
  display: flex;
  column-gap: 0.24rem;
}
.know-learning-center .course-list .tabs .tabs-bar {
  font-weight: 400;
  color: #999999;
}
.know-learning-center .course-list .tabs .tabs-bar img {
  width: 0.9rem;
  height: 0.3rem;
}
.know-learning-center .course-list .tabs .active {
  font-weight: 500;
  color: #333333;
}
.know-learning-center .course-list .custom-list {
  overflow: auto;
}
.know-learning-center .course-list .custom-list .custom-content .custom-title img {
  width: 0.9rem;
  height: 0.3rem;
}
.know-learning-center .course-list h3 {
  padding: 0.14rem 0.15rem 0.08rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #454545;
  margin-bottom: 0;
}
.know-learning-center .course-list .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
  content: none !important;
}
.know-learning-center .course-list .am-tabs-default-bar-underline {
  border: 0 !important;
}
.know-learning-center .course-list .am-tabs {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0.1rem;
}
.know-learning-center .course-list .am-tabs-default-bar-tab {
  background: #F8F9FB;
  height: 0.26rem;
  line-height: 0.26rem;
  font-weight: 500;
  border-radius: 0.2rem;
  font-size: 0.12rem;
  color: #999999;
  width: 18% !important;
  margin-right: 2%;
}
.know-learning-center .course-list .am-tabs-default-bar-tab .course-nav {
  height: 0.26rem;
  line-height: 0.26rem;
  font-weight: 500;
  border-radius: 0.2rem;
  font-size: 0.12rem;
  color: #999999;
}
.know-learning-center .course-list .course-list-content {
  flex: 1;
  height: calc(100% - 0.8rem);
}
.know-learning-center .course-list .course-list-content .am-list-body::before {
  display: none;
}
.know-learning-center .course-list .course-list-content .list-view-section-body {
  background: #fff;
}
.know-learning-center .course-list .course-list-content .am-activity-indicator {
  display: none;
}
.know-learning-center .course-list .course-list-content .course-item {
  display: flex;
  border-bottom: 0.01rem solid #F3F4F6;
  padding: 0.14rem 0.15rem;
  margin-bottom: 0.14rem;
  box-sizing: content-box;
}
.know-learning-center .course-list .course-list-content .course-item p {
  line-height: 0.18rem;
  color: #959BB6;
  font-size: 0.12rem;
}
.know-learning-center .course-list .course-list-content .course-item .img-box {
  width: 1.2rem;
  height: 0.68rem;
  position: relative;
}
.know-learning-center .course-list .course-list-content .course-item .img-box img {
  width: 1.2rem;
  height: 0.68rem;
  border-radius: 0.03rem;
}
.know-learning-center .course-list .course-list-content .course-item .img-box .course-type {
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
  width: 0.4rem;
  height: 0.14rem;
  border-radius: 0.14rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.1rem;
  line-height: 0.14rem;
  text-align: center;
}
.know-learning-center .course-list .course-list-content .course-item .course-info {
  margin-left: 0.12rem;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .tit {
  color: #08082E;
  font-size: 0.14rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.83rem;
  margin-bottom: 0 !important;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .time {
  margin: 0.05rem 0 0.08rem;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .time img {
  width: 0.12rem;
  float: left;
  margin-top: 0.02rem;
  margin-right: 0.06rem;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .progress {
  margin-bottom: 0 !important;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .progress span {
  background: #FFFAF6;
  padding: 0.03rem 0.06rem;
  margin-right: 0.08rem;
  color: #FF7F00;
  font-size: 0.1rem;
  border-radius: 0.2rem;
}
.know-learning-center .course-list .course-list-content .course-item .course-info .progress .end-status {
  background: #F0F0F0;
  color: #AAAAAA;
}
.know-learning-center .course-empty {
  text-align: center;
}
.know-learning-center .course-empty p {
  color: #959BB6;
  font-size: 0.15rem;
  line-height: 0.15rem;
}
.know-learning-center .course-empty > img {
  margin: 0.48rem auto 0.15rem;
}
.know-learning-center .course-empty a {
  width: 1.55rem;
  height: 0.44rem;
  border-radius: 0.44rem;
  font-size: 0.15rem;
  line-height: 0.42rem;
  margin: 0.3rem auto 0;
  display: block;
  border: 1px solid;
}
.know-learning-center .float-window {
  position: absolute;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.know-learning-center .float-window .float-window-content .unfold {
  display: flex;
}
.know-learning-center .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.know-learning-center .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.know-learning-center .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.know-learning-center .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.know-learning-center .float-window .float-window-content .collapse {
  cursor: pointer;
}
.know-learning-center .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}

.mt-list .am-list-view-scrollview {
  overflow: auto !important;
}
.mt-list .am-list-view-scrollview .am-list {
  width: 100%;
}
.mt-list .am-list-view-scrollview .list-view-section-body {
  background: #f8f9fb;
}

.cover-auth-box {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.cover-auth-box .auth-bg {
  width: 100%;
}
.cover-auth-box .auth-btn-box {
  width: 100%;
  padding: 0 0.24rem;
  margin-top: 0.3rem;
}
.cover-auth-box .auth-btn-box .auth-btn {
  width: 100%;
  height: 0.46rem;
  background: #267EF0;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cover-auth-box .auth-btn-box .auth-btn .auth-wechat-icon {
  width: 0.18rem;
  margin-right: 0.08rem;
}

.coupon-list-page {
  margin: 0 0.16rem;
  min-height: 100vh;
}
.coupon-list-page .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.coupon-list-page .item-coupon .coupon-bg {
  position: absolute;
}
.coupon-list-page .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.coupon-list-page .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.coupon-list-page .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}
.coupon-item {
  height: 1.02rem;
  position: relative;
  background: #fff;
  border-radius: 0.03rem;
  overflow: hidden;
  margin-top: 0.16rem;
}
.coupon-item .deduction {
  background-color: #FC6331;
}
.coupon-item .discount {
  background-color: #FC9E31;
}
.coupon-item .coupon-item-content {
  height: 0.74rem;
  line-height: 0.74rem;
  padding-left: 0.16rem;
  font-size: 0.12rem;
  color: #fff;
  position: relative;
}
.coupon-item .coupon-item-content .value {
  font-size: 0.18rem;
}
.coupon-item .coupon-item-content .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
}
.coupon-item .coupon-item-msg {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.12rem;
  color: #9ca0a3;
  padding-left: 0.12rem;
  background: #F8F9FB;
}
.coupon-item .coupon-item-type {
  width: 0.7rem;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 8px;
  right: -18px;
  transform: rotate(45deg);
  font-size: 0.12rem;
  color: #FC9E31;
}

.cash-out-record-page {
  margin: 0 0.16rem;
  min-height: 100vh;
  background: #fff;
}
.cash-out-record-page * {
  margin: 0;
  padding: 0;
}
.cash-out-record-page .cash-out-record-top {
  text-align: center;
}
.cash-out-record-page .cash-out-record-top .tit {
  padding-top: 0.16rem;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.cash-out-record-page .cash-out-record-top .amount {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.16rem;
}
.cash-out-record-page .cash-out-record-top .amount span {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
.cash-out-record-page .am-list-body::before {
  content: none !important;
}
.cash-out-record-page .record-item {
  padding: 12px 0;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background: #fff;
  border-bottom: 1px solid #F8F9FB;
}
.cash-out-record-page .record-item > div {
  display: flex;
  justify-content: space-between;
}
.cash-out-record-page .record-item > div p {
  font-size: 0.16rem;
}
.cash-out-record-page .record-item .date p {
  font-size: 0.12rem;
}
.cash-out-record-page .record-item .title {
  padding-bottom: 0.04rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.cash-out-record-page .record-item .title .name {
  width: 2.7rem;
  flex-shrink: 0;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small-course-page {
  margin: 0 0.16rem;
}

.smallCourse-detail-page {
  width: 100%;
}
.smallCourse-detail-page .image {
  height: 2.1rem;
  width: 100%;
}
.smallCourse-detail-page .image img {
  height: 2.1rem;
}
.smallCourse-detail-page .title-content {
  padding: 0.16rem;
}
.smallCourse-detail-page .title-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.smallCourse-detail-page .title-content .time-or-subtitle {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.smallCourse-detail-page .title-content .price {
  font-size: 0.22rem;
  color: #FE5C2B;
}
.smallCourse-detail-page .title-content .price .unit {
  font-size: 0.16rem;
}
.smallCourse-detail-page .title-content .price .old-price {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.smallCourse-detail-page .line {
  height: 0.05rem;
  width: 100%;
  background: #f8f9fb;
}
.smallCourse-detail-page .detail-content .detail-title {
  padding: 0 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 500;
}
.smallCourse-detail-page .detail-content .detail-value {
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.smallCourse-detail-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.smallCourse-detail-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #397cff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}

.commodity-list-page {
  width: 100%;
}
.commodity-list-page .top-content {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 11;
}
.commodity-list-page .project-tabs {
  width: 100%;
  height: 0.44rem;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #F3F4F6;
}
.commodity-list-page .project-tabs .catOne-item {
  padding: 0 0.16rem;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.14rem;
  color: #666666;
}
.commodity-list-page .project-tabs .catOne-item .bottom-line {
  display: inline-block;
  height: 0.02rem;
  width: 0.3rem;
}
.commodity-list-page .project-tabs .catOne-item .bottom-line.active {
  background: #397CFF;
}
.commodity-list-page .project-tabs .catOne-item.active {
  font-size: 0.16rem;
  color: #333333;
}
.commodity-list-page .fold-container {
  padding: 0 0.16rem;
  position: relative;
}
.commodity-list-page .fold-container .fold-content {
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commodity-list-page .fold-container .fold-content .select-catTwo-name {
  color: #9CA0A3;
  font-size: 0.12rem;
}
.commodity-list-page .fold-container .fold-content .fold-btn {
  font-size: 0.14rem;
  color: #333333;
}
.commodity-list-page .fold-container .fold-box {
  width: 100%;
  padding: 0.16rem 0 0 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.commodity-list-page .fold-container .fold-box .catTwo-item {
  width: 30%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 500;
  color: #333333;
  background: #F3F4F6;
  border-radius: 0.2rem;
  margin-bottom: 0.12rem;
  margin-right: 0.12rem;
}
.commodity-list-page .fold-container .fold-box .catTwo-item.active {
  background: rgba(57, 124, 255, 0.1);
  color: #397CFF;
}
.commodity-list-page .mark {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #181818;
  opacity: 0.5;
}
.commodity-list-page .list-content {
  margin: 0 0.16rem;
  padding-top: 0.88rem;
}
.commodity-list-page.noScroll {
  height: 100vh;
  overflow: hidden;
}

.my-reward-points-page {
  margin: 0 0.16rem;
  min-height: 100%;
  background: #fff;
}
.my-reward-points-page * {
  margin: 0;
  padding: 0;
}
.my-reward-points-page .my-reward-points-top {
  text-align: center;
  margin-bottom: 0.16rem;
}
.my-reward-points-page .my-reward-points-top .tit {
  padding-top: 0.16rem;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  position: relative;
}
.my-reward-points-page .my-reward-points-top .tit a {
  color: #999;
  position: absolute;
  top: 0.16rem;
  right: 0;
}
.my-reward-points-page .my-reward-points-top .amount {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .my-reward-points-top .amount span {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
.my-reward-points-page .am-list-body::before {
  content: none !important;
}
.my-reward-points-page .record-item {
  padding: 12px 0;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background: #fff;
  border-bottom: 1px solid #F8F9FB;
}
.my-reward-points-page .record-item > div {
  display: flex;
  justify-content: space-between;
}
.my-reward-points-page .record-item > div .remark {
  width: 2.4rem;
  flex-shrink: 0;
  height: 0.18rem;
  font-size: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-reward-points-page .record-item > div .rewardPoints {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .record-item > div .date {
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #999;
}
.my-reward-points-page .record-item .title {
  padding-bottom: 0.04rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .record-item .title .name {
  width: 2.4rem;
  flex-shrink: 0;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
}
.my-reward-points-page .jumpBtn {
  background: #fff;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.my-reward-points-page .jumpBtn span {
  height: 0.42rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #397CFF;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.42rem;
}

.answer-sheet-common {
  padding: 0.12rem 0;
  position: relative;
}
.answer-sheet-common .answer-sheet-hint {
  display: flex;
  align-items: center;
  color: #9ca0a3;
}
.answer-sheet-common .answer-sheet-hint div {
  font-size: 0.12rem;
}
.answer-sheet-common .answer-sheet-hint > div {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
}
.answer-sheet-common .answer-sheet-hint .point {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 100%;
  margin-right: 0.06rem;
  background: #e5e5e5;
}
.answer-sheet-common .answer-sheet-hint .answer-sheet-correct .point {
  background: #4cc75f !important;
}
.answer-sheet-common .answer-sheet-hint .answer-sheet-error .point {
  background: #ff5a5a !important;
}
.answer-sheet-common .answer-sheet-hint .answer-sheet-subject .point {
  background: #FFAB3A !important;
}
.answer-sheet-common .answer-sheet-list {
  display: flex;
  flex-wrap: wrap;
}
.answer-sheet-common .answer-sheet-list .question-item {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #e5e5e5;
  margin: 0.1rem 0.2rem 0.1rem 0;
}
.answer-sheet-common .answer-sheet-list .correct {
  background: #4cc75f !important;
}
.answer-sheet-common .answer-sheet-list .error {
  background: #ff5a5a !important;
}
.answer-sheet-common .answer-sheet-list .subject {
  background: #FFAB3A !important;
}

.answer-result-box {
  height: 100vh;
  background-color: #f8f9fb;
}
.answer-result-box .answer-result {
  background: url('/hd/images/answer-sheet-top-bg.png') no-repeat top;
  background-size: 100%;
  padding: 0.18rem;
}
.answer-result-box .answer-result .answer-content {
  padding: 0 0.2rem 0 0.2rem;
  margin-top: 0.78rem;
  background-color: #fff;
}
.answer-result-box .answer-result .answer-content .content-top {
  display: flex;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-title {
  flex: 2;
  color: #333333;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret {
  width: 0.94rem;
  height: 0.94rem;
  text-align: center;
  position: relative;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-line {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-l {
  top: 0px;
  left: 0px;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-r {
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0px;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-c {
  width: 200%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-rm {
  border-top: 4px solid #e5e5e5;
  border-left: 4px solid #e5e5e5;
  border-bottom: 4px solid #4cc75f;
  border-right: 4px solid #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-lm {
  border-top: 4px solid #e5e5e5;
  border-left: 4px solid #e5e5e5;
  border-bottom: 4px solid #4cc75f;
  border-right: 4px solid #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .submit-success-box {
  color: #4CC75F;
  font-size: 0.14rem;
  line-height: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .submit-success-box .submit-success-icon {
  width: 0.37rem;
  height: 0.37rem;
  margin-bottom: 0.08rem;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box {
  margin-top: 0.18rem;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .scoret {
  font-size: 0.22rem;
  color: #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .scoret span {
  font-size: 0.13rem;
  color: #858a90;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .total-scoret {
  font-size: 0.12rem;
  color: #858a90;
}
.answer-result-box .answer-result .answer-content .content-statistics {
  display: flex;
  align-items: center;
  padding: 0.08rem 0;
}
.answer-result-box .answer-result .answer-content .content-statistics .item {
  flex-grow: 1;
  text-align: center;
}
.answer-result-box .answer-result .answer-content .content-statistics .item .title {
  font-size: 0.12rem;
  color: #4d4d4d;
}
.answer-result-box .answer-result .answer-content .content-statistics .item .value {
  color: #333333;
}
.answer-result-box .answer-result .line {
  height: 0.35rem;
  background: url('/hd/images/answer-sheet-dotted-line.png') no-repeat;
  background-size: 100%;
  background-color: #f8f9fb;
}
.answer-result-box .answer-result .answer-sheet {
  padding: 0 0.2rem 2rem 0.2rem;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.answer-result-box .answer-result .teacher-remark-box {
  padding: 0.12rem;
  background: #F7F8F9;
  background-repeat: no-repeat;
  background-size: 0.3rem;
  background-position-x: 0.12rem;
  position: relative;
  border-radius: 0.08rem;
  font-weight: bold;
}
.answer-result-box .answer-result .teacher-remark-box .small-font {
  color: #333333;
  font-weight: 500;
  word-break: break-all;
}
.answer-result-box .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.08rem 0.24rem;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ededef;
  display: flex;
  justify-content: space-between;
}
.answer-result-box .footer .btn {
  padding: 0.11rem 0;
  width: 48%;
  color: #ffffff;
  border-radius: 0.22rem;
}

* {
  padding: 0;
  margin: 0;
}
.question {
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}
.question .question-top {
  display: flex;
  justify-content: space-between;
  padding: 0.16rem 0.16rem 0.08rem 0.16rem;
}
.question .question-top .question-type {
  padding: 0.03rem 0.06rem;
  background: #edf5ff;
  color: #397CFF;
  font-size: 0.12rem;
  border-radius: 0.02rem;
}
.question .question-top .question-mark {
  color: #999;
  font-size: 0.14rem;
}
.question .question-top .now {
  color: #4D4D4D;
  font-size: 0.14rem;
}
.question .content {
  margin: 0 0 0.2rem 0;
}
.question .content .question-content,
.question .content .question-options {
  padding: 0 0.2rem;
}
.question .content .question-content {
  font-size: 0.16rem;
  color: #4d4d4d;
}
.question .content .question-options {
  margin-top: 0.08rem;
  padding-bottom: 0.5rem;
}
.question .content .question-options .options-item {
  margin-top: 0.12rem;
  padding: 0.18rem 0.16rem;
  border: 1px solid #f3f4f6;
  border-radius: 0.04rem;
  color: #4d4d4d;
}
.question .content .question-options .options-item .content-html {
  display: flex;
  padding-right: 0.18rem;
}
.question .content .question-options .options-item .content-html .sort {
  padding: 0 0.05rem;
}
.question .content .question-options .correct {
  background: url('/hd/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question .content .question-options .error {
  background: url('/hd/images/error.png') no-repeat center right;
  background-color: rgba(255, 90, 90, 0.1);
}
.question .content .question-options .error,
.question .content .question-options .correct {
  background-size: 0.16rem;
  background-origin: content-box;
}
.question .content .question-parsing {
  margin-top: 0.2rem;
  color: #4d4d4d;
  background: #fff;
  border-top: 2px dashed #f3f4f6;
  padding: 0.16rem 0.16rem 0.8rem;
}
.question .content .question-parsing .answer {
  display: flex;
  margin: 0.16rem 0;
}
.question .content .question-parsing .answer .answer-correct span {
  color: #4cc75f;
}
.question .content .question-parsing .answer .answer-error {
  margin-left: 0.4rem;
}
.question .content .question-parsing .answer .answer-error span {
  color: #fe5c2b;
}
.question .content .subjective-item-container {
  padding: 0 0.16rem 0.5rem;
}
.question .content .subjective-item-container .answer-input-box {
  padding-left: 0.12rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control {
  padding-top: 0.12rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea {
  font-size: 0.15rem;
  line-height: 0.22rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  color: #4d4d4d !important;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control input:disabled,
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  -webkit-text-fill-color: #4d4d4d;
  -webkit-opacity: 1;
  color: #4d4d4d;
}
.question .content .subjective-item-container .answer-file-list {
  padding-top: 0.1rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition,
.question .content .subjective-item-container .answer-file-list .voice-exhibition {
  margin-bottom: 0.08rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .delete-icon,
.question .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  width: 0.14rem;
  height: 0.14rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition {
  display: inline-block;
  margin-right: 0.2rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container {
  display: inline-block;
  position: relative;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container .answer-img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 0.03rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container .delete-icon {
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition {
  width: 100%;
  display: flex;
  align-items: center;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition .record-player {
  flex: 1;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  margin-left: 0.08rem;
}
.question .content .subjective-item-container .upload-box {
  padding: 0.1rem 0;
  display: flex;
}
.question .content .subjective-item-container .upload-box .upload-icon {
  width: 0.18rem;
  height: 0.18rem;
}
.question .content .subjective-item-container .upload-box .image-upload {
  margin-right: 0.24rem;
}
.question .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 0.5rem;
  color: #666666;
  border-top: 1px solid #eeeff1;
  padding: 0 0.17rem;
  background-color: #fff;
}
.question .footer div {
  text-align: center;
}
.question .footer .parsing-btn,
.question .footer .answer-sheet-btn {
  flex-grow: 1;
  font-size: 0.1rem;
  text-align: center;
}
.question .footer .parsing-btn img,
.question .footer .answer-sheet-btn img {
  margin: 0 auto;
  width: 0.18rem;
  height: 0.18rem;
}
.question .footer .footer-btn {
  flex: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question .footer .footer-btn .next .next-btn {
  background: #3981ff;
  color: #fff;
  padding: 0.09rem 0;
  border: 0;
}
.question .footer .footer-btn .last,
.question .footer .footer-btn .next {
  width: 48%;
}
.question .footer .footer-btn .last-btn,
.question .footer .footer-btn .next-btn {
  padding: 0.08rem 0;
  border-radius: 0.22rem;
  border: 1px solid #3981ff;
  color: #3981ff;
}
.answer-sheet .answer-sheet-content {
  padding: 0.16rem 0 1rem 0;
}
.answer-sheet .answer-sheet-btn {
  width: 100%;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  background: #3981ff;
  color: #fff;
  border-radius: 0.22rem;
}
.record-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.record-modal .am-modal-content {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.record-modal .am-modal-content .am-modal-close {
  margin-top: 0.14rem;
}
.record-modal .am-modal-content .audio-time {
  padding-top: 0.38rem;
  margin-bottom: 0.42rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.record-modal .am-modal-content img {
  width: 0.54rem;
  height: 0.54rem;
  margin-bottom: 0.08rem;
}
.record-modal .am-modal-content .bottom-box {
  color: #333333;
  font-size: 0.12rem;
  line-height: 0.18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.record-modal .am-modal-content .bottom-box > div {
  margin-right: 1.44rem;
}
.record-modal .am-modal-content .last-step-box {
  flex-direction: row;
  justify-content: center;
}
.record-modal .am-modal-content .last-step-box .no-margin {
  margin-right: 0;
}

.order {
  height: 100vh;
  background: #f8f9fb;
  padding-top: 0.01rem;
}
.order img {
  width: 100%;
  height: 100%;
}
.order .order-list {
  padding-top: 0.06rem;
}
.order .order-list .order-item {
  background-color: #fff;
  margin: 0.1rem 0.16rem;
  border-radius: 0.06rem;
}
.order .order-list .order-item .order-item-top {
  padding: 0.1rem 0;
  margin: 0 0.16rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #f3f4f6;
}
.order .order-list .order-item .order-item-top .order-id {
  color: #9ca0a3;
  font-size: 0.14rem;
}
.order .order-list .order-item .order-item-content {
  display: flex;
  padding: 0.16rem;
  position: relative;
}
.order .order-list .order-item .order-item-content .order-img {
  width: 1.44rem;
  height: 0.81rem;
  border-radius: 3px;
  overflow: hidden;
}
.order .order-list .order-item .order-item-content .order-title {
  font-size: 0.16rem;
  font-weight: 600;
  color: #141414;
  max-width: 1.8rem;
  max-height: 0.46rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.order .order-list .order-item .order-item-content .order-info {
  padding-left: 0.12rem;
}
.order .order-list .order-item .order-item-content .order-price-box {
  position: absolute;
  right: 0.16rem;
  bottom: 0.12rem;
  font-size: 0.12rem;
}
.order .order-list .order-item .order-item-content .order-price-box .order-price {
  font-size: 0.18rem;
}
.order .order-list .order-item .order-item-bottom {
  padding: 0.16rem;
}
.order .order-list .order-item .order-item-bottom .btn-box {
  display: flex;
  justify-content: flex-end;
}
.order .order-list .order-item .order-item-bottom .btn-box .cancel-btn,
.order .order-list .order-item .order-item-bottom .btn-box .go-pay-btn {
  border-radius: 0.17rem;
  font-size: 0.14rem;
}
.order .order-list .order-item .order-item-bottom .btn-box .cancel-btn {
  padding: 0.06rem 0.17rem;
  border: 1px solid #e9e9e9;
}
.order .order-list .order-item .order-item-bottom .btn-box .go-pay-btn {
  padding: 0.06rem 0.24rem;
  background: #3981ff;
  color: #fff;
  margin-left: 0.16rem;
}
.order .order-list .order-item .order-status span {
  font-size: 0.14rem;
}
.order .order-list .order-item .unpay-color {
  color: #FE5C2B;
}
.order .order-list .order-item .pay-color {
  color: #141414;
}
.order .no-data {
  text-align: center;
  margin-top: 30%;
  color: #ccc;
}

.coupon {
  height: 100vh;
  background: #F8F9FB;
  padding: 0.001rem;
}
.coupon .deduction {
  background-color: #FC6331;
}
.coupon .discount {
  background-color: #FC9E31;
}
.coupon .coupon-list {
  margin: 0 0.16rem 0.16rem 0.16rem;
}
.coupon .coupon-list .coupon-item {
  height: 1.02rem;
  position: relative;
  background: #fff;
  border-radius: 0.03rem;
  overflow: hidden;
  margin-top: 0.16rem;
}
.coupon .coupon-list .coupon-item .coupon-item-content {
  height: 0.74rem;
  line-height: 0.74rem;
  padding-left: 0.16rem;
  font-size: 0.12rem;
  color: #fff;
}
.coupon .coupon-list .coupon-item .coupon-item-content .value {
  font-size: 0.18rem;
}
.coupon .coupon-list .coupon-item .coupon-item-msg {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.12rem;
  color: #9ca0a3;
  padding-left: 0.12rem;
}
.coupon .coupon-list .coupon-item .coupon-item-type {
  width: 0.7rem;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 8px;
  right: -18px;
  transform: rotate(45deg);
  font-size: 0.12rem;
  color: #FC9E31;
}
.coupon .no-coupon {
  text-align: center;
  margin-top: 30%;
  color: #ccc;
}

.user-center {
  height: calc(100vh - 0.5rem);
  overflow: auto;
  background: #fff;
}
.user-center .user-info {
  height: 1.08rem;
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
}
.user-center .user-info .user-avatar {
  height: 0.6rem;
  width: 0.6rem;
}
.user-center .user-info .user-avatar img {
  border-radius: 50%;
}
.user-center .user-info .user-name {
  padding-left: 0.13rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 500;
}
.user-center .order-center {
  padding-bottom: 0.16rem;
  border-top: 0.05rem solid #f8f9fb;
}
.user-center .order-title {
  padding: 0.14rem;
  font-weight: 500;
}
.user-center .order-center-select {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  text-align: center;
  color: #333333;
}
.user-center .order-center-select .title {
  font-size: 0.12rem;
}
.user-center .order-center-select .unpay,
.user-center .order-center-select .pay,
.user-center .order-center-select .all-order {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 auto 0.08rem auto;
  text-align: center;
}
.user-center .nav-list {
  border-top: 1px solid #f3f4f6;
}
.user-center .nav-list .nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #333333;
  margin-left: 0.21rem;
  padding-right: 0.16rem;
  border-bottom: 1px solid #f3f4f6;
}
.user-center .swiper-list {
  margin-top: 0.08rem;
}
.user-center .swiper-list .common-carousel .container {
  height: 0.9rem;
}
.user-center .swiper-list .common-carousel .container img {
  height: 0.9rem;
}
.user-center .custom-list {
  margin-top: 0.08rem;
}
.user-center .custom-list .custom-content .custom-title {
  display: flex;
  align-items: center;
  height: 0.52rem;
  padding-left: 0.16rem;
  background: #fff;
}
.user-center .custom-list .custom-content .custom-title img {
  width: 0.9rem;
  height: 0.3rem;
}
.user-center .float-window {
  position: absolute;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.user-center .float-window .float-window-content .unfold {
  display: flex;
}
.user-center .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.user-center .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.user-center .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.user-center .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.user-center .float-window .float-window-content .collapse {
  cursor: pointer;
}
.user-center .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}

.browser-pay-success {
  padding-top: 0.6rem;
  height: 100vh;
  width: 100vw;
}
.browser-pay-success .success-icon {
  width: 0.86rem;
  height: 0.76rem;
  margin: 0 auto 0.18rem;
  background-image: url('/hd/images/paySuccess.png');
  background-position: center;
  background-size: contain;
}
.browser-pay-success p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #36404A;
  font-weight: bold;
}
.browser-pay-success .tips {
  padding-top: 40%;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
  color: #36404A;
}

.csr-container {
  min-height: 100vh;
  background: #fff;
}
.csr-container.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #F8F9FB;
}
.courses-page .top-content {
  position: relative;
}
.courses-page .top-content .camp-poster {
  width: 100%;
  max-height: 2.1rem;
}
.courses-page .top-content .camp-detail-box {
  min-height: 2.65rem;
  background: #ffffff;
  position: relative;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-cc {
  display: none !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-audio {
  display: none !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-cc-btn {
  display: none !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-quality {
  display: none !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-controlbar-bg {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8)) !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-progress-hover {
  width: 90%!important;
  margin-left: 5%!important;
  height: 2px!important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-liveshift-progress .cursor-hover,
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-progress .cursor-hover {
  width: 14px!important;
  height: 14px!important;
  display: block !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-progress .prism-progress-cursor {
  background: none!important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-volume {
  display: none!important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-big-play-btn {
  left: 50%!important;
  top: 50%;
  transform: translate(-0.22rem, -0.22rem);
  width: 0.44rem !important;
  height: 0.44rem !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-big-play-btn .outter {
  width: 0.44rem !important;
  height: 0.44rem !important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-btn {
  background-image: url('/hd/images/playbackSetting.png');
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-fullscreen-btn {
  background-image: url('/hd/images/unfullscreen.png');
  margin-right: 16px!important;
  margin-top: 15px!important;
  width: 18px;
  height: 18px;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-fullscreen-btn.fullscreen {
  background-image: url('/hd/images/fullscreen.png');
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-speed-selector .selector-list {
  margin-bottom: 5px!important;
  margin-top: 0!important;
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-speed-selector .selector-list li {
  height: 24px!important;
}
.courses-page .top-content .camp-detail-box .text-live-cover {
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.courses-page .top-content .camp-detail-box .text-live-cover > img {
  max-height: 100%;
  max-width: 100%;
}
.courses-page .top-content .camp-detail-box .camp-title-content {
  width: 100%;
  padding: 0.15rem 0.16rem 0.1rem;
}
.courses-page .top-content .camp-detail-box .camp-title-content .title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.courses-page .top-content .line {
  width: 100%;
  height: 0.05rem;
  background: #F8F9FB;
}
.courses-page .top-content .now-course-tip {
  width: 100%;
  margin: 0 auto;
  padding: 0.12rem 0.16rem;
  position: relative;
  background: #fff;
}
.courses-page .top-content .now-course-tip .noData {
  margin-top: 0.3rem;
}
.courses-page .top-content .now-course-tip .time-down {
  display: flex;
  align-items: center;
}
.courses-page .top-content .now-course-tip .time-down .text {
  color: #333;
  font-size: 0.14rem;
  font-weight: 500;
}
.courses-page .top-content .now-course-tip .time-down .cut-down {
  font-size: 0.14rem;
  color: #fe5c2b;
  margin-left: 0.05rem;
}
.courses-page .top-content .now-course-tip .course-message {
  display: flex;
  margin-top: 0.12rem;
  background: url('/hd/images/course-background.png') no-repeat center center;
  background-size: cover;
  border-radius: 0.04rem;
  border: 0.02rem solid #B5CEFF;
  padding: 0.12rem 0.16rem;
  position: relative;
}
.courses-page .top-content .now-course-tip .course-message .right-content {
  width: calc(100% - 0.8rem);
}
.courses-page .top-content .now-course-tip .course-message .right-content .name {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333;
  word-break: break-all;
}
.courses-page .top-content .now-course-tip .course-message .right-content .all-time {
  margin-top: 0.06rem;
  color: #9ca0a3;
  font-size: 0.12rem;
}
.courses-page .top-content .now-course-tip .course-message .go-live-btn {
  width: 0.8rem;
  height: 0.26rem;
  border-radius: 0.14rem;
  border: 0.01rem solid #397CFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #397CFF;
  font-size: 0.12rem;
  line-height: 1;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-0.13rem);
}
.courses-page .bottom-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding-bottom: 0.5rem;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .am-tabs-default-bar-tab {
  width: auto!important;
  height: 0.5rem !important;
  line-height: 0.5rem;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .am-tabs-default-bar-tab:after {
  content: none;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .am-tabs-default-bar-tab-active {
  color: #333333;
  font-weight: bold;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .am-tabs-default-bar-underline {
  display: none;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .title-item {
  padding: 0 0.16rem;
  word-break: keep-all;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
  height: 0.5rem;
  line-height: 0.5rem;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .title-item .bottom-line {
  display: inline-block;
  height: 0.03rem;
  width: 0.2rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.05rem;
  border-radius: 0.02rem;
  overflow: hidden;
}
.courses-page .bottom-content .am-tabs-tab-bar-wrap .title-item .bottom-line.active {
  background: #397CFF;
}
.courses-page .bottom-content .tabs-wrap {
  display: flex;
  font-size: 0.16rem;
  padding: 0.06rem 0.15rem;
}
.courses-page .bottom-content .tabs-wrap .act {
  color: #333;
  font-weight: bold;
}
.courses-page .bottom-content .tabs-wrap .act::before {
  content: ' ';
  width: 0.24rem;
  height: 0.04rem;
  position: absolute;
  border-radius: 0.04rem;
  background: #397CFF;
  left: 50%;
  margin-left: -0.12rem;
  bottom: -0.06rem;
}
.courses-page .bottom-content .tabs-wrap div {
  position: relative;
}
.courses-page .bottom-content .tabs-value {
  flex: 1;
  padding: 0.12rem 0.16rem 0.16rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
  background: #f8f9fb;
  height: 100%;
}
.courses-page .bottom-content .tabs-value p {
  word-break: break-all;
}
.courses-page .bottom-content .tabs-value .class-item {
  width: 100%;
  padding: 0.14rem;
  border-bottom: 0.01rem solid #f3f4f6;
  background: #fff;
  border-radius: 0.06rem;
  margin-bottom: 0.12rem;
  position: relative;
}
.courses-page .bottom-content .tabs-value .class-item .rightsFlag_N {
  position: absolute;
  top: 0;
  right: 0;
}
.courses-page .bottom-content .tabs-value .class-item .rightsFlag_N img {
  width: 0.45rem;
}
.courses-page .bottom-content .tabs-value .class-item .teacher-info {
  display: flex;
  align-items: center;
  color: #9CA0A3;
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.courses-page .bottom-content .tabs-value .class-item .teacher-info > img {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  margin-right: 0.06rem;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-title {
  flex-shrink: 0;
  flex: 1;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status {
  width: 0.9rem;
  flex-shrink: 0;
  color: #AAAAAA;
  font-size: 0.12rem;
  line-height: 0.16rem;
  margin-left: 0.1rem;
  text-align: right;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .playing-icon {
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #FF7044;
  margin-top: 0.04rem;
  position: absolute;
  right: 0;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .playing-icon .living-icon {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .gray-status,
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .living-status,
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .will-living-status {
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .gray-status {
  color: #AAAAAA;
  display: flex;
  justify-content: flex-end;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .gray-status .lock-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .living-status {
  color: #FE5C2B;
  display: flex;
  justify-content: flex-end;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .living-status .living-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .item-status .will-living-status {
  color: #FE7B2B;
}
.courses-page .bottom-content .tabs-value .class-item .title-status-box .cut-down {
  position: absolute;
  right: 0;
  bottom: -0.24rem;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #FE7B2B;
}
.courses-page .bottom-content .tabs-value .class-item .item-value-box {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #959BB6;
  display: flex;
  align-items: center;
}
.courses-page .bottom-content .tabs-value .class-item .item-value-box .type-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.06rem;
}
.courses-page .bottom-content .tabs-value .class-item .item-value {
  font-size: 0.12rem;
  color: #616568;
  margin-bottom: 0.12rem;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .line {
  height: 0.01rem;
  width: 100%;
  background: #F3F4F6;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .btn-box {
  text-align: end;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .btn-box .btn {
  min-width: 0.6rem;
  text-align: center;
  display: inline-block;
  border: 0.01rem solid #eeeff1;
  border-radius: 0.15rem;
  padding: 0.05rem 0.12rem;
  font-size: 0.12rem;
  margin-left: 0.08rem;
  margin-top: 0.1rem;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .btn-box .play-back-video {
  color: #397CFF;
  border-color: #397CFF;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .btn-box .gray-btn {
  color: #AAAAAA;
  border-color: #AAAAAA;
}
.courses-page .bottom-content .tabs-value .class-item .item-bottom-btn .btn-box .go-live-btn {
  color: #FF7044;
  border-color: #FF7044;
}
.courses-page .bottom-content .draft-box {
  overflow: auto;
  background: #F8F9FB;
}
.courses-page .bottom-content .end-course-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.courses-page .bottom-content .end-course-content img {
  height: 1.4rem;
  width: 2.07rem;
}
.courses-page .bottom-content .end-course-content .end-tip {
  color: #9CA0A3;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
.courses-page #TCPlayerPlayBox,
.courses-page #mse,
.courses-page .course-video-wrap {
  width: 100%;
  height: 2.1rem;
  height: calc(9/16 * 100vw);
}
.courses-page .video-js *,
.courses-page #mse * {
  font-size: 0.1rem;
}
.courses-page .changePlayer {
  bottom: 0.16rem !important;
}
.courses-page .float-window {
  position: absolute;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.courses-page .float-window .float-window-content .unfold {
  display: flex;
}
.courses-page .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.courses-page .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.courses-page .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.courses-page .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.courses-page .float-window .float-window-content .collapse {
  cursor: pointer;
}
.courses-page .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}
.item-campPeriod {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.14rem 0;
  line-height: 1;
  border-bottom: 0.01rem solid #eeeff1;
}

.home-page {
  padding-bottom: 0.5rem;
  background: #fff;
}
.home-page .commodity-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.home-page .commodity-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .commodity-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page .commodity-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.home-page .coupon-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.home-page .coupon-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .coupon-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page .coupon-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.home-page .coupon-container .list-content {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.12rem 0;
}
.home-page .coupon-container .list-content .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.home-page .coupon-container .list-content .item-coupon .coupon-bg {
  position: absolute;
}
.home-page .coupon-container .list-content .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.home-page .coupon-container .list-content .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.home-page .coupon-container .list-content .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}
.home-page .cover-auth-box-home {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.home-page .cover-auth-box-home .auth-bg {
  width: 100%;
}
.home-page .cover-auth-box-home .auth-btn-box {
  width: 100%;
  padding: 0 0.24rem;
  margin-top: 0.3rem;
}
.home-page .cover-auth-box-home .auth-btn-box .auth-btn {
  width: 100%;
  height: 0.46rem;
  background: #267EF0;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.home-page .cover-auth-box-home .auth-btn-box .auth-btn .auth-wechat-icon {
  width: 0.18rem;
  margin-right: 0.08rem;
}
.home-page .float-window {
  position: fixed;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.home-page .float-window .float-window-content .unfold {
  display: flex;
}
.home-page .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.home-page .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.home-page .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.home-page .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.home-page .float-window .float-window-content .collapse {
  cursor: pointer;
}
.home-page .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}

.learning-center {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.learning-center .remark-box {
  position: relative;
  font-size: 0.12rem;
}
.learning-center .remark-box .remark-icon {
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  width: 0.24rem;
  height: 0.12rem;
  background: #FE5C2B;
  border-radius: 0.08rem 0.08rem 0.08rem 0.01rem;
  font-size: 0.08rem;
  line-height: 0.12rem;
  color: #FFFFFF;
}
.learning-center .mask-box {
  width: 100vw;
  height: calc(100vh - 0.5rem);
  padding: 0 0.1rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: #ffffff;
}
.learning-center .top-content {
  position: relative;
}
.learning-center .top-content .camp-poster {
  width: 100%;
  max-height: 2.1rem;
}
.learning-center .top-content .camp-detail-box {
  padding: 0.16rem;
  display: flex;
  background: #ffffff;
}
.learning-center .top-content .camp-detail-box .camp-title-content {
  width: 100%;
}
.learning-center .top-content .camp-detail-box .camp-title-content .title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.06rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.learning-center .top-content .camp-detail-box .camp-title-content .camp-time {
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.learning-center .top-content .camp-detail-box .change-course {
  width: 0.82rem;
  height: 0.26rem;
  position: absolute;
  right: 0;
  top: 0.1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.13rem 0 0 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #333333;
}
.learning-center .top-content .camp-detail-box .change-course > img {
  width: 0.1rem;
  height: 0.1rem;
  margin-right: 0.04rem;
}
.learning-center .top-content .line {
  width: 100%;
  height: 0.05rem;
  background: #F8F9FB;
}
.learning-center .top-content .now-course-tip {
  width: 100%;
  margin: 0 auto;
  padding: 0.12rem 0.16rem;
  position: relative;
  background: #fff;
}
.learning-center .top-content .now-course-tip .noData {
  margin-top: 0.3rem;
}
.learning-center .top-content .now-course-tip .time-down {
  display: flex;
  align-items: center;
}
.learning-center .top-content .now-course-tip .time-down .text {
  color: #333;
  font-size: 0.14rem;
  font-weight: 500;
}
.learning-center .top-content .now-course-tip .time-down .cut-down {
  font-size: 0.14rem;
  color: #fe5c2b;
  margin-left: 0.05rem;
}
.learning-center .top-content .now-course-tip .course-message {
  display: flex;
  margin-top: 0.12rem;
  background: url('/hd/images/course-background.png') no-repeat center center;
  background-size: cover;
  border-radius: 0.04rem;
  border: 0.02rem solid #B5CEFF;
  padding: 0.12rem 0.16rem;
  position: relative;
}
.learning-center .top-content .now-course-tip .course-message .teacher-info {
  display: flex;
  align-items: center;
  color: #9CA0A3;
  font-size: 0.12rem;
  line-height: 0.16rem;
  margin-top: 0.06rem;
}
.learning-center .top-content .now-course-tip .course-message .teacher-info > img {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  margin-right: 0.06rem;
}
.learning-center .top-content .now-course-tip .course-message .right-content {
  width: calc(100% - 0.8rem);
}
.learning-center .top-content .now-course-tip .course-message .right-content .name {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333;
  word-break: break-all;
}
.learning-center .top-content .now-course-tip .course-message .right-content .all-time {
  margin-top: 0.06rem;
  color: #9ca0a3;
  font-size: 0.12rem;
}
.learning-center .top-content .now-course-tip .course-message .go-live-btn {
  width: 0.8rem;
  height: 0.26rem;
  border-radius: 0.14rem;
  border: 0.01rem solid #397CFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #397CFF;
  font-size: 0.12rem;
  line-height: 1;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-0.13rem);
}
.learning-center .swiper-list .common-carousel .container {
  height: 0.9rem;
}
.learning-center .swiper-list .common-carousel .container img {
  height: 0.9rem;
}
.learning-center .line {
  width: 100%;
  height: 0.05rem;
  background: #F8F9FB;
}
.learning-center .float-window {
  position: fixed;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.learning-center .float-window .float-window-content .unfold {
  display: flex;
}
.learning-center .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.learning-center .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.learning-center .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.learning-center .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.learning-center .float-window .float-window-content .collapse {
  cursor: pointer;
}
.learning-center .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}
.learning-center .bottom-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.learning-center .bottom-content .tabs-title {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
}
.learning-center .bottom-content .tabs-title .title-item {
  padding: 0 0.16rem;
  word-break: keep-all;
  font-size: 0.14rem;
  color: #666666;
  position: relative;
}
.learning-center .bottom-content .tabs-title .title-item .bottom-line {
  display: inline-block;
  height: 0.03rem;
  width: 0.2rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.08rem;
}
.learning-center .bottom-content .tabs-title .title-item .bottom-line.active {
  background: #397CFF;
}
.learning-center .bottom-content .tabs-title .title-item img {
  width: 0.9rem;
  height: 0.3rem;
}
.learning-center .bottom-content .tabs-title .active-title {
  font-weight: bold;
  color: #333333;
}
.learning-center .bottom-content .tabs-value {
  flex: 1;
  padding: 0 0.12rem 0.5rem;
  font-size: 0.14rem;
  color: #333;
  background: #f8f9fb;
}
.learning-center .bottom-content .tabs-value .am-list-body::before {
  content: none;
}
.learning-center .bottom-content .tabs-value p {
  word-break: break-all;
}
.learning-center .bottom-content .tabs-value .list-view-section-body {
  padding-top: 0.1rem;
}
.learning-center .bottom-content .tabs-value .class-item {
  width: 100%;
  padding: 0.1rem;
  background: #fff;
  position: relative;
}
.learning-center .bottom-content .tabs-value .class-item .rightsFlag_N {
  position: absolute;
  top: 0;
  right: 0;
}
.learning-center .bottom-content .tabs-value .class-item .rightsFlag_N img {
  width: 0.45rem;
}
.learning-center .bottom-content .tabs-value .class-item .item-value {
  font-size: 0.12rem;
  color: #616568;
  margin-bottom: 0.12rem;
}
.learning-center .bottom-content .tabs-value .class-item .item-bottom-btn .line {
  height: 0.01rem;
  width: 100%;
  background: #F3F4F6;
}
.learning-center .bottom-content .tabs-value .class-item .btn-box {
  text-align: end;
}
.learning-center .bottom-content .tabs-value .class-item .btn-box .btn {
  min-width: 0.6rem;
  text-align: center;
  display: inline-block;
  border: 0.01rem solid #eeeff1;
  border-radius: 0.15rem;
  padding: 0.05rem 0.12rem;
  font-size: 0.12rem;
  margin-left: 0.08rem;
  margin-top: 0.1rem;
}
.learning-center .bottom-content .tabs-value .course-item .teacher-info {
  display: flex;
  align-items: center;
  color: #9CA0A3;
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.learning-center .bottom-content .tabs-value .course-item .teacher-info > img {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  margin-right: 0.06rem;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-title {
  flex-shrink: 0;
  flex: 1;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status {
  width: 0.9rem;
  flex-shrink: 0;
  color: #AAAAAA;
  font-size: 0.12rem;
  line-height: 0.16rem;
  margin-left: 0.1rem;
  text-align: right;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .gray-status,
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .living-status,
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .will-living-status {
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .gray-status {
  color: #AAAAAA;
  display: flex;
  justify-content: flex-end;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .gray-status .lock-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .living-status {
  color: #FE5C2B;
  display: flex;
  justify-content: flex-end;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .living-status .living-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .item-status .will-living-status {
  color: #FE7B2B;
}
.learning-center .bottom-content .tabs-value .course-item .title-status-box .cut-down {
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #FE7B2B;
}
.learning-center .bottom-content .tabs-value .course-item .item-value-box {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #959BB6;
  display: flex;
  align-items: center;
}
.learning-center .bottom-content .tabs-value .course-item .item-value-box > img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.06rem;
}
.learning-center .bottom-content .tabs-value .course-item .item-bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learning-center .bottom-content .tabs-value .course-item .item-bottom-btn .play-back-video {
  color: #397CFF;
  border-color: #397CFF;
}
.learning-center .bottom-content .tabs-value .course-item .item-bottom-btn .gray-btn {
  color: #AAAAAA;
  border-color: #AAAAAA;
}
.learning-center .bottom-content .tabs-value .course-item .item-bottom-btn .go-live-btn {
  color: #FF7044;
  border-color: #FF7044;
}
.learning-center .bottom-content .tabs-value .course-item .btn-box {
  text-align: end;
  position: absolute;
  right: 0.1rem;
  bottom: 0.05rem;
}
.learning-center .bottom-content .tabs-value .course-item .btn-box .btn {
  min-width: 0.6rem;
  text-align: center;
  display: inline-block;
  border: 0.01rem solid #eeeff1;
  border-radius: 0.15rem;
  padding: 0.02rem 0.1rem;
  font-size: 0.12rem;
  margin-left: 0.08rem;
  margin-top: 0;
}
.learning-center .bottom-content .tabs-value .custom-list .custom-content .custom-title img {
  width: 0.9rem;
  height: 0.3rem;
}
.learning-center .bottom-content .end-course-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.learning-center .bottom-content .end-course-content img {
  height: 1.4rem;
  width: 2.07rem;
}
.learning-center .bottom-content .end-course-content .end-tip {
  color: #9CA0A3;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
.learning-center .course-list .class-item {
  background: #fff;
  margin-top: 0.12rem;
}
.learning-center .get-more {
  font-size: 0.12rem;
  height: 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #397CFF;
  margin: 0;
  padding: 0;
}
.learning-center .am-accordion {
  padding-top: 0.1rem;
  background: none !important;
}
.learning-center .am-accordion .am-accordion-item {
  margin-bottom: 0.1rem;
}
.learning-center .am-accordion::before,
.learning-center .am-accordion .am-accordion-item .am-accordion-header::after,
.learning-center .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
  content: none !important;
}
.learning-center .am-accordion .am-accordion-item .am-accordion-header {
  line-height: 0.54rem;
  height: 0.54rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
  padding-left: 0.1rem;
}
.item-campPeriod {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.14rem 0;
  line-height: 1;
  border-bottom: 0.01rem solid #eeeff1;
}

.coupon-list-page {
  margin: 0 0.16rem;
  min-height: 100vh;
}
.coupon-list-page .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.coupon-list-page .item-coupon .coupon-bg {
  position: absolute;
}
.coupon-list-page .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.coupon-list-page .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.coupon-list-page .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}
.coupon-item {
  height: 1.02rem;
  position: relative;
  background: #fff;
  border-radius: 0.03rem;
  overflow: hidden;
  margin-top: 0.16rem;
}
.coupon-item .deduction {
  background-color: #FC6331;
}
.coupon-item .discount {
  background-color: #FC9E31;
}
.coupon-item .coupon-item-content {
  height: 0.74rem;
  line-height: 0.74rem;
  padding-left: 0.16rem;
  font-size: 0.12rem;
  color: #fff;
  position: relative;
}
.coupon-item .coupon-item-content .value {
  font-size: 0.18rem;
}
.coupon-item .coupon-item-content .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
}
.coupon-item .coupon-item-msg {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.12rem;
  color: #9ca0a3;
  padding-left: 0.12rem;
  background: #F8F9FB;
}
.coupon-item .coupon-item-type {
  width: 0.7rem;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 8px;
  right: -18px;
  transform: rotate(45deg);
  font-size: 0.12rem;
  color: #FC9E31;
}

.small-course-page {
  margin: 0 0.16rem;
}

.commodity-list-page {
  width: 100%;
}
.commodity-list-page .top-content {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 11;
}
.commodity-list-page .project-tabs {
  width: 100%;
  height: 0.44rem;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #F3F4F6;
}
.commodity-list-page .project-tabs .catOne-item {
  padding: 0 0.16rem;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.14rem;
  color: #666666;
}
.commodity-list-page .project-tabs .catOne-item .bottom-line {
  display: inline-block;
  height: 0.02rem;
  width: 0.3rem;
}
.commodity-list-page .project-tabs .catOne-item .bottom-line.active {
  background: #397CFF;
}
.commodity-list-page .project-tabs .catOne-item.active {
  font-size: 0.16rem;
  color: #333333;
}
.commodity-list-page .fold-container {
  padding: 0 0.16rem;
  position: relative;
}
.commodity-list-page .fold-container .fold-content {
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commodity-list-page .fold-container .fold-content .select-catTwo-name {
  color: #9CA0A3;
  font-size: 0.12rem;
}
.commodity-list-page .fold-container .fold-content .fold-btn {
  font-size: 0.14rem;
  color: #333333;
}
.commodity-list-page .fold-container .fold-box {
  width: 100%;
  padding: 0.16rem 0 0 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.commodity-list-page .fold-container .fold-box .catTwo-item {
  width: 30%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 500;
  color: #333333;
  background: #F3F4F6;
  border-radius: 0.2rem;
  margin-bottom: 0.12rem;
  margin-right: 0.12rem;
}
.commodity-list-page .fold-container .fold-box .catTwo-item.active {
  background: rgba(57, 124, 255, 0.1);
  color: #397CFF;
}
.commodity-list-page .mark {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: #181818;
  opacity: 0.5;
}
.commodity-list-page .list-content {
  margin: 0 0.16rem;
  padding-top: 0.88rem;
}
.commodity-list-page.noScroll {
  height: 100vh;
  overflow: hidden;
}

.specialColumn-detail-page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.specialColumn-detail-page .image {
  min-height: 2.1rem;
  width: 100%;
}
.specialColumn-detail-page .image img {
  height: 2.1rem;
}
.specialColumn-detail-page .title-content {
  padding: 0.16rem;
}
.specialColumn-detail-page .title-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialColumn-detail-page .title-content .time-or-subtitle {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialColumn-detail-page .title-content .price {
  font-size: 0.22rem;
  color: #FE5C2B;
}
.specialColumn-detail-page .title-content .price .unit {
  font-size: 0.16rem;
}
.specialColumn-detail-page .title-content .price .old-price {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.specialColumn-detail-page .line {
  height: 0.05rem;
  width: 100%;
  background: #f8f9fb;
}
.specialColumn-detail-page .detail-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.specialColumn-detail-page .detail-content .detail-title {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
}
.specialColumn-detail-page .detail-content .detail-title .title-item {
  padding: 0 0.16rem;
  word-break: keep-all;
  font-size: 0.14rem;
  color: #666666;
  position: relative;
}
.specialColumn-detail-page .detail-content .detail-title .title-item .bottom-line {
  display: inline-block;
  height: 0.03rem;
  width: 0.2rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.08rem;
}
.specialColumn-detail-page .detail-content .detail-title .title-item .bottom-line.active {
  background: #397CFF;
}
.specialColumn-detail-page .detail-content .detail-title .active-title {
  font-weight: bold;
  color: #333333;
}
.specialColumn-detail-page .detail-content .detail-value {
  flex: 1;
  overflow: scroll;
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.specialColumn-detail-page .detail-content .plan-box {
  background: #f3f3f3;
  flex: 1;
  overflow: hidden;
  padding: 0 0 0.6rem 0;
}
.specialColumn-detail-page .detail-content .plan-box .course-box {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0.06rem;
  padding: 0;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .list-view-section-body {
  background: #ffffff;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .course-plan {
  width: 100%;
  padding: 0 0.14rem;
  display: flex;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .course-plan .num {
  width: 0.4rem;
  padding: 0.14rem 0;
  color: #BBBBBB;
  text-align: center;
  line-height: 0.21rem;
  font-size: 0.14rem;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .course-plan .plan-item {
  flex: 1;
  padding: 0.14rem 0;
  border-bottom: 0.01rem solid #f3f4f6;
  display: flex;
  justify-content: space-between;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .course-plan .plan-item > img {
  width: 0.14rem;
  height: 0.14rem;
}
.specialColumn-detail-page .detail-content .plan-box .course-box .course-plan .plan-item .item-title {
  font-size: 0.14rem;
  line-height: 0.21rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialColumn-detail-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.specialColumn-detail-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #E5E5E5;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}
.specialColumn-detail-page .btn-primary {
  background: #397CFF !important;
  color: #fff !important;
}
.specialColumn-detail-page .share-icon-box {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  z-index: 9;
}
.specialColumn-detail-page .share-icon-box > img {
  width: 0.56rem;
  height: 0.56rem;
}

.cash-out-record-page {
  margin: 0 0.16rem;
  min-height: 100vh;
  background: #fff;
}
.cash-out-record-page * {
  margin: 0;
  padding: 0;
}
.cash-out-record-page .cash-out-record-top {
  text-align: center;
}
.cash-out-record-page .cash-out-record-top .tit {
  padding-top: 0.16rem;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.cash-out-record-page .cash-out-record-top .amount {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.16rem;
}
.cash-out-record-page .cash-out-record-top .amount span {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
.cash-out-record-page .am-list-body::before {
  content: none !important;
}
.cash-out-record-page .record-item {
  padding: 12px 0;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background: #fff;
  border-bottom: 1px solid #F8F9FB;
}
.cash-out-record-page .record-item > div {
  display: flex;
  justify-content: space-between;
}
.cash-out-record-page .record-item > div p {
  font-size: 0.16rem;
}
.cash-out-record-page .record-item .date p {
  font-size: 0.12rem;
}
.cash-out-record-page .record-item .title {
  padding-bottom: 0.04rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.cash-out-record-page .record-item .title .name {
  width: 2.7rem;
  flex-shrink: 0;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evaluate-add-content {
  width: 100%;
  height: 100vh;
  background: #F6F7F9;
  padding-top: 0.08rem;
}
.evaluate-add-content .evaluate-add-box {
  border-radius: 0.08rem;
  background: #fff;
  padding: 0 0.12rem;
}
.evaluate-add-content .evaluate-add-box .input-box {
  padding: 0;
  border: none !important;
}
.evaluate-add-content .evaluate-add-box .input-box .am-textarea-control {
  padding-top: 0.12rem;
}
.evaluate-add-content .evaluate-add-box .input-box .am-textarea-control textarea {
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.evaluate-add-content .evaluate-add-box .text-length-box {
  text-align: end;
  width: 100%;
  font-size: 0.12rem;
}
.evaluate-add-content .evaluate-add-box .file-list {
  padding-top: 0.1rem;
}
.evaluate-add-content .evaluate-add-box .file-list .image-exhibition {
  display: inline-block;
  width: calc((100vw - 0.24rem - 0.5rem) / 4);
  height: calc((100vw - 0.24rem - 0.5rem) / 4);
  margin-bottom: 0.08rem;
  margin: 0 0.05rem 0.08rem 0.05rem;
}
.evaluate-add-content .evaluate-add-box .file-list .image-exhibition .delete-icon {
  width: 0.14rem;
  height: 0.14rem;
}
.evaluate-add-content .evaluate-add-box .file-list .image-exhibition .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.evaluate-add-content .evaluate-add-box .file-list .image-exhibition .img-container .img-item {
  width: 100%;
  height: 100%;
  border-radius: 0.03rem;
  object-fit: cover;
  display: inline-block;
}
.evaluate-add-content .evaluate-add-box .file-list .image-exhibition .img-container .delete-icon {
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}
.evaluate-add-content .submit-box {
  width: 100%;
  padding: 0.4rem;
}
.evaluate-add-content .submit-box .submit-btn {
  width: 100%;
  height: 0.44rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #FF6D00 0%, #FF3900 100%);
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.44rem;
}

.oss-upload-box {
  display: inline-block;
  width: calc((100vw - 0.24rem - 0.5rem) / 4);
  height: calc((100vw - 0.24rem - 0.5rem) / 4);
  margin-bottom: 0.08rem;
  margin: 0 0.05rem 0.08rem 0.05rem;
  background: #F6F7F9;
  text-align: center;
  line-height: calc((100vw - 0.24rem - 0.5rem) / 4);
  border-radius: 0.03rem;
}
.oss-upload-box .upload-icon {
  width: 0.18rem;
  height: 0.18rem;
  display: inline-block;
}
.oss-upload-box .delete-icon {
  width: 0.14rem;
  height: 0.14rem;
}
.oss-upload-box .img-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.oss-upload-box .img-container .img-item {
  width: 100%;
  height: 100%;
  border-radius: 0.03rem;
}
.oss-upload-box .img-container .delete-icon {
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}

.evaluate-list {
  height: 100vh;
  width: 100%;
  background: #F6F7F9;
}
.evaluate-list .evaluate-item {
  margin-bottom: 0.12rem;
}

.scroll-more-list .am-list-view-scrollview {
  overflow: auto !important;
}
.scroll-more-list .am-list-view-scrollview .am-list {
  width: 100%;
}
.scroll-more-list .am-list-view-scrollview .list-view-section-body {
  background: #f8f9fb;
}

.my-reward-points-page {
  margin: 0 0.16rem;
  min-height: 100%;
  background: #fff;
}
.my-reward-points-page * {
  margin: 0;
  padding: 0;
}
.my-reward-points-page .my-reward-points-top {
  text-align: center;
  margin-bottom: 0.16rem;
}
.my-reward-points-page .my-reward-points-top .tit {
  padding-top: 0.16rem;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  position: relative;
}
.my-reward-points-page .my-reward-points-top .tit a {
  color: #999;
  position: absolute;
  top: 0.16rem;
  right: 0;
}
.my-reward-points-page .my-reward-points-top .amount {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .my-reward-points-top .amount span {
  color: #333;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
.my-reward-points-page .am-list-body::before {
  content: none !important;
}
.my-reward-points-page .record-item {
  padding: 12px 0;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background: #fff;
  border-bottom: 1px solid #F8F9FB;
}
.my-reward-points-page .record-item > div {
  display: flex;
  justify-content: space-between;
}
.my-reward-points-page .record-item > div .remark {
  width: 2.4rem;
  flex-shrink: 0;
  height: 0.18rem;
  font-size: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-reward-points-page .record-item > div .rewardPoints {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .record-item > div .date {
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #999;
}
.my-reward-points-page .record-item .title {
  padding-bottom: 0.04rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.my-reward-points-page .record-item .title .name {
  width: 2.4rem;
  flex-shrink: 0;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
}
.my-reward-points-page .jumpBtn {
  background: #fff;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.my-reward-points-page .jumpBtn span {
  height: 0.42rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #397CFF;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.42rem;
}

.home-page {
  padding-bottom: 0.5rem;
  background: #fff;
}
.home-page .commodity-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.home-page .commodity-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .commodity-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page .commodity-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.home-page .coupon-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.home-page .coupon-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .coupon-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-page .coupon-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.home-page .coupon-container .list-content {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.12rem 0;
}
.home-page .coupon-container .list-content .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.home-page .coupon-container .list-content .item-coupon .coupon-bg {
  position: absolute;
}
.home-page .coupon-container .list-content .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.home-page .coupon-container .list-content .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.home-page .coupon-container .list-content .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}
.home-page .cover-auth-box-home {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.home-page .cover-auth-box-home .auth-bg {
  width: 100%;
}
.home-page .cover-auth-box-home .auth-btn-box {
  width: 100%;
  padding: 0 0.24rem;
  margin-top: 0.3rem;
}
.home-page .cover-auth-box-home .auth-btn-box .auth-btn {
  width: 100%;
  height: 0.46rem;
  background: #267EF0;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.home-page .cover-auth-box-home .auth-btn-box .auth-btn .auth-wechat-icon {
  width: 0.18rem;
  margin-right: 0.08rem;
}
.home-page .float-window {
  position: fixed;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.home-page .float-window .float-window-content .unfold {
  display: flex;
}
.home-page .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.home-page .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.home-page .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.home-page .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.home-page .float-window .float-window-content .collapse {
  cursor: pointer;
}
.home-page .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}

.commodity-detail-pageB {
  width: 100%;
}
.commodity-detail-pageB .image {
  height: 2.1rem;
  width: 100%;
}
.commodity-detail-pageB .image img {
  height: 2.1rem;
}
.commodity-detail-pageB .detail-content {
  width: 100%;
  margin-bottom: 0.6rem;
}
.commodity-detail-pageB .detail-content .detail-title {
  padding: 0 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 500;
}
.commodity-detail-pageB .detail-content .detail-value {
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.commodity-detail-pageB .detail-content .detail-value .product-detail-content img {
  max-width: 100%;
}
.commodity-detail-pageB .bottom-btn {
  background-image: url('/hd/images/bg.png');
  background-size: 100% 100%;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commodity-detail-pageB .bottom-btn .price {
  height: 0.6rem;
  font-size: 0.22rem;
  color: #E93E0D;
  padding-left: 0.08rem;
  font-family: DINAlternate-Bold, DINAlternate;
}
.commodity-detail-pageB .bottom-btn .price .unit {
  font-size: 0.12rem;
}
.commodity-detail-pageB .bottom-btn .price .num {
  font-size: 0.24rem;
  font-weight: 500;
  vertical-align: bottom;
}
.commodity-detail-pageB .bottom-btn .price .old-price {
  color: #e57040;
  font-size: 0.12rem;
  text-decoration: line-through;
  padding-left: 0.08rem;
}
.commodity-detail-pageB .bottom-btn .price .price-text {
  width: 0.56rem;
  font-size: 0.1rem;
  color: #FCECE7;
  text-align: center;
  background: linear-gradient(153deg, #F6721E 20%, #E93E0D 100%);
  border-radius: 0.02rem;
}
.commodity-detail-pageB .bottom-btn .btn {
  width: 42%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
}

.pay-confirm-page-Modal .am-modal-content .am-modal-body {
  padding: 0;
}
.pay-confirm-page-Modal .am-modal-header .am-modal-title {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
}
.pay-confirm-page-Modal .am-modal-close-x {
  width: 12px;
  height: 12px;
}
.pay-confirm-page-Modal .pay-confirm-pageB {
  background: #f8f9fb;
  margin-bottom: 0.6rem;
  height: 70vh;
}
.pay-confirm-page-Modal .pay-confirm-pageB .detail-message {
  background: #fff;
  padding: 0.12rem;
  border-radius: 0.05rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .detail-message .title {
  color: #333;
  font-size: 0.16rem;
  word-break: break-all;
  font-weight: 500;
}
.pay-confirm-page-Modal .pay-confirm-pageB .detail-message .number {
  font-size: 0.14rem;
  color: #9ca0a3;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box {
  background: #ffffff;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .line {
  width: 100%;
  height: 0.01rem;
  background: #F3F4F6;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail {
  display: flex;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .img-box {
  width: 1.22rem;
  height: 0.94rem;
  margin-right: 0.12rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .img-box > img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .right-info {
  flex: 1;
  overflow: hidden;
  text-align: left;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .right-info .title {
  height: 0.4rem;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .right-info .price {
  margin-top: 0.34rem;
  color: #333333;
  font-size: 0.16rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .course-detail-box .detail .right-info .price span {
  font-size: 0.12rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message {
  background: #fff;
  padding: 0 0.12rem;
  margin-top: 0.08rem;
  padding-bottom: 0;
  border-radius: 0.05rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #f3f4f6;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .title .text {
  font-size: 0.16rem;
  color: #333;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .title .price {
  font-size: 0.16rem;
  color: #333;
  font-weight: 600;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item {
  padding: 0.12rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .mode-name {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .mode-name .name {
  color: #333;
  font-size: 0.14rem;
  margin-left: 0.08rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .mode-name img {
  width: 0.24rem;
  height: 0.24rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .check-btn {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #dcdee2;
  border-radius: 50%;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .active {
  background-color: #FF3900;
  border: none;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .mode-item .active:after {
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0.17rem;
  right: 0.06rem;
  z-index: 9;
  width: 0.05rem;
  height: 0.1rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item {
  background: #F8F8F8;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  margin-right: 0.08rem;
  padding: 0.06rem;
  min-width: 1.14rem;
  white-space: nowrap;
  border: 1px solid #F8F8F8;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item .top-box {
  font-size: 0.12rem;
  color: #323334;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item .bottom-box {
  font-size: 0.1rem;
  color: #999999;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item-active {
  border-color: #FE5401;
  color: #FE5401;
  background: rgba(254, 84, 1, 0.08);
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item-active .top-box {
  color: #FE5401;
}
.pay-confirm-page-Modal .pay-confirm-pageB .pay-message .mode .fee-list-container .fee-list-item-active .bottom-box {
  color: #FE5401;
}
.pay-confirm-page-Modal .pay-confirm-pageB .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .bottom-btn .pay-price {
  font-weight: 600;
  color: #FE5401;
}
.pay-confirm-page-Modal .pay-confirm-pageB .bottom-btn .pay-price span {
  font-size: 0.12rem;
}
.pay-confirm-page-Modal .pay-confirm-pageB .bottom-btn .btn {
  width: 1.71rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: linear-gradient(90deg, #FF6D00 0%, #FF3900 100%) !important;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}
.go-browser-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("/hd/images/go-browser-bg.png") no-repeat center top;
  background-size: 90% auto;
  z-index: 100;
}

.evaluate-overview {
  width: 100%;
  background: #F6F7F9;
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}
.evaluate-overview .evaluate-overview-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 0.08rem;
}
.evaluate-overview .evaluate-overview-wrapper .evaluate-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem 0.12rem 0 0.12rem;
}
.evaluate-overview .evaluate-overview-wrapper .evaluate-top-content .title-total {
  color: #333333;
  font-weight: 500;
  font-size: 0.16rem;
}
.evaluate-overview .evaluate-overview-wrapper .evaluate-top-content .view-all-btn {
  display: flex;
  align-items: center;
}
.evaluate-overview .evaluate-overview-wrapper .evaluate-top-content .view-all-btn .arrow-text {
  color: #666666;
  font-size: 0.12rem;
}
.evaluate-overview .evaluate-overview-wrapper .evaluate-top-content .view-all-btn .arrow-btn {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.04rem;
}

.commodity-detail-page {
  width: 100%;
}
.commodity-detail-page .image {
  height: 2.1rem;
  width: 100%;
}
.commodity-detail-page .image img {
  height: 2.1rem;
}
.commodity-detail-page .title-content {
  padding: 0.16rem;
}
.commodity-detail-page .title-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.commodity-detail-page .title-content .time-or-subtitle {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.commodity-detail-page .title-content .price {
  font-size: 0.22rem;
  color: #FE5C2B;
}
.commodity-detail-page .title-content .price .unit {
  font-size: 0.16rem;
}
.commodity-detail-page .title-content .price .old-price {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.commodity-detail-page .line {
  height: 0.05rem;
  width: 100%;
  background: #f8f9fb;
}
.commodity-detail-page .detail-content {
  width: 100%;
}
.commodity-detail-page .detail-content .detail-title {
  padding: 0 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 500;
}
.commodity-detail-page .detail-content .detail-value {
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.commodity-detail-page .detail-content .detail-value .product-detail-content img {
  max-width: 100%;
}
.commodity-detail-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.commodity-detail-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #397cff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}

.trainingCamp-detail-page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.trainingCamp-detail-page .image {
  min-height: 2.1rem;
  width: 100%;
}
.trainingCamp-detail-page .image img {
  height: 2.1rem;
}
.trainingCamp-detail-page .title-content {
  padding: 0.16rem;
}
.trainingCamp-detail-page .title-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trainingCamp-detail-page .title-content .time-or-subtitle {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trainingCamp-detail-page .title-content .price {
  font-size: 0.22rem;
  color: #FE5C2B;
}
.trainingCamp-detail-page .title-content .price .unit {
  font-size: 0.16rem;
}
.trainingCamp-detail-page .title-content .price .old-price {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.trainingCamp-detail-page .line {
  height: 0.05rem;
  width: 100%;
  background: #f8f9fb;
}
.trainingCamp-detail-page .swiper-list .common-carousel .container {
  height: 0.9rem;
}
.trainingCamp-detail-page .swiper-list .common-carousel .container img {
  height: 0.9rem;
}
.trainingCamp-detail-page .float-window {
  position: fixed;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.trainingCamp-detail-page .float-window .float-window-content .unfold {
  display: flex;
}
.trainingCamp-detail-page .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.trainingCamp-detail-page .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.trainingCamp-detail-page .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.trainingCamp-detail-page .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.trainingCamp-detail-page .float-window .float-window-content .collapse {
  cursor: pointer;
}
.trainingCamp-detail-page .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}
.trainingCamp-detail-page .detail-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.trainingCamp-detail-page .detail-content .detail-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.trainingCamp-detail-page .detail-content .detail-title .title-item {
  padding: 0.06rem 0.16rem;
  font-size: 0.14rem;
  color: #666666;
  position: relative;
}
.trainingCamp-detail-page .detail-content .detail-title .title-item .bottom-line {
  display: inline-block;
  height: 0.03rem;
  width: 0.2rem;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: 0.06rem;
}
.trainingCamp-detail-page .detail-content .detail-title .title-item .bottom-line.active {
  background: #397CFF;
}
.trainingCamp-detail-page .detail-content .detail-title .title-item img {
  width: 0.9rem;
  height: 0.3rem;
}
.trainingCamp-detail-page .detail-content .detail-title .active-title {
  font-weight: bold;
  color: #333333;
}
.trainingCamp-detail-page .detail-content .detail-value {
  flex: 1;
  overflow: scroll;
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.trainingCamp-detail-page .detail-content .plan-box {
  background: #f3f3f3;
  flex: 1;
  overflow: hidden;
  padding: 0 0 0.6rem 0;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box {
  height: 100%;
  overflow: hidden;
  border-radius: 0.06rem;
  padding: 0;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .list-view-section-body {
  background: #ffffff;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .course-plan {
  width: 100%;
  padding: 0 0.14rem;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .course-plan .plan-item {
  width: 100%;
  padding: 0.14rem 0;
  border-bottom: 0.01rem solid #f3f4f6;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .course-plan .plan-item .item-title {
  font-size: 0.15rem;
  line-height: 0.21rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .course-plan .plan-item .item-value {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #959BB6;
  display: flex;
  align-items: center;
}
.trainingCamp-detail-page .detail-content .plan-box .course-box .course-plan .plan-item .item-value .type-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.06rem;
}
.trainingCamp-detail-page .detail-content .custom-box {
  background: #fff;
  flex: 1;
  padding: 0;
}
.trainingCamp-detail-page .detail-content .custom-box .custom-list .custom-content .custom-title img {
  width: 0.9rem;
  height: 0.3rem;
}
.trainingCamp-detail-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
  z-index: 9;
}
.trainingCamp-detail-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #E5E5E5;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}
.trainingCamp-detail-page .share-icon-box {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  z-index: 9;
}
.trainingCamp-detail-page .share-icon-box > img {
  width: 0.56rem;
  height: 0.56rem;
}
.trainingCamp-detail-page .course-list {
  padding: 0 0.12rem 0.1rem;
}
.trainingCamp-detail-page .course-list .course-plan {
  background: #fff;
  margin-top: 0.12rem;
}
.trainingCamp-detail-page .get-more {
  font-size: 0.12rem;
  height: 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #397CFF;
  margin: 0;
  padding: 0;
}
.trainingCamp-detail-page .am-accordion {
  padding: 0.1rem 0.12rem 0;
  background: none !important;
}
.trainingCamp-detail-page .am-accordion .am-accordion-item {
  margin-bottom: 0.1rem;
}
.trainingCamp-detail-page .am-accordion .am-accordion-item .am-accordion-header {
  line-height: 0.54rem;
  height: 0.54rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.trainingCamp-detail-page .am-accordion::before,
.trainingCamp-detail-page .am-accordion .am-accordion-item .am-accordion-header::after,
.trainingCamp-detail-page .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
  content: none !important;
}

* {
  padding: 0;
  margin: 0;
}
.question {
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}
.question .question-top {
  display: flex;
  justify-content: space-between;
  padding: 0.16rem 0.16rem 0.08rem 0.16rem;
}
.question .question-top .question-type {
  padding: 0.03rem 0.06rem;
  background: #edf5ff;
  color: #397CFF;
  font-size: 0.12rem;
  border-radius: 0.02rem;
}
.question .question-top .question-mark {
  color: #999;
  font-size: 0.14rem;
}
.question .question-top .now {
  color: #4D4D4D;
  font-size: 0.14rem;
}
.question .content {
  margin: 0 0 0.2rem 0;
}
.question .content .question-content,
.question .content .question-options {
  padding: 0 0.2rem;
}
.question .content .question-content {
  font-size: 0.16rem;
  color: #4d4d4d;
}
.question .content .question-options {
  margin-top: 0.08rem;
  padding-bottom: 0.5rem;
}
.question .content .question-options .options-item {
  margin-top: 0.12rem;
  padding: 0.18rem 0.16rem;
  border: 1px solid #f3f4f6;
  border-radius: 0.04rem;
  color: #4d4d4d;
}
.question .content .question-options .options-item .content-html {
  display: flex;
  padding-right: 0.18rem;
}
.question .content .question-options .options-item .content-html .sort {
  padding: 0 0.05rem;
}
.question .content .question-options .correct {
  background: url('/hd/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question .content .question-options .error {
  background: url('/hd/images/error.png') no-repeat center right;
  background-color: rgba(255, 90, 90, 0.1);
}
.question .content .question-options .error,
.question .content .question-options .correct {
  background-size: 0.16rem;
  background-origin: content-box;
}
.question .content .question-parsing {
  margin-top: 0.2rem;
  color: #4d4d4d;
  background: #fff;
  border-top: 2px dashed #f3f4f6;
  padding: 0.16rem 0.16rem 0.8rem;
}
.question .content .question-parsing .answer {
  display: flex;
  margin: 0.16rem 0;
}
.question .content .question-parsing .answer .answer-correct span {
  color: #4cc75f;
}
.question .content .question-parsing .answer .answer-error {
  margin-left: 0.4rem;
}
.question .content .question-parsing .answer .answer-error span {
  color: #fe5c2b;
}
.question .content .subjective-item-container {
  padding: 0 0.16rem 0.5rem;
}
.question .content .subjective-item-container .answer-input-box {
  padding-left: 0.12rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control {
  padding-top: 0.12rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea {
  font-size: 0.15rem;
  line-height: 0.22rem;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  color: #4d4d4d !important;
}
.question .content .subjective-item-container .answer-input-box .am-textarea-control input:disabled,
.question .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  -webkit-text-fill-color: #4d4d4d;
  -webkit-opacity: 1;
  color: #4d4d4d;
}
.question .content .subjective-item-container .answer-file-list {
  padding-top: 0.1rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition,
.question .content .subjective-item-container .answer-file-list .voice-exhibition {
  margin-bottom: 0.08rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .delete-icon,
.question .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  width: 0.14rem;
  height: 0.14rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition {
  display: inline-block;
  width: 23%!important;
  margin-right: 2%!important;
  padding-top: 0.1rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container {
  display: inline-block;
  position: relative;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container .answer-img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 0.03rem;
}
.question .content .subjective-item-container .answer-file-list .image-exhibition .img-container .delete-icon {
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition {
  padding-right: 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition .record-player {
  flex: 1;
}
.question .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  margin-left: 0.08rem;
}
.question .content .subjective-item-container .upload-box {
  padding: 0.1rem 0;
  display: flex;
}
.question .content .subjective-item-container .upload-box .upload-icon {
  width: 0.18rem;
  height: 0.18rem;
}
.question .content .subjective-item-container .upload-box .image-upload {
  margin-right: 0.24rem;
}
.question .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 0.5rem;
  color: #666666;
  border-top: 1px solid #eeeff1;
  padding: 0 0.17rem;
  background-color: #fff;
}
.question .footer div {
  text-align: center;
}
.question .footer .parsing-btn,
.question .footer .answer-sheet-btn {
  flex-grow: 1;
  font-size: 0.1rem;
  text-align: center;
}
.question .footer .parsing-btn img,
.question .footer .answer-sheet-btn img {
  margin: 0 auto;
  width: 0.18rem;
  height: 0.18rem;
}
.question .footer .footer-btn {
  flex: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question .footer .footer-btn .next .next-btn {
  background: #3981ff;
  color: #fff;
  padding: 0.09rem 0;
  border: 0;
}
.question .footer .footer-btn .last,
.question .footer .footer-btn .next {
  width: 48%;
}
.question .footer .footer-btn .last-btn,
.question .footer .footer-btn .next-btn {
  padding: 0.08rem 0;
  border-radius: 0.22rem;
  border: 1px solid #3981ff;
  color: #3981ff;
}
.answer-sheet .answer-sheet-content {
  padding: 0.16rem 0 1rem 0;
}
.answer-sheet .answer-sheet-btn {
  width: 100%;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  background: #3981ff;
  color: #fff;
  border-radius: 0.22rem;
}
.record-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.record-modal .am-modal-content {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.record-modal .am-modal-content .am-modal-close {
  margin-top: 0.14rem;
}
.record-modal .am-modal-content .audio-time {
  padding-top: 0.38rem;
  margin-bottom: 0.42rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.record-modal .am-modal-content img {
  width: 0.54rem;
  height: 0.54rem;
  margin-bottom: 0.08rem;
}
.record-modal .am-modal-content .bottom-box {
  color: #333333;
  font-size: 0.12rem;
  line-height: 0.18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.record-modal .am-modal-content .bottom-box > div {
  margin-right: 1.44rem;
}
.record-modal .am-modal-content .last-step-box {
  flex-direction: row;
  justify-content: center;
}
.record-modal .am-modal-content .last-step-box .no-margin {
  margin-right: 0;
}

.course-cover-page {
  width: 100%;
  height: 100vh;
  padding-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
}
.course-cover-page .top-container {
  position: relative;
}
.course-cover-page .top-container .course-poster {
  width: 100%;
  height: 2.1rem;
}
.course-cover-page .top-container .course-info {
  width: 100%;
  padding: 0.16rem;
}
.course-cover-page .top-container .course-info .course-title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.06rem;
  word-break: break-all;
}
.course-cover-page .top-container .course-info .course-detail {
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.2rem;
  word-break: break-all;
}
.course-cover-page .top-container .course-info .course-pay-type {
  margin-top: 0.14rem;
}
.course-cover-page .top-container .course-info .course-pay-type .free-type {
  color: #FE5C2B;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.course-cover-page .top-container .course-info .course-pay-type .pay-type {
  display: flex;
  align-items: center;
}
.course-cover-page .top-container .course-info .course-pay-type .pay-type .price {
  color: #FE5C2B;
  font-size: 0.22rem;
  line-height: 0.22rem;
  font-weight: 500;
  margin-right: 0.11rem;
}
.course-cover-page .top-container .course-info .course-pay-type .pay-type .price .price-unit {
  font-size: 0.16rem;
}
.course-cover-page .top-container .course-info .course-pay-type .pay-type .origin-price {
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.course-cover-page .top-container .line {
  width: 100%;
  height: 0.06rem;
  background: #F8F9FB;
}
.course-cover-page .message-value {
  border-radius: 5px;
  font-size: 0.14rem;
  font-weight: 400;
  color: #414858;
  padding: 0.16rem;
  word-break: break-word;
  flex: 1;
  overflow-y: auto;
}
.course-cover-page .message-value img {
  max-width: 100%;
}
.course-cover-page .bottom-content {
  height: 0.6rem;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #EDEDEF;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.08rem 0.24rem;
}
.course-cover-page .bottom-content .btn {
  height: 100%;
  width: 100%;
  background: #397CFF;
  border-radius: 22px;
  line-height: 0.44rem;
  text-align: center;
  color: #fff;
  padding: 0;
  border: 0;
}
.course-cover-page .bottom-content .disabled-btn {
  background: #BEBEBE;
  color: #555555;
}
.course-cover-page .share-icon-box {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  z-index: 9;
}
.course-cover-page .share-icon-box > img {
  width: 0.56rem;
  height: 0.56rem;
}

.question-content-wrap {
  background-color: #fff;
  position: relative;
  overflow-y: auto;
  height: calc(100% - 0.5rem);
  padding-bottom: 1.3rem;
}
.question-content-wrap * {
  padding: 0;
  margin: 0;
}
.question-content-wrap .line {
  background: #F0F5FB;
  height: 0.08rem;
}
.question-content-wrap .question-tit {
  display: flex;
  padding: 0 0.16rem;
}
.question-content-wrap .question-tit .type-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.question-content-wrap .question-tit .type {
  padding: 0.01rem 0.04rem;
  background: rgba(245, 63, 63, 0.08);
  color: #F53F3F;
  font-size: 0.12rem;
  line-height: 0.2rem;
  text-align: center;
  border-radius: 0.02rem;
}
.question-content-wrap .content {
  padding-top: 0.16rem;
}
.question-content-wrap .content .question-options {
  padding: 0 0.2rem;
}
.question-content-wrap .content .question-content {
  font-size: 0.16rem;
  color: #4d4d4d;
  margin-left: 0.05rem;
}
.question-content-wrap .content .question-options {
  margin: 0.16rem 0;
}
.question-content-wrap .content .question-options .options-item {
  margin-top: 0.16rem;
  color: #333;
  line-height: 0.4rem;
}
.question-content-wrap .content .question-options .options-item .content-html {
  display: flex;
  align-items: center;
}
.question-content-wrap .content .question-options .options-item .content-html .sort {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.32rem;
  text-align: center;
  line-height: 0.3rem;
  margin-right: 0.16rem;
  border: 1px solid #F2F4F5;
  background: #FFFFFF;
  color: #333;
  flex-shrink: 0;
}
.question-content-wrap .content .question-options .options-item .content-html .act {
  background: #397CFF;
  color: #FFFFFF;
  border: 1px solid #397CFF;
}
.question-content-wrap .content .question-options .options-item .content-html .correct {
  background: #00b42a;
  color: #FFFFFF;
  border: 1px solid #00b42a;
}
.question-content-wrap .content .question-options .options-item .content-html .err {
  background: #f53f3f;
  color: #FFFFFF;
  border: 1px solid #f53f3f;
}
.question-content-wrap .content .question-options .correct {
  background: url('/hd/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question-content-wrap .content .question-options .error {
  background: url('/hd/images/error.png') no-repeat center right;
  background-color: rgba(255, 90, 90, 0.1);
}
.question-content-wrap .content .question-options .error,
.question-content-wrap .content .question-options .correct {
  background-size: 0.16rem;
  background-origin: content-box;
}
.question-content-wrap .content .question-parsing {
  margin-top: 0.2rem;
  color: #4d4d4d;
  background: #fff;
  border-top: 2px dashed #f3f4f6;
  padding: 0.16rem 0.16rem 0.8rem;
}
.question-content-wrap .content .question-parsing .answer {
  display: flex;
  margin: 0.16rem 0;
}
.question-content-wrap .content .question-parsing .answer .answer-correct span {
  color: #4cc75f;
}
.question-content-wrap .content .question-parsing .answer .answer-error {
  margin-left: 0.4rem;
}
.question-content-wrap .content .question-parsing .answer .answer-error span {
  color: #fe5c2b;
}
.question-content-wrap .content .subjective-item-container {
  padding: 0 0.16rem 0.5rem;
}
.question-content-wrap .content .subjective-item-container .answer-input-box {
  padding-left: 0.12rem;
}
.question-content-wrap .content .subjective-item-container .answer-input-box .am-textarea-control {
  padding-top: 0.12rem;
}
.question-content-wrap .content .subjective-item-container .answer-input-box .am-textarea-control textarea {
  font-size: 0.15rem;
  line-height: 0.22rem;
}
.question-content-wrap .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  color: #4d4d4d !important;
}
.question-content-wrap .content .subjective-item-container .answer-input-box .am-textarea-control input:disabled,
.question-content-wrap .content .subjective-item-container .answer-input-box .am-textarea-control textarea:disabled {
  -webkit-text-fill-color: #4d4d4d;
  -webkit-opacity: 1;
  color: #4d4d4d;
}
.question-content-wrap .content .subjective-item-container .answer-file-list {
  padding-top: 0.1rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition,
.question-content-wrap .content .subjective-item-container .answer-file-list .voice-exhibition {
  margin-bottom: 0.08rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition .delete-icon,
.question-content-wrap .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  width: 0.14rem;
  height: 0.14rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition {
  display: inline-block;
  width: 23%!important;
  margin-right: 2%!important;
  padding-top: 0.1rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition .img-container {
  display: inline-block;
  position: relative;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition .img-container .answer-img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 0.03rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .image-exhibition .img-container .delete-icon {
  position: absolute;
  top: -0.06rem;
  right: -0.06rem;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .voice-exhibition {
  padding-right: 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .voice-exhibition .record-player {
  flex: 1;
}
.question-content-wrap .content .subjective-item-container .answer-file-list .voice-exhibition .delete-icon {
  margin-left: 0.08rem;
}
.question-content-wrap .content .subjective-item-container .upload-box {
  padding: 0.1rem 0;
  display: flex;
}
.question-content-wrap .content .subjective-item-container .upload-box .upload-icon {
  width: 0.18rem;
  height: 0.18rem;
}
.question-content-wrap .content .subjective-item-container .upload-box .image-upload {
  margin-right: 0.24rem;
}
.question-content-wrap .submit-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
}
.question-content-wrap .submit-btn .btn-box {
  width: 2.24rem;
  margin: 0 auto;
  position: relative;
}
.question-content-wrap .submit-btn .btn-box .btn-bg {
  width: 2.24rem;
  height: 0.54rem;
}
.question-content-wrap .submit-btn .btn-box .btn-txt {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  padding-left: 0;
  line-height: 0.54rem;
  font-size: 0.14rem;
}
.answer-sheet .answer-sheet-content {
  padding: 0.16rem 0 1rem 0;
}
.answer-sheet .answer-sheet-btn {
  width: 100%;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  background: #3981ff;
  color: #fff;
  border-radius: 0.22rem;
}
.record-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.record-modal .am-modal-content {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.record-modal .am-modal-content .am-modal-close {
  margin-top: 0.14rem;
}
.record-modal .am-modal-content .audio-time {
  padding-top: 0.38rem;
  margin-bottom: 0.42rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.record-modal .am-modal-content img {
  width: 0.54rem;
  height: 0.54rem;
  margin-bottom: 0.08rem;
}
.record-modal .am-modal-content .bottom-box {
  color: #333333;
  font-size: 0.12rem;
  line-height: 0.18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.record-modal .am-modal-content .bottom-box > div {
  margin-right: 1.44rem;
}
.record-modal .am-modal-content .last-step-box {
  flex-direction: row;
  justify-content: center;
}
.record-modal .am-modal-content .last-step-box .no-margin {
  margin-right: 0;
}
.error-modal-wrap,
.received-modal-wrap {
  width: 2.8rem;
}
.error-modal-wrap .am-modal-content,
.received-modal-wrap .am-modal-content {
  padding-top: 20px;
}
.error-modal-wrap .am-modal-body,
.received-modal-wrap .am-modal-body {
  padding: 0 20px 20px;
}
.error-modal-wrap .content-box,
.received-modal-wrap .content-box {
  background: #fff;
  border-radius: 0.2rem;
  padding: 20px;
  text-align: center;
}
.error-modal-wrap .content-box *,
.received-modal-wrap .content-box * {
  margin: 0;
  padding: 0;
}
.error-modal-wrap .content-box img,
.received-modal-wrap .content-box img {
  width: 1.64rem;
  margin: 0 auto;
}
.error-modal-wrap .content-box .tit,
.received-modal-wrap .content-box .tit {
  margin: 0.16rem 0 0.08rem;
  font-size: 0.17rem;
  color: #333;
  font-weight: 500;
  line-height: 0.24rem;
}
.error-modal-wrap .content-box .tet,
.received-modal-wrap .content-box .tet {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.error-modal-wrap .content-box button,
.received-modal-wrap .content-box button {
  width: 2rem;
  height: 0.42rem;
  background: #397CFF;
  color: #fff;
  border-radius: 0.21rem;
  border: 0;
  outline: 0;
  margin-top: 0.2rem;
}
.error-modal-wrap .close-icon,
.received-modal-wrap .close-icon {
  margin: 0.3rem auto 0;
  width: 0.3rem;
}
.error-modal-wrap .receiveJumpBtn,
.received-modal-wrap .receiveJumpBtn {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: #999;
  font-weight: 400;
  text-decoration: underline;
  line-height: 0.18rem;
}
.receive-red-envelope-modal {
  width: 2.85rem !important;
}
.receive-red-envelope-modal .am-modal-content {
  padding-top: 0 !important;
  background: none !important;
}
.receive-red-envelope-modal .am-modal-body {
  padding: 0 !important;
}
.receive-red-envelope-modal .receive_tips {
  width: 2.5rem;
  margin: 0 auto 0.14rem;
}
.receive-red-envelope-modal .receive-red-envelope-box {
  background-size: 2.85rem 2.97rem;
  color: #FE334D;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 500;
  height: 2.97rem;
  text-align: center;
}
.receive-red-envelope-modal .receive-red-envelope-box * {
  margin: 0;
  padding: 0;
}
.receive-red-envelope-modal .receive-red-envelope-box .tit {
  padding: 0.24rem 0.1rem 0.06rem;
}
.receive-red-envelope-modal .receive-red-envelope-box .amount {
  font-weight: bold;
  font-size: 0.52rem;
  line-height: 0.61rem;
}
.receive-red-envelope-modal .receive-red-envelope-box .amount_points {
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.receive-red-envelope-modal .receive-red-envelope-box button {
  width: 1.86rem;
  height: 0.38rem;
  background: linear-gradient(270deg, #FDD09C 0%, #FFE2C0 100%);
  box-shadow: 0px 6px 18px 5px rgba(190, 18, 41, 0.3);
  border-radius: 0.18rem;
  border: 0;
  outline: 0;
  color: #FE324D;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0.98rem auto 0.1rem;
}
.receive-red-envelope-modal .receive-red-envelope-box .receive_finger {
  position: absolute;
  right: 0.1rem;
  bottom: 0.5rem;
  width: 0.65rem;
}
.receive-red-envelope-modal .receive-red-envelope-box .link {
  color: #FCCC9D;
  line-height: 0.2rem;
  font-size: 0.12rem;
  font-weight: none;
}
.receive-red-envelope-modal .receiveJumpBtn {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  line-height: 0.18rem;
}
.receive-red-envelope-modal .close {
  width: 0.3rem;
  margin: 0.1rem auto 0;
}
.drainage-config-modal {
  width: 2.85rem;
}
.drainage-config-modal .am-modal-content {
  padding: 0.24rem 0.32rem !important;
  border-radius: 0.1rem !important;
  background-image: url('/hd/images/drainageModalBg.png');
  background-position: center;
  background-size: cover;
}
.drainage-config-modal .am-modal-content .am-modal-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: unset;
}
.drainage-config-modal .description {
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  line-height: 0.2rem;
  margin-bottom: 0.14rem;
}
.drainage-config-modal .qr-code {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.08rem;
  margin-bottom: 0.16rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
.drainage-config-modal .qr-code img {
  width: 100%;
  height: 100%;
}
.drainage-config-modal .qr-code-btn {
  width: 100%;
  background: linear-gradient(90deg, #FF6D00 0%, #FF3900 100%);
  border-radius: 0.22rem;
  color: #fff;
  padding: 0.06rem;
}
.drainage-config-modal .close-btn {
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  color: #666;
}
.cash-out-status-modal {
  width: 3.2rem !important;
}
.cash-out-status-modal .am-modal-content,
.cash-out-status-modal .am-modal-body {
  padding: 0 !important;
  background: none !important;
}
.cash-out-status-modal .cash-out-status-box {
  background: url("/hd/images/cashOutStatusBg.png") no-repeat center top;
  background-size: 100% 100%;
  width: 3.2rem;
  line-height: 0.2rem;
  padding: 0.24rem;
}
.cash-out-status-modal .cash-out-status-box .title {
  padding: 0 0 0.12rem;
  line-height: 0.28rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
}
.cash-out-status-modal .cash-out-status-box .btn {
  margin-top: 0.24rem;
  width: 100%;
  height: 0.46rem;
  border: 0;
  color: #fff;
  outline: none;
  font-size: 0.16rem;
  background: #F3482A;
  border-radius: 0.06rem;
  font-weight: bold;
}
.cash-out-status-modal .tips {
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #fff;
  margin: 0.12rem 0 0.2rem;
}
.cash-out-status-modal .close {
  width: 0.3rem;
  margin: 0 auto;
}
.am-modal-mask {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.order {
  height: 100vh;
  background: #f8f9fb;
  padding-top: 0.01rem;
}
.order img {
  width: 100%;
  height: 100%;
}
.order .order-list {
  padding-top: 0.06rem;
}
.order .order-list .order-item {
  background-color: #fff;
  margin: 0.1rem 0.16rem;
  border-radius: 0.06rem;
}
.order .order-list .order-item .order-item-top {
  padding: 0.1rem 0;
  margin: 0 0.16rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #f3f4f6;
}
.order .order-list .order-item .order-item-top .order-id {
  color: #9ca0a3;
  font-size: 0.14rem;
}
.order .order-list .order-item .order-item-content {
  display: flex;
  padding: 0.16rem;
  position: relative;
}
.order .order-list .order-item .order-item-content .order-img {
  width: 1.44rem;
  height: 0.81rem;
  border-radius: 3px;
  overflow: hidden;
}
.order .order-list .order-item .order-item-content .order-title {
  font-size: 0.16rem;
  font-weight: 600;
  color: #141414;
  max-width: 1.8rem;
  max-height: 0.46rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.order .order-list .order-item .order-item-content .order-info {
  padding-left: 0.12rem;
}
.order .order-list .order-item .order-item-content .order-price-box {
  position: absolute;
  right: 0.16rem;
  bottom: 0.12rem;
  font-size: 0.12rem;
}
.order .order-list .order-item .order-item-content .order-price-box .order-price {
  font-size: 0.18rem;
}
.order .order-list .order-item .order-item-bottom {
  padding: 0.16rem;
}
.order .order-list .order-item .order-item-bottom .btn-box {
  display: flex;
  justify-content: flex-end;
}
.order .order-list .order-item .order-item-bottom .btn-box .cancel-btn,
.order .order-list .order-item .order-item-bottom .btn-box .go-pay-btn {
  border-radius: 0.17rem;
  font-size: 0.14rem;
}
.order .order-list .order-item .order-item-bottom .btn-box .cancel-btn {
  padding: 0.06rem 0.17rem;
  border: 1px solid #e9e9e9;
}
.order .order-list .order-item .order-item-bottom .btn-box .go-pay-btn {
  padding: 0.06rem 0.24rem;
  background: #3981ff;
  color: #fff;
  margin-left: 0.16rem;
}
.order .order-list .order-item .order-status span {
  font-size: 0.14rem;
}
.order .order-list .order-item .unpay-color {
  color: #FE5C2B;
}
.order .order-list .order-item .pay-color {
  color: #141414;
}
.order .no-data {
  text-align: center;
  margin-top: 30%;
  color: #ccc;
}

.preview-home-page {
  padding-bottom: 0.5rem;
  background: #fff;
}
.preview-home-page .item-box {
  margin-bottom: 0.1rem;
}
.preview-home-page .commodity-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.preview-home-page .commodity-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-home-page .commodity-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
}
.preview-home-page .commodity-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.preview-home-page .coupon-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.preview-home-page .coupon-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-home-page .coupon-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
}
.preview-home-page .coupon-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.preview-home-page .coupon-container .list-content {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.12rem 0;
}
.preview-home-page .coupon-container .list-content .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.preview-home-page .coupon-container .list-content .item-coupon .coupon-bg {
  position: absolute;
}
.preview-home-page .coupon-container .list-content .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.preview-home-page .coupon-container .list-content .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.preview-home-page .coupon-container .list-content .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}

.user-center {
  height: calc(100vh - 0.5rem);
  overflow: auto;
  background: #fff;
}
.user-center .user-info {
  height: 1.08rem;
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
}
.user-center .user-info .user-avatar {
  height: 0.6rem;
  width: 0.6rem;
}
.user-center .user-info .user-avatar img {
  border-radius: 50%;
}
.user-center .user-info .user-name {
  padding-left: 0.13rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 500;
}
.user-center .order-center {
  padding-bottom: 0.16rem;
  border-top: 0.05rem solid #f8f9fb;
}
.user-center .order-title {
  padding: 0.14rem;
  font-weight: 500;
}
.user-center .order-center-select {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  text-align: center;
  color: #333333;
}
.user-center .order-center-select .title {
  font-size: 0.12rem;
}
.user-center .order-center-select .unpay,
.user-center .order-center-select .pay,
.user-center .order-center-select .all-order {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 auto 0.08rem auto;
  text-align: center;
}
.user-center .nav-list {
  border-top: 1px solid #f3f4f6;
}
.user-center .nav-list .nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  color: #333333;
  margin-left: 0.21rem;
  padding-right: 0.16rem;
  border-bottom: 1px solid #f3f4f6;
}
.user-center .swiper-list {
  margin-top: 0.08rem;
}
.user-center .swiper-list .common-carousel .container {
  height: 0.9rem;
}
.user-center .swiper-list .common-carousel .container img {
  height: 0.9rem;
}
.user-center .custom-list {
  margin-top: 0.08rem;
}
.user-center .custom-list .custom-content .custom-title {
  display: flex;
  align-items: center;
  height: 0.52rem;
  padding-left: 0.16rem;
  background: #fff;
}
.user-center .custom-list .custom-content .custom-title img {
  width: 0.9rem;
  height: 0.3rem;
}
.user-center .float-window {
  position: absolute;
  left: 0;
  bottom: 0.82rem;
  z-index: 99;
}
.user-center .float-window .float-window-content .unfold {
  display: flex;
}
.user-center .float-window .float-window-content .unfold .left-icon {
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.user-center .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.user-center .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.user-center .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.user-center .float-window .float-window-content .collapse {
  cursor: pointer;
}
.user-center .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 0;
}

.preview-home-page {
  padding-bottom: 0.5rem;
  background: #fff;
}
.preview-home-page .item-box {
  margin-bottom: 0.1rem;
}
.preview-home-page .commodity-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.preview-home-page .commodity-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-home-page .commodity-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
}
.preview-home-page .commodity-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.preview-home-page .coupon-container {
  padding: 0.08rem 0.16rem;
  background: #fff;
}
.preview-home-page .coupon-container .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-home-page .coupon-container .top-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
}
.preview-home-page .coupon-container .top-content .more {
  color: #646466;
  font-size: 0.12rem;
}
.preview-home-page .coupon-container .list-content {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.12rem 0;
}
.preview-home-page .coupon-container .list-content .item-coupon {
  display: inline-block;
  width: 1.3rem;
  height: 0.8rem;
  margin-right: 0.12rem;
  position: relative;
}
.preview-home-page .coupon-container .list-content .item-coupon .coupon-bg {
  position: absolute;
}
.preview-home-page .coupon-container .list-content .item-coupon .coupon-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.43rem;
  height: 0.4rem;
}
.preview-home-page .coupon-container .list-content .item-coupon .value {
  margin-top: 0.14rem;
  position: relative;
  font-weight: 500;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.preview-home-page .coupon-container .list-content .item-coupon .tip {
  margin-top: 0.06rem;
  position: relative;
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}

.privacy-policy-page {
  padding: 0.2rem 0.16rem;
  background: #FFFFFF;
}
.privacy-policy-page .title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.16rem;
}
.privacy-policy-page .content-item .title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  margin-bottom: 0.08rem;
  text-align: left;
}
.privacy-policy-page .content-item .content {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  text-align: left;
  word-break: break-all;
}
.privacy-policy-page .page-end {
  text-align: right;
}


.smallCourse-detail-page {
  width: 100%;
}
.smallCourse-detail-page .image {
  height: 2.1rem;
  width: 100%;
}
.smallCourse-detail-page .image img {
  height: 2.1rem;
}
.smallCourse-detail-page .title-content {
  padding: 0.16rem;
}
.smallCourse-detail-page .title-content .title {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.smallCourse-detail-page .title-content .time-or-subtitle {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.smallCourse-detail-page .title-content .price {
  font-size: 0.22rem;
  color: #FE5C2B;
}
.smallCourse-detail-page .title-content .price .unit {
  font-size: 0.16rem;
}
.smallCourse-detail-page .title-content .price .old-price {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}
.smallCourse-detail-page .line {
  height: 0.05rem;
  width: 100%;
  background: #f8f9fb;
}
.smallCourse-detail-page .detail-content .detail-title {
  padding: 0 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: 500;
}
.smallCourse-detail-page .detail-content .detail-value {
  padding: 0 0.16rem 0.6rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
}
.smallCourse-detail-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.smallCourse-detail-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #397cff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}

.recommend-training-page {
  padding: 0.16rem 0.16rem 0 0.16rem;
}
.recommend-training-page .training-end-tip {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: rgba(254, 92, 43, 0.1);
  border-radius: 0.33rem;
  color: #FE5C2B;
  font-size: 0.14rem;
}
.recommend-training-page .top-content {
  margin-top: 0.16rem;
  border-radius: 0.04rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.recommend-training-page .top-content .training.CLASSING {
  display: inline-block;
  text-align: center;
  width: 0.48rem;
  height: 0.2rem;
  border-radius: 0.02rem;
  background: #3ac968;
  color: #fff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
}
.recommend-training-page .top-content .training.UNCLASS {
  display: inline-block;
  text-align: center;
  width: 0.48rem;
  height: 0.2rem;
  border-radius: 0.02rem;
  background: #397cff;
  color: #fff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
}
.recommend-training-page .top-content img {
  height: 1.93rem;
  width: 100%;
}
.recommend-training-page .top-content .message-box {
  width: 100%;
  padding: 0.12rem;
}
.recommend-training-page .top-content .message-box .title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-training-page .top-content .message-box .price-and-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend-training-page .top-content .message-box .price-and-btn .price {
  font-size: 0.18rem;
  color: #FE5C2B;
  margin-top: 0.08rem;
}
.recommend-training-page .top-content .message-box .price-and-btn .price .unit {
  font-size: 0.12rem;
}
.recommend-training-page .top-content .message-box .price-and-btn .price .old-price {
  font-size: 0.12rem;
  color: #9ca0a3;
  margin-left: 0.06rem;
  text-decoration: line-through;
}
.recommend-training-page .top-content .message-box .price-and-btn .btn {
  width: 0.8rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  background: #E5E5E5;
  color: #fff;
  font-size: 0.12rem;
  border-radius: 0.22rem;
}
.recommend-training-page .top-content .message-box .price-and-btn .btn-primary {
  background: #397cff !important;
}
.recommend-training-page .recommend-list .recommend-title {
  margin-top: 0.24rem;
  margin-bottom: 0.05rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 0.08rem;
  color: #333;
  border-left: 0.04rem solid #397cff;
}
.recommend-training-page .recommend-list .camp-item-container {
  padding: 0.12rem 0;
  border-bottom: 0.01rem solid #F3F4F6;
  display: flex;
}
.recommend-training-page .recommend-list .camp-item-container .left-content {
  width: 1.44rem;
}
.recommend-training-page .recommend-list .camp-item-container .left-content img {
  width: 1.44rem;
  height: 0.81rem;
}
.recommend-training-page .recommend-list .camp-item-container .right-content {
  flex: 1;
  margin-left: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 1.56rem);
}
.recommend-training-page .recommend-list .camp-item-container .right-content .commondity-name {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend-training-page .recommend-list .camp-item-container .right-content .desc {
  text-align: left;
  color: #8B98AB;
  font-size: 0.12rem;
  font-weight: normal;
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommend-training-page .recommend-list .camp-item-container .right-content .price-box .price {
  margin-right: 0.08rem;
  font-size: 0.18rem;
  color: #FE5C2B;
}
.recommend-training-page .recommend-list .camp-item-container .right-content .price-box .price .unit {
  font-size: 0.12rem;
}
.recommend-training-page .recommend-list .camp-item-container .right-content .price-box .old-price {
  font-size: 0.12rem;
  color: #9CA0A3;
  text-decoration: line-through;
}

.intercept-page-wrap {
  text-align: center;
  padding-top: 0.8rem;
}
.intercept-page-wrap img {
  width: 1.8rem;
  margin: 0 auto 0.12rem;
}
.intercept-page-wrap p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.22rem;
  padding: 0 0.2rem;
}
.intercept-page-wrap .tips {
  color: #999999;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.18rem;
  padding: 0;
}
.intercept-page-wrap .scrm-userCode-content {
  margin-top: 0.3rem;
  color: #999999;
  font-size: 0.14rem;
  word-break: break-all;
}
.intercept-page-wrap .userInfo {
  background: #F8F8F8;
  padding: 0.12rem;
  line-height: 0.2rem;
  color: #666666;
  border-radius: 0.1rem;
  margin: 0.12rem;
  text-align: left;
}
.intercept-page-wrap .userInfo .userInfo-head {
  display: flex;
  margin-bottom: 0.12rem;
}
.intercept-page-wrap .userInfo .userInfo-head img {
  width: 0.4rem;
  border-radius: 0.4rem;
  margin: 0 0.08rem 0 0;
}
.intercept-page-wrap .userInfo .userInfo-head .userInfo-name {
  line-height: 0.2rem;
  font-size: 0.14;
  color: #333;
  font-weight: bold;
}
.intercept-page-wrap .userInfo .userInfo-head .userInfo-id {
  line-height: 0.18rem;
  color: #999;
  font-size: 0.12rem;
}
.intercept-page-wrap .userInfo .userInfo-content {
  margin-bottom: 0.12rem;
  word-break: break-all;
}

.registerUrlResult-page-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 0;
  background-color: #fff;
  position: relative;
}
.registerUrlResult-page-wrap .type-icon {
  width: 1.4rem;
  margin-bottom: 0.15rem;
}
.registerUrlResult-page-wrap .tips {
  width: 80vw;
  color: #333333;
  font-size: 0.16rem;
  text-align: center;
}
.registerUrlResult-page-wrap .follower-warp {
  font-size: 0.14rem;
  color: #999999;
}
.registerUrlResult-page-wrap .follower-warp .follower-name {
  color: #397CFF;
}
.registerUrlResult-page-wrap .code-warp {
  width: 80vw;
  height: 80vw;
  background-color: #F8F9FB;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.28rem;
}
.registerUrlResult-page-wrap .code-warp .code-img {
  width: 45vw;
  height: 45vw;
}
.registerUrlResult-page-wrap .code-warp .tips-small {
  color: #666666;
  font-size: 0.16rem;
  margin-top: 0.15rem;
}
.registerUrlResult-page-wrap .add-status-btn {
  width: 80vw;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  border-radius: 0.22rem;
  background: #397CFF;
  margin-top: 0.28rem;
}
.registerUrlResult-page-wrap .scene-code-content {
  font-size: 12px;
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  color: #999999;
}
.registerUrlResult-page-wrap .scene-code-content-share {
  font-size: 12px;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  color: #999999;
}
.registerUrlResult-page-wrap .scene-code-content-belong {
  font-size: 12px;
  position: absolute;
  bottom: 0.8rem;
  width: 100%;
  text-align: center;
  color: #999999;
}
.registerUrlResult-page-wrap .scene-code-content-href {
  font-size: 12px;
  position: absolute;
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
  color: #999999;
}
.registerUrlResult-page-wrap .scrm-userCode-content {
  font-size: 12px;
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.registerUrlResult-page-wrap .registered-content {
  font-size: 12px;
  margin-top: 0.3rem;
  color: #999999;
  font-size: 0.14rem;
}
.registerUrlResult-page-wrap .registered-content span {
  color: #397CFF;
}
.red-question-tip-modal-wrap {
  z-index: 1000000000 !important;
}

.pay-confirm-page {
  background: #f8f9fb;
  padding-top: 0.16rem;
  height: 100vh;
}
.pay-confirm-page .detail-message {
  background: #fff;
  margin: 0 0.16rem;
  padding: 0.12rem 0.14rem;
  border-radius: 0.05rem;
}
.pay-confirm-page .detail-message .title {
  color: #333;
  font-size: 0.16rem;
  word-break: break-all;
  font-weight: 500;
}
.pay-confirm-page .detail-message .number {
  font-size: 0.14rem;
  color: #9ca0a3;
}
.pay-confirm-page .course-detail-box {
  background: #ffffff;
  margin-top: 0.12rem;
}
.pay-confirm-page .course-detail-box .line {
  width: 100%;
  height: 0.01rem;
  background: #F3F4F6;
}
.pay-confirm-page .course-detail-box .detail {
  padding: 0.14rem 0;
  display: flex;
}
.pay-confirm-page .course-detail-box .detail .img-box {
  width: 1.2rem;
  height: 0.68rem;
  margin-right: 0.12rem;
}
.pay-confirm-page .course-detail-box .detail .img-box > img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
}
.pay-confirm-page .course-detail-box .detail .right-info {
  flex: 1;
  overflow: hidden;
}
.pay-confirm-page .course-detail-box .detail .right-info .title {
  height: 0.4rem;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pay-confirm-page .course-detail-box .detail .right-info .price {
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.18rem;
  text-align: right;
}
.pay-confirm-page .pay-message {
  background: #fff;
  margin: 0.12rem 0.16rem;
  padding: 0.12rem;
  padding-bottom: 0;
  border-radius: 0.05rem;
}
.pay-confirm-page .pay-message .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #f3f4f6;
}
.pay-confirm-page .pay-message .title .text {
  font-size: 0.16rem;
  color: #333;
}
.pay-confirm-page .pay-message .title .price {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
}
.pay-confirm-page .pay-message .mode .mode-item {
  padding: 0.12rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pay-confirm-page .pay-message .mode .mode-item .mode-name {
  display: flex;
  align-items: center;
}
.pay-confirm-page .pay-message .mode .mode-item .mode-name .name {
  color: #333;
  font-size: 0.14rem;
  margin-left: 0.08rem;
}
.pay-confirm-page .pay-message .mode .mode-item .mode-name img {
  width: 0.24rem;
  height: 0.24rem;
}
.pay-confirm-page .pay-message .mode .mode-item .check-btn {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #dcdee2;
  border-radius: 50%;
}
.pay-confirm-page .pay-message .mode .mode-item .active {
  background-color: #397cff;
  border: none;
}
.pay-confirm-page .pay-message .mode .mode-item .active:after {
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0.17rem;
  right: 0.06rem;
  z-index: 9;
  width: 0.05rem;
  height: 0.1rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pay-confirm-page .pay-message .mode .fee-list-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item {
  background: #F8F8F8;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  margin-right: 0.08rem;
  padding: 0.06rem;
  min-width: 1.14rem;
  white-space: nowrap;
  border: 1px solid #F8F8F8;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item .top-box {
  font-size: 0.12rem;
  color: #323334;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item .bottom-box {
  font-size: 0.1rem;
  color: #999999;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item-active {
  border-color: #397CFF;
  color: #397CFF;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item-active .top-box {
  color: #397CFF;
}
.pay-confirm-page .pay-message .mode .fee-list-container .fee-list-item-active .bottom-box {
  color: #397CFF;
}
.pay-confirm-page .bottom-btn {
  border-top: 0.01rem solid #ededef;
  background: #fff;
  height: 0.6rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.pay-confirm-page .bottom-btn .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #397cff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
}
.go-browser-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("/hd/images/go-browser-bg.png") no-repeat center top;
  background-size: 90% auto;
  z-index: 100;
}

.answer-result-box {
  height: 100vh;
  background-color: #f8f9fb;
}
.answer-result-box .answer-result {
  background: url('/hd/images/answer-sheet-top-bg.png') no-repeat top;
  background-size: 100%;
  padding: 0.18rem;
}
.answer-result-box .answer-result .answer-content {
  padding: 0 0.2rem 0 0.2rem;
  margin-top: 0.78rem;
  background-color: #fff;
}
.answer-result-box .answer-result .answer-content .content-top {
  display: flex;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-title {
  flex: 2;
  color: #333333;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret {
  width: 0.94rem;
  height: 0.94rem;
  text-align: center;
  position: relative;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-line {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-l {
  top: 0px;
  left: 0px;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-r {
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0px;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-c {
  width: 200%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-rm {
  border-top: 4px solid #e5e5e5;
  border-left: 4px solid #e5e5e5;
  border-bottom: 4px solid #4cc75f;
  border-right: 4px solid #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .chart .loop-pie-lm {
  border-top: 4px solid #e5e5e5;
  border-left: 4px solid #e5e5e5;
  border-bottom: 4px solid #4cc75f;
  border-right: 4px solid #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .submit-success-box {
  color: #4CC75F;
  font-size: 0.14rem;
  line-height: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .submit-success-box .submit-success-icon {
  width: 0.37rem;
  height: 0.37rem;
  margin-bottom: 0.08rem;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box {
  margin-top: 0.18rem;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .scoret {
  font-size: 0.22rem;
  color: #4cc75f;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .scoret span {
  font-size: 0.13rem;
  color: #858a90;
}
.answer-result-box .answer-result .answer-content .content-top .content-top-scoret .scoret-box .total-scoret {
  font-size: 0.12rem;
  color: #858a90;
}
.answer-result-box .answer-result .answer-content .content-statistics {
  display: flex;
  align-items: center;
  padding: 0.08rem 0;
}
.answer-result-box .answer-result .answer-content .content-statistics .item {
  flex-grow: 1;
  text-align: center;
}
.answer-result-box .answer-result .answer-content .content-statistics .item .title {
  font-size: 0.12rem;
  color: #4d4d4d;
}
.answer-result-box .answer-result .answer-content .content-statistics .item .value {
  color: #333333;
}
.answer-result-box .answer-result .line {
  height: 0.35rem;
  background: url('/hd/images/answer-sheet-dotted-line.png') no-repeat;
  background-size: 100%;
  background-color: #f8f9fb;
}
.answer-result-box .answer-result .answer-sheet {
  padding: 0 0.2rem 2rem 0.2rem;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.answer-result-box .answer-result .teacher-remark-box {
  padding: 0.12rem;
  background: #F7F8F9;
  background-repeat: no-repeat;
  background-size: 0.3rem;
  background-position-x: 0.12rem;
  position: relative;
  border-radius: 0.08rem;
  font-weight: bold;
}
.answer-result-box .answer-result .teacher-remark-box .small-font {
  color: #333333;
  font-weight: 500;
  word-break: break-all;
}
.answer-result-box .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.08rem 0.24rem;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ededef;
  display: flex;
  justify-content: space-between;
}
.answer-result-box .footer .btn {
  padding: 0.11rem 0;
  width: 48%;
  color: #ffffff;
  border-radius: 0.22rem;
}

.browser-pay-success {
  padding-top: 0.6rem;
  height: 100vh;
  width: 100vw;
}
.browser-pay-success .success-icon {
  width: 0.86rem;
  height: 0.76rem;
  margin: 0 auto 0.18rem;
  background-image: url('/hd/images/paySuccess.png');
  background-position: center;
  background-size: contain;
}
.browser-pay-success p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #36404A;
  font-weight: bold;
}
.browser-pay-success .tips {
  padding-top: 40%;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
  color: #36404A;
}

