.yg-popups {
  &-outer {
    width: 622rpx;
    max-height: 52vh;
    background-color: #fff;
    border-radius: 32rpx;
    display: flex;
    flex-direction: column;
    margin-top: -2vh;
    position: relative;
  }
  &-out {
    padding: 48rpx;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
  }
  &-icon {
    width: 88rpx;
    height: 88rpx;
    position: absolute;
    left: 50%;
    bottom: -122rpx;
    transform: translate(-50%, 0);
    color: #fff;
  }
  &-scroll {
    flex: 1;
    // height: 0;
    overflow: hidden;
    font-size: 28rpx;
    color: #333;
    word-break: break-all;
    scroll-view {
      height: 100%;
      -webkit-overflow-scrolling: touch;
    }
  }

  &-title {
    font-size: 32rpx;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 44rpx;
    text-align: center;
    margin-bottom: 16rpx;
    flex-shrink: 0;
  }
  &-foot {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
  }
  &-primary {
    padding: 16rpx 48rpx 32rpx;
  }
  &-plain {
    height: 96rpx;
    font-size: 32rpx;
    border-top: 1rpx solid #ebedf0;
    .yg-main-color {
      font-weight: bold;
    }
  }
  &-btn {
    height: 72rpx;
    font-size: 28rpx;
  }
  &-dish {
    flex: 1;
    &:not(:last-child) {
      border-right: 1rpx solid #ebedf0;
    }
  }
}
