@charset "utf-8";
/* CSS Document */

#content{ height:100%;  position:relative; left:0; top:0; background:#f3f3f3; -webkit-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1); -moz-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1);-0-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1); transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1);}

.top_blank{height:85px;}

/*顶部赛选*/
.search_bar{ width:100%; height:35px; line-height:35px; background:#eaeaea; position:fixed; top:50px; z-index:1000;-webkit-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1); -moz-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1);-0-transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1); transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1); box-shadow:1px 1px 1px #dcdcdc;}
.search_bar_wrap{ width:94%; height:35px;  margin:0 auto;}
.search_detail{ display:inline-block; width:22%; padding:0 1%;  height:100%; color:#666;  position:relative; border-right:1px solid #dcdcdc; margin-right:-1px;
background:url('../images/btn_arrow.png') no-repeat right center;
}
.search_detail.last{border:none;}
.search_detail b{display:inline-block; width:10px; height:10px; background:url(/static/images/m_icon640.png) 0 -378px no-repeat; background-size:25px auto; position:absolute; right:2px; bottom:2px;}
.search_detail a{color:#666;}
.search_inner{ height:100%; overflow:hidden;}
.search_type{ position:absolute; width:100%; background:#FFF; z-index:10001; left:-5px; top:35px; box-shadow:0 1px 1px #eee; padding:5px; text-align:center; overflow:hidden;}
.search_type ul li a{ color:#666;display:block;}

/*热门搜索*/
.hot_search{width:94%; margin:15px auto; background:#FFF; height:199px; box-shadow:0px 1px 1px #b2b3b3;}
h3.hot_tit{padding:10px; color:#df5139;}
h3.hot_tit .all_classify{color:#666; font-size:14px; margin-top:3px;}
ul.hot_list li{float:left;  width:33%;  border:1px solid #eee; border-right:none; margin:-1px 0 -1px -1px;}
ul.hot_list li a{ display:inline-block; width:100%; font-family:"微软雅黑"; font-size:14px; color:#323d55; text-align:center; height:40px; line-height:40px;}
ul.hot_list li.search_more a{color:#009ed3;}

/*列表*/
#list ul{display:block;}
#list ul li{ display:block; height:110px;}
.list_wrap{width:94%; margin:0 auto;}
#list ul li a.list_a{ display:block; width:100%; height:90px; padding:10px 0; border-bottom:1px solid #ebebeb;}
.list_pic{width:135px; height:90px;}
.list_info{ height:90px; margin-left:145px; position:relative;}
.list_info h3{font-size: 16px;font-weight: 500;height: 20px;line-height: 20px; margin-bottom:2px;color:#333; display:block; overflow:hidden;}
.list_info .add{font-size: 12px;font-weight: 500;height: 18px;line-height: 18px; margin-bottom:2px;color:#666; display:block; overflow:hidden;}
.list_info span.price{position:absolute; left:0; bottom:0; background:#f2390e; color:#FFF; padding:3px 10px; border-radius:20px; }
.list_info .agent_pic{position:absolute; right:0; bottom:0; display:block; width:40px; height:40px; color:#FFF; overflow:hidden;}
.list_info .agent_pic span{display:block;  width:40px; height:40px; overflow:hidden; border-radius:50%; }
.list_info .agent_pic img{width:40px; height:auto;}

.more{ width:80%; background:#009ed3; height:30px; line-height:30px; text-align:center; margin:20px auto; border-radius:5px; overflow:hidden; }
.more a{display:block; transition:background 0.3s ease-out;}
.more a:hover{background:#0bafe6;}

