:root {
	--mach-goods-read-title-size: 50px;
	--mach-goods-read-text-size: 16px;
}

.mach-product-detail-wrap {
	font-size: var(--mach-goods-read-title-size);
}

.mach-product-detail-wrap .product-detailfr h1 {
	color: var(--title-text-color);
	font-family: var(--title-font-family);
	font-size: var(--mach-goods-read-title-size);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0.8em;
	text-align: center;
}

.mach-product-detail-wrap .product-detailfr .mach-product-detail__desc {
	color: var(--text-color);
	font-family: var(--font-family);
	font-size: var(--mach-goods-read-text-size);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	text-align: center;
}

.mach-product-detail-wrap a {
	text-decoration: none;
	box-sizing: border-box;
}

/* 产品展示轮播 */
.mach-product-detail-wrap .product-detail {
	padding: 2em 0 1em 0;
}

.mach-product-detail-wrap .product-detailfl {
	padding-right: 0.6em;
}

.mach-product-detail-wrap .product-detailfr {
	padding-left: 0.6em;
}

.mach-product-detail-wrap .product-detailfl .slick-slide img {
	width: 100%;
	object-fit: contain;
}

.mach-product-detail-wrap .product-detailbd .slick-list .slick-slide {
	height: 430px;
}

.mach-product-detail-wrap .product-detailbd .slick-list .slick-slide img {
	height: 100%;
	object-fit: contain;
}

.mach-product-detail-wrap .product-detailhd .slick-track img {
	height: 80px;
	object-fit: contain;
}

.mach-product-detail-wrap .product-detailbd .slick-slide img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.mach-product-detail-wrap .product-detailhd {
	display: flex;
	align-items: center;
	margin-top: 0.3em;
}

.mach-product-detail-wrap .product-detailhd .slick-list {
	flex: 1;
}

.mach-product-detail-wrap .product-detailhd .slick-track {
	margin-left: 0;
}

.mach-product-detail-wrap .product-detailhd .slick-slide {
	position: relative;
	padding: 0.2em 0.016em;
	cursor: pointer;
}

.mach-product-detail-wrap .product-detailhd .slick-slide.slick-current img {
	border: 2px solid var(--color-primary);
	box-sizing: border-box;
}

.mach-product-detail-wrap .product-detailhd .slick-arrow {
	position: static;
	width: 30px;
	flex-shrink: 0;
	transform: none;
	opacity: 1;
	background: none;
    box-shadow: none;
}

.mach-product-detail-wrap .product-detailhd .slick-arrow:before {
	color: #919191;
}

.mach-product-detail-wrap .product-detailhd .slick-arrow:hover:before {
	color: var(--color-primary);
}

.mach-product-detail-wrap .product-detailhd .slick-arrow.slick-disabled {
  cursor: not-allowed;
}
.mach-product-detail-wrap .product-detailhd .slick-arrow.slick-prev:before {
  content: '\e67c';
  font-family: 'iconfont';
  font-size: 20px;
}
.mach-product-detail-wrap .product-detailhd .slick-arrow.slick-next:before {
  content: '\e69b';
  font-family: 'iconfont';
  font-size: 20px;
}

.mach-product-detail-wrap .product-detailfr p {
	/*padding: 0 20px;*/
	margin-top: 15px;
}

.mach-product-detail-wrap .product-detailfr p:nth-child(2) {
	margin-top: 26px;
}

.mach-product-detail-wrap .product-detail .main-href {
	font-family: var(--font-family);
	font-size: var(--mach-goods-read-text-size);
	text-align: center;
	margin-top: 2.5em;
	line-height: 3em;
}

.mach-product-detail-wrap .product-detail .main-href a {
	color: #FFF;
	font-family: var(--font-family);
	font-size: var(--mach-goods-read-text-size);
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding: 1em 2.5em;
	background: var(--color-primary);
	cursor: pointer;
	border-radius: var(--button-radius);
}

