.cards {
  margin-top: 10px;
  position: relative;
  z-index: 200;
}

.cards .items {
  width: 12.72rem;
  margin: 0 auto;
}

.cards .items .item {
  width: 3.18rem;
  height: 3.18rem;
  background-color: rgba(228, 228, 228, 0.7);
  font-size: 0;
  cursor: pointer;
}

.cards .items .item.item1 {
  background-color: rgba(228, 240, 250, 0.7);
}

.cards .items .item:hover {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(67, 139, 205, 0.3);
}

.cards .items .item:hover .icon0 {
  display: none;
}

.cards .items .item:hover .icon1 {
  display: initial;
}

.cards .items .item .box {
  padding: 0.3rem 0.78rem;
}

.cards .items .item .icon {
  height: 0.57rem;
}

.cards .items .item .name {
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.26rem;
  color: #4f4f4f;
  border-bottom: 0.02rem solid #bbb;
  display: inline-block;
  width: 1.1rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
}

.cards .items .item .info {
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.15rem;
  color: #9fa0a0;
  margin-top: 0.7rem;
}

.cards .items.free .item.cur {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(67, 139, 205, 0.3);
}

.cards .items.free .item.cur .icon0 {
  display: none;
}

.cards .items.free .item.cur .icon1 {
  display: initial;
}

.service {
  margin: 0.5rem auto 0;
  width: 12rem;
}

.service .left {
  width: 3.62rem;
}

.service .left .line {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.2rem;
  line-height: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}

.service .left .line .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

.service .left .line .icon1 {
  display: none;
}

.service .left .line:hover {
  background-color: #fcc800;
  color: white;
}

.service .left .line:hover .icon0 {
  display: none;
}

.service .left .line:hover .icon1 {
  display: initial;
}

.service.free .line.cur {
  background-color: #fcc800;
  color: white;
}

.service.free .line.cur .icon0 {
  display: none;
}

.service.free .line.cur .icon1 {
  display: initial;
}

