﻿/* CSS Document */

/*新闻wiki样式*/
.article-wiki {
    font-size: 18px;
    color: #333;
    line-height: 2;
    word-break: break-all;
}

/* .article-wiki h2{ font-size:24px;font-weight:bold; margin-top:1.4rem;} */
.article-wiki h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 2.8rem;
}

.article-wiki h3 {
    font-size: 20px;
    font-weight: bold;
    text-indent: 15px;
}

.article-wiki h4 {
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
}

.article-wiki table {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.article-wiki table th {
    border: 1px solid #CCC;
    padding: 5px 0;
    background: #f0f1f2;
}

.article-wiki table td {
    border: 1px solid #CCC;
}

.article-wiki .emptytable,
.article-wiki .emptytable td,
.article-wiki .emptytable th {
    border: 0;
    background: none;
}

/* .article-wiki p{ margin:1.4rem 0 0; } */
.article-wiki p {
    margin: 2.8rem 0 0;
}

.article-wiki ul {
    list-style: disc;
    margin-left: 20px;
}

.article-wiki li {
    margin-left: 25px;
}

.article-wiki ol {
    list-style: decimal;
    margin-left: 20px;
}

.article-wiki i {
    font-style: oblique;
}

.article-wiki hr {
    border: none;
    border-bottom: 1px solid #CCC;
    height: 0;
}

.article-wiki a {
    color: #0152D9;
    border-bottom: 0px solid #0152D9;
    text-decoration: none;
}

.article-wiki a:visited {
    color: #0152D9;
    text-decoration: none;
}

.article-wiki a:hover {
    text-decoration: none;
    color: #0152D9;
}

/* .article-wiki a.external{ color:#72a1c0;} */
.article-wiki img {
    max-width: 95%;
    height: auto;
    width: expression(this.width > 700 ? "700px" : this.width);
    margin: 10px;
}

.article-wiki .thumb {
    margin-bottom: 0.5em;
    border-style: solid;
    border-color: White;
    width: auto;
}

.article-wiki .thumb div {
    border: 1px solid #cccccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

.article-wiki .thumb img {
    margin-bottom: 3px;
    background: #FFFFFF;
}

.article-wiki .thumb .thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0.1em 0.1em 0.1em;
}

.article-wiki .tright {
    clear: right;
    float: right;
    margin: 0.5em 0 0.8em 1.4em;
}

/*状态*/
.article-status-queued {
    color: red
}

.article-status-published {
    color: blue
}

.article-status-discard {
    color: gray
}

#messages {
    border: 1px #fa8700 solid;
    padding: 5px;
    background-color: #fee3c3;
}

/*488/16*/
@media screen and (max-width: 30.5em) {
    .article-wiki p {
        line-height: 1.65;
    }
}


.head-mobile-fixed {
    position: sticky;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}

.topMbaBar {
    background: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 864px;
    border-bottom: 1px solid #EDEFF2;
}

.topMbaBar .subheading {
    color: #303133;
    font-size: 18px;
    font-weight: 400
}

.topMbaBar .left {
    height: 50px;
}

.topMbaBar .right {
    padding-top: 8px
}

.topMbaBar .separator {
    display: block;
    margin: .81rem .44rem 0;
    background: #edeff2;
    width: 1px;
    height: .75rem
}

.square-btn {
    display: block;
    padding: 0;
    width: 85px;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none
}

a.square-btn:hover {
    text-decoration: none
}

.btn-blue {
    background: #0152D9;
    color: #fff;
    border-radius: 34px
}

.mbaLogo {
    width: 129px;
    height: 29px;
    display: block;
    background: url("../../logo/z-blog-logo.png") no-repeat;
     background-size: auto 100%;
    background-position: center;
    margin: 10px 0 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.topnav-wr {
    width: 100%;
    max-width: 864px;
}

.top-fix-nav {
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
    color: #303133;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 50px;
}

.font-primary {
    color: #0152D9;
    font-weight: normal;
    line-height: 50px;
}

.top-nav-ico {
    margin: 15px auto 0;
    display: block;
    width: 136px;
    height: 22px;
    background: url("../../logo/z-blog-logo.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.top-nav-menu {
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
}

.top-nav-menu2 {
    position: absolute;
    top: 4px;
    right: 50px;
    cursor: pointer;
}

.top-nav-menu>.top-menu-icon {
    display: block;
    margin-top: 10px;
    width: 22px;
    height: 22px;
}

.top-menu-icon.search {
    background: url("../../images/icon_serchb.png") no-repeat;
    background-size: 100%;
}

.top-menu-icon.menu-open {
    background: url("../../images/menu-open.png") no-repeat;
    background-size: 100%;
}

.top-menu-icon.menu-close {
    background: url("../../images/tag-close3.png") no-repeat;
    background-size: 100%;
}

.top-menu-icon.more {
    background: url("../../images/nav_btn_more.png") no-repeat;
    background-size: 100%;
}

.pop-radius {
    position: fixed;
    left: 50%;
    z-index: 1003;
    display: none;
    margin-left: -4in;
    top: -1px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    height: 240px;
}

.pop-radius {
    left: 0;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
}

.pop-radius .pop-right-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    background: url("../../images/icon_cancel.png") no-repeat;
    background-size: 100%;
}

.pop-radius .title {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    color: #333;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .pop-radius {
        left: 0;
        margin-left: 0;
        width: 100%;
        padding-bottom: 0;
    }
}

.h-ico {
    padding: 20px 0;
    overflow: hidden;
}

.ico {
    margin: 0 auto 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7FA;
    border-radius: 50%
}

