﻿@charset "utf-8";
/*背景色*/
.bg-blue {
  background-color: #3bafda;
}

.bg-darkblue {
  background-color: #5d9cec;
}

.bg-red {
  background-color: #da4453;
}

.bg-purple {
  background-color: #967adc;
}

.bg-green {
  background-color: #38bb9c;
}

.bg-yellow {
  background-color: #f6bb42;
}

/*个人中心*/
.user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.56rem;
  padding: 0 .24rem .6rem;
  background-position: center;
  background-size: cover;
}

.user-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.user-info {
  flex-grow: 1;
  color: #fff;
  font-size: .3rem;
  margin-left: .24rem;
}

.user-info a {
  color: #fff;
}

.user-header .setting-btn {
  display: block;
  color: #fff;
  font-size: .4rem;
}

.user-order {
  margin: -.6rem .24rem .16rem;
  border-radius: .1rem;
  background: #fff;
  color: #434a54;
}

.user-order .list-item-title .item-left {
  font-size: .3rem;
  padding: .3rem .24rem .1rem;
}

.user-order .list-item-title .item-right {
  padding: .3rem .24rem .1rem;
}

.user-order .bar-tab {
  border: 0;
  height: auto;
  width: 100%;
  background: none;
  padding: .3rem 0 .44rem;
}

.toolbar {
  margin: 0 .24rem .16rem;
  border-radius: .1rem;
  background: #fff;
  color: #434a54;
}

.toolbar h3 {
  font-size: .3rem;
  font-weight: normal;
  padding: .4rem .24rem .3rem;
}

.toolbar .bar-tab {
  border: none;
  padding-bottom: .56rem;
  height: auto;
  flex-wrap: wrap;
}

.toolbar .tab-item {
  width: 25%;
  flex: unset;
  margin-bottom: .4rem;
}

.toolbar .icon {
  padding: .1rem;
  color: #fff !important;
  border-radius: 50%;
  line-height: 1 !important;
  margin-bottom: .16rem;
  display: inline-block;
}

/*我的-设置*/
.list-top-noLine::before, .list-foot-noLine::after {
  height: 0;
}

.btn-exit-logon {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #434a54;
  border-radius: 0;
}

.btn-exit-logon:active {
  color: #C50011;
  border-bottom-color: #d1d1d1;
  background-color: #fafafa;
}

/*我的-管理收货地址*/
.list-address {
  background-color: #fff;
  padding-top: .2rem;
  margin-bottom: .2rem;
}

.list-address-text {
  border-bottom: 1px dashed #727272;
  padding-bottom: .2rem;
  color: #727272;
  line-height: .5rem;
}

.list-address .list-block {
  margin-bottom: 0;
}

.list-address .list-block .list-item .item-left {
  padding: .1rem 0;
  color: #010101;
}

.list-address .list-foot-noLine .list-item {
  line-height: .5rem;
}

.list-address .list-foot-noLine .list-item .item-left {
  padding: 0 0;
}

.list-address .list-item .item-right {
  padding: .1rem .24rem;
  color: #515151;
  font-size: .30rem;
}

.list-address .list-item {
  min-height: 0;
  line-height: 1rem;
}

.list-input-address li {
  padding-top: 0;
}

.list-input-address .item-input::after {
  left: -.24rem;
  right: -.24rem
}

.item-input .icon-next {
  font-size: .32rem
}

/*我的-管理收货地址-新增收货地址*/
.list-input .item-left {
  padding: .25rem 0;
  font-size: .32rem;
  color: #333;
  width: 100%;
}

.list-input .item-right {
  font-size: .32rem;
  color: #888;
  position: relative;
  padding: .25rem 0;
}

.picker .picker-panel .picker-choose .cancel {
  display: none;
}

.picker .picker-panel .wheel-wrapper .wheel {
  font-size: 16px;
}

/*我的-优惠券*/
.coupon-list {
  padding-left: .24rem;
  padding-right: .24rem;
  margin-bottom: .3rem;
}

.coupon-list-item {
  margin-bottom: .2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  height: 2rem;
}

