@charset "utf-8";
/* bg */

.wp-block-the-chuan-blocks-newsrelease-header,
.newsrelease-spaced-paragraph-section,
.newsrelease-paragraph-with-title-section {
  /* background-image: url("./img/BG1.png"); */
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}


.wp-block-cover {
  padding: 0;
}

/*lucky  */
body .competition_container,
body .competition_footer {
  padding: 0;
  width: auto;
  max-width: 100vw;
  background-color: transparent;
  border: 0;
}

body .competition_container::after,
body .competition_footer::after {
  content: "";
  /* 生成内容 */
  display: block;
  /* 使伪元素成为块级元素 */
  clear: both;
  /* 清除两侧浮动 */
}

.luckydraw p:empty {
  display: none;
}

.luckydraw .competition_open,
.luckydraw .competition_subheading {
  margin-bottom: 0px;
}

.lucky-form {
  width: clamp(490px, 70%, 1100px);
  margin: 0 auto 100px;
}

.lucky-form div.cdb_form_field {
  padding-right: 0;
}

div.now-title h2 {
  max-width: 100%;
}

.lucky-content-title h2 {
  max-width: 100%;
}

.lucky-content-title br {
  display: none;
}

div.lucky-title-en h2 {
  max-width: 100%;
}

.lucky-form .competition_entry_area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* 设置间距 */
  justify-content: space-between;
}

/* First name 和 Last name 各占48% */
.lucky-form ._block_first_name,
.lucky-form ._block_last_name {
  flex: 0 0 calc(50% - 10px);
  /* 减去间距的一半 */
  float: none;
  /* 清除浮动 */
}

/* 其他字段占100% */
.lucky-form ._block_email,
.lucky-form ._block_mobile_phone,
.lucky-form ._block_date_of_birth,
.lucky-form ._block_local_attribute_text_input,
.lucky-form .lucky-image-feild {
  flex: 0 0 100%;
  float: none;
  /* 清除浮动 */
}

.lucky-image-feild p {
  display: none;
}

.lucky-form .lucky-image-feild ._field_container br {
  display: none;
}

/* 清除原有的浮动样式 */
.lucky-form .cdb_form_field {
  float: none;
  width: auto;
}

.lucky-form div.cdb_form_field input {
  color: #C5774A;
  background-color: #D9D9D9;
  font-size: 20px;
  padding: 20px 25px;
}

.lucky-form .cdb_form_field input::placeholder {
  color: #C5774A;
}

.lucky-form .cdb_form_field input::-webkit-input-placeholder {
  color: #C5774A;
}

.lucky-form .cdb_form_field input::-moz-placeholder {
  color: #C5774A;
  opacity: 1;
}

.lucky-form div.lucky-image-feild ._field_container {
  color: #C5774A;
  background-color: #D9D9D9;
  font-size: 20px;
  padding: 15px;
  font-weight: 400;

}

