.common-body-content {
  min-width: 1024px;
  display: flex;
  flex-direction: column;
  margin-right: calc(100% - 100vw);
  height: 100vh;
  font-size: 14px;
}
.common-body-content .common-main-container {
  flex: 1;
  position: relative;
}
.common-body-content .common-main-container .bg-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.common-body-content .common-main-container .bg-container .logo-img {
  position: absolute;
  left: 40px;
  top: 40px;
  max-height: 40px;
  max-width: 175px;
}
.common-body-content .common-main-container .bg-container .img-container {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.common-body-content .common-main-container .login-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.common-body-content .common-main-container .login-container .login-card {
  padding: 64px 28px 40px;
  margin-top: 38px;
  width: 484px;
  height: unset;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 22.5px;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.298) 0px 0px 0px 0px;
  padding: 64px 28px 8px;
  border: none;
}
.common-body-content .common-main-container .login-container .login-card .back-to-login {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-top: -32px;
  cursor: pointer;
}
.common-body-content .common-main-container .login-container .login-card .back-to-login img {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
}
.common-body-content .common-main-container .login-container .login-card .back-to-login:hover {
  color: #0840f8;
}
.common-body-content .common-main-container .login-container .login-card .back-to-login:hover img {
  fill: #0840f8;
}
.common-body-content .common-main-container .login-container .login-card-title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  max-height: 75px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-body-content .common-main-container .login-container .login-card > form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.common-body-content .common-main-container .login-container .login-card > form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .login-container .login-card > form input::-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .login-container .login-card > form input:-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .login-container .login-card > form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .middle-side {
  justify-content: center;
}
.common-body-content .common-main-container .right-side {
  flex-direction: row-reverse;
}
.common-body-content .common-main-container .captcha-img {
  width: 100px;
  overflow: hidden;
  height: 40px;
}
.common-body-content .common-main-container .captcha-img > img {
  height: 100%;
  width: 100%;
}
.common-body-content .common-main-container .captcha-text-container {
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 90px;
}
.common-body-content .common-main-container .captcha-text-container .captcha-text {
  cursor: pointer;
  color: #0840f8;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.common-body-content .common-main-container .input-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.common-body-content .common-main-container .input-content input {
  margin-bottom: 34px;
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 32px;
  border-radius: 2px;
}
.common-body-content .common-main-container .input-content input:focus-visible {
  outline-color: rgba(0, 0, 0, 0.1);
}
.common-body-content .common-main-container .input-content .input-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 16px;
  width: 16px;
}

