@charset "UTF-8";
@media \0screen{
.login-outer {
  background: #deeaff;
  background: rgba(222, 234, 255, 0.5); } }
  @media \0screen{
  .login-outer:after {
    content: "ie8"; } }

@media screen and (min-width:0\0) and (min-resolution: .001dpcm){

.login-outer {
  background: #deeaff;
  background: rgba(222, 234, 255, 0.5); } }
  @media screen and (min-width:0\0) and (min-resolution: .001dpcm){
  .login-outer:after {
    content: "ie9"; } }

_:-ms-lang(x),.login-outer {
  background: #deeaff\9;
  background: rgba(222, 234, 255, 0.5)\9; }
  _:-ms-lang(x),.login-outer:after {
    content: "ie10"\9; }

_:-ms-fullscreen,:root .login-outer {
  background: #deeaff;
  background: rgba(222, 234, 255, 0.5); }
  _:-ms-fullscreen,:root .login-outer:after {
    content: "ie11"; }

* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum"; }

.platformLoginPage {
  background-image: url(../../public/images/platform-bg.png?v=1.0.0) !important;
  background-size: cover !important;
  background-position: center center !important; }

.login-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  height: 100%;
  background: url(../../public/images/bg.png?v=1.0.0) no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  background-attachment: fixed;
  background-color: #F2F5F7; }

.logo {
  position: absolute;
  top: 85px;
  left: 120px;
  display: flex;
  align-items: center; }
  .logo .logo_icon {
    width: 90px;
    height: 90px;
    background: url(../../public/images/logo.png?v=1.0.0) no-repeat;
    background-size: 100% 100%;
    margin-right: 15px; }
  .logo .logo_name .logo_name_row1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px; }
  .logo .logo_name .logo_name_row2 {
    font-size: 12px;
    letter-spacing: 21px;
    color: #666; }

.login_view {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 550px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: stretch; }

.login_view.platform {
  min-height: 460px; }

.login_view_inner {
  position: relative;
  flex: 1;
  width: 400px;
  margin: 0 auto;
  transition: all .3s; }

.switch_image {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px; }

.switch_image_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100%;
  height: 100%;
  cursor: pointer; }

.switch_tip {
  position: absolute;
  right: 43px;
  top: 5px;
  width: 68px;
  line-height: 25px;
  display: none;
  color: #396aff;
  padding: 0 8px;
  border: 1px solid #396aff;
  background: #fff;
  font-size: 12px; }

.switch_image_inner:hover .switch_tip {
  display: inline-block; }

#codeSwitch {
  background-image: url(../../public/images/code.png?v=1.0.0); }

#pcSwitch {
  display: none;
  background-image: url(../../public/images/pc.png?v=1.0.0); }

.header {
  user-select: none;
  padding: 24px 25px 0;
  margin-bottom: 24px; }

.header .icon {
  width: auto;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 8px; }

.header .title {
  color: #282d3c;
  font-weight: 600;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.types_row1 {
  flex: 1 1 0%;
  min-height: 32px; }

.type_title:before {
  content: "——";
  color: #eee;
  margin: 0 11px; }

.type_title:after {
  content: "——";
  color: #eee;
  margin: 0 11px; }

.types_row2 {
  flex-direction: column;
  display: inline-flex;
  width: 100%; }

.types_row2_title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #c8c9cc; }

.types_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 35px; }

.types_item {
  display: inline-flex;
  margin: 12px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff; }

.types_item:hover {
  border-color: #396aff; }

.types_item img {
  width: 100%;
  height: 100%; }

.tabs {
  padding: 0 25px; }

.tabs-inner {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum";
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.tablist {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  margin: 0 0 60px; }

.tablist_wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate(0);
  transform: translate(0);
  width: 100%; }

.tablist_wrap:before {
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .3s;
  content: "";
  pointer-events: none; }

.tablist_wrap:before {
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .3s;
  content: "";
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08); }

.tablist_wrap:after {
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .3s;
  content: "";
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08); }

.nav_list {
  position: relative;
  display: flex;
  transform: translate(0px, 0px);
  transition: transform .3s, -webkit-transform .3s;
  margin: 0 auto; }

.nav_tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 32px 0 0;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #8a8d91; }

