/*----------Reset----------*/
body,p,ul,li,ol{
	margin:0;
	padding:0;
	border:0;
}

ul,li,ol{
	list-style-type:none;
}

*{
	font-family:'微软雅黑','Microsoft YaHei';
	outline:none;
}

a{
	display: block;
}

a,a:hover,a:focus,p,p:hover{
	text-decoration:none;
	outline:none;
	transition: all 0.3s;
}

html{
	background-color: #ffffff;
}

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

/*FONT*/
@font-face {
	font-family: Moria;
	src: url("../font/Modernia-Regular-2.otf");
}

.login-left-box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 59%;
	box-sizing: border-box;
	background-image: linear-gradient(to bottom right, rgba(2, 95, 253, 0.08), rgba(2, 95, 253, 0));
}

.login-left-box > p{
	position: absolute;
}

.login-left-box > p:nth-of-type(1){
	font-size: 32px;
	line-height: 56px;
	height: 56px;
	color: #17233D;
	font-weight: bold;
	top: 80px;
	left: 80px;
}

.login-left-box > p:nth-of-type(2){
	font-size: 44px;
	line-height: 60px;
	color: rgba(23, 35, 61, 0.21);
	font-family: Moria;
	top: 216px;
	left: 80px;
}

.login-left-box > p:nth-of-type(3){
	font-size: 24px;
	line-height: 32px;
	color: rgba(23, 35, 61, 0.21);
	top: 336px;
	left: 80px;
}

.form-box{
	position: absolute;
	bottom: 38.88%;
	left: 80px;
	width: calc(100% - 80px);
	height: 50px;
	box-sizing: border-box;
}

form{
	position: relative;
}

form > div{
	width: 360px;
	height: 50px;
	float: left;
	margin-right: 30px;
	position: relative;
	border-bottom: 1px solid rgba(23, 35, 61, 0.12);
	box-sizing: border-box;
}

form > div::after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgba(23, 35, 61, 1);
}

form > div:hover::after{
	width: 100%;
	transition: all 0.3s;
}

form > div > input.layui-input{
	width: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	color: #17233D;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	background-color: transparent;
}

form > div > input.layui-input::placeholder{
	color: rgba(23, 35, 61, 0.77);
}

form > a{
	display: block;
	position: absolute;
	left: 0;
	bottom: -52px;
	color: rgba(23, 35, 61, 0.66);
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}

form > a:hover{
	color: rgba(23, 35, 61, 1);
	cursor: pointer;
	text-decoration: underline;
}

form button.layui-btn{
	width: 120px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(2, 95, 253, 0.88);
	color: #ffffff;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

form button.layui-btn:hover{
	cursor: pointer;
	opacity: 1;
	background-color: rgba(2, 95, 253, 1);
}

.login-right-box{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 41%;
	background-image: url("../img/login-bg.jpg");
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer{
	width: calc(100% - 80px);
	height: 20px;
	line-height: 20px;
	color: rgba(23, 35, 61, 0.21);
	position: absolute;
	left: 80px;
	bottom: 60px;
}

footer > a,
footer > span{
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: rgba(23, 35, 61, 0.66);
	margin: 0 24px;
	position: relative;
}

footer > a::after{
	content: '';
	display: block;
	position: absolute;
	right: -24px;
	width: 1px;
	height: 16px;
	top: 2px;
	background-color: rgba(23, 35, 61, 0.21)
}

footer > a:first-child{
	margin-left: 0;
}

footer > a:hover{
	text-decoration: underline;
	color: rgba(23, 35, 61, 1);
}

.scan{
	position: fixed;
	width: 400px;
	height: 500px;
	bottom: 96px;
	left: 160px;
	z-index: 9999;
	background-image: url("../img/qrcode.png");
	display: none;
	box-shadow: 0 8px 16px rgba(23, 35, 61, 0.08);
}

.app-download:hover .scan{
	display: block;
	transition: all 0.3s;
}