.docBanner1 {
  width: 100%;
  height: 800px;
  background: url(../../images/resources/bannerbg.png) no-repeat;
  padding-top: 170px;
  background-size: cover;
  background-position: center;
}

.docBanner1 .tit {
  color: white;
  font-size: 60px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 76px;
  word-wrap: break-word;
  width: 650px;
}

.docBanner1 .info {
  color: #d1d1d1;
  font-size: 24px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
  width: 550px;
  margin-top: 50px;
}

.docBanner1 .butBox {
  width: 180px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #00a7fa;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  margin-top: 50px;
  cursor: pointer;
}

.docBanner1 .butBox .txt {
  color: white;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
}

.box1 {
  background: white;
  overflow: hidden;
  padding: 108px 0;
  width: 100%;
}

.box1 .menuButBox {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.box1 .menuButBox .butItem {
  padding: 12px 32px;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: flex;
  cursor: pointer;
}

.box1 .menuButBox .butItem:hover {
  background: #f1f1f1;
  border-radius: 30px;
}

.box1 .menuButBox .butItem.isSelected {
  border-radius: 30px;
  transition: background-color 0.6s ease;
  background: linear-gradient(to right, #2395e896 10%, #2395e8);
}

.box1 .menuButBox .butItem.isSelected .txt {
  color: #fff !important;
}

.box1 .menuButBox .butItem .txt {
  color: #5d667a;
  font-size: 24px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
}

.con {
  padding: 108px 0;
  display: none;
}

.con1 {
  display: block;
  cursor: pointer;
}

.buttBox {
  width: 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 72px 0;
}

.butt {
  width: auto;
  min-width: 210px;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  background: #eff2f6;
  border-radius: 8px;
  cursor: pointer;
}

.butt.isSelected {
  border: 1px solid #8fc31f;
  box-shadow: 4px 16px 30px rgba(103.77, 122.4, 63.65, 0.12);
  border-radius: 8px;
  background: #ffffff;
  transition: background-color 0.6s ease;
}

.butt.isSelected .txt {
  color: #8fc31f;
}

.butt .txt {
  text-align: center;
  color: #5d667a;
  font-size: 20px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
}

.coon {
  display: none;
}

.coonShow {
  display: block;
}

.listAll .box {
  width: 100%;
  padding-bottom: 108px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 72px;
  display: inline-flex;
}

.listAll .box .listBox {
  width: 100%;
  gap: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.listAll .box .listBox .item {
  width: 372px;
  height: 460px;
  padding-bottom: 32px;
  background: white;
  box-shadow: 0px 0px 48px rgba(98, 106, 122, 0.16);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  display: inline-flex;
  margin-bottom: 30px;
}

.listAll .box .listBox .item:hover {
  background: #00a7fa;
}

.listAll .box .listBox .item .itemTit {
  align-self: stretch;
  color: #1c2029;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
}

.listAll .box .listBox .item:hover .itemTit {
  color: #fff;
}

.listAll .box .listBox .item .itemDesc {
  align-self: stretch;
  color: #5d667a;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.listAll .box .listBox .item:hover .itemDesc {
  color: #fff;
}

.listAll .box .listBox .item .itemTime {
  color: #979daa;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.listAll .box .listBox .item:hover .itemTime {
  color: #fff;
}

.videoBox {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 72px;
  display: inline-flex;
}

.videoBox .titBox {
  align-self: stretch;
  height: 124px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  display: flex;
}

.videoBox .titBox .tit {
  align-self: stretch;
  text-align: center;
  color: #1c2029;
  font-size: 48px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 64px;
  word-wrap: break-word;
}

.videoBox .titBox .info {
  align-self: stretch;
  text-align: center;
  color: #5d667a;
  font-size: 20px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}

.videoBox .listBox {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  display: inline-flex;
  flex-wrap: wrap;
}

.videoBox .listBox .item {
  width: 32%;
  padding-bottom: 32px;
  background: white;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  display: inline-flex;
  box-shadow: 0px 0px 48px rgba(98, 106, 122, 0.16);
  border-radius: 16px;
}

.videoBox .listBox .item .cover {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}

.videoBox .listBox .item .cover .info {
  width: 100%;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  left: 0px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(35, 46, 66, 0) 8%, rgba(35, 46, 66, 0.5) 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: space-between;
  align-items: flex-end;
  display: inline-flex;
}

#but2.con {
  padding-bottom: 0;
}

#but2.list {
  display: none;
}

#but2.listShow {
  display: block;
}

#but3.con {
  padding-bottom: 0;
}

#but3 .listRow {
  width: 100%;
  height: 100%;
  gap: 35px;
  display: flex;
  flex-wrap: wrap;
}

