body {
	background-color: #f5f6fa;
	font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.containerpro3 {
	max-width: 1400px;
	margin: 50px auto 0;
	background-color: white;
}

.contentpro1 {
	padding: 40px;
	display: flex;
	justify-content: space-between;
	gap: 42px;
}

.product-media {
	width: 500px;
	position: relative;
	overflow: hidden;
}

.main-swiper {
	width: 500px;
	height: 500px;
	margin-bottom: 20px;
	position: relative;
}

.main-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	overflow: hidden;
}

.main-swiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
	cursor: zoom-in;
}

.main-swiper .swiper-slide:hover img {
	transform: scale(1.5);
}

.main-swiper .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #000;
}

.thumb-swiper {
	width: 500px;
}

.thumb-swiper .swiper-slide {
	width: 65px !important;
	height: 65px;
	cursor: pointer;
	position: relative;
	border: 1px solid #eee;
}

.thumb-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.product-info {
	width: 760px;
	background-color: #fafafa;
}

.dvpro {
	background-color: #ffffff;
	padding-bottom: 30px;
}

.product-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.company-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company-name {
	font-size: 16px;
	color: #666;
}

.shop-btn {
	padding: 8px 20px;
	border: 1px solid #ee1c25;
	color: #ee1c25;
	background: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
}

.shop-btn:hover {
	background-color: #e94740;
	color: white;
}

.price-section {

	padding: 25px;
	margin-bottom: 20px;
	/* height: 470px; */
}

.price-label {
	color: #d72339;
	font-size: 16px;
}

.price {
	color: #d72339;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}

.info-row {
	display: flex;
	margin-bottom: 25px;
	font-size: 15px;
}

.info-label {
	color: #848484;
	/* width: 80px; */
}

.info-value {
	color: #333;
	margin-left: 20px;
}

.spec-row {
	display: flex;
	margin-bottom: 25px;
	font-size: 15px;
}

.spec-item {
	flex: 1;
}

.spec-label {
	color: #848484;
}

.spec-value {
	color: #333;
	margin-left: 20px;
}

.pricea {
	margin-bottom: 25px;
	margin-top: 10px;
}

.contentrpo {
	line-height: 35px;
	margin-bottom: 50px;
	margin-top: 10px;
	padding: 40px;
}

.contentrpo img {
	max-width: 100% !important;
	height: auto !important;
	margin: 20px 0;
	border-radius: 4px;
}

.consultation-box {
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	border: 1px solid #e6e9ec;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: all 0.3s ease;
}

.consultation-item {
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.online-consult {
	background-color: #d72339;
	color: #fff;
}

.online-consult:hover {
	background-color: #cc8b3f;
}

.contact-method {
	background-color: #fff;
	color: #cc8b3f;
	border-top: 1px solid #e6e9ec;
}

.contact-method:hover {
	background-color: #d72339;
	color: #fff;
}

.icon {
	font-size: 26px;
	margin-bottom: 8px;
}

.icon i {
	font-size: 32px;
}

.text {
	font-size: 14px;
}

.gongxu-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: 10px;
	padding: 40px 40px 20px 40px;
	text-align: center;
}

.containergqcon {
	max-width: 1400px;
	margin: 50px auto 0;
	background-color: white;
	padding: 30px 0;
	background: url(http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/hot-pro_29.jpg) repeat-x;
	background-color: white;
}

.containergqcon .content {
	width: 1150px;
	margin: 0 auto;
}

.containergqcon .content33 {
	width: 1300px;
	margin: 0 auto;
}

.containergqcon .header {
	position: relative;
	/* display: flex;
				justify-content: space-between;
				align-items: center; */
	padding-bottom: 20px;
	/* border-bottom: 1px solid #eee; */
}

.containergqcon .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.containergqcon .publish-btn {
	color: #eb1d21;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s;
	position: absolute;
	right: 0;
	top: 5px;
}

.containergqcon .publish-btn:hover {
	color: #cc8b3f;
}

.containergqcon .section {
	margin-top: 50px;
}

.containergqcon .demand-section {
	margin-top: 80px;
}

.containergqcon .list-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 100px;
	justify-content: space-between;
}

