/* 首页样式 - 从 HomeView.vue 转换 */
@keyframes identifier {
  0% { background-color: rgba(255, 255, 255, 0.3); }
  100% { background-color: rgba(255, 255, 255, 0.9); }
}
.homeView {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeView .home_video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homeView .home_svg {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeView .search {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}
.homeView .search .titleImg-wrapper {
  width: clamp(120px, 30%, 500px);
  height: auto;
  margin: 0 0 clamp(10px, 1vw, 25px) 0;
  cursor: pointer;
  display: block;
}
.homeView .search .titleImg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.homeView .search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.homeView .search .home_title_search {
  font-size: calc(var(--content-subhea) + 8px);
  color: #fff;
  font-weight: 600;
  margin: 0 0 clamp(10px, 2vw, 25px) 0;
  text-align: center;
  line-height: 1.3;
}
.homeView .search .search-box {
  max-width: var(--max-width-home-input);
  width: clamp(300px, 60%, 800px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: clamp(30px, 5vw, 120px);
  overflow: hidden;
}
.homeView .search .search-box .input {
  height: 100%;
  flex: 1;
  border: none;
  padding: 0 20px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px 0 0 10px;
  color: #000;
  box-sizing: border-box;
}
.homeView .search .search-box .input:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}
.homeView .search .search-box .search-btn {
  width: clamp(80px, 18%, 150px);
  height: 100%;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
  white-space: nowrap;
}
.homeView .search .button-box {
  display: flex;
  position: absolute;
  bottom: 22%;
  gap: clamp(15px, 4vw, 50px);
  flex-wrap: wrap;
  justify-content: center;
}
.homeView .search .button-box .button {
  border-radius: 5px;
  padding: clamp(8px, 2vw, 12px) clamp(20px, 4vw, 30px);
  background-color: rgba(254, 153, 6, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.homeView .search .button-box .button:hover {
  background-color: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
/* 移动端适配 */
@media (max-width: 768px) {
  .homeView .home_video {
    display: none !important;
  }
  .homeView .home_video_mobile {
    display: block !important;
  }
  .homeView .home_svg {
    display: block !important;
  }
  .homeView .search .home_title_search {
    font-size: calc(var(--content-subhea) - 2px) !important;
    padding: 0 10px;
  }
  .homeView .search .search-box {
    width: clamp(280px, 80%, 500px) !important;
    height: 45px !important;
  }
  .homeView .search .search-box .input {
    font-size: 14px !important;
    padding: 0 15px !important;
  }
  .homeView .search .search-box .search-btn {
    width: clamp(70px, 22%, 120px) !important;
    font-size: 14px !important;
  }
  .homeView .search .button-box {
    bottom: 20% !important;
    gap: 10px !important;
    padding: 0 10px;
  }
  
  .banner-box {
    height: 400px;
  }
  .banner-box .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .banner-box .title2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .input_box {
    width: 90% !important;
    flex-direction: column;
    height: auto !important;
    border-radius: 8px !important;
    padding: 10px;
  }
  .input_box .input {
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .input_box .btn {
    width: 100% !important;
    height: 40px !important;
    border-radius: 4px !important;
  }
  .dongtai .info-list {
    flex-direction: column;
    padding: 0 15px;
  }
  .dongtai .info-list .info-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .module-wrap {
    padding: 30px 0 !important;
  }
}
/* 粒子背景 */
.particle-page {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0c0b20, #1a0a2e, #0c0b20);
  min-height: 100vh;
  height: 100%;
}
.particle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
