* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    background: #eee;
    font-size: 10px;
}

body {
    width: 100% !important;
    max-width: 640px;
    background: #fff;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

.align-right {
    text-align: right;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.inline {
    display: inline-block;
}

.clear:after {
    clear: both;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gap {
    background: #f8f7f7;
    height: 10px;
    display: block;
    width: 100%;
}

ul,
li {
    padding: 0;
    list-style-type: none;
}

table {
    width: 100% !important;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
    overflow-x: auto;
    height: auto;
}

table td {
    border: 1px solid #ddd;
}

#main article table p {
    text-indent: 0;
    word-break: break-all;
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    background: rgb(251, 251, 251);
    padding: 10px;
    border-radius: 5px;
    border-color: rgb(221, 221, 221);
    color: rgb(68, 68, 68);
    max-width: 100%;
    overflow-x: auto;
}

a.innerlink {
    text-decoration: underline;
    color: #464c56;
}

a.outterlink {
    color: #2b85e1;
    text-decoration: none;
}

.sf_app_tip {
    padding: 0rem 1em 1em;
    word-break: break-all;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.6em;
    margin-top: 10px;
    color: #464c56;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}

#appheader,
#appfooter {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    left: 50%;
    z-index: 3;
    max-width: 640px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#appheader {
    top: 0;
}


/* 下载引导条 */

.goapp {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 640px;
}

.goapp img {
    width: 100%;
    display: block;
}

.goapp.hideme {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
}

#main {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fcfcfc;
    padding-bottom: 80px;
}


/* 标题 */

#main .title {
    color: #464c56;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    padding: 2rem;
    bottom: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, .6);
}

#modalmask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 19900;
    display: none;
}

#showDownload,
#showDeleteCm {
    position: fixed;
    z-index: 20000;
    width: 85%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 1.4rem;
    display: none;
}

#showDownload .btns,
#showDeleteCm .btns {
    margin-top: 20px;
    text-align: right;
}

#showDownload .btns div,
#showDeleteCm .btns div {
    display: inline-block;
}

#showDownload .btns div.sure,
#showDeleteCm .btns div.sure {
    margin-left: 20px;
    color: #2c87e4;
}

#showDownload .btns div.cancel,
#showDeleteCm .btns div.cancel {
    margin-left: 20px;
    color: #666;
}


/* 头图 */

#main #cover {
    position: relative;
    max-height: 210px;
    overflow: hidden;
}

#main #cover img {
    display: block;
    width: 100%;
    opacity: 0;
    max-height: 210px;
}


/* 时间 */

#main #publishTime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 0.9rem;
}


/* 摘要 */

#main .digest {
    font-size: 12px;
    color: #999;
    padding: 0 16px;
    padding-bottom: 10px;
    text-align: justify;
}

#abstract {
    padding: 1rem 2rem;
    margin-top: 1rem;
    color: #999;
    font-size: 1.4rem;
    font-weight: 300;
}

#abstract:after {
    display: block;
    width: 30%;
    height: 4px;
    border-radius: 3px;
    background: #efefef;
    content: "";
    margin-top: 1rem;
}

.sf-text-left {
    text-align: left;
    display: block;
}

.sf-text-right {
    text-align: right;
    display: block;
}

.sf-text-center {
    text-align: center;
    display: block;
}


/* 标签 */

#main .tag-list-wrapper {
    padding: 0 2rem;
}

#main .tag-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    height: 40px;
}

#main .tag-list .tag {
    padding: .2rem 1rem;
    margin-right: 1rem;
    border: 1px solid #efefef;
    display: inline-block;
    color: #bbb;
    border-radius: 3px;
    text-decoration: none;
}

#main .tag-list .tag span.name {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}

#main article mark {
    background: none;
    border-bottom: 1px dotted #0287ca;
    color: #666;
}

#main article {
    padding: 2rem 1em 1em;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 30px;
    color: #464c56;
    -webkit-font-smoothing: antialiased;
}

#main article img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#main article iframe,
#main article video {
    max-width: 100%;
    height: 240px;
    width: 100%;
    background: #000;
}

#main .res {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 16px;
}

#main article p,
#main article div,
#main article h1,
#main article h2,
#main article h3,
#main article h4,
#main article h5,
#main article h6,
#main article a,
#main article pre,
#main article span,
#main article section {
    max-width: 100% !important;
    margin-left: 0 !important;
}

#main article figcaption {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 2em;
    padding-bottom: 20px;
}

#main article p {
    text-indent: 2em;
}

/* #main article a{ color: #2b85e1; } */
#weixin_tip {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#weixin_tip img {
    position: absolute;
    width: 35%;
    right: 20px;
    top: 20px;
}

#main article h1 {
    font-size: 2.5rem;
}

#main article h2 {
    font-size: 2.2rem;
}

#main article h3 {
    font-size: 1.8rem;
}

#main article h4 {
    font-size: 1.5rem;
}

#main article h5 {
    font-size: 1.2rem;
}

