.contact {
    padding: 89px 0 93px 0;
}

.contact .wrap {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contact .wrap .l .message {
    margin: 0 0 123px;
}

.contact .wrap .l .message .list {
    display: flex;
}

.contact .wrap .l .message .list:not(:last-child) {
    margin: 0 0 90px;
}

.contact .wrap .l .message .list .circle {
    width: 54px;
    height: 54px;
    background: #DF5E38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 54px 0 0;
}

.contact .wrap .l .message .list .text {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact .wrap .l .code .headline {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 23px;
}

.contact .wrap .l .code .img_flex {
    display: flex;
    align-items: center;
}

.contact .wrap .l .code .img_flex img {
    width: 140px;
    height: 140px;
    display: block;
}

.contact .wrap .l .code .img_flex img:not(:last-child) {
    margin: 0 107px 0 0;
}

.contact .wrap .r {
    width: 700px;
}

.contact .wrap .r .title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 84px;
}

.contact .wrap .r form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .wrap .r form input {
    width: 339px;
    padding: 0 0 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4C4C4C;
    color: #fff;
    margin: 0 0 60px;
    font-size: 16px;
    transition: .6s;
}

.contact .wrap .r form input:focus {
    border-bottom: 1px solid #DF5E38;
}

.contact .wrap .r form input::placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}

.contact .wrap .r form input.all {
    width: 100%;
}

.contact .wrap .r form textarea {
    width: 100%;
    height: 110px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4C4C4C;
    color: #fff;
    margin: 28px 0 0 0;
    font-size: 16px;
    transition: .6s;
}

.contact .wrap .r form textarea:focus {
    border-bottom: 1px solid #DF5E38;
}

.contact .wrap .r form textarea::placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}

.contact .wrap .r form button {
    width: 191px;
    height: 52px;
    background: #DF5E38;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0;
}

.contact .wrap .r form button p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 70px 0 0;
}

.contact .wrap .r form button .circle {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .wrap .r form button .circle .iconfont {
    color: #DF5E38;
    font-size: 22px;
}

.contact2 #googleMap {
    height: 670px;
}

.contact2 .gm-style-iw-chr {
    display: none;
}

