html ,.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6,.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: -apple-system,BlinkMacSystemFont,"Microsoft Yahei","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.pj-background, .uk-background-projectx, .tm-navbar-container:not(.uk-navbar-transparent) {
    background-color: rgba(51,51,51,.6);
}
.primary-background, .uk-dropdown-background, .uk-modal-body, .uk-modal-footer {
    background: rgba(51,51,51,1);
}
.tm-navbar-container:not(.uk-navbar-transparent) {
    color: rgba(255,255,255,0.8);
}
.tm-button-default, .tm-button-primary {
    border-radius: 500px;
}
.tm-border {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}
.custom-notice {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.hidden-video {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: transparent;
}
/* 页数开头 */
.custom-pagination {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-pagination li {
    margin: 0 5px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.custom-pagination li a, .custom-pagination li .current-page {
    color: #fff; /* 白色字体 */
    background-color: rgba(0, 0, 0, 0.5); /* 黑色透明背景 */
    border: 1px solid rgba(255, 255, 255, 0.3); /* 边框 */
    border-radius: 20px; /* 椭圆形状 */
    padding: 8px 16px;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
}
.custom-pagination li a:hover, .custom-pagination li .current-page:hover {
    background-color: #a5a8ef; /* 浅蓝色背景 */
}
.custom-pagination li.active a, .custom-pagination li.disabled a {
    color: #aaa; /* 灰色字体 */
    background-color: rgba(0, 0, 0, 0.3); /* 更轻的黑色透明背景 */
    border-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.custom-pagination li.current-page a {
    pointer-events: none; /* 防止点击 */
    font-weight: bold; /* 高亮当前页 */
    background-color: #4671f3; /* 当前页的背景色 */
    color: #fff;
}
/* 页数结尾 */
.video-showing {
    display: block;
}
.notice-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 45px; /* 设置高度为容器高度 */
  }
  
.notice-background {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.uk-hottype {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: shand;
    background: rgba(255, 1, 1, 0.5);
}
.padding-episode {
    padding-left: 8px;
    padding-right:8px;
}
.uk-tag {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    background: rgb(234, 90, 90, 0.7);
    line-height: 1.5;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: shand;
}
.uk-category {
    background: rgb(30, 135, 240, 0.7);
}
.uk-type {
    background: rgb(148, 0, 211, 0.7);
}
.uk-button-tag {
    background: #1e87f0;
    color: #fff;
}
.dropload-down{
    text-align:center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.scroll-top{
    width: 40px;
    height: 40px;
    background:#ea5a5a;
    justify-content: center;
}
.uk-light a.uk-tag-active {
    color: #ea5a5a;
}
.uk-background-two {
    background: #ea5a5a;
}
.uk-display-flex {
    display: flex;
}
.button-episode {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
}
.rounded {
    border-radius: 5px;
    overflow: hidden;
}
.uk-search-input {
    border-radius: 20px;
  }
.hots-card:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
    opacity: 0.65;
    transition: 0.5s;
    pointer-events: none;
}
.image-container:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 75%,rgba(0,0,0,.8) 100%);
}
.uk-card .image-container img {
    transition: 0.5s;
}
.uk-card:hover .image-container img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.uk-card .image-container .video-box-info {
    transition: 0.5s;
}
.uk-card:hover .image-container .video-box-info {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.uk-card:hover .image-container .play-icon {
    opacity: 1;
    transform: scale(1);
}
@media (min-width: 768px) {
    .image-container .play-icon {
        width: 56px;
    }
}
.image-container .play-icon {
    overflow: hidden;
    position: absolute;
    display: block;
    stroke: #fff;
    width: 46px;
    height: auto;
    transition: 0.5s;
    z-index: 3;
    transform: scale(0.8);
    opacity: 0;
}
@media only screen and (max-width: 600px){
    .user-info {
        margin-top: 10px;
    }
    .uk-card-small .uk-card-body {
        padding: 10px;
    }
    .uk-card-small .uk-card-footer {
        padding: 0px 10px 10px 10px;
    }
    .video-box-info > div {
        font-size: 12px;
    }
    .video-box-info svg {
        height: 16px;
        width: 16px;
    }
    .video-box-info {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.lg-show {
    display: none;
}
@media (min-width: 1200px) {
    .lg-show {
        display: flex;
    }
}

