.picker {
    border: 1px solid white;
    border-radius: 25px;
    background: rgb(247, 247, 247);
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
    color: #888;
    float: left;
    width: 165px;
}

.left {
    margin: 9px 4px 9px 12px;
}

.right {
    margin: 9px 12px 9px 4px;
}
/* 提现明细列表 */

.widget-list {
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
}

.widget__detail {
    padding: 10px 7px;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}

    .widget__detail .detail__money {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .widget__detail .detail__reason {
        margin-top: 8px;
        color: #8e84fc;
    }

.add {
    color: green !important;
}

.delete {
    color: red !important;
}


/* 搜索 */
.hearder-view {
    height: 46px;
}

.header-search .header-title {
    flex: 1;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.hearder-container {
    top: 0;
    width: 100vw;
    z-index: 999;
    margin: 0px;
}

.header-search {
    display: flex;
    align-items: center;
    width: 351px;
    margin: 0 12px 0 12px;
    height: 46px;
    box-sizing: border-box;
}

    .header-search .header-search-view {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1;
        height: 35px;
        padding: 3px;
        padding-left: 15px;
        background-color: #fff;
        border-radius: 35px;
        box-sizing: border-box;
        border: 1px solid lightgray;
    }

    .header-search .header-top_rightButton {
        position: relative;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-shrink: 0;
        width: 85px;
        height: 29px;
        font-size: 14px;
        font-weight: bold;
        margin-left: 6px;
        border-radius: 28px;
        line-height: 29px;
    }

    .header-search .header-top_rightButton2 {
        position: fixed;
        right: 12px;
        color: white;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-shrink: 0;
        width: 85px;
        height: 29px;
        font-size: 14px;
        font-weight: bold;
        margin-left: 6px;
        border-radius: 28px;
        line-height: 29px;
    }

.smooth-btn {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
}

.header-search .header-search-view .imitate-view {
    color: #999999;
}

.header-search .header-search-view .search-input {
    flex: 1;
    height: 100%;
    margin-left: 6px;
    font-size: 13px;
    border: none;
}

.flex-ac {
    display: flex;
    align-items: center;
}

.search_icon {
    flex-direction: row;
    align-items: center;
}

.search_btn {
    color: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 117, 47) 0%, rgb(247, 75, 59) 100%);
    width: 68px;
    height: 29px;
    font-size: 13px;
    border-radius: 17px;
    padding: 0;
    display: inline-block;
    line-height: 2.3;
    text-align: center;
    border: none;
}