.coupon-dialog {
  width: 426px;
  height: 370px;
  border-radius: 8px;
}
.coupon-dialog .dialog-header {
  text-align: right;
  padding: 0 20px;
}
.coupon-dialog .close-btn {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 19px;
  background: url(../../img/close-dailog.png) no-repeat center / 100%;
}
.coupon-dialog .prize-img img {
  width: 182px;
  height: 182px;
  margin: auto;
}
.coupon-dialog p {
  margin-top: 10px;
  color: #222222;
  font-size: 12px;
  line-height: 1;
}
.coupon-dialog .info-text {
  color: #ff0d35;
  font-size: 20px;
  font-weight: 700;
}
.coupon-dialog .btn-line {
  padding-top: 33px;
  text-align: center;
}
.coupon-dialog .btn {
  display: inline-block;
  width: 322px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background: #ff0d35;
  color: #fff;
  outline: none;
  border: none;
  text-align: center;
}
