input{vertical-align:middle; font-family: "Microsoft Yahei","Helvetica Neue";cursor: pointer; font-size:12px;}  
HTML {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; color: #565656; font-family: "Microsoft Yahei","Helvetica Neue";-webkit-text-size-adjust: none; background:#ffffff }
BODY {PADDING-RIGHT: 0px; font-size:13px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; font-weight: normal; position:relative}
html,body{ height:100%; overflow:auto; width:100%;}
DIV,DL,DT,DD,UL,OL,PRE,CODE,FORM,FIELDSET,LEGEND,INPUT,BUTTON,TEXTAREA,P,BLOCKQUOTE,TH,TD,img {MARGIN: 0px; padding: 0px;}
samp,span {FONT-SIZE: 100%;  font-family: "Microsoft Yahei","Helvetica Neue";}
li {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; MARGIN: 0px; font-size: 14px; padding: 0px;}
em{font-style: normal;}
FIELDSET {BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px}
img {BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px}

.login-main {
	margin-top: 6%;
	margin-right: auto;
	margin-bottom: 6%;
	margin-left: auto;
	width: 920px;
}
.login-top {
	margin-bottom: 12px;
}
.login-show {
	background-color: #ffffff;
	height: 520px;
	background-image: url(/images/login/loginshow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	border-radius:10px;
}
.login-title {
	top: 70px;
	position: absolute;
	left: 500px;
	right: 60px;
}
.login-title h1 {
	font-size: 18px;
	color: #8e8e8e;
	margin-bottom: 20px;
}
.login-title li input {
	border: 1px solid #eeeeee;
	background-color: #f9f9f9;
	height: 38px;
	padding-left: 50px;
	padding-right: 10px;
	color: #282828;
}
.login-title li input:focus{
	border-color: #ff833f;
	box-shadow:0px 0px 2px 0px #ff9e3f;
	background-color: #ffffff;
}
.login-title *:focus{outline :none;}

.login-title li {
	height: 54px;
	position: relative;
}
.login-user input {
	background: url(/images/login/user.png) no-repeat 10px center;
	width: 298px;
}
.login-password input {
	background: url(/images/login/password.png) no-repeat 10px center;
	width: 298px;
}
.login-PhoneCode input {
	background: url(/images/login/phoneMin.png) no-repeat 10px center;
	width: 298px;
}
.login-verification input {
	background: url(/images/login/verification.png) no-repeat 10px center;
	width: 148px;
}
.login-verification i {
	position: absolute;
	top: 2px;
	right: 0px;
}

.login-PhoneVmin input {
	background: url(/images/login/phoneVmin.png) no-repeat 10px center;
	width: 148px;
}

.login-PhoneVmin i {
	position: absolute;
	top: 2px;
	right: 0px;
}

.the-login input {
	height: 40px;
	width: 100%;
	border: 0px none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff833f;
}
.login-PhoneBtn {
	height: 32px;
	padding-top:8px;
	width: 140px;
	border: 0px none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff833f;
	float:right;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
.login-PhoneBtn:hover{
	background-color:#ff9e3f;
}
.login-prompt li {
	line-height: 22px;
	height: 22px;
}
.login-prompt li img {
	float: left;
}
.login-prompt {
	margin-top: 16px;
}
.login-prompt li em {
	padding-left: 10px;
}

.login-bottom {
	width: 100%;
	height: 20px;
	padding: 20px 0;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.9;
	color:gray;
	text-align:center;
}

	.login-bottom a {
		color: gray;
		text-decoration: none;
	}
.login-bottom a:hover {
	color: white;
}

.tab {
	margin: 0;
	margin-bottom:12px;
}

	.tab ul li {
		height: 33px;
		border-bottom: 2px solid #8e8e8e;
	}

	.tab span {
		display: block;
		margin-bottom:-2px;
		cursor:pointer;
		float:left;
		padding:6px;
        font-size:16px;
	}
	.tab .on {
		border-bottom: 2px solid #ff833f;
		color: #ff833f;
		font-weight:700;
	}
	.tab .off {
		border-bottom: 2px solid #8e8e8e;
		color: #8e8e8e;
	}
#wxqrcode{
	text-align:center;
}