@charset "utf-8";
html,
body {
  font-family: 'PingFangSC-Regular, PingFang SC';
}
a {
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body .layui-form-checked[lay-skin=primary] i,
body .layui-form-checked.layui-checkbox-disabled[lay-skin=primary] > i {
  border-color: #0093AA !important;
  background-color: #0093AA !important;
  background: #0093AA !important;
}
body .body-left {
  height: 100%;
}
body .body-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .body-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  background-color: #FCFCFC;
}
body .body-right .body-right-header .logo {
  width: 150px;
  position: absolute;
  left: 100px;
  top: 80px;
}
body .body-right .body-right-header .out {
  position: absolute;
  right: 100px;
  top: 80px;
}
body .body-right .body-right-header .out .out-btn {
  color: #666666;
  display: flex;
  align-items: center;
  gap: 5px;
}
body .body-right .body-right-header .out .out-btn i {
  margin-top: 1px;
}
body .body-right .layadmin-user-login-footer {
  position: absolute;
  bottom: 46px;
}
body .copyright {
  color: #BBBBBB;
}
