.section_promotion .sp_banner {
  margin-bottom: 40px;
}
.section_promotion .sp_banner img {
  width: 100%;
  display: block;
}
.section_promotion .sp_banner .sp_info {
  padding: 40px 20px 20px;
  background: #F0F0F0;
}
.section_promotion .sp_banner .sp_info h5 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.section_promotion .sp_banner .sp_info h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.section_promotion .sp_banner .sp_info .redeem_box .redeem_track {
  width: 100%;
  height: 16px;
  display: block;
  background: #CBD2E0;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
}
.section_promotion .sp_banner .sp_info .redeem_box .redeem_track .redeem_bar {
  height: 16px;
  display: block;
  background: #F5222D;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.section_promotion .sp_banner .sp_info .redeem_box .redeem_info {
  padding-left: 10px;
  font-size: 18px;
}
.section_promotion .sp_banner .sp_info .redeem_box .redeem_info strong {
  font-size: 20px;
}
.section_promotion .sp_claim .title {
  background: url("../images/gradient_cover.jpeg") no-repeat center/cover;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section_promotion .sp_claim .container {
  padding: 20px 0;
}
.section_promotion .sp_claim .row_flex {
  counter-reset: box-counter;
}
.section_promotion .sp_claim .spc_box {
  width: calc((100% - 60px) / 4);
  background: #F0F0F0;
  margin-right: 20px;
  border-top-right-radius: 32px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.section_promotion .sp_claim .spc_box:last-child {
  margin-right: 0;
}
.section_promotion .sp_claim .spc_box:before {
  counter-increment: box-counter;
  content: counter(box-counter);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #CF1322;
  color: #fff;
  font-size: 32px;
  font-family: "Gotham";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 40px;
}
.section_promotion .sp_claim .spc_box .spc_img {
  background: #003A8C;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-bottom: 20px;
}
.section_promotion .sp_claim .spc_box .spc_img img {
  width: 115px;
}
.section_promotion .sp_claim .spc_box .spc_info {
  padding-bottom: 68px;
  font-size: 14px;
}
.section_promotion .sp_claim .spc_box .spc_info h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.section_promotion .sp_claim .spc_box .spc_info .date {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.section_promotion .sp_claim .spc_box .spc_info a {
  font-weight: bold;
  text-decoration: underline;
}
.section_promotion .sp_claim .spc_box .spc_info .red_solid_btn {
  width: calc(100% - 40px);
  height: 48px;
  background: #CF1322;
  border-radius: 8px;
  position: absolute;
  text-align: center;
  line-height: 48px;
  bottom: 20px;
  text-decoration: none;
  color: #fff;
  left: 20px;
}
.section_promotion .sp_misc {
  padding: 60px 0;
  background: url("../images/gradient_cover.jpeg") no-repeat center/cover;
  margin-bottom: 40px;
}
.section_promotion .sp_misc .red_solid_btn {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  height: 80px;
  line-height: 80px;
  width: 480px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background: #CF1322;
  text-align: center;
  border-radius: 8px;
}
.section_promotion .sp_misc .red_solid_btn:last-child {
  margin-bottom: 0;
}
.section_promotion .section_track_my_claim {
  margin-bottom: 40px;
}
.section_promotion .section_content_element .ce_video .video_iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.section_promotion .section_content_element .ce_video .video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_promotion .section_content_element .ce_video .video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section_promotion .section_content_element .ce_text {
  padding: 40px 0;
  background: white;
  color: black;
}
.section_promotion .section_content_element .ce_text h1 {
  font-size: 44px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text h4 {
  font-size: 26px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text p {
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 18px;
}
.section_promotion .section_content_element .ce_text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text ul li {
  font-size: 18px;
  line-height: 28px;
}
.section_promotion .section_content_element .ce_text ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
.section_promotion .section_content_element .ce_text ol li {
  font-size: 18px;
  line-height: 28px;
}
.section_promotion .section_content_element .ce_text strong {
  font-weight: bold;
}
.section_promotion .section_content_element .ce_text a {
  text-decoration: underline;
  /* color: #fff; */
}
.section_promotion .section_content_element .ce_image img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1069px) {
  .section_promotion .sp_claim .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .section_promotion .sp_claim .container {
    padding: 20px;
  }
  .section_promotion .sp_claim .spc_box::before {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 28px;
  }
  .section_promotion .sp_claim .spc_box .spc_img {
    height: 120px;
  }
  .section_promotion .sp_claim .spc_box .spc_img img {
    max-width: 55px;
  }
  .section_promotion .sp_misc .red_solid_btn {
    width: 100%;
    max-width: 560px;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section_promotion .sp_banner .container {
    padding: 0;
  }
  .section_promotion .sp_banner .sp_info h5 {
    font-size: 20px;
  }
  .section_promotion .sp_banner .sp_info h3 {
    font-size: 26px;
  }
  .section_promotion .sp_banner .sp_info .redeem_box .redeem_info {
    font-size: 16px;
  }
  .section_promotion .sp_banner .sp_info .redeem_box .redeem_info strong {
    font-size: 18px;
  }
  .section_promotion .sp_banner .sp_info .redeem_box .redeem_track {
    height: 12px;
  }
  .section_promotion .sp_banner .sp_info .redeem_box .redeem_track .redeem_bar {
    height: 12px;
  }
  .section_promotion .sp_claim .title {
    font-size: 28px;
  }
  .section_promotion .sp_claim .spc_box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .section_promotion .sp_claim .spc_box:last-child {
    margin: 0 auto;
  }
  .section_promotion .sp_claim .spc_box .spc_img {
    height: 180px;
  }
  .section_promotion .sp_claim .spc_box .spc_img img {
    max-width: 115px;
  }
  .section_promotion .sp_misc .red_solid_btn {
    font-size: 20px;
  }
  .section_promotion .section_content_element .ce_text h3 {
    font-size: 24px;
  }
  .section_promotion .section_content_element .ce_text p {
    font-size: 16px;
  }
  .section_promotion .section_content_element .ce_text ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=promotion.css.map */