/*banner*/
.feedback-banner {
  background-color: #12243e;
  height: 320px;
  background: #20293f url(img/banner_bg.jpg) no-repeat center;
}

.feedback-banner-inner {
  padding-top: 154px;
}

.feedback-banner-title {
  margin-bottom: 24px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.feedback-banner-subtitle {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

/*.module-banner-bg {
	background: url(img/feedback_banner_part.jpg) no-repeat right center;
}*/
/*form*/
.feedback-form-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #f3f6f8;
}

.feedback-form {
  background: #fff;
}

.feedback-main {
  width: 100%;
  padding-left: 150px;
  padding-top: 45px;
  padding-bottom: 30px;
}

.feedback-main p {
  color: #898989;
  font-size: 14px;
  line-height: 36px;
  padding-left: 2%;
}

.feedback-main ul {
  margin-top: 20px;
}

.feedback-main li {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.feedback-main span {
  color: #545454;
  font-size: 14px;
  padding-right: 20px;
  width: 120px;
  line-height: 42px;
  text-align: right;
  float: left;
}

.necessary-info {
  color: #ff2626;
  vertical-align: middle;
  padding-right: 5px;
  font-style: normal;
}

.fb-type-reminder {
  color: #999;
  font-size: 12px;
  font-style: normal;
  margin-left: 20px;
  line-height: 44px;
}

.feedback-main li img {
  margin-left: 8px;
  width: 120px;
  height: 42px;
  vertical-align: middle;
}

.feedback-type,
.feedback-textarea,
input {
  border: 1px solid #e5e5e5;
  font-family: "microsoft yahei";
  color: #666;
  outline-color: #ff2626;
}
.feedback-type:focus,
.feedback-textarea:focus,
input:focus {
  outline: none;
  border-color: #ff2626;
}

.feedback-type {
  color: #333333;
  font-size: 14px;
  width: 310px;
  line-height: 32px;
  padding: 10px;
  vertical-align: bottom;
}

.feedback-textarea {
  width: 720px;
  height: 200px;
  padding: 10px;
  resize: none;
}

.feedback-input,
.captcha-input {
  color: #555;
  font-size: 14px;
  width: 400px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
}

.captcha-input {
  width: 244px;
}

.fb-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff2626;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.fb-btn:hover {
  background: #f20000;
}

.feedback-main span.refresh-captcha {
  display: inline-block;
  float: none;
  position: relative;
  right: -5px;
  top: 8px;
  width: 24px;
  height: 22px;
  background: url(img1/refresh-icon.png) no-repeat center center;
  cursor: pointer;
}