﻿@charset "utf-8";
.tb{
	display: grid;
	grid-template-columns: calc(50% - 40px/2) calc(50% - 40px/2);
	column-gap: 40px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.pic{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position: relative;
	padding-bottom: 75%;
	border: 1px solid #ddd;
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	
}
#qd_name{
	font-size:1.6rem;
	font-weight:bold;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;	
}
#qd_content{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;	
}
#qd_content * img{max-width:100%;height:auto;}
#qd_content ol{
	list-style-position: inside;
	margin: auto;
	padding: 0px;
}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
}
#tb{
	margin: auto;
	margin-top: 20px;
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	max-width: 600px;
	overflow: hidden;
	width:auto;
	height: auto;
}
.slick-list{
	margin: unset;
	width: 100%;
}
.arrow{
	display:flex!important;
	display:-webkit-flex!important;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:20px;
	height: 100%;
	flex-shrink: 0;
}
.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;
}
.tb_tfoot{
	display: flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
}
a.bt{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	width: 140px;
	height: auto;
	line-height: 50px;
	background-color: var(--bt_back);
	color:#fff;
	text-align: center;
	justify-content: center;
}
a.bt:last-child{
	background-color: #333;
}
a.bt:hover{
	background-color: var(--bt_hover_back);
}
#quandi_form{
	margin-top: 20px;
}
#quandi_form_title{
	font-size: 2rem;
}
#quandi_form_miaoshu{
	color:#f00;
}
#quandi_form_tbody{
	margin-top: 20px;
}