.mf601-cloud-buy-wrap {
  --mf601-order-ink: #111111;
  --mf601-order-muted: #6b7280;
  --mf601-order-line: rgba(31, 41, 55, 0.14);
  --mf601-order-panel: rgba(255, 255, 255, 0.62);
  --mf601-order-soft: rgba(255, 255, 255, 0.42);
}
.mf601-cloud-buy-wrap .mf601-order-section {
  min-height: 560px;
  padding: 0;
  background: transparent;
  margin-top: 0;
}
.mf601-cloud-buy-wrap .mf601-order-section[v-cloak] {
  display: none;
}
.mf601-cloud-buy-wrap .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  margin: 0 0 28px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.06);
}
.mf601-cloud-buy-wrap .select-box__label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}
.mf601-cloud-buy-wrap .mf601-mode-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 36px;
  padding: 3px;
  border-radius: 20px;
  background: rgba(31, 41, 55, 0.06);
}
.mf601-cloud-buy-wrap .mf601-mode-switch__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 32px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #86868b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.mf601-cloud-buy-wrap .mf601-mode-switch__item.active {
  background: #111111;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.16);
}
.mf601-cloud-buy-wrap .goods-page,
.mf601-cloud-buy-wrap .mf-cloud,
.mf601-cloud-buy-wrap .con,
.mf601-cloud-buy-wrap .card-item {
  background: transparent;
}
.mf601-cloud-buy-wrap .mf-cloud {
  padding: 0;
}
.mf601-cloud-buy-wrap .card-item,
.mf601-cloud-buy-wrap .el-form {
  border-radius: 4px;
}
.mf601-cloud-buy-wrap .card-item {
  margin-top: 24px;
  padding: 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mf601-cloud-buy-wrap .com-tit {
  color: var(--mf601-order-ink);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 1.4;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item,
.mf601-cloud-buy-wrap .mf-cloud .image-item,
.mf601-cloud-buy-wrap .mf-cloud .empty-image {
  background: var(--mf601-order-soft);
  border-color: var(--mf601-order-line);
  border-radius: 4px;
  box-shadow: none;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item {
  width: auto;
  min-height: 118px;
  padding: 16px;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item .inner {
  min-height: 0;
  padding-bottom: 0;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item .top {
  font-size: 14px;
  justify-content: center;
  text-align: center;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .info {
  margin: 12px 0 0;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .info p {
  font-size: 12px;
  line-height: 20px;
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item.active,
.mf601-cloud-buy-wrap .mf-cloud .image-item.active,
.mf601-cloud-buy-wrap .mf-cloud .image-item.hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: var(--mf601-order-ink);
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.08);
}
.mf601-cloud-buy-wrap .mf-cloud .cloud-box .cloud-item.active::after,
.mf601-cloud-buy-wrap .mf-cloud .image-item.active::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1d1d1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.mf601-cloud-buy-wrap .mf-cloud .image-box {
  width: 100%;
}
.mf601-cloud-buy-wrap .mf-cloud .image-ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mf601-cloud-buy-wrap .mf-cloud .image-item,
.mf601-cloud-buy-wrap .mf-cloud .empty-image {
  width: auto;
  margin: 0;
  min-height: 78px;
  padding: 10px 14px;
}
.mf601-cloud-buy-wrap .mf-cloud .image-item:hover {
  border-color: var(--mf601-order-ink);
  border-radius: 4px;
}
.mf601-cloud-buy-wrap .f-order {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(31, 41, 55, 0.08);
  box-shadow: 0 -18px 45px rgba(31, 41, 55, 0.12);
}
.mf601-cloud-buy-wrap .f-order .section {
  padding: 20px 24px;
  width: 1140px;
  margin: 0 auto;
}
.mf601-cloud-buy-wrap .f-order .section .right .buy {
  background: var(--mf601-order-ink);
  border-color: var(--mf601-order-ink);
  color: #ffffff;
}
.mf601-cloud-buy-wrap .f-order .section .right .add-cart {
  border-color: var(--mf601-order-ink);
  color: var(--mf601-order-ink);
}
.mf601-cloud-buy-wrap .f-order .section .bot-price .new,
.mf601-cloud-buy-wrap .f-order .section .demand-box .demand-fee,
.mf601-cloud-buy-wrap .f-order .section .mid.demand .bot-price .default-color,
.mf601-cloud-buy-wrap .f-order .section .bot-price .total-icon {
  color: var(--mf601-order-ink);
}
.mf601-product-selector {
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .mf601-cloud-buy-wrap .select-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }
  .mf601-cloud-buy-wrap .mf601-mode-switch {
    width: 100%;
    justify-content: space-between;
  }
}
