.gsgsfw {
    width: 100%;
    color: #1f1f1f;
}

.gsgsfw * {
    box-sizing: border-box;
}

.gsgsfw-wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
}

.gsgsfw-hero {
    background: #fff;
    padding: 46px 0 34px 0;
}

.gsgsfw-hero-top {
    font-size: 30px;
    color: #8a8a8a;
    margin: 0 0 22px 0;
}

.gsgsfw-hero-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}

.gsgsfw-hero-subtitle {
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    max-width: 820px;
    margin: 10px auto 0 auto;
}

.gsgsfw-hotline {
    position: relative;
    background: url("../../../assets/images/cover/qt_xgzshs009.png") center / cover no-repeat;
    padding: 90px 0;
    overflow: hidden;
}



.gsgsfw-hotline-inner {
    position: relative;
    text-align: center;
    color: #fff;
}

.gsgsfw-hotline-label {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.4px;
    opacity: 0.95;
}

.gsgsfw-hotline-number {
    font-size: 35px;
    font-weight: 800;
    margin-top: 10px;
    letter-spacing: 0.6px;
}

.gsgsfw-hotline-desc {
    margin-top: 18px;
    font-size: 16px;
}

.gsgsfw-section {
    padding: 70px 0 84px 0;
    background: #fff;
}

.gsgsfw-flow {
    width: 100%;
}

.gsgsfw-flow-head {
    text-align: center;
}

.gsgsfw-flow-title {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #333;
}

.gsgsfw-flow-subtitle {
    margin-top: 10px;
    font-size: 14px;
    color: #8a8a8a;
    letter-spacing: 1px;
}

.gsgsfw-flow-graphic {
    margin-top: 38px;
    position: relative;
}

.gsgsfw-flow-graphic-inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.gsgsfw-flow-graphic-inner::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    height: 56px;
    background: #2d65d7;
    border-radius: 999px;
    z-index: -1;
}

.gsgsfw-flow-node {
    width: 150px;
    text-align: center;
}

.gsgsfw-flow-circle {
    width: 112px;
    height: 112px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    border: 10px solid #2d65d7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(45, 101, 215, 0.2);
}

.gsgsfw-flow-circle svg {
    width: 50px;
    height: 50px;
    fill: #2d65d7;
}

.gsgsfw-flow-node-label {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.gsgsfw-flow-timeline {
    margin-top: 38px;
    position: relative;
    padding-top: 20px;
}

.gsgsfw-flow-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    height: 2px;
    background: rgba(45, 101, 215, 0.65);
}

.gsgsfw-flow-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.gsgsfw-flow-timeline-item {
    text-align: center;
}

.gsgsfw-flow-timeline-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #2d65d7;
    background: #fff;
    margin: 4px auto 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsgsfw-flow-timeline-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2d65d7;
    display: block;
}

.gsgsfw-flow-timeline-time {
    margin-top: 14px;
    font-size: 13px;
    color: #333;
}

.gsgsfw-flow-timeline-text {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
}

@media (min-width: 992px) {
    .gsgsfw-flow-timeline-item {
        text-align: left;
    }

    .gsgsfw-flow-timeline-time,
    .gsgsfw-flow-timeline-text {
        padding-left: 50%;
    }
}

.gsgsfw-price {
    position: relative;
    background: url("../../../assets/images/cover/qt_xgzshs013.png") center / cover no-repeat;
    padding: 100px 0 100px 0;
    overflow: hidden;
}


.gsgsfw-price-inner {
    position: relative;
    text-align: center;
    color: #fff;
}

