*{margin:0;padding:0;font-family:'PingFang-SC-Medium', 'Arial';}
body{-webkit-text-size-adjust:none;min-width:320px;background:#fff;font-size:0.875em;}
button,input,select,textarea{font-size:0.875em;vertical-align:middle;}
.clr{ clear:both;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul,ol{list-style:none;}
a{text-decoration:none;}
a:link{color: #333;}
img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%;vertical-align:middle}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{display:block;}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.headbox{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  background: #1d5c99;
}
.headbox .return {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 60px;
  height: 46px;
  font-family: "宋体";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/return.png) no-repeat center center;
}
.headbox .searchicon {
  position: absolute;
  right: 12px;
  top: 0;
  height: 44px;
  background: url(../images/home_icon.png) no-repeat center center;
  width: 30px;
}
.headbox h1 {
  font-size: 18px;
  margin-top: 0;
  width: 100%;
  margin: 0 auto;
  height: 46px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
.findList{
  margin: 10px 0px;
  /* padding-top: 44px; */
}
.findList .search-box {
  margin: 0 15px 5px 15px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #ffffff;
}
.findList .search-box .search-input {
  width: 80%;
  height: 30px;
  border-radius: 15px;
  background-color: #f5f5f7;
}
.findList .search-box .search {
  height: 30px;
  padding-left: 20px;
}
.findList .search-box .search a{
  color: #999;
}
.findList .search-box i {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
  left: 12px;
  top: 7px;
}
.findList .search-box input {
  outline: none;
  position: absolute;
  left: 40px;
  height: 24px;
  line-height: 24px;
  border: 0;
  top: 3px;
  background: none;
  width: 68%;
}
.fb_nav{
  border-bottom: 1px solid #dbdbdb;
}
.fb_nav ul {
  background: #ffffff;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.fb_nav ul li{
  font-size: 14px;
  color: #000;
}
.fb_nav ul li i{
  background: url(../images/up.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 13px;
  background-size: 100%;
  margin-left: 6px;
  /* object-fit: contain; */
}
.fb_list ul {
  background-color: #f5f5f7;
}
.fb_list ul li {
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.fb_list ul li .list_count {
  justify-content: space-between;
  padding: 0px 15px;
}
.fb_list ul li .list_count .name {
  font-size: 16px;
  color: #000;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fb_list ul li .list_count .price_count {
  width: 40%;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fb_list ul li .list_count .price {
  font-size: 16px;
  color: #f7633a;
}
.fb_list ul li .list_count .unit {
  font-size: 12px;
  color: #000;
  padding-left: 5px;
}

.fb_tab {
  position: relative;
  z-index: 100;
  width: 100%;
}
.fb_tab ul {
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px 5px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}
.fb_nav ul .active {
  color: #1d5c99;
}
.fb_tab ul li{
  display: inline-block;
  background-color: #f5f5f7;
  width: 32%;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  margin-top: 5px;
  text-align: center;
}
.fb_tab ul .actives{
  background-color: #109ffc;
}
.fb_tab ul .actives a{
  color: #fff;
}
.fb_tab ul li a{
  line-height: 25px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fb_nav .act{
  background: url(../images/down.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 13px;
  background-size: 100%;
  margin-left: 6px;
}
.fb_nav .acts{
  background: url(../images/up2.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 13px;
  background-size: 100%;
  margin-left: 6px;
}