/* 公共属性 */
body{font-size: 14px; color: #666;}
.zyl_center{text-align: center;}

/* 间距 */
.zyl_pad_01{padding: 5px 20px 5px 20px;}
.zyl_mar_01{margin-top: 20px;}
.zyl_mar_02{margin-top: 30px;}
.welcome{font-size: 30px; color: #555; padding: 30px 0 30px 20px;}

/* 登陆表单 */
.login_box_bg{background: url('../images/login_box.png') no-repeat;opacity:0.9;  background-size: 100% 100%; width: 655px; height: 415px;position:absolute;top:50%;left:50%;margin-left:-325px;margin-top:-150px; }
.zyl_lofo_main{ position:absolute;top:50%;left:50%;margin-left:-220px;margin-top:-190px;  width: 450px; height: 350px;}
.login_title{position:absolute;top:50%;left:50%;margin-left:-185px;margin-top:-310px; }
.zyl_lofo_icon{position: absolute; left: 10px; top: 10px; font-size: 20px;}
.zyl_lofo_vercode{line-height: 45px; padding-left:5px; font-size: 24px;}
@media screen and (max-width: 768px) {
    .zyl_lofo_main{width: 100%; height: 350px; right: 0;}
}
.login_box_bg .checkcode{height: 35px;margin-top: -3px;}
.clear{clear: both;}
.background {
    background: url('../images/login_bg.jpg') no-repeat; background-size: 100% 100%;   width: 100vw;height: 100vh;
}

.login_btn{padding-top: 10px; }
.login_btn .layui-btn{height: 45px;}
/* 覆盖原框架样式 */
.layui-elem-quote{background-color: inherit!important;}
.layui-input, .layui-select, .layui-textarea{background-color: inherit; padding-left: 40px;background: #fff;height: 45px;}