.main-width {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 16px;
}

.title-1 {
  color: #1f2e4c;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  font-style: normal;
}

.title-2 {
  color: #1f2e4c;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.33;
  font-style: normal;
}

.title-3 {
  margin-bottom: 12px;
  color: #192F47;
  font-weight: 500;
  font-size: 16px;
}

.cont-1 {
  color: #444;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.cont-2 {
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.mt-16 {
  margin-top: 16px;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

a.more {
  padding-right: 15px;
  color: #495079;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  background: url("../image/subject-right-arrow.png") no-repeat;
  background-size: 7px auto;
  background-position: center right;
}

.title-more-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #E6E6E6;
}

.title-more-wrap .title {
  position: relative;
  color: #1F2E4C;
  font-weight: 400;
  font-size: 22px;
}

.title-more-wrap .title::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #32407C;
  content: "";
}

.mobile-show {
  display: none;
}

/* 页面样式 */
.page-content {
  padding-top: 15.45%;
}

.banner-img {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}

.banner-img img {
  width: 100%;
}

.children-page {
  padding-top: 220px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.children-page .banner-img {
  position: relative;
  top: 0;
  margin-bottom: -50%;
}

.children-page .main-search {
  top: 180px;
}

/* 专题页简介 */
.intro-section {
  position: relative;
  padding: 0 40px;
  background-color: #fafafa;
  border-radius: 10px;
}


.children-search {
  position: relative;
  padding-top: 20px;
}

.children-search .input {
  padding: 20px 80px 20px 20px;
  width: 100%;
  height: 72px;
  background: #FFF;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  border-radius: 20px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
} 

.children-search .btn-search {
  position: absolute;
  right: 20px;
  top: 36px;
  width: 40px;
  height: 40px;
  background: #94C23C url("../image/icon-search-white.png") no-repeat 50% 50%;
  border: none;
  border-radius: 50%;
}
 

.top-intro-desc {
  display: flex;
  align-items: flex-start;
  padding: 40px 80px 60px 0;
}

.subject-intro-swiper {
  width: 320px;
  height: 200px;
  overflow: hidden;
}

.subject-intro-swiper img {
  width: 320px;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.subject-intro-swiper .subject-swiper-container {
  width: 100%;
  height: 180px;
  
}
.subject-intro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subject-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.subject-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 3px;
  border-radius: 0;
  background-color: #eaeaea;
  opacity: 1;
}

.subject-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eaeaea;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.subject-swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #c3c3c3;
  animation: progress 5s linear;
  content: "";
}

.intro-content {
  flex: 1;
  margin-left: 78px;
  padding-left: 54px;
  background: url("../image/quote.png") no-repeat;
  background-size: 41px auto;
  background-position: 0 38px;
}

.intro-section .cont-1 {
  margin-top: 18px;
  margin-bottom: 16px;
}

.intro-section .bottom-notice {
  position: relative;
  padding-right: 60px;
  height: 46px;
  padding-left: 38px;
  overflow: hidden;
  color: #495079;
  font-weight: 500;
  font-size: 16px;
  background: url("../image/quote.png") no-repeat;
  background-size: 21px auto;
  background-position: 6px 14px;
  border-top: 1px solid #f3f3f3;
}

.subject-notice-container {
  height: 100%;
}

.intro-section .bottom-notice .more {
  position: absolute;
  right: 0;
  top: 14px;
}

.intro-section .notice-content {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.intro-section .bottom-notice .item-title {
  max-width: calc(100% - 6px - 51px - 38px);
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  color: #495079;
  font-weight: 500;
  font-size: 16px;
}

.intro-section .bottom-notice .time {
  color: rgba(0, 0, 0, 0.60);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}

/* 专题页活动 & 功能区 */
.activity-func-section {
  display: flex;
  gap: 14px;
  margin-top: 46px;
}

.activity-wrap {
  padding: 22px 22px 0;
  background-color: #fafafa;
  border-radius: 10px 10px 0 0 ;
}

.activity-cont-wrap {
  padding-top: 12px;
  display: grid;
  gap: 14px 22px;
  grid-template-columns: repeat(2, 50%);
}

.activity-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px 0 30px;
}

.activity-item:nth-child(1),
.activity-item:nth-child(2) {
  border-bottom: 1px solid #E6E6E6;
}

