.list-banner-container {
  height: 873px;
}

.list-banner-wrapper {
  width: 1200px;
  height: 873px;
  margin: 0 auto;
}

.list-banner-wrapper .theme-line {
  padding: 200px 0;
}
.list-banner-wrapper .theme-line__title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.list-banner-wrapper .theme-line__desc {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
}
.list-banner-wrapper .hot-line__bar {
  color: #fff;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.list-banner-wrapper .hot-line__group {
  display: flex;
}
.list-banner-wrapper .hot-line__group .hot-item {
  padding: 10px;
  margin-right: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
}
.list-banner-wrapper .hot-line__group .hot-item:last-child {
  margin-right: 0;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item {
  display: flex;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item__hd {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 12px;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item__bd {
  color: #fff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item__bd .tit {
  height: 48px;
  line-height: 24px;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item__bd .txt {
  height: 40px;
  line-height: 20px;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.list-banner-wrapper .hot-line__group .hot-item .li-item__bd .attr {
  font-size: 18px;
}

.list-page-main__container {
  width: 1200px;
  margin: 0 auto;
}
.list-page-main__content {
  padding: 30px 0;
}
.list-page-main__content .sku-filter {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.list-page-main__content .sku-filter__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.list-page-main__content .sku-filter__bar .title {
  color: #2f7ddd;
  font-size: 18px;
  font-weight: bold;
}
.list-page-main__content .sku-filter__bar .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.list-page-main__content .sku-filter__bar .tags .label {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: linear-gradient(to right, #5dae59 0%, #13a0a0 99%);
  color: #fff;
  border-radius: 80px;
  font-size: 14px;
}
.list-page-main__content .sku-filter__bar .tags .label .iconfont {
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
}
.list-page-main__content .sku-filter__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.list-page-main__content .sku-filter__item:last-child {
  margin-bottom: 15px;
}
.list-page-main__content .sku-filter__label {
  width: 100px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  flex-shrink: 0;
}
.list-page-main__content .sku-filter__options {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-page-main__content .sku-filter__option {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.list-page-main__content .sku-filter__option.active,
.list-page-main__content .sku-filter__option.active a {
  color: #3eb96f;
}
.list-page-main__content .product-group__item {
  height: 400px;
  margin-bottom: 30px;
  position: relative;
}
.list-page-main__content .product-group__item .lay-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.list-page-main__content .product-group__item .bd-box {
  width: 512px;
  height: 356px;
  padding: 28px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}
.list-page-main__content .product-group__item .bd-box .tit {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
.list-page-main__content .product-group__item .bd-box .days {
  color: #000;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: bold;
}
.list-page-main__content .product-group__item .bd-box .days strong {
  font-size: 22px;
}
.list-page-main__content .product-group__item .bd-box .dests {
  color: #000;
  display: flex;
  height: 120px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
.list-page-main__content .product-group__item .bd-box .dests .item {
  color: #fff;
  min-width: 90px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  border-radius: 80px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  background: linear-gradient(to right, #5dae59 0%, #13a0a0 99%);
}
.list-page-main__content .product-group__item .bd-box .dests .item .iconfont {
  margin-right: 4px;
  font-size: 12px;
}
.list-page-main__content .product-group__item .bd-box .txt {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.list-page-main__content .product-group__item .bd-box .handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.list-page-main__content .product-group__item .bd-box .handle .price {
  color: #000;
  font-size: 14px;
}
.list-page-main__content .product-group__item .bd-box .handle .price strong {
  font-size: 22px;
  font-weight: bold;
}
.list-page-main__content .product-group__item .bd-box .handle .btn-booking {
  color: #fff;
  width: 138px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(to right, #5dae59 0%, #13a0a0 99%);
  font-size: 14px;
  font-weight: bold;
}
.list-page-main__content .product-group__item .bd-box .handle .btn-booking .iconfont {
  font-size: 14px;
  font-weight: normal;
}
.page-list {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}