.common-body-content .common-main-container .input-content .input-eye-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.common-body-content .common-main-container .input-content .has-error-msg {
  color: red;
  position: absolute;
}
.common-body-content .common-main-container .input-content-captcha {
  width: 100%;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.common-body-content .common-main-container .input-content-captcha .input-error-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.common-body-content .common-main-container .input-content-captcha .input-error-content input {
  margin-bottom: 18px;
  width: 136px;
  height: 38px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-left: 12px;
}
.common-body-content .common-main-container .input-content-captcha .input-error-content input:focus-visible {
  outline-color: rgba(0, 0, 0, 0.1);
}
.common-body-content .common-main-container .input-content-captcha .input-error-content .has-error-msg {
  color: red;
  position: absolute;
}
.common-body-content .common-main-container .phone-input-content {
  width: 100%;
  position: relative;
}
.common-body-content .common-main-container .phone-input-content .input-prefix {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  height: 40px;
  left: 12px;
}
.common-body-content .common-main-container .phone-input-content .input-prefix .phone-select-btn {
  cursor: pointer;
  display: flex;
  position: relative;
}
.common-body-content .common-main-container .phone-input-content .input-prefix .phone-select-btn img {
  margin-left: 2px;
}
.common-body-content .common-main-container .phone-input-content .input-prefix .phone-select-btn .phone-select {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  position: absolute;
  left: -5px;
  top: 24px;
  padding: 2px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 10px 5px rgba(124, 133, 155, 0.1);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.common-body-content .common-main-container .phone-input-content .input-prefix .phone-select-btn .phone-select li {
  display: block;
  padding: 0 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.common-body-content .common-main-container .phone-input-content .input-prefix .phone-select-btn .phone-select li:hover {
  background: #ebf0fb;
  color: #0840f8;
}
.common-body-content .common-main-container .phone-input-content input {
  width: 100%;
  padding-left: 68px;
}
.common-body-content .common-main-container .validate-input-content {
  width: 100%;
  position: relative;
}
.common-body-content .common-main-container .validate-input-content .input-content {
  flex-direction: row;
}
.common-body-content .common-main-container .validate-input-content .input-content input {
  border-radius: 2px 0 0 2px;
  width: 65%;
}
.common-body-content .common-main-container .validate-input-content .input-content .validate-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 38px;
  width: 35%;
  border-radius: 0 2px 2px 0;
  color: #0840f8;
  border-left: none;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 4px;
}
.common-body-content .common-main-container .validate-input-content .input-content .validate-btn:hover {
  color: #0030da;
}
.common-body-content .common-main-container .validate-input-content .input-content .has-error-msg {
  top: 35px;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content {
  width: 266px;
  height: 131px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 10px 5px rgba(124, 133, 155, 0.1);
  border-radius: 2px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -140px;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-img-content {
  position: relative;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-img-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-input {
  width: 226px;
  height: 38px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-left: 8px;
  margin-bottom: 0;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-input::-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-input:-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-input:-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .has-error-input {
  border-color: red;
  margin: 0;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .has-error {
  color: red;
  margin-bottom: 0;
  position: absolute;
  margin-top: 8px;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  animation: showIcon 0.2s;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .has-success {
  color: greenyellow;
  margin-bottom: 0;
  position: absolute;
  margin-top: 8px;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  animation: showIcon 0.2s;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-img-container {
  position: absolute;
  height: 38px;
  right: 1px;
  top: 1px;
  width: 130px;
  overflow: hidden;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-img-container .pre-captcha-img {
  height: 100%;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-change-text {
  font-size: 12px;
  color: #0840f8;
  letter-spacing: 0;
  font-weight: 400;
  width: 236px;
  text-align: end;
  margin-top: 8px;
}
.common-body-content .common-main-container .validate-input-content .pre-captcha-content .pre-captcha-change-text > span {
  cursor: pointer;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}
.common-body-content .common-main-container .info-content {
  color: red;
  margin-bottom: 12px;
  width: 100%;
}
.common-body-content .common-main-container input.error,
.common-body-content .common-main-container input:focus-visible.error {
  transition: all 0.3s ease-in-out;
  border-color: red !important;
  outline-color: red !important;
}
.common-body-content .common-main-container .submit-btn {
  color: #fff;
  background: #0840f8;
  border-color: transparent;
  letter-spacing: 4px;
  width: 100%;
  height: 42px;
  box-shadow: 0 1px 4px 0 rgba(3, 8, 82, 0.16);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-body-content .common-main-container .submit-btn:hover {
  background: #3b67f5;
}
.common-body-content .common-main-container .disable-btn {
  background: #4b75ff;
}
.common-body-content .common-main-container .disable-btn:hover {
  background: #4b75ff;
}
.common-body-content .common-main-container .footer-content {
  display: flex;
  width: 100%;
}
.common-body-content .common-main-container .forget-password-desc {
  color: #0840f8;
  margin: 12px 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-body-content .common-main-container .switch-btn {
  margin-top: 12px;
  text-align: end;
  cursor: pointer;
  color: #0840f8;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.common-body-content .common-main-container .switch-btn:hover {
  color: #0030da;
}
.common-body-content .common-footer-container {
  min-height: 36px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100vw;
  overflow: hidden;
}
.common-body-content .common-footer-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-body-content .common-footer-container .footer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.common-body-content .common-footer-container .footer-item .footer-badge {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
.common-body-content .common-footer-container .footer-item .footer-preview:hover {
  color: #0840f8;
  cursor: pointer;
}
.common-body-content .common-footer-container .footer-item a {
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.45);
}
.common-body-content .common-footer-container .footer-item a:hover {
  color: #0840f8;
}
.common-body-content .common-footer-container .footer-item span {
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.common-body-content .common-footer-container .left-content .footer-item {
  margin-right: 24px;
}
.common-body-content .common-footer-container .middle-content .footer-item {
  margin-right: 24px;
}
.common-body-content .common-footer-container .right-content .footer-item {
  margin-left: 24px;
  font-size: 14px;
}
.common-body-content .common-footer-container .right-content .footer-item a {
  font-size: inherit !important;
}
/* notification */
.login-notification {
  position: fixed;
  right: 35%;
  top: 16px;
  background-color: transparent;
  z-index: 999;
  font-size: 14px;
}
.login-alert {
  position: relative;
  padding: 8px 16px;
  margin-right: 24px;
  margin-bottom: 16px;
  width: 384px;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
  animation: notificationMove 0.5s;
  -webkit-animation: notificationMove 0.5s;
  border-radius: 4px;
}
.login-alert-remove {
  opacity: 0;
  animation: notificationRemove 0.5s;
  -webkit-animation: notificationRemove 0.5s;
}
@-webkit-keyframes showIcon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showIcon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes notificationRemove {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
@-webkit-keyframes notificationRemove {
  /* Safari and Chrome */
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes notificationMove {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes notificationMove {
  /* Safari and Chrome */
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.login-alert .login-notification-content {
  text-align: center;
}
.login-notification-success {
  color: #67b168;
}
.login-notification-error {
  color: #ff5e5e;
}
@media screen and (max-width: 1439px) {
  .common-body-content .common-main-container .login-container .login-card {
    width: 370px;
    min-height: 482px;
    padding: 42px 28px 4px;
  }
  .common-body-content .common-main-container .login-container .login-card .back-to-login {
    margin-top: -18px;
  }
}
@media screen and (max-height: 640px) {
  .common-body-content .common-main-container .login-container .login-card {
    margin-top: 0;
  }
}
.paas-loading-icon {
  -webkit-animation: loadingIcon 1s linear infinite;
  animation: loadingIcon 1s linear infinite;
  margin-right: 8px;
}
@keyframes loadingIcon {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingIcon {
  /* Safari and Chrome */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tooltip {
  position: absolute;
  display: inline-flex;
  background-color: #404040;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  z-index: 999;
  transition: opacity 0.3s;
}
.tooltip::before {
  content: ' ';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  bottom: -9px;
  transform: rotate(180deg) translateX(50%);
  left: 50%;
  border-color: transparent transparent #404040;
}
.tooltip-no-arrow {
  max-width: 300px !important;
  height: auto !important;
  word-break: break-all;
  overflow: hidden;
  white-space: normal !important;
}
.tooltip-no-arrow:hover {
  color: white;
}
.tooltip-no-arrow::before {
  display: none !important;
}
.tooltip-no-arrow .footer-preview:hover {
  color: #0840f8;
  cursor: pointer;
}
.footer-desc-others {
  color: white;
  white-space: normal;
}
.footer-desc-others:hover {
  color: #0840f8;
  cursor: pointer;
}
