* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", sans-serif;
}

body {
	
}
.fed-min-width{
	background-color: #f3f3f3;
}
body::before { 
    display: none !important; 
}
ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.content{
	max-width: 1200px;
	margin: 0 auto;
}
.welcome-bar {
    width: 100%;
    height: 22px;
    background-color: #333; 
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px; 
    box-sizing: border-box;
}
.top-images img{
	width: 100%;
    object-fit: cover;
}

.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin: 30px auto;
}
.container-top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-body{
    background: #fff;
}
.welcome-bar h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.welcome-bar a {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.welcome-bar span {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.actions {
    display: flex;
    gap: 10px;
}

.action-item {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.qrcode-popup {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

.popup-content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .welcome-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .actions {
        gap: 5px;
        margin-top: 5px;
    }
}
.content-header{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
a {
    color: #333;
    text-decoration: none;
}
.index-hot,.index-radio,.index-comic,.index-novel{padding-top:4px;}
/* 导航栏样式 */
header {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fed-text-green{
	color: #f99f23;
    font-weight: 600;
}
.logo {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}
.logo img{width:60px;height:auto;border-radius: 10px;}

nav ul {
	display: flex;
	list-style: none;
}

nav ul li {
	margin: 0 25px;
}

nav ul li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.search-box {
	display: flex;
}

.search-box input {
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	outline: none;
}

.search-box button {
	padding: 8px 15px;
	background-color: #f99f23;
	color: white;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.menu-toggle {
	display: none;
	font-size: 24px;
	cursor: pointer;
}

.mobile-nav {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.mobile-nav.active {
	display: block;
}

.mobile-nav ul {
	list-style: none;
}

.mobile-nav ul li {
	margin: 15px 0;
}

.mobile-nav ul li a {
	text-decoration: none;
	color: #333;
}

.mobile-qrcode {
	margin-top: 20px;
	text-align: center;
}

.mobile-qrcode img {
	width: 150px;
	height: 150px;
	background-color: #eee;
	margin: 0 auto;
}

/* 轮播图部分 */
.banner-section {
	display: flex;
	margin: 20px 0;
}
.slide img{
	width:100%;
}
.slider {
	width: 800px;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.slider-container {
	display: flex;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	height: 360px;
	background-color: #ddd;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}

.slider-arrow.left {
	left: 20px;
}

.slider-arrow.right {
	right: 20px;
}

.right-grid {
	flex: 1;
	margin-left: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 15px;
}

.grid-item {
	position: relative;
	overflow: hidden;
}

.grid-item img {
	width: 182.5px;
	height: 162.5px;
	object-fit: cover;
}

.grid-item .title-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 10px;
}

/* 新剧上架部分 */

.section-title {
    height: 36px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 30px 0 20px;
    border-bottom: 1px solid #eee;
    background-image: url(/images/be.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;

}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 4px;
    height: 60%;
    background: #a98fff;
    border-radius: 4px;
}

.section-title span {
    padding-left: 48px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.section-title span::after {
    content: "";
    position: absolute;
    left: 64px;
    bottom: 0;
    width: calc(100% - 64px);
    height: 3px;
    background-color: #fb9d1e;
}
.index-more::after {
    display:none;
}
.index-more a{
	font-size: 14px;
    font-weight: 500;
    color: #595959;
}

.new-drama {
	display: flex;
	margin-bottom: 40px;
}

.featured-drama {
	width: 380px;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.featured-drama img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	margin-bottom: 15px;
}

.featured-drama h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.featured-drama .update-time {
	color: #666;
	margin-bottom: 10px;
}

.featured-drama .description {
	margin-bottom: 10px;
	line-height: 1.5;
}

.featured-drama .author {
	color: #666;
	margin-bottom: 10px;
}

.featured-drama .popularity {
	color: #ff6b81;
	margin-bottom: 15px;
}

.featured-drama .read-btn {
	display: inline-block;
	padding: 8px 20px;
	background-color: #ff6b81;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}

.drama-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
}

.drama-item {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.drama-item img {
	width: 168px;
    height: 168px;
    object-fit: cover;
    margin-bottom: 10px;
}

.drama-item h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight:400;
}

.drama-item p {
	font-size: 14px;
	color: #666;
}

/* 广播剧和漫画部分 */
.content-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 40px;
	/* padding: 0 10px; */
}

.content-item {
	position: relative;
	/*background-color: #fff;*/
	border-radius: 5px;
	overflow: hidden;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.content-item img {
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
}

.content-item:hover img {
	opacity: 0.7;
}

.content-item .play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.content-item:hover .play-overlay {
	opacity: 1;
}

.play-icon a{
	font-size: 18px;
	color: white;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-item h4 {
	padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.content-item p{
	font-size: 14px;
    color: #8b8b8b;
}
/* 小说部分 */
.novel-list {

}

.novel-item:last-child {
	border-bottom: none;
}

.novel-item .title {
	font-size: 16px;
}

.novel-item .time {
	color: #666;
	font-size: 14px;
}

/* 页脚部分 */
footer {
	background-color: #333;
	color: #fff;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
}

.footer-section h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #ffffff;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 10px;
}

.footer-section ul li a {
	color: #ccc;
	text-decoration: none;
}

.qrcode-section {
	text-align: center;
}

.qrcode-section p {
	margin-bottom: 15px;
}
.qrcode-section span{
	font-size: 14px;
    color: #ff5858;
}
.qrcodes {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 20px;
}

.qrcode-item {
	text-align: center;
}

.qrcode-item img {
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin-bottom: 5px;
}

.qrcode-item p {
	font-size: 12px;
	color: #ccc;
}

.copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}
.copyright a{
    color: #fff;
}
.foot-db{
    display: flex;
    justify-content: center;
    padding: 12px 0;
    margin: 0 auto;
    gap: 30px;
    background-color: #222;
    align-items: center;
    color: #fff;
}
.sitemap{
    font-size: 12px;
    color: #999;
}
.sitemap a{
    font-size: 12px;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 1200px) {
	body {
		padding: 0 15px;
	}
	
	.slider {
		width: 65%;
	}
	.content-header{
		width:100%;
	}
}

@media (max-width: 992px) {
	body{padding:0;}
	.welcome-bar{display:none;}
	.banner-section{margin:10px 0;}
	.logo img{width: 48px;height: auto;}
	.logo {width: auto;height: auto; margin: 10px;}
	.content{width:100%;overflow:hidden;}
	.banner-section {
		flex-direction: column;
	}
	.content-header{
		width:100%;
	}
	.slider {
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
	.slide {
		height: auto !important;
	}
	.float-container{display:none;}
	.right-grid {
		margin-left: 0;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
	}
	
	.new-drama {
		flex-direction: column;
	}
	
	.featured-drama {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.drama-grid {
		margin-left: 0;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	
	.content-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(8, 1fr);
	}
	
	footer {
		flex-direction: column;
		gap: 30px;
		display:none;
	}
	
	.footer-section {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	nav ul {
		display: none;
	}
	.content-header{
		width:100%;
	}
	.top-images img{
		width: 100%;
		height: 60px;
		object-fit: cover;
	}
	.search-box {
		display: none;
	}
	
	.menu-toggle {
		display: block;
		margin: 10px;
	}
	
	.right-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		padding: 0 10px;
	}
	.featured-drama{margin-bottom: 0px;margin-left:0;}
	
	.drama-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.content-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(12, 1fr);
		padding: 0 10px;
	}
	.index-hot{padding: 0 10px;}
	.index-novel {padding: 0 10px;}
	.drama-item img {width: 100%;height: 160px;}
	/*弹出*/
	.search-results{
        width: 100% !important;
        margin: 10px !important;
        overflow: hidden !important;
	}
	.article-card{margin: 2px 0;}
	.mobile-nav{top:auto !important;}
}
/*
@media (max-width: 576px) {
	.right-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
	}
	.content-header{
		width:100%;
	}
	.drama-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(8, 1fr);
	}
	
	.content-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(24, 1fr);
	}
	
	.qrcodes {
		flex-direction: column;
		gap: 20px;
	}
}*/
.search-results {
	display: none;
	right: 18.5%;
	z-index: 1000;
	padding: 20px;
}
.download-app a{
	color: #fff;
}
.search-results {
    position: absolute;
    width: 246px;
    right: -1px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
    text-align: left;
    overflow: hidden;
}
.search-box {
    position: relative;
    display: inline-block;
}


.search-results.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr); 
    grid-auto-flow: column;
}

.article-card {

}
/* 序号基础样式 */
.search-results .num {
	display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: bold;
    background-color: #9E9E9E;
}

/* 前三个数字不同背景色 */
.num1 { background-color: #FF5252 !important; }  /* 红色 */
.num2 { background-color: #4CAF50 !important; }  /* 绿色 */
.num3 { background-color: #2196F3 !important; }  /* 蓝色 */


/* 确保所有文章卡片样式一致 */
.article-card {
    margin: 8px 0;
    padding: 8px;
    display: flex;
    align-items: center;
	font-size: 14px;
}

.article-card h3 {
    color: #333;
    margin: 0;
    font-size: 16px;
}
/* 链接样式 */
.article-card a {
	display: inline-block;
	width: 180px;
	white-space: nowrap;   /* 禁止换行 */
	overflow: hidden;      /* 隐藏溢出内容 */
	text-overflow: ellipsis;
}
.article-card h3 {
	font-size: 16px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    padding-bottom: 0;
    border-bottom: unset;
    font-weight: 500;
}

.article-card p {
	font-size: 14px;
	color: #666;
}

.container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
	gap: 0 10px;
}

/* 左侧模块 */
.sidebar-module {
    width: 230px;
    flex-shrink: 0;
	margin-top: 10px;
}
.category-nav{background: #fff;padding: 15px;margin-top: 10px;}

.category-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.category-nav ul li {
    width: calc(33.33% - 8px); /* 减去gap间距 */
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.category-nav ul li:nth-child(3n) {
    margin-right: 0;
}
/* 标签链接样式 */
.category-nav ul li a {
    display: block;
    padding: 6px 0px;
    background: #e9ecef;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    text-align: center;
}

/* 悬停效果 */
.category-nav ul li a:hover {
    background: #1a73e8;
    color: white;
    border-color: #1a73e8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 激活状态 */
.category-nav ul li.active a {
    background: #1a73e8;
    color: white;
    border-color: #1a73e8;
}

.filter-box, .sort-box {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
h3 {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.filter-item, .sort-box {
    margin-top: 10px;
}
.filter-item label {
    display: block;
    color: #666;
    margin-bottom: 8px;
}
a.active {
    color: #f60;
    font-weight: bold;
}
.sort-box p {
    margin-bottom: 10px;
    color: #666;
}

/* 基础容器样式 */
.filter-box {
    width: 100%;
    overflow: hidden;
}

/* 标签列表布局 */
.filter-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -5px; /* 补偿item边距 */
}

/* 标签项强制三等分 */
.filter-box li {
    flex: 0 0 calc(33.333% - 10px);
    margin: 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 标签基础样式 */
.filter-box a {
    display: block;
    padding: 6px 0px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 悬停效果 */
.filter-box a:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .filter-box li {
        flex: 0 0 calc(50% - 10px); /* 小屏幕两列 */
    }
}
/* 分页样式 */
.pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 30px 0;
}
.page-item {
	display: block;
	padding: 8px 16px;
	border-radius: 6px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.page-item:hover,
.page-item.active {
	background: #2e86de;
	color: white;
}
.sort-box p a{
	padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 10px;
	font-size: 14px;
}
.index-end{
	text-align: center;
    margin: 40px 0 30px 0;
    color: #898989;
}
.sort-box p span{
	color:red;
}
/* 主内容区 */
.novel-update-n {
    flex: 1;
}
.novel-header {
    margin-bottom: 20px;
}
.novel-title {
    font-size: 22px;
    color: #333;
}
.novel-breadcrumb {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.novel-list {
    list-style: none;
    padding: 0;
}

.novel-info {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.novel-category {
    color: #f60;
}
.novel-time {
    color: #999;
    font-size: 13px;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}

/* 响应式 */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
		width:100%;
    }
	.radio-header{display:none !important;}
    .sidebar-module {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .category-nav, .filter-box, .sort-box {
        flex: 1;
        min-width: 150px;
    }
	.sort-box{display:none;}
	.sidebar-module{display:none;}
	.page-item{display:none;}
	.page-link{display:block;}
}

/*novel*/
.novel-update {
    width: 1170px;
    max-height: 450px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
	grid-template-columns: 1fr 2fr;
	display: grid;
    gap: 20px;
}

.novel-update-n{
	width: 1170px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    line-height: 1.7;
}

.novel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.novel-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.more-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

.novel-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.novel-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px dashed #f0f0f0;
}

.novel-item:last-child {
	border-bottom: none;
}

.novel-info {
	color: #333;
	text-decoration: none;
}

.novel-info:hover {
	color: #007aff;
}

.novel-category {
	color: #666;
	font-size: 14px;
}

.novel-time {
	color: #999;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.novel-update {
		width: 100%;
		padding: 15px;
		max-height:unset;
		display: unset;
	}
}

@media (max-width: 768px) {
	.novel-item {
		flex-direction: column;
	}
	
	.novel-time {
		margin-top: 5px;
	}
}

/*radio*/
.radio-container {
	width: 1170px;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
    background: #fff;
	margin: 20px 0;
}

.radio-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.radio-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
/*x*/
.radio-item-body {
    /* 默认PC端样式 - 每行4个模块 */
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-bottom: 15px;
}

/* 平板设备 - 每行3个模块 */
@media (max-width: 992px) {
    .radio-item-body {
        flex: 0 0 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
    }
}

/* 小平板/大手机 - 每行2个模块 */
@media (max-width: 768px) {
    .radio-item-body {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

/* 小手机 - 每行1个模块 */
@media (max-width: 480px) {
    .radio-item-body {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*x*/
.more-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

.radio-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.index-radio-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr) !important;
	gap: 15px;
}
.radio-item {
	transition: all 0.3s ease;
	overflow: hidden;
}

.radio-cover {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #f5f5f5;
}

.radio-name {
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 图片容器样式 */
.radio-item,.comic-item,.anime-drama-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* 图片默认样式 */
.radio-cover {
    display: block;
    transition: all 0.3s ease;
}

/* 图片悬停效果 */
.radio-item,.comic-item,.anime-drama-item:hover .radio-cover {
    transform: scale(1.05);
}

/* 播放按钮覆盖层 */
.radio-item:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* 播放按钮样式 */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* 播放按钮三角形 */
.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #333;
}

/* 悬停时显示播放按钮 */
.radio-item:hover .play-button {
    opacity: 1;
}

.radio-item:hover .radio-cover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.radio-item:hover .radio-name {
	color: #007aff;
}

@media (max-width: 1200px) {
	.radio-container {
		width: 100%;
        padding: 15px 4px;
	}
	.novel-update-n{
		width:100%;
	}
	.radio-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.radio-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	/*
	.radio-cover {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}*/
	
	.radio-name {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.radio-grid {
		grid-template-columns: repeat(2, 1fr);
		gap:0;
	}
}
/*manhua*/
.comic-container {
	width: 1170px;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
}

.comic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.comic-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.more-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

.comic-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

.comic-item {
	transition: all 0.3s ease;
}

.comic-cover {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #f5f5f5;
}

.comic-name {
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comic-item:hover {
	transform: translateY(-5px);
}

.comic-item:hover .comic-cover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.comic-item:hover .comic-name {
	color: #007aff;
}

@media (max-width: 1200px) {
	.comic-container {
		width: 100%;
		padding: 15px;
	}
	
	.comic-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.comic-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.comic-cover {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
	
	.comic-name {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.comic-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*漫剧*/
.anime-drama-container {
	width: 1170px;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
}

.anime-drama-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.anime-drama-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.more-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

.anime-drama-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

.anime-drama-item {
	transition: all 0.3s ease;
}

.anime-drama-cover {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #f5f5f5;
}

.anime-drama-name {
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.anime-drama-item:hover {
	transform: translateY(-5px);
}

.anime-drama-item:hover .anime-drama-cover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.anime-drama-item:hover .anime-drama-name {
	color: #007aff;
}

@media (max-width: 1200px) {
	.anime-drama-container {
		width: 100%;
		padding: 15px;
	}
	
	.anime-drama-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.anime-drama-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.anime-drama-cover {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
	
	.anime-drama-name {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.anime-drama-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*music*/
.music-update {
    width: 1170px;
    max-height: 450px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}

.music-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.music-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.more-link {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

.music-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.music-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px dashed #f0f0f0;
}

.music-item:last-child {
	border-bottom: none;
}

.music-info {
	color: #333;
	text-decoration: none;
}

.music-info:hover {
	color: #007aff;
}

.music-category {
	color: #666;
	font-size: 14px;
}

.music-time {
	color: #999;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.music-update {
		width: 100%;
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.music-item {
		flex-direction: column;
	}
	
	.music-time {
		margin-top: 5px;
	}
}
.novel-right {
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.right-header {
	display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: column;
}

.brand-logo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.brand-name {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.divider {
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.download-btn {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

@media (max-width: 1200px) {
	.android-btn {
		background: #4CAF50;
		color: white;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.ios-btn {
		background: #f0f0f0;
		color: #333;
		border: 1px solid #ddd;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
}

.android-btn {
    background: #4CAF50;
    color: white;
}

.android-btn:hover {
    background: #3e8e41;
}

.ios-btn {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ddd;
}

.ios-btn:hover {
    background: #e0e0e0;
}

.brand-desc p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .novel-right {
        width: 100%;
        margin-top: 20px;
    }
	.modal-image{
		width: 80px !important;
		height: 80px !important;
		margin: 0 auto 15px !important;
		border-radius: 8px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}
/*悬浮*/
        .float-container {
            position: fixed;
            right: 4px;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            z-index: 999;
			box-shadow: 3px 2px 6px 0px rgb(177 181 185 / 78%);
        }

        .float-window {
            position: relative;
            width: 100%;
			background-image: url(/skin/images/bg-xf.jpg);
			background-size: cover; /* 或使用 100% 100% */
			background-position: center;
			background-repeat: no-repeat;
			background-attachment: fixed; /* 可选：滚动时固定背景 */
            border-radius: 10px 0 0 10px;
            box-shadow: -2px 0 10px rgba(0,0,0,0.1);
            overflow: visible;
        }

        .float-header {
            padding: 10px;
            text-align: center;
            border-bottom: 1px solid #eee;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .float-item {
            position: relative;
            padding: 12px 0;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
			background: #ffffff7d;
			border-bottom: 1px solid #000;
        }

        .float-item:hover {
            background: #f5f5f5;
        }

        .float-item i {
            font-size: 20px;
            color: #666;
        }

        .float-item span {
            display: block;
            font-size: 12px;
            margin-top: 3px;
        }

        .float-expand {
            position: absolute;
            right: calc(100% + 10px); /* 增加10px给箭头留空间 */
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            border-radius: 8px;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
            padding: 15px;
            display: none;
            min-width: 250px;
            max-width: 90vw;
            opacity: 0;
            transition: all 0.3s;
        }

        .float-expand::before {
            content: '';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
            filter: drop-shadow(2px 0 2px rgba(0,0,0,0.1));
        }

        .float-item:hover .float-expand {
            display: block;
            opacity: 1;
        }

        /* 具体内容样式 */
        .download-tip {
            color: #ff6b6b;
            margin-bottom: 10px;
            font-size: 13px;
        }

        .qr-container {
            display: flex;
            justify-content: space-around;
            margin-bottom: 10px;
        }

        .qr-item {
            text-align: center;
        }

        .qr-item img {
            width: 120px;
            height: 120px;
            margin-bottom: 5px;
        }

        .qr-text {
            font-size: 13px;
        }

        .ios-tip {
            color: #666;
            font-size: 12px;
            margin-top: 8px;
        }

        .qq-group-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .qq-group-content li {
            margin-bottom: 8px;
            font-size: 13px;
        }

        .group-number {
            color: #1890ff;
            font-weight: bold;
        }

        .qq-vip-number {
            margin-top: 10px;
            padding-top: 8px;
            border-top: 1px dashed #eee;
            color: #ff9f43;
            font-size: 12px;
        }
.qrcode-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
.qrcode-container {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 15px auto;
}
.qrcode {
	width: 100%;
	height: 100%;
}
.erweima-logo {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 2px;
	border-radius: 2px;
}
.label {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}
/* 遮罩层样式 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}

/* 模态框容器 */
.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 12px;
	padding: 30px;
	z-index: 1001;
	display: none;
	width: 80%;
	max-width: 400px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* 图片样式 */
.modal-image {
	width: 180px;
	height: 180px;
	margin: 0 auto 20px;
	display: block;
	object-fit: contain;
}

/* 标题文字 */
.modal-title {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
	font-weight: 500;
}

/* 按钮通用样式 */
.download-btn {
	display: block;
	margin: 15px 0;
	padding: 12px;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	transition: all 0.3s;
	border: 2px solid transparent;
}

.android-btn {
	background-color: #FF6B00;
	color: white;
	margin: 0 auto 10px;
	font-weight: 500;
}

.ios-btn {
	background-color: white;
	color: #FF6B00;
	border-color: #FF6B00;
	margin: 0 auto 10px;
	font-weight: 500;
}

.small-text {
	font-size: 12px;
}

/* 提示文字 */
.hint-text {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	line-height: 1.5;
}

/* 备案号 */
.footer-text {
	font-size: 12px;
	color: #ccc;
	margin-top: 20px;
}

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	background: none;
	border: none;
}

/* 基础按钮样式 */
.mobile-download-btn {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FF9800 0%, #FF5722 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s ease;
    display: none;
}

/* 按钮悬停效果 */
.mobile-download-btn:hover {
    background: linear-gradient(135deg, #FF5722 0%, #FF9800 100%);
    box-shadow: 0 -6px 16px rgba(0,0,0,0.2);
}

/* 移动端显示规则 */
@media screen and (max-width: 767px) {
    .mobile-download-btn {
        display: block !important; /* 强制显示 */
        animation: bounceInUp 0.5s both;
    }
	.search-content-1 {
    width: 100%;
    overflow: hidden;
	}
}

/* 入场动画 */
@keyframes bounceInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 100%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
