* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

.page-container {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}

.header {
  background: transparent;
  color: #fff;
  position: relative;
  z-index: 3;
}

.top-bar {
  padding: 10px 0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 244px;
  height: 64px;
}

.region-select {
  display: flex;
  position: absolute;
  top: 58px;
  margin-left: 340px;
}

.department-select span {
	position: absolute;
    top: 58px;
    margin-left: 450px !important;
    font-family: Microsoft YaHei;
    padding: 6px 5px 6px 12px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 80px;
    height: 32px;
    gap: 6px;
    font-weight: 600;
}

.region-btn {
  font-family: Microsoft YaHei;
  padding: 6px 5px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 94px;
  height: 32px;
  font-weight: 600;
  justify-content: space-around;
}

.region-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.region-btn::after {
  content: "▼";
  font-size: 10px;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.top-link:hover {
  color: #f1f3f5;
}

.special-btn-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
  height: 30px;
  border-radius: 4px;
  font-weight: 600;
}

.special-btn-group .top-link {
  padding: 4px 12px;
}

.special-btn-group .access-btn {
  border-radius: 4px 0 0 4px;
  border-right: none;
  font-size: 16px;
  color: #333;
}

.special-btn-group .elder-btn {
  border-radius: 0 4px 4px 0;
  border-left: none;
  font-size: 16px;
  color: #333;
}

.btn-divider {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}

.register-dropdown-wrapper {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.register-link {
  cursor: pointer;
}

.register-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 120px;
  margin-top: 2px;
  animation: slideDown 0.2s ease;
}

.register-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.1);
}

.register-dropdown-menu::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.register-dropdown-wrapper:hover .register-dropdown-menu {
  display: block;
}

.register-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.register-dropdown-menu a:hover {
  background: #f0f5ff;
  color: #0a5edd;
}

.main-nav {
  padding: 15px 0 21px 0;
  margin-top: 23px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 40px;
}

.nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0;
  font-weight: 600;
}

.nav-item a:hover {
  color: #f1f3f5;
}

.nav-item.active a {
  border-bottom: 2px solid #fff;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-btn span {
  width: .45rem;
  height: .06rem;
  background: #fff;
  border-radius: 2px;
  margin-right: .3rem;
}

.mobile-header,
.mobile-service-icons {
  display: none;
}

.banner {
  height: 36.46vw;
  max-height: 560px;
  position: relative;
  overflow: hidden;
  height: 700px;
}

.banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.slider-item.active {
  opacity: 1;
}

.slider-item.mobile {
  display: none;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}

.banner-content {
  padding: 85px 0 60px 0;
  z-index: 1;
  position: relative;
}

.banner-title {
  text-align: center;
  font-size: 32px;
  color: #c41e3a;
  margin-bottom: 30px;
  font-weight: bold;
}

.search-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.person-icon {
  width: 100px;
  height: 100px;
}

.welcome-icon {
  width: 100%;
  height: 100%;
}

.search-box {
  display: flex;
  max-width: 470px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-input {
  flex: 1;
  padding: 21px 25px;
  border: none;
  outline: none;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.search-btn {
  padding: 15px 20px;
  background: #0a5edd;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 96px;
  height: 60px;
  border-radius: 0px 4px 4px 0px;
  opacity: 1;
}

.quick-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hot-search {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0em;
  color: #fff;
}

.tab {
  display: inline-table;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
}

.icon-item {
  text-decoration: none;
}

.icon-item {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d8d8d8;
  border: 1px solid #dadada;
  gap: 5px;
  opacity: 1;
  transition: all 0.5s;
}

.icon-item:nth-child(1) {
  background: url(bmsx.png) no-repeat center center;
}

.icon-item:hover {
  box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
  transform: translate(0, -5px);
}

.icon-item:nth-child(2) {
  background: url(grfw.png) no-repeat center center;
}

.icon-item:nth-child(3) {
  background: url(frfw.png) no-repeat center center;
}

.icon-item:nth-child(4) {
  background: url(bmfw.png) no-repeat center center;
}

.icon-item:nth-child(5) {
  background: url(ygzw.png) no-repeat center center;
}

.icon-item:nth-child(6) {
  background: url(zczx.png) no-repeat center center;
}

.hot-services {
  height: 60px;
  background: #deedff;
  display: flex;
  align-items: center;
  opacity: 0.85;
}

.hot-links {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.hot-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
  flex-shrink: 0;
  font-weight: normal;
  letter-spacing: 0em;
}

.hot-title span {
  margin: 0 20px 0 10px;
  font-weight: 600;
}

.rmbs-icon {
  width: 24px;
  height: 24px;
}

.hot-list {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  justify-content: space-between;
}

.hot-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hot-list li:last-child {
  margin-right: 0;
}

.hot-list li::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #333;
  border-radius: 50%;
}

.hot-list li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
}

