/**jie**/

.page-section {
    width: 90%;
    display: flex;
}

.container {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-inline: 16px;
}

@media screen and (min-width:30em) {
    .container {
        max-width: 80em;
        padding-inline: 16px;
    }
}

@media screen and (min-width:48em) {
    .container {
        max-width: 80em;
        padding-inline: 16px;
    }
}

@media screen and (min-width:64em) {
    .container {
        max-width: 80em;
        padding-inline: 24px;
    }
}

@media screen and (min-width:80em) {
    .container {
        max-width: 80em;
        padding-inline: 24px;
    }
}

.row {
    margin-inline: var(--gutter-neg);
    flex-wrap: wrap;
    display: flex;
}

.col {
    padding: 0 var(--gutter-pos);
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width:30em) {
    :root {
        --gutter-neg: -8px;
        --gutter-pos: 8px;
    }
}

@media screen and (min-width:48em) {
    :root {
        --gutter-neg: -8px;
        --gutter-pos: 8px;
    }
}

@media screen and (min-width:64em) {
    :root {
        --gutter-neg: -12px;
        --gutter-pos: 12px;
    }
    .col-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
}

@media screen and (min-width:80em) {
    :root {
        --gutter-neg: -12px;
        --gutter-pos: 12px;
    }
}

.avatar {
    background: #eee var(--img-placeholder) no-repeat center/contain;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.flex-row {
    column-gap: 24px;
    display: flex;
    align-items: center;
}

.flex-col {
    flex-direction: column;
    row-gap: 16px;
    display: flex;
}

@media (min-width:48em) {
    .author-info {
        flex-flow: wrap;
        align-items: center;
        column-gap: 24px;
    }
}

.uppercase-bold {
    text-transform: uppercase;
    font-weight: 600;
}

.align-center .author-info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.section-bg {
    background-color: #f5f5f5;
}

.section-padding {
    padding-block: 32px;
}

@media screen and (min-width:64em) {
    .section-padding {
        padding-block: 48px;
    }
}

.section-bg .section-padding {
    background-color: initial;
}

.title {
    margin-block-end: 24px;
}

.content-border {
    border-block-end: 1px solid #bdbdbd;
    margin-block-end: 24px;
    padding-block-end: 24px;
}

@media screen and (min-width:64em) {
    .content-border {
        border-block-end: none;
        border-inline-end: 1px solid #bdbdbd;
        margin-block-end: 0;
        padding-block-end: 0;
        padding-inline-end: 24px;
    }
}

.text-truncate {
    --max-lines: 3;
    --lh: 1.4;
    height: calc(var(--max-lines, 3)*var(--lh, 1.4)*1em);
    line-height: var(--lh, 1.4);
    overflow: hidden;
}

