/**!
 * 取回密码
 * author: wangkai;
 */

.ewb-footer {
	margin-top: 58px;
}

.ewb-mt14 {
	margin-top: 14px;
}

/* phone */

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
    .ewb-footer {
    	margin-top: 20px;
    }
    .ewb-mt14 {
		margin-top: 0;
	}
}



.ewb-box {
	padding: 38px 0;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
}

.ewb-set-box {
	margin: 0 auto;
	width: 427px;
}

.ewb-set-hd {
	padding-bottom: 24px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
}

.ewb-set-hd span {
	margin-left: 9px;
	color: #a9a9a9;
	font-size: 19px;
}

.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-btn {
	display: block;
	margin: 26px auto 0;
	width: 157px;
	height: 44px;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	background-color: #f75b5c;
}

/* phone */

@media (max-width: 767px) {
	.ewb-box {
		padding: 30px 0;
	}
    .ewb-set-box {
    	width: auto;
    	max-width: 427px;
    	padding: 0 10px;
    }
    .ewb-set-hd,
    .ewb-set-type,
    .ewb-set-txt {
    	font-size: 14px;
    }
    .ewb-set-hd span {
    	font-size: 13px;
    }
    .ewb-set-txt {
    	text-indent: 10px;
    }
    .ewb-set-item {
    	padding-left: 71px;
    }
    .ewb-set-type {
    	width: 70px;
    }
}
