/**
 *  全局
 */

::-webkit-scrollbar{width:19px;}
::-webkit-scrollbar-track-piece{background-color:#f6f7f9;}
::-webkit-scrollbar-thumb{background-color:#5895be;border-radius:5px;border:2px solid #f6f7f9;}
::-webkit-scrollbar-thumb:hover{background-color:#00C208;}

body, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

body {
    font: normal 14px/1.8 Helvetica, Microsoft Yahei, Arial, sans-serif;
    color: #444;
    background: #fff;
    word-break: break-word;
}
ul, ol, li {
    list-style: none;
}
a {
    outline: none;
    color: #777;
    text-decoration: none;
}
a:hover {
    color: #5895be;
    text-decoration: underline;
}
img {
    max-width: 100%;
}

.container {
    max-width: 80%;
}

.video_plyr {
    max-width: 45%;
}
@media (max-width: 768px) {
    .article .article-content img {
        max-width: 100%;
    }

    .content .article-list .article {
        margin-bottom: 30px;
        padding-bottom: 30px;
	padding-right: 0px;
        border-bottom: 1px solid #ededed;
    }

    .container {
	max-width: 96%;
        padding: 0 5%;
    }

    .video_plyr {
	max-width: 100%;
    }
}

/**
 * 返回顶部
 */
#back-to-top {
    position: fixed;
    display: none;
    bottom: 60px;
    right: 40px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**
 *  导航栏
 */
.navbar {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0 1px 0 0 rgba(158,158,158,0.2) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(158,158,158,0.2) inset;
    -ms-box-shadow: 0 1px 0 0 rgba(158,158,158,0.2) inset;
    box-shadow: 0 1px 0 0 rgba(158,158,158,0.2) inset;
}
.navbar .container {
    height: 30px;
    line-height: 30px;
}

.navbar-header {
    float: left;
    height: 30px;
    padding-right: 50px;
}
.navbar-header a {
    color: #666;
    font-weight: normal;
    font-size: 24px;
}
#mobile-menu {
    position: relative;
    display: none;
    width: 33px;
    height: 28px;
    cursor: pointer;
    float: right;
    border: 1px solid #e5e5e5;
}
#mobile-menu:active {
    box-shadow: inset 3px 3px 3px rgba(0,0,0,.05);
}
#mobile-menu:before {
    position: absolute;
    top: 30%;
    left: 20%;
}
.navbar-inner {
    float: left;
    width: 75%;
}

.navbar-nav li {
    display: inline-block;
    margin-right: 25px;
}
.navbar-nav li a {
    display: block;
    font-size: 14px;
    color: #666;
}
.navbar-nav li.active a, .navbar-nav li a:hover {
    color: #5895be;
    text-decoration: none;
}
.navbar-search {
    float: left;
    position: relative;
    padding-right: 35px;
    border: 1px solid #e5e5e5;
}
.navbar-search .search-input {
    padding: 3px 6px 4px 8px;
    box-sizing: border-box;
    width: 212px;
    border: none;
    outline: none;
}
.navbar-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.navbar-search .search-submit:hover {
    color: #5895be;
}

@media (max-width: 768px) {
    .navbar-search, .navigator {
        display: none !important;
    }
    .navbar {
        background: #f5f5f5;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav li {
        display: block;
        margin-right: 0;
    }
    #mobile-menu {
        display: block;
    }
    .navbar-inner {
        position: absolute;
        display: none;
        left: 0;
        right: 0;
        top: 50px;
        background: #f5f5f5;
        border-bottom: 1px solid #e5e5e5;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    .navbar-inner a {
        padding: 0 5%;
        height: 36px;
        line-height: 36px;
    }
    .navbar-inner a:hover, .navbar-inner a:active {
        background: #5895be;
        color: white !important;
    }
}


/**
 *  Navigator
 */
.navigator {
    position: relative;
}
.dropdown {
    display: none;
    position: absolute;
    padding-top: 10px;
    z-index: 1;
}
.navigator:hover .dropdown {
    display: block;
}
.dropdown-arrow1 {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    position: absolute;
    left: 7px;
    z-index: 1;
    height: 0;
    width: 0;
    border-bottom-color: #CCC;
    border-bottom-color: rgba(0,0,0,.2);
    top: 2px;
}
.dropdown-arrow2 {
    border-color: transparent;
    border-bottom-color: white;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    position: absolute;
    left: 7px;
    z-index: 1;
    height: 0;
    width: 0;
    top: 3px;
}
.submenu {
    left: 0;
    top: 44px;
    width: 560px;
    padding: 25px;
    background: white;
    border: 1px solid #CCC;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.tdleft {
    width: 45px;
    border-right: 1px solid #eee;
}
.tdright {
    padding-left: 20px;
    font-size: 12px;
}
.tdright a {
    display: inline-block !important;
    line-height: 180%;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    background: #f5f5f5;
    font: 13px/1.65 Arial,sans-serif;
    color: #333;
}
tr:first-child a {
    background: white;
}
.tdright a:hover {
    background-color: #5895be !important;
    color: #fff !important;
    text-decoration: none;
}

/**
 * 正文
 */
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

/**
 *  面包屑导航
 */
.distant {
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
}
.distant a {
    text-decoration: underline;
}
.distant span {
    color: #aaa;
    padding: 0 5px;
}


/**
 *  文章列表
 */
