.mainWidth {
  width: 1284px;
  margin: 0 auto;
  position: relative;
}

.header-container {
  height: 88px;
}

.zf-m-flex .mainWidth,
.header-container .mainWidth {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container .header-right {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 400;
}

.header-container .header-right .head-locale {
  margin-left: 26px;
}

.header-container .header-right .head-btns {
  width: 234px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* overflow: hidden; */
  border: 1px solid #fff;
}

.header-container .header-right .head-btns .head-btn-item {
  width: 50%;
  position: relative;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.header-container .header-right .head-btns .head-btn-item:first-child::after {
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 30px;
  content: "";
  overflow: hidden;
  background-color: #fff;
}

.header-container .header-right .head-btns .head-btn-item .head-btn-item-dot {
  position: absolute;
  right: 0;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #00fdff;
  border-radius: 10px;
  color: #333;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}

.header-container .header-right .head-img {
  width: 34px;
  height: 34px;
  margin: 0 26px;
}

.header-container .header-right .head-menu {
  display: flex;
}

.header-container .header-right .head-menu .head-menu-item {
  margin-right: 34px;
  position: relative;
}

.header-container .header-right .head-menu .head-menu-item:hover .head-menu-item-child {
  display: block;
}


.header-container .header-right .head-menu .head-menu-item .head-menu-item-name {
  line-height: 38px;
}

.header-container .header-right .head-menu .head-menu-item .head-menu-item-child {
  position: absolute;
  top: 38px;
  right: calc(50% - 100px);
  width: 200px;
  background: #000000;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 14px;
  display: none;
}

.header-container .header-right .head-menu .head-menu-item .head-menu-item-child .head-menu-item-child-cell {
  line-height: 38px;
  display: block;
  text-align: center;
}

.header-container .header-right .head-menu .head-menu-item .head-menu-item-child .head-menu-item-child-cell.cell-disabled {
  cursor: not-allowed;
  color: #666;
}

.header-container .header-right .head-menu .head-menu-item:last-child {
  margin-right: 0;
}

.header-container .header-right .head-locale {
  position: relative;
}

.header-container .header-right .head-locale .head-locale-name {
  line-height: 38px;
}

.header-container .header-right .head-locale .head-locale-child {
  position: absolute;
  top: 38px;
  right: calc(50% - 60px);
  width: 120px;
  background: #000000;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 14px;
  display: none;
}

.header-container .header-right .head-locale .head-locale-child .head-locale-child-cell {
  line-height: 38px;
  display: block;
  text-align: center;
}

.header-container .header-right .head-locale:hover .head-locale-child {
  display: block;
}

.zf1 {
  height: 58px;
  /* border-left: 1px solid #fff; */
  /* border-top: 1px solid #fff; */
  /* border-radius: 200px / 0; */
  opacity: 0.67;
  overflow: hidden;
  margin-bottom: 22px;
  box-sizing: border-box;
  position: relative;
}

.zf1 .line {
  height: 200px;
  width: 400px;
  border-radius: 200px 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
}

.zf1 .line1 {
  height: 2px;
  border-top: 1px solid #fff;
  width: 1000px;
  position: absolute;
  top: 0;
  right: 0;
}

.zf2 {
  height: 691px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}

.zf2 .zf2-right {
  position: absolute;
  right: -160px;
  top: 0;
}

.zf2 .zf2-right-img {
  height: 691px;
  width: auto;
}
.zf2 .zf2-left {
  z-index:100;
}

.zf2 .zf2-left .zf2-title {
  font-weight: 800;
  font-size: 90px;
  color: #00FDFF;
  line-height: 69px;
  margin-bottom: 26px;
}

.zf2 .zf2-left .zf2-desc {
  font-weight: 600;
  font-size: 48px;
  color: #828282;
  line-height: 55px;
  margin-bottom: 26px;
}

.zf2 .zf2-left .zf2-desc1 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 55px;
  margin-bottom: 100px;
}

.zf2 .zf2-left .zf2-btns {
  display: flex;
  align-items: center;
}

.zf2 .zf2-left .zf2-btns .zf2-btn {
  width: 262px;
  height: 74px;
  margin-right: 37px;
  border-radius: 37px;
  line-height: 74px;
  font-size: 24px;
  text-align: center;
  color: #000000;
  background-image: url('/assets/img/index/btn-bg.png');
}

.zf3 {
  height: 497px;
  background: url('/assets/img/index/cloud-bg.png') no-repeat top center;
  padding: 112px 10px 0;
}

.zf3 .zf3-title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 47px;
}

.zf3 .zf3-title span {
  color: #16F8FB;
}

.zf3 .zf3-desc {
  font-weight: 400;
  font-size: 30px;
  color: #8C8C8C;
  line-height: 36px;
  text-align: center;
}

.zf4 {
  height: 205px;
  background: radial-gradient(ellipse at 0% 100%, #00FFFF 0%, #A445D6 100%);
}

.zf4 .zf4-left {
  font-weight: 800;
  font-size: 48px;
  color: #1D1D1D;
  line-height: 56px;
}

.zf4 .zf4-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zf4 .zf4-right .zf4-right-item {
  color: #1D1D1D;
  padding: 10px 37px;
  border-right: 2px solid #1D1D1D;
  height: 101px;
}

.zf4 .zf4-right .zf4-right-item:first-child {
  padding-left: 0;
}

.zf4 .zf4-right .zf4-right-item:last-child {
  padding-right: 0;
  border: unset;
}

.zf4 .zf4-right .zf4-right-item .zf4-right-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #1D1D1D;
  line-height: 20px;
  margin-bottom: 12px;
}

.zf4 .zf4-right .zf4-right-item .zf4-right-item-desc {
  font-weight: bold;
  font-size: 48px;
  color: #1D1D1D;
  line-height: 43px;
  text-align: center;
  margin-bottom: 0;
}

.zf5 {
  width: 100%;
  height: 895px;
  background: url('/assets/img/index/20240911152842.gif') no-repeat top center;
  background-size: 100% 100%;
  margin-bottom: 132px;
}

.zf5 .zf5-title {
  width: 437px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.zf5 .mainWidth {
  padding-top: 85px;
  height: 100%;
}

.zf5 .zf5-icon {
  position: absolute;
}

.zf5 .zf5-icon1 {
  left: 50px;
  top: 154px;
  width: 188px;
}

.zf5 .zf5-icon2 {
  width: 118px;
  left: 350px;
  top: 168px;
}

.zf5 .zf5-content {
  width: 629px;
  height: 565px;
  background: rgba(0, 0, 0, 0.49);
  border-radius: 38px 38px 38px 38px;
  position: absolute;
  right: 0;
  bottom: 47px;
  padding: 60px 33px 0;
  overflow: hidden;
  color: #FFFFFF;
}

.zf5 .zf5-content .zf5-content-item {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}

.zf5 .zf5-content .zf5-content-item .zf5-content-icon {
  width: 50px;
  height: 55px;
  flex-shrink: 0;
  margin-right: 27px;
}

.zf5 .zf5-content .zf5-content-item .zf5-content-text {

  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}

.zf5 .zf5-content .zf5-content-item .zf5-content-text .zf5-content-cap {
  color: #01FFFF;
  font-weight: bold;
}

.zf6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zf6 .zf6-item {
  width: 408px;
  height: 298px;
  background: radial-gradient(ellipse at 0% 100%, #00FFFF 0%, #A445D6 100%);
  border-radius: 38px 38px 38px 38px;
  padding: 47px 24px 0;
  color: #111215;
}

.zf6 .zf6-item .zf6-item-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 30px;
  margin-bottom: 30px;
}

.zf6 .zf6-item .zf6-item-desc {
  font-size: 24px;
  font-weight: 400;
}

.zf7 {
  height: 690px;
  position: relative;
}

.zf7 .zf7-icon {
  position: absolute;
}

.zf7 .zf7-icon1 {
  top: 138px;
  left: 23px;
  width: 234px;
}

.zf7 .zf7-icon2 {
  top: 293px;
  left: 398px;
  width: 239px;
}

.zf7 .zf7-icon3 {
  top: 124px;
  left: 533px;
  width: 49px;
}

.zf7 .zf7-icon4 {
  top: 165px;
  left: 130px;
  width: 326px;
}

.zf7 .zf7-content {
  width: 520px;
  position: absolute;
  top: 186px;
  right: 0;
}

.index-common-title {
  font-weight: bold;
  font-size: 48px;
  color: #00FFFF;
  line-height: 1;
  text-align: left;
}

.index-common-desc {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}

.zf7 .index-common-title {
  margin-bottom: 28px;
}

.zf8 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 176px;
}

.zf8 .index-common-title {
  margin-bottom: 10px;
  text-align: center;
}

.zf8 .zf8-list {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zf8 .zf8-list .zf8-item {
  width: 207px;
  height: 120px;
  border-right: 2px solid #565656;
  text-align: center;
  display: block;
}

.zf8 .zf8-list .zf8-item:last-child {
  border-right: unset;
}

.zf8 .zf8-list .zf8-item .zf8-icon {
  margin: 23px auto;
  width: 72px;
  height: 42px;
}

.zf8 .zf8-list .zf8-item .zf8-text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
}

.zf9 {
  margin-bottom: 155px;
}

.zf9 .index-common-title {
  margin-bottom: 55px;
  text-align: center;
}

.zf9 .zf9-list {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zf9 .zf9-list .zf9-item {
  width: 292px;
  height: 75px;
  background: #2A2C32;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.zf10 {
  height: 330px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.zf10 .zf10-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
}

.zf10 .zf10-cell {
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.zf10 .zf10-right {
  display: flex;
}

.zf10 .zf10-right-item {
  margin-left: 100px;
}

@keyframes downUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes downUp1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes left1 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-100px, -40px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes left2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes left3 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(60px, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.downUp {
  animation: 10s ease 0s infinite normal both running downUp;
}

.downUp1 {
  animation: 8s ease 0s infinite normal both running downUp1;
}

.left1 {
  animation: 10s ease 0s infinite normal both running left1;
}

.left2 {
  animation: 10s ease 0s infinite normal both running left2;
}

.left3 {
  animation: 10s ease 0s infinite normal both running left3;
}