::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #E4EAF0;
  border-radius: 4px;
}
.container {
  position: relative;
  background-image: url("../img/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.container .heading {
  position: absolute;
  top: 8.5%;
  left: 50%;
  transform: translateX(-50%);
}
.card {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.card .tip {
  font-weight: 500;
  font-size: 3.75rem;
  color: #FFFFFF;
  line-height: 5.25rem;
  text-align: center;
}
.card .form {
  margin-top: 7.1667rem;
  width: 79rem;
  padding: 14.9167rem 6.25rem 3.3333rem;
  background-color: #fff;
  border-radius: 3.75rem;
  position: relative;
}
.card .form .title {
  padding: 2.3333rem 0 0 11.75rem;
  line-height: 6.4167rem;
  position: absolute;
  left: 50%;
  top: -5.1667rem;
  transform: translateX(-50%);
  width: 63.75rem;
  height: 16.4167rem;
  background-image: url("../img/title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 4.5833rem;
  color: #EB0404;
}
.card .form .form__item {
  display: flex;
  align-items: center;
  height: 10rem;
  background-image: url("../img/form_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2.5rem;
}
.card .form .form__item .form__item__title {
  font-size: 3.75rem;
  color: #FFFFFF;
  flex-shrink: 0;
  padding: 0 1.4167rem 0 3.5rem;
}
.card .form .form__item .form__item__title i {
  width: 11.25rem;
  display: inline-block;
  text-align-last: justify;
}
.card .form .form__item .form__item__content {
  position: relative;
  padding: 0 3.5rem 0 3.3333rem;
  flex: 1;
}
.card .form .form__item .form__item__content .drop {
  transform: scaleY(0);
  opacity: 0;
  transform-origin: center top;
  position: absolute;
  font-size: 3.3333rem;
  color: #121212;
  z-index: 2;
  transition: all 0.3s;
  top: 7.5rem;
  right: 0px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(87, 94, 110, 0.15);
  border-radius: 10px;
  max-height: 15rem;
  overflow-y: auto;
}
.card .form .form__item .form__item__content .drop .drop__item {
  padding: 0.6667rem 3.3333rem;
}
.card .form .form__item .form__item__content input {
  width: 100%;
  background-color: transparent;
  font-size: 3.3333rem;
  color: #121212;
}
.card .submit {
  margin-top: 2.25rem;
  text-align: center;
  cursor: pointer;
}
.card .submit img {
  height: 19.4167rem;
}
.flow {
  position: absolute;
  top: 28%;
  right: 5%;
  text-align: center;
  width: 46.5833rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
  padding: 5rem 4.1667rem 4.1667rem;
}
.flow h4 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 3.9167rem;
  color: #FFFFFF;
  line-height: 56px;
}
.flow .flow__content .flow__item {
  margin-bottom: 5rem;
  position: relative;
  height: 9.75rem;
  line-height: 9.75rem;
  background: #FFFFFF;
  border-radius: 2.1667rem;
  font-weight: 700;
  font-size: 3.1667rem;
  color: #3D3D3D;
}
.flow .flow__content .flow__item::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 1.6667rem solid rgba(255, 255, 255, 0.5);
  border-bottom: 1.6667rem solid transparent;
  border-left: 3.75rem solid transparent;
  border-right: 3.75rem solid transparent;
}
.flow .flow__content .flow__item:last-child {
  margin-bottom: 0;
}
.flow .flow__content .flow__item:last-child::after {
  display: none;
}
#box {
  position: absolute;
  left: 50%;
  top: 23%;
  transform-origin: center center;
}
#box #my-lucky {
  margin: 0 auto;
}
#box .prize {
  top: 138px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
}
#box .prize p {
  color: #AD1220;
  font-size: 33px;
  font-family: sans-serif !important;
  margin-bottom: 14px;
}
#box .prize img {
  width: 90px;
  vertical-align: middle;
}
#box .btn {
  position: absolute;
  left: 50%;
  top: 321px;
  transform: translateX(-50%);
}
#box .sector {
  position: absolute;
  top: 112px;
  left: 50%;
  opacity: 0;
}
#box .btns {
  display: flex;
}
#box .btns #start {
  margin-right: 72px;
}
#box .btns img {
  height: 547px;
  height: 233px;
}
.rule {
  position: absolute;
  top: 20%;
  right: 2%;
}
.rule img {
  height: 14.5rem;
  margin-bottom: 3.5833rem;
}
.rule .tip {
  width: 65.6667rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2.9167rem;
  padding: 3.75rem 2.9167rem 4.1667rem;
  font-weight: 500;
  font-size: 2.9167rem;
  color: #FFFFFF;
  line-height: 4.75rem;
}
.result {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.result .result__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.result .result__content p {
  color: #fff;
  font-size: 4rem;
  margin: 10rem 0 2rem;
}
.result .result__content .fire {
  position: absolute;
  z-index: -1;
  width: 70rem;
  top: 20rem;
  vertical-align: middle;
}
.result .result__content .gift {
  width: 30rem;
  vertical-align: middle;
}
.result .result__content .back {
  cursor: pointer;
  vertical-align: middle;
  width: 50rem;
}
@keyframes scale-box {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.avtive {
  opacity: 1 !important;
}
.avtive p,
.avtive img {
  animation-name: scale-box;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: 2;
}
.show {
  opacity: 1 !important;
  transform: scaleY(1) !important;
}
.step2 {
  display: none;
}
