.wx_page {
    background: #f6f7fb;
}

.wx_banner {
    height: 70vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.wx_common_title {
    font-size: 40px;
    color: black;
    text-align: center;
    margin: 5rem auto;
}
.wx_banner_main {
    color: #fff;
    position: absolute;
    left: 15%;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
}
.wx_banner_main .title {
    font-size: 48px;
}
.wx_banner_main .desc {
    font-size: 24px;
    margin: 2rem auto;
}

.wx_what_can {
    width: 90%;
    margin: auto;
}
.wx_what_can_main {
    display: flex;
}
.wx_what_can_left {
    flex: 1;
    text-align: center;
    position: relative;
}
.wx_what_can_left img {
    max-width: 100%;
}
.wx_can_img_desc {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    min-height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}
.wx_what_can_right {
    width: 30%;
    margin-left: 1%;
}
.wx_what_can_right_item {
    width: 31.25rem;
    height: 6.25rem;
    border: 0.0625rem solid #d3d5de;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
    font-size: 20.8px;
    margin-bottom: 4%;
    cursor: pointer;
}
.wx_what_can_right_item:hover {
    background-color: #e8f1ff;
    color: #206cee;
    border-color: #206cee;
}

.wx_what_can_right_item_active {
    background-color: #e8f1ff;
    color: #206cee;
    border-color: #206cee;
}

.wx_five_step_problem {
}
.wx_five_step_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}
.wx_step_item {
    width: 16%;
    min-width: 14.5rem;
    height: 11.875rem;
    background: #fff;
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 2rem;
}
.wx_step_item_num {
    color: #206cee;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}
.wx_step_item_text {
    color: #030812;
    font-size: 16px;
}
.wx_step_item_arrow {
    margin-left: 1%;
    margin-right: 1%;
}

.wx_why_chose_us {
}
.wx_why_chose_us_main {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wx_why_chose_item {
    width: 33%;
    max-width: 28.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    margin-right: 2%;
    border: 0.0625rem solid #ddd;
    box-sizing: border-box;
    background-color: #f8f9fc;
}
.wx_why_chose_item img {
    max-width: 100%;
}
.wx_why_chose_item p {
    font-size: 19.2px;
    margin-top: 16px;
    text-align: center;
}

.wx_kehu_quality {
}
.wx_kehu_quality_main {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.wx_kehu_quality_item {
    text-align: center;
    width: 24%;
    margin-bottom: 2%;
    margin-right: 1%;
}
.wx_kehu_quality_item_img{
    position: relative;
}
.wx_kehu_quality_item img {
    max-width: 100%;
}
.wx_kehu_quality_item p {
    font-size: 19.2px;
    margin-top: 16px;
}
.wx_kehu_quality_item button{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    line-height: 30px;
}

.wx_QA {
}
.wx_QA_main {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wx_QA_item {
    width: 49%;
    display: flex;
    align-items: baseline;
    margin-bottom: 32px;
    margin-right: 1%;
}
.wx_QA_item_q {
    background: #206cee;
    font-size: 1rem;
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
}
.wx_QA_item_right {
    flex: 1;
    margin-left: 1%;
}
.wx_QA_item_title {
    font-size: 15.2px;
    font-weight: 600;
    margin-bottom: 8px;
}
.wx_QA_item_desc {
    color: #777;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 768px) {
    .wx_banner {
        background-position: center;
    }
    .wx_common_title {
        font-size: 3rem;
    }
    .wx_banner_main {
        width: 90%;
        left: 5%;
    }
    .wx_banner_main .title {
        font-size: 3rem;
    }
    .wx_banner_main .desc {
        font-size: 1.8rem;
    }
    .wx_what_can_main {
        display: flex;
        flex-direction: column-reverse;
    }
    .wx_what_can_left,
    .wx_what_can_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wx_what_can_right_item {
        font-size: 1.7rem;
    }
    .wx_step_item {
        width: 100%;
        height: auto;
    }
    .wx_step_item_num,
    .wx_step_item_text {
        text-align: center;
    }
    .wx_step_item_arrow {
        display: none;
    }
    .wx_why_chose_us_main {
        flex-direction: column;
    }
    .wx_why_chose_item {
        width: 100%;
        max-width: unset;
        margin-right: unset;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .wx_kehu_quality_item {
        /* width: 49%; */
        width: 100%;
    }
    .wx_kehu_quality_item p {
        font-size: 1.7rem;
    }
    .wx_QA_item {
        width: 100%;
    }
}
