.display-none {
  display: none !important;
}

.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 {
  position: relative;
  display: block;
}

.search-top {
  width: 100%;
  min-width: 1170px;
  height: 460px;
  position: relative;
  padding-top: 0.1px;
}

.search-top-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 150%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.search-top-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}

.search-top-do-not-have-search-image {
  background-size: 100% 180%;
}

.search-top-do-not-have-search-image:after {
  opacity: 0.1;
}

.search-top-text {
  width: 1170px;
  height: 380px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0 auto;
}

.search-top-area-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  width: 500px;
  margin: 0 20px 0 10px;
  text-align: left;
  height: 100%;
}

.search-top-area-title {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding-left: 5px;
}

.search-top-area-content {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 68px;
  margin-top: 15px;
  word-break: keep-all;
  line-height: 1;
}

.search-top-area-language_money {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-left: 5px;
  margin-top: 10px;
  line-height: 1.5;
}

.search-top-area-more-view {
  display: none;
}

.search-top-city-info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% - 520px);
  margin: 0 10px 0 0;
}

.search-top-city-info-close {
  display: none;
}

.search-top-city-info-items {
  width: 100%;
  font-weight: 500;
  text-align: right;
  margin-bottom: 15px;
}

.search-top-city-info-items:last-child {
  margin-bottom: 0;
}

.search-top-city-info-item-title {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  color: #eee;
}

.search-top-city-info-item-content {
  display: block;
  font-size: 20px;
  color: rgb(245, 245, 245);
}

.search-top-category {
  display: flex;
  position: relative;
  bottom: 60px;
  width: 1170px;
  height: 120px;
  margin: 0 auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(31, 38, 45, 0.1);
  align-items: center;
  padding: 0 17px;
}

.search-category-items {
  padding: 17px;
  display: block;
  width: 100%;
  text-align: center;
}

.search-category-items-icon {
  display: block;
  color: #666;
  font-size: 25px;
}

.search-category-items-icon.fa-truck {
  color: rgb(129, 164, 255);
}

.search-category-items-icon.fa-tree {
  color: rgb(22, 170, 119);
}

.search-category-items-icon.fa-route {
  color: rgb(176, 184, 19);
}

.search-category-items-icon.fa-ticket-alt {
  color: rgb(33, 128, 103);
}

.search-category-items-icon.fa-shuttle-van {
  color: rgb(255, 129, 115);
}

.search-category-items-icon.fa-camera-retro {
  color: rgb(80, 120, 106);
}

.search-category-items-icon.fa-exchange-alt {
  color: rgb(182, 162, 255);
}

.search-category-items-icon.fa-hotel {
  color: rgb(221, 159, 78);
}

.search-category-items-icon.fa-home {
  color: rgb(243, 181, 101);
}

.search-category-items-text {
  display: block;
  margin-top: 15px;
  color: #666;
  font-size: 15px;
}

