.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;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.contact-us-page * {
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'HarmonyOS_Sans_Regular';
}
.contact-us-page .banner-module {
  background: url("../images-lib-www/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-family: 'HarmonyOS_Sans_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: 0 0 40px 0;
}
.contact-us-page .form-module .links-view {
  margin-bottom: 20px;
  position: relative;
}
.contact-us-page .form-module .links-view .graphic-links {
  padding: 34px 60px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
  border-radius: 4px;
  margin: -110px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 114px;
}
.contact-us-page .form-module .links-view .graphic-links .link-item {
  flex-shrink: 0;
  width: 484px;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-head {
  font-family: 'HarmonyOS_Sans_Bold';
  display: flex;
  font-size: 22px;
  color: #1D1D1F;
  line-height: 30px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-head .link-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap {
  margin-left: 40px;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap .phone {
  font-size: 20px;
  color: #00939E;
  margin-bottom: 8px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap .p-txt {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap .msg-btn {
  display: flex;
  align-items: center;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #00939E;
  line-height: 22px;
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap .msg-btn:hover:after {
  transform: translateX(5px);
}
.contact-us-page .form-module .links-view .graphic-links .link-item .link-wrap .msg-btn:after {
  display: inline-block;
  content: '';
  background: url("../images-lib-www/about/arrow-right-icon.webp") no-repeat center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  transition: all 0.3s;
}
.contact-us-page .form-module .links-view .graphic-links .graphic-l {
  flex: 1;
  display: flex;
  gap: 28px 0;
  width: 484px;
  flex-direction: column;
  justify-content: space-between;
}
.contact-us-page .form-module .links-view .graphic-links .graphic-r {
  flex: 1;
  width: 484px;
}
.contact-us-page .form-module .links-view .graphic-links .mail-box {
  margin-top: 14px;
}
.contact-us-page .form-module .links-view .graphic-links .mail-box .mail-el {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #262626;
  margin-bottom: 10px;
  line-height: 22px;
}
.contact-us-page .form-module .links-view .graphic-links .mail-box .mail-el a {
  color: #00939E;
}
.contact-us-page .form-module .links-view .graphic-links .mail-box .mail-el a:hover {
  text-decoration: underline;
}
.contact-us-page .form-module .val-remit {
  margin-left: 60px;
}
.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-family: 'HarmonyOS_Sans_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;
  font-family: 'HarmonyOS_Sans_Medium';
  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-lib-www/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-family: 'HarmonyOS_Sans_Medium';
  color: #00939E;
}
.contact-us-page .form-module .input-row .down-val li:hover {
  background: #F7F8F9;
  font-family: 'HarmonyOS_Sans_Medium';
  color: #00939E;
}
.contact-us-page .form-module .input-row .text-des {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #333333;
  line-height: 20px;
  width: 920px;
  height: 220px;
  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: #00939E;
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  border: unset;
  border-radius: 6px;
  color: #ffffff;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  border: none;
  outline: none;
}
.contact-us-page .form-module .sub-btn button .s-icon {
  background: url("../images-lib-www/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);
}
#html_element {
  margin-bottom: 20px;
}
/*# sourceMappingURL=contact-us.css.map */