body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: manrope;
}
*{
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: manrope;
	src: url('../ico/Manrope-ExtraBold.ttf');
	font-display: swap;
}

.out-container{
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	justify-content: center;
	align-items: center;
	position: relative;
}
.container{
	width: 70%;
	max-width: 1200px;
	background-color: #ffffff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
ul{
	margin-bottom: 0;
}
p{
	margin-bottom: 0;
}
.title2size{
	font-size: 24px;
}
.product-title{
	padding-top: 30px;
	text-align: center;
	background-color: #ffffff;
	width: 70%;
}

.product-img{
	transition: all .5s;
	max-width: 1000px;
	width: 100%;
	height: 700px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f5f5;
}
.product-img .main-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-intro{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.pborder{
	width: 100%;
}

.advantageword{
	margin: 30px;
	margin-bottom: 0;
}

.conts td{
	border: 1px solid;
}

.product-intro .conts{
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: normal;
}
.product-intro .conts p{
	margin-bottom: 12px;
}
.product-intro .conts span,
.product-intro .conts strong{
	font-size: inherit !important;
	line-height: inherit !important;
	word-wrap: inherit !important;
	overflow-wrap: inherit !important;
	word-break: normal !important;
	display: inline-block !important;
}

/* 参数表格横向滚动（仅在需要时出现滚动条） */
.product-intro .conts-scroll{
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.product-intro .conts-scroll table{
	min-width: 780px; /* 小屏幕触发左右滑动 */
}

/* 参数表格样式（对齐 dry.css / baler.html 的效果） */
.product-intro .conts table{
	width: 100% !important;
	margin: 0;
	border-collapse: collapse;
}
.product-intro .conts table tbody tr td{
	vertical-align: middle;
}
.product-intro .conts table th,
.product-intro .conts table td{
	border: 2px solid #dee2e6 !important;
	border-color: #dee2e6 !important; /* 覆盖编辑器内联 border-color */
	padding: 12px 10px !important; /* 覆盖编辑器内联 padding */
	text-align: center !important; /* 对齐 baler.html 的 text-center */
}
.product-intro .conts table thead th,
.product-intro .conts table thead td{
	background: #f8f9fa;
	font-weight: 600;
	border-top: 2px solid #dee2e6 !important;
	border-right: 2px solid #dee2e6 !important;
	border-bottom: 2px solid #dee2e6 !important;
	border-left: 2px solid #dee2e6 !important;
}
.product-intro .conts table[width]{
	width: 100% !important; /* 覆盖 <table width="..."> */
}
.product-intro .conts table em{
	font-style: normal;
	padding: 0 4px;
}

@media (max-width: 1430px) {
	.container{
		width: 100%;
	}
	.product-title{
		width: 100%;
	}
	.product-intro{
		width: 100%;
	}
	.product-img{
		max-width: 100%;
		height: 600px;
	}
}

@media (max-width: 750px) {
	.container{
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.product-img{
		height: 500px;
	}
	.product-intro{
		width: 100%;
	}
}

@media (max-width: 620px) {
	.out-container{
		background-color: #ffffff;
		margin-top: 70px;
	}
	.container{
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.product-title{
		padding-top: 15px;
	}
	.product-intro{
		padding: 15px 10px;
	}
	.product-img{
		height: 360px;
	}
	.advantageword{
		margin: 15px 10px 0;
	}
}
