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;
}

@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;
	}
}

/* main */

.ewb-main{
	padding-top: 42px;
	padding-bottom: 30px;
}

.ewb-info{
	border-radius: 6px;
	background: #fff;
	padding-top: 47px;
	height: 415px;
	box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* 注册步骤 */

.ewb-register{
	width: 65%;
	margin: 0 auto;
}

.ewb-register-hd{
	height: 80px;
	position: relative;
}

.ewb-register-icon{
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 9px;
	z-index: 999;
}

.ewb-register-iconl{
	left: 0;
	background: url('../images/login/register_iconh.png') no-repeat;
}

.ewb-register-iconr{
	right: 0;
	background: url('../images/login/register_icon.png') no-repeat;
}

.ewb-register-item{
	width: 27%;
}

.ewb-register-item.spc{
	width: 18%;
}

.ewb-step{
	padding-top: 17px;
	height: 23px;
	position: relative;
}

.ewb-step-line{
	height: 3px;
	background: url('../images/login/line_bgh.png') repeat-x; 
}

.ewb-step-line.current{
	background: url('../images/login/line_bg.png') repeat-x; 
}

.ewb-step-icon{
	position: absolute;
	width: 39px;
	height: 39px;
	right: -1px;
	top: 0;
}

.ewb-step-icon1{
	background: url('../images/login/register_icon1.png') no-repeat;
}

.ewb-step-icon2{
	background: url('../images/login/register_icon2.png') no-repeat;
}

.ewb-step-icon2.current{
	background: url('../images/login/register_icon2h.png') no-repeat;
}

.ewb-step-icon3{
	background: url('../images/login/register_icon3.png') no-repeat;
}

.ewb-step-icon3.current{
	background: url('../images/login/register_icon3h.png') no-repeat;
}

.ewb-step-tt{
	display: block;
	float: right;
	margin-right: -16px;
	width: 64px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
}

.ewb-step-tt.current{
	font-weight: bold;
	color: #a8161e;
}

@media(max-width: 767px){
	.ewb-register{
		width: 90%;
	}
}

/* 注册内容 */

/* 第一步 */

.ewb-register-bd{
	width: 56%;
	margin: 0 auto;
	margin-top: 45px;
}

.ewb-register-input{
	height: 35px;
	font-size: 14px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
}


.ewb-register-input.ewb-error{
	border-color: #e90215;
}

.ewb-register-name{
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	width: 60px;
	padding-right: 10px;
	border-right: 1px solid #c5c5c5;
	text-align: right;
	margin-top: 10px;
}

.ewb-register-input input{
	width: 80%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: "Microsoft Yahei";
}



.ewb-hint{
	padding-left:16px;
	line-height: 25px;
	background: url('../images/login/hint_icon.png') left center no-repeat; 
}

.ewb-hint.ewb-error{
	color: #e90215;
	background: url('../images/login/hint_iconh.png') left center no-repeat;
}

.ewb-radio{
	vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: 5px;
}

.ewb-chose{
	text-align: center;
	line-height: 55px;
}

.ewb-chose a{
	color: #a8161e;
	font-size: 14px;
}

.ewb-register-btn{
	display: block;
	height: 37px;
	width: 100%;
	line-height: 37px;
	font-size: 16px;
	border: 0;
	padding: 0;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	background: #a8161e;
	letter-spacing: 15px;
	cursor: pointer;
	font-family: "Microsoft Yahei";
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-register-input input{
		width: 72%;
	}
}

@media(max-width: 767px){
	.ewb-register-bd{
		width: 92%;
	}

	.ewb-register-input{
		font-size: 12px;
	}

	.ewb-register-name{
		width: 55px;
	}

	.ewb-register-input input{
		width: 72%;
	}
}

/* 第二步 */

.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-register-input.spc{
	width: 70%;
	float: left;
}

.ewb-register-input.spc input{
	width: 70%;
}

a.ewb-get-ma{
	display: block;
	width: 27%;
	float: right;
	height: 37px;
	background: #a8161e;
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	border-radius: 4px;
}

.ewb-register-btn.spc{
	width: 70%;
}

.ewb-back-btn{
	width: 27%;
	background: #e4e4e4;
	color: #a8161e;
	letter-spacing: 2px;
}

.ewb-mt20{
	margin-top: 20px;
}

.ewb-register-bd.ewb-mt75{
	margin-top: 75px;
}

@media(max-width: 979px){
	.ewb-register-input.spc input {
    	width: 62%;
	}
	a.ewb-get-ma{
		font-size: 12px;
	}
}

/* 邮箱验证 */

.ewb-mail-verify{
	padding-top: 70px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	background: url('../images/login/mail_icon2.png') center top no-repeat;
}

.ewb-register-btn.ewb-mt25{
	margin-top: 25px;
}

/* 注册成功 */

.ewb-mt42{
	margin-top: 42px;
}

.ewb-register-iconr.current{
	background: url('../images/login/register_iconh.png') no-repeat;
}

.ewb-regis-success{
	padding-top: 69px;
	line-height: 34px;
	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;
	}
}