.form-select {
  position: relative;
}
.form-select_center {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  .label {
    position: relative;
    width: auto;
    margin-bottom: 15rpx;
    color: #333;
  }
  .placeholder {
    color: #999;
    font-size: 28rpx;
  }
  .asterisk {
    position: absolute;
    right: 6rpx;
    /* #ifndef APP-NVUE */
    height: 30rpx;
    top: 20%;
    transform: translateY(-20%);
    line-height: 1.15;
    /* #endif */
    /* #ifdef APP-NVUE */
    flex: 1;
    align-items: center;
    justify-content: center;
    line-height: 1;
    /* #endif */
  }
}
.ui-cell__arrow {
  height: 10px;
  width: 10px;
  border-width: 2px 2px 0 0;
  border-color: #c0c0c0;
  border-style: solid;
  -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 30rpx;
}
.border-bottom {
  position: absolute;
  bottom: 0;
  /* #ifdef APP-NVUE */
  height: 0.5px;
  z-index: -1;
  /* #endif */
  /* #ifndef APP-NVUE */
  height: 1px;
  -webkit-transform: scaleY(0.5) translateZ(0);
  transform: scaleY(0.5) translateZ(0);
  transform-origin: 0 100%;
  z-index: 1;
  /* #endif */
}
.popup-box {
  padding-bottom: 50rpx;
  .title {
    font-size: 30rpx;
    color: #000000;
    box-sizing: border-box;
    padding: 40rpx 48rpx;
    padding-bottom: 0;
  }
  .radio-center {
    // padding: 0 25rpx;
    display: flex;
    align-items: center;
    .text {
      font-size: 30rpx;
      color: #010101;
      // font-weight: 500;
      margin-left: 25rpx;
    }
    .item-value {
      display: flex;
      align-items: center;
    }
  }
  .tools {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30rpx;
  }
}
.form-value {
  // color: #333;
  // font-weight: 500;
}
