.rmc-picker,
.rmc-multi-picker {
  height: 132px;
  /*44*3*/
}
.rmc-multi-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.rmc-picker-item {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.rmc-picker {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}
.rmc-picker-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, #3C0EA0 0%, rgba(60,14,160,0.00) 100%), linear-gradient(to top, #3C0EA0 0%, rgba(60,14,160,0.00) 100%);
  background-position: top, bottom;
  background-size: 100% 204px;
  background-repeat: no-repeat;
}
.rmc-picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rmc-picker-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1PX solid rgba(246,246,246,0.4);
  border-bottom: 1PX solid rgba(246,246,246,0.4);
}

.rmc-picker:first-child .rmc-picker-item{
  text-align: left;
}

.rmc-picker:last-child .rmc-picker-item{
  text-align: right;
}

.rmc-picker-popup-button{
  background-image: linear-gradient(90deg, #66F2FF 0%, #94FF56 96%);
  border-radius: 22px;
  font-size: 15px;
  width: 335px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.rmc-picker-popup-icon-close{
  width: 2.5rem;
  height: 2.5rem!important;
  padding-top: 0!important;
  margin-top: 10px;
}