.comUsrPanel {
background: #eee;
border-top-left-radius: .75rem;
border-top-right-radius: .75rem;
margin: 2.5rem .25rem .5rem;
position: relative;
padding: 2.5rem .5rem 0;
text-align: center;
border: solid 1px #eee;
}

.comUsrPanel .portrait {
position: absolute;
width: 4rem;
border-radius: 5rem;
left: 50%;
top: -2rem;
margin-left: -2rem;
height: 4rem;
border: solid .15rem #fff;
box-shadow: 1px 1px 1px #888888;
}
.comUsrPanel .tags{
    font-size: .6rem;
}
.comUsrPanel .tags a {
    margin: 0 .3rem .3rem;
    display: inline-block;
}
.comUsrPanel p {
padding: .5rem;
margin: 0;
}

.comUsrPanel .nickName {
font-weight: bold;
}

.comUsrPanel .comName {
font-size: .65rem;
}

.comUsrPanel .mainProduct {
font-size: .6rem;
line-height: .7rem;
color: #666;
}

.comUsrPanel .contact span, .comUsrPanel .contact a, .comUsrPanel2 .contact span, .comUsrPanel2 .contact a {
background: var(--timewe-style-bar-background,#0894ec);
color: #fff;
padding: .25rem .5rem;
border-radius: 2.5rem;
font-size: .6rem !important;
margin: .5rem .25rem !important;
line-height: initial;
height: initial !important;
display: inline-block;
}

.comUsrPanel .comIntro {
background: #fff;
margin:.5rem -.5rem 0;
font-size: .7rem;
text-align: left;    padding: .5rem;
}
.comUsrPanel .comIntro img {
    max-width: 100%;
}