@charset "utf-8";
#quandi_com{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	overflow:hidden;
	display:block;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_com_thead{
	display:block;
	width:auto;
	height:auto;
	text-align:center;	
}
#quandi_com_title{
	display:block;
	width:auto;
	height:auto;
	font-size:2rem;
}
#quandi_com_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
}

.com_tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:row-reverse;
	column-gap:40px;
	row-gap:40px;
	width:auto;
	height:auto;
}
.com_tb:nth-child(even){
	flex-direction:row;
}
@media (max-width:767px){
	.com_tb{
		flex-direction:column;
	}
	.com_tb:nth-child(even){
		flex-direction:column;
	}
}
.com_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.com_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}

#quandi_product{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
a.product_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
@media (max-width:767px){
	a.product_tb{
		width:50%;
	}
}
.product_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}