/* 为SCENIC_SPOTS页面加 */
.scenic-spots-1 {
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 50px;
}
.scenic-spots-1 img {
  width: 100%;
  height: 100%;
}
.scenic-spots-1 .n {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 62px;
  transform: translateY(-50%);
  z-index: 1;
  height: 50px;
  line-height: 50px;
}

.scenic-spots-2 {
  margin-bottom: 50px;
}
.scenic-spots-2-inner {
  display: flex;
}
.scenic-spots-2-inner > * {
  flex: 0 0 auto;
}

.scenic-spots-swiper {
  width: 700px;
  height: 468px;
}
.scenic-spots-swiper img {
  width: 700px;
  height: 468px;
  display: block;
}

.scenic-spots-2-1 {
  width: 600px;
  height: 346px;
  background-color: #21549b;
  padding: 40px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.scenic-spots-2-1 .but-outer {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 100px;
  height: 40px;
  bottom: 35px;
  right: 35px;
}
.scenic-spots-2-1 .but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.scenic-spots-2-1 .but:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.scenic-spots-2-1 .abstract {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.scenic-spots-2-1 .title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
}
.scenic-spots-2-1 .swiper-pagination {
  display: none;
}

.where-to-go-1 {
  width: 1300px;
  margin: 0 auto;
}
.where-to-go-2-outer {
  background: #e9faff;
  padding: 30px 0 70px;
  margin-bottom: 35px;
}
.where-to-go-2 {
  width: 1300px;
  margin: 0 auto;
}
.where-to-go-2 .ps {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}
.where-to-go-2 .select-outer {
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.where-to-go-2 .select-1 {
  width: 618px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #999;
  border: 0;
  outline: none;
  border-radius: 50px;
  background: #fff;
  position: relative;
}
.where-to-go-2 .select-1 .curOption {
  height: 100%;
  cursor: pointer;
  padding: 0 20px;
  background: url(../assets/scenic-spots-3.png) no-repeat 580px -130px;
  background-size: 14px auto;
}
.where-to-go-2 .select-1 .options {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 18px;
  color: #000;
  overflow-y: auto;
  max-height: 250px;
  display: none;
}
.where-to-go-2 .select-1 li {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.where-to-go-2 .select-1 li:hover {
  background: #e9faff;
}

.where-to-go-2 .select-1.active {
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.where-to-go-2 .select-1.active .curOption {
  background: url(../assets/scenic-spots-3.png) no-repeat 580px 18px;
  background-size: 14px auto;
}
.where-to-go-2 .select-1.active .curOption span {
  color: #21549b;
  border-bottom: 2px solid #21549b;
  padding: 4px 0;
}
.where-to-go-2 .select-1.active .options {
  display: block;
}

.where-to-go-2 .input-1-outer {
  width: 618px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #999;
  border: 0;
  outline: none;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  display: flex;
}
.where-to-go-2 .input-1 {
  outline: none;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 20px;
  font-size: 18px;
  color: #999;
}
.where-to-go-2 .input-1::placeholder {
  color: #999;
}
.where-to-go-2 .search-btn {
  width: 132px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #64cfe8;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  flex: 0 0 auto;
}

.scenic-spots-tabs-1-outer {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 32px;
  border-bottom: 4px solid #e9faff;
}
.scenic-spots-tabs-1 {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: start;
  font-size: 20px;
  color: #000;
}
.scenic-spots-tabs-1 .btn {
  height: 60px;
  flex: 0 0 auto;
  padding: 0 40px;
  cursor: pointer;
  user-select: none;
}
.scenic-spots-tabs-1 .btn.active {
  border-bottom: 4px solid #21549b;
  font-weight: bold;
}

.show-part-fun {
  padding-bottom: 40px;
}

.scenic-spots-fy .fy-page-ele-1 {
  padding: 50px 0;
}

/* 2026年3月16日加 - 搜索结果加载动画 */
.scenic-spots-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  width: 100%;
}
.scenic-spots-loading .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e9faff;
  border-top: 4px solid #64cfe8;
  border-radius: 50%;
  animation: scenic-spin 1s linear infinite;
}
.scenic-spots-loading .loading-text {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
@keyframes scenic-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 骨架屏加载效果 */
.scenic-skeleton {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}
.scenic-skeleton-item {
  width: 410px;
  flex: 0 0 auto;
}
.scenic-skeleton-img {
  width: 410px;
  height: 272px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
.scenic-skeleton-title {
  margin-top: 10px;
  height: 44px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 767px) {
  .where-to-go-2 .select-1 .options {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 18px;
    color: #000;
    overflow-y: auto;
    max-height: 350px;
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  /* 为SCENIC_SPOTS页面加 */

  .scenic-spots-1 {
    width: auto;
    margin: 0 40px 50px;
    height: 220px;
  }

  .scenic-spots-swiper {
    width: 670px;
    height: 445px;
    margin: 0 auto;
  }
  .scenic-spots-swiper img {
    width: 100%;
    height: 100%;
  }
  .scenic-spots-2-inner {
    flex-direction: column;
  }

  .scenic-spots-2-1 {
    width: 670px;
    height: auto;
    padding-bottom: 140px;
    margin: 0 auto;
  }
  .scenic-spots-2-1 .but-outer {
    display: none;
  }
  .scenic-spots-2-1 .title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 18px;
  }
  .scenic-spots-2-1 .abstract {
    font-size: 24px;
    line-height: 36px;
  }
  .scenic-spots-2-1 .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    height: 18px;
    justify-content: center;
  }
  .scenic-spots-2-1 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    margin: 0 10px !important;
  }
  .scenic-spots-2-1 .swiper-pagination-bullet-active {
    background: #64cfe8;
  }

  .where-to-go-1 {
    width: auto;
    margin: 0 auto;
  }
  .where-to-go-2-outer {
    padding: 70px 0 108px;
  }
  .where-to-go-2 {
    width: auto;
    margin: 0 40px;
  }
  .where-to-go-2 .select-outer {
    flex-direction: column;
  }
  .where-to-go-2 .ps {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .where-to-go-2 .select-1 {
    width: auto;
    margin-bottom: 40px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
  }
  .where-to-go-2 .select-1 .curOption {
    padding: 0 30px;
    background: url(../assets/scenic-spots-3.png) no-repeat 610px -266px;
    background-size: auto auto;
  }
  .where-to-go-2 .select-1 .options {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 50px;
    top: 68px;
  }
  .where-to-go-2 .select-1 li {
    padding: 0 30px;
    height: 68px;
    line-height: 68px;
  }

  .where-to-go-2 .select-1.active .curOption {
    background: url(../assets/scenic-spots-3.png) no-repeat 610px 22px;
    background-size: auto auto;
  }
  .where-to-go-2 .select-1.active .curOption span {
    border-bottom-width: 3px;
  }

  .where-to-go-2 .input-1-outer {
    width: auto;
    height: 68px;
    line-height: 68px;
  }
  .where-to-go-2 .input-1 {
    font-size: 24px;
    padding: 0 30px;
  }
  .where-to-go-2 .search-btn {
    width: 170px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
  }

  .scenic-spots-tabs-1-outer {
    scrollbar-width: none;
  }
  .scenic-spots-tabs-1 {
    height: 80px;
    line-height: 80px;
    border-bottom-width: 6px;
    font-size: 30px;
    padding: 0 40px;
  }
  .scenic-spots-tabs-1 .btn {
    height: 80px;
    padding: 0 68px;
  }
}

/* 2026年3月16日加 - 搜索结果淡入动画 */
.wow-3 .item {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}
.wow-3 .item:nth-child(1) {
  animation-delay: 0.05s;
}
.wow-3 .item:nth-child(2) {
  animation-delay: 0.1s;
}
.wow-3 .item:nth-child(3) {
  animation-delay: 0.15s;
}
.wow-3 .item:nth-child(4) {
  animation-delay: 0.2s;
}
.wow-3 .item:nth-child(5) {
  animation-delay: 0.25s;
}
.wow-3 .item:nth-child(6) {
  animation-delay: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2026年3月16日加 - 无搜索结果样式 */
.scenic-no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  width: 100%;
}
.scenic-no-result .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  background: #e9faff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #64cfe8;
}
.scenic-no-result .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.scenic-no-result .desc {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
}
.scenic-no-result .desc strong {
  color: #21549b;
}

.wow-3 .title em {
  color: #64cfe8;
}

.scenic-spots-swiper .swiper-slide .title,
.scenic-spots-swiper .swiper-slide .abstract {
  display: none;
}
