.main-card {
  background: #f5f7fa;
  border-radius: 0;
  padding: 0.24rem;
  box-shadow: none;
  transition: all 0.3s ease;
}
.main-title {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.24rem;
}
.search-box {
  margin-top: -0.48rem;
  margin-bottom: 0.16rem;
  text-align: right;
}
.search-box .el-input {
  width: 3.2rem;
  border-radius: 0.04rem;
  transition: all 0.3s ease;
}
.search-box .el-input .el-input__inner {
  height: 40px;
  line-height: 40px;
  border-radius: 0.04rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}
.search-box .el-input .el-input__inner:hover {
  border-color: #40a9ff;
}
.search-box .el-input .el-input__inner:focus {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.table-name {
  display: flex;
  align-items: center;
}
.goods-name {
  color: #333333;
  font-weight: 600;
  font-size: 0.16rem;
  transition: all 0.3s ease;
}
.goods-name:hover {
  color: #1890ff;
}
.el-link.el-link--primary {
  margin-left: 0.08rem;
  color: #1890ff;
  font-size: 0.14rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
.el-link.el-link--primary:hover {
  color: #40a9ff;
  text-decoration: none;
}
.table-content {
  font-size: 0.14rem;
}
.goods-table {
  margin-top: 0.12rem;
  width: 100%;
  text-align: left;
  border: 1px solid #f0f0f0;
  border-radius: 0.04rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #ffffff;
}
.goods-table thead {
  line-height: 0.44rem;
  background: #fafafa;
  height: 0.44rem;
  color: #666666;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.goods-table thead th {
  padding: 0.12rem 0.16rem;
  font-size: 0.14rem;
}
.goods-table tbody tr {
  transition: all 0.2s ease;
}
.goods-table tbody tr:hover {
  background: #fafafa;
}
.goods-table tbody tr td {
  padding: 0.2rem 0.16rem;
  border-bottom: 1px solid #f0f0f0;
}
.description-box {
  width: 5.5rem;
}
.price-box {
  width: 4rem;
}
.total-box {
  min-width: 1.5rem;
}
.num-box {
  width: 2.4rem;
}
.action-box {
  width: 1rem;
}
.delete-btn {
  cursor: pointer;
  font-size: 0.18rem;
  color: #ff4d4f;
  transition: all 0.3s ease;
  padding: 0.08rem;
  border-radius: 0.04rem;
}
.delete-btn:hover {
  background: #fff1f0;
  color: #ff4d4f;
  transform: scale(1.1);
}
.item-price {
  color: #333333;
  font-weight: 400;
  font-size: 0.14rem;
}
.item-total {
  font-size: 0.16rem;
  font-weight: 700;
  color: #ff4d4f;
}
.original-price {
  text-decoration: line-through;
  color: #999999;
}
.discount-codeNumber {
  font-size: 0.12rem;
  font-weight: bold;
  color: var(--color-discount-num);
}
.remove-discountCode {
  cursor: pointer;
  margin-left: 0.09rem;
}
.shopping-goods {
  margin-bottom: 0.16rem;
  background: #ffffff;
  border-radius: 0.04rem;
  padding: 0.2rem;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.shopping-goods:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #1890ff;
}
.goods-box {
  padding-bottom: 1.6rem;
}
.el-footer {
  width: calc(100vw - 160px);
  padding-left: 2.1rem;
  padding-right: 1.2rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  height: 1.6rem !important;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index: 9;
  border-top: 1px solid #e8e8e8;
}
.footer-box {
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-goods-td {
  display: flex;
  align-items: center;
  width: 4.8rem;
}
.no-goods-tips {
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}
.buy-again-btn {
  margin-left: 0.1rem;
  background: #1890ff;
  height: 0.32rem;
  min-width: 0.6rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.buy-again-btn:hover {
  background: #40a9ff;
}
.footer-left {
  color: #333333;
  font-size: 0.18rem;
}
.footer-right {
  font-size: 0.14rem;
  color: #1e2736;
  display: flex;
  align-items: center;
}
.total-price {
  font-weight: 700;
  font-size: 0.28rem;
  color: #ff4d4f;
}
.text-red {
  color: #ff4d4f;
}
.goods-info {
  margin-bottom: 0.08rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  padding: 0.06rem 0.08rem;
  background: #fafafa;
  border-radius: 0.04rem;
  transition: all 0.3s ease;
}
.goods-info:hover {
  background: #f0f0f0;
}
.goodsInfo-price {
  color: #ff4d4f;
  font-weight: 600;
}
.goodsInfo-type {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  color: #666666;
}
.goodsInfo-name {
  color: #757575;
}
.buy-btn {
  margin-left: 0.4rem;
  width: 2.04rem;
  height: 0.4rem;
  background: #1890ff;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.buy-btn:hover {
  background: #40a9ff;
  box-shadow: 0 4px 8px rgba(24, 144, 255, 0.3);
}
.buy-btn:active {
  background: #096dd9;
}
.delect-btn {
  margin: 0 0.4rem;
}
.mar-left-24 {
  margin-left: 24px;
}
.info-box {
  width: 90%;
}
.all-check .el-checkbox__label {
  color: #333333;
  font-size: 0.18rem;
}
.qty-num {
  color: #999999;
  height: 0.13rem;
  margin-top: 0.08rem;
  font-size: 0.12rem;
  font-weight: 400;
}
.qty-tips {
  margin-top: 0.16rem;
  font-size: 0.12rem;
  color: #1890ff;
  font-weight: 400;
}
.red-text {
  color: var(--color-danger);
}
.discount-box {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.05rem;
  row-gap: 0.05rem;
}
@media screen and (max-width: 750px) {
  .table-content {
    overflow-x: auto;
  }
  .search-box .el-input {
    width: 4.2rem;
  }
  .description-box {
    min-width: 5.5rem;
  }
  .price-box {
    min-width: 4rem;
  }
  .num-box {
    min-width: 2.5rem;
  }
  .action-box {
    min-width: 1.5rem;
  }
  .el-footer {
    padding: 0 0.3rem;
    width: 100%;
  }
  .el-input .el-input__inner {
    font-size: inherit !important;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    color: #333333;
    font-size: 0.18rem;
  }
  .delect-btn {
    margin: 0;
  }
  .footer-right {
    font-size: 0.14rem;
    color: #1e2736;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .delect-goods {
    color: var(--color-danger);
  }
  .buy-btn {
    margin-left: 0;
    margin-top: 0.2rem;
    width: 2.04rem;
    height: 0.46rem;
    background: var(--color-primary);
    border-radius: 0.04rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #ffffff;
  }
}
