body {
  background: #f6f6f6;
}
.header {
  height: 215px;
}
.feedback {
  overflow: hidden;
}
.feedback .crumbsNav {
  width: auto ;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
}
.feedback .formList {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 28px 22px;
}
.feedback .formList .menu {
  float: left;
  width: 218px;
  height: 92px;
  line-height: 92px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 50px;
}
.feedback .formList .menu li:first-child {
  border-left: 2px solid #2398d6;
  box-sizing: border-box;
  background: #f8f9fd;
}
.feedback .formList .menu li:first-child a {
  font-size: 14px;
  color: #2398d6;
}
.feedback .formList .menu li {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}
.feedback .formList .menu li a {
  text-decoration: none;
  color: #333;
}
.feedback .formList .content {
  float: left;
  padding: 28px 22px;
}
.feedback .formList .content .title p:first-child {
  border-left: 3px solid #2398d6;
  padding-left: 5px;
  font-size: 20px;
  color: #333;
}
.feedback .formList .content .title p:last-child {
  font-size: 14px;
  color: #999;
  margin: 8px 0 0;
}
.feedback .formList .content .formWrap .tip {
  margin: 34px 0 14px;
  width: 104px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #ff9d3c;
  position: relative;
}
.feedback .formList .content .formWrap .tip::after {
  position: absolute;
  right: -14px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 14px solid #ff9d3c;
}
.feedback .formList .content .formWrap .input {
  margin-top: 20px;
}
.feedback .formList .content .formWrap .yszc {
  font-size: 14px;
  padding-left: 47px;
}
.feedback .formList .content .formWrap .yszc input {
  border: 1px solid #666;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 5px;
}
.feedback .formList .content .formWrap .input label {
  font-size: 14px;
  color: #454545;
}
.feedback .formList .content .formWrap .input i {
  font-style: normal;
  font-size: 14px;
}
.feedback .formList .content .formWrap .input input[type="url"],
.feedback .formList .content .formWrap .input input[type="tel"],
.feedback .formList .content .formWrap .input input[type="email"],
.feedback .formList .content .formWrap .input input[type="text"] {
  width: 370px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
}
.feedback .formList .content .formWrap .input textarea {
  outline: none;
  border: none;
}
.feedback .formList .content .formWrap .input #reason {
  width: 396px;
  border: 1px solid #ebebeb;
  vertical-align: top;
}
.feedback .formList .content .formWrap .phone label {
  margin-left: -34px;
}
.feedback .formList .content .formWrap .textarea {
  position: relative;
}
.feedback .formList .content .formWrap .textarea span {
  position: absolute;
  bottom: -32px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #b8b8b8;
}
.feedback .formList .content .formWrap .upload {
  padding-top: 30px;
}
.feedback .formList .content .formWrap .upload label {
  margin-left: -50px;
}
.feedback .formList .content .formWrap .upload span {
  font-size: 12px;
  color: #b8b8b8;
}
.feedback .formList .content .formWrap .upload .mapView {
  margin-left: 74px;
  margin-top: 20px;
  width: 184px;
  height: 184px;
  line-height: 184px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #a7a7a7;
  text-align: center;
}
.feedback .formList .content .formWrap .btn {
  display: inline-block;
  width: 98px;
  height: 36px;
  line-height: 24px;
  text-align: center;
  background: #2398d6;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 6px;
  margin-left: 44px;
}
.feedback .formList .content .formWrap .sub_btn_line {
  text-align: center;
}
.feedback .formList .content .formWrap .sub_btn_line .sub_btn {
  display: inline-block;
  width: 98px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #2398d6;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 6px;
  margin-left: 44px;
  cursor: pointer;
}