.hot-list li a:hover {
  color: #666;
}

.hot-icon {
  width: 30px;
  height: 14px;
  margin-top: -15px;
}

.featured-services {
  padding: 40px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.section-header h2 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
}

.more-link {
  font-size: 14px;
  background: url(more.png) center right no-repeat;
}

.more-link a {
  color: #999;
  text-decoration: none;
  padding-right: 2rem;
}

.more-link a:hover {
  color: #666;
}

.featured-banner {
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.featured-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.featured-item:hover {
  box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
  transform: translate(0, -5px);
}

.featured-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.featured-overlay h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: normal;
}

.featured-overlay p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1608);
}

.life-cycle,
.enterprise-cycle {
  padding: 20px 0;
  background: #fff;
}

.lifecycle-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.lifecycle-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.lifecycle-title {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  width: 12%;
}

.lifecycle-title h2 {
  font-size: 22px;
  color: #333;
  margin: 0;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
}

.lifecycle-title h2 a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.lifecycle-title h2 a:hover {
  color: #0a5edd;
}

.lifecycle-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.lifecycle-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: auto;
}

.grClass {
  padding: 0 38px;
}

.qyClass {
  padding: 0 30px;
}

.tab-indicator {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.tab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8d8;
  transition: all 0.3s ease;
}

.lifecycle-tab.active .tab-dot {
  display: none;
}

.tab-icon {
  display: none;
  font-size: 24px;
  line-height: 24px;
}

.lifecycle-tab.active .tab-icon {
  display: block;
}

.tab-text {
  font-size: 16px;
  font-weight: 600;
}

.lifecycle-tab.active .tab-text {
  color: #0a5edd;
  font-size: 16px;
  font-weight: 600;
}

.lifecycle-content {
  overflow: hidden;
  height: 200px;
}

