@charset "UTF-8";

/* 轮播图 */
.ak-item-carousel-thumb {
    width: 100% !important;
    height: 0;
    padding-bottom: 100%;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ak-item-list-thumb {
    width: 100% !important;
    height: 0;
    cursor: pointer;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.ak-item-description {
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}
.ak-comment-photo {
    width: 7.5rem !important;
    height: 0;
    padding-bottom: 7.5rem;
    background-size: contain;
    background-position: center;
    /*background-repeat: no-repeat;*/
    border-radius: 50%;
}