.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;
}
@keyframes widthSpread {
  0% {
    width: 0;
  }
  40%,
  60% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.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: 60px;
  text-align: center;
}
.index .box-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.index .banner {
  position: relative;
}
.index .banner::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 900px;
  background: url('/images/index/banner-img-bg.png') no-repeat center center;
  background-size: 1920px 900px;
  z-index: -1;
}
.index .banner .auto-center {
  padding-top: 130px;
}
.index .banner .auto-center .btn-white {
  border: 1px solid #4684FE;
  box-shadow: none;
}
.index .banner .first-header {
  font-weight: bold;
  font-size: 50px;
  color: #161B42;
  line-height: 80px;
  text-align: center;
  letter-spacing: -2px;
}
.index .banner .first-header-tips {
  font-size: 24px;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
}
.index .banner .common-component-btn-group {
  margin-top: 60px;
  justify-content: center;
}
.index .banner .common-component-btn-group .com-btn {
  min-width: 192px;
  font-size: 20px;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white use {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white path {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .banner .common-component-btn-group .com-btn span {
  font-size: 20px;
}
.index .banner .common-component-btn-group .common-component-download-arm64 {
  width: 280px;
}
.index .banner .banner-img img {
  width: 83.33%;
  margin: 10px auto 0;
  display: block;
}
.index .first-box {
  margin-top: 122px;
}
.index .first-box .img-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 48px;
  position: relative;
}
.index .first-box .img-box::after {
  content: '';
  display: block;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 33.5%, rgba(255, 255, 255, 0) 66.5%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .first-box .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
.index .first-box .banner-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBFDFF;
  border-radius: 12px;
  border: 1px solid #E3EBF3;
  padding: 50px 20px 50px 60px;
  margin-top: 62px;
}
.index .first-box .banner-tips .text {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  margin-right: 25px;
  flex: 1;
}
.index .first-box .banner-tips img {
  width: 49.2%;
  height: auto;
  flex-shrink: 0;
}
.index .second-box {
  overflow: hidden;
  margin-top: 60px;
  background: #F6F9FF;
  border-radius: 0px 0px 0px 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  --swiper-navigation-size: 16px;
  --swiper-navigation-top-offset: calc(100% - 60px);
  --swiper-pagination-bottom: 40px;
  --swiper-pagination-color: #4684FE;
  --swiper-pagination-bullet-inactive-color: #d9d9d9;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-border-radius: 5px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-opacity: 0.5;
  --swiper-navigation-sides-offset: calc(50% - 110px);
}
.index .second-box .box-subtitle {
  max-width: 840px;
  margin: 20px auto 0;
}
.index .second-box .common-component-btn-group {
  justify-content: center;
  margin-top: 20px;
}
.index .second-box .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.index .second-box .item-content .img-left {
  width: 603px;
  height: auto;
  flex-shrink: 0;
  margin-left: -28px;
}
.index .second-box .item-content .img-right {
  width: 603px;
  height: auto;
  flex-shrink: 0;
  margin-right: -28px;
}
.index .second-box .item-content .text-box {
  width: 573px;
}
.index .second-box .item-content .text-box .line-item {
  border-bottom: 1px solid #E0E4EA;
  padding-bottom: 20px;
}
.index .second-box .item-content .text-box .line-item .line-title {
  font-size: 22px;
  color: #161B42;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.index .second-box .item-content .text-box .line-item .line-title .icon {
  width: 20px;
  height: 20px;
  background: url('/images/index/swiper/down.svg') no-repeat center center;
  background-size: 100% 100%;
}
.index .second-box .item-content .text-box .line-item .line-subtitle {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
  display: none;
}
.index .second-box .item-content .text-box .line-item + .line-item {
  margin-top: 20px;
}
.index .second-box .item-content .text-box .line-item-active .line-subtitle {
  display: block;
}
.index .second-box .item-content .text-box .line-item-active .line-title .icon {
  transform: rotate(180deg);
}
.index .second-box .swiper-button-prev,
.index .second-box .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-weight: bold;
}
.index .second-box .swiper-pagination-bullet-active {
  width: 20px;
}
.index .third-box {
  padding-top: 150px;
  padding-bottom: 100px;
}
.index .third-box .flex-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index .third-box .third-main {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 333px);
  justify-content: center;
  margin-top: 60px;
}
.index .third-box .third-main-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.index .third-box .third-main-item {
  background: #FBFDFF;
  border-radius: 12px;
  border: 1px solid #E3EBF3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .third-box .third-main-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #161b42;
  line-height: 20px;
}
.index .third-box .third-main-item-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 30px;
}
.index .third-box .third-main-item-more {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
  color: #4684FE;
  cursor: pointer;
}
.index .third-box .third-main-item-more use {
  transition: all 0.3s;
}
.index .third-box .third-main-item-more:hover {
  color: #79a6fe;
}
.index .third-box .third-main-item-more:hover use {
  fill: #79a6fe;
}
.index .third-box .third-main-item-more:active {
  color: #1362fe;
}
.index .third-box .third-main-item-more:active use {
  fill: #0154f6;
}
.index .third-box .third-main-item-more .icon {
  margin-left: 10px;
}
.index .third-box .third-more-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.index .third-box .third-more-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .third-box .third-more-icon use {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .third-box .third-more-icon path {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .fourth-box {
  padding-top: 100px;
  background-image: url(/images/index/fourth-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 934px;
}
.index .fourth-box h3 {
  font-size: 22px;
}
.index .fourth-box .box-subtitle {
  color: #666;
  margin-bottom: 60px;
}
.index .fourth-box .fourth-1 {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.index .fourth-box .fourth-1 .box-title {
  margin-bottom: 60px;
}
.index .fourth-box .fourth-1-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.index .fourth-box .fourth-1-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .fourth-box .fourth-1-icon use {
  fill: #878698;
  transition: all 0.3s;
}
.index .fourth-box .fourth-1-icon path {
  fill: #878698;
  transition: all 0.3s;
}
.index .fourth-box .fourth-1-left {
  width: 557px;
  height: 352px;
  margin-right: 109px;
}
.index .fourth-box .fourth-1-right {
  width: 493px;
}
.index .fourth-box .fourth-1-title {
  font-weight: 500;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.index .fourth-box .fourth-1-title .font-fm-medium {
  font-weight: normal;
  font-size: 22px;
}
.index .fourth-box .fourth-1-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  display: none;
}
.index .fourth-box .fourth-1-item:not(:last-child) {
  border-bottom: 1px solid #e0e4ea;
  margin-bottom: 20px;
}
.index .fourth-box .fourth-1 .active .icon {
  transform: rotate(180deg);
}
.index .fourth-box .fourth-1 .active .fourth-1-text {
  display: block;
}
.index .fourth-box .fourth-2 .box-title {
  margin-bottom: 40px;
}
.index .fourth-box .fourth-2-top {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
}
.index .fourth-box .fourth-2-top-left,
.index .fourth-box .fourth-2-top-right {
  flex: 1;
  flex-shrink: 0;
  padding-top: 40px;
  border-radius: 16px;
  background: #FBFDFF;
  border-radius: 12px;
  border: 1px solid #E3EBF3;
  padding-bottom: 58px;
}
.index .fourth-box .fourth-2-top-content {
  padding: 0 30px;
}
.index .fourth-box .fourth-2-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  transition: all 0.3s;
  color: #4684FE;
  cursor: pointer;
}
.index .fourth-box .fourth-2-more use {
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-more:hover {
  color: #79a6fe;
}
.index .fourth-box .fourth-2-more:hover use {
  fill: #79a6fe;
}
.index .fourth-box .fourth-2-more:active {
  color: #1362fe;
}
.index .fourth-box .fourth-2-more:active use {
  fill: #0154f6;
}
.index .fourth-box .fourth-2-icon {
  margin-left: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.index .fourth-box .fourth-2-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .fourth-box .fourth-2-icon use {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-icon path {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-title {
  font-weight: bold;
  font-size: 22px;
  color: #161b42;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.index .fourth-box .fourth-2-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 96px;
}
.index .fourth-box .fourth-2-img-1 {
  display: block;
  width: 76.56%;
  margin: 0 auto;
}
.index .fourth-box .fourth-2-bottom {
  background: #FBFDFF;
  border-radius: 12px;
  border: 1px solid #E3EBF3;
  padding: 53px 60px;
  display: flex;
  border-radius: 16px;
  align-items: center;
}
.index .fourth-box .fourth-2-bottom .fourth-2-img {
  width: 45.62%;
  flex-shrink: 0;
  margin-left: 8.16%;
}
.index .fourth-box .fourth-2-bottom .fourth-2-title,
.index .fourth-box .fourth-2-bottom .fourth-2-text {
  text-align: left;
  min-height: auto;
}
.index .fourth-box .fourth-2-bottom .fourth-2-more {
  justify-content: flex-start;
  margin-bottom: 0;
}
.index .help-box {
  padding-top: 200px;
}
.index .help-box .auto-center {
  display: flex;
  justify-content: space-between;
}
.index .help-box .auto-center .box-title {
  text-align: left;
  margin-bottom: 40px;
}
.index .help-box .auto-center .com-btn {
  width: 140px;
  height: 40px;
  border-radius: 20px;
}
.index .help-box .auto-center .help-box-content {
  margin-left: 1.1%;
  width: 57%;
  flex-shrink: 0;
}
.index .help-box .auto-center .help-box-content .help-item {
  position: relative;
  padding-left: 90px;
}
.index .help-box .auto-center .help-box-content .help-item + .help-item {
  margin-top: 40px;
}
.index .help-box .auto-center .help-box-content .help-item .help-item-title {
  font-size: 26px;
  color: #161B42;
  line-height: 24px;
}
.index .help-box .auto-center .help-box-content .help-item .help-item-text {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.index .help-box .auto-center .help-box-content .help-item .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.index .fifth-box {
  padding-top: 200px;
}
.index .fifth-box .box-header {
  margin-bottom: 20px;
}
.index .fifth-box .box-title {
  margin-bottom: 60px;
  line-height: 1em;
}
.index .fifth-box-center {
  width: 1181px;
  margin: 0 auto;
}
.index .fifth-box .fifth-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, min-content));
  flex-wrap: wrap;
  gap: 40px;
}
.index .fifth-box .fifth-main-item {
  width: 367px;
  display: flex;
  flex-direction: column;
}
.index .fifth-box .fifth-main-item-img {
  width: 100%;
  height: 240px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.index .fifth-box .fifth-main-item-img img {
  object-fit: cover;
  height: 100%;
}
.index .fifth-box .fifth-main-item-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.index .fifth-box .fifth-main-item-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #161b42;
  line-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .fifth-box .fifth-main-item-text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .fifth-box .fifth-main-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.index .fifth-box .fifth-main-item-time {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  white-space: nowrap;
}
.index .fifth-box .fifth-main-item-time .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #999;
  flex-shrink: 0;
}
.index .fifth-box .fifth-main-item-detail {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s;
  color: #4684FE;
  cursor: pointer;
}
.index .fifth-box .fifth-main-item-detail use {
  transition: all 0.3s;
}
.index .fifth-box .fifth-main-item-detail:hover {
  color: #79a6fe;
}
.index .fifth-box .fifth-main-item-detail:hover use {
  fill: #79a6fe;
}
.index .fifth-box .fifth-main-item-detail:active {
  color: #1362fe;
}
.index .fifth-box .fifth-main-item-detail:active use {
  fill: #0154f6;
}
.index .fifth-box .fifth-detail-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 14px;
  margin-left: 10px;
}
.index .fifth-box .fifth-detail-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .fifth-box .fifth-detail-icon use {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .fifth-box .fifth-detail-icon path {
  fill: #4684FE;
  transition: all 0.3s;
}
.index .sixth-box {
  margin-bottom: 150px;
  padding-top: 120px;
}
.index .sixth-box .box-title {
  margin-bottom: 60px;
}
.index .sixth-box .box-subtitle {
  color: #666;
  margin-bottom: 60px;
}
.index .sixth-box .auto-center {
  width: 1100px;
}
.index .sixth-box .sixth-main-item {
  border: 1px solid #e0e4ea;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.index .sixth-box .sixth-main-item:last-child {
  margin-bottom: 0;
}
.index .sixth-box .sixth-main-item-title {
  font-weight: bold;
  font-size: 22px;
  color: #161b42;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.index .sixth-box .sixth-main-item-title .font-fm-medium {
  font-weight: normal !important;
}
.index .sixth-box .sixth-main-item-title h3 {
  font-size: 22px;
}
.index .sixth-box .sixth-main-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding-top: 20px;
  display: none;
}
.index .sixth-box .sixth-arrow-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.index .sixth-box .sixth-arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .sixth-box .sixth-arrow-icon use {
  fill: #C0C4CC;
  transition: all 0.3s;
}
.index .sixth-box .sixth-arrow-icon path {
  fill: #C0C4CC;
  transition: all 0.3s;
}
.none {
  display: none;
}
