@charset "utf-8";
#quan_body{
	display: block;
}
.tb{
	width:auto;
	height:auto;
	margin:auto;
	display: block;
}
#qd_name{
	width:auto;
	height:auto;
	margin:auto;
	display: block;
	font-size: 2rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
}
#qd_other{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width:480px){
	#qd_other{
		column-gap: 10px;
	}
}
.tb_tb{
	width:calc(20% - 80px/5 );
	height:auto;
	overflow:hidden;
	display:block;
	flex-shrink: 0;
}
@media (max-width:480px){
	.tb_tb{
		width:calc(33.3% - 20px/3 );
	}
}
.tb_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	position: relative;
	padding-bottom: 100%;
}
.tb_name{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:block;
	text-align: center;
	margin-top: 10px;
}
#qd_content{
	width:100%;
	height:auto;
	margin:auto;
	overflow:auto;
	display:block;
}
#qd_content img{
	max-width: 100%;
	height: auto;
}
