
/* 确保页面内容在背景之上 */
html,
body {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 auto;

	text-decoration: none;	
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	background: url('../images/bg.jpg');
	    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
	
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ol,
ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

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

.clr {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.copyright {
	padding: 8px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.copyright a {
	color: #666;
}

/*cate18*/
#cate18 {
	background-color: #000;
	overflow-x: hidden;
	margin: 0 auto;
}

#nav {
	float: none;
	width: 100%;
}

#scroller li p {
	display: none;
}

#wrapper {
	position: fixed;
}

#indicator {
	position: fixed;
	left: 0;
	text-align: center;
	bottom: 200px;
	margin: 0;
	width: 100%;
}

#indicator>li {
	display: inline-block;
	float: none;
}

#indicator>li.active {
	background: #cccccc;
}

#cate18 .mainbg {
	width: 100%;
	position: fixed;
	z-index: 1
}

#cate18 .mainbg img {
	width: 100%;
}

.device {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 20px;
	/* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.device {
	height: auto;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	overflow: visible;
}

/* 分类标题样式 */
.category-title {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 15px 0;
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
}

.category-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.category-title:hover::before {
    left: 100%;
}

.category-title:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.content-slide {
	padding: 0;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: visible;
}

.content-slide>a {
	width: calc(16.66% - 20px);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
	backdrop-filter: blur(10px);
	padding: 15px 8px;
	margin: 10px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: none;
	box-sizing: border-box;
}

.content-slide>a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.content-slide>a:hover::before {
	left: 100%;
}

.content-slide>a:hover {
	transform: translateY(-5px) scale(1.05);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

.title {
	font-size: 11px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.ico img {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	transition: all 0.3s ease;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.content-slide>a:hover .ico img {
	transform: scale(1.1) rotate(5deg);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.content-slide>a:hover .title {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 7px;
	width: 100%;
	z-index: 100;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 4px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.device {
	background-image: none;
	overflow: visible;
}

/* 确保内容完整显示 */
.content-slide {
	width: 100%;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

/* 主容器布局 */
.main-container {
	position: relative;
	top: 0;
	z-index: 98;
	box-sizing: border-box;
	margin: 0 auto;
}

/* 确保内容容器正确处理宽度 */
.content-slide {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	padding: 0;
	margin: 0;
}

/* 确保内容完整显示 */
.content-slide {
	width: 100%;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

/* 新增动画效果 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.content-slide>a {
	animation: fadeInUp 0.6s ease-out;
	animation-fill-mode: both;
}

/* 重新设计动画顺序 - 基于元素类型的正确延迟 */

/* 分类标题动画延迟 */
.category-title:nth-of-type(1) {
	animation-delay: 0.1s;
}

.category-title:nth-of-type(2) {
	animation-delay: 0.6s;
}

.category-title:nth-of-type(3) {
	animation-delay: 1.2s;
}

.category-title:nth-of-type(4) {
	animation-delay: 2.0s;
}

.category-title:nth-of-type(5) {
	animation-delay: 2.8s;
}

/* 链接动画延迟 - 每个分类内的链接 */
.content-slide>a:nth-of-type(1) { /* 微站效果 */
	animation-delay: 0.2s;
}

.content-slide>a:nth-of-type(2) { /* 注册报名 */
	animation-delay: 0.3s;
}

.content-slide>a:nth-of-type(3) { /* 资料收集 */
	animation-delay: 0.4s;
}

.content-slide>a:nth-of-type(4) { /* 智会订票 */
	animation-delay: 0.7s;
}

.content-slide>a:nth-of-type(5) { /* 订票机器人 */
	animation-delay: 0.8s;
}

.content-slide>a:nth-of-type(6) { /* 酒店预订 */
	animation-delay: 0.9s;
}

.content-slide>a:nth-of-type(7) { /* 圆桌查询 */
	animation-delay: 1.3s;
}

.content-slide>a:nth-of-type(8) { /* 课桌查询 */
	animation-delay: 1.4s;
}

.content-slide>a:nth-of-type(9) { /* 座位查询 */
	animation-delay: 1.5s;
}

.content-slide>a:nth-of-type(10) { /* 劳务系统 */
	animation-delay: 1.6s;
}

.content-slide>a:nth-of-type(11) { /* 专家系统 */
	animation-delay: 1.7s;
}

.content-slide>a:nth-of-type(12) { /* 日程系统 */
	animation-delay: 1.8s;
}

.content-slide>a:nth-of-type(13) { /* 线上展厅 */
	animation-delay: 2.1s;
}

.content-slide>a:nth-of-type(14) { /* 3D云展厅 */
	animation-delay: 2.2s;
}

.content-slide>a:nth-of-type(15) { /* 电子壁报 */
	animation-delay: 2.3s;
}

.content-slide>a:nth-of-type(16) { /* 视频直播 */
	animation-delay: 2.4s;
}

.content-slide>a:nth-of-type(17) { /* 图片直播 */
	animation-delay: 2.5s;
}

.content-slide>a:nth-of-type(18) { /* 关于智会行 */
	animation-delay: 2.9s;
}
.content-slide>a:nth-of-type(19) { /* 关于智会行 */
	animation-delay: 3.0s;
}
.content-slide>a:nth-of-type(20) { /* 关于智会行 */
	animation-delay: 3.1s;
}
.content-slide>a:nth-of-type(21) { /* 关于智会行 */
	animation-delay: 3.2s;
}
.content-slide>a:nth-of-type(22) { /* 关于智会行 */
	animation-delay: 3.3s;
}

/* 背景装饰 */
.device::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background-size: 400% 400%;
	border-radius: 10px;
	z-index: -1;
	animation: gradient 8s ease infinite;
	opacity: 0.6;
	filter: blur(1px);
}

/* 添加发光效果 */
.device::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 25px;
	z-index: -2;
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 0.3;
		transform: scale(1);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.02);
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* swiper 容器优化 */
.swiper-wrapper {
	width: 100% !important;
	height: auto !important;
	transform: none !important;
	transition-duration: 0s !important;
}

.swiper-slide {
	width: 100% !important;
	height: auto !important;
}

/* 增强响应式优化 */
@media screen and (max-width: 1200px) {
	.main-container {
		width: 95vw;
		padding: 40px 15px 60px 15px;
	}

	.device {
		width: 100%;
	}

	.content-slide>a {
		width: calc(33.33% - 16px);
		margin: 8px;
	}

	.content-slide {
		margin: 0 -8px;
	}
}

@media screen and (max-width: 768px) {
	.content-slide>a {
		width: calc(25% - 20px);
		padding: 12px 6px;
		margin: 10px;
	}

	.main-container {
		width: 95vw;
		padding: 40px 20px 60px 20px;
	}

	.device {
		padding: 15px;
		width: 90%;
		margin: 0 auto;
		left: 0;
		right: 0;
		transform: none;
		position: relative;
	}

	.content-slide {
		margin: 0;
		justify-content: center;
		width: 100%;
	}

	.ico img {
		width: 30px;
		height: 30px;
	}

	.title {
		font-size: 11px;
		margin-top: 6px;
	}


}

@media screen and (max-width: 480px) {
	.content-slide>a {
		width: calc(50% - 16px);
		margin: 8px;
		padding: 10px 4px;
	}

	.main-container {
		width: 98vw;
		padding: 60px 5px 60px 5px;
	}

	.device {
		padding: 10px;
		width: 90%;
		border-radius: 15px;
		margin: 0 auto;
		left: 0;
		right: 0;
		transform: none;
		position: relative;
	}

	.content-slide {
		margin: 0;
		justify-content: center;
		width: 100%;
	}

	.ico img {
		width: 40px;
		height: 40px;
	}

	.title {
		font-size: 11px;
		margin-top: 4px;
	}

	.device {
		padding: 15px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 320px) {
	.content-slide>a {
		width: calc(50% - 20px);
		padding: 12px 8px;
		margin: 10px;
	}

	.main-container {
		width: 80vw;
		padding: 40px 10px 60px 10px;
	}

	.device {
		padding: 10px;
		margin: 0 auto;
		left: 0;
		right: 0;
		transform: none;
		position: relative;
		width: 100%;
	}

	.content-slide {
		margin: 0;
		justify-content: center;
		width: 100%;
	}

	.ico img {
		width: 32px;
		height: 32px;
	}

	.title {
		font-size: 11px;
	}

	.device {
		min-height: 280px;
	}
}

/* 移动端分类标题优化 */
@media screen and (max-width: 768px) {
	.category-title {
		font-size: 14px;
		margin: 15px 0 10px 0;
		padding: 8px 12px;
	}
}

@media screen and (max-width: 480px) {
	.category-title {
		font-size: 13px;
		margin: 12px 0 8px 0;
		padding: 8px 10px;
	}
}

/* 横屏模式优化 */
@media screen and (orientation: landscape) and (max-height: 600px) {
	.main-container {
		top: 0;
		max-height: 90vh;
		overflow-y: auto;
		padding: 20px 20px 40px 20px;
	}

	.device {
		max-height: 80vh;
		overflow-y: auto;
	}

	.device {
		max-height: 300px;
	}
}