.original-section[data-v-47140359] {
  padding: 40px 0;
  background-image: url(../../static/img/originalbg.40b4f1cb.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.original-section[data-v-47140359]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
}
.section-header[data-v-47140359] {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-header .title-group .main-title[data-v-47140359] {
  font-size: 32px;
  color: white;
  margin: 0 0 16px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
}
.section-header .title-group .main-title[data-v-47140359]::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #1d9c40;
  border-radius: 2px;
}
.section-header .title-group .sub-title[data-v-47140359] {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.section-header .view-all[data-v-47140359] {
  background-color: transparent;
  border-color: transparent;
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-header .view-all[data-v-47140359]:hover {
  background-color: #15712e;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.book-carousel-container[data-v-47140359] {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.book-carousel[data-v-47140359] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform;
}
.book-card[data-v-47140359] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.book-card:hover .book-cover img[data-v-47140359] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.book-cover[data-v-47140359] {
  position: relative;
}
.book-cover img[data-v-47140359] {
  width: 180px;
  height: 240px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.book-cover .book-status[data-v-47140359] {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.book-cover .book-status.completed[data-v-47140359] {
  background-color: #1d9c40;
}
.book-cover .book-status.serial[data-v-47140359] {
  background-color: #f39c12;
}
.book-info[data-v-47140359] {
  padding: 12px;
}
.book-info .book-title[data-v-47140359] {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-info .book-author[data-v-47140359] {
  font-size: 14px;
  color: #f2f2f2;
  margin: 0 0 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-info .book-meta[data-v-47140359] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #888;
}
@media (max-width: 768px) {
.section-header[data-v-47140359] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.section-header .view-all[data-v-47140359] {
    margin-top: 15px;
}
.main-title[data-v-47140359] {
    font-size: 28px !important;
}
.sub-title[data-v-47140359] {
    font-size: 16px !important;
}
.book-card[data-v-47140359] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
}
.book-cover[data-v-47140359] {
    height: 120px;
}
}
@charset "UTF-8";
.shuzhi-bookshelf[data-v-0a7a0c2e] {
  width: 100%;
  background-image: url(../../static/img/shuzhibg1.6b82a397.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.particles-background[data-v-0a7a0c2e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.particle[data-v-0a7a0c2e] {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: floatParticle-data-v-0a7a0c2e linear infinite;
          animation: floatParticle-data-v-0a7a0c2e linear infinite;
}
@-webkit-keyframes floatParticle-data-v-0a7a0c2e {
0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 0;
}
10% {
    opacity: 0.7;
}
90% {
    opacity: 0.3;
}
100% {
    -webkit-transform: translateY(-100vh) translateX(20px);
            transform: translateY(-100vh) translateX(20px);
    opacity: 0;
}
}
@keyframes floatParticle-data-v-0a7a0c2e {
0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 0;
}
10% {
    opacity: 0.7;
}
90% {
    opacity: 0.3;
}
100% {
    -webkit-transform: translateY(-100vh) translateX(20px);
            transform: translateY(-100vh) translateX(20px);
    opacity: 0;
}
}
.cards-scene[data-v-0a7a0c2e] {
  position: relative;
  width: 100%;
  height: 600px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.cards-container[data-v-0a7a0c2e] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: visible;
}
.book-card[data-v-0a7a0c2e] {
  position: absolute;
  width: 190px;
  height: 290px;
  left: 50%;
  margin-left: -100px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: z-index 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: z-index 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  /* 动画期间需要较高的z-index */
  will-change: transform, opacity, z-index;
}
.book-card[data-v-0a7a0c2e]:hover {
  z-index: 100;
}

/* 新增树叶飘落动画样式 */
@-webkit-keyframes leafFloat-data-v-0a7a0c2e {
0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0;
}
10% {
    opacity: 0.9;
}
90% {
    opacity: 0.6;
}
100% {
    -webkit-transform: translate(var(--end-x), var(--end-y)) rotate(var(--end-rotate));
            transform: translate(var(--end-x), var(--end-y)) rotate(var(--end-rotate));
    opacity: 0;
}
}
@keyframes leafFloat-data-v-0a7a0c2e {
0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 0;
}
10% {
    opacity: 0.9;
}
90% {
    opacity: 0.6;
}
100% {
    -webkit-transform: translate(var(--end-x), var(--end-y)) rotate(var(--end-rotate));
            transform: translate(var(--end-x), var(--end-y)) rotate(var(--end-rotate));
    opacity: 0;
}
}
@-webkit-keyframes leafWobble-data-v-0a7a0c2e {
0%, 100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}
25% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
}
75% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
}
}
@keyframes leafWobble-data-v-0a7a0c2e {
0%, 100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
}
25% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
}
75% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
}
}
/* 树叶飘落效果 */
.leaf[data-v-0a7a0c2e] {
  -webkit-animation: leafFloat-data-v-0a7a0c2e 2s ease-out forwards,leafWobble-data-v-0a7a0c2e 0.8s ease-in-out infinite;
          animation: leafFloat-data-v-0a7a0c2e 2s ease-out forwards,leafWobble-data-v-0a7a0c2e 0.8s ease-in-out infinite;
}

