body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Microsoft Yahei';
	font-size: 12px;
	color: #808080;
}

img {
	border: none;
}

ol, ul, li {
	list-style: none;
}

input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.header, .footer {
	width: 100%;
	height: 30px;
	background-color: #4a93cf;
}

.border-box {
	width: 70%;
	height: 500px;
	border: 3px solid #ccc;
	margin: 0 auto;
	padding-bottom: 100px;
}

.content-box {
	width: 402px;
	height: 286px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border-radius: 10px;
	box-shadow: 1px 2px 1px 1px #cccccc;
}

.main-body {
	width: 362px;
	height: 100%;
	margin: 0 auto;
}

.main-title {
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 16px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: space-between;
	align-items: center;
}

.title-word {
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	color: #4986d9;
}

.close-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/close.png) no-repeat center center;
}

.main-table td {
	font-size: 14px;
	color: #000000;
	padding-bottom: 16px;
}

.main-table td input {
	border: 1px solid #cccccc;
}

.get-validate {
	background-color: #cccccc;
	width: 100px;
	height: 40px;
	border: none;
	outline: none;
	color: #000000;
	float: left;
	cursor: pointer;
}

.image-box {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #cccccc;
	float: left;
	cursor: pointer;
}

.start-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #AE0000;
	color: #ffffff;
	font-size: 21px;
	outline: none;
	border: none;
}

/*-----------------------------------弹出框-----------------------------------------*/
.main-log {
	width: 320px;
	height: 227px;
	background-color: #f2f2f2;
	border-radius: 8px;
	position: absolute;
	left: 40%;
	top: 24%;
	box-shadow: -1px 2px 1px 1px #cccccc;
	z-index: 3;
}

.log-box {
	width: 282px;
	height: 100%;
	margin: 0 auto;
}

.log-title {
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 16px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: space-between;
	align-items: center;
}

.log-con {
	width: 100%;
	height: 110px;
	line-height: 110px;
}

.message-item {
	line-height: 90px;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.confirm-btn {
	width: 148px;
	height: 38px;
	margin-left: 134px;
	line-height: 38px;
	border: 1px solid #9a9a9a;
	font-size: 20px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}

/*-----------------------------------弹出框-----------------------------------------*/
.shelter {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1;
}

#loan-user-log, #protect-user-log, #warnLog {
	display: none;
}

.iou-sign, .protect-user, .loan-user {
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: #4a93cf;
	color: #ffffff;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 3px;
	position: absolute;
	right: 211px;
	cursor: pointer;
}

.loan-user {
	top: 120px;
}

.protect-user {
	top: 180px;
}

.iou-sign {
	top: 450px;
}

.text-img {
	margin: 0 auto;
	width: 100%;
}

.text-img img {
	display: block;
	width: 650px;
	height: 600px;
	margin: 0 auto;
}

.content-box {
	position: absolute;
	top: 150px;
	left: 500px;
	z-index: 2;
}