/*全面数字化电子发票实训系统*/
@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none
}

body, html {
  height: 100%
}

em, i {
  font-style: normal;
  font-weight: 500
}

a {
  color: #4285f4
}

a:hover {
  color: #4285f4
}

q:after, q:before {
  display: none
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #bbd7f2
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #3b9ffe
}

.layui-login-header {
  background: none;
  box-shadow: none;
}

.layui-login {
  min-height: 600px;
}
.layui-login,
.layui-login.teacher {
  position: relative;
  background: url(./image/qmszhdzfpsxxt/bg.jpg) center no-repeat;
  background-size: cover;
}
.layui-login.teacher:after {
  display: none;
}

.foot1  {
  height: clamp(30px,calc(100vh * (50 / 1080)),50px)!important;
}
.foot1 .txt {
  color: #fff;
  opacity: 0.5;
  font-weight: 100;
}

.layui-login-box {
  transform: translate(-50%, -43%);
  width: 592px;
  width: clamp(400px,calc(100vh * (592 / 1080)),592px);
  max-height: 640px;
  height: 64%;
  background: linear-gradient(to bottom,rgba(160,223,255,0.2),rgba(160,223,255,0.2),rgba(160,223,255,0));
  border-radius: 4px;
  padding: 40px 124px;
  padding-top: clamp(0px,calc(100vh * (40 / 1080)),40px);
  padding-left: clamp(0px,calc(100vh * (124 / 1080)),124px);
  padding-right: clamp(0px,calc(100vh * (124 / 1080)),124px);
}

.layui-login-box > h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
  top: clamp(-90px,calc(100vh * (-110 / 1080)),-110px);
  font-weight: 700;
  font-size: 40px;
  font-size: clamp(34px,calc(100vh * (40 / 1080)),40px);
  color: #fff;
  text-align: center;
  width: 600px;
  background-image: linear-gradient(to bottom,#fff 20%,#008bec 90%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow: 0 0 3px 1px rgba(25,39,118,.45);
  letter-spacing: 5px;
  white-space: nowrap;
}

.layui-login-box strong {
  font-size: 24px;
  color: #fff;
  margin-bottom: clamp(0px,calc(100vh * (25 / 1080)),25px);
}

.layui-login-box .layui-input {
  margin-bottom: clamp(0px,calc(100vh * (30 / 1080)),30px);
}


.layui-login-box strong::after {
  display: none;
}

.layui-login-box .layui-btn {
  background: #135de5;
}

.layui-login-opt a,
.layui-login-opt .layui-form-checkbox span {
    color: #304669;
}