ol[data-v-2990cda0],
ul[data-v-2990cda0],
dl[data-v-2990cda0] {
  margin-bottom: 0;
}
.product-switch[data-v-2990cda0] {
  width: 76px;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 12px;
  margin-left: auto;
}
.product-switch svg[data-v-2990cda0] {
  padding: 6px;
  color: #888;
  fill: #888;
}
.product-switch .product-switch-active[data-v-2990cda0] {
  border-radius: 8px;
  background: #FFF4EB 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: #EF7843;
  fill: #EF7843;
}
.product-list-root[data-v-2990cda0] {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  width: 100%;
  max-height: 896px;
  overflow-y: auto;
  border-radius: 12px;
}
.product-list-root[data-v-2990cda0]::-webkit-scrollbar {
  max-width: 4px;
}
.product-list-root[data-v-2990cda0]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #EF7843;
}
.product-list-root[data-v-2990cda0]::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #ededed;
}
.product-list-root .product-item[data-v-2990cda0] {
  position: relative;
  overflow: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.product-list-root .product-item .product-cover[data-v-2990cda0] {
  background-origin: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/src/assets/svg/img-default.svg);
  background-color: #DDDDDD;
}
.product-list-root .product-item .product-information[data-v-2990cda0] {
  padding: 8px 12px;
}
.product-list-root .product-item .product-information .product-name[data-v-2990cda0] {
  height: 42px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font: normal normal bold 14px/21px Noto Sans;
  letter-spacing: 0px;
  color: #2F2F2F;
  text-align: left;
  margin-bottom: 4px;
}
.product-list-root .product-item .product-information .product-field[data-v-2990cda0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  font: normal normal normal 12px/18px Noto Sans;
  letter-spacing: 0px;
  color: #888888;
  text-align: left;
}
.product-list-root .product-item .product-information .product-field-label[data-v-2990cda0] {
  white-space: nowrap;
  margin-right: 8px;
  width: 48px;
}
.product-list-root .product-item .product-information .product-field-value[data-v-2990cda0] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 1px;
}
.product-list-root .product-item .product-information .product-action[data-v-2990cda0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 4px;
}
.product-list-root .product-item .product-information .product-action .product-price[data-v-2990cda0] {
  position: relative;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  font: normal normal bold 14px/21px Noto Sans;
  letter-spacing: 0px;
  color: #D5A85F;
}
.product-list-root .product-item .product-information .product-action .product-buy[data-v-2990cda0] {
  padding: 6px 16px;
  background: #EF8455 0% 0% no-repeat padding-box;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 14px/21px Noto Sans;
  letter-spacing: 0.22px;
  color: #FFFFFF;
  cursor: pointer;
}
.product-horizontal-list[data-v-2990cda0] {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
.product-horizontal-list .product-item[data-v-2990cda0] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 134px minmax(0, 1fr);
      grid-template-columns: 134px minmax(0, 1fr);
  border-radius: 8px 0px 0px 8px;
}
.product-horizontal-list .product-item .product-cover[data-v-2990cda0] {
  height: 134px;
}
.product-vertical-list[data-v-2990cda0] {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}
.product-vertical-list .product-item[data-v-2990cda0] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 220px minmax(0, auto);
      grid-template-rows: 220px minmax(0, auto);
  border-radius: 10px;
}
.product-vertical-list .product-item .product-cover[data-v-2990cda0] {
  height: 220px;
}
.product-vertical-list .product-item .product-information .product-name[data-v-2990cda0] {
  height: 42px;
  margin-bottom: 4px;
}
.product-vertical-list .product-item .product-information .product-field[data-v-2990cda0] {
  display: none;
  opacity: 0;
  visibility: hidden;
}


/*# sourceMappingURL=398.e271764d.css.map*/