.mach-product-detail-wrap .product-detail .main-href a:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), var(--color-primary);
}

/* 快捷导航栏 */
.mach-product-detail-wrap .detail-height {
	width: 100%;
	margin-top: 1em;
}

.mach-product-detail-wrap .detail-maodian {
	width: 100%;
	border-bottom: 1px solid #F5F5F5;
	background: #fff;
	z-index: 20;
	text-align: center;
}

.mach-product-detail-wrap .sticky {
	position: fixed;
	top: 1.64em;
	z-index: 9;
}

.mach-product-detail-wrap .detail-maodian .lift {
	line-height: 0;
}

.mach-product-detail-wrap .detail-maodian li {
	display: inline-block;
	margin: 0 0.8em;
	line-height: 0;
}

.mach-product-detail-wrap .detail-maodian li a {
	display: inline-block;
	color: #666;
	text-align: center;
	font-family: var(--font-family);
	font-size: var(--mach-goods-read-text-size);
	font-style: normal;
	font-weight: 400;
	line-height: 3em;
	-webkit-transition: .1s all;
	-moz-transition: .1s all;
	-ms-transition: .1s all;
	transition: .1s all;
	margin-bottom: -1px;
}

.mach-product-detail-wrap .detail-maodian li.current a,
.mach-product-detail-wrap .detail-maodian li a:hover {
	border-bottom: 2px solid var(--color-primary);
	color: var(--title-text-color);
	text-decoration: none;
	font-weight: 700;
}

/* 快捷导航栏下产品详细描述 */
.mach-product-detail-wrap .parameters {
	padding: 1em 0;
}

.mach-product-detail__detail-desc {
	font-size: var(--mach-goods-read-text-size);
}

.mach-product-detail-wrap .detail-table td,
.mach-product-detail-wrap .detail-table th {
	padding: 8px 0;
	line-height: 30px;
	text-align: left;
	border: 1px solid #ddd;
}

.mach-product-detail-wrap .detail-table th {
	padding-left: 36px;
	font-size: 16px;
	color: var(--color-primary);
}

.mach-product-detail-wrap .detail-table td {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 16px;
}

/* 快捷导航下询盘样式 */
.mach-product-detail__inquiry-wrap {
	border: 1px solid #DDD;
}

.mach-product-detail__inquiry-wrap .crm_inquiry_form_boxmach_goods_read_1736926408541661custom_inquiry_form .inqury_title_box {
	padding: 0;
}

.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .inqury_title_text {
    text-align: center;
    color: var(--title-text-color);
    font-family: var(--title-font-family);
    font-size: calc(var(--mach-goods-read-title-size) * 0.72);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
}

.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .inqury_titl_desc,
.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .input-label,
.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .text-wrap .char-count,
.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .textarea-wrap .char-count {
    display: none;
}

.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .input-wrap-box input,
.mach-product-detail-wrap .mach-product-detail__inquiry-wrap textarea.textarea-input {
    border-radius: var(--button-radius);
    padding: 0.3em 0.6em;
    border: 1px solid #BEBEBE;
    background: #FAFAFA;
	font-size: var(--mach-goods-read-text-size);
}

.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .input-wrap:last-child {
    padding-top: 0.8em;
    text-align: left;
    font-size: var(--mach-goods-read-text-size);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
}

.mach-product-detail-wrap .mach-product-detail__inquiry-wrap .inqury_submit:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), var(--color-primary);
}

/* 快捷导航栏下更多产品 */
.mach-product-detail-wrap .more-product {
	padding: 1em 0;
}

.mach-product-detail-wrap .more-product .detail-title h3 {
	color: var(--title-text-color);
	text-align: center;
	font-family: var(--title-font-family);
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}


