/*文章页末作者信息*/
.u-backgroundColorWhite {
    background-color: #fff;
}
.postFooterInfo {
    padding: 25px 16px 25px 16px;
}
.u-marginTop30 {
    margin-bottom: 20px;
}
.u-flex {
    display: flex;
    align-items: center;
}
.postFooterInfo .avatar {
    border-radius: 100%;
    width: 75px;
    height: 75px;
}
.u-flex0 {
    flex: 0 0 auto;
}
.u-paddingLeft15 {
    padding-left: 15px;
}
.u-flex1 {
    flex: 1 1 auto;
}
.authorCard--content {
    position: relative;
}
.authorCard--title {
    font-size: 18px;
    color: #4370f5;
    margin-bottom: 5px;
}
.authorCard--title {
    font-size: 18px;
    color: #4370f5;
    margin-bottom: 5px;
}
.authorCard--title .icon {
    margin-left: 4px;
}
.authorCard--title .icon {
    margin-left: 4px;
}
.authorCard--content svg {
     width: 16px; 
    height: 16px; 
}
.authorCard--content .button {
    position: absolute;
    right: 0;
    top: 0;
}
.authorCard--title .button--follow {
    padding: 6px 12px;
}
.authorCard--description {
    padding-bottom: 0;
    color: rgba(0,0,0,.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}
.authorCard--meta {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 1.4;
}
.authorCard--meta {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 1.4;
}
.dot:before {
    content: "·";
    margin-left: .5em;
    margin-right: .5em;
}
.vxname img{
    display: none;
}
.vxname:hover img{
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -7px;
    top: 33px;
}
.button--follow{
    background: #fff;
    border: 1px solid #4e6ef2;
    border-radius: 4px;
    color: #4e6ef2;
}
.button--follow:hover {
    color: #fff;
    background-color: #4e6ef2;
}