.idx3-1{position: relative;z-index: 4;padding-right: 9vw;}
.idx3-1box{display: flex;align-items: center;}
.idx3-1 .item .h3{display: flex;align-items: center;}
.idx3-1 .item .h3 span{font-size: 3.5vw;color:#fff;font-weight: 600;font-family: "DIN";margin-right: .1rem;line-height: 1;}
.idx3-1 .item .h3 .txt{font-size: .16rem;color:#fff;text-align: center;}
.idx3-1 .item .h3 img{width: .26rem;margin-top:.8vw;box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);border-radius: 50%;}
.idx3-1 .item p{font-size: .14rem;color: #fff;margin-top:.1rem;line-height: 1.25;}
.idx3-1 .item{margin-right: 2.1vw;}
.idx3-1 .h1{font-size:.34rem;color: #fff;}
.idx3-1 .h2{font-size: .16rem;color: #fff;line-height: 1.5;margin: 1.1vw 0 4vw;}
.idx3-2{width: 100%;position: relative;z-index: 4;}
.idx3-2 .item{width: 8.23vw;height: 8.23vw;background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023072009590375631/cms/image/aed2d188-c796-4a98-a3b7-659c238625d7.png);background-size: cover;position: absolute;-webkit-animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
.idx3-2 .item:nth-child(1){top:24% ;left: 11.2%;}
.idx3-2 .item:nth-child(2){top:13% ;left: 49%;}
.idx3-2 .item:nth-child(3){top:34% ;left:72%;}
.idx3-2 .item:nth-child(4){top:68% ;left:80%;}
.idx3-2 .item:nth-child(5){top:48% ;left:45%;}
.idx3-2 .item:nth-child(6){top:63% ;left:22.5%;}
@keyframes bigsmall {
	0% {
	  -webkit-transform: scale(.8);
	  -moz-transform: scale(.8);
	  -ms-transform: scale(.8);
	  -o-transform: scale(.8);
	  transform: scale(.8);
	}
	100% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	}
  }


@media only screen and (max-width: 768px){
  .idx3-2 img{width:100%;}
}