/**!
 * 招投标领域-详细
 * author: huangcong;
 * date:2019-09-25
 */

*{
	box-sizing: border-box;
}

.ewb-main{
	background: #f2f2f2;
	padding-top: 47px;
}

.ewb-main-tt{
	text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    margin-bottom: 70px;
}

.ewb-content{
	background-color: white;
    padding: 40px;
}

.detailsTitle{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 63px;
}

.detailsTitle span{
	font-style: normal;
    color: #FF0000;
    font-size: 14px;
}

.ewb-page{
	margin-bottom: 40px;
}

.page-title{
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.clueContentTitle{
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.required{
	color: #f56c6c;
    margin-left: 10px;
    font-style: normal;
    font-size: 14px;
}

.radiogroup label{
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	cursor: pointer;
}

.radiogroup label span{
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.ewb-hint{
	margin-bottom: 22px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.radiogroup{
	margin-bottom: 33px;
}

.ewb-input-mod{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	vertical-align: top;
	margin-bottom: 16px;
}

.ewb-input-content{
	float: left;
	position: relative;
}

.ewb-input-num{
	position: absolute;
	line-height: normal;
    display: inline-block;
    padding: 0 5px;
    color: #909399;
    font-size: 12px;
    right: 5px;
    top: 8px;
}

.ewb-input-mod input{
	display: block;
	width: 272px;
	height: 32px;
	line-height: 30px;
	border:1px solid #afb8cb;
	border-radius: 4px;
	padding: 0 60px 0 10px;
	font-size: 14px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.ewb-input-mod.ewb-first input{
	width: 382px;
}

.ewb-input-mod input:focus{
	border-color: #409eff;
    outline: 0;
}

.ewb-input-tt{
	float: left;
	min-width: 255px;
}

.ewb-first .ewb-input-tt{
	min-width: 145px;
}

.ewb-red{
	color: #f56c6c;
	float: left;
	margin-left: 10px;
}

.ewb-input-content.ewb-spc{
	width: 100%;
}

.ewb-htau{
	height: auto;
}

.ewb-input-content.ewb-spc .ewb-text-input{
	height: 98px;
	width: 100%;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	padding: 5px 15px;
	line-height: 1.5;
	font-size: 14px;
	vertical-align: top;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.ewb-spc .ewb-input-num{
	bottom: 5px;
	right: 10px;
	top: auto;
}

.show-word-limit{
	font-size: 16px;
	margin: 15px 0 30px 0;
}

.ewb-input-mod .ewb-input-content textarea:focus{
	border-color: #409eff;
    outline: 0;
}

.ewb-text-input.error{
	border-color: #f56c6c!important;
}

label.error{
	color: #f56c6c;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 32px;
    line-height: 14px;
}

.ewb-spc label.error{
	top: 98px;
}

.ewb-input-content{
	position: relative;
}

/* 上传 */

.ewb-upload-tt{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.ewb-add-rec{
	float: left;
	width: 90px;
	height: 30px;
	cursor: pointer;
	color: #fff;
    background-color: #409eff;
    transition: .1s;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
   	border-radius: 3px;
   	margin-top: 13px;
   	padding: 0;
}

.ewb-add-rec:hover{
	background: #66b1ff;
}

.upload-info{
	margin-left: 100px;
	padding-top: 7px;
	font-size: 12px;
	line-height: 20px;
}

.add-txt{
	margin-top: 52px;
	margin-left: 9px;
	width: 322px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

.add-name{
	margin-right: 4px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.ewb-add-wpr{
	width: 580px;
}

.webuploader-element-invisible{
	display: none;
}

.ewb-add-img{
	display: none;
}

.ewb-endfile{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.ewb-endfile:hover{
	color: #409eff;
}

/* 所属领域 */

.ewb-mt36{
	margin-top: 36px;
}

.ewb-select-title{
	margin-top: 36px;
	line-height: 32px;
}

.ewb-select-tt{
	font-weight: 700;
	font-size: 16px;
	float: left;
	height: 32px;
	line-height: 32px;
}

.ewb-select{
	float: left;
}

.ewb-select select,
.clue-sel select{
	width: 240px;
	height: 32px;
	border:1px solid #afb8cb;
	color: #666;
	border-radius: 3px;
}

.ewb-mt45{
	margin-top: 45px;
}

.clue-btn{
	float: left;
}

.ewb-clue{
	height: 32px;
	line-height: 32px;
	margin-top: 24px;
}

.ewb-clue label span{
	font-size: 16px;
	color: #606266;
	top: 2px;
}

.clue-btn{
	min-width: 170px;
	float: left;
}

.clue-sel{
	float: left;
}

.clue-sel select{
	width: 215px;
	background: #fff;
}

.ewb-false .clue-sel select{
	background: #eee;
	cursor: not-allowed;
}

.pick-show{
	font-size: 14px;
}

.ewb-city{
	float: left;
	cursor: pointer;
	position: relative;
}

.ewb-city-input{
	width: 215px;
	height: 32px;
	border:1px solid #afb8cb;
	border-radius: 4px;
	padding: 0 60px 0 10px;
	margin-top: 2px;
	color: #999;
}

.ewb-city-mod{
	display: none;
	position: absolute;
	height: 187px;
	left: 0;
	bottom: 45px;
	border-radius: 3px;
	z-index: 999;
	width: 400px;
}

.ewb-city-list{
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	display: inline-block;
	width: 200px;
	height: 187px;
	float: left;
	padding: 10px 30px 10px 20px;
	vertical-align: top;
}

.ewb-city-list li{
	line-height: 34px;
	height: 34px;
	color: #606266;
}

.subCity{
	display: none;
}

.city-name{
	position: relative;
}

.city-name>i{
	display: block;
	width: 8px;
	height: 13px;
	background: url('collection_arrow_r.png') no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}

.city-name.cur{
	color: #409eff;
	font-weight: bold;
}

.city-name.cur>i{
	background-image: url('collection_arrow_rh.png');
}

.county-name.cur{
	color: #409eff;
}

.ewb-false .ewb-city-input{
	background: #eee;
	cursor: not-allowed;
}

.page-bottom-btn{
	text-align: center;
    padding: 16px 0;
}

.page-bottom-btn button{
	display: inline-block;
	width: 98px;
	height: 38px;
	line-height: 36px;
	padding: 0;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	margin: 0 25px;
	vertical-align: top;
	cursor: pointer;
	vertical-align: top;
	font-family: "Microsoft Yahei";
	transition: .1s;
}

.ewb-btn1{
	color: #fff;
    background-color: #409eff;
    border: 1px solid #409eff;
}

.ewb-btn1:hover{
	background: #66b1ff;
    border-color: #66b1ff;
}

.ewb-btn2{
	background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

.ewb-btn2:hover{
	color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}