.block16254 {
    width: 100%;
    padding: 20px 0;
    word-break: break-word;
}

div.block16254 .blockTitle {
    font-size: 30px;
    margin-bottom: 40px;
    color: #363533;
    text-align: center;
    width: 100%;

}

.block16254 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block16254 .tile {
    width: calc(20% - 30px);
    margin: 0 15px;
    outline: none;
}

.block16254 .imgBox {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    position: relative;
    height: 0;
    padding-top: 100%;
}

.block16254 .circle {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-color: #7f09f5;
}


.block16254 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

div.block16254 .title {
    margin-top: 15px;
    font-size: 16px;
    color: #363533;
    transition: all 0.5s;
    text-align: center;
    /* word-break: break-word; */
}

.block16254 .title a {
    color: inherit;
    outline: none;
    cursor: pointer;
}

.block16254 .tile:hover .circle {
    transform: scale(1);
    opacity: 1;
}

.block16254 .tile:hover .title {
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #7f09f5;
}

.block16254 .tile:hover .imgBox img {
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.block16254 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: unset;
}

.block16254 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #7f09f5;
    opacity: 0.3;
    transition: opacity .3s ease;
    border-radius: 50%;
    cursor: pointer;
}

.block16254 .slick-dots .slick-active {
    opacity: 1;
}

.block16254 .slick-dots li:hover {
    opacity: 1;
}

.block16254 .slick-dots li button {
    font-size: 0;
    border: none;
    background: none;
    display: none;
}

.block16254 .none {
    display: none;
}

@media screen and (max-width:1200px) and (min-width:600px) {
    .block16254 .imgBox {
        width: 170px;
        height: 170px;
        padding-top: 0;
        margin: auto;
    }
}

@media screen and (max-width:760px) {
    .block16254 .blockTitle {
        margin-bottom: 30px;
    }
}