html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pointer {
  cursor: pointer;
}

.size14 {
  font-size: 14px;
}

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

.between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.around {
  justify-content: space-around;
}

.size20 {
  font-size: 20px;

}

.weight {
  font-weight: bold;
}

.items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

#login {
  height: 100%;
}

.el-card {
  border: none !important;
}

.el-card__body {
  padding: 0 !important;
}

.header-card.el-card.is-always-shadow {
  box-shadow: 0px 3px 6px rgb(204 217 233 / 70%);
}

.hezuo-img img {
  height: 24px;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
}

#login {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-container {
  width: 100%;
  /* height: 100%; */
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.system {
  position: absolute;
  right: 90px;
  top: 30px;
}

.el-row {

  flex: 1;

}

.el-col {
  height: 100%;

}

.left-bg {
  position: relative;
  height: 100%;
  background-color: #0081c9;

}

.left-bg h5 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 2px;
}

.welcome {
  /* position: absolute; */
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  color: #fff;
  font-size: 16px;
  height: 100%;
}

.right-box {
  position: relative;
  height: 100%;



}

.youqinglianjie {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.youqinglianjie a {
  color: #333;
  text-decoration: none;
  margin-right: 20px;
}

.login-box {
  width: 500px;
  height: 415px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;

}

.logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;

}

.logo h5 {
  color: #0081c9;
  font-size: 24px;
}

.login-btn {
  width: 100%;
}

.login-footer {
  font-size: 14px;
  font-weight: bold;
  color: #0081c9;
}

#tab-first {
  width: 205px;
  text-align: center;
}

#tab-second {
  width: 205px;
  text-align: center;
}

.el-tabs__item.is-active {
  color: #0081c9;
}

.el-tabs__item {
  font-size: 18px;
}

.el-tabs__active-bar {
  background-color: #0081c9;
}

@media screen and (max-width: 768px) {
  .login-box {
    width: 400px;
    height: 415px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;

  }

  .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

  }

  .logo h5 {
    color: #0081c9;
    font-size: 24px;
  }

  .login-btn {
    width: 100%;
  }

  .login-footer {
    font-size: 14px;
    font-weight: bold;
    color: #0081c9;
  }

  #tab-first {
    width: 155px;
    text-align: center;
  }

  #tab-second {
    width: 155px;
    text-align: center;
  }

  .el-tabs__item.is-active {
    color: #0081c9;
  }

  .el-tabs__item {
    font-size: 18px;
  }

  .el-tabs__active-bar {
    background-color: #0081c9;
  }
}



/* 尾部 */
.footer {
  width: 100%;
  padding: 10px 0;
  background-color: #dae3ea;

}

.code {
  width: 90px;
  height: 90px;
}

.copy {
  color: #000;
  font-size: 14px;
}

.copyurl a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}