.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.contact-us-page * {
  font-size: 14px;
  box-sizing: border-box;
}
.contact-us-page .banner-module {
  background: url("../images/about/contact-us-banner.webp") no-repeat center;
  width: 100%;
  min-width: 1200px;
  height: 394px;
  background-size: cover;
  padding-top: 70px;
}
.contact-us-page .banner-module .banner-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 24px;
  width: 600px;
}
.contact-us-page .banner-module .banner-des {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 600px;
}
.contact-us-page .form-module {
  padding: 40px 0;
}
.contact-us-page .form-module .input-row {
  display: flex;
  gap: 60px;
  margin-bottom: 20px;
}
.contact-us-page .form-module .input-row:last-of-type {
  margin-bottom: 30px;
}
.contact-us-page .form-module .input-row .title {
  font-weight: bold;
  color: #3B3E40;
  line-height: 20px;
  margin-bottom: 10px;
}
.contact-us-page .form-module .input-row .title:after {
  content: "*";
  color: #F64F54;
  margin-left: 4px;
}
.contact-us-page .form-module .input-row .label-item {
  width: 430px;
}
.contact-us-page .form-module .input-row .label-item .fill-text {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border-radius: 3px;
  border: 1px solid #DEDEDE;
  color: #333333;
}
.contact-us-page .form-module .input-row .label-item .fill-text::placeholder {
  color: #8c8c8c;
}
.contact-us-page .form-module .input-row .label-item .fill-text:focus,
.contact-us-page .form-module .input-row .label-item .fill-text:focus-visible {
  outline: unset;
  border: 1px solid #DEDEDE;
}
.contact-us-page .form-module .input-row .input-val.input-select {
  position: relative;
}
.contact-us-page .form-module .input-row .input-val.input-select .fill-text {
  cursor: pointer;
}
.contact-us-page .form-module .input-row .input-val.input-select:after {
  background: url("../images/about/down-icon.webp") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.contact-us-page .form-module .input-row .input-val.active:after {
  transform: rotate(180deg);
}
.contact-us-page .form-module .input-row .down-val {
  width: 100%;
  padding: 8px 0;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 10px 20px 0px rgba(47, 45, 94, 0.06);
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #DEDEDE;
  position: absolute;
  left: 0;
  top: 39px;
  display: none;
  z-index: 2;
}
.contact-us-page .form-module .input-row .down-val li {
  cursor: pointer;
  color: #262626;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
}
.contact-us-page .form-module .input-row .down-val li.active {
  background: #F7F8F9;
  font-weight: 500;
  color: #009fd3;
}
.contact-us-page .form-module .input-row .down-val li:hover {
  background: #F7F8F9;
  font-weight: 500;
  color: #009fd3;
}
.contact-us-page .form-module .input-row .text-des {
  color: #333333;
  line-height: 20px;
  width: 920px;
  height: 260px;
  padding: 10px 14px;
  resize: unset;
  border-radius: 3px;
  border: 1px solid #DEDEDE;
}
.contact-us-page .form-module .input-row .text-des::placeholder {
  color: #8c8c8c;
}
.contact-us-page .form-module .input-row .text-des:focus,
.contact-us-page .form-module .input-row .text-des:focus-visible {
  outline: unset;
  border: 1px solid #DEDEDE;
}
.contact-us-page .form-module .sub-btn button {
  display: inline-block;
  cursor: pointer;
  background: #009fd3;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border: unset;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
}
.contact-us-page .form-module .sub-btn button .s-icon {
  background: url("../images/about/arrow-btn-icon.webp") no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
}
.contact-us-page .form-module .sub-btn button:hover:after {
  transform: translateX(4px);
}
.contact-us-page #htmLelement > div {
  margin: 0 0 20px 0;
}
/*# sourceMappingURL=contact-us.css.map */