.header {
    background: unset !important;
}

.header.on {
    background: #fff !important;
}

.section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section:after {
    content: "";
    width: calc((100vw - 1660px) / 2 + 590px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 0.7;
}

.section .wrap {
    width: 1660px;
    position: absolute;
    z-index: 3;
}

.section .bg {
    width: 100%;
    height: 100%;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap {
    display: flex;
    justify-content: space-between;
}

.section .wrap .l {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    line-height: 52px;
}

.section .wrap .r {
    width: 446px;
}

.section .wrap .r .title {
    display: flex;
    align-items: center;
    margin: 0 0 65px;
}

.section .wrap .r .title .sq {
    width: 12px;
    height: 12px;
    background: #014099;
    margin-right: 23px;
}

.section .wrap .r .title h1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
}

.section .wrap .r form .item {
    width: 446px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    padding: 0 27px;
}

.section .wrap .r form .item .icon {
    width: 18px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
}

.section .wrap .r form .item .icon img {
    display: block;
    width: fit-content;
    height: unset;
}

.section .wrap .r form .item input {
    width: 362px;
    border: none;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #111111;
}

.section .wrap .r form .item input::placeholder {
    color: #444444;
}

.section .wrap .r form .item1 {
    align-items: flex-start;
    width: 446px;
    height: 147px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 17px 27px;
}

.section .wrap .r form .item1 .icon {
    margin: 3px 12px 0 0;
}

.section .wrap .r form .item1 textarea {
    width: 362px;
    height: 107px;
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    border: none;
}

.section .wrap .r form .item1 textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
}

.section .wrap .r form button {
    width: 91px;
    height: 40px;
    background: #014099;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 6px 0 0;
}

/*# sourceMappingURL=reserve.css.map */
@media screen and (max-width: 1919px) {
    .section::after {
        width: calc(-12.5vw + 50vw);
    }

    .section .wrap {
        width: 86.4583333333vw;
    }

    .section .wrap .l {
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
    }

    .section .wrap .r {
        width: 23.2291666667vw;
    }

    .section .wrap .r .title {
        margin: 0px 0px 3.3854166667vw;
    }

    .section .wrap .r .title .sq {
        width: 0.625vw;
        height: 0.625vw;
        margin-right: 1.1979166667vw;
    }

    .section .wrap .r .title h1 {
        font-size: 1.6666666667vw;
    }

    .section .wrap .r form .item {
        width: 23.2291666667vw;
        height: 2.9166666667vw;
        border-radius: 0.15625vw;
        margin: 0px 0px 1.5625vw;
        padding: 0px 1.40625vw;
    }

    .section .wrap .r form .item .icon {
        width: 0.9375vw;
        height: 0.78125vw;
        margin: 0px 0.625vw 0px 0px;
    }

    .section .wrap .r form .item input {
        width: 18.8541666667vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .r form .item1 {
        width: 23.2291666667vw;
        height: 7.65625vw;
        border-radius: 0.15625vw;
        padding: 0.8854166667vw 1.40625vw;
    }

    .section .wrap .r form .item1 .icon {
        margin: 0.15625vw 0.625vw 0px 0px;
    }

    .section .wrap .r form .item1 textarea {
        width: 18.8541666667vw;
        height: 5.5729166667vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .r form .item1 textarea::placeholder {
        font-size: 0.7291666667vw;
    }

    .section .wrap .r form button {
        width: 4.7395833333vw;
        height: 2.0833333333vw;
        font-size: 0.7291666667vw;
        margin: 0.3125vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        position: relative;
        padding: 100px 0 60px;
    }
    .section::after {
        display: none;
    }
    .section .bg {
        position: absolute;
        top: 0;
        left: 0;
    }
    .section .wrap {
        width: 90%;
        position: relative;
        display: block;
    }
    .section .wrap .l {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .section .wrap .l br {
        display: none;
    }
    .section .wrap .r {
        width: 100%;
        padding: 30px;
        background: rgba(255,255,255,0.7);
    }
    .section .wrap .r .title h1 {
        font-size: 20px;
    }
    .section .wrap .r .title .sq {
        width: 6px;
        height: 14px;
        margin-right: 10px;
    }
    .section .wrap .r .title {
        margin-bottom: 30px;
    }
    .section .wrap .r form .item {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .section .wrap .r form .item .icon {
        width: 18px;
        height: 15px;
        margin-right: 8px;
    }
    .section .wrap .r form .item input {
        font-size: 16px;
        width: calc(100% - 66px);
    }
    .section .wrap .r form .item1 {
        height: 200px;
        padding: 20px;
    }
    .section .wrap .r form .item1 textarea {
        width: calc(100% - 66px);
        height: 160px;
        font-size: 16px;
    }
    .section .wrap .r form .item1 textarea::placeholder {
        font-size: 16px;
    }
    .section .wrap .r form .item1 .icon {
        margin: 4px 8px 0 0;
    }
    .section .wrap .r form button {
        width: 91px;
        height: 40px;
        font-size: 14px;
    }
}
