﻿@charset "utf-8";
.grid>tbody>tr>td>div{overflow:hidden;}
.flex{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	padding:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.flex_item{
	display:flex;
	display:-webkit-flex;
	column-gap:5px;
	overflow:hidden;
	width:auto;
	height:auto;
}
#qd_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	line-height:200%;
}
#qd_content * img{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}
#qd_pic_id{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:0px;
}
.pic_item{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
}
.pic_tb{
	display:block;
	overflow:hidden;
	margin:5px;
	width:auto;
	height:150px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
a#bt_xls{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#20bb48;
	color:#fff;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	height:30px;
	line-height:30px;
}
a#bt_xls:hover{
	background-color:#f90;
}
.main{
	display:block;
	width:100%;
	height:auto;
	margin:auto;
	overflow:auto;
}