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(/uploads/image/tccimages/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;
}
.container-pl {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}

/* 评论发布区样式 */
.comment-publish {
	padding: 40px 40px 15px 40px;
	margin-top: 30px;
}

.comment-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.comment-title {
	display: flex;
	align-items: center;
}

.comment-title .label-pl{
	color: #333;
	font-size: 20px;
	margin-right: 10px;
}

.comment-tip {
	color: #999999;
	font-size: 12px;
}

.comment-count {
	color: #999999;
	font-size: 14px;
}

.comment-count span {
	color: #ff0000;
}

.comment-textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #cecccc;
	border-radius: 2px;
	background-color: #ffffff;
	resize: vertical;
	min-height: 120px;
	font-size: 14px;
	line-height: 1.5;
}

.comment-textarea:focus {
	outline: none;
	border-color: #379be9;
}

.comment-submit {
	height: 50px;
	background-color: #efefef;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
	margin-top: -3px;
}

.submit-btnpl {
	background-color: #379be9;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.submit-btnpl:hover {
	background-color: #2a87d1;
}

.submit-btnpl:disabled {
	background-color: #7caed5;
	cursor: not-allowed;
}

/* 评论列表区样式 */
.comment-list {
	padding: 15px 40px 40px;
}

.comment-item {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}

.comment-item:last-child {
	border-bottom: none;
}

.comment-user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.user-avatara {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #efefef;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-weight: bold;
}

.user-avatara img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.user-name {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.comment-time {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.comment-content {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 50px;
}

.comment-actions {
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.action-btn {
	color: #999;
	font-size: 12px;
	margin-right: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.action-btn:hover {
	color: #ff4d4f;
}

.action-btn i {
	margin-right: 2px;
	font-size: 15px;
}
.action-btn.liked {
    color: #ff4d4f;
}

.load-more {
	text-align: center;
	padding: 15px 0;
}

.load-more-btn {
	color: #999;
	background: none;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.load-more-btn:hover {
	text-decoration: underline;
}

/* 回复框样式 */
.reply-box {
	margin-top: 15px;
	padding-left: 50px;
}

.reply-textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cecccc;
	border-radius: 4px;
	background-color: #ffffff;
	resize: vertical;
	min-height: 80px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.reply-actions {
	display: flex;
	justify-content: flex-end;
}

.reply-btn {
	background-color: #379be9;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 5px 15px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 10px;
}

.reply-btn.cancel {
	background-color: #999;
}

/* 回复列表样式 */
.reply-list {
	margin-top: 10px;
	padding-left: 50px;
}

.reply-item {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}

/* 提示消息样式 */
.message-pl {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px 20px;
	background-color: #4caf50;
	color: white;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s;
}

.message-pl.error {
	background-color: #f44336;
}

.message-pl.show {
	opacity: 1;
}

@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);
	}
	/* 评论样式star */
	.comment-header {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.comment-count {
		margin-top: 10px;
	}
	
	.comment-content,
	.comment-actions,
	.reply-box,
	.reply-list {
		padding-left: 0;
	}
	
	.user-avatara {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.comment-publish {
		padding: 20px 20px 15px 20px;
	}
	.comment-list {
	    padding: 15px 20px 20px;
	}
	/* 评论样式end */
}

@media (max-width: 480px) {
	.containerpro3 {
		margin-top: 0;
	}
}