header.top .logo { display: block; box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; max-width:2.3rem; padding:0 .7rem; text-align: center; }
header.top .logo img{
  width:2.3rem;
}
.sys-widget {
  margin-bottom: .6rem; }
  .sys-widget .widget-head {
    background-color: #FFFFFF;
    padding-bottom: 5px; }
    .sys-widget .widget-head h2 {
      background-color: #06233b;
      position: relative;
      font-weight: normal;
      width: 25%;
      min-width: 5rem;
      font-size: .8rem;
      top: -1px;
      color: #FFFFFF;
      text-align: center;
      height: 1.5rem;
      line-height: 1.5rem; }
      .sys-widget .widget-head h2:after {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        top: 0;
        right: -.5rem;
        border-top: 1.5rem solid #06233b;
        border-bottom: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: .5rem solid transparent; }
  .sys-widget .widget-main {
    background-color: #FFFFFF;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .sys-widget .widget-main .inner-wrap {
      margin: .3rem .5rem; }
    .sys-widget .widget-main .theme-list {
      display: box;
      display: -webkit-box;
      display: -moz-box; }
      .sys-widget .widget-main .theme-list .theme-col {
        box-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        margin: .3rem; }
  .sys-widget .widget-foot {
    background-color: #FFFFFF;
    margin-bottom: .6rem;
    padding: .5rem 0;
    color: #666666;
    border-bottom: 1px solid #e1e1e1; }

.home-popular {
  border-top: 2px solid #06233b;
 }
  .home-popular .goods-type1 {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-content: center;
    background-color: #FFFFFF; }
    .home-popular .goods-type1 .goods-left {
      box-flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      border-right: 1px solid #e1e1e1; }
    .home-popular .goods-type1 .goods-right {
      box-flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1; }
      .home-popular .goods-type1 .goods-right .goods-top {
        border-bottom: 1px solid #e1e1e1; }
  .home-popular .goods-type1 + .goods-type2 {
    border-top: 0; }
  .home-popular .goods-type3 {
    margin-top: 0.833rem;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .home-popular .goods-type3 ul {
      width: 100%;
      display: box;
      display: -webkit-box;
      display: -moz-box;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: justify;
      -ms-flex-align: center;
      justify-content: space-between;
      align-content: center; }
    .home-popular .goods-type3 li {
      box-flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1; }
    .home-popular .goods-type3 li:nth-child(2n) {
      border-right: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1; }

.home-theme {
  border-top: 2px solid #653fe1; }
  .home-theme .widget-head h2 {
    background-color: #653fe1; }
    .home-theme .widget-head h2:after {
      border-top-color: #653fe1; }

.home-goods-list {
  border-top: 2px solid #06233b;
  margin-bottom: .6rem; }
  .home-goods-list .widget-head h2 {
    background-color: #06233b; }
    .home-goods-list .widget-head h2:after {
      border-top-color: #06233b; }
  .home-goods-list .goods-list {
    margin: .2rem 0;
    overflow: hidden; }
    .home-goods-list .goods-list .goods-item {
      float: left;
      width: 50%;
      margin: .2rem 0; }
      .home-goods-list .goods-list .goods-item:nth-child(2n+1) a {
        margin-left: .4rem;
        margin-right: .2rem; }
      .home-goods-list .goods-list .goods-item:nth-child(2n) a {
        margin-left: .2rem;
        margin-right: .4rem; }
      .home-goods-list .goods-list .goods-item a {
        display: block;
        border: 1px solid #e1e1e1; }
  .home-goods-list .goods-info {
    padding: .2rem .3rem;
    line-height: 1rem; }
    .home-goods-list .goods-info .goods-name {
      display: box;
      display: -webkit-box;
      display: -moz-box;
      height: 2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 1.1em; }
    .home-goods-list .goods-info .goods-price {
      color: #f15151;
      text-align: right;
      font-size: 1.3em; }


.coupon-widget { color: #fff; background-color: #f5f5f5; }
.coupon-widget .coupon-banner{overflow: hidden;}
.coupon-widget .coupon-banner img { width: 100%; vertical-align: bottom; }
.coupon-widget .coupon-content { position: relative; padding: 1rem .85rem .5rem; }
.coupon-widget .coupon-content .coupon-title { position: absolute; left: 0; right: 0; top: -1rem; background: url(youhui.png) no-repeat center center; background-size: 4rem; text-indent: -999px; color: #fff; }
.coupon-widget .coupon-content .coupon-note { color: #999; margin-bottom: 5px; }
.coupon-widget .coupons-list-type1 { overflow: hidden; }
.coupon-widget .coupons-list-type1 .cp-left { box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; margin-left: .7rem; }
.coupon-widget .coupons-list-type1 .cp-left .title { font-size: 1.1em; max-height: 2rem; line-height: 1rem; overflow: hidden; }
.coupon-widget .coupons-list-type1 .cp-left .name { display: none; }
.coupon-widget .coupons-list-type1 .cp-right { width: 2rem; text-align: center; font-size: .9em; margin-right: .7rem; }
.coupon-widget .coupons-list-type1 .cp-right .cp-btn { display: block; padding: 2px 0; height: 1.8rem; width: 1.8rem; line-height: .8rem; margin: auto; color: #fff; background-color: #0071ff; border-radius: 3px; }
.coupon-widget .coupons-list-type1 .cp-item { display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-box-align: center; -moz-box-align: justify; -ms-flex-align: center; justify-content: space-between; align-content: center; margin-right: 10px; margin-bottom: 7px; height: 3rem; float: left; width: 48%; color: #fff; background: url(coupon_sm.png) no-repeat center; background-size: 100%; background-origin: content-box; }
.coupon-widget .coupons-list-type1 .cp-item:nth-child(2n) { margin-right: 0; }
.coupon-widget .coupons-list-type1 .cp-item.act { background: url(coupon_sm_dis.png) no-repeat center; background-size: 100%; background-origin: content-box; }
.coupon-widget .coupons-list-type1 .cp-item.act .cp-btn { background-color: #8e8e8e; }
.coupon-widget .coupons-list-type2 { overflow: hidden; }
.coupon-widget .coupons-list-type2 .cp-left { position: relative; float: left; padding: 0 10px 0 .7rem; width: 68.5%; height: 4rem; }
.coupon-widget .coupons-list-type2 .cp-left .title { margin-top: 1.2rem; font-size: .9rem; height: 1.2rem; line-height: 1.2rem; text-align: center; overflow: hidden; }
.coupon-widget .coupons-list-type2 .cp-left .name { position: absolute; bottom: 6px; right: 10px; font-size: .85em; }
.coupon-widget .coupons-list-type2 .cp-right { width: 31.5%; float: left; height: 4rem; text-align: center; font-size: 1em; }
.coupon-widget .coupons-list-type2 .cp-right .cp-btn { display: block; height: 4rem; line-height: 3.6rem; margin: auto; color: #0071ff; }
.coupon-widget .coupons-list-type2 .cp-item { margin-bottom: 7px; height: 4rem; width: 100%; color: #fff; background: url(coupon_bg.png) no-repeat center; background-size: 100%; background-origin: content-box; }
.coupon-widget .coupons-list-type2 .act { background: url(coupon_bg_dis.png) no-repeat center; background-size: 100%; background-origin: content-box; }
.coupon-widget .coupons-list-type2 .act .cp-btn { color: #bbb; }
.card-content{
  margin-top: 1rem;
  margin-left: .6rem;
  margin-right: .6rem;
  margin-bottom: .833rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
  .card-content .card-info{
    color: #ffffff;
    background-color: #3e78db;
  }
  .card-content .card-info .shopname,.card-content .card-info-use .shopname{
    font-size: .9rem;
    text-indent: .5rem;
    line-height:2.7rem;
    height:2.7rem;
    color: rgba(255,255,255,.5);}
  .card-content .card-info .cpns-name,.card-content .card-info-use .cpns-name{
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    height: 3.6rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  }
  .card-content .card-info-use .cpns-name{
    color: rgba(255,255,255,.5);
  }
  .card-content .card-info .card-time, .card-content .card-info-use .card-time{
    position:relative;
    text-align: center;
    line-height: 2.5;
  }
   .card-content .card-info-use .card-time{
    color: #fff;
   }
  .card-content .card-info .card-time:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: .4rem;
    bottom: -.21rem;
    left: 0;
    z-index: 9999;
    background: url(icon-whit.svg);
    background-size: contain;
  }
  .card-content .card-ewm{
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
    padding:1rem 0;
  }
  .card-ewm .card-code{
    height: 3rem;
    line-height: 3rem;
    font-weight: bold;
    font-size: 1.2em;
  }
  .card-ewm .card-barcode-img,.card-ewm .card-dbarcode img{
    width: 8rem;
    margin:0 auto;
  }
  .card-ewm .card-barcode-img{
    transform:scaleX(1.2);-webkit-transform:scaleX(1.2);
  }
  .card-content .card-footer{
    position: relative;
    border-top: 1px dashed #b3b3b3;
    padding: 1.6rem 1.3rem 1.3rem;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    color: #999999;
  }
  .card-content .card-footer:before,.card-content .card-footer:after{
    position: absolute;
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    top: -.7rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.35) inset; 
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.35) inset; 
    box-shadow:0px 1px 2px rgba(0,0,0,.35) inset; 
  }
  .card-content .card-footer:before{
    left: -.7rem;
  }
  .card-content .card-footer:after{
    right: -.7rem;
  }
.orders .card-wrap{
  background-color: #ffffff;
}
.progress{
  position: relative;
  border: 1px solid #fb954a;
  padding: 0 .7rem;
  height: 1rem;
  line-height: .9rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.progress-cont {
  width: 70%;
  height: 1rem;
  position: absolute;
  left: 0;
  top: -1px;
  background: #fde7de;
  z-index: -1;
}
.progress-num {
  color: #f68858;
}
.cp-receiver-head, .cp-receiver-content{
  padding: 0 .5rem;
  overflow: hidden;
}
.cp-receiver-head{
  background-color: #fff;
  line-height: 1.625rem;
  font-size: 1.1em;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.cp-receiver-head .note{
  color:#666;
}
.cp-receiver-content .cp-item{
  margin: 0.85rem 0;
}
.cp-receiver-content .cp-item-head{
  height: 1rem;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.cp-receiver-content .cp-item-progress{
  position:relative;
  float:right;
  color:#666;
}
.cp-receiver-content .cp-card{
  overflow: hidden;
  height: 6.7rem;
  background-image: url(coupon_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #3e78db;
}
.cp-receiver-content .cp-card-got{
  background-image: url(coupon_1_got.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cp-receiver-content .cp-card-got .cp-card-action{
  color:#bdbdbd;
}
.cp-receiver-content .cp-card-empty{
  background-image: url(coupon_1_empty.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color:#bdbdbd;
}
.cp-receiver-content .cp-card-info {
  float: left;
  width: 82%;
  padding: 0 1rem;
}
.cp-receiver-content .cp-card-status {
  float: right;
  width: 18%;
  height: 5.65rem;
  padding: 0 1.1rem;
  font-size: .85rem;
}
.cp-receiver-content .cp-card-status .cp-card-action{
  margin-top: 1.58rem;
  -webkit-writing-mode: vertical-lr;
}
.cp-receiver-content .cp-card-title {
  height: 5.65rem;
  line-height: 5.65rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 0 0 #fff;
  text-align: center;
}
.cp-receiver-content .cp-card-date{
  color: #fff;
  height: 1rem;
  line-height:1rem;
}
@media only screen and (min-width: 599px) {
  .cp-receiver-content .cp-card {
    height: 11rem;
  }
  .cp-receiver-content .cp-card-title {
    height: 9.2rem;
    line-height: 9.2rem;
    font-size: 1.4rem;
  }
  .cp-receiver-content .cp-card-date {
    height: 1.7rem;
    line-height: 1.7rem;
  }
  .cp-receiver-content .cp-card-status {
    height: 9.2rem;
    padding: 0 2.2rem;
    font-size: 1rem;
  }
  .cp-receiver-content .cp-card-status .cp-card-action {
    margin-top: 3.58rem;
  }
}
.m-after .s-after{
  margin-top: .6rem;
}
.after-form .s-input{
  visibility: hidden;
  display: none;
}
.card-content .card-info-use{
  background-color: #bbb;}
