.contact1 {
    padding: 120px 0 105px
}

.contact1 .wrap {
    width: var(--interval);
    margin: auto
}

.contact1 .wrap .title {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: 100
}

.contact1 .wrap .content {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between
}

.contact1 .wrap .content .item {
    width: 760px;
    height: 656px;
    background: rgba(66, 70, 80, 0.8);
    padding: 65px 70px 75px 70px
}

.contact1 .wrap .content .item .headline {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    padding: 0 0 40px;
    border-bottom: 1px solid #555964
}

.contact1 .wrap .content .item .message {
    margin: 48px 0 0 0
}

.contact1 .wrap .content .item .message .top {
    margin: 0 0 0 15px
}

.contact1 .wrap .content .item .message .top .list {
    display: flex
}

.contact1 .wrap .content .item .message .top .list:not(:last-child) {
    margin: 0 0 30px
}

.contact1 .wrap .content .item .message .top .list .icon {
    width: 16px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 6px
}

.contact1 .wrap .content .item .message .top .list .icon img {
    object-fit: contain
}

.contact1 .wrap .content .item .message .top .list .text {
    margin: 0 0 0 12px
}

.contact1 .wrap .content .item .message .top .list .text p, .contact1 .wrap .content .item .message .top .list .text a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px
}

.contact1 .wrap .content .item .message .top .list .text .dis a:not(:last-child) {
    margin: 0 35px 0 0
}

.contact1 .wrap .content .item .message .links {
    margin: 82px 0 0 45px;
    display: flex
}

.contact1 .wrap .content .item .message .links .circle {
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s ease
}

.contact1 .wrap .content .item .message .links .circle:hover {
    transform: translateY(-5px)
}

.contact1 .wrap .content .item .message .links .circle:not(:last-child) {
    margin: 0 15px 0 0
}

.contact1 .wrap .content .item .message .links .circle img {
    object-fit: contain
}

.contact1 .wrap .content .item form {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contact1 .wrap .content .item form input {
    margin: 0 0 20px;
    width: 300px;
    height: 60px;
    border: 1px solid #555964;
    padding: 0 18px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: transparent
}

.contact1 .wrap .content .item form input::placeholder {
    color: #CCCCCC
}

.contact1 .wrap .content .item form textarea {
    width: 100%;
    height: 140px;
    padding: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border: 1px solid #555964;
    background: transparent
}

.contact1 .wrap .content .item form textarea::placeholder {
    color: #CCCCCC
}

.contact1 .wrap .content .item form .common_more {
    margin: 48px auto 0
}

.contact2 {
    height: 850px
}

.contact2 #container {
    width: 100%;
    height: 100%
}

.contact2 .position {
    display: flex;
    align-items: center
}

.contact2 .position > svg {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0
}

.contact2 .position .text {
    border-radius: 3px;
    background: #fff;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: relative
}

.contact2 .position .text:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 8px;
    height: 12px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
    background: #fff
}

