.contact-section {
    background: #121212;
    background-size: 100% 100%;
    overflow: hidden;
}

.lx-title1 {
    text-align: center;
    padding: 4.166vw 0;
}

.lx-title1 dd {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.lx-title1 dt {
    color: #d9d9d9;
    font-size: 26px;
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
}


/**/

.xbox1 {
    overflow: hidden;
    padding-bottom: 5.6vw;
}

.xul li {
    justify-content: flex-start;
    margin-bottom: 4.2vw;
}

.xul li:first-child {
    width: 100%;
}

.xul li .img {
    width: 80px;
    height: 80px;
    background-color: #144ea2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xul li .txt {
    margin-left: 24px;
}

.xul li .txt dd {
    color: #656565;
    font-size: 20px;
}

.xul li .txt dt {
    color: #ffffff;
    font-size: 20px;
}

.xul li .txt dt a {
    color: #fff;
}

.xul li .txt dt span {
    font-weight: normal;
}


/* message */

.contact-section2 {
    position: relative;
    padding: 3.125vw 0;
}

.lx-title2 {
    position: relative;
    padding: 5.2083vw 0;
}

.hm-message-con {
    position: relative;
    margin: 0 -10px
}

.hm-message-con input[type=text],
.hm-message-con input[type=email],
.hm-message-con textarea {
    height: 70px;
    background: #1e1e1e;
    border: 1px solid rgba(31, 31, 31, 0.9);
    border-radius: 0;
    font-size: 16px;
    color: #8a8a8a;
    box-shadow: inherit;
    padding-left: 30px;
    transition: border-color 0.5s, color 0.5s;
}

.hm-message-con input[type=text]::-webkit-input-placeholder,
.hm-message-con input[type=email]::-webkit-input-placeholder,
.hm-message-con textarea::-webkit-input-placeholder {
    color: #8a8a8a
}

.hm-message-con input[type=text]:-ms-input-placeholder,
.hm-message-con input[type=email]:-ms-input-placeholder,
.hm-message-con textarea:-ms-input-placeholder {
    color: #8a8a8a
}

.hm-message-con input[type=text]::-ms-input-placeholder,
.hm-message-con input[type=email]::-ms-input-placeholder,
.hm-message-con textarea::-ms-input-placeholder {
    color: #8a8a8a
}

.hm-message-con input[type=text]::placeholder,
.hm-message-con input[type=email]::placeholder,
.hm-message-con textarea::placeholder {
    color: #8a8a8a
}

.hm-message-con textarea {
    padding-top: 15px;
    height: 280px;
    resize: none;
    background: #1e1e1e;
    border: 1px solid rgba(31, 31, 31, 0.9);
    color: #8a8a8a;
}


/**/

.send {
    width: 240px;
    margin: 0 auto;
    height: 76px;
    position: relative;
}

.send a {
    display: block;
    width: 100%;
    line-height: 70px;
    border: 3px solid #144ea2;
    text-align: center;
    margin: 0 auto;
    text-align: left;
    position: relative
}

.send a em {
    display: block;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: -0.4px;
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.send a i {
    display: block;
    width: 28px;
    height: 62px;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    background: rgba(20, 78, 162, 1)
}

.send a i.i01 {
    left: 4px;
    animation: char 2s infinite;
    background: rgba(20, 78, 162, 1)
}

.send a i.i02 {
    left: 36px;
    opacity: 0.5;
    animation: char 2s infinite;
    animation-delay: 0.3s;
    background: rgba(20, 78, 162, 0.5)
}

.send a i.i03 {
    left: 68px;
    opacity: 0.2;
    animation: char 2s infinite;
    animation-delay: 0.6s;
    background: rgba(20, 78, 162, 0.2);
    transition: 0.6s
}

.send a:hover i.i03 {
    width: 70%
}

.hm-message-con .x-submit {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0;
    border: none;
    outline: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99;
}


/**/

.hm-message-con * input:focus,
.hm-message-con * textarea:focus {
     background: rgba(31, 31, 31, 0.9);
    border-color: #144ea2;
    box-shadow: inherit;
    color: #fff
}

.hm-message-con * input:focus::placeholder,
.hm-message-con * textarea:focus::placeholder {
    color: #144ea2
}

.hm-message-con .form-input.captcha {
    position: relative;
}

.hm-message-con .form-input.captcha input {
    height: 50px;
}

.hm-message-con .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
}

@media (max-width:768px) {
    .hm-message-con input[type=text],
    .hm-message-con input[type=email],
    .hm-message-con textarea {
        height: 50px;
        font-size: 14px;
        padding-left: 20px;
    }
    .hm-message-con textarea {
        height: 100px
    }
}


/* map */

#map_container {
    height: 570px;
    border: 2px solid var(--main-theme-color);
}


/* media */

@media(max-width: 1280px) {
    .lx-title1 dd {
        font-size: 36px;
    }
    .lx-title1 dt {
        font-size: 20px;
    }
    .xul li .img {
        width: 60px;
        height: 60px;
    }
    .xul li .txt dt,
    .xul li .txt dd {
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    .lx-title1 dt {
        font-size: 18px;
    }
    .send {
        width: 150px;
        height: 56px;
    }
    .send a {
        line-height: 50px;
    }
    .send a i {
        height: 42px;
        margin-top: -21px;
    }
    .send a em {
        font-size: 14px;
    }
}

@media(max-width: 640px) {
    .lx-title1 {
        padding: 40px 0;
    }
    .lx-title1 dd {
        font-size: 28px;
    }
    .lx-title1 dt {
        font-size: 14px;
    }
    .xul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .xul li .img {
        width: 50px;
        height: 50px;
    }
    .xul li .img img {
        max-width: 25px;
    }
    .xul li .txt {
        width: calc(100% - 60px);
        margin-left: 10px;
    }
    .xul li .txt dt,
    .xul li .txt dd {
        font-size: 13px;
    }
    .xul li .txt dd {
        margin-bottom: 0;
    }
    .xul li .txt dt {
        line-height: 20px;
    }
    #map_container {
        width: 100%;
        height: 300px;
    }
}