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;
    }
}
 /* 广告容器样式 */
.cate {
    width: 100%;
    background: #222222;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
    padding: 10px 0;
}

/* 广告标题样式 */
.cate_name {
    height: 40px;
    width: 100%;
    background: #ff8800;
    overflow: hidden;
    padding: 0 10px;
}

.cate_name p {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0; /* 清除默认边距 */
}

/* 广告列表样式 */
.cate_ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 列表项样式 */
.cate_ul li {
    flex: 1 0 12.5%;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 40px;
    border: 1px solid #2d2d2d;
    border-width: 0 1px 1px;
    font-size: 13px;
    transition: color 0.5s, background-color 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.cate_ul li:hover {
    color: #fff;
    background: #ff8800;
}

/* b 标签样式 */
.cate_ul li b {
    width: 16px;
    height: 16px;
    font-weight: 400;
    background: #2cbafc;
    color: #fff;
    padding: 1px 3px;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 2px;
}

/* 响应式布局调整 */
@media screen and (max-width: 960px) {
    .cate_ul li {
        flex: 1 0 25%; /* 每行显示 4 个广告 */
        height: 40px;
        line-height: 35px;
    }
}

@media screen and (max-width: 800px) {
    .cate_ul li {
        height: 35px;
    }
}

/* 针对移动端触摸目标最小尺寸调整（宽度小于640px） */
@media screen and (max-width: 640px) {
    .cate_ul li {
        flex: 1 0 25%; /* 每行显示 4 个广告 */
        min-width: 24px; /* 设置最小宽度 */
        min-height: 24px; /* 设置最小高度 */
        height: auto; /* 允许内容决定高度 */
        line-height: 24px; /* 确保内容垂直居中 */
    }
}
	.bannerAds {
		margin: auto;
		text-align: center;
	}

	.bannerAds .q-img,
	.bannerAds img.s-2 {
		height: 120px;
	}

	.bannerAds .q-img,
	.bannerAds img {
		width: 960px;
		height: 66px;
		aspect-ratio: 660 / 66;
	}

	.bannerAds a,
	.bannerAds .q-responsive {
		width: 960px;
		height: 66px;
		margin: auto;
		display: block;
		max-width: 100%;
	}


	@media (max-width: 960px) {

		.bannerAds a,
		.bannerAds .q-responsive,
		.bannerAds img {
			max-width: 100% !important;
			max-height: 65px;
			height: auto !important;
			min-height: 10px;
			aspect-ratio: 660 / 66;
			display: block;
			width: 100% !important;
		}

		.bannerAds .q-img {
			height: 100%
		}
	}


	.bannerAds .q-img__image {
		background-position: unset !important;
		background-size: 100% 100% !important;
	}