/*   隐藏滚动条 开始 */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

html, body {
    overflow-y: auto;
    /* Firefox */
    scrollbar-width: none;
    /* IE 10+ */
    -ms-overflow-style: none;
}

/*  隐藏滚动条 结束 */


.layui-container {
}


.b_div {
    padding-left: 7.9167%;
    padding-right: 7.9167%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
    height: 780px;

}

.div_h {
    width: 30%;
    height: 22rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.div_h_0 {
    margin-right: 100px;
}

.div_h_1 {
    /*background-color: var(--top_b_c);*/
    border-radius: 6px;
    box-shadow: 0px 2px 9.8px 0.04px rgba(0, 0, 0, 0.20);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 90px;
    padding-right: 90px;
}

.dl_bt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.dl {
    /*background-color: var(--test_pink);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0.75rem;
}

.dl lable {
    margin-bottom: 0.45rem;
}

.dl_btn {
    margin-top: 2rem;
}

.zc_btn {
    margin-top: 1.5rem;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
}

.zc_btn a {
    text-align: center;
}

form {
    width: 88%;
}

form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0rem;
    text-indent: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dl_btn input {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.65rem 0;
    cursor: pointer;
}

.dl_btn input:hover {
    background-color: var(--bs-primary_hover);
}

.bottom_div {
    height: 160px;
}


.err_msg {
    color: #ff0000a6;
    font-size: 16px;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-left: 0.25rem;
}

.err_input_class {
    background-color: #3131f726;;
    font-weight: 600;
}


.hide_css {
    display: none;
}