*{margin: 0 auto;padding: 0}
@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside {
	margin:0;
	padding: 0;
	font-family: '微软雅黑'
}
body{	
	min-width: 1200px;
	
}
ul{list-style: none}
input[type='number'] {  -moz-appearance:textfield;  }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;  margin: 0;
}input{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
textarea{  outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
select{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)  }
/*input,textarea{-webkit-appearance:none;}*/
a{text-decoration:none;outline: none}
img{
	border:none; /*去除ie浏览器border边框*/
	outline:none;
}
img:not([src]),img[src='']{opacity: 0;display: none;}
.bef::after{display: block;content: '';clear: both;}

.flex{display: flex;}
.itemalgin{align-items: center;}
.itemcenter{justify-content: center;}
.itemLb{justify-content: space-between;}

body{
background:#efe9e2  url(../images/body.jpg) no-repeat center top;
padding-top: 580px;
}

header{
	width: 100%;
	height: 935px;
	background: url(../images/header1_01.jpg) no-repeat center center;
	display: none;
}

.header-gz{
	background: url(../images/header1_02.jpg) no-repeat center center;
}
nav{
	color: #c1520b;text-align: center;
	padding: 70px 0;
}

.g-w1200 {
    width: 1200px;
    margin: 0 auto;
}
.suggest {
    margin-top: 80px;
}
.sug-img {
    display: block;
}
.sug-box {
    width: calc(100% - 150px);
    padding-bottom: 15px;
    display: inline-block;
}

.item{
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
.item:nth-child(2n){
	float: right;
}

.item input{
	width: 320px;height: 36px;
	border: 1px solid #c1520b;
	padding: 0 10px;
	border-radius: 3px;
}
.item input::placeholder{
	color: #000;
}
.item span{
	display: inline-block;
	color: #2b2b2b;
	font-weight: bold;
	width: 103px;font-size: 18px;
	letter-spacing: 2px;
}

.sug-p-bold {
    font-weight: bold;
}
.sug-p {
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.8;
    text-align: justify;
}
.upload-box{
	margin-top: 20px;
}
.upload-bth{
	width: 143px;height: 171px;
	background: url(../images/t13.png) no-repeat center center;


}
.upload-bth input{
		opacity: 0;	
	cursor: pointer;
	width: 100%;height: 100%;
}
.upload-img{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;margin-top: 20px;
}
.upload-name{
	width: 80px;word-wrap: break-word; /* 允许在长单词内部换行 */
	word-break: break-all;
	font-size: 15px;
    text-align: justify;
    line-height: 1.6;

}
.delete-box{
	position: relative;
	display: inline-block;
}
.upload-img img{
	object-fit: cover;
	max-width: 900px;
	max-height: 300px;
	cursor: zoom-in;
}

/* .upload-img .delete{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;height: 20px;
	background: #fff;
	color: #000;
	border-radius: 50%;text-align: center;
	line-height: 20px;
	font-style: normal;font-size: 12px;font-weight: bold;
	cursor: pointer;
} */
.upload-img .delete{
	border: none;
	height: 24px;
	background: none;
	padding-bottom: 3px;
	color: #c1520b;
	border-bottom: 1px solid #c1520b;cursor: pointer;
}
.delete-box{
	flex: 1;text-align: center;
	margin: 0 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}


.upload-box-word{
	display: flex;
}
#upload-word-box{
	flex: 1;
	margin-left: 20px;
	display: flex;
}
#upload-word-box .upload-img{
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
#upload-word-box .upload-img button{
	margin: 0;
	min-width: 27px;
}

.img-yulan{
	width: 100%;height: 100%;
	position: fixed;
	top: 0;left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}
.img-yulan img{
	max-width: 95%;
	max-height: 95%;
}
.img-yulan i{
	width: 30px;height: 30px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-style: normal;
	position: absolute;
	top: 10px;
	right: 10px;cursor: pointer;
}
.submit{
	width: 215px;
	height: 60px;
	border-radius: 50px;
	background: #cf5b12;
	color: #fff;
	font-size: 30px;
	border: none;
	margin: 50px auto 0;
	display: block;
	cursor: pointer;
}

.item_last{
	width: 100%;
}
.item_last textarea{
	width: calc(100% - 20px);
	margin-top: 20px;
	height: 200px;
	padding: 10px;
	resize: none;
	border: 1px solid #c1520b;
	border-radius: 3px;
}

#type{
	width: 340px;
    height: 36px;
    border: 1px solid #c1520b;
    padding: 0 10px 0 7px;
    border-radius: 3px;cursor: pointer;
}

#type option{
	border-radius: 0;
	height: 20px;

}
footer{
	width: 100%;
	height: 237px;
	background:url(../images/footer_02.jpg) no-repeat center center;
	text-align: center;
	font-size: 14px;
	line-height: 410px;
	color: #fff;
	overflow: hidden;
	margin-top: 60px;
  }