@charset "UTF-8";
body {
  background: #1386df url(/ztzt/zt-2025-xsgy-bg.jpg) no-repeat top center;
  background-size: 100% auto;
}
a:hover {
  color: #0074e1;
}
.zt-header {
  width: 11.7rem;
  margin: 0 auto;
}
.zt-header img {
  width: 100%;
  margin: 1.5rem 0 0.85rem;
}
.mb-header {
  display: none;
}
.zt-content {
  width: 11.7rem;
  margin: 0 auto;
}
.moda {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
.moda h2 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #0074e1;
}
.moda-l {
  padding: 0.5rem 0.6rem 0.2rem;
  background: url(/ztzt/zt-2025-xsgy-intro-bg1.png) no-repeat top left,
    url(/ztzt/zt-2025-xsgy-intro-bg2.png) no-repeat bottom right;
  background-size: 0.51rem auto, 0.51rem auto;
}
/* 导语 */
.mod-intro-wrap {
  padding: 0.05rem;
  background: linear-gradient(
    to bottom,
    rgba(166, 181, 250, 1),
    rgba(40, 103, 206, 1)
  );
  border-radius: 0.15rem;
}
.mod-intro {
  background: #ffffff;
  border-radius: 0.13rem;
  padding: 0.3rem;
  width: 4rem;
  min-height: 4.9rem;
  text-align: justify;
}
.mod-intro h2 {
  margin-bottom: 0.1rem;
}
.intro-txt {
  font-size: 0.18rem;
  color: #222222;
  line-height: 160%;
}
.intro-txt span {
  color: #0074e1;
}
/* 相关资讯 */
.moda-r {
  width: 6rem;
  margin-top: 0.5rem;
}
.moda-nav {
  background: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0.2rem 0.3rem;
}
.moda-r h2 {
  padding: 0 0.1rem;
  display: inline-block;
  background: url(/ztzt/zt-2025-xsgy-news-bg1.png) no-repeat top left,
    url(/ztzt/zt-2025-xsgy-news-bg2.png) no-repeat bottom right;
  background-size: 0.19rem auto, 0.19rem auto;
}
.news-list {
  background: #2867ce;
  padding: 0.3rem 0.2rem 0.4rem;
}
.news-list-item {
  color: #fff;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #fff;
  display: block;
}
.news-list-item:hover {
  color: #fff;
  opacity: 0.9;
}
.news-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.news-list-item h3 {
  font-weight: bold;
  font-size: 0.24rem;
  /*margin-bottom: 0.15rem;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-item h4 {
  font-size: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 通用版块栏目样式 */
.col-nav {
  text-align: center;
  display: block;
  margin: 0 auto 0.8rem;
}
.col-nav img {
  max-width: 100%;
}
.col-more {
  display: inline-block;
  text-align: center;
  width: 0.85rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 0.18rem;
  float: right;
}
/* 02 线上医保购药流程 */
.modb {
  margin-bottom: 1rem;
}
.modb .bd {
  padding: 0.2rem 0.5rem 0.5rem;
}

.video-wrap {
  box-shadow: 0 0.15rem 0.29rem 0.15rem rgba(166, 208, 255, 0.5);
  padding: 0.1rem;
  background: linear-gradient(
    to bottom,
    rgba(166, 181, 250, 1),
    rgba(40, 103, 206, 1)
  );
  border-radius: 0.7rem;
}
.video-item {
  padding: 0.3rem 0.3rem 0.2rem;
  background: #fff;
  border-radius: 0.6rem;
}
.video-wrap video {
  width: 100%;
  border-radius: 0.4rem;
}

/* 03 办理指南 */
.modc {
  margin-bottom: 1.45rem;
}
.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.img-wrap:hover img {
  transform: scale(1.05);
}
.swiper1 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.3rem;
}
.swiper1 .swiper-container {
  justify-content: center;
  align-items: center;
  display: flex;
}
.swiper1 .swiper-slide {
  transition: all 0.5s ease;
  transform: scale(0.8);
  padding: 0.25rem;
  background: #ebf1ff;
  border-radius: 0.3rem;
}
.swiper1 .swiper-slide-active,
.swiper1 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper1 .swiper-slide-active {
  background: #c2d3ff;
}
.swiper1 .swiper-slide h3 {
  text-align: center;
  font-size: 0.34rem;
}
.swiper1 .swiper-slide .img-wrap {
  width: 100%;
  height: 4.8rem;
  margin-bottom: 0.2rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 0.92rem;
  height: 0.91rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.swiper-button-next {
  right: -1.2rem;
  background-image: url(/ztzt/zt-2025-xsgy-arrow-r.png);
}
.swiper-button-next:hover {
  right: -1.3rem;
}
.swiper-button-prev {
  left: -1.2rem;
  background-image: url(/ztzt/zt-2025-xsgy-arrow-l.png);
}
.swiper-button-prev:hover {
  left: -1.3rem;
}
/* 04 热点问答 */
.modd {
  margin-bottom: 1rem;
  clear: both;
}
.qa-list {
  display: flex;
  flex-wrap: wrap;
}
.swiper2 {
  position: relative;
}

.qa-list-item {
  padding: 0 0.2rem 0.4rem;
  margin-bottom: 0.2rem;
  display: block;
}
.qa-list-item:hover h3 {
  color: #fff;
}
.qa-list-wrap {
  background: linear-gradient(to top, #7dd6ff, #007dff);
  box-shadow: 0 0.14rem 0.16rem 0 rgba(1, 81, 212, 0.2);
  border-radius: 0.8rem;
  padding: 0.15rem 0.15rem 0.05rem;
}
.qa-list-tit {
  background: linear-gradient(to bottom, #46aef7, #1dd5e6);
  border-radius: 0.3rem;
  padding: 0.1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  color: #fff;
  height: 1rem;
  position: relative;
}
.qa-list-item h3 {
  font-size: 0.25rem;
  padding-left: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qa-list-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.07rem;
  width: 0.9rem;
  height: 1.5rem;
  background: url(/ztzt/zt-2025-xsgy-qa.png) no-repeat center 0.3rem,
    linear-gradient(to top, #ddf7b8, #a3fcf7, #f8ffea, #ddf7b8);
  background-size: 0.57rem auto;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}
.qa-list-item:hover .qa-list-tit::before {
  background-position: center 0.25rem;
}
.qa-list-info-wrap1 {
  background: #ffffff;
  border-radius: 0.7rem;
  padding: 0.2rem;
  position: relative;
  top: -0.1rem;
  z-index: 2;
}
.qa-list-info-wrap2 {
  padding: 0.2rem;
  background: #cbebfb;
  border-radius: 0.5rem;
}
.qa-list-info {
  height: 1.9rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #84c8f3 #f1f1f1;
  font-size: 0.18rem;
  padding-right: 0.15rem;
  text-align: justify;
}
.qa-list-info::-webkit-scrollbar {
  width: 0.1rem;
}
.qa-list-info::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.qa-list-info::-webkit-scrollbar-thumb {
  background-color: #84c8f3;
  border-radius: 0.05rem;
}
.qa-list-info::-webkit-scrollbar-thumb:hover {
  background-color: #007dff;
}

/* 手机版适配--------------*/
@media screen and (max-width: 768px) {
  body {
    background-image: url(/ztzt/zt-2025-xsgy-bg-p.jpg);
  }
  .zt-header,
  .zt-content {
    width: 100%;
  }
  .pc-header {
    display: none;
  }
  .mb-header {
    display: inline-block;
  }
  .zt-header {
    width: 86%;
  }
  .zt-header img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .col-nav {
    margin-bottom: 0.55rem;
  }
  /* 01 导语 */
  .moda {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 1rem;
  }
  .mod-intro,
  .moda-r {
    width: 100%;
  }
  .moda-r {
    margin-top: 0.8rem;
  }
  .mod-intro {
    min-height: auto;
  }
  /* 02 线上医保购药流程 */
  .modb .col-nav {
    width: 4.7rem;
  }
  .video-item {
    padding: 0.15rem 0.15rem 0.05rem;
  }
  .video-wrap video {
    border-radius: 0.4rem;
  }
  /* 03 办理指南 */
  .modc {
    margin-bottom: 1rem;
  }
  .modc .col-nav {
    width: 3rem;
  }

  .swiper1 {
    width: 80%;
    margin: 0 auto;
    padding: 0.2rem 0;
  }
  .swiper1 .swiper-slide h3 {
    font-size: 0.2rem;
  }
  .swiper1 .swiper-slide .img-wrap {
    height: 2.3rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
  }
  .swiper-button-next {
    right: -0.6rem;
  }
  .swiper-button-next:hover {
    right: -0.7rem;
  }
  .swiper-button-prev {
    left: -0.6rem;
  }
  .swiper-button-prev:hover {
    left: -0.7rem;
  }
  /* 04 热点问答 */
  .modd {
    width: 86%;
    margin: 0 auto;
    clear: both;
  }
  .modd .col-nav {
    width: 3rem;
  }
  .qa-list {
    flex-direction: column;
  }
  .swiper2 {
    width: 92%;
    margin: 0 auto;
  }
  .swiper2 .swiper-slide{
  }
  .qa-list-item {
    width: 100%;
  }
  .qa-list-info {
    height: 2.4rem;
    font-size: 0.2rem;
  }
  .col-more {
    margin-right: 0.2rem;
    margin-bottom: 0.8rem;
  }
}
