/* 供应商店铺首页 */

/* 公共标题 */
.sellershop_titlebox {
	padding: 45px 0 50px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.sellershop_title {
	font-size: 34px;
	font-weight: bold;
	flex: 1;
}

.sellershop_title i {
	font-size: 20px !important;
	margin-left: 20px;
	color: #999999;
	font-weight: normal;
}
.sellershop_title_more {
	cursor: pointer;
	color: #949494;
}
.gap40 {
	gap: 40px;
}

.overhide {
	overflow: hidden;
}
.tool_tip_box {
	height: auto;
	line-height: normal;
}

/* 新品发布 */
.sellershop_newreleasebg {
	background: url('../images/sellershop_rebg.png') no-repeat top;
	padding-bottom: 55px;
	background-size: cover;
}

.sellershop_newreleasebox {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sellershop_newrelease_btn {
	height: 31px;
	padding: 0px 20px;
	border-radius: 30px;
	color: #fff !important;
	cursor: pointer;
}

.sellershop_newreleasebox .sellershop_newrelease_btn {
	background-color: #0070BC;
}

.box_shadow {
	border-radius: 10px;
	border: 1px solid rgba(221, 221, 221, 0.5);
	box-shadow: 0px 10px 25px 7px rgba(106, 106, 106, 0.15);
	background-color: #fff;
}

.newrelease_item1,
.newrelease_item2 {
	display: flex;
	flex: 1;
	background-color: #F7F7F7;
	overflow: hidden;
}

.newrelease_item1 img {
	margin: 38px 90px;
	width: 300px;
	height: 300px;
	object-fit: scale-down;
	background-color: #fff;
}

.newrelease_item1_text {
	display: flex;
	flex-direction: column;
	align-items: start;
	flex: 1;
	padding-top: 114px;
	overflow: hidden;
	padding-right: 40px;
}

.newrelease_item1_text h4 {
	font-size: 30px;
	line-height: 30px;
}

.newrelease_item2 {
	flex-direction: column;
	align-items: center;
	padding: 0 20px 80px;
}

.newrelease_item4 {
	width: 324px;
	height: 297px;
	margin: 40px 0;
	position: relative;
	padding: 0 20px;
    box-sizing: border-box;
}

.flex_colum {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newrelease_item2 img {
	width: 150px;
	height: 150px;
	object-fit: scale-down;
	margin-top: 50px;
	border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
	background-color: #fff;
}

.newrelease_item4:nth-of-type(4n):before {
	width: 0;
}

.newrelease_item4::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	background: linear-gradient(#fff 15%, #ccc, #fff 85%)
}

.newrelease_item4 img {
	width: 150px;
	height: 150px;
	object-fit: scale-down;
	border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
	background-color: #fff;
}

/* 应用方案 */
.sellershop_fanganbg {
	background: url('../images/sellershop_fabg.png') no-repeat top;
	background-size: 100% 100%;
}

.sellershop_fanganbg .sellershop_titlebox {
	padding: 45px 0 25px 0;
}

.default_template_set .fangan_titlebox {
	height: 78px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	gap: 56px;
	border-bottom: #ddd 1px solid;
}

.default_template_set .fangan_title_item {
	font-size: 18px;
	color: #666;
	cursor: pointer;
	line-height: 78px;
}

.default_template_set .fangan_title_item .iconfont {
	display: none;
}

.default_template_set .fangan_title_itemOn {
	font-size: 22px;
	color: #0070BC;
	border-bottom: 2px solid #0070BC;
}

.fangan_content_box {
	padding: 50px 60px 40px 60px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 55px;
}

.gap50 {
	gap: 50px;
}

.fangan_content_item {
	border-radius: 10px 10px 0 0;
	width: 360px;
	height: 260px;
	border-bottom: 5px #777777 solid;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.fangan_content_item img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	background-color: #F6F7F8;
}

.fangan_content_item_titelbox {
	width: 100%;
	height: 94px;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 8px 20px 0 23px;
	box-sizing: border-box;
}

.fangan_content_item_title {
	font-size: 20px;
	font-weight: bolder;
	line-height: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 20px;
}

.fangan_content_item_titelbox p {
	font-size: 14px;
	line-height: 20px;
}

.fangan_bottom_btn {
	color: #0070BC;
	padding: 8px;
	border: 1px solid #0070BC;
	border-radius: 30px;
	margin: 40px auto 0;
	cursor: pointer;
	width: 127px;
	text-align: center;
}

/* 推荐产品 */
.sellershop_tuijian {
	background-color: #F6F8FA;
	padding-bottom: 55px;
}

.tuijian_content_box {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.tuijian_item {
	width: 244px;
	height: 278px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 14px 1px rgba(145, 180, 253, 0.3);
	padding: 37px 20px 20px 20px;
}

.tijian_item_image {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	background-color: #fff;
	object-fit: scale-down;
}

.tuijian_item_partNo {
	height: 30px;
	line-height: 30px;
	font-size: 14px !important;
	font-weight: bold;
}

.tuijian_item_dis {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}

.tijian_item_pricebox {
	width: 205px;
	height: 30px;
	border-radius: 30px;
	background-color: #0070BC;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: flex;
}
.tijian_item_pricebox span {
	flex: 1;
}

.tijian_item_pricebox .price {
	min-width: 120px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #00A0E8;
	border-radius: 30px;
	background-color: #fff;
	color: #FF303A;
	font-weight: bold;
}
a:hover .tuijian_item_dis {
	color: #444444;
}

/* 技术资料 */
.sellershop_ziliao {
	padding-bottom: 55px;
}
.ziliao_tabbox {
	width: 100%;
	height: 50px;
	gap: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.ziliao_tab_item {
	min-width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20;
	color: #777777;
	cursor: pointer;
}

.ziliao_tab_itemOn {
	border-bottom: 2px solid #0070BC;
	color: #444444;
}

.ziliao_content_box {
	width: 100%;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 14px 1px rgba(106, 106, 106, 0.15);
	max-height: 310px;
	box-sizing: border-box;
	padding: 30px 0 30px 50px;
	display: flex;
	gap: 50px;
	border-radius: 5px;
}
.ziliao_content_box ul {
	display: flex;
	flex-wrap: wrap;
}
.ziliao_content_box li {
	width: 50%;
    margin: 15px 0;
    line-height: 22px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.ziliao_content_box li img {
	height: 20px;
	object-fit: contain;
}

.indexHref {
	cursor: pointer;
}
/* 公司简介 */
.sellershop_companybg {
	background: url('../images/sellershop_jjbg.png') no-repeat top;
	background-size: 100% 100%;
}
.default_template_set .sellershop_company h4 {
	display: none;
}

.sellershop_company {
	font-size: 16px;
	line-height: 32px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 1;
}

.sellershop_company p {
	white-space: pre-line;
	word-break: break-all;
}

.sellershop_company .defaultLine {
	display: block;
	width: 152px;
	height: 3px;
	background-color: #0070BC;
}

.sellershop_companyBtn {
	width: 118px;
	height: 31px;
	background-color: #0070BC;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	cursor: pointer;
	border-radius: 31px;
}

.sellershop_companyImage {
	width: 720px;
	height: 405px;
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
	margin-left: 50px;
}

.pad_b80 {
	padding-bottom: 80px !important;
}
.pad_b60 {
	padding-bottom: 60px;
}

/* 红色模板 */
.red_template_set {
	background-color: #fff;
}
.red_template_set .sellershop_title span {
	color: #FF872D !important;
}
.red_template_set .sellershop_title_more {
	color: #444 !important;
	width: 131px;
	height: 32px;
	position: relative;
	background-color: #FFE6C4;
	line-height: 32px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 25px;
}
.red_template_set .sellershop_title {
	display: flex;
    align-items: center;
}
.red_template_set .sellershop_title i {
	color: #ddd;
    font-weight: bolder;
    border-left: 1px solid #ddd;
    padding-left: 14px;
    height: 44px;
    line-height: 44px;
}
.red_template_set .sellershop_title_more::after {
	content: '\e61c';
	font-family: 'iconfont';
	position: absolute;
	width: 32px;
	height: 32px;
	color: #fff;
	right: 0px;
	top: 0px;
	font-size: 24px;
    text-align: center;
	background-color: #FF872D;
}
.red_template_set .sellershop_newreleasebg {
	background:#F8F8FB !important;
}

/* 红色-新品发布 */
.red_sellershop_newreleasebox {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.red_sellershop_newrelease_mian {
	width: 1300px;
}
.w1300 {
	width: 1300px;
	overflow: hidden;
	height: 400px;
    position: relative;
}
.red_sellershop_newreleaseItem1, .red_sellershop_newreleaseItem2 {
	width: 1072px;
	height: 346px;
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 120px;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 0 60px;
}
.red_sellershop_newreleaseItem1:hover, .red_sellershop_newreleaseItem2:hover {
	box-shadow: 0px -7px 13px 1px rgba(106, 106, 106, 0.15);
}
.red_sellershop_newreleaseScorll {
	display: flex;
	gap: 20px;
	padding-bottom: 55px;
	justify-content: center;
}
.red_sellershop_newreleaseItem1 img {
	width: 250px;
	height: 250px;
	object-fit: scale-down;
	background-color: #fff;
}
.red_sellershop_newreleaseItem1 .pos-r .iconfont{
	position: absolute;
	left: 250px;
	top: 0;
	font-size: 34px !important;
	color: #FF0036;
}
.redSellershop_newrelease_btn {
	color: #FE2A2A;
	border: 1px solid #FF872D;
	border-radius: 8px;
	line-height: 52px;
	width: 309px;
	height: 52px;
	font-size: 28px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
a.redSellershop_newrelease_btn:hover .font-wb {
	color: #FE2A2A;
} 
.sellershop_newrelease_tobuy {
	background-color: #FF872D;
	color: #fff;
	position: relative;
	width: 140px;
	font-size: 22px;
	font-weight: bolder;
	display: flex;
	align-items: center;
}
.red_sellershop_newreleaseItem1 .icon-icon_go {
	font-size: 24px;
}
.red_sellershop_newreleaseItem1 h4 {
	font-size: 30px;
	width: 100%;
}
.sellershop_newrelease_tobuy::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -28px;
    border-left: 28px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 52px solid #FF872D;
}
.red_sellershop_newreleaseItem2 {
	width: 460px;
	height: 378px;
	gap: 20px;
	padding: 0 32px;
	overflow: hidden;
}
.flex_cc {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.red_sellershop_newreleaseItem2 img {
	width: 180px;
	height: 180px;
	object-fit: scale-down;
	background-color: #fff;
}
.red_sellershop_newreleaseItem2 h4 {
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.red_sellershop_newreleaseItem2 .redSellershop_newrelease_btn {
	width: 240px;
	height: 38px;
	font-size: 20px;
	padding-left: 10px;
	box-sizing: border-box;
}
.red_sellershop_newreleaseItem2 .pos-r .iconfont{
	position: absolute;
	left: 170px;
	top: 23px;
	font-size: 34px !important;
	color: #FF0036;
}
.red_sellershop_newreleaseItem2 .sellershop_newrelease_tobuy {
	font-size: 16px;
	width: 120px;
}
.red_sellershop_newreleaseItem2 .icon-icon_go {
	font-size: 20px;
}
.red_sellershop_newreleaseItem3 {
	width: 344px;
	height: 363px;
}
.red_sellershop_newreleaseItem3 h4, .red_sellershop_newreleaseItem4 h4{
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.red_sellershop_newreleaseItem4 {
	width: 420px;
	height: 363px;
	padding: 0 20px;
}
.scorllPosition {
	position: absolute;
	left: 0;
	top: 0;
}
.red_sellershop_newreleaseLeft, .red_sellershop_newreleaseRight {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #FF872D;
	position: absolute;
	top: 170px;
	text-align: center;
    line-height: 44px;
	cursor: pointer;
}
.red_sellershop_newreleaseLeft {
	left: -60px;
}
.red_sellershop_newreleaseRight {
	right: -60px;
}
.red_sellershop_newreleasedisable {
	background-color: #eee !important;
}
.red_sellershop_newreleasedisable .iconfont {
	color: #9D9D9D;
}
.red_sellershop_newreleaseLeft .iconfont, .red_sellershop_newreleaseRight .iconfont {
	color: #fff;
	font-size: 20px !important;
}

/* 红色-应用方案 */
.red_template_set .sellershop_fanganbg .sellershop_title {
	color: #fff;
}
.red_template_set .sellershop_fanganbg {
	background: url('../images/red_shop_yyfa.jpg') no-repeat top;
	padding-bottom: 55px;
}
.red_template_set .sellershop_fangan_box {
	display: flex;
	gap: 20px;
}
.red_template_set .fangan_titlebox {
	width: 298px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 712px;
}
.red_template_set .fangan_title_item {
	width: 298px;
	flex: 1;
	background-color: #FAFAFA;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	color: #444;
	font-size: 18px;
}
.red_template_set .fangan_title_itemOn {
	background-color: #FF872D;
	color: #fff;
	font-weight: bolder;
}
.red_template_set .fangan_title_item .iconfont {
	font-size: 30px !important;
	width: 48px;
}
.red_fangan_content_item1{
	width: 990px !important;
	height: 637px !important;
}
.red_fangan_content_item1 img {
	width: 990px !important;
	height: 637px !important;
}
.red_fangan_content_item1 .w-300 {
	width: 900px !important;
}
.red_fangan_content_item {
	width: 480px;
	height: 320px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.red_fangan_content_item img {
	width: 480px;
	height: 320px;
	object-fit: scale-down;
	background-color: #fff;
	flex-shrink: 0;
}
.red_fangan_content_item_titelbox {
	position: absolute;
	bottom: 0;
	background-color: rgba(33, 47, 48, 0.8);
	width: 100%;
	height: 99px;
	box-sizing: border-box;
	padding: 10px 23px;
}
.red_fangan_content_item_titelbox  .icon-a-jiantou {
	color: #FF872D;
	font-size: 10px !important;
}
/* 红色-推荐产品 */
.red_tuijian_item1 {
	width: 390px;
    height: 453px !important;
	padding: 21px 24px 26px 24px !important;
}
.red_tuijian_item2 {
	width: 480px;
	height: 216px !important;
	display: flex;
	padding: 39px 30px 20px 20px !important;
	gap: 20px;
}
.red_tuijian_item1 .tijian_item_image {
	width: 240px !important;
    height: 240px !important;
	margin: 0 auto 46px !important;
}
.red_tuijian_item2 .tijian_item_image {
	width: 144px !important;
    height: 144px !important;
    margin: 0 !important;
}
.red_tuijian_item2 .tijian_item_pricebox {
	flex-direction: column;
	gap: 12px;
}
.red_tuijian_item2 .tuijian_item_tobuy, .red_tuijian_item1 .tuijian_item_tobuy {
	width: 124px;
	height: 32px;
	cursor: pointer;
}
.red_tuijian_item2 .tijian_item_pricebox .price, .red_tuijian_item1 .tijian_item_pricebox .price {
	font-size: 24px;
}
.red_tuijian_item1 .tuijian_item_partNo {
	font-size: 24px !important;
}
.red_tuijian_item1 .tuijian_item_dis {
	font-size: 16px !important;
	height: 34px;
}
.red_tuijian_item2 .tuijian_item_partNo {
	font-size: 18px !important;
}
.red_tuijian_item2 .tuijian_item_dis {
	font-size: 14px !important;
	width: 90%;
}

.red_template_set .tuijian_item {
	padding: 15px 24px 12px 24px;
	height: 310px;
}
.red_template_set .tuijian_item:hover .tuijian_item_tobuy {
	background-color: #FF872D;
	color: #fff;
}
.red_template_set .tuijian_item:hover .tuijian_item_tobuy::after {
	color: #fff;
}
.red_template_set .tuijian_item_dis {
	text-align: left;
}
.red_template_set .tijian_item_image {
    width: 150px;
    height: 150px;
    margin: 0 auto 35px;
	object-fit: scale-down;
	background-color: #fff;
}
.red_template_set .tijian_item_pricebox {
	justify-content: space-between;
	background-color: transparent;
	text-align: left;
	width: 100%;
}
.red_template_set .tijian_item_pricebox .price {
	background-color: transparent;
	border: none;
	color: #FE2A2A;
	min-width: 0;
}
.red_template_set .tuijian_item_tobuy {
	width: 106px;
	height: 30px;
	border-radius: 20px;
	border: 1px solid #FF872D;
	display: flex;
	align-items: center;
	gap: 6px;
	color: #FF872D;
	font-size: 13px;
	justify-content: center;
	cursor: pointer;
}
.red_template_set .tuijian_item_tobuy::after {
	content: "\e728";
	font-family: 'iconfont';
	font-size: 15px !important;
	color: #FF872D;
}
/* 红色-技术资料 */
.red_ziliao_item {
	width: 640px;
	height: 120px;
	border-radius: 8px;
	border: 1px solid #333333;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 18px;
	overflow: hidden;
}
.red_ziliao_item .icon-more {
	width: 32px;
	height: 32px;
	font-size: 20px !important;
	text-align: center;
	background-color: #fff;
	line-height: 32px;
}
.red_ziliao_item:hover {
	border: 1px solid #FF872D;
	color: #FF872D;
	font-weight: bold;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.red_ziliao_item:hover span{
    stroke-width: 1;
    stroke: #FF872D;
	text-decoration: underline;
}
.red_ziliao_item:hover .icon-more {
	background-color: #FF872D;
	color: #fff;
}
.red_ziliao_item:hover .iconbg {
	background-color: #FF872D;
	color: #fff;
}
.red_ziliao_item .flex_1 .iconfont {
	font-size: 150px !important;
    opacity: 0.1;
}
/* 红色 - 公司简介 */
.red_template_set .sellershop_company .defaultLine {
	display: none;
}
.red_template_set .sellershop_companybg {
	background: #fff;
}
.red_template_set .sellershop_companyImage {
    border-radius: 0; 
}
.red_template_set .sellershop_companyImage h4 {
	font-size: 24px;
	color: #333;
	margin-top: 70px;
}
.red_template_set .sellershop_company p {
	width: 420px;
	font-size: 16px;
	line-height: 32px;
	max-height: 318px;
    overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

/* 蓝色模板 */
/* 新品推荐 */
.blue_template_set .sellershop_newreleasebg {
	background: url('../images/sellshop_blue_xpfb.jpg') no-repeat center top;
	background-size: cover;
}
.blue_sellershop_titlebox {
	margin: 50px auto 40px;
	font-size: 34px;
	font-weight: bolder;
	text-align: center;
}
.blue_sellershop_titlebox span {
	position: relative;
}
.blue_sellershop_titlebox span::after {
	content: '';
	height: 3px;
	width: 100%;
	background: linear-gradient(to right, #327DFA 0%, #63CEC2 100px);
	position: absolute;
	bottom: 3px;
	left: 0;
}
.blue_sellershop_title_more {
	height: 40px;
	padding: 0 24px;
	border-radius: 41px;
	border: 1px solid #19BAA7;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #19BAA7 !important;
	background-color: #fff;
}
.blue_sellershop_title_more a {
	color: #19BAA7 !important;
}
.blue_sellershop_title_more .icon-more {
	font-size: 14px !important;
	color: #19BAA7;
}
.blue_template_set .red_sellershop_newreleaseLeft , .blue_template_set .red_sellershop_newreleaseRight {
	background-color: #63CEC1 ;
}
.blue_sellershop_newProductItem {
	width: 310px;
	height: 362px;
	border: 1px solid #DEDEDE;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	cursor: pointer;
}
.blue_sellershop_newProductItem:hover {
	box-shadow: 0px 10px 25px 7px rgba(106, 106, 106, 0.15);
}
.blue_xinpin_icon::after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: url('../images/product_xinpin2.png') no-repeat;
	width: 48px;
    height: 49px;
}
.blue_sellershop_newProductItem h4 {
	font-size: 24px;
	font-weight: bolder;
	color: #444;
}
.blue_sellershop_newProductItem p {
	font-size: 14px;
	color: #666;
}

.blue_sellershop_newProductImg , .Pic180{
	width: 180px;
	height: 180px;
	object-fit: scale-down;
	background-color: #fff;
}

.blue_ItemWidth1 {
	width: 800px;
	height: 362px;
}
.blue_ItemWidth2 {
	width: 600px;
	height: 362px;
}
.blue_ItemWidth3 {
	width: 420px;
	height: 362px;
}
.blue_template_set .red_sellershop_newreleaseScorll {
	min-width: 100%;
}

/* 蓝色-应用方案 */
.blue_template_set .sellershop_fanganbg {
	background: url('../images/fanganshop_red_yyfa.png') no-repeat center;
	padding-bottom: 55px;
}
.blue_template_set .blue_sellershop_titlebox span::after {
	background: #63CEC1;
}
.blue_template_set .fangan_titlebox {
	border-radius: 12px;
	height: 100px;
	background-color: #fff;
	padding: 4px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	justify-content: center;
}
.blue_template_set .fangan_title_item {
	width: 125px;
	height: 92px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	justify-content: center;
	flex: 1;
	cursor: pointer;
}
.blue_template_set .fangan_title_item .iconfont {
	font-size: 24px !important;
}
.blue_template_set .fangan_title_itemOn {
	background-color: #63CEC1;
	color: #fff !important;
}
.blue_template_set .fangan_title_itemOn .iconfont {
	color: #fff;
}
.blue_template_set .sellershop_fangan_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}
.blue_template_set .fangan_content_item {
	width: 420px;
	height: 280px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
}
.blue_template_set .fangan_content_item_titelbox {
	background-color: transparent;
	height: auto;
	padding: 12px 24px;
	width: 100%;
	box-sizing: border-box;
}
.blue_template_set  .fangan_content_item_title {
	color: #fff;
}
.blue_template_set  .fangan_content_item_titelbox p {
	display: none;
}
.blue_template_set .fangan_content_item:hover .fangan_content_item_titelbox {
	background-color: rgba(255, 255, 255, 0.88);
}
.blue_template_set .fangan_content_item:hover .fangan_content_item_title {
	color: #222;
}
.blue_template_set .fangan_content_item:hover .fangan_content_item_title .iconfont {
	color: #63CEC1;
}
.blue_template_set .fangan_content_item:hover .fangan_content_item_titelbox p {
	display: block;
}

/* 蓝色-推荐产品 */
.blue_tuijian_content_box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
	row-gap: 10px;
}
.blue_tuijian_item, .blue_tuijian_item2 {
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	padding: 30px;
	width: 325px;
	height: 357px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
}
.blue_tijian_item_image {
	width: 120px;
	height: 120px;
	object-fit: scale-down;
	background-color: #fff;
	align-self: flex-end;
}
.blue_tuijian_item_titlebox {
	overflow: hidden;
}
.blue_tuijian_item_titlebox .tuijian_item_dis {
	text-align: left;
}
.blue_tuijian_item:nth-of-type(1), .blue_tuijian_item:nth-of-type(7) {
	width: 650px;
	height: 300px;
	flex-direction: row;
	gap: 40px;
	align-items: flex-start;
}
.blue_tuijian_item:nth-of-type(2), .blue_tuijian_item:nth-of-type(8){
	width: 650px;
	height: 300px;
	flex-direction: row;
	border-left: none;
	gap: 40px;
	align-items: flex-start;
}
.blue_tuijian_item:nth-of-type(1) .blue_tijian_item_image,
.blue_tuijian_item:nth-of-type(2) .blue_tijian_item_image,
.blue_tuijian_item:nth-of-type(7) .blue_tijian_item_image,
.blue_tuijian_item:nth-of-type(8) .blue_tijian_item_image {
	width: 200px;
	height: 200px;
}
.blue_tuijian_item:nth-of-type(9), 
.blue_tuijian_item:nth-of-type(10),
.blue_tuijian_item:nth-of-type(11) {
	width: 433px;
	height: 340px;
}

.blue_tuijian_item:nth-of-type(4),
.blue_tuijian_item:nth-of-type(5),
.blue_tuijian_item:nth-of-type(6),
.blue_tuijian_item:nth-of-type(9), 
.blue_tuijian_item:nth-of-type(10),
.blue_tuijian_item:nth-of-type(11) {
	border-left: none;
}
.blue_tuijian_item:last-of-type() {
	border-right: 1px solid #DEDEDE;
}
.blue_tuijianborder {
	border: 1px solid #DEDEDE;
}
.blue_tuijian_item1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 650px;
	height: 178px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	gap: 20px;
}
.blue_tuijian_item2 {
	border: none;
	margin: 0;
}
.blue_tuijian_item1:nth-of-type(2){
	border-top: 1px solid #DEDEDE;
}
.blue_tuijian_item2:nth-of-type(2){
	border-left: 1px solid #DEDEDE;
}
.blue_tuijianborder:nth-of-type(2) {
	border-left: none;
}
.blue_tuijian_item1 .blue_tuijian_item_titlebox {
	width: 300px;
}
.blue_tijian_item_pricebox {
	width: 105px;
	height: 26px;
	border-radius: 4px;
	padding: 1px;
	background: linear-gradient(160deg, #FAAE79, #B7673F);
	display: flex;
}
.blue_tuijian_item_tobuy {
	flex: 1;
	height: 26px;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	text-align: center;
	line-height: 26px;
}
.blue_tijian_item_pricebox .iconfont {
	width: 24px;
	height: 26px;
	font-size: 16px !important;
	color: #fff;
	line-height: 26px;
    text-align: center;
}
.fontGoden {
	/* 设置文字所在的元素的背景 */
	background-image: linear-gradient(160deg, #FAAE79, #B7673F);
	/* 设置背景裁剪为文字 */
	-webkit-background-clip: text;
	background-clip: text;
	/* 隐藏背景色 */
	color: transparent;
	/* 确保背景覆盖整个文字 */
	display: inline-block;
}

/* 蓝色-技术资料 */
.blue_template_set .ziliao_tabbox{
	background: #F3F3F3;
    border-radius: 12px;
    width: auto;
    display: flex;
    gap: 20px;
	align-items: center;
}
.blue_template_set .ziliao_tab_item{
	width: 120px;
    color: #000;
	height: 40px;
    line-height: 40px;
}
.blue_template_set .ziliao_tab_itemOn {
	background: #63CEC1;
    border-radius: 12px;
    border: none;
    color: #fff;
}

/* 蓝色-公司简介 */
.blue_template_set .sellershop_companybg {
	background: #F8F9FB;
	padding: 50px 0 55px;
}
.blue_template_set .sellershop_company .defaultLine,
.blue_template_set .sellershop_company h4 {
	display: none;
}
.blue_template_set .sellershop_company {
	width: 580px;
	height: 531px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px 80px 0 80px;
	gap: 0px;
	position: relative;
	margin-bottom: 0;
}
.blue_template_set .sellershop_company p {
	font-size: 16px;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
.blue_sellershop_companyBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80px;
	background-color: #63CEC1;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 80px;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
	width: 100%;
	cursor: pointer;
}
.blue_template_set .sellershop_companyImage {
	object-fit: cover;
    align-self: flex-end;
    border-radius: 0;
    margin: 0;
}
.blue_template_set .blackCompanyImageBox{
	display: flex;
}

/* 黑色 */
.black_template_set .sellershop_newreleasebg {
	background: #fff;
}
.black_template_set .sellershop_title i {
	display: none;
}
.black_template_set .sellershop_title {
	position: relative;
	display: inline-block;
	font-size: 34px;
	font-weight: bolder;
	color: #333;
	-webkit-box-reflect: below -17px -webkit-gradient(linear, 0 31, 0 205%, from(transparent), to(white));
}
.black_template_set .sellershop_title_more {
	color: #666;
	display: flex;
	align-items: center;
	gap: 8px;
}
.black_template_set .sellershop_title_more .icon-right-unfold {
	color: #666;
	font-size: 10px !important;
	width: 18px;
	height: 18px;
	border-radius: 1px;
	border: 1px solid #666;
	text-align: center;
	line-height: 18px;
}
/* 黑色-新品推荐 */
.black_template_set .red_sellershop_newreleaseScorll {
	min-width: 100%;
	gap: 20px;
}
.black_template_set .red_sellershop_newreleaseScorll h4 {
	font-size: 24px;
}
.black_newHover:hover {
	border: 1px solid #3759E6;
}
.black_newHover:hover h4 {
	color: #3759E6 !important;
}
.black_sellershop_newreleaseItem4,
.black_sellershop_newreleaseItem1,
.black_sellershop_newreleaseItem2,
.black_sellershop_newreleaseItem3  {
	border: 1px solid  #ddd;
	padding: 26px 12px 0 12px;
	position: relative;
	width: 310px;
	height: 382px;
	box-sizing: border-box;
	flex-shrink: 0;
	gap: 40px;
}
.black_sellershop_newreleaseItem1 {
	padding: 0 60px 0 60px;
	width: 828px;
    height: 250px;
    display: flex;
    flex-direction: row;
    gap: 120px;
}
.black_sellershop_newreleaseItem2 {
	padding: 0 30px 0 30px;
	width: 630px;
    height: 250px;
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.black_sellershop_newreleaseItem3 {
	padding: 26px 12px 0 12px;
	width: 310px;
    height: 382px;
    display: flex;
    gap: 40px;
}
.black_sellershop_newreleaseItem2 .Pic180 {
	margin-top: 20px;
}
.discrip {
	font-size: 18px;
	margin-top: 10px;
	color: #333;
}
.black_sellershop_newreleaseItem3 h4, .black_sellershop_newreleaseItem4 h4{
	font-size: 16px !important;
}
.black_sellershop_newreleaseItem3 .discrip, .black_sellershop_newreleaseItem4 .discrip{
	font-size: 14px !important;
	margin-top: 0;
}
.black_template_set .icon-a-new::before {
	content: '新品';
	color: #3759E6;
	background-color: rgba(0, 255, 183, 0.4);
	width: 44px;
	height: 26px;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
    position: absolute;
}
.black_sellershop_newreleaseItem1 .icon-a-new::before {
	left: -40px;
    top: -16px;
}
.black_sellershop_newreleaseItem2 .icon-a-new::before {
	left: 0px;
    top: 0px;
}
.black_sellershop_newreleaseItem3 .icon-a-new::before {
	left: -40px;
    top: -6px;
}
.black_sellershop_newreleaseItem4 .icon-a-new::before {
	left: -40px;
    top: -6px;
}

.blackSellershop_newrelease_btn {
	width: 308px;
	height: 50px;
	border-radius: 15px 0 0 0;
	background: #27E4D9;
	position: absolute;
	bottom: 0;
	right: 0;
}
.blackSellershop_newrelease_btn .flex_c {
	width: 294px;
	height: 50px;
	border-radius: 15px 0 0 0;
	background: #3759E6;
	padding: 0 14px;
	box-sizing: border-box;
    float: right;
	cursor: pointer;
}
.black_template_set .red_sellershop_newreleaseRight,
.black_template_set .red_sellershop_newreleaseLeft {
	width: 75px;
	height: 40px;
	line-height: 43px;
	background-color: #F6F7F8;
	border-radius: 0;
	border: 1px solid #3759E6;
}
.black_template_set .red_sellershop_newreleaseLeft {
	left: -96px;
}
.black_template_set .red_sellershop_newreleaseRight{
	right: -96px;
 }
.black_template_set .red_sellershop_newreleaseLeft .iconfont,
.black_template_set .red_sellershop_newreleaseRight .iconfont {
	color: #3759E6;
}
.black_template_set .red_sellershop_newreleasedisable {
	border: none;
}
.black_template_set .red_sellershop_newreleasedisable .iconfont,
.black_template_set .red_sellershop_newreleasedisable .iconfont {
	color: #9D9D9D !important;
}
/* 黑色-应用方案 */
.black_template_set .sellershop_fanganbg {
	background: url('../images/black_shop_yyfa.jpg') no-repeat top;
	background-size: cover;
	padding-bottom: 60px;
}
.black_template_set .sellershop_fanganbg .sellershop_title {
	color: #fff;
}
.black_template_set .sellershop_fangan_box {
	display: flex;
	background-color: rgba(101, 101, 101, 0.22);
	border-radius: 8px;
	max-height: 740px;
	align-items: center;
	padding: 40px 0;
}
.black_template_set .fangan_titlebox {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	margin: 47px 0;
	gap: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.black_template_set .fangan_title_item {
	width: 200px;
	height: 54px;
	margin: 0 20px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
}
.black_template_set .fangan_title_itemOn {
	background: linear-gradient(to right, rgba(39, 228, 217, 0) 0% , rgba(39, 228, 217, 0.66) 25%, rgba(39, 228, 217, 1) 50%, rgba(39, 228, 217, 0.66) 75% , rgba(39, 228, 217, 0) 100%);
	color: #fff;
}
.black_template_set .fangan_title_itemOn::after {
	content: '\e67a';
	font-family: 'iconfont';
	width: 20px !important;
	color: #fff;
	margin-left: 10px;
	line-height: 54px;
}
.black_template_set .fangan_title_item i {
	display: none;
}
.black_template_set .red_fangan_content_item {
	box-sizing: border-box;
	border-radius: 0;
}
.black_fangan_content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 39px;
}
.black_template_set .red_fangan_content_item_titelbox {
    background-color: rgba(33, 36, 48, 0.8);
}
.black_template_set .red_fangan_content_item h4 {
	font-size: 20px;
	line-height: 40px;
	color: #fff !important;
}
.black_template_set .red_fangan_content_item:hover {
	border-bottom: 3px solid #27E4D9;
}
.black_template_set .red_fangan_content_item:hover h4::before {
	content: '\e67a';
	font-family: 'iconfont';
	color: #27E4D9;
	line-height: 44px;
	margin-right: 6px;
}
.black_fangan {
	width: 980px !important;
	height: 320px !important;
	display: flex;
}
.black_fangan .red_fangan_content_item_titelbox {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}


/* 黑色-推荐产品 */
.black_template_set .sellershop_tuijian {
    background-color: #fff;
}
.black_template_set .tuijian_content_box {
	gap: 0px;
}
.black_tuijian_item {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	width: 325px;
	height: 483px;
	padding: 30px 40px;
	box-sizing: border-box;
	background-color: #F2F7FD;
	margin-bottom: 20px;
	overflow: hidden;
}
.black_tuijian_item:nth-of-type(1),
.black_tuijian_item:nth-of-type(2) {
	width: 650px;
	height: 300px;
	background-color: #F8F9FB;
	flex-direction: row;
	padding: 40px ;
	gap: 30px;
}
.black_tuijian_item:nth-of-type(7),
.black_tuijian_item:nth-of-type(8),
.black_tuijian_item:nth-of-type(9) {
	width: 433px;
	height: 460px;
	background-color: #F8F9FB;
	padding: 40px ;
	gap: 30px;
}
.black_tuijian_item:nth-of-type(1) .black_tuijianTitleBox,
.black_tuijian_item:nth-of-type(2) .black_tuijianTitleBox{
	align-items: flex-start;
}
.black_tuijian_item:nth-of-type(1) .black_tuijianTitleBox h4,
.black_tuijian_item:nth-of-type(2) .black_tuijianTitleBox h4,
.black_tuijian_item:nth-of-type(1) .black_tuijianTitleBox p,
.black_tuijian_item:nth-of-type(2) .black_tuijianTitleBox p{
	text-align: left !important;
}

.black_tuijian_item:nth-of-type(1) .blacl_tuijian_item_tobuy,
.black_tuijian_item:nth-of-type(2) .blacl_tuijian_item_tobuy {
	margin-top: 55px;
}
.black_tuijianTitleBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.black_tuijianTitleBox h4{
	height: 30px;
	color: #333 !important;
}
.black_tuijianTitleBox p {
	color: #444 !important;
}
.black_price {
	font-size: 24px;
	color: #FE2A2A;
	font-weight: bold;
}
.blacl_tuijian_item_tobuy {
	width: 160px;
	height: 40px;
	background: #3759E6;
	color: #fff !important;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 22px;
	border-radius: 41px;
}
.blacl_tuijian_item_tobuy::before {
	content: '\e61a';
	font-family: 'iconfont';
	color: #fff;
	font-size: 24px !important;
}

/* 黑色-技术资料 */
.black_template_set .sellershop_ziliao {
	background: url('../images/black_shop_jjzl.jpg') no-repeat top;
	background-size: cover;
}
.black_template_set .ziliao_tab_item{
	flex: 1;
    background: #EFF0F4;
    height: 66px;
    border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 66px;
}
.black_template_set .ziliao_tabbox {
    height: 66px;
    gap: 0px;
    padding: 0;
}
.black_template_set .ziliao_tab_itemOn {
	background-color: #fff;
	color: #3759E6;
	font-weight: bold;
	border: 1px solid #ddd;
	border-bottom: none;
}
.black_template_set .ziliao_content_box {
    border: 1px solid #dddddd;
    box-shadow: none;
    border-radius: 0px;
	background: #fff;
}

/* 黑色-公司简介 */
.black_template_set .sellershop_companybg {
	background: #fff;
}
.black_template_set .sellershop_company {
	background-color: #F8F9FB;
	width: 644px;
	height: 531px;
	padding: 40px 160px 90px 80px;
	box-sizing: border-box;
	margin-top: 50px;
	flex: 0;
}
.black_template_set .sellershop_company h4 {
	font-size: 16px;
}
.black_template_set .sellershop_company p {
	font-size: 16px;
	width: 400px;
	height: 107px;
	overflow: hidden;
	line-height: 28px;
}
.black_template_set .defaultLine {
	display: none;
}
.black_template_set .flex_b {
	position: relative;
}
.black_template_set .blackCompanyImageBox {
	position: absolute;
	left: 580px;
	top: 100px;
}
.black_template_set .sellershop_companyImage {
	border-radius: 0;
	margin: 0;
	position: relative;
}
.black_template_set .blackCompanyImageBox::before {
	content: '';
    width: 470px;
    height: 320px;
    background: #3759E6;
    position: absolute;
    left: 279px;
    top: 115px;
}