/*module_ID=488 热门推荐 begin*/
.layout-lt-pwlt-hhpwlt-recommend-top .fl
{
    float: left;
}
.layout-lt-pwlt-hhpwlt-recommend-top .all-image-box
{
    width: 100%;
    display: block;
    overflow: hidden;
}
.layout-lt-pwlt-hhpwlt-recommend-top .all-images
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    transition: all 0.25s linear 0.1s;
    -webkit-transition: all 0.25s linear 0.1s;
    -moz-transition: all 0.25s linear 0.1s;
    -o-transition: all 0.25s linear 0.1s;
}
.layout-lt-pwlt-hhpwlt-recommend-top .all-images:hover
{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*module_ID=488 热门推荐 end*/