html,body{
	margin:0;padding:0;
	font-family: PingFangSC-Regular, "PingFang SC";
}
.main-box{
	background: url(../img/login-banner.jpg) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.login-box{
	width: 320px;
	background: #fff;
	padding:0 20px;
	border: 1px solid #eee;
	border-radius: 8px;
}
.tabs-title{
	padding: 10px 0;
	height: 36px;
	line-height: 36px;
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px solid #dcdfe6;
}
.tabs-title .item{
	cursor: pointer;
	width: 100%;
	text-align: center;
	color:#1f2f3d;
}
.tabs-title .active{
	color:#67c23a;
}
.tabs-title .item:hover{
	color:#67c23a;
}
.tabs-title .item:first-child{
	border-right:1px solid #dcdfe6;
}
.loginitem{
	padding: 20px;
	font-size: 14px;
}
.line{
	margin-bottom: 20px;
}
.line .title{
	display: block;
	color: rgba(0,0,0,0.6);
	padding-bottom: 5px;
}
.line .content{
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdfe6;
	padding: 0 10px;
}
.line .content input{
	border: none;
	outline: none;
	width: 100%;
	height: 21px;
}

.submitbtn{
	padding: 10px 0 20px 0;
}
.gologin{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background:#67c23a;
	color: #fff;
	letter-spacing: 6px;
	border-radius:5px;
	cursor: pointer;
}
.gologin:hover{
	background: #5db033;
}

.tips{
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.tips .checkbox{
	margin-right: 5px;
	display: inline-block;
	background: url(../img/uncheckbox.png) no-repeat center center;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}
.tips .check{
	background: url(../img/checkbox.png) no-repeat center center;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}
.tips .sys-color{
	color:#f56c6c;
	margin-left: 10px;
}
.reback{
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	color: rgba(0,0,0,0.4);
}	
.reback span{
	cursor: pointer;
}
.codeline{
	display: flex;
}
.codeinput{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border:1px solid #dcdfe6;
	padding: 0 10px;
}
.codeinput input{
	background: none;
	border: none;
	outline: none;
}