@charset "utf-8";
@import url(../../inc.css);
#quandi_com{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:30px;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	width:auto;
	height:auto;
	padding:10px;
}
.com_tb{
	display:flex;
	display:-webkit-flex;
	column-gap:40px;
	row-gap:20px;
	flex-direction:row;
	justify-content:space-between;
	width:auto;
	height:auto;
}

.com_tb:nth-child(even){
	flex-direction:row-reverse;
}
@media (max-width:767px){
	.com_tb{
		flex-direction:column;
	}
	.com_tb:nth-child(even){
		flex-direction:column;
	}
}
.com_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.com_name{
	font-size:1.75rem;
	font-weight:500;
}
.com_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
}
.com_pic{
	width:auto;
	max-width:50%;
	height:auto;
	margin:auto;
}
#quandi_youshi{
	display:block;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
	max-width:1200px;
}
#quandi_youshi_title{
	font-size:2rem;
	text-align:center;
	color:#200c6c;
}
#quandi_youshi_title>span{color:#0c0c0c;}
#quandi_youshi_title:after{
	content:"";
	background-color:#fc0909;
	width:40px;
	height:7px;
	border-radius:4px;
	display:block;
	margin:auto;
}
#quandi_youshi_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) calc(33.3% - (80px/3));
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	
	margin:auto;
	margin-top:50px;
}
@media (max-width:767px){
	#quandi_youshi_tbody{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
		padding:10px;
	}
}
@media (max-width:480px){
	#quandi_youshi_tbody{
		grid-template-columns:auto;
	}
}
.youshi_tb{
	display:block;
	width:auto;
	height:auto;
	background-color:#000;
	color:#fff;
	text-align:center;
}
.youshi_tb:hover{
	background-color:#f73131;
}
.youshi_pic{
	width:auto;
	height:auto;
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom:60%;
	display:block;
}
.youshi_name{
	font-size:1.2rem;
	padding:20px;
}
