﻿@charset "utf-8";
.slick-slide{white-space:nowrap;}
#tb{
	display:grid;
	grid-template-columns:20px auto 20px;
	column-gap:10px;
	overflow:visible;
	margin:auto;
	width:auto;
	height:auto;
	max-width:600px;
	margin-top:10px;
	position:relative;
	white-space:nowrap;
	font-size:0px;
}
.tb_pic{
	display:inline-flex!important;
	display:-webkit-inline-flex!important;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:5px;
	width:auto;
	height:80px;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.hover{border:2px solid #b9863c;}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:rgba(0,0,0,0.6);
	background-image:linear-gradient(90deg,#fff,#eee);
	color:#333;
	font-size:1.4rem;
	width:auto;
	height:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
#qd_name{
	font-size:2rem;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	padding-top:3rem;
	padding-bottom:2rem;
}
#qd_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	padding:10px;
	width:auto;
	height:auto;
	font-size:12px;	
	border:1px dashed #ddd;
	margin-top:20px;
	line-height:1.5;
	color:#888;
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	min-height:100%;
	margin-top:30px;
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:90%;
}
.block{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	position:relative;
	max-width:600px;
	border:1px solid #ddd;
}
#zoom{
	display:none;
	width:400px;
	height:400px;
	overflow:hidden;
	margin:auto;
	position:absolute;
	right:-400px;
	top:0px;
	background-color:#fff;
	border:1px solid #ddd;
}