/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
/* reset */
:root {
  --theme-color: #3f51b5;
}
body {
  --semi-color-primary: var(--theme-color);
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Inter !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}
html {
  /* min-width: 425px; */
}
body {
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8);
}
ol,
ul {
  list-style: none !important;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
/* input自动填充背景色 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 60s;
  -webkit-transition: color 60s ease-out, background-color 99999s ease-out;
  -webkit-text-fill-color: var(--semi-color-text-0) !important;
}
input {
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.iam-link {
  color: var(--theme-color) !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.semi-notification-notice ul {
  max-width: 600px;
  max-height: 100px;
  overflow: auto;
}
.iam-full-width {
  width: 100%;
}
.iam-suspense {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iam-center {
  /* semi */
  /* common */
  /* semi-error */
}
.iam-center .semi-input-suffix {
  flex-shrink: 0;
}
.iam-center .semi-input-wrapper--error,
.iam-center .semi-input-wrapper-focus.semi-input-wrapper--error {
  border: 1px solid var(--semi-color-danger) !important;
}
.iam-center .semi-input-wrapper--error__parent .error {
  font-size: 12px;
  position: absolute;
  top: 21px;
  transform: translateY(20px);
  color: var(--semi-color-danger);
  left: 0;
  text-align: left;
}
.iam-center .semi-input-wrapper {
  margin-bottom: 16px;
}
.iam-center .semi-input-wrapper,
.iam-center .semi-input-wrapper:hover {
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff !important;
  padding: 0;
}
.iam-center .semi-input-wrapper:hover {
  border-color: var(--theme-color);
}
.iam-center .semi-input-wrapper .semi-select,
.iam-center .semi-input-wrapper .semi-select-open {
  border: 1px solid transparent;
  background-color: #fff;
}
.iam-center .semi-select {
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff !important;
  padding: 0;
  margin-bottom: 16px;
  width: 100%;
}
.iam-center .semi-select:hover {
  border-color: var(--theme-color);
}
.iam-center .semi-form-vertical .semi-form-field {
  padding: 0;
  overflow: visible;
}
.iam-center .semi-input-wrapper input {
  height: 38px;
  line-height: 40px;
}
.iam-center .semi-banner {
  position: relative;
  width: calc(100% - 24px);
}
.iam-center .semi-banner-content-body,
.iam-center .semi-banner-description {
  width: 100%;
}
.iam-center .semi-banner-extra {
  margin-top: 0;
}
.iam-center .semi-typography-h5.semi-typography {
  line-height: 22px;
  font-size: 16px;
}
.iam-center .semi-banner-full .semi-banner-content-wrapper .semi-banner-content {
  justify-content: flex-start;
}
.iam-center .semi-banner-full .semi-banner-content-wrapper .semi-banner-content-body {
  flex-direction: column;
  align-items: flex-start;
}
.iam-center .semi-spin-wrapper {
  display: flex;
  color: var(--theme-color);
}
.iam-center .semi-form-field-main {
  position: relative;
  line-height: 100%;
}
.iam-center .semi-input-wrapper-error {
  border: 1px solid var(--semi-color-danger);
}
.iam-center .semi-form-field-error-message {
  position: absolute;
  top: 43px;
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
}
.iam-center .semi-form-field-error-message .semi-icon {
  display: none;
}
.iam-center .semi-tabs-bar-line.semi-tabs-bar-top {
  margin-bottom: 16px;
  margin-top: 14px;
}
.iam-center .semi-tabs-bar-line.semi-tabs-bar-top,
.iam-center .semi-tabs-bar-line.semi-tabs-bar-top:hover {
  border-bottom: 0 !important;
}
.iam-center .semi-tabs-bar-line.semi-tabs-bar-top .semi-tabs-tab {
  border-bottom: 0 !important;
  padding: 10px 4px 8px 4px;
}
.iam-center .semi-tabs-bar-line.semi-tabs-bar-top .semi-tabs-tab.semi-tabs-tab-active {
  border-bottom: 2px solid var(--theme-color) !important;
  color: var(--theme-color);
}
.iam-center .semi-carousel-arrow .semi-icon {
  color: #bbbfc4;
}
.iam-center .extra-verification {
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  color: var(--theme-color);
  text-decoration: none;
}
.iam-center #password-errormessage {
  line-height: 16px;
}
.semi-button.semi-button-light.iam-light-button {
  background-color: #fff;
  width: 100%;
}
.semi-button.semi-button-light.iam-light-button:hover {
  background-color: #eceded;
}
.iam-theme-button,
.iam-theme-button:hover,
.semi-button.iam-theme-button,
.semi-button.iam-theme-button:hover {
  border: 1px solid transparent;
  background-color: #3f51b5;
  background-color: var(--theme-color);
  width: 100%;
  height: 40px;
  color: #fff;
}
button.semi-button.semi-button-disabled,
button.semi-button.semi-button-disabled:hover {
  background-color: #bbbfc4 !important;
  color: #fff !important;
}
.semi-notification-notice {
  max-width: 400px;
}
.semi-notification-notice button.semi-button {
  background-color: transparent !important;
  width: 20px;
  height: 20px;
}
.mobile-sso.main {
  height: 100vh !important;
  min-height: 766px !important;
  flex-direction: column;
  justify-content: flex-start !important;
  overflow: hidden;
}
.mobile-sso.main .content {
  min-height: 100vh;
  background-color: #fff;
}
.mobile-sso .semi-form-field-error-message {
  top: 52px;
}
.mobile-sso .semi-form {
  width: 311px;
  margin: 40px auto 0;
}
.mobile-sso .semi-form-field {
  max-width: 311px;
  width: 100%;
  margin: 2px auto 0;
  display: flex;
  align-items: center;
  padding: 12px 0 !important;
  justify-content: center;
}
.mobile-sso .semi-button {
  height: 48px !important;
}
.mobile-sso .semi-input-wrapper {
  max-width: 311px !important;
  width: 100%;
  height: 48px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e6e8eb !important;
  background-color: transparent !important;
  color: #282f38 !important;
  font-size: 16px !important;
  font-family: PingFangSC-Regular, sans-serif !important;
  margin-bottom: 0;
}
.mobile-sso .semi-input-wrapper.semi-input-wrapper-error {
  border-bottom: 1px solid var(--semi-color-danger) !important;
}
.mobile-sso .semi-input-wrapper input {
  color: #282f38 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-family: PingFangSC-Regular, sans-serif !important;
}
.mobile-sso .semi-input-wrapper:hover {
  background-color: transparent !important;
}
.mobile-sso .iam-link-label {
  margin: 12px auto;
  max-width: 311px;
}
.mobile-sso .iam-mfa-selector {
  max-width: 311px;
  margin: 0 auto;
}
.mobile-sso .mobile-language-btn {
  text-align: right;
}
.mobile-sso .iam-ido-link__mobile {
  max-width: 311px;
  margin: 0 auto;
}
.mobile-sso .semi-form-field-label {
  display: none !important;
}
.mobile-sso .iam-login-template {
  height: 412px;
}
.mobile-sso .iam-idp-google {
  margin-top: 40px;
}
.mobile-sso .iam-idp-icon:first-child {
  margin-right: 20px;
}
.mobile-sso .iam-idp-icon:last-child {
  margin-left: 20px;
}
.mobile-sso .iam-mfa-item.iam-mfa-item--mobile:first-child {
  margin-top: 64px;
}

