
/* 应用方案列表 */
.scheme_designmain {
	margin-bottom: 96px;
}

/* 左侧导航 */
.scheme_navbox {
	width: 236px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 20px;
}
.scheme_nav_t {
	height: 52px;
	background-color: #E9EAEB;
	padding: 0 10px;
	font-weight: bold;
	color: #444;
	line-height: 52px;
}
.scheme_navItem {
	min-height: 41px;
	line-height: 41px;
	padding: 0 20px;
	cursor: pointer;
}
.scheme_navItem .icon-bar-pull {
	font-size: 6px !important;
	margin-left: 10px;
	color: #999;
}
.scheme_navItemOn {
	color: #0070BC;
	font-weight: bold;
}
.scheme_navItemOn .icon-bar-pull {
	display: block;
	transform: rotate(180deg);
	color: #0070BC;
}
.scheme_navItem_content {
	display: none;
	padding: 0 10px;
	color: #333;
    font-weight: normal;
    list-style: inside;
}
.scheme_navItem_liOn {
	color: #0070BC !important;
}
.scheme_navItem_liOn::before {
	background-color: #0070BC !important;
}
.scheme_navItem_content li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #444;
	margin-right: 5px;
	display: inline-block;
}
.scheme_navItemOn .scheme_navItem_content {
	display: block;
}

/* 右侧列表 */
.scheme_designlist {
	gap: 40px;
	margin: 20px;
}
.scheme_designlistbox {
	width: 360px;
	height: 240px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.scheme_designlistbox a:hover {
	color: #444;
}
.scheme_designlistimg {
	width: 360px;
	height: 190px;
	object-fit: cover;
}
.scheme_designlistp {
	position: absolute;
	bottom: 0;
	background-color: rgba(246, 248, 250, 0.9);
	height: 64px;
	width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    line-height: 30px;
}
.width14 {
	width: 14px;
}

/* 应用方案-详情 */

.scheme_design_articlebox {
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 30px 40px;
	box-sizing: border-box;
	margin: 20px 20px 40px 0;
}
.article_titlebox {
	width: 100%;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	flex-direction: column;
}
.article_titlebox h4 {
	font-size: 20px;
}
.width18 {
	width: 18px;
}
.article_title {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 20px 0;
}
.article_title::before {
	content: '';
	width: 4px;
	height: 16px;
	background-color: #00A0E8;
	margin-right: 5px;
}

.article_youshi li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #00A0E8;
	margin-right: 10px;
}
.scheme_design_table {
	border: 1px solid #ddd;

}
.partNo_image {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.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;
}
.scheme_designcyqjca {
	width: 90px;
	height: 30px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #FF5A00;
	display: inline-block;
	cursor: pointer;
}
.scheme_designcyqjca:hover {
	color: #fff;
}
.scheme_design_table tr {
	border-bottom: 1px dotted #dddddd;
}
.scheme_design_table tr td {
	border: none;
}
.searchTable_list thead th {
    font-size: 13px;
    background-color: #F0F2F7;
    border-right: 0;
    height: 35px;
	color: #666666;
	font-weight: normal;
}

.technicalDetail_tabItem {
	background-color: #F0F2F7;
	border-radius: 30px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	font-size: 13px;
	color: #777;
}

/* 红色模板 */
.red_template_set .scheme_nav_t {
	background-color: #FF872D;
    color: #fff;
}
.red_template_set .scheme_navItemOn {
	color: #FF872D;
}
.red_template_set .scheme_navItem_liOn {
	color: #FF872D !important;
}
.red_template_set .scheme_navItem_liOn::before {
    background-color: #FF872D !important;
}
.red_template_set .scheme_navItemOn .icon-bar-pull {
	color: #FF872D;
}
.red_template_set .article_title::before {
	background-color: #FF872D;
}
.red_template_set .article_youshi li::before {
	background-color: #FF872D;
}
.red_template_set .scheme_designcyqjca {
	width: 106px;
	background-color: #FF872D;
}

/* 蓝色模板 */
.blue_template_set .scheme_nav_t {
	background-color: #19BAA7;
    color: #fff;
}
.blue_template_set .scheme_navItemOn {
	color: #19BAA7;
}
.blue_template_set .scheme_navItem_liOn {
	color: #19BAA7 !important;
}
.blue_template_set .scheme_navItem_liOn::before {
    background-color: #19BAA7 !important;
}
.blue_template_set .scheme_navItemOn .icon-bar-pull {
	color: #19BAA7;
}
.blue_template_set .article_title::before {
	background-color: #19BAA7;
}
.blue_template_set .article_youshi li::before {
	background-color: #19BAA7;
}
.blue_template_set .scheme_designcyqjca {
	width: 106px;
	background-color: #19BAA7;
}

/* 黑色模板 */
.black_template_set .scheme_nav_t {
	background-color: #3759E6;
    color: #fff;
}
.black_template_set .scheme_navItemOn {
	color: #3759E6;
}
.black_template_set .scheme_navItem_liOn {
	color: #3759E6 !important;
}
.black_template_set .scheme_navItem_liOn::before {
    background-color: #3759E6 !important;
}
.black_template_set .scheme_navItemOn .icon-bar-pull {
	color: #3759E6;
}
.black_template_set .article_title::before {
	background-color: #3759E6;
}
.black_template_set .article_youshi li::before {
	background-color: #3759E6;
}
.black_template_set .scheme_designcyqjca {
	width: 106px;
	background-color: #3759E6;
}