body {
    background: #f1f4f9;
}
.apps .app {
    padding: 10px;
    float: left;
    cursor: pointer;
    min-height: 85px;
}
.apps .app:hover {
    background-color: #f2f8fd;
    border-radius: 8px;
}
.apps .app-logo {
    float: left;
    margin-right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
}
.apps .app-name {
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.apps .app-description {
    padding-left: 35px;
    color: #999;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.apps .app-more {
    font-size: 12px;
    line-height: 200%;
}
.apps .card {
    border: none;
    border-radius: 10px;
}
.apps .card-header {
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.app-search .anchor {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    overflow: auto;
    white-space: nowrap;
}
.app-search .anchor .item {
    margin: 0 5px;
    color: #999;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
}
.app-search .anchor .item.on {
    color: #00aaff;
}