



/*登录页面样式*/
.user-login{
	margin: 0;
	width: 100%;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    background: url(../../images/back-a.png) no-repeat left 80px;
    background-size:100%;
}
.user-login .top{
	padding: 0 20px;
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
    width: 100%; 
    z-index: 100;
    background: #0a1217;
    box-sizing: border-box;
}
.user-login .top .left{
	float: left;

}
.user-login .top .right{
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
	padding-right: 20px;
}
.user-login .center{
	width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;

    background: url(../../images/back-a.png) no-repeat left 80px;

    background: url(../../images/back-a.png) no-repeat left 80px;
    background-size:100%;
}
.user-login .center .centerin{
	margin: auto;	
    margin-top: 150px;
	overflow: hidden;
}
.user-login .center .centerin .left{
	float: left;
	width: 560px;
	height: 488px;
	margin-left: -32px;
	background: url(../../images/oob.png) no-repeat center;
}
.user-login .center .centerin .right{
	box-sizing: border-box;
	padding: 30px;
	float: left;
	width: 400px;
	height: 480px;
	margin-left: 30px;
	background: #fff;
	padding-top:50px;
}
.right-top{
	width: 100%;
	font-size: 14px;
	color: #999;
}
.right-top div{
	
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	text-align: left;
	color: #ff6600;
	font-weight: bold;
}
.right-top .bn{
	color: #959595;
	opacity: 0.8;
	line-height: 28px;
	letter-spacing:3px;
	font-weight: 400;
}
.right-top p span{
	color: #ff6600;
}
.layui-input-block{
	margin-left: 0;
	margin-bottom: 10px;
}
.layui-form-item {
    margin-bottom: 20px;
}
.user-login .center .inpouy{
	margin-top:24px;
}
.iconq1{
	position: absolute;
	left:10px;
	top: 12px;
}
.iconq1 img{
	width: 22px;
}
.layui-input, .layui-textarea{
	font-size: 13px;
	padding-left: 35px;
	border-radius: 4px;
	background: #fff !important;
}
.layui-btn{
	margin-top: 10px;
	width: 100%;
	height: 46px;
    font-size: 16px;
	border-radius: 4px;
	background: #ff6600;
}
.user-login .center .centerin .right .mima{
	padding: 10px 0;
	line-height: 40px;
}
.user-login .center .centerin .right .mima span{
	float: left;
	margin-top: -2px;
	margin-right: 5px;
}
.user-login .center .centerin .right .mima p{
	float: left;
}
.layui-input{
	height: 46px;
	line-height: 46px;
}
.layui-input:-webkit-autofill{
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.user-login .bottom{
	width: 100%;	
	/*background:#0a1217 ;*/
	/*position: fixed;
	bottom: 1%;
	left: 0;*/
	text-align: center;
	line-height: 24px;
	padding:10px;
	box-sizing: border-box;
	padding-top: 64px;
}
.bottom p{
 	color: #b3b3b3;
 }
.bottom .aaa p:hover{
	color:#666;
}