.elsecontent {
  color: #212121;
  font-size: 14px;
}
.elsecontent .item {
  margin-bottom: 20px;
}
.elsecontent .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.elsecontent .sub-title {
  font-size: 18px;
  color: #545454;
  text-align: center;
  margin-bottom: 25px;
}
.elsecontent .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.elsecontent .content {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}
.feedback {
  padding: 30px 170px;
  font-size: 16px;
  color: #212121;
}
.feedback .types span {
  margin-right: 65px;
  font-size: 16px;
  color: #211713;
}
.feedback #content {
  width: 82.5%;
  border: solid 1px #e0e1e4;
  height: 170px;
  line-height: 20px;
  padding: 15px;
  resize: vertical;
  border-radius: 5px;
}
.feedback #content:focus {
  outline: none;
}
.feedback .btn_box {
  text-align: center;
}
.feedback .btn_box #sub {
  border-radius: 4px;
  background: -moz-linear-gradient(0deg, #ee3523 0%, #fd4e3e 100%);
  background: -webkit-linear-gradient(0deg, #ee3523 0%, #fd4e3e 100%);
  background: -ms-linear-gradient(0deg, #ee3523 0%, #fd4e3e 100%);
  width: 360px;
  height: 56px;
  display: inline-block;
  color: #fff;
  border: none;
  font-size: 24px;
  font-weight: bold;
}
.feedback .btn_box #sub:focus {
  outline: none;
}
.formitem {
  padding: 20px 0;
}
.formitem label {
  width: 17.5%;
  height: 40px;
  color: #212121;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
}
.formitem input[type="text"] {
  width: 82.5%;
  border: solid 1px #e0e1e4;
  border-radius: 5px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
}
.formitem input[type="text"]:focus {
  outline: none;
}
.formitem input[type="radio"]:focus {
  outline: none!important;
}
@media screen and (max-width: 768px) {
  .feedback {
    padding: 10px;
  }
  .feedback .formitem {
    padding: 10px 0;
  }
  .feedback .types span {
    margin-right: 2px;
    font-size: 14px;
  }
  .feedback label {
    font-size: 16px;
  }
  .feedback .btn_box #sub {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
