body {
    font-family: "Microsoft Yahei", "微软雅黑", "华文细黑", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB";
    color: #282828;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

*{
    padding: 0;
    margin: 0;
}

*,:after,:before {
    box-sizing:border-box;
    outline: none;
}

ul li {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.HIDE,.hide{
    display: none !important;
}


.default-color{
    color:#409EFF
}

.success-color{
    color:#67C23A
}

.warning-color{
    color:#E6A23C
}

.danger-color{
    color:#F56C6C
}

.info-color{
    color:#909399
}

.msg-state-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.msg-state{
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msg-state i{
    font-size: 28px;
}

.msg-state-rate{
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.msg-doing{
    animation: loading 10s linear infinite;
    background-image:url(/static/images/doing.gif);
    background-size: 32px 32px;
}

.msg-doing:after{
    content: "";
}