html, body{
    height: 100%;
    width: 100%;
}
.header_nav{
    height : 64px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #292B2F;
    line-height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header_nav_font{
    text-decoration:none!important;
    cursor:pointer!important;
}
.header_nav_content{

}
.head_title{
    margin-left: 40px;
    width: 100%;
    margin-right: 40px;
    color: #FFF;
}
.head_title a{color: #FFF;}
.body_content{
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}
.body_content_login{
    width: 100%;
    height: 100%;
    background-image: url('/baoxiniaob2cmtm/_ui/images/new/login.jpg');
    background-size: cover;
}

.div_logo{
    position: relative;
    text-align: center;
    margin-left: 120px;
}
.div_logo img{
    width: 1200px;
}

.div_logo_line{
    background-color: #c0a057;
    height: 20px;
    width: 100%;;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.div_logo_icon{
    position: absolute;
    left: 20%;
    bottom: 0px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.div_login{
    padding: 36px;
}

.div_login_icon{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 33px;
    text-align: left;
}

@media screen and (min-width: 400px){

    .btn_login_icon_sm{

        /*background-color: white;*/
        background: none;
        /*border-style: dotted;*/
        /*border-color: gray;*/
        padding-top: 10px;
        padding-bottom: 10px;
        color: #c0a057;
        font-size: 18px;
        font-weight: 600;
        font-family: "微软雅黑";
        cursor:default;
        width: 100%;
        letter-spacing: 5px;
    }
}

@media screen and (min-width: 700px){

    .btn_login_icon {

        /*background-color: white;*/
        background: none;
        /*border-style: dotted;*/
        /*border-color: gray;*/
        padding-top: 10px;
        padding-bottom: 10px;
        color: #c0a057;
        font-size: 22px;
        font-weight: 600;
        font-family: "微软雅黑";
        cursor: default;
        width: 100%;
        letter-spacing: 5px;

    }
}


.btn_login_icon:hover, .btn_login_icon:active, .btn_login_icon:focus{
    color: #c0a057;
}
.div_login_form{
    margin-top: 28px;
    width: 100%;
}


@media screen and (min-width: 400px) {

     .login_form_font_sm{

        color: #c0a057;
        font-size: 15px;
        font-weight: 600;
        font-family: "微软雅黑";
        letter-spacing: 2px;;
    }
}

@media screen and (min-width: 700px) {

    .login_form_font_md{

        color: #c0a057;
        font-size: 17px;
        font-weight: 600;
        font-family: "微软雅黑";
        letter-spacing: 2px;;
    }
}


.form_row{
    margin-top: 28px;
    width: 100%;
}

.form_row_sm{
    display: flex;
    align-items: center;
}

.form_label_div{
    position: absolute;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    margin-left: 20px;
}

.form_label_div span{
    position: absolute;
    left:5px;
    bottom: 0px;
}
.form_label_div img{
    width: 16px;
}

.form_input_div{
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.form_input{
    background: none;
    line-height: 40px;
    font-size: 14px;
    color: #1A1A1A;
    width: 288px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding-left: 48px;
 }

.btn_login_submit{
    text-align: center;
    vertical-align: middle;
    font-size:16px;
    letter-spacing: 10px;
    /* border: #c0a057 1px solid; */
    width: 288px;
    height: 52px;
    background: #292B2F;
    border-radius: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEDDB2;
    line-height: 22px;
}

.footer_content{
    width: 100%;
    heigth: 15%;
}
.footer_line{

    width: 100%;
    height: 7px;
    background-color: #c0a057;
}
.footer_icon_div{
    width: 100%;
    height: 40%;
}

.footer_icon{

    width: 10%;
    height: 100%;
    margin-top: 15px;
}

.footer_h5{
    text-align: left;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /* color: #262626; */
    color: #FFF;
    line-height: 17px;
    position: fixed;
    bottom: 10px;
    width: 100%;
    margin-left: 36px;
}
.footer_h5 a{color: #FFF;}
.remember_div{
    width: 100%;
}
.remember_span{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}
/* Custom Checkbox
=================================================================== */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}
.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
.checkbox-custom label + label.error {
    display: block;
}
.checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-primary label:before {
    background: #2693FF;
    border-color: #2693FF;
}
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #cccccc;
}
.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f;
}
.checkbox-text-success input[type="checkbox"]:checked + label:after {
    color: #47a447;
}
.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113;
}
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
    color: #ed9c28;
}
.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29;
}
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
    color: #d2322d;
}
.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da;
}
.checkbox-text-info input[type="checkbox"]:checked + label:after {
    color: #5bc0de;
}
.checkbox-dark input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a;
}
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
    color: #171717;
}
.app-download{
    font-size:13px;
    font-weight: 600;
}
.contactNo{
    float:left;
}
.layui-form-label{
    width: 120px!important;
}
.login-box{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgb(170 173 181 / 15%);
    border-radius: 14px;
    backdrop-filter: blur(2px);
    position: absolute;
    /* top: 21%;
    right: 27%; */
    top: 50%;
    right: 50%;
    margin: -200px -180px 0 0;
}