body {
    max-width: 2000px;
    margin: auto;
    background-color: #0f0f0f;
    color: #FFFFFF;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none; /* 设置为 none 即可去除下划线 */
}

a:hover {
    color: #a1a1a1;
}

.navbar.navbar-inverse {
    z-index: 999;
}

.list-group-item {
    background-color: #0f0f0f;
}

.navbar-brand {
    padding: 5px 15px;
!important;
    height: 40px;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}

.h2, h2 {
    font-size: 17px;
}

#left-div {
    width: 15%;
    min-width: 300px;
    padding: 40px;
    background-color: #000000;
    min-height: 100%;
    z-index: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

a.list-group-item {
    color: #FFFFFF;
}

.list-group-item {
    border: 1px solid #292929;
}

.list-group-item:hover, .dropdown-menu li:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.dropdown-menu li, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

#right-div {
    /*!*background-color: red;*!*/
    /*padding: 10px 55px;*/
    /*margin-right: 15%;*/
    /*width: 85%;*/
    /*margin-left: 15%;*/
}

#right-div .btn-primary {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
    margin: 0 10px;
}

.video-list {
    margin: 11px -5px;

}

.video-list .thumbnail .caption {
    color: #FFFFFF;
    margin: 0;
}

.video-list .thumbnail {
    background-color: #00000000;
    border: 0px solid #ddd;
}

.video-list .thumbnail h3 {
    font-size: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 超出几行省略 */
    overflow: hidden;
    height: 40px;
}

.video-list .thumbnail .class-div {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 超出几行省略 */
    overflow: hidden;
}

.video-list .thumbnail .class-div {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 超出几行省略 */
    overflow: hidden;
}

#class-div {
    width: 100%; /* 或其他固定宽度 */
    overflow-x: scroll; /* 或 auto */
    white-space: nowrap;
}

#class-div button {
    display: inline-block; /* 当不使用 flex 布局时，子元素需要设置为行内块元素 */
}

#class-div::-webkit-scrollbar {
    height: 6px; /* 滚动条高度 */
    display: none; /* Chrome、Safari */
}

#class-div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

#content, #right-div {
    width: 100%; /* 或其他固定宽度 */

}

#page-div {
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border: 1px solid #ddd;
}

.thumbnail img {
    border-radius: 5px;
}

.thumbnail h3, .thumbnail p {
    margin-top: 0;
    margin-bottom: 5px;
}

.thumbnail .show-info {
    color: #797979;
}

#tu-box {
    text-align: center;
}

#search-box {
    display: none;
}

#other-link {
    display: none;
    text-align: center;
}
@media (max-width: 768px) {
    #left-div {
        display: none;
    }

    #search-box {
        display: block;
    }

    .video-list-box {
        margin: 0;
    }

    #other-link {
        display: block;
    }

    .video-list .thumbnail img {
        width: auto;
        height: auto;
    }

}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #000000;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #000000;
    cursor: default;
    background-color: #ffffff;
    border-color: #ffffff;
}

.video-list .thumbnail img {
    width: 3000px;
    height: 250px
}

#breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000000;
    border-radius: 4px;
}

.dropdown-menu li, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #292929;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000000;
        background-color: transparent;
    }
}

.dropdown-menu {
    background-color: #292929;
}

.dropdown-menu > li > a {
    color: #ffffff;
}

.tag-class {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.modal-content {
    background-color: #202020;
}

#to-commit {
    text-align: center;
    background-color: #00000000;
    border-color: #ffffff;
}

#page-content {
    max-width: 1000px;
    margin: auto;
}

#page-content .cont-title {
    text-align: center;
}

#page-content .page-content {
    padding: 20px;
}

#seo-title {
    text-align: center;
}

.sw {
    cursor: pointer;
}
#video-content img {
    height: auto;!important;
    width: 100%;!important;
    max-width: 100%;!important;
}
#logo-img{
    border-radius: 10px;
    height: 40px;
}
#ads{
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
#ads img{
    width: 80px;
    height: 80px;
    border-radius: 21px;
    object-fit:cover;
}
figure{
    margin: 0;
    display: block;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}
