﻿@charset "utf-8";
.arrows{
	position:absolute;
	display:block;
	width:40px;
	height:auto;
	background-color:rgba(0,0,0,0.6);
	top:0px;
	bottom:0px;
}

#qd_name{
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	
}
#qd_content{
	margin:auto;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	
	
}
#qd_content * img{max-width:100%;height:auto;}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#f5f5f5;
	padding:10px;
	border:1px solid #ddd;
	font-size:12px;
	color:#888;
	margin-top:20px;
}
#qd_pic{
	display:block;
	width:500px;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:90%;
}
#tb{
	border:1px solid #ddd;
	width:500px;
	max-width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	box-sizing:border-box;
	padding:10px;
	margin-top:20px;
	position:relative;
}
.tb_pic{
	border:1px solid #ddd;
	height:90px;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	box-sizing:border-box;
	padding:5px;
}
.tb_hover{
	border:1px solid #F90!important;
}