.lucky-form div.lucky-image-feild ._field_container span.label {
  padding: 8px 15px;
  color: #FFBC8B;
  background-color: #ececec;
  border-image: linear-gradient(272deg, #C5774A, #FFBC8B 50%) 2;
  margin-right: 30px;
  font-weight: 400;
}

.lucky-form .competition-submit-btn {
  color: #C5774A;
  font-size: 17px;
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
  border-image: linear-gradient(178deg, #C5774A, #FFBC8B 50%, #C5774A 100%) 2;
  background: #e2e2e2;
}

.lucky-form .competition_terms label {
  color: #3F4F5A;
  font-size: 20px;
}

.lucky-form .competition_terms input {
  border-image: linear-gradient(26deg, #C5774A, #FFBC8B 50%, #C5774A 100%) 2;
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  background: linear-gradient(#D9D9D9, #D9D9D9) padding-box, linear-gradient(184deg, #C5774A, #FFBC8B) border-box;
  /* border-radius: 4px; */
  cursor: pointer;
  margin-right: 0px;
  vertical-align: middle;
  position: relative;
}

html[lang="en-US"] .lucky-form input,
html[lang="en-US"] .lucky-form div.lucky-image-feild {
  font-family: var(--font-en-heading) !important;
}

html[lang="zh-hans"] .lucky-form button,
html[lang="zh-hant"] .lucky-form button,
html[lang="zh-hans"] .lucky-form input,
html[lang="zh-hant"] .lucky-form input,
html[lang="zh-hans"] .lucky-form,
html[lang="zh-hant"] .lucky-form {
  font-family: var(--font-en-heading) !important;
}

div#api_response_preview.success {
  font-size: 48px;
  color: #C5774A;
  padding: 0px 25px 100px;
  background: none;
  border: none;
  width: 80%;
}

div#api_response_preview.success h2 {
  padding-bottom: .3em;
  line-height: 1.4;
}

.success p {}

.lucky-form.competition_form ._field_container.input-file input[type="file"] {
  width: 200px;
}


/* image */

.lucky-image-feild.hidden {
  display: none;
}

.lucky-upload-controls {
  text-align: center;
  display: flex;
  margin: 0px 0 10px;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}

.add-button {
  background-color: #D9D9D9;
  color: #3F4F5A;
  border: none;
  /* border-radius: 50%; */
  width: 38px;
  height: 38px;
  font-size: 24px;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}

.lucky-upload-controls {
  text-align: center;
  margin: 0px 0;
}

.lucky-upload-label {
  margin-left: 10px;
  font-size: 20px;
  color: #C5774A;
  vertical-align: middle;
}

.lucky-upload-counter {
  text-align: center;
  color: #666;
  margin: 10px 0;
}

.lucky-form input#competition_terms:checked {
  position: relative;
}

.lucky-form input#competition_terms:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C5774A;
  font-size: 16px;
  font-weight: bold;
}

.lucky-form input#competition_terms a {
  text-underline-offset: 5px;
}

.lucky-form .competition_submit {
  padding-top: 30px;
}


/* } */

* {
  padding: 0;
  margin: 0;
}

.masked-image {
  position: relative;
  display: inline-block;
}

.masked-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%);
  pointer-events: none;
}

.luckydraw {
  /* background-image: url("./img/BG1.png"); */
  background-repeat: repeat;
  box-sizing: content-box;
}

.luckydraw .terms-title {
  text-underline-offset: 3px;
}

.lucky-space {
  width: clamp(300px, 70%, 1200px);

  margin: 0 auto;
}

.lucky-banner {
  height: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lucky-title-en {
  width: auto;
  padding: 0 80px;
  font-size: 60px;
  color: #DB996B;
  line-height: 1.1;
  text-align: center;
}

.lucky-banner img,
.lucky-title img,
.lucky-info-image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}



.lucky-product {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 120px;
  background-image: url('./img/Lucky Draw BG-02.png');
  background-position: center;
  background-size: 130%;
  background-repeat: no-repeat;
}

.lucky-product img {
  width: clamp(490px, 25vw, 580px);
  height: 100%;
  object-fit: cover;
  object-position: center center;

}

div.lucky-content-title h2,
.lucky-content-title p {
  font-size: 48px;
  color: #C5774A;
  text-align: center;
  max-width: 100%;
}

.lucky-content-title-en h2,
.lucky-content-title-en p {
  font-size: 40px;
  color: #DB996B;
}

.lucky-content-title {
  padding: 20px 0 60px 0;
}

.lucky-content-title h2::nth-child(1) {
  font-weight: 400;
  line-height: 1;
}

.lucky-content-text {
  background-color: #ffffff;
  padding: 20px;
}

