@charset "utf-8";
.form-control {
  height: 55px!important;
}
.com-col-line {
  display: inline-block;
  width: 0.8px;
  height: 18px;
  font-weight: 100;
  font-size: 0;
  vertical-align: sub;
  background: #666;
}
.complaints-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 100px;
}
.scale {
  position: absolute;
  top: 18px;
  margin-left: 16px;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei;
  color: #999;
}
.scale_d {
  position: relative;
}
.scale_d .form-control {
  padding-left: 110px;
}
.scale_c {
  position: relative;
}
.scale_c .form-control {
  padding-left: 280px;
}
.textarea {
  height: 100px!important;
}
.help-block {
  color: red!important;
  margin-bottom: auto !important;
}
.complaints-box .box-img img {
  width: 100%;
}
.complaints-box .com-tit {
  top: 190px;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: Gotham Bold;
  font-weight: 400;
  line-height: 47px;
  color: #333;
  letter-spacing: 2px;
}
.complaints-box .com-tit .tit-line {
  width: 77px;
  height: 5px;
  background: #d9ba64;
  margin: 0 auto;
  margin-top: 13px;
}
.complaints-box .com-tit-prompt {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.complaints-box .com-label-b {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.complaints-box .com-check label {
  font-weight: 400;
}
.complaints-box .com-check .box-add {
  background-color: #D9BA64;
}
#submit:hover {
  background: #E7D7A7;
  border: 2px solid #E7D7A7;
}
.tab-box {
  border: 2px solid #242424;
}
.tab-box .box-left,
.tab-box .box-right {
  width: 50%;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  float: left;
  cursor: pointer;
}
.tab-box .active-tab {
  background-color: #242424;
  color: #fff;
}
