﻿/*
 批量出售H5响应式无错网站系统www-asp.com
 */
.ovrly04 { width: 100%;
    overflow: hidden;
    position: relative;
    
   
}
.ovrly04 img {cursor: pointer;  
                transition: all 0.3s;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.ovrly04 img:hover {transform: scale(1.4);}


.ovrly04 .buttons {text-shadow: 1px 1px 1px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ovrly04 .buttons .fa {
   
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.ovrly04:hover .buttons .fa {
    opacity: 1;
}



