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: 27%;
}

.ewb-register-item.spc{
	width: 18%;
}

.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: -18px;
	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: 95%;
	}
}

/* 注册内容 */

/* 第一步 */

.ewb-register-bd{
	margin-top: 30px;
	font-size: 14px;
}

.ewb-wt288{
	width: 288px;
	margin: 0 auto;
}

.ewb-prompt{
	padding-top: 30px;
	line-height: 28px;
}

.ewb-register-input{
	height: 28px;
	width: 100%;
	line-height: 28px;
	margin-top: 8px;
	border: 0;
	padding: 0;
	background: #f1eff0;
	text-indent: 10px;
	outline: 0;
}

.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: 979px) and (min-width: 768px){
	
}

@media(max-width: 767px){
	.ewb-register-bd{
		font-size: 12px;
	}

	.ewb-register-bd{
		width: 95%;
		margin: 0 auto;
	}

}

/* 第二步 */

.ewb-mail-hint{
	padding-top: 20px;
}

.ewb-mail-hint p{
	width: 64%;
	margin: 0 auto;
	min-height: 38px;
	background: url('../images/login/mail_sucess.png') left center no-repeat;
	padding-left: 60px;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}

.ewb-mail-hint p span{
	font-weight: bold;
	color: #a8161e;
}

.ewb-register-btn.ewb-mt30{
	margin-top: 30px;
}

.ewb-foot-hint{
	line-height: 24px;
	background: #f1eff0;
	font-size: 14px;
	padding:25px;
	margin-top: 30px;
}

a.ewb-hint-a{
	color: #1899f5;
	text-decoration: underline;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-mail-hint p{
		width: auto;
	}
}

/* 修改成功 */

.ewb-mt70{
	margin-top: 70px;
}

.ewb-register-iconr.current{
	background: url('../images/login/flow_iconh.png') no-repeat;
}

.ewb-success{
	line-height: 32px;
	font-size: 16px;
	padding-left: 55px;
	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-tip{
		line-height: 24px;
	}

	.ewb-mt70{
		margin-top: 40px;
	}
}