@import "common.css";
/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.feedback #feedback .banner {
  width: 100%;
  height: 240px;
  background: url("../img/feedback_bg.png") center center no-repeat;
}
.feedback #feedback .banner .caption {
  font-size: 28px;
  color: #fff;
  line-height: 240px;
  text-align: center;
}
.feedback #feedback .content {
  width: 100%;
  height: 680px;
  background: url("../img/feedback_bg2.png") center center no-repeat;
}
.feedback #feedback .content .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  width: 645px;
  padding: 40px 38px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.feedback #feedback .content .wrap .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 64px;
}
.feedback #feedback .content .wrap .box {
  margin-bottom: 24px;
}
.feedback #feedback .content .wrap .box .left {
  float: left;
  width: 114px;
  line-height: 44px;
  font-size: 14px;
  color: #a9aeb8;
  text-align: right;
}
.feedback #feedback .content .wrap .box .right {
  float: left;
  width: 498px;
  margin-left: 32px;
}
.feedback #feedback .content .wrap .box .right input,
.feedback #feedback .content .wrap .box .right textarea {
  font-size: 14px;
  padding: 12px 20px;
  width: 456px;
  border: 1px solid #e9e9e9;
  background-color: #f2f3f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.feedback #feedback .content .wrap .box .right textarea {
  height: 120px;
  resize: none;
}
.feedback #feedback .content .wrap .box .right input::-webkit-input-placeholder,
.feedback #feedback .content .wrap .box .right textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bac1cf;
}
.feedback #feedback .content .wrap .box .right input:-moz-placeholder,
.feedback #feedback .content .wrap .box .right textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bac1cf;
}
.feedback #feedback .content .wrap .box .right input::-moz-placeholder,
.feedback #feedback .content .wrap .box .right textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bac1cf;
}
.feedback #feedback .content .wrap .box .right input:-ms-input-placeholder,
.feedback #feedback .content .wrap .box .right textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bac1cf;
}
.feedback #feedback .content .wrap .btn {
  width: 360px;
  height: 64px;
  background-color: #f8ba27;
  color: #333;
  text-align: center;
  line-height: 64px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px #ccc;
  -moz-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.feedback #feedback .content .wrap .btn:hover {
  opacity: .8;
}
/*# sourceMappingURL=feedback.css.map */