﻿@charset "utf-8";
.item{padding-left:10px;padding-right:10px;}
.main{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1100px;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#fff;
}
#qd_name{
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
	display:block;
	width:auto;
	height:auto;	
}
#qd_content{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin-top: 20px;
}
#qd_content img{max-width:100%;height:auto;}

#qd_miaoshu{
	line-height:2;
	font-size:1.2rem;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position: relative;
	border: 1px solid #ddd;
	padding-bottom: 100%;
}

.tb{
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	box-sizing:border-box;
	margin:auto;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_right{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
.tb_left{
	display:block;
	overflow:hidden;
}

.qd_miaoshu{
	display:block;
	overflow:hidden;
	padding:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#bt_inquiry{
	width:200px;
	height:50px;
	line-height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	background-color: var(--back_color);
	color: var(--fore_color);
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:20px;
}
#bt_inquiry:hover{
	background-color:#f60;
}
.item{
	background-color:#fff;
	width:auto;
	height:auto;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_other{
	width:auto;
	height:auto;
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	margin-top:10px;
	overflow:hidden;
}
.slick-list{
	width: 100%;
	overflow: hidden;
}
.slick-track{
	display: block;
}
#quandi_form{
	background-color:#fff;
	margin-top:50px;
	padding:20px;
	display:grid;
	grid-template-columns:auto;
	row-gap:40px;
}
#quandi_form_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
}
#quandi_form_title{
	font-size:1.6rem;
	font-weight:bold;
}
#quandi_form_miaoshu{color:#f90;}
.slick-track{margin:unset;}
#tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	width:auto;
	height:auto;
}
.arrow{
	display:flex!important;
	display:-webkit-flex!important;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:30px;
	height: 100%;
}
.arrow:hover{
	background-color:#eee;
}
.tb_item{
	overflow:hidden;
	padding:5px;
	width: 25%;
}
.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
}
.tb_on{
	border:1px solid #f60;
}

.box{
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius: 0px;
	overflow: hidden;
	cursor: move;
	display: none;
}
.imgzoom{
	border: 1px solid black;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.imgzoom>img{
	width: 500px;
	height: 500px;
}
.imgzoombox {
	border: 1px solid black;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
	position: absolute;
	cursor: pointer;
	display: none;
}
 .imgzoombox1 {
	width: 500px;
	height: 500px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
}