#case {
  padding-bottom: 5rem;
}

#case .container {
  padding: 0 1.8rem;
}

#case .case-swiper {
  position: relative;
}

#case .case-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

#case .case-content {
  margin-top: 2.6rem;
}

#case .case-content.loading > * {
  display: none;
}

#case .case-content .desc {
  padding-left: 2rem;
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 2;
}

#case .case-content .btn-getdetail {
  padding: 1rem 0;
  margin-left: 2rem;
  color: #0063f5;
  font-size: 1.2rem;
}

#case .case-content .pic-wrap .pic-panel {
  overflow: hidden;
}

#case .case-content .pic-wrap img {
  margin-top: 1rem;
  border-radius: 0.4rem;
}

#case .case-content .case-more {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
}

#case .case-content .case-more.loading::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

#case .section-advice {
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

#case .section-advice .no-data {
  font-size: 1rem;
  margin: 0 auto;
}

#case .section-advice .section-title {
  margin-top: 5rem;
}

#case .section-advice .advice-swiper {
  position: relative;
}

#case .section-advice .advice-swiper .swiper-normal-prev {
  opacity: 0;
}

#case .section-advice .advice-swiper .swiper-normal-next {
  opacity: 0;
}

#case .section-advice .advice-swiper:hover .swiper-normal-prev,
#case .section-advice .advice-swiper:hover .swiper-normal-next {
  opacity: 1;
}

@media (max-width: 767px) {
  #case .case-swiper .case-name {
    position: absolute;
    font-size: 1.8rem;
    color: #fff;
    left: 3.8rem;
    bottom: 3.8rem;
  }
  #case .swiper-case-pagination {
    width: 100%;
    bottom: 1.5rem !important;
    line-height: 0.2rem;
  }
  #case .swiper-case-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem !important;
    border: 0;
    width: 2.6rem !important;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.4rem;
    opacity: 0.74;
    vertical-align: top;
    transition: all 0.3s;
  }
  #case .swiper-case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5rem !important;
    background: #0046aa;
    opacity: 0.9;
  }
  #case .section-download {
    margin-top: 3rem;
    text-align: center;
  }
  #case .section-download > div .download-case {
    margin-top: 1.5rem;
    background-color: #fff;
    opacity: 0;
    height: 0;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  #case .section-download > div .download-case .download-tablist {
    position: relative;
    text-align: left;
  }
  #case .section-download > div .download-case .download-tablist::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.8rem;
    width: 1.8rem;
    height: 1.2rem;
    background: linear-gradient(90deg, #f8f9f9 0%, rgba(248, 249, 249, 0) 100%);
  }
  #case .section-download > div .download-case .download-tablist::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 2.2rem;
    height: 1.2rem;
    background: linear-gradient(90deg, rgba(248, 249, 249, 0) 0%, #f8f9f9 100%);
  }
  #case .section-download > div .download-case .download-tablist > ul {
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
    padding-left: 1.8rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  #case .section-download > div .download-case .download-tablist li {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #666;
  }
  #case .section-download > div .download-case .download-tablist li.active {
    color: #0063f5;
    background-color: rgba(160, 199, 255, 0.16);
    border-radius: 2.4rem;
  }
  #case .section-download > div .download-case .download-swiper {
    padding-left: 1.1rem;
    text-align: left;
  }
  #case .section-download > div .download-case .download-swiper .swiper-slide {
    padding: 0 0.7rem;
  }
  #case .section-download > div .download-case .download-swiper .swiper-slide > a {
    display: block;
    overflow: hidden;
    height: 14rem;
    display: flex;
    justify-content: center;
  }
  #case .section-download > div .download-case .download-swiper .swiper-slide > a > img {
    width: auto;
    height: 100%;
  }
  #case .section-download > div .download-case .download-swiper .swiper-slide > p {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #666;
  }
  #case .section-download > div .download-case .btn-consult {
    display: inline-block;
    margin: 3rem 0;
    width: 10em;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #0063f5;
    background-color: rgba(160, 199, 255, 0.16);
    border-radius: 2.4rem;
  }
  #case .section-download > div.on a.btn-default {
    display: none;
  }
  #case .section-download > div.on .download-case {
    opacity: 1;
    height: auto;
  }
  #case .section-download .btn-getdownload {
    display: inline-block;
    padding: 0 2.7rem;
    font-size: 1.2rem;
    line-height: 3.8rem;
    color: #0063f5;
    background: rgba(160, 199, 255, 0.16);
    border-radius: 2.4rem;
  }
}
