/* .login-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../images/bg.png');
}
.main-content {
  width: 1200px;
  margin: 0 auto;
  text-align:center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-logo {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.logo-img-size {
  width: 180px;
  height: 50px;
}
.line {
  width: 2px;
  height: 27px;
  margin: 0 40px;
  border: 1px solid #fff;
}
.login-box {
  background-color: #fff;
  border-radius: 2px;
  padding: 60px 0;
} */
.login-img-size {
  width: 420px;
  height:420px;
}
.w45 {
  width: 45%;
}
.login-left {
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}
.c-red {
  color: red;
}
.mrl10 {
  margin: 0 10px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb30 {
  margin-bottom: 30px;
}
.input-size {
  width: 395px;
  height:42px;
  line-height:42px;
}
.login-btn {
  width: 395px;
  height: 54px;
  background: #002A79;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18px;
}
.text-list {
  width: 395px;
  font-size: 14px;
  margin-top: 20px;
}
.icon-list {
  width: 395px;
  margin-top: 16px;
  cursor: pointer;
}
.icon-box {
  width: 188px;
  height: 54px; 
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}
.icon-img-size {
  width: 34px;
  height: 34px;
  margin-top: 10px;
}
.mtb36 {
  margin: 36px 0;
}
.el-input__inner {
  height: 42px !important;
}

.banner-swiper {
  width: 588px;
  height: 430px;
  border-radius: 12px;
}
.banner-swiper img{
  width: 100%;
  height: 100%;
}
#app .footer {
  background-color: transparent;
  padding: 0;
}
#app .footer .footer-link .el-link.el-link--default {
  font-size: 12px;
}
.text-list-btn {
  cursor: pointer;
}
.text-list-btn:hover {
  color: #409EFF;
}