.inner-main {
	width: 100%;
	max-width: 100%;
	padding: 0 0 20px;
	box-sizing: border-box;
	font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
}

.inner-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 108, 188, 0.1);
	border: 1px solid #e8eef5;
	overflow: hidden;
}

.inner-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 13px 24px;
	background: linear-gradient(to bottom, #fafcfe 0%, #f3f7fb 100%);
	border-bottom: 1px solid #e4edf5;
	position: relative;
	min-height: 24px;
}

.inner-card-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #006CBC;
	border-radius: 8px 0 0 0;
}

.inner-title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #006CBC;
	letter-spacing: 0.5px;
}

.inner-breadcrumb {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
}

.inner-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.inner-breadcrumb a:hover {
	color: #006CBC;
}

.inner-breadcrumb-sep {
	margin: 0 8px;
	color: #ccc;
}

.inner-breadcrumb-current {
	color: #999;
}

.inner-card-body {
	padding: 24px 28px 28px;
}

.inner-content {
	line-height: 1.85;
	color: #444;
	font-size: 14px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.inner-content img {
	max-width: 100%;
	height: auto;
}

.inner-content p {
	margin: 0 0 12px;
}

.inner-content table {
	max-width: 100%;
}

.product-detail-header {
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e4edf5;
}

.product-detail-name {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #006CBC;
	line-height: 1.4;
}

.product-nav {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px dashed #e4edf5;
	overflow: hidden;
	font-size: 13px;
	color: #666;
}

.product-nav-prev {
	float: left;
	max-width: 48%;
	line-height: 1.6;
}

.product-nav-next {
	float: right;
	max-width: 48%;
	text-align: right;
	line-height: 1.6;
}

.product-nav a {
	color: #006CBC;
	text-decoration: none;
}

.product-nav a:hover {
	color: #F9B333;
}
