html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.flex-vertical {
  width: 100%;
  display: flex;
  font-size: 16px;
  min-height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
body {
  background: url("./img/bg.jpg") #294072;
}
body > .layui-container {
  font-size: 14px;
  min-height: 100%;
  line-height: 2em;
}
@media screen and (max-width: 1000px) {
  .layui-container {
    width: 100%;
    padding: 0;
  }
}
.layout-header {
  height: 61px;
  background-color: rgba(0, 0, 0, 0.6);
}
.layout-center {
  top: 60px;
  width: 100%;
  bottom: 0;
  position: absolute;
  align-items: stretch;
}
.layout-center-left {
  width: 200px;
  overflow: auto;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
}
.layout-center-left .layout-menu-item a {
  color: #fff;
  display: block;
  padding: 0.5em 0;
  line-height: 3.5em;
  letter-spacing: 1px;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.layout-center-left .layout-menu-item a:hover,
.layout-center-left .layout-menu-item a.hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.layout-center-left .layout-menu-item.active a {
  background-color: rgba(49, 177, 194, 0.5);
}
.layout-center-right {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  background: white;
}
.layout-center-header {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 1px 6px 1px rgba(10, 48, 84, 0.21);
  border-bottom-color: #ffffff;
}
.layout-center-header + .layout-center-content {
  top: 50px;
}
.layout-center-header .layui-icon:first-child {
  color: #999;
  font-size: 10px;
  margin-right: 5px;
}
.layout-center-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  position: absolute;
}
.layout-header-logo {
  min-width: 200px;
  text-align: center;
}
.layout-header-logo-image {
  cursor: pointer;
  background-image: url('./img/logo.png');
}
.layout-header-logo-title {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}
div.container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  text-align: center;
}
div.container .form-title {
  color: rgba(107, 118, 245, 0.9);
  font-size: 24px;
  line-height: 3em;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(107, 118, 245, 0.6);
}
div.container .form-remark {
  color: rgba(107, 118, 245, 0.9);
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(107, 118, 245, 0.6);
}
form.layui-form {
  background: none;
}
form.layui-form .label-required-prev:before {
  text-shadow: 1px 1px 2px rgba(107, 118, 245, 0.5);
}
form.layui-form .layui-btn {
  height: 45px;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 1px;
}
form.layui-form .help-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(107, 118, 245, 0.5);
}
form.layui-form .help-label b {
  color: #1E9FFF !important;
  font-size: 14px;
  background: none;
  text-shadow: 1px 1px 2px rgba(107, 118, 245, 0.5);
}
form.layui-form .layui-input {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
}
form.layui-form .input-right-icon {
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 26px;
  line-height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* 微信扫码登录 */
.wxqrc-login {
  position: absolute;
  text-align: center;
  margin-top: -10%;
}
.wxqrc-login-title {
  color: #fff;
  font-size: 24px;
  line-height: 3em;
  text-shadow: 1px 0 2px black;
  font-weight: bold;
  letter-spacing: 1px;
}
.wxqrc-login-qrcode .headimg {
  width: 320px;
  height: 320px;
  margin: 0;
  border-radius: 5px;
}
/* 白色表格数据 */
.layui-table-skin-white .layui-table {
  background: none;
}
.layui-table-skin-white .layui-table-init {
  background: none !important;
}
.layui-table-skin-white .layui-table-click,
.layui-table-skin-white .layui-table-hover,
.layui-table-skin-white .layui-table[lay-even] tbody tr:nth-child(even) {
  background: none;
}
.layui-table-skin-white .layui-table td,
.layui-table-skin-white .layui-table th,
.layui-table-skin-white .layui-table-col-set,
.layui-table-skin-white .layui-table-fixed-r,
.layui-table-skin-white .layui-table-grid-down,
.layui-table-skin-white .layui-table-header,
.layui-table-skin-white .layui-table-mend,
.layui-table-skin-white .layui-table-page,
.layui-table-skin-white .layui-table-tips-main,
.layui-table-skin-white .layui-table-tool,
.layui-table-skin-white .layui-table-total,
.layui-table-skin-white .layui-table-view,
.layui-table-skin-white .layui-table[lay-skin=line],
.layui-table-skin-white .layui-table[lay-skin=row] {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
}
.layui-table-skin-white .layui-laypage a,
.layui-table-skin-white .layui-laypage span,
.layui-table-skin-white .layui-laypage a:hover,
.layui-table-skin-white .layui-laypage span:hover {
  color: #333 !important;
  background: none !important;
}
.layui-table-skin-white .layui-laypage input {
  color: #333;
  border: none;
  background: none;
}
.layui-table-skin-white .layui-laypage button {
  color: #333;
  background: none;
}
.layui-table-skin-white .layui-laypage select {
  border: none;
  background: none;
}
.layui-table-skin-white .layui-laypage select option {
  color: #333;
}
.layui-table-skin-white .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: none;
}
.layui-table-skin-white .layui-laypage .layui-laypage-curr .layui-laypage-em + em {
  color: #333;
  font-weight: bold;
}
/*# sourceMappingURL=center.css.map */