#main article h6 {
    font-size: 1rem;
}

#main article blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    display: block;
    border-left: 3px solid #eee;
}

#main article blockquote blockquote {
    padding: 0;
    border-left: none;
    margin: 0;
}

#main article .lazyload {
    height: 0;
    width: 100%;
    background: #e5e5e5;
    border: none;
}

.sf_app_tip_img {
    width: 90%;
    margin: 0 auto;
    display: none;
}

.sf_app_tip_img p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.6em;
    color: #333;
}

.sf_app_tip_img p .sp {
    font-size: 1.8rem;
    color: #0288e7;
}

.sf_app_tip_img img {
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}


/* 点赞 分享*/

#sharebtns {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

#sharebtns.show {
    height: 45px;
}

#sharebtns a {
    width: 33.3%;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height: 30px;
}

#sharebtns a.bds_tsina {
    background: url(../img/icon_weibo.png) no-repeat center;
    background-size: auto 30px;
}

#sharebtns a.bds_weixin {
    background: url(../img/icon_weixin.png) no-repeat center;
    background-size: auto 30px;
}

#sharebtns a.bds_youdao {
    background: url(../img/icon_youdao.png) no-repeat center;
    background-size: auto 33px;
}

#reaction {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 2rem;
}

#reaction .article_like,
#reaction .article_share {
    width: 30%;
    margin: 10px 10%;
    border-radius: 30px;
    background-color: #2b85e1;
    float: left;
}

#reaction .article_like span {
    padding-left: 20px;
    background: url(../img/new_good.png) no-repeat left center;
    background-size: 16px auto;
    display: inline-block;
    line-height: 2.7em;
}

#reaction .article_share span {
    padding-left: 20px;
    background: url(../img/new_share.png) no-repeat left center;
    background-size: 16px auto;
    display: inline-block;
    line-height: 2.7em;
}

.blocktit {
    margin-left: 15px;
}

.blocktit p {
    padding-left: 18px;
    background: url(../img/circle.png) no-repeat left center;
    background-size: 10px 10px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}

.iframeMask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.noapp {
    display: none;
}

#sharewrap,
#errorwrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

#sharewrap img {
    width: 40%;
    position: absolute;
    right: 10px;
    top: 10px;
}


/*errorwrap*/

#errorwrap p {
    position: absolute;
    max-width: 300px;
    background: #fff;
    border-radius: 8px;
    color: #333;
    line-height: 2em;
    font-size: 16px;
    padding: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#relativeList ul li:after {
    content: '';
    display: block;
    clear: both;
}

#relativeList ul li {
    position: relative;
    margin-bottom: 16px;
}

#relativeList ul li .cover {
    position: absolute;
    width: 25%;
    height: 80px;
    right: 10px;
    top: 10px;
}

#relativeList ul li .con {
    padding-right: 25%;
    min-height: 80px;
    padding-top: 15px;
}

#relativeList ul li .title {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 15px;
    height: 3em;
    overflow: hidden;
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

#relativeList ul li .desc {
    font-size: 12px;
    color: #999;
    padding: 0 15px;
}

#changeRelative {
    font-size: 14px;
    color: #43a1ff;
    text-align: center;
    line-height: 3em;
}


/* wrap */

.wrapblock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
    background: #fff;
}

.wraptitle {
    position: absolute;
    z-index: 20;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

.wraptitle .back {
    position: absolute;
    left: 5px;
    height: 50%;
    top: 25%;
}

.wraptitle .back img {
    height: 100%;
    width: auto;
    display: block;
}

.wraplist {
    padding-top: 60px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
}

#replyList .list {
    background: #eff8fd;
    padding: 10px;
    margin-top: 20px;
}

#fullscreen {
    position: fixed;
    background: #000;
    z-index: 1000;
    left: 50%;
    top: 50%;
    color: #adc;
    display: none;
    -webkit-transform: rotate(90deg) translate3d(-50%, -50%, 0);
            transform: rotate(90deg) translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    font-size: 20px;
}

#fullscreen iframe,
#fullscreen video {
    width: 100%;
    height: 100%;
    background: #000;
}

#fullscreen .close {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2000;
    background: url(../img/close.png) no-repeat center;
    background-size: cover;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 0.3s;
    -webkit-animation-fill-mode: both;
    animation: fadeInLeft 0.3s;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOutRight {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes fadeOutRight {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

.fadeOutRight {
    -webkit-animation: fadeOutRight 0.3s;
    -webkit-animation-fill-mode: both;
    animation: fadeOutRight 0.3s;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.3s;
            animation: fadeOut 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

#largePicLayer {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    display: none;
}

#largePicWrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#largePicWrap div {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

#largePicWrap img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#largePicLayer .close {
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
}

#largePicLayer .close img {
    width: 100%;
    height: 100%;
}

.btnReload {
    text-decoration: none;
    background: #3383f7;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 0.4em;
    text-align: center;
}
span.js_tx_video_container { display: block; }