component-category-customslide-b .recommend .slick-slide {
    padding: 0 5px;
}
component-category-customslide-b .recommend .left {
    position: absolute;
    left: 21px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 0.5;
}
component-category-customslide-b .recommend .right {
    position: absolute;
    right: 18px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 0.5;
}
component-category-customslide-b .img__ {
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 230px;
}
component-category-customslide-b .padding5 {
    padding: 0 5px;
}
component-category-customslide-b .img___ {
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 230px;
}
component-category-customslide-b .cover__ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
    outline: none;
}
component-category-customslide-b a.tag .box_text {
    padding: 15px;
}
component-category-customslide-b a.tag {
    outline: none!important;
    text-decoration: none !important;
}
a.tag .box_text {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}
a:hover.tag .box_text {
    color: #FF5100;
}