
  .front-image {
    position: absolute;
    width: 45%;
    top: 20%;
    left: 55%;
    
  }
  .page01 {
    position: absolute;
    top: 40%;
    width: 60%;
  }
  
  @keyframes active00 {
    0% {
    transform: translateX(-1000px);
    opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  .active .left-translate {
  animation-name: active00;
  animation-duration: 1s;
}
  @keyframes active01 {
    0% {
      transform: translateX(3000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  .active .right-translate {
    animation-name: active01;
    animation-duration: 1s;
  }
  @keyframes active02 {
    0%{
      transform: translateY(-2500px);
      opacity: 0;
    }
    100%{
      transform: translateY(0px);
      opacity: 1;
    }
  }
  .active .active02-translateY {
   animation-name: active02;
   animation-duration: 1s;
 }
  .product{
    position: relative;
    width: 100%;
    height: 90%;
    top: 0%;
    left: 0%;
  }
  .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.8;
  }

 .image{
    position: absolute;
    width: 63%;
    left: -3%;
    top: 4%;
  }
  .product .max-circle-left {
    position: absolute;
    width: 20%;
    height: 65%;
    left: 53.6%;
    top: 20%;

  }
  .product .max-circle-left .min-circle-shipinjiankong-left {
    position: absolute;
    left: 9%;
    top: 3%;
  }

  .product .max-circle-left .min-circle-shengchanbaojing-left {
    position: absolute;
    right: 0%;
    top: 3%;
  }
  .product .max-circle-left .min-circle-a-lishijilubiaodanjishi-left {
    position: absolute;
    left: 9%;
    top: 35.5%;
  }
  .product .max-circle-left .min-circle-voice_calls-left {
    position: absolute;
    right: 0;
    top: 35.5%;
  }
  .product .max-circle-left .min-circle-shangchuanwenjian-left {
    position: absolute;
    left: 9%;
    bottom: 0;
  }
  .product .max-circle-left .min-circle-xunhuguiji-left {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .product .max-circle-right {
    position: absolute;
    width: 20%;
    height: 65%;
    right: 8%;
    top: 20%;
  }

  .product .max-circle-right .min-circle-dingwei003-right {
    position: absolute;
    left: 9%;
    top: 3%;
  }

  .product .max-circle-right .min-circle-video-right {
    position: absolute;
    right: 0;
    top: 3%;
  }

  .product .max-circle-right .min-circle-shipintonghua-right {
    position: absolute;
    left: 9%;
    top: 35.5%;
  }

  .product .max-circle-right .min-circle-paizhao-right {
    position: absolute;
    right: 0;
    top: 35.5%;
  }

  .product .max-circle-right .min-circle-shangpinshengmingzhouqi-right {
    position: absolute;
    left: 9%;
    bottom: 0;
  }
  .product .max-circle-right .min-circle-fence-right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .icon-hover {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    width: 45%;
    height: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
  }
  .icon-hover:before,.icon-hover:after{
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    opacity: 0.2;
    background-color: rgba(41,130,229);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .icon-hover:after{
    top:auto;
    bottom: 0;
  }
  .icon-hover:hover:before,.icon-hover:hover:after{
    height: 100%;
    opacity: 1;
  }
  .icon-hover:hover div{
    color: #FFFFFF;
  }
  .icon {
    position: absolute;
    width: 60%;
    height: 40%;
    top: 20%;
    left: 30%;
    color: rgba(255,255,255,0.8); 
    z-index: 1;
  }

  .iconfont {
    font-size: 4.2rem;
  }
   .product .text {
    position: absolute;
    font-size: 1.3rem;
    color: rgba(255,255,255,0.8); 
    bottom: 3%;
    z-index: 1;
  }

  li .icon {
    left: 0;
  }