* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Microsoft YaHei", sans-serif;
}
body {
    background-color: rgba(248, 250, 252, 1);
    padding: 80px 20px;
}
.page-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
}
.page-title .cloud-text {
    font-style: italic;
    color: #5850ec;
}
.search-wrap {
    width: 60%;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 12px 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.1rem;
    padding: 12px 20px;
    color: #333;
}
.search-input::placeholder {
    color: #b0b8c4;
}

.container-top {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    margin: 80px 0 !important;
}
.search-btn {
    background-color: #5850ec;
    color: #fff;
    border: none;
    border-radius: 48px;
    font-size: 1.1rem;
    padding: 8px 32px;
    cursor: pointer;
    font-weight: 500;
}
.recommend-bar {
    width: fit-content;
    background: #fff;
    border-radius: 32px;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.03);
    font-size: 0.9rem;
}
.green-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #22c55e;
}
.recommend-label {
    color: #64748b;
}
.recommend-text {
    color: #1a202c;
}
.arrow-link {
    color: #1a202c;
    text-decoration: none;
    margin-left: 8px;
}
.grid-container {
    display: flex;
    gap: 24px;
}
.ad-top {
    background-color: #5850ec;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    height: 50%;
}
.ad-bottom {
    background-color: #ffffff;
    border: 2px dashed #d8d8f5;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5850ec;
    font-size: 22px;
    height: 50%;
}
.main-card {
    background: #ffffff;
    background-image: url('../../index/images/index/20260602-113433.png');
    background-size: cover;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.right-card{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
}
.top-tag {
    width: fit-content;
    color: rgba(226, 39, 80, 1);
    background: rgba(255, 241, 242, 1);
    padding: 4px 24px;
    border-radius:24px;
    font-size: 0.9rem;
    font-weight: bold;
}
.card-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
    margin-top: 32px;
}
.card-desc {
    font-size: 1.2rem;
    color: #718096;
    line-height: 1.6;
}
.user-group-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}
.avatar-stack {
    display: flex;
}
.avatar-item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #4a5568;
    border: 3px solid #fff;
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}
.avatar-item:first-child {
    margin-left: 0;
}
.avatar-more {
    background: #5850ec;
}
.user-text {
    font-size: 1rem;
    color: #a0aec0;
}
.stat-card {
    grid-area: stat-card;
    background: #0f172a;
    border-radius: 32px;
    padding: 36px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.stat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #cbd5e1;
}
.green-dot {
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
}
.stat-big-num {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 700;
}
.stat-label-small {
    color: #94a3b8;
    font-size: 0.9rem;
}
.stat-row-two {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #334155;
}
.stat-col h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #a5b4fc;
}
.stat-col:last-child h3 {
    color: #4ade80;
}
.stat-col p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-top: 6px;
}
.interact-card {
    grid-area: interact-card;
    background: #ffffff;
    border-radius: 32px;
    padding: 36px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 30px 0 rgba(236, 238, 240, 1);
}
.interact-text h4 {
    font-size: 1.6rem;
    color: #1a202c;
    font-weight: 600;
}
.interact-text p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 8px;
}
.interact-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #5850ec;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interact-icon-inner {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
}
.left-card{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 30%;
    margin-right: 24px;
}
.grid-container1{
    display: flex;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.section-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
}
.title-blue-line {
    width: 6px;
    height: 27px;
    background-color: #4f46e5;
    margin-right: 16px;
    border-radius: 4px;
}
.tab-buttons {
    display: flex;
    gap: 20px;
}
.tab-btn {
    font-size: 1rem;
    padding: 4px 24px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #ffffff;
    color: #333;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
.tab-btn.active {
    background-color: #4f46e5;
    color: #fff;
}

.tab-content > div {
    display: none;
}
/* 显示当前激活的标签内容 */
.tab-content > div.active {
    display: block !important;
}

/* 测评主卡片 */
.review-card {
    background: #fff;
    border-radius: 32px;
    display: flex;
    gap: 30px;
    padding: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
.card-img-box {
    width: 220px;
    height: 190px;
    background: #eef2ff;
    border-radius: 32px;
    flex-shrink: 0;
    /* 模拟截图占位 */
    background-image: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
}
.card-content {
    flex: 1;
}
.card-head {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.top-tag1 {
    background-color: #ef4444;
    color: #fff;
    font-size: 1rem;
    padding: 6px 16px;
    border-radius: 8px;
}
.card-title-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.5;
}
.card-desc1 {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}
.card-meta {
    font-size: 0.9rem;
    color: #9ca3af;
}

/* 底部虚线广告位 */
.ad-bottom1 {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 1.2rem;
    color: #4f46e5;
    margin-bottom: 16px;
}
  /* 外层卡片容器 */
.tag-card-wrap {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px 30px;
    max-width: 960px;
}
/* 板块标题 */
.tag-section-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}
.title-blue-bar {
    width: 8px;
    height: 40px;
    background-color: #4f46e5;
    border-radius: 4px;
    margin-right: 14px;
}
.tag-card {
    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: 16px;
    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-tip:hover,.tag-big:hover,.tag-secend-big:hover {
    color: #4f46e5;
}
.section-card{
    display: flex;
    gap: 32px;
    margin: 80px  0;
}
.section-card-right{
    width: 35%;
}
.section-card-left{
    width: 100%;
}
.tag-row{
    margin-bottom: 6px;
}
.load-more{
    margin: auto;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
    border-radius: 32px;
    padding: 4px 32px;
    width: fit-content;
    background-color: #ffffff;
}
.article-card {
    background: #ffffff;
    border-radius: 24px;
    margin-top: 24px;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
/* 头部标题区域 */
.card-header1 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8x;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
}
.blue-mark {
    width: 7px;
    height: 30px;
    background-color: #425af7;
    border-radius: 4px;
}
.header-text {
    font-size: 1.4rem;
    color: #111111;
    font-weight: 500;
}
/* 文章列表项 */
.article-item {
    display: flex;
    gap: 24px;
    padding: 24px 16px;
    border-bottom: 1px solid #eeeeee;
}
/* 移除最后一条底部分割线 */
.article-item:last-child {
    border-bottom: none;
}
/* 文章缩略图 */
.article-img {
    width: 86px;
    height: 56px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #eeeeee;
    object-fit: cover;
}
/* 文章文字区域 */
.article-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.article-title {
    font-size: 0.9rem;
    color: #222222;
    line-height: 1.5;
}
.article-date {
    font-size: 0.8rem;
    color: #aaaaaa;
}
.tag-content{
    padding:  16px;
}
.arrow-icon {
    font-family: system-ui, sans-serif;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .search-wrap,.left-card,.right-card,.section-card-right{
        width: 100%;
    }
    .grid-container1,.grid-container,.section-header,.section-card{
        flex-direction: column;
    }
    .section-header{
        align-items: baseline;
        gap: 16px;
    }
    .tag-card{
        display: none;
    }
    .ad-top,.ad-bottom{
        width: 300px;
        height: 200px;
    }
    .left-card{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
    }
    .search-btn{
        font-size: 0.9rem;
        padding: 4px 12px;
    }
}
@media (max-width: 430px) {
    .review-card{
        flex-direction: column;
    }
    .left-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tab-btn{
        font-size: 0.8rem;
    }
}