.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: none;
    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.8s ease-in;

    -webkit-transition: All 0.8s ease-in;

    -moz-transition: All 0.8s ease-in;

    -o-transition: All 0.8s ease-in;



}

.tabs .tabs-bodys .tabs-bodys-item .tabs-bodys-item-sub .tabs-bodys-item-sub-img img {

    background-color: transparent;
    max-width: 130px;
}

.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 .tabs-bodys .body-active {

    display: flex;
    justify-content: center;
}

.tabs .tabs-bodys-spages {
    display: flex;
    justify-content: center;

}

.tabs .tabs-bodys-spages .tabs-bodys-spage {
    width: 200px;
    margin-right: 15px;

}

.tabs .tabs-bodys-spages .tabs-bodys-spage .tabs-bodys-spage-img {
    text-align: center;
    transition: All 0.5s ease-in;

    -webkit-transition: All 0.5s ease-in;

    -moz-transition: All 0.5s ease-in;

    -o-transition: All 0.5s ease-in;


}

.tabs .tabs-bodys-spages .tabs-bodys-spage .tabs-bodys-spage-img img {
    max-width: 130px;
}

.tabs .tabs-bodys-spages .tabs-bodys-spage .tabs-bodys-spage-img:hover {
    transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    -ms-transform: rotate(360deg);
}

.tabs .tabs-bodys-spages .tabs-bodys-spage .tabs-bodys-spage-title {
    margin-bottom: 15px;
}