.awards-container {
  background-color: rgba(255, 255, 255, .23);
  border-radius: 2px;
  padding: 30px 50px;
  margin: 0 auto;
  width: clamp(490px, 70%, 1100px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.award-item {
  display: flex;
  padding: 30px 70px 20px;
  position: relative;
  align-items: center;
}

.award-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
      #FFBC8B 50%,
      #C5774A 100%);
}

.award-name {
  font-size: 48px;
  flex-shrink: 0;
  /* background: linear-gradient(164deg, #C5774A, #E39A5B, #C5774A); */
  background: linear-gradient(to left, #C5774A 50%, #E39B5B 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-right: 40px;
  width: clamp(140px, 24%, 200px);
}

.award-name-en {
  width: clamp(245px, 30%, 300px)
}

.award-details {

  flex: 1;
}

.award-content {
  margin-bottom: 5px;
  color: #3F4F5A;
  font-size: 46px;
}

.award-content span {
  font-size: 0.7em;
}

.award-note {
  font-size: 20px;
  color: #C5774A;
  letter-spacing: 1px;
}

.award-date {
  font-size: 20px;
  color: #3F4F5A;
  letter-spacing: 1x;
  margin-bottom: 5px;
}

.lucky-info-container {
  width: 100%;
  padding: 60px 0 0;
}

.lucky-info-columns {
  display: flex;
  justify-content: space-between;
}

.lucky-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  width: 33%;
}

.lucky-column-title {
  position: relative;
  font-size: 40px;
  color: #3F4F5A;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 20px;
}

.lucky-column-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: .3em;
  width: 4px;
  height: 80%;
  background: linear-gradient(180deg, #ffbc8b 59%, #c5774a);

}

.lucky-column-title-zh::before {
  top: 0.15em;
  height: 68%;

}

.lucky-column-text {
  font-size: 20px;
  color: #3F4F5A;
  line-height: 1.4;
}

.poster-container {
  width: clamp(490px, 70%, 1100px);
  margin: 100px auto 81px;
  padding: 60px 40px;
  position: relative;
  background: transparent;
  border: 4px solid;
  border-image: linear-gradient(84deg, #C5774A 0%, #C5774A 5%, #FFBC8B 45%, #C5774A 90%, #C5774A 100%) 2 / 4px / 0 stretch;
}


.box-title {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("./img/BG1.png");
  color: #C5774A;
  padding: 8px 45px;
  font-size: 48px;
  z-index: 2;
}





.poster-content p {
  line-height: 1.8;
  font-size: 20px;
  color: #3F4F5A;
  margin-bottom: 15px;

  z-index: 1;
  text-align: center;
}


.terms {
  font-size: 14px;
  color: #3F4F5A;
  padding-top: 15px;
  line-height: 2;
  text-align: center;
}

.terms br {
  display: none;
}

.now-title {
  text-align: center;
}

.now-title h2 {

  font-size: 48px;
  color: #C5774A;
  padding: 0px 25px 30px;
}

.drawParticipationCode,
.smsLanguageInput {
  display: none;
}

.lucky-data-birth span {
  display: none;
}

@media (max-width: 1280px) {


  .lucky-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lucky-column-title {
    font-size: 24px;
  }

  .award-item {
    padding: 25px 20px 25px;
  }

  .award-name {
    font-size: 32px;
  }

  .award-name-en {
    width: clamp(170px, 30%, 300px);
  }

  .award-content {
    font-size: 26px;
  }

  .awards-container {
    padding: 30px 25px;
  }

  .award-date {
    font-size: 18px;
  }

  .lucky-product {
    padding: 70px 0 30px;
    background-size: 160%;
  }

  .lucky-product img {
    width: clamp(355px, 25vw, 450px);
  }

  .lucky-content-title-en h2,
  .lucky-content-title-en p,
  div.lucky-content-title h2,
  .lucky-content-title p {
    font-size: 32px;
  }

  .lucky-content-title {
    padding: 20px 0 30px 0;
  }

  .awards-container {
    padding: 15px 25px;
  }

  .now-title h2,
  .success h2 {
    font-size: 32px;
    padding: 0px 25px 20px;
  }

  .success p {
    font-size: 18px;
    padding: 0px 25px 5px;


  }

  .poster-container {
    margin: 70px auto 55px;
    padding: 35px 30px;
  }
}

@media (max-width: 1280px) and (min-width: 1100px) {
  .box-title {
    padding: 8px 23px;
    font-size: 32px;
  }

  .lucky-column-title {
    font-size: 36px;
  }
}

@media (max-width: 1099px) and (min-width: 940px) {
  .box-title {
    padding: 8px 23px;
    font-size: 40px;
  }

  .lucky-column-title {
    font-size: 32px;
  }
}

@media (max-width: 939px) and (min-width: 769px) {

  .box-title {
    padding: 8px 23px;
    font-size: 32px;
  }

  .box-title {
    padding: 13px 13px;
    font-size: 28px;
  }

  .lucky-column-title-zh {
    font-size: 30px;
  }

  .lucky-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lucky-column-title {
    font-size: 24px;
  }


}

/* 响应式设计 */
@media (max-width: 768px) {
  .lucky-form {
    width: clamp(300px, calc(100% - 50px), 600px);
  }

  .terms br {
    display: inline-block;
  }

  .award-name-en {
    width: clamp(90px, 30%, 150px);
  }


  .box-title {
    font-size: 24px;
    top: -24px;
    padding: 5px 24px;
  }

  .box-title-en {
    font-size: 24px;
    top: -5%;
    padding: 5px 24px;
    text-align: center;
  }

  .lucky-product img {
    width: clamp(160px, 41vw, 600px);
  }

  .lucky-title-en {
    padding: 0 60px;

  }

  .lucky-title-en h2 {
    font-size: 20px;
  }

  .awards-container {
    margin: 0 40px;
    padding: 30px;
    width: clamp(300px, 100%, 600px);
  }

  .poster-container {
    width: clamp(300px, calc(100% - 50px), 600px);
    margin: 50px auto;
    padding: 45px 15px 20px;
    box-sizing: border-box;
    border-image: linear-gradient(84deg, #C5774A 0%, #C5774A 5%, #FFBC8B 45%, #C5774A 90%, #C5774A 100%) 2 / 2px / 0 stretch;

  }

  .lucky-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lucky-column-title {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
    padding-left: 8px;
    /* word-break: break-all; */
  }

  .lucky-column-title::before {
    width: 2px;
    top: .35em;
    height: 79%;
  }

  .lucky-column-title-zh::before {
    top: .15em;
    height: 71%;
  }

  .lucky-column-text {
    font-size: 10px;
  }

  .lucky-info-container {
    padding: 40px 0 0;
  }



  .lucky-content-title span {
    display: inline-block;
  }

  div.lucky-content-title h2,
  .lucky-content-title p {
    font-size: 23px;
    line-height: 1.5;
  }

  .lucky-content-title br {
    display: inline-block;
  }

  .lucky-content-title-en h2,
  .lucky-content-title-en p {
    font-size: 15px;
  }

  .awards-container {
    width: clamp(300px, calc(100% - 80px), 600px);
    margin: 10px 40px;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .award-item {
    align-items: center;
    padding: 15px 10px 15px;
  }

  .award-item:not(:last-child)::after {
    height: 1px;
  }

  .award-name {
    font-size: 20px;
    padding-right: 13px;
  }



  .award-content {
    font-size: 16px;
  }

  .award-content span {
    font-size: 0.88em;
  }

  .award-note,
  .award-date {
    font-size: 10px;
  }

  .lucky-content-title {
    padding: 0px 0 40px 0;
    line-height: 1.3;
  }

  .lucky-product {
    padding: 40px 0 40px;
    background-size: 191%;
  }

  .now-title h2 {
    font-size: 24px;
    padding: 0px 25px 5px;

  }

  .success h2 {
    font-size: 24px;
    padding: 0 0 2px;
  }

  div#api_response_preview.success {
    width: 100%;
  }

  .success p {
    font-size: 12px;

  }

  .lucky-form .competition_submit {
    padding-top: 15px;

  }

  .poster-content p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
  }

  .lucky-form div.cdb_form_field input {
    font-size: 15px;
    padding: 10px 18px;
  }

  .lucky-form div.lucky-image-feild ._field_container {
    font-size: 15px;
  }

  .lucky-form div.lucky-image-feild ._field_container span.label {
    padding: 3px 12px;
    border-image: linear-gradient(272deg, #C5774A, #FFBC8B 50%) 1;
    margin-right: 10px;
  }

  .lucky-upload-label {
    margin-left: 0px;
    font-size: 15px;
  }

  .add-button {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin: 5px auto;
    line-height: 1;
  }

  .lucky-form .competition_terms label {
    font-size: 15px;
  }

  .lucky-form .competition_terms input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .lucky-form .competition-submit-btn {
    font-size: 15px;
    padding: 2px 20px;
    border-image: linear-gradient(178deg, #C5774A, #FFBC8B 50%, #C5774A 100%) 1;
  }

  .luckydraw .mobile-line {
    display: none;
  }
}

@media (max-width: 480px) {
  .lucky-form.competition_form ._field_container.input-file input[type="file"] {
    width: 140px;
  }

  .awards-container {
    width: clamp(280px, calc(100% - 80px), 600px);
    margin: 10px 30px;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .poster-container {
    width: clamp(280px, calc(100% - 50px), 600px);
  }
}


.page-id-2282 {
  /* background-color: blue; */
}

/* luckydraw-Rewards */
.luckydraw-rewards {}

.box-title-rewards-desktop {
  display: block;
  width: 84%;
  text-align: center;
}

.box-title-rewards-mobile {
  display: none;
}

.poster-container-rewards {
  padding: 100px 40px 60px
}
.poster-container-rewards-zh .box-title{
      top: -24px;
}
.prize-title {
  text-align: center;
}

.prize-title h2 {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  font-size: 48px;
  flex-shrink: 0;
  background: linear-gradient(to left, #C5774A 50%, #E39B5B 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.prize-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: .2em;
  bottom: 0.1em;
  width: 4px;
  background: linear-gradient(180deg, #ffbc8b 59%, #c5774a);
}

.grand-list-card,
.second-list-card {
  width: 100%;
  width: clamp(490px, 70%, 1100px);
  margin: 50px auto 81px;
  overflow: hidden;
  margin-bottom: 32px;

}

.name-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-size: 20px;
  color: #3F4F5A;
  margin-bottom: 10px;
  z-index: 1;
  text-align: center;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.name-table td {
  padding: 10px 8px;
  vertical-align: middle;
  background: rgba(255, 255, 255, .41);
  border-bottom: 1px solid #C5774A;
  color: #C5774A;
  font-weight: 400;
}

.name-table td:first-child {
  padding-left: 40px;
  padding-right: 8px;
  text-align: left;
  width: 20%;
  white-space: nowrap;
}

.name-table td:nth-child(2) {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  word-break: break-word;
  width: 60%;
}

.name-table td:last-child {
  padding-left: 8px;
  padding-right: 40px;
  text-align: right;
  color: #C5774A;
  white-space: nowrap;
  width: 20%;
}

.name-table tr {
  position: relative;
}

.name-table tr::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(108deg, #ffbc8b 59%, #c5774a);
}

.second-list-card .name-table td {
  background-color: #D9D9D9;
}

.winner-tips {
  font-size: 14px;
  color: #3F4F5A;
  padding-top: 0px;
  line-height: 1.2;
  text-align: left;
}
.luckydraw-reward-zh .prize-title h2::before {

    top: 0em;
}
@media (max-width: 1600px) {
  .box-title-rewards-desktop {
    width: 80%;
    font-size: 2.8vw;
  }
}

@media (max-width: 1280px) {
  .poster-container-rewards {
    padding: 60px 30px 35px;
  }

  .grand-prize-title h2 {
    font-size: 32px;
    padding-left: 15px;
  }

  .prize-title h2::before {
    top: .2em;
    bottom: 0.2em;
    width: 3px;
  }

  .grand-list-card,
  .second-list-card {
    margin: 20px auto 30px;
  }
.luckydraw-reward-zh .prize-title h2::before {

    top: 0em;
}
  .second-list-card {}
}

@media (max-width: 768px) {
  .box-title-rewards-desktop {
    display: none;
  }

  .box-title-rewards-mobile {
    display: block;
    width: 61%;
  }
.poster-container-rewards-zh  .box-title-rewards-mobile {
    display: block;
    width: 45%;
    text-align: center;
  }
  .poster-container-rewards {
    padding: 85px 15px 20px;
  }

  .grand-list-card,
  .second-list-card {
    width: clamp(300px, calc(100% - 50px), 600px);
  }

  .grand-list-card,
  .second-list-card {
    margin: 20px auto 30px;
  }

  .name-table td {
    padding: 3px 4px;
  }

  .name-table td:first-child {
    padding-left: 30px;
    padding-right: 8px;
  }

  .name-table td:last-child {
    padding-left: 8px;
    padding-right: 30px;
  }

  .prize-title h2 {
    font-size: 24px;
    padding-left: 10px;
  }

  .prize-title h2::before {
    width: 2px;
  }
}

@media (max-width: 600px) {
  .box-title-rewards-mobile {
    display: block;
    width: 80%;
    padding: 5px 5px;
  }

  .poster-content-rewards {
  }
}

@media (max-width: 500px) {
  .box-title-rewards-mobile {
    width: 91%;
    padding: 5px 5px;
  }

  .poster-content-rewards {
  }
}

@media (max-width: 480px) {
    .poster-container-rewards-zh .box-title-rewards-mobile {
        width: 80%;
    }
  .grand-list-card,
  .second-list-card {
    width: clamp(280px, calc(100% - 50px), 600px);
  }
}