.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background: #f0f0f0;
}

.slider-track {
	display: flex;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}

.slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}

.slider-track.no-transition {
	transition: none !important;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: fit;
	display: block;
}

.slide .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #666;
	font-size: 16px;
}

.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10000;
	padding: 0 10px;
	box-sizing: border-box;
}

.slider-nav button {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-nav button:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: scale(1.1);
}

.slide-indicators {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 10;
}

.slide-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

.slide-indicator.active {
	background: white;
	transform: scale(1.2);
}

@media (max-width: 640px) {
	.slider-container {
		width: 100%;
		height: 300px;
	}
}




.greeting-container {
	padding: 0px 14px;
	margin: 0px 0;
	background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
	border-left: 4px solid #4299e1;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	grid-column: 1/span 3;
	grid-row: 1/span 1;
}

#greeting-text {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	position: relative;
	z-index: 1;
	white-space: pre-wrap;
	line-height: 15px;
	margin-top: 5px;
}

#greeting-subtext {
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #e2e8f0;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	white-space: pre-wrap;
	margin-top: 0px;
}

.snowflake {
	position: absolute;
	top: -10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	pointer-events: none;
	animation: fall linear infinite;
}

@keyframes fall {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}


.tushuguanname {
	font-size: 14px;
	border-top: 1px solid #ff5500;
	padding: 0;
}


.background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
}

.background>img {
	width: 100%;
	height: 100%;
}


.neirongdiv {
	width: 91%;
	height: 100vh;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 8fr 1fr;
	grid-template-rows: 1fr 1.3fr 6fr;
}

.snowingContainer {
	background-color: #55557f;
	overflow: hidden;
	z-index: 555;
	grid-column: 2 /span 1;
	grid-row: 3 /span 1;
}

.snowingContainer>img {
	width: 100%;
	height: 100%;
}

.topSide {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	background-color: rgba(0, 170, 255, 1.0);
	/* 	grid-column: 2 /span 1;
	grid-row: 2 /span 1; */
}

.leftSize {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
	background-color: rgba(0, 170, 255, 1.0);
	grid-column: 1 /span 1;
	grid-row: 2 /span 2;
	/* overflow: auto; */
}



.topSideTitle {
	background-color: #121214;
	border: 1px solid #878787;
	box-shadow: 0 0 0 1px #878787;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F9FAFA;
	cursor: pointer;
	font-size: 14px;
	border-bottom: none;
	border-left: none;
	user-select: none;
}

.leftSideTitle {
	background-color: #121214;
	border: 1px solid #878787;
	box-shadow: 0 0 0 1px #878787;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F9FAFA;
	cursor: pointer;
	font-size: 14px;
	border-top: none;
	cursor: pointer;
}

.leftSideTitleBottom {
	background-color: #121214;
	border: 1px solid #878787;
	box-shadow: 0 0 0 1px #878787;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F9FAFA;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
}

.leftSideTitle:hover,
.leftSideTitleBottom:hover {
	background: green !important;
	transform: scale(1.01);
	z-index: 5899;
}

.rightSide {
	display: grid;
	grid-template-columns: 1fr;
	background-color: rgba(0, 170, 255, 1.0);
	grid-row: span 2;
	grid-column: 3/span 1;
	grid-row: 2/span 2;
	overflow: auto;
}

/* 1. 滚动条整体宽度 */
.rightSide::-webkit-scrollbar {
	width: 35px;
	/* 垂直滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度 */
}

/* 2. 滚动条轨道（背景）- 浅暗色 */
.rightSide::-webkit-scrollbar-track {
	background: #2d2d2d;
	/* 轨道暗色 */
	border-radius: 4px;
	/* 圆角（可选） */
}

/* 3. 滚动条滑块（拖动部分）- 深暗色 */
.rightSide::-webkit-scrollbar-thumb {
	background: #4a4a4a;
	/* 滑块暗色 */
	border-radius: 4px;
	/* 圆角（可选，更美观） */
}

/* 4. 滑块hover状态 */
.rightSide::-webkit-scrollbar-thumb:hover {
	background: #666;
	/* hover时稍亮 */
}

