﻿@charset "utf-8";
#qd_name{
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	
}
#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:90%;
}
#tb{
	margin: auto;
	margin-top: 10px;
	display:block;
	padding-left:30px;
	padding-right:30px;
	position:relative;
	max-width: 600px;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	position:absolute;
	top:0px;
	bottom:0px;
	width:30px;
}
.arrow:hover{
	background-color:#eee;
}
.tb_item{
	overflow:hidden;
	padding:5px;
}
.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
}
.tb_hover{
	border:1px solid #f90;
}
