.depart-doctor001 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.depart-doctor001 .layout .swiper-container {
  margin-top: 0.4rem;
  height: fit-content;
  padding: 0.1rem;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper.center {
  justify-content: center;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-right: 0.2rem;
  width: calc(16.6% - 20px);
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 0px 15px var(--ruifox-color-primary-3);
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .name {
  color: var(--ruifox-color-primary-1);
  font-weight: bold;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .r_img .inner-img {
  padding-bottom: 133%;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom {
  transition: all 0.3s;
  padding: 0.2rem 0.1rem;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom p {
  text-align: center;
  line-height: 1;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom p:not(:first-child) {
  margin-top: 0.1rem;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom .name {
  font-size: 0.18rem;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom .protit {
  font-size: 0.14rem;
  color: #999;
}

.depart-doctor001 .layout .swiper-container .swiper-wrapper .swiper-slide .bottom .depart {
  font-size: 0.14rem;
}

@media (max-width: 960px) {
  .depart-doctor001 .layout .swiper-container {
    margin-top: 20px;
  }

  .depart-doctor001 .layout .swiper-container .swiper-wrapper {
    justify-content: flex-start !important;
  }
}

/*# sourceMappingURL=depart-doctor001.css.map */