/* 响应式调整 */
@media (max-width: 1200px) {
.stars-container.left[data-v-0a7a0c2e] {
    left: 20px;
}
.stars-container.right[data-v-0a7a0c2e] {
    right: 20px;
}
}
@media (max-width: 900px) {
.stars-container.left[data-v-0a7a0c2e] {
    left: 15px;
}
.stars-container.right[data-v-0a7a0c2e] {
    right: 15px;
}
}
@media (max-width: 600px) {
.stars-container[data-v-0a7a0c2e] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.stars-container.left[data-v-0a7a0c2e], .stars-container.right[data-v-0a7a0c2e] {
    left: 50%;
    right: auto;
}
}
/* 添加飞入动画的关键帧 */
@-webkit-keyframes slideInFromLeft-data-v-0a7a0c2e {
0% {
    -webkit-transform: translateX(-100vw) rotate(-10deg);
            transform: translateX(-100vw) rotate(-10deg);
    opacity: 0;
}
70% {
    opacity: 0.7;
}
100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
}
}
@keyframes slideInFromLeft-data-v-0a7a0c2e {
0% {
    -webkit-transform: translateX(-100vw) rotate(-10deg);
            transform: translateX(-100vw) rotate(-10deg);
    opacity: 0;
}
70% {
    opacity: 0.7;
}
100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
}
}
.card-inner[data-v-0a7a0c2e] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card-front[data-v-0a7a0c2e], .card-back[data-v-0a7a0c2e] {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}
.card-front[data-v-0a7a0c2e] {
  background-image: url(../../static/img/pokerbookbg.e92874b4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.card-glow[data-v-0a7a0c2e] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
  opacity: 0.5;
  -webkit-animation: rotatingGlow-data-v-0a7a0c2e 10s linear infinite;
          animation: rotatingGlow-data-v-0a7a0c2e 10s linear infinite;
}
@-webkit-keyframes rotatingGlow-data-v-0a7a0c2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotatingGlow-data-v-0a7a0c2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.book-cover[data-v-0a7a0c2e] {
  width: 70%;
  height: 60%;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.book-cover .cover-image[data-v-0a7a0c2e] {
  width: 100%;
  height: 100%;
}
.book-branch[data-v-0a7a0c2e] {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  z-index: 3;
}
.book-status[data-v-0a7a0c2e] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.book-status.completed[data-v-0a7a0c2e] {
  background-color: #1d9c40;
}
.book-status.serial[data-v-0a7a0c2e] {
  background-color: #f39c12;
}
.card-shine[data-v-0a7a0c2e] {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: shine-data-v-0a7a0c2e 3s infinite;
          animation: shine-data-v-0a7a0c2e 3s infinite;
}
@-webkit-keyframes shine-data-v-0a7a0c2e {
0% {
    left: -100%;
}
20% {
    left: 100%;
}
100% {
    left: 100%;
}
}
@keyframes shine-data-v-0a7a0c2e {
0% {
    left: -100%;
}
20% {
    left: 100%;
}
100% {
    left: 100%;
}
}
.card-back[data-v-0a7a0c2e] {
  background-image: url(../../static/img/pokerbookbg.e92874b4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.back-content[data-v-0a7a0c2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.back-content .title[data-v-0a7a0c2e] {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  /* 限制最多两行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.back-content .author[data-v-0a7a0c2e] {
  font-size: 14px;
  color: #5ac725;
  margin-bottom: 15px;
}
.back-content .stats[data-v-0a7a0c2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
}
.back-content .stats .stat-item[data-v-0a7a0c2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-content .stats .stat-item .stat-icon[data-v-0a7a0c2e] {
  font-size: 20px;
  margin-bottom: 5px;
}
.back-content .stats .stat-item .stat-value[data-v-0a7a0c2e] {
  font-size: 14px;
  color: #9cd258;
}
.back-content .description[data-v-0a7a0c2e] {
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
  color: #5ac725;
}
.back-content .action-btn[data-v-0a7a0c2e] {
  background: -webkit-gradient(linear, left top, right top, from(#f46b45), to(#eea849));
  background: linear-gradient(to right, #f46b45, #eea849);
  color: white;
  text-align: center;
  padding: 8px 0;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-content .action-btn[data-v-0a7a0c2e]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.flipped[data-v-0a7a0c2e] {
  -webkit-transform: rotateY(180deg) translateY(-100%);
          transform: rotateY(180deg) translateY(-100%);
}
.silk-hanging[data-v-0a7a0c2e] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  cursor: pointer;
}
.silk-hanging.left[data-v-0a7a0c2e] {
  left: 30px;
}
.silk-hanging.right[data-v-0a7a0c2e] {
  right: 30px;
}
.silk-content[data-v-0a7a0c2e] {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#8b0000), to(#6b0000));
  background: linear-gradient(to bottom, #8b0000, #6b0000);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.silk-content[data-v-0a7a0c2e]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}
.silk-text[data-v-0a7a0c2e] {
  color: #f8d568;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.silk-text.active[data-v-0a7a0c2e] {
  color: #ffeb3b;
  text-shadow: 0 0 10px rgba(255, 235, 59, 0.7);
}
.silk-text span[data-v-0a7a0c2e] {
  font-size: 22px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 8px;
  margin: 5px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.silk-tassel[data-v-0a7a0c2e] {
  width: 20px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd700), to(#daa520));
  background: linear-gradient(to bottom, #ffd700, #daa520);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.silk-tassel[data-v-0a7a0c2e]::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 10px;
  background: #8b0000;
  border-radius: 50%;
}
.title-decoration[data-v-0a7a0c2e] {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-title[data-v-0a7a0c2e] {
  color: #b5d577;
  font-size: 36px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  margin: 0 40px;
  font-family: serif;
  letter-spacing: 5px;
}
.decoration-branch[data-v-0a7a0c2e] {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.decoration-branch.left-branch[data-v-0a7a0c2e] {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url(../../static/img/shuye.e84ebb6a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.decoration-branch.right-branch[data-v-0a7a0c2e] {
  background-image: url(../../static/img/shuye.e84ebb6a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
.silk-hanging.left[data-v-0a7a0c2e] {
    left: 10px;
}
.silk-hanging.right[data-v-0a7a0c2e] {
    right: 10px;
}
}
@media (max-width: 900px) {
.cards-scene[data-v-0a7a0c2e] {
    height: 500px;
}
.book-card[data-v-0a7a0c2e] {
    width: 160px;
    height: 260px;
    margin-left: -80px;
}
.silk-content[data-v-0a7a0c2e] {
    width: 60px;
}
.silk-text span[data-v-0a7a0c2e] {
    font-size: 18px;
}
.main-title[data-v-0a7a0c2e] {
    font-size: 28px;
}
}
@media (max-width: 600px) {
.silk-hanging[data-v-0a7a0c2e] {
    display: none;
}
.cards-scene[data-v-0a7a0c2e] {
    height: 400px;
}
.book-card[data-v-0a7a0c2e] {
    width: 130px;
    height: 210px;
    margin-left: -65px;
}
.card-back[data-v-0a7a0c2e] {
    padding: 10px;
}
.card-back .title[data-v-0a7a0c2e] {
    font-size: 14px;
}
.card-back .author[data-v-0a7a0c2e] {
    font-size: 12px;
}
.title-decoration[data-v-0a7a0c2e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.decoration-branch[data-v-0a7a0c2e] {
    display: none;
}
.main-title[data-v-0a7a0c2e] {
    margin: 10px 0;
    font-size: 24px;
}
}
.stars-container[data-v-0a7a0c2e] {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  cursor: pointer;
}
.stars-container.left[data-v-0a7a0c2e] {
  left: 40px;
}
.stars-container.right[data-v-0a7a0c2e] {
  right: 40px;
}
.star-item[data-v-0a7a0c2e] {
  margin: 30px 0;
  position: relative;
  background-image: url(../../static/img/shuye.e84ebb6a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.star-icon[data-v-0a7a0c2e] {
  position: relative;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.star-icon span[data-v-0a7a0c2e] {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.star-icon[data-v-0a7a0c2e]:not(.active) {
  opacity: 0.6;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.star-icon[data-v-0a7a0c2e]:not(.active)::before {
  background: linear-gradient(135deg, #888 0%, #666 100%);
}
.star-icon:not(.active) span[data-v-0a7a0c2e] {
  color: #888;
}
.star-icon.active[data-v-0a7a0c2e] {
  -webkit-filter: none;
          filter: none;
}
.star-icon.active[data-v-0a7a0c2e]::before {
  background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
  -webkit-box-shadow: 0 0 20px #ffdd00, 0 0 40px rgba(255, 221, 0, 0.5);
          box-shadow: 0 0 20px #ffdd00, 0 0 40px rgba(255, 221, 0, 0.5);
}
.star-icon.active span[data-v-0a7a0c2e] {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.star-icon.active .star-shine[data-v-0a7a0c2e] {
  opacity: 1;
}
.star-icon[data-v-0a7a0c2e]:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.star-shine[data-v-0a7a0c2e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  opacity: 0;
  z-index: 1;
  -webkit-animation: starPulse-data-v-0a7a0c2e 2s infinite;
          animation: starPulse-data-v-0a7a0c2e 2s infinite;
}
@-webkit-keyframes starPulse-data-v-0a7a0c2e {
0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
}
@keyframes starPulse-data-v-0a7a0c2e {
0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
}
.particle-break[data-v-0a7a0c2e] {
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1200px) {
.stars-container.left[data-v-0a7a0c2e] {
    left: 20px;
}
.stars-container.right[data-v-0a7a0c2e] {
    right: 20px;
}
.star-icon[data-v-0a7a0c2e] {
    width: 70px;
    height: 70px;
}
.star-icon span[data-v-0a7a0c2e] {
    font-size: 13px;
}
}
@media (max-width: 900px) {
.stars-container.left[data-v-0a7a0c2e] {
    left: 15px;
}
.stars-container.right[data-v-0a7a0c2e] {
    right: 15px;
}
.star-icon[data-v-0a7a0c2e] {
    width: 60px;
    height: 60px;
}
.star-icon span[data-v-0a7a0c2e] {
    font-size: 12px;
}
.star-item[data-v-0a7a0c2e] {
    margin: 20px 0;
}
}
@media (max-width: 600px) {
.stars-container[data-v-0a7a0c2e] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.stars-container.left[data-v-0a7a0c2e], .stars-container.right[data-v-0a7a0c2e] {
    left: 50%;
    right: auto;
}
.star-item[data-v-0a7a0c2e] {
    margin: 0 5px;
}
.star-icon[data-v-0a7a0c2e] {
    width: 50px;
    height: 50px;
}
.star-icon span[data-v-0a7a0c2e] {
    font-size: 10px;
}
}
.shusexDot[data-v-0a7a0c2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  left: calc(50% - 250px);
  bottom: 0;
  height: 100px;
  width: 500px;
}
.shusexDot .dotItem[data-v-0a7a0c2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #888;
  font-weight: bold;
  width: 100px;
  height: 100px;
  background-image: url(../../static/img/shuye.e84ebb6a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  /* 浮动效果 */
}
.shusexDot .dotItem[data-v-0a7a0c2e]:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  z-index: 9;
  /* 可选：暂停浮动动画 */
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.shusexDot .dotItemActive[data-v-0a7a0c2e] {
  color: #fff;
  background-image: url(../../static/img/shuye.e84ebb6a.png);
}

/* 整体浮动效果 */
@-webkit-keyframes gentleFloat-data-v-0a7a0c2e {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
}
@keyframes gentleFloat-data-v-0a7a0c2e {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}
}
/* 响应式调整 */
@media (max-width: 600px) {
.shusexDot[data-v-0a7a0c2e] {
    width: 100%;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}
.shusexDot .dotItem[data-v-0a7a0c2e] {
    width: 80px;
    height: 80px;
}
.shusexDot .dotItem .inner-glow[data-v-0a7a0c2e] {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
}
}
@charset "UTF-8";
.leaves-container[data-v-63b25b3b] {
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-image: url(../../static/img/flyLeaves1.d3bc201b.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.leaves-container h1[data-v-63b25b3b] {
  font-size: 2.2rem;
  color: #3ba959;
  text-align: center;
  margin-bottom: 10px;
}
.leaves-container .subtitle[data-v-63b25b3b] {
  color: #3baF7F;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 100px;
  /* 增加底部间距，为树叶飘落提供空间 */
  font-weight: 600;
}
.falling-leaves[data-v-63b25b3b] {
  position: relative;
  width: 100%;
  height: 80%;
}
.leaf[data-v-63b25b3b] {
  background-image: url(../../static/img/shuye.e84ebb6a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50% 0 50% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  padding: 10px;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-timing-function: linear, ease-in-out;
          animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.leaf[data-v-63b25b3b]:hover {
  -webkit-transform: rotate(0deg) scale(1.2);
          transform: rotate(0deg) scale(1.2);
  z-index: 100;
  /* 增强文字立体效果 */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4), 2px 2px 2px rgba(0, 0, 0, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
}
.leaf-content[data-v-63b25b3b] {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.leaf:hover .leaf-content[data-v-63b25b3b] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* 书籍信息弹框 */
.book-info-popup[data-v-63b25b3b] {
  position: absolute;
  width: 260px;
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.book-info-popup.active[data-v-63b25b3b] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.book-info-popup .popup-content[data-v-63b25b3b] {
  position: relative;
  padding: 8px;
}
.book-info-popup .popup-content .close-btn[data-v-63b25b3b] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.book-info-popup .popup-content .close-btn[data-v-63b25b3b]:hover {
  background: #e0e0e0;
}
.book-info-popup .popup-content .book-cover[data-v-63b25b3b] {
  width: 90px;
  height: 130px;
  float: left;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.book-info-popup .popup-content .book-cover img[data-v-63b25b3b] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.book-info-popup .popup-content .book-details[data-v-63b25b3b] {
  overflow: hidden;
}
.book-info-popup .popup-content .book-details h3[data-v-63b25b3b] {
  color: #2c3e50;
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.3;
}
.book-info-popup .popup-content .book-details .book-author[data-v-63b25b3b] {
  color: #333;
  opacity: 0.4;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.book-info-popup .popup-content .book-details .book-category[data-v-63b25b3b] {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 10px;
}
.book-info-popup .popup-content .book-details .book-status[data-v-63b25b3b] {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 8px;
  margin-bottom: 10px;
}
.book-info-popup .popup-content .book-details .book-status.completed[data-v-63b25b3b] {
  background: #e8f5e9;
  color: #388e3c;
}
.book-info-popup .popup-content .book-details .book-status.serializing[data-v-63b25b3b] {
  background: #fff3e0;
  color: #f57c00;
}
.book-info-popup .popup-content .book-details .book-description[data-v-63b25b3b] {
  color: #546e7a;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.book-info-popup .popup-content .book-details .book-rating .stars[data-v-63b25b3b] {
  color: #F5B041;
  font-weight: bold;
  font-size: 1rem;
}
.hint[data-v-63b25b3b] {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse-data-v-63b25b3b 2s infinite;
          animation: pulse-data-v-63b25b3b 2s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  max-width: 90%;
}
.hint p[data-v-63b25b3b] {
  margin: 0;
  color: #2c3e50;
  font-weight: 500;
}
.hint .icon[data-v-63b25b3b] {
  margin-right: 10px;
  font-size: 1.5rem;
  color: #3498db;
}
@-webkit-keyframes pulse-data-v-63b25b3b {
0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
}
100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
}
@keyframes pulse-data-v-63b25b3b {
0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
}
100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
}
/* Leaf colors */
/* 新的飘落动画 - 从标题下方开始 */
@-webkit-keyframes leafFall-data-v-63b25b3b {
0% {
    top: -100px;
    left: 100px;
    opacity: 0.8;
    -webkit-transform: rotate(45deg) translateX(0) rotate(0deg);
            transform: rotate(45deg) translateX(0) rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    /* 色相旋转起点 */
}
25% {
    opacity: 1;
    -webkit-transform: rotate(55deg) translateX(30px) rotate(0deg);
            transform: rotate(55deg) translateX(30px) rotate(0deg);
}
50% {
    -webkit-transform: rotate(35deg) translateX(-40px) rotate(0deg);
            transform: rotate(35deg) translateX(-40px) rotate(0deg);
}
75% {
    -webkit-transform: rotate(65deg) translateX(20px) rotate(0deg);
            transform: rotate(65deg) translateX(20px) rotate(0deg);
}
100% {
    top: 90%;
    opacity: 0.6;
    -webkit-transform: rotate(45deg) translateX(0) rotate(0deg);
            transform: rotate(45deg) translateX(0) rotate(0deg);
    -webkit-filter: hue-rotate(60deg);
            filter: hue-rotate(60deg);
    /* 色相旋转终点 */
}
}
@keyframes leafFall-data-v-63b25b3b {
0% {
    top: -100px;
    left: 100px;
    opacity: 0.8;
    -webkit-transform: rotate(45deg) translateX(0) rotate(0deg);
            transform: rotate(45deg) translateX(0) rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
    /* 色相旋转起点 */
}
25% {
    opacity: 1;
    -webkit-transform: rotate(55deg) translateX(30px) rotate(0deg);
            transform: rotate(55deg) translateX(30px) rotate(0deg);
}
50% {
    -webkit-transform: rotate(35deg) translateX(-40px) rotate(0deg);
            transform: rotate(35deg) translateX(-40px) rotate(0deg);
}
75% {
    -webkit-transform: rotate(65deg) translateX(20px) rotate(0deg);
            transform: rotate(65deg) translateX(20px) rotate(0deg);
}
100% {
    top: 90%;
    opacity: 0.6;
    -webkit-transform: rotate(45deg) translateX(0) rotate(0deg);
            transform: rotate(45deg) translateX(0) rotate(0deg);
    -webkit-filter: hue-rotate(60deg);
            filter: hue-rotate(60deg);
    /* 色相旋转终点 */
}
}
/* 为每个树叶设置不同的动画参数 */
.leaf-1[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 18s linear infinite;
          animation: leafFall-data-v-63b25b3b 18s linear infinite;
  left: 5%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.leaf-2[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 20s linear infinite;
          animation: leafFall-data-v-63b25b3b 20s linear infinite;
  left: 15%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.leaf-3[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 22s linear infinite;
          animation: leafFall-data-v-63b25b3b 22s linear infinite;
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.leaf-4[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 16s linear infinite;
          animation: leafFall-data-v-63b25b3b 16s linear infinite;
  left: 35%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.leaf-5[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 24s linear infinite;
          animation: leafFall-data-v-63b25b3b 24s linear infinite;
  left: 45%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf-6[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 19s linear infinite;
          animation: leafFall-data-v-63b25b3b 19s linear infinite;
  left: 55%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.leaf-7[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 21s linear infinite;
          animation: leafFall-data-v-63b25b3b 21s linear infinite;
  left: 65%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.leaf-8[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 17s linear infinite;
          animation: leafFall-data-v-63b25b3b 17s linear infinite;
  left: 75%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.leaf-9[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 23s linear infinite;
          animation: leafFall-data-v-63b25b3b 23s linear infinite;
  left: 85%;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.leaf-10[data-v-63b25b3b] {
  -webkit-animation: leafFall-data-v-63b25b3b 15s linear infinite;
          animation: leafFall-data-v-63b25b3b 15s linear infinite;
  left: 95%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* 响应式设计 */
@media (max-width: 768px) {
.leaf[data-v-63b25b3b] {
    width: 60px;
    height: 80px;
    font-size: 12px;
}
.leaf[data-v-63b25b3b]:hover {
    -webkit-transform: rotate(0deg) scale(1.1);
            transform: rotate(0deg) scale(1.1);
}
.book-info-popup[data-v-63b25b3b] {
    width: 300px;
}
.book-info-popup .popup-content[data-v-63b25b3b] {
    padding: 15px;
}
.subtitle[data-v-63b25b3b] {
    margin-bottom: 80px;
}
}
@media (max-width: 480px) {
.falling-leaves[data-v-63b25b3b] {
    height: 500px;
}
.leaf[data-v-63b25b3b] {
    width: 50px;
    height: 70px;
    font-size: 10px;
}
.leaf[data-v-63b25b3b]:hover {
    -webkit-transform: rotate(0deg) scale(1.05);
            transform: rotate(0deg) scale(1.05);
}
.book-info-popup[data-v-63b25b3b] {
    width: 280px;
}
.book-info-popup .popup-content[data-v-63b25b3b] {
    padding: 12px;
}
.subtitle[data-v-63b25b3b] {
    margin-bottom: 60px;
}
}














































































































































































































/* 书枝整体风格：暖白、原木色、金棕点缀，仿佛翻开一本古朴但现代的书 */
.book-branch-board[data-v-a2e95f08] {
  padding: 2rem 1.5rem 2.5rem;
  background: #fdfaf5;
  background-image: radial-gradient(circle at 20% 30%, rgba(252, 228, 184, 0.2) 0%, transparent 30%),
  linear-gradient(165deg, #faf1e2 0%, #fff9f0 100%);
  /*border-radius: 48px 48px 32px 32px;*/
  border-radius: 48px 48px 0 0;
  /*box-shadow: 0 15px 40px -10px rgba(120, 70, 20, 0.25), inset 0 1px 4px #fffefc;*/
  font-family: 'Georgia', 'Times New Roman', '宋体', 'Songti SC', 'Microsoft YaHei', serif;
  position: relative;
  overflow: hidden;
}

/* 书枝特色装饰：仿木纹/树枝纹理 */
.book-branch-board[data-v-a2e95f08]::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M10 10 Q20 5, 30 10 Q35 15, 30 25 Q25 32, 15 30 Q8 25, 10 10" fill="none" stroke="%23dba978" stroke-width="0.6" opacity="0.1"/></svg>');
  pointer-events: none;
  opacity: 0.2;
}
.board-header[data-v-a2e95f08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 3;
}
.branch-tab[data-v-a2e95f08] {
  background: transparent;
  border: none;
  padding: 0.6rem 1.8rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #a8754a;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 2px;
  font-family: 'ZCOOL KuaiLe', 'Segoe UI', cursive;
  text-shadow: 2px 2px 2px rgba(253, 237, 214, 0.8);
  border-radius: 100px 100px 20px 20px;
}
.tab-text[data-v-a2e95f08] {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tab-decoration[data-v-a2e95f08] {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #eec68f;
  border-radius: 4px;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.branch-tab.active .tab-decoration[data-v-a2e95f08] {
  height: 8px;
  bottom: -2px;
  background: #c28a4b;
  opacity: 1;
  -webkit-box-shadow: 0 0 12px #ffcd94;
          box-shadow: 0 0 12px #ffcd94;
  left: 5%;
  width: 90%;
}
.branch-tab.active .tab-text[data-v-a2e95f08] {
  color: #5f3e25;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-shadow: 0 4px 8px #fad19e;
}
.branch-tab:not(.active):hover .tab-text[data-v-a2e95f08] {
  color: #946b3d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.board-stage[data-v-a2e95f08] {
  position: relative;
  min-height: 420px; /* 增加高度容纳展开的书 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.2rem;
}

/* 左右波浪装饰 */
.stage-decoration[data-v-a2e95f08] {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  background: radial-gradient(ellipse at center, #eedcc8 0%, transparent 70%);
  opacity: 0.25;
  border-radius: 50%;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.left-wave[data-v-a2e95f08] {
  left: -10px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.right-wave[data-v-a2e95f08] {
  right: -10px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

/* 横向滚动容器 */
.scroll-container[data-v-a2e95f08] {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 10px 30px 10px;
  width: 100%;
  scroll-behavior: smooth;
  position: relative;
  z-index: 5;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.scroll-container[data-v-a2e95f08]::-webkit-scrollbar {
  display: none;
}
.author-stream[data-v-a2e95f08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.8rem 1.5rem;
}

/* ========= 立体书卡片样式 ========= */
.author-volume[data-v-a2e95f08] {
  width: 220px;
  height: 270px; /* 固定高度，保证书型 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-filter: drop-shadow(6px 10px 12px rgba(150, 100, 50, 0.15));
          filter: drop-shadow(6px 10px 12px rgba(150, 100, 50, 0.15));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.author-volume[data-v-a2e95f08]:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-filter: drop-shadow(12px 18px 18px rgba(160, 100, 30, 0.25));
          filter: drop-shadow(12px 18px 18px rgba(160, 100, 30, 0.25));
}

/* 书脊 */
.volume-spine[data-v-a2e95f08] {
  position: absolute;
  left: -4px;
  top: 18px;
  bottom: 18px;
  width: 8px;
  background: linear-gradient(145deg, #b98c5f, #7b5839);
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: inset -1px 0 3px #3e2d1c;
          box-shadow: inset -1px 0 3px #3e2d1c;
  z-index: 10;
}

/* 书的封面 - 可掀开的部分 */
.volume-cover[data-v-a2e95f08] {
  position: absolute;
  top: 0;
  left: 4px; /* 留出书脊位置 */
  right: 0;
  bottom: 0;
  background: #fffcf2;
  background: linear-gradient(145deg, #fffbf0, #fef3e0);
  border: 1px solid #ebd2b0;
  border-radius: 0 20px 20px 8px;
  padding: 20px 12px 18px 18px;
  -webkit-box-shadow: 4px 6px 12px rgba(181, 131, 71, 0.1), inset 0 0 30px #ffeedd;
          box-shadow: 4px 6px 12px rgba(181, 131, 71, 0.1), inset 0 0 30px #ffeedd;
  z-index: 20;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.7, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.7, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.7, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0.7, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.7, 0.3, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

/* 掀开效果 - 封面向左旋转80度，同时稍微上移 */
.volume-cover.cover-lifted[data-v-a2e95f08] {
  -webkit-transform: rotateY(-80deg) translateX(-5px) translateY(-2px);
          transform: rotateY(-80deg) translateX(-5px) translateY(-2px);
  -webkit-box-shadow: -8px 10px 18px rgba(100, 60, 20, 0.25);
          box-shadow: -8px 10px 18px rgba(100, 60, 20, 0.25);
}

/* 书的底面 - 掀开后露出的部分 */
.volume-base[data-v-a2e95f08] {
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  background: #fcf3e2;
  border: 1px solid #dbc09b;
  border-radius: 0 20px 20px 8px;
  padding: 20px 12px 18px 18px;
  -webkit-box-shadow: inset 0 0 20px #e9d7bb, 2px 4px 8px rgba(120, 70, 20, 0.15);
          box-shadow: inset 0 0 20px #e9d7bb, 2px 4px 8px rgba(120, 70, 20, 0.15);
  z-index: 15;
  overflow-y: auto; /* 允许滚动查看更多内容 */
}
.base-content[data-v-a2e95f08] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 前三奖牌 - 放在封面上，随封面一起掀开 */
.medal-badge[data-v-a2e95f08] {
  position: absolute;
  top: -8px;
  right: -5px;
  background: #fff7d7;
  border-radius: 40px;
  padding: 4px 8px 2px 8px;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-box-shadow: 0 5px 10px #bd8b4b;
          box-shadow: 0 5px 10px #bd8b4b;
  z-index: 30;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  border: 2px solid #fbc38b;
}
.medal-icon[data-v-a2e95f08] {
  -webkit-filter: drop-shadow(0 2px 2px gold);
          filter: drop-shadow(0 2px 2px gold);
}

/* 头像框 */
.avatar-frame[data-v-a2e95f08] {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  border-radius: 50% 50% 30% 30%;
  background: #f2d6b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #f0cca6;
  -webkit-box-shadow: 0 8px 0 #a77b50, 0 12px 18px -8px #714f2e;
          box-shadow: 0 8px 0 #a77b50, 0 12px 18px -8px #714f2e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
}
.author-volume:hover .avatar-frame[data-v-a2e95f08] {
  border-color: #e6b471;
  -webkit-box-shadow: 0 8px 0 #b48049, 0 15px 20px -6px #8b5f35;
          box-shadow: 0 8px 0 #b48049, 0 15px 20px -6px #8b5f35;
}
.rank-1[data-v-a2e95f08] { background: #fbe7b1;
}
.rank-2[data-v-a2e95f08] { background: #e8d9c4;
}
.rank-3[data-v-a2e95f08] { background: #eddac2;
}
.author-avatar[data-v-a2e95f08] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.author-volume:hover .author-avatar[data-v-a2e95f08] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.avatar-glow[data-v-a2e95f08] {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,215,130,0.5), transparent 70%);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
.author-volume:hover .avatar-glow[data-v-a2e95f08] {
  opacity: 0.5;
}
.author-name[data-v-a2e95f08] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #452f1b;
  text-align: center;
  margin: 8px 0 6px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #dbb486;
  padding-bottom: 6px;
  font-family: 'PingFang SC', 'Microsoft YaHei', serif;
}

/* 封面上的短评 - 限制两行 */
.author-quote-short[data-v-a2e95f08] {
  font-size: 0.88rem;
  color: #755e42;
  line-height: 1.5;
  /*height: 2.8rem; !* 两行高度约2.8rem *!*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: rgba(251, 241, 225, 0.7);
  border-radius: 12px 4px 12px 4px;
  padding: 4px 8px;
  margin: 6px 0 4px;
  border-left: 2px solid #eeb76b;
  font-style: italic;
}

/* 底面上的完整评语 - 不限制行数 */
.author-quote-full[data-v-a2e95f08] {
  font-size: 0.9rem;
  color: #5f442c;
  line-height: 1.6;
  background: rgba(250, 240, 225, 0.9);
  border-radius: 16px 6px 16px 6px;
  padding: 12px 12px;
  margin: 0 0 12px 0;
  border-left: 3px solid #c49a6c;
  border-bottom: 1px solid #ebc9a0;
  font-style: italic;
  max-height: 160px;
  overflow-y: auto; /* 如果评语太长可以滚动 */
  word-break: break-word;
}
.quote-mark[data-v-a2e95f08] {
  color: #cc9f6b;
  font-size: 1.2rem;
  font-family: serif;
  opacity: 0.7;
  margin-right: 2px;
}

/* 分支装饰线 */
.branch-line[data-v-a2e95f08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 8px 0 5px;
}
.branch-line i[data-v-a2e95f08] {
  width: 16px;
  height: 4px;
  background: #d6ad7a;
  border-radius: 4px;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.author-volume:hover .branch-line i[data-v-a2e95f08] {
  background: #c28a4b;
  width: 20px;
  opacity: 1;
}
.branch-line i[data-v-a2e95f08]:nth-child(2) { background: #b58b54;
}
.branch-line i[data-v-a2e95f08]:nth-child(3) { background: #a67341;
}
.contribution-tag[data-v-a2e95f08] {
  text-align: center;
  font-size: 0.8rem;
  color: #9d6b3a;
  background: #faead7;
  padding: 4px 10px;
  border-radius: 30px;
  display: inline-block;
  margin: 8px auto 0;
  border: 1px solid #efc48c;
}

/* 左右翻页箭头 */
.scroll-leaf[data-v-a2e95f08] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fef5e9;
  border: 1px solid #d6a06f;
  border-radius: 50% 0 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 2px 4px 8px #d6ab84;
          box-shadow: 2px 4px 8px #d6ab84;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
  color: #8f623b;
  /*font-size: 2rem;*/
  line-height: 1;
  /*padding-bottom: 6px;*/
}
.scroll-leaf[data-v-a2e95f08]:hover:not(:disabled) {
  background: #efcdab;
  border-color: #b27d4c;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 8px 15px #b18150;
          box-shadow: 0 8px 15px #b18150;
  color: #4d2f15;
}
.scroll-leaf[data-v-a2e95f08]:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bda58b;
}
.left-leaf[data-v-a2e95f08] {
  left: 0;
  border-radius: 0 50% 0 50%;
}
.right-leaf[data-v-a2e95f08] {
  right: 0;
  border-radius: 50% 0 50% 0;
}
.leaf-icon[data-v-a2e95f08] {
  display: block;
  margin-top: -4px;
}

/* 底部印章 */
.board-seal[data-v-a2e95f08] {
  margin-top: 24px;
  text-align: right;
  padding-right: 20px;
}
.seal-text[data-v-a2e95f08] {
  font-size: 1rem;
  font-family: 'KaiTi', '楷体', serif;
  color: #b48c5c;
  border: 2px solid #dbbc93;
  padding: 4px 16px 4px 12px;
  border-radius: 40px 0 40px 0;
  background: #fff4e2;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 2px #fffbee;
          box-shadow: inset 0 0 0 2px #fffbee;
  letter-spacing: 2px;
  opacity: 0.8;
}

/* 过渡动画 */
.book-fade-enter-active[data-v-a2e95f08], .book-fade-leave-active[data-v-a2e95f08] {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.book-fade-enter-from[data-v-a2e95f08], .book-fade-leave-to[data-v-a2e95f08] {
  opacity: 0;
}

/* 移动端适配 */
@media (max-width: 640px) {
.book-branch-board[data-v-a2e95f08] {
    padding: 1.5rem 1rem;
}
.board-header[data-v-a2e95f08] {
    gap: 0.8rem;
}
.branch-tab[data-v-a2e95f08] {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
}
.author-volume[data-v-a2e95f08] {
    width: 170px;
    height: 280px;
}
.avatar-frame[data-v-a2e95f08] {
    width: 85px;
    height: 85px;
}
.scroll-leaf[data-v-a2e95f08] {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
}
.stage-decoration[data-v-a2e95f08] {
    display: none;
}
.author-quote-short[data-v-a2e95f08] {
    font-size: 0.8rem;
    height: 2.5rem;
}
.author-quote-full[data-v-a2e95f08] {
    font-size: 0.8rem;
    padding: 8px;
}
}



























































































































































































/* 整体容器：使内容居中且最大宽度1440px */
.rank-container[data-v-5a86e197] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*background: linear-gradient(145deg, #f5f7fa 0%, #eef2f6 100%);*/
  /*min-height: 100vh;*/
  /*padding: 30px 20px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rank-card[data-v-5a86e197] {
  max-width: 1440px;
  width: 100%;
  /*background-color: rgba(255, 255, 255, 0.85);*/
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /*border-radius: 32px;*/
  /*box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 4px 12px 0 rgba(0, 0, 0, 0.08);*/
  padding: 32px 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* 头部样式 */
.rank-header[data-v-5a86e197] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid rgba(139, 69, 19, 0.15);
  padding-bottom: 18px;
  margin-bottom: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.rank-title[data-v-5a86e197] {
  font-size: 2.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #3a1c0f, #8b4513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(139, 69, 19, 0.1);
img {
    width: 36px;
    height: 36px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
}
.rank-subtitle[data-v-5a86e197] {
  cursor: pointer;
  font-size: 1.1rem;
  color: #a0522d;
  background: rgba(210, 180, 140, 0.3);
  padding: 6px 14px;
  border-radius: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid rgba(160, 82, 45, 0.2);
}

/* Element 表格覆盖样式 */
.novel-table[data-v-5a86e197] {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

/* 移除Element默认的边框，使用我们自己的样式 */
.novel-table[data-v-5a86e197]  .el-table__header-wrapper {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.novel-table[data-v-5a86e197]  .el-table__body-wrapper {
  border-radius: 0 0 16px 16px;
}
.novel-table[data-v-5a86e197]  .el-table__row {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.novel-table[data-v-5a86e197]  .el-table__row:hover {
  background-color: #fef9f2 !important;
  /*transform: translateY(-2px);*/
  -webkit-box-shadow: 0 8px 16px rgba(160, 82, 45, 0.1);
          box-shadow: 0 8px 16px rgba(160, 82, 45, 0.1);
}
.novel-table[data-v-5a86e197]  td {
  padding: 16px 0 !important;
  border-bottom: 1px solid #f0e0d0 !important;
}

/* 排名徽章 */
.rank-badge[data-v-5a86e197] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  color: #4a4a4a;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
          box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.rank-badge.gold[data-v-5a86e197] {
  background: linear-gradient(145deg, #f9e6b3, #f1c40f);
  color: #3d2b0a;
  -webkit-box-shadow: 0 4px 8px rgba(241, 196, 15, 0.4);
          box-shadow: 0 4px 8px rgba(241, 196, 15, 0.4);
}
.rank-badge.silver[data-v-5a86e197] {
  background: linear-gradient(145deg, #eef2f5, #bdc3c7);
  color: #2c3e50;
  -webkit-box-shadow: 0 4px 8px rgba(189, 195, 199, 0.5);
          box-shadow: 0 4px 8px rgba(189, 195, 199, 0.5);
}
.rank-badge.bronze[data-v-5a86e197] {
  background: linear-gradient(145deg, #f2d9b0, #cd7f32);
  color: #4a260b;
  -webkit-box-shadow: 0 4px 8px rgba(205, 127, 50, 0.4);
          box-shadow: 0 4px 8px rgba(205, 127, 50, 0.4);
}

/* 小说名称特殊样式 */
.novel-name[data-v-5a86e197] {
  font-weight: 600;
  color: #1e2b37;
  font-size: 1.06rem;
}

/* 类别标签覆盖 */
.category-tag[data-v-5a86e197] {
  background: #eae2d7 !important;
  color: #6b4f3a !important;
  border: none !important;
  font-weight: 500 !important;
  border-radius: 30px !important;
  padding: 0 12px !important;
}

/* 状态标签 */
.status-tag[data-v-5a86e197] {
  min-width: 68px;
  text-align: center;
  border-radius: 30px !important;
  font-weight: 500 !important;
}
.status-tag.el-tag--success[data-v-5a86e197] {
  background: #d9f0e1 !important;
  color: #1f7042 !important;
  border-color: #a5d6b6 !important;
}
.status-tag.el-tag--info[data-v-5a86e197] {
  background: #f0e1d9 !important;
  color: #a0502c !important;
  border-color: #e0bcac !important;
}

/* 阅读数 */
.read-count[data-v-5a86e197] {
  font-weight: 500;
  color: #5e5e5e;
}

/* 评分星星 */
.rating[data-v-5a86e197] {
  font-weight: 600;
  color: #b45f2a;
  background: #fff2e5;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.9rem;
}

/* 脚注 */
.rank-footer[data-v-5a86e197] {
  margin-top: 32px;
  text-align: right;
  color: #9b7e65;
  font-size: 0.85rem;
  border-top: 1px dashed #e2cfbb;
  padding-top: 16px;
}

/* 响应式小调整 */
@media (max-width: 720px) {
.rank-card[data-v-5a86e197] {
    padding: 20px 16px;
}
.rank-title[data-v-5a86e197] {
    font-size: 1.8rem;
}
.rank-subtitle[data-v-5a86e197] {
    font-size: 0.9rem;
}
}

@charset "UTF-8";
.index-container[data-v-0521aeb2] {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  font-family: "SourceHanSansCN", sans-serif;
}
.main-content1[data-v-0521aeb2] {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 24px;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content[data-v-0521aeb2] {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
}
.banner[data-v-0521aeb2] {
  width: 68%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}
.full-height-carousel[data-v-0521aeb2] {
  height: 100% !important;
}

/* 处理 Element UI 内部容器 */
[data-v-0521aeb2] .el-carousel__container,[data-v-0521aeb2] .el-carousel__item {
  height: 100%;
}
.image-wrapper[data-v-0521aeb2] {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-overlay[data-v-0521aeb2] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 1;
}
.card-design[data-v-0521aeb2] {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.announcement-hover[data-v-0521aeb2] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.announcement-hover[data-v-0521aeb2]:hover {
  color: #1d9c40;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.card-hover[data-v-0521aeb2] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-hover:hover .book-title[data-v-0521aeb2] {
  color: #9cd258;
}
.hot-recommendations[data-v-0521aeb2] {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
}
.announcement-section[data-v-0521aeb2] {
  width: 30%;
  margin: 0 0 0 2%;
  padding: 0;
}
.announcement-section .announcement-header[data-v-0521aeb2] {
  padding: 16px 24px;
}
.announcement-section .announcement-header h2[data-v-0521aeb2] {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.announcement-section .announcement-header h2 span[data-v-0521aeb2] {
  color: #333;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.announcement-section .announcement-header h2 span[data-v-0521aeb2]:hover {
  color: #1d9c40;
  opacity: 1;
}
.announcement-section .announcement-header h2 a[data-v-0521aeb2] {
  color: #333;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.announcement-section .announcement-header h2 a[data-v-0521aeb2]:hover {
  color: #1d9c40;
  opacity: 1;
}
.announcement-section .announcement-list[data-v-0521aeb2] {
  padding: 16px;
}
.announcement-section .announcement-item[data-v-0521aeb2] {
  cursor: pointer;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.announcement-section .announcement-item[data-v-0521aeb2]:last-child {
  margin-bottom: 0;
}
.announcement-section .announcement-item .announcement-content[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
}
.announcement-section .announcement-item .date-badge[data-v-0521aeb2] {
  background: #1d9c40;
  color: white;
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 70px;
  text-align: center;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.announcement-section .announcement-item .date-badge .day[data-v-0521aeb2] {
  font-size: 14px;
  font-weight: 500;
}
.announcement-section .announcement-item .content[data-v-0521aeb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.announcement-section .announcement-item .arrow-icon[data-v-0521aeb2] {
  color: #999;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.announcement-section .announcement-item:hover .arrow-icon[data-v-0521aeb2] {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.shuTestBg[data-v-0521aeb2] {
  background: linear-gradient(135deg, #fff 0%, #f7f7f5 100%);
}

/* 使用 clip-path 制造波浪形变 */
@-webkit-keyframes waveDistort-data-v-0521aeb2 {
0%, 100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
50% {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
}
@keyframes waveDistort-data-v-0521aeb2 {
0%, 100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
50% {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
}
/* 关键帧：模拟风吹时的左右摆动 + 轻微形变 */
@-webkit-keyframes windMove-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: skewX(0deg) translateY(0);
            transform: skewX(0deg) translateY(0);
    background-position: 0 0;
}
25% {
    -webkit-transform: skewX(-3deg) translateY(-2px);
            transform: skewX(-3deg) translateY(-2px);
    background-position: -5px 0;
}
50% {
    -webkit-transform: skewX(2deg) translateY(0);
            transform: skewX(2deg) translateY(0);
    background-position: 5px 0;
}
75% {
    -webkit-transform: skewX(-1deg) translateY(1px);
            transform: skewX(-1deg) translateY(1px);
    background-position: -3px 0;
}
}
@keyframes windMove-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: skewX(0deg) translateY(0);
            transform: skewX(0deg) translateY(0);
    background-position: 0 0;
}
25% {
    -webkit-transform: skewX(-3deg) translateY(-2px);
            transform: skewX(-3deg) translateY(-2px);
    background-position: -5px 0;
}
50% {
    -webkit-transform: skewX(2deg) translateY(0);
            transform: skewX(2deg) translateY(0);
    background-position: 5px 0;
}
75% {
    -webkit-transform: skewX(-1deg) translateY(1px);
            transform: skewX(-1deg) translateY(1px);
    background-position: -3px 0;
}
}
.section-header[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.section-header .title[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section-header .title img[data-v-0521aeb2] {
  width: 36px;
  height: 36px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.section-header .title span[data-v-0521aeb2] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.section-header .sub-title[data-v-0521aeb2] {
  font-size: 24px;
  cursor: pointer;
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 6px;
}
.section-header .sub-title[data-v-0521aeb2]:hover {
  color: #1d9c40;
  background: rgba(29, 156, 64, 0.1);
}
.section-header .sub-title.active[data-v-0521aeb2] {
  color: #1d9c40;
  font-weight: 600;
  background: rgba(29, 156, 64, 0.1);
}
.section-header .divider[data-v-0521aeb2] {
  font-size: 18px;
  color: #ddd;
  margin: 0 16px;
}
.section-header .more-link[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  opacity: 0.4;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-header .more-link[data-v-0521aeb2]:hover {
  color: #1d9c40;
  opacity: 1;
  gap: 8px;
}
.section-headerNew[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.section-headerNew .title[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
}
.section-headerNew .title img[data-v-0521aeb2] {
  width: 36px;
  height: 36px;
}
.section-headerNew .title span[data-v-0521aeb2] {
  font-size: 30px;
}
.section-headerNew .divider[data-v-0521aeb2] {
  font-size: 30px;
  margin: 0 40px;
}
.section-headerNew .sub-title[data-v-0521aeb2] {
  font-size: 30px;
  cursor: pointer;
}
.section-headerNew .more-link[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d9c40;
  gap: 5px;
  font-size: 16px;
}
.section-headerNew .more-link img[data-v-0521aeb2] {
  width: 11px;
  height: 11px;
}
.book-list[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 20px auto 0;
}
.book-item-list[data-v-0521aeb2] {
  width: 150px;
  cursor: pointer;
}
.book-item-list:hover .book-cover img[data-v-0521aeb2] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.book-item-list:hover .book-cover .book-overlay[data-v-0521aeb2] {
  opacity: 1;
}
.book-item-list:hover .book-cover .read-btn[data-v-0521aeb2] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.book-item[data-v-0521aeb2] {
  width: calc((100% - 80px) / 5);
}
.book-item .book-cover[data-v-0521aeb2] {
  position: relative;
  width: 140px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.book-item .book-cover img[data-v-0521aeb2] {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.book-item .book-cover .book-rank[data-v-0521aeb2] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.book-item .book-cover .rank-badge[data-v-0521aeb2] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ff6b6b;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
}
.book-item .book-cover .book-overlay[data-v-0521aeb2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.book-item .book-cover .read-btn[data-v-0521aeb2] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.book-item .book-title[data-v-0521aeb2] {
  width: 140px;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
  line-height: 1.3;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.book-item .book-meta[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book-item1[data-v-0521aeb2] {
  width: calc((100% - 140px) / 8);
  /* 8个元素，7个间隔 */
}
.book-item1 .book-cover[data-v-0521aeb2] {
  position: relative;
  height: 200px;
  width: 140px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.book-item1 .book-cover img[data-v-0521aeb2] {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.book-item1 .book-cover .book-rank[data-v-0521aeb2] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.book-item1 .book-cover .rank-badge[data-v-0521aeb2] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ff6b6b;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
}
.book-item1 .book-cover .book-overlay[data-v-0521aeb2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.book-item1 .book-cover .read-btn[data-v-0521aeb2] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.book-item1 .book-title[data-v-0521aeb2] {
  width: 140px;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
  line-height: 1.3;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.genre-tags[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.genre-tags .tag[data-v-0521aeb2] {
  border-radius: 12px;
  font-size: 16px;
}
.genre-tags .tag[data-v-0521aeb2]:first-child {
  color: #333;
  opacity: 0.4;
}
.category-filter-container[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 30px auto;
  position: relative;
}
.category-filter-container .scroll-button[data-v-0521aeb2] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.category-filter-container .scroll-button[data-v-0521aeb2]:hover:not(.disabled) {
  background: #1d9c40;
  color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category-filter-container .category-filter-wrapper[data-v-0521aeb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
}
.category-filter-container .category-filter-wrapper[data-v-0521aeb2]::-webkit-scrollbar {
  display: none;
}
.category-filter-container .category-filter[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 5px;
}
.category-filter-container .category-filter .category-tag[data-v-0521aeb2] {
  padding: 10px 20px;
  background: white;
  border-radius: 24px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
  font-size: 14px;
}
.category-filter-container .category-filter .category-tag[data-v-0521aeb2]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #1d9c40;
  color: #1d9c40;
}
.category-filter-container .category-filter .category-tag.active[data-v-0521aeb2] {
  background: linear-gradient(135deg, #1d9c40 0%, #158c34 100%);
  color: white;
  border-color: #1d9c40;
  -webkit-box-shadow: 0 4px 12px rgba(29, 156, 64, 0.3);
          box-shadow: 0 4px 12px rgba(29, 156, 64, 0.3);
}
.genre-section[data-v-0521aeb2] {
  width: 68%;
  padding: 24px;
  border-radius: 16px;
}
.falling-leaves-container[data-v-0521aeb2] {
  width: 30%;
  margin-left: 2%;
}
.footer[data-v-0521aeb2] {
  margin-top: 60px;
}
@media (max-width: 1200px) {
.book-item[data-v-0521aeb2] {
    width: calc((100% - 60px) / 4);
}
}
@media (max-width: 992px) {
.book-item[data-v-0521aeb2] {
    width: calc((100% - 40px) / 3);
}
.flex[data-v-0521aeb2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.hot-recommendations[data-v-0521aeb2],
.announcement-section[data-v-0521aeb2],
.genre-section[data-v-0521aeb2],
.falling-leaves-container[data-v-0521aeb2] {
    width: 100%;
    margin: 20px 0;
}
}
@media (max-width: 768px) {
.book-item[data-v-0521aeb2] {
    width: calc((100% - 20px) / 2);
}
.banner[data-v-0521aeb2] {
    height: 300px;
}
}
.book-carousel-wrapper[data-v-0521aeb2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.carousel-arrow[data-v-0521aeb2] {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 9;
}
.carousel-arrow[data-v-0521aeb2]:hover {
  background: #1d9c40;
  color: white;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 6px 16px rgba(29, 156, 64, 0.4);
          box-shadow: 0 6px 16px rgba(29, 156, 64, 0.4);
}
.carousel-arrow.left[data-v-0521aeb2] {
  left: -15px;
}
.carousel-arrow.right[data-v-0521aeb2] {
  right: -15px;
}
.carousel-arrow i[data-v-0521aeb2] {
  font-size: 18px;
  font-weight: bold;
}
.book-carousel[data-v-0521aeb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
}
.carousel-indicators[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.carousel-indicators .indicator[data-v-0521aeb2] {
  width: 30px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-indicators .indicator[data-v-0521aeb2]:hover {
  background: rgba(29, 156, 64, 0.6);
}
.carousel-indicators .indicator.active[data-v-0521aeb2] {
  background: #1d9c40;
}
@media (max-width: 1200px) {
.book-item1[data-v-0521aeb2] {
    width: calc((100% - 140px) / 8);
}
}
@media (max-width: 992px) {
.book-item1[data-v-0521aeb2] {
    width: calc((100% - 100px) / 4);
}
.carousel-arrow[data-v-0521aeb2] {
    width: 35px;
    height: 35px;
}
.carousel-arrow i[data-v-0521aeb2] {
    font-size: 16px;
}
}
@media (max-width: 768px) {
.book-item1[data-v-0521aeb2] {
    width: calc((100% - 60px) / 2);
}
.carousel-arrow[data-v-0521aeb2] {
    display: none;
}
.carousel-indicators .indicator[data-v-0521aeb2] {
    width: 20px;
    height: 3px;
}
.carousel-indicators .indicator.active[data-v-0521aeb2] {
    width: 25px;
}
}
/* 书籍轮播容器 - 添加隐藏溢出 */
.book-carousel[data-v-0521aeb2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

/* 滑动容器 */
.slider-container[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* 缓动函数使动画更自然 */
  height: 100%;
  will-change: transform;
  /* 性能优化 */
}

/* 每一页 */
.slider-page[data-v-0521aeb2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 轮播指示器 - 添加悬浮效果 */
.carousel-indicators[data-v-0521aeb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.carousel-indicators .indicator[data-v-0521aeb2] {
  width: 30px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.carousel-indicators .indicator[data-v-0521aeb2]:hover {
  background: rgba(29, 156, 64, 0.6);
  /* 添加悬停时的流光效果 */
}
.carousel-indicators .indicator[data-v-0521aeb2]:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: indicatorShine-data-v-0521aeb2 1s infinite;
          animation: indicatorShine-data-v-0521aeb2 1s infinite;
}
.carousel-indicators .indicator.active[data-v-0521aeb2] {
  background: linear-gradient(135deg, #1d9c40 0%, #158c34 100%);
  /* 激活状态下的脉冲效果 */
  -webkit-animation: indicatorPulse-data-v-0521aeb2 2s infinite;
          animation: indicatorPulse-data-v-0521aeb2 2s infinite;
}

/* 指示器流光动画 */
@-webkit-keyframes indicatorShine-data-v-0521aeb2 {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
}
}
@keyframes indicatorShine-data-v-0521aeb2 {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
}
}
/* 指示器脉冲动画 */
@-webkit-keyframes indicatorPulse-data-v-0521aeb2 {
0%, 100% {
    -webkit-box-shadow: 0 2px 8px rgba(29, 156, 64, 0.4);
            box-shadow: 0 2px 8px rgba(29, 156, 64, 0.4);
}
50% {
    -webkit-box-shadow: 0 2px 16px rgba(29, 156, 64, 0.6);
            box-shadow: 0 2px 16px rgba(29, 156, 64, 0.6);
}
}
@keyframes indicatorPulse-data-v-0521aeb2 {
0%, 100% {
    -webkit-box-shadow: 0 2px 8px rgba(29, 156, 64, 0.4);
            box-shadow: 0 2px 8px rgba(29, 156, 64, 0.4);
}
50% {
    -webkit-box-shadow: 0 2px 16px rgba(29, 156, 64, 0.6);
            box-shadow: 0 2px 16px rgba(29, 156, 64, 0.6);
}
}
/* 书籍项的悬停效果增强 */
.book-item1[data-v-0521aeb2] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.book-item1[data-v-0521aeb2]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.book-item1:hover .book-cover[data-v-0521aeb2] {
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.book-item1:hover .book-cover img[data-v-0521aeb2] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.book-item1:hover .book-cover .book-overlay[data-v-0521aeb2] {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.book-item1:hover .book-cover .read-btn[data-v-0521aeb2] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1.1);
          transform: translateY(0) scale(1.1);
}

/* 箭头按钮动画增强 */
.carousel-arrow[data-v-0521aeb2] {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-arrow[data-v-0521aeb2]:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0 8px 20px rgba(29, 156, 64, 0.5);
          box-shadow: 0 8px 20px rgba(29, 156, 64, 0.5);
}
.carousel-arrow:hover i[data-v-0521aeb2] {
  -webkit-animation: arrowBounce-data-v-0521aeb2 0.5s ease;
          animation: arrowBounce-data-v-0521aeb2 0.5s ease;
}

/* 箭头图标动画 */
@-webkit-keyframes arrowBounce-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
}
@keyframes arrowBounce-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
}
}
.carousel-arrow.right:hover i[data-v-0521aeb2] {
  -webkit-animation: arrowBounceRight-data-v-0521aeb2 0.5s ease;
          animation: arrowBounceRight-data-v-0521aeb2 0.5s ease;
}
@-webkit-keyframes arrowBounceRight-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
}
@keyframes arrowBounceRight-data-v-0521aeb2 {
0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
}
.register-container[data-v-7f1b2974] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 10%;
}
.register-container .register-form-wrapper[data-v-7f1b2974] {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.register-container .register-form-wrapper .register-title[data-v-7f1b2974] {
  text-align: center;
  color: #121c2b;
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 500;
}
.register-container .register-form-wrapper .register-form .el-form-item[data-v-7f1b2974] {
  margin-bottom: 20px;
}
.register-container .register-form-wrapper .register-form .el-form-item[data-v-7f1b2974]:last-child {
  margin-bottom: 0;
}
.register-container .register-form-wrapper .register-form .captcha-item .flex[data-v-7f1b2974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.register-container .register-form-wrapper .register-form .captcha-item .flex .el-button[data-v-7f1b2974] {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.register-container .register-form-wrapper .register-form .register-btn[data-v-7f1b2974] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.register-container .register-form-wrapper .register-form .agreement[data-v-7f1b2974] {
  margin-top: 20px;
  font-size: 14px;
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.register-container .register-form-wrapper .register-form .agreement .el-checkbox[data-v-7f1b2974] {
  margin-right: 5px;
}
.register-container .register-form-wrapper .register-form .agreement .link[data-v-7f1b2974] {
  color: #1678cf;
  text-decoration: none;
  margin: 0 3px;
}
.register-container .register-form-wrapper .register-form .agreement .link[data-v-7f1b2974]:hover {
  text-decoration: underline;
}
.register-container .register-form-wrapper .register-form .login-link[data-v-7f1b2974] {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #606266;
}
.register-container .register-form-wrapper .register-form .login-link .link[data-v-7f1b2974] {
  cursor: pointer;
  color: #1678cf;
  text-decoration: none;
}
.register-container .register-form-wrapper .register-form .login-link .link[data-v-7f1b2974]:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
.register-container[data-v-7f1b2974] {
    padding: 15px;
}
.register-container .register-form-wrapper[data-v-7f1b2974] {
    padding: 30px 20px;
}
.register-container .register-form-wrapper .register-title[data-v-7f1b2974] {
    font-size: 24px;
    margin-bottom: 25px;
}
}
.login-code[data-v-7f1b2974] {
  width: 33%;
  height: 38px;
  float: right;
}
.login-code .login-code-img[data-v-7f1b2974] {
  height: 38px;
}
.login-code img[data-v-7f1b2974] {
  cursor: pointer;
  vertical-align: middle;
}
@charset "UTF-8";
.book-head[data-v-58525c08] {
  padding: 20px;
  height: 152px;
  width: 100%;
  background-image: url(../../static/img/rankbg.818f939f.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.book-app[data-v-58525c08] {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  min-height: 100vh;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 筛选部分样式 */
.filter-section[data-v-58525c08] {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.filter-container[data-v-58525c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-left[data-v-58525c08], .filter-right[data-v-58525c08] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-group[data-v-58525c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.filter-group h3[data-v-58525c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 600;
}
.filter-options[data-v-58525c08] {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.filter-options span[data-v-58525c08] {
  padding: 8px 16px;
  background-color: #f8f9fa;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.filter-options span[data-v-58525c08]:hover {
  background-color: #f0f0f0;
  color: #333;
}
.filter-options span.active[data-v-58525c08] {
  background-color: #1d9c40;
  color: white;
  border-color: #1d9c40;
}

/* 书籍列表样式 */
.book-section[data-v-58525c08] {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.book-section .book-list[data-v-58525c08] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  /* 或 calc(20% - 20px) */
  gap: 25px;
}
.book-card[data-v-58525c08] {
  position: relative;
  width: 200px;
  /* 根据你的设计调整 */
  height: 280px;
  /* 固定高度 */
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.book-card[data-v-58525c08]:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.book-card:hover .book-info[data-v-58525c08] {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.book-card:hover .book-info .book-details[data-v-58525c08] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.book-cover[data-v-58525c08] {
  width: 100%;
  height: 100%;
}
.book-cover img[data-v-58525c08] {
  width: 100%;
  height: 100%;
}
.book-cover .book-lengthType[data-v-58525c08] {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.book-cover .book-status[data-v-58525c08] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.book-cover .book-status.completed[data-v-58525c08] {
  background-color: #1d9c40;
}
.book-cover .book-status.serial[data-v-58525c08] {
  background-color: #f39c12;
}
.book-cover:hover img[data-v-58525c08] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.book-info[data-v-58525c08] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}
.book-info .book-title[data-v-58525c08] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-info .book-author[data-v-58525c08] {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 0;
}
.book-info .book-details[data-v-58525c08] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.book-info .book-details .book-desc[data-v-58525c08] {
  font-size: 12px;
  line-height: 1.4;
  height: 4.2em;
  /* 3行 x 1.4行高 */
  overflow-y: auto;
  margin-bottom: 8px;
}
.book-info .book-details .book-meta[data-v-58525c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  opacity: 0.7;
}
@media (max-width: 768px) {
.filter-container[data-v-58525c08] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.book-list[data-v-58525c08] {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 15px !important;
}
}
.login-container[data-v-78d3d8f9] {
  background-color: #f8f9fa;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content[data-v-78d3d8f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: calc(100vh - 200px);
}
.main-content .content-wrapper[data-v-78d3d8f9] {
  min-height: 100%;
}
.intro-section[data-v-78d3d8f9] {
  width: 500px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngf6880fb755918676574281e7c9cdaf8c7be714dc660291fc3bd8e9ef4c9addc8) 100% no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.intro-section h2[data-v-78d3d8f9] {
  color: #1d9c40;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.intro-section .intro-content h3[data-v-78d3d8f9] {
  color: #1a1c1f;
  font-size: 16px;
  margin: 20px 0 10px;
}
.intro-section .intro-content p[data-v-78d3d8f9] {
  color: #1a1c1f;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.login-section .login-card[data-v-78d3d8f9] {
  width: 450px;
  background: white;
  border-radius: 8px;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.login-section .login-card .login-title[data-v-78d3d8f9] {
  color: #121c2b;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.login-section .login-card .login-tabs[data-v-78d3d8f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.login-section .login-card .login-tabs .tab[data-v-78d3d8f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  background: none;
  border: none;
  font-size: 18px;
  color: #121c2b;
  cursor: pointer;
  position: relative;
}
.login-section .login-card .login-tabs .tab.active[data-v-78d3d8f9] {
  color: #1d9c40;
  font-weight: 600;
}
.login-section .login-card .login-tabs .tab.active[data-v-78d3d8f9]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d9c40;
}
.login-section .login-card .login-form .form-group[data-v-78d3d8f9] {
  margin-bottom: 20px;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]:focus {
  border-color: #1d9c40;
  outline: none;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]::-webkit-input-placeholder {
  color: #999;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]::-moz-placeholder {
  color: #999;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]:-ms-input-placeholder {
  color: #999;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]::-ms-input-placeholder {
  color: #999;
}
.login-section .login-card .login-form .form-group input[data-v-78d3d8f9]::placeholder {
  color: #999;
}
.login-section .login-card .login-form .verify-code[data-v-78d3d8f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.login-section .login-card .login-form .verify-code input[data-v-78d3d8f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.login-section .login-card .login-form .verify-code .get-code-btn[data-v-78d3d8f9] {
  width: 120px;
  background: none;
  border: 1px solid #1d9c40;
  color: #1d9c40;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-section .login-card .login-form .verify-code .get-code-btn[data-v-78d3d8f9]:hover {
  background-color: rgba(29, 156, 64, 0.1);
}
.login-section .login-card .login-form .remember-me[data-v-78d3d8f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.login-section .login-card .login-form .remember-me input[data-v-78d3d8f9] {
  margin-right: 8px;
}
.login-section .login-card .login-form .remember-me label[data-v-78d3d8f9] {
  color: #666;
  font-size: 14px;
}
.login-section .login-card .login-form .submit-btn[data-v-78d3d8f9] {
  width: 100%;
  padding: 14px;
  background-color: #1d9c40;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
.login-section .login-card .login-form .submit-btn[data-v-78d3d8f9]:hover {
  background-color: #168533;
}
.login-section .login-card .login-form .agreement[data-v-78d3d8f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.login-section .login-card .login-form .agreement input[data-v-78d3d8f9] {
  margin-right: 8px;
}
.login-section .login-card .login-form .agreement label[data-v-78d3d8f9] {
  color: #666;
  font-size: 12px;
}
.login-section .login-card .login-form .agreement label a[data-v-78d3d8f9] {
  color: #1d9c40;
  text-decoration: none;
}
.login-section .login-card .login-form .agreement label a[data-v-78d3d8f9]:hover {
  text-decoration: underline;
}
.login-section .login-card .login-form .other-login[data-v-78d3d8f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}
.login-section .login-card .login-form .other-login .divider[data-v-78d3d8f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #eee;
}
.login-section .login-card .login-form .other-login .text[data-v-78d3d8f9] {
  padding: 0 15px;
  font-size: 14px;
}
@media (max-width: 1200px) {
.main-content[data-v-78d3d8f9] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.intro-section[data-v-78d3d8f9], .login-section .login-card[data-v-78d3d8f9] {
    width: 100%;
    max-width: 600px;
}
}
@media (max-width: 768px) {
.header[data-v-78d3d8f9] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
    gap: 15px;
}
.header .nav-links[data-v-78d3d8f9] {
    gap: 20px;
}
.main-content[data-v-78d3d8f9] {
    padding: 30px 20px;
}
.footer-links[data-v-78d3d8f9], .certificates[data-v-78d3d8f9] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
}
