.KjHsDwE {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 主要内容区域 */
.vBnMgTf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 60px auto 0;
    max-width: 1400px;
}

/* 左侧内容区 */
.wErTyUm {
    padding: 50px 40px;
    background: rgba(13, 20, 45, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* .wErTyUm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, var(--gold-primary), var(--gold-secondary));
} */

.oPlMnBv {
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 50px;
    position: relative;
}

.oPlMnBv::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--gold-primary);
    border-radius: 2px;
}

.iJkLmNb {
    margin-bottom: 50px;
}

.uHjYgTf {
    font-size: 1.6rem;
    color: var(--gold-primary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.uHjYgTf i {
    margin-right: 12px;
    font-size: 1.4rem;
}

.cFdSgHj {
    font-size: 1.15rem;
    color: var(--text-gray);
    margin-bottom: 15px;
    padding-left: 34px;
    line-height: 1.9;
}

/* 右侧图片展示区 */
.aZsDfGh {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.lPoiUjH {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.lPoiUjH:hover {
    transform: translateY(-10px);
}

.lPoiUjH::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--gold-primary), var(--accent));
}

.kJhGfDr {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
    padding-left: 10px;
}

.zXcVbNm {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(212, 175, 55, 0.05));
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}

.zXcVbNm::before {
    content: attr(data-title);
    position: absolute;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 2px;
    transform: rotate(-15deg);
}

.zXcVbNm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 20px;
    border-radius: 16px;
}

.mNbVcXd {
    display: inline-block;
    font-size: 1.2rem;
    color: var(--text-gray);
    margin-top: 15px;
    padding-left: 10px;
}

/* 优势特色 */
.pOiUjKl {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
}

.dFrTgHv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.wErTyUm .feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem;
    color: var(--gold-primary);
}

.eRfTgYh {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 20px;
}

.cVbNmLp {
    color: var(--text-gray);
    font-size: 1.05rem;
}