﻿@charset "utf-8";
.tfoot{
	display:flex;
	display:-webkit-flex;
}
.num{
	display:grid;
	grid-template-columns:20px auto 20px;
	width:100px;
	height:auto;
}
#qd_name{
	font-size:1.4rem;
	font-weight:bold;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:1.5;
}
@media (max-width:767px){#qd_name{font-size:1.2rem;}}
#qd_content{
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
#qd_content *{max-width:100%;height:auto;}
#qd_content img{max-width:100%!important;height:auto;}

a.bt_cart{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background-color:#2e9414;
	background-image:linear-gradient(0deg,#007f1e,#69ad02);
	border-radius:5px 0px 5px 0px;
}
a.bt_cart:hover{
	background-color:#F60;
	background-image:linear-gradient(0deg,#f90,#f60);
}
#pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
#qd_param{
	display:block;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:600px;
	margin:auto;
	margin-top:20px;
}
.tb{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.6;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:100%;
	border:1px solid #ddd;
}
.on{
	border:1px solid #f60;
}
.arrow{
	font-size:1.5rem;
	width:20px;
	height:100%;
	margin:auto;
	flex-shrink:0;
	text-align:center;
	position:absolute;
	top:0px;
	bottom:0px;
	background-color:#fff;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	z-index:200;
}
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
#quandi_form_title{
	font-size:2rem;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#quandi_form_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.left_side{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:10px;
	width:auto;
	height:auto;
	font-size:1.5rem;
	font-weight:bold;
	color:#f60;
}
@media (max-width:480px){
	.left_side{
		font-size:1rem;
		white-space:nowrap;
	}
}
.right_side{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:10px;
	width:auto;
	height:auto;
}
.tb_foot{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	flex-direction:column;
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:480px){
	.tb_foot{
		padding:10px;
		background-color:#fff;
		display:flex;
		display:-webkit-flex;
		flex-direction:row;
		column-gap:0px;
		row-gap:0px;
		align-items:center;
		justify-content:space-between;
		position:fixed;
		bottom:0px;
		right:0px;
		left:0px;
		margin:auto;
		border-top:1px solid #ddd;
	}
}