﻿.title{
	font-family: "楷体";
	font-size: 22px;
	font-weight: 700;
	line-height: 90px;
	color: #225c95;
	text-align: center;
	white-space: nowrap;
}
#login{
	background: #eee url('../resource/img/login/loginbg.png') no-repeat;
	background-size: 66% 66%;
	background-position: center 65%;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.loginBase{
	width: 100%;
	height: 40%;
	position: relative;
	top: 28%;
	z-index: 3;
		}
.loginArea{
	width: 20%;
	height: 100%;
	margin-left: 20%;
}
.loginName{
	width: 100%;
	line-height:34px;
	display:inline-block;
	font-size: 30px;
	color:white;
	font-family:kaiti;
	text-align: left;
	white-space: nowrap;
	margin-left: 7px;
}
.loginInput{
	width: 290px;
	height: 44px;
	position: relative;
	margin-bottom: 10px;
}
.loginIcon{
	display: inline-block;
	width: 60px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
}
.loginIcon img{
	position: absolute;
	top: 7px;
	left: 8px;
}
.loginInput input{
	position: absolute;
	left: 75px;
	width: 200px;
	padding-left: 15px;
	background: #fff;
	height: 32px;
	line-height: 32px;
	border: 0;
	outline: none;
}
.remember{
	width: 332px;
	height: 30px;
	margin-left: 10px;
	color: #fff;
}
.dengLu{
	width: 265px;
	height: 35px;
	text-align: center;
	background: #f3f3f3;
	border: none;
	border-radius: 5px;
	color: #000;
	margin: 10px 0 0 12px;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	/*清除复选框默认样式*/
	background: #fff url(../resource/img/login/login-no.png) no-repeat;
	/*复选框的背景图，就是上图*/
	height: 16px;
	/*高度*/
	width: 16px;
	border: none;
	position: relative;
	top: 3px;
}

input[type="checkbox"]:checked {
	border: none;
	background: url(../resource/img/login/login-select.png) no-repeat;
}
#httpLink{
	position: absolute;
	top: 85%;
	left: 26%;
}
#httpLink a{
	margin-left: 20px;
}
#loading {
	width: 225px;
	height: 150px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	z-index: 6;
	border-radius: 5px;
	/*display: none;*/
}