body {
  margin: 0;
  background-color: #f8f9fa;
  height: 100%;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html {
  height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.dev {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  z-index: 100;
}
/* 只有第三方登录  */
#others-login.only-others-login {
  border-top: none !important;
}
#others-login.only-others-login > p {
  display: none;
}
#others-login.only-others-login .only-others-login-box {
  display: none;
  margin: 68px 0 24px;
}
#others-login.only-others-login .only-others-login-box > p {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  line-height: 22px;
  margin: 0 0 32px 0;
}
#others-login.only-others-login .only-others-login-box > img {
  width: 100%;
}
.password {
  font-family: 'password';
}
@font-face {
  font-family: 'password';
  src: url('fonts/PasswordEntry.eot');
  src: local('☺'), url('fonts/PasswordEntry.eot?#iefix') format('embedded-opentype'), url('fonts/PasswordEntry.ttf');
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.custom-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
  left: 50%;
  margin-left: -190px;
}
.custom-message-Success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.custom-message-Error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
