* {
	margin: 0;
	padding: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	-moz-box-shadow: 0 0 0px 1000px white inset;
	-ms-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}

.content-width {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

body {
	font: 12px/150% Arial, Verdana, "\5b8b\4f53";
	background: #F6F6F6;
	color: #666;
}

.class {
	height: 300px;
	width: 100%;
}

.navbar {
	height: 60px;
	width: 75%;
}

.logo {
	position: relative;
	width: 300px;
	margin: 5px 0px;
	height: 60px;
	float: left;
}

.q-link {
	position: relative;
	color: #999;
	float: right;
	top: 52px;
}

a {
	color: #666;
	text-decoration: none;
}

.q-link b {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 0 5px;
	background: url(../../img/q-icon.png) no-repeat;
	overflow: hidden;
	vertical-align: middle;
}


/*content*/

.login-wrap {
	position: relative;
	height: 475px;
	margin: 20px auto 20px;
	z-index: 5;
	background: #52b8f2;
	width: 75%;
}

.inner {
	background: url(../../img/login-bg.jpg) no-repeat;
	clear: both;
	height: 475px;
	width: 100%;
	position: absolute;
	top: 0;
}

.inner a {
	display: block;
	height: 475px;
}

.login-wrap .i-inner {
	position: relative;
	z-index: 3;
	height: 475px;
}

.login-form {
	float: right;
	top: 40px;
	right: 50px;
	position: relative;
	z-index: 4;
	background: #fff;
	overflow: visible;
	width: 346px;
}

.login-tab {
	height: 54px;
	width: 346px;
	font-size: 18px;
	font-family: "microsoft yahei";
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	background: #fff;
	display: block;
	v
}

.login-tab a {
	width: 99%;
	height: 18px;
	position: absolute;
	left: 0;
	top: 18px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
	color: #999;
	font-weight: 700;
}

.login-box {
	width: 306px;
	margin: 20px;
}

.item {
	position: relative;
	border: 1px solid #bdbdbd;
	height: 38px;
	width: 304px;
	margin-top: 13px;
	margin-bottom: 20px;
}

.item input {
	border: 0;
	padding: 8px 0 8px 18px;
	width: 254px;
	margin-left: 38px;
	overflow: hidden;
	font-size: 14px;
	outline: none;
	font-family: '\5b8b\4f53';
}

.login-icon {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 38px;
	height: 36px;
	border-right: 1px solid #bdbdbd;
}

.name-label {
	background: url(../../img/pwd-icons-new.png) no-repeat 0 0;
}

.password-label {
	background: url(../../img/pwd-icons-new.png) no-repeat -48px 0;
}

.formLogin {
	margin-top: 30px;
}


/*登录按钮*/

.login-btn {
	margin: 0 auto;
	height: 32px;
	width: 99%;
	margin-top: 30px;
}

.login-btn .btn-img {
	text-align: center;
	display: block;
	width: 302px;
	background: #2B79CE;
	color: #fff;
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	cursor: pointer;
}


/*忘记密码 立即注册*/

ul,
ol {
	list-style: none;
}

.congent {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	border-top: 1px solid #f4f4f4;
	height: auto;
	background-color: #fcfcfc;
}

.q-link:hover,
.extra-l a:hover,
.extra-r:hover {
	color: #02225D;
	text-decoration: underline;
}

.congent ul {
	float: left;
	width: 304px;
}

.congent li.extra-l {
	float: left;
}

.congent li.extra-r {
	float: right;
}

.congent .extra-r a {
	color: #999;
	font-size: 14px;
	color: #2B79CE;
}

.extra-r p {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../../img/pwd-icons-new.png) -104px -75px no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 8px;
}


/* 操作指引  */

.operation-guide h2 {
	font-size: 22px;
	margin-top: 16px;
}

.operation-guide h3 {
	font-size: 18px;
	font-family: "microsoft yahei";
	margin-top: 20px;
	font-weight: normal;
}

.operation-guide p {
	margin-top: 20px;
}

.operation-guide li {
	background: #fff;
	width: 21.5%;
	float: left;
	margin-right: 3%;
	text-align: center;
	background-color: #fff;
	padding: 5px 0;
}

.daren-history li:last-child {
	margin-right: 0;
}

.operation-guide li a {
	color: #4db7eb;
	font-size: 15px;
}

.use-daren,
.operation-guide {
	width: 75%;
	margin: 0 auto;
}

.use-daren h2 {
	font-size: 22px;
	margin-top: 0;
	position: relative;
}

.use-daren dl {
	border: 1px solid #F1F1F1;
	float: left;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	width: 11%;
	position: relative;
	background: #fff;
}

.use-daren dl dt {
	width: 50px;
	height: 50px;
}

.use-daren dl dt img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.use-daren dl dd h4 {
	/* font-weight: normal; */
	font-size: 15px;
	margin-top: 10px;
}

.use-daren dl dd p {
	font-size: 13px;
	margin-bottom: 0;
}

.use-daren dl .darenArea {
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 14px;
}


/*底部导航*/

.footer {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	height: 54px;
	margin-top: 20px;
	background: none;
}

.links a {
	margin: 0 10px;
}

.conpyRight {
	margin: 6px 0;
}

#codeImg {
	padding: 8px 0 8px 18px;
}


/*  小屏幕   */

@media screen and (max-width:1400px) {
	.use-daren,
	.operation-guide {
		width: 90%;
	}
	.use-daren dl {
		width: 143px;
		padding: 15px 10px;
	}
	.operation-guide li {
		width: 22%;
	}
}