@charset "utf-8";
/*
    Theme Name: EHviewer主题
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description: EHviewer官网主题
    Version: 0.0.1
*/


/* index.html */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background-color: #f5f7fa;
    color: #333333;
    line-height: 1.6;
}
a,a:hover {
    text-decoration: none;
}
.eh-rq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.eh-dhl {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.eh-dh-rq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eh-dh-zuo {
    display: flex;
    align-items: center;
    gap: 24px;
}

.eh-tb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
}

.eh-tb img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.eh-ss-k {
    display: flex;
    align-items: center;
    background: #f5f7fa;
    border-radius: 24px;
    padding: 4px;
    border: 1px solid #e8e8e8;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.eh-ss-k:focus-within {
    border-color: #009789;
    box-shadow: 0 0 0 3px rgba(0, 151, 137, 0.2);
}

.eh-ss-k input {
    border: none;
    background: transparent;
    padding: 8px 16px;
    width: 200px;
    outline: none;
    font-size: 14px;
}

.eh-ss-an {
    background: #009789;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.eh-ss-an:hover {
    background: #007a6e;
}

.eh-dh-lj {
    display: flex;
    gap: 32px;
}

.eh-dh-lj a {
    text-decoration: none;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.eh-dh-lj a:hover,
.eh-dh-lj a.eh-xz {
    color: #009789;
}

.eh-dh-lj a.eh-xz::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #009789;
    border-radius: 1px;
}

.eh-xz-an {
    background: #009789;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s;
}

.eh-xz-an:hover {
    background: #007a6e;
}

