.home1 .wrap {

  /* margin: 12.6563vw 16.7083vw 6.25vw; */
  padding: 12.6563vw 16.7083vw 6.25vw;
  display: flex;
  flex-direction: column;
}

.home1 .wrap h1 {
  text-align: center;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
}

.home1 .wrap .line {
  margin-top: 1.0417vw;
  width: 100%;
  height: 2px;
  background: #68B731;
}

.home1 .wrap1 {
    text-align: center;
} 
.home1 .wrap1 p {
  font-family: "Noto Sans SC" !important;
}
.home1 .wrap1 span {
  font-family: "Noto Sans SC" !important;
}
 .home1 .wrap1 img {
    vertical-align: middle; 
    margin: 0 auto !important;
}
/* .home1 .wrap1 img {
  display: block; 
  margin: 0 auto !important; 
  width: auto !important; 
} */
 /* .home1 .wrap1 img {
  margin: 0 auto !important;
 } */
.home1 .wrap1 {
  margin: 0 17.7083vw 6.25vw;
}

.home1 .wrap1 .t1 {
  margin: 1.6667vw 0 1.0417vw;
  color: #000;
  text-align: justify;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
}

.home1 .wrap1 .t2 {
  color: #000;
  text-align: justify;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.home1 .wrap1 video {
  border-radius: 1.0417vw;
  margin: 1.6667vw 0 2.0833vw;
}

.home1 .wrap1 .t3 {
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
}

.home1 .wrap1 .t4 {
  margin: 1.0417vw 0 2.0833vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
  align-self: stretch;
}

.home1 .wrap1 .t5 {
  margin: 2.0833vw 0 1.0417vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
}

.home1 .wrap1 .t6 {
  margin-bottom: 3.6458vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
}
.home1 .wrap1 .t7 {
  margin: 2.0833vw 0 4.6875vw;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
}


.home1 .page {
  margin-top: 6.875vw;
  display: flex;
  gap: 1.0938vw;
  align-items: center;
  justify-content: center;
}

.home1 .page .btn {
  width: 2.0833vw;
  height: 2.0833vw;
}

.home1 .page p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.home1 .page .t {
  margin-bottom: 10px;
}

.home1 .page .nu{
  display: flex;
  border-radius: 50px;
  width: 40px;
  padding: 5px 13px 5px 14px;
  justify-content: center;
  align-items: center;
}

.home1 .page .on {
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 100%);
}
.home1 .page .on p {
  color: #FFF;
}
.home1 .pic {
    border-radius: 1.0417vw;
  }
@media screen and (max-width:768px){
  .home1 .wrap1 video {
    border-radius: 12px;
  }
  .home1 .pic {
    border-radius: 12px;
  }
  .home1 .wrap1 {
    margin: 0 5% 70px;
  }
}