.index-wrap{
  position: relative;
}
.card1{
  padding: 0 0.25rem;
  position: relative;
  margin-top: 0.46rem;
  padding-bottom: 0.35rem;
}
.card1 .card1-head{
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: -0.36rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.45rem;
}
.card1 .hospital-logo .logo-img{
  width: 1.30rem;
  height: 1.30rem;
  border-radius: 50%;
}
.card1 .hospital-tag{
  display: flex;
  align-items: center;
}
.card1 .hospital-tag .hos-tag{
  font-size: 0.22rem;
  border-radius: 0.1rem;
  background-color: #FAA919;
  color: #fff;
  margin-left: 0.11rem;
  margin-bottom: 0.05rem;
  padding: 0.05rem 0.15rem;
}
.card1 .hospital-tag .hos-tag2{
  font-size: 0.22rem;
  border-radius: 0.1rem;
  background-color: #2267F2;
  color: #fff;
  margin-left: 0.11rem;
  margin-bottom: 0.05rem;
  padding: 0.05rem 0.15rem;
}
.card1 .hospital-ewm{
  position: absolute;
  right: 0.45rem;
}
.card1 .hospital-ewm img{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
}
.card1 .card1-name{
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: #343434;
  font-weight: 500;
  padding-top: 1.14rem;
}
.card1 .card1-time{
  font-size: 0.28rem;
  color: #4b4b4b;
  margin-top: 0.10rem;
  line-height: 0.42rem;
}
.card1 .card1-text{
  font-size: 0.26rem;
  color: #4b4b4b;
  font-weight: 500;
  margin-top: 0.1rem;
}
.card1 .card1-text .span1{
  display: inline-block;
  color: #2267F2;
  position: relative;
  cursor: pointer;
}
.card1 .card1-text .span1 .span2{
  display: block;
  width: 1.10rem;
  height: 0.35rem;
  position: absolute;
  bottom: 0;
  left: -1.10rem;
  background: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .8));
}

.card2{
  margin-top: 0.2rem;
  padding: 0.35rem 0.25rem;
}
.card2 .card2-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card2 .card2-left > div{
  font-size: 0.28rem;
  line-height: 0.42rem;
}
.card2 .card2-left .add-title{
  color: #4b4b4b;
}
.card2 .card2-left .add-cont{
  color: #666;
}
.card2 .card2-right{
  display: flex;
  align-items: center;
}
.card2 .card2-right .card2-right-zx,.card2 .card2-right .card2-right-zd{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #4b4b4b;
  cursor: pointer;
}
.card2-right em{
    display: block;
    margin: 0 auto;
    width: 0.38rem;
    height: 0.38rem;
}
.card2-right-zx .em1{
    background: url(/lib/images/index_zx.png) no-repeat;
}
.card2-right-zd .em2{
    background: url(/lib/images/index_zd.png) no-repeat;
}
.card2 .card2-right .card2-right-zx img{
  width: 0.38rem;
  height: 0.36rem;
}
.card2 .card2-right .card2-right-zd img{
  width: 0.30rem;
  height: 0.38rem;
}
.card2 .card2-right .card2-line{
  border-left: 0.01rem solid rgba(0, 0, 0, 0.25);
  height: 0.66rem;
  margin: 0 0.2rem;
}

.card3{
  margin-top: 0.2rem;
  padding: 0.25rem 0;
}
.card3 .card3-title{
  margin-left: 0.25rem;
  margin-bottom: 0.30rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  line-height: 0.42rem;
}
.card3 .card3-cont-wrap{
  padding: 0 0.35rem;
  display: grid;
  gap: 0.1rem;
  grid-template-columns: repeat(4, 1fr);
}
.card3 .card3-cont-wrap .card3-cont-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.23rem;
  cursor: pointer;
  text-align: center;
}
.card3 .card3-cont-wrap .card3-cont-item img{
  height: 0.54rem;
  width: 0.54rem;
}
.card3 .card3-cont-wrap .card3-cont-item > div{
  margin-top: 0.22rem;
  color: #7A7A7A;
}

