/* 标准数字化：组织建设 / 标准研制 / 科研工作 轻改样式 */

#info-text-1,
#info-text-2,
#info-text-3 {
    --digit-blue: #0059B9;
    align-items: stretch;
}

.digit-block {
    margin: 20px 24px 8px;
    width: calc(100% - 48px);
    box-sizing: border-box;
    align-self: stretch;
}

.digit-info-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 24px 8px;
    width: calc(100% - 48px);
    box-sizing: border-box;
    align-items: stretch;
    align-self: stretch;
}

.digit-info-pair .digit-block {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.digit-info-pair .digit-kv-card {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.digit-info-pair .digit-kv-label {
    flex: 0 0 96px;
}

.digit-sec-title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px -0.5em;
    padding: 0;
    border: none;
    font-size: 17px;
    font-weight: 600;
    color: #555555;
    line-height: 1.4;
    text-align: left;
}

.digit-kv-card {
    width: 100%;
    box-sizing: border-box;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    padding: 6px 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-kv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 89, 185, 0.1);
}

.digit-kv-row {
    display: flex;
    align-items: flex-start;
    padding: 11px 0;
    border-bottom: 1px dashed #E4ECF5;
}

.digit-kv-row:last-child {
    border-bottom: none;
}

.digit-kv-label {
    flex: 0 0 120px;
    color: #0059B9;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
}

.digit-kv-value {
    flex: 1;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    word-break: break-all;
}

.digit-kv-value a {
    color: #4169E1;
    text-decoration: none;
}

.digit-kv-value a:hover {
    text-decoration: underline;
}

.digit-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.digit-stat {
    text-align: center;
    padding: 20px 16px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.12);
}

.digit-stat-num {
    font-size: 28px;
    font-weight: bold;
    color: #0059B9;
    line-height: 1.2;
}

.digit-stat-label {
    margin-top: 4px;
    font-size: 13px;
    color: #666;
}

.digit-lead {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    text-indent: 2em;
}

.digit-lead a {
    color: #4169E1;
    text-decoration: none;
}

.digit-lead a:hover {
    text-decoration: underline;
}

.digit-timeline {
    position: relative;
    margin: 0;
    padding: 4px 0 4px 28px;
    border-left: none;
}

.digit-timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #D6E6F7;
}

.digit-timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
}

.digit-timeline-item:last-child {
    margin-bottom: 0;
}

.digit-timeline-item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 4px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #0059B9;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(0, 89, 185, 0.25);
}

.digit-timeline-date {
    font-size: 14px;
    font-weight: bold;
    color: #0059B9;
    margin-bottom: 6px;
}

.digit-timeline-text {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.digit-timeline-img {
    margin-top: 10px;
}

.digit-timeline-img img,
.digit-figure img,
.digit-intro-figure img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.digit-tag-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.digit-tag-card {
    text-align: center;
    padding: 12px 10px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    color: #0059B9;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-tag-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.12);
}

.digit-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.digit-link-card {
    display: inline-block;
    padding: 10px 16px;
    background: #F7FAFD;
    border: 1px solid #B8D6F5;
    border-radius: 8px;
    color: #0059B9 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.digit-link-card:hover {
    transform: translateY(-2px);
    background: #EAF3FC;
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.12);
}

.digit-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 14px 0 16px;
}

.digit-pillar {
    text-align: center;
    padding: 16px 10px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-pillar:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.12);
}

.digit-pillar-code {
    font-size: 22px;
    font-weight: bold;
    color: #0059B9;
    line-height: 1.2;
}

.digit-pillar-name {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.digit-figure {
    margin: 12px 0 4px;
    text-align: center;
}

.digit-figure img {
    margin: 0 auto;
    width: 80%;
}

.digit-figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.digit-table-caption {
    text-align: center;
    font-weight: normal;
    color: #333;
    margin: 18px 0 12px;
    font-size: 15px;
}

.digit-std-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.digit-std-card {
    width: 100%;
    box-sizing: border-box;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    padding: 14px 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 标准研制列表通栏，表1表2同宽 */
#info-text-2 .digit-block:has(.digit-std-list) {
    align-self: stretch;
    width: calc(100% - 48px);
    max-width: none;
    box-sizing: border-box;
    margin: 20px 24px 8px;
}

#info-text-2 .digit-block:has(.digit-std-list) .digit-sec-title {
    width: 100%;
}

.digit-std-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 89, 185, 0.1);
}

.digit-std-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.digit-std-index {
    flex-shrink: 0;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    background: rgba(0, 89, 185, 0.08);
    color: #0059B9;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.digit-std-no {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.digit-std-status {
    flex-shrink: 0;
    letter-spacing: 1px;
    padding: 0 8px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    height: 24px;
    display: inline-flex;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.digit-std-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0059B9;
    line-height: 1.5;
    text-decoration: none;
    margin-bottom: 10px;
}

.digit-std-title:hover {
    color: #32ADE6;
    text-decoration: underline;
}

.digit-std-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    font-size: 13px;
    color: #555;
    line-height: 24px;
}

.digit-std-meta > span,
.digit-std-meta > a {
    display: inline-flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
}

.digit-std-meta em {
    font-style: normal;
    color: #8993A0;
    margin-right: 6px;
}

.digit-std-meta .video-link,
.digit-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-left: auto;
    margin-top: -1px;
    height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(50, 173, 230, 0.1);
    border: 1px solid rgba(50, 173, 230, 0.35);
    border-radius: 11px;
    color: #1E9FFF !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transform: translateY(-1px);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.digit-video-btn:hover,
.digit-std-meta .video-link:hover {
    background: rgba(50, 173, 230, 0.18);
    border-color: #32ADE6;
    color: #0B7EC8 !important;
    text-decoration: none !important;
}

.digit-video-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #1E9FFF;
    position: relative;
    top: 0;
}

.digit-video-btn:hover .digit-video-icon {
    border-left-color: #0B7EC8;
}

#info-text-2 .gj-jh-list {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E4ECF5;
    margin-bottom: 8px;
}

.digit-intro {
    display: block;
}

.digit-intro-text {
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    text-indent: 2em;
    margin-bottom: 14px;
}

.digit-intro-figure {
    margin: 0;
    text-align: center;
}

.digit-intro-figure img {
    margin: 0 auto;
    max-width: 92%;
}

.digit-project-card {
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 89, 185, 0.1);
}

.digit-project-title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #0059B9;
    line-height: 1.5;
}

.digit-project-body {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    text-indent: 2em;
}

.digit-quote-card {
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    padding: 16px 18px;
    color: #333;
    font-size: 15px;
    line-height: 1.9;
    text-indent: 2em;
}

.digit-list {
    margin: 10px 0 12px;
    padding-left: 0;
    list-style: none;
}

.digit-list li {
    position: relative;
    padding: 8px 12px 8px 28px;
    margin-bottom: 8px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.1);
}

.digit-list li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0059B9;
}

.digit-checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.digit-check-item {
    position: relative;
    padding: 10px 14px 10px 34px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digit-check-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 89, 185, 0.1);
}

.digit-check-item::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0059B9;
}

.digit-closing {
    margin-top: 12px;
    padding: 14px 16px;
    background: #F7FAFD;
    border: 1px solid #E4ECF5;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.85;
    text-indent: 2em;
}
