.contact1 {
    padding: 0 1.0416666667vw 2.3958333333vw 1.0416666667vw
}

.contact1 .wrap .center {
    margin: 4.6875vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.contact1 .wrap .center .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 1.3541666667vw
}

.contact1 .wrap .center .l .title {
    font-weight: 400;
    font-size: 3.3333333333vw;
    color: #1A1A1A;
    line-height: 3.9583333333vw;
    font-family: 'BMWTypeWebBoldAll', sans-serif
}

.contact1 .wrap .center .l .title * {
    font-family: 'BMWTypeWebBoldAll', sans-serif
}

.contact1 .wrap .center .l .other > p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin: 0 0 50px
}

.contact1 .wrap .center .l .other .list {
    display: flex;
    align-items: center;
    gap: 20px
}

.contact1 .wrap .center .l .other .list:not(:last-child) {
    margin: 0 0 25px
}

.contact1 .wrap .center .l .other .list:nth-child(2) .iconfont{
    font-size: 24px;
}


.contact1 .wrap .center .l .other .list .iconfont {
    font-size: 18px;
    width: 28px;
    color: #1A1A1A
}

.contact1 .wrap .center .l .other .list a {
    font-family: 'BMWTypeWebBoldAll', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A
}

.contact1 .wrap .center form {
    width: 46.40625vw
}

.contact1 .wrap .center form.aos-animate .list .line {
    transform: scaleX(1)
}

.contact1 .wrap .center form .list {
    position: relative
}

.contact1 .wrap .center form .list:nth-child(2) .line {
    transition-delay: .3s
}

.contact1 .wrap .center form .list:nth-child(3) .line {
    transition-delay: .4s
}

.contact1 .wrap .center form .list:nth-child(4) .line {
    transition-delay: .5s
}

.contact1 .wrap .center form .list:nth-child(5) .line {
    transition-delay: .6s
}

.contact1 .wrap .center form .list:not(:last-child) {
    margin: 0 0 1.3020833333vw
}

.contact1 .wrap .center form .list .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #888888;
    transform: scaleX(0);
    transition: 3.5s cubic-bezier(0.45, 0.49, 0, 1);
    transform-origin: left
}

.contact1 .wrap .center form .list p {
    font-family: 'BMWTypeWebBoldAll', sans-serif;
    font-weight: 400;
    font-size: .9375vw;
    color: #1A1A1A
}

.contact1 .wrap .center form .list input {
    margin: .78125vw 0 0 0;
    padding: 0 0 .5208333333vw;
    font-weight: 400;
    font-size: .7291666667vw;
    width: 100%;
    border: none;
    background: transparent
}

.contact1 .wrap .center form .list input::placeholder {
    color: #969696
}

.contact1 .wrap .center form .list textarea {
    margin: .78125vw 0 0 0;
    padding: 0 0 .5208333333vw;
    height: 5.2083333333vw;
    font-weight: 400;
    font-size: .7291666667vw;
    width: 100%;
    border: none;
    background: transparent
}

.contact1 .wrap .center form .list textarea::placeholder {
    color: #969696
}

.contact1 .wrap .center form button {
    width: 8.3333333333vw;
    height: 3.3333333333vw;
    background: #FFFFFF;
    border-radius: .4166666667vw;
    margin: 2.0833333333vw 0 0 0;
    font-weight: 400;
    font-size: .8333333333vw;
    color: #1A1A1A;
    font-family: 'BMWTypeWebBoldAll', sans-serif;
    transition: 1s
}

.contact1 .wrap .center form button:hover {
    background: #000;
    color: #fff
}

.contact1 .wrap .center form button * {
    font-family: 'BMWTypeWebBoldAll', sans-serif
}

.contact1 .wrap .map {
    width: 100%;
    height: 32.6041666667vw;
    border-radius: 1.0416666667vw;
    background: #e8e8e8;
    margin: 4.6875vw 0 0 0;
    overflow: hidden;
    filter: grayscale(1)
}

.contact1 .wrap .map #googleMap {
    width: 100%;
    height: 100%
}
@media screen and (max-width: 1919px) {
    .contact1 .wrap .center .l .other > p{
        font-size: 0.9375vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .contact1 .wrap .center .l .other .list{
        gap: 1.0416666667vw;
    }
    .contact1 .wrap .center .l .other .list:not(:last-child){
        margin: 0px 0px 1.3020833333vw;
    }
    .contact1 .wrap .center .l .other .list:nth-child(2) .iconfont{
        font-size: 1.25vw;
    }
    .contact1 .wrap .center .l .other .list .iconfont{
        font-size: 0.9375vw;
        width: 1.4583333333vw;
    }
    .contact1 .wrap .center .l .other .list a{
        font-size: 1.0416666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .contact1{
        padding: 0 5%;
    }
    .contact1 .wrap .center{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .contact1 .wrap .center .l .title{
        font-size: 19px;
        line-height: 26px;
    }
    .contact1 .wrap .center .l .other > p{
        font-size: 14px;
        margin: 22px 0;
    }
    .contact1 .wrap .center .l .other .list{
        gap: 13px;
    }

    .contact1 .wrap .center .l .other .list:not(:last-child) {
        margin: 0px 0px 15px;
    }

    .contact1 .wrap .center .l .other .list .iconfont{
        width: fit-content;
        font-size: 14px;
    }
    .contact1 .wrap .center .l .other .list:nth-child(2) .iconfont{
        font-size: 19px;
    }

    .contact1 .wrap .center .l .other .list a{
        font-size: 13px;
    }

    .contact1 .wrap .center form{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .contact1 .wrap .center form .list p{
        font-size: 16px;
    }
    .contact1 .wrap .center form .list input,.contact1 .wrap .center form .list textarea{
        margin: 12px 0 0 0;
        padding: 0 0 15px;
        font-size: 14px;
    }
    .contact1 .wrap .center form .list .line{
        transform: scaleX(1);
    }
    .contact1 .wrap .center form .list:not(:last-child) {
        margin: 0 0 22px;
    }
    .contact1 .wrap .center form .list textarea{
        height: 80px;
        padding: 0 0 15px;
    }
    .contact1 .wrap .center .l{
        padding: 0 0 10px;
    }

    .contact1 .wrap .center form button{
        width: fit-content;
        height: 40px;
        border-radius: 30px;
        padding: 0 30px;
        font-size: 13px;
    }
    .contact1 .wrap .map{
        margin: 25px 0 15px 0;
        height: 260px;
        border-radius: 10px;
    }

    .cursor{
        display: none;
    }
}
