* {
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
}

.showEffect {
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 999999;
  width: 120px;
  opacity: 0.5;
}

.showEffect:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.try-animation1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2147483647;
  display: none;
}
.try-animation1 img {
  max-width: inherit;
}
.try-animation1 .delete1 {
  position: absolute;
  width: 6.3vw;
  top: 1vh;
  right: 2vw;
  z-index: 300;
}
.try-animation1 .delete1:hover {
  opacity: 0.6;
  cursor: pointer;
}
.try-animation1 .yhs1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.try-animation1 .yhs1 .yh1 {
  width: 15vw;
  left: 0;
  top: 24vh;
  margin-left: -6vw;
  animation: shoot 6s linear infinite;
  -webkit-animation: shoot 6s linear infinite;
}
.try-animation1 .yhs1 .yh2 {
  width: 13vw;
  right: 12vw;
  top: 36vh;
  animation: shoot 5s linear infinite;
  -webkit-animation: shoot 5s linear infinite;
}
.try-animation1 .yhs1 .yh3 {
  width: 14vw;
  left: 12vw;
  top: 60vh;
  animation: shoot 5s linear infinite;
  -webkit-animation: shoot 5s linear infinite;
}
.try-animation1 .yhs1 img {
  position: absolute;
  z-index: 2;
}
.try-animation1 .try-img1 {
  width: 16.67vw;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: top left 1.6s;
  animation: shake 1s ease-in-out infinite forwards 1s;
}
.try-animation1 .try1-img2-box {
  width: 69.33vw;
  height: 0;
  position: absolute;
  top: 15.73vw;
  left: 17.07vw;
  overflow: hidden;
}
.try-animation1 .try1-img2 {
  width: 69.33vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 666666666666666;
}
.try-animation1 .try1-img3 {
  width: 42.27vw;
  position: absolute;
  right: 17.73vw;
  bottom: 35.27vw;
  opacity: 0;
}
.try-animation1 .try1-img4 {
  width: 17.07vw;
  position: absolute;
  right: 4.93vw;
  bottom: 14vw;
  z-index: 6666666;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1s;
}
.try-animation1 .try1-img5 {
  width: 22vw;
  position: absolute;
  left: 20.8vw;
  top: 78.53vw;
  opacity: 0;
  animation: feadInLeft 0.6s ease-in-out forwards 1.2s;
}
.try-animation1 .try1-img6 {
  width: 100vw;
  position: absolute;
  bottom: -6vw;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
.try-animation1 .try1-img7 {
  width: 22.8vw;
  position: absolute;
  bottom: 75.6vw;
  left: 48vw;
  z-index: 2000000000;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1.4s;
}
.try-animation1 .try1-img8 {
  width: 21.47vw;
  position: absolute;
  bottom: 75.4vw;
  left: 70vw;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1.6s;
}
.try-animation1 .try1-img9 {
  width: 23.6vw;
  position: absolute;
  bottom: 76vw;
  left: 7vw;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1s;
}
.try-animation1 .try1-img10 {
  width: 29.2vw;
  position: absolute;
  bottom: 73vw;
  left: 26vw;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1.2s;
}
.try-animation1 .try1-img11 {
  width: 11.6vw;
  position: absolute;
  bottom: 44vw;
  left: 12.4vw;
  z-index: 6666666;
  opacity: 0;
  animation: feadInUp 0.6s ease-in-out forwards 1.6s;
}
@keyframes shake {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  33% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  66% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes feadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feadInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0%, 0%, 0);
  }
}
@keyframes feadInUp {
  0% {
    opacity: 0;
    transform: translate3d(0%, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0%, 0%, 0);
  }
}
@keyframes shoot {
  0% {
    transform: translate3d(0%, 500%, 0) scale(0.05);
    background-color: #FFE896;
    border-radius: 50%;
  }
  79% {
    background-color: #FFE896;
    border-radius: 50%;
  }
  80% {
    background-color: inherit;
    transform: translate3d(0%, 0%, 0) scale(0.05);
    border-radius: 50%;
  }
  90% {
    transform: translate3d(0%, 0%, 0) scale(1);
    border-radius: 50%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}