/* ========== Firefox 浏览器 ========== */
.rightSide {
	/* scrollbar-color: 滑块颜色 轨道颜色 */
	scrollbar-color: #4a4a4a #2d2d2d;
	/* 滚动条宽度：auto | thin | none */
	scrollbar-width: auto;
}





.rightSideTitle {
	background-color: #121214;
	border: 1px solid #878787;
	box-shadow: 0 0 0 1px #878787;
	padding: 0px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F9FAFA;
	cursor: pointer;
	width: 100%;
	font-size: 13px;
}

.topSideTitle:hover,
.rightSideTitle:hover {
	background: green !important;
	transform: scale(1.01);
	border-radius: 5px;
	z-index: 5899;
}

.control {
	z-index: 1600;
	position: absolute;
	bottom: 12px;
	left: 150px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 12px;

}

.form-group {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select-required {
	display: inline-block;
	color: #333;
	width: 100%;
	height: 100%;
	background-color: #121214;
}

select {
	width: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 1.0);
	background-color: #121214;
	font-size: 14px;
	border: none;
	border-top: 1px solid #878787;
	text-align: center;
	text-align-last: center;
	line-height: normal;
}

select:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}


.wechat-bubble {
	position: fixed;
	width: 600px;
	height: 150px;
	padding: 10px 20px;
	/* margin: 30px; */
	background: #9eea6a;
	background: #FFFAE8;
	border-radius: 18px;
	border-bottom-right-radius: 15px;
	border: 5px solid #303078;
	/* transition: all 0.3s ease; */
	cursor: pointer;
	z-index: 6889;
	transition: none !important;
	visibility: hidden;
	right: 10000px;
	background:
		linear-gradient(to bottom,
			rgba(60, 78, 96, 0.2) 0%,
			rgba(60, 78, 96, 0) 30%,
			rgba(60, 78, 96, 0) 70%,
			rgba(60, 78, 96, 0.2) 100%),
		linear-gradient(to right,
			rgba(60, 78, 96, 0.2) 0%,
			rgba(60, 78, 96, 0) 30%,
			rgba(60, 78, 96, 0) 70%,
			rgba(60, 78, 96, 0.2) 100%),
		#F5F8FA;
	border: 5px solid #3C4E60;
	box-shadow: 0 0 15px rgba(60, 78, 96, 0.1) inset;
	border-radius: 18px;
	border-bottom-right-radius: 15px;

}

/* .wechat-bubble::before {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background: #9eea6a;
	transform: rotate(45deg);
	z-index: -1;
} */
/* box-shadow: 5px 5px 8px rgba(0,0,0,0.05); */


.wechat-bubble:hover {
	transform: translateY(-6px) scale(1.02);
}

.wechat-bubble:hover::before {
	transform: rotate(45deg) translateX(-1px) translateY(-1px);
}

.bubble-title {
	color: #1a1a1a;
	font-size: 16px;
	color: #243342;
	color: #364558;
}

.bubble-content {
	margin: 0;
	color: #272727;
	font-size: 14px;
	letter-spacing: 0.9px;
}

.hidden-content {
	max-height: 0;
	opacity: 0;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	/* transition: max-height 0.4s ease, opacity 0.4s ease; */
}

.wechat-bubble:hover .hidden-content {
	max-height: 200px;
	opacity: 1;
}


.hidden {
	display: none;
}

.okcolor {
	background-color: #00ff00 !important;
	color: #000000 !important;
}


#bubblecontent {
	white-space: pre-wrap;
}

.beianhao {
	font-size: 13px;
	margin-top: 5px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 6px;
	color: rgba(255, 255, 255, 1.0);
}


.beian-link {
	color: white; 
	opacity: 1.0;   
	text-decoration: none;
}

.beian-link2 {
	color: white;
	opacity: 1.0;
	text-decoration: none;
	margin-left: 0px;
}


.beian-link:hover,.beian-link2:hover {
	color: #409eff;
	opacity: 1;
}


.imageSource {
    font-style: italic;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	right:5px;
	bottom: 10px;
	z-index: 9988;
	font-size: 12px;
	padding: 3px;
}