* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	height: 100%;
	max-width: 790px;
	color: #6f6f6f;
	font-size: 12px;
	font-family: Microsoft YaHei;
}

a {
	text-decoration: none;
}

li,
ul {
	list-style-type: none;
}

img {
	max-width: 100%;
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

* {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
}


.banner img {
	width: 100%;
	display: block;
}

.content {
	padding-bottom: .8rem;
}

/* 登录页面 */
.check_form {
	margin: 0 10%;
}

.check_form .item {
	display: flex;
	align-items: center;
	height: 1.2rem;
	margin-bottom: .1rem;
	color: #333333;
	position: relative;
}

.check_form .item input {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
	border-bottom: 0.01rem solid #e6e6e6;
	padding-left: .8rem;
	outline: none;
	font-size: .32rem;
}

form .item input.name {
	background: url(../images/icon01.png) left 0.2rem center no-repeat;
	background-size: auto 0.4rem;
}

form .item input.idcard {
	background: url(../images/icon02.png) left 0.2rem center no-repeat;
	background-size: auto 0.4rem;
}

form .item input.vcode {
	background: url(../images/icon03.png) left 0.2rem center no-repeat;
	background-size: auto 0.4rem;
}

.check_form .item span {
	flex-shrink: 0;
	display: inline-block;
	width: 2rem;
	line-height: .9rem;
	height: .9rem;
	font-size: .32rem;
	color: #fff;
	background: #f08300;
	position: absolute;
	right: .2rem;
	top: .1rem;
	text-align: center;
}

.check_form .item span.disabled {
	background: #bfbfbf;
}

.check_form .submit button {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .36rem;
	color: #fff;
	border-radius: 0.5rem;
	outline: none;
	display: inline-block;
	width: 100%;
	background: #f08300;
	box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
	border: none;
	margin-top: .5rem;
}

.check_form .submit2 button {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .36rem;
	color: #fff;
	border-radius: 0.5rem;
	outline: none;
	display: inline-block;
	width: 100%;
	background: #f08300;
	box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
	border: none;
	margin-top: .5rem;
}