/*移动端acInfoCard.ejs专用，因为有可能要多次复用EJS，所以把样式单独提取出来了*/
.acInfoCard_acInfoBox{
  width: 7.5rem;height:2.8rem;background-color: #FFFFFF;border-radius: 0.06rem;overflow: hidden;
  display: flex;flex-direction: row;color:#2F2F2F;box-shadow: 0 0 0.06rem 0 #A0A0A0;
}
.acInfoCard_avatar{width: 1.7rem;height: 2.2rem;margin: 0.3rem;}
.acInfoCard_avatar img{object-position: top;}

.acInfoCard_otherInfo{width: 3.6rem;height: 100%;padding: 0.4rem 0;}
.acInfoCard_otherInfo > h6{font-size: 0.32rem;height: 0.6rem;font-weight: bold;}
.acInfoCard_typeInfo{height: 0.8rem;display: flex;flex-direction: column;justify-content: center;}
.acInfoCard_typeInfo > h6{font-size: 0.24rem;height: 0.4rem;font-weight: normal;line-height: 0.4rem;}
.acInfoCard_speciality{font-size: 0.24rem;height: 0.8rem;font-weight: normal;line-height: 0.4rem;}

.acInfoCard_jumpBox{width: 1.3rem;height: 100%;overflow: hidden;display: flex;flex-direction: row;align-items: center;justify-content: center;    margin: 1rem 0rem 0rem -1.5rem;
  z-index: 1;}
.acInfoCard_jumpBox > a{display: block;height: 0.6rem;width: 0.6rem;border-radius: 50%;overflow: hidden;}
