.contact_section_1 .banner {
    position: relative;
}

.contact_section_1 .banner img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.contact_section_1 .banner .t {
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 2.5vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

/*  */
.contact_section_2 {
    margin: 6.25vw 10.41667vw;
    display: flex;
    justify-content: space-between;
    gap: 4.6875vw;
    margin-bottom: 20px;
}

.contact_section_2 .l {
    width: 51%
}

.contact_section_2 .l .p1 {
    color: #222;
    font-size: 1.875vw
}

.contact_section_2 .l .p2 {
    color: #666;
    font-size: .9375vw;
    margin: .83333vw 0 1.35417vw 0
}

.contact_section_2 .l .sale {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E6E6E7;
    border-bottom: 1px solid #E6E6E7;
    padding: 2.60417vw 0;
    flex-direction: column;
}

.contact_section_2 .l .sale .item {
    width: 100%;
    margin-bottom: 10px;
}

.contact_section_2 .l .sale .item .tag {
    margin-bottom: .625vw;
    color: #8C9199;
    font-size: .72917vw
}

.contact_section_2 .l .sale .item .des {
    font-size: .9375vw;
    color: #212121
}

.contact_section_2 .l .code {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E7;
    padding: 2.60417vw 0 1.35417vw 0
}

.contact_section_2 .l .code .item {
    width: 50%
}

.contact_section_2 .l .code .item .tag {
    margin-bottom: .625vw;
    color: #8C9199;
    font-size: .72917vw
}

.contact_section_2 .l .code .item .pic img {
    width: 4.89583vw;
    display: block;
    object-fit: contain
}

.contact_section_2 .r {
    width: 48%;
    /* margin-top: 5.98958vw */
}

.contact_section_2 .r .form {
    display: flex;
    flex-wrap: wrap
}

.contact_section_2 .r .form input:not([type="submit"]) {
    padding: 1.14583vw 1.61458vw;
    border-radius: 4px;
    background: #F5F6F7;
    color: #000;
    font-size: .72917vw;
    width: calc(100% - 3.23vw);
    outline: none;
    border: none;
    margin-bottom: .83333vw;
    font-weight: normal;
    width: 100%;
}

.contact_section_2 .r .form input::placeholder {
    color: #999
}

.contact_section_2 .r .form .items {
    /* display: flex;
    justify-content: space-between; */
    width: 100%
}

/* .contact_section_2  .r .form .items input {
    width: calc(49% - 3.23vw)
} */

.contact_section_2 .r .form textarea {
    padding: 1.14583vw 1.61458vw;
    border-radius: 4px;
    background: #F5F6F7;
    color: #000;
    font-size: .72917vw;
    width: calc(100% - 3.23vw);
    outline: none;
    border: none;
    margin-bottom: 1.875vw;
    height: 8.33333vw;
    resize: none;
    font-weight: normal;
    width: 100%;
}

.contact_section_2 .r .form textarea::placeholder {
    color: #999
}

.contact_section_2 .r .form button {
    width: 8.33333vw;
    height: 2.91667vw;
    background: #fff;
    border-radius: 10.41667vw;
    border: 3px solid #323941;
    backdrop-filter: blur(.89844vw);
    outline: none;
    cursor: pointer;
    font-size: .9375vw;
    color: #323941;
    transition: all 600ms
}

.contact_section_2 .r .form button:hover {
    background: #000;
    border-color: #000;
    color: white
}

.contact_section_3 {
    /* margin: 6.25vw 10.41667vw */
    margin-bottom:  6.25vw ;
}

.contact_section_3 .logo {
    width: 12.55208vw;
    display: block;
    object-fit: cover
}

.contact_section_3 .st {
    color: #666;
    font-size: .9375vw;
    margin: .83333vw 0 1.66667vw 0
}

.contact_section_3 .map {
    width: 100%;
    height: 23.4375vw;
}

@media screen and (max-width: 1024px) {


    .home .section1 {
        margin: 30px 5%;
        flex-direction: column
    }

    .home .section1 .l {
        width: 100%
    }

    .home .section1 .l .p1 {
        font-size: 18px
    }

    .home .section1 .l .p2 {
        font-size: 15px;
        margin: 10px 0 30px 0
    }

    .home .section1 .l .sale {
        flex-direction: column;
        padding: 20px 0
    }

    .home .section1 .l .sale .item {
        width: 100%
    }

    .home .section1 .l .sale .item .tag {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home .section1 .l .sale .item .des {
        font-size: 18px
    }

    .home .section1 .l .sale .item:last-child {
        margin-top: 15px
    }

    .home .section1 .l .code {
        padding: 20px 0
    }

    .home .section1 .l .code .item {
        width: 48%
    }

    .home .section1 .l .code .item .tag {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home .section1 .l .code .item .pic img {
        width: 80px
    }

    .home .section1 .r {
        width: 100%
    }

    .home .section1 .r .form input,
    .home .section1 .r .form textarea {
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 10px
    }

    .home .section1 .r .form textarea {
        height: 100px
    }

    .home .section1 .r .form .items input {
        width: calc(48.5% - 30px)
    }

    .home .section1 .r .form button {
        font-size: 16px;
        width: 130px;
        height: 40px
    }

    .contact_section_3 {
        margin: 30px 5%
    }

    .contact_section_3 .logo img {
        width: 140px
    }

    .contact_section_3 .st {
        font-size: 15px;
        margin: 10px 0 20px 0
    }

    .contact_section_3 .map {
        height: 200px
    }
}