.asp-mp-dropdown-menu {
  width: 750rpx;
  height: 96rpx;
  // background: rgba(0, 0, 0, 0.65);
  // position: absolute;
  // top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: floor($number: 0);
  z-index: 99;
  &__title {
    width: 750rpx;
    height: 96rpx;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.08);
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 32rpx;
    color: rgba(0, 0, 0, 0.85);
  }
  &__list {
    width: 100vw;
    min-height: 100rpx;
    max-height: 700rpx;
    overflow: scroll;
    background: #ffffff;
    z-index: 90;
    &-item {
      height: 96rpx;
      width: 100vw;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      font-size: 28rpx;
      color: rgba(0, 0, 0, 0.85);
      text-align: center;
      .checkbox {
        position: absolute;
        left: 32rpx;
      }
    }
    .active {
      color: rgb(99, 154, 231) !important;
    }
  }
  &__footer {
    height: 128rpx;
    padding: 0 32rpx;
    position: relative;
    top: -20rpx;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 4rpx 24rpx 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 16rpx 16rpx;
    &-all {
      flex: 1;
      height: 88rpx;
      line-height: 88rpx;
      font-family: SourceHanSansCN-Regular;
      font-weight: 400;
      font-size: 44rpx;
      color: rgba(0, 0, 0, 0.85);
    }
    &-btn {
      flex: 1;
      height: 88rpx;
      margin: 0 9px;
      letter-spacing: 6rpx;
      line-height: 88rpx;
      text-align: center;
      border-radius: 8rpx;
      background: #ffffff;
      border: 2rpx solid #1372f0;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      font-size: 36rpx;
      color: #1372f0;
      &:last-child {
        color: #fff;
        background: #1372f0;
      }
    }
  }
}

.active-show {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
}
