    @charset "utf-8";
    /* CSS Document */
    body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      background-color: #F3F4F6;
      overflow-x: hidden;
    }
    .header {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: center;
    }
.container {
  width: 100%;
  max-width: 100%; /* 设置最大宽度 */
  height: auto; /* 高度自适应 */
  margin: 0 auto 60px; /* 上下边距60px，左右自动居中 */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* 隐藏溢出的部分 */
  background-color: #f8f8f8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px; /* 可选：添加圆角 */
}

.container img {
  width: 100%;
  height: auto;
  max-height: 212px; /* 保持原设计的高度限制 */
  object-fit: contain; /* 保持图片比例 */
  display: block;
}
    .logo {
      margin-left: -915px;
    }
    
    /* 新的客服模块样式 - 已调整比例 */
    .kf {
       background: url("../images/bg.jpg") no-repeat;
      text-align: center;
      width: 100%;
      max-width: 1360px;
      height: auto;
      margin: 0 auto;
      padding: 60px 20px;
      position: relative;
    }
    .service-time {
      color: #FF0004;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4;
      margin: 0 0 30px 0;
      text-align: center;
      width: 97%;
      padding: 15px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
        /* 联系在线客服按钮 */
    .contact-button {
      text-align: center;
      margin: 30px 0;
    }
    .contact-button a {
      display: inline-block;
      padding: 20px 80px;
      background: linear-gradient(135deg, #3f5ecb 0%, #5f38ae 100%);
      color: white;
      font-size: 20px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      box-shadow: 0 8px 20px rgba(131, 125, 125, 0.4);
      transition: all 0.3s ease;
    }
    .contact-button a:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 25px rgba(131, 125, 125, 0.5);
    }
    .contact-button a:active {
      transform: translateY(0);
    }
    
    .kf-module {
      display: flex;
      justify-content: 12px;
      gap: 30px;
      margin: 0 auto;
      width: 100%;
    }
    .shift-card {
      flex: 1;
      min-width: 280px;
      max-width: 660px;
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }
    .shift-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    .shift-header {
      padding: 20px;
      text-align: center;
      font-weight: bold;
      font-size: 1.3rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .day-shift .shift-header {
      background: linear-gradient(135deg, #4e73df, #3a56c4);
    }
    .night-shift .shift-header {
      background: linear-gradient(135deg, #6f42c1, #5a36a9);
    }
    .shift-time {
      padding: 15px;
      text-align: center;
      background: #f8f9fa;
      font-weight: 600;
      color: #6c757d;
      border-bottom: 1px solid #eee;
      font-size: 16px;
    }
    .contact-item {
      padding: 20px 15px;
      border-bottom: 1px solid #eee;
    }
    .contact-item:last-child {
      border-bottom: none;
    }
    .contact-title {
      font-weight: 600;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.1rem;
      color: #333;
    }
    .contact-methods {
      display: flex;
      justify-content: center;
      gap: 25px;
    }
    .contact-method {
      text-align: center;
      transition: all 0.3s ease;
      flex: 1;
      max-width: 120px;
    }
    .contact-method:hover {
      transform: translateY(-5px);
    }
    .contact-method img {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .contact-method img:hover {
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .contact-method span {
      display: block;
      font-weight: 500;
      color: #333;
      font-size: 14px;
    }
    
    /* 原有样式保留 */
    .btn {
      margin: 40px 0 30px;
      text-align: center;
    }
    ul {
      list-style-type: none;
    }
    .bottom {
      width: 100%;
      height: 235px;
      overflow: hidden;
      position: relative;
      background-position: 0px -0px;
      background-color: #383838;
      margin-top: 40px;
    }
    .STYLE2 {
      font-size: 14px;
      color: #FFFFFF;
      padding-top: 40px;
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
    }
    a {
      color: #D9D9D9;
      text-decoration: none;
    }
    
    /* 优化模态框样式 */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      backdrop-filter: blur(5px);
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .modal.active {
      display: flex;
      opacity: 1;
      animation: fadeIn 0.3s ease;
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    .modal-content {
      background: white;
      padding: 40px;
      border-radius: 16px;
      text-align: center;
      max-width: 85%;
      max-height: 85%;
      position: relative;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
      transform: scale(0.9);
      transition: transform 0.3s ease;
      border: 3px solid #4e73df;
    }
    .modal.active .modal-content {
      transform: scale(1);
    }
    .modal-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #4e73df;
    }
    .modal-content img {
      max-width: 280px;
      max-height: 280px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      border: 1px solid #eee;
    }
    .close-modal {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 36px;
      height: 36px;
      background: #ff6b6b;
      color: white;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: 0 3px 8px rgba(255, 107, 107, 0.4);
    }
    .close-modal:hover {
      transform: rotate(90deg) scale(1.1);
      background: #ff5252;
      box-shadow: 0 5px 12px rgba(255, 107, 107, 0.5);
    }
    
    /* 响应式设计 */
    @media (max-width: 1000px) {
      .kf-module {
        flex-direction: column;
        align-items: center;
      }
      .shift-card {
        width: 100%;
        max-width: 500px;
      }
    }
    
    @media (max-width: 768px) {
      .service-time {
        font-size: 18px;
        padding: 12px;
      }
      .contact-methods {
        flex-direction: column;
        gap: 20px;
      }
      .contact-method {
        max-width: 100%;
      }
      .logo {
        margin-left: 0;
        text-align: center;
      }
      .logo img {
        max-width: 80%;
      }
    }