.section {
    padding: 83px 0 169px;
}

.section .wrap {
    display: flex;
    justify-content: space-between;
}

.section .wrap .l {
    width: 658px;
}

.section .wrap .l .title {
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 40px;
}

.section .wrap .l .contact_box {
    margin-bottom: 54px;
}

.section .wrap .l .contact_box .item {
    line-height: 1;
}

.section .wrap .l .contact_box .item h5 {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
}

.section .wrap .l .contact_box .item p {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
}

.section .wrap .l .contact_box .item:not(:last-child) {
    margin-bottom: 49px;
}

.section .wrap .l .ewm_box {
    width: 100%;
    margin: 54px 0 0;
}

.section .wrap .l .ewm_box .line {
    width: 100%;
    height: 1px;
    background: #828282;
}

.section .wrap .l .ewm_box h5 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 1;
    margin: 37px 0 45px;
}

.section .wrap .l .ewm_box .ewm {
    width: 123px;
}

.section .wrap .l .ewm_box .ewm img {
    display: block;
    width: 100%;
}

.section .wrap .r {
    width: 606px;
}

.section .wrap .r .r_title {
    font-weight: 400;
    font-size: 24px;
    color: #000001;
    margin-bottom: 55px;
}

.section .wrap .r form button {
    width: 140px;
    height: 56px;
    background: #F78200;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 13px 0 0;
}

.section .wrap .r form .input {
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    display: flex;
    padding: 0 24px;
    margin-bottom: 20px;
}

.section .wrap .r form .input h5 {
    line-height: 64px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

.section .wrap .r form .input input {
    width: 500px;
    border: none;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.section .wrap .r form .textarea {
    height: 197px;
}

.section .wrap .r form .textarea textarea {
    width: 500px;
    height: 197px;
    border: none;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    padding: 22px 0;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 4.3229166667vw 0px 8.8020833333vw;
    }

    .section .wrap .l {
        width: 34.2708333333vw;
    }

    .section .wrap .l .title {
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }

    .section .wrap .l .contact_box {
        margin-bottom: 2.8125vw;
    }

    .section .wrap .l .contact_box .item h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .l .contact_box .item p {
        font-size: 1.0416666667vw;
    }

    .section .wrap .l .contact_box .item:not(:last-child) {
        margin-bottom: 2.5520833333vw;
    }

    .section .wrap .l .ewm_box {
        margin: 2.8125vw 0px 0px;
    }

    .section .wrap .l .ewm_box h5 {
        font-size: 1.0416666667vw;
        margin: 1.9270833333vw 0px 2.34375vw;
    }

    .section .wrap .l .ewm_box .ewm {
        width: 6.40625vw;
    }

    .section .wrap .r {
        width: 31.5625vw;
    }

    .section .wrap .r .r_title {
        font-size: 1.25vw;
        margin-bottom: 2.8645833333vw;
    }

    .section .wrap .r form button {
        width: 7.2916666667vw;
        height: 2.9166666667vw;
        border-radius: 0.1041666667vw;
        font-size: 0.8333333333vw;
        margin: 0.6770833333vw 0px 0px;
    }

    .section .wrap .r form .input {
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
        padding: 0px 1.25vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .r form .input h5 {
        line-height: 3.3333333333vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .r form .input input {
        width: 26.0416666667vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .r form .textarea {
        height: 10.2604166667vw;
    }

    .section .wrap .r form .textarea textarea {
        width: 26.0416666667vw;
        height: 10.2604166667vw;
        font-size: 0.8333333333vw;
        padding: 1.1458333333vw 0px;
    }
}

@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .section {
        padding: 50px 0 60px;
    }
    .section .wrap {
        display: block;
    }
    .section .wrap .l {
        width: 100%;
    }
    .section .wrap .l .title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .section .wrap .l .contact_box .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .section .wrap .l .contact_box .item h5 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .section .wrap .l .contact_box .item p {
        font-size: 17px;
    }
    .section .wrap .l .ewm_box {
        margin: 30px 0 0;
    }
    .section .wrap .l .ewm_box h5 {
        margin: 30px 0 20px;
        font-size: 16px;
    }
    .section .wrap .l .ewm_box .ewm {
        width: 120px;
    }
    .section .wrap .r {
        width: 100%;
        margin: 40px 0 0;
    }
    .section .wrap .r .r_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .wrap .r form .input {
        height: 50px;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .section .wrap .r form .input h5 {
        line-height: 50px;
        font-size: 15px;
    }
    .section .wrap .r form .input input {
        width: calc(100% - 50px);
        font-size: 15px;
    }
    .section .wrap .r form .textarea {
        height: 150px;
    }
    .section .wrap .r form .textarea textarea {
        width: calc(100% - 50px);
        font-size: 15px;
        line-height: 30px;
        height: 150px;
        padding: 10px 0;
    }
    .section .wrap .r form button {
        width: fit-content;
        padding: 0 25px;
        height: 36px;
        border-radius: 4px;
    }
    .section .wrap .r form button p {
        font-size: 15px;
    }
}