.service .right {
  width: 9.07rem;
  height: 4.91rem;
  font-size: 0.15rem;
  background-image: url("imgs/bg2.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}

.service .right .html {
  padding: 0.5rem 0.7rem;
}

.boxes {
  width: 70%;
  margin: 0.5rem auto 0;
}

.boxes .box {
  width: 4rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("imgs/service2.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.boxes .box:hover {
  background-image: url("imgs/service2-hover.png");
}

.boxes .box .icon {
  width: 0.56rem;
}

.boxes .box .name {
  font-size: 0.28rem;
  color: #525252;
  margin-top: 0.1rem;
  font-weight: 700;
}

.boxes .box .desc {
  font-family: arial, SourceHanSansCN-Regular;
  font-size: 0.2rem;
  color: #666666;
  width: 2.36rem;
  margin-top: 0.2rem;
  height: 0.5rem;
  line-height: 0.24rem;
}

.services {
  background-image: url("imgs/index-bg.png");
  background-size: 100% 100%;
  height: 7.5rem;
  margin-top: 0.5rem;
}

.services .items {
  width: 70%;
  position: relative;
  padding-top: 2.3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services .items .item {
  position: relative;
  width: 25%;
  height: 1.7rem;
  padding: 0 0.35rem 0.41rem;
  margin-top: 0.3rem;
  border-radius: 0.18rem;
  background-color: #fff;
  cursor: pointer;
  transition: box-shadow 0.8s ease;
}

.services .items .item:hover {
  box-shadow: 0 0.02rem 0.4rem #000;
}

.services .items .item .tag {
  width: 0.9rem;
  height: 0.7rem;
  font-size: 0.35rem;
  text-align: center;
  line-height: 2;
  color: #fff;
  background: url(imgs/tag.png) no-repeat;
  background-size: 100% 100%;
}

.services .items .item .title {
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  color: #263748;
  font-size: 0.28rem;
  line-height: 1.5;
  font-weight: 700;
}

.services .items .item .desc {
  margin-top: 0.1rem;
  color: #aaa;
  font-size: 0.18rem;
}

.services .items .item .break-line {
  font-size: 0;
}

.services .items .item .break-line .line {
  display: inline-block;
  width: 90%;
  height: 0.02rem;
  vertical-align: middle;
  background-color: #e5e5e5;
}

.services .items .item .break-line .dot {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  vertical-align: middle;
  border: 0.02rem solid #e5e5e5;
}

.doctors {
  height: 8.29rem;
  background-image: url("imgs/bg1.jpg");
  position: relative;
}

.doctors .items {
  margin: 0 auto;
  width: 13rem;
  font-size: 0;
}

.doctors .items .item {
  width: 3.18rem;
}

.doctors .items .item:hover {
  box-shadow: 0px 0px 0.3rem 0px rgba(67, 139, 205, 0.3);
}

.doctors .items .item:hover .info {
  background-color: #333333;
  color: white;
}

.doctors .items .item:hover .info .name,
.doctors .items .item:hover .info .line2,
.doctors .items .item:hover .info .line1 .level {
  color: white !important;
}

.doctors .items .item:hover .info .btn {
  background-color: white;
  color: black;
}

.doctors .items .head {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
}

.doctors .items .head img {
  width: 100%;
}

.doctors .items .info {
  width: 100%;
  height: 1.6rem;
  background-color: white;
  position: relative;
}

.doctors .items .info .line1 {
  fontfamily: AlibabaPuHuiTi-Medium;
  font-size: 0.24rem;
  padding: 0.2rem 0.2rem 0.1rem;
}

.doctors .items .info .line1 .name {
  color: black;
}

.doctors .items .info .line1 .level {
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.13rem;
  color: #727171;
}

.doctors .items .info .line2 {
  padding: 0 0.2rem;
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.17rem;
  color: #727171;
  -webkit-line-clamp: 2;
}

.doctors .items .info .btn {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 0.62rem;
  height: 0.22rem;
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.13rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  letter-spacing: 0.02rem;
  background-color: #fcc800;
  color: #ffffff;
  text-align: center;
}

.doctors .swiper-pagination {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.doctors .swiper-pagination .swiper-pagination-bullet {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  border: 1px solid #888888;
  fontfamily: AlibabaPuHuiTi-Medium;
  font-size: 0.18rem;
  color: #727171;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.doctors .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: white;
}

.doctors .pages {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.doctors .pages .it {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  border: 1px solid #888888;
  fontfamily: AlibabaPuHuiTi-Medium;
  font-size: 0.18rem;
  color: #727171;
  margin: 0 0.1rem;
}

.doctors .pages .it.cur {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: white;
}

.news {
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.news .btn {
  width: 0.8rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #ffd03a;
  border-radius: 0.04rem;
  text-align: center;
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.18rem;
  color: #ffffff;
  margin-top: 0.2rem;
}

.news .item {
  width: 3.69rem;
  margin: 0.25rem;
  font-size: 0;
  padding-bottom: 0.15rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.3);
}

.news .item:hover {
  box-shadow: 0px 0px 0.3rem 0px rgba(67, 139, 205, 0.3);
}

.news .item .thumb {
  width: 3.69rem;
  height: 2.45rem;
}

.news .item .title2 {
  font-family: arial, AlibabaPuHuiTi-Medium;
  font-size: 0.25rem;
  color: #000000;
  padding: 0.2rem 0.2rem 0;
}

.news .item .desc {
  font-family: arial, AlibabaPuHuiTi-Regular;
  font-size: 0.18rem;
  -webkit-line-clamp: 2;
  text-align: left;
  margin: 0.1rem 0.2rem;
  color: #666666;
}

.knowledge {
  margin: 0.6rem auto;
  font-size: 0;
}

.knowledge .item {
  display: inline-block;
  width: 4.23rem;
  height: 3.12rem;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  position: relative;
}

.knowledge .item:hover {
  z-index: 99;
  box-shadow: 0px 0px 0.36rem 0px rgba(0, 0, 0, 0.5);
}

.knowledge .item:hover .btn {
  display: block;
}

.knowledge .item .box {
  width: 3.63rem;
  height: 1.92rem;
  padding: 0.6rem 0.3rem;
}

.knowledge .item:nth-child(2n) .box .title2,
.knowledge .item:nth-child(2n) .box .desc {
  color: #030303;
}

.knowledge .item .title2 {
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.25rem;
  color: #ffffff;
}

.knowledge .item .desc {
  fontfamily: AlibabaPuHuiTi-Light;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0rem;
  color: #f7f8f8;
  text-align: left;
  margin-top: 0.2rem;
}

.knowledge .item .btn {
  width: 1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #ffd03a;
  border-radius: 0.04rem;
  text-align: center;
  fontfamily: AlibabaPuHuiTi-Regular;
  font-size: 0.18rem;
  color: #ffffff;
  position: absolute;
  bottom: 0.3rem;
  left: 1.6rem;
  display: none;
}

/*# sourceMappingURL=index.css.map */