.page-common-wrapper {
  width: 1400px;
  margin: 0 auto;
}

/* 办事服务页面样式 */
.handle-service-wrapper {
  background: #f5f8fa;
  font-family: Source Han Sans;
  min-height: 100vh;
}

.top-part {
  width: 100%;
  margin: 0 auto;
  /* width: 1920px; */
  height: 300px;
  background-image: url("../images/iWantLook/agricultural-technology/banner.png");
  background-size: 100% 400px;
  background-repeat: no-repeat;
  padding-bottom: -100px;
}

.top-part .top-part-content {
  /* height: 423px; */
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-part .top-part-content .top-part-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.top-part .top-part-content .top-part-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-top: 16px;
}

.page-main-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/agricultural-technology/page-main-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 52px;
  height: 790px;
}

.page-main-wrapper .page-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-main-wrapper .page-main-content .tab-list-box {
  display: flex;
  gap: 16px;
}

.page-main-wrapper .page-main-content .tab-list-box .tab-item-text {
  min-width: 456px;
  height: 88px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 24px 32px; */
  gap: 10px;
  flex-grow: 1;

  background: #FFFFFF;

  box-sizing: border-box;
  border: 2px solid #8FB623;
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #8FB623;
  cursor: pointer;
}

.page-main-wrapper .page-main-content .tab-list-box .tab-item-text.active-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 24px 32px; */
  gap: 10px;
  flex-grow: 1;

  background: #8FB623;
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  border: none;
}

