::-webkit-scrollbar {
  display: none;
}
body {
  padding-bottom: 0;
}
.mask-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  text-indent: -99999px;
  background-color: rgba(0, 0, 0, 0.7);
}
.top-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.filter-bar-wrapper {
  z-index: 9;
  position: relative;
  height: 0.8rem;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(33, 33, 33, 0.05);
}
.filter-bar-wrapper .filter-bar {
  display: flex;
  justify-content: space-between;
  padding: 0 0.32rem;
}
.filter-bar-wrapper .filter-bar .bar-left {
  display: flex;
  flex: 1;
  max-width: 4.74rem;
  margin-right: 0.64rem;
  justify-content: space-between;
  align-items: center;
}
.filter-bar-wrapper .filter-bar .bar-left .bar-item {
  height: 0.8rem;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.8rem;
  color: #999999;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.filter-bar-wrapper .filter-bar .bar-left .bar-item.active {
  font-weight: bold;
  color: #5283ff;
}
.filter-bar-wrapper .filter-bar .bar-right {
  height: 0.8rem;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.8rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.filter-bar-wrapper .filter-bar .bar-right .bar-icon {
  width: 0.2rem;
  height: 0.12rem;
  margin-left: 0.12rem;
}
.filter-bar-wrapper .filter-bar .bar-right .num {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.26rem;
  color: #5283FF;
  width: 0.28rem;
  height: 0.28rem;
  border: 0.01rem solid #5283FF;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 0.1rem;
  text-align: center;
}
.filter-bar-wrapper .filter-bar .bar-right.active {
  color: #5283ff;
}
.filter-bar-wrapper .filter-panel {
  height: 9.3rem;
  background: #ffffff;
  padding-top: 0.16rem;
  box-sizing: border-box;
}
.filter-bar-wrapper .filter-panel .filter-list {
  height: 8.1rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.filter-bar-wrapper .filter-panel .filter-list .filter-item {
  padding: 0 0.32rem;
}
.filter-bar-wrapper .filter-panel .filter-list .filter-item .item-title {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.34rem;
  color: #333333;
}
.filter-bar-wrapper .filter-panel .filter-list .filter-item .inner-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
}
.filter-bar-wrapper .filter-panel .filter-list .filter-item .inner-list .inner-item {
  margin-right: 0.16rem;
  padding: 0 0.16rem;
  height: 0.54rem;
  border: 0.01rem solid #999BA9;
  border-radius: 0.1rem;
  margin-bottom: 0.16rem;
  line-height: 0.54rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999BA9;
}
.filter-bar-wrapper .filter-panel .filter-list .filter-item .inner-list .inner-item.active {
  background: #F1F5FF;
  border: 0.01rem solid #5283FF;
  color: #5283FF;
}
.filter-bar-wrapper .btn-group {
  display: flex;
  padding: 0 0.32rem;
  justify-content: space-between;
}
.filter-bar-wrapper .btn-group .filter-btn {
  width: 44vw;
  text-align: center;
  height: 0.88rem;
  background: #F4F5F8;
  border-radius: 0.1rem;
  font-size: 0.34rem;
  font-weight: 500;
  line-height: 0.88rem;
  color: #999BA9;
}
.filter-bar-wrapper .btn-group .filter-btn.btn-right {
  background: #5283FF;
  color: #ffffff;
}
.list-wrapper {
  margin-top: 1.95rem;
}
