._navbar_wcoea_1 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  background-color: var(--color-bg-2);
  border-bottom: 1px solid var(--color-border);
}
._left_wcoea_9 {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
._right_wcoea_14 {
  display: flex;
  padding-right: 20px;
  list-style: none;
}
._right_wcoea_14 li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
._right_wcoea_14 a {
  color: var(--color-text-1);
  text-decoration: none;
}
._right-avatar_wcoea_28 {
  display: flex;
  align-items: center;
}
._right-avatar_wcoea_28 ._text_wcoea_32 {
  display: flex;
  flex-direction: column;
}
._username_wcoea_36 {
  cursor: pointer;
}
._serviceName_wcoea_39 {
  font-size: 12px;
}
._layout_7oe2w_1 {
  width: 100%;
  height: 100%;
}
._layoutNavbar_7oe2w_5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1100px;
}
._layoutSider_7oe2w_13 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  height: 100%;
}
._layoutSider_7oe2w_13::after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
  content: '';
}
._layoutSider_7oe2w_13 > .arco-layout-sider-children {
  overflow-y: hidden;
}
._layoutSider_7oe2w_13 ._collapseBtn_7oe2w_34 {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--color-text-3);
  background-color: var(--color-fill-1);
  border-radius: 2px;
  cursor: pointer;
}
._layoutSider_7oe2w_13 ._collapseBtn_7oe2w_34:hover {
  background-color: var(--color-fill-3);
}
._menuWrapper_7oe2w_51 {
  height: 100%;
  overflow: auto;
}
._layoutContent_7oe2w_55 {
  box-sizing: border-box;
  min-width: 1100px;
  min-height: 100vh;
  background-color: var(--color-fill-2);
  transition: padding-left 0.2s;
}
._spin_7oe2w_62 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
}
._login_3rmaq_1 {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 100vh;
}
._login-container_3rmaq_7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url('https://bhb-frontend.bhbcdn.com/static/files/8f7de138a0e6ddcfdfd0843e8476b600.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
._login-header_3rmaq_18 {
  position: absolute;
  top: 40px;
  left: 48px;
}
._login-header_3rmaq_18 ._logo_3rmaq_23 {
  display: flex;
  align-items: center;
  font-size: 24px;
}
._login-header_3rmaq_18 ._logo_3rmaq_23 img {
  width: 57px;
  height: 36px;
}
._login-header_3rmaq_18 ._logo-title_3rmaq_32 {
  margin-left: 8px;
}
._login-block_3rmaq_35 {
  display: flex;
}
._login-block-left_3rmaq_38 {
  margin-right: 12vw;
  text-align: right;
}
._login-block-left_3rmaq_38 img {
  width: 497px;
  height: 461px;
}
._login-block-right_3rmaq_46 {
  width: 410px;
  max-width: 410px;
}
._login-block-right-form_3rmaq_50 {
  display: inline-block;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px 100px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 28px 0 rgba(21, 114, 255, 0.08);
}
._login-block-right-form_3rmaq_50 .dpcc-duixi-arco-input-clear-wrapper {
  background-color: unset;
  border: 1px solid #dedfe3;
}
._login-block-right-form_3rmaq_50 .dpcc-duixi-arco-input-inner-wrapper-focus {
  background-color: var(--color-bg-2);
  border-color: rgb(var(--primary-6));
  box-shadow: 0 0 0 0 var(--color-primary-light-2);
}
._login-block-right-form_3rmaq_50 .dpcc-duixi-arco-checkbox {
  padding-left: unset;
}
._login-block-right-form_3rmaq_50 ._title_3rmaq_72 {
  display: block;
  padding: 50px 0 45px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
._login-block-right-form_3rmaq_50 ._psw_3rmaq_79 {
  margin-top: 32px;
}
._login-block-right-form_3rmaq_50 ._automatic_3rmaq_82 {
  margin-bottom: 10px;
}
._login-block-right-form_3rmaq_50 ._loginBtn_3rmaq_85 {
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #1572ff;
  border-radius: 4px;
  cursor: pointer;
}
._login-block-right-form_3rmaq_50 ._sms_3rmaq_95 {
  color: #1572ff;
  cursor: pointer;
}
._login-block-right-form_3rmaq_50 ._apply_3rmaq_99 {
  display: block;
  margin: 22px 0 55px;
  color: #1572ff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
._login_3rmaq_1 ._famous_3rmaq_107 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #999;
  transform: translateX(-50%);
}
._login_3rmaq_1 ._famous_3rmaq_107 a {
  color: #999;
}
@media screen and (max-width: 960px) {
  ._login-block-left_3rmaq_38 {
    margin-right: 115px !important;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: var(--color-bg-1);
}
a {
  text-decoration: none;
}
.dpcc-duixi-arco-costom-row-height::after {
  display: inline-block;
  min-height: 65px;
  vertical-align: top;
  content: '';
}
.dpcc-duixi-arco-image-preview-toolbar .dpcc-duixi-arco-image-preview-toolbar-action {
  font-size: 18px;
}
.dpcc-duixi-arco-upload-list-item-picture img {
  object-fit: cover;
}
.dpcc-duixi-arco-input-number .dpcc-duixi-arco-input-clear-icon.dpcc-duixi-arco-icon-hover {
  display: none !important;
}
#root {
  height: 100%;
}
