/* 联系我们 */
.contact-section {
    padding-bottom: 4.125rem;
    background: #eef1f2;
}

.contact-section .wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 3.3125rem;
    /* padding-left: 120px; */
    overflow: hidden;
    box-sizing: border-box;
}

.custom-section .wrapper .c-box .c-box-item span {
    font-size: 1rem;
}

.contact-section .wrapper .contact-bg-text {
    position: absolute;
    top: -3.125rem;
    right: 0;
    width: 70%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.contact-section .wrapper .section-header {
    display: flex;
    align-items: center;
    gap: 0.43rem;
    margin-bottom: 4.18rem;
}

.contact-section .wrapper .section-header img {
    width: 1.78rem;
    height: 1.78rem;
}

.contact-section .wrapper .section-header h2 {
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.87rem;
    line-height: 2.56rem;
}

.contact-section .wrapper .contact-form-container {
    display: flex;
    /* justify-content: space-between; */
}

.contact-section .wrapper .contact-form-container .contact-form {
    flex: 1;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.31rem;
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 input {
    padding: 1.25rem;
    border: none;
    border-radius: 6px;
    background: #fff;
    font-size: 1rem;
    outline: none;
    background: rgba(255, 255, 255, 1);
}

.contact-section .wrapper .contact-form-container .contact-form .form-row1 input::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.contact-section .wrapper .contact-form .file-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload {
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.37rem 2.18rem 3.37rem 2.18rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload .img {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    place-content: center;
    place-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0px 1rem;
    border-radius: 16777200px;
    background: #ffffff;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload .img img {
    width: 1.5rem;
    height: 1.5rem;
}

.contact-section .wrapper .contact-form .file-row .file-upload p {
    color: #404040;
    font-family: Inter;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.3px;
}

.contact-section .wrapper .contact-form .file-row textarea {
    outline: none;
    flex: 1;
    border: none;
    border-radius: 6px;
    padding: 1rem;
    background: #ffffff;
    font-size: 1rem;
    resize: none;
}

.contact-section .wrapper .contact-form .file-row textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.contact-section .wrapper .contact-form .bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-items: center;
    gap: 1.25rem;

}

.contact-section .wrapper .contact-form .bottom .tip {
    /* width: 14.75rem; */
    padding: 0 10px !important;
    height: auto;
    text-align: center;
    color: #7e7e7e;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.31rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 16.25rem;
    height: 3.18rem;
    border-radius: 0.25rem 0.25rem 2.62rem 2.62rem;
    background: #fa6a71;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.contact-section .wrapper .contact-form .bottom .btn-submit span {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.56rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit img {
    width: 1.5rem;
    height: 1.5rem;
}

.contact-section .wrapper .contact-form .bottom .btn-submit:hover {
    background: #ff3b4f;
}

.contact-section .wrapper .contact-info {
    display: inline-block;
    /* width: 35%; */
    margin-left: 3.5rem;
    vertical-align: top;
}

.contact-section .wrapper .contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 4.43rem;
    cursor: pointer;
}
/* .contact-section .wrapper .contact-info .info-item:hover {
  color: #fa6a71;
} */

.contact-section .wrapper .contact-info .info-item img {
    width: 2rem;
    height: 2rem;
}

.contact-section .wrapper .contact-info .info-item p {
    color: #565656;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.18rem;
    letter-spacing: -0.3px;
}


/* 2. 小电脑 992px ~ 1199px */
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    .wrapper {
        width: 90%;
    }

    /* .contact-section .wrapper .section-header h2 */

    /* 联系我们 */
    .contact-section .wrapper .contact-form-container {
        flex-direction: column;
    }

    .contact-section .wrapper .contact-info {
        margin-top: 2rem;
        display: flex;
        justify-content: space-between;
    }

    .contact-section .wrapper .contact-form .bottom .tip {
        width: 100%;
        font-size: 1rem;
    }

    .contact-section .wrapper .contact-info .info-item p {
        font-size: 1rem;
    }

    .footer-section .footer-bottom .footer-info-left p,
    .footer-section .footer-bottom .footer-info-center p,
    .footer-section .footer-bottom .footer-info-right p {
        font-size: 1rem;
    }


}

/*  */
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }

    .banner .b-big-box .big-box-l {
        width: auto;
    }

    /* 联系我们 */
    .contact-section .wrapper .contact-form-container {
        flex-direction: column;
    }

    .contact-section .wrapper .contact-info {
        display: flex;
        margin-top: 2rem;
        margin-left: 0;
        justify-content: space-between;
    }

    .contact-section .wrapper .contact-info .info-item p {
        font-size: 1rem;
    }
}


@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .h-industry .wrapper .h-title {
        justify-content: center;
    }

    .h-industry .wrapper .h-p-text {
        text-align: center;
    }

    .after-sales .wrapper .a-swiper .mySwiper3 .after-sales-pagination {
        bottom: -1.75rem;
    }

    .banner .b-big-box .big-box-l {
        width: 100%;
    }

    .banner .b-big-box .big-box-r .box-r-text {
        height: auto;
    }

    /* 联系我们 */
    .contact-section .wrapper {
        width: 100%;
        padding: 1.5rem;
    }

    .contact-section .wrapper .section-header h2 {
        font-size: 1.45rem;
        line-height: 2rem;
    }

    .contact-section .wrapper .contact-bg-text {
        width: 100%;
        top: -2.125rem;
    }

    .contact-section .wrapper .section-header {
        justify-content: center;
        margin-bottom: 2.18rem;
    }

    .contact-section .wrapper .contact-form-container {
        flex-direction: column;
    }

    .contact-section .wrapper .contact-form-container .contact-form .form-row1 {
        grid-template-columns: 1fr;
    }

    .contact-section .wrapper .contact-form .bottom .tip {
        font-size: 1rem;
    }

    .contact-section .wrapper .contact-form .file-row {
        grid-template-columns: 1fr;
    }

    .contact-section .wrapper .contact-form .bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-section .wrapper .contact-info {
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }

    .contact-section .wrapper .contact-info .info-item {
        margin-top: 1rem;
        margin-bottom: 1.43rem;
        display: flex;
        justify-content: center;
    }

    .contact-section .wrapper .contact-info .info-item p {
        font-size: 1rem;
    }


}