/* pages/components/voucher-select/index.wxss */

.voucher_select_max{
    padding:5rpx 25rpx;
    display: flex;
    background: #212737;
    position: relative;
    border-radius: 10rpx;
}

.voucher_select_min{
    width: calc(100% - 30rpx);
    
}
.voucher_select_for{
    height: 80rpx;
    line-height: 80rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.voucher_select_icon{
    width: 30rpx;
    height: 30rpx;
    position: relative;
    top: 25rpx;
}
.voucher_select_icon image{
    width: 100%;
    height: 100%;
}

.voucher_select_placeholder{
    color: #6777aa;
    height: 80rpx;
    line-height: 80rpx;
}
.option_list_max{
    height: 450rpx;
    overflow: auto;
}
.option_list_list{
    height: 90rpx;
    text-align: center;
    color: #546696;
    line-height: 90rpx;
}
.option_list_list.active{
    color: #ffffff;
}









.option_list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20rpx;
    color: #06d4f8;
  }
  .option_list_title_btn{
    color: #1989fa;
    font-size: 30rpx;
  }

.popup_style{
    background: #232a44 !important;
  }
.time_select_style{
    background: none !important;
}

.time_active_style{
    color: #ffffff !important;
}
.time_list_style{
    background: none !important;
    color: #546696 !important;
}