﻿.Reimg {
    max-width:100%;
}
code {
    font-family:微软雅黑;
    padding:0px;
    font-size:initial;
    color:#000;
    background-color:#fff;
    border-radius:0px;
}

.Comment {
    zoom: 1;
    clear: both;
    background: #FBFBFD;
    position: relative;
    margin-top: 10px;
    min-height: 250px;
}

.Comment-left {
    height: 100%;
    width: 107px;
    padding: 10px;
    background: #FBFBFD;
    position: absolute;
}

.Comment-right {
    float: right;
    min-height: 224px;
    width: calc(100% - 107px);
    padding: 10px;
    font-size: 23px;
    color: #333;
    margin: 0px;
    background: #FFF;
}

.Comment-bottom {
    background: #FFF;
    width: calc(100% - 107px);
    float: right;
    height: 26px;
    line-height: 26px;
}

#MainDiv {
    border:none !important;
    border-image:none !important;
}

#ArticleHtml > div > p{
    margin-bottom:15px !important;
}

#ArticleHtml img {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    #ArticleHtml {
        padding-left: 15px !important;
    }

    #ArticleAuthor {
        width: 100% !important;
        position: initial !important;
    }

    #ArticleAuthor > div:after{
        content:"";
        display:block;
        clear:both;
    }
        #ArticleAuthor > div > div {
            float: left;
        }
        #ArticleAuthor > div > p{
            margin-left: 15px;
            float: left;
        }

    #ArticleHtml img {
        height: auto !important;
    }
}