body {
    background: url(../images/bg2.jpg) repeat;
}

/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #a8161e;
}

/* 设置密码 */
.ewb-info{
	border: 1px solid #dfdfdf;
	background: #fff;
}

.ewb-info-hd{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	background: #e4e4e4;
	padding-left: 20px;
}

.ewb-info-hd a{
	color: #a8161e;
	font-size: 16px;
	font-weight: bold;
}

.ewb-info-bd{
	padding-top: 60px;
	height: 432px;
}

@media(max-width: 767px){
	.ewb-info-bd{
		height: auto;
		padding-bottom: 20px;
	}
}


/* 设置密码步骤 */

.ewb-register{
	width: 68%;
	margin: 0 auto;
}

.ewb-register-hd{
	height: 60px;
	position: relative;
}

.ewb-register-icon{
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 5px;
	z-index: 999;
}

.ewb-register-iconl{
	left: 0;
	background: url('../images/login/flow_iconh.png') no-repeat;
}

.ewb-register-iconr{
	right: 0;
	background: url('../images/login/flow_icon.png') no-repeat;
}

.ewb-register-item{
	width: 36%;
}

.ewb-register-item.spc{
	width: 27%;
}

.ewb-step{
	padding-top: 11px;
	height: 19px;
	position: relative;
}

.ewb-step-line{
	height: 2px;
	background: #e4e4e4; 
}

.ewb-step-line.current{
	background: #a8161e; 
}

.ewb-step-icon{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #a8161e;
	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: -32px;
	width: 88px;
	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: 95%;
	}
}

/* 注册内容 */

/* 第一步 */

.ewb-register-bd{
	width: 66%;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
}

.ewb-phone-mod{
	line-height: 28px;
	margin-top: 10px;
}

.ewb-num-sel{
	float: left;
	width: 24%;
	text-indent: 10px;
	height: 28px;
	border: 0;
	background: #f1eff0;
	color: #999;
}

.ewb-phone-input input{
	float: right;
	height: 28px;
	line-height: 28px;
	width: 72%;
	text-indent: 10px;
	background: #f1eff0;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: "Microsoft Yahei";
}

.ewb-phone-input input.ewb-spc{
	width: 60%;
	float: left;
}

.ewb-get-code{
	width: 40%;
	height: 28px;
	float: right;
	background: #a8161e;
	color: #fff;
	padding: 0;
	border: 0;
	cursor: pointer;
	font-family: "Microsoft Yahei";
}


.ewb-register-btn{
	display: block;
	height: 28px;
	width: 120px;
	line-height: 28px;
	font-size: 14px;
	border: 0;
	padding: 0;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: #a8161e;
	cursor: pointer;
	font-family: "Microsoft Yahei";
	margin: 0 auto;
	margin-top: 50px;
}

@media(max-width: 767px){
	.ewb-register-bd{
		font-size: 12px;
	}

	.ewb-register-bd{
		width: 90%;
	}

}


/* 修改成功 */

.ewb-mt70{
	margin-top: 70px;
}

.ewb-register-iconr.current{
	background: url('../images/login/flow_iconh.png') no-repeat;
}

.ewb-success{
	width: 280px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 55px;
	margin: 0 auto;
	background: url('../images/login/success_icon2.png') left center no-repeat;
}

.ewb-success a{
	color: #a8161e;
	font-weight: bold;
}

@media(max-width: 767px){
	.ewb-success{
		width: auto;
		font-size: 12px;
	}
}