/* 旧版前台内容区与新主题兼容 */
.rich-text-content-container img {
	max-width: 100%;
	height: auto;
}

.rich-text-content-container table {
	max-width: 100%;
}

.result-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.result-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}

.result-list li a {
	color: inherit;
	text-decoration: none;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
}

.result-list li a:hover {
	color: var(--bs-primary, #ff5e14);
}

.other-category {
	list-style: none;
	padding-left: 0;
}

.other-category li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.other-category a {
	color: inherit;
	text-decoration: none;
}

.other-category a:hover {
	color: var(--bs-primary, #ff5e14);
}

.widget-sidebar {
	background: #f8f8f8;
	padding: 24px;
}

.widget-sidebar h4 {
	margin-bottom: 16px;
	font-size: 18px;
}

#pic_small ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#pic_small ul li {
	width: 23%;
	cursor: pointer;
}

#pic_small ul li img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	display: block;
}

.selected_li {
	border: 4px solid #ff5e14;
}

#pic_large {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}

#pic_large img {
	max-width: 100%;
	height: auto;
	max-height: 420px;
}

.h-service img {
	max-width: 100%;
	height: auto;
}

.bilibili-embedded-player {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 999;
	border: none;
}

.pagination {
	justify-content: center;
	margin-top: 24px;
}

.product-name {
	font-weight: 600;
}

.contact-us strong {
	display: block;
	margin-bottom: 8px;
}

.video-container iframe,
.video-container video {
	max-width: 100%;
}
