body {
    font-family:"Source Sans Pro", PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    background-color: transparent;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

.noitems {
    color: #666;
    font-size: 15px;
    margin: 5% auto;
    text-align: center;
}

.noitems .iconfont {
    margin-right: 5px;
    margin-top: -1px;
}

