



















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* 基础样式 */
*[data-v-5f81e74f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body[data-v-5f81e74f] {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #333;
  line-height: 1.6;
}
.novel-container[data-v-5f81e74f] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  min-height: 100vh;
}
.btn[data-v-5f81e74f] {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn[data-v-5f81e74f]:hover {
  opacity: 0.9;
}

/* 头部样式 */
.header[data-v-5f81e74f] {
  /*padding: 10px 0;*/
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
.head-branch {
    /*padding: 10px 18px;*/
    padding: 0 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2c3e50; /* 深色文字 */
    background-color: #f8f9fa; /* 浅灰背景 */
    border: 1px solid #e9ecef;
    border-left: 4px solid #1890ff; /* 左侧色条作为强调 */
    border-radius: 8px 12px 12px 8px; /* 配合左侧边框的圆角 */
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.head-branch i {
    margin-right: 10px;
    color: #1890ff; /* 图标使用主题色 */
    font-size: 16px;
}
.head-branch span {
    color: #1890ff;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
    border-bottom: 1px dashed #1890ff; /* 使用虚线下列线，更精致 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.head-branch span:hover {
    color: #40a9ff;
    border-bottom-color: #40a9ff;
    border-bottom-style: solid; /* 悬停时变为实线 */
}
}
.back-button[data-v-5f81e74f] {
  background: none;
  border: none;
  padding: 6px 18px;
  font-size: 20px;
  margin-right: 12px;
  color: #1d9c40;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
&:hover {
    background-color: rgba(29, 156, 64, 0.1);
}
}
.icon-arrow-left[data-v-5f81e74f] {
  margin-right: 5px;
}

/* 小说信息部分 */
.novel-info-section[data-v-5f81e74f] {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.novel-main-info[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.novel-basic-info[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.novel-cover[data-v-5f81e74f] {
  width: 180px;
  height: 240px;
  border-radius: 4px;
  /*object-fit: cover;*/
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.novel-meta[data-v-5f81e74f] {
  -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;      /* 竖向排列 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;  /* 在主轴方向均匀分布 */
}
.novel-title[data-v-5f81e74f] {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.novel-tags[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.tags[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.tag[data-v-5f81e74f] {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
}
.tag.type[data-v-5f81e74f] {
  background-color: #e6f7ff;
  color: #1890ff;
}
.tag.status[data-v-5f81e74f] {
  background-color: #f6ffed;
  color: #52c41a;
}
.tag.status.serializing[data-v-5f81e74f] {
  background-color: #fff7e6;
  color: #fa8c16;
}
.tag.word-count[data-v-5f81e74f] {
  background-color: #f9f0ff;
  color: #722ed1;
}
.tag.signFlag[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  background: #fff8e6;
  color: #ffce19;
}
.sign-status-img[data-v-5f81e74f] {
  width: 20px;
  height: 20px;
}
.novel-description[data-v-5f81e74f] {
  color: #666;
  margin-bottom: 10px;
  line-height: 1.8;
  /* 固定宽度和高度 */
  max-height: 200px; /* 根据需求调整 */
  /* 超出部分隐藏 */
  overflow-y: auto;
}
.novel-description[data-v-5f81e74f] p {
  margin-bottom: 1.5em;
  text-indent: 2em;
}
.novel-description[data-v-5f81e74f] br {
  content: "";
  display: block;
  margin-bottom: 1.5em;
}
.action-buttons[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.read-btn[data-v-5f81e74f] {
  background-color: #1890ff;
  color: white;
}
.bookshelf-btn[data-v-5f81e74f] {
  background-color: #f0f0f0;
  color: #666;
}
.bookshelf-btn[data-v-5f81e74f]:hover {
  background-color: #e0e0e0;
}
/* 作者信息 - 方案1 */
.elegant-card[data-v-5f81e74f] {
  width: 280px;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  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-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/*.elegant-card:hover {*/
/*  transform: translateY(-5px);*/
/*  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);*/
/*}*/
.elegant-card[data-v-5f81e74f]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#36d1dc), to(#5b86e5));
  background: linear-gradient(to bottom, #36d1dc, #5b86e5);
}
.author-header[data-v-5f81e74f] {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.follow-btn[data-v-5f81e74f] {
  position: relative;
  z-index: 2;
  /*background: linear-gradient(to right, #36d1dc, #5b86e5);*/
  background: #5b86e5;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 12px rgba(54, 209, 220, 0.3);
          box-shadow: 0 4px 12px rgba(54, 209, 220, 0.3);
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #1890ff;
  margin-top: auto;
}
.follow-btn[data-v-5f81e74f]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(54, 209, 220, 0.4);
          box-shadow: 0 6px 16px rgba(54, 209, 220, 0.4);
}
/* 作者信息 */
.author-info[data-v-5f81e74f] {
  width: 280px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.author-header[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.author-avatar[data-v-5f81e74f] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-meta[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.author-name[data-v-5f81e74f] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.verified-badge[data-v-5f81e74f] {
  font-size: 13px;
  color: #fff;
  background-color: #1890ff;
  border-radius: 15px;
  padding: 0 8px;
  /*margin-left: 8px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-verified[data-v-5f81e74f] {
  margin-right: 3px;
}
.author-signature[data-v-5f81e74f] {
  font-size: 14px;
  color: #999;
}
.is-following[data-v-5f81e74f] {
  background-color: #f0f0f0;
  border-color: #d9d9d9;
  color: #666;
}

/* 目录部分 */
.chapter-section[data-v-5f81e74f] {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.section-header[data-v-5f81e74f] {
  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-bottom: 20px;
}
.section-title[data-v-5f81e74f] {
  font-size: 20px;
  color: #333;
}
.branch-btn[data-v-5f81e74f] {
  background-color: #f0f0f0;
  color: #666;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.branch-btn[data-v-5f81e74f]:hover {
  background-color: #e0e0e0;
}
.icon-branch[data-v-5f81e74f] {
  margin-right: 5px;
}
.chapter-list[data-v-5f81e74f] {
  border-top: 1px solid #f0f0f0;
  display: grid;
//display: flex;
//justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr); /* 3列等宽 */
  gap: 12px;
}
.chapter-item[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 30%;*/
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}
.chapter-item[data-v-5f81e74f]:hover {
  background-color: #eefdf4;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  color: #1d9c40;
}

/*.chapter-title {*/
/*  color: #333;*/
/*}*/
/*.chapter-title:hover {*/
/*  color: #1d9c40;*/
/*}*/
.chapter-branch-btn[data-v-5f81e74f] {
  background-color: #f0f0f0;
  color: #666;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chapter-branch-btn[data-v-5f81e74f]:hover {
  background-color: #e0e0e0;
  color: #333;
}
.branch-dialog-title[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  height: 70px;
  font-weight: bold;
}
.chapter-branches-dialog[data-v-5f81e74f] {
  max-height: 60vh;
  overflow-y: auto;
  padding: 10px;
}
.chapter-branches-dialog .branch-item[data-v-5f81e74f] {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.chapter-update[data-v-5f81e74f] {
  color: #999;
  font-size: 13px;
}

/* 分支页面样式 */
.branch-page[data-v-5f81e74f] {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.branch-header[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.search-box[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.search-input[data-v-5f81e74f] {
  width: 100%;
  padding: 10px 15px 10px 35px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.search-input[data-v-5f81e74f]:focus {
  border-color: #1890ff;
}
.icon-search[data-v-5f81e74f] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

/* 筛选标签 */
.chapter-filter[data-v-5f81e74f] {
  margin-bottom: 15px;
}
.filter-tabs[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-tabs button[data-v-5f81e74f] {
  padding: 6px 12px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
}
.filter-tabs button.active[data-v-5f81e74f] {
  background-color: #1890ff;
  color: white;
}

/* 排序标签 */
.sort-tabs[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.sort-tabs button[data-v-5f81e74f] {
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
}
.sort-tabs button.active[data-v-5f81e74f] {
  border-color: #1890ff;
  color: #1890ff;
  background-color: #e6f7ff;
}

/* 分支列表 */
.branch-list[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.branch-item[data-v-5f81e74f] {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 15px;
  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;
}
.branch-info[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.branch-title[data-v-5f81e74f] {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}
.branch-meta[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
.branch-hot {
    color: #ff9900;
    font-weight: bold;
}
}
.branch-summary[data-v-5f81e74f] {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read-branch-btn[data-v-5f81e74f] {
  background-color: #1890ff;
  color: white;
  margin-left: 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.novel-main-info[data-v-5f81e74f] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.author-info[data-v-5f81e74f] {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.follow-btn[data-v-5f81e74f] {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 0;
}
.novel-basic-info[data-v-5f81e74f] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.novel-cover[data-v-5f81e74f] {
    -ms-flex-item-align: center;
        align-self: center;
}
}
.profile-card[data-v-5f81e74f] {
  margin: auto;
  position: relative;
  width: 280px;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
.background-image {
    height: 120px;
    border-radius: 12px 12px 0 0;
    padding: 2px 4px 0 4px;
    overflow: hidden;
    position: relative;
.full-img {
      width: 100%;  /* 或固定宽度，如 200px */
      height: 100%; /* 或固定高度，如 150px */
      -o-object-fit: contain;
         object-fit: contain; /* 保持宽高比，完整显示图片 */
      /*background: #f5f5f5; !* 留白部分的背景色（可选） *!*/
}
}
.avatar-section {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -50px;
    margin-left: -30px;
    position: relative;
    z-index: 9; /* 提高头像层级 */
.avatar-container {
      cursor: pointer;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 4px solid white;
      overflow: hidden;
      /*background-color: yellow;*/
      position: relative;
      z-index: 9; /* 提高头像层级 */
.avatar {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
}
}
.profile-info {
    cursor: pointer;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
.name {
      margin: 0 0 5px 0;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      color: #333;
}
.verified-badge1 {
      font-size: 13px;
      line-height: 19px;
      color: #fff;
      width: 84px;
      background-color: #1890ff;
      border-radius: 15px;
      padding: 3px 8px;
      /*margin-left: 8px;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.stats {
      font-size: 14px;
      color: #999;
      /* 限制最多两行 */
      display: -webkit-box;
      -webkit-line-clamp: 1;  /* 限制行数 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}
.follow-div {
      position: absolute;
      padding: 5px 10px;
      bottom: -50px;
      left: calc(50% - 45px);
      background-color: #fff;
      border-radius: 20px;
      z-index: 5;
      -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.follow-btn {
      padding: 5px 15px;
      background: #667eea;
      color: white;
      border: 2px solid #000;
      border-radius: 20px;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
&:hover {
        background: #5a6fd8;
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
}
}
.follow-btn:hover {
      background: #5a6fd8;
}
}
}
.profile-card[data-v-5f81e74f]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 12px 0 0 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36d1dc), to(#5b86e5));
  background: linear-gradient(to bottom, #36d1dc, #5b86e5);
}

/* 轮播图样式调整 */
.el-carousel[data-v-5f81e74f] {
  width: 100%;
}
.el-carousel__item h3[data-v-5f81e74f] {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 120px;
  margin: 0;
  text-align: center;
}
.el-carousel__item[data-v-5f81e74f]:nth-child(2n) {
  /*background-color: #99a9bf;*/
}
.el-carousel__item[data-v-5f81e74f]:nth-child(2n+1) {
  /*background-color: #d3dce6;*/
}

/* 确保轮播图卡片模式适应容器 */
[data-v-5f81e74f](.el-carousel--card) {
  height: 120px !important;
}
[data-v-5f81e74f](.el-carousel__container) {
  height: 120px !important;
}
[data-v-5f81e74f](.el-carousel__item--card) {
  width: 50%;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
/* 标签页激活样式 */
.section-title.active[data-v-5f81e74f] {
  color: #1890ff;
  border-bottom: 3px solid #1890ff;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 架构部分样式 */
.structure-section[data-v-5f81e74f] {
  margin-top: 20px;
}
.structure-grid[data-v-5f81e74f] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 15px;
}
.structure-card[data-v-5f81e74f] {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.structure-title[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.structure-title i[data-v-5f81e74f] {
  color: #1890ff;
  font-size: 18px;
}
.structure-content[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  overflow-y: auto;
  max-height: 150px;
  padding-right: 5px;
}
.structure-content[data-v-5f81e74f]::-webkit-scrollbar {
  width: 4px;
}
.structure-content[data-v-5f81e74f]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.structure-content[data-v-5f81e74f]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}
.structure-content[data-v-5f81e74f]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 响应式调整 */
@media (max-width: 768px) {
.structure-grid[data-v-5f81e74f] {
    grid-template-columns: 1fr;
}
}
/* 分卷目录样式 */
.volume-chapter-list[data-v-5f81e74f] {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.volume-collapse[data-v-5f81e74f] {
  border: none;
  /*background: transparent;*/
}
.volume-collapse[data-v-5f81e74f]  .el-collapse-item__header {
  /*background-color: #f8f9fa;*/
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  margin-bottom: 8px;
  /*border: 1px solid #e8e8e8;*/
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.volume-collapse[data-v-5f81e74f]  .el-collapse-item__header:hover {
  background-color: #eefdf4;
  border-color: #1d9c40;
}
.volume-collapse[data-v-5f81e74f]  .el-collapse-item__wrap {
  background-color: transparent;
  border: none;
}
.volume-collapse[data-v-5f81e74f]  .el-collapse-item__content {
  padding: 15px 0 5px 0;
}
.volume-title[data-v-5f81e74f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.volume-title i[data-v-5f81e74f] {
  color: #1890ff;
  font-size: 18px;
}
.volume-name[data-v-5f81e74f] {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.chapter-count[data-v-5f81e74f] {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
  font-weight: normal;
}
.volume-chapters[data-v-5f81e74f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-left: 10px;
}
.volume-chapters .chapter-item[data-v-5f81e74f] {
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid #f0f0f0;
  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;
}
.volume-chapters .chapter-item[data-v-5f81e74f]:hover {
  background-color: #eefdf4;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #1d9c40;
}
.volume-chapters .chapter-title[data-v-5f81e74f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.no-chapters[data-v-5f81e74f] {
  padding: 40px 0;
  text-align: center;
}

/* 响应式调整 */
@media (max-width: 768px) {
.volume-chapters[data-v-5f81e74f] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.volume-chapters[data-v-5f81e74f] {
    grid-template-columns: 1fr;
}
}

