.doctorImg{
    width: 100%;
    height: 17.6rem;
    background-image: url("/m/images/doctor/bg.png");
    background-size: cover;
    /* margin-top: -3.3133rem; */
}
.doctorImg .userImg{
    width: 9.1467rem;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0.9333rem;
}
.userInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 9.0933rem;
    margin-left: 0.6rem;
    align-items: center;
}
.doctorImg .userInfo .name{
    font-size: 1.9467rem;
    font-weight: bold;
}
.doctorImg .userInfo .zc{
    width: 100%;
    font-size: .88rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.doctorImg .userInfo .reigter{
    width: 7.12rem;
	height: 1.4667rem;
    background-color: #e34986;
    display: flex;
    justify-content: center;
    align-items: end;

    margin: .6667rem 0 1.12rem;
}
.doctorImg .userInfo .reigter .regText{
    font-size: .96rem;
    color: #fff;
    margin-right: .4267rem;
    height: 100%;
    line-height: 1.4667rem;
}
.doctorImg .userInfo .reigter .hand{
    width: .96rem;
	height: 1.28rem;
}

.utilPinkBox{
    width: 6rem;
	height: 1.52rem;
	background-color: #e34986;
	box-shadow: .0267rem .08rem .24rem .0267rem 
		rgba(158, 158, 158, 0.65);
	border-radius: 0px .4rem 0px 0px;
    align-items: center;
    justify-content: center;
    margin:1.5733rem 0 0 .4533rem;
}
.utilPinkBox .utilPinkBoxImg{
    width: .9867rem;
	height: 1.0667rem;
    margin-right: .32rem;
}
.utilPinkBox .utilPinkBoxText{
    font-size: 1.0133rem;
    color: #fff;
}
.scxm{
    width: 90%;
    font-size: .7733rem;
    line-height: 1.12rem;
    margin: .64rem auto 0;
}
.ystx{
    width: 90%;

    line-height: 1.32rem;
    margin: .64rem auto 0;
}
.ystx span{
    font-size: .7733rem !important;
}
/* .ystx {
   
  } */
  
.ystx::before {
    content: ""; /* 初始化content以确保伪元素生效 */
}

/* 添加粉色圆点 */
.dot:before {
    content: "• ";
    color: #e34986;
}

.ryImgList{
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ryImgList .itemImg{
    width: 8.8267rem;
	height: 6.64rem;
    background-size:  auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1.04rem;
}