﻿/*
 3500套「真」响应式「通用」网站系统，最低10元,买2送1，「兼容」所有设备
 */

.btn02 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn02 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.btn02 .ovrly {
    position: absolute;
    background: rgba(0, 205, 0, 0.25);
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn02 .buttons {
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn02 .buttons .fa {background: rgba(0, 205, 0, 0.9);
    margin: 0 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
}
.btn02:hover .buttons {
    left: 50%;
}
.btn02:hover .ovrly {
    left: 0;
}

