.detail_conn{
	padding-top:clamp(27px,2.8125vw,54px);
	padding-bottom:clamp(70px,7.1875vw,138px);
}

.detail_sort{
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
   overflow-x: scroll;
    position: relative;
    z-index: 2;
}

.detail_sort--three{
	overflow-x: hidden;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.detail_sort--three::-webkit-scrollbar{
	display: none;
	width: 0;
	height: 0;
}

.detail_sort--three .detail_sort_item{
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	max-width: none;
	margin-right: 0;
	flex-shrink: 1;
	cursor: pointer;
}

.detail_sort--three .detail_sort_item + .detail_sort_item{
	margin-left: 2%;
}

.ziliao-panel{
	display: none;
}

.ziliao-panel--active{
	display: block;
}

.detail_sort_item{
	width: 32%;

	border:1px solid #cccccc;
	padding-top:clamp(12px,1.4583vw,28px);
	padding-bottom:clamp(12px,1.4583vw,28px);
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	min-width: 130px;
	box-sizing: border-box;
margin-right: 2%;

}
.ulxx{
	display: flex;
	flex-wrap: nowrap;
}










.detail_sort_item.active{
	background:#005eae ;
	border:1px solid #005eae;
	color: #fff !important;
}


/* 为具有特定类名的元素自定义滚动条 */
.custom-scrollbar {
  /* 整个滚动条的宽度 */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 #f0f0f0; /* 滑块颜色 轨道颜色 */
}
 
/* 对于WebKit浏览器（如Chrome, Safari） */
.custom-scrollbar::-webkit-scrollbar {
  width: 12px; /* 设置滚动条的宽度 */
}
 
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f0f0f0; /* 轨道颜色 */
}
 
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #888; /* 滑块颜色 */
  border-radius: 6px; /* 滑块圆角 */
  border: 3px solid #f0f0f0; /* 滑块边框 */
}
 
/* 可选：美化滚动条按钮 */
.custom-scrollbar::-webkit-scrollbar-button {
  display: none; /* 隐藏按钮 */
}

.detail_title{
	padding-top:clamp(40px,4.167vw,80px);
}

.detail_cc{
	padding-top:clamp(30px,3.125vw,60px);
}
.detail_cc_title_wrap{
	display: flex;
	justify-content: space-between;
}

.detail_cc_title_wrap_t1{
	width: 50%;
	height: clamp(40px,3.125vw,60px);
	background: #f2f6f9;
	align-items: center;
	justify-content: center;
	display: flex;
}

.detail_cc_con_wrap_t1{
	width: 50%;
	
	
	padding:clamp(15px,1.5625vw, 30px);
	 border-bottom:1px solid #e8e8e8;
}
.detail_cc_con_wrap_t1_t1{
	text-align: center;
	line-height: 1.89;

}
.detail_cc_con_wrap_t1_t2{
	margin-top:clamp(6px,0.625vw, 12px);
	width: 100%;
}

.detail_cc_con_wrap_t1_t2 img{
	display: block;
	max-width: 200px;
	width: 100%;
}
.ziliao-catalog-cover{
	text-align: center;
}
.ziliao-catalog-cover img{
	margin-left: auto;
	margin-right: auto;
}
.ziliao-product-list .ziliao-product-item{
	display: block;
}
.xlxq_top1_p3_nr_item--static{
	cursor: default;
}
.xuanpei-list-wrap{
	gap: 3.5%;
}
.xuanpei-list-wrap .xuanpei-list-item{
	display: none;
	width: calc((100% - 7%) / 3);
	margin-right: 0 !important;
}
.xuanpei-list-wrap .xuanpei-list-item.xuanpei-visible{
	display: block;
}
.xuanpei-page li span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.xuanpei-page li:hover,
.xuanpei-page li.thisclass{
	background: #005eae;
	border-color: #005eae;
	color: #fff !important;
}
.xuanpei-page li:hover span,
.xuanpei-page li.thisclass span{
	color: #fff !important;
}

