.mt-10 {
  margin-top: 10px;
}

a {
  text-decoration: none;
  color: #515a6e;
}

.dfs {
  display: flex;
  align-items: flex-start;
}

.dfc {
  display: flex;
  align-items: center;
}

.fdc {
  flex-direction: column;
}

.dfcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

html,
body,
#app {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.page-login .page-login--layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.c-name {
  text-align: center;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 25px;
  color: #515a6e;
}

.page-login {
  user-select: none;
}

.page-login {
  background-color: #f0f2f5;
  height: 100%;
  position: relative;
}

.page-login .page-login--layer {
  overflow: auto;
}

.page-login .page-login--layer-area {
  overflow: hidden;
}

.page-login .page-login--layer-time {
  font-size: 19em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.page-login .page-login--content {
  height: 100%;
  min-height: 500px;
}

.page-login .page-login--content-header {
  padding: 1em 0;
}

.page-login .page-login--content-header .page-login--content-header-motto {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  color: #515a6e;
}

.page-login .page-login--logo {
  width: 240px;
  margin-bottom: 2em;
  margin-top: -2em;
}

.page-login .page-login--form {
  width: 280px;
  /* height: 280px; */
  position: relative;
  background-color: #fff;
}



.page-login .page-login--content-footer {
  padding: 1em 0;
  color: #515a6e;
}

.page-login .page-login--content-footer .page-login--content-footer-locales {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.page-login .page-login--content-footer .page-login--content-footer-locales a {
  margin: 0 0.5em;
}

.page-login .page-login--content-footer .page-login--content-footer-copyright {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.page-login .page-login--content-footer .page-login--content-footer-options {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.page-login .page-login--content-footer .page-login--content-footer-options a {
  margin: 0 1em;
}

.page-login .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.page-login .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #fff;
  animation: animate 25s linear infinite;
  bottom: -200px;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.page-login .circles li:nth-child(1) {
  left: 15%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.page-login .circles li:nth-child(2) {
  left: 5%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.page-login .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.page-login .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.page-login .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.page-login .circles li:nth-child(6) {
  left: 75%;
  width: 150px;
  height: 150px;
  animation-delay: 3s;
}

.page-login .circles li:nth-child(7) {
  left: 35%;
  width: 200px;
  height: 200px;
  animation-delay: 7s;
}

.page-login .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.page-login .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.page-login .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



input ,select{
  outline-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 10px;
  width: 200px;
  font-size: 16px;

}

input::input-placeholder ,select::input-placeholder{
  color: #ccc;
}

input::-webkit-input-placeholder,select::-webkit-input-placeholder {
  color: #ccc;
}

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

button {
  width: 100%;
  /*设置按钮宽度*/
  height: 40px;
  /*设置按钮高度*/
  color: white;
  /*字体颜色*/
  /* background-color: '#1890ff'; */
  /*按钮背景颜色*/
  border-radius: 3px;
  /*让按钮变得圆滑一点*/
  border-width: 0;
  /*消去按钮丑的边框*/
  margin: 0;
  outline: none;
  /*取消轮廓*/
  /* font-family: KaiTi; */
  /*字体设置为楷体*/
  font-size: 16px;
  /*设置字体大小*/
  text-align: center;
  /*字体居中*/
  cursor: pointer;
  /*设置鼠标箭头手势*/
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1890ff), color-stop(1, #4cacff));
  background: -ms-linear-gradient(bottom, #1890ff, #4cacff);
  background: -moz-linear-gradient(center bottom, #1890ff 0%, #4cacff 100%);
  background: -o-linear-gradient(#4cacff, #1890ff);
}

button:hover {
  /*鼠标移动时的颜色变化*/
  background-color: "#4cacff";
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.3;
  z-index: 99;
}

.loader-1 {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
