body{
    background: #f3f7f9!important;
}
.loginHead{
    width: 100%;
    height: 62px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 7px #cccbcb;
    z-index: 99;
}
.centerBox{
    width: 80.8%;
    margin: 0 auto;
}
.loginHead img{
    width: 229px;
    height: 42px;
    position: relative;
    top: 10px;
}
.loginCenter{
    width: 898px;
    height: 584px;
    background: #fff;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -292px 0 0 -449px;
    z-index: 90;
    box-shadow: 0 0 5px #cccbcb;
    border-radius: 10px;
    position: relative;
}
.centerLeft{
    width: 379px;
    height: 583px;
}
.centerLeft img{
    display: block;
    width: 379px;
    height: 583px;
    border-radius: 10px;
}
.centerRight{
    width: 460px;
    height: 583px;
    margin-left: 20px;
}
.rightHead{
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #e8e8e8;
    margin: 50px 20px 0;
}
.rightHead span{
    display: block;
    width: 152px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-bottom: 2px solid #1890ff;
    color: #1890ff;
    font-size: 18px;
}
.centerRight .layadmin-user-login-box{
    padding: 30px 20px!important;
}
.centerRight .layui-form-item{
    margin-bottom: 25px!important;
}
.centerRight .layui-btn-lg{
    height: 50px;
    line-height: 50px;
    background: #34acff;
    border: 1px solid #1890ff;
    border-radius: 4px;
    font-size: 18px;
}
.btns_box{
    margin-top: 80px!important;
}











