.index-swiper .swiper-slide {
  height: 30rem;
  background-color: #ccc;
}
.fff * {
  color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.patient .container .field p strong {
  color: #0252c7;
}
.patient .container .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.patient .container .top .time {
  position: relative;
  width: 34rem;
  padding: 0 3rem;
}
.patient .container .top .time .swiper {
  width: 100%;
}
.patient .container .top .time .swiper .swiper-slide-thumb-active p {
  color: #0252c7;
}
.patient .container .top .time .swiper p {
  text-align: center;
  line-height: 1.6;
}
.patient .container .bottom .link {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
.patient .container .bottom .link:last-of-type {
  border-bottom: none;
}
.patient .container .bottom .link .img {
  width: 8rem;
  height: 10.65rem;
  background-color: #ccc;
  flex-shrink: 0;
  margin-right: 1rem;
}
.patient .container .bottom .link .text {
  flex: 1;
}
.patient .container .bottom .link .text h6 {
  color: #0252c7;
  margin-bottom: 1rem;
}
.patient .container .bottom .link .text h6 span {
  font-size: 1rem;
  font-weight: bold;
}
.patient .container .bottom .link .text p {
  line-height: 2;
}
.patient .container .bottom .link .text p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.patient .container .bottom .link .text p span {
  color: #666;
}
.patient .container .bottom .link .text p .sc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.patient .container .bottom .link .time {
  display: flex;
  width: 34rem;
}
.patient .container .bottom .link .time .time-slot {
  width: 3rem;
  flex-shrink: 0;
}
.patient .container .bottom .link .time p {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.patient .container .bottom .link .time p:last-of-type {
  border-bottom: none;
}
.patient .container .bottom .link .time .swiper {
  width: 100%;
  margin-right: 3rem;
}
.patient .container .bottom .link .swiper-slide p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient .container .bottom .link .swiper-slide p span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  background-color: #0252c7;
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.patient .main-1 .page-filter .list ul li {
  margin-right: 2rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.patient .main-1 .page-filter .list ul li:hover {
  background-color: #0252c7;
  color: #fff;
}
.patient .main-1 .page-filter .list .wrap li {
  font-size: 0.7rem;
  color: #666;
}
.patient .main-1 .page-filter .list .title li.active,
.patient .main-1 .page-filter .list .wrap li.active {
  background-color: #0252c7;
  color: #fff;
}
.patient .main-1 .search-noDate {
  display: none;
}
.patient .main-1 .search-noDate .no-date {
  text-align: center;
  font-size: 1.2rem;
  padding: 5rem 0;
}
.patient2 .container {
  display: flex;
  justify-content: center;
}
.patient2 .container .item {
  margin: 0 3rem;
}
.patient2 .container .item * {
  text-align: center;
}
.patient2 .container .item h6 {
  font-size: 1.2rem;
}
.patient2 .container .item .img {
  margin: 1rem 0;
  width: 20rem;
  height: 20rem;
  background-color: #ccc;
}
.patient5 #map {
  height: 38.7rem;
}
.patient5 #map img {
  max-width: initial;
}
.patient6 .main-1 .container .item {
  margin-bottom: 2rem;
}
.patient6 .main-1 .container p {
  margin-bottom: 1rem;
}
.patient6 .main-1 .container p span {
  display: inline-block;
  color: red;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.patient6 .main-1 .container > div {
  margin-top: 1rem;
}
.patient6 .main-1 .container input[type="text"],
.patient6 .main-1 .container textarea {
  border: 1px solid #ebebeb;
}
.patient6 .main-1 .container input[type="submit"] {
  background-color: #0252c7;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.patient6 .main-1 .container label {
  margin-right: 1rem;
}
.patient6 .main-1 .container .code {
  display: flex;
}
.patient6 .main-1 .container textarea {
  width: 100%;
  min-height: 8rem;
}
@media screen and (max-width: 768px) {
  .patient .container {
    margin-top: 2rem;
  }
  .patient .container .top {
    display: none;
  }
  .patient .container .bottom .link .time {
    display: none;
  }
  .patient2 .container .item {
    margin: 0 1rem;
  }
  .patient2 .container .item h6 {
    font-size: 1rem;
    font-weight: normal;
  }
  .patient2 .container .item .img {
    width: 8rem;
    height: 8rem;
    margin: 1rem auto;
  }
  .patient2 .container .item p {
    line-height: 2;
  }
  .patient5 #map {
    height: 15rem;
  }
  .patient6 .main-1 .container .item > div {
    display: flex;
    flex-wrap: wrap;
  }
  .patient6 .main-1 .container label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .patient6 .main-1 .container label input {
    margin: 0 0.2rem 0 0;
  }
  .patient6 .main-1 .container label span {
    white-space: nowrap;
  }
}

