.special-egg {
  display: none;
  position: absolute;
  z-index: 999;
  width: 440px;
  left: 50%;
  text-align: center;
  top: 10px;
  margin-left: -220px;
}

.special-egg img {
  width: 100%;
}

.special-egg_info {
  position: absolute;
  top: 57px;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: all 1s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.special-egg_info .name {
  font-size: 40px;
  margin-bottom: 10px;
}

.special-egg_info span,
.special-egg_info p {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #d7000f;
  font-weight: bold;
  font-family: "MicrosoftYaHei";
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0, #fff 1.6px 0 0, #fff 0 1.6px 0, #fff -1.6px 0 0, #fff 0 -1.6px 0;
  -webkit-text-stroke: 1px #fff;
}

.special-egg_price {
  position: absolute;
  top: 170px;
  text-align: center;
  width: 100%;
  color: #d7000f;
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  transition: all 1s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.special-egg_price p,
.special-egg_price h4 {
  margin: 0;
  display: block;
}

.special-egg_price h4 {
  margin: 7px 0;
}

.special-egg_price span {
  font-size: 36px;
  line-height: 1;
  vertical-align: baseline;
}

.special-egg_price sub {
  font-size: 16px;
  font-weight: bold;
  vertical-align: text-bottom;
}

.special-egg_price p {
  font-size: 18px;
}

.special-egg.doudong {
  animation: doudong 2s 1;
}

.special-egg.suofang {
  animation: suofang 6.5s infinite;
}

.special-egg.show {
  display: block;
}

.special-egg.move .special-egg_info {
  transform: scale(1);
  opacity: 1;
}

.special-egg.move .special-egg_price {
  transform: scale(1);
  opacity: 1;
}

/* #video-wrap::before {
  content: "";
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

.registration-egg{
  display: none;
  position: absolute;
  z-index: 999;
  width: 370px;
  left: 50%;
  text-align: center;
  top: 10px;
  margin-left: -185px;
}

.registration-egg img {
  position: relative;
  top: 80px;
  width: 100%;
}

.registration-egg_info {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: all 1s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.registration-egg_info .name {
  font-size: 40px;
  margin-bottom: 10px;
}

.registration-egg_info span,
.registration-egg_info p {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #d7000f;
  font-weight: bold;
  font-family: "MicrosoftYaHei";
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0, #fff 1.6px 0 0, #fff 0 1.6px 0, #fff -1.6px 0 0, #fff 0 -1.6px 0;
  -webkit-text-stroke: 1px #fff;
}

.registration-egg_price {
  position: absolute;
  top: 205px;
  text-align: center;
  width: 100%;
  color: #d7000f;
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  transition: all 1s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.registration-egg_price p,
.registration-egg_price h4 {
  margin: 0;
  display: block;
}

.registration-egg_price h4 {
  margin: 7px 0;
}

.registration-egg_price span {
  font-size: 36px;
  line-height: 1;
  vertical-align: baseline;
}

.registration-egg_price sub {
  font-size: 16px;
  font-weight: bold;
  vertical-align: text-bottom;
}

.registration-egg_price p {
  font-size: 18px;
}

.registration-egg.doudong {
  animation: doudong 2s 1;
}

.registration-egg.suofang {
  animation: suofang 6.5s infinite;
}

.registration-egg.show {
  display: block;
}

.registration-egg.move .registration-egg_info {
  transform: scale(1);
  opacity: 1;
}

.registration-egg.move .registration-egg_price {
  transform: scale(1);
  opacity: 1;
}

#video-wrap .mask {
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  display:none;
}
@keyframes suofang {
  0% {
    opacity: .5;
  }
  5% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  57% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes doudong {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-1px, 1.5px) rotate(1.5deg);
  }
  4% {
    transform: translate(1.3px, 0px) rotate(-0.5deg);
  }
  6% {
    transform: translate(1.4px, 1.4px) rotate(-2deg);
  }
  8% {
    transform: translate(-1.3px, -1px) rotate(-1.5deg);
  }
  10% {
    transform: translate(1.4px, 0px) rotate(-2deg);
  }
  12% {
    transform: translate(-1.3px, -1px) rotate(-2deg);
  }
  14% {
    transform: translate(1.5px, 1.3px) rotate(1.5deg);
  }
  16% {
    transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  18% {
    transform: translate(1.3px, -1.3px) rotate(-2deg);
  }
  20% {
    transform: translate(1px, 1px) rotate(-0.5deg);
  }
  22% {
    transform: translate(1.3px, 1.5px) rotate(-2deg);
  }
  24% {
    transform: translate(-1.4px, -1px) rotate(2deg);
  }
  26% {
    transform: translate(1.3px, -1.3px) rotate(0.5deg);
  }
  28% {
    transform: translate(1.6px, -1.6px) rotate(-1.5deg);
  }
  30% {
    transform: translate(-1.3px, -1.3px) rotate(-1.5deg);
  }
  32% {
    transform: translate(-1px, 0px) rotate(2deg);
  }
  34% {
    transform: translate(1.3px, 1.3px) rotate(-0.5deg);
  }
  36% {
    transform: translate(1.3px, 1.6px) rotate(1.5deg);
  }
  38% {
    transform: translate(1.3px, -1.6px) rotate(1.5deg);
  }
  40% {
    transform: translate(-1.4px, -1px) rotate(-0.5deg);
  }
  42% {
    transform: translate(-1.4px, 1.3px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-1.6px, 1.4px) rotate(0.5deg);
  }
  46% {
    transform: translate(-2.1px, -1.3px) rotate(-0.5deg);
  }
  48% {
    transform: translate(1px, 1.6px) rotate(1.5deg);
  }
  50% {
    transform: translate(1.6px, 1.6px) rotate(1.5deg);
  }
  52% {
    transform: translate(-1.4px, 1.6px) rotate(0.5deg);
  }
  54% {
    transform: translate(1.6px, -1px) rotate(-2deg);
  }
  56% {
    transform: translate(1.3px, -1.6px) rotate(-2deg);
  }
  58% {
    transform: translate(-1.3px, -1.6px) rotate(0.5deg);
  }
  60% {
    transform: translate(1.3px, 1.6px) rotate(-0.5deg);
  }
  62% {
    transform: translate(0px, 0px) rotate(-1.5deg);
  }
  64% {
    transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  66% {
    transform: translate(1.6px, -1.6px) rotate(0.5deg);
  }
  68% {
    transform: translate(0px, -1.6px) rotate(-2deg);
  }
  70% {
    transform: translate(-1.6px, 1px) rotate(1.5deg);
  }
  72% {
    transform: translate(-1.6px, 1.6px) rotate(2deg);
  }
  74% {
    transform: translate(1.3px, -1.6px) rotate(-0.5deg);
  }
  76% {
    transform: translate(1.4px, 1px) rotate(-0.5deg);
  }
  78% {
    transform: translate(-1px, 1.4px) rotate(2deg);
  }
  80% {
    transform: translate(1.4px, 1.6px) rotate(2deg);
  }
  82% {
    transform: translate(-1.6px, -1.6px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-1.4px, 1.4px) rotate(-2deg);
  }
  86% {
    transform: translate(1px, 1.4px) rotate(-2deg);
  }
  88% {
    transform: translate(-1.4px, 1.4px) rotate(-1.5deg);
  }
  90% {
    transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  92% {
    transform: translate(-1.4px, 1.6px) rotate(2deg);
  }
  94% {
    transform: translate(-1.6px, -1.6px) rotate(-2deg);
  }
  96% {
    transform: translate(-1.4px, 1.3px) rotate(-2deg);
  }
  98% {
    transform: translate(1.3px, 1px) rotate(-0.5deg);
  }
}
