/* 图标字体 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 5037648 */
    src: url('//at.alicdn.com/t/c/font_5037648_j6b872u82wt.woff2?t=1760104261935') format('woff2'),
        url('//at.alicdn.com/t/c/font_5037648_j6b872u82wt.woff?t=1760104261935') format('woff'),
        url('//at.alicdn.com/t/c/font_5037648_j6b872u82wt.ttf?t=1760104261935') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 彩色图标样式 */
.color-icon {
    color: inherit !important;
}

/* 彩色图标背景图片样式 */
.colorful-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}

/* 充电人图标样式 */
.charger-icon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.2em;
    margin-right: 8px;
}

.person-stat-header .charger-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.3em;
    margin-right: 10px;
}

.crab-icon {
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01O4Z2Yd1XYH9t2v4vK_!!6000000002926-2-tps-24-24.png');
}

.tiger-icon {
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01O4Z2Yd1XYH9t2v4vK_!!6000000002926-2-tps-24-24.png');
}