﻿header{position:relative;min-height:93px;}

header .header-bar{position:fixed;top:0px;z-index:998;width:100%;max-width:640px;text-align:center;color:#fff;font-size:18px;background:#099FDE;padding:16px;}
header .label-list::-webkit-scrollbar {width:0px;height:0px;}
header .label-list ul{white-space:nowrap;}
header .label-list li{ display:inline-block }
header .label-list li:last-child{padding-right:8px}
header .label-list{position:fixed;z-index:998;width:100%;max-width:640px;height:43px;top:50px;padding-top:8px;background:#f3f3f3;border-bottom:1px solid #e4e4e4;overflow-x:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
header .label-list a{display:inline-block;font-size:13px;padding:6px;border:1px solid #999;color:#777;background:#fff;border-radius:3px;margin-left:8px}
header .label-list a.current{border:1px solid #099FDE;color:#099FDE;}

.nearby-list{}
.nearby-list li{padding:10px;border-bottom:1px solid #f0f0f0;background:#fff;}
.nearby-list li .pic{position:relative;width:86px;height:86px;float:left;margin-right:10px;overflow:hidden}
.nearby-list li .pic img{width:100%;height:100%}
.nearby-list li .context{position:relative;height:86px;overflow:hidden}
.nearby-list li .title{font-size:16px;line-height:1.2; overflow:hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.nearby-list li .desc{margin-top:4px;color:#777;line-height:1.4;overflow:hidden; -webkit-line-clamp: 1; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.nearby-list li .price{position:absolute;left:0px;bottom:0px;font-size:20px;color:#ff5b47;}
.nearby-list li .price small{font-size:12px;margin-right:2px}
.nearby-list li .sell{position:absolute;right:0px;bottom:0px;font-size:12px;color:#777;}
.nearby-list li .sell i.icon-dingwei{display:inline-block;width:16px;height:16px;background:url(../images/icon/icon-dingwei3.png) no-repeat center center;background-size:16px auto;vertical-align:middle}
.nearby-list li .sell em{display:inline-block;vertical-align:middle}
