﻿

.feedback{ width:90%; margin:0px auto; margin-top:30px;}
@media screen and (max-width: 768px) {.feedback{ width:90%; margin:0px auto; margin-top:30px; }}


.feedback_h2{
	font-size: 18px;
	display: block;
	padding: 5px;
	color: #444;
	text-indent: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left:10px;
	margin-bottom:20px;
}
.feedback_h2 a{color: #333;}
/*小屏幕*/
@media screen and (max-width: 768px) {
.feedback_h2{margin-top: 20px;}
		  }
/*图片框阴影*/
.border-shadow {
/*    -webkit-box-shadow: 0 9px 40px 0 rgb(193 193 193 / 50%);
    box-shadow: 0 9px 40px 0 rgb(193 193 193 / 50%);*/
	
  -webkit-box-shadow:0 0 8px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 24%);
	
    padding: 30px 40px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.border-shadow {  padding: 10px 10px;}
		  }
.inquiry_bg{
	background-image: url(../images/inquiry_bg.jpg);
	background-repeat: no-repeat;
	background-color:#f2f2f2;
background-size: cover;
}
/*bg-white背景白色*/
.bg-white {
	position: relative;
	/*background-attachment: fixed;*/
	z-index: 1;
}
.bg-white:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.15);

	/*background-color:#47b029;
	opacity:.8;*/
	z-index: -1;
}
/*bg-white背景白色end*/

.Upload_list{}
.Upload_list input{ width:300px !important; float:left;}
.Upload_list button.btn-Upload{
	float: left;
	margin: 0px 20px;
	border: 1px solid #333;
}
.Upload_list font{float:left;}