.jsbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../img1/jsbj1.jpg) no-repeat;
    background-size: 100%;
}

.jsTop {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0 0 0 / 8%);
    padding: 35px 4vw;
}

.js_ti {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.js_ti_t {
    line-height: normal;
    color: #d01027;
    font-weight: bold;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    background-image: url(../img1/jian1.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    background-size: 12px 8px;
    background-position: 95% center;
    border-color: #e1e1e1;
    color: #777;
}

#cbLanguage {
    width: 185px;
    border: none;
    background: #f9f9f9 url(../img1/jian1.png) no-repeat;
    background-position: 90% center;
}

.js_line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.js_ft {
    line-height: normal;
    font-weight: bold;
    color: #000;
}

.jx-form {
    display: flex;
    flex-wrap: wrap;
}

.layui-form-item {
    margin-bottom: 30px;
}

.layui-input-block-title {
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
}

.inp select {
    width: 100%;
}

.layui-input-block {
    width: 100%;
    position: relative;
    margin-left: 0;
}

.layui-input-block input {
    width: 100%;
    height: 46px;
    border: #e1e1e1 1px solid;
    color: #000;
    border-radius: 5px;
    padding: 0 20px;
}

.layui-input-block span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
}

.inp2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inp2 select {
    width: 49%;
}

.inp2 .inp-b {
    width: 49%;
    position: relative;
}

.inp2 .inp-b input {
    width: 100%;
    height: 46px;
    border: #e1e1e1 1px solid;
    color: #000;
    border-radius: 5px;
    padding: 0 20px;
}

.inp2 .inp-b span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
}

.submit {
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #d01027;
    border-radius: 5px;
    border: 1px solid #d01027;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.submit:hover {
    background: transparent;
    color: #d01027;

}



@media only screen and (min-width: 1201px) {
    .form-width {
        width: 31.25%;
        margin-right: 3.125%;
    }

    .form-width:nth-child(3n) {
        margin-right: 0;
    }

    .form-width2 {
        width: 22.65%;
        margin-right: 3.13%;
    }

    .form-width2:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .form-width {
        width: 49%;
        margin-right: 2%;
    }

    .form-width:nth-child(2n) {
        margin-right: 0;
    }

    .form-width2 {
        width: 49%;
        margin-right: 2%;
    }

    .form-width2:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .form-width {
        width: 100%;
        margin-right: 0%;
    }

    .form-width:nth-child(2n) {
        margin-right: 0;
    }

    .form-width2 {
        width: 100%;
        margin-right: 0%;
    }

    .form-width2:nth-child(2n) {
        margin-right: 0;
    }

    .jsTop {
        padding: 25px 20px;
    }

    #cbLanguage {
        width: 100%;
        margin-top: 20px;
    }

    .jx-form {
        margin-top: 20px;
    }

    .layui-form-item {
        margin-bottom: 20px;
    }
}
