<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contInfo .title {
  background: url("/assets/img/about/contactUs.jpg") center no-repeat;
}
.contInfo .form-horizontal {
  font-size: 14px;
  color: #666;
}
.contInfo .form-horizontal select {
  margin: 0;
  width: 300px;
  height: 40px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
  color: #333;
}
.contInfo .form-horizontal .form-group {
  margin-bottom: 40px;
}
.contInfo .form-horizontal .form-label {
  margin: 0;
  width: 90px;
  line-height: 40px;
}
.contInfo .form-horizontal .form-label .color-red {
  padding-right: 5px;
  font-family: Simsum;
  font-size: 18px;
}
.contInfo .form-horizontal .form-controls {
  margin-left: 110px;
  padding: 0;
}
.contInfo .form-horizontal .form-controls .input {
  width: 286px;
  height: 28px;
  border: 1px solid #e5e5e5;
  line-height: 28px;
}
.contInfo .form-horizontal .form-controls .textarea {
  width: 288px;
  height: 108px;
  border: 1px solid #e5e5e5;
}
.contInfo .form-horizontal .form-controls .btn-submit {
  width: 300px;
  height: 50px;
  border-radius: 3px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  font-size: 20px;
  background-color: #f75730;
  color: #fff;
}
.contInfo .contact {
  font-size: 14px;
}
.contInfo .contact li {
  margin-top: 10px;
  line-height: 24px;
}
.contInfo .contact li:first-child {
  margin-top: 0;
}
.contInfo .input-error {
  position: relative;
}
.contInfo .input-error textarea,
.contInfo .input-error .input {
  border-color: #f78282!important;
}
.contInfo .input-error .onError {
  position: absolute;
  left: -5px;
  top: 45px;
  width: 300px;
}
.contInfo .input-error #conatactUsDto_problemDescription_Tip {
  top: 125px;
}
</pre></body></html>