*, :after, :before {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

body, html {
  scroll-behavior: smooth;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Arial, sans-serif", "serif";
  background-color: #f7f7f7;
}

blockquote, body, dd, dl, dt, fieldset, figure, form, input, li, ol, p, pre, td, th, ul {
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a:active, a:focus, input {
  outline: none;
}

a, a:focus, a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

:focus {
  outline: none;
}

input {
  font-family: inherit;
}

p {
  word-wrap: break-word;
  word-break: break-all;
}

em, i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.el-month-table td.today .cell {
  color: #606266 !important;
  font-weight: normal !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

main {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../image/login/bg.jpg") center center no-repeat;
  background-size: 100% 100%;
}
main .btn-login {
  background-color: #e8352c;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0px;
  width: 128px;
  height: 48px;
  line-height: 48px;
  z-index: 32;
  text-align: center;
  border-radius: 0 0 0 40px;
  font-size: 14px;
  color: #fff;
}
main .login {
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  z-index: 10;
  outline: 15px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px 5px rgba(201, 71, 59,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .login .login-title {
  width: 231px;
  height: 35px;
  /*background-image: url("../image/login/logo.png");*/
  margin-bottom: 24px;
  font-size: 39px;
  color:white;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  /*text-shadow: 1px 0 0 #000000,0 1px 0 #000000;*/
  font-weight: 700 ;
  font-family: "fangsong";
}
main .login .logo {
  width: 166px;
  height: 33px;
  background-image: url("../image/login/nin.png");
  margin: 3px auto 50px;
}
/*input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}*/

  input:-internal-autofill-previewed,
  input:-internal-autofill-selected {
    font-size: 16px;
    -webkit-text-fill-color: #666;
    transition: background-color 1000s ease-out 0.5s;
  }
main .login .input {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  width: 292px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 15px;
}
main .login .input input {
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  padding-left: 46px;
  font-size: 16px;
  color: #666;
}
main .login .input1 {
  background-image: url("../image/login/ico-1.png");
}
main .login .input2 {
  background-image: url("../image/login/ico-2.png");
}
main .login .loginBtn {
  background-color: #e8352c;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 1px rgba(232, 53, 44, 0.5);
  cursor: pointer;
  border: none;
}
main .login-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.login-footer-img {
  width: 695px;
  height: 20px;
  background-image: url("../image/login/footer.png");
  background-repeat: no-repeat;
}