.text_pink {
    color: #ff6681;
}


.search_fif .search_fif_t {
    padding: 10px 0;
}

.search_fif_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.search_fif_box .condition {
    height: 8.53333vw;
    line-height: 8.53333vw;
    border-radius: 4.26667vw;
    background: #f8f8f8;
    font-size: 3.2vw;
    color: #333;
    text-align: center;
}

.search_fif_box .on {
    background: #ffe0e8;
    color: #ff6681;
}
.edit-btn{
    display: flex;
    align-items: center;
}
.user_right{
    width: 12px;
    height: auto;
    margin-left: 5px;
}
.more_icon {
    width: auto;
    height: 12px;
}

.back-to-top{bottom:var(--box-bottom)}


.label-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2vw;
}

.label-item {
    color: #666;
    line-height: 1;
    padding: 1.6vw 2.66667vw;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4.26667vw
}

.label-item.active {
    background: #ff6681;
    color: #fff
}



.zhiye-item {
    color: #666;
    line-height: 1;
    padding: 1.6vw 2.66667vw;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4.26667vw
}

.zhiye-item.active {
    background: #ff6681;
    color: #fff
}
.hope-item {
    color: #666;
    line-height: 1;
    padding: 1.6vw 2.66667vw;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4.26667vw
}

.hope-item.active {
    background: #ff6681;
    color: #fff
}
.my-item {
    color: #666;
    line-height: 1;
    padding: 1.6vw 2.66667vw;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4.26667vw
}

.my-item.active {
    background: #ff6681;
    color: #fff
}
.id_img{
    width: 18px;
}
.dis_al_end{
    display: flex;
    align-items: flex-end;
}
.dis_al{
    display: flex;
    align-items: center;
}
