/*!
 */

body {
    padding-top: 0px; /* 导航菜单与顶部距离 */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px; /* 轮播图底部距离像素 */
}

.carousel-control,
.item {
    border-radius: 4px; /* 轮播图圆角像素设置 */
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}