* {
	margin: 0;
	padding: 0;
}
html,
body {
	line-height: 120%;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 20px;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}

.none {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.relative {
	position: relative;
}
/* 居中样式 */
.f-c{
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 主体 */
.loginbg{
	width: 100%;
	height: 100vh;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginmain{
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.loginbox{
	width: 430px;
	height: 440px; 
	background: #fff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl{
	width: 80%;
	height: 86%;	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.dl-hy{
	width: 100%;
	font-size: 24px;
	height: 70px;
	color: #0e84ff;
	text-align: center;
}

.dl-t{
	width: 100%;
	height: calc(100% - 70px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dl input::-webkit-input-placeholder{color: #999999;}
.dl input::-moz-placeholder{ color: #999999;}
.dl input:-ms-input-placeholder{color: #999999;}

.insert{
	width:90%;
	height: 52px;
	line-height: 53px;
	margin: 10px 0px;
	display: flex;
	flex-direction: row;
}
.dl-bg{
	width: 52px;
	height: 52px;
	background: #f6f7fb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl-bg i{
	font-size: 22px;
	color: #1E9FFF;
	font-weight: bold;
}
.insert input{
	width: calc(100% - 56px);
	height: 52px;
	line-height: 52px;
	border: none;
	outline: none;
	background:#f6f7fb;
	color: #999;
	font-size: 16px;
	padding-right:10px;
}
.insert #vercode{
	width: calc(100% - 186px);
}
.insert .vercodeimg{
	width:130px;
	height:52px;
	cursor: pointer;
}
.submit{
	width: 90%;
	height: 52px;
	background: #3b85fe;
	color: #fff;
	border: none;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 52px;
	margin-top: 20px;
	box-shadow: 0px 0px 20px rgba(59,133,254,0.5);
}