/**!
 * 江苏工程造价信息网-找回密码
 * author: chenzp
 * date:2018-11-22
 */

/* 正文 */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.ewb-mainpart {
    padding: 15px 19px;
    width: 982px;
}

.ewb-content {
    background: url('../images/right_bg.jpg') top repeat-x;
    border: 1px solid #e3e3e3;
}

.ewb-bord{
	border: 1px solid #fff;
}

/* 当前位置 */

.ewb-local {
    height: 34px;
    line-height: 34px;
    padding-left: 33px;
    font-size: 12px;
    color: #666;
    background: url('../images/location_ico.png') 10px center no-repeat;
}

.ewb-local a {
    color: #666;
}

.ewb-local span {
	color: #0367d0;
}

/* 找回密码 */

.ewb-find{
	margin: 38px auto 0;
	width: 466px;
}

.ewb-find-login{
	padding: 3px 0 115px;
}

.ewb-find-box{
	margin-bottom: 20px;
}

.ewb-find-box>span{
	padding-right: 4px;
	width: 128px;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.ewb-find-box span b{
	padding-right: 7px;
	color: #f30000;
}

.ewb-find-tt{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.ewb-find-node {
    position: relative;
    padding-left: 10px;
    z-index: 1;
    width: 198px;
    height: 28px;
    border: 1px solid #dcdcdc;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 28px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-find-txt {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0;
    outline: 0;
}

.ewb-find-sel{
	width: 210px;
}

/* chosen */

.chzn-container{
	width: 210px !important;
}

.chzn-container .chzn-drop{
	width: 208px !important;
}

.ewb-find-match{
	padding: 40px 0 16px;
	text-align: center;
	color: #e91d25;
}

.ewb-find-btn{
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 32px;
	font-family: "SimSun";
	font-size: 14px;
	color: #fff;
	background: #2d89e7;
	border-radius: 4px;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.ewb-find-confirm{
	padding: 13px 0 87px;
	display: none;
}

.ewb-find-node>span{
	position: absolute;
	left: 2px;
	top: 43px;
	width: 260px;
	color: #e91d25;
}

.ewb-find-btn b{
	padding: 0 8px;
}

.ewb-find-confirm button{
	margin-top: 92px;
}