.layout__database__container, .main-box {
  --theme-primary-color:  #2372FF !important;
}
.layout__database__container {
  margin-top: 66px;
  min-height: 100vh;
}

.layout__database__header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 348px;
  margin-top: 66px;
  overflow-x: hidden;
}

.layout__database__header .bg-level {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-width: 1200px;
  height: 348px;
  overflow: hidden;
}

.layout__database__header .bg-level img {
  width: 100%;
  min-width: 1200px;
  height: auto;
  min-height: 348px;
  object-fit: cover;
}

.layout__database__header .info-level {
  position: absolute;
  z-index: 2;
  left: calc(50% - 600px);
  width: 1200px;
  height: 348px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.layout__database__header .slot__right {
  
  position: relative;
  margin-left: 0;
  width: 416px;
  height: 278px;
}

.layout__database__header .slot__right::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 739px;
  height: 278px;
  background-image: url(https://info.compassedu.hk/pc/img/book/index-header-rank-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.layout__database__header .slot__right .rank-wrapper {
  position: absolute;
  z-index: 2;
  width: 416px;
  height: 278px;
  top: 0;
  left: 0;
  padding: 54px 16px 24px 29px;
}


.layout__database__header .slot__right .top-hot-box {
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__database__header .slot__right .hot-tabs {
  display: flex;
}

.layout__database__header .slot__right .top-hot-box .download-count {
  font-size: 14px;
  font-weight: 400;
  color: #3A3C58;
  line-height: 14px;
}

.layout__database__header .slot__right .hot-tabs .hot-tab {
  margin-right: 20px;
  width: 66px;
  height: 25px;
  background: #c0c8e157;
  text-align: center;
  cursor: pointer;

  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
  color: #9CA1B1;
}

.layout__database__header .slot__right .hot-tabs .hot-tab.active {
  position: relative;
  font-weight: 500;
  color: #FFFFFF;
  background: #5E8AF9;
}

.layout__database__header .slot__right .hot-tabs .hot-tab.active::after {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: -4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(135deg);
  background: linear-gradient(45deg, transparent 50%, #5E8AF9 50%);
}

.layout__database__header .slot__right .hot-pane .hot-item {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.layout__database__header .slot__right .hot-pane .hot-item .left-box {
  display: flex;
  align-items: center;
}

.layout__database__header .slot__right .hot-pane .hot-item .left-box .rank-num {
  margin-right: 4px;
  width: 13px;
  height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  line-height: 18px;
  text-align: center;
}

.layout__database__header .slot__right .hot-pane .hot-item .left-box .rank-num.bg {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.layout__database__header .slot__right .hot-pane .hot-item .left-box .hb-name {
  font-size: 16px;
  font-weight: 400;
  color: #414766;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.layout__database__header .slot__right .hot-pane .hot-item .left-box .hb-name:hover {
  color: #2372FF;
  transition: all 0.3s ease;
}

.layout__database__header .slot__right .hot-pane .hot-item .right-box {
  font-size: 12px;
  font-weight: 400;
  color: #3A3C58;
  line-height: 17px;
}

.main-box .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

section .sub-title {
  display: flex;
  align-items: center;
}

section .sub-title .sub-icon {
  margin-right: 15px;
  width: 20px;
}

section .sub-title .sub-icon img {
  width: 100%;
}

section .sub-title .sub-text {
  font-size: 21px;
  font-weight: 500;
  color: #262626;
}

section .sub-title .sub-desc {
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 12px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color:  var(--theme-primary-color);
  background: linear-gradient(90deg, rgb(35, 114, 255, 0.2) 0%, rgba(35,114,255,0) 100%);
  border-radius: 3px;
}

.list .list-item {
  display: flex;
}

.list .list-item .book-cv {
  margin-right: 14px;
  flex-shrink: 0;
  width: 108px;
  height: 148px;
}

.list-item .book-cv img {
  width: 100%;
  height: 100%;
}

.list .list-item .book-info {
  flex: 1;
  padding-top: 4px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list .list-item .book-info .book-name {
  font-size: 16px;
  font-weight: 500;
  color: #595959;
  line-height: 24px;
}

.list .list-item .book-info .book-other {
  font-size: 14px;
  font-weight: 400;
  color: #AAACB0;
  line-height: 26px;
}

.list .list-item .book-info .book-op {
  display: flex;
  justify-content: space-between;
}

.list .list-item .book-info .book-op .preview {
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  border: 1px solid  var(--theme-primary-color);

  font-size: 14px;
  font-weight: 500;
  color:  var(--theme-primary-color);
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.list .list-item .book-info .book-op .preview:hover {
  --theme-primary-color: #3F83FF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  box-shadow: 0px 2px 4px 0px rgba(91,123,179,0.19);
  transition: 0.3s ease;
}

.list .list-item .book-info .book-op .getfree {
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  border: 1px solid  var(--theme-primary-color);

  font-size: 14px;
  font-weight: 500;
  color:  var(--theme-primary-color);
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.list .list-item .book-info .book-op .getfree:hover {
  --theme-primary-color: #3F83FF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  box-shadow: 0px 2px 4px 0px rgba(91,123,179,0.19);
  transition: 0.3s ease;
}

.list .list-item .book-info .book-op .download {
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  var(--theme-primary-color);
  border-radius: 17px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.list .list-item .book-info .book-op .download:hover {
  --theme-primary-color: #3F83FF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  box-shadow: 0px 2px 4px 0px rgba(91,123,179,0.19);
  transition: 0.3s ease;
}

section .filter-box {
  padding: 14px 12px 14px 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px 0px #EFEFEF;
}

section .filter-box .book-type {
  display: flex;
  align-items: center;
}

section .filter-box .book-type .type-item {
  margin-right: 14px;
  padding: 0 20px 0 16px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #76787A;
  cursor: pointer;
  transition: 0.3s ease;
}

section .filter-box .book-type .type-item .icon {
  height: 18px;
  width: auto;
  margin-right: 2px;
}

section .filter-box .book-type .type-item.active {
  color: var(--theme-primary-color);
  background: #ECF3FF;
  box-shadow: 0px 2px 9px 0px rgba(208,215,230,0.3);
}

section .filter-box .book-type .type-item.active:hover {
  background-color: #D9E7FF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  transition: 0.3s ease;
}

section .filter-box .book-type .type-item:not(.active):hover {
  background-color: #EFEFEF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  transition: 0.3s ease;
}

section .filter-box .filter-op {
  display: flex;
}

#swiper {
  position: relative;
  width: 1200px;
  height: auto;
  overflow: hidden;
  --swiper-theme-color: #1890FF;
  --swiper-navigation-color: #FFFFFF;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.swiper-wrapper {
  height: auto !important;
}

.section-1 .rc-report {
  flex-shrink: 0;
  width: 1200px;
  height: 100%;
  padding: 25px 35px 22px 24px;
  display: flex;
  background: #FFFFFF;
  border-radius: 2px;
}

.section-1 .rc-report .left-box {
  flex-shrink: 0;
  margin-right: 22px;
  width: 130px;
  height: 178px;
}

.section-1 .rc-report .left-box .book-cv {
  width: 100%;
}

.section-1 .rc-report  .right-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-1 .rc-report .right-box .book-title {
  display: flex;
}

.section-1 .rc-report .right-box .book-title .hb-name {
  font-size: 24px;
  font-weight: 500;
  color: #595959;
  line-height: 24px;
}

.section-1 .rc-report .right-box .book-title .hb-tag {
  margin-left: 16px;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #FFB319;
  line-height: 19px;
  background: #FFF5E2;
  border-radius: 5px;
}

.section-1 .rc-report .right-box .book-intro {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 26px;
}

.section-1 .rc-report .right-box .book-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.section-1 .rc-report .right-box .book-bottom .book-report {
  width: 99px;
  height: 30px;
  background:  var(--theme-primary-color);
  border-radius: 17px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
}
.section-1 .rc-report .right-box .book-bottom .book-report:hover {
  background-color: #3F83FF;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  box-shadow: 0px 2px 4px 0px rgba(91,123,179,0.19);
  transition: 0.3s ease;
}

.section-2 .majr-blue-book {
  background: #FFFFFF;
  border-radius: 2px;
}

.section-2 .majr-blue-book .list {
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

.section-3 .apply-book {
  background: #FFFFFF;
}

.section-3 .apply-book .list {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 24px;
}

.section-4 .master-book {
  background: #FFFFFF;
}

.section-4 .master-book .list {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 24px;
}

.section-5 {
  width: 100%;
  
  padding-bottom: 36px;
  background-color: #F2F2F4;
}
.enter-list {
  margin: 0 auto;
  padding-top: 37px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-5 .entry-item {
  position: relative;
  width: 588px;
  height: 166px;
  padding: 25.5px 24px;
  background-image: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 20px 0px rgba(231,231,231,0.2);
  border-radius: 2px;
}

.section-5 .entry-item::before {
  position: absolute;
  z-index: 2;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(https://info.compassedu.hk/pc/img/book/entry-bg-2.png);
  width: 363px;
  height: 47px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-5 .entry-item::after {
  position: absolute;
  z-index: 1;
  content: '';
  bottom: 0;
  right: 0;
  background-image: url(https://info.compassedu.hk/pc/img/book/entry-bg-1.png);
  width: 413px;
  height: 84px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-5 .entry-item .detail {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-5 .entry-item .detail .logo {
  width: 114px;
  height: auto;
  margin-right: 22px;
}

.section-5 .entry-item .detail .info {
  flex: 1;
}

.section-5 .entry-item .detail .title {
  font-size: 21px;
  font-weight: 500;
  color: var(--text-sub1-color);
  line-height: 24px;
  margin-bottom: 5px;
}

.section-5 .entry-item .detail .desc {
  height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  line-height: 26px;
  margin-bottom: 19px;
}

.section-5 .entry-item .detail .btn {
  --theme-primary-color: #1890FF;
  padding: 2px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  border: 1px solid var(--theme-primary-color);
  width: 98px;
  font-size: 14px;
  font-weight: 500;
  color:  var(--theme-primary-color);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.component__search {
  width: 215px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #E8E9EE
}

.component__search .input-box {
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component__search input {
  padding-left: 5px !important;
}

.component__search .input-box .iconfont {
  color: var(--text-sub3-color);
}

.component__search .dropdown-box {
  width: 215px;
}

.component__search .input-box .clear-btn {
  height: 30px;
  right: 0;
  border-radius: 4px;
  top: 3px !important;
  background-color: var(--bg-default-color);
}

.component__pagination {
  padding-top: 23px;
  padding-bottom: 23px;
}

.list.empty .empty-box {
  width: calc(1200px - 48px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  color: var(--text-sub2-color);
}

.list.empty .empty-box img {
  height: 172px;
  width: auto;
  margin-bottom: 6px;
}

.hide {
  display: none;
}

.mt-9 {
  margin-top: 9px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-64 {
  margin-top: 64px;
}

.el-select {
  width: 111px;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
}

.el-input__inner {
  height: 32px !important;
  line-height: 32px !important;
  border-color: #E8E9EE !important;
}

.el-input__icon {
  line-height: 32px !important;
}

.component__pop#login-pop {
  z-index: 10000001 !important;
}

.component__report__pop .head-level::before {
  position: absolute;
  content: '(每人限领2本)';
  z-index: 2;
  font-size: 20px;
  color: var(--bg-default-color);
  top: 30px;
  left: 270px;
}

.component__pagination .slot__mid div {
  border-radius: 5px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  padding: 0;
  text-align: center;
  font-family: Helvetica Neue;
}

.component__pagination .slot__mid div:not(.active-num),
.component__pagination .slot__left,
.component__pagination .slot__right {
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  color: rgba(0,0,0,0.65);
  line-height: 32px;
  height: 32px;
  width: 32px;
  padding: 0;
  text-align: center;
  font-family: Helvetica Neue;
}

.component__pagination .slot__left i:not(.icon-disable),
.component__pagination .slot__right i:not(.icon-disable) {
  padding: 0 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  line-height: 30px;
}

.component__pagination .slot__left i:not(.icon-disable),
.component__pagination .slot__right i:not(.icon-disable),
.component__pagination .slot__mid div:not(.active-num):not(.more-num) {
  transition: all 0.3s ease;
}

.component__pagination .slot__left:hover i:not(.icon-disable),
.component__pagination .slot__right:hover i:not(.icon-disable),
.component__pagination .slot__mid div:not(.active-num):not(.more-num):hover {
  display: block;
  border: 1px solid #2372FF;
  color: #2372FF;
  background-color: #F8F8F8;
  transition: all 0.3s ease;
}