.eh-mbd {
    padding: 16px 0;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.eh-mbd-nr {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.eh-mbd-nr a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.eh-mbd-nr a:hover {
    color: #009789;
}

.eh-mbd-nr i {
    font-size: 12px;
    color: #999;
}

.eh-mbd-nr span {
    color: #009789;
}

.eh-syq {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #009789 0%, #006b5f 100%);
    position: relative;
    overflow: hidden;
}

.eh-syq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.eh-syq .eh-rq {
    position: relative;
    z-index: 1;
}

.eh-syq-nr {
    display: flex;
    align-items: center;
    gap: 80px;
}

.eh-syq-z {
    flex: 1;
}

.eh-syq-bq {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 24px;
}

.eh-syq-z h1 {
    font-size: 52px;
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    line-height: 1.2;
}

.eh-syq-z h1 span {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
    opacity: 0.9;
}

.eh-syq-ms {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 36px;
}

.eh-sj {
    display: flex;
    gap: 48px;
    margin-bottom: 36px;
}

.eh-sj-x {
    display: flex;
    flex-direction: column;
}

.eh-sj-sz {
    font-size: 40px;
    font-weight: 700;
    color: white;
}

.eh-sj-bq {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4px;
}

.eh-syq-xz {
    display: flex;
    gap: 16px;
}

.eh-bbxx {
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.eh-bbxx span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.eh-bbxx i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.eh-az-an,
.eh-pg-an {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: 15px;
}

.eh-az-an {
    background: white;
    color: #006b5f;
}

.eh-az-an:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.eh-pg-an {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.eh-pg-an:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.eh-syq-y {
    flex: 0 0 350px;
}

.eh-syq-sj {
    background: white;
    border-radius: 36px;
    padding: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.eh-sj-pm {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 24px;
    padding: 28px;
    min-height: 420px;
}

.eh-sj-tb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eh-sj-tb img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.eh-sj-tb h4 {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.eh-xl-lb {
    margin: 20px 0;
}

.eh-xl-x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eh-xl-x:last-child {
    border-bottom: none;
}

.eh-xl-mc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.eh-xl-zt {
    font-size: 13px;
    color: #4caf50;
    font-weight: 500;
    background: rgba(76, 175, 80, 0.15);
    padding: 4px 10px;
    border-radius: 12px;
}

.eh-sj-gn {
    margin-top: 24px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.eh-sj-gn p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eh-sj-gn i {
    color: #009789;
    font-size: 14px;
}

.eh-sj-db {
    margin-top: 20px;
    text-align: center;
}

.eh-sj-db span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.eh-dl-tb {
    text-align: center;
    margin-bottom: 28px;
}

.eh-dl-tb img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 12px;
}

.eh-dl-tb h3 {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 6px;
}

.eh-dl-bd {
    margin-bottom: 20px;
}

.eh-bd-zu {
    margin-bottom: 16px;
}

.eh-bd-zu label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.eh-bd-zu label i {
    color: #009789;
    font-size: 16px;
}

.eh-bd-zu input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, background 0.3s;
}

.eh-bd-zu input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.eh-bd-zu input:focus {
    border-color: #009789;
    background: rgba(255, 255, 255, 0.12);
}

.eh-bd-xx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.eh-jz-mm {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.eh-jz-mm input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #009789;
    cursor: pointer;
}

.eh-jz-mm span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.eh-wjmm {
    font-size: 13px;
    color: #009789;
    text-decoration: none;
    transition: color 0.3s;
}

.eh-wjmm:hover {
    color: #00b8a8;
}

.eh-dl-an {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #009789 0%, #007a6e 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eh-dl-an:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 151, 137, 0.4);
}

.eh-dl-db {
    text-align: center;
}

.eh-dl-db > p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.eh-dl-db > p a {
    color: #009789;
    text-decoration: none;
    font-weight: 500;
}

.eh-dl-db > p a:hover {
    color: #00b8a8;
}

.eh-bk-bt {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.eh-bk-ft {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 48px;
}

.eh-bk-ft a {
    color: #009789;
    text-decoration: none;
    font-weight: 500;
}

.eh-bk-ft a:hover {
    text-decoration: underline;
}

.eh-gn {
    padding: 80px 0;
    background: #ffffff;
}

.eh-gn-wg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.eh-gn-kp {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #f0f0f0;
}

.eh-gn-kp:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: #009789;
}

.eh-gntb {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.eh-gn-kp h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333333;
}

.eh-gn-kp p {
    font-size: 14px;
    color: #888888;
    line-height: 1.7;
}

.eh-zx {
    padding: 80px 0;
    background: #ffffff;
}

.eh-zx-wg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.eh-zx-kp {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.eh-zx-kp:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 151, 137, 0.3);
}

.eh-zx-nr {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.eh-zx-rq {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #009789;
    margin-bottom: 10px;
}

.eh-zx-nr h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.eh-zx-nr p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.eh-zx-gd {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #009789;
    font-size: 14px;
    font-weight: 500;
    transition: gap 0.3s;
}

.eh-zx-kp:hover .eh-zx-gd {
    gap: 10px;
}

.eh-zx-db {
    text-align: center;
}

.eh-zx-an {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #009789 0%, #007a6e 100%);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.eh-zx-an:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 151, 137, 0.4);
}

.eh-bb {
    padding: 80px 0;
    background: #f5f7fa;
}

.eh-bb-js {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.eh-bb-wg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.eh-bb-kp {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.eh-bb-kp:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 151, 137, 0.3);
}

.eh-bb-tb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.eh-bbtb {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.eh-bbt-wb h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.3;
}

.eh-bb-bq {
    display: inline-block;
    background: rgba(0, 151, 137, 0.1);
    color: #009789;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.eh-bb-cs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.eh-bb-cs span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
}

.eh-bb-cs i {
    color: #009789;
    font-size: 14px;
}

.eh-bb-ms {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
    flex: 1;
}

.eh-bbxz-an {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #009789 0%, #007a6e 100%);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.eh-bbxz-an:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 151, 137, 0.35);
}

.eh-cj {
    padding: 80px 0;
    background: #f5f7fa;
}

.eh-cj-lb {
    max-width: 800px;
    margin: 0 auto;
}

.eh-cj-x {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}

.eh-cj-x:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #e0e0e0;
}

.eh-cj-x.eh-xz {
    box-shadow: 0 8px 24px rgba(0, 151, 137, 0.12);
    border-color: rgba(0, 151, 137, 0.3);
}

.eh-cj-wt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    transition: color 0.2s ease, background 0.2s ease;
}

.eh-cj-wt:hover {
    color: #009789;
    background: linear-gradient(90deg, rgba(0, 151, 137, 0.03) 0%, transparent 100%);
}

.eh-cj-x.eh-xz .eh-cj-wt {
    color: #009789;
    background: linear-gradient(90deg, rgba(0, 151, 137, 0.06) 0%, transparent 100%);
}

.eh-cj-wt span {
    flex: 1;
}

.eh-cj-wt i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
    color: #666;
}

.eh-cj-wt:hover i {
    background: rgba(0, 151, 137, 0.1);
    color: #009789;
}

.eh-cj-x.eh-xz .eh-cj-wt i {
    transform: rotate(180deg);
    background: rgba(0, 151, 137, 0.15);
    color: #009789;
}

.eh-cj-da {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.eh-cj-x.eh-xz .eh-cj-da {
    grid-template-rows: 1fr;
}

.eh-cjda-nr {
    min-height: 0;
    overflow: hidden;
    padding: 0 30px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    border-top: none;
    visibility: hidden;
}

.eh-cj-x.eh-xz .eh-cjda-nr {
    padding: 20px 30px 30px;
    border-top: 1px dashed #f0f0f0;
    visibility: visible;
}

.eh-cjda-nr a {
    color: #009789;
    text-decoration: none;
    font-weight: 500;
}

.eh-cjda-nr a:hover {
    text-decoration: underline;
}

.eh-pj {
    padding: 80px 0;
    background: #ffffff;
}

.eh-pj-wg {
    column-count: 3;
    column-gap: 24px;
}

.eh-pj-kp {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #f0f0f0;
    break-inside: avoid;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

.eh-pj-kp:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.eh-pj-z {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.eh-tx {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8ecf0;
    color: #9aa5b1;
    font-size: 22px;
    flex-shrink: 0;
}

.eh-pjxx {
    flex: 1;
    min-width: 0;
}

.eh-pj-z h4 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 4px;
}

.eh-pj-rq {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #999999;
}

.eh-pj-wb {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 18px;
}

.eh-pf {
    color: #ffc107;
    font-size: 15px;
    display: flex;
    gap: 2px;
}

.eh-xzq {
    padding: 100px 0;
    background: #f5f7fa;
    text-align: center;
}

.eh-xzq h2 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 16px;
}

.eh-xzq p {
    color: #999999;
    margin-bottom: 40px;
    font-size: 18px;
}

.eh-xzq-an {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.eh-az-an.eh-da,
.eh-pg-an.eh-da {
    padding: 18px 36px;
    font-size: 16px;
}

.eh-xzq .eh-az-an {
    background: #009789;
    color: white;
}

.eh-xzq .eh-az-an:hover {
    background: #007a6e;
    box-shadow: 0 8px 24px rgba(0, 151, 137, 0.4);
}

.eh-xzq .eh-pg-an {
    background: #f5f7fa;
    color: #333333;
    border: 1px solid #e8e8e8;
}

.eh-xzq .eh-pg-an:hover {
    background: #e8e8e8;
}

.eh-db {
    background: #1a1a2e;
    color: white;
    padding: 60px 0 24px;
}

.eh-db-z {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.eh-db-zuo {
    flex: 1;
    max-width: 360px;
}

.eh-dbpp {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.eh-dbpp img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.eh-dbpp span {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.eh-db-ms {
    color: #8892b0;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.eh-dblx span {
    color: #8892b0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eh-dblx i {
    color: #009789;
    font-size: 18px;
}

.eh-db-you {
    flex: none;
}

.eh-dbljz {
    display: flex;
    gap: 60px;
}

.eh-dblj h4 {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 18px;
}

.eh-dblj a {
    display: block;
    color: #8892b0;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.eh-dblj a:hover {
    color: #009789;
}

.eh-db-d {
    text-align: center;
    padding-bottom: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.eh-db-d p {
    color: #8892b0;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
    .eh-syq-nr {
        flex-direction: column;
        text-align: center;
    }

    .eh-syq-y {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .eh-sj {
        justify-content: center;
    }

    .eh-syq-xz {
        justify-content: center;
    }

    .eh-pj-wg {
        column-count: 2;
    }

    .eh-gn-wg {
        grid-template-columns: repeat(2, 1fr);
    }

    .eh-bb-wg {
        grid-template-columns: repeat(2, 1fr);
    }

    .eh-db-z {
        flex-direction: column;
        gap: 40px;
    }

    .eh-db-zuo {
        max-width: none;
        text-align: center;
    }

    .eh-dbpp {
        justify-content: center;
    }

    .eh-dblx {
        justify-content: center;
    }

    .eh-dbljz {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .eh-dh-rq {
        flex-wrap: wrap;
        gap: 12px;
    }

    .eh-dh-zuo {
        flex: 1;
        min-width: 0;
    }

    .eh-dh-lj {
        order: 3;
        width: 100%;
        justify-content: space-around;
        gap: 16px;
        padding-top: 8px;
        border-top: 1px solid #e8e8e8;
    }

    .eh-dh-lj a {
        font-size: 13px;
    }

    .eh-ss-k {
        display: none;
    }

    .eh-dh-you {
        order: 2;
    }

    .eh-syq {
        padding: 60px 0 50px;
    }

    .eh-syq-y {
        display: none;
    }

    .eh-syq-z h1 {
        font-size: 36px;
    }

    .eh-syq-ms {
        font-size: 16px;
    }

    .eh-sj {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
    }

    .eh-sj-x {
        align-items: center;
    }

    .eh-sj-sz {
        font-size: 22px;
    }

    .eh-sj-bq {
        font-size: 11px;
    }

    .eh-bbxx {
        justify-content: center;
    }

    .eh-bk-bt {
        font-size: 26px;
    }

    .eh-az-an.eh-da,
    .eh-pg-an.eh-da {
        width: 100%;
    }

    .eh-syq-xz {
        flex-direction: column;
    }

    .eh-az-an,
    .eh-pg-an {
        width: 100%;
        justify-content: center;
    }

    .eh-pj-wg {
        column-count: 1;
    }

    .eh-gn-wg {
        grid-template-columns: 1fr;
    }

    .eh-zx-wg {
        grid-template-columns: 1fr;
    }

    .eh-bb-wg {
        grid-template-columns: 1fr;
    }

    .eh-gn-kp {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 16px;
        row-gap: 6px;
        padding: 20px;
        text-align: left;
        align-items: center;
    }

    .eh-gntb {
        grid-row: 1 / span 2;
        margin: 0;
        width: 52px;
        height: 52px;
        border-radius: 14px;
        font-size: 24px;
    }

    .eh-gn-kp h3 {
        margin-bottom: 0;
        font-size: 16px;
        align-self: end;
    }

    .eh-gn-kp p {
        font-size: 13px;
        align-self: start;
    }

    .eh-cjda-nr {
        padding: 0 20px;
    }

    .eh-cj-x.eh-xz .eh-cjda-nr {
        padding: 16px 20px 20px;
    }

    .eh-wz-tb {
        padding: 28px 24px 20px;
    }

    .eh-wz-tb h1 {
        font-size: 22px;
    }

    .eh-wz-bd {
        padding: 20px;
    }

    .eh-wz-db {
        padding: 24px;
    }

    .eh-wz-dh {
        flex-direction: column;
    }

    .eh-ym-tb h1 {
        font-size: 28px;
    }

    .eh-zxlb-wg {
        grid-template-columns: 1fr;
    }

    .eh-gn,
    .eh-bb,
    .eh-zx,
    .eh-cj,
    .eh-pj,
    .eh-xzq {
        padding: 40px 0;
    }

    .eh-xzq-an {
        flex-direction: column;
        align-items: center;
    }

    .eh-db-z {
        display: none;
    }
}
/* news-detail.html */
.eh-wz {
    padding: 32px 0 80px;
}

.eh-wz-kp {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.eh-wz-tb {
    padding: 40px 40px 28px;
    border-bottom: 1px solid #f0f0f0;
}

.eh-wz-tb h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.45;
    margin-bottom: 16px;
}

.eh-wz-xx {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.eh-wz-xx span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
}

.eh-wz-xx i {
    color: #009789;
    font-size: 15px;
}

.eh-wz-bd {
    padding: 30px;
}

.eh-wz-nr {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.eh-wz-nr h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 32px 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.eh-wz-nr h2:first-child {
    margin-top: 0;
}

.eh-wz-nr p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.eh-wz-nr ul {
    margin: 16px 0;
    padding-left: 24px;
}

.eh-wz-nr li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.eh-wz-nr strong {
    color: #009789;
}

.eh-wz-gl {
    background: linear-gradient(135deg, rgba(0, 151, 137, 0.08) 0%, rgba(0, 122, 110, 0.08) 100%);
    border-left: 4px solid #009789;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
}

.eh-wz-gl p {
    margin: 0;
    font-size: 15px;
}

.eh-wz-gl i {
    color: #009789;
    margin-right: 8px;
}

.eh-wz-db {
    margin-top: 0;
    padding: 32px 40px 40px;
    border-top: 1px solid #f0f0f0;
}

.eh-wz-bqs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.eh-wz-bqs span {
    font-size: 14px;
    color: #666;
}

.eh-wz-bq {
    display: inline-block;
    background: #f5f7fa;
    color: #666;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}

.eh-wz-bq:hover {
    background: #009789;
    color: white;
}

.eh-wz-dh {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.eh-wz-dh a {
    flex: 1;
    padding: 16px 20px;
    background: #f8fafb;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.eh-wz-dh a:hover {
    background: #ffffff;
    border-color: #009789;
    box-shadow: 0 4px 16px rgba(0, 151, 137, 0.1);
}

.eh-wzdh-s {
    text-align: left;
}

.eh-wzdh-x {
    text-align: right;
}

.eh-wzdh-bq {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.eh-wzdh-bt {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* news-list.html */
.eh-ym-tb {
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #009789 0%, #007a6e 100%);
    text-align: center;
}

.eh-ym-tb h1 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.eh-ym-tb p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.eh-zxlby {
    padding: 60px 0;
}

.eh-zxlb-wg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.eh-zxlb-kp {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
    text-decoration: none;
}

.eh-zxlb-kp:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 151, 137, 0.3);
}

.eh-zxlb-nr {
    padding: 20px;
}

.eh-zxlb-rq {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #009789;
    margin-bottom: 10px;
}

.eh-zxlb-nr h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.eh-zxlb-nr p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.eh-zxlb-gd {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #009789;
    font-size: 14px;
    font-weight: 500;
}

.eh-fy {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

.eh-fy a,
.eh-fy span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.eh-fy a {
    background: #ffffff;
    color: #666;
    border: 1px solid #e8e8e8;
}

.eh-fy a:hover {
    background: #009789;
    color: white;
    border-color: #009789;
}

.eh-fy span {
    background: #009789;
    color: white;
}

