/* 动画的样式 */
.pinkbox{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 87px;
    left: 94px;
  }
  .pinkbox>img{
    width: 250px;
    height: 250px;
  }
  .bluebox{
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 30px;
    left: 800px; 
  }
  .bluebox>img{
    width: 180px;
    height: 180px;
  }
  .purplebox{
    width: 134px;
    height: 134px;
    position: absolute;
    top: 126px;
    left: 1300px;
  }
  .purplebox>img{
    width: 134px;
    height: 134px;
  }