.contact_us {
    padding: 6.25% var(--all-pd);
    background: #fff
}

.contact_us .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contact_us .top .com_form,
.contact_us .top .sub_email {
    width: calc(50% - 41px)
}

.contact_us .top .com_form {
    padding: 0;
    background: #fff
}

.contact_us .top .sub_email {
    background-image: url(../images/other/icon3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    position: relative;
    padding: 47px
}

.contact_us .top .sub_email::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(228, 242, 239, 0.95);
    z-index: 0;
    border-radius: 50px
}

.contact_us .top .sub_email>div {
    position: relative;
    z-index: 1
}

.contact_us .top .sub_email>div .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4
}

.contact_us .top .sub_email>div .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 25px
}

.contact_us .top .sub_email>div .email,
.contact_us .top .sub_email>div .sub {
    width: unset;
    height: unset;
    margin: unset;
    width: 100%;
    border-radius: 49px 49px 49px 49px;
    padding: 25px 45px;
    line-height: 1
}

.contact_us .top .sub_email>div .email {
    background: #ffffff;
    margin-top: 39px
}

.contact_us .top .sub_email>div .sub {
    margin-top: 26px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: #333333
}

.contact_us .center {
    margin-top: 8.9%;
    align-items: unset;
    
}

.contact_us .center .item {
    background: var(--color-bg);
    border-radius: 24px 24px 24px 24px;
    padding: 38px 32px 32px;
    --mp: 89px
}

.contact_us .center .item:nth-child(2) {
    margin: 0 90px 0 140px
}

.contact_us .center .item .info {
    display: flex;
    align-items: center
}

.contact_us .center .item .info img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 16px
}

/* .contact_us .center .item .info ul {
    height: 75px;
    overflow: auto
} */

.contact_us .center .item .info ul li:first-child {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 20px
}

.contact_us .center .item .info ul li:not(:first-child) {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.contact_us .center .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 12px;
    height: 120px;
    overflow: hidden
}

.contact_us .share {
    display: flex;
    align-items: center;
    margin-top: 25px
}

.contact_us .share span {
    font-weight: 400;
    font-size: 20px;
    color: var(--color-btn)
}

.contact_us .share .img {
    width: 36px;
    height: 36px;
    margin-right: 14px
}

.contact_us .map {
    margin-top: 6.8%;
    padding-bottom: 31.5%
}

@media screen and (max-width:1660px) {
    .contact_us {
        padding: 4% var(--all-pd)
    }

    .contact_us .top .sub_email>div .title {
        font-size: 26px
    }

    .contact_us .top .sub_email>div .sub {
        font-size: 20px
    }

    .contact_us .center {
        margin-top: 6%
    }

    .contact_us .center .item:nth-child(2) {
        margin: 0 60px 0 100px
    }

    .contact_us .map {
        margin-top: 5%
    }
}

@media screen and (max-width:1366px) {
    .contact_us .top .sub_email>div .title {
        font-size: 22px
    }

    .contact_us .top .sub_email>div .desc {
        margin-top: 5px
    }

    .contact_us .top .sub_email>div .email {
        margin-top: 30px
    }

    .contact_us .top .sub_email>div .sub {
        margin-top: 20px
    }

    .contact_us .center .item {
        padding: 20px
    }

    .contact_us .center .item:nth-child(2) {
        margin: 0 30px
    }

    .contact_us .top .com_form,
    .contact_us .top .sub_email {
        width: calc(50% - 10px)
    }

    .contact_us .center .item .info img {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:1024px) {
    .contact_us .top .sub_email>div .title {
        font-size: 18px
    }
}

@media screen and (max-width:950px) {

    .contact_us .top .com_form,
    .contact_us .top .sub_email {
        width: 100%
    }

    .contact_us .top .sub_email {
        margin-top: 30px;
        padding: 20px
    }

    .contact_us .top .sub_email>div .email,
    .contact_us .top .sub_email>div .sub {
        padding: 18px 40px
    }

    .contact_us .center {
        flex-direction: column
    }

    .contact_us .center .item {
        width: 100%;
        margin: 20px 0 0 !important
    }

    .contact_us .map {
        padding-bottom: 70%
    }
}
