/** 
* 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;
}
.weui-tabbar ~ .page {
  padding-bottom: 3.15rem;
}
.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;
}
.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;
}
.clear-cart {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #04BE02;
	z-index: 1;
	padding: 0 .5rem;
}
