/*防抖动处理*/
[v-cloak] {
  display: none;
}

html {
  overflow: auto;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

.v-application {
  background-color: #161746 !important;
}

.v-toolbar--density-prominent .v-toolbar__content {
  align-items: center;
}

#main {
  background-image: url("../images/login_bg.png");
  background-repeat: repeat-x;
  background-position-y: 128px;
}

#container {
  height: calc(100vh - 130px - 52px - 20px);
  color: #fff;
}

.login-overlay {
  width: 100%;
  height: 300px;
  background-color: #232570;
  opacity: 0.658;
  position: absolute;
  left: 0;
  z-index: 0
}

.login-form {
  width: 424px;
  height: 433px;
  opacity: 0.9;
}

@media screen and (max-width: 500px) {
  .login-form {
    width: 300px;
    height: 380px;
  }

  #main {
    padding-top: 60px !important;
  }
}

.login-footer {
  color: #ffffff !important;
  width: 100%;
  font-size: 13px;
}

.login-form .login-title {
  color: #232570 !important;
  letter-spacing: 0.28em !important;
}

.error-message {
  text-align: center;
  line-height: 18px;
  height: 18px;
}

.bg-weixin {
  background: url("../images/logo/icon24_appwx_logo.png") no-repeat;
  color: #616161;
  cursor: pointer;
  padding-top: 2px;
}

.bg-weixin:hover {
  color: #E91E63;
  text-decoration: underline;
}

@font-face{
  font-family:'ZaoZiGongFangMingHei';
  src: url('../fonts/ZaoZiGongFangMingHei.ttf');
}
@font-face{
  font-family:'AlimamaShuHeiTi';
  src: url('../fonts/AlimamaShuHeiTi-Bold.woff2') format("woff2");
}
.site-title{
  font-family:AlimamaShuHeiTi;
}