.contact2 .position .text p {
    font-size: 14px;
    color: #111;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.contact2 .position .text .color {
    width: 40px;
    height: 100%;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.contact2 .position .text .color svg {
    width: 22px;
    height: 22px
}

.BMapLabel {
    border: none !important;
    background: transparent !important
}

@media screen and (max-width: 1919px) {
    .contact1{
        padding: 6.25vw 0px 5.46875vw;
    }
    .contact1 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .contact1 .wrap .content{
        margin: 4.1666666667vw 0px 0px;
    }
    .contact1 .wrap .content .item{
        width: 39.5833333333vw;
        height: 34.1666666667vw;
        padding: 3.3854166667vw 3.6458333333vw 3.90625vw;
    }
    .contact1 .wrap .content .item .headline{
        font-size: 1.5625vw;
        padding: 0px 0px 2.0833333333vw;
    }
    .contact1 .wrap .content .item .message{
        margin: 2.5vw 0px 0px;
    }
    .contact1 .wrap .content .item .message .top{
        margin: 0px 0px 0px 0.78125vw;
    }
    .contact1 .wrap .content .item .message .top .list:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .contact1 .wrap .content .item .message .top .list .icon{
        width: 0.8333333333vw;
        height: 0.9895833333vw;
        top: 0.3125vw;
    }
    .contact1 .wrap .content .item .message .top .list .text{
        margin: 0px 0px 0px 0.625vw;
    }
    .contact1 .wrap .content .item .message .top .list .text p, .contact1 .wrap .content .item .message .top .list .text a{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .contact1 .wrap .content .item .message .top .list .text .dis a:not(:last-child){
        margin: 0px 1.8229166667vw 0px 0px;
    }
    .contact1 .wrap .content .item .message .links{
        margin: 4.2708333333vw 0px 0px 2.34375vw;
    }
    .contact1 .wrap .content .item .message .links .circle{
        width: 2.5520833333vw;
        height: 2.5520833333vw;
    }
    .contact1 .wrap .content .item .message .links .circle:hover{
        transform: translateY(-0.2604166667vw);
    }
    .contact1 .wrap .content .item .message .links .circle:not(:last-child){
        margin: 0px 0.78125vw 0px 0px;
    }
    .contact1 .wrap .content .item form{
        margin: 2.0833333333vw 0px 0px;
    }
    .contact1 .wrap .content .item form input{
        margin: 0px 0px 1.0416666667vw;
        width: 15.625vw;
        height: 3.125vw;
        padding: 0px 0.9375vw;
        font-size: 0.8333333333vw;
    }
    .contact1 .wrap .content .item form textarea{
        height: 7.2916666667vw;
        padding: 0.9375vw;
        font-size: 0.8333333333vw;
    }
    .contact1 .wrap .content .item form .common_more{
        margin: 2.5vw auto 0px;
    }
    .contact2{
        height: 44.2708333333vw;
    }
    .contact2 .position > svg{
        width: 1.5625vw;
        height: 1.5625vw;
        margin: 0px 0.78125vw 0px 0px;
    }
    .contact2 .position .text{
        border-radius: 0.15625vw;
        padding: 0px 0px 0px 0.5208333333vw;
        height: 2.0833333333vw;
    }
    .contact2 .position .text::after{
        left: -0.4166666667vw;
        width: 0.4166666667vw;
        height: 0.625vw;
    }
    .contact2 .position .text p{
        font-size: 0.7291666667vw;
        width: 6.25vw;
    }
    .contact2 .position .text .color{
        width: 2.0833333333vw;
    }
    .contact2 .position .text .color svg{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
}

@media screen and (max-width: 1024px) {
    :root{
        --interval: 90%;
    }
    .contact1{
        padding: 60px 0;
    }
    .contact1 .wrap .title{
        font-size: 20px;
        line-height: 35px;
    }
    .contact1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .contact1 .wrap .content .item {
        width: 100%;
        height: auto;
        padding: 25px 5%;
    }
    .contact1 .wrap .content .item .headline{
        font-size: 18px;
        padding: 0 0 15px;
    }
    .contact1 .wrap .content .item .message{
        margin: 22px 0 0 0;
    }
    .contact1 .wrap .content .item .message .top .list .icon{
        width: 14px;
        height: 14px;
        top: 5px;
    }
    .contact1 .wrap .content .item .message .top .list .text{
        margin: 0 0 0 15px;
    }
    .contact1 .wrap .content .item .message .top .list .text p, .contact1 .wrap .content .item .message .top .list .text a{
        font-size: 15px;
        line-height: 25px;
        display: block;
    }
    .contact1 .wrap .content .item .message .top .list:not(:last-child) {
        margin: 0px 0px 25px;
    }
    .contact1 .wrap .content .item .message .links{
        margin: 32px 0 0 0;
    }
    .contact1 .wrap .content .item .message .links .circle:not(:last-child) {
        margin: 0px 15px 0px 0px;
    }
    .contact1 .wrap .content .item .message .links .circle{
        width: 30px;
        height: 30px;
    }
    .contact1 .wrap .content .item .message .links .circle img{
        max-width: 80%;
        max-height: 80%;
    }
    .contact1 .wrap .content .item form{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .contact1 .wrap .content .item form input{
        width: 100%;
        margin: 0 0 15px;
        height: 50px;
        font-size: 13px;
        padding: 0 15px;
    }
    .contact1 .wrap .content .item form textarea{
        height: 120px;
        font-size: 13px;
        padding: 15px;
    }
    .contact1 .wrap .content .item form .common_more{
        margin: 25px auto 0;
    }
    .contact2{
        height: 250px;
    }
    .contact2 .position > svg{
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0;
    }
    .contact2 .position .text{
        height: 40px;
        padding: 0 0 0 10px;
        border-radius: 3px;
        position: absolute;
        top: -60px;
        left: 0;
        transform: translateX(-50%);
    }
    .contact2 .position .text p{
        width: fit-content;
        font-size: 13px;
        margin: 0 10px 0 0;
    }
    .contact2 .position .text:after {
        left: -8px;
        width: 8px;
        height: 12px;
        display: none;
    }
    .contact2 .position .text .color{
        width: 35px;
    }
    .contact2 .position .text .color svg{
        width: 18px;
        height: 18px;
    }
}