.activity-item .calendar {
  width: 88px;
  height: 65px;
  padding: 14px 0;
  border-radius: 3px;
  border-top: 4px solid #D44860;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}

.activity-item .calendar .date {
  color: #000;
  font-weight: 500;
}

.activity-item .calendar .time {
  color: rgba(0, 0, 0, 0.60);
  font-weight: 300;
}

.activity-item .meta {
  flex: 1;
}

.activity-item .meta .title {
  color: #495079;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.activity-item .meta .address {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3 ;
}

.func-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}

.func-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  width:100%;
  padding: 0 50px;
  color: #1F2E4C;
  font-weight: 400;
  font-size: 22px;
  background-color: #fafafa;
  border-radius: 10px;
}

.func-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
}

.func-item.green .icon {
  background-color: #94C23C;
}

.func-item.orange .icon {
  background-color: #E98C05;
}

.func-item.red .icon {
  background-color: #D44860;
}

.func-item .icon img {
  width: 40px;
  height: 40px;
}

/* 荣誉榜 */
.honor-list-wrap {
  margin-top: 42px;
  padding: 30px 40px 50px;
  background-color: #fafafa;
  border-radius: 10px;
  text-align: center;
}

.honor-list-wrap .title-2 {
  margin-bottom: 20px;
}

.honor-list-cont-wrap {
  display: flex;
  gap: 22px;
  margin-bottom: 20px;
}

.honor-item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.honor-item .honor-header {
  width: 100%;
  height: 95px;
  padding: 20px 0;
  line-height: 1.5;
}

.honor-item.progress-star-item .honor-header {
  background: url("../image/progress-star-bg.png") no-repeat;
  background-position: top left;
  background-color: #94C23C;
  background-size: 84px auto;
}

.honor-item.wisdom-star-item .honor-header {
  background: url("../image/wisdom-star-bg.png") no-repeat;
  background-position: top left;
  background-color: #E98C05;
  background-size: 89px auto;
}

.honor-item .honor-header .title {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.honor-item .honor-header .sub-title {
  margin-top: 6px;
  color: #fafafa;
  font-weight: 400;
  font-size: 12px;
}

.honor-item .name-list {
  height: calc(100% - 95px);
  padding: 12px 18px 22px;
  text-align: left;
}

.honor-item .name-list .name {
  display: inline-block;
  padding: 20px 0;
  min-width: 94px;
  color: #495079;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.honor-item .name-list table {
  height: 100%;
}

.honor-item .name-list table td {
  padding: 10px 5px;
}




/* “智慧星”风采  */
.wisdom-star {
  margin-top: 42px;
  padding: 30px 0 50px;
  background-color: #fafafa;
  text-align: center;
}

.wisdom-star-cont {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 27px;
}

.wisdom-star-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.wisdom-star-item .name {
  color: #32407C;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.wisdom-star-avatar {
  width: 98px;
  height: 98px;
  border-radius: 8px;
  overflow: hidden;
}

.wisdom-star-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.wisdom-star-avatar:hover img {
  transform: scale(1.1);
}

.wisdom-star-item:nth-child(1) .wisdom-star-avatar,
.wisdom-star-item:nth-child(5) .wisdom-star-avatar {
  border-radius: 50%;
}

.wisdom-star-item:nth-child(4) .wisdom-star-avatar,
.wisdom-star-item:nth-child(8) .wisdom-star-avatar {
  border-radius: 0 50% 50% 0;
}

/* 创客书目 */
.wisdom-star-item .book-cover {
  width: 98px;
}

.wisdom-star-item .book-cover  img {
  width: 100%;
  object-fit: cover;
}

/* 智慧星风采-移动端 */
.wisdom-star-mobile {
  margin-top: 36px;
  margin-bottom: 46px;
}

.wisdom-swiper {
  overflow: hidden;
}

.wisdom-swiper-slide {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, calc(50% - 10px));
  padding: 36px 1px;
}

.wisdom-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.wisdom-swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 100px;
  height: 3px;
  background-color: #f5f5f5;
}

.subject-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dfdfdf;
}

.slide-tip {
  margin-top: 12px;
  color: #444;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}


/* 图书馆之城 */
/* 小程序section */
.read-miniprogram-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 62px;
}

.read-miniprogram-section .info-item-wrap {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 30px;
  background-color: #fafafa;
  border-radius: 10px;
}

.read-miniprogram-section .info-item-wrap:nth-child(1),
.read-miniprogram-section .img-item-wrap,
.read-miniprogram-section .miniprogramme-item {
  grid-row: 1/3;
}

.read-miniprogram-section .info-item-wrap:nth-child(2) {
  grid-row: 1/2;
}

