.expertCard {
    border-radius: 2.67rem;
    background-color: #fefefe;
}
.boxItem{
    width: 100%;
    display: flex;
}
.avatarBox{
    width: 22.67rem;
    height: 22.67rem;
}
.avatar{
    width: 22.67rem;
    height: 22.67rem;
    border-radius: 1.33rem;
    display: block;
    flex-shrink: 0;
}
.expertCard .contWrap{
    flex: 1;
    min-width: 0;
}
.expertCard .flexWrap {
    display: flex;
    width: 100%;
}

.expertCard .domains {
    height: 4.93rem;
    line-height: 4.93rem;
    color: #D96E00;
    border: 1px solid #F19239;
    box-sizing: border-box;
    padding: 0 1.87rem;
    background: #FFF2E5;
    border-radius:0.53rem
}
.expertCard .addressIcon {
    width: 4rem;
    margin-right: 2.67rem;
}
.expertCard .wraplabel {
   width: 17.5rem;
   align-content: center;
}
.expertCard .wordBreak{
    word-break: break-all;
}
.expertCard .wrapItem {
    flex: 1 1 0%;
    min-width: 0px;
    max-height: 9rem;
}


