@font-face {
  font-family: "DingTalk JinBuTi";
  src: url("/fonts/DingTalk JinBuTi.ttf");
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Microsoft YaHei, Arial, Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC,
    Hiragino Sans GB, sans-serif;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  html {
    height: 100%;
    box-sizing: border-box;
    min-width: 1280px;
    min-height: 800px;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }

  .title-container {
    position: relative;
    height: 90px;
    line-height: 90px;
  }

  .login-field {
    width: 335px;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #454545;
    margin: 0 40px 25px;
    height: 35px;
    -webkit-box-sizing: initial;
    box-sizing: initial;
  }

  .login-field > input {
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    /* padding: 12px 5px 12px 15px; */
    font-size: 14px;
    color: #4d4d4d;
    height: 18px;
    caret-color: #4d4d4d;
    width: 210px;
    outline: none;
  }

  .login-field > input::placeholder {
    font-size: 14px;
  }

  .login-container {
    background-position: center;
  }

  .login-container .login-form {
    position: relative;
    width: 415px;
    height: 315px;
    background-color: #fff;
    border-radius: 1px;
    margin-top: 166px;
    margin-left: 53%;
  }

  .login-container .logo {
    position: absolute;
    margin-top: -65px;
    letter-spacing: 3px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .login-btn {
    height: 45px;
    width: 80%;
    margin: 0 0 5px;
    font-size: 18px;
    background-color: #ff3d3d;
    border: 1px solid #ff3d3d;
    color: #fff;
    border-radius: 3px;
  }

  .login-btn span {
    letter-spacing: 8px;
  }

  .email-input {
    width: 455px;
    height: auto !important;
    border: none !important;
    width: 100%;
    text-align: center;
    margin: 0 25px 25px;
  }

  .email-login-btn {
    width: 80px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin: 0 25px 5px;
    background-color: #e2595d;
    border: 1px solid #e2595d;
  }

  .email-input input {
    width: 450px !important;
    height: 28px !important;
    border-radius: 5px !important;
    text-indent: 10px !important;
    border: 1px solid #ccc !important;
  }

  .email-input input::placeholder {
    font-size: 12px;
  }

  .content .item li:not(:last-child) {
    margin-right: 142px;
  }

  .bottom {
    height: 107px;
    line-height: 107px;
    background-color: #f2f6fa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }

  .top-log {
    margin: 45px 0 0 12%;
  }
}

@media (max-width: 768px) {
  html {
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
  }

  .title-container {
    position: relative;
    height: 68px;
    line-height: 68px;
  }

  .login-container {
    background-position: right;
  }

  .login-container .login-form {
    width: 305px;
    height: 272px;
    background-color: #fff;
    border-radius: 1px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -131px;
    z-index: 999;
  }

  .login-container .logo,
  .suggest-browser {
    display: none;
  }

  .login-btn {
    height: 45px;
    width: 86%;
    margin: 0 0 5px;
    font-size: 18px;
    background-color: #ff3d3d;
    border: 1px solid #ff3d3d;
    color: #fff;
    border-radius: 3px;
  }

  .login-field {
    border-radius: 5px;
    color: #454545;
    margin: 0 20px 25px;
    height: 35px;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    border-bottom: 1px solid #d7d7d7;
  }

  .login-field > input {
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    /* padding: 12px 5px 12px 15px; */
    color: #666;
    height: 18px;
    caret-color: #666;
    width: 210px;
    outline: none;
  }

  .email-input {
    width: 455px;
    height: auto !important;
    border: none !important;
    width: 100%;
    text-align: center;
  }

  .email-login-btn {
    width: 80px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin: 0 25px 5px;
    background-color: #e2595d;
    border: 1px solid #e2595d;
  }

  .email-input input {
    width: 450px !important;
    height: 28px !important;
    border-radius: 5px !important;
    text-indent: 10px !important;
    border: 1px solid #ccc !important;
  }

  .email-input input::placeholder {
    font-size: 12px;
  }

  .content {
    line-height: 136px;
    background-color: #fff;
  }

  .content .item li:not(:last-child) {
    margin-right: 42px;
  }

  .bottom {
    height: 107px;
    line-height: 107px;
    background-color: #f2f6fa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: none;
  }

  .top-log {
    margin: 45px 0 0 15px;
  }
}
.other-button-group {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
#loginZone {
  height: 100%;
}

#loginZone .top {
  height: 90px;
}

.login-field > span {
  color: #e2595d;
  font-size: 12px;
  display: inline-block;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1010px #fff inset !important;
  -webkit-text-fill-color: #666 !important;
}

input::placeholder {
  font-size: 14px;
  color: #a7acbb !important;
}

.forgetpassword {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: underline;
  cursor: pointer;
}
.third-login-btn {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: underline;
  cursor: pointer;
}
.forgetpassword:hover {
  color: #e87a7d;
}

.login-container {
  position: relative;
  width: 100%;
  background-color: #283443;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.suggest-browser {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #ffffff;
  margin-top: 40px;
}

.suggest-browser a {
  color: #ffffff;
  text-decoration: none;
}

.suggest-browser a:hover {
  color: #27b8d0;
}

.login-container .logo .logo-title {
  font-size: 30px;
  font-family: "DingTalk JinBuTi";
  color: #ffffff;
}

.login-container .logo .logo-sub-title {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #ffffff;
  float: right;
  margin-top: 15px;
}

.login-container .logo .logoImg {
  width: 300px;
}

.error-content {
  color: #e87a7d;
  font-size: 14px;
  text-indent: 20px;
}

.content {
  height: 136px;
  line-height: 136px;
  background-color: #fff;
}

.content .item {
  width: 1000px;
  margin: 0 auto;
}

.content .item li {
  float: left;
  list-style: none;
  background-repeat: no-repeat;
  /* margin-top: 50px; */
  background-position: center 35px;
  background-size: 28px;
}

.content .item li span {
  margin-top: 15px;
  display: inline-block;
}

.content .item li a {
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.content .item img {
  height: 20px;
  width: 20px;
  margin-bottom: -5px;
}

.bottom .content1 img {
  height: 15px;
  width: 15px;
  margin: 0 5px 0 10px;
}

.content .item span:not(:last-child) {
  margin-right: 140px;
  font-size: 16px;
  font-family: "微软雅黑";
}

.bottom .content1 {
  width: 445px;
  margin: 0 auto;
  /* height: 30px; */
}

.bottom .content2 {
  width: 650px;
  margin: 0 auto;
  height: 30px;
}

.bottom .content2 a {
  color: #000;
  text-decoration: none;
}

.bottom .content2 a:hover {
  color: #27b8d0;
}

.bottom span {
  font-size: 16px;
  font-family: "微软雅黑";
}

.tips {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.tips span:first-of-type {
  margin-right: 16px;
}

#loginZone .svg-container {
  padding: 1px;
  color: #666;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}

.svg-container .svg-icon {
  height: 22px;
  width: 22px;
}

.title-container .title {
  color: #555;
  margin: 0px auto 40px auto;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 5px;
}

.show-pwd {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  user-select: none;
}

.notice-box {
  width: 445px;
  margin-top: 42px;
  height: auto;
  border-radius: 7px;
  background: rgba(0, 45, 122, 0.2);
  color: #00ffff;
  font-size: 12px;
  padding: 13px 12px;
  line-height: 17px;
  letter-spacing: 1px;
}

.notice-box .notictcontent {
  margin-bottom: 5px;
  height: 20px;
  display: flex;
  align-items: center;
}

.notice-box .notictcontent .icon {
  font-size: 18px;
  margin-right: 7px;
}

/* 按钮loading */
button[class*="-btn"].loading,
label[class*="-btn"].loading {
  position: relative;
}

button[class*="-btn"].loading::first-line,
label[class*="-btn"].loading::first-line {
  color: transparent;
}

button[class*="-btn"].loading::before,
label[class*="-btn"].loading::before {
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  -webkit-animation: spinZoom 1s steps(8) infinite;
  animation: spinZoom 1s steps(8) infinite;
  border-radius: 100%;
  box-shadow: 0 -10px 0 1px currentColor, 10px 0 currentColor, 0 10px currentColor,
    -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor,
    7px 7px currentColor, -7px 7px currentColor;
  /* center */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1170px) {
}

/* loading动画 */
@-webkit-keyframes spinZoom {
  0% {
    -webkit-transform: scale(0.75) rotate(0);
  }

  100% {
    -webkit-transform: scale(0.75) rotate(360deg);
  }
}

@keyframes spinZoom {
  0% {
    transform: scale(0.75) rotate(0);
  }

  100% {
    transform: scale(0.75) rotate(360deg);
  }
}

.wrap {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.main {
  width: 400px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 1px #ddd;
  border-radius: 5px;
  background-color: #fef0f0;
}

.content-show {
  display: flex;
  animation-name: contentShow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes contentShow {
  0% {
    top: 0px;
  }

  20% {
    top: 5px;
  }

  50% {
    top: 10px;
  }

  100% {
    top: 20px;
  }
}
