.kjxmgq {
    width: 100%;
    color: #333;
    background: #fff;
    font-size: 14px;
}

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

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

.kjxmgq-page-title {
    font-size: 22px;
    color: #666;
    padding: 22px 0;
}

.kjxmgq-banner {
    width: 100%;
}

.kjxmgq-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.kjxmgq-highlights {
    background: #f2f2f2;
    padding: 26px 0 30px 0;
}

.kjxmgq-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.kjxmgq-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.kjxmgq-highlight-icon {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.kjxmgq-highlight-text {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}

.kjxmgq-review {
    padding: 46px 0;
    background: #fff;
}

.kjxmgq-review-title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #666;
}

.kjxmgq-review-hotline {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.kjxmgq-review-phone {
    color: #ff8a00;
    font-weight: 800;
}

.kjxmgq-review-form {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr auto;
    gap: 10px;
    align-items: center;
}

.kjxmgq-input {
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}

.kjxmgq-submit {
    height: 40px;
    border: 0;
    border-radius: 2px;
    padding: 0 22px;
    background: #2d65d7;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.kjxmgq-benefits {
    padding: 52px 0 62px 0;
    background: #fff;
}

.kjxmgq-benefits-title {
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: 800;
}

.kjxmgq-benefits-grid {
    margin-top: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
}

.kjxmgq-benefit {
    padding: 20px 16px 18px 16px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 150px;
}

.kjxmgq-benefit:nth-child(4n) {
    border-right: 0;
}

.kjxmgq-benefit:nth-last-child(-n + 4) {
    border-bottom: 0;
}

.kjxmgq-benefit-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.kjxmgq-benefit-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #333;
}