.main {
  height: 100vh;
  flex: 1;
}
.main.pc {
  min-height: 766px;
}
.main.pc .iam-center {
  min-height: 766px;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex: 1;
  background: #fff;
}
.center {
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  justify-content: center;
}
.wrapper {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
  position: relative;
}
.wrapper.mobile {
  position: static;
}
.form {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 448px;
}
.form.pc {
  padding-top: calc(50vh - 170px);
}
@media screen and (max-height: 765px) {
  .wrapper .form.pc {
    padding-top: 213px;
  }
}
.website-logo-wrapper {
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
.website-logo-wrapper.pc {
  position: absolute;
  left: 0;
  margin-top: 20px;
  margin-left: 25px;
  display: none;
}
.website-logo-wrapper.pc .website-logo-img {
  padding: 0;
  width: 187px;
  height: 24px;
}
.website-logo-wrapper.pc.no-banner {
  display: flex;
}
.website-logo-wrapper .website-logo-img {
  height: 36px;
  width: 375px;
  padding-left: 73px;
  padding-right: 73px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .website-logo-wrapper.pc {
    display: flex;
  }
}
.website-title {
  font-size: 12px;
  color: #606a78;
  margin-top: 12px;
  padding-left: 15px;
  letter-spacing: 10px;
  text-align: center;
}
.website-title.en {
  letter-spacing: normal;
}
.error-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-wrapper .error-label {
  margin-top: 20px;
  line-height: 20px;
}
.oncall {
  position: fixed;
  bottom: 70px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--semi-color-border);
  box-shadow: 0 2px 10px 0 #eee;
  color: var(--semi-color-text-2);
  background: var(--semi-color-white);
  z-index: 100000;
}