.article-list .article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ededed;
}
.article-list .article-content a {
    color: #5895be;
}
.article .article-title {
    font-size: 18px;
    line-height: 24px;
}
.article .article-title a {
    color: #444;
}
.article .article-title a:hover {
    color: #5895be;
}
.article .article-meta {
    padding-bottom: 20px;
    font-size: 12px;
    color: #777;
}
.article .article-meta a {
    color: #777;
}
.article .article-meta a:hover {
    color: #5895be;
}
.article-meta ul li {
    display: inline-block;
}
.article-meta ul li span {
    color: #aaa;
    padding: 0 5px;
}

.article-content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}
.article-content ul {
    margin: 0 0 24px 30px;
}
.article-content ul li {
    margin-bottom: 5px;
    list-style: square outside none;
    line-height: 24px;
}

.article-content img {
    max-width: 60%;
}

.article-tags {
    margin-top: 10px;
    padding: 15px 0;
    border-top: 1px solid #ededed;
}
.article-near {
    padding: 16px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.article-tags a, .article-near a {
    color: #5895be;
}


.page-navigator {
    color: #4a4a4a;
    list-style: none;
    line-height: 24px;
}
.page-navigator li {
    display: inline-block;
    margin: 0 5px 2px 0;
    border: 1px solid #DDD;
    color: #555;
    zoom: 1;
}
.page-navigator li:hover, .page-navigator li.current {
    background: #f8f8f8;
    border-bottom-color: #5895be;
}
.page-navigator li a {
    display: block;
    padding: 0 8px;
}


/**
 *  侧边栏
 */
.side-list .article {
    margin-bottom: 20px;
}
.side-list .article h3 {
    color: #636363;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}
.side-list .article ul {
    padding: 10px 0 10px 15px;
    font-size: 13px;
}
.side-list .article ul li {
    list-style: square;
    min-height: 30px;
}
.side-list .article ul a {
    color: #666;
}
.side-list .friend-list ul a {
    color: #666;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.side-list .article ul a:hover {
    color: #5895be;
}

/**
 *  评论
 */
#comments {
    padding-top: 30px;
    padding-bottom: 50px;
}
.new-comment {
    margin-bottom: 30px;
    font: normal 14px/1.8 Helvetica, Arial, sans-serif;
}
.new-comment .cancel-comment {
    float: right;
    margin-bottom: 10px;
}
.new-comment p {
    margin-bottom: 8px;
}
.new-comment label {
    color: #777;
    font-size: 14px;
    position: relative;
    left: -200px;
}

.new-comment input:focus, .new-comment textarea:focus {
    outline-offset: 0px;
}
.new-comment input {
    font: 12px;
    width: 140px;
    padding: 3px 0 3px 50px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.new-comment textarea {
    min-height: 150px;
    width: 100%;
    font: normal 14px/1.8 Helvetica, Arial, sans-serif;
    resize: none;
    outline: 1px solid #ccc;
    border: 0;
    border-top: 3px solid #f2f2f2;
    padding: 4px 5px;
    box-sizing: border-box;
    vertical-align: middle;
}
.new-comment .clearfix {
    margin-top: 8px;
}
.new-comment button {
    float: right;
    color: #59493f;
    background: #f9f9f9;
    cursor: pointer;
    margin: 0px;
    padding: 5px 12px;
    border: 1px solid #dcd6d3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.comment-author img {
    width: 50px;
    height: 50px;
}
.comment-author cite, .comment-author a {
    font-style: normal;
}
.comment-author a {
    color: #5895be;
}
.comment-parent {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ededed;
}
.comment-parent > .comment-children {
    position: relative;
    margin-left: 70px;
}
.comment-children .comment-author img {
    width: 30px;
    height: 30px;
}
.comment-children:before, .comment-children:after {
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 99;
    width: 0;
    border: solid transparent;
    content: "";
}
.comment-children:before {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 8px;
    z-index: 100;
}
.comment-children:after {
    top: -17px;
    left: 4px;
    border-color: rgba(255,255,255,0);
    border-width: 9px;
    border-bottom-color: #e5e5e5;
}
.comment-children .comment-child {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
}


/**
 * 页脚
 */
.footer {
    border-top: 1px solid #ececec;
    padding: 15px 0;
}
.footer .copyright {
    color: #999;
    line-height: 35px;
    text-align: center;
}
.footer .copyright a {
    color: #999;
}
.footer .copyright a:hover {
    color: #5895be;
}


/**
 * 代码
 */
code {
    font: normal 14px/1.8 Helvetica, Arial, sans-serif;
    margin: 0px;
    overflow: auto;
}
pre {
    overflow: auto;
    max-height: 400px;
}

/*
 * table
 */

.typecho-list-table-title {
    margin: 1em 0;
    color: #999;
    text-align: center;
}
.typecho-table-wrap {
    padding: 30px;
    background: #FFF;
}
.typecho-list-table {
    width: 100%;
}
.typecho-list-table.deactivate {
    color: #999;
}
.typecho-list-table .right {
    text-align: right;
}
.typecho-list-table th {
    padding: 0 10px 10px;
    border-bottom: 2px solid #F0F0EC;
    text-align: left;
}
.typecho-list-table td {
    padding: 10px;
    border-top: 1px solid #F0F0EC;
    word-break: break-all;
}
.typecho-list-table .status {
    margin-left: 5px;
    color: #999;
    font-size: .92857em;
    font-style: normal;
}
.typecho-list-table tbody tr:hover td {
    background-color: #F6F6F3;
}
.typecho-list-table tbody tr.checked td {
    background-color: #FFF9E8;
}
.warning {
    color: #B94A48;
}
.typecho-list-table tr td .hidden-by-mouse {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.typecho-list-table tr:hover td .hidden-by-mouse {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#5895be;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.plyr_player {
    --plyr-control-icon-size: 10px;
    --plyr-color-main: #1ac266;
}
