a:hover {
    text-decoration: none
}

.media .media-body {
    margin-left: 0;
}

#carousel {
    background: #333;
}

.carousel-item {
    overflow: hidden;
}

.carousel-item img {
    max-height: 500px;
}

#recommend-brand {
    height: 50px;
    background: url(/meifubd/style/images/recommend.png) no-repeat center;
}

#recommend2 {
    position: relative;
    overflow: hidden;
}

#recommend2 li {
    margin-top: -1px;
    border-top: 1px dashed #CCC;
}

#recommend2 .media-body p {
    font-size: 0.7em;
}

#hot-brand {
    margin: 5px;
    padding-left: 40px;
    background: url(/meifubd/style/images/hot.png) no-repeat left center;
    background-size: auto 60%;
}

#rec-brand {
    margin: 5px;
    padding-left: 40px;
    background: url(/meifubd/style/images/note.png) no-repeat left center;
    background-size: auto 60%;
}

#main-list ul {
    overflow: hidden;
}

#main-list li {
    position: relative;
    margin-top: -1px;
    padding: 2% 0;
    border-top: 1px dashed #f1f1f1;
    min-height: 120px;
}

#main-list .img-box {
    display: block;
    margin-right: 2%;
    width: 30%;
    height: 120px;
    text-align: center;
    overflow: hidden;
}

#main-list .item-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #BBB;
    font-size: 0.7em;
}