/** 
* jQuery WeUI V1.2.0 
* By 瑷�宸�
* http://lihongxun945.github.io/jquery-weui/
 */
.select-time {
  padding: 0 0.5rem;
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.7rem;
  background: #fff;
}
.select-time .note {
  color: #666;
}
.select-time .handler {
  position: relative;
  text-align: right;
  color: #3cc51f;
}
.select-time .time-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #3cc51f;
  font-size: 0.7rem;
  line-height: 2.1rem;
  text-align: right;
}
.addr-area {
  border-bottom: 1px solid #ddd;
}
.addr-area .filled-addr {
  padding: 0.5rem 0.5rem;
  background: #fff;
}
.addr-area .filled-addr .note {
  font-size: 0.7rem;
  white-space: nowrap;
  color: #9a9a9a;
}
.addr-area .filled-addr .content {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
}
.addr-area .filled-addr .contact {
  color: #9a9a9a;
}
.addr-area .filled-addr .contact .name {
  padding-right: 0.25rem;
}
.addr-area .empty-addr {
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #3cc51f;
  background: #fff;
}
.addr-area .empty-addr .text {
  padding-left: 0.5rem;
}
.order-goods-list {
  padding: 0.4rem;
  background: #fff;
  line-height: 1.4;
}
.order-goods-list li {
  padding-bottom: 0.25rem;
}
.order-goods-list li a {
  padding: 0.25rem;
  background: #fafafa;
  color: #333;
}
.order-goods-list li .pic {
  width: 2.5rem;
  padding-right: 0.25rem;
}
.order-goods-list li .pic img {
  width: 100%;
}
.order-goods-list .goods-info {
  text-align: right;
  line-height: 1.4;
}
.order-goods-list .goods-info .price-old,
.order-goods-list .goods-info .price {
  font-size: 0.6rem;
}
.order-goods-list .goods-info .price-old {
  text-decoration: line-through;
}
.order-goods-list .goods-info .fresh-price {
  font-size: 0.7rem;
  color: #f5a623;
}
.order-goods-list .goods-info .num {
  font-size: 0.6rem;
  color: #aaa;
}
.item-bar {
  padding: 0 0.5rem;
  height: 2rem;
  line-height: 2rem;
  background: #fff;
}
.item-bar .note {
  font-size: 0.6rem;
}
.item-bar .note span {
  color: #3cc51f;
}
.item-bar .info {
  font-size: 0.7rem;
  text-align: right;
}
.item-bar .info.highlight {
  color: #f00;
}
.comment {
  padding: 0.5rem;
  margin-top: 0.5rem;
  background: #fff;
}
.comment .weui-cells__title {
  margin-top: 0;
  margin-bottom: 1px;
  line-height: 1;
}
.comment textarea {
  padding: 0.25rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.6rem;
}
.comment .weui-cells_form:before,
.comment .weui-cells_form:after {
  display: none;
}
.bottom-bar {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background: #fff;
}
.bottom-bar ~ .page {
  padding-bottom: 2.75rem;
}
.bottom-bar .total {
  min-width: 60%;
  font-size: 0.8rem;
}
.bottom-bar .total span {
  color: #f00;
}
.bottom-bar .btn-confirm {
  font-size: 0.9rem;
  background: #ff6b62;
  color: #fff;
}
.bottom-bar .btn-confirm.disabled {
  background: #cecece;
}
