@charset "utf-8";
.erxmyspace-module em, .erxmyspace-module i{font-style:normal;}
.erxmyspace-module > div{display:flex;align-items:center;text-align:left;margin-top:12px;font-size:12px;}
.erxmyspace-module > div a:hover{color:#f30;}
.erxmyspace-module .red{color:#f30;}
.erxmyspace-module .my-status{padding:9px 0 12px;display:none;}
.erxmyspace-module .my-status > span a{margin-right:8px;}
.erxmyspace-module .my-status > span i{opacity:.48;}
.erxmyspace-module .my-items{line-height:1.6;border-top:1px rgba(0, 0, 0, .06) solid;padding-top:12px;}
.erxmyspace-module .p{flex:0 0 45px;}
.erxmyspace-module .p img{width:34px;height:34px;border-radius:50%;vertical-align:middle;transition:all .5s linear;}
.erxmyspace-module .p:hover img{transform:rotate(360deg);}
.erxmyspace-module .my-items .t{display:inline-block;max-width:65%;margin:-1px 6px 0 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:text-top;}
.erxmyspace-module .my-items i{font-size:.8em;opacity:.48;}
.erxmyspace-module .my-items .d > em{opacity:.68;}
.erxmyspace-module .msg{white-space:nowrap;}
.erxmyspace-module .msg i{display:inline-block;min-width:15px;height:15px;line-height:15px;margin:-2px 0 0 2px;color:#fff;font-size:12px;text-align:center;background:#f33;border-radius:10px;padding:0 3px;vertical-align:middle;transform:scale(.9);animation:myFlash 2s infinite ease-in-out;box-sizing:border-box;}
@keyframes myFlash{ 0% {opacity:0}  100% {opacity:1}}