#login,#regist,#forget{
    background-attachment: fixed;
    background-color: #dce8fd;
    background-image: url(/clientarea/template/pc/default/img/login.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.template .container-back {
    background:none;
}
.template .container-before {
    width: auto;
    height: auto;
    border-radius: 12px;
}
.template .login {
    padding: 45px;
}
.template .login-text-regist {
    position: absolute;
    right: 0;
    top: 0;
    background: #1a56db;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0 12px 0 20px;
    margin-top: 0;
}
.template .login-text-regist a {
    color:#fff;
}
.template .login-form {
    margin-top: 0.38rem;
}
.template .container-back .back-text {
    color: #222;
}
.el-aside {
    background: #1a1a1a;
}

.search-box {
    display: inline-block;
    margin-top: 20px;
}
  .type-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    align-items: center;
  }
.search-box p{
  margin-bottom: 5px;
}
  .type-btn {
    padding: 0.05rem 0.15rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.04rem;
    background: #f7f8fa;
    color: #606266;
    font-size: 0.14rem;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
    white-space: nowrap;
  }

  .type-btn:hover {
    border-color: #0058ff;
    color: #1a1a1a;
  }

  .type-btn.active {
    background: rgba(0, 88, 255, 0.08);
    border-color: #0058ff;
    color: #0058ff;
  }

  .type-btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

  .type-btn.disabled:hover {
    border-color: #dcdfe6;
    color: #606266;
  }

  .first-type-group {
    margin-bottom: 0.16rem;
  }
 .search-box .search-input .el-input__inner {
    height: 0.38rem !important;
    line-height: 0.38rem;
}
.search-box .search-btn {
    height: 0.38rem;
    font-size: 0.15rem;
}
.main-card .main-title {
    font-size: 0.2rem;
}
.template > .tit {
    margin-bottom: 0 !important;
}
.ali-logo {
  height: 45px !important;
  max-width: none !important;
  margin: 12px auto 0;
}