@charset "utf-8";
.footer-wrapper {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.footer-content {
  text-align: center;
  font-size: calc(0.1em + 1vmin);
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
    Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif,
    "\5B8B\4F53";
}
.footer-content a {
  color: white;
  font-size: calc(0.1em + 1vmin);
  text-decoration: none;
}
.footer-content p {
  margin: 5px 0;
}
.login-error {
  color: #00eaff;
  text-align: left;
  height: 12px;
}
.title {
  position: absolute;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-text {
  position: absolute;
  font-weight: bold;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #3fffea, #2ad4f1, #149aee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 8px 8px 6px #00000030;
  font-size: 100%;
}
.login-input {
  background: url("/datas/image/monitoring-system/login/login-input.png") 100%
    100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.login-input-small {
  background: url("/datas/image/monitoring-system/login/login-input-small.png")
    100% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.login-button {
  background: url("/datas/image/monitoring-system/login/login-button.png") 100%
    100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.login-button-small {
  background: url("/datas/image/monitoring-system/login/login-button-small.png")
    100% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.page-container {
  display: flex;
  align-content: center;
  justify-content: center;
  background: url("/datas/image/monitoring-system/login/login-form.png") 100%
    100% no-repeat;
  background-size: 100% 100%;
  position: fixed;
}
.layui-form-checkbox[lay-skin="primary"] span {
  color: #fff;
}
.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  float: left;
}
.layui-form-checked[lay-skin="primary"] i {
  border-color: #00eaff !important;
  background-color: #00eaff;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #00eaff;
  color: #fff;
}
.layadmin-user-login-box {
  margin: auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  font-size: 18px;
}
body {
  background: url("/datas/image/monitoring-system/login/login.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.layadmin-link {
  color: #00eaff !important;
}
.layadmin-link:hover {
  color: #1db2ef !important;
}
@media screen and (min-device-height: 1081px),
  screen and (min-device-width: 1921px) {
  /* @media screen and (min-device-height: 1081px) and (min-device-width: 1921px) { */
  .page-container {
    height: 757px;
    width: 947px;
    top: calc(50% - 378px + 124px);
    left: calc(50% - 473px);
  }
  .title {
    top: 10vh;
  }
  .title-text {
    top: 25vmin;
    letter-spacing: 20px;
    font-size: calc(1.25em + 3.5vmin);
  }
  .title img {
    width: 12.5vmin;
    height: 12.5vmin;
  }
  form {
    margin-top: 10vmin;
  }
  .login-input {
    width: 472px;
    height: 69px;
  }
  .layadmin-user-login-body .layui-form-item .layui-input {
    height: 69px;
    padding-left: 72px;
    font-size: 22px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
  }
  .layadmin-user-login-icon {
    font-size: 26px;
    line-height: 69px;
    text-align: center;
    color: #fff;
    width: 48px;
  }
  .white-space {
    width: 2px;
    height: 34px;
    background: #fff;
    position: absolute;
    left: 54px;
    top: 14px;
  }
  .login-button {
    width: 472px;
    height: 86px;
  }
  .login-input-small {
    width: 284px;
    height: 69px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn {
    height: 69px;
    font-size: 24px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
    line-height: 66px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn:hover,
  .layadmin-user-login-body .layui-form-item .layui-btn:focus {
    color: #000;
  }
  .login-button-small {
    width: 183.25px;
    height: 69px;
    margin: 0 0 0 10px;
  }
  #LAY-user-getsmscode {
    font-size: 22px;
    line-height: 36px;
  }
  .layui-form-item a {
    font-size: 20px;
  }
  .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 20px;
  }
  .login-error {
    font-size: 18px;
    height: 18px;
  }
  .layui-form-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-device-height: 1080px) and (min-device-height: 752px),
  screen and (max-device-width: 1920px) and (min-device-width: 1536px) {
  /* @media screen and (max-device-height: 1080px) and (min-device-height: 961px) and (max-device-width: 1920px) and (min-device-width: 1281px) { */
  .page-container {
    height: 540px;
    width: 674px;
    top: calc(50% - 270px + 100px);
    left: calc(50% - 387px + 48px);
  }
  .title {
    top: 7vmin;
  }
  .title-text {
    top: 22vmin;
    letter-spacing: 16px;
    font-size: calc(1.25em + 2.5vmin);
  }
  .title img {
    width: 12.5vmin;
    height: 12.5vmin;
  }
  form {
    margin-top: 12vmin;
  }
  .login-input {
    width: 365px;
    height: 53px;
  }
  .layadmin-user-login-body .layui-form-item .layui-input {
    height: 53px;
    padding-left: 62px;
    font-size: 18px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
  }
  .layadmin-user-login-icon {
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    width: 36px;
  }
  .white-space {
    width: 2px;
    height: 26px;
    background: #fff;
    position: absolute;
    left: 42px;
    top: 14px;
  }
  .login-button {
    width: 365px;
    height: 70px;
  }
  .login-input-small {
    width: 218px;
    height: 53px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn {
    height: 53px;
    font-size: 24px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
    line-height: 66px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn:hover,
  .layadmin-user-login-body .layui-form-item .layui-btn:focus {
    color: #000;
  }
  .login-button-small {
    width: 141px;
    height: 53px;
    margin: 0 0 0 8px;
  }
  #LAY-user-getsmscode {
    font-size: 18px;
    line-height: 26px;
  }
  .layui-form-item a {
    font-size: 16px;
  }
  .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 16px;
  }
  .login-error {
    font-size: 14px;
    height: 14px;
  }
  .layui-form-item {
    margin-bottom: 14px;
  }
}
@media screen and (max-device-height: 751px) and (min-device-height: 601px),
  screen and (max-device-width: 1535px) and (min-device-width: 801px) {
  /* @media screen and (max-device-height: 960px) and (min-device-height: 601px) and (max-device-width: 1280px) and (min-device-width: 801px) { */
  .page-container {
    height: 378px;
    width: 473px;
    top: calc(50% - 189px + 62px);
    left: calc(50% - 236px);
  }
  .title {
    top: 5vmin;
  }
  .title-text {
    top: 22vmin;
    letter-spacing: 8px;
    font-size: calc(1.25em + 2vmin);
  }
  .title img {
    width: 12.5vmin;
    height: 12.5vmin;
  }
  form {
    margin-top: 10vmin;
  }
  .login-input {
    width: 302px;
    height: 44px;
  }
  .layadmin-user-login-body .layui-form-item .layui-input {
    height: 44px;
    padding-left: 52px;
    font-size: 16px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
  }
  .layadmin-user-login-icon {
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width: 30px;
  }
  .white-space {
    width: 2px;
    height: 26px;
    background: #fff;
    position: absolute;
    left: 36px;
    top: 10px;
  }
  .login-button {
    width: 302px;
    height: 54px;
  }
  .login-input-small {
    width: 181px;
    height: 44px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn {
    height: 44px;
    font-size: 18px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
    line-height: 44px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn:hover,
  .layadmin-user-login-body .layui-form-item .layui-btn:focus {
    color: #000;
  }
  .login-button-small {
    width: 116px;
    height: 44px;
    margin: 0 0 0 8px;
  }
  #LAY-user-getsmscode {
    font-size: 14px;
    line-height: 22px;
  }
  .layui-form-item a {
    font-size: 14px;
  }
  .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 14px;
  }
  .login-error {
    font-size: 14px;
    height: 12px;
  }
  .layui-form-item {
    margin-bottom: 12px;
  }
}
@media screen and (max-device-height: 600px),
  screen and (max-device-width: 800px) {
  /* @media screen and (max-device-height: 600px) and (max-device-width: 800px) { */
  .page-container {
    height: 283.2px;
    width: 354px;
    top: calc(50% - 142px + 47px);
    left: calc(50% - 178px);
  }
  .title {
    top: 4vmin;
  }
  .title-text {
    top: 22vmin;
    letter-spacing: 6px;
    font-size: calc(1.25em + 1.25vmin);
  }
  .title img {
    width: 12.5vmin;
    height: 12.5vmin;
  }
  form {
    margin-top: 10vmin;
  }
  .login-input {
    width: 220px;
    height: 32px;
  }
  .layadmin-user-login-body .layui-form-item .layui-input {
    height: 32px;
    padding-left: 44px;
    font-size: 14px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
  }
  .layadmin-user-login-icon {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 30px;
  }
  .white-space {
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 32px;
    top: 8px;
  }
  .login-button {
    width: 220px;
    height: 40px;
  }
  .login-input-small {
    width: 132px;
    height: 32px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn {
    height: 32px;
    font-size: 14px;
    background-color: transparent;
    border-style: none;
    color: #fff;
    border: 0;
    line-height: 32px;
  }
  .layadmin-user-login-body .layui-form-item .layui-btn:hover,
  .layadmin-user-login-body .layui-form-item .layui-btn:focus {
    color: #000;
  }
  .login-button-small {
    width: 85px;
    height: 32px;
    margin: 0 0 0 5px;
  }
  #LAY-user-getsmscode {
    font-size: 12px;
    line-height: 22px;
  }
  .layui-form-item a {
    font-size: 12px;
  }
  .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 12px;
  }
  .login-error {
    white-space: nowrap;
    font-size: 0.12rem;
    -webkit-transform-origin-x: 0; /*缩小后文字居左*/
    -webkit-transform: scale(0.7); /*关键*/
    height: 6px;
    width: 220px;
  }
  .layui-form-item {
    margin-bottom: 6px;
  }
}
