.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.modal.show {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.modal .modal-logo {
  position: absolute;
  width: 145px;
  height: 20px;
  top: 30px;
  left: 36px;
}
.modal .modal-close {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 19px;
  right: 19px;
}
.modal .text-wrapper_1 {
  width: 924px;
  height: 620px;
  position: relative;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
.modal .content img {
  width: 384px;
  height: 450px;
  margin-right: 12px;
}
.modal .content.show {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.modal .content .title {
  width: 350px;
  font-family: D-DINExp-Bold, D-DINExp;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
.modal .content .describe {
  width: 350px;
  font-family: D-DINExp;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  margin: 12px 0 44px;
}
.modal .activity {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 85px;
}
.modal .rewards > img {
  width: 384px;
  height: 450px;
  margin-right: 12px;
}
.modal .rewards .drawBtn {
  cursor: pointer;
  background-color: #36DD51;
  width: 350px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-family: D-DINExp-Bold, D-DINExp;
}
.modal .rewards .drawBtn:hover {
  opacity: 0.9;
}
.modal .discountCode .discountCodeInfo {
  width: 342px;
  height: 70px;
  background: #000000;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.modal .discountCode .discountCodeInfo img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 22px;
}
.modal .discountCode .discountCodeInfo .discountCodeText {
  font-family: D-DINExp-Bold, D-DINExp;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .discountCode .discountCodeInfo .discountCodeDescribe {
  font-family: D-DINExp;
  font-weight: normal;
  font-size: 12px;
  color: #03FE00;
  line-height: 16px;
  font-style: normal;
}
.modal .discountCode .shopNow {
  margin-top: 12px;
  width: 342px;
  height: 50px;
  background: #FFFFFF;
  font-size: 15px;
  border: 1px solid #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: D-DINExp-Bold, D-DINExp;
  color: #000000;
  line-height: 21px;
}
.modal .discountCode .input-group,
.modal .drone1 .input-group,
.modal .drone2 .input-group,
.modal .drone3 .input-group {
  display: flex;
  align-items: center;
  position: relative;
}
.modal .discountCode .email-input,
.modal .drone1 .email-input,
.modal .drone2 .email-input,
.modal .drone3 .email-input {
  flex: 1;
  width: 256px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #000000;
  font-size: 15px;
  padding: 0 12px;
}
.modal .discountCode .confirm-btn,
.modal .drone1 .confirm-btn,
.modal .drone2 .confirm-btn,
.modal .drone3 .confirm-btn {
  width: 94px;
  height: 50px;
  background: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.modal .discountCode .confirm-btn:hover,
.modal .drone1 .confirm-btn:hover,
.modal .drone2 .confirm-btn:hover,
.modal .drone3 .confirm-btn:hover {
  opacity: 0.9;
}
.modal .discountCode .tip,
.modal .drone1 .tip,
.modal .drone2 .tip,
.modal .drone3 .tip {
  font-family: D-DINExp;
  font-weight: normal;
  font-size: 15px;
  color: #00B000;
  line-height: 21px;
  font-style: normal;
  display: none;
  position: absolute;
  top: 55px;
}
.modal .discountCode .tip.err-tip,
.modal .drone1 .tip.err-tip,
.modal .drone2 .tip.err-tip,
.modal .drone3 .tip.err-tip {
  color: #FF0000;
}
.modal .rule .text_1 {
  overflow-wrap: break-word;
  font-size: 22px;
  white-space: nowrap;
  line-height: 20px;
  margin: 109px 0 24px 72px;
  font-family: D-DINExp-Bold, D-DINExp;
  font-weight: bold;
  color: #000000;
  text-align: left;
  font-style: normal;
  display: inline-block;
}
.modal .rule .paragraph_1 {
  width: 780px;
  height: 424px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 20px;
  margin: 0 72px 43px 72px;
  font-family: D-DINExp;
  font-weight: normal;
  color: #000000;
  text-align: left;
  font-style: normal;
  overflow-y: scroll;
  display: inline-block;
}
