/*
Theme Name: JieStyle Two
Theme URI: https://tangjie.me/jiestyle-two
Author: Jarvis Tang
Author URI: https://tangjie.me/
Description: A responsible theme for WordPress.
Version: v2.6.3
License: GNU General Public License v3.0
Tags: black, white, blue, two-columns, right-sidebar
*/
body {
    font-family: arial,sans-serif;
    line-height: 1.8;
    font-size: 16px;
    color: #555;
    font-weight: 300;
    overflow-x: hidden;
    background: #fff
}

a {
    color: #5bc0eb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:hover {
    text-decoration: none!important;
    color: #2980b9!important
}

td, th {
    border: 1px solid #dddddd;
    padding: 6px 10px
}

#header {
    position: fixed;
    width: 12em;
    height: 100%;
    background: #5bc0eb;
    text-align: center;
    z-index: 999
}

#header .avatar {
    margin-top: 30px
}

#header .avatar img {
    border: 3px solid #fff
}

#header .avatar img:hover {
    border-color: #d1f1e9
}

#header h1 {
    color: #fff;
    font-size: 24px
}

#header .sns a {
    color: #d1f1e9;
    margin: 0 3px;
    font-size: 18px
}

#header .sns a:hover {
    color: #fff!important
}

#header .nav {
    margin: 20px 0;
    font-weight: 400
}

#header .nav ul {
    margin: 0 25%;
    padding: 0
}

#header .nav ul li {
    border-bottom: 1px dashed #d1f1e9;
    padding: 6px 0;
    list-style: none;
    margin: 0
}

#header .nav a {
    color: #fff;
    font-size: 16px
}

#header .nav a:hover {
    cursor: pointer;
    color: #d1f1e9!important
}

#header .nav ul li ul {
    position: absolute;
    display: none;
    margin-left: 6em;
    margin-top: -34px;
    padding: 0 15px;
    border-radius: 4px;
    background: #3498db;
    white-space: nowrap;
    z-index: 2000
}

#header .nav ul li ul a {
    font-size: 14px
}

#header .nav ul li:hover ul {
    display: block
}

#header .weixin {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 10px
}

#main,#footer {
    margin-left: 12em;
    overflow: hidden;
    padding-top: 2em
}

#main .box {
    width: 90%;
    margin: 0 auto
}

.uptop {
    padding: 15px;
    margin: 0 0 20px 0;
    font-size: 20px;
    background-color: whitesmoke;
    border-left: 4px solid #f57e42;
    box-sizing: border-box;
    box-shadow: 0 0 1px #d9d9d9
}

.article-list-1 {
    margin-bottom: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 15px 20px 15px;
    background: #fff
}

.article-list-1 .post-title a {
    color: #1c1c1c;
    -webkit-transition: color .3s;
    transition: .3s;
    text-decoration: none;
    font-size: 25px
}

.article-list-1 .post-meta {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
    color: #b3b3b3
}

.article-list-1 .post-meta {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
    color: #b3b3b3;
    white-space: nowrap
}

.article-list-1 .post-meta .meta-span {
    margin-right: 15px
}

.article-list-1 .post-meta a {
    font-size: 13px;
    color: #b3b3b3
}

.article-list-2 {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.article-list-2 .post-time {
    font-size: 12px;
    margin-right: 10px;
    color: #b3b3b3
}

.article-list-2 .post-title {
    margin: 0;
    font-size: 18px;
    line-height: 2.5
}

.article-list-2 .post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #555
}

.article-list-2 .post-meta {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
    color: #b3b3b3
}

.article-list-2 .post-meta .meta-span {
    margin-right: 15px
}

.article-list-2 .post-meta a {
    font-size: 13px;
    color: #b3b3b3
}

.article-list-2 .post-meta .post-tags {
    margin-left: 10px
}

.widget {
    margin-bottom: 25px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0
}

.widget a {
    color: #4c4c4c;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.widget ul {
    padding: 0;
    margin: 0
}

.widget li {
    list-style: none;
    padding: 2px 0;
    margin: 0
}

.widget .widget-title {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px
}

.widget .widget-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #5bc0eb;
    content: ""
}

.widget-cat li::before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 8px
}

.widget-hot li::before {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 8px
}

.widget-tags {
    line-height: 1.5
}

.widget-links li::before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px
}

.widget-links li a {
    font-size: 14px
}

.view-title {
    word-break: break-all;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #2f2f2f
}

.view-meta {
    margin: 20px 0;
    font-size: 13px
}

.view-meta a {
    color: #555;
    font-size: 13px
}

.view-meta span {
    margin-right: 15px
}

.view-content {
    color: #2f2f2f;
    font-weight: 400;
    word-wrap: break-word
}

.view-content h3 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 21px
}

.view-content h4 {
    font-weight: bold
}

.view-content img {
    max-width: 100%
}

.view-content p {
    margin: 0 0 20px 0
}

.view-content blockquote {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-left: 4px solid #999;
    word-break: break-word;
    font-size: 15px
}

.view-content blockquote p {
    margin: 5px 0
}

.view-content h5 {
    font-size: 16px;
    font-weight: 600;
    border: 1px dashed #ddd;
    background: #f1f1f1;
    padding: 10px;
    margin: 20px 0
}

.view-tag {
    font-size: 12px;
    color: #666;
    margin: 30px 0;
    overflow: hidden
}

.view-tag a {
    color: #666;
    margin-right: 10px
}

.support-author {
    padding: 25px;
    margin-bottom: 40px;
    background-color: whitesmoke;
    border-left: 4px solid #f57e42;
    box-sizing: border-box;
    box-shadow: 0 0 1px #d9d9d9
}

