/* 登陆页样式 */
@charset "utf-8";
/* 公共样式 */
@import url(base.css);
@import url(public.css);

.reg-box {
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.reg-box h2 {
	height:60px;
	overflow:hidden;
}
.reg-box h2.step_one {
	background:url(../images/reg_step_01.png) no-repeat center center;
}

.reg-box h2.step_two {
	background:url(../images/reg_step_02.png) no-repeat center center;
}

.reg-box h2.step_three {
	background:url(../images/reg_step_03.png) no-repeat center center;
}


.step-box {
	width:725px;
	height:500px;
	position:relative;
	margin:0 auto;
}


.step-box-main {
	width:426px;
	height:450px;
	overflow:hidden;
	margin:0 auto;
	margin-top:40px;
}

.label-input-box {
	display:block;
	border:1px solid #dedede;
	height:40px;
	width:266px;
	overflow:hidden;
	position:relative;
}

.label-input-box-two {
	display:block;
	border:1px solid #dedede;
	height:40px;
	width:311px;
	overflow:hidden;
	position:relative;
}

.label-input-select-box {
	border:1px solid #dedede;
	height:40px;
	width:100px;
	overflow:hidden;
	position:relative;
	color:#b9b9b9;
	font-size:14px;
	font-family:"微软雅黑";
}

.label-input-checkbox-box {
	display:inline-block;
	border:1px solid #dedede;
	height:40px;
	width:100px;
	text-align:center;
	line-height:40px;
	overflow:hidden;
	position:relative;
	color:#b9b9b9;
	font-size:14px;
	font-family:"微软雅黑";
	margin-right:5px;
	margin-bottom:10px;
	cursor:pointer;
}

.on {
	border-color:#66a341;
}



.input-txt-b {
	width:90px;
	height:40px;
	padding-left:10px;
	color:#b9b9b9;
	font-size:14px;
	border:none;
}

.input-txt-yzm {
	width:40%;
	height:40px;
	background:#f7f7f7;
	color:#494949;
	font-size:14px;
	border:none;
	border-left:1px solid #dedede;
	font-family:"微软雅黑";
}

.input-txt-q {
	width:100%;
	height:40px;
	padding-left:10px;
	color:#b9b9b9;
	font-size:14px;
	border:none;
}

.xieyi {
	color:#515151;
	font-size:12px;
}

.xieyi input {
	width:13px;
	height:13px;
	overflow:hidden;
	vertical-align:middle;
}

.xieyi-txt {
	color:#ea5414;
	font-size:12px;
	text-decoration:underline;
}

/* 协议框 */
.xieyi-box {
	width:719px;
	height:480px;
	padding:15px 35px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	overflow:hidden;
	border:1px solid #ea5414;
	position:absolute;
	top:0;
	z-index:5;
	background:#FFF;
}

.xieyi-box p {
	line-height:30px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:600;
}


/* 注册第二步 */
.ico-select {
	background:url(../images/select-r.png) no-repeat right center;
	width:40px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border-left:1px solid #dedede;
}

.fs-left {
	width:102px;
	position:relative;
	clear:both;
}

.label-input-box-fs {
	display:block;
	border:1px solid #dedede;
	width:102px;
	height:40px;
	overflow:hidden;
	position:relative;
}

.fs-right {
	display:block;
	border:1px solid #dedede;
	width:191px;
	height:40px;
	overflow:hidden;
	position:relative;
}

.select-box {
	width:311px;
	position:relative;
	clear:both;
}

.select-box-item {
	width:311px;
	height:auto;
	max-height:150px;
	overflow:scroll;
	overflow-x:hidden;
	position:absolute;
	border:1px solid #dedede;
	border-top:0;
	z-index:99;
	background:#FFF;
}

.select-box-item li {
	height:25px;
	padding:5px 10px;
}

.select-box-item li:hover {
	background:#f5f5f5;
}

.input-a-btn {
	display:inline-block;
	width:48%;
	height:40px;
	overflow:hidden;
	background:#f3f3f3;
	color:#505050;
	border:none;
	border-radius:5px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	line-height:40px;
}

.input-a-btn-on {
	background:#66a341;
	color:#FFF;
}


.user-info {
	width:315px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.user-info dt {
	font-size:25px;
	color:#329b15;
	vertical-align:middle;
	margin-bottom:44px;
}

.user-info dd {
	font-size:15px;
	color:#0c0c0c;
	margin-bottom:10px;
	padding-left:50px;
}

	
/* 找回密码 */
.s-password-box {
	width:377px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.input-btn {
	display:inline-block;
	width:90.5%;
	height:40px;
	overflow:hidden;
	background:#ea5414;
	color:#fff;
	border:none;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	line-height:40px;
}




.login-submit {
	background:#66a341;
	width:100%;
	height:40px;
	overflow:hidden;
	border-radius:5px;
	border:none;
	font-size:16px;
	color:#FFF;
	font-family:"微软雅黑";
}

