@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

img {
	vertical-align: top;
}

body {
	font-size: 12px;
	font-family: "Microsoft Yahei", "微软雅黑", verdana;
}

html,body{
	height: 100%;
}

.g-row {
	width: 1090px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.clearFix:after {
	content: '';
	clear: both;
	display: block;
}
.wrap{
	width: 100%;
	height: 100%;
}
/*登录页开始*/

.g-bd {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.g-bd .m-bdbg {
	width: 100%;
	height: 100%;
	background: #fff;
}

.g-bd .m-bdbg .g-row {
	width: 1090px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	background: url("../images/logo.png") no-repeat 200px center;
}

.g-row .m-login-Page {
	position: absolute;
	right: 73px;
	top: 50%;
	border: 1px solid #e8e8e8;
	width: 304px;
	padding: 0 40px;
	background: #fff;
	height: 316px;
	margin-top: -158px;
}

.m-login-Page .j-loginFormWrap {
	width: 304px;
	height: 280px;
}

.j-loginFormWrap .m-header {
	padding: 30px 0;
}

.m-header .headimg {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	padding-left: 40px;
	width: 100%;
	height: auto;
}

.g-bd .inputbox {
	width: 100%;
	height: 36px;
	border: 1px solid #e8e8e8;
	line-height: 36px;
	border-radius: 2px;
}

.g-bd .u-logo {
	float: left;
	width: 29px;
	text-align: center;
	padding: 7px 0 7px 7px;
	height: 24px;
}

.g-bd .u-logo div {
	display: inline-block;
	width: 21px;
	height: 24px;
	margin-top: 0;
	padding-right: 7px;
	border-right: 1px solid #e8e8e8;
}

.g-bd .u-logo .u-logo-img1 {
	background: url(../images/account.png) 0 2px no-repeat;
}

.g-bd .inputbox .u-input {
	position: relative;
	float: left;
	height: 100%;
}

input:focus {
	border: none;
	outline: none;
}

.g-bd .inputbox .u-input input {
	height: 34px;
	line-height: 34px;
	padding-left: 8px;
	width: 216px;
	font-size: 14px;
	font-weight: normal;
	border: 0;
	background: #fff;
	color: #333;
}

.g-bd .inputbox .u-tip {
	display: none;
	float: right;
	padding: 0 10px;
	height: 100%;
}

.g-bd .inputbox .u-tip .u-clear {
	margin-top: 9px;
	background: url(../images/corn.png) -147px -89px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: top;
}

.g-bd .fur-change {
	width: 300px;
	height: 10px;
}

.g-bd .u-logo .u-logo-img2 {
	background: url(../images/password.png) 0 2px no-repeat;
}

.m-cnt .loginbox {
	margin-top: 40px;
	margin-bottom: 15px;
}

.m-cnt .error{
	color: #ed5249;
}

.m-cnt .loginbox .u-loginbtn {
	display: block;
	width: 100%;
	height: 48px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: #ed5249;
	font-size: 18px;
	line-height: 48px;
	border-radius: 2px;
	border: 0;
}

.m-cnt .m-unlogin {
	padding: 2px 0 9px 0;
	font-size: 0;
	height: 16px;
	line-height: 16px;
}

.m-cnt .m-unlogin a:hover {
	color: #666;
}

.m-cnt .m-unlogin .forgetpwd {
	float: left;
	height: 12px;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}

.m-cnt .m-unlogin .u-regbtn {
	cursor: pointer;
	font-size: 12px;
	float: right;
	line-height: 16px;
	color: #999;
}

.m-cnt .m-ologin {
	height: 106px;
	color: #9fabbf;
	text-align: left;
}

.m-cnt .m-ologin .otip {
	position: relative;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	z-index: 10;
	text-indent: -9999px;
	line-height: 26px;
}

.m-cnt .m-ologin .otip:before {
	content: '其他登录方式';
	position: absolute;
	top: 0;
	left: 50%;
	text-indent: 0;
	width: 120px;
	height: 100%;
	margin-left: -60px;
	background: #fff;
	font-size: 14px;
	z-index: 2;
}

.m-cnt .m-ologin .otip:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #ddd;
	z-index: 0;
}

.m-cnt .m-ologin .olist {
	margin: 0;
	padding-top: 30px;
	height: 52px;
	text-align: center;
}

.m-cnt .olist .weixin {
	position: relative;
	width: 30px;
	height: auto;
	float: none;
	padding: 37px 22px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	background: none;
	cursor: pointer;
	color: #666;
	outline: none;
	zoom: 1;
}

.m-cnt .olist .weixin:before {
	content: '微信';
	width: 30px;
	font-size: 12px;
	display: block;
}

.m-cnt .olist .weixin:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	clear: none;
	content: '';
	background: url(../images/wqx.png) no-repeat;
	visibility: visible;
	overflow: auto;
}

