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

.am-accordion {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion {
    border-top: none;
  }
  html:not([data-scale]) .am-accordion::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion::before {
    transform: scaleY(0.33);
  }
}
.am-accordion-anim-active {
  transition: all 0.2s ease-out;
}
.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 30px;
  border-bottom: 1PX solid #ddd;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
  transform: rotate(270deg);
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
  font-size: 15px;
  color: #333;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body {
  border-top: 0;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before {
  display: none !important;
}
.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive {
  display: none;
}

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

.menu {
  width: 100%;
  height: 0.5rem;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeff1;
  background-color: #fff;
}
.menu .nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.menu .nav-box .nav-item {
  font-size: 0.12rem;
  color: #646466;
}

.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('/school/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;
}

.add-wechat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding-left: 0.16rem;
  padding-right: 0.1rem;
  border: 0.01rem solid #fcf0ae;
  border-radius: 0.08rem;
  background-image: url('/school/images/add-wechat.png');
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.add-wechat-container .description {
  font-size: 0.12rem;
  color: #706F6C;
  text-indent: 0.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.16rem;
}
.add-wechat-container .add-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #FE7B2B;
}
.wechat-modal .am-modal-content {
  height: 2.8rem;
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  background-color: #FFF9D6;
}
.wechat-modal .am-modal-content .am-modal-close {
  display: none;
}
.wechat-modal .am-modal-content .am-icon-cross {
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  width: 0.24rem;
  height: 0.24rem;
  color: #34302D;
}
.wechat-modal .am-modal-content .am-modal-header {
  padding: 0.34rem 0 0.08rem;
}
.wechat-modal .am-modal-content .am-modal-header .am-modal-title {
  color: #FE7B2B;
  font-size: 0.16rem;
}
.wechat-modal .am-modal-content .am-modal-body .description {
  font-size: 0.14rem;
  color: #706F6C;
  height: 0.2rem;
  line-height: 0.2rem;
}
.wechat-modal .am-modal-content .am-modal-body .qr-code-container .qr-code {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.28rem auto 0.12rem;
  padding: 0.04rem;
  border: 0.01rem solid #FE7B2B;
}
.wechat-modal .am-modal-content .am-modal-body .qr-code-container .qr-code img {
  width: 100%;
  max-height: 100%;
}
.wechat-modal .am-modal-content .am-modal-body .added {
  position: relative;
  font-size: 0.16rem;
  height: 0.22rem;
  line-height: 0.22rem;
  color: #FE7B2B;
  margin-top: 0.51rem;
}
.wechat-modal .am-modal-content .am-modal-body .added::after {
  content: '';
  background-image: url('/school/images/add-success.png');
  background-position: center;
  background-size: contain;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  bottom: -0.76rem;
  left: 50%;
  transform: translateX(-50%);
}
.drainageConfig-modal {
  width: 2.85rem;
}
.drainageConfig-modal .am-modal-content {
  padding: 0.24rem 0.32rem !important;
  border-radius: 0.1rem !important;
  background-image: url('/school/images/drainageModalBg.png');
  background-position: center;
  background-size: cover;
}
.drainageConfig-modal .am-modal-content .am-modal-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: unset;
}
.drainageConfig-modal .description {
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  line-height: 0.2rem;
  margin-bottom: 0.14rem;
}
.drainageConfig-modal .qr-code {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.08rem;
  margin-bottom: 0.16rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
.drainageConfig-modal .qr-code img {
  width: 100%;
  height: 100%;
}
.drainageConfig-modal .qr-code-btn {
  width: 100%;
  background: linear-gradient(90deg, #FF6D00 0%, #FF3900 100%);
  border-radius: 0.22rem;
  color: #fff;
  padding: 0.06rem;
}
.drainageConfig-modal .close-btn {
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  color: #666;
}

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

.adm-modal {
  --z-index: var(--adm-modal-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-modal .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-modal-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-modal-body > * {
  flex: none;
}
.adm-modal-body > .adm-modal-content {
  flex: auto;
}
.adm-modal-body:not(.adm-modal-with-image) {
  padding-top: 20px;
}
.adm-modal-image-container {
  margin-bottom: 12px;
  max-height: 40vh;
  overflow-y: scroll;
}
.adm-modal-header {
  margin-bottom: 8px;
  padding: 0 12px;
}
.adm-modal-title {
  margin-bottom: 8px;
  padding: 0 12px;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 25px;
  text-align: center;
}
.adm-modal-content {
  padding: 0 12px 12px;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-modal-footer {
  -webkit-user-select: none;
          user-select: none;
  padding: 8px 12px 12px;
}
.adm-modal-footer-empty {
  padding: 0;
  height: 8px;
}
.adm-modal-footer.adm-space {
  --gap-vertical: 20px;
}
.adm-modal-footer .adm-modal-button {
  font-size: var(--adm-font-size-10);
  line-height: 25px;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary) {
  padding-top: 0;
  padding-bottom: 0;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before {
  display: none;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
  opacity: 0.7;
}

.adm-image {
  --width: var(--adm-image-width, auto);
  --height: var(--adm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.adm-image-img {
  width: 100%;
  height: 100%;
}
.adm-image-tip {
  position: relative;
  background-color: var(--adm-color-fill-content);
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.adm-image-tip > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}

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

.adm-space-item {
  flex: none;
}
.adm-space {
  display: inline-flex;
  --gap: 8px;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}
.adm-space-vertical {
  flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
  margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
  margin-bottom: 0;
}
.adm-space-horizontal {
  flex-direction: row;
}
.adm-space-horizontal > .adm-space-item {
  margin-right: var(--gap-horizontal);
}
.adm-space-horizontal > .adm-space-item:last-child {
  margin-right: 0;
}
.adm-space-horizontal.adm-space-wrap {
  flex-wrap: wrap;
  margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
  padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
  display: flex;
}
.adm-space-align-center {
  align-items: center;
}
.adm-space-align-start {
  align-items: flex-start;
}
.adm-space-align-end {
  align-items: flex-end;
}
.adm-space-align-baseline {
  align-items: baseline;
}
.adm-space-justify-center {
  justify-content: center;
}
.adm-space-justify-start {
  justify-content: flex-start;
}
.adm-space-justify-end {
  justify-content: flex-end;
}
.adm-space-justify-between {
  justify-content: space-between;
}
.adm-space-justify-around {
  justify-content: space-around;
}
.adm-space-justify-evenly {
  justify-content: space-evenly;
}
.adm-space-justify-stretch {
  justify-content: stretch;
}

.adm-button {
  --color: var(--adm-color-text-light-solid);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 4px);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: #000;
  border: var(--border-width) var(--border-style) #000;
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 9px;
  padding-right: 9px;
}
.adm-button.adm-button-small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}

.adm-dot-loading {
  display: inline-block;
}

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

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

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

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

.ad-popup-modal .am-modal-content {
  background-color: transparent;
  padding-top: 0;
  overflow: unset;
}
.ad-popup-modal .am-modal-content .am-modal-body {
  padding: 0 !important;
  overflow: visible;
}
.ad-popup-modal .content {
  position: relative;
  max-width: 3.1rem;
  max-height: 5.52rem;
  margin-top: -0.6rem;
}
.ad-popup-modal .content .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-popup-modal .content p {
  margin: 0;
  padding: 0;
}
.ad-popup-modal .content .tips {
  margin-top: 0.12rem;
  color: #fff;
  font-size: 0.12rem;
}
.ad-popup-modal .content .close {
  position: absolute;
  left: calc(50% - 0.21rem);
  bottom: -0.6rem;
  width: 0.42rem;
  height: 0.42rem;
}

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

.commodity-item-container {
  padding: 0.12rem 0;
  border-bottom: 0.01rem solid #F3F4F6;
  display: flex;
}
.commodity-item-container .left-content img {
  width: 1.44rem;
  height: 0.81rem;
}
.commodity-item-container .right-content {
  flex: 1;
  margin-left: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.commodity-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;
}
.commodity-item-container .right-content .desc {
  text-align: left;
  color: #8B98AB;
  font-size: 0.12rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.commodity-item-container .right-content .price-box .price {
  margin-right: 0.08rem;
  font-size: 0.18rem;
  color: #FE5C2B;
}
.commodity-item-container .right-content .price-box .price .unit {
  font-size: 0.12rem;
}
.commodity-item-container .right-content .price-box .old-price {
  font-size: 0.12rem;
  color: #9CA0A3;
}

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

.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('/school/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("/school/images/go-browser-bg.png") no-repeat center top;
  background-size: 90% auto;
  z-index: 100;
}

.am-carousel {
  position: relative;
}
.am-carousel-wrap {
  font-size: 18px;
  color: #000;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: #ccc;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}

.evaluate-item {
  width: 100%;
  background: #fff;
  padding: 0.12rem;
  font-size: 0.14rem;
  border-radius: 0.08rem;
  text-align: start;
}
.evaluate-item .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evaluate-item .top-content .user-info-box {
  display: flex;
  align-items: center;
}
.evaluate-item .top-content .user-info-box .user-header-img {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  margin-right: 0.08rem;
  object-fit: cover;
}
.evaluate-item .top-content .user-info-box .user-name {
  color: #333333;
  font-size: 0.14rem;
}
.evaluate-item .top-content .date-box {
  color: #ACABAB;
  font-size: 0.12rem;
}
.evaluate-item .middle-content {
  width: 100%;
  color: #333333;
  margin-top: 0.08rem;
  word-break: break-all;
  font-size: 0.14rem;
}
.evaluate-item .middle-content.textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.evaluate-item .bottom-content {
  width: 100%;
}
.evaluate-item .bottom-content .img-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.evaluate-item .bottom-content .img-list .img-item {
  margin-top: 0.08rem;
  margin-right: 0.08rem;
  border-radius: 0.04rem;
  object-fit: cover;
}
.evaluate-item .bottom-content .img-list .img-item.normal-image {
  width: calc((100vw - 0.24rem - 0.08rem) / 2);
  height: calc((100vw - 0.24rem - 0.08rem) / 2);
}
.evaluate-item .bottom-content .img-list .img-item.normal-image:nth-child(2n) {
  margin-right: 0 !important;
}
.evaluate-item .bottom-content .img-list .img-item.small-image {
  width: calc((100vw - 0.24rem - 0.16rem) / 3);
  height: calc((100vw - 0.24rem - 0.16rem) / 3);
}
.evaluate-item .bottom-content .img-list .img-item.small-image:nth-child(3n) {
  margin-right: 0 !important;
}
.evaluate-item .bottom-content .img-list .img-item.mini-image {
  width: calc((100vw - 0.24rem - 0.32rem - 0.4rem) / 4);
  height: calc((100vw - 0.24rem - 0.32rem - 0.4rem) / 4);
}
.evaluate-item .bottom-content .img-list .image-overflow-tip {
  margin-top: 0.08rem;
  width: 0.4rem;
  height: calc((100vw - 0.24rem - 0.32rem - 0.4rem) / 4);
  color: #ACABAB;
  font-size: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.evaluate-item .reply-content {
  width: 100%;
  background: #F6F7F9;
  word-break: break-all;
  padding: 0.08rem 0.12rem;
  position: relative;
  margin-top: 0.14rem;
  border-radius: 0.04rem;
}
.evaluate-item .reply-content .arrow {
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #F6F7F9;
  position: absolute;
  left: 0.12rem;
  top: -0.2rem;
}
.evaluate-item .reply-content .reply-top {
  display: flex;
  justify-content: space-between;
}
.evaluate-item .reply-content .reply-top .reply-tip {
  color: #999999;
  font-size: 0.12rem;
}
.evaluate-item .reply-content .reply-text {
  color: #333333;
  font-size: 0.14rem;
}
.preview-evaluate-img-modal .am-modal-content {
  padding: 0 !important;
  background: transparent !important;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-close {
  top: 75vh;
  right: calc(50vw - 15px);
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body {
  padding: 0 !important;
  position: relative;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .slider-list {
  min-height: 60vh;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .slider-decorator-0 {
  bottom: -10vh !important;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .am-carousel-wrap-dot-active > span {
  background: #fff !important;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .preview-img {
  height: 50vh !important;
  margin-top: 10vh;
  object-fit: contain;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .prev-btn img,
.preview-evaluate-img-modal .am-modal-content .am-modal-body .next-btn img {
  width: 0.3rem;
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .prev-btn {
  position: absolute;
  left: 5vw;
  top: calc(30vh + 0.15rem);
}
.preview-evaluate-img-modal .am-modal-content .am-modal-body .next-btn {
  position: absolute;
  right: 5vw;
  top: calc(30vh + 0.15rem);
}

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

.privacy-policy-tip {
  background: #FFFFFF;
  height: 0.4rem;
  text-align: center;
}
.privacy-policy-tip .privacy-policy-tip-content {
  font-size: 0.12rem;
  color: #666666;
  margin-left: 0.09rem;
}
.privacy-policy-tip .privacy-policy-tip-content .privacy-policy-tip-high-light {
  font-size: 0.12rem;
  color: #397CFF;
}
.privacy-policy-tip .ant-checkbox-inner {
  border-radius: 50%;
}
.privacy-policy-tip-high-light {
  color: #397CFF;
  font-size: 0.16rem;
}

.with-privacyPolicy {
  height: 1rem !important;
  flex-direction: column;
  padding-top: 0.08rem !important;
}
.with-privacyPolicy .btn {
  height: 0.44rem !important;
}

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

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

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

.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-success-page {
  background: #f8f9fb;
  height: 100vh;
}
.pay-success-page .pay-status {
  display: flex;
  justify-content: center;
  padding-top: 0.19rem;
  background: #397CFF;
  height: 1.1rem;
}
.pay-success-page .pay-status .text {
  color: #fff;
  font-size: 0.2rem;
}
.pay-success-page .detail-message {
  background: #fff;
  margin: 0 0.16rem;
  padding: 0.12rem;
  border-radius: 0.05rem;
  position: relative;
  bottom: 0.4rem;
}
.pay-success-page .detail-message .title {
  color: #333;
  font-size: 0.16rem;
  word-break: break-all;
  font-weight: 500;
}
.pay-success-page .detail-message .number {
  font-size: 0.14rem;
  color: #9ca0a3;
  margin-top: 0.05rem;
}
.pay-success-page .pay-message {
  background: #fff;
  margin: 0.12rem 0.16rem;
  padding: 0.12rem;
  border-radius: 0.05rem;
  position: relative;
  bottom: 0.4rem;
}
.pay-success-page .pay-message .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay-success-page .pay-message .title .text {
  font-size: 0.16rem;
  color: #333;
}
.pay-success-page .pay-message .title .price {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
}
.pay-success-page .goDetail-btn {
  width: 3.15rem;
  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;
  margin: 1.37rem auto 0;
}
.pay-success-page .guide-info {
  background: #fff;
  margin: 0.2rem 0.16rem;
  padding: 0.12rem;
  border-radius: 0.05rem;
  position: relative;
  bottom: 0.4rem;
}
.pay-success-page .guide-info .ant-spin-text {
  color: #666;
  margin-top: 10px;
  font-size: 12px;
}
.pay-success-page .guide-info .anticon-loading svg {
  font-size: 24px;
}
.pay-success-page .guide-info .anticon-exclamation-circle svg {
  font-size: 40px;
}
.pay-success-page .guide-info .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pay-success-page .guide-info .content .text {
  margin: 0.2rem 0;
  color: #666;
  font-size: 0.14rem;
}
.pay-success-page .guide-info .content .guide-img {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.25rem;
  background: url('/school/images/qrCodeBg.png');
  background-size: 100% 100%;
}
.pay-success-page .guide-info .content .guide-img img {
  width: 100%;
  height: 100%;
}

.pay-landing-page img {
  width: 100%;
  height: 2.24rem;
}
.pay-landing-page .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-landing-page .btns .btn {
  width: 3.15rem;
  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;
  margin-top: 1.37rem;
}
.pay-landing-page .btns .btn-angin {
  width: 3.15rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #fff;
  color: #397cff;
  border: 0.01rem solid #397cff;
  font-size: 0.16rem;
  font-weight: 500;
  border-radius: 0.22rem;
  margin-top: 0.4rem;
}

.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("/school/images/go-browser-bg.png") no-repeat center top;
  background-size: 90% auto;
  z-index: 100;
}

.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('/school/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('/school/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('/school/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question .content .question-options .error {
  background: url('/school/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;
}

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

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

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

.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('/school/images/playbackSetting.png');
}
.courses-page .top-content .camp-detail-box #J_prismPlayer .prism-fullscreen-btn {
  background-image: url('/school/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('/school/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('/school/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;
}

.mantis-audio {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 2.54rem;
}
.mantis-audio .audio-cover {
  width: 2.5rem;
  height: 1.4rem;
  background-position: center;
  background-size: cover;
  border-radius: 0.04rem;
  margin: 0.3rem auto;
}
.mantis-audio .audio-controls {
  display: flex;
  align-items: center;
  height: 0.24rem;
  width: 100%;
  padding: 0 0.16rem;
  font-size: 0.12rem;
}
.mantis-audio .audio-controls .audio-time {
  width: 0.36rem;
  margin: 0 0.12rem;
  color: #333333;
}
.mantis-audio .audio-controls .audio-time,
.mantis-audio .audio-controls .audio-rate {
  font-size: 0.12rem;
}
.mantis-audio .audio-controls .am-slider-wrapper {
  flex-grow: 1;
}
.mantis-audio .audio-controls .am-slider-wrapper .am-slider {
  top: 50%;
}
.mantis-audio .audio-controls .am-slider-wrapper .am-slider-track {
  background-color: #397CFF;
}
.mantis-audio .audio-controls .am-slider-wrapper .am-slider-handle {
  transform: scale(0.5) translateX(0.02rem);
  background: radial-gradient(#397CFF 55%, white 55%);
  border-radius: 50%;
  border-color: #397CFF;
}
.mantis-audio .audio-controls .am-slider-wrapper + .audio-time {
  margin-right: 0;
}
.mantis-audio .audio-controls .audio-rate {
  width: 0.3rem;
  height: 0.18rem;
  margin-left: 0.16rem;
  border: 0.01rem solid #999999;
  border-radius: 0.04rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.1rem;
  color: #999999;
}
.mantis-audio .audio-rates {
  position: absolute;
  bottom: 0.66rem;
  right: 0.02rem;
  width: 0.6rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.04rem;
  box-shadow: 0 0.02rem 0.1rem 0 rgba(125, 125, 125, 0.1);
  font-size: 0;
  transition-duration: 0.3s;
  background-color: white;
}
.mantis-audio .audio-rates::after {
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  content: '';
  display: block;
  border: 0.05rem solid white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: translateX(-50%);
}
.mantis-audio .audio-rates > div {
  width: 100%;
  height: 0.26rem;
  line-height: 0.26rem;
  display: inline-block;
  font-size: 0.12rem;
  color: #333333;
  text-align: center;
}
.mantis-audio .audio-rates > div:hover {
  background-color: #F8F9FB;
}

.course-video-wrap {
  position: relative;
}
.course-video-wrap .jump-head-box {
  position: absolute;
  left: 0.12rem;
  top: 0.12rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.24rem;
  padding: 0 0.08rem;
  border-radius: 0.22rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 999999999;
}
.course-video-wrap .jump-head-box.full-screen {
  width: max-content;
  transform-origin: left top;
  transform: rotate(90deg);
  position: fixed;
  top: 0.12rem;
  left: 94%;
}
.course-video-wrap .changePlayer {
  position: fixed;
  right: 0;
  bottom: 0.93rem;
  font-size: 0.12rem;
  font-weight: 400;
  padding: 0.07rem 0.1rem;
  border-radius: 0.26rem 0 0 0.26rem;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  color: #666;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 0.18rem;
}
.course-video-wrap .changePlayer img {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.course-video-wrap .selectPlayerModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.course-video-wrap .selectPlayerModal > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0.08rem 0.08rem 0 0;
  background: #fff;
  padding-bottom: 0.24rem;
}
.course-video-wrap .selectPlayerModal > div .tit {
  font-size: 0.16rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  color: #333;
  font-weight: bold;
  position: relative;
}
.course-video-wrap .selectPlayerModal > div .tit img {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  width: 0.12rem;
}
.course-video-wrap .selectPlayerModal > div .playerList {
  height: 1.2rem;
}
.course-video-wrap .selectPlayerModal > div .playerList span {
  display: inline-block;
  margin-top: 0.16rem;
  background: #F6F5F5;
  font-size: 0.14rem;
  color: #333;
  width: 1.08rem;
  text-align: center;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.34rem;
  margin-left: 0.16rem;
  cursor: pointer;
}
.course-video-wrap .selectPlayerModal > div .playerList .act {
  color: #F53F3F;
  background: #FDE8E8;
}

.pauseModal-wrap {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pauseModal-wrap .am-modal-content {
  padding-top: 20px;
}
.pauseModal-wrap .content-box {
  background: #fff;
  border-radius: 0.2rem;
  padding: 20px;
  text-align: center;
}
.pauseModal-wrap .content-box * {
  margin: 0;
  padding: 0;
}
.pauseModal-wrap .content-box img {
  width: 1.64rem;
  margin: 0 auto;
  height: 0.9rem;
}
.pauseModal-wrap .content-box .tit {
  margin: 0.16rem 0 0.08rem;
  font-size: 0.2rem;
  color: #333;
  font-weight: 500;
  line-height: 0.28rem;
}
.pauseModal-wrap .content-box .tet {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.04rem;
}
.pauseModal-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;
}
.pauseModal-wrap .content-box.full-screen {
  transform-origin: left top;
  transform: rotate(90deg);
  position: fixed;
  top: unset;
  left: 3.7rem;
}

.cover-landing-auth {
  width: 100%;
  height: 100vh;
  padding-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
}
.cover-landing-auth .top-container {
  position: relative;
}
.cover-landing-auth .top-container .course-poster {
  width: 100%;
  height: 2.1rem;
}
.cover-landing-auth .top-container .course-info {
  width: 100%;
  padding: 0.16rem;
}
.cover-landing-auth .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;
}
.cover-landing-auth .top-container .course-info .course-detail {
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.2rem;
  word-break: break-all;
}
.cover-landing-auth .top-container .course-info .course-pay-type {
  margin-top: 0.14rem;
}
.cover-landing-auth .top-container .course-info .course-pay-type .free-type {
  color: #FE5C2B;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.cover-landing-auth .top-container .course-info .course-pay-type .pay-type {
  display: flex;
  align-items: center;
}
.cover-landing-auth .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;
}
.cover-landing-auth .top-container .course-info .course-pay-type .pay-type .price .price-unit {
  font-size: 0.16rem;
}
.cover-landing-auth .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;
}
.cover-landing-auth .top-container .line {
  width: 100%;
  height: 0.06rem;
  background: #F8F9FB;
}
.cover-landing-auth .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;
}
.cover-landing-auth .message-value img {
  max-width: 100%;
}
.cover-landing-auth .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;
}
.cover-landing-auth .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;
}
.cover-landing-auth .bottom-content .disabled-btn {
  background: #BEBEBE;
  color: #555555;
}
.xgplayer.xgplayer-rotate-fullscreen {
  width: 100vh !important;
}
@media only screen and (orientation: landscape) {
  .xgplayer-mobile.xgplayer-rotate-fullscreen {
    width: 100vw !important;
    height: 100%;
  }
}
.hide-content.bottom-content {
  border-top: 0 !important;
  bottom: 44% !important;
}
.hide-content.bottom-content.with-privacyPolicy {
  height: 1.1rem !important;
}
.hide-content.bottom-content.with-privacyPolicy .btn {
  background: #EF1032 !important;
  height: 0.64rem !important;
  line-height: 0.58rem !important;
}
.hide-content.bottom-content.with-privacyPolicy .btn span {
  font-size: 20px;
  font-weight: 500;
}
.hide-content .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #EF1032 !important;
  border-color: #EF1032 !important;
}
.hide-content .privacy-policy-tip {
  margin-top: 4px;
}
.hide-content .privacy-policy-tip .privacy-policy-tip-high-light {
  color: #EF1032 !important;
}

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

.course-learning-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.course-learning-page .top-content {
  position: relative;
}
.course-learning-page .top-content .camp-detail-box {
  min-height: 2.1rem !important;
  background: #ffffff;
  position: relative;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-cc {
  display: none !important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-audio {
  display: none !important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-cc-btn {
  display: none !important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-quality {
  display: none !important;
}
.course-learning-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;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-progress-hover {
  width: 90%!important;
  margin-left: 5%!important;
  height: 2px!important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-liveshift-progress .cursor-hover,
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-progress .cursor-hover {
  width: 14px!important;
  height: 14px!important;
  display: block !important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-progress .prism-progress-cursor {
  background: none!important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-volume {
  display: none!important;
}
.course-learning-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;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-big-play-btn .outter {
  width: 0.44rem !important;
  height: 0.44rem !important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-setting-btn {
  background-image: url('/school/images/playbackSetting.png');
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-fullscreen-btn {
  background-image: url('/school/images/unfullscreen.png');
  margin-right: 16px!important;
  margin-top: 15px!important;
  width: 18px;
  height: 18px;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-fullscreen-btn.fullscreen {
  background-image: url('/school/images/fullscreen.png');
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-speed-selector .selector-list {
  margin-bottom: 5px!important;
  margin-top: 0!important;
}
.course-learning-page .top-content .camp-detail-box #J_prismPlayer .prism-speed-selector .selector-list li {
  height: 24px!important;
}
.course-learning-page .top-content .camp-detail-box .text-live-cover {
  height: 2.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-learning-page .top-content .camp-detail-box .text-live-cover > img {
  max-height: 100%;
  max-width: 100%;
}
.course-learning-page .top-content .camp-detail-box .camp-title-content {
  width: 100%;
  padding: 0.15rem 0 0 !important;
}
.course-learning-page .top-content .camp-detail-box .camp-title-content .title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: 500;
  word-break: break-all;
  padding: 0 0.16rem;
}
.course-learning-page .top-content .line {
  width: 100%;
  height: 0.05rem;
  background: #F8F9FB;
  margin-top: 0.15rem;
}
.course-learning-page .bottom-content {
  flex: 1;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}
.course-learning-page .bottom-content .bottom-content {
  height: 100%;
  overflow: hidden;
}
.course-learning-page .bottom-content .bottom-content .tabs-wrap {
  display: flex;
  font-size: 0.16rem;
  padding: 0.06rem 0.15rem;
}
.course-learning-page .bottom-content .bottom-content .tabs-wrap .act {
  color: #333;
  font-weight: bold;
}
.course-learning-page .bottom-content .bottom-content .tabs-wrap .act::before {
  content: ' ';
  width: 0.24rem;
  height: 0.04rem;
  position: absolute;
  border-radius: 0.04rem;
  background: #F53F3F;
  left: 50%;
  margin-left: -0.12rem;
  bottom: -0.06rem;
}
.course-learning-page .bottom-content .bottom-content .tabs-wrap div {
  position: relative;
}
.course-learning-page .bottom-content .tabs-value {
  flex: 1;
  padding: 0.12rem 0.16rem 0.1rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
  background: #f8f9fb;
}
.course-learning-page .bottom-content .tabs-value p {
  word-break: break-all;
}
.course-learning-page .bottom-content .draft-box {
  overflow: auto;
  background: #ffffff;
}
.course-learning-page .share-icon-box {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  z-index: 9;
}
.course-learning-page .share-icon-box > img {
  width: 0.56rem;
  height: 0.56rem;
}
.course-learning-page #TCPlayerPlayBox,
.course-learning-page #mse,
.course-learning-page .course-video-wrap {
  width: 100%;
  height: 2.1rem;
  height: calc(9/16 * 100vw);
}
.course-learning-page .video-js *,
.course-learning-page #mse * {
  font-size: 0.1rem;
}
.course-learning-page .float-window {
  position: absolute;
  left: 0;
  bottom: 1.42rem;
  z-index: 99;
}
.course-learning-page .float-window .float-window-content .unfold {
  display: flex;
}
.course-learning-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;
}
.course-learning-page .float-window .float-window-content .unfold .left-icon .anticon-double-left {
  color: white;
  vertical-align: unset;
}
.course-learning-page .float-window .float-window-content .unfold .left-icon .anticon-double-left svg {
  font-size: 0.1rem;
}
.course-learning-page .float-window .float-window-content .unfold img {
  width: 0.72rem;
  height: 0.72rem;
}
.course-learning-page .float-window .float-window-content .collapse {
  cursor: pointer;
}
.course-learning-page .float-window .float-window-content .collapse img {
  width: 0.2rem;
  height: 0.72rem;
  border-radius: 0 0.03rem 0.03rem 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;
}

.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('/school/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question-content-wrap .content .question-options .error {
  background: url('/school/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 {
  position: absolute;
  top: 0;
  text-align: center;
  padding-left: 0.8rem;
  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('/school/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("/school/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;
}

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

.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('/school/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;
}

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


.menu {
  width: 100%;
  height: 0.5rem;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeff1;
  background-color: #fff;
}
.menu .nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.menu .nav-box .nav-item {
  font-size: 0.12rem;
  color: #646466;
}

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

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

.cofirm-content {
  max-height: 50vh;
  color: #333333;
  margin-top: 0.1rem;
}
.am-modal-wrap-popup .cofirm-content {
  height: 50vh;
}
.cofirm-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.cofirm-footer .close-btn,
.cofirm-footer .ok-btn {
  padding: 0.05rem 0.41rem;
}
.cofirm-footer .close-btn {
  border: 1px solid #cbcbcb;
  border-radius: 0.21rem;
  color: #4d4d4d;
}
.cofirm-footer .ok-btn {
  background: #3981ff;
  border-radius: 0.2rem;
  color: #fff;
}

.am-list-item .am-input-extra {
  min-height: 0.3rem;
}
.am-list-item .am-input-label.am-input-label-5 {
  width: 0.5rem;
  font-size: 0.14rem;
}
.get-code span {
  font-size: 0.12rem;
}
.modal-btn {
  padding: 0.11rem 0;
  margin: 0.2rem 0.16rem 0 0.16rem;
  text-align: center;
  border-radius: 0.22rem;
}
.am-list-item {
  border: 0.01rem solid #ebebeb;
  border-radius: 0.05rem;
  margin-top: 0.1rem;
}
.modal-list {
  padding-top: 0.1rem;
}
.am-button-ghost::before {
  border: none !important;
}
.am-list-body::after {
  height: 0 !important;
}
.am-button-small {
  padding: 0;
}

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

.commodity-item-container {
  padding: 0.12rem 0;
  border-bottom: 0.01rem solid #F3F4F6;
  display: flex;
}
.commodity-item-container .left-content img {
  width: 1.44rem;
  height: 0.81rem;
}
.commodity-item-container .right-content {
  flex: 1;
  margin-left: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.commodity-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;
}
.commodity-item-container .right-content .desc {
  text-align: left;
  color: #8B98AB;
  font-size: 0.12rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.commodity-item-container .right-content .price-box .price {
  margin-right: 0.08rem;
  font-size: 0.18rem;
  color: #FE5C2B;
}
.commodity-item-container .right-content .price-box .price .unit {
  font-size: 0.12rem;
}
.commodity-item-container .right-content .price-box .old-price {
  font-size: 0.12rem;
  color: #9CA0A3;
}

.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('/school/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('/school/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('/school/images/correct.png') no-repeat center right;
  background-color: rgba(76, 199, 95, 0.1);
}
.question .content .question-options .error {
  background: url('/school/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('/school/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;
}

.common-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.common-carousel .container {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease;
  position: relative;
  height: 1.7rem;
}
.common-carousel .spot-box {
  position: absolute;
  bottom: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-carousel .spot-box .item-spot {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 3px;
  background: #FFFFFF;
  margin: 0 0.03rem;
}
.common-carousel .spot-box .item-spot.active {
  width: 12px;
}
.common-carousel .items {
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  top: 0;
}
.common-carousel .items img {
  width: 100%;
  height: 1.7rem;
}

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

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

