/* ============================================
   优化后的样式文件
   ============================================ */

/* ---- CSS Reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

ul, ol {
    list-style: none;
}

/* ---- 基础样式 ---- */
body {
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    -webkit-text-size-adjust: none;
    color: #333;
    background: #fff;
    min-width: 320px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* 标题不加粗 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

/* ---- Bootstrap Grid ---- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    background: #fff;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-12, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

/* ---- 导航栏 ---- */
.cpr_nav {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.sinaHead {
    height: 44px;
    background: #FFF;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #E9E9E9;
    padding-right: 12px;
    clear: both;
    overflow: hidden;
    position: relative;
    line-height: 42px;
    min-height: 42px;
    font-size: 16px;
}

.h_nav_items {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 42px;
}

.h_nav_items li {
    float: left;
    width: 17%;
    text-align: center;
}

.h_nav_items li a {
    display: block;
    color: #999;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.h_nav_items li a:hover {
    color: #333;
    border-bottom: 3px solid #333;
}

/* ---- 文章区域 ---- */
.m-article {
    padding: 20px 0;
    margin: 0 10px;
}

/* 标题样式 - 与原版一致，不加粗 */
.m-article h2 {
    margin-bottom: 12px;
    font-weight: normal;
    line-height: 1.3;
}

.art_title_op {
    margin-top: 10px;
    overflow: hidden;
}

.art_title_op time {
    font-size: 0.75em;
    color: #888;
    float: left;
}

.art_title_op aside {
    float: right;
}

.art_title_op aside a {
    color: #888;
    text-decoration: none;
}

.j_article_cmnt_count {
    font-size: 0.75em;
    color: #02abec;
}

/* ---- 内容区域 ---- */
.content {
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

/* 正文段落样式 */
.content p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
}

.cl2 {
    color: #F44336;
    font-weight: bold;
}

.cl3 {
    color: #F44336;
    background: #FFEB3B;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.cl4 {
    color: #3364f7;
}

.redtext {
    color: red;
}

.left {
    float: left;
}

.right {
    color: right;
}

/* ---- 精彩评论标题 ---- */
.box3 {
    position: relative;
}

.box3 h6 {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
}

.xian3 {
    height: 1px;
    width: 40%;
    margin-top: 10px;
    background-color: #000;
    position: absolute;
    top: 3px;
}

.xian3-1 {
    right: 0;
}

/* ---- 评论区域 ---- */
.pinglun {
    display: block;
}

.pinglun li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 10px;
}

.pinglun .list {
    display: block;
}

.pinglun .list .head {
    overflow: hidden;
}

.pinglun .list .img {
    float: left;
    margin-right: 17px;
}

.pinglun .list .img img {
    width: 40px;
    height: 40px;
    display: block;
}

.pinglun .list .head p {
    margin: 0;
}

.pinglun .list .head .name {
    color: #3364f7;
}

.pinglun .list .head .time {
    font-size: 12px;
    color: #777;
}

.pinglun .list .neirong {
    margin-left: 57px;
}

.pinglun .list .neirong p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* ---- 底部 ---- */
.footer a {
    color: rgba(102, 102, 102, 0.2);
}

.footer {
    color: #333333;
    font-size: 12px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: block;
}

.cpr_foot {
    clear: both;
}

/* ---- 微信复制按钮 ---- */
.wmark {
    background-color: gold;
    color: red;
    font-size: 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.wmark {
    border: 0;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 3px;
}

button.wmark:focus {
    outline: 0;
}

.copy_prop {
    position: absolute;
    z-index: 2;
    background: rgba(82, 82, 82, 1);
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    left: 10px;
    top: -45px;
    width: 60px;
    border-radius: 5px;
    text-indent: 0;
}

.copy_prop:after {
    content: '';
    line-height: 0;
    height: 0;
    width: 0;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    border-top: rgba(82, 82, 82, 1) 5px solid;
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

/* ---- 弹出框 ---- */
.alert_modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    max-width: 640px;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
}

.info_box {
    background-color: #fff;
    width: 320px;
    position: absolute;
    min-height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    border-radius: 8px;
}

/* ---- 工具类 ---- */
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
