@charset "UTF-8";
#afterservice .container {
  padding: 0;
}

#afterservice .section-content {
  padding-top: 3.4rem;
}

#afterservice .section-content .service-description {
  text-align: center;
}

#afterservice .section-content .service-description .service-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

#afterservice .section-content .service-description .service-list {
  font-size: 0;
}

#afterservice .section-content .service-description .service-list li {
  display: inline-block;
  width: 50%;
  margin-top: 3rem;
}

#afterservice .section-content .service-description .service-list .large {
  font-family: "FZLTXHJW";
  font-size: 2.4rem;
  color: #0046aa;
  line-height: 2.7rem;
  opacity: 0.44;
  margin-right: 0.6rem;
}

#afterservice .section-content .service-description .service-list .service-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

#afterservice .section-content .service-description .service-list .service-desc {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 3rem;
  color: #5d5d5d;
}

#afterservice .section-content .service-action {
  margin-top: 5rem;
  padding-top: 5rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(84, 86, 161, 0.64);
  text-align: center;
}

#afterservice .section-content .service-action a.btn-default {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: inline-block;
  width: 8rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #fff;
  background: none;
  border-radius: 5rem;
  border: 1px solid;
}

#afterservice .section-content .service-action .download-case {
  margin-top: 1.5rem;
  background-color: #fff;
  opacity: 0;
  height: 0;
  overflow-x: hidden;
  transition: all 0.5s;
}

#afterservice .section-content .service-action .download-case .download-tablist {
  position: relative;
  text-align: left;
}

#afterservice .section-content .service-action .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%);
}

#afterservice .section-content .service-action .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%);
}

#afterservice .section-content .service-action .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;
}

#afterservice .section-content .service-action .download-case .download-tablist li {
  display: inline-block;
  padding: 0 1.4rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #666;
}

#afterservice .section-content .service-action .download-case .download-tablist li.active {
  color: #0063f5;
  background-color: rgba(160, 199, 255, 0.16);
  border-radius: 2.4rem;
}

#afterservice .section-content .service-action .download-case .download-swiper {
  padding-left: 1.1rem;
  text-align: left;
}

#afterservice .section-content .service-action .download-case .download-swiper .swiper-slide {
  padding: 0 0.7rem;
}

#afterservice .section-content .service-action .download-case .download-swiper .swiper-slide > a {
  display: block;
  overflow: hidden;
  height: 14rem;
  display: flex;
  justify-content: center;
}

#afterservice .section-content .service-action .download-case .download-swiper .swiper-slide > a > img {
  width: auto;
  height: 100%;
}

#afterservice .section-content .service-action .download-case .download-swiper .swiper-slide > p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #666;
}

#afterservice .section-content .service-action .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;
}

#afterservice .section-content .service-action.on a.btn-default {
  display: none;
}

#afterservice .section-content .service-action.on .download-case {
  opacity: 1;
  height: auto;
}

#afterservice .section-content .service-items {
  margin-top: 5rem;
  padding: 0 1.8rem;
}

#afterservice .section-content .service-items .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#afterservice .section-content .card-box {
  margin-bottom: 1rem;
}

#afterservice .section-content .card-box > div {
  border-radius: 0.4rem;
}

#afterservice .section-content .card-box .service-item-text {
  padding: 1.5rem;
}

#afterservice .section-content .card-box .service-item-text h6 {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

#afterservice .section-content .card-box .service-item-text p {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 1.6em;
  height: 5.5em;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-contact {
  padding-bottom: 5rem;
  margin-top: 3rem;
}

.service-contact .container {
  padding: 0 1.8rem;
}

.service-contact .section-title {
  line-height: 2.1rem;
  margin-bottom: 3rem;
}

.service-contact .section-title::after {
  height: 0.1rem;
  opacity: 0.9;
}

.service-contact .service-text {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 2rem;
}

.service-contact .service-panel {
  padding: 1.6rem;
  background-color: #fff;
  font-size: 1.2rem;
}

.service-contact .service-panel li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 1rem;
}

.service-contact .service-panel li .title {
  float: left;
  position: relative;
}

.service-contact .service-panel li .title::after {
  content: "：";
}

.service-contact .service-panel li .contact {
  float: left;
  color: #999;
  line-height: 1.6;
}

.service-contact .service-panel li a {
  color: #0063f5;
}

@media (max-width: 767px) {
  .service-contact .service-panel li:first-of-type .contact {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-download {
    padding-top: 3rem;
  }
  .section-download .row > div {
    padding: 0 0.5rem;
  }
  .section-download .download-title {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
  .section-download p.desc {
    font-size: 1rem;
    color: #999;
  }
  .section-download i.icondownload {
    margin-left: 0.5rem;
    font-size: 1.4rem;
    color: #0063f5;
  }
  .section-download .download-panel {
    margin-top: 1rem;
    padding: 1rem 2rem;
    color: #666;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .section-download .download-panel .title {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-download .download-panel .footer {
    font-size: 0.9rem;
    line-height: 1.9rem;
    margin-top: 1rem;
  }
  .section-download .download-panel .footer .fr {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-download .download-panel .footer .media-type {
    display: inline-block;
    padding: 0 1em;
    margin-right: 0.5em;
    color: #0063f5;
    background: rgba(160, 199, 255, 0.16);
    border-radius: 1rem;
  }
  .section-download .download-panel .footer .downtimes {
    color: #999;
    margin-top: 0.5rem;
  }
  .section-download .download-panel .panel-box {
    display: block;
    height: 14.8rem;
    overflow: hidden;
  }
  .section-download .download-panel .panel-content {
    padding: 1.5rem;
  }
  .section-download .download-panel:hover {
    box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.07);
  }
  .section-download .download-panel:hover .title {
    color: #0063f5;
  }
}
