.num-label{
    position: absolute;
    right: 3px;
    top: 3px;
	border-radius: 10px;
    padding: 4px 6px;
    background-color: #f44;
    color: #fff;
    min-width: 8px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    overflow: hidden;
    line-height: 1;
 }
.toolbar-foot{z-index:100;position: fixed;bottom:0px;left:0px; height: 55px; border-bottom: 1px solid #e5e5e5; background: #fff; width: 100%;}
.weui-navbar__item.weui-bar__item--on{
    color: #000;
	font-weight:700;
    background-color: #FFFFFF;
	border-bottom:solid 2px #F00;
}
.weui-count .weui-count__number{
  font-size:.3rem;
}
.shopping-cart-block {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 210px;
}
.shopping-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    padding: 10px;
}
.shopping-cart__icon .num-label {
    position: absolute;
    top: -10px;
    right: -7px;
    border: 1px solid #fff;
}
.shopping-cart__icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 60px;
    background-image: url(../images/shopcar.png);
    background-position: 0;
}
.shopping-cart__icon.has-goods  {
    background-position: 30px 0;
}

.zui-c-red {
    color: #f44!important;
}
.zui-c-gray {
    color: #c9c9c9!important;
	font-size: 12px;
}
.shopping-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
}

.buttons-flex .zui-btn {
    width: 110px;
    padding: 0 5px;
}
.zui-btn--large {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    line-height: 50px;
    height: 50px;
}
.zui-btn--danger {
    color: #fff;
    background-color: #f44;
    border-color: #e33;
}
.zui-btn {
    position: relative;
    color: #fff;
    background-color: #df0404;
    margin-bottom: 10px;
    padding: 0 15px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zui-ellipsis, .zui-ellipsis--l2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.zui-ellipsis {
    white-space: nowrap;
    word-wrap: normal;
}
.zui-btn:after {
    display: none;
}
.buttons-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 12;
    max-width: 540px;
    margin: 0 auto;
}
.priceValue {
    font-size: 14px;
    color: #f44;
}
.priceOrderValue {
    font-size: 14px;
    color: #f44;
	font-weight:700;
}
.backA{color:rgba(22, 155, 213, 1);font-size: 18px;}
.toolbar-inner{ height: 44px; border-bottom: 1px solid #e5e5e5; background: #fff; padding-left: 10px;}
.toolbar-inner a{ display: inline-block; height: 44px; line-height: 44px; color: #169bd5; font-size: 14px; padding-left: 26px; background: url(../images/icon-back.png) no-repeat left; background-size: 20px;}






.quan { margin-top: 15px; width: 100%; height: 120px; background: url(../images/bluebg.png) no-repeat center center; background-size: 100%; }
.quan .price { float: right; padding-top: 15px; padding-right: 0px; color: #568ff2; font-size: 18px; display: inline-block; text-align: center; width: 45%; }
.quan .price p{font-size: 12px; line-height: 30px;}
.quan .price font { font-size: 40px; }
.quan .quantitle { font-size: 18px; color: #fff; padding-left: 25px; padding-top: 30px; margin-bottom: 10px; font-weight: normal; }
.quan > time { padding-left: 25px; display: block; font-size: 12px; color: #fff; margin-bottom: 15px; }
.quan > p { padding-left: 25px; font-size: 14px; color: #000; }
.quanOut > time, .quanOut > p, .quanOut .price, .quanOut .quantitle { color: #ccc; }
.quanGray{ background-image: url(../images/graybg.png);}
.quanGray .price{ color: #aaa;}

















