﻿
@font-face {
  font-family: 'DINPro';
  src: url('../assets/DINPro-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login-container {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 1200px;
  overflow: hidden;
  color: #496495;
  background-color: #dcecfd;
  background-image: url('../assets/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: default;
}

.left-log,
.login-product-matrix,
.login-card,
.footer {
  position: relative;
  z-index: 8;
}

.left-log {
  position: absolute;
  top: clamp(14px, 2.1vh, 20px);
  left: 48px;
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: 48px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: #496495;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #496495;
  border-radius: 6px;
  color: #411500;
  background: #496495;
  font-size: 16px;
  font-weight: 800;
}

.system-logo {
  font-size: 20px;
  color: #496495;
}

.login-product-matrix {
  position: absolute;
  top: clamp(18px, 3.2vh, 31px);
  right: 48px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-product-matrix-left {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #496495;
  font-size: 16px;
  white-space: nowrap;
}

.phone-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.login-product-matrix-left-divider {
  width: 1px;
  height: 15px;
  margin-left: 23px;
  background-color: #496495;
}

.login-card {
  width: clamp(1180px, 87.5vw, 1680px);
  height: min(660px, calc(100dvh - 118px));
  min-height: 560px;
  padding: clamp(28px, 4.6vh, 48px) 60px;
  border-radius: 20px;
}

.login-card-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-bottom: 80px;
}

.content-left {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 40px;
  color: #496495;
  margin-bottom: 40px;
}

.brand-domain {
  line-height: 36px;
  font-family: "DINPro";
  font-size: 28px;
  font-weight: 700;
  color: rgba(44, 87, 133, 0.5);
}

.brand-title {
  margin-top: 20px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.12;
  color: #496495;
}

.brand-subtitle {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: #496495;
}

.brand-divider {
  width: 300px;
  height: 2px;
  margin: 24px 0 16px;
  border-radius: 1px;
  background:linear-gradient(270deg,rgba(211, 226, 244, 0.2) 0%,#496495 48.89%,#496495 100%);
}

.brand-slogan {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 26px;
  color: #496495;
  font-size: 16px;
}

.warning-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #411500;
  background: #dfa873;
  font-size: 13px;
  font-weight: 800;
}

.content-right {
  position: relative;
  display: flex;
  flex: 0 0 520px;
  justify-content: flex-end;
  align-items: center;
  min-width: 420px;
  max-height: 100%;
  overflow: visible;
  margin-top: 20px;
}


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #3e3e3d;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .login-card {
    width: 1180px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .brand-title {
    font-size: 56px;
  }
}
.kn-v8-product-matrix__trigger{
  color: #496495 !important;
}
.kn-v8-product-matrix__trigger:hover {
  background-color: rgba(73, 100, 149, 0.1) !important;
}
.kn-v8-product-matrix__popover{
  border:1px solid;
  border-color:rgba(255, 255, 255, 0.66);
  border-radius:10px;
  backdrop-filter:blur(10px);
  box-shadow:0px 0px 4px rgba(0, 0, 0, 0.1);
}
