.cartLine {
    height: 40px;
    line-height: 40px;
    background: #e4e4e4;
    padding: 10px 200px 10px 22px;
    position: relative;
}

.rightNr {
    min-height: auto;
}

.cartHeader {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    margin-top: 18px;
    font-size: 14px;
}

.cartBody {
    padding: 20px;
}
.cartEmpty {
    text-align: center;
    margin: 40px;
}
.cartEmpty img{
    width: 120px;
    height: 120px;
}

.cartEmpty p {
    line-height: 40px;
}

.cartRow {
    height: 102px;
    padding: 20px 0;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    background-color: #Fdf6f6;
    margin-bottom: 30px;
}

.cartRow .lt,
.cartHeader .lt {
    text-align: center;
}

.cartHeader .lt:nth-child(1) {
    text-align: left;
}

.cartHeader .lt {
    font-weight: bold;
}

.shopName {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.shopName .lt {
    margin-left: 8px;
}

.shopName .rt {
    margin-right: 9px;
}

/* .buyPosition {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: 100px;
    margin-left: -400px;
    border: #e8e8e8 solid 1px;
} */

.cartPrice {
    margin-right: 20px;
}

b,
.bd {
    font-weight: bold;
}

.font20 {
    font-size: 20px;
}

.goodsN {
    margin: 0 3px;
}

.minw42 {
    max-width: 36px;
}

.addBtn {
    min-width: 32px;
    background: url(../img/plus.png) no-repeat center center;
}

.remBtn {
    min-width: 32px;
    background: url(../img/minus.png) no-repeat center center;
}

.allLink {
    display: block;
    margin-right: 15px;
    cursor: pointer;
    line-height: normal;
    margin-top: 11px;
    transition: 0.3s;
}

.allLink:hover {
    color: #ff5722;
}

/* 购物车图片 */
.cart-goodImg {width: 102px; height: 102px; border: 1px solid #CECECE; display: inline-block;}
.cart-item {display: inline-block; margin-left: 20px;}

.imgW {width: 190px;}
.infoW {width: 240px; padding: 0 10px;}
.spicW {width: 176px;}
.priceW {width: 138px;}
.numW {width: 134px;}
.numW .layui-btn-group {
    display: flex;
}
.moneyW {width: 126px;}
.opW {width: 122px;}
.mt40 {margin-top: 40px;}
.mt35 {margin-top: 35px;}
.cart-flex {display: flex; height: 102px; align-items: center; justify-content: center;}
.cart-center {text-align: left;}
.op-flex  {display: flex;  height: 50px;  flex-direction: column; justify-content: space-between; padding: 25px 0;}
.content  {padding: 0;}
.space_white {height: 50px;background-color: #f2f2f2;}
.cart-btn {width: 180px; height: 60px; position: absolute; right: 0; top: 0;}
body {
    background: #f2f2f2;
  }

  .card {
    background: #fff;

  }
  .cart {
    margin-top: 24px;
  }

  .tab_line {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    background: #fff;
  }

  .tab_line .tab_item {
    display: inline-block;
    font-size: 16px;
    padding: 0 22px;
    font-weight: 900;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .tab_line .tab_item.active {
    color: #FD1718;
    border-bottom: 2px solid #FD1718;
  }

  .tab_line .item-line {
    vertical-align: top;
    display: inline-block;
    height: 31px;
    width: 2px;
    background-color: #E5E5E5;
  }

  .gray_line {
    top: -2px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    position: relative;
  }

  i {
    font-style: normal;
  }

  .gray_button {
    background: #A5A5A5;
    margin-right: 20px;
  }

  .money-value {
    font-weight: bold;
    color: #FD1718;
    margin: 0 10px;
  }

  .all_goods {
      margin-bottom: 60px;
  }