<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* èŒä½å¡ç‰‡æ&nbsp;·å¼è°ƒæ•´ */
  .job-card {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.08);
    padding: 1.5rem 2rem;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 1.5rem;
    border-left: 4px solid #0066da;
  }
  
  .job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
  }
  
  /* æŒ‰é’®æ&nbsp;·å¼ */
  .toggle-btn {
    border-color: #0066da;
    color: #0066da;
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .toggle-btn:hover, .toggle-btn:focus {
    background-color: #0066da;
    color: white;
  }
  
  .toggle-btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 218, 0.25);
  }
  
  /* æŠ˜å&nbsp;å›¾æ&nbsp;‡æ&nbsp;·å¼ */
  .job-toggle-icon {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
  }
  
  [aria-expanded="true"] .job-toggle-icon {
    transform: rotate(180deg);
  }
  
  /* èŒä½æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
  .job-title {
    color: #0066da;
    font-weight: 600;
  }
  
  /* éƒ¨é—¨æ&nbsp;‡é¢˜æ&nbsp;·å¼å¢žå¼º */
  h3.text-bones {
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(0, 102, 218, 0.1);
  }
&lt;/style&gt;
  
  &lt;style&gt;
  /* Animation for content */
  .content-container {
    animation: contentFade 0.5s ease-out;
  }

  @keyframes contentFade {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* åŸºç¡€å­—ä½“è®¾ç½® */
  @font-face {
    font-family: 'pingfang';
    src: url('./static/font/PingFang.ttc') format('truetype');
  }

  @font-face {
    font-family: 'source';
    src: url('./static/font/SourceHanSansSC-Light.otf') format('truetype');
  }

  body {
    font-family: 'source', 'Inter', sans-serif;
    background-color: #f8f9ff;
  }

  .text-justify {
    color: black;
  }

  ::selection {
    background-color: lightgray; 
    color: black; 
  }

  /* ä¸»é¢˜è‰²å½©è®¾ç½® */
  .text-bones {
    color: #0066da;
  }

  .bg-bones {
    background-color: #0066da;
  }

  /* ä¿ç•™åŽŸæœ‰å¯¼èˆªæ&nbsp;æ&nbsp;·å¼ */
  #header {
    background-color: #0066da;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  #header .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
  }

  .nav-link {
    color: white !important;
    padding: 0.75rem 0.9rem !important;
    font-size: 1rem !important;
  }

  .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
  }

  .navbar-brand {
    padding: 0.5rem 0;
  }

  .navbar-brand-logo {
    max-width: 6.5rem !important;
  }

  .dropdown-menu {
    display: none;
  }
  
  .dropdown-hover:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    font-size: 1.1rem;
    background-color: #0066da;
    border: none;
  }

  .dropdown-item {
    color: white;
  }

  .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }

  /* è‹±é›„åŒºåŸŸæ&nbsp;·å¼ */
  .hero-section {
    background: linear-gradient(135deg, #0066cc, #0099ff);
    padding: 5rem 0 6rem;
    margin-bottom: 0rem;
    position: relative;
    overflow: hidden;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.8;
  }

  .hero-title {
    color: white;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
  }

  .content-container {
    background-color: #f5f7fa;
    border-radius: 24px;
    padding: 3rem 2rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
    margin-top: -4rem; /* è´Ÿå€¼ä½¿å®¹å™¨ä¸Šç§» */
  }

  /* åœ°å›¾å®¹å™¨æ&nbsp;·å¼ */
  .map-container {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
  }

  /* è”ç³»ä¿¡æ¯å¡ç‰‡æ&nbsp;·å¼ */
  .contact-card {
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 102, 204, 0.08);
    padding: 2rem;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
  }

  .contact-card-title {
    color: #0066da;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .contact-info-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
  }

  .contact-info-item i {
    color: #0066da;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
  }

  .contact-info-text {
    flex: 1;
  }

  /* äºŒç»´ç&nbsp;æ&nbsp;·å¼ */
  .qr-code-container {
    text-align: center;
    margin-bottom: 2rem;
  }

  .qr-code {
    max-width: 200px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }

  /* èŒä½å¡ç‰‡æ&nbsp;·å¼è°ƒæ•´ */
  .job-card {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.08);
    padding: 1.5rem 2rem;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 1.5rem;
    border-left: 4px solid #0066da;
  }
  
  .job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
  }
  
  /* æŠ˜å&nbsp;å›¾æ&nbsp;‡æ&nbsp;·å¼ */
  .job-toggle-icon {
    font-size: 1.2rem;
    color: #0066da;
    transition: transform 0.3s ease;
  }
  
  [aria-expanded="true"] .job-toggle-icon {
    transform: rotate(180deg);
  }
  
  /* å¯ç‚¹å‡»æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
  .job-card .d-flex[data-bs-toggle="collapse"] {
    cursor: pointer;
    padding: 0.5rem 0;
  }
  
  .job-card .d-flex[data-bs-toggle="collapse"]:hover .job-title {
    color: #0055b8;
  }

  .job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
  }

  .job-title {
    color: #0066da;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .job-location {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }

  .job-description {
    margin-bottom: 1.5rem;
  }

  .job-requirements {
    margin-bottom: 1.5rem;
  }

  .job-requirements ul {
    padding-left: 1.5rem;
  }

  /* å…¬å¸æ–‡åŒ–éƒ¨åˆ†æ&nbsp;·å¼ */
  .culture-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
  }

  .culture-card {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    transition: transform 0.3s;
  }

  .culture-card:hover {
    transform: translateY(-5px);
  }

  .culture-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0066da;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(0, 102, 218, 0.3);
  }

  /* ä»·å€¼è§‚å¡ç‰‡æ&nbsp;·å¼ */
  .value-card {
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 102, 204, 0.08);
    padding: 2rem;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 2rem;
    border-left: 4px solid #0066da;
    height: 100%; /* ä¿®æ”¹ï¼šç¡®ä¿åŒä¸€è¡Œçš„å¡ç‰‡é«˜åº¦ä¸€è‡´ */
    display: flex;
    flex-direction: column;
  }

  .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
  }

  .value-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 102, 218, 0.1);
    color: #0066da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .value-title {
    color: #0066da;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  /* æœŸæœ›å¡ç‰‡æ&nbsp;·å¼ - ä¿®æ”¹ä¸ºå¯ä¼¸ç¼©é«˜åº¦ */
  .expectation-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: transform 0.3s;
    margin-bottom: 1.5rem; /* ä¿®æ”¹ï¼šç»Ÿä¸€é—´è· */
    height: auto; /* ä¿®æ”¹ï¼šå…è®¸å¡ç‰‡é«˜åº¦è‡ªé€‚åº”å†…å®¹ */
    display: flex;
    flex-direction: column;
  }

  .expectation-card:hover {
    transform: translateY(-5px);
  }

  .expectation-icon {
    color: #0066da;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  /* å›¢é˜Ÿç¦åˆ©éƒ¨åˆ†æ&nbsp;·å¼ */
  .benefits-icon {
    font-size: 2.5rem;
    color: #0066da;
    margin-bottom: 1rem;
  }

  /* é¡µè„šæ&nbsp;·å¼ */
  .footer {
    background-color: #0066da;
    color: #fff;
    padding: 4rem 0 2rem;
  }

  .footer-logo {
    max-width: 10rem;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
  }

  .footer-links h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  .footer-links ul {
    list-style: none;
    padding-left: 0;
  }

  .footer-links ul li {
    margin-bottom: 0.75rem;
  }

  .footer-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-links ul li a:hover {
    color: #fff;
  }

  .footer-social {
    margin-top: 1.5rem;
  }

  .footer-social a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s;
  }

  .footer-social a:hover {
    color: #fff;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }

  /* æŒ‰é’®æ&nbsp;·å¼ */
  .btn-primary {
    background-color: #0066da;
    border-color: #0066da;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .btn-primary:hover, .btn-primary:focus {
    background-color: #0055b8;
    border-color: #0055b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
  }

  /* ä¿®å¤ï¼šæ–°å¢žç»Ÿä¸€çš„å¡ç‰‡ flex æ&nbsp;·å¼ */
  .flex-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .flex-card-body {
    flex: 1 1 auto;
  }

  /* å“åº”å¼è°ƒæ•´ */
  @media (max-width: 992px) {
    .contact-card, .job-card, .value-card, .expectation-card {
      margin-bottom: 2rem;
    }
  }

  /* ç§»åŠ¨ç«¯é€‚é… */
  @media (max-width: 991.98px) {
    /* ç¡®ä¿å±•å¼€åŽçš„å¯¼èˆªæ&nbsp;èƒŒæ™¯æ˜¯è“è‰² */
    .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #0066da !important; /* ä½¿ç”¨ä¸Žé¡¶éƒ¨å¯¼èˆªç›¸åŒçš„è“è‰² */
      padding: 1rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      z-index: 1000;
    }
    
    /* ç¡®ä¿å±•å¼€åŽçš„é“¾æŽ¥æ–‡å­—æ˜¯ç™½è‰² */
    .navbar-collapse .nav-link {
      color: white !important;
    }
    
    /* ç»™å±•å¼€çš„èœå•æ·»åŠ&nbsp;åœ†è§’ */
    .navbar-collapse {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      margin-top: 0;
    }
  }

  @media (max-width: 768px) {
    .hero-section {
      padding: 4rem 0 6rem;
    }
    
    .hero-title {
      font-size: 2.25rem;
    }
    
    .hero-text {
      font-size: 1.1rem;
    }
    
    .map-container {
      height: 300px;
    }
    
    .content-container {
      padding: 2rem 1.5rem;
    }
  }

  @media (max-width: 576px) {
    .hero-title {
      font-size: 2rem;
    }
  }

  /* æ–°å¢žéƒ¨åˆ†ï¼šé¡µé¢åŒºå—é—´è· */
  .section-spacer {
    padding: 5rem 0;
  }

  @media (max-width: 767px) {
    .section-spacer {
      padding: 3rem 0;
    }
  }

  @media (min-width: 992px) {
    .nav-link.fs-5 {
      font-size: 0.95rem !important;
    }
  }</pre></body></html>