.show_mod {
    margin-left: 10px;
    border: 1px solid #ee545c;
    border-radius: 3px;
    display: inline-block;
    line-height: 14px;
    color: white;
}

.show_mod[value='1'] {
    background-color: #ee545c;
}

.show_mod[value='0'] {
    background-color: white;
}

.show_mod[lock='1'] {
    background-color: unset !important;
    border: unset !important;
}

.show_mod:not([lock='1']) img {
    height: 14px;
}

.show_mod[lock='1'] img {
    height: 16px;
}

li.special {
    display: none;
}

/*隐藏公告栏编辑工具中的插入图片，不再支持了*/
a.cke_button_image {
    display: none !important;
}

/*专辑推荐隐藏按钮*/
#albumListMod div.setting :not(:first-child) {
    display: none;
}

/*头条推荐隐藏按钮*/
#annMod div.setting :not(:first-child) {
    display: none;
}

.ulist_mod .user_name {
    text-overflow: ellipsis;
}

#vistorMod .ulist_mod li {
    width: 66px;
    margin: 0 5px 15px 5px;
}

#vistorMod .ulist_mod li a {
    word-break: break-word;
    white-space: nowrap;
    display: block;
    text-align: center;
    width: 100%;
}

#vistorMod .ulist_mod li p {
    font-size: .9em;
    word-break: break-word;
    white-space: nowrap;
    display: block;
    text-align: center;
    width: 100%;
}

#vistorMod .ulist_mod li img {
    margin: 0 8px 0 8px;
}

.vlist_mod .v_info {
    display: flex;
}

.vlist_mod .v_info .u_time {
    flex: 1;
    margin: unset !important;
}

.vlist_mod .v_info .ply {
    margin: unset !important;
}

.vlist_mod .v_info span {
    display: block;
    float: left;
}

body.ugc .v_list_pic img {
    object-fit: contain;
    background-color: black;
}

/*编辑推荐视频，下线搜索*/
.edit_rec_video .search .border {
    display: none;
}