.card4{
  margin-top: 0.2rem;
  padding: 0.2rem 0.25rem 0.3rem 0.25rem;
}
.card4 .card4-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.card4 .card4-title .card4-title-l{
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  line-height: 0.42rem;
}
.card4 .card4-title .card4-title-r{
  font-size: 0.28rem;
  color: #999;
  cursor: pointer;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #eff5fd;
  height: 100%;
  width: 2.10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.20rem;
  padding-top: 0.24rem;
  padding-bottom: 0.30rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide a{
    display: grid;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide img{
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 50%;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide .card4-item-name{
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #333;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide .card4-item-job{
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #666;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide .card4-item-dep{
  font-size: 0.20rem;
  background-color: #2267F2;
  color: #fff;
  margin-top: 0.10rem;
  padding: 0.03rem 0.1rem;
  text-align: center;
  line-height: 0.30rem;
  border-radius: 0.08rem;
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide .card4-item-tag-wrap{
  position: absolute;
  top: -0.43rem;
  right: -0.49rem;
  width: 1.00rem;
  height: 0.90rem;
  background-color: red;
  transform: rotate(45deg);
}
.card4 .swiper .swiper-container .swiper-wrapper .swiper-slide .card4-item-tag-wrap .card4-item-tag{
  color: #fff;
  position: absolute;
  bottom: 0.05rem;
  left: 0.28rem;
  font-size: 0.20rem;
}

.card5{
  margin-top: 0.2rem;
  padding: 0.2rem 0.25rem 0.52rem 0.25rem;
}
.card5 .card5-title{
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  line-height: 0.42rem;
}
.card5 .card5-nav{
  display: flex;
  align-items: center;
  overflow: hidden;
  /*overflow-x: scroll;*/
  font-size: 0.27rem;
  color: #333;
  white-space: nowrap;
  margin-top: 0.42rem;
}
.card5 .card5-nav .card5-item{
  padding: 0 0.15rem;
  height: 0.48rem;
  line-height: 0.48rem;
  /*background-color: #F3F3F3;*/
  border-radius: 0.25rem;
  /*margin-right: 0.20rem;*/
  cursor: pointer;
  text-align:center;
  font-size:0.24rem;
}
.card5 .card5-nav .active{
  background-color: #2267F2 !important;
  color: #fff !important;
}
#sync2 .owl-item {
	border-radius: 0.25rem 
}
.card5 .card5-doc-wrap{
  margin-top: 0.07rem;
}
.card5 .card5-doc-wrap .card5-doc-item{
  padding: 0.40rem 0;
  display: flex;
  border-bottom: 0.01rem solid #DBDBDB;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-left{
  width: 0.99rem;
  height: 0.99rem;
  margin-right: 0.26rem;
  position: relative; 
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-left img{
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 50%;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-left .doc-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.18rem;
    background-color: #FC6800;
    padding: 0.03rem 0.06rem;
    border-radius: 0.15rem;
    color: #fff;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right{
  flex: 1;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-doc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-doc .card5-doc-name{
  color: #333;
  display: flex;
  align-items: center;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-doc .card5-doc-name div:nth-child(1){
  font-size: 0.35rem;
  font-weight: 700;
  margin-right: 0.18rem;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-doc .card5-doc-name div:nth-child(2){
  font-size: 0.27rem;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-doc .card5-btn{
  width: 1.44rem;
  height: 0.46rem;
  background-color: #00B487;
  border-radius: 0.10rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.46rem;
  cursor: pointer;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-hospital{
  color: #2267F2;
  background-color: #E8F2FF;
  padding: 0.07rem 0rem;
  border-radius: 0.10rem;
  font-size: 0.27rem;
  margin: 0.15rem 0 0.24rem 0;
  width: 86%;
  text-align: center;
}
.card5 .card5-doc-wrap .card5-doc-item .card5-item-right .card5-skill{
  font-size: 0.24rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card5 .card5-doc-wrap .card5-more{
  padding-top: 0.40rem;
  text-align: center;
  color: #2267F2;
  font-size: 0.27rem;
  cursor: pointer;
}

.card6{
  margin-top: 0.2rem;
  padding: 0.25rem 0 0.3rem 0.4rem;
}
.card6 .card6-title{
  width: 1.50rem;
  font-size: 0.36rem;
  color: #377df6;
  font-weight: 500;
  line-height: 0.42rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.card6 .card6-title > div{
  width: 0.72rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: #377df6;
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
}

.card6 .card6-cont .card6-cont-t{
  font-size: 0.32rem;
  line-height: 0.44rem;
  padding-left: 0.40rem;
  color: #434343;
  background: url('/lib/images/icon1.png') no-repeat 0 -3.92rem;
  background-size: 0.36rem;
}
.card6 .card6-cont .card6-cont-b{
  margin-top: 0.15rem;
  font-size: 0.27rem;
  color: #999;
  line-height: 0.44rem;
  padding-left: 0.40rem;
}

.card7-footer{
  text-align: center;
  padding: 0.56rem 0 1.6rem 0;
}



.popup{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.popupBox{
  /* width: 60%; */
  /* height: 2.5rem; */
  background-color: #fff;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2rem;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.popupBox img{
  width: 3rem;
  height: 3rem;
}