.feedback {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
  }
  .feedback-con {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 732px;
	height: 470px;
	margin-left: -366px;
	margin-top: -235px;
	border-radius: 10px;
	background-color: #fff;
	zoom: 1;
  }
  .feedback-header {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
  }
  .feedback-close {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 10px;
	top: 10px;
	background-color: #eee;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	cursor: pointer;
  }
  .feedback_content {
	  margin-left:45px
  }
  .feedback_tit {
	  font-size:16px;
	  color:#333;
	  margin-top:10px;
	  margin-bottom:10px
  }
  .feedback_opt {
	margin-top:20px
  }
  .feedback_opt li {
	  float:left;
	  position:relative;
	  width:112px;
	  height:16px;
	  line-height:16px;
	  font-size:14px;
	  color:#333;
	  margin-bottom: 20px;
	  overflow:hidden;
	  text-indent:20px;
	  cursor:pointer;
	  background:url(/static/image/feedback_check.png) no-repeat 0 0;
	  /* background:url(./static/images/feedback_check.png) no-repeat 0 0; */
  }
  .feedback_opt li.act {
	  background:url(/static/image/feedback_checked.png) no-repeat 0 0
  }
  .feedback_opt li.last_check {
	  width:170px
  }
  .feedback_textarea {
	  width:520px;
	  height: 70px;
	  border:1px solid #e0e0e0;
	  position:relative;
	  margin-top:4px;
  }
  .feedback_textarea textarea {
	  width:510px;
	  height: 50px;
	  margin-top:10px;
	  margin-left:10px;
	  *
	  margin-left:-10px;
	  font-size:14px;
	  color:#333;
	  display:block;
	  resize:none;
	  border:0;
	  outline:0;
	  padding:0;
	  -webikt-transition:.1s height linear;
	  -webkit-transition:.1s height linear;
	  -o-transition:.1s height linear;
	  transition:.1s height linear;
  }
  .feedback_phone {
	  position:relative;
	  margin-top:20px
  }
  .feedback_phone .feedback_phone_phone_cnt {
	  padding-top:10px
  }
  .feedback_phone .feedback_phone_input {
	  border:1px solid #e0e0e0;
	  height:30px;
	  width: 510px;
	  line-height:30px;
	  padding-left:10px;
	  float:left;
  }
  .feedback_submit {
	  width:350px;
	  margin: 40px auto 0;
	  position:relative;
  }
  .feedback_submit .feedback_button_a {
	  display:block;
	  width:350px;
	  height:38px;
	  line-height:38px;
	  text-align:center;
	  margin:0 auto;
	  border:0;
	  border-radius:4px;
	  background: #ee4b4c;
	  font-size:16px;
	  color:#fff;
	  cursor:default;
  }
  .feedback_content .clearfix:after{
	  content: "";
	  display: block;
	  clear: both;
  }