.search-banner {
  width: 1170px;
  margin: 110px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.search-left-banner {
  display: block;
  width: 690px;
  height: 215px;
  background-image: url("https://media.travelc2b.com/asset/images/product/search/coupon_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-left-banner-text {
  color: #69adea;
  font-size: 24px;
  line-height: 1.8;
  padding: 60px 0 0 50px;
}

.search-right-banner {
  display: block;
  position: relative;
  width: 450px;
  height: 215px;
  background-image: url("https://media.travelc2b.com/asset/images/product/search/dutyfree_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}

.search-right-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  /* z-index: -1; */
}

.search-right-banner-text {
  position: absolute;
  top: 65px;
  word-break: keep-all;
  font-size: 24px;
  color: #fff;
  width: 100%;
}

.search-section-title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 23px;
}

.search-cities-by-country {
  width: 1170px;
  margin: 80px auto 0 auto;
}

.search-city-list {
  margin-top: 20px;
}

.search-city-list-item {
  padding: 7px;
}

.search-city-list-item:last-child {
  margin-right: 0;
}

.search-city-list-item:hover {
  transition: 0.2s;
  background-color: rgba(216, 225, 244, 0.365);
}

.search-city-list-item-image {
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 1.2px 1.2px 0 rgba(0, 0, 0, 0.4), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  height: 89px;
  width: 100%;
  pointer-events: none;
}

.search-city-list-item-name {
  display: block;
  width: 100%;
  margin-top: 9px;
  font-size: 15px;
  text-align: center;
  pointer-events: none;
}

.search-product-box {
  width: 1170px;
  margin: 80px auto 0 auto;
}

.product-item-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-item {
  width: calc(100% / 4 - 60px / 4);
  margin: 0 20px 30px 0;
  border: 1px solid #eee;
  border-radius: 2px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px, rgba(0, 0, 0, 0.1) 0px -1px 4px 0px; */
}

.product-item:nth-child(4n) {
  margin-right: 0;
}

.product-item-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-item-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  background-color: rgb(226, 226, 226);
  width: 100%;
  height: 160px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

.product-item-area-icon {
  position: relative;
  display: block;
  bottom: 1px;
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}

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

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

.product-item-promotion {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: rgb(4, 163, 255);
  padding: 5.5px 11px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.product-item-youtube {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
}

.product-item-youtube-icon {
  width: 27px;
  height: 27px;
}

.product-item-info {
  padding: 13px;
}

.product-item-name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 38px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.product-item-review {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.product-item-review-icon {
  width: 62px;
  height: 12px;
  margin-right: 5px;
}

.product-item-review-score {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #999;
}

.product-item-promotion-price {
  margin-top: 15px;
  font-size: 13px;
  text-decoration: line-through;
  color: #999;
}

.product-item-price {
  font-size: 15px;
  color: rgb(4, 163, 255);
}

.paging-container {
  margin-top: 30px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-item {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #fff;
  text-align: center;
}

.page-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border-radius: 20px;
  color: rgba(92, 211, 255, 0.9);
}

.search-no-item {
  width: 1170px;
  margin: 80px auto 0 auto;
  text-align: center;
}

.search-no-item-icon {
  font-size: 43px;
  font-weight: 500;
  color: #666;
}

.search-no-item-content {
  margin-top: 30px;
}

.search-no-item-content-text {
  display: block;
  font-size: 15px;
  color: #333;
}

@media (max-width: 768px) {
  .search-top {
    min-width: 100%;
    height: 310px;
  }

  .search-top-image {
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .search-top-text {
    width: 100%;
    height: 180px;
    padding-bottom: 0;
    display: block;
    margin: 50px auto 0 auto;
  }

  .search-top-area-box {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    padding-bottom: 15px;
    text-align: left;
    align-content: flex-end;
  }

  .search-top-area-title {
    font-size: 16px;
    padding-left: 2px;
  }

  .search-top-area-content {
    font-size: 30px;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: pre;
  }

  .search-top-area-language_money {
    font-size: 12px;
    padding-left: 2px;
    margin-top: 10px;
  }

  .search-top-area-more-view {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding-left: 2px;
    margin-top: 10px;
  }

  .search-top-city-info {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
    align-content: flex-start;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin: 10px;
    padding: 20px;
    z-index: 999999;
  }

  .search-top-city-info-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    padding: 4px;
  }

  .search-top-city-info-items {
    text-align: left;
    margin-bottom: 20px;
  }

  .search-top-city-info-item-title {
    font-size: 13px;
    margin-bottom: 7px;
    color: #666;
  }

  .search-top-city-info-item-content {
    font-size: 17px;
    color: #333;
  }

  .search-top-category-scroll-box {
    width: 100%;
    overflow-x: scroll;
  }

  .search-top-category {
    position: relative;
    bottom: 0;
    width: 900px;
    height: 80px;
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
  }

  .search-category-items {
    padding: 10px;
  }

  .search-category-items-icon {
    font-size: 20px;
  }

  .search-category-items-text {
    margin-top: 13px;
    font-size: 13px;
  }

  .search-banner {
    display: none;
  }

  .search-section-title {
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 15px;
  }

  .search-cities-by-country {
    width: 100%;
    margin: 37px auto 0 auto;
  }

  .search-city-list {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .search-city-list-item {
    width: 150px;
    padding: 7px;
  }

  .search-product-box {
    width: 100%;
    margin: 37px auto 0 auto;
  }

  .product-item-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .product-item {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 30px 10px;
  }

  .product-item:nth-child(2n) {
    margin-right: 0;
  }

  .paging-container {
    margin-top: 15px;
  }

  .search-no-item {
    width: 100%;
    margin: 0 auto 80px auto;
    padding: 0 10px;
  }

  .search-no-item-icon {
    font-size: 33px;
  }

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

@media (max-width: 425px) {
  .product-item {
    width: 100%;
    margin: 0 10px 20px 10px;
  }

  .product-item:nth-child(2n) {
    margin-right: 10px;
  }

  .product-item:nth-child(4n) {
    margin-right: 10px;
  }

  .product-item-image {
    height: 240px;
  }
}

@media (max-width: 400px) {
  .product-item-image {
    height: 200px;
  }
}

@media (max-width: 350px) {
  .product-item-image {
    height: 170px;
  }
}
