.gray-bg {
    background: #f1f3f5;
    font-family: MicrosoftYaHei;
}

.quest-banner {
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../image/moreImage/banner.png") no-repeat center center/cover;
    font-size: 48px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
}

.quest-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 80px;
    color: #333333;
}

.quest-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.quest-wrap .tab-wrap .quest-content:last-child {
    display: none;
}

.quest-wrap .title-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 40px auto;
}

.quest-wrap .title-tab .tab-item {
    width: 200px;
    height: 48px;
    line-height: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
    color: #2872fa;
    cursor: pointer;
    transition: all .3s;
    font-weight: bold;
}

.quest-wrap .title-tab .tab-item.on {
    background-color: #2872fa;
    color: #ffffff;
}

.quest-wrap .quest-list {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.1);
    margin-bottom: 24px;
}

.quest-wrap .quest-list .list-title {
    font-size: 20px;
    font-stretch: normal;
    line-height: 28px;
    height: 80px;
    padding: 0 40px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.quest-wrap .quest-list .list-title .toggle-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url("../image/moreImage/more.png") no-repeat center center/cover;
}

.quest-wrap .quest-list.on .list-title .toggle-icon {
    background: url("../image/moreImage/reduce.png") no-repeat center center/cover;
}

.quest-wrap .quest-list {
}

.quest-wrap .quest-list .list-content {
    background: #f8f9fa;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    display: none;
    padding: 32px 40px;
}


@media screen and (max-width: 1200px) {
    html, body {
        min-width: auto;
    }
}

@media screen and (max-width: 840px) {
    .quest-banner {
        height: 320px;
        font-size: 28px;
    }

    .quest-title {
        margin-top: 50px;
        font-size: 26px;
    }

    .quest-wrap {
        max-width: 90.1%;
    }

    .quest-wrap .quest-list .list-title {
        font-size: 18px;
        height: 60px;
        padding: 0 20px;
    }
    .quest-wrap .quest-list .list-content {
        padding: 20px;
    }
}


@media screen and (max-width: 750px) {
    .quest-banner {
        height: 64.5vw;
        font-size: 6.4vw;
    }

    .quest-title {
        font-size: 5vw;
        margin-top: 9vw;
    }

    .quest-wrap .title-tab {
        margin: 6.1vw auto;
        gap: 3.7vw;
    }

    .quest-wrap .title-tab .tab-item {
        width: 31.3vw;
        height: 7.6vw;
        line-height: 7.6vw;
        border-radius: 3.8vw;
        font-size: 3.1vw;
    }

    .quest-wrap {
        width: 90.1vw;
    }

    .quest-wrap .quest-list {
        margin-bottom: 3.6vw;
    }

    .quest-wrap .quest-list .list-title {
        height: 12.7vw;
        background-color: #ffffff;
        box-shadow: 0vw 0.7vw 1.6vw 0vw rgba(51, 51, 51, 0.1);
        font-size: 3.1vw;
        line-height: 3.7vw;
        padding: 4.7vw 5.2vw;
    }

    .quest-wrap .quest-list .list-title .toggle-icon {
        transform: scale(.8);
    }

    .quest-wrap .quest-list .list-content {
        padding: 4.5vw 5.2vw;
        font-size: 3.1vw;
        line-height: 4.3vw;
    }
}


/*服务支持2*/
.service-col {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    margin-top: 20px;
}

.service-col .clo-list {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #333333;
    height: 200px;
    background-color: #ffffff;
    border-radius: 16px;
}

.service-col .clo-list img {
    width: auto;
    height: 54px;
    margin-right: 20px;
}

.service-content {
    max-width: 1200px;
    margin: 80px auto;
}

.content-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 540px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 60px 100px;
    margin-bottom: 24px;
}

.content-list .left-img {
    width: 578px;
    height: 420px;
    background-color: #e2ecfd;
    box-shadow: 0px 20px 40px 0px rgba(83, 116, 166, 0.1);
    border-radius: 16px;
}


.content-list .qr-box {
    width: 240px;
    height: 108px;
    background-color: #f1f3f5;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 120px;
}

.content-list .qr-box img {
    width: 89px;
    height: 88px;
    margin-right: 15px;
}

.content-list h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #333333;
}

.content-list p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #333333;
    margin-top: 30px;
}

