

.qWzsTy.servicesCont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.servicesCont .aBcDeF {
    font-size: 28px;
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.servicesCont .gHijKl {
    display: flex;
    list-style: none;
    gap: 40px;
}

.servicesCont .mNoPqR {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    padding-bottom: 5px;
}

.servicesCont .mNoPqR:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD700;
    transition: width 0.3s;
}

.servicesCont .mNoPqR:hover {
    color: #FFD700;
}

.servicesCont .mNoPqR:hover:after {
    width: 100%;
}

.servicesCont .sTuVwX {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    border: none;
    padding: 14px 36px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.servicesCont .sTuVwX:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

/* 英雄区域 */
.servicesCont .yZaBcD {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
    
.servicesCont .dEfGhI {
    width: 100%;
    height: 80%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
    z-index: -1;
}

.servicesCont .zAbCdE {
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.servicesCont .fGhIjK {
    font-size: 24px;
    color: #ddd;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 服务内容 */
/* .servicesCont .lMnOpQ {
    margin-bottom: 100px;
} */

.servicesCont .rStUvW {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servicesCont .rStUvW:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #FFD700;
}

.servicesCont .xYzAbC {
    font-size: 20px;
    color: #ddd;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.8;
}

.servicesCont .cDeFgH {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.servicesCont .iJkLmN {
    background: rgba(20, 20, 30, 0.7);
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.3s;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    z-index: 1;
}

.servicesCont .iJkLmN:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.1);
}

.servicesCont .oPrStU {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 30px;
}

.servicesCont .wXyZaB {
    font-size: 24px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 25px;
}

.servicesCont .vWxYzC {
    font-size: 18px;
    color: #ccc;
    line-height: 1.8;
}

/* 服务方案 */
.servicesCont .aBcDef {
    border-radius: 16px;
    padding: 70px 0;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.servicesCont .dEfGhi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.servicesCont .sTuVwx {
    background: rgba(30, 30, 40, 0.7);
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}

.servicesCont .sTuVwx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #FFD700, #FF8C00);
}

.servicesCont .yZaBcd {
    font-size: 32px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 25px;
}

.servicesCont .fGhIjk {
    background: rgba(255, 215, 0, 0.1);
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.servicesCont .lMnOpq {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 20px;
}

.servicesCont .rStUvw {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 25px;
    line-height: 1.7;
}

.servicesCont .xYzAbc {
    font-size: 22px;
    font-weight: 700;
    color: #FFD700;
    margin: 30px 0 20px;
}

/* 服务保障 */
.servicesCont .qRsTuV {
    margin-bottom: 100px;
}

.servicesCont .vCfGhJk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.servicesCont .bNmJkLl {
    background: rgba(20, 20, 30, 0.7);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.servicesCont .bNmJkLl:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.1);
}

.servicesCont .mNbVcXz {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicesCont .zSeDxCf {
    font-size: 22px;
    color: #FFD700;
    margin-bottom: 15px;
}

.servicesCont .tFgNhJm {
    font-size: 18px;
    color: #ccc;
    line-height: 1.7;
}

/* 案例展示 */
.servicesCont .uJiKlmN {
    background: url('https://images.unsplash.com/photo-1626785774573-4b799315345d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 80px 50px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.servicesCont .uJiKlmN:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0;
}

.servicesCont .mJkLlNb {
    position: relative;
    z-index: 1;
}

/* 商务合作 */
.servicesCont .zAbCdEz {
    margin-bottom:40px;
    text-align: center;
}

.servicesCont .fGhIjKz {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 60px auto;
    max-width: 1400px;
}

.servicesCont .lMnOpQx {
    background: rgba(30, 30, 40, 0.7);
    border-radius: 12px;
    padding: 40px 20px;
    transition: all 0.3s;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.servicesCont .lMnOpQx:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.1);
}

.servicesCont .rStUvWx {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 20px;
}

.servicesCont .xYzAbCx {
    font-size: 22px;
    color: #FFD700;
}

.servicesCont .cDeFgHy {
    background: rgba(20, 20, 30, 0.7);
    border-radius: 12px;
    padding: 40px 30px;
    margin: 50px auto 0;
    max-width: 1400px;
    border-left: 4px solid #FFD700;
}

.servicesCont .iJkLmNy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.servicesCont .oPrStUx {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    margin-bottom: 15px;
}

.servicesCont .wXyZaBx {
    color: #FFD700;
    font-size: 24px;
}

/* 页脚 */
.servicesCont .vWxYzCx {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    margin-top: 50px;
}

.servicesCont .aBcDefx {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 30px 0;
}

.servicesCont .dEfGhix {
    font-size: 18px;
    color: #ddd;
    transition: all 0.3s;
}

.servicesCont .dEfGhix:hover {
    color: #FFD700;
}

.servicesCont .sTuVwxz {
    font-size: 16px;
    color: #999;
    margin-top: 30px;
}

/* 响应式设计 */
@media (max-width: 1100px) {

    .servicesCont .cDeFgH,
    .servicesCont .vCfGhJk,
    .servicesCont .fGhIjKz {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicesCont .dEfGhi {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {

    .servicesCont .cDeFgH,
    .servicesCont .vCfGhJk,
    .servicesCont .fGhIjKz {
        grid-template-columns: 1fr;
    }

    .servicesCont .gHijKl {
        display: none;
    }

    .servicesCont .zAbCdE {
        font-size: 42px;
    }

    .servicesCont .fGhIjK {
        font-size: 20px;
    }
}