.home1 .bg {
  position: relative;
}

.home1 .bg .text .t1 {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
}

.home1 .bg .text .t1 span {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
}

.home1 .bg .line {
  width: 100%;
  position: absolute;
  top: 93%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.home1 .line-fill {
  width: 38.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
}
.home1 .bg .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home1 .bg .item .box {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: #FFF;
}

.home1 .bg .item p {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4
}

.home1 .bg .item.p1 {
  top: 87.8%;
  left: 36.3%;
}

.home1 .bg .item.p2 {
  top: 87.8%;
  left: 59.5%;
}
.home1 .bg .item1 {
  position: fixed;
  display: flex;
  align-items: center;
  top: 40vh;
  right: 2.0833vw;
  flex-direction: row-reverse;
  z-index: 99;
}

.home1 .bg .ball {
  position: absolute;
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
}

.home1 .bg .ball img:nth-child(2) {
  width: 1.0417vw;
  height: 1.0417vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home1 .bg .ball img:first-child {
  animation: scaleDisappear 2s infinite ease-out;
  transform-origin: center;
}

@keyframes scaleDisappear {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
    /* 初始不透明 */
  }

  50% {
    transform: scale(0.8);
    opacity: 0.65;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.home1 .bg .item1 .text {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  transform: translateX(-2.8646vw);
    border-radius: 1000px;
    padding: 10px 15px;
    transition: all ease 0.6s;
}

.home1 .bg .item1 .text a {
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
  border-radius: 1000px;
  padding: 10px;
}
.home1 .bg .item1:hover .text {
    pointer-events: visible;
    background: rgba(255, 255, 255, 0.2);
    background-blend-mode: plus-lighter;
    box-shadow: 3px 3px 1px -3px #FFF inset, -2px -2px 1px -2px #FFF inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px 8px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    opacity: 1;
}
/* home2 */
.home2 {
  height: 250vh;
}

.home2 .wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  margin: 4.6875vw 2.0833vw 3.3854vw;
  display: flex;
  flex-direction: column;
  gap: 3.3854vw;
}

.home2 .wrap .head_text {
  display: flex;
  /* align-items: center; */
  gap: 1.1458vw;
}

.home2 .wrap .head_text p {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home2 .wrap .item {
  position: relative;
 
}
 .wrap .item video {
   border-radius: 1.5625vw;
 }
.home2 .wrap .item .head_text {
  position: absolute;
  top: 1.9271vw;
  left: 10.8854vw;
}
.home2 .wrap .item .head_text img {
  width: 1.1979vw;
  height: 1.3542vw;
}
.home3 .wrap .item .head_text img {
  width: 1.1979vw;
  height: 1.3542vw;
}
.home4 .wrap .item .head_text img {
  width: 1.1979vw;
  height: 1.3542vw;
}
.home2 .wrap .item .bottom_text {
  display: flex;
  gap: 15.1042vw;
}

.home2 .wrap .item .bottom_text .ev {
  width: 14.8438vw;
  display: flex;
  flex-direction: column;
  gap: 0.4167vw;
}

.home2 .wrap .item .bottom_text {
  position: absolute;
  left: 10.8854vw;
  bottom: 7.4479vw;
}

.home2 .wrap .item .bottom_text .ev p:nth-child(1) {
  color: #FFF;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home2 .wrap .item .bottom_text .ev p:nth-child(2) {
  color: #FFF;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home2 .wrap .item .nav {
  height: 0;
  width: 1px;
  position: absolute;
  left: 7.3438vw;
  top: 0;
  background: #D9D9D9;
  opacity: 0;
}

.home2 .text-main {
  position: absolute;
  top: 50%;
  left: 10.8854vw;
}

.home2 .text-main p:nth-child(1) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home2 .text-main p:nth-child(2) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4;
  text-transform: uppercase;
}

.home2 .fullcover-line {
  position: absolute;
  top: 50%;
  left: 7.1875vw;
  width: 5px;
  height: 4.375vw;
  background: linear-gradient(180deg, #00A0E9 0%, #68B731 100%);
}

/* home3 */


.home3 {
  height: 200vh;
}

.home3 .wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  margin: 0 2.0833vw 3.3854vw;
  display: flex;
  flex-direction: column;
  gap: 3.3854vw;
}

.home3 .wrap .head_text {
  display: flex;
  /* align-items: center; */
  gap: 1.1458vw;
}

.home3 .wrap .head_text p {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home3 .wrap .item {
  position: relative;
}

.home3 .wrap .item .head_text {
  position: absolute;
  top: 1.9271vw;
  left: 10.8854vw;
}

.home3 .wrap .item .bottom_text {
  display: flex;
  gap: 15.1042vw;
}

.home3 .wrap .item .bottom_text .ev {
  width: 15.8438vw;
  display: flex;
  flex-direction: column;
  gap: 0.4167vw;
}

.home3 .wrap .item .bottom_text {
  position: absolute;
  left: 10.8854vw;
  bottom: 7.4479vw;
}

.home3 .wrap .item .bottom_text .ev p:nth-child(1) {
  color: #FFF;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home3 .wrap .item .bottom_text .ev p:nth-child(2) {
  color: #FFF;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home3 .wrap .item .nav {
  height: 0;
  width: 1px;
  position: absolute;
  left: 7.3438vw;
  top: 0;
  background: #D9D9D9;
  opacity: 0;
}

.home3 .text-main {
  position: absolute;
  top: 50%;
  left: 10.8854vw;
}

.home3 .text-main p:nth-child(1) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home3 .text-main p:nth-child(2) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4;
  text-transform: uppercase;
}
.home3 .fullcover-line {
  position: absolute;
  top: 50%;
  left: 7.1875vw;
  width: 5px;
  height: 4.375vw;
  background: linear-gradient(180deg, #00A0E9 0%, #68B731 100%);
}

.home4 {
  height: 200vh;
}

.home4 .wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  margin: 0 2.0833vw 5.2083vw;
  display: flex;
  flex-direction: column;
  gap: 3.3854vw;
}

.home4 .wrap .head_text {
  display: flex;
  /* align-items: center; */
  gap: 1.1458vw;
}

.home4 .wrap .head_text p {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home4 .wrap .item {
  position: relative;
}

.home4 .wrap .item .head_text {
  position: absolute;
  top: 1.9271vw;
  left: 10.8854vw;
}

.home4 .wrap .item .bottom_text {
  display: flex;
  gap: 15.1042vw;
}

.home4 .wrap .item .bottom_text .ev {
  width: 14.8438vw;
  display: flex;
  flex-direction: column;
  gap: 0.4167vw;
}

.home4 .wrap .item .bottom_text {
  position: absolute;
  left: 10.8854vw;
  bottom: 7.4479vw;
}

.home4 .wrap .item .bottom_text .ev p:nth-child(1) {
  color: #FFF;
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home4 .wrap .item .bottom_text .ev p:nth-child(2) {
  color: #FFF;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home4 .wrap .item .nav {
  height: 0;
  width: 1px;
  position: absolute;
  left: 7.3438vw;
  top: 0;
  background: #D9D9D9;
  opacity: 0;
}

.home4 .text-main {
  position: absolute;
  top: 50%;
  left: 10.8854vw;
}

.home4 .text-main p:nth-child(1) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}

.home4 .text-main p:nth-child(2) {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4;
  text-transform: uppercase;
}

.home4 .fullcover-line {
  position: absolute;
  top: 50%;
  left: 7.1875vw;
  width: 5px;
  height: 4.375vw;
  background: linear-gradient(180deg, #00A0E9 0%, #68B731 100%);
}


@media screen and (max-width:769px){
  .home1 .bg {
    height: 70vh;
  }
  .home1 .bg .item.p1 {
    top: 85.8%;
    left: 30.3%;
  }
  .home1 .bg .item.p2 {
    top: 85.8%;
    left: 54.5%;
  }
  .home1 .bg .text .t1 {
    text-align: center;
    width: 250px;
  }
  .home2 .text-main {
    top: 13%;
  }
  .home3 .text-main {
    top: 13%;
  }
  .home4 .text-main {
    top: 13%;
  }
  .home2 .wrap .item .bottom_text {
    left: 52px;
    bottom: 28px;
    gap: 15px;
  }
  .home2 .wrap .item .head_text img  {
    width: 23px;
    height: 26px;
  }
  .home3 .wrap .item .head_text img  {
    width: 23px;
    height: 26px;
  }
  .home4 .wrap .item .head_text img  {
    width: 23px;
    height: 26px;
  }
  .home2 .wrap .item .bottom_text {
    flex-direction: column;
  }
  .home3 .wrap .item .bottom_text {
    left: 52px;
    bottom: 28px;
    gap: 15px;
  }
  .home3 .wrap .item .bottom_text {
    flex-direction: column;
  }
  .home4 .wrap .item .bottom_text {
    left: 52px;
    bottom: 28px;
    gap: 15px;
  }
  .home4 .wrap .item .bottom_text {
    flex-direction: column;
  }
  .home2 .wrap .item .bottom_text .ev {
    width: 100%;
  }
  .home3 .wrap .item .bottom_text .ev {
    width: 100%;
  }
  .home4 .wrap .item .bottom_text .ev {
    width: 100%;
  }
  .home1 .bg .ball {
    width: 40px;
    height: 40px;
  }
  .home1 .bg .ball img:nth-child(2) {
    width: 20px;
    height: 20px;
  }
  .home1 .bg .item1 .text {
    transform: translateX(-50px);
  }
  .home2 .fullcover-line {
    left: 26px;
    height: 60px;
    width: 6px;
  }
  .home3 .fullcover-line {
    left: 26px;
    height: 60px;
    width: 6px;
  }
  .home4 .fullcover-line {
    left: 26px;
    height: 60px;
    width: 6px;
  }
  .wrap .item video {
    border-radius: 12px;
  }
}
@media screen and (max-width:430px) {
  .home1 .bg .item.p1 {
    top: 86.3%;
    left: 30.3%;
  }
  .home1 .bg .item.p2 {
    top: 86.3%;
    left: 54.5%;
  }
}
@media screen and (max-width:375px) {
  .home1 .bg .item.p1 {
    top: 83.8%;
    left: 30.3%;
  }
  .home1 .bg .item.p2 {
    top: 83.8%;
    left: 54.5%;
  }
}