.Page-left{width: 282px;}
.Page-left .title{line-height: 89px; width: 282px;height: 89px;background-image: url('../image/menu-bg.svg');background-size: 100%;}
.Page-left .list{
	background: linear-gradient(180deg, rgba(20, 105, 160, 0.22) 0%, rgba(8, 122, 244, 0.29) 100%);
	box-sizing: border-box;padding: 20px 0;
	border: 1.81px solid;margin-top: 20px;
	display: flex;align-items: center;flex-direction: column;justify-content: center;
	border-image: linear-gradient(180deg, rgba(8, 169, 244, 0.41) 0%, rgba(8, 169, 244, 0.58) 100%) 1.81;
}
.Page-left .list li a{display: block; width: 254px; height: 55px;background-image: url('../image/nav-bg.svg');text-align: center;line-height: 55px;margin: 5px 0;}
.Page-left .list li a.active{background-image: url('../image/nav-bg-active.svg');}

.Page-right{
	width: calc(100% - 282px - 20px);
	margin-left: 20px;
	height: 810px;
}
.Page-right .pagesBread{justify-content: space-between;}
.Page-right .pagesBread ul{align-items: center;}
.Page-right .pagesBread>a{background: rgba(10, 26, 52, 0.6);border-radius: 64px;
border: 1.28px solid rgba(21, 151, 243, 0.7049);padding: 10px 24px; display: flex; align-items: center;
box-shadow: inset 0px 0px 6.41px 0.86px #1597F3;gap: 10px}
.Page-right .content .title{border-bottom: 1px #2673C1 solid;margin-bottom: 20px;padding-bottom: 20px;}
.Page-right .content .box{height: 626px; overflow-y: scroll;}
.Page-right .content .box table tr td{padding: 20px;}
.Page-right .content .box table tr:nth-child(2n-1) td{background: rgba(21, 157, 255, 0.08);}
.Page-right .content .box table tr td:nth-child(2n){color: #11ECEB;}
.Por-list{overflow-y: scroll;height: 702px;}
.Por-list .item{width:calc(100% / 4 - 20px);margin-top: 20px;}
.Por-list .item:not(:nth-child(4n-3)){margin-left: 20px;}
.Por-list .item .top{
	background: linear-gradient(180deg, rgba(20, 105, 160, 0.22) 0%, rgba(8, 122, 244, 0.29) 100%);
	box-sizing: border-box;padding: 10px;
	border: 1.67px solid;
	border-image: linear-gradient(180deg, rgba(8, 169, 244, 0.41) 0%, rgba(8, 169, 244, 0.58) 100%) 1.67;
}
.Por-list .item .top .img{overflow: hidden;}
.Por-list .item .top img{transition: all .4s ease;}
.Por-list .item:hover img{transform: scale(1.1);}
.Por-list .item p{
	background: linear-gradient(180deg, rgba(20, 105, 160, 0.22) 0%, rgba(8, 122, 244, 0.29) 100%);
	box-sizing: border-box;
	border: 1.67px solid;
	border-image: linear-gradient(180deg, rgba(8, 169, 244, 0.41) 0%, rgba(8, 169, 244, 0.58) 100%) 1.67;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;
}


/* 播放容器 */
.audio-container {width: 90%;margin: auto;}
.audio-card {
	background: linear-gradient(180deg, #032239 0%, rgba(3, 34, 57, 0) 100%);
	box-sizing: border-box;
	border: 1px solid rgba(6, 146, 252, 0.502);
	backdrop-filter: blur(10px);
	box-shadow: inset 0px 0px 10px 0px rgba(6, 146, 252, 0.8);
	border-radius: 8px;box-shadow: var(--shadow-sm);padding: 24px;}
.audio-title {
	font-size: 24px;font-weight: bold;
	color: var(--cyan-color);
	text-align: center;margin-bottom: 24px;line-height: 1.3;}

@media (min-width: 768px) {
	.audio-title {
		font-size: 32px;
	}
}
/* 播放控制区域 */
.audio-controls {display: flex;align-items: center;gap: 16px;}
/* 播放/暂停按钮 */
.play-pause-btn {
	width: 48px;height: 48px;border-radius: 50%;
	background: linear-gradient(180deg, #032239 0%, #035189 100%);
	box-sizing: border-box;
	border: 1px solid rgba(6, 146, 252, 0.502);
	backdrop-filter: blur(10px);
	box-shadow: inset 0px 0px 10px 0px rgba(6, 146, 252, 0.8);
	color: white;border: none;
	cursor: pointer;display: flex;align-items: center;
	justify-content: center;transition: var(--transition);flex-shrink: 0;
}
.play-pause-btn:hover {background-color: #1597F3;}
.play-pause-btn i {font-size: 20px;}
/* 进度条区域 */
.progress-area {flex: 1;}
/* 自定义滑块样式 */
.custom-slider {
	-webkit-appearance: none;
	width: 100%;height: 4px;border-radius: 2px;
	background: rgba(0, 155, 255, 0.6);outline: none;cursor: pointer;
}
.custom-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1597F3;
	cursor: pointer;
}
.custom-slider::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1597F3;
	cursor: pointer;
	border: none;
}
/* 时间显示 */
.time-display {
	display: flex;
	justify-content: space-between;
	color: var(--main-color);
	font-size: 12px;
	margin-top: 4px;
}
/* 音量控制区域 */
.volume-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.volume-icon {
	color: var(--color-gray-dark);
	font-size: 16px;
}
.volume-slider {
	width: 64px;
}

.reL-video,.reL-ticket{width: calc(100% / 2 - 10px);height: 454px;overflow: hidden;}
.reL-video .video{width: 100%;height: 389px;overflow: hidden;margin-top: 5px;}
.reL-video video{width: 100%;height: 389px;border-radius: 10px;}
.reL-title{width: 291px;height: 55px; background-image: url('../image/reL-titlebg.png');background-repeat: no-repeat;background-size: 100%;}
.reL-ticket {margin-left: 20px;}
.reL-ry,.ticket-list,.reL-park{margin-top: 20px;}
.ticket-list .item .img{max-height: 300px;}
.reL-per{width: calc(100% / 4 - 10px);height: 313px;overflow: hidden;margin-top: 10px;}
.reL-per:nth-child(4),.reL-per:nth-child(5),.reL-per:nth-child(6){margin-left: 13px;}
.reL-per .reL-xf{margin-top: 20px; width: 100%;height: 248px;overflow: hidden;justify-content: space-between;}
.reL-per .reL-xf .item{width: calc(100% / 2 - 10px);}
.reL-park{margin-top: 30px;margin-left: 30px;}
.reL-park .flex{align-items: center;}
.reL-park .icon{margin-right: 10px;border: 1px var(--cyan-color) solid; padding: 5px 10px;border-radius: 5px;}
.reL-park .icon i{font-size: 40px;color: var(--cyan-color);}



/* 访客统计样式 */
.keliu_api {
	margin-bottom: 20px;
}
.visitor-stats {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	flex-wrap: wrap;
}
.stat-item {
	display: inline-grid;
	align-items: center;
	text-align: center;
	gap: 15px;
	background-image: url('../image/sz-bg.png');
	width: calc(100% / 2 - 15px);
    height: 100px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.stat-item:nth-child(1),.stat-item:nth-child(2){}
.stat-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.stat-icon img{
	position: absolute;
	z-index: 1;
}
.stat-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url('../image/icon1.png');
	background-size: cover;
	background-position: center;
	animation: stat-icon-rotate 3s linear infinite;
}
@keyframes stat-icon-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.stat-info {
	display: flex;
	flex-direction: column;
}
.stat-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 5px;
}
.stat-value {
	font-size: 28px;
	font-weight: bold;
}
/* 离子检测（温湿度噪声负氧离子）样式 */
.reL-lzjc {
	margin-top: 20px;
}
.lzjc-stats {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.lzjc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url('../image/sz-bg.png');
	width: calc(100% / 2 - 15px);
	height: 90px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.lzjc-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lzjc-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 5px;
}
.lzjc-value {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.lzjc-value-row {
	display: flex;
	align-items: baseline;
	gap: 4px;
}
.lzjc-unit {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}