.sort-item[data-v-667a6e5d] {
  width: 100%;
  margin-bottom: 5.333333vw;
}
.sort-item-title[data-v-667a6e5d] {
  font-size: 4vw;
  color: #333;
  font-weight: bold;
  margin-bottom: 2.666667vw;
}
.sort-item-content[data-v-667a6e5d] {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sort-item-content .content-item[data-v-667a6e5d] {
  width: 21.333333vw;
  height: 10.666667vw;
  text-align: center;
  line-height: 10.666667vw;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 1.066667vw;
  color: #333;
  font-size: 3.2vw;
  border: 1px solid #F8F8F8;
  margin-right: 2.666667vw;
  margin-bottom: 2.666667vw;
}
.sort-item-content .content-item[data-v-667a6e5d]:nth-of-type(4n) {
  margin-right: 0;
}
.sort-item-content .content-item-act[data-v-667a6e5d] {
  color: #FF2B47;
  background: #FFF0F1;
  border: 1px solid #FF2B47;
}

.sort-dialog[data-v-3c465347] {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 13.333333vw;
  left: 0;
  z-index: 9;
}
.sort-container[data-v-3c465347] {
  width: 100%;
  box-sizing: border-box;
  padding: 4vw 3.2vw 3.466667vw;
  background: #fff;
  border-radius: 0 0 4vw 4vw;
  margin-bottom: 8vw;
}
.btn-cancel[data-v-3c465347],
.btn-confirm[data-v-3c465347] {
  width: 25.333333vw;
  height: 11.733333vw;
  text-align: center;
  line-height: 11.733333vw;
  border-radius: 1.066667vw;
  font-size: 4vw;
  font-weight: bold;
  color: #333;
}
.btn-cancel[data-v-3c465347] {
  background: #F2F2F2;
}
.btn-confirm[data-v-3c465347] {
  width: 64.266667vw;
  color: #fff;
}

.blockCate[data-v-09d0b725] {
  width: 100%;
  height: 14.4vw;
  padding: 3.2vw 0 3.2vw 3.2vw;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  word-break: keep-all;
  background: #f8f8f8;
}
.blockCate[data-v-09d0b725]::-webkit-scrollbar {
  display: none;
  /*隐藏滚轮*/
}
.blockCate .item-block[data-v-09d0b725] {
  height: 8.533333vw;
  line-height: 8.533333vw;
  text-align: center;
  background: #fff;
  border-radius: 1.6vw;
  padding: 0 3.2vw;
  box-sizing: border-box;
  margin-right: 3.2vw;
  font-size: 3.466667vw;
}
.blockCate .item-block.red[data-v-09d0b725] {
  color: #fff;
  font-weight: bold;
  background: #ff2b47;
}

