/*---- login reset ----*/
#header {
	height: 95px;
	background-position: center -36px;
}

.top-nav {
	display: none;
}
.nav {
	display: none;
}
i {
	color: #dd0000;
}
/*---- login reset end ----*/

/*---- login globa ----*/

/*---- login globa end ----*/
.p1 {
	position: relative;
	margin-top: 10px;
}
#login {
	position: relative;
}
.login-text {
	position: absolute;
	top: 75px;
	left: 50px;
}
.login-box {
	overflow: hidden;
	position: absolute;
	right: 142px;
	top: 110px;
	width: 295px;
	height: 350px;
	padding: 25px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.login-box h2 {
	margin-bottom: 20px;
}
.login-alert {
	position: absolute;
	left:99px;
	top:303px;
	color: red;
}
.login-box .sinput {
	min-height: 49px;
	_height: 49px;
	margin-bottom: 24px;
	line-height: 49px;
}
.login-box .psw {
	min-height: 30px;
	_height: 30px;
	margin: -10px 0 10px;
	line-height: 30px;
	color: #625447;
}
.login-box .sinput .input {
	position: relative;
	float: left;
}
.login-box .sinput .input span {
	position: absolute;
	left: 10px;
	top: 11px;
	width: 29px;
	height: 30px;
	background: url(../images/login-ico.png) no-repeat;
}
.login-box .sinput .input .user-ico {
	background-position: 0 -65px;
}
.login-box .sinput .input .psw-ico {
	background-position: 0 -145px;
}
.login-box .input input {
	width: 250px;
	padding: 15px 0;
	padding-left: 40px;
	font-size: 14px;
	border-color: #238be0;
}
.login-box .input input:focus {
	border-color: #f56b6b;
}
.login-box .submit {
	min-height: inherit;	
	margin: 0 0 10px;
	padding: 0;
}
.login-box .submit .btn-s {
	width: 292px;
	height: 50px;
	margin: 0;
}
.login-box .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	background: #e8f2fb;
}
.login-box .bottom a {
	color: #e44e4d;
	text-decoration: underline;
}
.login-bg-sel {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.login-bg-sel i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	background: #a6a6a6;
	border-radius: 7px;
}
.login-bg-sel .current {
	background: #e34e50;
}
.login-bg {
	position: relative;
	height: 560px;
	z-index: -1;
}




.regist, .password {
	padding: 25px 30px;
	background: #fff; border-top: #1a90ef  solid 1px;
}
.regist .intro, .password .intro {
	height: 40px;
	padding: 10px 10px 20px 60px;
	background: url(../images/yhzc.gif) no-repeat 10px 10px;
	border-bottom: 1px dotted #ccc;
}
.regist-ok .intro {
	height: 40px;
	padding: 10px 10px 20px 60px;
	background: url(../images/regist-ok.gif) no-repeat 10px 10px;
	border-bottom: 1px dotted #ccc;
}
.regist .intro h1, .password .intro h1 {
	margin-bottom: 7px;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
}
.regist .intro em, .password .intro em {
	display: block;
	color: #555;
}
.regist-item {
	width: 840px;
	margin: 0 auto;
	padding: 20px 0 30px 0px;
}
.items, .submit {
	min-height: 36px;
	_height: 36px;
	margin: 18px auto;
	padding: 0 10px;
	line-height: 24px;
	text-align: left;
}
.items .label {
	float: left;
	width: 120px;
	height: 34px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	text-align: right;
}
.items .sel, .items .label, .items .notice, .items .alert, .items .input, .items .code-img,  .items .code-refresh  {
	float: left;
}
.items .input {

}
.items .input input {
	
}
.items .notice {
	width: 320px;
	padding: 0 10px;
	line-height: 34px;
	color: #555;
}
.items .l2 {
	line-height: 17px;
}
.alert {
	display: none;
	width: 295px;
	padding: 0 10px 0 35px;
	line-height: 34px;
	color: #555;
}
.erro {
	background: url(../images/erro.gif) no-repeat 10px 10px ;
}
.correct {
	background: url(../images/correct.gif) no-repeat 10px 10px ;
}