.m-cnt .olist .weixin:hover:after {
	background: url(../images/wqx.png) 0 -32px;
}

.m-cnt .olist .weixin:hover {
	color: #b4a078;
}

.m-cnt .olist .qq {
	position: relative;
	width: 30px;
	height: auto;
	float: none;
	padding: 37px 22px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	background: none;
	cursor: pointer;
	color: #666;
	outline: none;
	zoom: 1;
}

.m-cnt .olist .qq:before {
	content: 'QQ';
	width: 30px;
	font-size: 12px;
	display: block;
}

.m-cnt .olist .qq:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 28px;
	margin-left: -12px;
	clear: none;
	content: '';
	background: url(../images/wqx.png) -76px 0;
	visibility: visible;
	overflow: auto;
}

.m-cnt .olist .qq:hover:after {
	background: url(../images/wqx.png) -76px -32px;
}

.m-cnt .olist .qq:hover {
	color: #b4a078;
}

.m-cnt .olist .weibo {
	position: relative;
	width: 30px;
	height: auto;
	float: none;
	padding: 37px 22px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	background: none;
	cursor: pointer;
	color: #666;
	outline: none;
	zoom: 1;
}

.m-cnt .olist .weibo:before {
	content: '微博';
	width: 30px;
	font-size: 12px;
	display: block;
}

.m-cnt .olist .weibo:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -14px;
	clear: none;
	content: '';
	background: url(../images/wqx.png) -146px 0;
	visibility: visible;
	overflow: auto;
}

.m-cnt .olist .weibo:hover:after {
	background: url(../images/wqx.png) -146px -32px;
}

.m-cnt .olist .weibo:hover {
	color: #b4a078;
}
/*登录页结束*/
/* footer start */

.g-ft {
	width: 100%;
	background: #ccc;
}

.g-ft .m-ft {
	height: 204px;
	padding-top: 37px;
	background-color: #414141;
}

.g-ft .m-ft .g-row {
	width: 1090px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.g-ft .m-siteEnsure {
	margin-bottom: 30px;
	overflow: hidden;
}

.g-ft .m-siteEnsure .item {
	float: left;
	width: 33.333333%;
	text-align: center;
}

.m-siteEnsure .item .inner {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 51px;
	display: inline-block;
	vertical-align: middle;
}

.m-siteEnsure .item .inner .icon {
	margin-right: 17px;
	float: left;
	height: 51px;
	width: 51px;
}

.m-siteEnsure .item .inner .text {
	text-align: left;
	float: left;
}

.m-siteEnsure .item .inner .icon-f1 {
	background: url(../images/icon.png) 0 -1553px;
}

.m-siteEnsure .item .inner .icon-f2 {
	background: url(../images/icon.png) 0 -1614px;
}

.m-siteEnsure .item .inner .icon-f3 {
	background: url(../images/icon.png) 0 -1675px;
}

.m-ft hr {
	display: block;
	height: 1px;
	margin-bottom: 27px;
	background-color: #4f4f4f;
	border: 0;
}

.m-ft .m-siteInfo {
	text-align: center;
	color: #999;
	position: relative;
	font-size: 12px;
}

.m-ft .m-siteInfo .nav {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 4px;
}

.m-ft .m-siteInfo .nav .text {
	color: #999;
}

.m-ft .m-siteInfo .nav .split {
	margin: auto 10px;
}

.m-ft .m-siteInfo .businessAdmin {
	display: block;
	width: 36px;
	position: absolute;
	right: 216px;
	top: -4px;
}

.m-ft .m-siteInfo .businessAdmin img {
	width: 100%;
	vertical-align: top;
}
/*footer eng*/
