.tabs {
    margin-top: 15px;
}

.tabs .tabs-title {
    text-align: center;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #ccc;
}

.tabs .tabs-heads {
    text-align: center;
    display: flex;
    justify-content: center;

}

.tabs .tabs-heads .tabs-heads-item {
    cursor: pointer;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.tabs .tabs-heads .tabs-heads-active {
    background-color: #7c7c7c;
    color: #fff;
}

.tabs .tabs-bodys {}

.tabs .tabs-bodys .tabs-bodys-item {
    display: flex;
    justify-content: center;
    max-width: 900px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.tabs .tabs-bodys .tabs-bodys-item .tabs-bodys-item-sub {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: center;
    margin-right: 15px;
    transition: All 0.4s ease-in-out;

    -webkit-transition: All 0.4s ease-in-out;

    -moz-transition: All 0.4s ease-in-out;

    -o-transition: All 0.4s ease-in-out;



}

.tabs .tabs-bodys .tabs-bodys-item .tabs-bodys-item-sub .tabs-bodys-item-sub-img img {

    background-color: transparent;
    max-width: 180px;
}

.tabs .tabs-bodys .tabs-bodys-item .tabs-bodys-item-sub:hover {
    transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -o-transform: scale(1.2);

    -ms-transform: scale(1.2);
}

.tabs-bodys-toolbar {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tabs-bodys-toolbar * {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
    font-size: 18px;
    user-select: none;
}

.tabs-bodys-toolbar button {
    border: #3b82f6 solid 1px;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}