﻿
.qqFace {
    background: #fff;
}

.mask {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    min-height: 400px;
}

.pl-thread-page {
    padding: 10px 0;
    text-align: right;
    font-size: 12px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

    .pl-thread-page span {
        color: #d32;
        border: solid 1px #ccc;
        background: #f8f8f8;
    }

    .pl-thread-page span, .pl-thread-page a {
        height: 18px;
        line-height: 18px;
        margin-left: 10px;
        padding: 0 5px;
        color: #777;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
    }

    .pl-thread-page span {
        color: #d32;
        border: solid 1px #ccc;
        background: #f8f8f8;
    }

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal_image {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 185px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content-image {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 40rem;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content-image, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
#largeImageModal .close {
    position: absolute;
    top: 11.5rem;
    right: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    opacity: 1;
    z-index: 9999;
    margin-left: 460px;
}

    #largeImageModal .close:hover,
    #largeImageModal .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.modal-cant {
    position: relative;
    z-index: 99;
}

.wrapper {
    border: 1px solid #dedede;
}

.DeleteReply {
    display: none;
}

.follow {
    position: absolute;
    right: 10px;
    top: 9px;
}

.follow_isshow {
    margin-top: 10px;
    display: none;
}

.follow_anniu {
    padding: 5px;
    border: 1px solid #c0c4cc;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    background-color: #cecece;
    display: none;
}

.fans-number {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    text-align: center;
    color: #6d6b6b;
}


.poop {
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.8);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    z-index: 100;
    border-radius: 5px;
    min-width: 150px;
}

.poop:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    top: -4px;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,0.8);
    border-left: 5px solid transparent;
}

.reply-text .poop {
    bottom: -35px;
}

#messageList .res-text[data-userid="10001"] {
    color: red;
}

.more-add {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.endMute {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    margin-left: 10px;
}