
.container {
    width: 1200px;
}
.hz-browse-top-category {
    position: relative;
    margin: 0 -4px;
}
.hzui-carousel .hzui-carousel__inner {
    overflow: hidden;
    white-space: nowrap;
}

.hzui-carousel, .hzui-carousel .hzui-carousel__slider {
    position: relative;
}
.hzui-carousel .hzui-carousel__slider>* {
    display: inline-block;
    zoom: 1;
    white-space: normal;
    -webkit-font-smoothing: inherit;
}
.hz-browse-top-category__card-wrapper {
    padding: 8px 4px 4px;
}
.hz-browse-top-category__card {
    display: inline-block;
    width: 150px;
    height: 150px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
    margin-right: 8px;
    margin-bottom: 16px;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}
.hz-browse-top-category__card-wrapper{padding:8px 4px 4px}
.hbs .hz-browse-top-category__card-wrapper a:hover{color:#000}
.hz-browse-top-category__card{display:inline-block;width:136px;height:136px;box-shadow:0 2px 4px 0 rgba(0,0,0,.16);margin-right:8px;margin-bottom:16px;vertical-align:middle;border-radius:3px;overflow:hidden;transition:all .2s cubic-bezier(.165,.84,.44,1)}
.hz-browse-top-category__card:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.24)}

.hbs a {
    color: #333333;
    text-decoration: none;
}
.hz-image-container {
    position: relative;
    display: inline-block;
    color: transparent;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
.hbs img {
    vertical-align: middle;
}
.hz-responsive-img {
    width: 100%;
    height: 100%;
}
.hbs, body.hbs {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.hbs .text-center {
    text-align: center;
}
.hbs .text-bold {
    font-weight: bold;
}
.hbs p {
    margin: 0 0 10px;
}
.hz-browse-top-category__card-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    max-height: 42px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
	text-align:center;
    overflow: hidden !important;
}
