@-webkit-keyframes fig {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}

@keyframes fig {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}

.float-coupon {
  width: 375px;
  height: 450px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1024;
}

.chai {
  width: 375px;
  height: 450px;
  background: url("./img/box.png");
  background-size: auto 100%;
  position: relative;
}

.chai .bg {
  width: 273px;
  height: 190px;
  position: absolute;
  left: 50px;
  bottom: 15px;
  background: url("./img/bg.png");
  background-size: auto 100%;
}

.chai .bg img:first-child {
  position: absolute;
  left: 60px;
  top: 8px;
  width: 156px;
  height: 156px;
}

.chai .bg .fig1 {
  width: 90px;
  height: 106px;
  position: absolute;
  right: 19px;
  z-index: 222;
  top: 59px;
  -webkit-animation: fig .8s infinite;
          animation: fig .8s infinite;
}

.chai .close {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: -37px;
  background: url("./img/close.png");
  background-size: auto 100%;
}

.get-coupon {
  width: 375px;
  height: 495px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.get-coupon .box {
  width: 375px;
  height: 495px;
  position: relative;
  background: url("./img/new.png") center no-repeat;
  background-size: auto 100%;
}

.get-coupon .box .rule {
  padding-left: 40px;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}

.get-coupon .box .rule .check {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 20px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

.get-coupon .box .rule .check input {
  position: absolute;
  opacity: 0;
  width: 14px;
  height: 14px;
  visibility: hidden;
}

.get-coupon .box .rule .check i {
  position: absolute;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
}

.get-coupon .box .rule .check .checked {
  background: url("./img/true.png");
}

.get-coupon .box .ipt {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 265px;
  left: 37px;
}

.get-coupon .box .ipt .i {
  width: 300px;
  height: 46px;
  background: white;
  border-radius: 23px;
  margin-bottom: 10px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.get-coupon .box .ipt .i input {
  border: none;
  width: 240px;
  height: 44px;
  background: white;
  font-size: 14px;
}

.get-coupon .box .ipt .i2 {
  position: relative;
}

.get-coupon .box .ipt .i2 a {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 105px;
  height: 36px;
  background: #c7222b;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
}

.get-coupon .box .ipt .i2 .disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #F1F1F1;
}

.get-coupon .box .get {
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 225px;
  height: 93px;
  background: url("./img/get.png");
  background-size: auto 100%;
  font-size: 24px;
  font-weight: 800;
  color: #ba521c;
  line-height: 80px;
  text-align: center;
}

.get-coupon .box .close {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: 0;
  background: url("./img/close.png");
  background-size: auto 100%;
}

.bottom {
  width: 100%;
  height: 100px;
  background: #10011b;
  opacity: 0.8;
  position: fixed;
  left: 0;
  bottom: 0;
}

.bottom a {
  position: absolute;
  width: 1060px;
  height: 175px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -89px;
}

.bottom a img {
  width: 1060px;
  height: 175px;
}

.bottom a .close {
  position: absolute;
  width: 29px;
  height: 29px;
  bottom: 21px;
  right: -40px;
  background: url("./img/close.png");
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}
/*# sourceMappingURL=coupon.css.map */