﻿
/*mod-pop*/
.mod-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
}
/*mod-animate*/
.mod-animate {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    overflow: hidden;
}

    .mod-animate img {
        max-width: 100%;
    }

.animate-3.active {
    -webkit-transform: scale(-10,0);
}

.animate-4.active {
    -webkit-transform: translate(-100%,0);
}

.animate-5.active {
    -webkit-transform: translate(+100%,0);
}

.animate-6.active {
    -webkit-transform: translate(0,-300%);
}

.animate-7.active {
    -webkit-transform: translate(0,+300%);
}
/*mod-share*/
.mod-share {
    overflow: hidden;
    width: 96%;
    margin: 10px 2%;
    text-align: center;
}

.share-btn {
    background: #D6D6D6;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    width: 48%;
    display: inline-block;
}

    .share-btn span {
        height: 20px;
        line-height: 20px;
        display: inline-block;
    }
/*ico*/
.ico-share {
    background: url("../image/ico-share.png") no-repeat 0 center;
    background-size: 23px 20px;
    padding: 0 0 0 27px;
}

.ico-pyq {
    background: url("../image/ico-pyq.png") no-repeat 0 center;
    background-size: 21px 20px;
    padding: 0 0 0 25px;
}



