/** 
* jQuery WeUI V1.2.0 
* By 瑷�宸�
* http://lihongxun945.github.io/jquery-weui/
 */
body {
  background: #f0f0f0;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
.topbar {
  height: 2rem;
  line-height: 2rem;
  background: #38383E;
  padding: 0 10px;
}
.topbar .location {
  color: #FE5A1D;
}
.to-select-list {
  display: none;
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.to-select-list .inner-box {
  background: #fff;
}
.to-select-list ul,
.to-select-list li {
  list-style: none;
}
.to-select-list .list {
  padding: 1rem 0;
}
.to-select-list .list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.to-select-list .list li {
  box-sizing: border-box;
  min-width: 4rem;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  text-align: center;
  font-size: 0.6rem;
  color: #2d2d2d;
  background-color: #ebebeb;
}
.to-select-list .list li.active {
  background-color: orange;
  color: #fff;
}
.to-select-list .notice {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  color: #9a9a9a;
}
.banner {
  background: #fff;
}
.banner img {
  width: 100%;
  height: auto;
}
.pic-recommend {
  padding: 0 0.5rem;
  background: #fff;
}
.pic-recommend .weui-flex__item {
  text-align: center;
  background: #F3FAFC;
  margin: 0 0.1rem;
}
.pic-recommend .weui-flex__item .tit {
  font-size: 0.8rem;
  color: #2d2d2d;
}
.pic-recommend .weui-flex__item .des {
  font-size: 0.9rem;
  color: #666;
}
.pic-recommend .weui-flex__item:nth-child(2) {
  background: #F6FDFB;
}
.pic-recommend .weui-flex__item:nth-child(3) {
  background: #FEF8F8;
}
.pic-recommend .weui-flex__item img {
  display: inline-block;
  width: 60%;
}
.filter {
  position: relative;
  margin: 0.1rem 0;
  background: #fff;
  text-align: center;
}
.filter .filter-item-list li {
  position: relative;
  padding: 0.5rem 0;
  box-sizing: border-box;
  color: #303030;
  font-size: 1rem;
}
.filter .filter-item-list li:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  height: 60%;
  background: #ddd;
}
.filter-content {
  z-index: 99;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.25rem;
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
}
.filter-content ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.filter-content li {
  font-size: 0.7rem;
  padding: 0.1rem 0.5rem;
  background: #f5f5f5;
  margin: 0.5rem;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.filter-content li.active {
  color: orange;
}
.goods-list .weui-cells {
  font-size: 0.65rem;
  color: #9a9a9a;
}
.goods-list .weui-cell {
  padding: 0.5rem;
}
.goods-list .weui-cell__hd img {
  width: 3rem;
}
.goods-list .weui-cell__bd {
  position: relative;
  padding-top: 1.1rem;
}
.goods-list .weui-count {
  font-size: 0;
  line-height: 0;
}
.goods-list .name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #373737;
}
.goods-list .hot {
  font-size: 0.7rem;
}
.goods-list .normal-price-bar .price {
  display: inline-block;
}
.goods-list .normal-price-bar .price .span-2 {
  margin-left: 0.25rem;
}
.goods-list .normal-price-bar .sold {
  display: inline-block;
  margin-left: 0.25rem;
}
.goods-list .normal-price-bar .sold .span-2 {
  margin-left: 0.25rem;
}
.goods-list .fresh-price-bar .span-2 {
  margin-left: 0.25rem;
  color: #ff5b1e;
}
.goods-list .fresh-price-bar .span-2 .i-1 {
  font-size: 0.7rem;
  font-weight: bold;
}
.goods-list .fresh-price-bar .span-2 i {
  font-style: normal;
  font-size: 0.5rem;
}
.weui-tabbar ~ .page {
  padding-bottom: 3.15rem;
}
.m-cart {
  z-index: 99;
  position: fixed;
  left: 0.5rem;
  bottom: 3.2rem;
  color: #fff;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.m-cart .weui-badge {
  z-index: 2;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
}
.m-cart ul {
  overflow: hidden;
}
.m-cart li {
  position: relative;
  float: left;
  height: 42px;
  overflow: hidden;
  line-height: 2.1rem;
  font-size: 0.8rem;
}
.m-cart li .icon-gouwuche {
  position: relative;
  font-size: 1.2rem;
}
.m-cart li.info {
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem 0 0 0.25rem;
}
.m-cart li.text {
  padding: 0 0.5rem;
  background: rgba(255, 90, 32, 0.8);
  border-radius: 0 0.25rem 0.25rem 0;
}
.m-cart li.text a {
  color: #fff;
}
.page-tab {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-tab .weui-tabbar__icon {
  line-height: 27px;
}
.page-tab .weui-bar__item--on .weui-tabbar__icon .iconfont {
  color: #04BE02;
}
.cart-popup {
  z-index: 99;
}
.cart-popup .summary {
  padding-left: 0.25rem;
}