.items .sel {
	width: 100px;
	height: 34px;
	margin-right: 10px;
	background: url(../images/login-input-bg.png) no-repeat left;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
}


.items .sel .disp {
	display: block;
	height: 34px;
	padding-left: 7px;
	line-height: 34px;
	background: url(../images/ico-arrow.png) no-repeat right -53px ;
}

.items .sel-box {
	display: none;
	position: absolute;
	left: -1px;
	top: 34px;
	overflow: hidden;
	overflow-y: scroll;
	width: 125px;
	height: 197px;
	background: #fff;
	border: 1px solid #dddddd;
	z-index: 5;
}


.items .sel-box li {
	border-bottom: 1px solid #dddddd;
}
.items .sel-box a {
	display: block;
	height: 28px;
	padding: 2px 10px;
	line-height: 28px;
}
.items .sel-box a:hover {
	background: #f1f1f1;
}
.code-img {
	margin-left: 10px;
	padding: 1px;
}
.code-img img {
	height: 34px;
}
.code-refresh {
	width: 120px;
	padding: 0 10px;
	line-height: 34px;
	color: #555;
}
.submit {
	margin: 25px 0 45px 129px;
	text-align:left;
}
.submit input {
	width: 150px;
	height: 34px;
	margin: 0 10px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 2px;
}
.submit .btn-s {
	color: #fff;
	background: #006ac0; border-radius:5px;
	
}
.submit .btn-c {
	background: #fff;
	color: #333;
}
.goto-login {
	display: inline-block;
	font-size: 14px;
}
.agreement {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.agreement h5 {
	margin-bottom: 10px;
	font-size: 14px; 
}
.agreement textarea {
	display:block;
	overflow-y:scroll;
	width:825px;
	height:200px;	
	margin-top: 5px;
	padding: 5px;
	color:#666666;
	background: #fafafa;
	border: 1px solid #e4e4e4;
}
.regist-wlc {
	width: 550px;
	margin: 50px auto 0;
	padding: 100px 0 10px;
	background: url(../images/password-ok.gif) no-repeat center top;
}
.regist-wlc .ok-info {
	margin-bottom: 30px;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	color: #666666;
}
.regist-wlc p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	line-height: 24px;
	text-align: center;
}
.regist-wlc i {
	color: #dd0000;
}
.regist-wlc a {
	color: #dd0000;
	text-decoration: underline;
}
.password-cnt {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0;
}
.password-cnt .alert, .password-cnt .notice {
	width: auto;
}
.getback-step {
	overflow: hidden;
	width: 594px;
	margin: 0 auto;
}
.getback-step ul {
	width: 735px;
	height: 30px;
	margin: 0 -70px 10px;
}
.getback-step li {
	float: left;
	width: 245px;
	height: 30px;
	padding-bottom: 10px; 
	font-size: 14px;
	font-family: "Microsoft YaHei";
	line-height: 30px;
	text-align: center;
	color: #777;
}
.getback-step .current {
	color: #ff5c33;

}
.step-bg {
	height: 52px;
	background: url(../images/password-guid.gif) no-repeat;
}
.s2 .step-bg {
	background-position: 0 -52px;
}
.s3 .step-bg {
	background-position: 0 -104px;
}
.password-sended {
	width: 700px;
	margin: 0 auto;
	padding-top: 80px;
	background: url(../images/password-send.gif) no-repeat center top;
}
.password-sended p {
	font-size: 14px;
	text-align: center;
}

.reg-alert {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -250px;

	padding: 40px 0;
	width: 500px;
	height: 170px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	text-align: center;
	background: #fff;
	border: 1px solid #777;
	border-radius: 10px;
	z-index: 1000;
}
.reg-alert h1 {
	margin-bottom: 15px;
	text-align: center;
}
.reg-alert .cnt {
	display: inline-block;
}
.reg-alert p {
	text-align: left;
	font-weight: bold;
}
.reg-alert .turn {
	margin-top: 10px;
	font-size: 14px;
}
.reg-alert .turn a {
	text-decoration: underline;
}
.reg-alert .turn i {
	color: #dd0000;
	font-size: 20px;
}