.icon-item {
    float: left;
    width: 60px;
    height: 60px;
    margin: 5px 5px;
    background-color: #f9f9f9;
    position: relative;
}

.icon-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.icon-item img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .icon-item {
        width: 15%;
        height: unset;
        margin: 2px 2px;
    }
}

.tab-box {
    overflow: hidden;
    margin-bottom: 10px;
}

.tab-item {
    float: left;
    margin-right: 10px;
    border: 1px;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 27px;
}

.tab-item:hover {
    color: #03A9F4;
}

.tab-item.active {
    color: #fff;
    background-color: #03A9F4;
}