/* 项目 */
.project-container{
    padding: .25rem .15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }
  .project-container .item {
    flex: 25%;
    text-align: center;
    margin-bottom: .2rem;
  }
  .item strong {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
  }
  .project-container .item:nth-child(1) strong{
    background: url(../images/icon1.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
  }
.project-container .item:nth-child(2) strong{
  background: url(../images/icon2.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}
.project-container .item:nth-child(3) strong{
  background: url(../images/icon3.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}
.project-container .item:nth-child(4) strong{
  background: url(../images/icon4.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}
.project-container .item:nth-child(5) strong{
  background: url(../images/icon7.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}
.project-container .item:nth-child(6) strong{
  background: url(../images/icon8.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}
.project-container .item:nth-child(7) strong{
   background: url(../images/icon7.png) no-repeat center center;
   background-size: 1.2rem 1.2rem;
 }
.project-container .item:nth-child(8) strong{
  background: url(../images/icon8.png) no-repeat center center;
  background-size: 1.2rem 1.2rem;
}


  .item p {
    font-size: .25rem;
    color: #333;
  }

  /* 医生团队 */
  .doctor-container {
    /* padding: .25rem 0; */
  }
  .doctor-pic {
    width: 7.5rem;
    height: 5.1rem;
  }
  .doctor-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .doctor-slide {
    background-color: #fff;
  }
  .doctor-slide .swiper-container {
    width: 100%;
    height: 100%;
    padding: .1rem;
}

.doctor-slide .swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 2.9rem;
  height: 4rem;
  border-radius: .1rem;
  text-align: center;
  box-shadow: 0 0px .1rem rgba(0, 0, 0, .1);
}
.doctor-slide .swiper-slide img {
  width: 1.76rem;
  height: 1.76rem;
  margin: 0 auto;
  border-radius: 1rem;
}

.doctor-slide .swiper-slide h5 {
    font-size: .28rem;
    font-weight: 400;
    margin: .15rem 0;
    padding: 0 .1rem;
}

.doctor-slide .swiper-slide p {
    color: #666;
    font-size: .26rem;
    padding: 0 .1rem;
}

.doctor-slide .swiper-slide button {
    color: #06316d;
    border: 1px solid #06316d;
    padding: .1rem .35rem;
    margin-top: .25rem;
    border-radius: 1rem;
    background-color: #fff;
}
  /* 环境/设备 */
  .environment-container {
    /* padding: .25rem 0; */
    background: #f5f5f5;
  }
  .environment-title {
    font-size: .45rem;
    color: #683d1d;
    text-align: center;
    margin: .3rem 0;
  }
  .environment-title span {
    color: #b3764a;
  }
  .environment-title p {
    color: #b3764a;
    font-size: .2rem;
    margin-top: .03rem;
  }
  .environment-content {
    padding: 0 .15rem;
  }
  .environment-content-hd {
    display: flex;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: .1rem .3rem 0 0;
  }
  .environment-content-hd a {
    flex: 1;
    font-size: .25rem;
    color: #000;
  }
  .environment-content-hd a.courrent {
    color: #fff;
    background-color: #06316d;
    border-radius: .1rem .3rem 0 0;
  }
  .environment-content-bd{
    width: 7.2rem;
    height: 7.8rem;
    overflow: hidden;
  }
  .bd-img {
    width: 7.2rem;
    height: 7.8rem;
  }
  .bd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 免费咨询热线 */
  .free-consultation {
    margin-bottom: .5rem;
    margin-top: .2rem;
  }
  .free-consultation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 在线预约 */
  .form-container {
    padding: .5rem .3rem;
    color: #333;
    background-color: #fff;
    margin: .2rem .3rem;
    border-radius: .15rem;
  }
  .title {
    text-align: center;
  }
  .title h5 {
    font-size: .6rem;
    color: #925e24;
  }
  .title p {
    font-size: .35rem;
  }
  .form-content .item {
    display: flex;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    margin-top: .5rem;
    border-radius: .15rem;
    padding-left: .15rem;
    background-color: #f2f2f2;
  }
  .contact-info {
    font-size: .33rem;
    color: #333;
    padding-right: .15rem;
    border-right: 1px solid #fff;
  }
  .contact-info .iconfont{
    font-size: .45rem;
    color: #06316d;
    padding-right: .05rem;
  }
  .contact-info .name {
    letter-spacing: .34rem;
  }

  .form-content .item input{
    flex: 1;
    border: 0;
    outline: none;
    padding-left: .15rem;
    border-radius: .15rem;
    font-size: .3rem;
    background-color: #f2f2f2;
  }
  .form-content .item select {
    display: flex;
    flex: 1;
    outline: none;
    border: 0;
    font-size: .3rem;
    background-color: #f2f2f2;
    border-radius: .15rem;
    color: #5d5d5d;
  }
  .btn {
    display: flex;
    margin-top: .7rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .3rem;
    text-align: center;
    font-size: .3rem;
    border: 1px solid #925e24;
  }
  .btn button,.btn a{
    flex: 1;
  }
  .btn button {
    border: 0;
    color: #fff;
    outline: none;
    font-size: .3rem;
    background-color: #925e24;
    border-radius: .3rem 0 0 .3rem;
  }
  .btn a {
    color: #925e24;
  }
  .commitment {
    margin-top: .5rem;
    text-align: center;
    font-size: .25rem;
  }
  .tips {
    margin-top: .7rem;
    font-size: .25rem;
  }
  .tips p {
    margin-bottom: .1rem;
  }