.Contact {
    width: 100%;
    background: #ffffff;
    padding: 5.4375rem 0 11.0625rem;
}

.Contact .Contact_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/Contact_bj.jpg) no-repeat center / cover;
    width: 1140px;
    max-width: 96%;
}

.Contact_l {
    width: 36.85%;
}

.Contact_l .Contact_item {
    margin-top: 3.125rem;
}

.Contact_l .Contact_item:first-child {
    margin-top: 0;
}

.Contact_l .Contact_item .tit {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: "Poppins_Bold";
    color: #000000;
}

.Contact_l .Contact_item .text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins_Regular";
    color: #999999;
}

.Contact_r form {
    display: flex;
    flex-direction: column;
}

.Contact_r form .input {
    margin-bottom: 1.875rem;
}

.Contact_r form .input input {
    width: 34.6875rem;
    height: 3.125rem;
    border: 1px solid #cccccc;
    background: #ffffff;
    outline: none;
    font-size: 1rem;
    text-indent: 1em;
    font-family: "Poppins_Regular";
}

.Contact_r form .input textarea {
    width: 34.6875rem;
    height: 12.5rem;
    padding: 1em;
    outline: none;
    font-size: 1rem;
    border: 1px solid #cccccc;
    font-family: "Poppins_Regular";
}

.Contact_r form .input textarea::placeholder,
.Contact_r form .input textarea::placeholder {
    font-size: 1rem;
    font-family: "Poppins_Regular";
}

.Contact_r form .button {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 3rem;
    border-radius: 3rem;
    background: #1b4176;
    color: #ffffff;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1;
}

@media (max-width: 1400px) {
    .Contact {
        padding: 4rem 0 8rem;
    }
}

@media (max-width: 1200px) {
    .Contact {
        padding: 3rem 0 6rem;
    }
}

@media (max-width: 1099px) {
    .Contact {
        padding: 2rem 0 4rem;
    }
}

@media (max-width: 950px) {
    .Contact .Contact_cen {
        flex-direction: column;
    }

    .Contact_l {
        width: 100%;
        padding-bottom: 1rem;
    }

    .Contact_r {
        width: 100%;
    }

    .Contact_l .Contact_item {
        margin-top: 1rem;
    }

    .Contact_l .Contact_item .text {
        margin-top: .5rem;
    }

    .Contact_r form .input input {
        width: 100%;
    }

    .Contact_r form .input textarea {
        width: 100%;
    }

    .Contact_r form .button {
        width: 100%;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .Contact_l .Contact_item .tit {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .Contact_l .Contact_item .text {
        font-size: .875rem;
    }

    .Contact_r form .input {
        margin-bottom: 1rem;
    }

    .Contact {
        padding: 1rem 0 2rem;
    }
}