@charset "UTF-8";
/**
 * description: 登录入口引导
 * autor: qyt
 * date: 2024-09-18
 */
.login-title {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.login-list {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}
.login-card {
  display: inline-block;
  vertical-align: top;
  width: 468px;
  margin-right: 80px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #cfcfcf;
          box-shadow: 0 0 15px #cfcfcf;
}
.login-card:last-child {
  margin-right: 0;
}
.login-card-bd {
  min-height: 320px;
  padding: 36px 0 20px 0;
  color: #fff;
  background-color: #13b5c8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-card-icon {
  margin: 0 auto;
  width: 165px;
  height: 165px;
  line-height: 165px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.login-card-icon > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.login-card-name {
  margin: 20px 60px 0;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}
.login-card-ft {
  padding: 38px 0;
  font-size: 18px;
  text-align: center;
}
.login-card-btn {
  display: inline-block;
  width: 367px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  background-color: #12a5b6;
}
.login-card:nth-child(2) .login-card-bd {
  background-color: #e78b1f;
}
.login-card:nth-child(2) .login-card-btn {
  background-color: #d37f1b;
}