body,
html {
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("/css/font/Montserrat-Regular.otf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("/css/font/Montserrat-Bold.otf");
}

body {
  font-family: Montserrat-Regular;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
}

input {
  border: 0;
  outline: none;
}

li {
  list-style-type: none;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 0;
  opacity: 0.2;
  display: none;
}

.event-time {
  font-family: Montserrat-Bold;
  font-weight: bold;
  text-align: center;
  background-color: #f6f7fb;
}

.lucky-banner {
  width: 100%;
  height: 580px;
  background: url("/themes/akira/assets/img/banner-chrismas.png") no-repeat
    center center;
  background-size: 100% 100%;
  margin-bottom: 80px;
}

.counting {
  font-size: 35px;
  height: 66px;
}

.hour,
.minute,
.second {
  padding: 10px 15px 10px 15px;
  background-color: rgba(0, 0, 0, 0.08);
}

.event-time-tittle {
  font-size: 40px;
  margin-bottom: 10px;
}

.main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.judge,
.query-my-prizes,
.prizes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fcfcfc;
  text-align: center;
  padding-bottom: 40px;
  z-index: 2;
}

.main .prizes {
  width: 380px;
  display: none;
}

.main .judge {
  width: 467px;
  display: none;
}

.main .query-my-prizes {
  width: 640px;
  display: none;
}

.main .query-my-prizes .fill {
  width: 500px;
  height: 45px;
  border: 1px solid #d9d8d6;
  padding-left: 15px;
}

.main .query-my-prizes .wrong {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/themes/akira/assets/img/fail.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: -25%;
  vertical-align: middle;
}

.main .query-my-prizes .wrong-message {
  display: none;
  margin-top: 8px;
  color: #666666;
}

.main .judge .close,
.main .query-my-prizes .close-my-prizes,
.main .prizes .close-prizes-info {
  display: block;
  width: 18px;
  height: 18px;
  text-align: right;
  background: url("/themes/akira/assets/img/close2.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 15px;
}

.main .judge .ok,
.main .query-my-prizes .submit {
  height: 45px;
  color: #fff;
  background-color: #ff4d00;
  margin-top: 30px;
}

.main .judge .ok {
  width: 350px;
}

.main .query-my-prizes .submit {
  width: 500px;
}

.main .prizes .congratulations {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-transform: uppercase;
}

.prize-name {
  color: #ff4d00;
}

.prize-img {
  max-width: 250px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
  margin-bottom: 40px;
}

.prizes .congratulation-message {
  font-size: 12px;
  color: #666666;
  margin-top: 12px;
}

.award,
.discount {
  width: 250px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.award {
  display: block;
}

.discount {
  display: none;
}

.code {
  font-size: 12px;
  color: #000;
  text-align: center;
  display: none;
}

.copy {
  width: 250px;
  height: 35px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-top: 15px;
  display: none;
}

.left,
.right {
  display: inline-block;
}

.left {
  position: relative;
  width: 525px;
  height: 525px;
}

.right {
  width: 496px;
}

.right .column {
  display: flex;
  flex-direction: column;
}

.right .title {
  font-family: Montserrat-Bold;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
}

.sub-title {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 18px;
}

.right .tips {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.email,
.spin {
  height: 47px;
}

.right .email {
  margin-bottom: 10px;
  padding-left: 14px;
  background-color: #f6f7fb;
}

.right .spin {
  color: #ffffff;
}

.right .rules {
  font-family: Montserrat-Bold;
  font-size: 18px;
  margin-bottom: 17px;
}

.right .details {
  color: #666666;
  font-size: 13px;
  margin: 8px 0 8px 0;
}

.right .details .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/themes/akira/assets/img/icon-star.png") no-repeat center
    center;
  background-size: 100% 100%;
}

.right .my-prizes {
  color: #ff4d00;
  font-size: 14px;
  font-weight: 400;
  margin-top: 29px;
}

.right .my-prizes:hover {
  cursor: pointer;
}

.right .my-prizes::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/themes/akira/assets/img/icon-right.png") no-repeat center
    center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 20px;
}

.sub-title,
.tips,
.spin {
  margin-bottom: 29px;
}

/*暂时写死，正式上线后根据活动页面判断颜色*/
.right .spin,
.submit {
  background-color: rgba(0, 102, 65, 1);
}

.left .arrow-prize {
  position: absolute;
  top: -5%;
  right: 50%;
  width: 70px;
  height: 70px;
  background: url("/themes/akira/assets/img/arrow-prize.png") no-repeat center
    center;
  background-size: 100% 100%;
  transform: rotate(-90deg) translateY(50%);
}

.rulesLink {
  text-decoration: underline;
  color: #666666;
}

@media only screen and (min-width: 319px) and (max-width: 425px) {
  html,
  body {
    width: 100vw;
  }
  .lucky-banner {
    height: 200px;
    margin-bottom: 50px;
  }
  .main {
    width: 100%;
    flex-direction: column;
  }
  .right {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px;
  }
  .left {
    width: 100%;
    height: auto;
  }
  .event-time-tittle {
    font-size: 17px;
    display: inline-block;
  }
  .counting {
    font-size: 14px;
    height: 36px;
  }
  .right .title {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .main .query-my-prizes {
    width: 90%;
    display: none;
  }
  .main .query-my-prizes .fill {
    width: 80%;
    height: 45px;
    border: 1px solid #d9d8d6;
    padding-left: 15px;
  }
  .main .query-my-prizes .submit {
    width: 80%;
  }
  .main .judge {
    width: 90%;
    display: none;
  }
  .main .judge .ok {
    width: 80%;
  }
  .main .prizes {
    width: 90%;
    display: none;
  }
}

@media only screen and (min-width: 526px) and (max-width: 768px) {
  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .lucky-banner {
    height: 200px;
    margin-bottom: 50px;
  }
  .main {
    width: 100%;
    flex-direction: column;
  }
  .right {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px;
  }
  .left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .event-time-tittle {
    font-size: 17px;
    display: inline-block;
  }
  .counting {
    font-size: 14px;
    height: 36px;
  }
}
