.sdzt-main * {
  box-sizing: border-box;
}
.sdzt-main a:hover {
  text-decoration: none;
}
.sdzt-main {
  padding-bottom: 50px;
  padding-bottom: 0.5rem;
  background: url(sdzt-bg.png) center top no-repeat;
  background-size: 1920px auto;
  background-size: 19.2rem auto;
}
.sdzt-head {
  height: 810px;
  height: 8.1rem;
  text-align: center;
}
.sdzt-head img {
  width: 976px;
  width: 9.76rem;
  margin-top: 132px;
  margin-top: 1.32rem;
}

/* ==================== 湿地公园名录区域 ==================== */
.wetland-section {
  padding: 0 10px 30px;
  padding: 0 0.1rem 0.3rem;
  background-image:
    linear-gradient(-10deg, #64b636 0%, #b9ea72 51%, #f2ffd0 100%),
    linear-gradient(#fffaf6, #fffaf6);
  background-blend-mode: normal, normal;
  box-shadow:
    0px 9px 27px 0px rgba(180, 230, 107, 0.4),
    inset 0px 8px 24px 0px rgba(227, 255, 165, 0.55);
  border-radius: 20px;
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
}

.wetland-title {
  text-align: center;
}
.wetland-title img {
  margin-top: -10px;
  margin-top: -0.1rem;
  width: 475px;
  width: 4.75rem;
}

/* 筛选区域 */
.filter-area {
  margin-top: 20px;
  margin-top: 0.2rem;
  background-color: #fff;
  padding: 18px 8px;
  padding: 0.18rem 0.08rem;
  margin-bottom: 26px;
  margin-bottom: 0.26rem;
}

.filter-row {
  display: block;
}

.filter-row:after {
  content: "";
  display: table;
  clear: both;
}

.filter-label {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(sdzt-bg1.png) center no-repeat;
  background-size: 100% 100%;
  width: 172px;
  width: 1.72rem;
  height: 42px;
  height: 0.42rem;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 0.18rem;
}

.filter-options {
  overflow: hidden;
  display: block;
}

.filter-item {
  display: inline-block;
  font-size: 18px;
  font-size: 0.18rem;
  color: #4a8d00;
  width: 96px;
  width: 0.96rem;
  line-height: 40px;
  line-height: 0.4rem;
  text-align: center;
  cursor: pointer;
}

.filter-item:hover,
.filter-item.active {
  font-weight: bold;
  text-decoration: none;
}

/* 公园卡片列表 */
.park-card {
  display: inline-block;
  width: 383px;
  width: 3.83rem;
  height: 357px;
  height: 3.57rem;
  margin: 0 3px 10px;
  margin: 0 0.03rem 0.1rem;
  background: url(sdzt-bg2.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 42px 42px 0 26px;
  padding: 0.42rem 0.42rem 0 0.26rem;
}

.park-card:hover {
  transform: translateY(-5px);
  transform: translateY(-0.05rem);
}

.card-image {
  width: 100%;
  height: 212px;
  height: 2.12rem;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
}

.card-title {
  font-size: 22px;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 67px;
  line-height: 0.67rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  color: #3a9c62;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-decor {
  height: 8px;
  height: 0.08rem;
  background: linear-gradient(to right, #81c784, #4caf50);
  /* IE10兼容 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF81C784', endColorstr='#FF4CAF50', GradientType=1);
  background-color: #81c784;
}
.nodata {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-top: 0.4rem;
}

/* 分页 */
.park-page {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.1rem;
  font-size: 0;
  font-size: 0rem;
}

.page-num,
.page-next,
.page-prev {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.05rem;
  padding: 0 10px;
  padding: 0 0.1rem;
  background-color: #fff;
  color: #666;
  font-size: 13px;
  font-size: 0.13rem;
  min-width: 28px;
  min-width: 0.28rem;
  height: 28px;
  height: 0.28rem;
  line-height: 26px;
  line-height: 0.26rem;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  border: solid 0.01rem #cccccc;
}

.page-num:hover,
.page-num.active,
.page-next:hover,
.page-prev:hover {
  background-color: #5ba418;
  color: #fff;
}

/* ==================== 畅游周边区域 ==================== */
.travel-section {
  background: url(sdzt-bg3.png) center bottom no-repeat;
  background-size: 1920px auto;
  background-size: 19.2rem auto;
  margin-top: 32px;
  margin-top: 0.32rem;
}

.sdzt-tit1 {
  text-align: center;
  width: 1245px;
  width: 12.45rem;
  position: relative;
  margin: 0 auto 30px;
  margin: 0 auto 0.3rem;
}
.sdzt-tit1 > img {
  width: 100%;
}
.more-link {
  position: absolute;
  right: 48px;
  right: 0.48rem;
  bottom: 10px;
  bottom: 0.1rem;
  font-size: 0;
}
.more-link img {
  width: 95px;
  width: 0.95rem;
}
.travel-content {
  padding-bottom: 118px;
  padding-bottom: 1.18rem;
}

.travel-left {
  float: left;
  width: 575px;
  width: 5.75rem;
  height: 401px;
  height: 4.01rem;
  margin-top: 35px;
  margin-top: 0.35rem;
  border-radius: 26px;
  border-radius: 0.26rem;
  overflow: hidden;
}

.travel-left img {
  width: 100%;
  height: 100%;
}

.travel-right {
  margin-left: 108px;
  margin-left: 1.08rem;
  height: 489px;
  height: 4.89rem;
  background-color: #ffffff;
}

.travel-list {
  padding-top: 36px;
  padding-top: 0.36rem;
  margin-right: 18px;
  margin-right: 0.18rem;
  width: 567px;
  width: 5.67rem;
}

.travel-item {
  display: block;
  padding: 0 0 0 30px;
  padding: 0 0 0 0.3rem;
  border-bottom: 1px dashed #66af15;
  border-bottom: 0.01rem dashed #66af15;
  line-height: 80px;
  line-height: 0.8rem;
  font-size: 20px;
  font-size: 0.2rem;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.travel-item:before {
  content: " ";
  display: inline-block;
  width: 6px;
  width: 0.06rem;
  height: 6px;
  height: 0.06rem;
  background-color: #66af15;
  border-radius: 50%;
  margin-right: 16px;
  margin-right: 0.16rem;
  vertical-align: middle;
}
.travel-item:last-child {
  border-bottom: none;
}

.travel-item:hover {
  background: #66af15;
  color: #fff;
}
.travel-item:hover:before {
  background: #fff;
}

/* ==================== 特色美食区域 ==================== */

.food-section {
  margin-top: 6px;
  margin-top: 0.06rem;
}

.food-content {
  margin-top: 46px;
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.food-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

/* 两张图片基础样式 */
.food-item img {
  transition: all 0.4s ease-in-out;
  transition: all 0.04rem ease-in-out;
  flex-shrink: 0;
}

.food-item img:first-child {
  width: 101px;
  width: 1.01rem;
}

.food-item img:nth-child(2) {
  width: 0;
  width: 0rem;
}

.food-item.active img:first-child {
  width: 0;
  width: 0rem;
}

.food-item.active img:nth-child(2) {
  width: 567px;
  width: 5.67rem;
}
.food-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  bottom: 0.2rem;
  color: #fdfdfd;
  font-size: 20px;
  font-size: 0.2rem;
  text-align: center;
}
.food-item.active .food-name {
  padding-left: 23px;
  padding-left: 0.23rem;
  text-align: left;
  bottom: 42px;
  bottom: 0.42rem;
  font-weight: bold;
}
.food-item.active .food-name br {
  display: none;
}
.sdzt-bar1 {
  margin-top: 62px;
  margin-top: 0.62rem;
}
.sdzt-bar1 a {
  display: block;
}
.sdzt-bar1 a img {
  width: 100%;
}

@media (max-width: 768px) {
  .sdzt-main {
    background: url(sdzt-bgh5.png) top center no-repeat;
    background-size: 100% auto;
    padding: 0 0.2rem 0.4rem;
  }
  .sdzt-head {
    height: 4rem;
  }
  .sdzt-head img {
    width: 70%;
    margin-top: 0.66rem;
  }
  .wetland-title img {
    width: 4.65rem;
  }
  .filter-label {
    font-size: 0.28rem;
    height: 0.5rem;
  }
  .filter-item {
    width: 31%;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .park-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .park-card {
    width: 48%;
    margin: 0 0 20px;
    margin: 0 0 0.2rem;
    float: none;
  }
  .card-title {
    font-size: 0.32rem;
    line-height: initial;
  }
  .page-num {
    display: none;
  }
  .park-page a {
    font-size: 0.24rem;
    height: 0.4rem;
    line-height: 0.4rem;
    min-width: 0.4rem;
  }
  .sdzt-tit1 {
    width: 100%;
  }
  .sdzt-tit1 > img {
    height: 0.94rem;
    object-fit: cover;
  }
  .more-link {
    right: 0;
    bottom: 0.2rem;
  }
  .more-link img {
    width: 1.1rem;
  }

  .travel-section {
    background: none;
    margin-top: 0.4rem;
  }
  .travel-content {
    padding-bottom: 0;
  }
  .travel-left,
  .travel-right {
    width: 100%;
    float: none;
  }

  .travel-left {
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
  }
  .travel-right {
    height: auto;
    padding: 0.2rem;
    margin: 0;
  }
  .travel-list {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .travel-item {
    font-size: 0.32rem;
    line-height: 0.7rem;
    padding-left: 0.2rem;
  }
  .sdzt-bar1 {
    margin-top: 0.2rem;
  }
  .food-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .food-item {
    width: 48%;
    margin: 0 0 0.3rem;
  }
  .food-item img:first-child {
    display: none !important;
  }
  .food-item img:nth-child(2) {
    width: 100% !important;
  }
  .food-name {
    font-size: 0.28rem;
    line-height: initial;
    bottom: 0.1rem !important;
    text-align: center !important;
  }
  .food-name br {
    display: none;
  }
}