.ico.ico-share {
    background: url("../../images/itm-share.png") no-repeat;
    background-size: 100%;
}

.ico .ico-favorite {
    width: 20px;
    height: 20px;
}

.ico.ico-link {
    background: url("../../images/itm-link.png") no-repeat;
    background-size: 100%;
}

.ico.ico-home {
    background: url("../../images/itm-home.png") no-repeat;
    background-size: 100%;
}

.ico.ico-refresh {
    background: url("../../images/itm-refresh.png") no-repeat;
    background-size: 100%;
}

.tm-li {
    float: left;
    text-align: center;
    font-size: 11px;
    color: #303133;
    position: relative
}

.tm-li .tm-div {
    cursor: pointer;
    margin: 0 auto;
    font-size: 12px;
}

/*.tm-li.part5{width:20%;}*/
/*.tm-li.part4{width:25%;}*/
/*.tm-li.part3{width:33.33%;}*/
/*.tm-li.part2{width:50%;}*/
/*.tm-li.part1{width:100%;}*/
.tm-li.part {
    width: 18%;
}

.tm-li.part:first-child .tm-div {
    padding-left: 10%;
}

.tm-li.part:first-child {
    width: 23%
}

.tm-li.part:last-child .tm-div {
    padding-right: 10%
}

.tm-li.part:last-child {
    width: 23%
}

.top-wr-take {
    height: 100px
}

.tm-li.part3 {
    width: 33.3%;
}

.tm-li.part4 {
    width: 24.5%;
}

@media screen and (min-width:864px) {
    .top-wr-take {
        display: none
    }

    .head-mobile-fixed {
        display: none;
    }

    .showCtrol {
        display: none
    }

}

@media screen and (max-width:864px) {
    .topnav-wrap {
        display: none;
    }
}

.adjust-fontsize {
    border-top: 1px solid #EDEFF2;
    height: 80px;
}

.small {
    font-size: 12px;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: right;
    width: 35px;
    display: block;
    padding-right: 8px;
    color: #909399
}

.big {
    font-size: 18px;
    float: right;
    height: 80px;
    line-height: 80px;
    text-align: left;
    width: 35px;
    display: block;
    padding-left: 8px;
    color: #909399
}

.size:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    background: #EDEFF2;
    height: 1px;
    width: 100%;
}

.size {
    position: relative;
    height: 27px;
    margin: 0 43px;
    font-size: 16px
}

.size .point {
    display: block;
    background: #BFC2CC;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    top: 44px;
    margin-top: -3px;
    margin-left: -3px
}

.size .point span {
    display: block;
    position: absolute;
    top: -28px;
    left: -38px;
    width: 80px;
    text-align: center;
}

.size .point.sel {
    height: 12px;
    width: 12px;
    margin-top: -6px;
    margin-left: -6px;
    box-shadow: 0px 3px 5px #BFC2CC
}

.size .point.sel span {
    left: -35px;
    top: -26px;
}

.point1 {
    left: 0;
}

.point2 {
    left: 33.3%;
}

.point3 {
    left: 66.5%;
}

.point4 {
    left: 100%;
}


.page-box {
    position: fixed;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 50px;
}

.page-nav {
    height: 44px;
    line-height: 44px;
    box-shadow: 0 10px 10px #EDEFF2;
    overflow: hidden
}

.nav-ico {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 10px 0 0 15px;
}

/*.menu-back{background:url(../../images/tag-close3.png) no-repeat;background-size:100%;}*/
/*.menu-home{background:url(images/icon_home.png) no-repeat;background-size:100%;}*/
.page-nav h6 {
    margin: 12px auto 0;
}

.p-part {
    height: 62px;
    line-height: 62px;
    padding: 0 15px;
    margin: 0;
    color: #303133;
    font-weight: bold;
    font-size: 1.6rem
}

.category {
    font-size: 14px;
    overflow: hidden;
}

.category li {
    float: left;
    width: 33.3%;
    font-size: 1.3rem;
    color: #3A3752;
    padding: 6px 0 6px 40px;
}

.p-arrow {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/arrow.png) no-repeat;
    background-size: 100%;
    margin: 20px 0 0;
}

.page-box a:link {
    color: #303133;
    text-decoration: none
}

.page-box a:visited {
    color: #303133;
    text-decoration: none
}

.page-box a:hover {
    color: #303133;
    text-decoration: none
}

.page-box a:active {
    color: #303133;
    text-decoration: none
}

.popCenter {
    font-size: 17px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 17em;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1004;
    margin-left: -8.5em;
    margin-top: -6em;
    display: none;
}

.popCenter h6 {
    text-align: center;
    font-size: 1em;
    margin: 1.5em 0 .6em;
}

.pBody {
    padding: 0 1rem 1.3rem;
    text-align: center;
    font-size: .9em;
    color: #303133;
    font-weight: bold;
}

.popCenter input.bgInput {
    color: #303133;
    border: none;
    background: transparent;
    width: 100%;
    height: 2.8em;
    font-size: .9rem;
    display: block
}

.pFoot {
    border-top: 1px solid #EDEFF2;
}

.pFoot .primaryBtn {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: 0;
    border: 0;
    height: 3em;
    cursor: pointer;
    background: #fff;
    color: #DA291C;
    font-size: .9em;
    text-align: center
}

.pop-zan-wrap {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin-top: -2em;
    padding: .64em 1em;
    margin-left: -5em;
    min-height: 1.2em;
    width: 8em;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    font-size: .9em;
    line-height: 1.5;
}