* {
    font-family: 'Alibaba';
}

html,
body {
    width: 100%;
    min-height: 100%;
    color: #222;
    background: #fff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.cc-banner {
    background: url(https://img.xnhkfpt.com/lvdata/vedio/uploadFiles/xnhQudaoMain/xnhOfficial/znyh/1-bg.png) no-repeat center;
    background-size: cover;
    height: 560px !important;
    position: relative;
}

.cc-section {
    padding: 80px 0;
    box-sizing: border-box;
}

.cc-title {
    text-align: center;
}

.cc-title-main {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 1;
}

.cc-title-sub {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 45px;
}

.cc-section-intro {
    background: url(https://img.xnhkfpt.com/lvdata/vedio/uploadFiles/xnhQudaoMain/xnhOfficial/znyh/2-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 650px !important;
    position: relative;
}

.cc-steps {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.cc-step {
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 40px 10px 10px 10px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cc-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(63, 76, 253, 0.15);
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.cc-step:hover .cc-step-icon {
    transform: scale(1.1);
}

.cc-step-head {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.cc-step-icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.cc-step-title {
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #252525;
    text-align: left;
}

.cc-step-desc {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #252525;
    line-height: 28px;
    text-align: left;
}

.cc-privacy-cards {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.cc-privacy-card {
    width: 580px;
    height: 200px;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.cc-privacy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cc-privacy-card:hover::before {
    left: 100%;
}

.cc-privacy-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.cc-privacy-card>div {
    position: relative;
    z-index: 1;
}

.cc-privacy-title {
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
}

.cc-privacy-desc {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
}

.cc-buffs {
    background: url(https://img.xnhkfpt.com/lvdata/vedio/uploadFiles/xnhQudaoMain/xnhOfficial/znyh/4-bg.png) no-repeat center;
    background-size: cover;
    height: 950px !important;
    position: relative;
}

.cc-buff-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cc-buff-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 590px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cc-buff-item:hover {
    box-shadow: 0 8px 30px rgba(63, 76, 253, 0.15);
    background: linear-gradient(135deg, #fff 0%, #f0f2ff 100%);
}

.cc-buff-icon {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}

.cc-buff-name {
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    color: #3F4CFD;
    text-align: left;
}

.cc-buff-desc {
    /* 强制不换行 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 6px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 26px;
}

.cc-scenes {
    background: url(https://img.xnhkfpt.com/lvdata/vedio/uploadFiles/xnhQudaoMain/xnhOfficial/znyh/5-bg.png) no-repeat center;
    background-size: cover;
    height: 670px !important;
    position: relative;
}

.cc-scenes .cc-title-main {
    color: #ffffff;
}

.cc-scene-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cc-scene-card {
    width: 380px;
    height: 390px;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

.cc-scene-card:hover {
    transform: translateY(-12px) scale(1.02);
}

.cc-scene-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(63, 76, 253, 0) 0%, rgba(63, 76, 253, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cc-scene-card:hover::after {
    opacity: 1;
}

.cc-scene-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    width: 380px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.cc-scene-name {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}

.cc-scene-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 20px;
}

@media screen and (max-width: 1280px) {
    .w1200 {
        width: 94%;
    }
}

@media screen and (max-width: 960px) {

    .cc-banner {
        height: auto !important;
        padding-bottom: 56px;
    }

    .cc-steps {
        grid-template-columns: 1fr;
    }

    .cc-privacy-cards {
        grid-template-columns: 1fr;
    }

    .cc-buff-grid {
        grid-template-columns: 1fr;
    }

    .cc-scene-grid {
        grid-template-columns: 1fr;
    }

    .cc-scene-card {
        height: 220px;
    }
}