.bx-wrapper .bx-next {
    width: 32px;
    height: 32px;
}

.bx-prev {
    z-index: 100 !important;
}

.bx-next {
    z-index: 100 !important;
}

.bxslider li div {
    text-align: center;
    width: 100%;
    display: block;
}

.item {
    display: inline-block;
    width: 100%;
    border: 3px;
    box-sizing:border-box;
    border-color: #ccc;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 170px;
    background-size: cover;
    background-position: center;
}
.item a {
    display: block;
    height: 100%;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: solid #fff 0px;
    left: 0px;
    background: #fff;
    /*height: 300px;*/
}

.bxslider li {
    position: relative;
}

.out {
    bottom: -50px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.detail {
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1396e2;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}

.image {
    width: 100%;
}

.type {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 3px 0;
}

.slider {
    /*height: 162px;*/
    overflow: hidden;
    position: relative;
}
.load{
    height: 170px;
    overflow: hidden;
}

.load:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000099;
}