.support-author p {
    margin: 0 auto 10px;
    font-size: 17px;
    font-weight: bold
}

.support-author .btn-primary {
    border-color: #f57e42;
    background: #f57e42
}

.support-author .btn-primary:hover,.support-author .btn-primary:focus {
    color: white;
    border-color: #f5ad6e;
    background-color: #f5ad6e
}

#comments {
    margin-top: 50px
}

#comments .comment-head {
    margin-bottom: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 52px
}

#comments .comment-head a {
    margin: 0 5px;
    color: #666
}

#comments ul {
    margin: 0;
    padding: 0
}

#comments ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

#comments .comment_li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.5
}

#comments .comment_top {
    padding-top: 10px;
    margin: 0 0 10px
}

#comments .comment_avatar {
    float: left;
    width: 50px
}

#comments .comment_avatar img {
    border-radius: 50%;
    width: 40px
}

#comments .comment_author {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #5bc0eb
}

#comments .comment_time {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #b1b1b1
}

#comments .comment_top .pull-right {
    margin-top: 10px
}

#comments .comment_top .pull-right a {
    font-size: 14px
}

#comments .children {
    padding: 0;
    margin: 0
}

#comments .children .comment_li {
    padding: 5px 0 5px 15px;
    border-bottom: 1px dashed #d9d9d9;
    border-left: 3px solid #d9d9d9;
    font-size: 13px;
    margin-bottom: 0;
    background-color: #f9f9fa
}

#respond {
    background-color: #f9f9fa;
    padding: 10px 15px 20px 15px;
    margin: 20px 0
}

#respond .comment-notes {
    font-size: 12px
}

.required {
    color: #f00;
    padding: 0 4px
}

.read {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid whitesmoke;
    background-color: whitesmoke;
    padding: 1em;
    margin-top: 2em
}

.read-head {
    margin-bottom: 1em;
    color: #555;
    font-size: 14px;
    font-weight: 600
}

.read-list ul {
    margin: 0;
    padding: 0
}

.read-list ul li {
    padding: 2px 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap
}

.read-list ul li a {
    font-size: 14px;
    color: #555
}

.copyright {
    overflow: hidden;
    padding: 10px 0;
    width: 88%;
    margin: 0 auto;
    background: transparent url(images/footer-line.png) repeat-x top center
}

.copyright p {
    font-size: 12px;
    margin: 3px 0
}

.copyright a {
    color: #555
}

.errors_404 {
    width: 100%
}

.errors_404 img {
    max-width: 100%;
    min-width: 100%
}

.errors_link {
    text-align: center;
    margin: 20px 0 100px 0
}

.errors_link a {
    margin: 0 20px
}

#titleBar {
    display: none
}

@media screen and (max-width:1024px) {
    #main,#footer {
        margin-left: 0;
        padding-top: 4em
    }

    #header {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10002;
        display: block;
        overflow-y: auto;
        width: 23em;
        height: 100%;
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        transition: transform .5s ease;
        -webkit-transform: translateX(23em);
        -moz-transform: translateX(23em);
        transform: translateX(23em);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: -ms-transform .5s ease;
        -ms-transform: translateX(23em)
    }

    #titleBar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        display: block;
        width: 100%;
        height: 44px;
        min-width: 320px;
        background: #222;
        color: #fff;
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        transition: transform .5s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: -ms-transform .5s ease
    }

    #titleBar .title {
        display: block;
        padding: 0 1em;
        width: 100%;
        height: 44px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        line-height: 44px
    }

    #titleBar .title a {
        border: 0;
        text-decoration: none
    }

    #titleBar .toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 6em;
        height: 4em;
        outline: 0;
        border: 0;
        text-decoration: none
    }

    #titleBar .toggle:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 64px;
        height: 44px;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        color: #fff;
        background: #5bc0eb;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c9"
    }

    body.header-visible #titleBar,body.header-visible #main {
        -webkit-transform: translateX(-23em);
        -moz-transform: translateX(-23em);
        transform: translateX(-23em);
        -ms-transform: translateX(-23em)
    }

    body.header-visible #header {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -ms-transform: translateX(0)
    }

    #header .nav ul li ul {
        margin-left: -1em;
        margin-top: .5em
    }
}

@media screen and (max-width:736px) {
    #main {
        margin-left: 0;
        padding-top: 4em
    }

    #footer {
        margin-left: 0;
        padding-top: 1em
    }

    #main .box {
        width: 100%
    }

    #header .avatar {
        display: none
    }

    #header .weixin {
        position: static;
        bottom: none;
        margin-top: 50px
    }

    #header {
        right: 0;
        width: 17em;
        -webkit-transform: translateX(17em);
        -moz-transform: translateX(17em);
        transform: translateX(17em);
        -ms-transform: translateX(17em)
    }

    #titleBar .toggle {
        width: 6em;
        height: 4em
    }

    #titleBar .toggle:before {
        width: 44px;
        font-size: 14px
    }

    body.header-visible #titleBar,body.header-visible #main {
        -webkit-transform: translateX(-17em);
        -moz-transform: translateX(-17em);
        transform: translateX(-17em);
        -ms-transform: translateX(-17em)
    }

    #header .nav ul li ul {
        margin-left: -1em;
        margin-top: .5em
    }

    .modal-dialog {
        margin-top: 60px
    }
}

.single-dashang img {
    margin: 0 8%;
    max-width: 180px;
    max-height: 180px
}

.footer_search {
    width: 88%;
    margin: 0 auto;
    padding-top: 1em
}