﻿@charset "utf-8";
/*-------------------
*Description:      By www.yiwuku.com
*Website:          https://app.zblogcn.com/?id=19138
*Author:           尔今 erx@qq.com
*update:           2021-02-02(Last:2022-12-09)
-------------------*/
#divmyspace .erxmyspace-module, #divmyspace .function_c > div, .erxmyspace-module div.my-u-data{margin:0;padding:0;text-align:left;border:0;background:none;}
#divmyspace .erxmyspace-module{padding:1em;}
.erxmyspace-module em, .erxmyspace-module i{font-style:normal;}
.erxmyspace-module .red{color:rgba(255,127,0,.9);}
.erxmyspace-module div.my-status{text-align:center;padding:.6em 0;background-image:linear-gradient(to right, transparent 0, rgba(0, 0, 0, .05) 20%, rgba(0, 0, 0, .05) 80%, transparent 100%);}
.erxmyspace-module .my-status .admin::before, .erxmyspace-module .my-status .msg::before{content:'';display:inline-block;width:1px;height:9px;margin:0 7px;background:rgba(0, 0, 0, .2);}
.erxmyspace-module .my-status .logout, .erxmyspace-module .my-items .c em{opacity:.5;}
.erxmyspace-module .my-status .logout{display:inline-block;width:18px;height:18px;line-height:18px;font-size:12px;background:#fff;border-radius:50%;transform:scale(.8);}
.erxmyspace-module .msg i{display:inline-block;min-width:15px;height:15px;line-height:15px;margin:-2px 0 0 1px;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;}
.erxmyspace-module .my-status .n a{margin:0 5px;font-weight:bold;}
.erxmyspace-module div.my-u-data{display:flex;justify-content:space-between;}
.erxmyspace-module .my-u-data > a, .erxmyspace-module .my-u-data > span{margin:20px 0;text-align:center;width:25%;border-right:1px rgba(0, 0, 0, .1) dotted;box-sizing:border-box;}
.erxmyspace-module .my-u-data > a:last-child, .erxmyspace-module .my-u-data > span:last-child{border-right:0;}
.erxmyspace-module .my-u-data em{display:block;font-family:Arial, Helvetica, sans-serif;font-size:1.2em;}
.erxmyspace-module .my-u-data label{font-size:12px;opacity:.5;}
.erxmyspace-module div.my-items{position:relative;;line-height:1.5;border-top:1px rgba(0, 0, 0, .06) solid;padding:12px 0 12px 45px;}
.erxmyspace-module .my-items .t, .erxmyspace-module .my-status .mine{display:inline-block;max-width:8em;margin:-1px 6px 0 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:text-top;}
.erxmyspace-module .my-status .mine{margin:0 2px 0 0;}
.erxmyspace-module .my-items i{font-size:.8em;opacity:.5;}
.erxmyspace-module .my-items .c{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.erxmyspace-module .p{position:absolute;top:15px;left:0;}
.erxmyspace-module .p img{display:block;width:36px;height:36px;border-radius:50%;transition:all .5s linear;}
.erxmyspace-module .p:hover img{transform:rotate(360deg);}
@keyframes myFlash{ 0% {opacity:0}  100% {opacity:1}}