.iam-banner {
  width: 40%;
  min-width: 400px;
  background-position: center;
  height: 100%;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-repeat: no-repeat;
}
.iam-banner .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iam-banner-mask {
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iam-banner-content {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iam-banner-content .iam-banner-logo {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 25px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.iam-banner-content .iam-banner-info {
  position: absolute;
  top: calc(50% - 170px);
  left: 40px;
  right: 40px;
  z-index: 10;
}
.iam-banner-content .iam-banner-info .iam-banner-title {
  font-weight: 600;
  font-size: 28px;
}
.iam-banner-content .iam-banner-info .iam-banner-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .iam-banner {
    opacity: 0;
    display: none;
  }
}

.iam-language-wrapper {
  background: #eff0f2;
  padding: 2px 6px;
  border-radius: 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #666;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
}
.iam-language-wrapper .iam-language-active {
  margin: 0 4px;
  font-weight: 500;
}
.iam-language-wrapper .arrow-icon {
  margin-bottom: 5px;
}
.iam-language-popover-item {
  padding: 10px;
  width: 120px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.iam-language-popover-item:hover {
  color: var(--theme-color);
}
.iam-language-popover-item.iam-language-item__active {
  color: var(--theme-color);
}

.iam-notice-description {
  transition: all 0.3s;
  max-height: 40px;
  word-break: break-all;
  width: calc(100% - 60px);
  overflow: hidden;
}
.iam-notice li {
  word-break: break-all;
}
.iam-notice .iam-notice__expand {
  max-height: inherit !important;
  overflow: visible;
}
.iam-notice-btn__expand {
  position: absolute;
  right: 12px;
  bottom: 16px;
  font-size: 14px;
  color: var(--theme-color);
  cursor: pointer;
}
.iam-notice-ul li {
  display: contents;
  float: left;
  word-break: break-word !important;
  padding: 0 2px;
}

.iam-copyright {
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
  position: absolute;
  bottom: 24px;
  height: 24px;
  max-width: 420px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.iam-copyright .iam-login-bottom-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2c6cc;
  font-size: 12px;
}
.iam-copyright .iam-login-bottom-copyright.copyright-vertical {
  flex-direction: column;
}

.iam-login-template {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.iam-login-template.pc {
  height: 320px;
  max-width: 420px;
}
.iam-login-template.mobile {
  margin-top: 42px;
}
.iam-login-template .iam-idp-title {
  margin-bottom: 0;
}
.iam-login-template .iam-idp-title .iam-sso-title__back {
  top: 0;
}
.iam-login-template .mobile-title .iam-sso-title-content {
  padding-top: 72px;
  font-size: 26px;
  font-weight: 400;
  width: 311px;
  margin: 0 auto;
  line-height: 40px;
}
.iam-login-template .mobile-title .iam-sso-title-description {
  width: 311px;
  margin: 2px auto 0;
}

.mobileMixin {
  max-width: 311px;
  margin: 0 auto;
}
.iam-idp-password.pc {
  height: 266px;
  width: 100%;
}
.iam-idp-password-prompt {
  padding: 12px 16px;
  width: 242px;
}
.iam-idp-password-prompt .iam-prompt-highlight {
  padding: 0 2px;
}
.iam-idp-password--btn {
  display: flex;
  justify-content: center;
  max-width: 311px;
  margin: 0 auto;
}
.iam-idp-password-user-opt {
  display: flex;
  justify-content: space-between;
  max-width: 311px;
  margin: 0 auto;
}

:root {
  --theme-color: #3f51b5;
}
body {
  --semi-color-primary: var(--theme-color);
}
.iam-link-label {
  width: 100%;
  text-align: right;
  color: var(--theme-color);
  font-size: 14px;
  position: relative;
  margin: 4px auto 18px;
}
.iam-link-label span {
  cursor: pointer;
}

:root {
  --theme-color: #3f51b5;
}
body {
  --semi-color-primary: var(--theme-color);
}
.iam-mfa-wrap .iam-mfa-btn,
.iam-mfa-fido .iam-mfa-btn,
.iam-mfa-wrap .iam-mfa-btn:hover,
.iam-mfa-fido .iam-mfa-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
  width: 100%;
}

.iam-display-input.mobile {
  margin-top: 12px;
}
.iam-display-input.pc {
  margin-bottom: 16px;
}

.semi-form-field-main .verification-code-field {
  opacity: 0;
  display: none;
  transition: opacity 1s;
}
.semi-form-field-main .verification-code-field.visible {
  display: flex;
  opacity: 1;
}
.semi-form-field-main .iam-input__verify .iam-input__verify-suffix--code {
  padding-right: 12px;
  color: var(--theme-color);
  cursor: pointer;
}
.semi-form-field-main .iam-input__verify .iam-input__verify-suffix--code.iam-input__verify-suffix--code__wait {
  color: #bbbfc4;
  cursor: default;
}

:root {
  --theme-color: #3f51b5;
}
body {
  --semi-color-primary: var(--theme-color);
}
.semi-form-field-main .iam-fingerprint-input-like.iam-input-like {
  background: #fff;
  border: 1px solid rgba(187, 191, 196, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  padding: 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}
.semi-form-field-main .iam-fingerprint-input-like.iam-input-like:hover {
  padding: 7px;
}
.semi-form-field-main .iam-fingerprint-input-like.fido2-wrapper__verify {
  width: 360px;
  background: rgba(46, 50, 56, 0.04);
  border-radius: 3px;
  border: 1px solid transparent;
  height: 40px;
}
.semi-form-field-main .iam-fingerprint-input-like--label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8f959e;
  margin-left: 8px;
}
.semi-form-field-main .iam-fingerprint-input-like .iam-mfa-btn.iam-full-width {
  width: 100%;
  color: #fff;
  background-color: var(--theme-color);
}

.iam-mfa-selector {
  display: flex;
  flex-direction: column;
}
.iam-mfa-selector-loading {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iam-mfa-item {
  border: 1px solid #eee;
  padding: 12px 24px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.iam-mfa-item.iam-mfa-item--disabled {
  cursor: no-drop;
  color: #a7abb0;
}
.iam-mfa-item.iam-mfa-item--mobile {
  margin: 0 0 8px;
}
.iam-mfa-item.iam-mfa-item--mobile:first-child {
  margin-top: 64px;
}
.iam-mfa-item.iam-mfa-item--mobile_first {
  margin: 64px 0 8px;
}
.iam-mfa-item.iam-mfa-item--mobile .iam-mfa-item-content--label {
  font-size: 13px;
}
.iam-mfa-item-icon {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
.iam-mfa-item-container {
  display: flex;
  align-items: center;
  width: calc(100% - 56px);
}
.iam-mfa-item-content {
  width: calc(100% - 80px);
  flex: 1;
}
.iam-mfa-item-content--title {
  font-size: 16px;
  line-height: 22px;
}
.iam-mfa-item-content--label {
  color: #a7abb0;
  font-size: 14px;
  margin-top: 4px;
}
.iam-mfa-item-content--title .semi-typography-ellipsis,
.iam-mfa-item-content--label .semi-typography-ellipsis {
  color: inherit;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iam-reset-btn--mobile {
  margin-top: 32px !important;
  margin-left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff !important;
  height: 40px;
  background-color: var(--theme-color);
}
.iam-reset-btn {
  background-color: var(--theme-color);
  color: #fff !important;
  width: 100%;
  height: 40px;
}
.iam-reset-btn.iam-reset-btn__unverify {
  background-color: var(--semi-color-primary);
}
.iam-reset-btn:hover {
  background-color: #3342a1 !important;
}
.iam-reset-btn-disabled {
  background-color: #c6cacd;
}
.iam-reset-btn-disabled:hover {
  background-color: #c6cacd !important;
}
.iam-reset-tip-list {
  position: absolute;
  z-index: 10;
  background: #f0f6ff;
  top: 56px;
  padding: 16px;
  width: calc(100% - 32px);
  border-radius: 4px;
  color: #646a73;
  font-size: 14px;
}
.iam-reset-tip-list.iam-reset-tip-list--mobile {
  position: static;
  margin: 24px auto;
  max-width: 311px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  font-size: 12px;
}
.iam-reset-tip__line {
  margin: 32px 0;
  width: 100%;
  border: 1px solid rgba(28, 31, 35, 0.08);
}
.iam-reset-tip__item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.iam-reset-tip__item.small-font {
  font-size: 12px;
}
.iam-reset-tip__item-icon {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  background-color: #c4c4c4;
  text-align: center;
}
.iam-reset-tip-loading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  bottom: -38px;
}
.iam-reset-tip-loading.iam-reset-tip-loading--mobile {
  margin-left: 50%;
  max-width: 311px;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
}
.iam-reset-tip-loading.iam-reset-tip-loading__verify {
  bottom: -72px;
}
.iam-reset-tips-list {
  margin-top: 32px;
  border-top: 1px solid rgba(28, 31, 35, 0.08);
  padding-top: 32px;
  font-size: 14px;
}
.iam-reset-tips-list.iam-reset-tips-list--mobile {
  margin: 32px auto 0;
  font-size: 12px;
  max-width: 311px;
  width: 100%;
}
.iam-reset-tips-item {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #a7abb0;
  line-height: 28px;
  text-align: left;
}
.iam-reset-tips-item img {
  margin-top: 4px;
  width: 16px;
}
.iam-reset-tips-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  background-color: #c4c4c4;
  text-align: center;
  margin-top: 3px;
}
.iam-reset-tips-item.iam-reset-warn {
  color: var(--semi-color-danger);
}
.iam-reset-wrapper {
  width: 100%;
  position: relative;
}

.recommend-passkey-wrapper {
  display: flex;
  justify-content: flex-end;
}
.iam-btn--passkey {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0;
}
.mobile-sso .iam-btn--passkey {
  margin: 12px 0 0;
}

.iam-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 auto;
  height: 42px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.iam-mobile-nav-label {
  font-size: 17px;
  color: #000;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.iam-sso-title {
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}
.iam-sso-title .iam-sso-title-content {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #1f2329;
}
.iam-sso-title .iam-sso-title__back {
  cursor: pointer;
  position: absolute;
  top: -40px;
  font-size: 14px;
}
.iam-sso-title .iam-sso-title__back span {
  margin-left: 8px;
}
.iam-sso-title .iam-sso-title-description {
  color: #646a73;
  font-size: 14px;
  margin-top: 2px;
  line-height: 16px;
}

.iam-idp-lark {
  padding: 40px 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.iam-idp-lark.en {
  padding: 8px 0;
}
.iam-idp-lark .spin-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iam-idp-lark-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.iam-idp-lark-mask-refresh {
  margin-top: 16px;
  background-color: #3370ff;
  border-radius: 2px;
  border: none;
  color: #fff;
  width: 112px;
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
}
.iam-idp-lark-mask-title {
  color: #282f38;
  font-weight: 600;
  text-align: center;
  padding: 0 14px;
}
.iam-idp-lark-code {
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.iam-idp-lark-tips {
  color: #606a78;
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
}
.iam-idp-lark-tips--sub {
  color: #f2554c;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.iam-idp-google {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 300px;
  z-index: 1;
}
.iam-idp-google-btn {
  padding: 10px 60px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.iam-idp-google-btn.pc {
  width: 226px;
}
.iam-idp-google-btn.mobile {
  padding: 10px 40px;
}
.iam-idp-google-btn:not(:first-child) {
  margin-top: 20px;
}
.iam-idp-google-btn:hover {
  background-color: #ececec;
}

.iam-idp-link {
  max-width: 420px;
  width: 100%;
  height: 120px;
  position: relative;
  margin-top: 12px;
}
.iam-idp-link__description {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  color: #c6cacd;
  word-break: keep-all;
}
.iam-idp-link__description::before {
  background-color: rgba(31, 35, 41, 0.15);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26%;
}
.iam-idp-link__description::after {
  background-color: rgba(31, 35, 41, 0.15);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26%;
}
.iam-idp-link__description span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px;
  display: inline-block;
  word-break: keep-all;
  white-space: pre;
}
.iam-idp-link .semi-carousel {
  width: 100%;
  height: 100%;
}
.iam-idp-link .semi-carousel .semi-carousel-indicator-center {
  bottom: 0;
}
.iam-idp-link-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iam-idp-link-carousel .iam-idp-link-carousel__multiple {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btnMixin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: rgba(161, 161, 161, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation-name: fadeIn;
  animation-duration: 1s;
}
.iam-carousel {
  width: 1120px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.iam-carousel-container {
  transform: translate3d(0, 0, 0);
  transition-property: all;
  transition-timing-function: ease;
  position: relative;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iam-carousel-items {
  width: 100%;
  flex-shrink: 0;
  position: absolute;
}
.iam-carousel-btn-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.iam-carousel-button__left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: rgba(161, 161, 161, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation-name: fadeIn;
  animation-duration: 1s;
  left: 30px;
}
.iam-carousel-button__right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: rgba(161, 161, 161, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation-name: fadeIn;
  animation-duration: 1s;
  right: 30px;
}
.iam-carousel-button-attach__left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: rgba(161, 161, 161, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation-name: fadeIn;
  animation-duration: 1s;
  background: #f9f9f9;
  border: 1px solid rgba(28, 31, 35, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.03);
  width: 40px;
  height: 40px;
  left: -20px;
}
.iam-carousel-button-attach__right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: rgba(161, 161, 161, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  animation-name: fadeIn;
  animation-duration: 1s;
  background: #f9f9f9;
  border: 1px solid rgba(28, 31, 35, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.03);
  width: 40px;
  height: 40px;
  right: -20px;
}

.iam-idp-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iam-idp-icon .iam-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  position: relative;
}
.iam-idp-icon img {
  border: 1px solid #eee;
  border-radius: 100%;
  cursor: pointer;
  padding: 6px;
}
.iam-idp-icon .semi-spin-wrapper {
  display: block;
}

.iam-idp-popover-env-tooltip {
  display: flex;
  align-items: center;
}
.iam-idp-popover-env-tooltip .iam-idp-popover-icon {
  margin-left: 18px;
  cursor: pointer;
}

.iam-passkey-set ul {
  max-height: 200px;
  overflow: auto;
}
.iam-passkey-set ul li {
  color: var(--semi-color-text-2);
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 22px;
}
.iam-passkey-set .iam-passkey-logo {
  height: 120px;
  width: 100%;
  border: 1px solid var(--semi-color-text-2);
  margin-bottom: 24px;
}
.iam-passkey-set .iam-later-button {
  height: 40px;
  margin-top: 6px;
}
.iam-passkey-set .iam-passkey-button {
  height: 40px;
}

