/*
 * 国家生态环境科技成果转化综合服务平台 技术成果详情页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-10 17:58:00
 */

.page-jscg-detail {
  background: url("../img/bg-jscg-detail.jpg") no-repeat top center / contain;
}
.banner-catalog {
  height: calc(468px - 175px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}
.banner-catalog h2 {
  font-size: 40px;
}
.banner-catalog p {
  font-size: 20px;
  margin-top: 10px;
}

.page-jscg-detail .common-header{
  height: 218px;
}
.breadcrumb {
  background-color: unset;
  padding: 0;
  margin-bottom: 20px;
  /* $breadcrumb-divider: quote(">"); */
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: var(--text-color-normal);
}
.breadcrumb .breadcrumb-item:last-child a {
  color:var(--text-color-dark);
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content:'>';
  font-family: "simsun";
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color-normal);
  padding-right: 1rem;
}

.news-detail-wrap {
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.basic {
  padding: 24px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.04);
}
.basic .basic-wrap {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}
.basic .left-swiper {
  width: 47%;
  padding: 1rem;
}
.basic .right-props {
  width: 53%;
  padding: .5rem 1rem;
}
.basic .swiper-wrap {
  background: url(../img/bg_jishu-shipin.png) no-repeat top center;
}
.basic .swiper-wrap .swiper-big {
  margin-bottom: 1rem;
  margin: 0 24px 0 24px;
  height: 281px;
  overflow: hidden;
}
.basic .swiper-wrap .swiper-big img, video {
  height: 281px;
}
.basic .swiper-wrap .swiper-thumbs-wrap {
  padding: 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.basic .swiper-wrap .swiper-thumbs {
  width: 100%;
}
.basic .swiper-wrap .swiper-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px!important;
  height: 54px;
  background-color: #E8E8E8;
  overflow: hidden;
}
.basic .swiper-wrap .swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #1374FB;
}

.basic .right-props {
  padding: 8px 16px;
}
.basic .right-props h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0457AA;
}
.basic .right-props .prop {
  padding: 12px 0;
  border-bottom: 1px solid #E8EBF3;
  font-size: 16px;
  font-weight: 400;
}
.basic .right-props .prop .title {
  color: #0457AA;
  font-weight: bold;
}
.basic .right-props .prop .text {
  color: var(--text-color-normal);
}

.details {
  margin-top: 20px;
  margin-bottom: 60px;
}
.details .nav {
  margin-bottom: 44px;
}
.details .nav .nav-link {
  background-color: unset;
  border-radius: 0;
  color: var(--text-color-normal);
  padding: 16px 30px;
  font-size: 24px;
  font-weight: bold;
}
.details .nav .nav-link.active {
  color: #0457AA;
  border-bottom: 6px solid #0457AA;
}
.details .tab-content {
}
.details .tab-content .tabpanel-item-wrap {
  padding: 10px 0;
}
.details .tab-content .tabpanel-item-wrap .title {
  color: var(--text-color-dark);
  border-bottom: 1px solid #E8EBF3;
  margin-bottom: 12px;
}
.details .tab-content .tabpanel-item-wrap .title h4 {
  display: inline-block;
  border-bottom: 2px solid #0457AA;
  margin: 0;
  margin-bottom: -1px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #0457AA;
}
.details .tab-content .tabpanel-item-wrap .text {
  color: var(--text-color-normal);
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-indent: 2em;
}


@media screen and (max-width: 768px) {
  .page-jscg-detail .common-header{
    height: 118px;
  }
  .basic {
    padding: 0;
    box-shadow: unset;
  }
  .basic .basic-wrap {
    display: block;
  }
  .basic .swiper-wrap .swiper-big {
    margin: 0;
  }
  .basic .swiper-wrap .swiper-thumbs-wrap {
    padding: 0;
  }
  .basic .swiper-wrap .swiper-thumbs-wrap .arrow-left {
    margin-right: 8px;
  }
  .basic .swiper-wrap .swiper-thumbs-wrap .arrow-right {
    margin-left: 8px;
  }
  .basic .left-swiper {
    width: 100%;
  }
  .basic .right-props {
    width: 100%;
  }
  .basic .swiper-wrap .swiper-big {
    height: 256px;
  }
  .basic .swiper-wrap .swiper-big img, video {
    height: 256px;
  }
  .basic .right-props h2 {
    font-size: 18px;
  }
  .basic .right-props .prop {
    font-size: 14px;
  }
  .details {
    margin-top: 0;
    background-color: #F1FAFF;
  }
  .details .tab-content .tabpanel-item-wrap .title h4 {
    font-size: 16px;
  }
  .details .tab-content .tabpanel-item-wrap .text {
    font-size: 16px;
    line-height: 24px;
  }
}
