body {
  background: #efeff4;
}

/*建议反馈 start*/
.centerMain {
  margin: 20px auto 50px auto;
  width: 1200px;
  min-height: 680px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.feedback {
  position: relative;
}

.feedback .feedbackTitle {
  height: 68px;
  line-height: 68px;
  background: #f7f7f7;
  padding-left: 38px;
  font-size: 20px;
  color: #000;
}

.feedbackCont {
  margin-top: 40px;
  padding-left: 38px;
}

.feedbackCont p {
  font-size: 18px;
  color: #606060;
}

.feedbackCont .submit {
  margin-top: 97px;
  text-align: center;
}

.feedbackCont .submitBtn {
  width: 194px;
  height: 40px;
  background-color: #5384F4;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0px rgba(48, 116, 192, 0.2);
}

.feedbackCont .submitBtn:hover {
  background-color: #1063B7;
}

.adviseType {
  margin-top: 14px;
}

.adviseType span {
  display: inline-block;
  width: 98px;
  height: 30px;
  border: 1px solid #5f9fff;
  text-align: center;
  line-height: 30px;
  color: #5f9fff;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
}

.adviseType span.active {
  color: #fff;
  background: #5f9fff;
}

.feedbackCont textarea {
  width: 734px;
  height: 168px;
  border: 1px solid #cdcdcd;
  margin: 20px 0;
  resize: none;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.contentLink {
  display: inline-block;
  width: 98px;
  height: 30px;
  border: 1px solid #5f9fff;
  text-align: center;
  line-height: 30px;
  color: #5f9fff;
  font-size: 16px;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 16px;
}

.contactInfo {
  position: absolute;
  font-size: 16px;
  top: 210px;
  left: 834px;
}

.contactInfo p {
  color: #303030;
  margin-bottom: 20px;
}

.contactInfo div {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
  color: #606060;
}

.contactInfo div a {
  color: #606060;
}

.contactInfo div a span {
  color: #5f9fff;
}

.contactInfo div img {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  vertical-align: top;
}
/*建议反馈 end*/

/*了解我们 联系我们 start*/
.aboutUsTitle {
  font-size: 22px;
  color: #303030;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 36px;
}

.aboutUsCont {
  padding: 0 58px 4px 58px;
  font-size: 16px;
  color: #606060;
  line-height: 26px;
  text-indent: 2em;
}

.noIndent {
  padding: 0 58px 4px 58px;
  font-size: 16px;
  color: #606060;
  line-height: 26px;
}

.contactUs {
  padding: 0 58px 4px 58px;
  font-size: 16px;
  color: #606060;
  line-height: 26px;
}

.contactUs a {
  color: #606060;
}

.contactInfo .weixin {
  position: relative;
}

.contactInfo .weixin img {
  display: inline-block;
  position: absolute;
  width: 128px;
  height: 128px;
  left: 0;
  bottom: -146px;
}
/*了解我们 联系我们 end*/