.download_line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: clamp(12px, 1.25vw, 24px);
}
.download_line__name{
	flex: 1;
	min-width: 0;
}
.download_line__action{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	gap: clamp(8px, 0.625vw, 12px);
}
.download_line__na{
	white-space: nowrap;
}
.detail_cc_con_wrap_t1_t2 a,
.download_line__btn{
	height: 24px;
	width: clamp(40px,3.125vw,60px);
	border-radius: 4px;
	overflow:hidden;
	margin-left: 0;
	border:1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.download_line2{
	padding-top:clamp(6px,0.625vw, 12px);
	
}

/* 资料下载页移动端 */
@media screen and (max-width: 768px) {
	.detail_sort--three {
		flex-wrap: wrap;
		overflow-x: visible;
	}

	.detail_sort--three .detail_sort_item {
		flex: 1 1 calc(50% - 4px);
		min-width: 0;
		margin-bottom: 8px;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.detail_sort--three .detail_sort_item + .detail_sort_item {
		margin-left: 0;
	}

	.detail_cc > .detail_cc_title_wrap:first-child {
		display: none;
	}

	.detail_cc_title_wrap {
		flex-direction: column;
		border: 1px solid #e8e8e8;
		margin-bottom: 14px;
		background: #fff;
	}

	.detail_cc_title_wrap_t1,
	.detail_cc_con_wrap_t1 {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		border-right: none !important;
		border-bottom: 1px solid #e8e8e8;
		padding: 12px 14px !important;
		justify-content: flex-start;
		text-align: left;
	}

	.detail_cc_title_wrap > .detail_cc_con_wrap_t1:last-child,
	.detail_cc_title_wrap > .detail_cc_title_wrap_t1:last-child {
		border-bottom: none;
	}

	.detail_cc_title_wrap > .detail_cc_con_wrap_t1:nth-child(1)::before,
	.detail_cc_title_wrap > .detail_cc_title_wrap_t1:nth-child(1)::before {
		content: "内容";
		display: block;
		font-weight: 700;
		color: #005eae;
		font-size: 13px;
		margin-bottom: 6px;
	}

	.detail_cc_title_wrap > .detail_cc_con_wrap_t1:nth-child(2)::before,
	.detail_cc_title_wrap > .detail_cc_title_wrap_t1:nth-child(2)::before {
		content: "主题";
		display: block;
		font-weight: 700;
		color: #005eae;
		font-size: 13px;
		margin-bottom: 6px;
	}

	.detail_cc_title_wrap > .detail_cc_con_wrap_t1:nth-child(3)::before,
	.detail_cc_title_wrap > .detail_cc_title_wrap_t1:nth-child(3)::before {
		content: "文件";
		display: block;
		font-weight: 700;
		color: #005eae;
		font-size: 13px;
		margin-bottom: 6px;
	}

	.download_line {
		flex-wrap: wrap;
		gap: 8px;
	}

	.download_line__action {
		width: 100%;
		justify-content: flex-start;
	}
}
/* 尺寸图：左对齐（覆盖 .c-pic 默认居中），单位仍贴图片右下 */
.c-dimUnit{
	display:inline-block;
	max-width:100%;
	vertical-align:top;
	box-sizing:border-box;
	text-align:left;
}
.c-dimUnit > .c-pic,
.c-dimUnit > figure{
	margin:0;
	display:block;
	text-align:left !important;
}
.c-dimUnit img,
.c-dimUnit .u-imgRes{
	display:block !important;
	max-width:100%;
	height:auto;
	margin-left:0;
	margin-right:auto;
}
.c-dimUnit__label{
	margin:6px 0 0;
	padding:0;
	text-align:right;
	line-height:1.4;
}
.c-dimAnnotate,
figure.c-dimAnnotate{
	display:block;
	margin:0 0 16px;
	text-align:left !important;
	line-height:1;
}
.c-dimAnnotate img,
.c-dimAnnotate .u-imgRes{
	display:block !important;
	max-width:100%;
	height:auto;
	margin-left:0;
	margin-right:auto;
}