.page-main-wrapper .page-main-content .page-main-list-box {
  margin-top: 56px;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  display: none;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card.active-tab {
  display: flex;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-left {
  font-family: Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-left .blod {
  font-family: Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-right .blod {
  font-family: Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-right img {
  width: 510px;
  height: 546px;
  border-radius: 8px;
}

.page-main-wrapper .page-main-content .page-main-list-box .page-main-list-box-card .box-card-left img {

  width: 576px;
  height: 506px;
  border-radius: 8px;
}


.info-notice-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/agricultural-technology/info-notice-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  height: 738px;
}

.info-notice-wrapper .info-notice-content {
  display: flex;
  gap: 40px;
}

.info-notice-wrapper .info-notice-title {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  position: relative;

}

.info-notice-wrapper .info-notice-title::after {
  position: absolute;
  left: 0px;
  bottom: -10px;

  content: "";
  width: 64px;
  height: 5px;
  opacity: 1;

  background: #FFFFFF;
}

.info-notice-wrapper .info-notice-common-wrapper {}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box {
  margin-top: 40px;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card {
  width: 680px;
  /* height: 472px; */
  /* height: 486px; */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  align-self: stretch;

  background: #FFFFFF;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .top-img-wrapper {
  position: relative;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .img-title {
  position: absolute;
  /* left: 50%;
  top: 50%; */
  left: 0px;
  top: 0px;
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .title {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #171717;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .desc {
  height: 44px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .box-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .box-card-bottom .time {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.info-notice-wrapper .info-notice-common-wrapper .dynamic-news-list-box .dynamic-news-box-card .box-card-bottom .more {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;

  background: #8FB623;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;

}


.quick-reporting-channel-wrapper {
  background-color: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 64px;
}

.quick-reporting-channel-wrapper .quick-reporting-channel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 100%;
  height: 100%; */
}

.quick-reporting-channel-wrapper .quick-reporting-channel-content .registration-portal-wrapper {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  width: 100%;
}

.registration-portal-wrapper .card-box {
  width: calc(33.33% - 12px);
  height: 226px;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.registration-portal-wrapper .card-box:nth-child(1) {
  background-image: url("../images/iWantLook/agricultural-technology/kstbtd-1.png");
}

.registration-portal-wrapper .card-box:nth-child(2) {
  background-image: url("../images/iWantLook/agricultural-technology/kstbtd-2.png");
}

.registration-portal-wrapper .card-box:nth-child(3) {
  background-image: url("../images/iWantLook/agricultural-technology/kstbtd-3.png");
}

.registration-portal-wrapper .card-box>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  font-family: Source Han Sans;
  font-weight: 700;
  font-size: 26px;
  font-variation-settings: "opsz" auto;
}

.registration-portal-wrapper .card-box>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  font-family: Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  font-variation-settings: "opsz" auto;
}

.registration-portal-wrapper .card-box>div:nth-child(3) {
  margin-top: 24px;
  width: 145px;
  height: 46px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  /* padding: 10px 32px; */
  gap: 10px;

  background: #FFFFFF;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(144, 184, 33, 0.949);

}


.technology-resources-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/agricultural-technology/quick-reporting-channel-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 30px;
}

.technology-resources-wrapper .technology-resources-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.technology-resources-wrapper .technology-resources-content .technology-resources-box {
  width: 100%;
}

.technology-resources-box .top-tabs-wrapper {
  position: relative;
}

.technology-resources-box .tab-list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}


.technology-resources-box .tab-list-box .tab-item-text {
  /* width: 84px; */
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  cursor: pointer;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: transparent;

}

.technology-resources-box .tab-list-box .tab-item-text.active-tab {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  /* box-sizing: border-box; */
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #8FB623;
}

.technology-resources-box .top-tabs-wrapper {
  position: relative;
}

.technology-resources-box .top-tabs-wrapper .search-text {
  position: absolute;
  right: 0px;
  top: 20px;
}

.technology-resources-box .top-tabs-wrapper .search-text .form-input {
  position: relative;
}

.technology-resources-box .top-tabs-wrapper .search-text .form-input .input-text {
  position: absolute;
  right: 16px;
  top: 8px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #8FB623;
}

.technology-resources-box .top-tabs-wrapper .search-text .form-input .form-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  padding-right: 68px;

  background: #FFFFFF;

  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  width: 300px;
  height: 40px;
  border-radius: 4px;
}

.technology-resources-box .top-tabs-wrapper .search-text .form-input .form-control::placeholder {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #999999;
}

.technology-resources-box .search-form-wrapper {
  height: 88px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  padding: 24px;
  gap: 32px;
  align-self: stretch;

  background: #FFFFFF;
}

.technology-resources-box .list-box-wrapper {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  display: none;
}

.technology-resources-box .list-box-wrapper.active-tab {
  margin-top: 16px;
  display: flex;
}

.technology-resources-box .list-box-wrapper .list-box-card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 24px;
  gap: 24px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  cursor: pointer;
}
.technology-resources-box .list-box-wrapper .list-box-card .card-title {
  min-height: 52px;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}
.technology-resources-box .list-box-wrapper .list-box-card .card-info-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.technology-resources-box .list-box-wrapper .list-box-card .card-item-label-value {
  display: flex;
  align-items: center;
}

.technology-resources-box .list-box-wrapper .list-box-card .card-item-label-value>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  /* line-height: 18px; */
  letter-spacing: 0px;

  font-feature-settings: "kern" on;
  color: #6A6A6A;
}

.technology-resources-box .list-box-wrapper .list-box-card .card-item-label-value>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;

  font-feature-settings: "kern" on;
  color: #333333;
}

.technology-resources-box .list-box-wrapper .list-box-card .card-cyly {}

.technology-resources-box .list-box-wrapper .list-box-card .card-cyly .card-cyly-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.technology-resources-box .list-box-wrapper .list-box-card .card-cyly .card-cyly-info>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  border-radius: 2px;
  padding: 0px 8px 0px 8px;
  border: 1px solid #8FB623;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;

  font-feature-settings: "kern" on;
  color: #8FB623;
}


#technology-resources-tab-1 .list-box-card {
  width: 456px;
  height: 408px;

}



#technology-resources-tab-1 .list-box-card .card-img {
  width: 408px;
  height: 176px;
}

#technology-resources-tab-1 .list-box-card .card-cgbh-fbsj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#technology-resources-tab-2 .list-box-card {
  width: 456px;
  min-height: 288px;
}

#technology-resources-tab-2 .list-box-card .top-img-info {
  display: flex;
  gap: 24px;
}

