<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#qd_name{
	font-size:2rem;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #333;
	text-align:center;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
.tb_tb{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.tb_tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	align-self:center;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tba{
	display:grid;
	grid-template-columns:30px auto 30px;
	width:auto;
	height:auto;
	overflow:visible;
	position:relative;
	background-color:#fff;
	margin-top:20px;
}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#333;
}
.arrow:before{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:100%;
	overflow:hidden;
	font-size:1.5rem;
}
.p_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:2px;
}
.p_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:100%;
	box-sizing:border-box;
	position:relative;
	margin:auto;
}
.p_hover{
	border:1px solid #ddd;
}
.p_img{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	max-width:100%;
	max-height:100%;
}</pre></body></html>