@media screen and (max-width: 1580px) {
	.mach-product-detail-wrap .product-detailfr h1 {
		margin-top: 0;
	}

	.mach-product-detail-wrap .scenario .arrow {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1400px) {

	.mach-product-detail-wrap .title h1,
	.mach-product-detail-wrap .title h1 a,
	.mach-product-detail-wrap .title h2,
	.mach-product-detail-wrap .title h2 a {
		font-size: 34px;
	}

	.mach-product-detail-wrap .detail-table td,
	.mach-product-detail-wrap .detail-table th {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {

	.mach-product-detail-wrap .foot-txt p a {
		margin-left: 80px;
	}

	.mach-product-detail-wrap .swiper-pagination-progressbar {
		width: 600px;
	}

	.mach-product-detail-wrap .detail-table th {
		width: 34%;
	}

	.mach-product-detail-wrap .title h1,
	.mach-product-detail-wrap .title h1 a,
	.mach-product-detail-wrap .title h2,
	.mach-product-detail-wrap .title h2 a {
		font-size: 32px;
		line-height: 42px;
	}

	.mach-product-detail-wrap .div_info button {
		height: 52px;
	}

	.mach-product-detail-wrap.div_info textarea {
		line-height: 24px;
	}

	.mach-product-detail-wrap .div_info {
		padding: 36px;
	}

}

@media screen and (max-width: 1100px) {

	.mach-product-detail-wrap .product-detailfl,
	.mach-product-detail-wrap .product-detailfr {
		width: 100%;
	}

	.mach-product-detail-wrap .product-detailfr {
		margin-top: 50px;
	}
}

@media screen and (max-width: 960px) {
	.mach-product-detail-wrap .swiper-pagination {
		margin-left: 0;
	}

	.mach-product-detail-wrap .swiper-pagination-progressbar {
		width: 160px;
	}

	.mach-product-detail-wrap .detail-input .div_info .input-position {
		width: 100%;
	}

	.mach-product-detail-wrap .product-detail {
		margin-top: 40px;
	}

	.mach-product-detail-wrap .product-detailhd ul li {
		margin-right: 10px;
	}

	.mach-product-detail-wrap .product-detailfr {
		margin-top: 40px;
	}

	.mach-product-detail-wrap .product-detailfr h1 {
		padding-bottom: 20px;
		font-size: 24px;
	}

	.mach-product-detail-wrap .detail-maodian li {
		/* width: 50%; */
	}

	.mach-product-detail-wrap .detail-table th {
		padding-left: 10px;
	}

	.mach-product-detail-wrap .detail-maodian li a:hover {
		border-bottom: none;
		color: #737373;
		text-decoration: none;
	}

	.mach-product-detail-wrap .scenario .arrow {
		margin-left: 35px;
	}

	.mach-product-detail-wrap .detail-table td,
	.mach-product-detail-wrap .detail-table th {
		line-height: 22px;
	}

	.mach-product-detail-wrap .sticky {
		top: 60px;
	}

	.mach-product-detail-wrap.div_info {
		padding: 30px;
	}
}

@media screen and (max-width: 340px) {
	.mach-product-detail-wrap .detail-maodian li a {
		padding: 0;
		font-size: 12px;
	}
}

@media screen and (min-width: 992px) {
	.mach-product-detail-wrap .crm_inquiry_form_boxmach_goods_read_1736926408541661custom_inquiry_form .inqury_title_box .inqury_title_text {
		text-align: left;
	}
}

@media screen and (max-width: 1500px) {
	:root {
		--mach-goods-read-title-size: 44px;
		--mach-goods-read-text-size: 16px;
	}
}

@media screen and (max-width: 1280px) {
	:root {
		--mach-goods-read-title-size: 38px;
		--mach-goods-read-text-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--mach-goods-read-title-size: 38px;
		--mach-goods-read-text-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--mach-goods-read-title-size: 32px;
		--mach-goods-read-text-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--mach-goods-read-title-size: 26px;
		--mach-goods-read-text-size: 14px;
	}
}

@media screen and (max-width: 576px) {
	:root {
		--mach-goods-read-title-size: 20px;
		--mach-goods-read-text-size: 14px;
	}
}