.coupon-name {
  float: left;
  width: 2.22rem;
  background-color: #47c1c4;
  text-align: center;
  color: #fff;
  font-size: .36rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
  padding: .3rem .2rem .3rem;
  height: 100%;
  line-height: .46rem;
  border-right: .05rem dashed #fff;
}

.coupon-name span {
  font-size: .3rem;
}

.coupon-name.overdue {
  background-color: #d1d1d1;
}

.coupon-content {
  float: left;
  width: 4.8rem;
  height: 100%;
  padding: .2rem;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coupon-title {
  font-size: .32rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .1rem;
}

.coupon-time {
  color: #b0b0b0;
  line-height: .32rem;
}

.coupon-list .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  background-color: #434a54;
  font-size: .3rem;
  color: #fff;
  text-align: center;
  line-height: 100%;
}

.coupon-list .btn-delete span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.no-more {
  width: 4.5rem;
  margin-left: 1.5rem;
  height: 1px;
  background-color: #e0e0e0;
  display: inline-block;
  position: relative;
}

.no-more::before {
  position: absolute;
  content: '没有更多了';
  width: 1.8rem;
  left: 50%;
  background-color: #f5f5f5;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #b0b0b0;
}

/*确认订单-选择优惠券*/
.select-coupon .coupon-list-item {
  width: 100%;
}

.select-coupon .coupon-content {
  padding-right: .35rem;
}

.select-coupon .label-radio {
  position: absolute;
  top: .8rem;
  right: 0;
}

.coupon-past {
  position: absolute;
  bottom: .1rem;
  right: .1rem;
  width: 1.32rem;
  height: 1.32rem;
  background: url(../imgs/past.png);
  background-size: cover;
}

/*物流详情*/
.myOrder-list-item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: .2rem;
}

.logistics-inf::after, .logistics-inf li::before, .logistics-inf li::after {
  content: '';
  position: absolute;
}

.logistics-pho {
  width: 1.07rem;
  height: 1.07rem;
  margin-bottom: .1rem;
  float: left;
  margin-right: .1rem;
}

.logistics-pho img {
  width: 100%;
  height: 100%;
}

.package-num {
  width: 7.02rem;
  height: .8rem;
  line-height: .8rem;
  color: #010101;
  font-size: .32rem;
}

.text-height5 {
  height: .6rem;
  line-height: .6rem;
}

.logistics-order {
  position: relative;
}

.logistics-order .receive {
  color: #02ca99;
}

.logistics-state {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logistic-detail {
  padding: .34rem .24rem .3rem;
  overflow: hidden;
}

.logistic-detail .logistics-pho {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #d2d2d2;
  position: relative;
}

.pro-img-num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.logistics-inf {
  height: 100%;
  position: relative;
  bottom: 0;
  overflow: hidden;
  padding: .5rem .24rem .3rem .5rem;
}

.logistics-inf li {
  position: relative;
  padding: 0 .4rem .2rem;
}

.logistics-inf li::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d2d2d2;
}

.logistics-inf li::after {
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #ccc;
  left: -.1rem;
  top: -.1rem;
}

.logistics-inf li.current::after {
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background-color: #55c883;
  left: -.2rem;
  top: -.2rem;
  border: 4px solid #aae3c1;
}

.logistics-inf li.current .g7, .logistics-inf li.current .g7 {
  color: #55c883;
}

/*关于我们*/
.about {
  text-align: center;
  margin: 1rem 0;
}

.about img {
  width: 2.5rem;
  height: 2.5rem;
}

.about-foot {
  position: fixed;
  color: #a2a2a2;
  font-size: .22rem;
  bottom: .35rem;
  text-align: center;
  width: 7.5rem;
  left: 50%;
  margin-left: -3.75rem;
}

/*隐私政策*/
.mt50 {
  margin-top: .5rem;
}

.mt45 {
  margin-top: .45rem;
}

.privacy p {
  text-align: justify;
}

.btn-submit {
  margin-top: .8rem;
  margin-left: .48rem;
  margin-right: .48rem;
}