.product-info-give {
  width: 18.75%;
}

.product-data {
  width: 100%;
  margin: 0;
}

.circum-product-give {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.circum-product-h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 10px;
}

.circum-product-date {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

.circum-product-t1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.circum-product-cont {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 32px;
}

.circum-product-btn a {
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  padding: 0 48px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  background: #2b2b2b;
}

.give-rules {
  max-width: 1600px;
  margin: 0 auto 60px;
  border-radius: 20px;
  background: #fff;
  padding: 2.5%;
  font-size: 14px;
  line-height: 140%;
}

.give-rules a {
  color: #00a3f3;
}

.p_curtain {
  filter: alpha(Opacity=50);
  opacity: .5;
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
}

.p_login {
  width: 600px;
  z-index: 201;
}

.p_login.open {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.p_login_tit {
  text-align: center;
  padding: 10px 0 0;
}

.p_login_tit_img1 {
  width: 10.5812%;
  display: inline-block;
}

.p_login_tit_img2 {
  width: 3.582%;
  display: inline-block;
}

.p_login_tit_img3 {
  width: 10.597%;
  display: inline-block;
}

.p_login_tit_img img {
  width: 100%;
  max-width: 100%;
}

.p_login_tit1 {
  font-size: 32px;
  line-height: 130%;
  color: #2b2b2b;
  text-align: center;
  margin: 0 0 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.p_login_tit3 {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin: 0 0 24px;
}

.p_login_tit3 a {
  color: #2b2b2b;
  text-decoration: underline;
}

.addthis_inline_share_toolbox {
  text-align: center;
}

.p_newsletter_box {
  margin: 20px 0 15px;
}

.p_newsletter_input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  background: #fff;
  border: 0 none;
  display: flex;
  justify-content: space-between;
}

.p_newsletter_input .input-text {
  width: 100%;
  padding: 0 15px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  font-size: 18px;
  outline: 0;
  border: 1px solid #2b2b2b;
  border-radius: 4px;
}

.p_newsletter_input .input-text:focus {
  box-shadow: 2px 2px 5px rgba(54, 54, 54, 0.2);
}

.p_newsletter_btn button.button {
  background: #2b2b2b;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0 48px;
  cursor: pointer;
}

.p_newsletter_btn button.button span span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.p_newsletter_box .p_newsletter_error {
  font-size: 14px;
  color: #dc2f2f;
  line-height: 18px;
  text-align: center;
  margin: 10px 0 0;
}

.p_newsletter_box .p_newsletter_gdpr {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 18px;
  margin: 20px 0 24px;
}

.p_newsletter_box .p_newsletter_gdpr a {
  color: #066DFF;
}

.p_newsletter_btn {
  text-align: center;
}

.pre-box .p_newsletter_box {
  margin: 0;
}

.pre-box .p_newsletter_input {
  background: #fff;
}

.pre-box .p_newsletter_input .input-text {
  color: #000f3c;
}

.pre-box .p_newsletter_input button.button {
  background: #dc2e2e;
}

.pre-box .p_newsletter_box .p_newsletter_gdpr {
  color: #fff;
}

.pre-box .p_newsletter_box .p_newsletter_gdpr a {
  color: #dc2e2e;
}

.p_rule .p_login_tit {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.p_rule .p_login_tit3 {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#p_rule1,
#p_rule1 .p_login_in {
  height: auto;
}

#p_newsletter_ok {
  height: 220px;
}

#p_newsletter_ok .p_login_in {
  height: auto;
}

.award_info {
  font-size: 18px;
  width: calc(100% - 40px);
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  margin: -30px auto 20px;
  max-width: 1600px;
}

.circum-img {
  width: 18.75%;
}

.circum-product-del {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  position: relative;
  border: 1px solid #F2F3F5;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.act_banner {
  margin: 0 auto 20px;
}

.prize_banner {
  margin: 0 auto 20px;
}

.prize_banner_in {
  height: 0;
  position: relative;
  padding-bottom: 15.625%;
}

.prize-content {
  width: 81.25%;
  left: 9.375%;
  height: 100%;
  top: 0;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prize-content-l {
  margin: 24px 0;
  padding-right: 20px;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.prize-content-r {
  margin: 24px 0;
  width: 646px;
  padding: 16px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(1.5px);
  max-height: 200px;
  overflow: hidden;
}

.prize-content-r ul {
  margin: 0;
  padding: 0;
}

.prize-content-r li {
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.prize-content-r li:last-child {
  margin-bottom: 0;
}

.prize-content-r.scrolling li:last-child {
  margin-bottom: 12px;
}

.prize-info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.prize-icon {
  width: 24px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.prize_banner .prize-icon img {
  border-radius: 0;
}

.prize-email {
  display: block;
}

.give-rules-title {
  display: block;
}

@media only screen and (max-width: 1500px) {
  .prize-content-l {
    margin: 15px 0;
    font-size: 20px;
  }

  .prize-content-r {
    margin: 15px 0;
    padding: 10px 20px;
    max-height: 182px;
  }

  .prize-content-r li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .prize-content-r.scrolling li:last-child {
    margin-bottom: 10px;
  }

  .prize-icon {
    width: 20px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .img-container {
    padding: 30px 0;
  }

  .give-rules {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

  .award_info {
    margin: -10px auto 20px;
  }

  .circum-product-h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-info-give {
    width: 28.75%;
  }
  .prize-content {
    width: 90%;
    left: 5%;
  }

  .prize-content-l {
    margin: 10px 0;
    font-size: 16px;
  }

  .prize-content-r {
    margin: 10px 0;
    max-height: 144px;
  }

  .prize-content-r li {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .prize-content-r.scrolling li:last-child {
    margin-bottom: 5px;
  }

  .prize-icon {
    width: 16px;
  }
}

@media only screen and (max-width: 1025px) {
  .circum-product-h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1000px) {
  .product-info {
    margin: 0;
  }
  .prize-content-r {
    width: 422px;
  }
}

@media only screen and (max-width: 767px) {
  .give-rules {
    width: calc(100% - 30px);
    border-radius: 10px;
    padding: 4.5%;
    font-size: 13px;
  }

  .circum-product-h1 {
    font-size: 20px;
  }

  .circum-product-cont {
    margin-bottom: 20px;
  }

  .circum-product-btn {
    text-align: center;
  }

  .circum-product-btn a {
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
  }

  .p_login {
    width: 300px;
    border-radius: 4px;
  }

  .p_login_tit {
    padding: 5px 0 0;
  }

  .p_login_tit1 {
    font-size: 18px;
    margin: 0 0 5px;
  }

  .p_login_tit3 {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
  }

  .p_newsletter_box {
    margin: 10px 0 10px;
  }

  .p_newsletter_input {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }

  .p_newsletter_input .input-text {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .p_newsletter_input button.button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }

  .p_newsletter_input button.button span span {
    font-size: 13px;
  }

  .p_newsletter_box .p_newsletter_error {
    font-size: 12px;
    line-height: 16px;
  }

  .p_newsletter_box .p_newsletter_gdpr {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
  }

  .p_newsletter_btn button.button {
    height: 40px;
    line-height: 40px;
  }

  .p_newsletter_btn button.button span span {
    font-size: 14px;
  }

  .circum-product-give {
    margin: 0 auto 16px;
  }

  .award_info {
    border-radius: 10px;
    width: calc(100% - 30px);
    font-size: 14px;
    margin: -10px auto 10px;
  }

  .circum-img {
    width: 100%;
    margin: 0 15px 20px;
    display: none;
  }

  .circum-product-del {
    width: 100%;
    padding: 16px 12px;
    border-radius: 4px;
    border-width: 0.5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  }

  .circum-product-h1 {
    font-size: 20px;
  }
  .act_banner {
    margin: 0 auto 16px;
  }

  .prize_banner {
    margin: 0 auto 16px;
  }

  .prize_banner_in {
    padding-bottom: 57.971%;
  }

  .prize-content {
    width: 93.162393%;
    left: 3.4188%;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .prize-content-l {
    width: 100%;
    margin: 16px 0;
    font-weight: 500;
    line-height: 150%;
    padding-right: 0;
  }

  .prize-content-r {
    margin: 0;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    max-height: 109px;
  }

  .prize-icon {
    width: 16px;
    margin-right: 5px;
  }

  .prize-content-r li {
    font-size: 12px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.p_newsletter_input.input_error {
  border-color: #dc2f2f;
}

.p_newsletter_box .p_newsletter_gdpr.required_error {
  color: #dc2f2f;
}

.gdpr_text.input_error,
.gdpr_text.input_error a {
  color: #dc2f2f;
}

.gdpr_text div {
  display: inline;
}

.gdpr_text * {
  white-space-collapse: inherit !important;
}

.gdpr_text * {
  font-size: inherit !important;
  white-space: normal !important;
}

.open-dialog-btn {
  display: none;
}

@media only screen and (max-width: 321px) {
  .award_info {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
}