.active_tab {
  color: #333; }

.nav_tab_btn {
  outline: none;
  transition: all .3s; }

.nav_tab_bar {
  position: absolute;
  background: #396aff;
  pointer-events: none;
  left: 14px;
  bottom: 0;
  width: 44px;
  height: 3px;
  transition: width .3s, left .3s, right .3s; }

.tablist_wrap2 {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  align-self: stretch; }

.tablist_wrap2 button {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  visibility: hidden;
  order: 1; }

.tablist_wrap2 button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  content: ""; }

.tablist_wrap2 button span {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.form_outer {
  flex: auto;
  min-width: 0;
  min-height: 0; }

.form_inner {
  display: flex;
  width: 100%; }

.tab_panel {
  flex: none;
  width: 100%;
  outline: none; }

.pwd_form,
.code_form,
.resetPwd_form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum"; }

.form_row1,
.form_row2 {
  padding: 0 2px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum";
  vertical-align: top; }

.form_row3 {
  display: inline-flex;
  flex-direction: column; }

.form_row4 {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum";
  margin: 0 0 24px;
  vertical-align: top; }

.input_outer {
  position: relative;
  min-height: 32px;
  flex: auto;
  width: 100%; }

.input_inner {
  border: 1px solid #b9bec6;
  background: #f4f6f9;
  padding: 6.5px 11px;
  font-size: 16px;
  position: relative;
  width: 100%;
  min-width: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  transition: all .3s;
  display: inline-flex;
  align-items: center; }

.codeImg {
  border: 1px solid #b9bec6; }

.input_icon {
  display: flex;
  flex: none;
  align-items: center;
  margin-right: 0;
  margin-top: -2px; }

.input_inner .input_icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.input_inner .user_icon {
  background-image: url(../../public/images/icon-user.png?v=1.0.0); }

.input_inner .pwd_icon {
  background-image: url(../../public/images/icon-password.png?v=1.0.0); }

.input_inner .eye_close_icon {
  background-image: url(../../public/images/icon-eye-close.png?v=1.0.0);
  cursor: pointer; }

.input_inner .eye_open_icon {
  background-image: url(../../public/images/icon-eye-open.png?v=1.0.0);
  cursor: pointer;
  display: none; }

.input_inner .code_icon {
  background-image: url(../../public/images/icon-verify.png?v=1.0.0);
  margin-top: 2px; }

.input_inner input {
  font-size: 14px;
  height: 0;
  background-color: #f5f6f7;
  padding: 1em 0.5em !important;
  background-clip: content-box !important;
  border: none;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum", "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  background-image: none;
  border-radius: 2px;
  transition: all .3s; }

.code_outer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.code_outer .input_btn {
  margin-left: 4.16666667%;
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  display: flex; }

.code_outer button {
  height: 43px;
  width: 100%;
  border: 1px solid #d4d6dc;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
  background: #fff; }

.code_outer button:disabled {
  background: #e0e0e0;
  color: #333;
  cursor: not-allowed; }

.tips {
  color: #999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center; }

.tip_label {
  margin-right: 5px; }

.tip_file {
  color: #396aff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color .3s; }

.orgListOuter button,
.form_row4 button {
  width: calc(100% - 4px);
  border-radius: 4px;
  height: 42px;
  margin: 16px 2px 0;
  color: #fff;
  background: #396aff;
  border-color: #396aff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  border: 1px solid #d9d9d9; }

.orgListOuter button {
  width: 100%;
  outline: none;
  border: none; }

.line {
  display: flex;
  font-size: 14px;
  padding: 0 25px;
  height: 22px; }

.link-like {
  color: #396aff;
  cursor: pointer;
  transition: all .3s; }

.orgListOuter .orgNullTips p {
  color: #999;
  line-height: 25px; }

.orgListOuter .orgNullTips {
  padding-left: 50px; }

.orgNullTip {
  color: #999;
  text-align: center;
  margin: 20px 0 50px; }

.orgNullHolderImg {
  background: url(../../public/images/org_null.png?v=1.0.0) no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 90px;
  margin-top: 50px; }

#login {
  display: flex;
  height: 100%;
  box-shadow: 0 0 30px rgba(84, 89, 104, 0.2);
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 797px; }

.bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  background: url(../../public/images/login_left.png?v=1.0.0) no-repeat;
  background-position: left bottom;
  background-size: auto 100%; }

footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 0; }

.login_bottom {
  color: #8591b0;
  font-size: 12px; }

#code__panel {
  display: none; }

.pwd_login #pwd__panel {
  display: block; }

.pwd_login #code__panel {
  display: none; }

