﻿/* wrapper */

#wrapper {
    width: 728px;
    margin: 100px auto;
}

.title {
    font-size: 18px;
    margin: 15px 0;
    position: relative;
    padding-left: 10px;
}

    /*.title:before {
        content: '';
        width: 4px;
        height: 12px;
        display: block;
        background-color: #5995F1;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
    }*/

.box {
    background-color: #fff;
    padding: 10px;
}

    .box li {
        width: 33.33%;
        float: left;
        text-align: center;
    }

        .box li img {
            height: 130px;
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
        }

.plugin-desc {
    margin-top: 20px;
}


.img-preview-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,.8);
}

.img-preview-popover {
    position: fixed;
    z-index: 9999;
}

.img-preview-foot {
    width: 100%;
    padding: 0 2%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

.img-foot-title {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.img-foot-desc {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    line-height: 24px;
}
