@charset "UTF-8";
.g-ft {
    padding-top: 0;
    background-color: #fff;
    border-top: none
}
.g-ft .m-ft1,.m-siteNav .b,.m-siteNav .login,.m-siteNav .register,.m-siteNav b {
    display: none
}
.m-bdbg {
    width: 100%;
    height: 600px;
    background: center no-repeat
}
.m-loginBox {
    margin-top: 83px;
    margin-left: 703px;
    width: 386px;
    height: auto!important
}
#login-form .u-input {
    position: relative;
    padding: 12px 0;
    margin: 0 10%;
}
#login-form .u-input  .u-label{
    position: absolute;
    left: 4px;
    top: 14px;
}
#login-form .u-input .layui-icon {
    font-size: 22px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
    color: #bbb;
}
#login-form .u-input  input{
    float: left;
    width: 100%;
    height: 36px;
    padding-left: 38px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #ddd;
}
#login-form .u-input  .u-loginbtn {
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #b4a078;
    font-size: 18px;
    line-height: 40px;
    border-radius: 2px;
}
#login-form  .agreement {
    margin: 0 10%;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#login-form  .m-unlogin {
    background: #F5F3EF;
    text-align: right;
    box-shadow: 0 1px 2px #ddd;
    font-size: 14px;
}
#login-form .get-code {
    position: absolute;
    top: 13px;
    right: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 120px;
    background: #b4a078;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.msg-error {
    position: absolute;
    bottom: -8px;
    width: 100%;
    left: 0;
    color: #ed1b23;
    font-size: 12px;
}
@media screen and (max-width: 767px){
    .m-loginBox {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .yx-cp-m-loginBox {
        width: 100%;
    }
    .yx-cp-m-loginBox .yx-loginHeader .yx-headTitle2 { margin-left: 3%; }
    #login-form .u-input { margin: 0 3%;}
    .m-bdbg {
        height: auto;
        padding-bottom: 30px;
    }
}
