.home-banner {
  width: 100%;
  padding-bottom: 38%;
}

.home-banner_text {
  position: absolute;
  background-color: var(--white);
  padding: 32px;
  border-radius: 16px;
  -webkit-box-shadow: var(--cardshadow);
          box-shadow: var(--cardshadow);
  right: calc((100% - 1136px) / 2);
  bottom: 3vw;
  width: 420px;
}

.home-banner_text h2 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
}

.home-banner_text h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.home-banner_text ul {
  padding-left: 16px;
  margin-bottom: 24px;
}

.home-banner_text ul li {
  font-size: 17px;
  font-weight: normal;
}

.home-banner_text .btn {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .home-banner_text {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .home-banner_text {
    width: calc(100% - 40px);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    padding: 20px;
  }
  .home-banner_text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home-banner_text h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .home-banner_text ul {
    margin-bottom: 20px;
  }
  .home-banner_text ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    padding-bottom: 100%;
  }
}

.home-sec {
  padding-top: 48px;
}

.home-sec .row {
  margin-left: -12px;
  margin-right: -12px;
}

.home-sec .row > div {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 991px) {
  .home-sec {
    padding-top: 40px;
  }
  .home-sec .discount_item, .home-sec .function_item {
    margin-bottom: 20px;
  }
  .home-sec .row {
    margin: 0;
  }
  .home-sec .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.cp .title {
  margin-bottom: 14px;
}

.cp > .text {
  margin-bottom: 48px;
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .cp .title {
    margin-bottom: 16px;
  }
  .cp > .text {
    margin-bottom: 32px;
  }
}

.limited-event_text {
  width: 418px;
  height: 208px;
  background-image: url(../img/half-circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-top: 76px;
}

.limited-event_text .text {
  margin: 0;
}

.limited-event > img {
  max-width: 558px;
  width: 100%;
  margin: 0 auto 48px;
  border-radius: 16px;
  display: block;
}

.limited-event .btn {
  padding: 15px 73px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .limited-event_text {
    width: 311px;
    height: 156px;
    padding-top: 48px;
  }
  .limited-event_text .text {
    color: var(--black);
  }
  .limited-event > img {
    margin-bottom: 32px;
  }
}

.function .title {
  margin-bottom: 24px;
}

.function_swiper {
  padding: 12px;
}

.function_swiper .swiper-pagination {
  display: none;
}

.function_item {
  -webkit-box-shadow: var(--cardshadow);
          box-shadow: var(--cardshadow);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--white);
  width: 100%;
}

.function_item_pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.function_item_pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.function_item_text {
  padding: 16px 28px 44px;
}

.function_item_text h3 {
  color: var(--dblue-5);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.function_item_text h4 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.function_item_text ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

.function_item_text ul li {
  font-size: 17px;
  text-align: left;
  font-weight: normal;
}

.function_item_text .btn {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .function .container {
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  .function .title {
    margin-bottom: 8px;
  }
  .function .text {
    margin-bottom: 16px;
  }
  .function_swiper {
    padding: 12px 12px 32px;
  }
  .function_swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .function_item_text {
    padding: 12px 28px 24px;
  }
  .function_item_text h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .function_item_text h4 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .function_item_text ul li {
    font-size: 14px;
  }
}

.discount {
  padding-bottom: 82px;
}

.discount .title {
  margin-bottom: 24px;
}

.discount_swiper {
  padding: 12px;
}

.discount_swiper .swiper-pagination {
  display: none;
}

.discount_item {
  border-radius: 16px;
  -webkit-box-shadow: var(--cardshadow);
          box-shadow: var(--cardshadow);
  background-color: var(--white);
  overflow: hidden;
  width: 100%;
}

.discount_item_head {
  padding: 26px 20px;
  background-color: var(--lblue-5-10);
  text-align: center;
  background-image: url(../img/mask.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.discount_item_head h3 {
  color: var(--dblue-5);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}

.discount_item_topic {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.discount_item_include {
  font-size: 14px;
  color: var(--morange-5);
  margin-bottom: 0;
  font-weight: 500;
}

.discount_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--morange-5);
  font-size: 14px;
  gap: 4px;
  font-weight: 500;
  margin: 0;
}

.discount_item_info .highlight {
  font-size: 18px;
}

.discount_item_body {
  padding: 24px 28px 44px;
}

.discount_item_body h4 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.discount_item_body ul {
  margin-bottom: 4px;
  margin-left: 15px;
}

.discount_item_body ul li {
  font-size: 17px;
  text-align: left;
  font-weight: normal;
}

.discount_item_body .btn {
  width: 100%;
}

.discount_item_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

.discount_item_list p {
  font-size: 16px;
  color: var(--nblack-9);
  font-weight: normal;
  text-align: left;
}

.discount_item_more {
  padding: 4px 0;
  color: var(--lblue-5);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .discount {
    padding-bottom: 36px;
  }
  .discount .container {
    max-width: inherit;
  }
  .discount .title {
    margin-bottom: 24px;
  }
  .discount_swiper {
    padding: 12px 12px 32px;
  }
  .discount_swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .discount_item_head {
    padding: 16px 20px;
  }
  .discount_item_head h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .discount_item_topic {
    font-size: 14px;
    margin-bottom: 0;
  }
  .discount_item_body {
    padding: 24px 28px 24px;
  }
  .discount_item_body h4 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .discount_item_body ul {
    margin-bottom: 4px;
    margin-left: 15px;
  }
  .discount_item_body ul li {
    font-size: 14px;
  }
  .discount_item_list {
    margin: 0 auto 4px;
  }
  .discount_item_list p {
    font-size: 14px;
  }
  .discount_item_more {
    font-size: 14px;
  }
}
/*# sourceMappingURL=home.css.map */