.team-box {
    margin-top: 3rem;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: flex-start;
}

.team-box .team-item {
    width: 32%;
    background-color: #FFFFFF;
    border-radius: .625rem;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2.735rem;
    padding-right: 2.735rem;
    padding-top: 2.625rem;
    padding-bottom: 20.75rem;
    margin-bottom: -18.75rem;
}

.team-item .team-t {
    margin: 1.125rem auto;
}

.team-item .team-img {
    width: 7.5rem;
    height: 7.5rem;
}

.team-item .team-img>img {
    object-fit: contain;
}

.crc718098 {
    color: #718098;
}

.service-section {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;

}

.service-box {
    width: 100%;
    padding: 5.4375rem 0;
}

.service-item-box {
    flex-wrap: wrap;
    margin-top: 3.125rem;

}

.service-item-box .service-item {
    width: 32%;
    /* height: 10.8125rem; */
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 1px rgba(135, 180, 255, 0.55);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .625rem;
    padding: 1.625rem 0;
}



.service-box .service-item>img {
    margin-right: .3125rem;
}

.contact-box {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4.5625rem;

}

.contact-box>div {
    width: 27.5rem;
    height: 332px;
    flex-direction: column;
    background-color: #FFFFFF;
    justify-content: center;
    box-shadow: 0px 2px 9px 1px rgba(135, 180, 255, 0.55);
    border-radius: 10px;
}

.contact-box>div:nth-child(1) {
    margin-right: 1.25rem;
}

.contact-box>div:nth-child(2) {
    margin-left: 1.25rem;
}

.contact-box .tel-num {
    margin: .625rem 0;
}

.wechat-btn {
    width: 16.75rem;
    height: 3.75rem;
    background: #3F85F9;
    border-radius: 1.875rem;
    line-height: 3.75rem;
    color: #FFFFFF;
    margin-top: 1.5625rem;
}

@media(max-width:1000px) {


    .team-box {
        margin-top: 1rem;

    }

    .team-box .team-item {
        width: 95%;
        padding: .625rem 2.375rem;
        height: auto;
        margin: 0 auto .625rem auto;
    }

    .service-box {
        padding: 1.875rem 0;
    }

    .service-item-box {
        padding: 0 .625rem;
        margin-top: .625rem;
    }

    .service-item-box .service-item {
        width: 49%;
        margin-top: .625rem;
    }


    .service-box .service-item>img {
        width: 2.75rem;
        height: 2.75rem;
    }

    .contact-box {
        flex-wrap: nowrap;
        padding: .625rem;
        margin-top: .625rem;
    }

    .contact-box>div {
        width: 49%;
        height: 10.375rem;

    }

    .contact-box>div img {
        width: 3.6875rem;
        height: 3.6875rem;
    }

    .wechat-btn {
        width: 8.375rem;
        height: 1.875rem;
        background: #3F85F9;
        border-radius: .9375rem;
        line-height: 1.875rem;
        color: #FFFFFF;
        margin-top: .9375rem;
    }


    .contact-box .tel-num {
        margin: 0;
        font-size: 18px;
    }

}