#but3 .listRow .item {
  padding-bottom: 32px;
  background: white;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  display: inline-flex;
  width: 368px;
  box-shadow: 0px 0px 48px rgba(98, 106, 122, 0.16);
  border-radius: 16px;
  margin-bottom: 30px;
}

#but3 .listRow .item:hover {
  background: #00a7fa;
}

#but3 .listRow .item .itemTit {
     color: #1c2029;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 32px;
    align-self: flex-start;
    text-align: left !important;
    width: 100%;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 24px; */
    min-height: 64px;
}

#but3 .listRow .item:hover .itemTit {
  color: #fff;
}

#but3 .listRow .item .itemDesc {
    align-self: stretch;
    color: #5d667a;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
     overflow: hidden;
    text-overflow: ellipsis;
    min-height: 96px;
}
 #but3 .listRow .item .text-clamp {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px; 
    min-height: 96px;
}

#but3 .listRow .item:hover .itemDesc {
  color: #fff;
}

#but3 .listRow .item .itemTime {
  color: #979daa;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

#but3 .listRow .item:hover .itemTime {
  color: #fff;
}

#but3 .page {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
  margin-top: 80px;
}

#ResourcesDocumentations {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #81848a80;
  z-index: 9;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#coon {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#closePreview {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 47vw;
  cursor: pointer;
  font-size: 30px;
  color: #81848a80;
  z-index: 1000;
}

@media (max-width: 768px) {
  #closePreview {
    display: block;
  }
}

#coon::-webkit-scrollbar {
  display: none;
}

.listShow {
  display: block;
}

.listBox2 {
  display: none;
}

.bgbox {
  display: none;
}

@media (max-width: 1025px) {
  .docBanner1 {
    width: 100%;
    height: 425px;
    background: url(../../images/resources/bannerbg2.png) no-repeat;
    padding-top: 100px;
  }

  .docBanner1 .tit {
    font-size: 32px;
  }

  .docBanner1 .info {
    width: 49%;
    font-size: 20px;
    margin-top: 10px;
    line-height: 28px;
  }

  .docBanner1 .butBox {
    width: 160px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
  }

  .docBanner1 .butBox .txt {
    font-size: 14px;
  }

  .listAll .box .listBox {
    width: 85%;
    justify-content: space-between;
  }

  .videoBox .listBox .item {
    width: 30%;
  }

  #but3 .listRow {
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
}

@media (max-width: 768px) {
  .docBanner1 {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 80px;
  }

  .docBanner1 .tit {
    color: #1c2029;
    font-size: 3rem;
    padding: 0 20px;
    width: 90%;
    line-height: 4rem;
  }

  .docBanner1 .info {
    padding: 0 20px;
    font-size: 1.8rem;
    width: 100%;
    line-height: 2.6rem;
    color: #5d667a;
  }

  .docBanner1 .butBox {
    margin: 20px;
  }

  .bgbox {
    display: block;
    width: 100%;
    height: 425px;
    background: url(../../images/resources/bannerbg3.png) no-repeat;
    background-size: 100%;
  }

  .box1 {
    padding: 0px !important;
  }

  .box1 .menuButBox {
    gap: 1rem;
  }

  .box1 .menuButBox .butItem {
    padding: 6px 12px;
  }

  .box1 .menuButBox .butItem .txt {
    font-size: 1.6rem;
  }

  .con {
    padding-top: 10px;
  }

  .whatNewBox {
    gap: 0px !important;
  }

  .whatNewBox .whatNewImg {
    width: 45% !important;
    height: auto !important;
  }

  .whatNewBox .whatNewTit {
    font-size: 2rem !important;
  }

  .whatNewBox .whatNewCon {
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
  }

  .whatNewBox .whatNewBut {
    font-size: 1.4rem !important;
  }

  .but2Tit {
    font-size: 3rem !important;
    line-height: 4rem !important;
  }

  .but2Con {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }

  .butt {
    width: 45%;
    height: 5rem;
  }

  .butt .txt {
    font-size: 1.6rem !important;
  }

  .videoBox .listBox .item {
    width: 100%;
  }

  .buttBox {
    margin: 6rem 0;
  }

  .listAll .box .listBox .item {
    width: 100% !important;
    height: auto !important;
  }

  .item .listImg {
    width: 100% !important;
    height: auto !important;
  }
}

