body {
    min-width: inherit;
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-track {
    background-color: #f9f9f9
}

body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(66, 66, 66, .2)
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(66, 66, 66, .5)
}

#preview-content {
    width: 100%;
    padding-bottom: 50px
}

#preview-content header {
    color: #444;
    border-bottom: 2px solid #eee;
    font-weight: inherit;
    padding: 10px
}

#preview-content .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    overflow: hidden;
    padding: 10px 0 15px;
    border-bottom: 0
}

#preview-content .account {
    height: 58px;
    border-bottom: 0;
    position: relative
}

#preview-content .account img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 4px
}

#preview-content .account .account_name {
    line-height: 35px;
    height: 35px;
    color: #5a8ccb;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%
}

#preview-content .account .des {
    line-height: 15px;
    height: 15px;
    font-size: 12px;
    color: #888
}

#preview-content .account .subscribe {
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #f0bb4a;
    border: 1px solid #f0bb4a;
    border-radius: 15px;
    font-size: 12px;
    padding-left: 9px;
    padding-right: 14px;
    padding-bottom: 10px
}

#preview-content article {
    word-wrap: break-word;
    background: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

#preview-content article p {
    padding: 0;
    margin: 0 0 10px
}

#preview-content article img, #preview-content article iframe, #preview-content article audio {
    max-width: 100%
}

#preview-content article .video-p {
    /*background: #333;*/
    /*text-align: center;*/
    width: 100%;
    position: relative;
    /*padding-bottom: 56.25% !important;*/
    /*height: 0*/
}

#preview-content article .video-p iframe, #preview-content article .video-p video {
    border: 0;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%*/
}

#preview-content .icon-function-view {
    margin-left: 10px;
    padding-left: 10px
}

#preview-content .icon-function-view:before {
    margin-right: 5px
}

#preview-content .tips {
    padding: 20px 10px 0
}

#preview-content .tips p {
    text-align: center
}

#preview-content .praise {
    text-align: center;
    margin: 30px 0;
    display: none
}

#preview-content .praise em {
    font-style: normal
}

#preview-content .praise a {
    display: inline-block;
    width: 100px;
    height: 32px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none !important;
    color: #333;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #dedede
}

#preview-content .praise i {
    margin-right: 3px
}

#preview-content .praise i.new-icon-dianzan- {
    display: none
}

#preview-content .praise i.new-icon-dianzan-- {
    display: inline
}

#preview-content .praise a.disabled {
    border-color: #f5944f;
    color: #f5944f
}

#preview-content .praise a.disabled i.new-icon-dianzan- {
    display: inline;
    color: #f5944f
}

#preview-content .praise a.disabled i.new-icon-dianzan-- {
    display: none
}
#preview-content article > .editor {
    font-size: 15px;
    color: #999999;
    padding: 10px 0;
    border-bottom: 1px solid rgb(151, 151, 151, 0.17);
}
