.manage-cart {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 12.8vw;
  padding: 0 5.333vw;
  line-height: 12.8vw;
  background: white;
}
.cart-detail {
  border-radius: 2.133vw;
}
.cart-detail-company {
  margin-left: 5.333vw;
  font-size: 3.733vw;
  font-weight: bold;
  color: #00243d;
}
.van-checkbox__label {
  margin-left: 2.133vw;
  line-height: 5.333vw;
  color: #00243d;
}
.delete-button {
  height: 100%;
}
.company-goods {
  padding-bottom: 0;
  margin-top: 2.667vw;
  background: white;
  border-radius: 2.133vw;
}
.company-goods-detail {
  display: flex;
  justify-content: left;
}
.company-goods-detail img {
  display: block;
  width: 23.467vw;
  height: 23.467vw;
}
.company-goods-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2.667vw;
}
.van-stepper--round .van-stepper__plus {
  color: #ffffff;
  background-color: #58acc4 !important;
}
.van-stepper--round .van-stepper__minus {
  color: #58acc4;
  background-color: #ffffff;
  border: 1px solid #58acc4;
}
.no-data {
  padding-top: 40vw;
  text-align: center;
}
.no-data > img {
  display: inline-block;
  width: 77.333vw;
  margin-bottom: 5.333vw;
}
.no-data-title {
  margin-bottom: 2.667vw;
  font-size: 4.267vw;
  font-weight: 400;
  color: #666666;
}
.no-data-txt {
  margin-bottom: 2.667vw;
  font-size: 3.733vw;
  color: #999999;
}
.no-data-btn {
  height: 9.067vw;
  padding: 0 5.333vw;
  line-height: 8.533vw;
}
.operator-footer {
  position: fixed;
  bottom: calc(13.333vw + env(safe-area-inset-bottom));
  z-index: 200;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 16.533vw;
  background: white;
}

