.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;
}
.resetLinkStyle a:hover,
.resetLinkStyle a:focus,
.resetLinkStyle .anchor:active,
.resetLinkStyle .anchor:focus,
.resetLinkStyle .anchor:hover {
  text-decoration: none;
}
@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 {
  src: url('fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-family: 'HarmonyOS_Sans_Medium';
  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;
}
.login-page * {
  font-size: 14px;
  color: #262626;
  font-family: 'HarmonyOS_Sans_Regular';
  box-sizing: border-box;
}
.login-page .g-hd {
  z-index: 1;
  position: relative;
}
.login-page .m-bdbg {
  position: relative;
  width: 100%;
  min-height: 598px;
  overflow: hidden;
}
.login-page .m-bdbg .mask-con {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #fff;
  opacity: 0.6;
}
.login-page .m-bdbg .wcontainer {
  width: 1200px;
  margin: 0 auto;
}
.login-page .m-bdbg .wcontainer:before,
.login-page .m-bdbg .wcontainer:after {
  content: " ";
  display: table;
  clear: both;
}
.login-page .m-login-Page {
  width: 880px;
  margin: 0 auto;
  font-size: 0;
  color: #333;
}
.login-page .m-login-Page form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.login-page .m-login-Page .sign-in-box-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 54px 40px;
  box-sizing: border-box;
  width: 440px;
  background: none;
}
.login-page .m-login-Page .sign-in-box {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
.login-page .m-login-Page .sign-in-box-head {
  padding-bottom: 10px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 20px;
  color: #262626;
}
.login-page .m-login-Page .field-container {
  margin-top: 18px;
}
.login-page .m-login-Page .field-container.clearfix {
  margin-top: 8px;
}
.login-page .m-login-Page .field-container label {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 8px;
  display: block;
  font-family: 'HarmonyOS_Sans_Bold';
}
.login-page .m-login-Page .field-container label a {
  font-size: 12px;
  line-height: 18px;
}
.login-page .m-login-Page .field-container .green {
  color: #EB2E3A !important;
}
.login-page .m-login-Page .field-container .finput {
  border: 1px solid #DEDEDE;
  height: 44px;
  line-height: 42px;
  outline: medium none;
  padding: 3px 14px;
  width: 360px;
  background-color: #F7F8F9;
  border-radius: 6px;
  box-sizing: border-box;
}
.login-page .m-login-Page .field-container .finput:focus {
  border: 1px solid #1966FF;
}
.login-page .m-login-Page .field-container .b-buton {
  padding: 0;
  width: 360px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  margin-bottom: unset;
  font-family: 'HarmonyOS_Sans_Bold';
  transition: all 0.3s ease-in-out;
}
.login-page .m-login-Page .field-container .create-account-button .lock-icon-box {
  background: #FFB600;
  margin-top: 20px;
}
.login-page .m-login-Page .field-container .create-account-button .lock-icon-box:hover {
  background: #E9AF00;
}
.login-page .m-login-Page .field-container .login-account-button {
  margin-top: 18px;
}
.login-page .m-login-Page .field-container .login-account-button .login-button {
  background: #1966FF;
  color: #ffffff;
}
.login-page .m-login-Page .field-container .login-account-button .login-button:hover {
  background: #165DEA;
}
.login-page .m-login-Page .field-container .footertext label {
  font-family: 'HarmonyOS_Sans_Regular';
  font-weight: normal;
}
.login-page .m-login-Page .field-container .footertext label input {
  vertical-align: middle;
}
.login-page .m-login-Page .field-container .footertext label a {
  text-decoration: underline;
}
.login-page .m-login-Page .field-container .footertext .jointip {
  color: #EB2E3A;
  font-size: 12px;
}
#html_element {
  margin: 16px 0;
}
/*# sourceMappingURL=login.css.map */