.kjxmgq-benefit-desc {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

.kjxmgq-cta {
    display: flex;
    width: 168px;
    height: 40px;
    margin: 18px auto 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2d65d7;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.kjxmgq-fields {
    padding: 50px 0 24px 0;
    background: #fff;
}

.kjxmgq-fields-title {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.kjxmgq-fields-subtitle {
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

.kjxmgq-fields-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #ddd;
    padding: 2px;
}

.kjxmgq-fields-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.kjxmgq-divider {
    background: #fff;
    padding: 10px 0 30px 0;
}

.kjxmgq-divider img {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.kjxmgq-calc {
    padding: 18px 0 52px 0;
    background: #fff;
}

.kjxmgq-calc-title {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.kjxmgq-calc-body {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 26px;
    align-items: center;
}

.kjxmgq-calc-left {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.kjxmgq-calc-box {
    width: 180px;
    height: 84px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 1.45;
    padding: 10px;
}

.kjxmgq-calc-arrow {
    font-size: 12px;
    color: #aaa;
}

.kjxmgq-calc-center {
    width: 96px;
    height: 96px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.kjxmgq-calc-right {
    display: grid;
    gap: 10px;
}

.kjxmgq-calc-pill {
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    color: #666;
    background: #fff;
}

.kjxmgq-materials {
    padding: 36px 0 46px 0;
    background: #fff;
}

.kjxmgq-materials-title {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.kjxmgq-materials-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.kjxmgq-materials-item {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 14px 14px 16px 14px;
    background: #fff;
}

.kjxmgq-materials-no {
    font-weight: 900;
    color: #333;
    font-size: 14px;
}

.kjxmgq-materials-name {
    margin-top: 8px;
    font-weight: 800;
    font-size: 12px;
    color: #333;
}

.kjxmgq-materials-desc {
    margin-top: 6px;
    font-size: 11px;
    color: #999;
    line-height: 1.6;
}

.kjxmgq-conditions {
    padding: 30px 0 46px 0;
    background: #fff;
}

.kjxmgq-conditions-title {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.kjxmgq-conditions-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.kjxmgq-condition {
    border: 1px solid #dcecff;
    background: #f6fbff;
    border-radius: 4px;
    padding: 14px 12px;
    font-size: 11px;
    color: #4c6fa3;
    line-height: 1.6;
}

.kjxmgq-consult img {
    width: 100%;
    height: auto;
    display: block;
}

.kjxmgq-flow {
    padding: 56px 0 48px 0;
    background: #fff;
}

.kjxmgq-flow-title {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.kjxmgq-flow-img {
    width: 100%;
    max-width: 980px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

.kjxmgq-flow-steps {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    text-align: center;
}

.kjxmgq-flow-step-title {
    font-size: 12px;
    font-weight: 800;
    color: #333;
}

.kjxmgq-flow-step-desc {
    margin-top: 6px;
    font-size: 10px;
    color: #999;
    line-height: 1.4;
}

.kjxmgq-province {
    padding: 34px 0 66px 0;
    background: #fff;
}

.kjxmgq-province-title {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.kjxmgq-province-grid {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.kjxmgq-province-item {
    width: 96px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.kjxmgq-province-item img {
    width: 74px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

.kjxmgq-province-foot {
    text-align: center;
    margin-top: 24px;
    font-size: 11px;
    color: #999;
}

.kjxmgq-province-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #2d65d7;
    text-decoration: none;
}

.kjxmgq-issues {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.kjxmgq-issues-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 11;
    padding: 40px 0;
}
.kjxmgq-issues img{
    display: block;
}

.kjxmgq-issues-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}
.kjxmgq-issues-s-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-top: auto;
}

.kjxmgq-issues-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.kjxmgq-issue {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.06);
}

.kjxmgq-issue-name {
    font-size: 14px;
    font-weight: 800;
}

.kjxmgq-issue-desc {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.kjxmgq-issues-actions {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.kjxmgq-issues-btn {
    height: 38px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.06);
}

.kjxmgq-issues-btn--primary {
    background: #f5a623;
    border-color: #f5a623;
    color: #fff;
}

.kjxmgq-service {
    padding: 66px 0;
    background: #fff;
}

.kjxmgq-service-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.kjxmgq-service-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.kjxmgq-service-item {
    border: 0;
    border-radius: 16px;
    padding: 18px 16px 16px 16px;
    text-align: center;
    background: #fff;
    box-shadow: none;
}

.kjxmgq-service-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.kjxmgq-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kjxmgq-service-icon--blue {
    background: #1db7f2;
}

.kjxmgq-service-icon--orange {
    background: #ff7c60;
}

.kjxmgq-service-icon--yellow {
    background: #ffb24a;
}

.kjxmgq-service-icon--green {
    background: #59c63f;
}

.kjxmgq-service-name {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #333;
}

.kjxmgq-service-desc {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    min-height: 96px;
}

.kjxmgq-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 22px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #1db7f2;
    color: #1db7f2;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    margin-top: 12px;
}

.kjxmgq-service-btn--orange {
    border-color: #ff7c60;
    color: #ff7c60;
}

.kjxmgq-service-btn--yellow {
    border-color: #ffb24a;
    color: #ffb24a;
}

.kjxmgq-service-btn--green {
    border-color: #59c63f;
    color: #59c63f;
}

.kjxmgq-success {
    padding: 60px 0 56px 0;
    background: #f2f9ff;
}

.kjxmgq-success-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.kjxmgq-success-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kjxmgq-success-card {
    border: 1px solid #d5e9ff;
    border-radius: 10px;
    padding: 18px 18px 16px 18px;
    background: #fff;
    position: relative;
    min-height: 200px;
}

.kjxmgq-success-quote {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    color: #2d65d7;
    line-height: 1;
    font-weight: 900;
    opacity: 0.6;
}

.kjxmgq-success-name {
    font-size: 14px;
    font-weight: 900;
    color: #333;
    padding-left: 0;
}

.kjxmgq-success-text {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 1.7;
    padding-left: 0;
}

.kjxmgq-cta2 {
    width: 100%;
}


.kjxmgq-hot {
    padding: 56px 0 66px 0;
    background: #fff;
}

.kjxmgq-hot-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.kjxmgq-hot-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.kjxmgq-hot-card {
    border: 1px solid #eef1f6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.kjxmgq-hot-card img {
    width: 100%;
    display: block;
}

.kjxmgq-hot-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    height: 32px;
    line-height: 32px;
    padding: 0 24px;
    background: #2d65d7;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.kjxmgq-faq {
    padding: 44px 0 74px 0;
    background: #fff;
    background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 10px 10px;
}

.kjxmgq-faq-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.kjxmgq-faq-list {
    margin-top: 16px;
    border-top: 0;
}

.kjxmgq-faq-block {
    padding: 18px 0;
}

.kjxmgq-faq-q {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(45, 101, 215, 0.35);
    border-radius: 999px;
    padding: 10px 18px;
    color: #2d65d7;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.9);
}

.kjxmgq-faq-q-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 1px;
}

.kjxmgq-faq-a {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    line-height: 1.9;
}

.kjxmgq-faq-a-icon {
    margin-right: 6px;
    color: #777;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .kjxmgq-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .kjxmgq-review-form {
        grid-template-columns: 1fr 1fr;
    }

    .kjxmgq-submit {
        grid-column: 1 / -1;
    }

    .kjxmgq-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kjxmgq-benefit {
        border-right: 1px solid #eee;
    }

    .kjxmgq-benefit:nth-child(2n) {
        border-right: 0;
    }

    .kjxmgq-benefit:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .kjxmgq-fields-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kjxmgq-calc-body {
        grid-template-columns: 1fr;
    }

    .kjxmgq-conditions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kjxmgq-flow-steps {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    
}

@media (max-width: 768px) {
    .main {
        padding-top: calc(76px + env(safe-area-inset-top));
    }
}
