.bar-bottom {
  margin-bottom: 55px !important; }

.member-user-info {
  margin: 0; }

.member-sku {
  background: white;
  margin-bottom: 10px;
  padding: 0 20px; }
  .member-sku .title {
    line-height: 48px;
    font-weight: bold; }
  .member-sku ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .member-sku ul li {
      width: 48.3%;
      height: 95px;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      border: 1.5px #e4e4e4 solid;
      border-radius: 6px;
      box-sizing: border-box;
      margin-bottom: 3vw;
      text-align: center;
      position: relative; }
      .member-sku ul li p, .member-sku ul li del {
        font-size: 12px;
        color: #999; }
      .member-sku ul li p {
        width: 100%;
        margin-top: 4px; }
      .member-sku ul li del {
        align-self: flex-end;
        margin-left: 3px; }
      .member-sku ul li h3 {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 4px;
        width: 100%;
        color: #333; }
      .member-sku ul li span {
        display: inline-block;
        vertical-align: text-bottom;
        color: #ff6534;
        font-weight: bold;
        font-size: 27px;
        line-height: 1; }
        .member-sku ul li span::before {
          font-size: 12px;
          margin-right: 5px; }
      .member-sku ul li em {
        position: absolute;
        top: -4px;
        right: -4px;
        font-size: 11px; }
        .member-sku ul li em i {
          display: inline-block;
          min-width: 34px;
          padding: 0 5px;
          line-height: 15px;
          height: 15px;
          background: #0063f8;
          background-image: linear-gradient(to bottom, #16aaff, #0063f8);
          background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#16aaff), to(#0063f8));
          background-image: -moz-linear-gradient(to bottom, #16aaff, #0063f8);
          box-shadow: 0px 3px 4px 0 rgba(3, 90, 221, 0.24);
          border-radius: 3px;
          box-sizing: border-box;
          color: #fff;
          font-style: normal;
          font-weight: bold; }
      .member-sku ul li.active {
        border-color: #ff9333;
        box-shadow: 0px 6px 12px 0 rgba(255, 147, 51, 0.22);
        background: rgba(255, 147, 51, 0.12); }
  .member-sku .avInfo {
    padding-bottom: 15px;
    position: relative; }
    .member-sku .avInfo input {
      position: absolute;
      opacity: 0; }
    .member-sku .avInfo span {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }

.coupon-menu,
.paytype {
  background: white;
  margin-bottom: 10px; }
  .coupon-menu dl,
  .paytype dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    position: relative; }
    .coupon-menu dl input,
    .paytype dl input {
      position: absolute;
      opacity: 0; }
    .coupon-menu dl dt i, .coupon-menu dl dt span,
    .paytype dl dt i,
    .paytype dl dt span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
    .coupon-menu dl dd span,
    .paytype dl dd span {
      font-size: 12px;
      color: #999; }
    .coupon-menu dl dd .list_arrow_icon,
    .paytype dl dd .list_arrow_icon {
      margin-left: 3px; }
    .coupon-menu dl dd strong,
    .paytype dl dd strong {
      font-weight: normal; }

.rights-interests {
  background: white;
  margin-bottom: 10px; }
  .rights-interests .title {
    padding: 0 20px;
    line-height: 48px;
    font-weight: bold; }
  .rights-interests ul {
    display: flex;
    flex-wrap: wrap; }
    .rights-interests ul li {
      width: 25%;
      text-align: center;
      margin-bottom: 22px;
      font-size: 12px;
      color: #666; }
      .rights-interests ul li i {
        margin-bottom: 5px; }

.member-bottom-menu {
  background: white;
  text-align: center;
  margin-bottom: 10px; }
  .member-bottom-menu a {
    width: 50%;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #666;
    position: relative; }
    .member-bottom-menu a::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 14px;
      border-left: 1px #e4e4e4 solid; }
  .member-bottom-menu a:first-child::before {
    border-left: 0; }

.total {
  background: white;
  box-shadow: 0px -2px 4px 0 rgba(176, 176, 176, 0.17);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  line-height: 45px; }
  .total .total-info {
    font-weight: bold;
    margin-left: 20px; }
  .total .pay-btn {
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ff6534;
    background-image: linear-gradient(to bottom, #ff7132, #ff6534);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff7132), to(#ff6534));
    background-image: -moz-linear-gradient(to bottom, #ff7132, #ff6534); }

.monthly-layer .layer-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
.monthly-layer .monthly-con {
  padding: 0 20px; }
  .monthly-layer .monthly-con ul {
    padding-left: 12px;
    margin-bottom: 10px; }
    .monthly-layer .monthly-con ul li {
      list-style: initial;
      font-size: 12px;
      line-height: 2; }
  .monthly-layer .monthly-con .layer-btn {
    background: #eee1b5;
    background-image: linear-gradient(to right, #f4eccb, #e6d59e);
    background-image: -webkit-gradient(linear, 0 0, 0 right, from(#f4eccb), to(#e6d59e));
    background-image: -moz-linear-gradient(to right, #f4eccb, #e6d59e);
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px; }
  .monthly-layer .monthly-con a {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #8d7940; }

/*# sourceMappingURL=goods.css.map */
