/**!
 * 江苏工程造价信息网-会员申请
 * author: chenzp
 * date:2018-11-23
 */

/* 正文 */

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-know{
	margin: 12px 18px 0;
	padding: 8px 15px;
	line-height: 22px;
	color: #666;
	background: #ecf7fe;
}

.ewb-know h2{
	font-weight: bold;
	color: #0267d1;
}

.ewb-apply-tt{
	margin-top: 6px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.ewb-apply-basic{
	padding-top: 4px;
	margin: 0 290px 0 260px;
}

.ewb-apply-box{
	margin-bottom: 20px;
}

.ewb-apply-box>span {
    padding-right: 4px;
    width: 114px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.ewb-apply-box span b {
    padding-right: 7px;
    color: #f30000;
}

.ewb-apply-node {
    position: relative;
    padding-left: 10px;
    z-index: 1;
    width: 198px;
    height: 28px;
    border: 1px solid #dcdcdc;
}

.ewb-apply-node-half {
    position: relative;
    padding-left: 10px;
    z-index: 1;
    width: 89px;
    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-apply-txt {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0;
    outline: 0;
}

.ewb-apply-message{
	position: absolute;
	left: 216px;
	top: 0;
	width: 330px;
	height: 30px;
	line-height: 30px;
	color: #999;
}

.ewb-apply-btn{
	display: block;
	padding: 0;
	margin: 48px auto 72px;
	width: 100px;
	height: 32px;
	font-family: "SimSun";
	font-size: 14px;
	color: #fff;
	background: #2d89e7;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 4px;
}

/* 个人信息 */

.ewb-apply-block2{
	display: none;
}

.ewb-apply-all{
	margin: 6px 20px 0;
	padding-top: 17px;
	border-top: 1px dashed #dfdfdf;
}

.ewb-apply-all:first-child{
	padding-top: 0;
	border-top: 0;
}

.ewb-apply-content{
	padding: 0 0 5px 253px;
}

.ewb-apply-all .ewb-apply-tt{
	margin-top: 0;
	line-height: 38px;
}

.ewb-apply-notc{
	margin-bottom: 15px;
	line-height: 18px;
	text-align: center;
	color: #999;
}

/* chosen */

.chzn-container{
	width: 210px !important;
}

.chzn-container .chzn-drop{
	width: 208px !important;
}

.ewb-apply-inp{
    padding-left: 10px;
    width: 198px;
    height: 28px;
    line-height: 28px;
    background: url('../images/calendar.png') 188px center no-repeat;
    border: 1px solid #dcdcdc;
}

.datetimepicker{
	width: 208px;
}

.ewb-apply-city .chzn-container{
	width: 100px !important;
}

.ewb-apply-city .chzn-container .chzn-drop{
	width: 98px !important;
}

.ewb-ml10{
	margin-left: 10px;
}

.ewb-apply-city{
	position: relative;
}

.ewb-apply-city .ewb-apply-message{
	padding: 0;
	width: 330px;
	left: 225;
	text-align: left;
	font-size: 12px;
	color: #999;
}

.ewb-apply-confirm{
	padding: 16px 0 30px;
	text-align: center;
	font-size: 0;
}

.ewb-apply-confirm button{
	margin: 0 15px;
	display: inline-block;
}

.ewb-apply-confirm button.submit{
	background: #f3842a;
}