    * { box-sizing: border-box; }
    body {
      margin: 0;
      min-width: 0 !important;
      color: #333;
      background: #fff;
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.8;
    }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    ul { margin: 0; padding: 0; list-style: none; }

    .kjt-footer {
      color: #d8e7f7;
      background: #082b5c;
      overflow: hidden;
    }
    .kjt-footer-width { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
    .kjt-footer-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
      color: #9ed8f4;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .kjt-footer-eyebrow::before { width: 38px; height: 3px; background: #23a9e6; content: ""; }

    .kjt-footer-main { padding: 24px 0 16px; }
    .kjt-footer-grid {
      display: grid;
      grid-template-columns: 1fr .78fr 1.45fr 1.32fr;
      gap: 24px;
      align-items: start;
    }
    .kjt-footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
    }
    .kjt-footer-logo-mark {
      width: 150px;
      height: 34px;
      display: inline-block;
      object-fit: contain;
    }
    .kjt-footer-desc { margin: 16px 0 0; color: rgba(255,255,255,.72); line-height: 1.68; }
    .kjt-footer-desc strong {
      display: block;
      margin-bottom: 8px;
      color: rgba(255,255,255,.9);
      line-height: 1.45;
    }
    .kjt-footer-title {
      margin: 0 0 11px;
      color: #fff;
      font-size: 17px;
      line-height: 1.3;
    }
    .kjt-footer-title::after { display: block; width: 38px; height: 2px; margin-top: 8px; background: #23a9e6; content: ""; }
    .kjt-footer-links li + li { margin-top: 6px; }
    .kjt-footer-links a {
      color: rgba(255,255,255,.76);
      transition: color .2s ease, padding-left .2s ease;
    }
    .kjt-footer-links a:hover { color: #fff; padding-left: 4px; }

    .kjt-footer-contact li {
      display: grid;
      grid-template-columns: 86px minmax(0,1fr);
      gap: 18px;
      padding: 7px 0;
    }
    .kjt-footer-contact strong { color: #9ed8f4; font-size: 12px; text-transform: uppercase; }
    .kjt-footer-contact a, .kjt-footer-contact span { color: #fff; font-weight: 700; line-height: 1.4; word-break: break-word; }
    .kjt-footer-stack-title { margin-top: 22px; }

    .kjt-social-title {
      margin: 12px 0 11px;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.3;
    }
    .kjt-social-title::after {
      display: block;
      width: 38px;
      height: 2px;
      margin-top: 8px;
      background: #23a9e6;
      content: "";
    }
    .kjt-social-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px 12px;
      transform: translate(-18px, 8px);
    }
    .kjt-social-list a,
    .kjt-social-list button {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      border: 0;
      color: rgba(255,255,255,.78);
      background: transparent;
      cursor: pointer;
      text-align: center;
      transition: color .2s ease, transform .2s ease;
    }
    .kjt-social-list a:hover,
    .kjt-social-list button:hover {
      color: #fff;
      transform: translateY(-2px);
    }
    .kjt-social-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
      color: #fff;
      padding: 9px;
      border-radius: 9px;
      box-shadow: 0 8px 16px rgba(0,0,0,.18);
    }
    .kjt-social-icon img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }
    .kjt-social-account,
    .kjt-social-platform {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .kjt-social-account { color: #fff; font-size: 9px; font-weight: 700; line-height: 1.25; }
    .kjt-social-platform { color: rgba(216,231,247,.72); font-size: 9px; line-height: 1.25; }
    .kjt-social-linkedin { padding: 0; background: transparent; overflow: hidden; }
    .kjt-social-facebook { background: #1877f2; }
    .kjt-social-instagram {
      background: radial-gradient(circle at 30% 105%, #ffd600 0 18%, #ff7a00 32%, #e4405f 52%, #833ab4 78%, #405de6 100%);
    }
    .kjt-social-x { background: #111; }
    .kjt-social-youtube { background: #ff0000; }
    .kjt-social-tiktok { background: #010101; }
    .kjt-social-wechat { background: #07c160; }
    .kjt-social-channels { background: #ffa133; }
    .kjt-social-channels img { width: 86%; height: 86%; }
    .kjt-wechat-note {
      display: none;
      margin-top: 12px;
      padding: 9px 12px;
      color: #d8e7f7;
      background: rgba(255,255,255,.08);
      line-height: 1.55;
    }
    .kjt-wechat-note.is-open { display: block; }
    .kjt-social-qr {
      width: 150px;
      max-width: 100%;
      display: block;
      margin-top: 8px;
      background: #fff;
    }

    .kjt-footer-form {
      padding: 14px;
      background: #fff;
      box-shadow: 0 18px 38px rgba(0,0,0,.16);
    }
    .kjt-footer-form h3 { margin: 0; color: #222; font-size: 19px; line-height: 1.22; }
    .kjt-footer-form p { margin: 5px 0 10px; color: #66717d; font-size: 13px; line-height: 1.35; }
    .kjt-footer-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
    .kjt-footer-field-full { grid-column: 1 / -1; }
    .kjt-footer-form input,
    .kjt-footer-form textarea {
      width: 100%;
      padding: 5px 10px;
      border: 1px solid #d5dde7;
      color: #333;
      background: #f8fafc;
      outline: none;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .kjt-footer-form input { min-height: 28px; padding-top: 3px; padding-bottom: 3px; }
    .kjt-footer-form textarea { min-height: 32px; }
    .kjt-footer-form textarea { resize: vertical; }
    .kjt-footer-form input:focus,
    .kjt-footer-form textarea:focus {
      border-color: #0873bd;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(8,115,189,.12);
    }
    .kjt-footer-form input.is-invalid,
    .kjt-footer-form textarea.is-invalid {
      border-color: #d93025;
      background: #fff8f7;
    }
    .kjt-footer-form-status {
      min-height: 18px;
      margin: 8px 0 0;
      color: #66717d;
      font-size: 12px;
      line-height: 1.35;
    }
    .kjt-footer-form-status a { color: #0873bd; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
    .kjt-footer-form-status.is-error { color: #d93025; }
    .kjt-footer-submit {
      width: 100%;
      min-height: 34px;
      margin-top: 8px;
      border: 1px solid #0873bd;
      color: #fff;
      background: #0873bd;
      font-weight: 700;
      cursor: pointer;
      transition: background .2s ease, border-color .2s ease;
    }
    .kjt-footer-submit:hover { border-color: #00518d; background: #00518d; }

    .kjt-footer-bottom {
      padding: 8px 0;
      border-top: 1px solid rgba(255,255,255,.1);
      color: rgba(255,255,255,.6);
      font-size: 13px;
    }
    .kjt-footer-bottom-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 20px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .kjt-footer-bottom a { color: rgba(255,255,255,.76); }
    .kjt-footer-bottom a:hover { color: #fff; }


    @media (max-width: 1100px) {
      .kjt-footer-grid { grid-template-columns: 1fr 1fr; }
      .kjt-footer-form { grid-column: 1 / -1; }
    }
    @media (max-width: 760px) {
      .kjt-footer-width { width: min(100% - 30px, 1200px); }
      .kjt-footer-grid,
      .kjt-footer-form-grid { grid-template-columns: 1fr; }
      .kjt-social-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .kjt-footer-main { padding: 24px 0 16px; }
      .kjt-footer-form { padding: 16px; }
      .kjt-footer-contact li { grid-template-columns: 1fr; gap: 3px; }
    }

    body {
      min-height: 100vh;
      margin: 0;
      background: #f5f7fa;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    .kjt-cookie-bar {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      display: none;
      z-index: 9999;
      background: #fff;
      border-top: 4px solid #15458e;
      box-shadow: 0 -10px 30px rgba(21, 69, 142, .14);
      animation: kjtCookieSlideUp .35s ease;
    }

    @kjtframes kjtCookieSlideUp {
      from {
        transform: translateY(100%);
      }

      to {
        transform: translateY(0);
      }
    }

    .kjt-cookie-inner {
      width: min(1200px, calc(100% - 40px));
      margin: 0 auto;
      padding: 30px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .kjt-cookie-text {
      min-width: 0;
    }

    .kjt-cookie-text strong {
      display: block;
      margin-bottom: 8px;
      color: #15458e;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.35;
    }

    .kjt-cookie-text p {
      margin: 0;
      color: #555;
      font-size: 14px;
      line-height: 1.7;
    }

    .kjt-cookie-text a {
      color: #0068b7;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .kjt-cookie-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .kjt-cookie-btn {
      min-width: 108px;
      height: 40px;
      padding: 0 18px;
      border: 1px solid transparent;
      border-radius: 2px;
      font-size: 14px;
      font-weight: 700;
      line-height: 38px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      white-space: nowrap;
      transition: all .2s ease;
      box-sizing: border-box;
    }

    .kjt-cookie-btn-learn {
      background: #f5f7fa;
      border-color: #dfe6ef;
      color: #333;
    }

    .kjt-cookie-btn-learn:hover {
      border-color: #15458e;
      color: #15458e;
    }

    .kjt-cookie-btn-reject {
      background: #fff;
      border-color: #15458e;
      color: #15458e;
    }

    .kjt-cookie-btn-reject:hover {
      background: #eef5fb;
    }

    .kjt-cookie-btn-accept {
      background: #15458e;
      border-color: #15458e;
      color: #fff;
    }

    .kjt-cookie-btn-accept:hover {
      background: #0068b7;
      border-color: #0068b7;
    }

    @media (max-width: 768px) {
      .kjt-cookie-inner {
        width: min(100% - 28px, 1200px);
        padding: 24px 0;
        flex-direction: column;
        align-items: flex-start;
      }

      .kjt-cookie-actions {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
      }

      .kjt-cookie-btn {
        min-width: 96px;
      }
    }

  .hoverbar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hoverbar-sidebar {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 9999;
  }

  .hoverbar-item {
    position: relative;
    height: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 2px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .hoverbar-item .hoverbar-icon-hover {
    display: none;
  }

  .hoverbar-item:hover > img {
    display: none;
  }

  .hoverbar-item:hover .hoverbar-icon-hover {
    display: block;
  }

  .hoverbar-action {
    position: relative;
    width: 68px;
    height: 50px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .hoverbar-action img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
  }

  .hoverbar-action .hoverbar-icon-hover {
    opacity: 0;
  }

  .hoverbar-action:hover .hoverbar-icon-normal {
    opacity: 0;
  }

  .hoverbar-action:hover .hoverbar-icon-hover {
    opacity: 1;
  }

  .hoverbar-tooltip {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1;
  }

  .hoverbar-action:hover .hoverbar-tooltip {
    opacity: 1;
    visibility: visible;
    left: -150px;
    font-size: 12px;
  }

  .hoverbar-tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
  }

  .hoverbar-tooltip-image {
    width: 220px;
    height: 220px;
  }

  .hoverbar-action:hover .hoverbar-tooltip-image {
    left: -250px !important;
    top: 25px;
  }

  .hoverbar-action:hover .hoverbar-tooltip-email {
    left: -150px !important;
  }

  .hoverbar-tooltip-image:hover {
    display: none;
  }

  .hoverbar-modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
  }

  .hoverbar-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
  }

  .hoverbar-form-group {
    margin-bottom: 15px;
  }

  .hoverbar-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .hoverbar-form-group input,
  .hoverbar-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .hoverbar-form-actions {
    text-align: right;
    margin-top: 20px;
  }

  .hoverbar-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .hoverbar-btn-primary {
    background-color: #1890ff;
    color: #fff;
  }

  .hoverbar-btn-default {
    background-color: #ddd;
    margin-right: 10px;
  }

  .hoverbar-modal-close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }

 /* @media (max-width: 767px) {
    .hoverbar-sidebar {
      display: block;
      right: 8px;
      top: auto;
      bottom: 40px;
    }

    .hoverbar-action:hover .hoverbar-tooltip-image {
      display: none;
    }

    .hoverbar-action {
      width: 48px;
      height: 44px;
    }
  }*/
  @media (max-width: 767px){
    .wpsidebar-fkf{display:none;}
}