.gsgsfw-price-title {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.gsgsfw-price-desc {
    margin: 18px 0 0 0;
    font-size: 12px;
    opacity: 0.9;
}

.gsgsfw-price-card {
    max-width: 400px;
    margin: 22px auto 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    padding: 25px 16px ;
    color: #1f1f1f;
}

.gsgsfw-price-card-label {
    font-size: 12px;
        color: white;

    font-weight: 700;
}

.gsgsfw-price-card-value {
    margin-top: 15px;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 1;
    color: white;
}

.gsgsfw-price-card-unit {
    font-size: 14px;
    font-weight: 800;
    margin-left: 4px;
}

.gsgsfw-price-card-foot {
    margin-top: 15px;
    font-size: 13px;
    color: white;
}

.gsgsfw-compare {
    padding: 62px 0;
    background: #fff;
}

.gsgsfw-compare-title {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.gsgsfw-compare-subtitle {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

.gsgsfw-compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 26px;
}

.gsgsfw-card {
    border-radius: 10px;
    background: #f3f7ff;
    border: 1px solid #e6eefc;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gsgsfw-card--gray {
    background: #f5f5f5;
    border-color: #eee;
}

.gsgsfw-card-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(66, 133, 244, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 2;
}

.gsgsfw-card--gray .gsgsfw-card-icon {
    background: rgba(0, 0, 0, 0.08);
}

.gsgsfw-card-icon svg {
    width: 44px;
    height: 44px;
}

.gsgsfw-card-body {
    flex: 1;
    min-width: 0;
}

.gsgsfw-card-title {
    font-weight: 900;
    font-size: 15px;
    margin: 0;
}

.gsgsfw-card-list {
    margin: 8px 0 0 0;
    padding-left: 14px;
    color: #3b5ea8;
    font-size: 12px;
    line-height: 1.8;
}

.gsgsfw-card--gray .gsgsfw-card-list {
    color: #666;
}

.gsgsfw-compare-table {
    margin-top: 14px;
    border-radius: 10px;
    border: 1px solid #e6eefc;
    overflow: hidden;
    background: #f3f7ff;
}

.gsgsfw-row {
    display: grid;
    grid-template-columns: 110px 1fr 1fr;
    background: #fff;
}

.gsgsfw-row:not(:last-child) {
    border-bottom: 1px solid #eaf0fb;
}

.gsgsfw-row-label {
    padding: 18px 16px;
    background: #f3f7ff;
    font-weight: 800;
    color: #333;
    display: flex;
    align-items: center;
}

.gsgsfw-cell {
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #333;
    line-height: 1.7;
}

.gsgsfw-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gsgsfw-dot--ok {
    background: rgba(41, 201, 120, 0.15);
}

.gsgsfw-dot--no {
    background: rgba(0, 0, 0, 0.08);
}

.gsgsfw-dot svg {
    width: 12px;
    height: 12px;
}

.gsgsfw-cell--ok {
    color: #2d65d7;
}

.gsgsfw-cell--no {
    color: #666;
}

@media (max-width: 768px) {
    .gsgsfw-hero {
        padding: 34px 0 24px 0;
    }

    .gsgsfw-hero-top {
        margin-bottom: 10px;
    }

    .gsgsfw-hero-title {
        font-size: 22px;
    }

    .gsgsfw-flow-title {
        font-size: 24px;
    }

    .gsgsfw-flow-graphic-inner {
        max-width: 520px;
        padding: 0 10px;
    }

    .gsgsfw-flow-graphic-inner::before {
        height: 32px;
    }

    .gsgsfw-flow-node {
        width: 120px;
    }

    .gsgsfw-flow-circle {
        width: 82px;
        height: 82px;
        border-width: 7px;
    }

    .gsgsfw-flow-circle svg {
        width: 38px;
        height: 38px;
    }

    .gsgsfw-flow-timeline-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .gsgsfw-flow-timeline::before {
        display: none;
    }


    .gsgsfw-compare-cards {
        grid-template-columns: 1fr;
    }

    .gsgsfw-row {
        grid-template-columns: 84px 1fr;
        grid-auto-rows: auto;
    }

    .gsgsfw-row-label {
        grid-row: 1 / span 2;
    }

    .gsgsfw-cell {
        padding: 14px 12px;
    }
}