.contact2 .gm-style .gm-style-iw-c {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.contact2 .gm-style .gm-style-iw-d {
    padding: 0;
    overflow: hidden !important;
}

.contact2 .gm-style .gm-style-iw-tc {
    transform: translateX(-224px);
}

.contact2 .gm-style .gm-style-iw-tc::after {
    background: #000;
    display: none;
}

.contact2 .after {
    background: #000;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    width: 25px;
    position: relative;
    top: -2px;
    left: 40px;
}

.contact2 .black {
    width: fit-content;
    padding: 27px 89px 30px 35px;
    background: #000000;
    border-radius: 7px;
    display: flex;
    position: relative;
}

.contact2 .black .circle {
    width: 64px;
    height: 64px;
    background: #DF5E38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact2 .black .line {
    width: 1px;
    height: 60px;
    background: #E9E9E9;
    opacity: 0.2;
    margin: 0 26px 0 23px;
}

.contact2 .black .text img {
    width: 136px;
}

.contact2 .black .text p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 1919px) {
    .contact {
        padding: 4.6354166667vw 0 4.84375vw 0;
    }

    .contact .wrap {
        width: 77.0833333333vw;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .contact .wrap .l .message {
        margin: 0 0 6.40625vw;
    }

    .contact .wrap .l .message .list {
        display: flex;
    }

    .contact .wrap .l .message .list:not(:last-child) {
        margin: 0 0 4.6875vw;
    }

    .contact .wrap .l .message .list .circle {
        width: 2.8125vw;
        height: 2.8125vw;
        background: #DF5E38;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 2.8125vw 0 0;
    }

    .contact .wrap .l .message .list .text {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
        line-height: 1.875vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .contact .wrap .l .code .headline {
        font-weight: 400;
        font-size: 1.25vw;
        color: #FFFFFF;
        margin: 0 0 1.1979166667vw;
    }

    .contact .wrap .l .code .img_flex {
        display: flex;
        align-items: center;
    }

    .contact .wrap .l .code .img_flex img {
        width: 7.2916666667vw;
        height: 7.2916666667vw;
        display: block;
    }

    .contact .wrap .l .code .img_flex img:not(:last-child) {
        margin: 0 5.5729166667vw 0 0;
    }

    .contact .wrap .r {
        width: 36.4583333333vw;
    }

    .contact .wrap .r .title {
        font-weight: 400;
        font-size: 1.25vw;
        color: #FFFFFF;
        margin: 0 0 4.375vw;
    }

    .contact .wrap .r form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contact .wrap .r form input {
        width: 17.65625vw;
        padding: 0 0 1.0416666667vw;
        background: transparent;
        border: none;
        border-bottom: 0.0520833333vw solid #4C4C4C;
        color: #fff;
        margin: 0 0 3.125vw;
        font-size: 0.8333333333vw;
        transition: .6s;
    }

    .contact .wrap .r form input:focus {
        border-bottom: 0.0520833333vw solid #DF5E38;
    }

    .contact .wrap .r form input::placeholder {
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #888888;
    }

    .contact .wrap .r form input.all {
        width: 100%;
    }

    .contact .wrap .r form textarea {
        width: 100%;
        height: 5.7291666667vw;
        background: transparent;
        border: none;
        border-bottom: 0.0520833333vw solid #4C4C4C;
        color: #fff;
        margin: 1.4583333333vw 0 0 0;
        font-size: 0.8333333333vw;
        transition: .6s;
    }

    .contact .wrap .r form textarea:focus {
        border-bottom: 0.0520833333vw solid #DF5E38;
    }

    .contact .wrap .r form textarea::placeholder {
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #888888;
    }

    .contact .wrap .r form button {
        width: 9.9479166667vw;
        height: 2.7083333333vw;
        background: #DF5E38;
        border-radius: 1.3541666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.6041666667vw 0 0 0;
    }

    .contact .wrap .r form button p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #FFFFFF;
        margin: 0 3.6458333333vw 0 0;
    }

    .contact .wrap .r form button .circle {
        width: 1.9791666667vw;
        height: 1.9791666667vw;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact .wrap .r form button .circle .iconfont {
        color: #DF5E38;
        font-size: 1.1458333333vw;
    }

    .contact2 #googleMap {
        height: 34.8958333333vw;
    }

    .contact2 .gm-style-iw-chr {
        display: none;
    }

    .contact2 .gm-style .gm-style-iw-c {
        padding: 0;
        box-shadow: none;
        background: transparent;
    }

    .contact2 .gm-style .gm-style-iw-d {
        padding: 0;
        overflow: hidden !important;
    }

    .contact2 .gm-style .gm-style-iw-tc {
        transform: translateX(-11.6666666667vw);
    }

    .contact2 .gm-style .gm-style-iw-tc::after {
        background: #000;
        display: none;
    }

    .contact2 .after {
        background: #000;
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        content: "";
        height: 0.625vw;
        width: 1.3020833333vw;
        position: relative;
        top: -0.1041666667vw;
        left: 2.0833333333vw;
    }

    .contact2 .black {
        width: fit-content;
        padding: 1.40625vw 4.6354166667vw 1.5625vw 1.8229166667vw;
        background: #000000;
        border-radius: 0.3645833333vw;
        display: flex;
        position: relative;
    }

    .contact2 .black .circle {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        background: #DF5E38;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact2 .black .line {
        width: 0.0520833333vw;
        height: 3.125vw;
        background: #E9E9E9;
        opacity: 0.2;
        margin: 0 1.3541666667vw 0 1.1979166667vw;
    }

    .contact2 .black .text img {
        width: 7.0833333333vw;
    }

    .contact2 .black .text p {
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        margin: 0.5208333333vw 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .contact {
        padding: 45px 0;
    }
    .contact .wrap{
        width: 90%;
        flex-direction: column;
    }
    .contact .wrap .l .message .list {
        flex-direction: column;
        margin: 0 0 40px!important;
    }
    .contact .wrap .l .message .list .circle {
        width: 45px;
        height: 45px;
        margin: 0 0 20px;
    }
    .contact .wrap .l .message {
        margin: 0 0 50px;
    }
    .contact .wrap .l .message .list .text {
        font-size: 14px;
        line-height: 1.7;
    }
    .contact .wrap .l .code .headline {
        font-size: 24px;
        margin: 0 0 23px;
    }
    .contact .wrap .l .code .img_flex img:not(:last-child) {
        margin: 0 25px 0 0;
    }
    .contact .wrap .l .code .img_flex img {
        width: 90px;
        height: 90px;
        display: block;
    }
    .contact .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .contact .wrap .r .title {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .contact .wrap .r form input {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #4C4C4C;
        margin: 0 0 25px;
        font-size: 14px;
        transition: .6s;
    }
    .contact .wrap .r form input::placeholder{
        font-size: 14px;
    }
    .contact .wrap .r form textarea {
        width: 100%;
        height: 80px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #4C4C4C;
        color: #fff;
        margin: 0;
        font-size: 14px;
        transition: .6s;
    }
    .contact .wrap .r form textarea::placeholder{
        font-size: 14px;
    }
    .contact .wrap .r form button {
        width: 160px;
        height: 52px;
        background: #DF5E38;
        border-radius: 26px;
        margin: 40px 0 0 0;
    }
    .contact .wrap .r form button p {
        font-size: 14px;
        margin: 0 50px 0 0;
    }
    .contact .wrap .r form button .circle {
        width: 38px;
        height: 38px;
    }
    .contact .wrap .r form button .circle .iconfont {
        font-size: 22px;
    }
    .contact2 #googleMap {
        height: 400px;
    }
    .contact2 .black {
        padding: 20px;
        background: #000000;
        border-radius: 7px;
        flex-direction: column;
    }
    .contact2 .black .circle {
        width: 50px;
        height: 50px;
    }
    .contact2 .black .line {
        display: none;
    }
    .contact2 .black .text img {
        width: 80px;
    }
    .contact2 .black .text{
        margin: 20px 0 0 0;
    }
    .contact2 .black .text p {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .contact2 .after{
        display: none;
    }
}