.lifecycle-swiper {
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.lifecycle-swiper .swiper-slide {
  height: 191px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid #f7f7f7;
  opacity: 1;
}

.lifecycle-item {
  width: 100%;
  height: 100%;
}

.lifecycle-item:hover {
  background: #fff;
  box-shadow:
    4px 4px 12px rgba(0, 0, 0, 0.15),
    -2px -2px 8px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.item-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-icon {
  font-size: 20px;
  color: #1e90ff;
}

.item-title {
  font-size: 20px;
  color: #2b2f32;
  font-weight: normal;
  flex: 1;
}

.item-title a {
  color: #333;
  text-decoration: none;
}

.item-title a:hover {
  color: #0a5edd;
}

.item-count {
  font-size: 14px;
  color: #999;
  padding: 2px 8px;
}

.item-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 22px;
  padding-top: 10px;
}

.item-link {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.item-links a:hover {
  color: #0a5edd;
}

.policy-news {
  padding: 60px 0;
  background: #fff;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-item {
  height: 156px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  opacity: 1;
  background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.news-item:hover {
  background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.news-item:hover h3 {
  font-weight: 600;
}

.news-item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #dfeffb 0%, #0a5edd 100%);
  border-radius: 0 0 8px 8px;
}

.news-item h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
}

.news-date {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 20px;
}

.friend-links {
  height: 60px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  position: relative;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.link-category {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.category-name {
  color: #666;
  font-size: 14px;
}

.category-arrow {
  font-size: 10px;
  margin-left: 6px;
  transition: transform 0.3s ease;
  color: #333333;
}

.link-category:hover .category-arrow {
  transform: rotate(-180deg);
}

.link-category:hover .category-name {
  color: #0a5edd;
}

.category-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  white-space: nowrap;
  animation: slideUp 0.2s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.link-category:hover .category-dropdown {
  display: block;
}

.category-dropdown a {
  display: block;
  padding: 8px 20px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.category-dropdown a:hover {
  background: #f0f5ff;
  color: #0a5edd;
}

.link-divider {
  color: #333;
}

.about-section {
  height: 200px;
  background: #edf5fc;
  display: flex;
  align-items: center;
}

.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.about-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #dfeffb;
  height: 141px;
}

.about-icon-item img {
  width: 100%;
}

.about-links {
  display: flex;
  gap: 60px;
  background: #dfeffb;
  padding: 42px 25px;
}

.about-link-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-link-column a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.about-link-column a:hover {
  color: #0a5edd;
}

.about-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #dfeffb;
  padding: 42px 25px;
}

.about-contact p {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.about-qr {
  display: flex;
  gap: 30px;
  background: #dfeffb;
  padding: 8px 35px;
}

.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.qr-item img {
  width: 72px;
  height: 72px;
}

.qr-item span {
  font-size: 16px;
  color: #333;
}

.qr-sub {
  font-size: 10px;
  color: #999;
}

.zhubandanwei {
  height: 60px;
  background: #dfeffb;
  display: flex;
  align-items: center;
}

.zhubandanwei-content {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  justify-content: center;
}

.zhubandanwei-item {
  font-size: 16px;
  color: #333;
  padding: 0 20px;
}

.zhubandanwei-item a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.zhubandanwei-item a:hover {
  color: #0a5edd;
}

.zhubandanwei-item:last-child {
  border-right: none;
}

.security-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffd700;
  color: #d32f2f;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }

  .nav-list {
    gap: 30px;
  }

  .banner::before,
  .banner::after {
    width: 200px;
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cycle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.12rem;
  }

  html,
  body {
    overflow-x: hidden;
  }
  
  /*移动端登录成功样式开始*/
  .utils {
  width: auto;
  height: auto;
}

.utils > ul {
  display: flex;
  justify-content: end;
}

.utils li {
  height: 0.28rem;
  margin-left: 0.2rem;
  line-height: 0.28rem;
}

.utils li:first-child {
  margin-left: 0;
}

.utils li:nth-child(3) {
  margin-left: 0.2rem;
}

.utils li,
.utils li a,
.utils li span {
  font-size: 0.14rem;
  color: #ffffff;
}

.utils .wza {
  cursor: pointer;
}

.utils li img {
  vertical-align: middle;
  margin-right: 0.06rem;
}

.utils .lnr {
  box-sizing: border-box;
  width: auto;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  background-color: #f7b500;
  vertical-align: center;
}

.utils .lnr a {
  line-height: 0.28rem;
  font-size: 0.15rem;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  height: 0.28rem;
  padding: 0 0.05rem 0 0.05rem;
}

.utils .lnr a:hover {
  background: #f7b500;
  color: #fff;
}

.utils li.registerLogin {
  width: 1.05rem;
  height: 0.36rem;
  background: #3775f6;
  text-align: center;
  line-height: 0.36rem;
  position: relative;
  border-radius: 4px;
}

.utils li.registerLogin span,
.utils li.registerLogin a {
  font-size: 0.14rem;
  color: #ffffff;
}

.utils li.registerLogin span.fgx {
  padding: 0 0.05rem 0 0.05rem;
}

.utils > div {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.28rem;
  width: auto;
  line-height: 0.28rem;
}

.utils > div img.photo {
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.utils > div img.select {
  width: 0.09rem;
  height: 0.05rem;
  margin-right: 0.12rem;
}

.utils > div a {
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #ffffff;
}

.utils > div a:hover {
  color: #1677ff;
}

.utils > div span {
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #ffffff;
}
  .user-set-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 999;
  }
  .user-set-box .user-set {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eeeeee;
  }
  .user-set-box .user-set li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #ffffff;
    color: #333333;
    font-size: 0.2rem;
    margin-left: 0;
    text-align: center;
    border-top: 1px solid #eeeeee;
  }
  .user-set-box .user-set li:first-child {
    border-top: none;
  }
  .user-set-box .user-set li:last-child {
    border-top: none;
    margin-top: 0.2rem;
  }
  .user-set-box .user-set li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    background: #ffffff;
    color: #333333;
    font-size: 0.2rem;
    text-align: center;
  }
  /*移动端登录成功样式结束*/

  .region-select {
  	position: absolute;
    top: .1rem;
    left: .15rem;
    margin-left: 0;
  }
  
  .page-container {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .associational {
  	width: 7rem !important;
    top: .9rem !important;
    height: 2.75rem !important;
  }

  .container {
    max-width: 100%;
  }

  .main-nav,.top-bar-right,.logo,.shengzhibumen {
    display: none;
  }

  .mobile-header {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0.1rem 0.15rem;
    background: transparent;
    top: -0.5rem;
  }

  .mobile-top-links {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    margin-bottom: 0.1rem;
    flex-wrap: wrap;
  }

  .mobile-top-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.24rem;
  }

  .mobile-top-links span {
    color: rgba(255, 255, 255, 0.6);
  }

  .mobile-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0.85rem;
  }

  .mobile-logo-area {
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }

  .mobile-logo-img {
    width: 63%;
    height: 100%;
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
  }

  .mobile-region-btn {
    background: #fff;
    border: none;
    border-radius: 0.35rem;
    font-size: 0.22rem;
    color: #333;
    cursor: pointer;
    height: 0.6rem;
    position: absolute;
    top: 0.9rem;
    left: 3.8rem;
    z-index: 999;
  }

  .mobile-user-icon {
    font-size: 0.2rem;
    color: #fff;
    text-decoration: none;
    margin-right: 0.1rem;
  }

  .mobile-user-icon img {
    width: 100%;
  }

  .mobile-menu-btn {
    display: flex;
    color: #fff;
  }

  .mobile-nav {
    display: none;
    background: #fff;
    padding: 0.15rem;
    top: 1.85rem;
    left: 0;
    right: 0;
    border-radius: 0.04rem;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 999;
  }

  .mobile-nav.active {
    display: block;
	position: fixed;
  z-index: 9999; /* 进一步提升层级 */
    isolation: isolate; /* 创建独立的堆叠上下文，隔离外部影响 */
    /* 确保菜单覆盖整个视口宽度 */
    left: 0;
    right: 0;
    top: 2rem; /* 或根据设计调整 */
    height: auto; /* 或 auto，根据设计 */
    overflow-y: auto; /* 如果菜单内容过多 */
  }

  .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-list li {
    padding: 0.24rem 0;
    border-bottom: 0.05rem solid #d8d8d8;
  }

  .rmbs-icon {
    display: none;
  }

  .hot-title span {
    margin: 0;
    font-size: 0.34rem;
    color: #333;
    font-weight: 600;
  }

  .mobile-nav-list li:last-child {
    border-bottom: none;
  }

  .mobile-nav-list a {
    color: #333;
    text-decoration: none;
    font-size: 0.32rem;
    padding-left: 0.22rem;
  }

  .banner {
    height: auto;
    min-height: 6rem;
  }

  .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* 移除或限制可能创建堆叠上下文的属性 */
    will-change: auto; /* 如果设置了 will-change: opacity 或 transform，考虑移除 */
  }

  .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    /* 避免在 slider-item 上使用 transform */
    backface-visibility: hidden; /* 可优化性能，但注意可能影响层级 */
  }

  .slider-item.active {
    opacity: 1;
  }

  .slider-item.pc {
    display: none;
  }

  .slider-item.mobile {
    display: block;
  }

  .slider-item.mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .slider-dots {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.15rem;
    z-index: 10;
  }

  .dot {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
  }

  .dot.active {
    background: #fff;
    width: 0.3rem;
    border-radius: 0.06rem;
  }

  .banner::before,
  .banner::after {
    width: 1.2rem;
  }

  .banner-bg {
    padding: 0.25rem 0;
  }

  .banner-title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .person-icon {
    display: none;
  }

  .banner-content {
    padding: 0;
    margin-top: 1.05rem;
    z-index: 1;
  }

  .search {
    width: 100% !important;
    top: 0 !important;
  }

  .search-box {
    margin-top: 1.2rem;
    border-radius: 0.4rem;
    width: 7rem;
    height: .8rem;
    margin-left: 0;
  }

  .top-bar {
    padding: 0.27rem 0;
  }

  .welcome-icon {
    width: 100%;
    height: 100%;
    margin-top: 0.2rem;
  }

  .search-input {
    padding: 0.12rem 0.2rem;
    font-size: 0.3rem;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }

  .search-btn {
    height: .8rem;
    padding: 0.12rem 0.2rem;
    font-size: 0.34rem;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }

  .quick-tabs {
    gap: 0.1rem;
    display: none;
  }

  .tab {
    font-size: 0.12rem;
    padding: 0.05rem 0.12rem;
  }

  .icon-wrap {
    width: 0.6rem;
    height: 0.6rem;
  }

  .icon-wrap img {
    width: 0.32rem;
    height: 0.32rem;
  }

  .icon-item span {
    font-size: 0.12rem;
  }

  .hot-services {
    height: auto;
    padding: 0.3rem 0;
	z-index: 1;
    position: relative;
  }

  .hot-links {
    flex-direction: column;
    gap: 0.1rem;
    align-items: flex-start;
  }

  .hot-title {
    font-size: 0.14rem;
  }

  .hot-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.08rem;
    max-height: 52px;
    overflow-y: auto;
    width: 100%;
    scrollbar-width: none;
    scrollbar-width: thin;
    scrollbar-color: #ccc #eee;
  }

  .hot-list::-webkit-scrollbar {
    width: 4px;
    height: 0;
  }

  .hot-list::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 2px;
  }

  .hot-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }

  .hot-list::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  .hot-list li::before {
    display: none;
  }

  .hot-list li {
    background: #fff;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 0.08rem;
    width: 96%;
    height: 50px;
  }

  .hot-list li a {
    font-size: 0.24rem;
    font-weight: 600;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.1rem;
  }
  
  .hot-icon {
    width: 30px;
    height: 14px;
    margin: 0.01rem;
  }

  .section-header h2 {
    font-size: 0.34rem;
  }

  .more-link a {
    font-size: 0.24rem;
    padding-right: 0.4rem;
  }

  .featured-overlay h3 {
    font-size: 0.26rem;
  }

  .featured-overlay p {
    display: none;
  }

  .featured-services {
    padding: 0.25rem 0;
  }

  .featured-banner {
    margin-bottom: 0.2rem;
  }

  .featured-banner img {
    width: 100%;
    height: 1.4rem;
  }

  .featured-banner h3 {
    font-size: 0.22rem;
  }

  .featured-banner p {
    font-size: 0.12rem;
    letter-spacing: 0.04rem;
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }

  .featured-item img {
    height: 1.55rem;
  }

  .lifecycle-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .lifecycle-title h2 {
    font-size: 0.34rem;
    color: #333;
  }
  
  .lifecycle-title {
  	width: 100%;
  }

  .lifecycle-box {
    overflow: visible;
  }

  .lifecycle-tabs {
    margin-top: 0.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: stretch;
  }

  .lifecycle-tabs::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.38rem;
    right: 0;
    height: 0.02rem;
    background: #e8e8e8;
    z-index: 0;
    width: 90%;
  }

  .lifecycle-tab {
    padding: 0 0;
    flex: 1;
    max-width: 8%;
  }

  .tab-dot {
    width: 0.12rem;
    height: 0.12rem;
    background: #d8d8d8;
  }

  .tab-icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .tab-icon img {
    width: 0.24rem;
    height: 0.24rem;
  }

  .lifecycle-tab.active .tab-icon {
    display: flex;
  }

  .lifecycle-tab.active .tab-dot {
    display: none;
  }

  .tab-text {
    font-size: 0.24rem;
    color: #666;
    margin-top: 0.1rem;
  }

  .lifecycle-tab.active .tab-text {
    color: #0a5edd;
    font-size: 0.24rem;
  }

  .lifecycle-content {
    height: auto;
    margin-top: 0.3rem;
  }

  .lifecycle-swiper {
    height: auto;
    overflow: visible;
  }

  .lifecycle-swiper .swiper-slide {
    height: auto;
    min-height: 2.8rem;
    background: #f7f7f7;
    border-radius: 0.12rem;
    padding: 0.24rem;
    opacity: 1;
    border: none;
    box-sizing: border-box;
  }

  .item-header {
    margin-bottom: 0.2rem;
    padding-bottom: 0.16rem;
    gap: 0.16rem;
  }

  .item-icon-wrap {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.12rem;
  }

  .item-icon img {
    width: 0.32rem;
    height: 0.32rem;
  }

  .item-title {
    font-size: 0.3rem;
    color: #333;
    font-weight: normal;
  }

  .item-count {
    font-size: 0.24rem;
    color: #999;
  }

  .item-links {
    gap: 0.12rem;
    padding-top: 0.1rem;
  }

  .item-link {
    font-size: 0.26rem;
    color: #666;
    line-height: 1.6;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .featured-item span {
    padding: 0.1rem;
    font-size: 0.12rem;
  }

  .life-cycle,
  .enterprise-cycle {
    padding: 0.25rem 0;
  }

  .cycle-tabs {
    gap: 0.08rem;
  }

  .cycle-tab {
    padding: 0.06rem 0.12rem;
    font-size: 0.12rem;
  }

  .cycle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }

  .cycle-item {
    padding: 0.15rem;
  }

  .cycle-icon {
    font-size: 0.14rem;
  }

  .cycle-count {
    font-size: 0.11rem;
    margin-bottom: 0.1rem;
  }

  .cycle-list a {
    font-size: 0.12rem;
  }

  .policy-news {
    padding: 0.25rem 0;
  }

  .news-list {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }

  .news-item {
    padding: 0.15rem;
    border-radius: 0.08rem;
    opacity: 1;
    height: 1.86rem;
    background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .news-item h3 {
    font-size: 0.3rem;
    color: #333;
    font-weight: normal;
  }

  .news-date {
    font-size: 0.24rem;
    color: #999;
    display: block;
    margin-top: 0.2rem;
  }

  .friend-links {
    height: auto;
    padding: 0.15rem 0;
    overflow-x: auto;
    display: none;
  }

  .link-list {
    flex-wrap: nowrap;
    gap: 0;
  }

  .link-category {
    padding: 0 0.12rem;
    height: auto;
    padding: 0.08rem 0.12rem;
  }

  .category-name {
    font-size: 0.12rem;
  }

  .category-dropdown {
    position: fixed;
    bottom: 0.6rem;
    max-height: 50vh;
    overflow-y: auto;
  }

  .about-section {
    height: auto;
    padding: 0.3rem 0 0 0;
    background: #EDF5FC;
  }

  .about-content {
    flex-direction: column;
    gap: 0;
    align-items: center;
    height: 1.3rem;
  }

  .about-icons {
    gap: 0.6rem;
    align-items: center;
    background: none;
  }

  .about-icon-item img {
    width: 100%;
    height: 100%;
  }

  .about-links {
    display: none;
  }

  .about-contact,
  .about-qr,
  .link-list {
    display: none;
  }

  .zhubandanwei {
    height: auto;
    padding: 0.3rem 0;
    background: #EDF5FC;
    display: flex;
    align-items: center;
  }

  .zhubandanwei-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .zhubandanwei-item {
    font-size: 0.24rem;
    color: #666;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.08rem;
  }

  .zhubandanwei-item a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.08rem;
  }

  .zhubandanwei-item .security-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zhubandanwei-item .security-icon img {
    width: 0.24rem;
    height: 0.24rem;
  }

  .about-link-column a {
    font-size: 0.12rem;
  }

  .about-contact p {
    font-size: 0.12rem;
  }

  .qr-item img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .zhubandanwei {
    height: auto;
    padding: 0.12rem 0 0.3rem 0;
  }

  .zhubandanwei-content {
    flex-wrap: wrap;
  }

  .zhubandanwei-item {
    font-size: 0.3rem;
    padding: 0.05rem 0.12rem;
    border-right: none;
  }

  .zhubandanwei-item:last-child {
    border-bottom: none;
  }
}