@supports (-webkit-line-clamp:3) {
    .text-truncate {
        -webkit-line-clamp: var(--max-lines, 3);
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

.topic-title {
    line-height: inherit;
    color: #141415;
    font-family: Montserrat, Arial Fallback, arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
}

@media screen and (min-width:48em) {
    .topic-title {
        font-size: 1.375rem;
    }
}



  .ZEF_Yc {
    background-color: #f5f5f5;
}
.QT5VME {
    margin-block-end: 24px;
}
.ZEF_Yc .BBPy0J {
    background-color: initial;
}
.BBPy0J {
    padding-block: 32px;
}
.bXkH_7 {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-inline: 16px;
}
.yWwYNH {
    line-height: inherit;
    color: #141415;
    font-family: Montserrat, Arial Fallback, arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
}
._b3Nlo {
    margin-block-end: 24px;
}
.PDfZX_ {
    margin-inline: var(--gutter-neg);
    flex-wrap: wrap;
    display: flex;
}
.rxEyu2 {
    padding: 0 var(--gutter-pos);
    flex: 0 0 100%;
    max-width: 100%;
}
.y3bO7b {
    border-block-end: 1px solid #bdbdbd;
    margin-block-end: 24px;
    padding-block-end: 24px;
}
@supports (-webkit-line-clamp:3) {
    .fCvuOt[data-is-long=true] {
        -webkit-line-clamp: var(--max-lines, 3);
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
.fCvuOt[data-is-long=true] {
    --max-lines: 3;
    --lh: 1.4;
    height: calc(var(--max-lines, 3) * var(--lh, 1.4) * 1em);
    line-height: var(--lh, 1.4);
    overflow: hidden;
}
.rxEyu2 {
    padding: 0 var(--gutter-pos);
    flex: 0 0 100%;
    max-width: 100%;
}
.WMkVQk {
    align-items: center;
}
.GwgnON {
    column-gap: 24px;
    display: flex;
}
.iDfc8y {
    background: #eee var(--img-placeholder) no-repeat center / contain;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #e0e0e0;
}
.f7y_dD, .ZffmBX {
    flex-direction: column;
    row-gap: 16px;
    display: flex;
}
.WMkVQk .ZffmBX {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}
.f7y_dD, .ZffmBX {
    flex-direction: column;
    row-gap: 16px;
    display: flex;
}
.k7Nrn9 {
    font-weight: 600;
}
  .doc-container, .doc-container p, .doc-container ul, .doc-container li, .doc-container h2, .doc-container h3 {
    margin: 0;
    padding: 0
  }
  .doc-container h2, .doc-container h3 {
    font-size: 100%;
    font-weight: 400
  }
  .doc-container ul {
    list-style: none
  }
  .doc-container {
    box-sizing: border-box
  }
  .doc-container *, .doc-container *:before, .doc-container *:after {
    box-sizing: inherit
  }
  .doc-container details>* {
    box-sizing: border-box
  }
  .doc-container summary {
    list-style: none
  }
  .doc-container summary::-webkit-details-marker {
    display: none
  }
  .doc-container img {
    max-width: 100%;
    height: auto
  }
  .doc-container {
    text-rendering: optimizelegibility;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
  }
  .doc-container {
    color: #3b3d40;
    font-family: Inter, Arial Fallback, arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4
  }
  .doc-container strong {
    font-weight: 600!important
  }
  .doc-container a {
    color: inherit;
    text-decoration: none
  }
  @media screen and (min-width: 30em) {
    .doc-container {
      --gutter-neg: -8px;
      --gutter-pos: 8px
    }
  }
  @media screen and (min-width: 48em) {
    .doc-container {
      --gutter-neg: -8px;
      --gutter-pos: 8px
    }
  }
  @media screen and (min-width: 64em) {
    .doc-container {
      --gutter-neg: -12px;
      --gutter-pos: 12px
    }
  }
  @media screen and (min-width: 80em) {
    .doc-container {
      --gutter-neg: -12px;
      --gutter-pos: 12px
    }
  }
  .icon-base {
    fill: currentColor;
    width: 16px;
    height: 16px;
    display: inline-block
  }
  .icon-large {
    width: 24px;
    height: 24px
  }
  .icon-use {
    fill: currentColor
  }
  .program-list-container a:focus-visible {
    outline-offset: -1px
  }
  .program-item-container:focus-visible {
    outline-offset: -1px
  }
  .program-title-container:focus-visible {
    outline-offset: -1px
  }
  @media screen and (min-width: 48em) {
    .download-btn-container:focus-visible {
      outline-offset: -1px
    }
  }
  .dropdown-summary:focus-visible {
    outline-offset: -1px
  }
  .dropdown-link:focus-visible {
    outline-offset: -1px
  }
  .platform-tag:focus-visible {
    outline-offset: -1px
  }
  .program-item {
    /**border-block-start: 1px solid #e0e0e0;**/
    padding: 2px 0
  }
  .program-item-compact {
    padding-block: 8px
  }
  .program-item:last-child {
    border-block-end: 1px solid #e0e0e0
  }
  .program-item-no-border {
    border-block: 0
  }
  .program-item-no-border:last-child {
    border-block-end: 0
  }
  .dropdown-container::details-content {
    transition: all .5s ease, content-visibility .3s allow-discrete;
    height: 0;
    overflow: clip
  }
  .dropdown-container[open]::details-content {
    height: auto
  }
  .features-title {
    line-height: inherit;
    color: #141415;
    font-family: Montserrat, Arial Fallback, arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600
  }
  @media screen and (min-width: 48em) {
    .features-title {
      font-size: 1.125rem
    }
  }
  .program-name-margin {
    margin-block-end: 8px
  }
  .program-list-section {
    margin-block-end: 24px
  }
 /* PC端宽度设置 */
@media screen and (min-width: 768px) {
    .program-list-section {
        max-width: 820px;  
        width: 100%;  
        margin: 0 auto 24px; 
        padding: 0 20px;  
        box-sizing: border-box;
    }
    
    .oXCElr {
        max-width: 820px;  
        width: 100%;  
        margin: 0 auto 24px; 
        padding: 0 20px;  
        box-sizing: border-box;
    }
}
  .program-icon-container:focus-visible {
    outline-offset: -1px
  }
  .editor-choice-container:not(:has(.rating-wrapper)) .aggregate-rating-wrapper {
    min-height: 48px
  }
  @media (min-width: 48em) {
    .editor-choice-container:not(:has(.rating-wrapper)) .aggregate-rating-wrapper {
      min-height: auto
    }
  }
  .dropdown-wrapper {
    --button-dropdown-bp: 48em;
    flex-direction: column;
    width: 100%;
    font-size: .875rem;
    display: inline-flex;
    position: relative
  }
  .dropdown-btn {
    cursor: pointer;
    color: #3b3d40;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0;
    padding: 8px 12px;
    font-weight: 400;
    line-height: 1rem;
    display: inline-flex;
    position: sticky
  }
  @media screen and (hover: hover) {
    .dropdown-btn:hover {
      background-color: #f5f5f5
    }
  }
  .dropdown-arrow {
    will-change: transform;
    margin-inline-start: 8px;
    transition: transform .3s cubic-bezier(.55, 0, .1, 1)
  }
  .dropdown-close {
    display: none
  }
  .dropdown-menu {
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
    height: calc(100vh - 48px);
    padding: 8px 0 80px;
    overflow-y: auto
  }
  @media screen and (min-width: 48em) {
    .dropdown-menu {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      flex-direction: column;
      height: auto;
      max-height: 364px;
      padding-block-end: 8px;
      display: flex;
      box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
    }
  }
  .dropdown-item {
    line-height: 1rem;
    position: relative
  }
  .dropdown-item:not(:last-child):after {
    z-index: 1;
    content: "";
    background-color: #e0e0e0;
    height: 1px;
    position: absolute;
    inset-block-end: -1px;
    inset-inline: 16px
  }
  @media screen and (min-width: 48em) {
    .dropdown-item:not(:last-child):after {
      content: none
    }
  }
  .dropdown-option {
    align-items: center;
    column-gap: 8px;
    padding: 16px;
    display: flex
  }
  @media screen and (hover: hover) {
    .dropdown-option:hover {
      background-color: #f5f5f5
    }
  }
  .dropdown-option:focus-visible {
    outline-offset: -1px
  }
  @media screen and (min-width: 48em) {
    .dropdown-option {
      padding: 8px 12px
    }
  }
  .download-btn {
    color: #fff;
    background-color: #009e61;
    border-radius: 8px;
    gap: 12px;
    padding: 10px 12px;
    display: inline-flex;
    position: relative
  }
  @media screen and (min-width: 48em) {
    .download-btn {
      min-height: 40px
    }
  }
  .download-btn:hover {
    color: #fff;
    background-color: #008551
  }
  .download-btn-text {
    flex: auto;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
    display: inline-flex
  }
  @media screen and (min-width: 48em) {
    .download-btn-text {
      justify-content: flex-start
    }
  }
  .download-btn-full {
    width: 100%
  }
  .download-btn-center .download-btn-text {
    justify-content: center
  }
  .platform-list {
    flex-wrap: wrap;
    column-gap: 16px;
    display: flex
  }
  .platform-item {
    font-size: .75rem;
    line-height: 2.1;
    position: relative
  }
  .platform-item:not(:last-child):after {
    content: "";
    background-color: #bdbdbd;
    width: 1px;
    height: 16px;
    position: absolute;
    inset-block-start: 5px;
    inset-inline-end: -9px
  }
  .platform-link {
    white-space: nowrap;
    color: #3b3d40;
    display: inline-block
  }
  .platform-link:hover {
    text-decoration: underline
  }
  .topic-link {
    text-transform: capitalize
  }
  .features-wrapper {
    flex-direction: column;
    gap: 12px;
    display: flex
  }
  .features-list {
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    display: flex
  }
  .feature-item {
    gap: 8px;
    display: flex
  }
  .feature-icon {
    color: #009a48;
    flex-shrink: 0
  }
  .rating-container {
    background-color: #f5f5f5;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    max-height: 148px;
    padding: 4px 12px;
    display: flex
  }
  @media screen and (min-width: 48em) {
    .rating-container {
      flex-direction: column;
      gap: 8px;
      padding: 12px
    }
  }
  .rating-score {
    font-family: Montserrat, Arial Fallback, arial, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2
  }
  @media screen and (min-width: 48em) {
    .rating-score {
      font-size: 2.5rem
    }
  }
  .rating-count {
    color: #70737a;
    font-size: .875rem;
    line-height: 1
  }
  @media screen and (min-width: 48em) {
    .rating-count {
      text-align: center
    }
  }
  .stars-container {
    column-gap: 4px;
    font-size: .875rem;
    display: inline-flex
  }
  .stars-svg {
    width: auto;
    height: 20px
  }
  .star-full {
    color: #ffb901;
    fill: currentColor
  }
  .editor-choice-badge {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 1px
  }
  .editor-choice-content {
    background-color: transparent;
    background-image: linear-gradient(95deg, #00a3e0 14%, #26d07c 85%);
    padding: 2px;
    position: relative
  }
  .program-card {
    background-color: #fff;
    border-radius: 7px;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    display: flex
  }
  .program-card-special {
    border-radius: 6px;
    padding-block-start: 44px
  }

  .editor-choice-label {
    color: #141415;
    border-radius: 4px 0 8px;
    padding-inline: 12px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 28px;
    /* 去掉绝对定位，恢复正常流 */
    position: static;
    /* 改成行内块，保留宽高边距正常显示 */
    display: inline-block;
}
  
  .card-content {
    flex-direction: column;
    gap: 16px;
    display: flex
  }
  @media screen and (min-width: 48em) {
    .card-content {
      flex-flow: wrap;
      gap: 24px
    }
    .card-layout {
      flex-direction: row
    }
  }
  .program-info {
    flex-direction: column;
    display: flex
  }
  @media screen and (min-width: 48em) {
    .program-info {
      flex: calc(100% - 244px)
    }
  }
  .program-actions {
    flex-direction: column;
    justify-content: center;
    display: flex
  }
  @media screen and (min-width: 48em) {
    .program-actions {
      flex: 1 0 220px
    }
  }
  .rating-section {
    width: 100%
  }
  @media screen and (min-width: 48em) {
    .rating-section {
      width: 124px;
      display: flex
    }
  }
  .features-section {
    width: 100%
  }
  @media screen and (min-width: 48em) {
    .features-section {
      width: calc(100% - 148px);
      display: flex
    }
  }
  .platforms-section {
    border-block-start: 1px solid #e0e0e0;
    flex-direction: column;
    padding-block-start: 16px;
    display: flex;
    overflow: auto hidden
  }
  .platforms-section::-webkit-scrollbar {
    display: none
  }
  .platforms-section>* {
    flex-wrap: nowrap
  }
  @media screen and (min-width: 48em) {
    .platforms-section {
      flex: 1 0 220px
    }
    .platforms-section>* {
      flex-wrap: wrap
    }
  }
  .program-link-container:focus-visible {
    outline-offset: -1px
  }
  .program-link-content {
    column-gap: 16px;
    display: flex
  }
  .program-link-details {
    flex: 1;
    min-width: 0
  }
  .program-icon-wrapper>* {
    max-width: none;
    line-height: 0;
    display: flex
  }
  .program-icon-align {
    align-items: center
  }
  .program-icon {
    background: #f5f5f5 var(--img-placeholder) no-repeat center/contain;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 8px
  }
  @supports not (aspect-ratio:calc(1 / 1)) {
    .program-icon:after {
      float: inline-start;
      content: "";
      padding-block-start: 100%
    }
  }
  .program-license {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #00805e;
    font-family: Inter, Arial Fallback, arial, sans-serif;
    font-size: .875rem;
    overflow: hidden
  }
  .rating-star {
    color: #ffb901;
    width: 18px;
    height: 18px
  }
  .rating-stars, .download-count {
    align-items: stretch;
    column-gap: 2px;
    font-size: .875rem;
    display: inline-flex
  }
  .download-icon {
    color: #009a48;
    width: 18px;
    height: 18px
  }
  .program-link-block {
    display: block
  }
  .program-name {
    color: #141415;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-block-end: 4px;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden
  }
  .program-meta {
    align-items: center;
    column-gap: 4px;
    margin-block-end: 4px;
    font-size: .75rem;
    display: flex
  }
  .meta-item {
    align-items: center;
    display: inline-flex
  }
  .meta-item:after {
    color: #3b3d40;
    content: "·";
    margin-inline-start: 4px;
    font-size: .875rem
  }
  .meta-item:last-child:after {
    content: none
  }
  .program-summary {
    --max-lines: 2;
    font-size: .875rem;
    overflow: hidden
  }
  @supports (-webkit-line-clamp:2) {
    .program-summary {
      -webkit-line-clamp: var(--max-lines, 2);
      -webkit-box-orient: vertical;
      display: -webkit-box
    }
  }
  .program-link-block[href]:hover {
    cursor: pointer
  }
  .program-link-block[href]:hover .program-name {
    text-decoration: underline
  }
  .program-link-block.compact-icon .program-icon {
    width: 77px;
    height: 108px
  }
  @media (max-width: 768px) {
    .program-link-block.compact-icon .program-icon {
        width: 50px; 
        height: 72px;  
    }
}
  
  .program-summary .LPceitwo {
    cursor: pointer;    
    text-decoration: none;
}

/* 悬停时稍微加深（可选） */
.program-summary .LPceitwo:hover {
    color: #c62828;
}
  /*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 10px 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
/*.pagelist a:nth-child(1) { display: none }*/
.pagelist a:hover, .pagelist > b { color: #3690cf; color: #FFF; background: #ff5555; }
.pagelist > b { display: inline-block;padding: 5px 10px;margin: 0 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }


.novel-tag-wrap {
    padding: 50px 0;
    background: transparent;
}
.novel-tag-inner {
    max-width:960px;
margin: 0 auto;
    padding: 0 15px;
}
.novel-tag-row {
    display: flex;
    align-items: center;
    /* 数值越小，右侧头像整块越靠左 */
    gap: 15px;
}
.novel-tag-left {
    flex: 1;
}
.novel-tag-head {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
}
.novel-tag-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    text-align: left;
    background: transparent;
    padding: 0;
}

/* 竖线 加长竖线 */
.split-line {
    display: block;
    height: 70px;
    width: 1px;
    background: #ccc;
    /* 左右间距调小，更靠左 */
    margin: 0 10px;
}

/* 头像区域 */
.novel-tag-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.author-avatar-box {
    text-align: center;
}
/* 圆形头像 */
.avatar-userpic {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 8px;
}
.author-avatar-box a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.author-avatar-box a:hover {
    color: #0066cc;
}

/* 手机端自适应 */
@media (max-width: 768px) {
    .novel-tag-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .split-line {
        display: none;
    }
    .novel-tag-head {
        font-size: 24px;
    }
}