/* 2019-05-10 updated by Lizhijun  */
body {
    background-color:#f3f6f7;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><circle fill="%2364748b" cx="2" cy="2" r=".5"/></svg>');
    background-repeat: repeat;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', "PingFang SC", "宋体", sans-serif;
    line-height: 2;
    color: #555;
    /*width: 100%;*/
    /*overflow-x: hidden;*/
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}


::selection {
    background: #1c9ef9;
    color: #fff;
}
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    background: linear-gradient(to top, #4facfe 0%, #52cdfe 100%);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 0;
    opacity: 0.4;
    background: #ffffff;
}

footer{
    padding: 15px;
    font-size: 14px;
    color: #6f6f6f;
    text-align: center;
}
footer p{
    line-height: 28px;
}
footer a{
    color: #6f6f6f;
}


*{margin:0;padding:0;}
.box{height:3000px;width:100%;background:#ccc;}
.progress{
    position:fixed;
    top:0;
    height:2px;
    background: linear-gradient(to right, #5dcdfe 0%, #1c9ef9 100%);
    z-index: 100;}

a#back-to-top{
    display:none;
    text-decoration: none;
    position:fixed;
    width: 60px;
    height: 60px;
    padding: 5px;
    bottom:20px;
    right:0;
    z-index: 10;
    color: #ffffff;
    background: linear-gradient(to top, #4facfe 0%, #52cdfe 100%);
    -moz-transition: color,background 0.4s;
    -webkit-transition: color,background 0.4s;
    -o-transition: color,background 0.4s;
}


a#back-to-top:hover{
    color: #f4f4f4;
    background: linear-gradient(to top, #4facfe 0%, #1886d6 100%);
}

a#back-to-top div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a#back-to-top div span.fa{
    display:block;
    font-size:28px;
    margin-bottom:2px;
}

a#back-to-top div span.tips{
    display:block;
    text-align: center;
    font-size: 12px;
}




/*重写bootcss*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
}


/*自定义样式*/
.headband {
    height: 2px;
    background: #1886d6;
}

.box-shadow{
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.06), 0 1px 5px 0 rgba(0,0,0,0.12);
    border-radius: initial;
    margin-bottom: 15px;
}


.site-meta{
    padding: 20px 0;
    color: #ffffff;
    background: #1c191c;
    text-align: center;
}

