.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.index {
  background-color: #fff;
}
.index img {
  width: 100%;
}
.index .box-header {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
}
.index .box-title {
  font-weight: bold;
  font-size: 36px;
  color: #161b42;
  line-height: 1.5em;
  text-align: center;
}
.index .box-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
}
.index .first-section {
  padding-top: 170px;
  overflow: hidden;
}
.index .first-section::after {
  content: '';
  position: absolute;
  top: -400px;
  /* 向上移动，增加模糊效果 */
  right: 0;
  /* 向右移动，增加模糊效果 */
  width: 100%;
  /* 设置原型宽度 */
  height: 750px;
  /* 设置原型高度 */
  filter: blur(100px);
  /* 添加模糊效果 */
  pointer-events: none;
  /* 使其不干扰事件 */
  border-radius: 50%;
  /* 使其成为椭圆形 */
  /* 添加阴影效果 */
  background: linear-gradient(45deg, #cfd1fd 0%, #cfd1fd 50%, rgba(181, 202, 248, 0.48) 59%, #D2F0FC 100%);
  /* 添加阴影效果 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.index .first-section .auto-center .title {
  font-weight: bold;
  font-size: 48px;
  color: #161B42;
  line-height: 1.5em;
  text-align: center;
}
.index .first-section .auto-center .subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: center;
}
.index .first-section .auto-center .btn {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.index .first-section .auto-center .btn a {
  width: 192px;
  line-height: 58px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}
.index .first-section .auto-center .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 33px;
}
.index .second-section {
  background-color: #f9f9f9;
  padding: 120px 0;
}
.index .second-section .auto-center {
  padding-top: 60px;
  /* 可以根据需要设置网格项之间的间距 */
}
.index .second-section .auto-center .connect {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  /* 最小宽度300px */
  gap: 20px;
}
.index .second-section .auto-center .item {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #fff;
  min-height: 200px;
}
.index .second-section .auto-center .item .icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 20px;
}
.index .second-section .auto-center .item .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #161B42;
  line-height: 20px;
  margin-bottom: 20px;
}
.index .second-section .auto-center .item .subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
  text-align: left;
}
.index .second-section .auto-center .item:hover {
  border-color: #4684FE;
}
.index .third-section {
  padding-top: 80px;
  background-color: #fbfdff;
}
.index .third-section .thumbs {
  padding: 60px 11% 30px;
}
.index .third-section .thumbs .explain {
  height: 40px;
  background: #F4F7FB;
  border-radius: 40px 40px 40px 40px;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.index .third-section .thumbs .swiper-slide-thumb-active .explain {
  background: linear-gradient(227deg, #09B7FE 0%, #755DFD 100%);
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
  color: #FFFFFF;
}
.index .third-section .gallery {
  padding-bottom: 60px;
}
.index .third-section .gallery .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .third-section .gallery .swiper-slide .left {
  width: 45.3%;
  flex-shrink: 0;
}
.index .third-section .gallery .swiper-slide .right {
  flex: 1;
  padding-left: 100px;
}
.index .third-section .gallery .swiper-slide .right .swiper-title {
  font-weight: bold;
  font-size: 28px;
  color: #161B42;
  line-height: 24px;
}
.index .third-section .gallery .swiper-slide .right .connect {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.index .third-section .gallery .swiper-slide .right .btn-box .com-btn {
  width: 140px;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 40px;
}
.index .fourth-section {
  background-color: #f9f9f9;
  padding: 120px 0;
}
.index .fourth-section .connect {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.index .fourth-section .code-block {
  margin-top: 64px;
  background: #11192D;
  box-shadow: 0px 10px 50px 10px rgba(70, 132, 254, 0.25);
  border-radius: 20px 20px 20px 20px;
  border: 3px solid #4876E9;
  overflow: hidden;
}
.index .fourth-section .code-block .code-tabs {
  height: 80px;
  border: 1px solid #3F4A65;
  display: flex;
}
.index .fourth-section .code-block .code-tabs .item {
  flex: 1;
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  background: #0A101F;
  color: #313B53;
  padding-left: 20px;
}
.index .fourth-section .code-block .code-tabs .item svg {
  margin-right: 10px;
}
.index .fourth-section .code-block .code-tabs .item:first-child {
  border-right: 1px solid #3F4A65;
}
.index .fourth-section .code-block .code-tabs .item.active {
  color: #fff;
  background: #11192D;
}
.index .fourth-section .code-block .code-block-content {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  padding: 10px 0;
}
.index .fourth-section .code-block .code-block-content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.index .fourth-section .code-block .code-block-content .blue {
  color: #5677fe;
}
.index .fourth-section .code-block .code-block-content .pre-numbering {
  width: 58px;
  flex-shrink: 0;
  text-align: center;
}
.index .fourth-section .btn-block {
  display: flex;
  justify-self: center;
  margin-top: 60px;
}
.index .fourth-section .btn-block .com-btn {
  width: 140px;
  line-height: 50px;
  border-radius: 100px;
}
.index .fifth-section {
  background-color: #f9f9f9;
  padding-bottom: 120px;
}
.index .fifth-section .connect {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  /* 最小宽度300px */
  gap: 30px;
  padding-top: 60px;
}
.index .fifth-section .connect .item {
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  border: 1px solid #fff;
}
.index .fifth-section .connect .item .num {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.index .fifth-section .connect .item .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #161B42;
  line-height: 20px;
  margin-top: 30px;
}
.index .fifth-section .connect .item .text {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.index .fifth-section .connect .item .btn-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.index .fifth-section .connect .item .btn-box .com-btn {
  line-height: 40px;
  background: #F5F6F9;
  border-radius: 100px;
  font-size: 14px;
  color: #333333;
  padding: 0 16px;
}
.index .fifth-section .connect .item:hover {
  border: 1px solid #4684FE;
}
.index .fifth-section .connect .item:hover .item-title {
  color: #4684FE;
}
.index .fifth-section .connect .item:hover .btn-box .com-btn {
  background: #F4F7FB;
  color: #4684FE;
}
.none {
  display: none;
}
