/* base color: #396fc1 */
.main{
	background-color: #fff;
}
.main-inner{
	width:1000px;
	height:calc(100% - 100px);
	margin:auto;
	overflow: hidden;
}
.main-left{
	margin-top:6%;
	float: left;
}
.main-right{
	margin-top:6%;
	width: 600px;
	padding-left: 280px;
	float: left;
}
.main-right-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}
.name-input {            
	border: 1px solid #c4cdd5;
	padding: 0px 10px;
	margin-right: 12px;
	margin-top: 20px;
	width: 300px;
	height: 38px;
	line-height: 38px;
}
.login-button{
	background-color: #396fc1;
	border:1px solid #396fc1;
	border-radius: 2px;            
	color: #fff;
	width: 322px;
	height: 38px; 
	line-height: 38px; 
	font-size: 14px; 
	margin-top: 20px;
	cursor: pointer;
}
.login-button:hover{
	opacity:0.9;
}
.line{
	height: 1px;
	margin-top: 30px;
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 20px;
}
.register{
	font-size: 13px;
	font-family: Microsoft YaHei;
	color: #396fc1;
	line-height: 19px;
	float: left;
	cursor: pointer;
}
.register:hover{
	text-decoration:underline;
}
.forpassw{
	font-size: 13px;
	font-family: Microsoft YaHei;
	color: #9b9b9b;
	line-height: 19px;
	cursor: pointer;
	float: right;
}
.forpassw:hover{
	color: #396fc1;
	text-decoration:underline;
}
.main-footer{
	height: 50px;
	width: 100%;
	background: #f2f2f2;
	position:fixed; 
	bottom:0; 
}
.main-footer-text{
	margin: 0px;
	padding-top: 15px;
	text-align: center;
}
.footer-item{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9b9b9b;
	display: inline-block;
	box-sizing: border-box;
	line-height: 12px;
	height: 12px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #9b9b9b;
	cursor: pointer;
}
.footer-item a{            
	color: #9b9b9b;
}
.footer-item a:hover{            
	color: #396fc1;
	text-decoration:underline;
}
.footer-item:last-child {
	border-right: none;
}
.footer-right{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9b9b9b;
	margin-left: 80px;
}  
.layui-layer-btn .layui-layer-btn0 {
	border-color: #396fc1;
	background-color: #396fc1;
	color: #fff;
}