
input::-webkit-input-placeholder{
	color: #999!important;
}

.fdt-hd{
	background: url(../../../images/h5/images/ucenter/bg.png) no-repeat 0 0 / 100% 100%;
	text-align: center;
	padding: .1rem 0;
}
.fdt-hd .search-wrapper{
	width: 75%;
	margin: 0 auto;
	height: .26rem;
	background: #fff;
	border-radius: .05rem;
	margin-bottom: .1rem;
	overflow: hidden;
}
.fdt-hd .search-wrapper .inp{
	font-size: .13rem;
	border: none;
	outline: none;
	padding: 0 .1rem;
	margin: 0;
	box-sizing: border-box;
}
.fdt-hd .search-wrapper .search-a{
	display: inline-block;
	width: .26rem;
	height: .26rem;
	background: url(../../../images/h5/images/yixing/search.png) no-repeat center center / 50% 50%;
}
.fdt-hd .pro-info{
	color: #fff;
	font-size: .14rem;
	margin-bottom: .1rem;
}
.fdt-hd .question{
	font-size: .12rem;
	color: #fff;
}
.fdt-hd .question .wen{
	display: inline-block;
	width: .16rem;
	height: .16rem;
	background:url(../../../images/h5/images/ucenter/wen2.png) no-repeat 0 0 / 100% 100%;
	overflow: hidden;
	margin-left: .1rem;
	vertical-align: middle;
}
.fdt-bd .item{
	display: block;
	padding: .15rem .1rem;
	border-bottom: 1px solid #f1f1f1;
}
.fdt-bd .item .title{
	font-weight: 600;
	font-size: .14rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: .05rem;
}
.fdt-bd .item .infos{
	margin-bottom: .1rem;
}
.fdt-bd .item .left{
	color: #333;
	font-size: .12rem;
	max-width: 70%;
	word-break: break-all;
}
.fdt-bd .item .left p{
	margin-bottom: .05rem;
}
.fdt-bd .item .left .lab{
	white-space: nowrap;
}
.fdt-bd .item .right{
	min-width: 37%;
	height: .45rem;
	text-align: right;
	color: #ff6810;
	font-size: .16rem;
	font-weight: 600;
}
.fdt-bd .item .right.funded{
	background: url(../../../images/h5/images/ucenter/dakuan.png) no-repeat 0 center / auto 90%;
}
.fdt-bd .item .time{
	color: #c9c9c9;
	font-size: .12rem;
}
.more{
	color: #ff6810;
}