.marginBottom {
  margin-bottom: 108px;
}
@media (max-width: 768px) {
  .marginBottom {
    margin-bottom: 54px;
  }
}
.infoTxt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.infoTxt .infoTit {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

.infoTxt .infoSub {
  display: block;
  font-size: 18px;
}

.docBanner2 {
  width: 100%;
  height: 800px;
  background-color: #eff2f6;
}

.docBanner2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.docBanner2 .tit {
  color: #1c2029;
  font-size: 60px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 76px;
  width: 50%;
  text-align: center;
}

.docBanner2 .info {
  color: #5d667a;
  font-size: 24px;
  font-family: Helvetica;
  line-height: 32px;
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.docBanner2 img {
  width: 40%;
  height: auto;
  object-fit: contain;
}

/* 响应式适配 */
@media (max-width: 1025px) {
  .docBanner2 {
    height: 600px;
    padding-top: 120px;
  }
  .docBanner2 .tit {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  .docBanner2 {
    height: auto;
    padding: 80px 0;
  }
  .docBanner2 .container {
    flex-direction: column;
  }
  .docBanner2 .tit,
  .docBanner2 .info {
    width: 100%;
    padding: 0 20px;
  }
  .docBanner2 img {
    width: 80%;
    margin-top: 40px;
  }
}
.download-btn {
  transition: all 0.3s ease;
  cursor: pointer;
  color: #979daa;
}

.download-btn:hover {
  color: #fff !important;
  fill: #fff !important;
}
.download-btn svg path {
  fill: currentColor !important;
}
/* 确保SVG继承颜色 */
.download-btn svg {
  width: 24px; /* 固定尺寸 */
  height: 24px;
}
.download-btn svg path {
  fill: currentColor;
  transition: fill 0.3s ease; /* 添加过渡效果 */
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}

.pages {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.pages li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #5d667a;
}

.pages li.active {
  background: #00a7fa;
  color: white;
}

.pages li:not(.active):hover {
  background: #eff2f6;
}

.pages li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pages li svg {
  width: 28px;
  height: 28px;
}

.pages .ellipsis {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f949e;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .pages li {
    width: 32px;
    height: 32px;
  }

  .pages li svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .responsive-container {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .content-top {
    width: 100% !important;
    padding: 0 20px;
  }

  .StartedBox {
    flex-direction: column;
    gap: 20px;
    width: 100% !important;
    height: auto !important;
    padding: 20px !important;
  }

  .inputTxt {
    width: 100% !important;
    font-size: 16px !important;
    padding: 12px !important;
  }

  .whatNewImg {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 20px;
  }

  .but {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .responsive-container {
    gap: 40px !important;
  }

  .whatNewImg {
    width: 50% !important;
    margin-left: 0 !important;
  }

  .StartedBox {
    padding: 15px !important;
  }
}
.responsive-form-container {
  width: 100%;
  max-width: 600px; /* 控制最大宽度 */
  margin: 0 auto;
}

.infoTxt {
  margin-bottom: 30px;
}

.infoTit {
  font-size: 24px !important;
  margin-bottom: 15px !important;
}

.infoSub {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
@media (max-width: 768px) {
  /* 调整tab栏 */
  .buttBox {
    flex-wrap: wrap;
    gap: 12px;
  }

  .butt {
    width: calc(50% - 0px) !important;
    min-width: auto !important;
    height: 44px;
    padding: 6px 12px !important;
  }

  .butt .txt {
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 卡片响应式 */
  .listRow {
    flex-direction: column !important;
  }

  .listRow .item {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  /* 分页适配 */
  .pages {
    justify-content: center;
  }

  .pages li {
    width: 32px;
    height: 32px;
  }
}

/* 平板适配 */
@media (min-width: 769px) and (max-width: 1024px) {
  .listRow {
    gap: 20px !important;
  }

  .listRow .item {
    width: calc(50% - 10px) !important;
  }

  .butt {
    min-width: 160px !important;
    padding: 8px 16px !important;
  }

  .butt .txt {
    font-size: 16px !important;
  }
}
.insights-banner {
  height: 600px !important; /* 从800px调整 */
}

/* 垂直居中 */
.insights-banner-container {
  height: 100%;
  justify-content: space-between; /* 图片和文字容器分列两侧 */
}

/* 图片尺寸控制 */
.insights-banner-img {
  width: 45%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  margin-top: 84px;
}

/* 按钮间距调整 */
.insights-buttBox {
  margin-top: 30px !important; /* 原样式为72px */
}

/* 响应式适配 */
@media (max-width: 1024px) {
  .insights-banner {
    height: 500px !important;
    padding-top: 100px;
  }

  .insights-banner-container {
    flex-direction: column;
    justify-content: center !important;
  }

  .insights-banner-img {
    width: 60%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .insights-banner {
    height: auto !important;
    padding: 80px 0;
  }

  .text-container {
    padding: 0 20px;
  }

  .insights-banner-img {
    width: 80%;
  }

  .insights-buttBox {
    margin-top: 20px !important;
  }
}
.tooltip-container {
  position: relative;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 400px;
  background: #8fc31f;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 16px;
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 50%;
  transform: translateX(16px) translateY(-50%);
  transition: opacity 0.2s;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  white-space: pre-line;
  pointer-events: none;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