.code_login #pwd__panel {
  display: none; }

.code_login #code__panel {
  display: block; }

.code_login .line {
  visibility: hidden; }

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  z-index: 888;
  display: none; }

.mask .alert {
  width: 300px;
  min-height: 150px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15% auto 0; }

.mask .tip_content {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red; }

.mask .tip_close_btn {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #e0e0e0;
  color: #999;
  cursor: pointer; }

.orgListOuter {
  padding: 20px;
  height: 100%;
  flex-direction: column;
  display: none; }

.orgListOuter .backBtn,
.setPwdOuter .backBtn {
  color: #a6b0be;
  font-size: 14px;
  cursor: pointer; }

.orgsTitle {
  color: #3b434f;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px; }

.setPwdOuter .setPwdTitle {
  color: #3b434f;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 40px; }

.orgList {
  flex: 1;
  max-height: 600px;
  overflow-y: auto; }

.orgItem {
  padding: 0 20px;
  height: 60px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0px -2px 9px 0px rgba(19, 19, 19, 0.04);
  box-shadow: 0px -2px 9px 0px rgba(19, 19, 19, 0.04);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.orgItem:hover {
  border: 1px solid #397dfb;
  -webkit-box-shadow: 0px -2px 9px 0px #d3e2fe;
  box-shadow: 0px -2px 9px 0px #d3e2fe;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

input[name="enterprise_id"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

input[name="enterprise_id"]:checked + .orgItem {
  border: 1px solid #397dfb;
  -webkit-box-shadow: 0px -2px 9px 0px #d3e2fe;
  box-shadow: 0px -2px 9px 0px #d3e2fe;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.orgItem .org_icon {
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #e0e0e0; }

.orgItem .org_icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.orgItem .org_title {
  flex: 1;
  margin-left: 20px; }

.orgItem .org_btn {
  width: 58px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #236efb;
  text-align: center; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.formLogin,
#formLoginBtn {
  width: 0;
  height: 0;
  overflow: hidden; }

.noPower {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center; }

.noPower .tips {
  display: block;
  margin-top: -100px; }

.noPower .bg {
  width: 400px;
  height: 300px;
  background: url(../../public/images/no-power.png?v=1.0.0) no-repeat center;
  background-size: 100% auto; }

.noPower .row1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.noPower .row2 {
  color: #999; }

.mask_resetPwd_inner {
  padding: 12px 35px 0; }

.mask_resetPwd_inner .form_row1,
.mask_resetPwd_inner .form_row2 {
  margin-bottom: 25px; }

#resetPwdOuter,
#setPwdOuter {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  position: absolute;
  left: 0px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.resetPwd_title {
  color: #282d3c;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px; }

#closeResetPwdBtn,
#closeSetPwdBtn {
  color: #236efb;
  text-align: center;
  cursor: pointer;
  margin-top: 10px; }

.closeResetPwdBtn .tip {
  color: #666; }

.platformLoginPage .mask_resetPwd_inner {
  padding: 10px 35px 0; }

.platformLoginPage #closeResetPwdBtn {
  margin-top: -10px; }

.platformLoginPage .resetPwd_title {
  margin-bottom: 20px; }

.platformLoginPage #resetPwdOuter .form_row4 button {
  margin-top: 0; }

.success_alert,
.error_alert {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0 100px;
  display: none;
  transition: opacity .3s, transform .4s, top .4s; }

#success_tip_cont,
#error_tip_cont {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 300px;
  text-align: left; }

#success_tip_cont {
  color: #67c23a;
  background-color: #f0f9eb;
  border-color: #e1f3d8; }

#error_tip_cont {
  color: #f56c6c;
  background-color: #fef0f0;
  border-color: #fde2e2; }

.loading-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #000000;
  background: rgba(0, 0, 0, 0.9); }

@media screen and (max-width: 1024px) {
  #loginPage {
    background: #fff; }
  #login {
    width: 100%; }
  .login-outer {
    padding: 0;
    background: #fff; }
  .login_view_inner {
    width: 100%; }
  .mask_resetPwd_inner {
    padding: 12px 20px 0; }
  .bg,
  .logo {
    display: none; }
  .login_view {
    width: 100%;
    box-shadow: none; }
  .header {
    padding: 24px 10px 0; }
  .tabs {
    padding: 0 10px; }
  .line {
    padding: 0 12px; }
  .success_alert,
  .error_alert {
    padding: 0 20px; } }
