
/* 技术资料详情页 */

/* 资料详情 */
.technicalDetail_articleBox {
	background-color: #fff;
	padding: 40px 50px 50px 50px;
	box-sizing: border-box;
}
.technicalDetail_articleTitleBox {
	width: 100%;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	flex-direction: column;
}
.technicalDetail_articleTitleBox h4 {
	font-size: 20px;
}
.technicalDetail_tabItem {
	background-color: #F0F2F7;
	border-radius: 30px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-size: 13px;
	color: #777;
}
.technicalDetail_articleFile_box {
	background-color: #FFF7F1;
	border: 1px solid #FFC2AA;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.fileImage {
	width: 32px;
	height: 32px;
}
.send_email_input input{
	width:208px;
	height:32px;
	border-radius: 2px;
	text-indent: 5px;
	border:1px solid #ddd;
}
.overhide {
	overflow: hidden;
}

/* 视频详情 */

.technicalDetail_videoBox {
	gap: 20px;
	padding-bottom: 44px;
}
.technicalDetail_videoContent {
	width: 1143px;
	background-color: #fff;
	padding: 20px 26px;
	box-sizing: border-box;
}
.technicalDetail_videoContentBox {
	width: 1090px;
	height: 690px;
	border-radius: 10px;
	overflow: hidden;
}
.videoLogoBg {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
}
.coverBg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
.shiPintologin {
	position: absolute;
	display: inline-flex;
	color: #fff !important;
	background-color: #00A0E8;
	width: 140px;
    height: 46px;
	align-items: center;
	gap: 10px;
	border-radius: 90px;
	z-index: 99;
	justify-content: center;
	left: 480px;
	top: 285px;
}
.technicalDetail_videoContentBox img, .technicalDetail_videoContentBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.technicalDetail_videoContent p {
	line-height: 26px;
}
.squire_title {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.squire_title::before {
	content: '';
	width: 4px;
	height: 16px;
	background-color: #00A0E8;
	margin-right: 5px;
}
.technicalDetail_videoList_Item {
	width: 336px;
	height: 265px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
	background-color: #fff;
	display: block;
    cursor: pointer;
}
.technicalDetail_videoList_Item img {
	width: 336px;
	height: 213px;
	object-fit: cover;
}
.layerDivCont{
	display: flex;
    justify-content: center;
    gap: 10px;
	align-items: center;
}

/* 表格 */
.technicalDetail_table {
	border: 1px solid #ddd;
}
.partNo_image {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.partNo_image.partNo_null_image{
	object-fit: none !important;
}
.table_tdw120{
	max-width:120px;
	height:auto !important;
}
.table_tdw100{
	max-width:100px;
	height:auto !important;
}
.table_tdw80 {
	max-width:80px;
	height:auto !important;
}
.table_tdw50 {
	max-width:50px;
	height:auto !important;
}
.table_tdw150 {
	max-width:150px;
	height:auto !important;
}
.technicalDetail_table_btn {
	width: 90px;
	height: 30px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #FF5A00;
	display: inline-block;
	cursor: pointer;
}
.technicalDetail_table_btn:hover {
	color: #fff;
}
.search_resultList tr {
	border: 1px dotted #dddddd;
}
.search_resultList tr td {
	border: none;
}
.searchTable_list thead th {
    font-size: 13px;
    background-color: #F0F2F7;
    border-right: 0;
    height: 35px;
	color: #666666;
	font-weight: normal;
}
/* 新品详情 */
.technicalList_articleItem:hover .technicalList_articleItem_text::after {
	content: none !important;
}
.technicalList_articleItem:hover .technicalList_articleItem_text {
	color: #333 !important;
}
.technicalDetail_newBox {
	padding: 0 30px 50px 30px;
	box-sizing: border-box;
}
.technicalDetail_newTab {
	border-bottom: 1px solid #EEEEEE;
	height: 60px;
	line-height: 60px;
	color: #2D2D2D;
	gap: 50px;
}
.technicalDetail_newTab div {
	cursor: pointer;
}
.technicalDetail_newTabOn {
	color: #00A0E8;
	font-weight: bold;
	border-bottom: 2px solid #00A0E8;
}
.technicalDetail_newscroll {
	overflow-y: scroll;
}
.technicalDetail_newBox .technicalDetail_videoContentBox {
	width: 1396px !important;
	height: 884px !important;
}
.technicalDetail_newBox .shiPintologin {
	left: 640px;
    top: 370px;
}
.technicalDetail_newTable {
	border: 1px solid #ddd;
}
.technicalDetail_newTable thead th {
	background-color: #F2F4F8;
	height: 35px;
	color: #666;
	font-weight: normal;
	size: 13px;
}
.technicalDetail_newTable tbody tr {
	border-bottom: 1px dashed #ddd;
	height: 56px;
}
.technicalDetail_newTable tbody tr:last-of-type {
	border-bottom: none;
}

/* 红色模板 */
.red_template_set .squire_title::before {
	background-color: #FF872D;
}
.red_template_set .technicalDetail_newTabOn {
	color: #FF872D;
	border-bottom: 2px solid #FF872D;
}
.red_template_set .shiPintologin {
	background-color: #FF872D;
}

/* 蓝色模板 */
.blue_template_set .squire_title::before {
	background-color: #19BAA7;
}
.blue_template_set .technicalDetail_newTabOn {
	color: #19BAA7;
	border-bottom: 2px solid #19BAA7;
}
.blue_template_set .technicalDetail_table_btn {
	background-color: #19BAA7;
}
.blue_template_set .shiPintologin {
	background-color: #19BAA7;
}

/* 清单图片调整 */
.partNo_product_img {
	object-fit: none !important;
}