.cartLine {
    height: 40px;
    line-height: 40px;
    /* background: #e4e4e4; */
    background: #fff;
    padding: 10px 200px 10px 22px;
    position:sticky;
    bottom: 0;
}

.address-box{
    margin-right: 10px;
    float: left;
    height: 20px;
    background-color: #f6f8fb;
    padding: 6px 14px;
    border-radius: 4px;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    padding-right: 34px; /* 为箭头留出空间 */
    font-weight: 600;
}

.arrow-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width:6px;
  height: 6px;
  /* border-left: 2px solid #333; */
  border-right: 2px solid #333;
  border-bottom: 2px solid #333; /* 向上箭头 */
  transition: transform 0.3s ease;
}

/* 向下箭头样式 */
.address-box.active .arrow-icon {
  transform: translateY(-50%) rotate(225deg);
  top:18px;
}

.showAddress{
    display: none;
    position: absolute;
    right: 122px;
    top: 70px;
    width: 900px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 5px;
}
.showAddress::before {
    content: '';
    position: absolute;
    right: 40px;
    top: -10px;
    width: 0;
    height: 0;
    /* 设置四周边框，其中底部边框为可见颜色，其他三边为透明 */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.payRow {
    width: 100%;
    float: left;
}

.paySelect {
    width: 300px;
    margin: 10px 0;
}
.payRowTitle {
    font-weight: bold;
    float: left;
}

.payRowLink {
    float: right;
    color: #005ea7;
    transition: 0.3s;
    cursor: pointer;
}

.down i {
    transform: rotate(180deg);
}

.payRowLink:hover,
.addressSet:hover {
    color: #ff5722;
}

.addressList,
.invoiceList {
    width: 88%;
    height: 40px;
    overflow: hidden;
    transition: 0.3s;
}

.invoiceList {
    height: auto;
}

.addressList li,
.invoiceList li {
    margin-top: 10px;
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 12px;
}

.addressList li:hover,
.invoiceList li:hover {
    background-color: #fff3f3;
}

.addressClick {
    display: block;
    float: left;
}

.addressClick {
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.addressList .active .addressClick,
.invoiceList .active .addressClick {
    border: 2px solid #e4393c;
    padding: 4px 9px;
    background: #fff url(../img/selected-icon.png) no-repeat right bottom;
}

.addressSet {
    float: right;
    color: #005ea7;
    cursor: pointer;
    display: none;
    margin-right: 15px;
}

.addressList li:hover .addressSet,
.invoiceList li:hover .addressSet {
    display: block;
}

.addressTxt {
    float: left;
    margin-left: 10px;
    color: #666;
}

.isDefault {
    background-color: #999;
    color: #fff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    border-radius: 2px;
}

.addressMore,
.invoiceMore {
    width: 8.8%;
    color: #666;
    cursor: pointer;
    margin-top: 16px;
    font-size: 12px;
    display: block;
    position: relative;
}

.invoiceMore {
    width: 6.8%;
}

.down i {
    transform: rotate(180deg);
}

.addressMore i,
.invoiceMore i {
    font-size: 12px;
    margin-left: 3px;
    transition: 0.3s;
    position: absolute;
    left: 50px;
    top: 2px;
}

.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;
    position: relative;
}

/* .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;word-wrap: break-word;word-break: break-all;white-space: normal;}
.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;
  }
.cart-center a{
    display: flex;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-items: center;
    display: -webkit-box;
}

  .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: #2F3089;
    border-bottom: 2px solid #2F3089;
  }

  .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;
  }

.layui-disabled i {
    background-color: #eee !important;
    cursor: not-allowed;
}