/* 产品详情-头部 */

	/* 产品详情-头部-logo */
	.header-wrapper.products .header .custom-logo-link img.normal-image{
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		visibility: hidden;
	}
	
	.header-wrapper.products .header .custom-logo-link img.topping-image{
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		visibility: visible;
	}

	/* 产品详情-头部-电脑端-菜单 */
	.header-wrapper.products .header .computer-menu-wrapper .menu > .menu-item > a{
		color: rgba(0, 0, 0, 1);
	}
	
	.header-wrapper.products .header .computer-menu-wrapper .menu > .menu-item > span{
		color: rgba(0, 0, 0, 0.5);
	}

	/* 产品详情-头部-电脑端-菜单-当前菜单 */
	.header-wrapper.products .header .computer-menu-wrapper .menu > .menu-item.current-menu-item > a::after{
		background-color: rgba(0, 0, 0, 1);
	}

	/* 产品详情-头部-置顶-移动端-菜单 */
	.header-wrapper.products .header .mobile-menu-wrapper span{
		color: rgba(0, 0, 0, 1);
	}

/* 幻灯片 */
	.products-details-banner{
		width: 100%;
		padding: 5.781% 0% 5.255%;
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.products-details-banner .widget{
		width: var(--computer-right-width);
		margin-left: calc(100% - var(--computer-right-width));
	}

	/* 幻灯片-头部 */
	.products-details-banner .widget .header .upper-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 1.817%;
		justify-content: flex-end;
	}
	
	.products-details-banner .widget .header .upper-wrapper .text{
		display: flex;
		width: 20.285%;
		font-size: 16px;
		align-items: center;
		justify-content: center;
		color: rgba(42, 42, 42, 1);
	}
	
	.products-details-banner .widget .header .below-wrapper{
		display: flex;
		width: 75.689%;
		align-items: center;
		justify-content: flex-end;
	}

	/* 幻灯片-头部-切换按钮 */
	.products-details-banner .widget .header .below-wrapper .swiper-button{
		width: 10.001%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item{
		width: 40%;
		height: 0%;
		margin-top: 0%;
		padding: 20% 0%;
		border-radius: 10px;
		border: 1px solid rgba(237, 237, 237, 1);
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item span{
		display: flex;
		font-size: 20px;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; 
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item::after{
		display: none;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item.disabled{
		pointer-events: none;
		color: rgba(200, 200, 200, 0.8);
	}

	/* 幻灯片-内容 */
	.products-details-banner .widget .content-wrapper{
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}

	/* 幻灯片-内容-当前产品 */
	.products-details-banner .widget .content-wrapper .current-item{
		height: 100%;
		display: flex;
		width: 79.718%;
		align-items: center;
		justify-content: flex-start;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper{
		width: 44.055%;
		border-radius: 50%;
		margin-left: 3.039%;
		margin-right: 8.735%;
		position: relative;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper .main{
		width: 91.380%;
		border-radius: inherit;
		border: 1px solid rgba(237, 237, 237, 1);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper img.background-image{
		transition: ease 5s;
		-o-transition: ease 5s;
		-ms-transition: ease 5s;
		-moz-transition: ease 5s;
		-webkit-transition: ease 5s;
		animation: rotate 50s linear infinite;
		-webkit-animation: rotate 50s linear infinite;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper{
		width: 34.941%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .title{
		font-size: 30px;
		line-height: 40px;
		-webkit-line-clamp: 2;
		color: rgba(42, 42, 42, 1);
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .abstract{
		font-size: 16px;
		line-height: 26px;
		margin-top: 13.044%;
		-webkit-line-clamp: 3;
		color: rgba(42, 42, 42, 1);
	}

	/* 幻灯片-内容-预告产品 */
	.products-details-banner .widget .content-wrapper .preview-item{
		display: flex;
		width: 20.285%;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .upper-wrapper{
		width: 65.672%;
		border-radius: 50%;
		padding: 32.836% 0%;
		background-color: rgba(255, 255, 255, 1);
		position: relative;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .upper-wrapper .main{
		width: 59.091%;
		border-radius: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .upper-wrapper .main img{
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .below-wrapper{
		width: 89.553%;
		margin-top: 20.896%;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .below-wrapper .title{
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		-webkit-line-clamp: 2;
		color: rgba(42, 42, 42, 1);
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .on-data{
		width: 100%;
		line-height: 1;
		font-size: 24px;
		text-align: center;
		color: rgba(42, 42, 42, 1);
	}

/* 产品详情-内容 */
	.products-details-content{
		width: 100%;
		padding-bottom: 6.044%;
	}

	/* 产品详情-内容-面包屑菜单 */
	.products-details-content .crumb-menu{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(231, 231, 231, 1);
	}
	
	.products-details-content .crumb-menu a{
		max-width: 15%;
		font-size: 16px;
		line-height: 70px;
		-webkit-line-clamp: 1;
		color: rgba(149, 149, 149, 1);
	}
	
	.products-details-content .crumb-menu a:last-child{
		max-width: 50%;
		color: rgba(29, 29, 29, 1);
	}
	
	.products-details-content .crumb-menu .line{
		width: 0.143%;
		margin: 0% 1.072%;
		padding: 0.536% 0%;
		background-color: rgba(231, 231, 231, 1);
	}

	/* 产品详情-内容-产品内容 */
	.products-details-content .widget{
		width: 100%;
		display: flex;
		margin-top: 6.598%;
		align-items: flex-start;
		justify-content: space-between;
	}

	/* 产品详情-内容-产品内容-选项卡 */
	.products-details-content .widget .tab{
		display: flex;
		width: 21.429%;
		align-items: flex-end;
		flex-direction: column;
		border-left: 4px solid rgba(246, 246, 246, 1);
	}
	
	.products-details-content .widget .tab .item{
		height: 30px;
		display: flex;
		width: 93.334%;
		font-size: 16px;
		margin-bottom: 10%;
		align-items: center;
		padding-left: 6.667%;
		justify-content: flex-start;
		color: rgba(174, 174, 174, 1);
		position: relative;
	}
	
	.products-details-content .widget .tab .item:last-child{
		margin-bottom: 0%;
	}

	/* 产品详情-内容-产品内容-内容列表 */
	.products-details-content .widget .content-wrapper{
		width: 75.715%;
	}
	
	.products-details-content .widget .content-wrapper .item{
		width: 100%;
		margin-bottom: 6.133%;
	}
	
	.products-details-content .widget .content-wrapper .item:last-child{
		margin-bottom: 0%;
	}

	/* 产品详情-内容-产品内容-内容列表-标题 */
	.products-details-content .widget .content-wrapper .item .title{
		width: 100%;
		height: 40px;
		display: flex;
		font-size: 20px;
		align-items: center;
		color: rgba(8, 74, 202, 1);
		justify-content: flex-start;
		border-bottom: 2px solid rgba(240, 240, 240, 1);
		position: relative;
	}
	
	.products-details-content .widget .content-wrapper .item .title::after{
		content: '';
		height: 3px;
		width: 3.302%;
		background-color: rgba(8, 74, 202, 1);
		position: absolute;
		top: calc(100% - 1px);
		left: 0%;
	}

	/* 产品详情-内容-产品内容-内容列表-产品概述 */
	.products-details-content .widget .content-wrapper .item.overview .content{
		width: 100%;
		font-size: 16px;
		min-height: 50px;
		line-height: 25px;
		margin-top: 3.302%;
		color: rgba(83, 83, 83, 1);
	}

	/* 产品详情-内容-产品内容-内容列表-应用领域 */
	.products-details-content .widget .content-wrapper .item.application .content{
		width: 100%;
		font-size: 16px;
		min-height: 50px;
		line-height: 25px;
		margin-top: 3.302%;
		color: rgba(83, 83, 83, 1);
	}

	/* 产品详情-内容-产品内容-内容列表-技术规范 */
	.products-details-content .widget .content-wrapper .item.specifications .content{
		width: 100%;
		display: grid;
		margin-top: 5.661%;
		grid-row-gap: 40px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:first-child{
		width: 100%;
		line-height: 1;
		font-size: 16px;
		-webkit-line-clamp: 1;
		margin-bottom: 4.412%;
		color: rgba(21, 21, 21, 1);
		font-family: "Montserrat-Regular";
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:last-child{
		width: 100%;
		line-height: 1;
		font-size: 16px;
		-webkit-line-clamp: 1;
		color: rgba(83, 83, 83, 1);
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品 */
	.products-details-content .widget .content-wrapper .item.products .content{
		display: grid;
		margin-top: 7.076%;
		grid-row-gap: 40px;
		padding: 0% 4.246%;
		grid-column-gap: 50px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .image{
		width: 100%;
		overflow: hidden;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .image img{
		width: 100%;
		height: 100%;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text{
		padding: 6.897% 5.173%;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .name{
		font-size: 14px;
		line-height: 24px;
		-webkit-line-clamp: 2;
		color: rgba(65, 65, 65, 1);
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .button{
		line-height: 1;
		display: block;
		font-size: 14px;
		margin-top: 7.693%;
		color: rgba(8, 74, 202, 1);
	}

	/* 产品中心-头部-切换按钮-悬停 */
	.products-details-banner .widget .header .below-wrapper .swiper-button .item.current-hover-item{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(8, 74, 202, 1);
	}

	/* 产品详情-内容-产品内容-选项卡-选中 */
	.products-details-content .widget .tab .item.current-item{
		color: rgba(42, 42, 42, 1);
	}
	
	.products-details-content .widget .tab .item.current-item::after{
		width: 4px;
		content: '';
		height: 100%;
		border-radius: 2px;
		background-color: rgba(8, 74, 202, 1);
		position: absolute;
		top: 0%;
		right: 100%;
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品-悬停 */
	.products-details-content .widget .content-wrapper .item.products .content .content-item.current-hover-item{
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2),  0px 0px 0px rgba(0, 0, 0, 0) inset;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item.current-hover-item .image img{
		transform: scale(1.1);
	}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 产品详情-头部 */

	/* 产品详情-头部-logo */

	/* 产品详情-头部-电脑端-菜单 */

	/* 产品详情-头部-电脑端-菜单-当前菜单 */

/* 幻灯片 */
	.products-details-banner{
		padding: 6.945% 0% 6.251%;
	}

	/* 幻灯片-头部 */
	.products-details-banner .widget .header .upper-wrapper{
		margin-bottom: 1.894%;
	}
	
	.products-details-banner .widget .header .upper-wrapper .text{
		width: 19.167%;
		font-size: 14px;
	}
	
	.products-details-banner .widget .header .below-wrapper{
		width: 75.758%;
	}

	/* 幻灯片-头部-切换按钮 */
	.products-details-banner .widget .header .below-wrapper .swiper-button .item{
		border-radius: 8px;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item span{
		font-size: 18px;
	}

	/* 幻灯片-内容 */

	/* 幻灯片-内容-当前产品 */
	.products-details-banner .widget .content-wrapper .current-item{
		width: 80.834%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper{
		width: 44.049%;
		margin-left: 3.281%;
		margin-right: 8.904%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper .main{
		width: 91.490%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper{
		width: 34.677%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .title{
		font-size: 26px;
		line-height: 36px;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .abstract{
		font-size: 14px;
		line-height: 24px;
		margin-top: 12.163%;
	}

	/* 幻灯片-内容-预告产品 */
	.products-details-banner .widget .content-wrapper .preview-item{
		width: 19.167%;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .upper-wrapper{
		width: 63.242%;
		padding: 31.621% 0%;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .upper-wrapper .main{
		width: 62.500%;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .below-wrapper{
		width: 88.933%;
		margin-top: 19.763%;
	}
	
	.products-details-banner .widget .content-wrapper .preview-item .on-data{
		font-size: 20px;
	}

/* 产品详情-内容 */
	.products-details-content{
		padding-bottom: 5.903%;
	}

	/* 产品详情-内容-面包屑菜单 */
	.products-details-content .crumb-menu a{
		font-size: 14px;
		line-height: 60px;
	}
	
	.products-details-content .crumb-menu .line{
		width: 0.167%;
		margin: 0% 0.834%;
		padding: 0.626% 0%;
	}

	/* 产品详情-内容-产品内容 */
	.products-details-content .widget{
		margin-top: 6.667%;
	}

	/* 产品详情-内容-产品内容-选项卡 */
	.products-details-content .widget .tab{
		width: 21.668%;
	}
	
	.products-details-content .widget .tab .item{
		height: 30px;
		width: 94.231%;
		font-size: 14px;
		padding-left: 5.770%;
		margin-bottom: 9.616%;
	}

	/* 产品详情-内容-产品内容-内容列表 */
	.products-details-content .widget .content-wrapper{
		width: 75.834%;
	}
	
	.products-details-content .widget .content-wrapper .item{
		margin-bottom: 6.044%;
	}

	/* 产品详情-内容-产品内容-内容列表-标题 */
	.products-details-content .widget .content-wrapper .item .title{
		font-size: 18px;
	}
	
	.products-details-content .widget .content-wrapper .item .title::after{
		width: 3.297%;
	}

	/* 产品详情-内容-产品内容-内容列表-产品概述 */
	.products-details-content .widget .content-wrapper .item.overview .content{
		font-size: 14px;
		min-height: 40px;
		line-height: 20px;
		margin-top: 3.297%;
	}

	/* 产品详情-内容-产品内容-内容列表-应用领域 */
	.products-details-content .widget .content-wrapper .item.application .content{
		font-size: 14px;
		min-height: 40px;
		line-height: 20px;
		margin-top: 3.297%;
	}

	/* 产品详情-内容-产品内容-内容列表-技术规范 */
	.products-details-content .widget .content-wrapper .item.specifications .content{
		margin-top: 5.495%;
		grid-row-gap: 35px;
		grid-column-gap: 15px;
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:first-child{
		font-size: 14px;
		margin-bottom: 3.410%;
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:last-child{
		font-size: 14px;
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品 */
	.products-details-content .widget .content-wrapper .item.products .content{
		margin-top: 7.143%;
		grid-row-gap: 35px;
		padding: 0% 3.847%;
		grid-column-gap: 45px;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text{
		padding: 6% 4%;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .name{
		font-size: 12px;
		line-height: 22px;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .button{
		font-size: 12px;
		margin-top: 4.348%;
	}

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品详情-内容-产品内容-选项卡-选中 */

	/* 产品详情-内容-产品内容-内容列表-相关产品-悬停 */
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 产品详情-头部 */

	/* 产品详情-头部-logo */

	/* 产品详情-头部-电脑端-菜单 */

	/* 产品详情-头部-电脑端-菜单-当前菜单 */

/* 幻灯片 */
	.products-details-banner{
		padding: 11.719% 0% 10.417%;
	}
	
	.products-details-banner .widget{
		margin: 0% auto;
		width: var(--computer-right-width);
	}

	/* 幻灯片-头部 */
	.products-details-banner .widget .header .upper-wrapper{
		display: none;
	}
	
	.products-details-banner .widget .header .below-wrapper{
		width: 100%;
	}

	/* 幻灯片-头部-切换按钮 */
	.products-details-banner .widget .header .below-wrapper .swiper-button{
		width: 13.022%;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item{
		width: 38.889%;
		border-radius: 6px;
		padding: 19.445% 0%;
		border: 1px solid rgba(230, 230, 230, 1);
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item span{
		font-size: 16px;
	}

	/* 幻灯片-内容 */

	/* 幻灯片-内容-当前产品 */
	.products-details-banner .widget .content-wrapper .current-item{
		width: 100%;
		justify-content: space-between;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper{
		width: 43.404%;
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper .main{
		width: 91.667%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper{
		width: 50.638%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .title{
		font-size: 24px;
		line-height: 34px;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .abstract{
		font-size: 12px;
		line-height: 22px;
		margin-top: 7.143%;
	}

	/* 幻灯片-内容-预告产品 */
	.products-details-banner .widget .content-wrapper .preview-item{
		display: none;
	}

/* 产品详情-内容 */
	.products-details-content{
		padding-bottom: 5.860%;
	}

	/* 产品详情-内容-面包屑菜单 */
	.products-details-content .crumb-menu a{
		font-size: 12px;
		line-height: 50px;
	}
	
	.products-details-content .crumb-menu .line{
		width: 0.145%;
		margin: 0% 0.724%;
		padding: 1.086% 0%;
	}

	/* 产品详情-内容-产品内容 */
	.products-details-content .widget{
		display: block;
		margin-top: 3.617%;
	}

	/* 产品详情-内容-产品内容-选项卡 */
	.products-details-content .widget .tab{
		width: 100%;
		display: grid;
		grid-gap: 10px;
		border-left-width: 0px;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.products-details-content .widget .tab .item{
		height: 25px;
		width: 93.950%;
		font-size: 12px;
		margin-bottom: 0%;
		padding-left: 6.051%;
	}

	/* 产品详情-内容-产品内容-内容列表 */
	.products-details-content .widget .content-wrapper{
		width: 100%;
		margin-top: 5.652%;
	}
	
	.products-details-content .widget .content-wrapper .item{
		margin-bottom: 5.788%;
	}

	/* 产品详情-内容-产品内容-内容列表-标题 */
	.products-details-content .widget .content-wrapper .item .title{
		height: 35px;
		font-size: 16px;
		border-bottom-width: 1px;
	}
	
	.products-details-content .widget .content-wrapper .item .title::after{
		content: '';
		height: 2px;
		width: 4.341%;
		background-color: rgba(8, 74, 202, 1);
		position: absolute;
		top: calc(100% - 1px);
		left: 0%;
	}

	/* 产品详情-内容-产品内容-内容列表-产品概述 */
	.products-details-content .widget .content-wrapper .item.overview .content{
		font-size: 12px;
		min-height: 40px;
		line-height: 20px;
		margin-top: 2.894%;
	}

	/* 产品详情-内容-产品内容-内容列表-应用领域 */
	.products-details-content .widget .content-wrapper .item.application .content{
		font-size: 12px;
		min-height: 40px;
		line-height: 20px;
		margin-top: 2.894%;
	}

	/* 产品详情-内容-产品内容-内容列表-技术规范 */
	.products-details-content .widget .content-wrapper .item.specifications .content{
		margin-top: 5.788%;
		grid-row-gap: 30px;
		grid-column-gap: 10px;
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:first-child{
		font-size: 12px;
		margin-bottom: 3.576%;
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:last-child{
		font-size: 12px;
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品 */
	.products-details-content .widget .content-wrapper .item.products .content{
		margin-top: 7.234%;
		grid-row-gap: 30px;
		padding: 0% 4.341%;
		grid-column-gap: 40px;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text{
		padding: 5.444%;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .name{
		line-height: 20px;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .button{
		margin-top: 6.109%;
	}

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品详情-内容-产品内容-选项卡-选中 */
	.products-details-content .widget .tab .item.current-item::after{
		width: 2px;
		border-radius: 1px;
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品-悬停 */
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 产品详情-头部 */

	/* 产品详情-头部-logo */

	/* 产品详情-头部-电脑端-菜单 */

	/* 产品详情-头部-电脑端-菜单-当前菜单 */

/* 幻灯片 */
	.products-details-banner{
		padding: 16.471% 0% 7.059%;
	}

	/* 幻灯片-头部 */

	/* 幻灯片-头部-切换按钮 */
	.products-details-banner .widget .header .below-wrapper .swiper-button{
		width: 20.916%;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item{
		width: 37.500%;
		padding: 18.750% 0%;
	}
	
	.products-details-banner .widget .header .below-wrapper .swiper-button .item span{
		font-size: 14px;
	}

	/* 幻灯片-内容 */

	/* 幻灯片-内容-当前产品 */
	.products-details-banner .widget .content-wrapper .current-item{
		margin-top: 3.617%;
		flex-direction: column;
		justify-content: center;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .upper-wrapper{
		width: 78.432%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper{
		width: 100%;
		padding-right: 0%;
		margin-top: 5.229%;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .title{
		font-size: 22px;
		line-height: 32px;
	}
	
	.products-details-banner .widget .content-wrapper .current-item .below-wrapper .abstract{
		margin-top: 3.922%;
	}

	/* 幻灯片-内容-预告产品 */

/* 产品详情-内容 */
	.products-details-content{
		padding-bottom: 5.883%;
	}

	/* 产品详情-内容-面包屑菜单 */
	.products-details-content .crumb-menu{
		display: none;
	}

	/* 产品详情-内容-产品内容 */
	.products-details-content .widget{
		margin-top: 3.922%;
	}

	/* 产品详情-内容-产品内容-选项卡 */
	.products-details-content .widget .tab{
		grid-gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.products-details-content .widget .tab .item{
		width: 94.702%;
		padding-left: 5.299%;
	}
	
	/* 产品详情-内容-产品内容-内容列表 */
	.products-details-content .widget .content-wrapper{
		margin-top: 5.229%;
	}
	
	.products-details-content .widget .content-wrapper .item{
		margin-bottom: 6.536%;
	}

	/* 产品详情-内容-产品内容-内容列表-标题 */
	.products-details-content .widget .content-wrapper .item .title{
		height: 30px;
		font-size: 14px;
	}
	
	.products-details-content .widget .content-wrapper .item .title::after{
		width: 5.229%;
	}

	/* 产品详情-内容-产品内容-内容列表-产品概述 */
	.products-details-content .widget .content-wrapper .item.overview .content{
		margin-top: 2.615%;
	}

	/* 产品详情-内容-产品内容-内容列表-应用领域 */
	.products-details-content .widget .content-wrapper .item.application .content{
		margin-top: 2.615%;
	}

	/* 产品详情-内容-产品内容-内容列表-技术规范 */
	.products-details-content .widget .content-wrapper .item.specifications .content{
		margin-top: 5.229%;
		grid-row-gap: 20px;
		grid-column-gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.products-details-content .widget .content-wrapper .item.specifications .content .content-item p:first-child{
		font-size: 12px;
		margin-bottom: 2.650%;
	}

	/* 产品详情-内容-产品内容-内容列表-相关产品 */
	.products-details-content .widget .content-wrapper .item.products .content{
		margin-top: 6.536%;
		grid-row-gap: 20px;
		padding: 0% 3.922%;
		grid-column-gap: 5px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text{
		padding: 5.756%;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .name{
		line-height: 18px;
	}
	
	.products-details-content .widget .content-wrapper .item.products .content .content-item .text .button{
		margin-top: 6.505%;
	}

	/* 产品中心-头部-切换按钮-悬停 */

	/* 产品详情-内容-产品内容-选项卡-选中 */

	/* 产品详情-内容-产品内容-内容列表-相关产品-悬停 */
}