/* channel-product-content */
.content{
	padding: 3rem 5vw;
	background-color: rgb(255, 255, 255);
}
.content-body{
	display: flex;
	flex-flow: row nowrap;
	
}
.content-body-left{
	flex: 0 0 40%;
	overflow: hidden;
	
}
.content-body-right{
	flex: 1 0;
}
.content-body-thumb{
	padding: 1rem;
	border: 1px solid #e8e8d7;
}
.productswiper.swiper-slide img{
	width: 100%;
	vertical-align: bottom;
}
.content-body-thumb img{
	width: 100%;
	vertical-align: bottom;
}
.content-body-desc{
	padding: 1rem 0 1rem 2rem;
}
.content-body-desc ul li{
	line-height: 2;
	font-size:1rem;
	border-bottom: 0.0625rem dashed #e2e2e2;
	list-style: disc;
	list-style-position: inside;
	
}
.desc-tit{
	font-size: 1.375rem;
	font-weight: bold;
}
.content-desc{
	margin-top:2rem;
}
.content-desc-tit{
	position: relative;
	display: inline-block;
	border-top: 0.125rem solid #931919;
	border-right: 0.0625rem solid #ccc;
	border-left:0.0625rem solid #ccc;
	padding:  1rem;
	color: #808080;
	top:0.0625rem;
	left:2rem;
	background-color: #fff;
	
}
.content-desc-body{
	border-top: 0.0625rem solid #ccc;
	padding: 2rem 5rem;
	line-height: 2;
	font-size: 1rem;
	color: #404040;
}
.content-other{
	border-top: 0.0625rem solid #ccc;
}