.work-document-container {
  background-color: #fff;
  padding: 1em 2em;
}
.work-document-container h3 {
  color: #1890ff;
  margin-bottom: 1em;
}
.work-document-container .ant-col-6 {
  flex: 0 0 25% !important;
}
.work-document-container .ant-col-18 {
  flex: 0 0 75% !important;
}
.work-document-container a {
  color: #888;
}
.upload-plus {
  width: 80px;
  height: 80px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}
.upload-plus:hover {
  border-color: #1890ff;
  color: #1890ff;
}
.custom-modal .ant-modal-content {
  border-radius: 8px;
}
.custom-modal .ant-modal-content .ant-modal-header {
  border-radius: 8px 8px 0 0;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-modal .ant-modal-content .ant-modal-close-x {
  height: 38px;
  line-height: 38px;
}
.custom-modal .ant-modal-content .ant-modal-body {
  padding: 16px;
}
.custom-modal .ant-modal-content input {
  background-color: #f7f8fa;
}
.custom-modal .ant-modal-content textarea {
  background-color: #f7f8fa;
}
.custom-modal .ant-modal-content .work-document-container {
  padding: 0!important;
}
.custom-modal .ant-modal-content .ant-col-offset-6 {
  margin-left: 0%;
}
.custom-modal .ant-modal-content .ant-col-offset-6 .ant-form-item-control-input-content {
  display: flex;
  justify-content: end;
}

.sort-button-popup-btns,
.sort-filter-popup-btns {
  padding-right: 13px;
  border-bottom: 1px solid #EEEEEE;
}
.sort-button-popup-btns button,
.sort-filter-popup-btns button {
  padding: 0;
  background-color: #ffffff;
  border: none;
}
.sort-button-popup-btns .adm-button-primary,
.sort-filter-popup-btns .adm-button-primary {
  color: #5785F5;
}
.sort-button-popup .empty-container,
.sort-filter-popup .empty-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sort-button-tree .adm-tree-select-column:first-of-type,
.sort-filter-tree .adm-tree-select-column:first-of-type {
  width: 30% !important;
  background-color: #F3F7FF;
}
.sort-button-tree .adm-tree-select-column:first-of-type .adm-tree-select-item,
.sort-filter-tree .adm-tree-select-column:first-of-type .adm-tree-select-item {
  color: #4E5969;
}
.sort-button-tree .adm-tree-select-column:first-of-type .adm-tree-select-item-active,
.sort-filter-tree .adm-tree-select-column:first-of-type .adm-tree-select-item-active {
  color: #000000;
  font-weight: 400;
}
.sort-button-tree .adm-tree-select-column:nth-of-type(2),
.sort-filter-tree .adm-tree-select-column:nth-of-type(2) {
  padding: 12px 12px;
  background: #ffffff;
  width: 70% !important;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
  align-content: start;
}
.sort-button-tree .adm-tree-select-column:nth-of-type(2) .adm-tree-select-item,
.sort-filter-tree .adm-tree-select-column:nth-of-type(2) .adm-tree-select-item {
  padding: 0;
  min-height: 20px;
  height: 20px;
  color: #86909C;
}
.sort-button-tree .adm-tree-select-column:nth-of-type(2) .adm-tree-select-item-active,
.sort-filter-tree .adm-tree-select-column:nth-of-type(2) .adm-tree-select-item-active {
  font-weight: 400;
  color: #5785F5;
}

.book-desc {
  position: relative;
  margin-top: -20px;
  padding: 12px 8px;
  background: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px -8px 12px 0px #0000001A;
  height: auto;
  min-height: 91px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
.book-desc::before,
.book-desc::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 10px;
  height: 7px;
  background: url(/h5/imgs/rectangle.svg);
}
.book-desc::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.adm-capsule-tabs-content {
  padding: 0;
}
.adm-capsule-tabs-header {
  padding: 6px 0;
  border-bottom: none;
  width: 90%;
}
.home-filter-container .filter-title {
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #1D2129;
}
.home-filter-container .filter-title i {
  margin-right: 10px;
  color: #769AF9;
}
.home-filter-container .filter-title span {
  margin-left: 12px;
  color: #4E5969;
  font-size: 12px;
}
.home-filter-container .filter-second-title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #4E5969;
  display: flex;
  align-items: center;
}
.home-filter-container .filter-second-title span {
  margin-left: auto;
  font-size: 10px;
}

