.swiper-container {
  position: static;
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  width: 30px;
  height: 30px;
  top: 35px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 50%;
}

.swiper-button-prev-unique {
  right: 40px;
}

.swiper-button-next-unique {
  right: 0;
}

.xi-angle-left,
.xi-angle-right {
  font-size: 16px;
  font-weight: 900;
}

.swiper-product {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    width: 25px;
    height: 25px;
    top: 0;
  }

  .swiper-button-prev-unique {
    right: 70px;
  }

  .swiper-button-next-unique {
    right: 30px;
  }

  .xi-angle-left,
  .xi-angle-right {
    font-size: 14px;
  }
}

@media (max-width: 499px) {
  .swiper-button-prev-unique {
    right: 60px;
  }

  .swiper-button-next-unique {
    right: 20px;
  }
}

.skeleton-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.skeleton-wrapper {
  width: 275px;
  height: 310px;
  display: flex;
}

.skeleton-list {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-image: linear-gradient(#f1f3f5 172px, transparent 0),
    linear-gradient(#f1f3f5 16px, transparent 0),
    linear-gradient(#f1f3f5 10px, transparent 0),
    linear-gradient(#f1f3f5 28px, transparent 0),
    linear-gradient(#f1f3f5 14px, transparent 0),
    linear-gradient(#f1f3f5 8px, transparent 0);
  background-size: 100% 304px, 180px 304px, 90px 304px, 28px 304px, 40px 304px,
    89px 304px;
  background-position: 0px 0px, 0px 188px, 0px 214px, 0px 244px, 36px 244px,
    36px 264px;
}

.skeleton-list-city {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-image: linear-gradient(#f1f3f5 250px, transparent 0);
  background-position: 0px 0px;
}

.skeleton-bar {
  width: 100%;
  position: absolute;
  animation-name: skeleton;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.skeleton-indicator {
  width: 0;
  box-shadow: 0 0 75px 75px white;
}

.skeleton-bar,
.skeleton-indicator {
  height: 100vh;
}

@keyframes skeleton {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  20% {
    opacity: 0.25;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.skeleton-original-box {
  display: none;
}

/* .header-area {
    position: absolute;
    border-bottom: none;
    background: none;
    box-shadow: none;
}

.header-logo-img {
    display: none;
}

.header-logo-text {
    display: inline-block;
    color: #fff;
}

.header-nav-partner-box,
.header-nav-alarm-box {
    color: #fff;
}

.header-nav-partner-box:hover,
.header-nav-alarm-box:hover {
    background-color: unset;
}

.header-nav-menu-icon {
    color :#333;
    border-color: #fff;
    background-color: #fff;
} */

.header-area {
  position: absolute;
  border-bottom: none;
  background: none;
  box-shadow: none;
}

.header-nav-menu-item {
  color: #fff;
}

.header-nav-menu-item:hover {
  background-color: unset;
}

.ntfc-open-btn {
  color: #fff;
}

.ntfc-open-btn:hover {
  background-color: unset;
}

.header-nav-menu-icon {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}

.header-search-box {
  background-color: rgba(245, 245, 245, 0.2);
  border: none;
}

.search-input {
  background: none;
  color: #fff;
}

.search-input::placeholder {
  color: #ddd;
}

.search-submit,
.search-submit i {
  background: none;
  color: #fff;
}

.main-nav-item,
.main-nav-item > a,
.main-nav-item > span {
  color: #fff !important;
}

.main-nav-item.last-item {
  border: 2px solid #fff;
}

.alarm-icon-item,
.mobile-admin-icon,
.mobile-language-icon {
  color: #fff !important;
}

.main-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1170px;
}

.main-top {
  width: 100%;
  height: 530px;
  background-image: url(https://media.travelc2b.com/asset/images/test/top_image/top_image_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-top-sentence {
  position: absolute;
  top: 200px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.main-top-badge {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 100;
  padding: 6px 16px;
  width: fit-content;
  margin: 0 auto;
}

.main-top-title {
  margin-top: 15px;
  font-size: 43px;
  font-weight: 400;
  color: #fff;
}

.main-top-sub-title {
  display: block;
  margin-top: 5px;
  font-size: 43px;
  font-weight: 400;
  color: #fff;
}

.section-title-box {
  display: inline-block;
  width: 100%;
}

.section-title {
  display: block;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(102, 176, 255, 0.7);
}

.section-sub-title {
  display: block;
  color: #666;
  font-size: 17px;
  margin: 12px 0 0 2px;
}

.product-list-container {
  position: relative;
  margin: 64px auto 0;
  width: 1170px;
}

.product-container {
  position: relative;
  text-decoration: none;
  color: #464646;
}

.product-list-top-box {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: rgb(193, 193, 193);
  border: 1px solid rgb(228, 228, 228);
  border-radius: 11px;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50%;
}

.product-container:hover .product-image {
  transition: 1.5s;
  transform: scale(1.4);
}

.product-youtube-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
  font-size: 34px;
  color: #fff;
}

.self-quarantine {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.product-promotion {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  background-color: rgb(4, 163, 255);
  padding: 5px 10px;
  font-size: 13px;
}

.product-promotion span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.product-text {
  margin-top: 10px;
}

.product-area_review {
  display: flex;
  justify-content: space-between;
}

.product-area {
  display: inline-block;
  color: #484848a8;
  width: 107px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.product-review {
  color: #ff4747;
  font-size: 12px;
}

.product-name {
  padding-left: 2px;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 40px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-price {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(34, 34, 34, 0.897);
  font-weight: 900;
}

.city-list-container {
  position: relative;
  margin: 64px auto 0;
  width: 1170px;
}

.city-list-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 30px;
}

.city-list-item {
  width: calc(20% - (80px / 5));
  margin-right: 20px;
  margin-bottom: 20px;
}

.city-list-item:nth-child(5n) {
  margin-right: 0;
}

.city-list-item > a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.city-list-item-img {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
}

.city-list-item-name {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #363636;
  margin-left: 20px;
  height: 65px;
}

/* slide city */
.swiper-city .swiper-button-next-unique,
.swiper-city .swiper-button-prev-unique {
  top: 0 !important;
}

.swiper-city .swiper-wrapper {
  margin-top: 30px;
}

.city-relative-slide {
  position: relative;
}

.city-bg-slide {
  position: relative;
  height: 250px;
}

.city-bg-slide::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background-image: linear-gradient(
    114deg,
    rgba(0, 0, 0, 0.5),
    hsla(0, 0%, 50%, 0) 71%
  );
  z-index: 0;
  pointer-events: none;
}

.city-list-item-img-slide {
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  top: 0;
}

.city-list-item-img-slide:hover {
  position: relative;
  transition: 0.4s;
  top: -10px;
  box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.5);
}

.city-list-item-name-slide {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.city-list-item-go-slide {
  position: absolute;
  color: #333;
  font-weight: 400;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 13px;
  box-shadow: 0 0 0 1px rgb(35 40 40 / 10%);
}

/* slide city end */

.banner-list-container {
  border-top: 1px solid #eee;
  padding-top: 40px;
  position: relative;
  margin: 40px auto 0;
  width: 1170px;
}

.swiper-banner {
  margin-top: 30px;
}

.banner-item {
  display: block;
  width: calc(100% - 60px);
  height: 320px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
}

.banner-item-image {
  width: 100%;
  height: 220px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.banner-item-image#app-download-banner {
  background-size: cover;
  background-position: 50% 50%;
}

.banner-item-image-in-app {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-item-image-in-app-link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.banner-item-image#info-box-banner {
  background-size: 200% 100%;
  background-position: 100% 50%;
}

.banner-item-image#coupon-banner {
  background-size: 220% 100%;
  background-position: 100% 50%;
}

.banner-item-image#dutyfree-banner {
  background-size: 220% 100%;
  background-position: 92% 50%;
}

.banner-item-image#promotion-banner {
  background-size: 261% 120%;
  background-position: 100% 78%;
}

.banner-item-image#usimsa-banner {
  background-size: 100% 100%;
  background-position: 100%;
}

.banner-item-image#wifi-banner {
  background-size: 220% 100%;
  background-position: 107% 100%;
}

.banner-item-text {
  width: 100%;
  height: 100px;
  padding: 15px;
}

.banner-item-text-title {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

.banner-item-text-content {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.one-month-product-container {
  position: relative;
  margin: 100px auto 0 auto;
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
}

.one-month-main-banner {
  display: block;
  position: relative;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  cursor: pointer;
  box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.1);
  border-radius: 12px;
}

.one-month-main-banner:hover {
  top: -2px;
  transition: 0.4s;
}

.one-month-banner-text {
  text-align: center;
  padding-top: 90px;
}

.one-month-banner-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.one-month-banner-text button {
  margin-top: 17px;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 7px 15px;
  background: none;
  color: #fff;
  pointer-events: none;
}

.one-month-product {
  display: block;
  width: 376.6px;
  height: 340px;
  margin: 10px 20px 0 0;
  position: relative;
  top: 0;
  border: 1px solid #f1f1f1;
  border-radius: 13px;
  box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.1);
}

.one-month-product:hover {
  top: -2px;
  transition: 0.4s;
}

.one-month-product:last-child {
  margin-right: 0;
}

.one-month-product-image {
  position: relative;
  width: 100%;
  height: 190px;
  background-color: rgb(193, 193, 193);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.one-month-product-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.one-month-product-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 26px;
  background-color: rgba(2, 2, 2, 0.5);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.one-month-product-area i {
  position: relative;
  display: block;
  bottom: 2px;
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}

.one-month-product-area span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 22px);
  line-height: 1;
  padding-top: 1px;
}

.one-month-product-promotion {
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 10px;
  background-color: rgb(4, 163, 255);
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}

.one-month-product-youtube-icon {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 1;
  font-size: 34px;
  color: #fff;
}

.one-month-product-text {
  padding: 10px 16px 15px 16px;
}

.one-month-product-title {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 43px;
  line-height: 1.4;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.one-month-product-review {
  margin-top: 5px;
  font-weight: 400;
}

.one-month-product-review img {
  width: 62px;
  height: 12px;
  margin-right: 5px;
}

.one-month-product-review span {
  font-size: 12px;
  font-weight: 300;
  color: #999;
}

.one-month-product-price-promotion {
  margin: 0 0 0 0;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  text-decoration: line-through;
}

.one-month-product-price {
  font-size: 17px;
  color: rgba(4, 163, 255, 0.7);
  font-weight: 400;
}

.one-month-product-reservation {
  font-size: 14px;
  color: #555;
}

.desktop-signup-banner {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 10;
}

.desktop-signup-banner-text {
  color: #fff;
}

.desktop-signup-banner-close {
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}

.mobile-app-download-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  box-shadow: 0px 0px 0px #888, 0px 3px 10px #888;
  padding: 30px 18px;
}

.mobile-app-download-banner-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mobile-app-download-banner-top {
  display: flex;
  align-items: center;
}

.mobile-app-download-banner-image {
  width: 45px;
  height: 45px;
  border-radius: 15px;
}

.mobile-app-download-banner-title {
  margin-left: 12px;
  line-height: 1.3;
  font-size: 18px;
}

.mobile-app-download-banner-middle {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
}

.mobile-app-download-banner-link {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  background: none;
  border: 1px solid rgb(4, 163, 255);
  border-radius: 5px;
  color: rgb(4, 163, 255);
  outline: 0;
}

.package-container {
  margin-top: 120px;
  padding: 60px 0;
  background-color: #F7F8FA;
}

.package-block {
  width: 1170px;
  margin: 0 auto;
}

.package-content-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-left-block {
  width: 400px;
}

.package-title {
  font-size: 1.625rem;
  color: #222;
  font-weight: 600;
}

.package-desc {
  margin-top: 30px;
  font-size: 1rem;
  color: #222;
}

.package-right-block {
  width: calc(100% - 400px);
  position: relative;
}

.package-item-block {
  margin-top: 1.125rem;
  position: relative;
  cursor: pointer;
}

.package-item-box {
  position: relative;
}

.package-item-box:hover > .package-item-image:first-child {
  filter: blur(6px);
}

.package-item-box:hover > .post-title {
  opacity: 0;
}

.package-item-box:hover > .package-item-hover-block {
  opacity: 1;
}

.package-item-image {
  background-size: cover;
  transition: 0.3s;
  width: 100%;
  height: 25.6rem;
  border-radius: 0.625rem 5rem 0.625rem 0.625rem;
}

.package-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0 0.625rem 0.625rem;
  transition: 0.3s;
  opacity: 1;
  width: 100%;
  font-size: 1rem;
  padding: 1.25rem;
}

.package-item-hover-block {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  text-align: center;
  transition: 0.3s;
}

.package-item-hover-title {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.package-item-hover-count-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.package-item-hover-count-item {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 1.825rem;
}

.package-item-hover-count-item:last-child {
  margin-top: 1rem;
}

.package-swiper-button-next-unique {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: calc(0px - (2.75rem / 2));
  background-color: #fff;
  width: 45px;
  height: 45px;
  margin: auto;
  color: #666;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.package-swiper-button-prev-unique {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: calc(0px - (2.75rem / 2));
  background-color: #fff;
  width: 45px;
  height: 45px;
  margin: auto;
  color: #666;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header-area {
    /* background: #fff; */
  }

  .header-logo-img {
    display: block;
  }

  .header-logo-text {
    display: none;
  }

  .header-nav-alarm-box {
    color: #333;
  }

  .header-search-box {
    position: absolute;
    display: block;
    top: 80px;
    left: 0;
    flex: unset;
    width: calc(100% - 60px);
    margin: 0 30px;
  }

  .header-search-box > form {
    height: 30px;
  }

  .search-input {
    width: calc(100% - 40px);
  }

  .search-submit {
    width: 40px;
  }

  .search-submit i {
    font-size: 20px;
  }

  .main-container {
    min-width: 100%;
  }

  .main-top {
    position: relative;
    height: 250px;
  }

  .main-top-sentence {
    position: absolute;
    top: unset;
    bottom: 17px;
    width: calc(100% - 30px);
    margin-left: 30px;
    text-align: left;
  }

  .main-top-badge {
    display: none;
  }

  .main-top-title {
    margin-top: 0;
    font-size: 27px;
  }

  .main-top-sub-title {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
  }

  .section-title {
    font-size: 20px;
    line-height: 23px;
  }

  .section-sub-title {
    display: none;
  }

  .product-list-container {
    margin: 45px auto 0;
    width: 100%;
    padding: 0 30px;
  }

  .product-list-top-box {
    position: relative;
    height: 230px;
  }

  .product-image {
    height: 230px;
  }

  .product-container:hover .product-image {
    transition: unset;
    transform: unset;
  }

  .product-promotion span {
    font-size: 10px;
  }

  .city-list-container {
    margin: 45px auto 0;
    width: 100%;
    padding: 0 30px;
  }

  .city-list-scroll-box {
    width: 100%;
    overflow-x: scroll;
    margin-top: 30px;
  }

  .city-list-box {
    width: 1170px;
    margin: 0;
  }

  .banner-list-container {
    margin: 45px auto 0;
    width: 100%;
    padding: 40px 30px 0 30px;
  }

  .banner-item {
    width: calc(100% - 60px);
    height: 100%;
  }

  .banner-item-image {
    height: 190px;
  }

  .banner-item-text {
    height: 100%;
  }

  .banner-item-text-title {
    font-size: 15px;
  }

  .banner-item-text-content {
    font-size: 14px;
  }

  .one-month-product-container {
    margin: 45px auto 0;
    width: 100%;
    padding: 0 30px;
    display: block;
    flex-wrap: unset;
  }

  .one-month-main-banner {
    background-size: 100% 100%;
    height: 250px;
  }

  .one-month-main-banner:hover {
    top: 0;
    transition: unset;
  }

  .one-month-banner-text {
    text-align: center;
    padding-top: 60px;
  }

  .one-month-product {
    display: none;
  }

  .desktop-signup-banner {
    display: none;
  }

  .package-container {
    margin-top: 100px;
    padding: 50px 0;
  }
  
  .package-block {
    width: 100%;
  }
  
  .package-content-block {
    text-align: center;
    display: block;
    padding: 0 20px;
  }
  
  .package-left-block {
    width: 100%;
  }
  
  .package-title {
    font-size: 1.325rem;
    line-height: 1.2;
  }
  
  .package-desc {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  
  .package-right-block {
    width: 100%;
    margin-top: 50px;
  }
  
  .package-item-block {
    margin-top: 1.125rem;
    position: relative;
    cursor: pointer;
  }
  
  .package-item-box {
    position: relative;
  }

  .package-item-box:hover > .package-item-image:first-child {
    filter: unset;
  }
  
  .package-item-box:hover > .package-item-hover-block {
    opacity: 1;
  }
  
  .package-item-image {
    width: calc(100% - 2.5rem);
    height: 25rem;
    margin-right: 1.25rem;
    border-radius: 0.625rem;
  }

  .package-item-image::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: calc(100% - 2.5rem);
    height: 100%;
    border-radius: 0.625rem;
  }
  
  .package-item-title {
    display: none;
  }
  
  .package-item-hover-block {
    opacity: 1;
    width: calc(100% - 2.5rem);
  }
  
  .package-item-hover-title {
    font-size: 0.95rem;
  }
  
  .package-item-hover-count-item {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
  
  .package-item-hover-count-item:last-child {
    margin-top: 0.9rem;
  }

  .package-swiper-button-next-unique,
  .package-swiper-button-prev-unique {
    display: none;
  }
}

@media (max-width: 600px) {
  .banner-item {
    width: calc(100% - 23px);
  }
}

@media (max-width: 499px) {
  .header-search-box {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .main-top {
    height: 220px;
  }

  .main-top-sentence {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .main-top-title {
    margin-top: 0;
    font-size: 18px;
  }

  .section-title-box {
    width: calc(100% - 90px);
  }

  .section-title {
    display: block;
    font-size: 17px;
    line-height: 20px;
  }

  .product-list-container {
    margin: 45px auto 0;
    padding: 0 20px;
  }

  .product-container {
    width: calc(100% - 60px);
  }

  .city-container {
    width: calc(100% - 60px);
  }

  .city-list-container {
    margin: 45px auto 0;
    padding: 0 20px;
  }

  .banner-list-container {
    margin-top: 20px;
    padding: 40px 20px 0 20px;
  }

  .banner-item {
    width: calc(100% - 50px);
  }

  .one-month-product-container {
    padding: 0 20px;
  }

  .one-month-main-banner {
    background-size: cover;
    height: 200px;
  }

  .one-month-main-banner:hover {
    top: 0;
    transition: unset;
  }

  .one-month-banner-text {
    padding-top: 40px;
  }

  .one-month-banner-text p {
    font-size: 17px;
  }

  .one-month-banner-text button {
    margin-top: 15px;
    border: 1px solid #fff;
  }

  .city-list-item-img-slide:hover {
    top: 0;
    box-shadow: unset;
  }
}