.containergqcon .list-item {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 100px);
}

.containergqcon .item-title {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 0;
	transition: color 0.3s;
}

.containergqcon .item-title:hover {
	color: #eb1d21;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 30px;
}

.product-card {
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	overflow: hidden;
}

.product-card:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

.product-card:hover .product-name {
	color: #ee1c25;
}

.product-image-container {
	width: 100%;
	padding-top: 100%;
	position: relative;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
	overflow: hidden;
}

.product-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-name {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.meijiu-top {
	margin-top: 100px;
}

.pro-price {
	color: #d11c13;
	font-size: 22px;
}

.pro-price span {
	font-size: 30px;
}

.submit-btn-buy {
	width: 200px;
	height: 48px;
	background-color: #ea4740;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	transition: background-color 0.3s;
}

.submit-btn-buy:hover {
	background-color: #d11c13;
}

/* 新产品详情 */
.product-media22 {
	width: 500px;
}

.product-info {
	width: 760px;
}

.main-media {
	width: 500px;
	height: 500px;
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.main-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: zoom-in;
}

.video-container {
	width: 100%;
	height: 100%;
	background: #000;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 2;
}

.play-btn:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fff;
	margin-left: 3px;
}

.thumb-container {
	width: 100%;
}

.product-media22 .swiper-slide {
	width: 65px;
	height: 65px;
	border: 1px solid #eee;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.product-media22 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-media22 .thumb-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	z-index: 1;
}

.product-media22 .thumb-play-btn:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	margin-left: 1px;
	position: absolute;
	top: 5px;
	left: 7px;
}

.zoom-lens {
	position: absolute;
	border: 1px solid #d4d4d4;
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	pointer-events: none;
	display: none;
	z-index: 100;
	background: rgba(255, 235, 239, 0.5);
}

.zoom-result {
	position: absolute;
	left: 100%;
	top: 0;
	width: 500px;
	height: 500px;
	border: 1px solid #d4d4d4;
	background-color: white;
	background-repeat: no-repeat;
	display: none;
	z-index: 99;
}

@media (max-width: 1200px) {
	.contentpro1 {
		flex-direction: column;
		padding: 20px;
	}

	.product-media,
	.product-media22,
	.product-info {
		width: 100%;
	}

	.content-wrapper {
		flex-direction: column;
		height: auto;
		padding: 20px;
	}

	.main-media {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.zoom-result,.zoom-lens {
		display: none !important;
	}
.submit-btn-buy{width: 120px;}
.meijiu-top{margin-top: 50px;}
	.main-swiper {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.thumb-swiper {
		width: 100%;
	}

	.contentrpo {
		padding: 20px;
	}

	.containergqcon .content {
		width: 90%;
	}

	.product-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (max-width: 768px) {

	.info-row,
	.spec-row {
		font-size: 12px;
	}

	.spec-value {
		margin-left: 10px;
	}

	.consultation-box {
		right: 15px;
		width: 60px;
		top: 90%;
		transform: translateY(-90%);
	}

	.consultation-item {
		padding: 12px 0;
	}

	.icon {
		font-size: 20px;
	}

	.icon i {
		font-size: 20px;
	}

	.text {
		font-size: 12px;
	}

	.gongxu-title {
		font-size: 1.5rem;
	}

	.containergqcon {
		margin-top: 30px;
	}

	.containergqcon .list-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.containergqcon .title {
		font-size: 20px;
	}

	.containergqcon .publish-btn {
		font-size: 14px;
	}

	.containergqcon .section,
	.containergqcon .demand-section {
		margin-top: 30px;
	}

	.containergqcon .content33 {
		width: 100%;
		padding: 15px;
	}

	.product-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 480px) {
	.containerpro3 {
		margin-top: 0;
	}
}