.site-meta .custom-logo-site-title a{
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.site-meta .site-subtitle{
    margin: 10px 10px 0;
    font-weight: initial;
    font-size: 13px;
    color: #ddd;
}
.site-nav{
    padding-bottom: 10px;
}
.site-nav-mobile{
    display: none;
}

.user_login_side{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 13px;
}
.user_login_side .side_item{
    display: flex;
    align-items: center;

}
.user_login_side .icon{
    width: 18px;
    height: auto;
    padding-right: 5px;
}

.user_login_side a{
    cursor: pointer;
    margin-left: 10px;
}
.user_login_side a i{
    padding-right: 5px;
}

.menu {
    padding-left: 0;
    text-align: center;
}
.menu .menu-item {
    display: block;
    margin: 0;
}

.menu .menu-item {
    display: block;
    margin: 0;
}
.menu .menu-item a i{
    padding-right: 10px;
}
.menu .menu-item a {
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
    line-height: inherit;
    padding: 10px 20px;
    text-align: left;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.menu .menu-item a:hover,
.menu-item-active a {
    background: #f1f1f1;
    border-bottom-color: #fff;
}
.menu .menu-item br {
    display: none;
}
.menu-item-active a:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    height: 6px;
    border-radius: 50%;
    background-color: #bbb;
}


.site-author{
    padding: 20px 10px;
}
/*网站头像*/
.site-author-image {
    display: block;
    margin: 0 auto;
    padding: 2px;
    max-width: 120px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
}
.site-author-image:hover{
    transform:rotate(180deg);
    cursor: pointer;
}
.site-author-name {
    margin: 0;
    text-align: center;
    color: #222;
    font-weight: 600;
}
.site-description {
    margin-top: 0;
    text-align: center;
    font-size: 13px;
    color: #6f6f6f;
}
/*文章数*/
.site-state-item {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #eee;
}
.site-state-item:first-child{
    border-left:none;
}
.site-state-item-count {
    display: block;
    text-align: center;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
}
.site-state-item-name {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #6f6f6f;
}
/*作者链接*/
.links-of-author{
    margin-top: 20px;
}
.links-of-author-item a {
    display: block;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.links-of-author-item a:hover {
    border-radius: 4px;
    background: #eee;
}

/*首页文章列表*/
.post-block {
    margin-bottom: 12px;
    background: #fff;
    padding: 40px;
}

.post-block .module-title{
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.post-block .post-title {
    font-size: 26px;
    text-align: center;
    word-break: break-word;
    font-weight: 400;
}

.post-block .post-title-link {
    display: inline-block;
    position: relative;
    color: #555;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top;
}
.post-block a.post-title-link:hover{
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(4, 94, 170)), to(rgb(1, 152, 216)));
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent;
}

.post-block .post-meta {
    margin: 3px 0 30px 0;
    color: #6f6f6f;
    font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    text-align: center;
}

.post-block .post-meta .fa{
    padding-right: 5px;
}

.post-block .post-meta .post-meta-divider{
    padding-left: 5px;
    padding-right: 5px;
}
.post-block .post-meta .post-category a{
    color: #262a30;
}

.post-block .post-body {
    font-size: 15px;
    font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #151515;
    font-weight: normal;
}

.post-block .post-body pre{
    border: 0;
    background: none;
    padding: 0;
    border-radius: 0;
}

.post-block .post-body .cover{
    margin-bottom: 20px;
}
.post-block .post-body img{
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.post-block .empty_view{
    padding: 100px 20px;
}
.post-block .post-button{
    margin-top: 50px;
    text-align: center;
}
.typo a {
    border-bottom: 1px dashed #4facfe;
}

.post-button a.btn {
    line-height: 24px;
    width: 110px;
    border: 1px solid #4facfe;
    border-radius: 30px;
    color: #4facfe;
    font-size: 14px;
    margin: 0 4px 8px 4px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    -webkit-transition: width,color,background 0.3s;
    transition: width,color,background 0.3s;
}
.post-button a.btn:hover, .post-button a.btn:active{
    border:0;
    color: #fff;
    background: #4facfe;
    line-height: 26px;
}
.post-button a.btn i{
    margin-left: 0px;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
.post-button a.btn:hover i{
    margin-left: 5px;
}


a.lzj-btn {
    display: inline-block;
    line-height: 36px;
    width: 110px;
    border: 1px solid #4facfe;
    border-radius: 30px;
    color: #4facfe;
    font-size: 14px;
    margin: 0 4px 8px 4px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    -webkit-transition: width,color,background 0.3s;
    transition: width,color,background 0.3s;
}
a.lzj-btn:hover,a.lzj-btn:active{
    border:0;
    color: #fff;
    background: #4facfe;
    line-height: 38px;
}
a.lzj-btn i{
    margin-left: 0px;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
a.lzj-btn:hover i{
    margin-left: 5px;
}


a{
    color: #000;
    text-decoration: none;
    transition: color 0.5s ease;
}
a:hover{
    color: #1c9ef9;
    text-decoration: none;
}

.index_cover {
    background-size:cover;
    background-attachment: fixed;

    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.index_cover .bg{
    position: absolute;
    background-attachment: fixed;
    top:0;
}
.index_cover .bg img{
    width: 100%;

}
.index_cover .brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: auto;
    padding: 10px;
    background: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.index_cover .brand .motto {
    overflow: hidden;
    padding: 20px;
    filter: alpha(opacity=90);
    border: 1px solid #c58b00;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.index_cover .brand .motto .title{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #c58b00;
    border-bottom: 1px solid #c58b00;
}
.index_cover .brand .motto .from{
    text-align: right;
}

.index_cover .notes{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 20px;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(85, 85, 86, 0.48);
}

.index_cover .tips {
    width: 180px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.index_cover .tips:hover{
    cursor: pointer;
}

.archives{
    position: relative;
    padding: 40px;
    background-color: #fff;
}
.archives:before {
    position: absolute;
    top: 0;
    left: 62px;
    width: 1px;
    height: 100%;
    background-color: #b9b9b9;
    content: "";
}
.archives .title,.archives .archive{
    position: relative;
}
.archives .title{
    background-color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 62px;
 }
.archives .archive{
    padding-left: 3rem;
}

.archives .archive .month{
    position: absolute;
    top: 30px;
    left: 22px;
    padding: 10px 15px;
    border-radius: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(.75,.75,1);
    transform: translate3d(-50%,-50%,0) scale3d(.75,.75,1);
    background: #1c9ef9;
}
.archives .archive a{
    position: relative;
    display: block;
    margin-left: 20px;
    top: 9px;
    padding: 7px 0;
    line-height: 30px;
    -webkit-transition: color .4s;
    transition: color .4s;
}
.archives .archive a:before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "-";
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.archives .archive a .date {
    float: left;
    /* top: 30px; */
    margin-right: 10px;
    margin-left: 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Montserrat,PingFang SC,Microsoft JhengHei,sans-serif;
    opacity: .5;
}
.archives .archive a .archive-title {
    display: table-cell;
    font-size: 16px;
}

.tag-container{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.tag-container li{
    display: inline-block;
    margin: 0 20px 5px 0px;
    text-decoration: none;
    padding: 2px 8px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 2px #f1f1f1;

    color: #007fff;
    border: 1px solid rgba(0,127,255,.15);
    background-color: rgba(0,127,255,.05);
}

.tag-container li a{
    color: #007fff;
    font-weight: 400;
}
.tag-container li a:hover{
    color: #005fbd;
}
/* 版权声明部分 */
.article-copyright {
    border-left: 2px solid #48b884;
    background: #ecf8f2;
    padding: 10px;
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.article-copyright .tip_name{
    margin-right: 5px;
}
.article-copyright .tip_content{
    word-break: break-all;
}
.article-copyright .tip_content a{
    border-bottom: 1px dashed;
}

/*打赏二维码*/
.reward_container{
    padding: 10px 0;
    text-align: center;
    border-top: 1px dashed #dddddd;
}
.reward_container .reward_tips{
    margin-bottom: 10px;
    color: #007fff;
}
#reward_qr{
    margin:20px 0;
}
/*公众号二维码*/
.qr_img{
    cursor: pointer;
    display: inline-block;
}
.qr_img img{
    width: 180px;
    max-width: 100%;
    display: inline-block;
    margin: 20px 20px 5px 20px;
}
.qr_img p{
    width: 180px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
#wechat {
    background: #26ab28;
    color: #ffffff;
}
#alipay {
    background: #1aa1e6;
    color: #ffffff;
}

.wechat_qr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wechat_qr img.qr{
    width: 160px;
    height: 160px;
}

.wechat_qr p{
    text-align: center;
}
.wechat_qr p.desc{
    border: 1px dashed #6e6f73;
    padding: 10px 20px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
}

.article_share{
    display: flex;
    justify-content: flex-end;
}
.article_share .share{
    display: flex;
    align-items:center;
    border: 1px solid #eee;
    cursor: pointer;
    color: #007fff;
    font-weight: 400;
    padding: 2px 8px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 2px;
    box-shadow: 0 1px 2px #f1f1f1;
}

.article_share .share .icon{
    width: 18px;
    margin-right: 5px;
}

/*小于平板屏幕*/
@media (max-width: 992px){
    /*全屏显示*/
    .lzj-container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    /*关闭row边距*/
    .row {
        margin: 0;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding: 0;
    }

    .index_cover .brand{
        width: 80%;
    }
    .archives{
        padding: 15px;
    }
    .archives:before {
        left: 34px;
    }

    .post-block{
        padding: 18px 0;
    }
    .post-block .module-title{
        font-size: 20px;
        font-weight: 400;
        padding: 10px;
        margin-bottom: 0;
    }
    .post-block .post-title {
        font-size: 26px;
        text-align: center;
        word-break: break-word;
        font-weight: 400;
        padding: 20px 20px 5px 20px;
    }
    .post-block .post-body {
        font-size: 15px;
        font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
        color: #151515;
    }
    .post-block .post-meta {
        margin: 3px 0 10px 0;
    }
    .post-block .post-body .cover{
        margin-bottom: 10px;
    }
    .post-block .post-button{
        margin-top: 5px;
    }
    .post-block .post-button .btn{
        margin-bottom: 20px;
    }

    .post-block .article_end{
        height: 20px;
    }

    .post-block .post-body p,.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body ul{
        padding: 5px 20px;
    }
    .post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5{
        margin: 0;
    }
    .post-body li{
        padding: 0px 5px;
    }
    .hljs{
        border-radius: 0;
    }

    /*手机导航*/
    .site-nav-mobile{
        display: flex;
    }
    .site-nav-mobile #openBtn{
        display: block;
    }
    .site-nav-mobile #menu{
        display: none;
    }

    .site-nav-mobile .menu {
        margin:0;
        display: flex;
        flex-wrap: wrap;
    }

    .site-nav-mobile .menu .menu-item {
        display: block;
        margin: 0;
        width: 50%;
    }

    .site-nav-mobile .menu .menu-item {
        display: block;
        margin: 0;
    }
    .site-nav-mobile .menu .menu-item a i{
        padding-right: 10px;
    }
    .site-nav-mobile .menu .menu-item a ,.site-nav-mobile #openBtn{
        width: 100%;
        display: block;
        position: relative;
        box-sizing: border-box;
        font-size: 13px;
        line-height: inherit;
        padding: 10px 20px;
        text-align: left;
        transition-property: background-color;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
    }
    .site-nav-mobile .menu .menu-item a:hover,
    .site-nav-mobile .menu-item-active a {
        background: #f1f1f1;
        border-bottom-color: #fff;
    }
    .site-nav-mobile .menu .menu-item br {
        display: none;
    }
    .site-nav-mobile .menu-item-active a:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 15px;
        height: 6px;
        border-radius: 50%;
        background-color: #bbb;
    }

    .article_share{
        padding: 0 20px;
    }
    .user_login_side{
        padding: 0 10px 10px 10px;
    }
}



