@charset "UTF-8";

/* CSS Reset */
body {
	word-wrap: break-word;
	word-break: break-all;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
	margin: 0;
	padding: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}
ul, ol {
	list-style: none;
}
body, input, textarea {
	font-family: Arial,Verdana,"\5b8b\4f53";
}
input, button, select, textarea {
	outline: none;
}
input {
	vertical-align: middle;
}
textarea {
	resize: none;
}
img {
	border: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a {
	cursor: pointer;
	text-decoration: none;

	outline: none;
}
i, s {
	display: inline-block;

	/** vertical-align: middle; */
}
/* 清除浮动 */
.clearfix:after, .wrap:after {
	display: block;

	height: 0;
	line-height: 0;

	content: "\20";

	font-size: 0;
}
.clearfix {
	clear: both;
}
/* 输入框placeholder默认的字体颜色 */
input::-webkit-input-placeholder {
	color: #fff;
}
input::-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder {
	color: #fff;
}

body {
	width: 100%;

	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;

	background: url(../img/bg-login.jpg) no-repeat center top ;
}

.wrap {
	position: relative;

	width: 100%;
}
.header {
	position: relative;

	width: 1200px;
	height: 110px;
	margin: 0 auto;

	background: #fff;
}
.header .logo {
	float: left;

	margin-top: 17px;;
}
.header .tel {
	float: left;

	margin: 40px 0 0 560px;

	font-size: 14px;
}
.header .tel i {
	margin-right: 10px;

	vertical-align: middle;;
}
.body {
	width: 1200px;
	margin: 0 auto;
}
.loginbox {
	position: relative;

	width: 350px;
	margin: 154px auto 0;
}
.loginbox .title {
	margin-bottom: 30px;

	text-align: center;

	font-size: 30px;

	color: #fff;
}
.loginbox .input {
	position: relative;

	/** width: 310px; */
	height: 50px;
	margin-bottom: 20px;
	padding: 0 20px;

	border-radius: 50px;
	background: #6991bd;
}
.loginbox .input .icon {
	width: 16px;
	/** height: 17px; */
	margin-right: 8px;
}
.loginbox .input input {
	/** width: 282px; */
	height: 50px;
	line-height: 50px;

	font-size: 14px;

	color: #fff;
	border: 0;
	background: #6991bd;
}
.loginbox .input .verificationCode {
	position: absolute;
	top: 10px;
	right: 15px;

	overflow: hidden;

	/** width: 73px; */
	height: 30px;
	padding: 0 13px;

	/** border-radius: 30px;
	background: #fff; */
}
.loginbox .rememberAccount {
	margin: 42px 0 20px 20px;

	color: #fff;
}
.loginbox .rememberAccount input {
	margin-right: 5px;

	vertical-align: -1px;
}
.loginbox .btn {
	display: block;

	width: 350px;
	height: 50px;
	/** line-height: 50px; */

	text-align: center;

	font-size: 20px;

	color: #fff;
	border-radius: 50px;
	background: #38beef;
}
.footer {
	margin-top: 210px;
	padding-bottom: 18px;

	text-align: center;

	color: #d8d8d8;
}