.worksans {
  font-family: "Work Sans", sans-serif;
}

.notob {
  font-family: "Noto Sans TC", sans-serif;
}

@font-face {
  font-family: airalb;
  src: url("../fonts/Arial_Black.ttf"), url("../fonts/Arial_Black.woff");
}

.arialb {
  font-family: airalb;
}

.wrap960 {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}

h1 {
  font-weight: bold !important;
}

.bigBanner {
  height: 1082px;
}

@media only screen and (max-width: 1680px) {
  .bigBanner {
    height: 900px;
  }
}

@media only screen and (max-width: 1280px) {
  .bigBanner {
    height: 550px;
  }
}

@media only screen and (max-width: 800px) {
  .bigBanner {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .bigBanner {
    height: 350px;
  }
}

@media only screen and (max-width: 420px) {
  .bigBanner {
    height: 270px;
  }
}

.bigBanner .scene.bg {
  background-image: url(../images/202604/202510all.jpg);
  -webkit-animation: scene_bg 3s;
  -moz-animation: scene_bg 3s;
  -o-animation: scene_bg 3s;
  -ms-animation: scene_bg 3s;
  animation: scene_bg 3s;
}

.bigBanner .scrollDown {
  width: 75px;
  height: 75px;
  /* background: url(../images/tesla_down_arrow.png?t=2023) no-repeat center; */
  background: url(../images/202311/tesla_down_arrow_y.png) no-repeat center;
  bottom: -50px;
  background-size: contain;
  margin-left: -37px;
}

.bigBanner .scrollDown.c-red {
  background-image: url(../images/tesla_down_arrow_p.png);
}

.modelS .bigBanner .scrollDown {
  background-image: url(../images/202311/tesla_down_arrow_s.png);
}
.modelX .bigBanner .scrollDown {
  background-image: url(../images/202311/tesla_down_arrow_x.png);
}
@media only screen and (max-width: 800px) {
  .bigBanner .scrollDown {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
}

@media only screen and (max-width: 640px) {
  .bigBanner .scrollDown {
    width: 35px;
    height: 35px;
    margin-left: -17px;
    bottom: -30px;
  }
}

@-webkit-keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

span.primary_color {
  color: #bf2626;
}

section.winterBanner {
  position: relative;
  padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  section.gift .gift-table {
    /*width: 1349px;*/
    width: 1077px;
    max-width: 1077px;
  }
}
@media only screen and (min-width: 1366px) {
  section.gift .gift-table {
    /*width: 1349px;*/
    width: 1280px;
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1440px) {
  section.winterBanner .container,
  section.gift .container {
    /*width: 1349px;*/
    width: 1349px;

  }
}
@media only screen and (min-width: 1680px) {
  section.gift .gift-table {
    /*width: 1349px;*/
    width: 1515px;
    max-width: 1515px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner {
    padding-top: 60px;
  }
}

section.winterBanner .banner br {
  display: none;
}

section.winterBanner .banner p {
  font-size: 30px;
  text-align: center;
  color: #103861;
  font-weight: bold;
  margin: 0;
  margin-bottom: 70px;
  line-height: 30px;
}

section.winterBanner .banner h3 {
  letter-spacing: 14px;
}

@media only screen and (max-width: 800px) {
  section.winterBanner .banner p {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 40px;
  }

  section.winterBanner .banner p br {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .banner p {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 40px;
  }

  section.winterBanner .banner p br {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  section.winterBanner .banner p {
    font-size: 20px;
  }

  section.winterBanner .banner h3 {
    letter-spacing: 0.2rem;
    font-size: calc(1.3rem + 0.2vw);
  }
}

section.winterBanner .banner p span.bg-red {
  background-color: #c1241f;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 7px 15px;
  margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
  section.winterBanner .banner p span.bg-red {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 900px) {
  section.winterBanner .banner p span.bg-red {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .banner p span.bg-red {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    display: initial;
    margin-left: 0;
    margin-top: 10px;
    max-width: 225px;
    padding: 5px 10px;
  }
}

section.winterBanner .banner p span.title {
  font-size: 40px;
  color: #c1241f;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  section.winterBanner .banner p span.title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .banner p span.title {
    font-size: 24px;
    margin-left: 5px;
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  section.winterBanner .banner p span.title {
    font-size: 16px;
  }
}

section.winterBanner .img_box {
  position: relative;
  display: inline-block;
  left: 0;
  max-width: 1553px;
}

@media only screen and (max-width: 1680px) {
  section.winterBanner .img_box {
    width: 90%;
  }
}

section.winterBanner .img_box img {
  width: 100%;
}

section.winterBanner .img_box .icon {
  position: absolute;
  width: 355px;
  height: 355px;
  background-size: contain;
  background-image: url(../images/tesla_banner_img.png);
  top: 40px;
  right: -100px;
}

@media only screen and (max-width: 1680px) {
  section.winterBanner .img_box .icon {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (max-width: 1280px) {
  section.winterBanner .img_box .icon {
    width: 180px;
    height: 180px;
    right: -50px;
  }
}

@media only screen and (max-width: 900px) {
  section.winterBanner .img_box .icon {
    width: 100px;
    height: 100px;
    top: 20px;
    right: -50px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .img_box .icon {
    width: 70px;
    height: 70px;
    top: 10px;
    right: -30px;
  }
}

@media only screen and (max-width: 420px) {
  section.winterBanner .img_box .icon {
    width: 50px;
    height: 50px;
  }
}

section.winterBanner .img_box .text_box {
  position: absolute;
  text-align: right;
  right: -40px;
  bottom: 60px;
  width: 840px;
}

@media only screen and (max-width: 1680px) {
  section.winterBanner .img_box .text_box {
    width: 650px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  section.winterBanner .img_box .text_box {
    width: 450px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .img_box .text_box {
    width: 350px;
    bottom: 0px;
  }
}

@media only screen and (max-width: 420px) {
  section.winterBanner .img_box .text_box {
    width: 300px;
    bottom: 0px;
    right: -20px;
  }
}

section.winterBanner .img_box p {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  background-color: #c1241f;
  padding: 5px 15px 8px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Noto Sans TC", sans-serif;
}

@media only screen and (max-width: 1680px) {
  section.winterBanner .img_box p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  section.winterBanner .img_box p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.winterBanner .img_box p {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 420px) {
  section.winterBanner .img_box p {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 10px;
  }
}

section.bonus_section {
  margin-bottom: 50px;
}

section.bonus_section .bonus {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  border: 2px #b0b0b0 solid;
  border-radius: 10px;
  color: #a3aaae;
  font-size: 26px;
}

section.bonus_section .bonus br {
  display: none;
}

section.bonus_section .bonus h1 {
  font-size: 34px;
  line-height: 48px;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  section.bonus_section .bonus h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 900px) {
  section.bonus_section .bonus h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 640px) {
  section.bonus_section .bonus h1 {
    font-size: 17px;
  }
}

section.bonus_section .bonus .price {
  /* position: absolute;
  right: 15px;
  top: 30px; */
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #c1241f;
}

@media only screen and (max-width: 1100px) {
  section.bonus_section .bonus .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  section.bonus_section .bonus .price {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.bonus_section .bonus .price {
    /* position: relative;
    top: -20px;
    right: none; */
    width: 100%;
    text-align: right;
    font-size: 16px;
    padding-left: 0;
    display: flex;
  }

  section.bonus_section .bonus .price br {
    display: none;
  }
}

section.bonus_section .bonus .inner {
  padding: 20px;
  line-height: 1.8;
}

section.bonus_section .bonus .inner:nth-of-type(2) {
  padding-top: 0;
}

section.bonus_section .bonus .inner h2,
section.bonus_section .bonus .inner p {
  margin: 0;
}

section.bonus_section .bonus .bg-red {
  color: #fff;
  background-color: #c1241f;
  padding: 5px;
}

section.bonus_section .caption {
  margin: auto;
  width: 1350px;
  text-align: right;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  section.bonus_section .caption {
    width: calc(100% - 70px);
    text-align: left;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1680px) {
  section.bonus_section .bonus {
    width: calc(100% - 140px);
  }

  section.bonus_section .bonus br {
    display: block;
  }

  section.bonus_section .caption {
    width: calc(100% - 140px);
  }
}

@media only screen and (max-width: 1100px) {
  section.bonus_section .bonus {
    font-size: 22px;
  }

  section.bonus_section .bonus br {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  section.bonus_section .bonus {
    width: calc(100% - 100px);
    font-size: 22px;
  }

  section.bonus_section .bonus br {
    display: block;
  }

  section.bonus_section .caption {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 640px) {
  section.bonus_section .bonus {
    width: calc(100% - 70px);
    font-size: 18px;
  }

  section.bonus_section .bonus br {
    display: block;
  }

  section.bonus_section .caption {
    width: calc(100% - 70px);
  }
}

section.info {
  margin: 0 60px !important;
  height: auto;
  min-height: 300px;
}

section.info h1 {
  color: #103861;
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
}

section.step {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 420px) {
  section.step {
    padding-bottom: 30px;
  }
}

section.step .header {
  background-color: #aaa;
  color: #fff;
  font-size: 32px;
  padding: 15px;
  text-align: center;
  width: 100%;
  letter-spacing: 22px;
  margin-bottom: 20px;
}

section.step .inner {
  position: relative;
  z-index: 1;
  /* padding-left: 40px; */
  /* background-image: url(../images/tesla_tri.png); */
  /* background-position: 5px 5px; */
  /* background-repeat: no-repeat; */
  width: 1450px;
  margin: 0 auto;
  /* background-size: 20px; */
}

section.step .inner br {
  /*display: none;*/
}

@media only screen and (max-width: 1680px) {
  section.step .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  section.step .inner {
    background-size: 20px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner {
    background-size: 16px;
    background-position: 10px 4px;
    font-size: 29px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner {
    background-size: 12px;
    background-position: 0px 4px;
    /* padding-left: 20px; */
    font-size: 25px;
  }

  section.step .inner br {
    display: block;
  }
}

section.step .inner .small_txt {
  font-size: 26px;
}

@media only screen and (max-width: 1100px) {
  section.step .inner .small_txt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner .small_txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner .small_txt {
    font-size: 12px;
  }
}

section.step .inner h1 {
  font-size: 37px;
  line-height: 1.5;
  font-family: "Noto Sans TC", sans-serif;
  /* color: #28a6dd; */
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  section.step .inner h1 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

section.step .inner h2 {
  margin: 0;
  margin-bottom: 40px;
  color: #0171b9;
  font-size: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 1100px) {
  section.step .inner h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

section.step .inner h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
  font-family: "Noto Sans TC", sans-serif;
  color: #103861;
}

@media only screen and (max-width: 1100px) {
  section.step .inner h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}

section.step .inner h3 span {
  margin: 0;
  font-size: 18px;
  color: #a3aaae;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 900px) {
  section.step .inner h3 span {
    font-size: 16px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner h3 span {
    font-size: 14px;
  }
}

section.step .inner h3 label {
  margin: 0;
  font-size: 32px;
  color: #fff;
  background-color: #c1241f;
  padding: 0px 15px 5px;
  margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
  section.step .inner h3 label {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .inner h3 label {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .inner h3 label {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    max-width: 225px;
    padding: 5px 10px;
  }
}

section.step .inner h3.last {
  margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  section.step .inner h3.last {
    margin-bottom: 30px;
  }
}

section.step .step1,
section.step .step3 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 90px;
  margin-bottom: 40px;
  /* margin-bottom: 60px; */
  /* padding-right: 20px; */
}

/* section.step .step1 .img_box img {
  width: 380px;
  height: auto;
} */

@media only screen and (max-width: 1680px) {
  section.step .step1,
  section.step .step3 {
    width: calc(100% - 140px);
  }
}

@media only screen and (max-width: 1100px) {
  section.step .step1,
  section.step .step3 {
    padding-top: 100px;
    margin-bottom: 0;
  }

  section.step .step1 .img_box img {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step1,
  section.step .step3 {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 640px) {
  section.step .step1,
  section.step .step3 {
    width: calc(100% - 50px);
    padding-top: 50px;
    margin-bottom: 0;
  }

  /* section.step .step1 .img_box img {
    width: 350px;
  } */
}

/* @media (max-width: 420px) {
  section.step .step1 .img_box img {
    width: 250px;
  }
} */

section.step .step1 .icon,
section.step .step3 .icon {
  font-size: 400px;
  color: #9dd2ee;
  font-family: airalb;
  transform: skewX(-10deg);
  opacity: 0.3;
  line-height: 265px;
  position: absolute;
  top: 0;
  left: -120px;
}

@media only screen and (max-width: 1100px) {
  section.step .step1 .icon,
  section.step .step3 .icon {
    font-size: 300px;
    line-height: 200px;
    left: -100px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step1 .icon,
  section.step .step3 .icon {
    font-size: 250px;
    line-height: 170px;
    left: -80px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step1 .icon,
  section.step .step3 .icon {
    font-size: 180px;
    line-height: 120px;
    left: -70px;
  }
}

section.step .step1 p,
section.step .step3 p {
  font-weight: normal;
  color: #a3aaae;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 900px) {
  section.step .step2 .text-content p:nth-of-type(2),
  section.step .step1 p,
  section.step .step3 p {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .text-content p:nth-of-type(2),
  section.step .step1 p,
  section.step .step3 p {
    font-size: 14px !important;
    letter-spacing: 0px;
  }
}

section.step .step1 p br.f,
section.step .step3 p br.f {
  display: none;
}

@media only screen and (max-width: 1100px) {
  section.step .step1 p br.f,
  section.step .step3 p br.f {
    display: block;
  }
}

section.step .step1 p.last,
section.step .step3 p.last {
  /*text-indent: -170px;*/
  /* padding-left: 70px; */
  line-height: 34px;
  /* width: 60%;
  max-width: 600px; */
  text-align: justify;
}

@media only screen and (max-width: 1100px) {
  section.step .step1 p.last,
  section.step .step3 p.last {
    text-indent: 0px;
    /* padding-left: 0px; */
    line-height: 34px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step1 p.last,
  section.step .step3 p.last {
    line-height: 26px;
    /* width: 90%; */
  }
}

section.step .step2 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 35px;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media only screen and (max-width: 1680px) {
  section.step .step2 {
    width: calc(100% - 140px);
  }
}

@media only screen and (max-width: 900px) {
  section.step .step2 {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 {
    width: calc(100% - 70px);
  }
}

@media (max-width: 420px) {
  section.step .step2 {
    margin-bottom: 0;
  }
}

section p.tip,
section.step .step2 p {
  font-weight: normal;
  color: #a3aaae;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 900px) {
  section.step .step2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

section.step .step2 p br.f {
  display: none;
}

@media only screen and (max-width: 1100px) {
  section.step .step2 p br.f {
    display: block;
  }
}

section.step .step2 p.last {
  /*text-indent: -170px;*/
  padding-left: 70px;
  line-height: 34px;
  width: 60%;
  max-width: 600px;
}

@media only screen and (max-width: 1100px) {
  section.step .step2 p.last {
    text-indent: 0px;
    padding-left: 0px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step2 p.last {
    line-height: 26px;
    width: 90%;
  }
}

section.step .step2 .icon {
  font-size: 400px;
  color: #eee1e6;
  font-family: airalb;
  transform: skewX(-10deg);
  line-height: 265px;
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 40px;
  opacity: .5;
}
section.step .step2 .icon2 {
  font-size: 250px;
  color: #eee1e6;
  font-family: airalb;
  transform: skewX(-10deg);
  line-height: 265px;
  position: absolute;
  z-index: 1;
  top: 584px;
  right: 0px;
  opacity: .5;
  white-space: nowrap;
}

@media only screen and (max-width: 1100px) {
  section.step .step2 .icon {
    font-size: 300px;
    line-height: 200px;
    right: -40px;
  }
  section.step .step2 .icon2 {
    font-size: 150px;
    line-height: 100px;
    top: 996px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step2 .icon {
    font-size: 250px;
    line-height: 170px;
    right: -80px;
    top: -20px;
  }
  section.step .step2 .icon2 {
    font-size: 160px;
    line-height: 170px;
    top: 1120px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .icon {
    font-size: 180px;
    line-height: 120px;
    right: -70px;
  }
  section.step .step2 .icon2 {
    font-size: 180px;
    line-height: 120px;
  }
}

section.step .step2 .bg {
  background-color: #9dd2ee;
  opacity: 0.3;
  height: 800px;
  width: 150%;
  position: absolute;
  top: 0;
  left: 280px;
  transform: skewX(-12deg);
}

@media only screen and (max-width: 1100px) {
  section.step .step2 .bg {
    height: 650px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step2 .bg {
    height: 520px;
    left: 20%;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .bg {
    height: 880px;
  }
}

@media only screen and (max-width: 420px) {
  section.step .step2 .bg {
    height: 830px;
  }
}

section.step .step2 .inner h4 {
  margin: 0;
  font-weight: normal;
  color: #a3aaae;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 900px) {
  section.step .step2 .inner h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .inner h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

section.step .step2 .inner .img_box {
  text-align: center;
  width: 100%;
  margin-left: -100px;
}

@media only screen and (max-width: 1280px) {
  section.step .step2 .inner .img_box {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .inner .img_box {
    margin-left: 0px;
  }
}

section.step .step2 .inner .img_box img {
  display: inline-block;
  margin: 0 35px;
}

@media only screen and (max-width: 1280px) {
  section.step .step2 .inner .img_box img {
    width: 380px;
  }
}

@media only screen and (max-width: 1100px) {
  section.step .step2 .inner .img_box img {
    width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  section.step .step2 .inner .img_box img {
    width: 220px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  section.step .step2 .inner .img_box img {
    width: 300px;
    margin: 0 0px 50px;
  }
}

@media only screen and (max-width: 420px) {
  section.step .step2 .inner .img_box img {
    width: 250px;
  }
}

section.slide {
  background-color: #004274;
  padding: 160px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  section.slide {
    padding: 100px 0;
  }
}

section.slide #slide_box {
  width: 1690px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1800px) {
  section.slide #slide_box {
    width: 1100px;
  }
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box {
    width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box {
    width: 400px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box {
    width: 300px;
  }
}

section.slide #slide_box .slick-prev,
section.slide #slide_box .slick-next {
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -37px;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .slick-prev,
  section.slide #slide_box .slick-next {
    width: 50px;
    height: 50px;
  }
}

section.slide #slide_box .slick-prev {
  background-image: url(../images/tesla_left_btn.png);
  left: -35px;
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .slick-prev {
    left: -25px;
  }
}

section.slide #slide_box .slick-next {
  background-image: url(../images/tesla_right_btn.png);
  right: -35px;
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .slick-next {
    right: -25px;
  }
}

section.slide #slide_box .item {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 800px;
  margin: 0 30px;
  width: 522px;
}

@media only screen and (max-width: 1800px) {
  section.slide #slide_box .item {
    width: 520px;
  }
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item {
    width: 380px;
    margin: 0 15px;
    height: 730px;
  }
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .item {
    width: 400px;
    height: 760px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item {
    width: 300px;
    height: 580px;
  }
}

section.slide #slide_box .item [class^="img"] {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 384px;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item [class^="img"] {
    height: 280px;
  }
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .item [class^="img"] {
    height: 308px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item [class^="img"] {
    height: 221px;
  }
}

section.slide #slide_box .item [class^="img"].img01 {
  background-image: url(../images/202505/tesla_slide01.png);
}

section.slide #slide_box .item [class^="img"].img02 {
  background-image: url(../images/202505/tesla_slide02.png);
}

section.slide #slide_box .item [class^="img"].img03 {
  background-image: url(../images/tesla_slide03.png);
}

section.slide #slide_box .item [class^="img"].img04 {
  background-image: url(../images/tesla_slide04.png);
}

section.slide #slide_box .item .info {
  box-sizing: border-box;
  padding: 25px 25px 35px;
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item .info {
    padding: 25px 15px 35px;
  }
}

section.slide #slide_box .item h1 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h1 {
    font-size: 26px;
  }
}

section.slide #slide_box .item .info.i4 {
  padding: 25px 35px 35px;
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item .info.i4 {
    padding: 25px 25px 35px;
  }
}

section.slide #slide_box .item .info.i4 h1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item .info.i4 h1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 800px) {
  section.slide #slide_box .item .info.i4 h1 {
    margin-bottom: 20px;
  }
}

section.slide #slide_box .item h2 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h2 {
    font-size: 20px;
  }
}

section.slide #slide_box .item h2 span {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 0;
  display: block;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h2 span {
    font-size: 16px;
  }
}

section.slide #slide_box .item h3 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  text-indent: -24px;
  padding-left: 24px;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item h3 {
    font-size: 22px;
    text-indent: -22px;
    padding-left: 22px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h3 {
    font-size: 16px;
    text-indent: -15px;
    padding-left: 15px;
  }
}

section.slide #slide_box .item h4 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  margin: 0;
  margin-bottom: 4px;
  /* text-indent: -1em;
  margin-left: 1em; */
}
section.slide #slide_box .item .center {
  text-align: center;
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

section.slide #slide_box .item h4 label {
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item h4 label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h4 label {
    font-size: 12px;
  }
}

section.slide #slide_box .item h5 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h5 {
    font-size: 12px;
  }
}

section.slide #slide_box .item h6 {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item h6 {
    font-size: 14px;
  }
}

section.slide #slide_box .item .textbox {
  border-top: 1px solid #b5b5b5;
  margin-bottom: 30px;
}

section.slide #slide_box .item .textbox .row::after {
  content: "";
  display: block;
  clear: both;
}

section.slide #slide_box .item .textbox .row p,
section.slide #slide_box .item .textbox .row span {
  font-family: "Noto Sans TC", sans-serif;
  color: #b5b5b5;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #b5b5b5;
  float: left;
  padding: 5px;
  width: 270px;
  margin: 0;
}

@media only screen and (max-width: 1800px) {
  section.slide #slide_box .item .textbox .row p,
  section.slide #slide_box .item .textbox .row span {
    width: 268px;
  }
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item .textbox .row p,
  section.slide #slide_box .item .textbox .row span {
    width: 189px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item .textbox .row p,
  section.slide #slide_box .item .textbox .row span {
    width: 148px;
    font-size: 13px;
  }
}

section.slide #slide_box .item .textbox .row p {
  width: 180px;
  border-right: 1px solid #b5b5b5;
}

@media only screen and (max-width: 1280px) {
  section.slide #slide_box .item .textbox .row p {
    width: 120px;
  }
}

@media only screen and (max-width: 420px) {
  section.slide #slide_box .item .textbox .row p {
    width: 100px;
  }
}

section.tesla_contact {
  padding-top: 150px;
  position: relative;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 800px) {
  section.tesla_contact {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

section.tesla_contact .mainTitle {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  section.tesla_contact .mainTitle {
    margin-bottom: 20px;
  }
}

section.tesla_contact .mainTitle h3 {
  font-size: 30px;
  color: #103861;
  font-weight: normal;
  margin: 0;
}

@media only screen and (max-width: 420px) {
  section.tesla_contact .mainTitle h3 {
    font-size: 24px;
  }
}

section.tesla_contact .inner {
  width: 865px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  section.tesla_contact .inner {
    width: calc(100% - 50px);
  }
}

section.tesla_contact .inner img {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
}

@media only screen and (max-width: 900px) {
  section.tesla_contact .inner img {
    width: 120px;
  }
}

@media only screen and (max-width: 800px) {
  section.tesla_contact .inner img {
    margin-bottom: 30px;
  }
}

section.tesla_contact .inner .textbox {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  section.tesla_contact .inner .textbox {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 420px) {
  section.tesla_contact .inner .textbox {
    margin-left: 0px;
    margin-bottom: 25px;
  }
}

section.tesla_contact .inner .textbox p {
  font-size: 18px;
  line-height: 22px;
  color: #a0a0a0;
  text-align: left;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  section.tesla_contact .inner .textbox p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 420px) {
  section.tesla_contact .inner .textbox p {
    font-size: 15px;
    text-indent: -8px;
    padding-left: 8px;
    margin-bottom: 5px;
  }
}

section.tesla_contact .inner .tesla_online {
  font-size: 22px;
  width: 300px;
  padding: 10px 30px;
  border-radius: 100px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  display: block;
  background-color: #103861;
  position: relative;
  text-align-last: left;
}

@media only screen and (max-width: 420px) {
  section.tesla_contact .inner .tesla_online {
    font-size: 18px;
    width: 260px;
    padding: 10px 40px 10px 0px;
  }
}

section.tesla_contact .inner .tesla_online::after {
  content: "";
  background-image: url(../images/tesla_br_arrow.png);
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

.contactForm.tesla {
  background-image: url(../images/tesla_form_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.contactForm.tesla .now {
  width: 865px;
  margin: 0 auto;
  background-color: #d7092f;
}

@media only screen and (max-width: 900px) {
  .contactForm.tesla .now {
    width: calc(100% - 30px);
  }
}

.contactForm.tesla .now h2 {
  font-size: 30px;
  margin: 0;
  color: #df1736;
  border: solid 5px #d7092f;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .contactForm.tesla .now h2 {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.contactForm.tesla .now .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 175px);
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .contactForm.tesla .now .right {
    width: calc(100% - 100px);
  }
}

.contactForm.tesla .now .right h4 {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

@media only screen and (max-width: 640px) {
  .contactForm.tesla .now .right h4 {
    font-size: 12px;
  }
}

.contactForm.tesla .now .right h5 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .contactForm.tesla .now .right h5 {
    font-size: 12px;
  }
}

.inner ol {
  counter-reset: li;
  list-style: none;
  /* list-style: decimal; */
  padding: 0;
}

.rectangle-list li {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 3.5rem;
  text-decoration: none;
}

.rectangle-list li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -3.5rem;
  top: 0;
  background: #d0cece;
  color: #fff;
  height: 4.5rem;
  width: 2.3rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  transform: skewX(-10deg);
}

.rectangle-list h3 {
  font-weight: 500;
}

@media (max-width: 480px) {
  .rectangle-list li {
    margin: 2.5rem 0 2.5rem 2rem;
  }

  .rectangle-list li::before {
    left: -3rem;
    height: 3.5rem;
    width: 2rem;
    font-size: 24px;
  }
}

/* 02207 */

.program .container img {
  margin: 5% auto;
  width: 77%;
}
.program {
}
.program .con,
.gift .con {
  max-width: 1350px;
  margin: 0 auto;
}
.gift-table{padding-bottom: 80px}
.gift-table::before{
  /* content: ""; */
  height:calc(242 / 1920 * 100vw);
  width: 100vw;
  background: url(../images/202404/mask_3.svg) center center repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 40px;left:50%;
  transform: translateX(-50%);
  z-index: -1;
}

.modelS .gift-table::before{
  background-image: url(../images/202404/mask_s.svg);
}

.modelY .gift-table::before{
  background-image: url(../images/202404/mask_y.svg);
}

.modelX .gift-table::before{
  background-image: url(../images/202404/mask_x.svg);
}
.container > .program-list {
  padding-left: 150px;
  padding-right: 0px;
}
.modelY2023 .container > .program-list {
  padding-left: 0;
}
.program-box {
  border-bottom: 2px dotted #999;
  height: 205px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.program-box:last-child {
  border-bottom: none;
}

.program-box > div:nth-child(1) {
  width: 44%;
}
.program-box > div:nth-child(2) {
  width: 56%;
}
.program-title {
  font-size: 36px;
  line-height: 57px;
  font-weight: bold;
  color: #000;
  padding-left: 50px;
  position: relative;
}
.program-list {
  position: relative;
}

.modelY2023 .program-title {
  margin-left: 150px;
}
.program-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #bb3200;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  left: 0px;
  top: 16px;
}
.program-title.snow-style::after,
.program-list.snow-style::after {
  content: "";
  width: 40px;
  height: 46px;
  display: inline-block;
  position: absolute;
}
.model3 .program-title.snow-style::after,
.model3 .program-list.snow-style::after {
  background: url(../images/202411/snow_3.png) center center no-repeat;
}
.modelS .program-title.snow-style::after,
.modelS .program-list.snow-style::after {
  background: url(../images/202411/snow_S.png) center center no-repeat;
}
.modelY .program-title.snow-style::after,
.modelY .program-list.snow-style::after {
  background: url(../images/202411/snow_Y.png) center center no-repeat;
}
.modelX .program-title.snow-style::after,
.modelX .program-list.snow-style::after {
  background: url(../images/202411/snow_X.png) center center no-repeat;
}
.model3 .program-title.snow-style-1::after {
  left: 63%;
  top: -94%;
}
.model3 .program-list.snow-style-1::after {
  right: 2%;
  top: 43%;
}
.model3 .program-title.snow-style-2::after {
  display: none;
}
.modelS .program-title.snow-style-1::after {
  left: -24%;
  top: 57%;
}
.modelS .program-list.snow-style-1::after {
  left: 84%;
  top: 102%;
}
.modelY .program-title.snow-style-1::after {
  left: -24%;
  top: -109%;
}
.modelY .program-list.snow-style-1::after {
  left: 84%;
  top: 17%;
}
.modelX .program-title.snow-style-1::after {
  left: -24%;
  top: 57%;
}
.modelX .program-list.snow-style-1::after {
  left: 84%;
  top: 102%;
}
.modelY .program-title.snow-style-2::after {
  display: none;
}
.model3 .program-title::before{
  border-color: transparent transparent transparent #A58297;
}
.modelS .program-title::before {
  border-color: transparent transparent transparent #b7cdd9;
}
.modelX .program-title::before {
  border-color: transparent transparent transparent #bab8b8;
}
.primary_color .program-title {
  color: #3584dc;
}

.program-list ul {
  padding-left: 0;
}

.program-list li {
  font-size: 30px;
  line-height: 1.5em;
  color: #000;
  list-style: none;
  font-weight: bold;
}
.program-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 0.5em;
  /*width: 1em;
  height: 1em;*/
  /*padding:10px;*/
  font-size: 30px;
  display: inline-block;
  background: #000;
  /*box-sizing: border-box;*/
}
.primary_color .program-list li:before {
  background: #3584dc;
}

.gift {
  padding-bottom: 50px;
}

.gift-rabbit {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.gift dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.gift-box1 {
  left: 0;
  top: 15%;
}
.gift-box2 {
  position: absolute;
  top: 65%;
  width: 100%;
  display: flex;
}
.gift-box2 .gift1 {
  width: 34.22%;
  margin-left: 4.44%;
}
.gift-box2 .gift2 {
  width: 50.444%;
  margin-left: 6%;
}

.gift dt {
  /*  width: 100%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 84px;
  font-weight: bold;
  height: 84px;
  border-radius:10px 10px 0 0 ;
  background:#3584dc;
  margin: 0 auto;
  display: block;
  outline: none;*/
}
.gift dt img {
  /*margin-top: -15px;*/
}

.gift dd {
  outline: none;
  display: block;
  /*background:#f0f7ff;*/
  /*border-radius: 0 0 10px 10px;*/
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 354px;
  box-sizing: border-box;
}
.gift dd > div {
  position: relative;
  width: 50%;
  /*  padding-left: 40px;
  padding-right: 40px;*/
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.gift dd > div:first-child:after {
  /*  content: "";
  height: 90%;
  width: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 5%;*/
}
.gift dd ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.gift dd li {
  font-size: 30px;
  line-height: 3.5em;
  list-style: none;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 55px;
  margin-bottom: 2em;
}
.gift dd li i {
  width: 55px;
  height: 55px;
  background: #fadeda;
  /*display: inline-block;*/
  border-radius: 28px;
  font-style: initial;
  font-weight: 400;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift dd li p {
  margin: 0;
}
.gift dd li p span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.gift3-pic {
  position: absolute;
  left: calc(100% + 1em);
  top: 0;
  width: 130px;
}

.gift3-pic img,
.gift4-pic img {
  width: 100%;
  display: block;
}
.gift4-pic {
  position: absolute;
  left: calc(100% + 1em);
  top: 50%;
  width: 164px;
  transform: translateY(-50%);
}

section.step .step2 {
  padding-right: 0;
}
section.step .step2 .icon {
  top: 0px;
  right: 0;
}

section.step .step2 .bg {
  display: none;
}

section.step .step2 .text-content {
}

section.step .step2 .text-content.v-kool-wrap {
  margin-bottom: 57px;
  margin-top: 99px;
}

section.step .step2 .text-content h1 {
  font-weight: bold;
  font-size: 40px;
  font-family: "Microsoft JhengHei", sans-serif;
}
section.step .step2 .text-content h1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 30px;
}
section.bonus_section .bonus {
  color: #000;
}
section.step .step2 .text-content p:nth-of-type(1) {
  padding-left: 50px;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

section.step .step2 .text-content p:nth-of-type(2) {
  padding-left: 50px;
  font-size: 24px;
  color: #666666;
  margin-bottom: 2em;
}

section.step .step2 .text-content p:nth-of-type(3) {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

section.step .step2 .inner {
  width: 100%;
}
section.bonus_section .bonus li {
  list-style: none;
  position: relative;
  font-weight: bold;
}
section.bonus_section .bonus li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #3584dc;
  position: absolute;
  left: calc(-0.5em - 12px);
  top: 15px;
}
section.step .step2 table {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  border-collapse: separate;
}
section.step .step2 table thead{
  background: #eee1e6;
}
section.step .step2 table tbody tr:nth-child(odd) td {
  background: #eee1e6;
}
section.step .step2 table tbody tr:nth-child(1) td {
  background: rgb(238 225 230 / .5);
}
section.step .step2 table tbody tr td[rowspan="2"]{
  background: none;
}

section.step .step2 table thead th,
section.step .step2 table tbody td {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
}
section.step .step2 table{margin-bottom: 10px;}
/*span.primary_color{
  color: #3584dc; 
}*/
section.step .step2 table .td-div-wrap {
  min-width: 392px;
}
section.step .step2 table .td-div-wrap p {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft JhengHei", sans-serif;
}

section.step .step2 table .td-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.step .step2 table .td-text-wrap p {
  color: #606060;
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft JhengHei", sans-serif;
  margin: 0;
}

.v-kool-table tbody > tr:nth-child(1) td:nth-child(3) {
  min-width: 100px;
}

section.step .step2 table .td-text-wrap span {
  width: 18px;
}

section.step .step2 table .td-border {
  border-right: 2px #a8a8a8 solid;
}

section.bonus_section .bonus {
  width: 100%;
}
.bonus_section h1 {
  color: #3584dc;
  font-size: 40px;
  font-weight: bold;
}
.primary_color .program-title::before,
.bonus_section h1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #3584dc;
  display: inline-block;
  margin-right: 30px;
}
section.bonus_section .caption {
  text-align: center;
  margin-top: 2em;
  font-size: 16px;
  color: #3584dc;
}
section.bonus_section .caption ul {
  padding-left: 0;
}
section.bonus_section .caption li {
  list-style: none;
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #000;
}
section.bonus_section .caption li:last-child {
  border: none;
}
section.bonus_section .caption a {
  color: #000;
  white-space: nowrap;
}

section p.tip,
section.step .step1 p.tip,
section.step .step2 p.tip {
  /*margin-bottom: 20px;*/
  /*padding-left: 50px;*/
  margin: 2em 1em 0;
  font-size: 18px;
  color: #666666;
  text-align: center;
  display: block;
  font-weight: 400;
}
.step1-2022 .inner {
  flex-direction: column;
}
.step1-2022 ul {
  width: 100%;
  padding: 0;
}
.step1-2022 li {
  height: 161px;
  border: 5px solid #3584dc;
  border-radius: 86px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  position: relative;
}
.step1-2022 li > div:first-child i {
  width: 161px;
  height: 161px;
  border: 5px solid #3584dc;
  border-radius: 86px;
  margin: 0px 0 0 -5px;
  color: #fffb64;
  font-size: 70px;
  background: #3584dc;
  text-align: center;
  font-weight: bold;
  line-height: 161px;
  display: inline-block;
}
section.step .step1 {
  padding-top: 0;
}
.step1-2022 h3 {
  font-size: 52px;
  text-align: center;
}
.step1-2022 h3 span:nth-of-type(1) {
  color: #3584dc;
}
.step1-2022 h3 span:nth-of-type(2) {
  font-size: 32px;
}
.step1-2022 li > div:nth-child(1) {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step1-2022 li > div:nth-child(1) div {
  margin-left: 0.5em;
}

.step1-2022 li > div:nth-child(1) div span {
  color: #3584dc;
}

.step1-2022 li > div:nth-child(2) {
  margin: 0px -5px 0 0px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step1-2022 li:nth-child(1) > div:nth-child(2) {
  padding-right: 100px;
}

.event2022q4 {
  position: relative;
  /*background: url(../images/tesla_step_bg.png) center center repeat-y;*/
}
.gift {
  position: relative;
}
.gift .container {
  position: relative;
}
.gift .bg {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
}
.gift-tip1,
.gift-tip2,
.gift-tip3 {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
}

.gift-tip1 {
  top: 6.5%;
  right: 2em;
}
.gift-tip2 {
  top: 54%;
  right: 2em;
}
.gift-tip3 {
  bottom: 3%;
  left: 2em;
}
.modelY .gift-tip3 {
  color: #197ca9;
}
@media (max-width: 1400px) and (min-width: 1001px) {
  section.step .step2 .text-content h1,
  .bonus_section h1 {
    font-size: 36px;
  }
  .container > .program-list{
    padding-left: 110px;
  }
  .program-title{
    font-size: 24px;
  }
  .gift dd li,
  .program-list li {
    font-size: 24px;
    line-height: 1.5em;
  }
  /*.gift dd li{height: 4em;}*/
  .gift dd li p span {
    font-size: 20px;
  }
  /*.program .container,.gift .container{max-width: 90%;}*/
  .gift3-pic {
    width: 104px;
  }
  .gift4-pic {
    width: 131px;
  }
  .step1-2022 li {
    height: 110px;
  }
  .step1-2022 li > div:first-child i {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 48px;
  }
  .step1-2022 li > div:nth-child(1) {
    font-size: 25px;
  }
  .step1-2022 li:nth-child(1) > div:nth-child(2) {
    padding-right: 70px;
  }
  .step1-2022 li:nth-child(1) > div:nth-child(2) img {
    width: 207px;
  }
  .step1-2022 li:nth-child(2) > div:nth-child(2) img:nth-child(1) {
    width: 142px;
  }
  .step1-2022 li:nth-child(2) > div:nth-child(2) img:nth-child(2) {
    width: 210px;
  }

}

@media (max-width: 1000px) {
  .program .container img {
    width: 70%;
    margin: 10% auto;
  }
  .program-box {
    flex-direction: column;
    height: auto;
    padding: 70px 0;
  }
  .program-box > div:nth-child(1) {
    width: 100%;
  }
  .program-box > div:nth-child(2) {
    width: 100%;
  }
  .program-title {
    box-sizing: border-box;
  }
  .program-list li {
    font-size: 28px;
  }

  .model3 .program-list.snow-style-1::after {
    display: none;
  }
  .model3 .program-title.snow-style-2::after {
    display: inline-block;
    left: -23%;
    top: 168%;
  }
  .model3 .program-title.snow-style-1::after {
    left: 98%;
    top: 10%;
  }

  .gift dd {
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }
  .gift dd > div {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .gift dd > div:first-child:after {
    content: none;
  }
  .gift dd ul {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .gift dd li {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .gift dd li i {
    font-size: 30px;
  }
  /*.gift dd li{width: 100%;border-bottom: 1px solid #4880d8;padding-bottom: 5vw;text-align: center;}*/
  .gift dd div:last-child li:last-child {
    border: none;
  }

  .gift .bg {
    bottom: 26%;
  }

  .gift-tip1 {
    width: 100%;
    right: 0;
    top: 8%;
    text-align: center;
  }
  .gift-tip2 {
    width: 100%;
    right: 0;
    top: 56%;
    text-align: center;
  }
  .modelY .gift-tip2 {
    color: #fff;
  }
  .gift-tip1::before {
    content: "";
    width: 2em;
    height: 2px;
    background: #000;
    display: inline-block;
    top: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 1em;
  }
  .gift-tip1::after {
    content: "";
    width: 2em;
    height: 2px;
    background: #000;
    display: inline-block;
    top: 50%;
    position: relative;
    vertical-align: middle;
    margin-left: 1em;
  }
  .gift-tip3 {
    bottom: 2%;
    left: 0;
    padding: 0 1em;
    text-indent: -1em;
    margin-left: 1em;
  }
  .gift-box1 {
    top: 12%;
  }
  .gift-box2 {
    flex-direction: column;
    top: 60%;
  }
  .gift-box2 .gift1 {
    width: 61.4667vw;
    margin-left: 6%;
    margin-bottom: 4.6%;
  }
  .gift-box2 .gift2 {
    width: 72.933vw;
  }
  .gift3-pic,
  .gift4-pic {
    position: relative;
    text-align: center;
    width: 100%;
    left: initial;
    top: 0;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    transform: none;
    align-items: center;
  }
  .gift3-pic img {
    max-width: 275px;
  }
  .gift4-pic img {
    max-width: 386px;
  }
  section.bonus_section .caption {
    margin: 0;
  }
  section.bonus_section .caption ul {
    padding-top: 1em;
    text-align: left;
  }
  section.bonus_section .caption li {
    padding-left: 0;
    text-align: left;
    margin-bottom: 1em;
    border-right: none;
  }
  .step1-2022 h3 span:nth-of-type(2) {
    display: inline-block;
  }
  .step1-2022 li {
    flex-direction: column;
    height: auto;
    margin: 0;
    margin-bottom: 70px;
  }
  .step1-2022 li > div:first-child i {
    margin-top: -5px;
  }
  .step1-2022 li > div:nth-child(1) {
    border-bottom: 5px solid #3584dc;
    border-radius: 0 0 0 80px;
    width: 100%;
  }
  .step1-2022 li > div:nth-child(1) div {
    width: calc(100% - 160px);
    margin: 0;
    padding: 0 0.5em;
    box-sizing: border-box;
  }
  .step1-2022 li > div:nth-child(2) {
    position: relative;
  }
  .step1-2022 li {
    border-radius: 80px 80px 30px 30px;
  }
  .step1-2022 li > div:nth-child(3) {
    padding: 50px 0;
  }
  .step1-2022 li:last-child > div:nth-child(3) {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .step1-2022 li:last-child > div:nth-child(3) img:nth-child(1) {
    margin-right: 25px;
  }
  .step1-2022 li:last-child > div:nth-child(3) img:nth-child(2) {
    width: 50%;
    margin: 0 -5px -5px 0;
  }
  /*.gift dd li i{display: none;}*/

  .event2022q4 {
    /*background: url(../images/tesla_step_bg_m.png) center center repeat-y;*/
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .gift dt img {
    width: 350px;
  }
  .gift-tip1,
  .gift-tip2,
  .gift-tip3 {
    font-size: 20px;
  }
  .gift dd li i {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .gift dd li {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .gift dd li p span {
    font-size: 18px;
  }
  .gift-box2 {
    top: 62%;
  }
  .gift-box2 .gift1 {
    margin-bottom: 6%;
  }
  .gift-rabbit {
    width: 33.33vw;
  }
  .gift-rabbit img {
    width: 100%;
  }
  .event2022q4 {
    width: 100%;
    overflow: hidden;
  }
  /*.gift{overflow: hidden;}*/
}

@media (max-width: 414px) {
  section.step .step2 table {
    width: 1350px;
  }
  .banner.container,
  .bonus_section .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .gift .container {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .program .container {
    padding: 0 30px;
  }

  section.step .step2 .text-content h1,
  .program-title,
  .bonus_section h1 {
    font-size: 20px;
    line-height: 1.5em;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .gift dt {
    font-size: 20px;
    height: 42px;
    line-height: 42px;
  }
  /*.program-title{padding-left: 25px;}*/
  .primary_color .program-title::before,
  .program-title::before,
  section.step .step2 .text-content h1::before,
  .bonus_section h1::before {
    position: absolute;
    left: 0;
    border-width: 6px 0 6px 10px;
    margin-right: 15px;
    top: 8px;
  }
  .program-list ul {
    margin-top: 1em;
  }
  .program-list li {
    font-size: 14px;
  }
  .program-list li:before {
    width: 5px;
    height: 5px;
    font-size: 14px;
  }
  .program-box {
    padding: 25px 0;
  }

  .gift dd li {
    font-size: 14px;
  }
  .gift dd > div {
    padding: 0 18px;
  }
  .gift dd ul {
    margin: 0;
  }

  .gift3-pic {
    width: 40.933vw;
    margin: 10px auto;
  }
  .gift4-pic {
    width: 61.067vw;
    margin: 10px auto;
  }
  .gift3-pic img,
  .gift4-pic img {
    width: 100%;
  }
  section.step .step2 .icon {
    right: -0.35em;
  }

  section.step .step2 .text-content p:nth-of-type(1) {
    padding-left: 25px;
  }
  section.step .step2 .text-content p:nth-of-type(2) {
    padding-left: 25px;
  }
  section.step .step2 .text-content p:nth-of-type(3) {
    font-size: 14px;
  }
  section.step .step2 table thead th,
  section.step .step2 table tbody td {
    font-size: 14px;
  }
  section.step .step2 table {
    width: auto;
  }

  section.bonus_section .bonus ul {
    padding-left: 1em;
  }
  section.bonus_section .bonus li::before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: 12px;
  }
  .gift dt img {
    width: 54.8vw;
  }
  .step1-2022 h3 {
    font-size: 26px;
  }
  .step1-2022 h3 span:nth-of-type(2) {
    font-size: 16px;
    letter-spacing: -0.025em;
    margin: 0 -1em;
  }
  .step1-2022 li {
    border-radius: calc(21.4667vw / 2) calc(21.4667vw / 2) 4vw 4vw;
    border-width: 0.6667vw;
  }
  .step1-2022 li > div:first-child i {
    width: 21.4667vw;
    height: 21.4667vw;
    border-radius: calc(21.4667vw / 2);
    font-size: 9vw;
    line-height: 21.4667vw;
    border: none;
    border-width: 0.6667vw;
    margin: -0.6667vw 0 0 -0.6667vw;
  }
  .step1-2022 li > div:nth-child(1) {
    border-radius: 0 0 0 calc(21.4667vw / 2);
    border-width: 0.6667vw;
  }
  .step1-2022 li > div:nth-child(1) div {
    font-size: 4.8vw;
    width: calc(100% - 21.4667vw);
    letter-spacing: -0.025em;
  }
  .step1-2022 li > div:nth-child(3) img {
    max-width: 62.8vw;
  }
  .step1-2022 li:last-child > div:nth-child(3) img:nth-child(1) {
    max-width: 39.6vw;
    margin-right: 1.5vw;
  }
  .step1-2022 li:last-child > div:nth-child(3) img:nth-child(2) {
    margin: 0 -0.6667vw -0.6667vw 0;
  }

  .gift .container {
    padding: 0px;
    width: 100%;
  }
  .container.gift-banner{
    border-radius: 10vw;
  }
  .gift-table::before{content: none;}
  .modelY2023 .gift .container:not(.gift-banner),
  .modelS .gift .container:not(.gift-banner),
  .modelX .gift .container:not(.gift-banner) {
    width: 100vw;
  }
  .gift-tip1,
  .gift-tip2,
  .gift-tip3 {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }
  .gift-tip3 {
    width: calc(100% - 1em);
  }
  .gift dd li i {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .gift dd li {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 28px;
  }
  .gift dd li p span {
    font-size: 12px;
  }
  .gift-tip3 {
    bottom: 1.25%;
  }
  .td-div-wrap p {
    font-size: 14px !important;
  }
  .td-div-wrap span {
    font-size: 14px !important;
    padding-left: 29px !important;
  }
  .v-kool-table tbody > tr:nth-child(1) td:nth-child(2) {
    min-width: 60px;
  }
  .v-kool-table tbody > tr:nth-child(1) td:nth-child(4),
  .v-kool-table tbody > tr:nth-child(1) td:nth-child(5),
  .v-kool-table tbody > tr:nth-child(1) td:nth-child(6) {
    min-width: 95px;
  }
  .v-kool-table tbody > tr:nth-child(2) td:last-child,
  .v-kool-table tbody > tr:nth-child(6) td:last-child {
    border: 1px solid #cccccc;
  }
  section.step .step2 table .td-div-wrap {
    min-width: 180px !important;
  }
  section.step .step2 table .td-text-wrap p {
    font-size: 14px !important;
  }
}
@media (max-width: 375px) {
  .gift dd li i {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .gift dd li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .gift dd li p span {
    font-size: 10px;
  }
  .gift-tip1,
  .gift-tip2,
  .gift-tip3 {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .gift dd li i {
    margin-right: 0.75em;
  }
}
.modelY section.step .inner h1 {
  color: #000;
}
.modelY .bigBanner .scene.bg {
  background-image: url(../images/202211modely.jpg);
}
.modelS .bigBanner .scene.bg {
  background-image: url(../images/202305models.jpg);
}

.modelX .bigBanner .scene.bg {
  background-image: url(../images/202305modelx.jpg);
}

.modelY .event2022q4 {
  /*background: url(../images/tesla_step_bg_y.png) center center repeat-y;*/
}
.modelY section.step .step2 .icon {
  color: #b4ecf6;
}
.modelY2023 section.step .step2 .icon {
  color: #dbeac7;
}

.modelY section.step .step2 .icon2 {
  color: #e9ecdc;
}

.modelY section.step .step2 table thead th,
.modelY section.step .step2 table tbody td {
  color: #606060;
}
.modelY span.primary_color {
  color: #bf2626;
}

/*.modelY section.step .step2 table tbody tr:nth-child(even) {
  background: #b4ecf6;
}

.modelY2023 section.step .step2 table tbody tr:nth-child(even) {
  background: #dbeac7;
}*/
.modelY section.bonus_section .caption,
.modelY .bonus_section span.primary_color,
.modelY .step1-2022 h3 span:nth-of-type(1),
.modelY .step1-2022 li > div:nth-child(1) div span,
.modelY .primary_color .program-title,
.modelY .bonus_section h1 {
  color: #35a98c;
}
.modelY .step1-2022 li {
  border-color: #35a98c;
}
.modelY .gift dt,
.modelY .step1-2022 li > div:first-child i,
.modelY .gift dd li i,
.modelY .primary_color .program-list li:before,
.modelY section.bonus_section .bonus li::before {
  background-color: #c3e3f1;
  border-color: #c3e3f1;
}

.modelY .program-title::before,
.modelY .primary_color .program-title::before,
.modelY .bonus_section h1::before {
  border-color: transparent transparent transparent #06743b;
}

.modelY2023 .program-title::before,
.modelY2023 .primary_color .program-title::before,
.modelY2023 .bonus_section h1::before {
  border-color: transparent transparent transparent #0f4234;
}
.modelY .program-box {
  border-color: #0f4234;
}

.modelS section.step .step2 .icon {  color: #e4ecf1;}
.modelS section.step .step2 .icon2 {  color: #e4ecf1;}
.modelS section.step .step2 table thead{background:#e1eaed; }
.modelS section.step .step2 table tbody tr:nth-child(odd) td {  background: #e1eaed;}
.modelS section.step .step2 table tbody tr:nth-child(1) td {  background: rgb(228 236 241 / .5);}
.modelS section.step .step2 table tbody tr td[rowspan="2"]{  background: none;}


.modelY section.step .step2 .icon {  color: #e9ecdc;}
.modelY section.step .step2 table thead{background:#e5ead6; }
.modelY section.step .step2 table tbody tr:nth-child(odd) td {  background: #e5ead6;}
.modelY section.step .step2 table tbody tr:nth-child(1) td {  background: rgb(229 234 214 / .5);}
.modelY section.step .step2 table tbody tr td[rowspan="2"]{  background: none;}



.modelX section.step .step2 .icon {  color: #eeefef;}
.modelX section.step .step2 .icon2 {  color: #eeefef;}
.modelX section.step .step2 table thead{background:#eeefef; }
.modelX section.step .step2 table tbody tr:nth-child(odd) td {  background: #eeefef;}
.modelX section.step .step2 table tbody tr:nth-child(1) td {  background: rgb(238 239 239 / .5);}
.modelX section.step .step2 table tbody tr td[rowspan="2"]{  background: none;}




/*
.modelX section.step .step2 .icon {
  color: #c2bebf;
}*/

/*.modelX section.step .step2 table tbody tr:nth-child(even) {
  background: #c2bebf;
}
*/
@media (max-width: 1000px) {
  .modelY .step1-2022 li > div:nth-child(1) {
    border-color: #35a98c;
  }

  .modelY .event2022q4 {
    /*background: url(../images/tesla_step_bg_y_m.png) center center repeat-y;*/
  }
}

@media (max-width: 750px) {
  .event2022q4 {
    background-position: center top;
    background-size: 110% auto;
  }
}

/*230419*/

.banner-title {
  margin-bottom: 44px;
  position: relative;
}
.program-bar {
  background: #f6ae6a;
  position: relative;
  margin-bottom: 70px;
  max-width: 100%;
  overflow: hidden;
}

.modelS .program-bar {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.program-bar img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.container.gift-banner {
  margin-top: 30px;
  max-width: 1221px;
}
.gift-banner{
  width: 100%;
  height: 122px;
  border-radius: 61px;
  background-color: #aa797e;
}
.modelS .gift-banner{  background: #c8d8e2;}
.modelY .gift-banner{  background: #96c184;}
.modelX .gift-banner{  background: #b7b4b6;}

.gift-banner p {
  font-size: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 122px;
}
.d-lg-none {
  display: none;
}

.d-lg-block {
  display: block;
}

.gift-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gift-txt2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gift-txt2 img {
  display: block;
}
@media (max-width: 1400px) {
  section.step .step2 .icon2 {
    font-size: 200px;
    top: 760px;
    line-height: 160px;
  }
  /* section.step .step2 .table.v-kool-table {
    overflow-x: scroll;
  } */
}

@media (max-width: 1100px) {
  section.step .step2 .icon2 {
    top: 735px;
  }
}

@media (max-width: 1400px) and (min-width: 1001px) {
  .banner-title {
    margin-bottom: 30px;
  }
  .container.gift-banner {
    max-width: 80%;
    height: 7.5vw;
    border-radius: 4vw;
  }
  .gift-banner p {
    font-size: 2.5vw;
    line-height: 1em;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
  }
  .program-bar img {
    width: 1600px;
  }
}

@media (max-width: 1000px) {
  .d-block {
    display: block;
  }
  .d-none {
    display: none;
  }
  .container.gift-banner {
    width: 83.8667vw;
    height: calc(5.33vw * 1.2 * 4)
  }
  .container > .program-list {
    padding-left: 20vw;
  }
  .modelY2023 .program-box {
    position: relative;
    padding-top: 4vw;
    padding-left: 20vw;
  }
  /*.program-box > .program-list{padding-left: calc(20vw + 30px); }*/
  .modelY2023 .program-title {
    margin-left: 0vw;
    padding-left: calc(0vw + 0px);
    margin-left: -3em;
  }
  .gift-banner p {
    font-size: 5.33vw;
    line-height: 1.2em;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  section p.tip,
  section.step .step1 p.tip,
  section.step .step2 p.tip {
    font-size: 3.8vw;
    margin-top: 0.7em;
  }
  .program-title {
    margin-left: -3em;
  }
  .modelY2023 .program-title {
    margin-left: -0.5em;
  }
  .program-title::before {
    margin-right: 15px;
  }
  .modelY2023 .program-title::before {
    left: -30px;
  }

  .banner-title-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px) !important;
    left: 30px;
  }
  .banner-title {
    margin-bottom: 0;
  }
  .gift-txt {
    width: 112%;
    left: -6%;
  }
  .gift-txt2 {
    width: 84%;
    left: 8%;
  }
}
@media (max-width: 1000px) {
  .modelY .program-title.snow-style-1::after {
    display: none;
  }
  .modelY .program-title.snow-style-2::after {
    display: inline-block;
    left: -11%;
    top: 143%;
  }
  .modelY .program-list.snow-style-1::after {
    top: -41%;
  }
}

@media (max-width: 997px) {
  section.step .step2 .icon2 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 992px) {
  section.step .step2 .icon2 {
    top: 959px;
  }
  .modelS .program-title.snow-style-1::after {
    left: -10%;
  }
  .modelX .program-title.snow-style-1::after {
    left: -10%;
  }
}
@media (max-width: 900px) {
  section.step .step2 .icon2 {
    top: 906px;
  }
}
@media (max-width: 768px) {
  section.step .step2 .icon2 {
    top: 1142px;
    font-size: 120px;
    line-height: 100px;
  }
  .modelS .program-title.snow-style-1::after {
    left: -15%;
    top: 154%;
  }
  .modelS .program-list.snow-style-1::after {
    display: none;
  }
  .modelX .program-title.snow-style-1::after {
    left: -15%;
    top: 154%;
  }
  .modelX .program-list.snow-style-1::after {
    display: none;
  }
  section.step .step2 .text-content.v-kool-wrap {
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
@media (max-width: 640px) {
  section.step .step2 .icon2 {
    top: 882px;
    font-size: 80px;
    line-height: 90px;
  }
  .model3 .program-title.snow-style-2::after {
    left: -7%;
  }
}
@media (max-width: 414px) {
  .modelY2023 .program-title {
    padding-left: 15px;
    margin-left: -1.5em;
  }
  .program-title {
    margin-left: -1.5em;
  }
  .container.gift-banner {
    margin-top: 30px;
  }
  .program-bar {
    margin-bottom: 35px;
  }
  .modelY2023 .program-title::before {
    left: -15px;
  }
  section.step .step2 .icon2 {
    top: 516px;
    right: -0.52em;
  }
  .model3 .program-title.snow-style-2::after {
    left: -14%;
  }
}