@CHARSET "UTF-8";
.multi-inquiry-model {
	width: 1050px;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: calc(50% - 300px);
	left: calc(50% - 525px);
	border-radius: 6px;
	font-size: 13px;
	background-color: #fff;
	display: none;
	height: auto;
	z-index: 1001;
	padding-bottom: 20px;
}
.multi-inquiry-header{
	width: 1050px;
	height:40px;
	padding:10px 15px;
	color:#fff;
	background: linear-gradient(-90deg, #2589eb 0%, #325dec 100%);
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.multi-inquiry-header>span{
	color:#fff;
}
.multi-inquiry-body{
	width:100%;
	height:auto;
}
.multi-inquiry-table{
	border:0;
	background-color:#2489eb;
	border-collapse:collapse;
}
.multi-inquiry-table th{
	color:#fff;
	border:0;
}
.multi-inquiry-body .tax-notes-area{
	padding:0 20px;
}
.multi-inquiry-body .tax-notes-area input{
	position:unset;
}
.multi-inquiry-footer{
	width:100%;
	border-top:1px dashed #ebebeb;
	padding-top:20px;
}
.multi-inquiry-footer .btn-cancel{
	width:50%;
}
.multi-inquiry-footer .btn-submit{
	background-color:#2489eb;
	color:#fff;
	width:50%
}
.inquiry-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.4;
	z-index:1000;
}
#addInquiryTable select[name=packaging]{
	height: 22px;
}
.price-inquiry-panel{
	top:15%;
	left:30%;
	position:fixed;
	height:650px;
	width:600px;
	border-radius:5px;
	z-index:20001;
	border:1px solid #cccccc;
	display:none;
	background-color:#fff;
}
.price-inquiry-header{
	width:100%;
	padding:10px 15px;
	height:60px;
}
.price-inquiry-header .inquiry-wanted{
	float:left;
	padding-top:5px;
	font-size:18px;
}
.price-inquiry-header .inquiry-service{
	float:right;
	padding-left:40px;
	padding-top:8px;
	font-size:16px;
}
.price-inquiry-header .inquiry-service a{
	margin-left:5px;
}
.inquiry-success{
	border-top:1px dashed #cccccc;
	padding-top:60px;
	width:100%;
}
.btn-blue {
	color: #fff;
	background: linear-gradient(-90deg, #2589eb 0%, #325dec 100%);
	border: 1px solid rgba(37, 137, 235, 0.5);
}

.btn-blue:hover {
	color: #fff;
	background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}

.btn-white {
	color: #333333;
	background: #fff;
	border: 1px solid rgba(204, 204, 204, 0.5);
}

/* 疑问 */
.title-question {
	float: right;
	width: auto;
	height: 55px;
	padding: 0 18px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.title-question .text-grey {
	color: #666666;
	font-size: 14px;
}

.title-question .card-img {
	max-width: 50px;
	margin: 0 5px;
}

.title-question .large-card-img {
	position: absolute;
	max-width: 400px;
	box-shadow: 0 0 4px 0 rgba(204, 204, 204, 0.5);
	top: 80%;
	left: -25px;
	display: none;
	z-index: 1;
}

.large-card-img img {
	max-width: inherit;
}