.detail_content .detail_content_title{
    font-size: 20px;
    color: #096dd9;
    border-bottom: 1px dashed #cccccc;
    margin: 0;
    text-overflow: ellipsis;
    padding: 25px 0;
    line-height: 24px;
}

.detail_query {
	color: #3c3c3c;
	font-weight: normal;
	font-size: 14px;
	
}
.detail_query .btn {
	width: 280px;
	padding: 9px 0;
	text-align: left;
	padding-left: 12px;
}
.detail_query .dropdown{
	margin-left: 8px;
}
.detail_query .btn .caret{
	float: right;
	margin-top: 7px;
	margin-right: 14px;
}
.detail_call{
	font-size: 20px;
	color: #1876dc;
}

.detail_fast_query{
	color: #3f3f3f;
	font-size: 14px;
}
.detail_fast_box{
	position: relative;
}
.detail_fast_box input{
	width: 290px;
	height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	outline:none;
	border-radius: 4px;
	
}
.detail_fast_box input::-webkit-input-placeholder { /* WebKit browsers */
  color: #cecece;
}

.detail_fast_box input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cecece;

}

.detail_fast_box input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #cecece;
 
}   
.detail_fast_box .iconfont{
	position: absolute;
	right: 8px;
	height: 100%;
	cursor: pointer;
	color: #9e9e9e;
}