.content-list .phone-num {
    width: 200px;
    height: 32px;
    line-height: 32px;
    background-color: #000000;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}


.content-list:last-child .right {
    width: 350px;
}

.content-list:last-child .qr-box {
    margin-top: 40px;

}

@media screen and (max-width: 1400px) {
    .service-col {
        display: flex;
        align-items: center;
        gap: 1vw;
        padding: 0 1vw;
        margin-top: 1vw;
    }

    .service-col .clo-list {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1vw;
        font-weight: bold;
        letter-spacing: 0.2px;
        line-height: 1.5vw;
        color: #333333;
        height: 10.4vw;
        background-color: #ffffff;
        border-radius: 0.8vw;
    }

    .service-col .clo-list img {
        width: auto;
        height: 2.8vw;
        margin-right: 1vw;
    }

    .service-content {
        max-width: 80%;
        margin: 4.2vw auto;
    }

    .content-list {
        height: 450px;
        box-sizing: border-box;
        padding: 3.1vw 5.2vw;
        margin-bottom: 4.2vw;
    }

    .content-list .left-img {
        width: 450px;
        height: auto;
    }

    .content-list h3 {
        font-size: 26px;
    }

    .content-list p {
        font-size: 18px;
    }

    .content-list:last-child .qr-box {
        margin-top: 20px;

    }
}

@media screen and (max-width: 1200px) {
    .service-col {
        display: flex;
        align-items: center;
        gap: 1vw;
        padding: 0 1vw;
        margin-top: 1vw;
    }

    .service-col .clo-list {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1vw;
        font-weight: bold;
        letter-spacing: 0.2px;
        line-height: 1.5vw;
        color: #333333;
        height: 10.4vw;
        background-color: #ffffff;
        border-radius: 0.8vw;
    }

    .service-col .clo-list img {
        width: auto;
        height: 2.8vw;
        margin-right: 1vw;
    }

    .service-content {
        max-width: 80%;
        margin: 80px auto;
    }

    .content-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 28.1vw;
        background-color: #ffffff;
        box-sizing: border-box;
        padding: 3.1vw 5.2vw;
        margin-bottom: 4.2vw;
    }

    .content-list .left-img {
        width: 30.1vw;
        height: auto;
        background-color: #e2ecfd;
        box-shadow: 0vw 1vw 2.1vw 0vw rgba(83, 116, 166, 0.1);
        border-radius: 0.8vw;
    }


    .content-list .qr-box {
        width: 12.5vw;
        height: 5.6vw;
        background-color: #f1f3f5;
        border-radius: 0.8vw;
        font-size: 0.8vw;
        line-height: 1.3vw;
        letter-spacing: 0.2px;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 6.7vw;
    }

    .content-list .qr-box img {
        width: 4.6vw;
        height: 4.6vw;
        margin-right: 1vw;
    }

    .content-list h3 {
        font-size: 1.7vw;
        font-weight: bold;
        line-height: 1.5vw;
        letter-spacing: 0.3px;
        color: #333333;
    }

    .content-list p {
        font-size: 1vw;
        line-height: 1.5vw;
        letter-spacing: 0.2px;
        color: #333333;
        margin-top: 1.7vw;
    }

    .content-list .phone-num {
        width: 10.4vw;
        height: 1.7vw;
        line-height: 1.7vw;
        background-color: #000000;
        border-radius: 0.4vw;
        font-size: 0.7vw;
        text-align: center;
        color: #fff;
        margin-top: 1.7vw;
    }


    .content-list:last-child .right {
        width: 18vw;
    }
}


@media screen and (max-width: 750px) {
    .service-col {
        flex-wrap: wrap;
        gap: 4.4vw;
        padding: 0 4.4vw;
        margin-top: 4.4vw;
    }

    .service-col .clo-list {
        width: 43.2vw;
        height: 26.8vw;
        background-color: #ffffff;
        border-radius: 2.5vw;
        font-size: 3.1vw;
        line-height: 5vw;
    }

    .service-col .clo-list img {
        height: 7.2vw;
        margin-right: 3.1vw;
    }

    .service-content {
        width: 90.1vw;
        max-width: 90.1vw;
        margin: 9.2vw auto;
    }

    .content-list {
        flex-direction: column;
        text-align: center;
        height: 125.7vw;
        padding: 9.5vw 6.3vw;
    }

    .content-list .left-img {
        width: 77.6vw;
        height: 56.5vw;
        background-color: #e2ecfd;
        box-shadow: 0vw 3.1vw 6.3vw 0vw rgba(83, 116, 166, 0.1);
        border-radius: 2.5vw;
    }

    .content-list h3 {
        font-size: 5vw;
        line-height: 3.7vw;
        letter-spacing: 0.1vw;
    }

    .content-list p {
        font-size: 3.1vw;
        line-height: 4.3vw;
        margin-top: 5vw;
        max-width: 67vw;
        margin-bottom: 3.6vw;
    }

    .content-list .qr-box {
        width: 37.6vw;
        height: 16.9vw;
        background-color: #f1f3f5;
        border-radius: 2.5vw;
        margin: 0 auto;
        font-size: 2.5vw;
        line-height: 3.2vw;
        letter-spacing: 0vw;
        color: #333333;
        margin-top: 10vw;
    }

    .content-list .qr-box img {
        width: 13.9vw;
        height: 13.9vw;
        margin-right: 3vw;
    }

    .content-list:last-child .right {
        width: auto;
    }

    .content-list .phone-num {
        width: 43.9vw;
        height: 5.2vw;
        line-height: 5.2vw;
        border-radius: 1.3vw;
        font-size: 3.1vw;
        letter-spacing: 0vw;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 4vw;
    }

    .content-list:nth-child(2n + 1) img.left-img {
        order: 2;
    }

    .content-list:nth-child(2n + 1) right {
        order: 1;
    }
}
