@charset "utf-8";
/* CSS Document */
body #search .searchIn .back{
	width:10%;}
body #bdCon{
	margin-top:55px;}
.conIn{
	width:100%;
	height:auto;
	background:#fff;
	margin-bottom:10px;}
.conIn .aH{
	width:100%;
	height:100%;
	display:block;
	background:url(../images/icon_go.png) no-repeat 98% center;
	background-size:10px auto;
	overflow:hidden;
	border-bottom:1px solid #eee;}
.conIn h3{
	padding-left:40px;
	font-weight:normal;
	height:40px;
	line-height:40px;
	background:url(../images/icon_order.png) no-repeat 10px center;
	background-size:auto 20px;
	color:#555;
	font-size:16px;
	width:80%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:0;}
.conIn .detail{
	padding:10px 10px;
	border-bottom:1px solid #eee;
	overflow:hidden;
	}
.conIn .detail .pic{
	float:left;
	width:35%;
	margin-right:5%;
	max-width:100px;}
.conIn .detail .pic img{
	width:100%;}
.conIn .detail .wenzi{
	float:left;
	height:60px;
	line-height:20px;
	width:60%;
	margin-top:20px;
	font-size:14px;}
.conIn .bottom{
	padding:0 10px;
	height:40px;
	}
.conIn .bottom .jiage{
	color:#f17700;
	float:left;
	line-height:40px;}
.conIn .bottom .btn{
	float:right;
	width:85px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#f17700;
	border:1px solid #f17700;
	border-radius:5px;
	font-size:14px;
	margin-top:5px;}
.conIn .bottom .jiage2{
	color:#2eabff;}
.conIn .bottom .btn2{
	color:#2eabff;
	border:1px solid #2eabff;}	
#layer{
	background:rgba(0,0,0,0.5);
	width:100%;
	height:2000px;
	position:fixed;
	z-index:10000;
	top:0;
	left:0;}	
#search{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10001;
	height:45px;
    background:#f06000;}
#search .searchIn{
	max-width:640px;
	margin:0 auto;
	background:#f06000;
	position:relative;
	overflow:hidden;
	height:45px;}	
#search .searchIn .back{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30%;
	height:100%;
	background:url(../images/back.png) no-repeat 10px center;
	background-size:12px auto;
	padding-left:25px;
	color:#fff;
	line-height:45px;
	}

#search .inpt1{
	width:75%;
	border:0;
	font-size:14px;
	color:#555;
	line-height:30px;
	height:30px;
	border-radius:3px;
	outline:none;
	background:#fff;
	-webkit-appearance:none;
	margin:8px auto 0;
	display:block;}	
#search .inpt2{
	position:absolute;
	top:0;
	right:0;
	width:10%;
	font-size:14px;
	color:#f06000;
	line-height:45px;
	height:45px;
	background:none;
	text-align:left;
	cursor:pointer;
	outline:none;
	color:#fff;
	font-family:"微软雅黑";}		
		
	
	
	
	
	
	
	
	
	
	