/*
蓝色主题
*/
/*
系统主题
*/
body,
html {
  background: #f5f5f5;
  height: 100%;
}
.YaHei {
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
}
.wd-content {
  position: relative;
  height: calc(100% - 60px);
  min-height: 560px;
  top: 60px;
}
.wd-content .login-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wd-content .login-position .swimg-box {
  display: block;
  float: left;
  width: 447px;
  height: 373px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wd-content .login-position .swimg-box img {
  width: 100%;
  height: 100%;
}
.wd-content .login-position .login-box,
.wd-content .login-position .register-box {
  display: block;
  float: right;
  width: 440px;
  background: #fff;
}
.wd-content .log-input input {
  font-family: MicrosoftYaHei, "\5FAE\8F6F\96C5\9ED1";
}
.wd-content .btn-login,
.wd-content .btn-register {
  background: #1684FF;
}
