.common-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 8px 0px rgba(24, 80, 165, 0.2);
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  margin-top: 40px;
}

.common-container .common-header {
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 46px;
}
.common-container p {
  margin-top: -31px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.text_290_1 {
  width: 215px;
  height: 40px;
  background: #005ba3;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: Source Han Sans SC, Source Han Sans SC;
  text-align: center;
  white-space: nowrap;
  line-height: 37px;
  margin-right: 10px;
}
.common-container .common-header .more {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.common-container .common-header .more:hover {
  color: #106fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.flow-row-new {
  margin-top: 20px;
  height: 388px;
}
/* 中部图片 */
.news-img {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;

  /* gap:20px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-img .news-img-two {
  width: 1200px;
  height: auto;
  text-decoration: none;

}
.news-img .news-img-two img{
  width:100%;
  height: auto;
  display: block;
}
/* 快捷入口 */
.quick-access {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;

  /* gap:20px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quick-access .quick-access-item {
  width: 387px;
  height: 280px;
  display: flex;
  flex-direction: row;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 19, 49, 0.1);
  box-sizing: border-box;
}

.quick-access .quick-access-item:hover {
  background-color: #f3f8ff;
}

.quick-access .item-commom {
  background-repeat: no-repeat;
  /* 防止图片重复 */
  background-position: center;
  /* 水平和垂直居中 */
  background-size: 100%;
  margin-top: 20px;
}

.quick-access .quick-access-icon {
  width: 56px;
  height: 56px;
  margin-top: 40px;
  border-radius: 50%;
}

.quick-access .quick-access-name {
  text-align: center;
}

.quick-access .quick-access-name h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}

.quick-access .quick-access-name h3:hover {
  color: #106fff;
  font-size: 20px;
  font-weight: 400;
}

.quick-access .quick-access-name .quick-access-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.card-container {
  /* width: 1200px; */
  margin-left: auto;
  margin-right: auto;

  /* gap:20px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-top: 20px; */
}

.card-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari和Opera */
}

.card-item {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.card-item-margin {
  margin-top: 25px;
}

.card-item:hover {
  width: 180px;
  height: 180px;
  background-color: #f5222d;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.card-item-img {
  width: 50px;
  height: 50px;
  background-color: #005ba3;
  border-radius: 50%;
  padding: 10px;
}
.card-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.card-item:hover .card-icon {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.card-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  /* transition: all 0.3s ease; */
  margin-top: 10px;
}
.card-submenu-img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.card-submenu-list-img {
  height: 10px;
  width: 10px;
}
.card-item:hover .card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  /* background-color: #f5222d;
     */
  background-image: url('/assets/home/img/Group 586.png');
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  z-index: 2;
  transition: all 0.3s ease;
}

.card-item:hover .card-submenu {
  display: flex;
}

.card-submenu-title {
  font-size: 16px;
  font-weight: 600;
  /* margin-bottom: auto; */
  text-align: center;
  margin-top: 5px;
}

.card-submenu-list {
  padding-left: 10px;
  /* font-size: 16px; */
  /* display: flex;
  flex-wrap: wrap;
  gap: 5px; */
  /* justify-content: space-around; */
}
.card-submenu-list-img {
  display: inline-block;
}

.card-submenu-item {
  font-size: 13px;
  padding: 3px 0 3px 0;
  /* background-color: rgba(255, 255, 255, 0.2); */
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* .card-submenu-item:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
} */

/* 响应式调整 */
@media (max-width: 1200px) {
  .card-container {
    width: 960px;
  }
}

@media (max-width: 992px) {
  .card-container {
    width: 720px;
  }
}

@media (max-width: 768px) {
  .card-container {
    width: 100%;
    padding: 20px 16px;
  }

  .card-item {
    width: 140px;
    height: 100px;
  }

  .card-item:hover {
    width: 300px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .card-item {
    width: 120px;
    height: 90px;
  }

  .card-icon {
    width: 32px;
    height: 32px;
  }

  .card-title {
    font-size: 12px;
  }

  .card-item:hover {
    width: 260px;
    height: 160px;
  }
}
/* 专利开放许可 */
.table-container {
  width: 100%;
  background: white;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background-color: #e3eeff;
  color: #106fff;
}

th {
  height: 64px;
  padding: 0 24px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  box-sizing: border-box;
}

.th-width {
  width: 150px;
}

tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
  height: 64px;
  box-sizing: border-box;
}

/* tbody tr:hover {
  background-color: #f8fafc;
  cursor: pointer;
} */

tbody tr:nth-child(2n) {
  background-color: #fafafa;
}

td {
  padding: 0 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.project-id,
.project-name {
  color: #000000;
  font-weight: 400;
}

.price {
  font-weight: 500;
  color: #000;
}

/* 服务平台 */
.service-platform-container {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 35px;
  margin-top: 30px;
}

.service-platform-card {
  width: 212px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #f0f3f7;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.service-platform-card:hover {
  background-color: #005ba3;
  color: #ffffff;
}

.service-platform-card div {
  margin: 24px 10px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

/* 轮播图样式 */
.carousel-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.carousel {
  position: relative;
  height: 666px;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url('/assets/home/img/lunbo-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-slide .slide-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.carousel-slide .slide-top .slide-more {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.carousel-slide .slide-top .slide-more:hover {
  cursor: pointer;
  color: #ffffff;
}

.carousel-slide .slide-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.carousel-slide.active {
  opacity: 1;
}

/* .slide-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.slide-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.slide-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
} */

.slide-content {
  flex: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.slide-content .slide-main-item {
  width: 600px;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}

.slide-content .slide-main-item:hover {
  cursor: pointer;
}

.slide-content .slide-item {
  position: absolute;
  transform: translateY(-50%);
  width: 400px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 5;
  top: 54%;
  filter: brightness(0.7);
  opacity: 0.4;
  transition: all 0.3s ease;
}

.slide-content .slide-left-item {
  left: 0;
}

.slide-content .slide-right-item {
  right: 0;
}

.slide-content .slide-left-item .slide-pic,
.slide-content .slide-right-item .slide-pic {
  width: 400px;
  height: 280px;
}

.slide-content .slide-main-item .slide-pic {
  width: 600px;
  height: 348px;
}

.slide-content .slide-main-item .slide-text {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 72px;
  color: #106fff;
  background: #fff;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
}

.carousel-control:hover {
  transform: translateY(-50%) scale(1.1);
}

.carousel-control.prev {
  background-image: url('/assets/home/img/pre-btn.png');
  left: 7vw;
}

.carousel-control.next {
  background-image: url('/assets/home/img/next-btn.png');
  right: 7vw;
}

/*新闻动态*/
.news-box {
  width: 100%;
  background: #ffffff;
  position: relative;
}
.ai-box {
  /* background-color: black; */
  /* font-size: 16px; */
  width: 80px;
  height: 100px;
  color: #fff;
  position: fixed;
  top: 500px;
  right: 30px;
  text-align: center;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 14px;
  color: #106fff;
}
.ai-box-img {
  width: 80px;
  height: 80px;
}
.ai-box-text {
  margin-top: -10px;
}
/* 新知索图标 */
.ai-news-box {
  position: fixed;
  top: 240px;
  right: 2px;
}
.ai-news-box-img {
  width: 130px;
}
/* 弹窗遮罩层 */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* 弹窗容器 */
.service-container {
  width: 900px;
  /* max-width: 800px; */
  height: 600px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-backdrop.active .service-container {
  transform: translateY(0);
}

/* 弹窗头部 */
.service-header {
  background-color: #fff;
  color: black;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  box-shadow: 0px 2px 8px 0px rgba(26, 71, 139, 0.1) !important;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.service-title {
  display: flex;
  align-items: center;
}

.service-title i {
  margin-right: 8px;
}
.service-title-text {
  margin-left: 5px;
}
.service-title-one {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.service-title-two {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.close-btn {
  background: none;
  border: none;
  color: black;
  font-size: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* 弹窗主体 */
.service-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

/* 左侧聊天区域 */
.chat-section {
  flex: 2;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e2e8f0;
  background-color: #f5f9ff;
}
.chat-section-time {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.chat-area {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background-color: #f7fafc;
  /* margin-top: 20px; */
}

/* 自定义滚动条 */
.chat-area::-webkit-scrollbar {
  width: 6px;
}

.chat-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chat-area::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.chat-area::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 消息气泡 */
.message {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.message-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* background-color: #3e91f7; */
  /* color: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.message-avatar-img {
  margin-top: 12px;
  width: 35px;
  height: 35px;
}

.message-user .message-avatar {
  /* background-color: #6c757d; */
  margin-right: 0;
  margin-left: 8px;
}

.message-content {
  background-color: white;
  border-radius: 4px;
  padding: 8px 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 80%;
}

.message-user {
  flex-direction: row-reverse;
}

.message-user .message-content {
  background-color: #e3f2fd;
}

.message-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 8px;
}

.message-content p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

/* 分割线 */
.divider {
  height: 1px;
  background-color: #e2e8f0;
  margin: 16px 0;
}

/* 资讯问题对话框 */
.chat-input-area {
  position: relative;
  padding: 12px 16px;
  background-color: #f7fafc;
  /* border-top: 1px solid #e2e8f0; */
  display: flex;
  align-items: center;
}

.chat-input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  /* padding: 8px 16px; */
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
  background: #ffffff;
  box-shadow: 0px 1px 16px 0px rgba(15, 73, 160, 0.15);
  border-radius: 8px 8px 8px 8px;
  height: 100px;
  padding: 10px;
  resize: none;
  padding-right: 50px;
}
/* .chat-input::placeholder {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(10px, 10px)
} */

.chat-input:focus {
  border-color: #3e91f7;
}

.send-btn {
  position: absolute;
  bottom: 30px;
  right: 35px;
  transform: translate(10px, 10px);
  /* margin-left: 8px; */
  /* background-color: #3e91f7; */
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  background: #005ba3;
  box-shadow: 0px 2px 4px 0px rgba(49, 107, 242, 0.2);
  border-radius: 4px 4px 4px 4px;
}

.send-btn:hover {
  background-color: #2a78d4;
}

/* 右侧功能区 */
.features-area {
  flex: 1;
  padding: 16px;
  background-color: #fff;
}

.features-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  /* padding-bottom: 8px; */
  border-bottom: 1px solid #e2e8f0;
}
.features-title-text {
  /* color: #005BA3; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #005ba3;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 35px;
  width: 65px;
  border-bottom: 2px solid #bd5353;
}

/* 功能列表 */
.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.2s;
  background-color: #f5f7fa;
  /* font-weight: 400; */
}
.feature-item-text {
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  /* font-weight: 400; */
  font-size: 12px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.feature-item-text-a {
  color: #000000;
}
.feature-icon-img {
  width: 16px;
  height: 16px;
  margin-top: auto;
}
/* .feature-item:hover {
  background-color: #f0f7ff;
  transform: translateX(3px);
} */

/* 功能项图标 */
.feature-icon {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e91f7;
}

/* 帮助文档 */
.help-docs {
  margin-top: 24px;
}

.help-item {
  padding: 10px;
  /* background-color: white; */
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.help-item-text {
  overflow: hidden;
  height: 22px;
  background: #f5f7fa;
  border-radius: 8px 8px 8px 8px;
  margin-top: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  /* font-size: 13px; */
  color: #41474b;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 2px;
}
.help-item-text-a {
  color: #41474b;
}
.help-item-text-a:hover {
  color: #000000;
}
.help-item-text:hover {
  color: #000000;
}

.help-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

/* 底部按钮 */
.service-footer {
  padding: 12px 16px;
  background-color: white;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
}

.confirm-btn {
  background-color: #3e91f7;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.confirm-btn:hover {
  background-color: #2a78d4;
}
.left-news {
  width: 580px;
  height: 386px;
  /*background: #a993c5;*/
  /* background-image: url(../img/news-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: red;
  font-size: 16px;
  padding-left: 10px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  padding-top: 357px;
}

/* 轮播图 */

/* 轮播图容器 */
.carousel-container {
  position: relative;
  width: 589px;
  height: 386px;
  /* margin: 50px auto; */
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* 轮播图幻灯片 */
.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

/* 单个幻灯片 */
.carousel-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

/* 幻灯片图片 */
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 图片下方文字 */
.carousel-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 15px;
  text-align: center;

  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;

  font-style: normal;
}

/* 轮播图箭头 */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.40);
  border: none;
  color: white;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}

.carousel-arrow.prev {
  left: 20px;
}

.carousel-arrow.next {
  right: 20px;
}

.right-news {
  width: 586px;
  /* height: 100%; */
  height: 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.right-news-img img {
  width: 526px;
  height: 280px;
}
.flow-row-card {
  box-shadow: 0px 0px 8px 0px rgba(24, 80, 165, 0.2);
  padding: 0px 20px 20px 20px ;
  border-radius: 16px;
}
.home-news-catagories {
  /*width: 416px;*/
  /*margin: 32px auto 0 auto;*/
  width: 580px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-news-catagories-card {
  width: 554px;
  display: flex;
  /* justify-content: space-around; */
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-left: inherit;
  /* color: #000000 60%; */
}
.home-news-catagories-card-button {
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.home-news-catagories-card-button .active {
  background: #bd5353;
  color: #fff;
}

.home-news-catagories-card-button-right {
  /* margin-left: 15px; */
  margin-right: 15px;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  background: #f3f5f9;
  font-size: 14px;
  border-radius: 4px 4px 4px 4px;
}

/* 默认状态：第一个元素有样式 */
.home-news-catagories-card .news-cat.actived {
  font-weight: 600;
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 悬停状态：悬停的元素有样式 */
.home-news-catagories-card .news-cat:hover {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 关键：当鼠标悬停在容器上且不是第一个元素时，取消第一个元素的样式 */
.home-news-catagories-card:hover .news-cat:first-child:not(:hover) {
  color: rgba(0, 0, 0, 0.6); /* 恢复默认颜色 */
  border-bottom: none; /* 取消边框 */
}

/* 激活状态样式 */
.home-news-catagories .news-cat.actived {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}
.home-news-catagories .news-cat:hover,
.home-news-catagories .news-cat.actived {
  color: #106fff;
  /* background: #106FFF; */
  border: 1px solid #106fff;
  margin-right: 16px;
}
.home-news-catagories .news-cat-new.actived {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}
.home-news-catagories .news-cat-new:hover,
.home-news-catagories .news-cat-new.actived {
  color: #106fff;
  /* background: #106FFF; */
  border: 1px solid #106fff;
  margin-right: 16px;
}

.home-news-catagories-card .news-cat {
  /* width: 100px; */
  height: 55px;
  font-size: 20px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 66px;
  text-align: center;
  cursor: pointer;
  margin-right: 47px;
  margin-left: -15px;
}
.home-news-catagories-card .news-cat-new {
  /* width: 100px; */
  /* height: 55px; */
  font-size: 20px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  color: #fff;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
  /* margin-left: 10px; */
  font-size: 24px;
  width: 120px;
  /* height: 40px; */
  background: #005ba3;
}
.news-cat-new-position{
  margin-top: 20px;
  margin-left: -4px;
}
.news-cat-new .news-cat-new-title {
  width: 190px;
  background-color: #005ba3;
}
/* 默认状态：第一个元素有样式 */
.home-news-catagories-card .news-cat-1:first-child {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 悬停状态：悬停的元素有样式 */
.home-news-catagories-card .news-cat-1:hover {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 关键：当鼠标悬停在容器上且不是第一个元素时，取消第一个元素的样式 */
.home-news-catagories-card:hover .news-cat-1:first-child:not(:hover) {
  color: rgba(0, 0, 0, 0.6); /* 恢复默认颜色 */
  border-bottom: none; /* 取消边框 */
}
/* 默认状态：第一个元素有样式 */
.home-news-catagories-card .news-cat-2:first-child {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 悬停状态：悬停的元素有样式 */
.home-news-catagories-card .news-cat-2:hover {
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
}

/* 关键：当鼠标悬停在容器上且不是第一个元素时，取消第一个元素的样式 */
.home-news-catagories-card:hover .news-cat-2:first-child:not(:hover) {
  color: rgba(0, 0, 0, 0.6); /* 恢复默认颜色 */
  border-bottom: none; /* 取消边框 */
}
.home-news-catagories .news-cat {
  width: 130px;
  height: 50px;
  font-size: 20px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  color: #41474b;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  /* border: 1px solid #dedede; */
  /* border-radius: 50px; */
}

/* 新闻查看更多 */
.news-more {
  width: 100%;
  text-align: center;
}
.flow-row-card-more {
  top: 0px;
  /* line-height: 54px; */
  margin-left: auto;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  display: none;
}
.news-cat .flow-row-card-more {
  display: none;
}

.news-cat-new .flow-row-card-more {
  display: block;
}

.news-cat-new.actived .flow-row-card-more {
  display: block;
}
.news-cat.actived .flow-row-card-more {
  display: block;
}
.flow-row-card .flow-row-card-more {
  /* color: rgba(0, 0, 0, 0.60); */
  /* font-size: 16px; */
  /* font-weight: 400; */
  /* width: 64px;
height: 23px; */
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.flow-row-card .flow-row-card-more:hover {
  color: #106fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.news-more a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.news-more a:hover {
  color: #000;
}

/* 知产数据库 */
.intellectual-property-buttom {
  display: flex;
  justify-content: space-between;
}
.intellectual-property-buttom-card {
  width: 282px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(24, 80, 165, 0.15);
  border-radius: 8px 8px 8px 8px;
  padding: 10px;
  /* color: red ; */
  /* font-size: 20px; */
}
.intellectual-property-buttom-card-top {
  width: 262px;
  height: 183px;
}
.intellectual-property-buttom-card-buttom {
  /* width: 100px;
    height: 28px; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 25px;
}
/* AI问答 */
.ai-header-tabs {
  display: flex;
  margin-bottom: 16px;
  overflow: hidden;
  margin-top: 60px;
}

.main-tab {
  height: 42px;
  box-sizing: border-box;
  padding: 10px 16px;
  text-align: center;
  background: transparent;
  /* color: #fff; */
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}

.main-tab:hover {
  color: #106fff;
}

.main-tab.active {
  height: 42px;
  font-weight: 500;
  box-sizing: border-box;
  color: #ffffff;
  background: #106fff;
  transform: translateY(-1px);
  border-radius: 99px 99px 99px 99px;
}

.tab-content {
  display: none;
  border-radius: 12px;
  /* padding: 12px; */
  margin-bottom: 12px;
  /* border: 1px solid #106fff; */
}
.table-button {
  display: flex;
  font-size: 17px;
  height: 40px;
  justify-content: center;
  gap: 20px;
}
.pagination-btn {
  /* padding: 0.5rem 1rem; */
  border: 1px solid #005ba3;
  /* border-radius: 0.375rem; */
  /* background-color: white; */
  color: #4b5563;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 31px;
  height: 31px;
  margin-top: 20px;
  /* display: flex; */
  /* align-items: center; */
  /* gap: 0.25rem; */
}

.pagination-btn:hover:not(:disabled) {
  background-color: #f9fafb;
  transform: scale(1.05);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #d9d9d9;
}

.pagination-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3b82f6, 0 0 0 3px rgba(59, 130, 246, 0.3);
  border-color: transparent;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: none;
  color: input-group;
  font-size: 14px;
  transition: border-color 0.3s;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  border-color: #4a90e2;
}

.input-group textarea {
  min-height: 120px;
  resize: vertical;
  /* 隐藏右下角的resize图标 */
  overflow: hidden;
}

/* 针对Webkit浏览器的样式 */
.input-group textarea::-webkit-resizer {
  display: none;
}

/* 针对Firefox的样式 */
.input-group textarea::-moz-resizer {
  display: none;
}

.examples-section {
  border-radius: 12px;
  margin-bottom: 40px;
}

.examples-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.example-card {
  background: #f0f3f7;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.3s;
  cursor: pointer;
}

.example-card:hover {
  background: #106fff;
}

.example-question {
  color: #000000;
  font-size: 16px;
}

.example-card:hover .example-question {
  color: #fff !important;
}

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-left {
  display: flex;
  justify-content: space-between;
}

.feature-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 6px 8px;
  text-align: center;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  margin-right: 4px;
}

.feature-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.feature-item:hover {
  box-shadow: 0 0 0 1px #106fff;
  cursor: pointer;
}

.feature-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-left: 2px;
  font-weight: 400;
}

.feature-right .main-icon {
  width: 32px;
  height: 32px;
}
/* 网点机构 */
.button-group {
  /* display: flex; */
  /* justify-content: center; */
  margin-bottom: 20px;
  margin-top: 30px;
  gap: 10px;
}
.tab-button {
  /* padding: 12px 24px; */
  /* font-size: 16px; */
  border: none;
  /* border-radius: 99px; */
  cursor: pointer;
  transition: all 0.3s ease;
  /* background-color: #f0f2f5; */
  /* color: #333; */
  /* color: rgba(0, 0, 0, 0.6); */
  /* font-weight: 500; */
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 10px;
}

/* .tab-button:hover {
  background-color: #e1e5eb;
} */

.tab-button.active {
  font-weight: 600;
  font-size: 16px;
  color: #bd5353;
  border-bottom: 2px solid #bd5353;
  /* background-color: #005ba3; */
  /* color: white; */
}

.tab-content.active {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08); */
}
.tab-content-th {
  width: 288px;
}
.tab-content-a {
  color: #106fff;
}
th,
td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  font-weight: 400;
}
.a-color {
  color: #106fff;
}
th {
  /* background-color: #f7f8fa; */
  /* color: #5c6b77; */
  /* font-weight: 500; */
  /* width: 100px; */
  background: #f2f2f2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

/* tr:hover {
  background-color: #fafafa;
} */

tr:last-child td {
  border-bottom: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .button-group {
    flex-wrap: wrap;
  }

  .tab-button {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 120px;
  }

  table {
    font-size: 14px;
  }

  th,
  td {
    padding: 12px 10px;
  }
}
.buttom-table {
  width: 1160px;
}
