/* ==================== 通用重置 ==================== */
.hidden {
    display: none;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clear {
    clear: both;
}

p,
ul,
li,
body {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

input {
    border: 0;
    outline: none;
    background: transparent;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
    /* 顶部固定导航 60px，锚点跳转预留偏移避免目标被遮挡 */
    scroll-padding-top: 70px;
}

/* ==================== 通用布局 ==================== */
.index_BackGround {
    position: absolute;
    z-index: 1;
    inset: 0;
}

.index_Main {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* 背景图片样式 */
.index_BackGround {
    background: url("../images/header-bg1.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 780px;
}

/*头部置顶*/
.header_top_bg {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #39a4f6;
    border-bottom: 1px solid #ffffff;
}

.header_top_bg .hd_tp {
    width: 1440px;
    height: 60px;
    margin: 0px auto;
    font-size: 16px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header_top_bg .hd_tp .hd_tp_la {
    margin-right: 20px;
}

.header_top_bg .hd_tp .hd_tp_a {
    font-weight: bold;
}

.header_top_bg {
    background: rgba(255, 255, 255, 1);
}

.hd_tp_la {
    color: #1478fa;
    font-size: 22px;
    font-weight: bold;
}

.hd_tp_a {
    color: #333333;
}

.hd_tp_a:hover {
    color: #1478fa;
}

.hd_tp_logo {
    width: 250px;
    height: 35px;
}

.hd_tp_la_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hd_tp_box {
    display: flex;
    gap: 8px;
    align-items: center;
}

.hd_tp_box .hd_tp_a {
    height: 32px;
    border-radius: 6px;
    padding: 6px 10px;
    box-sizing: border-box;
}

.hd_tp_box .hd_tp_a.active {
    background: #0099ff;
    color: #fff;
}

/* ==================== 头部内容区 header__content_box ==================== */
.header__content_box {
    width: 100%;
    position: relative;
}

/* 外层绝对定位容器：水平居中，距离顶部118px */
.header__content_box .header-content-wrap {
    position: absolute;
    top: 118px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

/* 内部上方分组（线条 + 信用赋能/协同发展/互利共赢 + 线条） */
.header__content_box .header-inner-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex-shrink: 0;
}

/* 上下两条分隔线 */
.header__content_box .header-divider {
    position: relative;
    height: 0;
    width: 560px;
    flex-shrink: 0;
}

.header__content_box .header-divider-inner {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header__content_box .header-divider-inner svg {
    display: block;
    width: 100%;
    height: 100%;
}

.header__content_box .header-divider line {
    stroke: #fff;
}

/* 中间一行：信用赋能 - 图标 - 协同发展 - 图标 - 互利共赢 */
.header__content_box .header-tags {
    position: relative;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
}

.header__content_box .header-tag-text {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    word-break: break-word;
    white-space: nowrap;
}

.header__content_box .header-tag-icon {
    position: relative;
    flex-shrink: 0;
    width: 35px;
    height: 16px;
}

.header__content_box .header-tag-icon svg {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
}

.header__content_box .header-tag-icon svg path[d*="Rectangle 1501"] {
    stroke: #fff;
    stroke-width: 1.33341;
    fill: none;
}

.header__content_box .header-tag-icon svg path[id$="1502"],
.header__content_box .header-tag-icon svg path[id$="1500"] {
    fill: #fff;
}

/* 主标题：跨区域信用共建专区 */
.header__content_box .header-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
}

.header__content_box .header-title p {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 54px;
    line-height: 1.6;
    letter-spacing: 4px;
    color: #fff;
    word-break: break-word;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.header__content_box .header-content-info {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 1200px;
}

.header__content_box .header-content-tab {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header__content_box .header-content-tab__item {
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 24px;
    background: #fff;
    cursor: pointer;
}

.header__content_box .header-content-tab__item.active {
    background: linear-gradient(0deg, #ffffff 0%, #e2edff 100%);
    box-shadow: 0px 4px 0px 0px #568cd9;
}

.header__content_box .header-content-info--body {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 40px;
}

.header__content_box .header-content-info--body-bg {
    border: 0 solid;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.2) 100%
      );

    border-radius: 20px;
    height: 500px;
}

.header__content_box .header-content-info--body-content {
    display: flex;
    flex-direction: column;
    gap: 20px;

    position: relative;
}

.header__content_box .header-content-info--body-content-title {
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    width: 106px;
    gap: 6px;
}

.header__content_box .header-content-info--body-content-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #acd8ff;
    border-radius: 6px;
    bottom: 3px;
}

.header__content_box .header-content-info--body-content-desc {
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 15px;
    color: #425366;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
}

.header__content_box .header-content-info--body-image {
    width: 356px;
    height: 264px;
    flex-shrink: 0;
    background-size: contain;
    position: relative;
}

.header__content_box .header-content-cencus {
    position: absolute;
    top: 720px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: 140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-image: url("../images/cencus-bg.webp");
    background-size: cover;
}

.header__content_box .header-content-cencus .cencus-info-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header__content_box
.header-content-cencus
.cencus-info-item:nth-child(1)::after,
.header__content_box
.header-content-cencus
.cencus-info-item:nth-child(2)::after {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 60%;
    right: 0;
    top: 20%;
    position: absolute;
}

.header__content_box .header-content-cencus .cencus-info-item-name {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.header__content_box .header-content-cencus .cencus-info-item-value {
    display: flex;
    align-items: baseline;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.header__content_box .header-content-cencus .cencus-info-item-value-num {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-transform: none;
    -webkit-text-stroke: 1px #ffffff;

    background-image: linear-gradient(
            270deg,
            #ffffff 0%,
            #e3e3e3 62%,
            #aeaeae 100%
    );
    background-clip: text;
}

.detail__content {
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* 充满屏幕高度：视口高度减去"顶部固定头 60px + 上方间距 28px"，让短内容也铺满、长内容自然延伸 */
    min-height: calc(100vh - 88px);
    justify-content: space-between;
}

.body__content {
    position: absolute;
    top: 900px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.body__content .body__content-mask {
    width: 100%;
    background: #f7f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.body__content .body__content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 1440px;
    padding: 20px 0;
}

.body__content .body__content-container .grid-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.body__content .body__content-container .grid-header .grid-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
}

.body__content .body__content-container .grid-header .grid-header-title svg {
    width: 40px;
}

.body__content .body__content-container .grid-tabs {
    display: flex;
    padding: 4px;
    background: #f5f8fc;
    border-radius: 12px;
    border: 1px solid #d3def0;
    gap: 4px;
    position: relative;
}

.body__content .body__content-container .grid-tabs .grid-tab {
    width: 160px;
    height: 42px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.body__content .body__content-container .grid-tabs .grid-tabs-active {
    background: #fff;
    transition: all 0.3s ease;
    width: 160px;
    border-radius: 12px;
    height: 42px;
    position: absolute;
    transform: translateY(-2px);
}

.body__content .body__content-container .grid-body {
    width: 100%;
    display: grid;
    gap: 20px;
    padding: 20px 0;    
    transition: opacity 0.22s ease;
    animation: grid-body-fade-in 0.3s ease;
}


.body__content .body__content-container .grid-body--loading {
    opacity: 0.35;
    pointer-events: none;
    position: relative;
}

.body__content .body__content-container .grid-body--loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
            90deg,
            transparent 0%,
            #2B75EC 50%,
            transparent 100%
    );
    animation: grid-loading-shimmer 1.2s ease-in-out infinite;
    z-index: 2;
}

@keyframes grid-loading-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes grid-body-fade-in {
    from {
        opacity: 0.35;
    }
    to {
        opacity: 1;
    }
}

.body__content .body__content-container .grid-body.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.body__content .body__content-container .grid-body.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.body__content .body__content-container .grid-footer {
    display: flex;
    justify-content: center;
}

.body__content .body__content-container .grid-footer .grid-btn {
    display: flex;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: #1982f4;
    cursor: pointer;
}

.body__content .body__content-container .grid-footer .grid-btn svg {
    width: 20px;
    height: 20px;
}

.body__content .body__content-container .grid-body .grid-card-one {
    background: linear-gradient(21deg, #fafcff 0%, #f0f4ff 100%);
    border-radius: 12px;
    border: 1px solid rgba(211, 222, 240, 0.4);
    padding: 40px 20px;
    display: flex;
    gap: 20px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    flex-shrink: 0;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-icon
svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-icon
.text {
    position: relative;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-line {
    height: 1px;
    width: 100%;
    background: #d3def0;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-tag {
    border-radius: 4px;
    border: 1px solid #aaccf1;
    display: flex;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #1982f4;
    width: fit-content;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-option {
    display: flex;
    gap: 10px;
    align-items: center;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-option
.img {
    width: 24px;
    height: 24px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-option
.label {
    font-weight: 400;
    font-size: 16px;
    color: #7b8999;
    line-height: 26px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-option
.value {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.body__content
.body__content-container
.grid-body
.grid-card-one
.grid-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    margin-top: auto;
}

.body__content .body__content-container .grid-body .grid-card-btn {
    display: flex;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #1982f4;
    border-radius: 20px;
    border: 2px solid #1982f4;
    cursor: pointer;
}

.body__content .body__content-container .grid-body .grid-card-btn svg {
    width: 20px;
    height: 20px;
}

.body__content .body__content-container .grid-body .grid-card-two {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(8, 42, 87, 0.12);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-tag {
    background: #2588f2;
    box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.16),
    inset 1px 1px 2px 0px rgba(255, 255, 255, 0.67);
    border-radius: 12px;
    padding: 4px 16px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    width: fit-content;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-info {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-dept {
    display: flex;
    align-items: center;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-dept
svg {
    width: 21px;
    height: 32px;
    margin-right: -4px;
}

.body__content
.body__content-container
.grid-body
.grid-card-two
.grid-card-dept
.grid-card-dept-content {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6ecf5;
    border-radius: 4px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #3e5e84;
    line-height: 22px;
}

.body__content .body__content-container .grid-body .grid-card-three {
    background: #ebf1fa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-image {
    width: 100%;
    height: 310px;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-content {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-title
.text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-tag {
    background: #ffffff;
    border-radius: 12px;
    padding: 4px 16px;
    color: #2588f2;
    font-size: 14px;
    display: flex;
    width: fit-content;
}

.body__content
.body__content-container
.grid-body
.grid-card-three
.grid-card-info {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

/* ==================== 页脚 index_Footer ==================== */

.index_Footer {
    position: relative;
    width: 100%;
    height: 231px;
    background: #151b27;
    overflow: clip;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 48px 240px 0px;
}

/* 内部内容：三等分布局 */
.index_Footer .footer-inner {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 70%;
    margin: 0 auto;
}

/* 左侧两列容器 */
.index_Footer .footer-columns {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    gap: 150px;
    float: right;
}

/* 单列布局 - 平分左侧区域 */
.index_Footer .footer-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* flex: 1; */
    /* width: 50%; */
}

/* 第三列无固定宽度 */
.index_Footer .footer-column.footer-column--contact {
    width: 50%;
}

/* 列标题行：图标 + 文字 */
.index_Footer .footer-column-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    text-align: right;
}

/* 圆形图标容器 */
.index_Footer .footer-icon-circle {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.2);
    overflow: clip;
    flex-shrink: 0;
}

/* 图标内部居中定位 */
.index_Footer .footer-icon-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

.index_Footer .footer-icon-inner svg {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
}

.index_Footer .footer-icon-inner svg path {
    fill: #ffffff;
}

/* 列标题文字 */
.index_Footer .footer-column-title-text {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    word-break: break-word;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

/* 链接列表 */
.index_Footer .footer-links {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 32px;
    width: 100%;
}

.index_Footer .footer-link {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #9aa1ae;
    word-break: break-word;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.footer-link a {
    color: #9aa1ae;
}

/* 联系方式列链接不强制换行 */
.index_Footer .footer-column--contact .footer-link {
    white-space: nowrap;
    width: auto;
}

.index_Footer .footer-link:hover {
    color: #c8d0dd;
}

/* 右侧元数据栏（主办单位 + 技术支持）- 占50% */
.index_Footer .footer-meta {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* width: 50%; */
}

/* 元数据分组（每组含一个 tag + 一段文字） */
.index_Footer .footer-meta-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
}

.index_Footer .footer-meta-group--tech {
    justify-content: center;
}

/* 小标签（"主办单位"、"技术支持"） */
.index_Footer .footer-meta-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 2px 8px;
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.index_Footer .footer-meta-tag-text {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

/* 元数据文字块 */
.index_Footer .footer-meta-content {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #9aa1ae;
    text-align: right;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

/* 主办单位列表（支持换行） */
.index_Footer .footer-meta-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2px 12px;
    width: 332px;
}

.index_Footer .footer-meta-list-item {
    position: relative;
    flex-shrink: 0;
    font-family: "Microsoft YaHei UI", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #9aa1ae;
    white-space: nowrap;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

.detail__content .detail__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 1440px;
    border-radius: 20px;
    background: white;
}

.detail__content .detail__box-header {
    display: flex;
    gap: 20px;
    /* align-items: center; */
}

.detail__content .detail__box-header .detail__box-header-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.detail__content .detail__box-header .detail__box-header-type {
    background: linear-gradient(65deg, #64a0ff 0%, #2b75ec 100%);
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 14px;
    color: white;
}

.detail__content .detail__box-header .detail__box-header-name {
    font-size: 26px;
    font-weight: 600;
}

.detail__content .detail__box-header .detail__box-header-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.detail__content .detail__box-header .detail__box-header-image {
    width: 476px;
    height: 268px;
    flex-shrink: 0;
}

.detail__content .detail__box-header .detail__box-header-info {
    display: flex;
    gap: 10px;
}

.detail__content .detail__box-header .detail__box-header-option {
    display: flex;
    gap: 6px;
    align-items: center;
}

.detail__content .detail__box-header .detail__box-header-option .img {
    width: 24px;
    height: 24px;
}

.detail__content .detail__box-header .detail__box-header-option .label {
    font-weight: 400;
    font-size: 16px;
    color: #7b8999;
    line-height: 26px;
}

.detail__content .detail__box-header .detail__box-header-option .value {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.detail__content .detail__box-header .detail__box-header-line {
    width: 100%;
    height: 1px;
    background: #d3def0;
    margin: 10px 0;
}

.detail__content .detail__box-header .detail__box-header-desc {
    font-weight: 400;
    font-size: 16px;
    color: #415266;
    line-height: 26px;
}

.detail__content .detail__box-header .detail__box-header-tag {
    background: #ffe2cc;
    border-radius: 10px 2px 10px 2px;
    padding: 4px 16px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #662b15;
}

.detail__content .detail__box-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.detail__content .detail__box-grid .detail__box-grid-title {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: relative;
}

.detail__content .detail__box-grid .detail__box-grid-title span {
    position: relative;
    margin-left: 42px;
    line-height: 14px;
}

.detail__content .detail__box-grid .detail__box-grid-title::before {
    content: "";
    display: block;
    background-image: url("../../../images/border/shareZone/title-bg.webp");
    width: 146px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
/* 模态框 */


.open-btn {
    margin: 40px auto;
    display: block;
    padding: 12px 32px;
    background: #2d6ef7;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.modal-mask {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.modal-mask.show { display: flex; }

.modal {
    width: 1200px;
    max-height: 85vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #e8e8e8;
}
.modal-header h3 { font-size: 18px; font-weight: 600;margin:0; }
.modal-close {
    width: 28px; height: 28px;
    border: none; background: none;
    font-size: 20px; color: #999;
    cursor: pointer; line-height: 1;
}
.modal-close:hover { color: #333; }

.modal-body {
    padding: 20px 24px;
    overflow-y: auto;
}

/* Tab */
.grid-tabs-wrap { margin-bottom: 18px; }
.grid-tabs {
    display: inline-flex;
    position: relative;
    background: #f5f7fa;
    border-radius: 999px;
    padding: 4px;
}
.grid-tab {
    position: relative;
    z-index: 1;
    padding: 8px 28px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    border-radius: 999px;
    display: flex;
    gap: 4px;
    align-items: center;
    transition: color .25s;
}
.grid-tab.active { color: #fff; }
.grid-tabs-active {
    position: absolute;
    top: 4px; left: 4px;
    height: calc(100% - 8px);
    background: #2d6ef7;
    border-radius: 999px;
    transition: transform .3s ease, width .3s ease;
    z-index: 0;
}

/* Filter */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}
.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.filter-item label { color: #666; white-space: nowrap; }

.city-btn-group { display: flex; gap: 8px; }
.city-btn {
    padding: 6px 18px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 999px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all .2s;
}
.city-btn.active,
.city-btn:hover {
    background: #2d6ef7;
    border-color: #2d6ef7;
    color: #fff;
}

.search-input {
    width: 220px;
    padding: 7px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    transition: border .2s;
}
.search-input:focus { border-color: #2d6ef7; }

.btn {
    padding: 7px 20px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s;
}
.btn-primary { background: #2d6ef7; color: #fff; }
.btn-primary:hover { background: #1a5be0; }
.btn-default { background: #fff; border-color: #d9d9d9; color: #555; }
.btn-default:hover { border-color: #2d6ef7; color: #2d6ef7; }

/* Table */
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.data-table thead th {
    background: #fafafa;
    padding: 12px 10px;
    text-align: center;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    white-space: nowrap;
}
.data-table tbody td {
    padding: 14px 10px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}
.data-table tbody tr:hover { background: #f5f8ff; }

.link-btn {
    color: #2d6ef7;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
}
.link-btn:hover { text-decoration: underline; }
/* 信用激励措施表格 */
.measure-table tbody td {
    text-align:center;
    padding: 14px 12px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    line-height: 1.6;
}
.measure-table tbody tr:hover { background: #f5f8ff; }
.measure-table .title-cell {
    font-weight: 600;
    color: #333;
    text-align: center;  
}
.measure-table tbody td.content-cell {
    font-size: 13px;
    color: #555;
    text-align: left;
}
.content-cell strong {
    color: #333;
}
/* Pagination */
.table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    color: #666;
}
.pagination {
    display: flex;
    gap: 6px;
    align-items: center;
}
.page-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.page-btn:hover:not(:disabled) {
    border-color: #2d6ef7;
    color: #2d6ef7;
}
.page-btn.active {
    background: #2d6ef7;
    border-color: #2d6ef7;
    color: #fff;
}
.page-btn:disabled {
    cursor: not-allowed;
    color: #ccc;
    background: #f5f5f5;
}
.page-ellipsis { color: #999; padding: 0 4px; }

.empty-tip {
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 14px;
}


