/*登录页*/
.login {
    width: 100%;
    background: #d7332d;
}
.login_container{
	background: url(../img/loginback.png) 90px center no-repeat;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.loginright {
    float: right;
    margin: 50px 25px;
    padding: 15px 15px 10px;
    background: #fff;
    width: 320px;
    height: 375px;
}
.loginright h2{text-align: center; font-weight: bold;}
.login_box{
	padding: 20px;
}
.login-form-item {
    margin-bottom: 15px;
   clear: both;
   position: relative;
}
.user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}
.user-layui-input {
    padding-left: 38px;
}
.user-link{
	float: right;
	margin-top: 10px;
}
.user-login-other {
    position: relative;
    font-size: 0;
    line-height: 38px;
    padding-top: 20px;
}
.user-login-other>* {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.user-login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px;
}
.layui-icon-login-qq {
    color: #3492ED;
}
.layui-icon-login-wechat {
    color: #4DAF29;
}
.layui-icon-login-weibo {
    color: #CF1900;
}