body{
    background-color: rgba(244, 246, 249, 1);
}
.bread{
    background:rgba(255, 255, 255, 1);
    border-radius:12px;
    padding:8px 16px;
    font-size:0.9rem;
    width: fit-content;
    color:rgba(162, 169, 188, 1);
    border: 1px solid rgba(235, 238, 240, 1);
    margin: 16px 0;
}
.bread span{
    margin:0 12px;
}
.bread a{
    color:rgba(162, 169, 188, 1);
    text-decoration:none;
}
.bread a:last-of-type{
    color:rgba(100, 116, 128, 1);
}
.article-wrap {
    background: #fff;
    border-radius: 42px;
    margin: 0 auto;
    background-image: linear-gradient(to right,#447bff,#a855f7);
    background-origin: border-box;
    border-top: 4px solid transparent;
}
.article-content{
    background-color: #fff;
    border-radius: 32px;
    padding: 32px;
}
/* 顶部栏目+时间 */
.article-top-info {
    display: flex;
    align-items: center;
    gap: 24px;
    color: rgba(167, 180, 197, 1);
    font-size: 16px;
    margin-bottom:20px;
}
.cate-tag{
    background:#e8f0ff;
    color:rgba(78, 68, 205, 1);
    padding:4px 12px;
    border-radius:6px;
    font-size: 0.9rem;
}
/* 文章标题 */
.article-title{
    font-size:28px;
    font-weight:bold;
    color:#111;
    line-height:1.4;
    margin-bottom:24px;
    padding-bottom:16px;
    border-bottom:1px solid #eee;
}
/* 摘要模块 */
.article-desc{
    background:#f7faff;
    padding:16px;
    border-radius:12px;
    margin-bottom:32px;
    color:rgba(63, 73, 91, 1);
    line-height:1.6;
}
.desc-label{
    display:inline-block;
    background:#424bcc;
    color:#fff;
    padding:3px 10px;
    border-radius:4px;
    font-size:0.8rem;
    margin-right:6px;
}
.desc-label-imp{
    color: rgba(78, 68, 205, 1);
}
.price-text{
    color:#e63946;
    font-weight:bold;
}
/* 章节标题 */
.section-title{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:22px;
    font-weight:bold;
    margin:30px 0 12px;
}
.dot-blue{
    width:8px;
    height:26px;
    background:#3668ff;
    border-radius:4px;
}
.dot-purple{
    width:8px;
    height:26px;
    background:#9c4cf0;
    border-radius:4px;
}
.dot-green{
    width:8px;
    height:26px;
    background:#02a887;
    border-radius:4px;
}
/* 内容占位框 */
.content-box{
    width:100%;
    height:120px;
    background:#eeeeee;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#777;
}
.content-box1{
    width:100%;
    height:120px;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#777;
}
/* 总结区块 */
.summary-box{
    background:#f8fbff;
    border:1px solid #e5edf9;
    border-radius:12px;
    padding:20px;
    margin:32px 0;
}
.summary-title{
    font-weight:bold;
    margin-bottom:12px;
}
/* 广告栏 */
.ad-bar{
    border: 2px dashed rgba(226, 232, 240, 1);
    border-radius:12px;
    padding:16px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:32px;

}
.ad-text{
    color:#424bcc;
    text-align: center;
}
.ad-price{
    background:#513cdb;
    color:#fff;
    padding:8px 26px;
    border-radius:30px;
    font-size: 1rem;
}
/* 点赞分享行 */
.operate-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:24px;
}
.like-btn{
    background:#f53855;
    color:#fff;
    border:none;
    padding:9px 24px;
    border-radius:30px;
    font-size:1rem;
}
.share-group{
    color:#777;
    margin-right:8px;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.share-icon{
    display:inline-block;
    width:32px;
    height:32px;
    border-radius:50%;
    text-align:center;
    line-height:32px;
    color:#fff;
    margin:0 3px;
}
.wx{background:#34c759;}
.wb{background:#f73e3e;}
.star{background:#ffc838;color:#333;}
/* 标签 */
.tag-group{
    margin-bottom:24px;
}
.tag-item{
    background:#eef2f9;
    padding:7px 16px;
    border-radius:16px;
    display:inline-block;
    margin-right:8px;
    color:rgba(88, 99, 120, 1);
    font-size: 1rem;
}
/* 版权 */
.copyright{
    color:rgba(136, 148, 166, 1);
    font-size:14px;
    padding-bottom:24px;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
}
.copyright a{
    color:#424bcc;
    text-decoration:none;
}
/* 上下篇 */
.prev-next{
    display:flex;
    gap:24px;
}
.prev-item,.next-item{
    flex:1;
    padding:20px;
    background:#f5f7fb;
    border-radius:14px;
    color: rgba(34, 38, 43, 1);
}
.pn-tit{
    color:rgba(136, 148, 166, 1);
    margin-bottom:8px;
    display:flex;
    justify-content:space-between;
}
.pn-tit1{
    color:rgba(136, 148, 166, 1);
    margin-bottom:8px;
    display:flex;
    justify-content:end;
}
.dir-card{
    background:#fff;
    border-radius:32px;
    padding:24px;
    border:1px solid rgba(222, 224, 241, 1);
}
.dir-header{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
    margin-bottom:16px;
}
.blue-line{
    width:8px;
    height:30px;
    background:#415bfa;
    border-radius:4px;
}
.dir-title{
    font-size:1.2rem;
    color:#222;
}
.dir-item{
    font-size:1rem;
    padding:12px 14px;
    margin:8px 0;
    border-radius:999px;
    color:#717b94;
    cursor:pointer;
}
/* 当前激活项 */
.dir-item.active{
    background:#eef3ff;
    color:#3c52d8;
}
.card-content{
    display:flex;
    gap: 32px;
}
.contact-card {
    width: 100%;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
}
/* 顶部深色条 */
.card-top-bar {
    height: 72px;
    background: linear-gradient(90deg,#0f1430,#201b50);
    position: relative;
}
/* HZJ图标 */
.logo-box {
    background: linear-gradient(135deg,rgba(105, 96, 240, 1),rgba(142, 56, 234, 1));
    border-radius: 22px;
    position: absolute;
    left: 50%;
    bottom: -52px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    border:5px solid #fff;
    box-shadow: 0 3px 12px #00000018;
}
/* 正文区域 */
.card-body {
    padding:80px 24px 16px;
    text-align: center;
}
.team-name {
    font-size:1.1rem;
    font-weight: bold;
    color:#111;
    margin-bottom:12px;
}
.team-desc {
    font-size:1.1rem;
    color:#808899;
    margin-bottom:24px;
}
/* 联系方式双栏 */
.contact-row {
    display:flex;
    border-top:1px solid #eee;
}
.contact-col {
    flex:1;
    padding:16px;
}
.col-tit {
    font-size:1.1rem;
    color:#808899;
    margin-bottom:12px;
}
.col-val {
    font-size:1.1rem;
    color:rgba(98, 109, 124, 1);
    font-weight:600;
}
.contact-line{
    width:1px;
    height:60px;
    background:#eee;
    margin-top: 16px;
}
.right-card{
    width: 70%;
}
.contact-card{
    margin-top: 32px;
}
.subscribe-box{
    background:linear-gradient(90deg,#322b90,#080822);
    border-radius:32px;
    padding:24px;
    margin-top: 32px;
}
.box-title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:1.1rem;
    color:#c3bfff;
    margin-bottom:12px;
    font-weight:bold;
}
.dot-mark{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#897bff;
}
.box-desc{
    font-size:0.9rem;
    color:rgba(136, 148, 166, 1);
    margin-bottom:24px;
}
.form-row{
    display:flex;
    gap:22px;
    align-items:center;
}
#email-input{
    flex:1;
    border-radius:16px;
    border:none;
    padding:16px;
    font-size:1rem;
    color:#555;
}
#email-input::placeholder{
    color:#99a2b8;
}
.join-btn{
    padding:16px;
    border-radius:16px;
    background:#5c4bff;
    border:none;
    color:#fff;
    font-size:1rem;
    cursor:pointer;
}
.tab-wrap{
    background:#fff;
    border-radius:32px;
    padding:24px;
    margin-top: 32px;
}
/* 标签栏 */
.tab-head{
    display:flex;
    gap:60px;
    margin-bottom:28px;
    border-bottom:1px solid #eee;
    position:relative;
}
.tab-item{
    font-size:1rem;
    padding:12px 0;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:10px;
}
.dot-red{
    width:12px;
    height:12px;
    background:#f53855;
    border-radius:50%;
}
.dot-green1{
    width:12px;
    height:12px;
    background:#39c759;
    border-radius:50%;
}
/* 激活下划线 */
.tab-active-line{
    position:absolute;
    bottom:-1px;
    left:0;
    width:150px;
    height:3px;
    background:#415bfa;
    transition:0.3s all;
}
/* 文章列表项 */
.art-item{
    border-radius:20px;
    margin-bottom:24px;
    padding:32px;
}
/* 深色卡片 */
.art-dark{
    height: 150px;
    background:#1c1c24;
    color:#fff;
    background-image:url('');
    display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* 浅色卡片 */
.art-light{
    background:#f1f2f5;
    color:#222;
}
.art-title{
    font-size:0.8rem;
    margin-bottom:8px;
    line-height:1.4;
}
.art-info{
    font-size:0.8rem;
    opacity:0.75;
    display:flex;
    gap:40px;
}
/* 标签内容容器 */
.tab-content>div{display:none;}
.tab-content>div.active{display:block;}
.tag-card {
    margin: 32px 0;
    background: #ffffff;
    border-radius: 32px;
    max-width: 820px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
    padding: 32px 32px 16px 32px;
    border-bottom: 1px solid #eee;
}
.blue-line {
    width: 6px;
    height: 28px;
    background-color: #4158f6;
    border-radius: 3px;
}
.header-title {
    font-size: 1.4rem;
    color: #222;
    font-weight: 500;
}
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.9rem;
    color: #949494;
}
.tag-secend-big {
    font-size: 1.1rem;
    color: #949494;
    font-weight: 600;
}
.tag-big {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-right: 16px;
}
.tag-row{
    margin-bottom: 6px;
}
.tag-content{
    padding:  16px 24px 24px 24px;
}
.recommend-card{
    background:#fff;
    border-radius:32px;
    padding:36px;
    max-width:100%;
    overflow:hidden;
    margin-top: 32px;
}
.rec-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:32px;
}
.purple-line{
    width:8px;
    height:32px;
    background:#9c4cf0;
    border-radius:4px;
}
.rec-title{
    font-size:1.2rem;
    color:#222;
}
/* 横向滚动容器 */
.rec-scroll-wrap{
    overflow-x:auto;
    display:flex;
    gap:24px;
    padding-bottom:10px;
    /* 隐藏滚动条 */
    scrollbar-width:none;
}
.rec-scroll-wrap::-webkit-scrollbar{display:none;}
.rec-item{
    min-width:320px;
}
.rec-img{
    width:100%;
    height:130px;
    border-radius:20px;
    background:#eee;
    margin-bottom:16px;
}
.rec-text{
    font-size:1rem;
    color:#555;
    line-height:1.4;
}
.comment-box{
    background:#fff;
    border-radius:32px;
    padding:36px;
    margin: 32px 0;
    max-width:100%;
}
.com-title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:1.2rem;
    margin-bottom:30px;
}
.purple-line{
    width:8px;
    height:32px;
    background:#9c4cf0;
    border-radius:4px;
}
/* 输入区域 */
.com-input-wrap{
    border:1px solid #e9e4f8;
    border-radius:24px;
    margin-bottom:32px;
}
#com-text{
    width:100%;
    height:150px;
    border:none;
    outline:none;
    text-align:center;
    font-size:36px;
    padding:30px;
    border-radius: 24px;
}
.com-btn-row{
    background:#f8f5ff;
    padding:20px 30px;
    text-align:right;
    display: flex;
    justify-content: end;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #e9e4f8;
}
.send-btn{
    background:#5c4bff;
    color:#fff;
    border:none;
    padding:8px 24px;
    border-radius:32px;
    font-size:1rem;
    cursor:pointer;
}
/* 单条评论 */
.com-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
}
.user-avatar{
    width:54px;
    height:54px;
    background:#7968f8;
    border-radius:50%;
    color:#fff;
    font-size:1.2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.com-info .username{
    font-size:1.2rem;
    color:#222;
    margin-bottom:6px;
    font-weight: bold;
}
.com-info .com-content{
    font-size:1.1rem;
    color:#666;
    margin-bottom:12px;
}
.com-info .com-bottom{
    font-size:0.9rem;
    color:#888;
}
.new-comment-card{
    background:#fff;
    border-radius:32px;
    padding:32px;
    margin-top:32px;
}
.card-head{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:16px;
    border-bottom:1px solid #eee;
    margin-bottom:24px;
}
.blue-mark{
    width:8px;
    height:30px;
    background:#415bfa;
    border-radius:4px;
}
.head-title{
    font-size:1.2rem;
    color:#222;
}
.comment-item{
    display:flex;
    gap:14px;
    margin-bottom:16px;
}
.comment-item:last-child{margin-bottom:0;}
.avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    flex-shrink:0;
    color:#fff;
    font-size:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.avatar-a{background:#7968f8;}
.avatar-b{background:#5c6579;}
.avatar-c{background:#28c99c;}
.info-wrap .username{
    font-size:1rem;
    font-weight: bold;
    color:#222;
    margin-bottom:6px;
}
.info-wrap .content{
    font-size:0.9rem;
    color:#667085;
    line-height:1.5;
    margin-bottom:8px;
}
.info-wrap .meta{
    font-size:0.8rem;
    color:#86909c;
}
.tag-row-tip:hover,.tag-big:hover,.tag-secend-big:hover {
    color: #4f46e5;
}
@media (max-width: 1200px) {
    .card-content,.ad-bar,.operate-row{
        flex-direction: column;
        gap: 24px;
    }
    .right-card{
        width: 100%;
    }
    .tag-card{
        display: none;
    }
    .new-comment-card{
        margin-bottom: 32px;
    }
}