.home {
  background-color: #f1f1f1;
}
.home .topber {
  background-color: #ffffff;
  height: 3rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.home .topber .pos {
  position: absolute;
  left: 30vw;
  width: 40vw;
  text-align: center;
}
.home .topber .pos img {
  margin-top: 0.5rem;
  width: 5.5rem;
}.home .menu .all img
.home .topber .city {
  line-height: 3rem;
  margin-left: 5vw;
  font-size: 1rem;
}
.home .topber .city img {
  width: 1.3rem;
  height: 1.3rem;
  transform: translateY(0.2rem);
}
.home .inpur {
  position: relative;
  margin-left: 4.5vw;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.home .inpur input {
  padding: 0.3rem 2rem;
  width: calc(90vw - 3.9rem);
  border: 0;
  border-radius: 0.4rem;
}
.home .inpur .icon {
  position: absolute;
  left: 6vw;
  transform: translateY(0.5rem);
}
.home .inpur .search {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.home .menu {
  width: calc(100% - 2rem);
  padding: 0rem 0.8rem;
  margin-bottom: 1.5rem;
}
.home .menu .all {
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-top: 1rem;
}
.home .menu .all img {
  width: 1.8rem;
  height: 1.8rem;
}
.home .menu .all div {
  font-size: 0.7rem;
  margin-top: 0.3rem;
}
.home .eles {
  font-size: 1.4rem;
  font-weight: 700;
  color: #666666;
  line-height: 3rem;
  margin-left: 1rem;
}
.home .hpmes {
  margin-left: 2%;
  width: 90%;
  background-color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  padding: 3% 3%;
}
.home .hpmes .titss {
  font-size: 15px;
  font-weight: 600;
}
.home .hpmes .img {
  margin-top: 0.9375rem;
  position: relative;
}
.home .hpmes .img img {
  width: 100%;
  height:175px;
  border-radius: 0.46875rem;
   /*transform: scale(0.5);*/
}
.home .hpmes .img .f-left {
  width: 49px;
  height: 12px;
  border-radius:4px;
  background-color: #D81E06;
  color: #fff;
  position: absolute;
  z-index: 888;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 0.75rem;
  padding: 0.3125rem 0.3125rem;
  line-height: 1;
  /*border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;*/
}
.home .hpmes .img .s-right {
  position: absolute;
  z-index: 888;
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  background-color: #000000a1;
  color: #fff;
  font-size: 0.9375rem;
  line-height:28px;
  padding: 0.625rem;
  border-radius: 0.46875rem;
  width: 100px;
}
.home .hpmes .img .s-right .ddv {
  font-size: 1.09375rem;
  font-weight: bold;
}
.home .hpmes .bott {
  color: #999;
  height: 0.625rem;
  line-height: 0.625rem;
  margin-top: 0.625rem;
}
.home .hpmes .bott .browse {
  font-size: 0.8rem;
  float: left;
  font-size: 0.9375rem;
}
.home .hpmes .bott .release {
  font-size: 0.8rem;
  float: right;
  margin-right: 0.9375rem;
}
.home .tabbar {
  position: fixed;
  z-index: 999;
}
.home .van-tabbar-item--active {
  color: #fc5b24;
  background-color: #fff;
}
.home .loading {
  text-align: center;
  padding-bottom: 1rem;
}
/*# sourceMappingURL=home.css.map */

input::-webkit-input-placeholder { 
  /* WebKit browsers */ 
  font-size:18px;
  color: #D3D3D3;
} 