
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input{
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	background: none;
}
.layui-form-radio i{
	font-size: 16px;
	margin-right: 3px;
}
input:focus{
	box-shadow: 0;
	border: none;
}
.form-group-list{
	background: #fff;
	padding:5px 0 10px;
	margin: 10px 0;
}
.form-group-list p{
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	text-indent:50px;
}
.form-group-list div input[type=text]{
	width: 90%;
	height: 30px;
	line-height: 30px;
	float:right;
	background: url(../images/tool-company-search.png) no-repeat left center;
	background-size: 15px auto;
	border:none;
	text-indent:20px;
	border-bottom:1px solid rgba(229, 229, 229, 1);
}
.form-group-list2{
	background: #fff;

	margin:0 auto;
	padding-top:5px;
	margin-bottom:10px;
}
.form-group-list2 p{
	font-size:14px;
	text-indent:24px;
	position:relative;
}
.choose{
	width: 88%;
	margin: 0 auto;
}
#search-company{
	margin: 2px auto;
}
.s-btn{
	position: absolute;
	right: 10px;
	top:3px;
	height: 25px;
	padding: 2px 5px;
	background-color: rgba(27, 174, 141, 1);
	border-color: rgba(27, 174, 141, 1);
}

.company{
	background: url(../images/tool-company-0.png) no-repeat 24px center;	
	background-size: 6%;
}
/*.company-1{*/
	/*background: url(../images/tool-company-1.png) no-repeat 24px center;*/
	/*background-size: 6%;	*/
/*}*/
/*.company-2{*/
	/*background: url(../images/tool-company-2.png) no-repeat 24px center;*/
	/*background-size: 6%;	*/
/*}*/
/*.company-3{*/
	/*background: url(../images/tool-company-3.png) no-repeat 24px center;*/
	/*background-size: 6%;	*/
/*}*/
/*.company-4{*/
	/*background: url(../images/tool-company-4.png) no-repeat 24px center;*/
	/*background-size: 6%;	*/
/*}*/

.company-1 span,.company-2 span{
	display: inline-block;
	line-height: 15px;
	border-radius: 100%;
	background:rgba(27, 174, 141, 1);
	color:#fff;
	text-indent:0;
	width: 15px;
	text-align: center;
	height: 15px;
	position:absolute;
	left:5px;
	top:2px;
}
/*.company-1 i,.company-2 i{*/
	/*font-style: normal;*/
	/*font-size:14px;*/
	/*height: 15px;*/
	/*line-height: 15px;*/
	/*display: inline-block;*/
/*}*/



.goods-category-title {
	padding: 10px 15px;
	background: #fff;
	margin-top: 20px;
	
}

.goods-category-title:first-child {
	margin-top: 0;
}
.goods-category-title p span {
	display: block;
	position: absolute;
	left: 0 ;
	top:0px;
	width: 7px;
	height: 18px;
	background: #43b052;;
}

.goods-category-title p{
	position: relative;	
	padding-left: 5px;
	text-indent:4px;
	font-size: 18px;
	color: #222;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	/*border-left: 7px solid #43b052;*/
}
h3.top-title{
	position: fixed;
	width: 100%;
	z-index:99999;
}


.pic_box{
	width: 34%;
	float: left;
	margin: 0 10px 0px 0;
}
.body_box{
	width: 62%;
	float:left;
}
.body_box dt{
	font-size: 16px;
	color: #444;
	
}
.body_box dd.remark{
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}
.body_box dd.money{
	font-size: 18px;
	color: #43b052;
}


.layui-form-radio span{
	font-size:12px;
	color: #666;
}
.layui-form-radio{
	margin: 0;
}
.form-control-feedback2 {
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	width: 34px;
	color: #D7D7D7;
	font-size: 16px;
	z-index: 2;
	background: url(../images/search.png) no-repeat center center;
	background-size: 45%;
}
#result{
	width: 96%;
	margin:0 auto;
	border-radius:5px 5px 0 0;
}
.goods-list li{
	background: #fff;

	height: 30px;
	line-height: 30px;

}
.goods-list li p{
	height: 30px;
	line-height: 30px;
	border-bottom:1px solid #e5e5e5;
	margin:0 auto;
	color: #666;
	padding:0 5px;
	font-size: 14px;
}
.goods-list li a{
	display: block;
	margin:0 auto;
	padding:0 5px;
	border-bottom:1px solid #e5e5e5;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color:#999;
}
.goods-list li a span{
	float:right;
	color: #ed3807;
}
.goods-list li a i {
	font-size: 16px;
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}





