@charset "utf-8";
.tab-box {
	display: flex;
	padding: 1rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-box a {
	width: 17.1rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: rgba(0, 96, 178, 1);
	border: 1px solid rgba(0, 96, 178, 1);
	margin-bottom: 1rem;
}
.tab-box a.active {
	width: 17.1rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background: rgba(0, 96, 178, 1);
	color: #fff;
}
.product-detail {
	padding: 1rem;
}
.product-detail .sub-title {
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	color: rgba(0, 96, 178, 1);
	font-size: 1.8rem;
	line-height: 2.4rem;
	height: 3rem;
	position: relative;
	margin-bottom: 2rem;
}
.a-list li {
	display: flex;
	border: 1px solid rgba(176, 176, 176, 0.25);
	width: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}
.a-list li div {
	flex: 1;
	padding: 1.5rem;
	box-sizing: border-box;
	height: 7.2rem;
}
.a-list li h3 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: rgba(0, 0, 0, 0.85);
	padding-right: 6rem;
	position: relative;
	margin-bottom: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2.2rem;
	width: 23rem;
}
.a-list li p{
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 23rem;
}
.a-list li h3 span {
	font-size: 1.2rem;
	text-align: left;
	color: rgba(0, 96, 178, 1);
	position: absolute;
	top: 0;
	right: 0;
}
.a-list li img {
	display: flex;
	width: 9.6rem;
	height: 7.2rem;
}
.a-list li .link{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
