.zt-feedback-banner {
	height: 250px;
	/*background: url(../image/feed_banner.png) no-repeat center center;*/
}

.zt-feedback-dec {
	padding: 50px 0 46px 0;
	text-align: center;
}

.zt-feedback-dec h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
}
.zt-feedback-dec .dec {
	width: 940px;
	margin: 32px auto 0 auto;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: left;
}

.zt-feedback-form {
	width: 1040px;
	margin: 0 auto 90px auto;
	padding: 52px 80px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}

.zt-feedback-form label {
	width: 71px;
	display: inline-block;
	margin-right: 27px;
	font-size: 16px;
	color: #262626;
	text-align: right;
}
.zt-feedback-form input {
	width: 259px;
	height: 40px;
	padding: 0 23px;
	border-radius: 3px;
	border: solid 1px #d2d2d2;
}

.zt-feedback-form  .textarea-content {
	width: 893px;
	height: 117px;
	padding: 14px 21px;
	border-radius: 3px;
	border: solid 1px #d2d2d2;
	vertical-align: top;
	resize:none
}
.form-item {
	float: left;
	margin: 0 30px 20px 0
}
.form-item .upload-img-list {
	display: inline-block;
	width: 888px;
	vertical-align: top;
}
.zt-feedback-form form{
 	display: block;
    width: 1177px;
}
.upload-img-list .img-box{
	display: inline-block;
	position: relative;
  	width: 104px;
	height: 104px;
	margin-right: 15px;
	border: 1px solid #e1e4e6;
	vertical-align: top;
}

.upload-img-list .tiptext-box{
	width: 204px;
	margin-left: 32px;
	margin-right: 0;
	border: none;
	font-size: 14px;
	line-height: 22px;
	color: #9fa4a6;
}

.upload-img-list .delete-alert {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(243,243,243, .6);
	text-align: center;
}
.upload-img-list .img-box:hover .delete-alert{
	display: block;
}
.upload-img-list .delete-alert span {
	display: inline-block;
	width: 65px;
	height: 26px;
	border-radius: 13px;
	margin-top: 66px;
	background: rgba(0,0,0,.6);
	line-height: 26px;
	color: #FFFFFF;
	cursor: pointer;
}
.upload-img-list .upload-btn {
	border: none;
	opacity: 0.8;
}
.upload-img-list .upload-btn:hover {
	opacity: 1;
}
.upload-img-list .img-box button {
	position: absolute;
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
}
.upload-img-list .img-box img{
	display: block;
	width: 100%;
	height: 100%;
}
.second-style input {
	width: 483px;
}
.zt-feedback-form  .second-style  label,
.zt-feedback-form  .third-style  label  {
	width: 39px;
}
.third-style input {
	width: 167px;
}
.feedback-submit {
	display: block;
	width: 221px;
	height: 54px;
	margin: 30px auto 0 auto;
	background-color: #ff7729;
	border-radius: 27px;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 18px;
	text-align: center;
	border: none;
}