.src-pages-Home-SubjectBookList-components-styles-module__title--38Rwc {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #1D2129;
  font-size: 16px;
}
.src-pages-Home-SubjectBookList-components-styles-module__title--38Rwc i {
  margin-right: 6px;
  font-size: 20px;
  color: #769AF9;
}
.src-pages-Home-SubjectBookList-components-styles-module__title--38Rwc span {
  cursor: pointer;
  margin-left: auto;
  font-size: 12px;
  color: #86909C;
  display: flex;
  align-items: center;
}
.src-pages-Home-SubjectBookList-components-styles-module__title--38Rwc span i {
  margin-right: 0;
  margin-left: 4px;
  font-size: 12px;
  color: #A9AEB8;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem--1GYb7 {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem--1GYb7 .src-pages-Home-SubjectBookList-components-styles-module__img--1Ft7_ {
  width: 100%;
  overflow: hidden;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem--1GYb7 .src-pages-Home-SubjectBookList-components-styles-module__img--1Ft7_ img {
  width: 100%;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem-desc--3aMIT {
  padding: 4px 8px;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem-desc--title--1oGxV {
  margin-bottom: 4px;
  color: #1D2129;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem-desc--count--1tU9j {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  color: #86909C;
}
.src-pages-Home-SubjectBookList-components-styles-module__bookItem-desc--count--1tU9j i {
  margin-right: 4px;
}

.home-tabs {
  margin-top: 12px;
}
.home-tabs .adm-tabs-content {
  --content-padding: 0px!important;
  --active-line-height: 0px!important;
}
.home-tabs .adm-tabs-tab {
  padding: 4px 0;
  font-size: 18px;
}
.home-tabs .adm-tabs-tab-line {
  height: 4px;
}
.home-tabs .adm-infinite-scroll {
  font-size: 12px;
}
.home-tabs .adm-tabs-tab-list {
  grid-gap: 16px;
  gap: 16px;
}

.home-more {
  padding: 16px;
  background-color: #e9f2ff;
}
.home-more-banner {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}
.home-more-banner span {
  color: #5785F5;
  font-size: 16px;
  font-weight: 500;
}
.home-more-banner img {
  height: 6px;
}
.home-more-banner img:last-child {
  transform: scaleX(-1);
}
.home-more-container--title {
  margin-bottom: 4px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.home-more-container--desc {
  margin-bottom: 24px;
  color: #4E5969;
  font-size: 12px;
}
.home-more-container--list {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.ModalBtn {
  max-width: calc(100vw - 28px);
  margin: 8px auto;
}
.ModalBtn .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ModalBtn .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #f7f8fa !important;
}
.ModalBtn .ant-modal-content {
  border-radius: 8px !important;
}
.ModalBtn .ant-modal-header {
  border-radius: 8px 8px 0 0 !important;
}
.ModalBtn .ant-modal-footer {
  border-radius: 0 0 8px 8px !important;
  display: flex;
  justify-content: space-around;
}
.ModalBtn .ant-modal-footer .ant-btn .ant-btn-default,
.ModalBtn .ant-modal-footer .ant-btn-primary {
  font-family: PingFang SC;
}
.ModalBtn .ant-modal-footer button {
  border: none !important;
  background: none !important;
  color: #5785f5;
  box-shadow: 0 0 black;
}
.ModalBtn .ant-modal-footer button:first-child {
  color: black !important;
}
.ModalBtn .ant-modal-body {
  padding: 16px;
}
.ModalBtn .ant-modal-body h5 {
  margin-bottom: 1rem;
}
.ModalBtn .ant-modal-body .ant-input-affix-wrapper {
  background-color: #f7f8fa;
}
.ModalBtn .ant-modal-body .ant-input-affix-wrapper input {
  background-color: #f7f8fa;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout-header {
  height: 44px;
  padding: 0;
  margin-bottom: 1em;
  line-height: 44px;
}
.header3 {
  background-color: #e9f2ff;
  width: 100%;
  z-index: 0;
  top: 0;
  position: relative;
}
.header3 .home-page {
  padding: 0 24px;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}
.header3 .home-page .header3-logo {
  margin-right: auto;
}
.header3 .loginBtn {
  border-radius: 10px;
  color: #1890ff;
  float: right;
  margin-top: 1.5em;
  background-color: white;
}
.header3-logo {
  display: inline-block;
  position: relative;
  width: 150px;
  line-height: 44px;
}
.header3-logo img {
  vertical-align: middle;
  display: inline-block;
}
.header3-logo a {
  display: block;
}
.header3-menu {
  float: right;
}
.header3-menu .ant-menu-horizontal {
  border-bottom: none;
}
.header3-menu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #3478ff;
  color: #fff;
}
.header3-menu .ant-menu {
  line-height: 62px;
  background: #3478ff;
  color: #fff;
}
.header3-menu .ant-menu a {
  display: block;
  color: #fff;
}
.header3-item-block {
  padding: 0 8px;
}
.header3-item-block > * {
  display: inline-block;
}
.header3-item .ant-menu-sub .ant-menu-item,
.header3-item-child .ant-menu-sub .ant-menu-item,
.header3-menu .ant-menu-sub .ant-menu-item,
.header3-item .ant-menu-inline .ant-menu-item,
.header3-item-child .ant-menu-inline .ant-menu-item,
.header3-menu .ant-menu-inline .ant-menu-item {
  height: auto;
  line-height: 1.5;
}
.header3-item .item-sub-item,
.header3-item-child .item-sub-item,
.header3-menu .item-sub-item {
  display: block;
  padding: 8px 24px;
}
.header3-item .item-image,
.header3-item-child .item-image,
.header3-menu .item-image {
  float: left;
  margin-right: 16px;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.header3-item .item-title,
.header3-item-child .item-title,
.header3-menu .item-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 46px;
}
.header3-item .item-content,
.header3-item-child .item-content,
.header3-menu .item-content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
  margin-left: 46px;
}
.header3-logo {
  z-index: 0;
}
.header3.home-page-wrapper .home-page {
  padding: 0 16px;
}
.header3-menu {
  height: auto;
  float: inherit;
  position: relative;
  left: -24px;
  width: calc(100% + 48px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
}
.header3-menu li {
  padding: 0 24px;
}
.header3-menu li.ant-menu-submenu {
  padding: 0;
}
.header3-menu .item-sub-item {
  padding: 8px 0;
}
.header3-mobile-menu {
  width: 16px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 100;
}
.header3-mobile-menu em {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 4px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header3-mobile-menu :first-child {
  margin-top: 0;
}
.header3 .ant-menu {
  height: auto;
  overflow: hidden;
}
.header3 .ant-menu .ant-menu-item-selected {
  border: none;
}
.header3 .open {
  height: auto;
}
.header3 .open .header3-mobile-menu em:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header3 .open .header3-mobile-menu em:nth-child(2) {
  opacity: 0;
}
.header3 .open .header3-mobile-menu em:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.header3 .open > .header3-menu {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.header3-item-block {
  height: 40px;
  line-height: 40px;
}
.header3 .ant-menu-inline,
.header3 .ant-menu-vertical,
.header3 .ant-menu-vertical-left {
  border: none;
}
.header-popover .adm-popover-menu-list {
  min-width: 104px;
}
.header-popover .adm-popover-menu-list-inner {
  padding: 6px;
}
.header-popover .adm-popover-menu-list-inner .adm-popover-menu-item {
  padding: 8px 10px;
}
.header-popover .adm-popover-menu-list-inner .adm-popover-menu-item-text {
  padding: 0;
  border-top: none;
  font-size: 14px;
  color: #1D2129;
}

.vr-player-container {
  position: relative;
  width: 100%;
  height: 400px;
}

[data-vjs-player='true'] {
  margin: 1em;
}
.vjs-control-bar .vjs-playback-rate {
  display: block !important;
}
[data-vjs-player='true'] .vjs-big-play-centered .video-js {
  width: auto;
}

.ai-chat .adm-floating-bubble-button {
  background-color: #ffffff;
}

.resources.ant-spin-nested-loading {
  position: relative;
  z-index: 100;
}
.resources.ant-spin-nested-loading .ant-spin-container {
  position: static;
  margin-bottom: 90px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .ant-row {
  height: auto;
  align-items: center;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .ant-form-item-label {
  padding: 0;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .desc {
  padding: 15px 15px 0;
  line-height: 1.8;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .desc .desc-title {
  font-size: 16px;
  font-weight: bold;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .desc .desc-content {
  text-indent: 2em;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info {
  padding: 0 12px 12px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info .ant-descriptions-item-label,
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info .ant-descriptions-item-content {
  color: #777;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info .ant-descriptions-row > th,
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info .ant-descriptions-row > td {
  padding-bottom: 0px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resourceForm .resource-info .resource-info-download {
  margin-left: 8px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-pay-instruction {
  margin: 1em;
  background-color: #f5f9ff;
  padding: 1em;
  padding-bottom: 1em;
  margin-bottom: 5px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-pay-instruction .info {
  margin: 1em 0;
}
.resources.ant-spin-nested-loading .ant-spin-container .coupon-tip {
  margin: 1em;
  padding: 1em;
  background-color: #b60000;
  color: #fff;
}
.resources.ant-spin-nested-loading .ant-spin-container .coupon-tip p {
  line-height: 2;
  text-align: justify;
  font-weight: bold;
}
.resources.ant-spin-nested-loading .ant-spin-container .coupon-tip .coupon-bubble {
  margin-top: -35px;
  margin-right: 10px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  background-color: #ffd423;
  -webkit-text-stroke: 1px #8d5500;
  position: relative;
  border: 2px solid #f5b519;
  width: 55px;
  height: 55px;
  text-align: center;
}
.resources.ant-spin-nested-loading .ant-spin-container .coupon-tip .coupon-bubble::after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 15%;
  border: 5px solid transparent;
  border-top-color: #ffd423;
  border-left-color: #ffd423;
}
.resources.ant-spin-nested-loading .ant-spin-container .ant-form .ant-form-item {
  flex-wrap: nowrap;
}
.resources.ant-spin-nested-loading .ant-spin-container .ant-form .ant-form-item .ant-row {
  flex-flow: row nowrap;
  width: 100%;
}
.resources.ant-spin-nested-loading .ant-spin-container .ant-form .ant-form-item .ant-row .ant-form-item-control {
  width: 100%;
}
.resources.ant-spin-nested-loading .ant-spin-container .ant-form .ant-form-item .ant-row .ant-form-item-label > label {
  color: #666;
}
.resources.ant-spin-nested-loading .ant-spin-container .html-container {
  padding: 1em;
}
.resources.ant-spin-nested-loading .ant-spin-container .html-container img {
  max-width: 100%;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom .recource-bottom-pay-btns {
  display: flex;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom .recource-bottom-pay-btns > button {
  width: 100%;
  height: 60px;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom .recource-bottom-pay-btns > button.ant-btn-default {
  border-color: #ff9800b5;
  background-color: #ff9800b5;
}
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom .recource-bottom-pay-btns > button.ant-btn-default:focus,
.resources.ant-spin-nested-loading .ant-spin-container .resource-bottom .recource-bottom-pay-btns > button.ant-btn-default:active {
  color: #000;
  border-color: #ff9800b5;
}
.resources.ant-spin-nested-loading .ant-spin-container .work-documents {
  position: absolute;
  right: 1.1rem;
}
.resources.ant-spin-nested-loading .adm-list-item {
  background-color: #eaf3ff;
}
.code-text {
  margin-top: 1em;
}
.login-modal .adm-modal-content {
  padding: 24px;
  text-align: center;
}
.login-modal .login-modal-content .login-modal-content-icon {
  text-align: center;
  margin-bottom: 16px;
}
.login-modal .login-modal-content .login-modal-content-btn {
  font-size: 16px;
  color: #333;
}
.login-modal .adm-space-item {
  display: flex;
  justify-content: center;
}
.login-modal .adm-space-item .adm-button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.left .btn {
  width: 24px;
  height: 24px;
  padding: 0;
}
.left .mr {
  margin: 0 16px 0 8px;
}
.left .zent-btn {
  display: flex;
}
.left .resource-name {
  width: 300px;
}
.custom-confirm-modal .adm-space-vertical {
  flex-direction: row-reverse;
}
.custom-confirm-modal .adm-modal-footer.adm-space {
  --gap-vertical: 0px;
}
.custom-confirm-modal .adm-space-item {
  width: 50px !important;
  height: 30px !important;
  padding-right: 16px;
}
.custom-confirm-modal .adm-space-item button {
  width: 50px !important;
  height: 30px !important;
  font-size: 12px !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-confirm-modal .adm-modal-footer {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
}
.otenput {
  padding: 0 !important;
  padding-right: 0px !important;
}
.edit-input {
  border: 1px solid #769af9;
  background: #f5f9ff;
  border-radius: 4px;
}
.inputList .adm-list-item-content {
  padding: 0 !important;
}

.coupon-wechat-pay {
  margin: 1em 0;
  width: 80%;
  position: fixed;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.coupon-wechat-pay.ant-btn.ant-btn-block {
  width: 80%;
}

.coupon-show-container {
  width: 100%;
}
.coupon-show-container .coupon-show-info {
  padding: 1.5em 1.5em 0;
  border-bottom: 8px solid #eee;
}
.coupon-show-container .coupon-show-info .coupon-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.coupon-show-container .coupon-show-info .ant-divider {
  font-size: 14px;
  color: var(--adm-color-primary);
}
.coupon-show-container .coupon-show-info .ant-divider .icon {
  margin-left: 5px;
}
.coupon-show-container .coupon-show-info .price {
  margin-right: 10px;
}
.coupon-show-container .coupon-show-info .ant-descriptions-item-label,
.coupon-show-container .coupon-show-info .ant-descriptions-item-content {
  color: #777;
}
.coupon-show-container .coupon-show-info .ant-descriptions-row > th,
.coupon-show-container .coupon-show-info .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.coupon-show-container .coupon-show-info .desc {
  font-size: 14px;
  color: #777;
  text-align: justify;
  height: auto;
}
.coupon-show-container .coupon-show-info .bookDetails-bottom {
  display: flex;
  justify-content: space-around;
  margin: 2em 0;
  font-size: smaller;
}
.coupon-show-container .coupon-show-info .bookDetails-bottom .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coupon-show-container .coupon-show-details {
  padding: 1.5em;
  margin-bottom: 80px;
}
.coupon-show-container .coupon-show-details .coupon-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.coupon-show-container .coupon-show-details .ant-list-item {
  font-weight: normal;
  padding: 8px 0;
}
.coupon-show-container .coupon-show-details .ant-list-item .ant-list-item-meta {
  align-items: start;
}
.coupon-show-container .coupon-show-details .ant-list-item .ant-list-item-meta-avatar {
  color: var(--adm-color-primary);
  padding: 1px 0;
  font-size: 14px;
}
.coupon-show-container .coupon-show-details .ant-list-item .ant-list-item-meta-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coupon-list-container {
  background-color: #eee;
  padding-top: 1em;
  width: 100%;
  z-index: 100;
}
.coupon-list-container .ant-layout-header {
  margin-bottom: 0;
}
.coupon-list-container .coupon-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.coupon-list-container .ant-descriptions-row > th,
.coupon-list-container .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.coupon-list-container div.ant-typography,
.coupon-list-container .ant-typography p {
  margin-bottom: 0;
}
.ant-layout-header {
  margin-bottom: 0;
}

.book-list-container {
  width: 100%;
  z-index: 100;
  overflow: scroll;
  background-color: #e9f2ff;
  min-height: calc(100vh - 44px);
}
.book-list-container .book-list-detail {
  padding: 12px 16px;
  padding-bottom: 0em;
}
.book-list-container .book-list-detail .book-info .img-box {
  width: 37.3%;
}
.book-list-container .book-list-detail .book-info .info-box {
  flex: 1 1;
  padding: 0 12px;
}
.book-list-container .book-list-detail .book-info .info-box .title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
  color: #000000;
}
.book-list-container .book-list-detail .book-info .info-box .ant-descriptions-row > th,
.book-list-container .book-list-detail .book-info .info-box .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.book-list-container .book-list-detail .book-info .info-box .subtitle {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #1D2129;
  font-size: 12px;
  line-height: 17px;
}
.book-list-container .book-list-detail .book-info .info-box .subtitle span:first-of-type {
  margin-right: 12px;
  color: #86909C;
}
.book-list-container .book-list-detail .desc {
  font-size: 12px;
  color: #4E5969;
  text-align: justify;
  height: auto;
  margin-top: 1em;
  margin-bottom: 0em;
}
.book-list-container .book-list-detail .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.book-list-container .book-list-detail .ant-divider {
  font-size: 14px;
  color: var(--adm-color-primary);
  margin: 0;
}
.book-list-container .book-list-detail .ant-divider .icon {
  margin-left: 5px;
}
.book-list-container .book-list-detail .bookDetails-bottom {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-weight: bold;
}
.book-list-container .book-list-detail .bookDetails-bottom .amount {
  font-size: 1rem;
}
.book-list-container .book-list-detail .bookDetails-bottom .text-box {
  padding-top: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book-list-container .book-list-resource {
  padding: 16px;
}
.book-list-container .book-list-resource--tabs {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 12px;
}
.book-list-container .book-list-resource--tab {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #4E5969;
  cursor: pointer;
}
.book-list-container .book-list-resource--tab i {
  margin-right: 6px;
  font-size: 20px;
  color: #769AF9;
  font-weight: 400;
}
.book-list-container .book-list-resource--tab.active {
  color: #000000;
  font-weight: 600;
}
.book-list-container .book-list-resource--zhizhen-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80px;
  height: 20px;
  background: #4CAF50;
  border-radius: 14px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1;
  box-sizing: border-box;
}
.book-list-container .book-list-resource--zhizhen-label .zhizhen-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.book-list-container .book-list-resource--zhizhen-label .zhizhen-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.book-list-container .book-list-resource--zhizhen-label .zhizhen-text {
  white-space: nowrap;
}
.book-list-container .book-list-resource--content {
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding-bottom: 16px;
}
.book-list-container .book-list-resource--content .adm-list-item,
.book-list-container .book-list-resource--content .adm-list-body {
  background-color: transparent;
}
.book-list-container .book-list-resource--content .list-item-title {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #1D2129;
}
.book-list-container .book-list-resource--content .resource-item .adm-list-item-content-main {
  display: flex;
  align-items: center;
}
.book-list-container .book-list-resource--content .resource-item .adm-list-item-content-main .resource-item--main {
  flex: 1 1;
  color: #4E5969;
}
.book-list-container .book-list-resource--content .resource-item .adm-list-item-content-main .resource-item--main .item {
  color: #86909C;
  align-items: center;
}
.book-list-container .book-list-resource--header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #4E5969;
  height: 40px;
  line-height: 40px;
}
.book-list-container .book-list-resource .book-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-list-container .book-list-resource .book-list .adm-search-bar {
  width: 250px;
  margin-right: 20px;
}
.book-list-container .book-list-resource .adm-capsule-tabs-tab-list {
  width: 100%;
}
.book-list-container .book-list-resource .adm-capsule-tabs-tab {
  padding: 5px 10px;
}
.book-list-container .book-list-resource .adm-list {
  --border-top: none;
  --border-inner: none;
  --border-bottom: none;
}
.book-list-container .book-list-resource .adm-list-body-inner {
  margin-top: -10px;
  margin-left: -12px;
}
.book-list-container .book-list-resource .adm-list-item.resource-item {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: solid 0.5px rgba(107, 166, 255, 0.17);
}
.book-list-container .book-list-resource .adm-list-item.resource-item .adm-list-item-content-prefix {
  width: 2.625rem;
  margin: 0 auto;
  text-align: center;
}
.book-list-container .book-list-resource .ant-list-item {
  font-weight: normal;
  padding: 8px 0;
  line-height: 1.2;
}
.book-list-container .book-list-resource .ant-list-item .ant-list-item-meta-avatar {
  color: var(--adm-color-primary);
  padding: 1px 0;
  font-size: 14px;
}
.book-list-container .book-list-resource .ant-list-item .ant-list-item-meta-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-list-container .book-list-resource .ant-list-item .price {
  color: red;
}
.book-list-container .book-list-resource .adm-list-item-content {
  padding-right: 0;
}
.book-list-container .book-list-resource .adm-list-item-content .adm-list-item-content-main {
  padding-top: 6px;
  padding-bottom: 0px;
  font-size: 14px;
}
.book-list-container .book-list-resource .adm-list-item-content-arrow {
  font-size: 14px;
}
.book-list-container .book-list-resource .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  padding: 8px 0;
}
.book-list-container .book-list-resource .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.book-list-container .book-list-resource .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  padding-right: 24px;
}
.book-list-container .book-list-resource .adm-collapse-panel-content {
  margin-right: 12px;
}
.book-list-container .book-list-resource .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 12px;
}
.book-list-container .book-list-resource .title1 {
  font-size: 15px;
  color: #1d2129;
}
.book-list-container .book-list-resource .title1 .adm-list-item-content {
  margin: 8px 1em;
}
.book-list-container .book-list-resource .title2 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.book-list-container .book-list-resource .title2 + .adm-collapse-panel-content {
  padding: 0;
  margin-right: 0;
}
.book-list-container .book-list-resource a.title1 {
  padding-left: 0;
}
.book-list-container .book-list-resource .res2 {
  padding-left: 10px;
}
.book-list-container .book-list-resource .adm-capsule-tabs-header {
  display: none;
}
.book-list-container .book-list-resource .adm-capsule-tabs-header .adm-scroll-mask-right {
  background: none;
}
@media screen and (max-width: 360px) {
  .book-list-container .book-list-detail .book-info .info-box .title {
    font-size: 14px;
    font-weight: bold;
  }
  .book-list-container .book-list-detail .book-info .info-box .subtitle {
    font-size: 10px;
    color: #888;
  }
  .book-list-container .book-list-resource .adm-capsule-tabs-tab-wrapper {
    width: 50%;
  }
}
.more-modal {
  padding-top: 0 !important;
}
.more-modal .adm-tabs-tab {
  font-size: 14px;
  color: #86909C;
}
.more-modal .adm-tabs-tab-active {
  color: #5785F5;
}
.more-modal .adm-tabs-content {
  padding: 16px;
}
.more-modal .adm-modal-content {
  padding: 0 4px;
}
.more-modal .more-item {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  color: #1D2129;
  line-height: 20px;
}
.more-modal .more-item span:first-of-type {
  width: 56px;
  margin-right: 12px;
  color: #86909C;
}
.more-modal .more-item span:nth-of-type(2) {
  flex: 1 1;
}
.adm-list-item-content-arrow {
  color: #a9aeb8;
}
.showVisible {
  max-width: calc(100vw - 28px);
}
.showVisible .ant-modal-content {
  border-radius: 8px;
}
.showVisible .ant-modal-header {
  border-radius: 8px 8px 0 0 !important;
}
.showVisible .ant-modal-body {
  padding-top: 0px;
}
.showVisible .ant-modal-footer {
  border-radius: 0 0 8px 8px !important;
  display: flex;
  justify-content: space-around;
}
.showVisible .ant-modal-footer .ant-btn .ant-btn-default,
.showVisible .ant-modal-footer .ant-btn-primary {
  font-family: PingFang SC;
}
.showVisible .ant-modal-footer .ant-btn .ant-btn-default button,
.showVisible .ant-modal-footer .ant-btn-primary button {
  border: none !important;
  background: none !important;
  color: #5785f5;
  box-shadow: 0 0 black;
}
.showVisible .ant-modal-footer .ant-btn .ant-btn-default button:first-child,
.showVisible .ant-modal-footer .ant-btn-primary button:first-child {
  color: black !important;
}

.book-list-of-my .ant-list-item {
  flex-direction: column;
}
.book-list-of-my .ant-list-item .ant-row {
  width: 100%;
}
.book-list-of-my .ant-list-item .book-info .img-box {
  width: 100%;
}
.book-list-of-my .ant-list-item .book-info .info-box {
  width: 100%;
  padding: 0 1em;
  line-height: 2;
}
.book-list-of-my .ant-list-item .book-info .info-box .title {
  font-size: 16px;
  font-weight: bold;
}
.book-list-of-my .ant-list-item .book-info .info-box .subtitle {
  font-size: 14px;
  color: #888;
}

.browser-history-container {
  background-color: #E8F2FF;
  width: 100%;
}
.browser-history-container .ant-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.ant-list-item {
  padding: 12px 24px;
}

.purchase-history-container {
  background-color: #E8F2FF;
  width: 100%;
}
.purchase-history-container .ant-list-item {
  padding: 12px 24px;
}

.notification-container {
  background-color: #E8F2FF;
  width: 100%;
  z-index: 100;
}
.notification-container .title {
  color: #777;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-container .unWatched {
  color: #000;
}
.notification-container .content {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.notification-detail-container {
  background-color: #fff;
  padding: 24px;
  z-index: 100;
}
.notification-detail-container .title {
  text-align: center;
}
.notification-detail-container .date {
  text-align: center;
  color: #888;
  font-weight: normal;
}
.notification-detail-container .image {
  text-align: center;
}
.notification-detail-container .content {
  color: #444;
  line-height: 2;
  text-indent: 2em;
}

.question-list-container {
  background-color: #E8F2FF;
  width: 100%;
}
.question-list-container .ant-card-head-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.question-detail-container {
  background-color: #fff;
}
.question-detail-container h3 {
  color: #1890ff;
  margin-bottom: 1em;
}
.question-detail-container .question-detail-info {
  padding: 1em 2em;
  position: relative;
  z-index: 100;
}
.question-detail-container .question-detail-addReaply {
  padding: 1em 2em;
}
.question-detail-container .question-detail-addReaply .ant-col-6 {
  flex: 0 0 25% !important;
}
.question-detail-container .question-detail-addReaply .ant-col-18 {
  flex: 0 0 75% !important;
}
.question-detail-container .question-detail-addReaply a {
  color: #888;
}

.personal-center {
  padding-top: 1em;
  width: 100%;
}
.personal-center .cards .adm-tab-bar {
  position: relative;
  z-index: 100;
}
.personal-center .cards .adm-jumbo-tabs-tab-wrapper {
  padding: 0 calc(var(--gap) * 2.2);
}
.personal-center .cards .time-length {
  background-color: #ecf6ff;
  padding: 15px;
  margin: 1em;
  border: 1px solid #b2c9e8;
  color: #1e3a79;
  border-radius: 2px;
}
.personal-center .cards .btns {
  margin: 1em;
  display: flex;
  justify-content: space-between;
}
.personal-center .cards .adm-badge-fixed {
  transform: translate(50%, -26%);
  margin: 1rem 0rem;
}
.personal-center .cards .adm-button {
  border: none;
}
.personal-center .my-books {
  margin: 1em;
}
.personal-center .my-books .txts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  font-size: 14px;
  color: #888;
}
.personal-center .my-books .txts .title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.personal-center .my-books .books-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-template-rows: auto;
  grid-gap: 1em 0.3em;
  padding: 0.5em;
  font-size: 14px;
}
.personal-center .my-books .books-matrix img {
  height: 140px;
  object-fit: cover;
}
.personal-center .my-books .books-matrix .title {
  padding-top: 5px;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.personal-center .my-books .books-matrix .authors {
  color: #888;
}
.adm-tab-bar-item-icon {
  font-size: 54px;
  height: 61px;
  line-height: 1;
  color: #222;
}
.adm-tab-bar-wrap {
  margin-top: -1rem;
}
.adm-badge-content {
  padding: 5px 8px;
}
.adm-tab-bar-item-title {
  font-size: var(--adm-font-size-5);
  line-height: 15px;
}
.adm-badge-fixed {
  transform: translate(24%, -25%);
}

.my-resource-container {
  background-color: #E8F2FF;
  width: 100%;
}
.my-resource-container .ant-list-item-meta-avatar {
  color: #888;
  padding: 1px 0;
}
.my-resource-container .ant-list-item-meta-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.my-resource-container .ant-descriptions-row > th,
.my-resource-container .ant-descriptions-row > td {
  padding-bottom: 6px;
}
.my-resource-container .ant-list-items {
  padding: 12px 24px;
}
.my-resource-container .ant-list-item {
  background: rgba(255, 255, 255, 0.5);
}
.my-resource-container .ant-list-item:first-child {
  border-radius: 8px 8px 0px 0px;
}
.my-resource-container .ant-list-item:last-child {
  border-radius: 0px 0px 8px 8px;
}

.src-pages-MyCollects-components-index-module__title--2gVrG {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.src-pages-MyCollects-components-index-module__content--2dpdo {
  font-size: 14px;
  line-height: 2;
  color: #888;
}
.src-pages-MyCollects-components-index-module__footer--2wpda {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.src-pages-MyCollects-components-index-module__footer--2wpda button:nth-child(2) {
  margin-left: 1em;
}
.src-pages-MyCollects-components-index-module__adm-swiper-item--1liHz {
  background: #e8f2ff;
}

.my-collects {
  background-color: #e8f2ff;
}
.my-collects .adm-swiper-item {
  padding-top: 1em;
}
.my-collects .ant-divider-horizontal {
  margin: 0.75rem 0;
}
.my-collects .adm-tabs-tab-list {
  background-color: #e8f2ff;
}

.my-note-container {
  background: #E8F2FF;
  padding-top: 1em;
  min-height: 100%;
  flex: 1 1;
  z-index: 100;
}
.my-note-container .title1 {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.my-note-container .date {
  color: #888;
  font-size: 14px;
  float: right;
  padding-top: 1px;
}
.my-note-container .title2 {
  color: #444;
  font-size: 14px;
  margin-bottom: 1em;
}
.my-note-container .ant-descriptions-row > th,
.my-note-container .ant-descriptions-row > td {
  padding-bottom: 6px;
}
.my-note-container .edit {
  margin-left: 1em;
}
.ant-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

[data-vjs-player='true'] {
  margin: 1em;
}
.vjs-control-bar .vjs-playback-rate {
  display: block !important;
}

.search-result {
  width: 100%;
  z-index: 100;
  background-color: #e9f2ff;
  min-height: 100vh;
  overflow: hidden;
}
.search-result .ant-list-item {
  flex-direction: column;
}
.search-result .ant-list-item .ant-row {
  width: 100%;
}
.search-result .ant-list-item .book-info .img-box {
  width: 100%;
}
.search-result .ant-list-item .book-info .info-box {
  width: 100%;
}
.search-result .ant-list-item .book-info .info-box .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: PingFang SC;
  color: #000000;
}
.search-result .ant-list-item .book-info .info-box .subtitle {
  font-size: 12px;
  color: #1D2129;
  line-height: 2;
}
.search-result .ant-list-item .book-info .info-box .subtitle.author {
  color: #5785F5;
}
.search-result .ant-list-item .book-info .info-box .subtitle span {
  margin-right: 12px;
  color: #86909C;
}
.search-result .ant-list-item .book-info .info-box .desc {
  font-size: 12px;
  color: #4E5969;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search-result .search-history {
  padding: 28px 16px;
}
.search-result .search-history--title {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #86909C;
}
.search-result .search-history--title i {
  margin-left: auto;
  cursor: pointer;
}
.search-result .search-history--list {
  display: flex;
  grid-gap: 0 32px;
  gap: 0 32px;
  font-size: 14px;
  color: #4E5969;
}
.history-delete-modal {
  padding-top: 28px !important;
}
.history-delete-modal .adm-modal-content {
  padding-bottom: 28px;
}
.history-delete-modal .adm-modal-footer {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}
.history-delete-modal .adm-modal-footer .adm-space-item {
  flex: 1 1;
  margin-bottom: 0;
}
.history-delete-modal .adm-modal-footer .adm-space-item button {
  padding: 0;
  font-size: 16px;
  color: #1D2129;
  height: 46px;
  line-height: 46px;
  background: #fff;
}
.history-delete-modal .adm-modal-footer .adm-space-item .adm-modal-button-primary {
  color: #5785F5;
  border: none;
  border-radius: 0;
  border-left: 1px solid #EEEEEE;
}

.scan-back {
  position: absolute;
  top: 20px;
  left: 20px;
}
.scan-video {
  position: absolute;
  max-width: 600px;
  max-height: 600px;
  width: 80vw;
  height: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scan-container {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 1.5rem;
  overflow: scroll;
}
.scan-container .scan-res,
.scan-container .scan-book {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scan-container .title {
  font-size: 1rem;
  font-weight: bold;
}
.scan-container .subtitle {
  font-size: 0.8rem;
}

.community-list-container {
  margin: 1em;
}
.community-list-container .title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.community-list-container .cover img {
  width: 100%;
  padding-bottom: 1em;
  aspect-ratio: 2.5;
}
.community-detail-container {
  margin: 1em;
}
.community-detail-container .community-ads {
  margin-bottom: 1em;
}
.community-detail-container .community-ads img {
  width: 100%;
  aspect-ratio: 3.33333333;
}
.community-detail-container .community-info {
  padding: 0 0.5em;
}
.community-detail-container .community-info .title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.community-detail-container .community-info .desc {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 1em;
}
.community-detail-container .hot-resource {
  background-color: #7493ff;
  border-radius: 1em;
  padding: 0.5em 1em;
}
.community-detail-container .hot-resource .title2 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.5;
}
.community-detail-container .hot-resource .list {
  font-size: 13px;
  color: #fff;
}
.community-detail-container .hot-resource .list ul {
  margin: 0;
  padding-inline-start: 20px;
}
.community-detail-container .topic {
  margin-top: 0.5em;
}
.community-detail-container .topic .adm-capsule-tabs {
  margin: 0 -0.5em;
}
.community-detail-container .topic .adm-capsule-tabs-tab-wrapper {
  flex-grow: 0;
}
.community-detail-container .topic .adm-capsule-tabs-tab {
  font-size: 14px;
  border-radius: 1em;
}
.community-detail-container .topic .adm-tabs-tab {
  font-size: 14px;
  padding: 5px 0 7px;
}
.community-detail-container .topic .adm-tabs-content {
  padding: 0;
}
.community-detail-container .topic .subject {
  padding-top: 0.5em;
}
.community-detail-container .topic .subject .adm-capsule-tabs-tab-list {
  width: 100%;
}
.community-detail-container .topic .subject .adm-capsule-tabs-tab {
  padding: 5px 10px;
}
.community-detail-container .topic .subject,
.community-detail-container .topic .subject .adm-list {
  --border-top: none;
  --border-inner: none;
  --border-bottom: none;
}
.community-detail-container .topic .subject .adm-list-body-inner {
  margin: -5px 0;
}
.community-detail-container .topic .subject .adm-list-item.resource-item {
  border-bottom: solid 0.5px #80808030;
}
.community-detail-container .topic .subject .adm-list-item.resource-item .adm-list-item-content-prefix {
  width: 2.625rem;
  margin: 0 auto;
  text-align: center;
}
.community-detail-container .topic .subject .ant-list-item {
  font-weight: normal;
  padding: 8px 0;
  line-height: 1.2;
}
.community-detail-container .topic .subject .ant-list-item .ant-list-item-meta-avatar {
  color: var(--adm-color-primary);
  padding: 1px 0;
  font-size: 14px;
}
.community-detail-container .topic .subject .ant-list-item .ant-list-item-meta-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community-detail-container .topic .subject .ant-list-item .price {
  color: red;
}
.community-detail-container .topic .subject .adm-list-item-content {
  padding-right: 0;
}
.community-detail-container .topic .subject .adm-list-item-content .adm-list-item-content-main {
  padding-top: 6px;
  padding-bottom: 6px;
}
.community-detail-container .topic .subject .adm-list-item-content-arrow {
  font-size: 14px;
}
.community-detail-container .topic .subject .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  padding: 8px 0;
}
.community-detail-container .topic .subject .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.community-detail-container .topic .subject .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  padding-right: 24px;
}
.community-detail-container .topic .subject .adm-collapse-panel-content {
  margin-right: 12px;
}
.community-detail-container .topic .subject .ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 12px;
}
.community-detail-container .topic .subject .title1 {
  font-size: 15px;
  font-weight: bold;
}
.community-detail-container .topic .subject .title1 .adm-list-item-content {
  margin: 8px 1em;
}
.community-detail-container .topic .subject .title2 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.community-detail-container .topic .subject .title2 + .adm-collapse-panel-content {
  padding: 0;
  margin-right: 0;
}
.community-detail-container .topic .subject a.title1 {
  padding-left: 0;
}
.community-detail-container .topic .subject .res2 {
  padding-left: 10px;
}
.community-detail-container .topic .subject .adm-capsule-tabs-header {
  padding: 6px 0;
  margin: 0px 2.5em 0px 0.5em;
  width: 50%;
}
.community-detail-container .topic .subject .adm-capsule-tabs-header .adm-scroll-mask-right {
  background: none;
}

.pavilion {
  padding: 16px;
  background-color: #e9f2ff;
  height: calc(100vh - 44px);
  overflow: auto;
}
.pavilion-banner {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 8px;
}
.pavilion-banner img {
  width: 100%;
  border-radius: 8px;
}
.pavilion-container--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.pavilion-container--desc {
  margin-bottom: 24px;
  color: #4E5969;
  font-size: 12px;
}
.pavilion-container--list {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.ant-layout {
  overflow: hidden !important;
  background-color: #eaf3ff;
}
body .katex .base,
body .katex .strut {
  display: inline;
}
body .katex .base {
  white-space: pre-wrap;
}
.hep-chat--message {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}
.hep-chat--message .hep-chat--avatar {
  margin-left: 8px;
}
.hep-chat--message .message-wrapper {
  max-width: 80%;
  padding: 12px 16px;
  background: #409EFF;
  color: #fff;
  border-radius: 1em 1em 0 1em;
}
.hep-chat--message .message-wrapper .chat-message--content {
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 20px;
}
.hep-chat--message__ai {
  flex-direction: row;
}
.hep-chat--message__ai .message-wrapper {
  border-radius: 1em 1em 1em 0;
  background: #0001;
  color: #606266;
}
.hep-chat--message__ai .hep-chat--avatar {
  margin-left: 0;
  margin-right: 8px;
  background-color: #7a0099dd;
}
.hep-chat--message p {
  margin-bottom: 0;
}

.hep-chat--textarea {
  border: 1px solid #e4e4e7;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.hep-chat--textarea textarea {
  border-color: #ffffff !important;
  box-shadow: none !important;
  resize: none;
}
.hep-chat--textarea .zent-input-wrapper {
  flex: 1 1;
}
.hep-chat--textarea__submit {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .formula-editor {
    width: 100% !important;
    height: 100% !important;
  }
}
.formula-preview {
  border: 1px solid #ccc;
  padding: 8px;
  min-height: 20px;
  color: #666;
  /* 默认文字颜色 */
}
.formula-preview:empty::before {
  content: attr(data-placeholder);
  color: #999;
  /* 提示文字颜色 */
}

.hep-chat--page {
  position: relative;
  height: calc(100vh - 44px);
}
.hep-chat--page__container {
  padding: 20px 20px 0 20px;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.hep-chat--page__view {
  margin: 0 auto;
}
.hep-chat--page__footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hep-chat--page code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.hep-chat--page .adm-floating-bubble-button {
  bottom: 136px;
}


/*# sourceMappingURL=main.4fffe9421687145368225.chunk.css.map?t=1765511951906*/