@import url("https://at.alicdn.com/t/font_1157342_xxqt2vq50p.css");
.msg:hover .msgimg img.avatar {
    border-radius: 50%;
    opacity: 1;
    transform: rotateZ(90deg);
    transition: all 0.5s ease 0s;
}
.msg .msgarticle img {
    margin-top: 0;
    position: relative;
    top: 2px;
}
.msg .msgimg {
    position: relative;
}
.msg .msgimg img {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 9px;
    clear: left;
    float: left;
    height: 50px;
    margin-right: 10px;
    padding: 2px;
    transition: transform 0.4s ease-out 0s;
    width: 50px;
}

.msg .msgimg i.author-ident {
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    position: absolute;
	left: 30px;
    top: 30px;
	height: 20px;
    width: 20px;
}

.msg .msgimg i.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}