#history-main .swiper-wrapper li a{
    color: #999999;
}
#history-main {
    background-color: #FFFFFF;
}
#history-main .nav {
    padding: 10px 0;
}

#history-main .swiper-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#history-main .swiper-slide {
    text-align: center;
}

#history-main dt {
    text-align: right;
    width: 10%;
}


#history-main .swiper-slide a {
    font-size: 14px;
}

#history-main .swiper-wrapper{
    width: 80%;
}

.back-home{
    position: relative;
    width: 10%;
    background-color: #FFFFFF;
    text-align: left;
    z-index: 9;
}

.back-home img {
    margin-left: 16px;
}

#history-main .focu{
    color: #FF8C00 !important;
    position: relative;
}

.grey-bg {
    background-color: #F4F4F4;
    padding: 16px 0 35px;
}

#history-main .focu::before{
    content: '';
    position: absolute;
    width: 120%;
    height: 2px;
    background-color: #FF8C00;
    bottom: -10px;
    left: -10%;
}

#history-main .nav {
    width: 100%;
    overflow: hidden;
}

.history_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.even, .odd {
    width: 49.5%;
    margin-bottom: 12px;
}

.hx_info {
    left: 0;
    bottom: 10px;
    font-size: 10px;
    color: #FFFFFF;
}

.hx_thumb a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.hx_thumb {
    margin-bottom: 4px;
}

.hx_duration {
    left: 8px;
    bottom: 5px;
    color: #FFFFFF;
}

.hx_meta a {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.no_more {
    margin-top: 45px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.edit {
    font-size: 16px;
    color: #999999;
    margin-right: 16px;
}

.filter-menu {
    padding: 0;
    max-width: 1235px;
    margin: 0 auto;
    display: flex;
}

.filter-menu button{
    padding: 20px 40px 10px;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
}

.filter-menu button.active span{
    color: #FF8C00;
}

.active::before {
    content: '';
    width: 40px;
    background-color: #FF8C00;
    border-radius: 17px;
    display: block;
    position: absolute;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.video-item {
    position: relative;
}

.delete-btn {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

.edit_btn {
    font-size: 16px;
    color: #999999;
    width: 10%;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.edit_btn span {
    margin-right: 16px;
}

.delete-btn button {
    min-height: 25px;
    cursor: pointer;
}

.delete-btn img {
    width: 25px;
}

@media screen and (max-width: 780px) {
    .hx_thumb a img {
        height: 100px;
    }
    .even, .odd {
        width: 49%;
    }
    .back-home, #history-main dt {
        width: 44px;
    }
    #history-main dt a {
        display: block;
        width: 100%;
        text-align: left;
    } 
    .grey-bg {
        padding: 0;
    }
    .filter-menu button {
        width: 25%;
        padding: 20px 0 10px;
    }
    .delete-btn img {
        width: 20px;
    }

    .edit_btn {
        width: auto;
        padding: 0;
    }
}