.yg-multi {
  $barH: 96rpx;
  color: #999;
  z-index: 10;

  &-bars {
    background: #fff;
  }

  &-wrap {
    position: relative;
  }

  &-first {
    border-bottom: 1rpx solid #f3f8fb;
    padding: 0 28rpx;
    height: 76rpx;
    line-height: 100%;
  }

  &-secord {
    padding: 0 28rpx;
  }

  &-oIcon {
    margin-left: 8rpx;
    color: #dcdee0;
    transition: transform 0.15s linear;
    font-size: 28rpx;
  }

  &-sort {
    flex: 1;

    &:not(:last-child) {
      border-right: 1rpx solid #f3f8fb;
    }

    &.active {
      font-weight: bold;
      color: #333333;

      .iconfont {
        color: var(--yg-main-color);
        font-weight: normal;
        transform: rotate(180deg);
      }
    }
  }

  &-option {
    font-size: 28rpx;
    height: 76rpx;
    line-height: 100%;
    padding: 0 12rpx;
    position: relative;

    &.act {
      font-weight: bold;
      color: #333333;

      &::after {
        content: '';
        width: 100%;
        height: 6rpx;
        background: var(--yg-main-color);
        border-radius: 8rpx;
        position: absolute;
        bottom: 0;
      }
    }
  }

  &-third {
    width: 100%;
    max-height: 40vh;
    // overflow-y: scroll;
    background: #ffffff;
    color: #333333;
    font-size: 28rpx;
    padding: 0 64rpx;
    display: flex;
    flex-direction: column;
    border-top: 1rpx solid #f3f8fb;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  }

  &-item {
    height: 76rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28rpx;
    color: #666;

    &.active {
      font-weight: bold;
      color: #333333;
    }
  }

  .iconradio-select {
    color: var(--yg-main-color);
  }
}