﻿body {
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

img {
    max-width: 100%;
    height: auto;
}



/* Below is My Own CSS*/
body {
    font-family: Microsoft YaHei,'Arial Rounded MT', Arial;
    /*word-break: break-all;
    overflow-wrap: break-word;*/
}

.greyMode {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
}

/* code {
    width: auto !important;
    max-width: none !important;
    display: block !important;
    white-space: pre-wrap !important;
} */
pre{
	 padding: 1rem;
    max-height: 35rem;
    line-height: 1.5;
    background-color: #e9ecef;
    overflow: auto;

}
/*JAVBUS*/
.sample-box {
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
    margin: 5px;
    width: 140px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}


/*PornHub*/
.title {
    font-weight: 700;
    font-size: 11pt;
    color: blue;
    margin-bottom: 3px;
}

.greyout {
    display: inline-block;
    background: #eaeff2;
    border-radius: 4px;
    box-shadow: inset 0 -1px #bbbfc2;
    color: #4d4353;
    padding: 0.3em 0.8em;
}

.menupadding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
/*HAORENKA*/
div.mycred-content-forsale, div.post-copyright, div.huoduan_hide_box {
    display: none !important;
}

/*GUANCHA*/
blockquote {
    background: #ccc;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    padding: 20px 20px 20px 26px;
    background-color: #f7f7f7;
    border-top: 1px solid transparent;
    color: #8590a6;
}
.mzsm, .copyright-claim, .bqsm {
    color: darkgrey;
    font-size: 12px;
}


/*REPORTER*/
.tools__BookmarkIconBlock-jf7k3l-3, .tools__TextIconBlock-jf7k3l-0, .mobile-aside__Container-sc-1k1zo00-0, .tools__PrintIconBlock-jf7k3l-2, .tools__TextIconBlock-jf7k3l-0, .desktop-aside__AsideFlexBox-physaw-0, .article-page__MetadataAndToolsBlock-sc-1wuywdb-6, .article-page__RelatedBlock-sc-1wuywdb-10, .normal__TextBlock-qpgeb2-1 {
    display: none !important;
}

img, img.photo, iframe {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}



.watermark {
 
    position: relative;
}

    .watermark::after {
        content: "";
        background: url(/Images/archived-horizontal.png);
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }



/*General*/
td {
    word-wrap: break-word !important;
    word-break: break-all !important;
}

.intro {
    border-bottom: 1px dashed #888;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    text-indent: 0;
}


.end {
    display: none !important;
}



div.postinfo {
    display: none !important;
}

div.col-md, div.col-xl-11, div.story_bar_new, div.page, p, h1, div.notice, div.blockcode {
    width: auto !important;
    max-width: none !important;
}

    div.asb, div.asb-post, div.asb-post-01, div.ad, div.article-function, h1.story_art_title, h1.article-title, div.only_web {
        display: none !important;
    }

div.column-left {
    float: unset !important;
}
/* 
code {
    width: auto !important;
    max-width: none !important;
    display: block !important;
    white-space: pre-wrap !important;
} */

div.social-share, div.banner-336x280, div.sd-content, div.sharedaddy, div.jp-relatedposts, div.comments-area, div.rgg-container, div.code-block {
    display: none !important;
}
/*,*/
iframe, div.social-share, div.font-size-setting, img.srcset, div.CommentEntry__CommentLikeBtn-fs8b9t-0 {
    display: none !important;
}

/*实现返回顶部效果2*/
.rollto {
    position: fixed;
    right: 5px;
    bottom: 51px;
    z-index: 999999;
    width: 50px;
    font-family: simsun;
    /* display: none; */
}

.ico-totop {
    background-position: 0 0;
}

.ico-torespond, .ico-totop {
    display: block;
    margin-top: 2px;
    height: 50px;
    width: 50px;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.ico {
    overflow: hidden;
    line-height: 64px;
    font-size: 0;
    display: inline-block;
}

.comm, .ico {
    /*图片地址，根据你项目的图片位置为准*/
    background-image: url(/images/backtop.png);
    background-repeat: no-repeat;
}