.read-miniprogram-section .info-item-wrap:nth-child(3) {
  grid-row: 2/3;
}


.read-miniprogram-section .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.read-miniprogram-section .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  overflow: hidden;
}

.read-miniprogram-section .info-item .icon.orange {
  background-color: #E98C05;
}

.read-miniprogram-section .info-item .icon.blue {
  background-color: #4D65CB;
}

.read-miniprogram-section .info-item .icon.green {
  background-color: #5BB705;
}

.read-miniprogram-section .item {
  width: 100%;
  background-color: #fafafa;
  border-radius: 10px;;
}

.read-miniprogram-section .info-item .icon img {
  width: 40px;
  height: 40px;
}

.read-miniprogram-section .info-item .meta {
  flex: 1;
}

.read-miniprogram-section .info-item .meta .title {
  color: #495079;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.read-miniprogram-section .info-item .meta .cont {
  color: #777;
  font-weight: 400;
  font-size: 14px;
}

.read-miniprogram-section .miniprogramme-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #4D65CB -40.69%, #6A87EC 125.8%);
}

.read-miniprogram-section .miniprogram-cont {
  display: flex;
  align-items: center;
  padding: 48px 23px 48px 40px;
  background-image: url("../image/read-miniprogramme-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.read-miniprogram-section .miniprogram-cont > img {
  width: 124px;
  border-radius: 8px;
  margin-right: 16px;
}

.read-miniprogram-section .miniprogram-cont .meta {
  flex: 1;
}

.read-miniprogram-section .miniprogram-cont .title {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.read-miniprogram-section .miniprogram-cont .cont {
  color: #fafafa;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.read-miniprogram-section .img-item-wrap img {
  width: 100%;
}


/* 统一服务成员馆 */
.unify-library {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.unify-library-title {
  padding: 53px 33px;
  text-align: center;
  grid-row: 1/3;
  border-radius: 10px;
  background-color: #E98C05;
  line-height: 1.45;
}

.unify-library-title .title {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.unify-library-title .more-wrap {
  margin-top: 5px;
}

.unify-library-title .more-wrap .more {
  color: #fff;
  background-image: url("../image/subject-right-arrow2.png");
}

.unify-library-title .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  margin: 20px 0;
}

.unify-library-title .extra {
  color: #fafafa;
  font-weight: 400;
  font-size: 13px;
}

.unify-library-title .extra .t-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.unify-library-title .extra .t-2 {
  margin-bottom: 12px;
  color: #F3F3F3;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.unify-library .lib-item {
  display: flex;
  align-items: center;
  min-height: 102px;
  padding: 23px 20px;
  background-color: #fafafa;
  border-radius: 10px;
}

.unify-library .lib-item .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.unify-library .lib-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unify-library .lib-item .line {
  width: 1px;
  height: 56px;
  background-color: #e1e0dd;
  margin-left: 30px;
  margin-right: 36px;
}

.unify-library .lib-item .meta {
  flex: 1;
  line-height: 1.45;
}

.unify-library .lib-item .title {
  margin-bottom: 3px;
  color: #495079;
  font-weight: 400;
  font-size: 16px;
}

.unify-library .lib-item .info {
  color: #777;
  font-weight: 300;
  font-size: 12px;
}

.unify-library .lib-item:nth-child(2) {
  grid-row: 1/1;
}


.children-home-service {}
.children-home-service .lib-item:nth-child(4) {
  grid-row: 1/3;
}
.children-home-service .unify-library-title {
  padding: 20px 20px 8px;
}
.children-home-service .unify-library-title .title {
  font-size: 18px;
}
.children-home-service .unify-library-title .line {
  margin: 10px 0;
}

.children-home-service.unify-library .lib-item .title {
  font-size: 18px;
}
.children-home-service.unify-library .lib-item .info {
  font-size: 14px;
  font-style: italic;
}
.children-home-service.unify-library .lib-item-column {
  flex-direction: column;
  padding: 20px 20px 8px;
}
.children-home-service.unify-library .lib-item-column .line {
  width: 56px;
  height: 1px;
  margin: 5px 0 14px;
}
.children-home-service.unify-library .lib-item-column .meta .title {
  margin-bottom: 10px;
}
.children-home-service.unify-library .lib-item-column .meta {
  text-align: center;
}
.children-home-service.unify-library .lib-item-column .meta .t-1 {
  font-weight: 500;
}
.children-home-service.unify-library .lib-item-column .meta .t-2 {
  margin-bottom: 12px;
}

.creators-home-service {}
.creators-home-service .unify-library-title {
  grid-row: 1 / 1;
  padding: 20px 20px 8px;
  background-color: #94C23C;
}
.creators-home-service.unify-library .lib-item .title {
  font-size: 18px;
}
.creators-home-service.unify-library .lib-item .text {
  font-size: 14px;
}




/* 童书同阅 */
.children-home-book {
  margin-top: 40px;
  padding: 20px 40px 30px;
  border-radius: 10px;
  background: #FAFAFA;
}
.children-home-book .list {
  display: flex;
  position: relative;
  padding-top: 28px;
}

.children-home-book-swiper {
  position: relative;
  /* margin: 0 50px; */
}

.children-home-book-swiper-ctrl {}
.children-home-book-swiper-ctrl .prev,
.children-home-book-swiper-ctrl .next {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 40px;
  height: 40px;
  background: #fff url("../image/subject-right-arrow.png") no-repeat;
  background-size: 10px auto;
  background-position: 50% 50%;
  border: 1px solid #ddd;
  border-radius: 4px;
  transform: translateY(-50%);
  cursor: pointer;
}
.children-home-book-swiper-ctrl .prev {
  right: auto;
  left: -100px;
  transform: translateY(-50%) rotate(180deg);
}


.children-home-book .list .item {
  width: 33.33%;
  display: flex;
  gap: 16px;
}
.children-home-book .list .img {
  width: 68px;
}
.children-home-book .list .img img {
    width: 100%;
}
.children-home-book .list .meta {
  flex: 1;
}
.children-home-book .list .meta .title {
  margin-bottom: 4px;
  color: #495079;
  font-size: 16px;
  font-style: italic;
}
.children-home-book .list .meta .text {
  color: #777;
  font-size: 14px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.children-home-book .list .item:hover .meta .text {
  text-decoration: underline;
}



/* 服务中心 */
.service-center {
  margin-top: 42px;
  padding: 30px 0 56px;
  background-color: #fafafa;
}

.service-center .title-2 {
  text-align: center;
}

.service-center-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
  padding: 30px 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.4;
}

.service-center-item {
  flex: 1;
}

.service-center-item > img {
  margin-bottom: 24px;
  width: 120px;
}

.service-center-item .title {
  margin-bottom: 12px;
  color: #495079;
  font-weight: 400;
  font-size: 20px;
}

.service-center-item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 78px;
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}




@media (max-width: 1400px) {
  .children-page .main-search {
    top: 60px;
  }
}

@media (max-width: 992px) {
  .title-1 {
    font-size: 20px;
  }

  .title-2 {
    font-size: 20px;
  }

  .pc-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .mobile-show.title-more-wrap {
    display: flex;
  }

  .title-more-wrap {
    margin-bottom: 16px;
  }

  .page-content {
    padding-top: 30%;
  }

  .children-page {
    padding-top: 120px;
  }

  .children-page .banner-img {
    position: relative;
    top: 0;
  }

  .children-page .banner-img img {
    min-height: 300px;
    object-fit: cover;
  }

  .main-search {
    top: 30px;
  }


  /* 专题页简介 */
  .intro-section {
    padding: 0 12px;
  }

  .top-intro-desc {
    flex-direction: column;
    gap: 36px;
    padding: 12px 0 24px;
  }

  .subject-intro-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: calc(56.25% + 20px);
  }

  .subject-intro-swiper .subject-swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
  }

  .subject-intro-swiper .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 20px);
  }

  .subject-intro-swiper img {
    width: 100%;
    height: 100%;
  }

  .intro-content {
    margin-left: 0;
    padding-left: 45px;
    background-size: 27px auto;
    background-position: 0 33px;
  }

  .intro-section .cont-1 {
    margin-top: 13px;
  }

  .intro-section .bottom-notice {
    height: 36px;
    padding-left: 0;
    font-weight: 300;
    font-size: 12px;
    background: none;
  }

  .intro-section .bottom-notice .more {
    top: 10px;
  }

  .intro-section .notice-content {
    gap: 6px;
  }

  .intro-section .bottom-notice .item-title {
    max-width: calc(100% - 6px - 65px);
  }

  .intro-section .bottom-notice .time {
    font-size: 12px;
  }

  /* 专题页活动 & 功能区 */
  .activity-func-section {
    flex-direction: column-reverse;
    gap: 36px;
    margin-top: 36px;
  }

  .activity-wrap {
    padding: 0;
    background-color: #fff;
  }

  .title-more-wrap .title {
    font-size: 20px;
  }

  .activity-cont-wrap {
    padding: 20px 12px;
    gap: 12px;
    grid-template-columns: repeat(1, 100%);
    background-color: #fafafa;
    border-radius: 10px;
  }

  .activity-item {
    padding: 12px 0 20px;
  }

  .activity-item:nth-child(1),
  .activity-item:nth-child(2) {
    border-bottom: 0;
  }

  .func-wrap {
    flex-direction: row;
    gap: 16px;
  }

  .func-item {
    flex-direction: column;
    gap: 22px;
    padding: 28px 0;
    font-size: 18px;
  }

  .func-item .icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .func-item .icon img {
    width: 27px;
    height: 27px;
  }

  /* 荣誉榜 */
  .honor-list-wrap {
    margin-top: 36px;
    padding: 0;
    background-color: #fff;
  }

  .honor-list-wrap > .more {
    display: none;
  }

  .honor-list-cont-wrap {
    flex-direction: column;
    gap: 24px;
  }

  .honor-item {
    background-color: #fafafa;
  }

  .honor-item .honor-header {
    height: 87px;
    padding: 14px 0 20px;
  }

  .honor-item.progress-star-item .honor-header,
  .honor-item.wisdom-star-item .honor-header {
    background-image: none;
  }

  .honor-item .honor-header .title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .honor-item .name-list {
    padding: 16px 12px;
  }

  .honor-item .name-list .name {
    padding: 14px 8px;
    min-width: 76px;
  }

  /* 智慧星风采 */
  .wisdom-star-item a {
    gap: 10px;
  }

  .wisdom-star-item .name {
    font-size: 16px;
  }

  .wisdom-star-avatar {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }

  .wisdom-star-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }








  /* 创客书目推荐 */
  .wisdom-star-item .book-cover {
    width: 100%;
  }


  /* 图书馆之城 */
  /* 小程序section */
  .read-miniprogram-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
  }

  .read-miniprogram-section .info-item-wrap {
    padding: 16px 20px;
  }

  .read-miniprogram-section .info-item .meta .cont.ellipsis-6 {
    -webkit-line-clamp: 4;
  }

  .read-miniprogram-section .info-item .meta .cont {
    font-size: 12px;
  }

  .read-miniprogram-section .miniprogram-cont {
    padding: 32px 25px;
  }

  .read-miniprogram-section .miniprogram-cont > img {
    width: 80px;
    height: 80px;
    margin-right: 14px;
  }

  .read-miniprogram-section .miniprogram-cont .cont {
    font-size: 13px;
  }

  /* 统一服务成员馆 */
  .unify-library {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 36px;
  }

  .unify-library-title {
    padding: 20px 30px;
  }

  .unify-library-title .title {
    font-size: 20px;
  }

  .unify-library-title .more-wrap {
    margin-top: 4px;
  }

  .unify-library-title .more-wrap .more {
    font-size: 12px;
  }

  .unify-library-title .line {
    margin: 8px 0 14px;
  }

  .unify-library-title .extra {
    margin: 0 auto;
    /* max-width: 200px; */
  }

  .unify-library-title .extra .t-1 {
    font-size: 13px;
  }

  .unify-library-title .extra .t-2 {
    font-size: 13px;
  }

  .unify-library .lib-item {
    min-height: 96px;
    padding: 18px 15px;
  }

  .unify-library .lib-item .avatar {
    width: 50px;
    height: 50px;
  }

  .unify-library .lib-item .line {
    height: 50px;
  }

  /* 服务中心 */
  .service-center {
    margin-top: 36px;
    margin-bottom: 44px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  .service-center-wrap {
    flex-direction: column;
    gap: 36px;
    padding: 0;
    text-align: center;
  }

  .service-center-item > img {
    margin-bottom: 16px;
  }

  .service-center-item .title {
    font-size: 18px;
    line-height: 1.55;
  }

  .service-center-item .desc {
    height: auto;
  }

  .children-home-book-swiper {
    margin: 0;
  }

  .children-home-book-swiper-ctrl {
    display: none;
  }
}


@media (max-width: 640px) {
  /* 活动天地 */
  .activity-broadcast .item a {
    flex-direction: column;
  }

  .activity-broadcast .item .img {
    width: 100%;
  }

  .activity-broadcast .slide-text .title {
    font-size: 16px;
  }
}
