* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F4F5F5;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

a:hover {
    color: #FF7D3C;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.site-full-section {
    width: 100%;
    background-color: #F4F5F5;
    padding-bottom: 30px;
}

.loadwrap {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #FF7D3C;
}

.breadcrumb-sep {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-current {
    color: #333;
}

.loadhead {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.loadhead-l {
    float: left;
    width: 100%;
}

.loadcover {
    float: left;
    width: 220px;
    height: 300px;
    margin-right: 25px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.loadcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.loadinfo {
    overflow: hidden;
}

.loadtitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.loadtags {
    margin-bottom: 15px;
    font-size: 0;
}

.loadtag {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 12px;
    margin-right: 8px;
    font-size: 13px;
    color: #FF7D3C;
    border: 1px solid #FF7D3C;
    border-radius: 3px;
    vertical-align: middle;
}

.loadtag.status-ongoing {
    color: #FF7D3C;
    background: #fff;
    border: 1px solid #FF7D3C;
}

.loadtag.status-end {
    color: #fff;
    background: #FF7D3C;
    border: 1px solid #FF7D3C;
}
.loadscore {
    margin-bottom: 18px;
    overflow: hidden;
}

.stars {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.stars .star {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 2px;
    font-size: 16px;
    color: #FF7D3C;
    font-style: normal;
}

.stars .star::before {
    content: "★";
}

.stars .star.empty {
    color: #ddd;
}

.scorenum {
    font-size: 24px;
    font-weight: bold;
    color: #FF7D3C;
    vertical-align: middle;
}

.loadmeta {
    margin-bottom: 18px;
    font-size: 14px;
}

.loadmeta p {
    height: 28px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    margin-right: 30px;
}

.metalabel {
    color: #999;
}

.metavalue {
    color: #333;
}

.loaddesc {
    margin-bottom: 22px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.loaddesc .desc-text {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loadbtns {
    font-size: 0;
}

.btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 15px;
}

.btn-read {
    background-color: #FF7D3C;
    color: #fff;
    border: 1px solid #FF7D3C;
}

.btn-read:hover {
    background-color: #ff6a20;
    color: #fff;
    border-color: #ff6a20;
}

.btn-more {
    background-color: #fff;
    color: #FF7D3C;
    border: 1px solid #FF7D3C;
}

.btn-more:hover {
    background-color: #FFF5EE;
    color: #FF7D3C;
}

.loadhead-r {
    float: right;
    width: 160px;
    text-align: center;
    padding-top: 20px;
    display: none;
}

.qrcode-box {
    width: 140px;
    margin: 0 auto;
}

.qrcode-img {
    width: 140px;
    height: 140px;
    padding: 8px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.qrcode-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.qrcode-txt {
    font-size: 13px;
    color: #666;
}

.loadmain {
    overflow: hidden;
}

.load_l {
    float: left;
}

.load_r {
    float: left;
    margin-left: 20px;
}

.loadnav {
    height: 50px;
    background-color: #fff;
    border-bottom: 2px solid #FF7D3C;
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
}

.loadnav ul {
    overflow: hidden;
}

.loadnav li {
    float: left;
}

.loadnav li a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.loadnav li.active a,
.loadnav li a:hover {
    background-color: #FF7D3C;
    color: #fff;
}

.loadbox {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.loadtit {
    height: 36px;
    line-height: 36px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.loadtit h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    float: left;
    padding-left: 12px;
    position: relative;
}

.loadtit h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #FF7D3C;
    border-radius: 2px;
}

.loadtit-r {
    float: right;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.chapter-list {
    overflow: hidden;
    margin-right: -15px;
}

.chapter-item {
    float: left;
    width: 180px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    margin: 0 15px 10px 0;
    font-size: 14px;
    color: #666;
    background-color: #f8f8f8;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s;
}

.chapter-item:hover {
    background-color: #FFF5EE;
    color: #FF7D3C;
}

.intro-content {
    line-height: 28px;
    color: #666;
    font-size: 14px;
}

.intro-content p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.tag-cloud {
    margin-bottom: 15px;
    font-size: 0;
}

.tag-cloud a {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding: 0 12px;
    margin: 0 8px 8px 0;
    font-size: 13px;
    color: #666;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}

.tag-cloud a:hover {
    color: #FF7D3C;
    background-color: #FFF5EE;
    border-color: #FF7D3C;
}

.recommend-list {
    overflow: hidden;
    margin-right: -15px;
}

.recommend-item {
    float: left;
    width: 190px;
    margin: 0 15px 20px 0;
}

.recommend-cover {
    width: 100%;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.recommend-cover a {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.recommend-item:hover .recommend-cover img {
    transform: scale(1.05);
}

.recommend-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-title a {
    color: #333;
}

.recommend-title a:hover {
    color: #FF7D3C;
}

.recommend-meta {
    font-size: 12px;
    color: #999;
}

.sidebox {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 18px 20px;
}

.sidetit {
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidetit h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    position: relative;
}

.sidetit h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 14px;
    background-color: #FF7D3C;
    border-radius: 2px;
}

.side-list {
    margin-bottom: -15px;
}

.side-item {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.side-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-cover {
    float: left;
    width: 70px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 12px;
}

.side-cover a {
    display: block;
    width: 100%;
    height: 100%;
}

.side-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-info {
    overflow: hidden;
}

.side-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 1.3;
    max-height: 36px;
    overflow: hidden;
}

.side-title a {
    color: #333;
}

.side-title a:hover {
    color: #FF7D3C;
}

.side-meta {
    font-size: 12px;
    color: #FF7D3C;
    margin-bottom: 4px;
}

.side-source {
    font-size: 12px;
    color: #999;
}

.side-manga-list {
    margin-bottom: -12px;
}

.side-manga-item {
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.side-manga-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-manga-cover {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 12px;
    display: block;
    text-decoration: none;
}

.side-manga-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-manga-status {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 2px 7px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
    font-weight: 500;
    line-height: 1.3;
}

.side-manga-status.status-ongoing {
    color: #FF7D3C;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #FF7D3C;
}

.side-manga-status.status-end {
    color: #fff;
    background: #FF7D3C;
    border: 1px solid #FF7D3C;
}

.side-manga-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-manga-title {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 4px 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-manga-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.side-manga-title a:hover {
    color: #FF7D3C;
}

.side-manga-author {
    font-size: 11px;
    color: #999;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-manga-meta {
    display: flex;
    align-items: center;
}

.side-manga-score {
    font-size: 12px;
    color: #FF9F43;
    font-weight: 600;
}

.news-list {
    margin-bottom: -5px;
}

.news-item {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
}

.news-item a {
    color: #666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-item a:hover {
    color: #FF7D3C;
}

.news-num {
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #ccc;
    border-radius: 2px;
    font-weight: bold;
}

.news-num.top {
    background-color: #FF7D3C;
}

@media screen and (max-width: 1240px) {
    .vr1200 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .chapter-item {
        width: calc(20% - 15px);
    }

    .recommend-item {
        width: calc(25% - 15px);
    }
}

/* ============ 详情页面包屑（差异化类名） ============ */
.dt-local { padding: 15px 0; }
.dt-address { font-size: 14px; color: #666; line-height: 24px; }
.dt-address a { color: #666; }
.dt-address a:hover { color: #FF7D3C; }
.dt-loc-icon { display: inline-block; width: 14px; height: 14px; margin-right: 6px; vertical-align: middle; background: #FF7D3C; border-radius: 2px; opacity: 0.8; }
.dt-sep { margin: 0 8px; color: #999; font-style: normal; }
.orange { color: #FF7D3C; }
