/* 售后服务部分 */
.sEdCrFv {
    background: rgba(13, 20, 45, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 50px;
    margin: 50px auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 1400px;
}

.pOlKnMj {
    font-size: 2.2rem;
    color: white;
    margin-bottom: 30px;
    position: relative;
    /* padding-left: 25px; */
}

.pOlKnMj::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 4px;
    background: white;
    border-radius: 2px;
}
.bNmKiOl .pOlKnMj::after {
    left: 50%;
    margin-left: -50px;
}

.iJkLmNb {
    background: rgba(28, 35, 64, 0.5);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 35px;
    border-left: 4px solid var(--gold-primary);
    /* background: linear-gradient(to bottom, var(--gold-primary), var(--gold-secondary)); */
}

.bVfRtYp {
    font-size: 1.3rem;
    color: var(--gold-primary);
    font-weight: 600;
    margin-bottom: 15px;
}

.cXzSdFr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.mNbVcXd {
    background: rgba(28, 35, 64, 0.5);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(46, 204, 113, 0.3);
}

.kLjHvGf {
    font-size: 1.4rem;
    color: var(--text-light);
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.kLjHvGf::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: var(--success);
    color: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.yHtGfRe {
    color: var(--text-gray);
    /* padding-left: 35px; */
    line-height: 1.8;
}