#technology-resources-tab-2 .list-box-card .card-mc-dj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

#technology-resources-tab-2 .list-box-card .card-mc-dj .mc {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3A3A3A;
}

#technology-resources-tab-2 .list-box-card .card-mc-dj .dj {

  height: 22px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 8px 0px 8px;

  border: 1px solid #8FB623;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  font-feature-settings: "kern" on;
  color: #8FB623;
}

#technology-resources-tab-2 .list-box-card .card-img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  border: 1px solid #EDEDED;

}

#technology-resources-tab-3 .list-box-card {
  width: 456px;
  min-height: 408px;
}







/* 轮播容器：固定宽高比 2:1，自适应宽度 */
.page-main-wrapper .carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* width: 100%;
  max-width: 800px; */
  margin: 0 auto;
  /* padding-bottom: 50%; */
  /* 宽高比 2:1，与图片比例一致 */
  overflow: hidden;
  /* background-color: #f0f0f0; */

  width: 510px;
  height: 546px;
}

/* 图片容器：绝对定位占满整个父容器 */
.page-main-wrapper .carousel-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 每一张图片默认透明，过渡效果 */
.page-main-wrapper .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持比例并覆盖容器 */
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  /* 防止图片遮挡按钮点击 */
}

/* 当前激活的图片显示 */
.page-main-wrapper .carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}




.page-main-wrapper .prev {
  left: 10px;
}

.page-main-wrapper .next {
  right: 10px;
}

/* 指示点容器 */
.page-main-wrapper .carousel-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

/* 单个指示点 */
.page-main-wrapper .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DEDEDE;
  cursor: pointer;
  transition: background-color 0.3s;
}

.page-main-wrapper .dot.active {
  /* background-color: white; */
  background: #8FB623;
}





/* 轮播容器：固定宽高比 2:1，自适应宽度 */
.info-notice-common-wrapper .carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* width: 100%;
  max-width: 800px; */
  margin: 0 auto;
  /* padding-bottom: 50%; */
  /* 宽高比 2:1，与图片比例一致 */
  /* overflow: hidden; */
  /* background-color: #f0f0f0; */

  width: 680px;
  height: 486px;
}

/* 图片容器：绝对定位占满整个父容器 */
.info-notice-common-wrapper .carousel-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 每一张图片默认透明，过渡效果 */
.info-notice-common-wrapper .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持比例并覆盖容器 */
  /* opacity: 0; */
  display: none;
  transition: opacity 1s ease;
  pointer-events: none;
  /* 防止图片遮挡按钮点击 */
}

/* 当前激活的图片显示 */
.info-notice-common-wrapper .carousel-slide.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}




.info-notice-common-wrapper .prev {
  left: 10px;
}

.info-notice-common-wrapper .next {
  right: 10px;
}

/* 指示点容器 */
.info-notice-common-wrapper .carousel-dots {
  position: absolute;
  bottom: -26px;
  right: calc(50% - 26px);
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

/* 单个指示点 */
.info-notice-common-wrapper .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  /* transition: background-color 0.3s; */
}

.info-notice-common-wrapper .dot.active {
  /* background-color: white; */
  background: #FFFFFF;
}

.page-common-title>div::after {
  background: #8FB623;
}

.filter-row {
  display: flex;

  .filter-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;

    .filter-label,
    .form-label {
      width: 84px;
      font-size: 14px;
      color: #778393;
      font-weight: 400;
      margin-right: 12px;
      white-space: nowrap;
      text-align: right;
      flex-shrink: 0;
      font-family: Source Han Sans;
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      display: flex;
      align-items: center;
      letter-spacing: 0px;

      font-variation-settings: "opsz" auto;
      color: #333333;
    }

    .filter-input,
    .form-select {
      flex: 1;
      height: 35px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;

      &:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow:
          inset 0 1px 1px rgba(0, 0, 0, 0.075),
          0 0 8px rgba(102, 175, 233, 0.6);
      }
    }
  }
}