@font-face {
  font-family: "BasierCircle-Bold";
  src: url("../font/BasierCircleBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BasierCircle-Medium';
  src: url('/font/BasierCircleMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Italic";
  src: url("../font/BasierCircleItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../font/BasierCircleRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}
* {
  box-sizing: border-box;
  font-family:  "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #4177FF;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #4177FF;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4177FF;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #4177FF;
  color: #fff;
}
.btn-primary:hover {
  background-color: #749cff;
}
.btn-primary:active {
  background-color: #0e52ff;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #4177FF;
  color: #4177FF;
}
.btn-plain-primary:hover {
  color: #749cff;
  border-color: #749cff;
}
.btn-plain-primary:hover use {
  fill: #749cff;
}
.btn-plain-primary:active {
  color: #0e52ff;
  border-color: #0e52ff;
}
.btn-plain-primary:active use {
  fill: #0e52ff;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755DFD 100%);
  color: #fff;
  background: #4177FF;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #4177FF;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.font-f-r {
  font-family: "BasierCircle-Regular", Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-b {
  font-family: "BasierCircle-Bold", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-i {
  font-family: "BasierCircle-Italic", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-m {
  font-family: "BasierCircle-Medium", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-normal {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-light {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-medium {
  font-family: BasierCircle-Medium, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-bold {
  font-family: BasierCircle-Bold, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
@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: #8990a3;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
}
.index .box-title {
  font-weight: bold;
  font-size: 40px;
  color: #161B42;
  line-height: 48px;
  text-align: center;
}
.index .box-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4E5774;
}
.index .banner {
  position: relative;
}
.index .banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1158px;
  background: url("/images/index/banner-img-bg.png") no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.index .banner .auto-center {
  padding-top: 100px;
}
.index .banner .auto-center .btn-white {
  border: 1px solid #4177FF;
  box-shadow: none;
}
.index .banner .auto-center .download-container .btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.index .banner .auto-center .download-container .btn-group .com-btn {
  width: 240px;
  height: 60px;
  border-radius: 100px;
  font-size: 24px;
  gap: 5px;
}
.index .banner .auto-center .download-container .btn-group .com-btn img {
  width: auto;
}
.index .banner .auto-center .download-container .btn-group .try-it {
  transition: all 0.3s;
  background: #fff;
  color: #2d5aff;
  border: 1px solid #2d5aff;
}
.index .banner .auto-center .download-container .btn-group .try-it:hover {
  opacity: 0.8;
}
.index .banner .auto-center .download-container .btn-group .try-it:active {
  opacity: 0.9;
}
.index .banner .first-header {
  font-weight: bold;
  font-size: 48px;
  color: #161B42;
  line-height: 72px;
  text-align: center;
}
.index .banner .first-header-tips {
  font-size: 20px;
  color: #4E5774;
  line-height: 30px;
  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: 18px;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.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: #4177FF;
  transition: all 0.3s;
}
.index .banner .common-component-btn-group .com-btn .icon-btn-prefix-white path {
  fill: #4177FF;
  transition: all 0.3s;
}
.index .banner .common-component-btn-group .com-btn span {
  font-size: 18px;
}
.index .banner .banner-img img {
  margin: 60px auto 0;
  display: block;
}
.index .first-box {
  margin-top: 59px;
}
.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-title {
  font-weight: bold;
  font-size: 40px;
  color: #161B42;
  text-align: center;
  margin-top: 120px;
}
.index .first-box .banner-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfdff;
  border-radius: 12px;
  border: 1px solid #e3ebf3;
  padding: 50px 24px 50px 60px;
  margin-top: 60px;
}
.index .first-box .banner-tips .banner-tips-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-right: 20px;
}
.index .first-box .banner-tips .banner-tips-content .banner-tips-content-item {
  display: flex;
  justify-content: flex-start;
}
.index .first-box .banner-tips .banner-tips-content .banner-tips-content-item .banner-tips-img {
  width: 24px;
  height: 24px;
  margin-top: 10px;
  margin-right: 20px;
}
.index .first-box .banner-tips .banner-tips-content .banner-tips-content-item .text {
  font-size: 16px;
  color: #161B42;
  line-height: 24px;
  flex: 1;
}
.index .first-box .banner-tips .banner-tips-content-right {
  width: 46%;
  height: auto;
  flex-shrink: 0;
}
.index .second-box {
  overflow: hidden;
  margin-top: 120px;
  background: #f6f9ff;
  border-radius: 0px 0px 0px 0px;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  --swiper-navigation-size: 10px;
  --swiper-navigation-top-offset: calc(100% - 114px);
  --swiper-pagination-bottom: 93px;
  --swiper-pagination-color: #4684FE;
  --swiper-pagination-bullet-inactive-color: #E9F0FF;
  --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: 1;
  --swiper-navigation-sides-offset: calc(50% - 90px);
}
.index .second-box .box-title {
  font-size: 40px;
}
.index .second-box .box-subtitle {
  max-width: calc(100% - 40px);
  margin: 20px auto 0;
  font-size: 16px;
}
.index .second-box .download-container {
  height: 50px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .second-box .download-container .btn-group-item {
  text-align: center;
  min-width: 180px;
  background: #4177FF;
  box-shadow: 0px 10px 20px 0px rgba(85, 119, 253, 0.5);
  border-radius: 52px;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: bold;
}
.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: 60px 0;
}
.index .second-box .item-content .img-left {
  width: 526px;
  height: auto;
  flex-shrink: 0;
}
.index .second-box .item-content .img-right {
  width: 526px;
  height: auto;
  flex-shrink: 0;
}
.index .second-box .item-content .text-box {
  width: 573px;
}
.index .second-box .item-content .text-box .line-item {
  border-bottom: 1px solid #E1ECF8;
  padding-bottom: 20px;
}
.index .second-box .item-content .text-box .line-item .line-title {
  font-size: 20px;
  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: 16px;
  height: 16px;
  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: #4E5774;
  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: 36px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-weight: bold;
  z-index: 3;
  color: #4177FF;
  border: 1px solid #E9F0FF;
}
.index .second-box .swiper-pagination {
  z-index: 3;
}
.index .second-box .swiper-pagination-bullet-active {
  width: 20px;
}
.index .third-box {
  padding-top: 120px;
  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, 1fr);
  justify-content: center;
  margin-top: 60px;
}
.index .third-box .third-main-icon {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.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: 16px;
  color: #4E5774;
  line-height: 24px;
  margin-bottom: 30px;
}
.index .third-box .third-main-item-more {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  transition: all 0.3s;
  color: #4177FF;
  cursor: pointer;
}
.index .third-box .third-main-item-more use {
  transition: all 0.3s;
}
.index .third-box .third-main-item-more:hover {
  color: #749cff;
}
.index .third-box .third-main-item-more:hover use {
  fill: #749cff;
}
.index .third-box .third-main-item-more:active {
  color: #0e52ff;
}
.index .third-box .third-main-item-more:active use {
  fill: #0045f3;
}
.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: #4177FF;
  transition: all 0.3s;
}
.index .third-box .third-more-icon path {
  fill: #4177FF;
  transition: all 0.3s;
}
.index .fourth-box {
  padding-top: 80px;
  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: 20px;
}
.index .fourth-box .box-subtitle {
  color: #4E5774;
  margin-bottom: 60px;
}
.index .fourth-box .fourth-1 {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.index .fourth-box .fourth-1 .box-title {
  margin-bottom: 50px;
}
.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 {
  margin-right: 70px;
  flex: 1;
}
.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: #4E5774;
  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: 60px;
}
.index .fourth-box .fourth-2-top {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
}
.index .fourth-box .fourth-2-top-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.index .fourth-box .fourth-2-top-left,
.index .fourth-box .fourth-2-top-right {
  flex: 1;
  flex-shrink: 0;
  padding: 50px 50px 0 50px;
  border-radius: 16px;
  background: #fbfdff;
  border-radius: 12px;
  border: 1px solid #e3ebf3;
  padding-bottom: 58px;
}
.index .fourth-box .fourth-2-more {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.3s;
  color: #4177FF;
  cursor: pointer;
}
.index .fourth-box .fourth-2-more use {
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-more:hover {
  color: #749cff;
}
.index .fourth-box .fourth-2-more:hover use {
  fill: #749cff;
}
.index .fourth-box .fourth-2-more:active {
  color: #0e52ff;
}
.index .fourth-box .fourth-2-more:active use {
  fill: #0045f3;
}
.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: #4177FF;
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-icon path {
  fill: #4177FF;
  transition: all 0.3s;
}
.index .fourth-box .fourth-2-title {
  font-weight: bold;
  font-size: 24px;
  color: #161B42;
  margin-bottom: 30px;
}
.index .fourth-box .fourth-2-text {
  font-weight: 400;
  font-size: 16px;
  color: #4E5774;
  line-height: 24px;
  text-align: start;
  margin-bottom: 30px;
  min-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.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;
  display: flex;
  border-radius: 16px;
  align-items: center;
}
.index .fourth-box .fourth-2-bottom .fourth-2-bottom-content {
  padding-left: 4.17%;
}
.index .fourth-box .fourth-2-bottom .fourth-2-img {
  width: 41%;
  flex-shrink: 0;
  margin: 0 6.67%;
}
.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-text {
  -webkit-line-clamp: 3;
}
.index .fourth-box .fourth-2-bottom .fourth-2-more {
  justify-content: flex-start;
  margin-bottom: 0;
  font-size: 16px;
}
.index .help-box {
  padding-top: 120px;
}
.index .help-box .auto-center {
  display: flex;
  justify-content: space-between;
}
.index .help-box .auto-center .box-title {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 50px;
}
.index .help-box .auto-center .com-btn {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
}
.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-box-content-title {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 50px;
  display: none;
}
.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: 20px;
  color: #161B42;
  line-height: 20px;
  font-weight: bold;
}
.index .help-box .auto-center .help-box-content .help-item .help-item-text {
  margin-top: 10px;
  font-size: 16px;
  color: #4E5774;
  line-height: 24px;
}
.index .help-box .auto-center .help-box-content .help-item .icon {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
.index .fifth-box {
  padding-top: 120px;
}
.index .fifth-box .box-header {
  margin-bottom: 20px;
}
.index .fifth-box .box-title {
  margin-bottom: 60px;
  line-height: 1em;
}
.index .fifth-box-center {
  width: 1200px;
  margin: 0 auto;
}
.index .fifth-box .fifth-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, min-content));
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.index .fifth-box .fifth-main-item {
  width: 367px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.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: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #161B42;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .fifth-box .fifth-main-item-text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #4E5774;
  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: #8990a3;
  white-space: nowrap;
}
.index .fifth-box .fifth-main-item-time .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #8990a3;
  flex-shrink: 0;
}
.index .fifth-box .fifth-main-item-detail {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
  color: #4177FF;
  cursor: pointer;
}
.index .fifth-box .fifth-main-item-detail use {
  transition: all 0.3s;
}
.index .fifth-box .fifth-main-item-detail:hover {
  color: #749cff;
}
.index .fifth-box .fifth-main-item-detail:hover use {
  fill: #749cff;
}
.index .fifth-box .fifth-main-item-detail:active {
  color: #0e52ff;
}
.index .fifth-box .fifth-main-item-detail:active use {
  fill: #0045f3;
}
.index .fifth-box .fifth-main-item .fifth-detail-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: 9px;
}
.index .fifth-box .fifth-main-item .fifth-detail-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.index .fifth-box .fifth-main-item .fifth-detail-icon use {
  fill: #4177FF;
  transition: all 0.3s;
}
.index .fifth-box .fifth-main-item .fifth-detail-icon path {
  fill: #4177FF;
  transition: all 0.3s;
}
.index .fifth-box .swiper-fifth-main {
  display: none;
}
.index .sixth-box {
  margin-bottom: 120px;
  padding-top: 120px;
}
.index .sixth-box .box-title {
  margin-bottom: 60px;
}
.index .sixth-box .box-subtitle {
  color: #4E5774;
  margin-bottom: 60px;
}
.index .sixth-box .sixth-main-item {
  border: 1px solid #E1ECF8;
  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: 20px;
  color: #161B42;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.index .sixth-box .sixth-main-item-title h3 {
  line-height: 24px;
  font-size: 20px;
}
.index .sixth-box .sixth-main-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #4E5774;
  line-height: 24px;
  padding-top: 17px;
  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;
}
