body .home {
    text-align: right
}

body .home .container .sec1 {
    /* 12.23背景色黑改 */
    background: #8B4513;
    padding: 8.33333vw 0 5.20833vw 0
}

body .home .container .sec1 .content {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1.04167vw;
    align-items: flex-end
}

body .home .container .sec1 .content .lbox {
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1.04167vw;
    padding-right: 5.20833vw
}

body .home .container .sec1 .content .lbox .t {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items:flex-end*/
}

body .home .container .sec1 .content .lbox .t::after {
    content: '';
    display: block;
    width: 2.5vw;
    height: 2px;
    background: #f2382c
}

body .home .container .sec1 .content .lbox .tip {
    line-height: 1.2
}

body .home .container .sec1 .content .lbox .des p:not(:last-child) {
    margin-bottom: .52083vw
}

body .home .container .sec1 .content .lbox .keep {
    margin-top: 1.5625vw
}

body .home .container .sec1 .content .lbox .keep .p1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px
}

body .home .container .sec1 .content .lbox .keep .icons {
    margin-top: 1.04167vw;
    display: flex;
    justify-content: flex-end;
    gap: 1.66667vw
}

body .home .container .sec1 .content .lbox .keep .icons a {
    display: block
}

body .home .container .sec1 .content .lbox .keep .icons a svg,
body .home .container .sec1 .content .lbox .keep .icons a img {
    display: block;
    width: 1.25vw;
    height: 1.25vw
}

body .home .container .sec1 .content .lbox .keep .icons a svg path {
    fill: #fff
}

body .home .container .sec1 .content .rbox {
    width: 50%;
    padding-left: 5.20833vw
}

body .home .container .sec1 .content .rbox .form .item {
    margin-bottom: 1.04167vw
}

body .home .container .sec1 .content .rbox .form .item p {
    color: #fff;
    margin-bottom: .52083vw
}

body .home .container .sec1 .content .rbox .form .item p span {
    color: #f00
}

body .home .container .sec1 .content .rbox .form .item input {
    width: 100%;
    height: 2.34375vw;
    padding: .625vw;
    border: none;
    font-size: .83333vw;
    text-align: right
}

body .home .container .sec1 .content .rbox .form .item textarea {
    width: 100%;
    height: 4.42708vw;
    padding: .625vw;
    border: none;
    font-size: .83333vw;
    resize: none;
    text-align: right
}

body .home .container .sec1 .content .rbox .form button {
    background-color: rgba(242, 57, 44, 0);
    color: #f2382c;
    border: 2px solid #f2382c;
    padding: .625vw 1.14583vw .57292vw 1.14583vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    outline: none;
    transition: all 600ms;
    cursor: pointer
}

body .home .container .sec1 .content .rbox .form button:hover {
    background: #f2382c;
    color: #fff
}

body .home .container .sec2 {
    width: 62.5vw;
    padding: 5.41667vw 0;
    margin: 0 auto
}

body .home .container .sec2 .list {
    display: flex;
    justify-content: space-between
}

body .home .container .sec2 .list .item {
    display: flex;
    gap: 1.04167vw;
    flex-direction: row-reverse
}

body .home .container .sec2 .list .item .icon svg,
body .home .container .sec2 .list .item .icon img {
    width: 1.04167vw;
    display: block;
    height: 1.04167vw
}

body .home .container .sec2 .list .item .icon svg path {
    fill: #f2382c
}

body .home .container .sec2 .list .item .text {
    flex: 1;
    width: 100%;
    margin-top: .10417vw
}

body .home .container .sec2 .list .item .text .p1 {
    line-height: 1;
    font-weight: 700;
    color: #25272d;
    margin-bottom: .52083vw
}

body .home .container .sec2 .list .item .text .des {
    color: #565a61
}

body .home .container .sec2 .map {
    margin-top: 1.5625vw;
    height: 31.25vw
}

@media screen and (max-width: 768px) {
    body .home .container .sec1 {
        padding: 80px 5% 40px 5%
    }

    body .home .container .sec1 .content {
        width: 100%;
        flex-direction: column;
        gap: 20px
    }

    body .home .container .sec1 .content .lbox {
        width: 100%;
        padding-right: 0;
        gap: 20px
    }

    body .home .container .sec1 .content .lbox .t::after {
        width: 30px
    }

    body .home .container .sec1 .content .lbox .des p:not(:last-child) {
        margin-bottom: 5px
    }

    body .home .container .sec1 .content .lbox .keep {
        margin-top: 0
    }

    body .home .container .sec1 .content .lbox .keep .icons {
        gap: 16px;
        margin-top: 10px
    }

    body .home .container .sec1 .content .lbox .keep .icons a svg {
        width: 20px;
        height: 20px
    }

    body .home .container .sec1 .content .rbox {
        width: 100%;
        padding-left: 0
    }

    body .home .container .sec1 .content .rbox .form .item {
        margin-bottom: 10px
    }

    body .home .container .sec1 .content .rbox .form .item p {
        margin-bottom: 5px
    }

    body .home .container .sec1 .content .rbox .form .item input {
        height: 40px;
        padding: 10px;
        font-size: 14px
    }

    body .home .container .sec1 .content .rbox .form .item textarea {
        height: 80px;
        padding: 10px;
        font-size: 14px
    }

    body .home .container .sec1 .content .rbox .form button {
        padding: 10px 20px 9px 20px;
        font-size: 14px
    }

    body .home .container .sec2 {
        width: 100%;
        padding: 30px 5%
    }

    body .home .container .sec2 .list {
        flex-direction: column;
        gap: 20px
    }

    body .home .container .sec2 .list .item {
        gap: 10px
    }

    body .home .container .sec2 .list .item .icon svg {
        width: 16px;
        height: 16px
    }

    body .home .container .sec2 .list .item .text {
        margin-top: 0
    }

    body .home .container .sec2 .list .item .text .p1 {
        font-size: 16px;
        margin-bottom: 5px
    }

    body .home .container .sec2 .list .item .text .des {
        font-size: 14px
    }

    body .home .container .sec2 .map {
        margin-top: 20px;
        height: 200px
    }
}