body{
	background: url(../images/bg.jpg) center top no-repeat;
}

/* banner */

.ewb-banner-mod{
	padding-top: 24px;
}

.ewb-banner-mod img{
	display: block;
	float: left;
}

.ewb-login-icon{
	margin-left: 10px;
}

.ewb-login-tt{
	margin-left: 23px;
}

.ewb-top-func{
	margin-top: 34px;
	line-height: 16px;
	height: 16px;
	font-size: 16px;
}

.ewb-top-func a{
	color: #1899f5;
}

@media(max-width: 767px){
	.ewb-login-icon{
		width: 46%;
	}

	.ewb-login-tt{
		width: 22%;
	}

	.ewb-banner{
		height: auto;
		padding-bottom: 5px;
	}

	.ewb-foot{
		background: #f8f7f7;
	}

	.ewb-top-func{
		margin-top: 0;
		line-height: 12px;
		height: 12px;
		font-size: 12px;
	}
}

/* main */

.ewb-main{
	padding-top: 42px;
	padding-bottom: 30px;
}

.ewb-info-mod{
	border-radius: 6px;
	background: #fff;
	padding-top: 47px;
	height: 415px;
	width: 598px;
	margin: 0 auto;
	box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ewb-register{
	width: 67%;
	margin: 0 auto;
}

.ewb-register-hd{
	height: 60px;
	position: relative;
}

.ewb-register-iconl{
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	z-index: 999;
	left: -12px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url('../images/login/flow_icon2h.png') no-repeat;
}

.ewb-step-first{
	display: block;
	width: 60px;
	text-align: center;
	position: absolute;
	line-height: 22px;
	font-size: 14px;
	left: -30px;
	top: 30px;
	font-weight: bold;
	color: #a8161e;
}

.ewb-register-item{
	width: 50%;
}

.ewb-step{
	padding-top: 11px;
	height: 19px;
	position: relative;
}

.ewb-step-line{
	/* position: relative; */
	z-index: 10;
	height: 2px;
	background: #e4e4e4; 
}

.ewb-step-line.current{
	background: #a8161e; 
}

.ewb-step-icon{
	position: absolute;
	width: 24px;
	height: 24px;
	right: -12px;
	*right: -8px;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #a8161e;
	z-index: 999;
	background: url('../images/login/flow_icon2.png') no-repeat;
}

.ewb-step-icon.current{
	color: #fff;
	background: url('../images/login/flow_icon2h.png') no-repeat;
}

.ewb-step-tt{
	display: block;
	float: right;
	margin-right: -30px;
	*margin-right: -26px;
	width: 60px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}

.ewb-step-tt.current{
	font-weight: bold;
	color: #a8161e;
}

@media(max-width: 767px){
	.ewb-register{
		width: 80%;
	}

	.ewb-info-mod{
		width: 96%;
	}
}

/* 注册内容 */

/* 第一步 */

.ewb-register-bd{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
}

.ewb-prompt{
	padding-top: 30px;
	line-height: 28px;
}

.ewb-register-input{
	height: 37px;
	line-height: 37px;
	margin-top: 20px;
}

.ewb-register-name{
	display: block;
	float: left;
	width: 16%;
	text-align: right;
	margin-right: 2%;
}

.ewb-register-txt{
	width: 80%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border: 1px solid #aaaaaa;
	padding: 0;
	outline: 0;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
}

.ewb-wt80{
	width: 80%;
	float: left;
}

.ewb-register-txt.spc{
	width: 67%;
}

.ewb-verify{
	display: block;
	width: 30%;
	float: right;
	background: #e8e8e8;
	line-height: 37px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #a8161e;
}


.ewb-register-btn{
	display: block;
	height: 37px;
	width: 96%;
	line-height: 37px;
	font-size: 16px;
	border: 0;
	padding: 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	background: #a8161e;
	cursor: pointer;
	letter-spacing: 10px;
	font-family: "Microsoft Yahei";
	margin: 0 auto;
	margin-top: 60px;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-register-input input{
		width: 50%;
	}
}

@media(max-width: 767px){

	.ewb-register-input input{
		width: 48%;
	}

	.ewb-register-name{
		width: 18%;
	}

	.ewb-register-name.spc{
		width: 24%;
	}

	.ewb-register-bd{
		font-size: 12px;
	}

	.ewb-register-txt.spc{
		width: 60%;
	}

	.ewb-verify{
		width: 35%;
	}
}

/* 第二步 */

.ewb-register-bd2{
	width: 95%;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 14px;
}

.ewb-ml20{
	margin-left: 20px;
}

.ewb-phone{
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	text-align: center;
}

.ewb-comp-tt{
	padding-left: 18px;
	display: inline-block;
	background: url('../images/login/radio_icon2.png') left center no-repeat;
}

.ewb-comp-tt.current{
	background: url('../images/login/radio_icon2h.png') left center no-repeat;
}


.ewb-hint-txt{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 20px;
}

.ewb-hint-txt span{
	color: #a8161e;
}

.ewb-verify.spc{
	font-weight: normal;
	font-size: 14px;
	color: #a8161e;
}

.ewb-foot-hint{
	padding: 10px 10px 10px 10px;
	margin: 0 -80px;
	background: #f1eff0;
	margin-top: 20px;
}

.ewb-foot-hint p{
	line-height: 24px;
	font-size: 14px;
	text-align:center;
}

.ewb-register-btn.ewb-mt20{
	margin-top: 20px;
}

@media(max-width: 767px){
	.ewb-foot-hint{
		margin: 0 -30px;
		margin-top: 10px;
	}

	.ewb-foot-hint p,
	.ewb-hint-txt,
	.ewb-verify.spc{
		font-size: 12px;
	}
}

/* 修改成功 */

.ewb-mt42{
	margin-top: 42px;
}

.ewb-regis-success{
	padding-top: 69px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	background: url('../images/login/success_icon.png') center top no-repeat;
}

.ewb-success-tip{
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
	line-height: 34px;
	text-align: center;
}

@media(max-width: 767px){
	.ewb-success-tip{
		line-height: 24px;
	}
}