/*登录成功样式*/
.login_success {
    position: relative;
    width: auto;
    height: 28px;
    line-height: 27px;
    display: flex;
    justify-content: flex-start;
    float: right;
  }

  .login_success .select-box {
    display: none;
    position: absolute;
    width: 100px;
    height: auto;
    right: 1px;
    top: 28px;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
    border-radius: 3px;
  }

  .login_success .select-box:before {
    display: block;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    background: #333333;
    z-index: 9999;
  }

  .login_success .select-box ul {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
  }

  .login_success .select-box ul li {
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 33%;
    line-height: 40px;
    color: #333333;
    padding: 0 10px;
  }

  .login_success .select-box ul li:first-child {
    border-top: none;
  }

  .login_success .select-box ul li a {
    display: block;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    color: #666666;
  }

  .login_success .select-box ul li:first-child a {
    border-top: none;
  }

  .login_success .select-box ul li a img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 0;
  }

  .login_success .select-box ul li span {
    color: #666666;
    font-size: 14px;
    margin-left: -3px;
  }

  .login_success .login .photo {
    width: 14px;
    height: 14px;
    vertical-align: middle;
  }

  .login_success .login .select {
    margin-left: 5px;
    width: 9px;
    height: 5px;
    vertical-align: middle;
  }

/*搜索框为空提示*/
#toast {
  position: fixed;
  top: 18%;
  left: 50%;
  padding: 10px;
  width: 200px;
  margin-left: -100px;
  background-color: rgba(22, 119, 255, 0.8);
  color: #fff;
  text-align: center;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  z-index: 999;
  font-size: 16px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

#toast.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*联想词样式*/
.search{width: 700px;max-width: 700px;margin: 0 auto 25px;position: absolute;top: 185px;}
.associational-content .input-word{margin-right: 5px;color: #1277ff;}
.associational .associational-content li a:hover{color: #1277ff;}
.associational {z-index: 999999;overflow-y: scroll !important;position: absolute; width: 100%;height: 255px;top:65px; background: #ffffff; padding: 10px 10px 10px 21px;-webkit-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);-moz-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);-o-box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.30);}
.associational .associational-content { height: auto;width: 100%;}
.associational .associational-content li {font-size: 14px;color: #333333; display: block; line-height: 2.5;  }
.associational .associational-content li a {font-size: 14px;color: #333333;}

.quick-tabs{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 25px;
}
.keyword-content {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 66%;
    height: 88px;
    overflow-y: scroll;
    padding-right: 10px;
}

.keywords .keyword-content::-webkit-scrollbar {
    width: 5px;
}

.keywords .keyword-content::-webkit-scrollbar-thumb {
    background-color: #a3bae9;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.keywords .keyword-content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}