.view-content {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    overflow: hidden;
}



.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-row {
    display: flex;
    flex-direction: row !important;
}

.text_right {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text-bold {
    font-weight: 550;
}

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 处理自定义日期选择框样式 */
.custom-picker-date .van-picker-column {
    border-left: 6rpx !important;
    background: #E1E1E1 !important;
    background-image: url('https://bl-1314827392.cos.ap-shanghai.myqcloud.com/uploads/20230904/O0d5Dzn6km1kVDVSr02CZ205002025i2.png') !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.custom-picker-date .van-picker__frame {
    display: none;
}