.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;
}
.sign-register-page {
  position: relative;
  min-height: 588px;
  min-width: 1200px;
}
.sign-register-page * {
  box-sizing: border-box;
}
.sign-register-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 50%;
}
.sign-register-page:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #F7F8F9;
  width: 50%;
}
.sign-register-page .wcontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: inherit;
  position: relative;
  z-index: 2;
}
.sign-register-page .register-section {
  flex: 1;
  flex-shrink: 0;
  height: inherit;
  padding: 52px 40px 0 0;
}
.sign-register-page .sign-section {
  flex: 1;
  flex-shrink: 0;
  height: inherit;
  position: relative;
  padding: 52px 0 0 40px;
}
.sign-register-page .sign-section:before {
  border-left: 1px solid #DBDEE2;
  content: '';
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill,
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill:hover,
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill:focus,
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F7F8F9 inset !important;
  background-color: #F7F8F9 !important;
}
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill + .txt-label {
  top: 0 !important;
  background: #F7F8F9;
}
.sign-register-page .sign-section .form-box .form-row input:-webkit-autofill + .txt-label:after {
  color: #F64F54;
}
.sign-register-page .title-row {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 34px;
}
.sign-register-page .title-row .tips {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 20px;
  font-weight: normal;
  margin-left: 28px;
}
.sign-register-page .title-row .tips b {
  font-weight: normal;
  color: #F64F54;
}
.sign-register-page .form-box {
  width: 360px;
  padding-bottom: 20px;
}
.sign-register-page .form-box .form-row {
  margin-bottom: 30px;
  position: relative;
}
.sign-register-page .form-box .form-row.required .txt-label:after {
  content: '*';
  margin-left: 4px;
}
.sign-register-page .form-box .form-row.scale .txt-label {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
  padding: 0 4px;
  background: #fff;
}
.sign-register-page .form-box .form-row.scale .txt-label:after {
  color: #F64F54;
}
.sign-register-page .form-box .form-row .txt-label {
  transition: all 0.3s;
  height: 20px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  margin-top: -10px;
  color: #8C8C8C;
  font-size: 14px;
  pointer-events: none;
}
.sign-register-page .form-box .form-row input {
  width: 360px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #8c8c8c;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
.sign-register-page .form-box .form-row input:focus {
  outline: none;
}
.sign-register-page .form-box .form-row input:-webkit-autofill,
.sign-register-page .form-box .form-row input:-webkit-autofill:hover,
.sign-register-page .form-box .form-row input:-webkit-autofill:focus,
.sign-register-page .form-box .form-row input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  background-color: #fff !important;
}
.sign-register-page .form-box .form-row input:-webkit-autofill + .txt-label {
  top: 0 !important;
  background: #fff;
}
.sign-register-page .form-box .form-row input:-webkit-autofill + .txt-label:after {
  color: #F64F54;
}
.sign-register-page .form-box .check-robot {
  margin: -10px auto 16px;
}
.sign-register-page .form-box .sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 360px;
}
.sign-register-page .form-box .sign-in {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 360px;
  background: #ffb142;
}
.sign-register-page .form-box .sign-in:hover {
  background: #fe9500;
}
.sign-register-page .form-box .service-txt {
  color: #3B3E40;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
}
.sign-register-page .form-box .service-txt .state-check {
  display: inline-block;
  background: url("../images-lib-www/common/check-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: cover;
  vertical-align: sub;
  cursor: pointer;
}
.sign-register-page .form-box .service-txt .state-check.active {
  background: url("../images-lib-www/common/check-hover-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.sign-register-page .form-box .service-txt a {
  color: #3B3E40;
  text-decoration: underline;
}
.sign-register-page .form-box .service-txt a:hover {
  color: #009fd3;
}
.sign-register-page .register-form {
  float: right;
}
.sign-register-page .register-form .jointip {
  color: #F64F54;
  font-size: 12px;
  font-weight: bold;
}
.sign-register-page .sign-form {
  float: left;
}
.sign-register-page .sign-form .form-box .form-row:nth-last-of-type(2) {
  margin-bottom: 12px !important;
}
.sign-register-page .sign-form .form-box .form-row input {
  width: 360px;
  height: 52px;
  background: #F7F8F9;
}
.sign-register-page .sign-form .form-box .form-row.scale .txt-label {
  background: #F7F8F9;
}
.sign-register-page .sign-form .keep-forget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
  margin-bottom: 30px;
}
.sign-register-page .sign-form .keep-forget a {
  color: #3B3E40;
  text-decoration: underline;
}
.sign-register-page .sign-form .keep-forget a:hover {
  color: #009fd3;
}
.sign-register-page .sign-form .keep-forget .keep-info .state-check {
  display: inline-block;
  background: url("../images-lib-www/common/check-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: cover;
  vertical-align: sub;
  cursor: pointer;
}
.sign-register-page .sign-form .keep-forget .keep-info .state-check.active {
  background: url("../images-lib-www/common/check-hover-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: cover;
}
/*# sourceMappingURL=sign-register.css.map */