/*!
 *	jQuery.picopyright -- A JavaScript Picture Copyright Protector
 *
 *	@author CRH380A-2722 <609657831@qq.com>
 *	@license MIT
 */

.picopyright {
    position: fixed;
    display: none;
    left: 0;
    bottom: 47%;
    display: none;
    width: 100%;
    margin: auto;
    z-index: 500;
    text-align: center;
}

.picopyright .picopyright-msg {
    display: inline-block;
    max-width: 100%;
    padding: 30px 100px;
    border-radius: 20px;
    margin: 0 auto;
    background-color: rgba(0,0,0,.7);
    color: #ddd;
    text-align: left;
    font-size: 18px;
}