.ewb-footer {
	margin-top: 58px;
}

.ewb-mt14 {
	margin-top: 14px;
}



@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
    .ewb-footer {
    	margin-top: 20px;
    }
    .ewb-mt14 {
		margin-top: 0;
	}
}



.ewb-box {
	padding: 34px 0 63px 0;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
}

.ewb-step {
	height: 88px;
	text-align: center;
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-step li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.ewb-step-node {
	width: 35px;
	height: 35px;
	font-size: 20px;
	position: relative;
}

.ewb-step-number {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: url('../png/17yq9e.png') no-repeat;
}

.ewb-step-name {
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	line-height: 29px;
}

.ewb-step-node.current .ewb-step-number {
	background: url('../png/h3tnmm.png') no-repeat;
}

.ewb-step-node.current .ewb-step-name {
	color: #3697cb;
}

.ewb-step-line {
	width: 154px;
	height: 35px;
	background: url('../png/p9pkjp.png') repeat-x;
}

.ewb-set-box {
	margin: 0 auto;
	width: 889px;
}

.ewb-set-list {
	margin-top: 20px;
	float: right;
	width: 427px;
}

.ewb-set-list:first-child {
	float: left;
}

.ewb-set-node {
	margin-top: 20px;
	height: 40px;
	vertical-align: top;
}

.ewb-set-node:first-child {
	margin-top: 0;
}

.ewb-set-item {
	padding-left: 81px;
	height: 38px;
	border: 1px solid #ccc;
	position: relative;
}

.ewb-set-item.short {
	margin-right: 115px;
}

.ewb-set-type {
	position: absolute;
	top: 8px;
	left: 0;
	width: 80px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	border-right: 1px solid #ccc;
	font-size: 16px;
}

.ewb-set-txt {
	text-indent: 16px;
	width: 100%;
	height: 38px;
	line-height: 37px;
	border: 0;
	font-size: 16px;
	background: none;
}

.ewb-code-img {
	float: right;
	margin-top: -40px;
	width: 103px;
	height: 38px;
	border: 1px solid #ebebeb;
}

.ewb-code-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.ewb-set-node.last {
	margin-top: 0;
	height: 44px;
	line-height: 42px;
}

.ewb-forget {
	float: right;
	font-size: 16px;
	color: #2b7dd4;
}

.ewb-set-btn {
	display: block;
	margin: 40px auto 0;
	width: 157px;
	height: 44px;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	background-color: #f75b5c;
}


.ewb-get-code{
	top: -1px;
    right: -119px;
    width: 110px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #f75b5c;
}

button.ewb-get-code.grey {
    background: grey;
}




.ewb-success-box {
    
    margin-top: 53px;
    text-align: center;
}

.ewb-success-remind {
    display: inline-block;
    height: 78px;
    line-height: 78px;
    padding-left: 104px;
    font-size: 30px;
    color: #828282;
    background: url(../png/zw0noi.png) left center no-repeat;
}

.ewb-success-info {
    margin: 34px auto 0;
    width: 33%;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #666;
}

.ewb-uname {
    margin-right: 6px;
    color: #237aba;
}

.ewb-success-btn {
    display: block;
    margin: 54px auto 0;
    width: 170px;
    height: 48px;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #f75b5c;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .ewb-success-info {
        width: 360px;
    }
}

@media (max-width: 767px) {
    .ewb-success-info {
        width: 90%;
    }
}


@media (max-width: 979px) {
	.ewb-box {
		padding: 30px 0;
	}
	.ewb-set-box {
    	width: auto;
    	max-width: 427px;
    	padding: 0 10px;
    }
    .ewb-set-list:first-child,
    .ewb-set-list {
    	float: none;
    }
}



@media (max-width: 767px) {
	.ewb-step-node {
		font-size: 16px;
	}
	.ewb-step-name {
		margin-left: -40px;
		width: 80px;
	}
	.ewb-step-line {
		width: 120px;
	}
	.ewb-set-list {
		width: auto;
		max-width: 427px;
	}
    .ewb-set-type,
    .ewb-set-txt {
    	font-size: 14px;
    }
    .ewb-set-txt {
    	text-indent: 10px;
    }
    .ewb-set-item {
    	padding-left: 71px;
    }
    .ewb-set-type {
    	width: 70px;
    }
    .ewb-set-btn {
    	margin-top: 26px;
    }
		
	.ewb-code-img {
		float: right;
		margin-right: -65px;
		margin-top: -40px;
		width: 103px;
		height: 38px;
		border: 1px solid #ebebeb;
	}
	.inputyzm{
		width:100px;
	}
	.short{
		width:100px;
	}
}