@charset "utf-8";

/*ali icon font*/


/*@import url("//at.alicdn.com/t/font_1196854_7f5hynof4et.css");*/


/*预设*/

body {
    font-family: "Microsoft YaHei", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.9rem;
    overflow-x: hidden;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

a:focus,
a:hover {
    color: #2f2f2f;
    text-decoration: none;
}


/*ali font */

.iconfont::after {
    content: " ";
}


/* ======================about =================*/

.about-blog {
    /*text-indent: 2em;*/
    /*margin-left: 40px;*/
}

.about-blog a,
.about-me a {
    color: #e74c3c;
}

.about-blog a:hover,
.about-me a:hover {
    color: #2ecc71;
}


/* =====================rewrite ================*/

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.2rem 0.5rem;
    margin: 0 0.3rem;
    line-height: 1.25;
    background-color: #ffffff;
    color: #485460;
    border: 1px solid #cdcdcd;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #68B3EB;
    color: #ffffff;
    border-color: #68B3EB;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #68B3EB;
    border-color: #68B3EB;
}

.page-item.disabled .page-link {
    color: #aaabad;
    cursor: default;
    background-color: #fafbfc;
}


/* ====================公用====================== */

.hover:hover {
    color: #eb4d4b;
}

.color-desire,
.color-first {
    color: #c0392b;
}

.color-bronze,
.color-second {
    color: #e67e22;
}

.color-fuel,
.color-third {
    color: #3498db;
}

.text-grey {
    color: #303952;
}


/*文章的标题*/

.main-title {
    display: block;
    /*color: #2ed573;*/
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    cursor: default;
}

.main-title .cat {
    padding-bottom: 9px;
    border-bottom: 3px solid #000000;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.main-title .cat:hover {
    padding-right: 12px;
}


/*侧边栏的标题*/

.board-title {
    display: block;
    /*color: #2ed573;*/
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    cursor: default;
}

.board-title .cat {
    /*padding-bottom: 8px;
    border-bottom: 2px solid #000000;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;*/
}

.board-title .cat:hover {
    /*padding-right: 12px;
    color: #eb3b5a;
    border-bottom-color: #eb3b5a;*/
}

.text-indent {
    text-indent: 2em;
}

.border-theme {
    border-color: #eb4d4b !important;
}

.nav-title {
    padding-left: 10px;
    border-left: 5px solid #eb4d4b;
    font-weight: bold;
}

.cur-default {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.description {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*padding: 0 15px;*/
    /*color: #777;*/
    /*border-left: 4px solid #ddd;*/
}

.relative {
    position: relative;
}

.border-50 {
    border-radius: 50%;
}

.pointer {
    cursor: pointer;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.text-YaHei {
    font-family: "Microsoft Yahei", Helvetica Neue, "Ubuntu", -apple-system, BlinkMacSystemFont, "Droid Sans", sans-serif;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.border-radius {
    border-radius: 8px;
}

.opacity {
    opacity: 0.7;
}


/*选中改变颜色*/

.select::selection {
    /*background: #eb4d4b;*/
    /*color: #ffffff;*/
}

*::selection {
    background: #cce2fe;
    /*color: #ffffff;*/
}


/* 测试用的border */


/*.border {*/


/*    border: 1px solid #dee2e6;*/


/*}*/

figure {
    /*border: thin #c0c0c0 solid;*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5px 0;
    max-width: 400px;
    margin: auto;
}

figure img {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 100%;
    /*max-height: 150px;*/
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}


/* ==================== background-image ===============*/

.background-image img {
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}


/* =================== grant ========================*/

.article-end {
    position: relative;
    margin: 2rem auto;
    color: #aabbcc;
    text-align: center;
    font-style: italic;
}

.article-end div {
    display: inline-block;
    background-color: #fff;
    padding: 0 0.5rem;
}

.article-end .end::before {
    display: inline-block;
    content: "";
    width: 33px;
    height: 12px;
    margin: 0px auto;
    background: url("../img/article-end.png") 0 0/33px 12px no-repeat;
}

.article-end::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #d0d0d0;
    margin-top: -10px;
}

#grantBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

#grantBtn:hover .qrWrapper {
    display: block;
}

#grantBtn .btnWrapper {
    position: relative;
}

#grantBtn .btnWrapper span {
    cursor: pointer;
}

#grantBtn .qrWrapper {
    display: none;
    position: absolute;
    top: -900%;
    left: -160%;
    box-shadow: 0 1px 1px 1px #efefef;
    background-color: #fff;
    transition: 10s;
}

#grantBtn .qrWrapper .cet {
    position: absolute;
    bottom: 0;
    left: 50%;
}

#grantBtn .qrWrapper .qrcodeBox {
    display: flex;
    justify-content: center;
    /*border: 1px solid #ddd;*/
    padding: 0.3rem 0.3rem 0.5rem;
    z-index: 20;
}

#grantBtn .qrWrapper .qrcodeBox .item {
    margin-left: 1rem;
}

#grantBtn .qrWrapper .qrcodeBox .item:first-child {
    margin-left: 0;
}

#grantBtn .qrWrapper .qrcodeBox .item img {
    width: 150px;
    height: 150px;
}

#grantBtn .qrWrapper .qrcodeBox .item .text {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    display: inherit;
    color: #000;
    font-style: normal;
}


/*==================== heart ========================*/

.heart {
    position: absolute;
    color: #ccc;
    font-size: 30px;
}


/* =================== music ========================*/

.music {
    position: absolute;
    top: 60px;
    right: 40px;
}

.music:hover {
    color: #e17055;
}

.music span#music_ctrl {
    background: url("../img/music.png");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid black;
    border-radius: 50%;
    /*animation: playing infinite linear 2s;*/
}

@keyframes playing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* ===================== solution ====================*/

.solution .title {
    border-left: 5px solid #e17055;
    padding-left: 10px;
}

.solution .title:hover {
    border-left: 5px solid #2ecc71;
}

.solution-body .title {
    border-left: 5px solid #e17055;
    padding-left: 10px;
}

.solution-body .content {
    text-indent: 2em;
    font-size: 17px;
}


/* ==================== snippet ======================*/

.snippet .title {
    border-left: 5px solid #e17055;
    padding-left: 10px;
}

.snippet .title:hover {
    border-left: 5px solid #2ecc71;
    /*color: #2ecc71;*/
}

.snippet .title-g {
    border-left: 5px solid #2ecc71;
    padding-left: 10px;
}

#show-snippet {
    position: fixed;
    top: 20%;
    left: 10px;
    width: 40px;
    height: 40px;
    /*display: none;*/
    border: 1px solid #000000;
}

#snippet-toolbar {
    position: fixed;
    top: 19%;
    left: 10px;
    min-width: 270px;
}

#close-snippet {}

#close-snippet:hover {
    color: #e17055;
}


/* =================== qrcode =====================*/

.qrcode {
    position: relative;
    cursor: pointer;
}

.qrcode .qrcode-box {
    display: none;
    position: absolute;
    top: 34px;
    left: -21px;
    width: 120px;
    height: 120px;
    z-index: 1000;
    background-color: #fefefe;
}

.qrcode .qrcode-box .cet {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border: 8px solid transparent;
    border-bottom-color: #fefefe;
}

.qrcode img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* ================== says ========================*/

.says {
    position: relative;
}

.says .says-date {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    color: #e74c3c;
    cursor: default;
    font-size: 16px;
    background: url("../img/star.png") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ==================  archives ==================*/

.archives {
    position: relative;
    padding: 10px 0;
}


/*.archives::before {*/


/*    height: 100%;*/


/*    width: 4px;*/


/*    background: #bdc3c7;*/


/*    position: absolute;*/


/*    left: 170px;*/


/*    content: "";*/


/*    top: 0;*/


/*}*/

.archives .year {
    border-left: 5px solid #d35400;
    padding-left: 10px;
}

.archives .year {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: bold !important;
    width: 200px;
}

.archives .year:hover {
    border-left: 5px solid #2ecc71;
}


/*.archives .year::before {*/


/*    position: absolute;*/


/*    top: 2px;*/


/*    left: 159px;*/


/*    background: #bdc3c7;*/


/*    height: 16px;*/


/*    width: 16px;*/


/*    border-radius: 50%;*/


/*    content: "";*/


/*    transition: all 50ms;*/


/*}*/


/*.archives .year:hover::before {*/


/*    background: #ffffff;*/


/*    border: 4px solid #bdc3c7;*/


/*}*/

.archives ul {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none !important;
}

.archives ul li {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.archives ul li .archive-date {
    position: relative;
}

.archives ul li .archive-date::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background: #e74c3c;
    height: 6px;
    width: 6px;
    top: 5px;
    left: 47px;
}

.archives ul li:hover .archive-date::after {
    background: #2ecc71;
}

.archives ul li a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #e74c3c;
}


/*.archives ul::before {*/


/*    content: '';*/


/*    display: inline-block;*/


/*    position: absolute;*/


/*    top: 0;*/


/*    left: 170px;*/


/*    height: 100%;*/


/*    width: 2px;*/


/*    background: #e74c3c;*/


/*}*/


/* ================== loading =====================*/

.loading {
    width: 100%;
    height: 25px;
    position: relative;
    /*border: 1px solid gray;*/
}

.loading .line {
    width: 200px;
    height: 6px;
    /* margin: 50% 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e17055;
    border-radius: 4px;
}

.loading span {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: 0;
    background: #e17055;
    animation: moving 1.1s infinite linear alternate;
}

@keyframes moving {
    from {
        left: 0;
    }
    to {
        left: 185px;
    }
}


/* ================= toolbar =====================*/

#toolbar {
    position: fixed;
    /*display: none;*/
    bottom: 7%;
    right: 60px;
    width: 30px;
    z-index: 200;
}

#toolbar ul {
    list-style: none;
}

#toolbar ul li {
    /*float: left;*/
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 30px;
    /* padding-top: 5px; */
    vertical-align: middle;
    text-align: center;
    box-sizing: content-box;
    transition: all 100ms;
    border: 1px solid black;
    border-top: none;
}

#toolbar ul li:first-child {
    border-top: 1px solid black;
}

#toolbar ul li i {
    font-size: 23px;
    line-height: 34px;
}

#toolbar ul li:hover {
    color: #e17055;
    background: #ffffff;
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    cursor: pointer;
}

#toolbar #Top {
    display: none;
}

#toolbar .red-envelope {
    position: absolute;
    display: none;
    right: -6px;
    top: -100px;
    border: 1px solid gray;
    width: 200px;
    height: 200px;
}

#toolbar #RedEnvelope:hover .red-envelope {
    display: block;
}


/* ================ table =====================*/

table .do {
    max-width: 100px;
}


/* ====================buttons ==================*/

.my-btn-1 {
    display: inline-block;
    background: #2d98da;
    color: #ffffff;
    font-weight: 400;
}

.my-btn-1:hover {
    color: #ffffff;
    background: #2d98da;
}


/* ====================首页====================== */

.nav-background {
    background: #fff;
    border-bottom: 4px solid #000000;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar .brand {
    display: inline-block;
    margin-left: -23px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.navbar .brand:hover {
    /*transform: scale(1.1);*/
    /*margin-left: -15px;*/
    /*margin-right: 30px;*/
    /*color: #000000;*/
}

.navbar .brand-title {
    /*color: #eb4d4b;*/
}


/*main*/


/*article*/

.article-page {
    background: #0abde3;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
}

.article-count {
    background: #ff9f43;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 14px;
}

.article-title {
    vertical-align: middle;
    /*以下是新的*/
    /*overflow: hidden;*/
    /*height: 20px;*/
    /*width: 100%;*/
    /*color: #555555;*/
    /*line-height: 20px;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.article-title .title {
    display: inherit;
    font-size: 18px;
    font-weight: 700;
}

.article-title .title:visited {
    color: #969696;
}

.article-title .title:hover {
    text-decoration: underline;
}

.article-title a {
    padding-bottom: 2px;
    -webkit-transition: border-bottom-color, border-bottom-width 100ms;
    -moz-transition: border-bottom-color, border-bottom-width 100ms;
    -ms-transition: border-bottom-color, border-bottom-width 100ms;
    -o-transition: border-bottom-color, border-bottom-width 100ms;
    transition: border-bottom-color, border-bottom-width 100ms;
}

.article-short {
    margin: 0 0 8px;
    line-height: 24px;
    color: #999;
}

.article-item .category a,
.article-item .category a:hover {
    transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -ms-transition: 0.1s ease-in;
    color: #6c757d;
}

.article-item .category a:hover {
    color: #000000;
}

.article-date {
    display: inline-block;
    font-size: 14px;
    /*font-weight: bold;*/
    /*width: 30px;*/
    /*height: 30px;*/
    padding: 0.1rem 0.3rem;
    line-height: 20px;
    background: #01a3a4;
    border-radius: 0.1rem;
    color: #ffffff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    cursor: default;
}


/*阅读页面*/

.article-about span:first-child {
    margin-left: 0 !important;
}

.article-about a {
    color: #6c757d;
}

.article-about a:hover {
    color: #000000;
}


/*评论*/

.comment a {
    /*display: block;*/
}


/*comment-detail*/

.comment-detail .content {
    /*text-indent: 2em;*/
}

.comment-item {
    /*position: relative;*/
}

.comment-item .floor {
    /*padding: 0 .5rem;*/
    /*color: #008c8c;*/
    /*!*cursor: pointer;*!*/
    /*font-size: 16px;*/
    /*background-size: cover;*/
}

.my-pagination {
    width: 100%;
    /*margin: 0 auto !important;*/
}


/*========================article ===================*/

.article-pre,
.article-next {
    /*height: 34px;*/
    font-size: 15px;
    line-height: 34px;
}

.article-finish {
    width: 100%;
    text-align: center;
    position: relative;
    font-style: italic;
    overflow: hidden;
}

.article-finish::before {
    content: "-----------------------------";
    display: inline-block;
}

.article-finish::after {
    content: "-----------------------------";
    display: inline-block;
}

.title-notice {
    display: inline-block;
    background: #27ae60;
    padding: 2px 7px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
}

.title-notice.first {
    background: #27ae60;
}

.title-notice.second {
    background: #e67e22;
}

article {
    border: 1px solid #cccccc;
    padding: 15px;
    margin-bottom: 5px;
}


/* ===================== 来源 ========================*/

.from-notice {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*width: 250px;*/
    height: 47px;
    background: #00cec9;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 34px;
}

.from-notice .site {
    font-weight: bold;
    color: #000;
}

.from-notice .times {
    position: absolute;
    right: 9px;
    top: -6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.from-notice .times:hover {
    color: #e74c3c;
}


/* ===================== 侧边栏 ======================*/


/*hot article rank*/

.item {
    -webkit-transition: all 3ms;
    -moz-transition: all 3ms;
    -ms-transition: all 3ms;
    -o-transition: all 3ms;
    transition: all 3ms;
}

.item .rank {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    margin-right: 5px;
    background: #3498db;
    color: #ffffff;
}

.item a:hover {
    padding-bottom: 2px;
    border-bottom: 1px solid #eb4d4b;
}

.item:hover .rank {
    /*-webkit-transform: translate(3px);*/
    /*-moz-transform: translate(3px);*/
    /*-ms-transform: translate(3px);*/
    /*-o-transform: translate(3px);*/
    /*transform: translate(3px);*/
    /*transform-origin: right;*/
}

.item .rank.first {
    background: #c0392b;
}

.item .rank.second {
    background: #e67e22;
}

.item .rank.third {
    background: #27ae60;
}

.item .rank.other {
    background: #3498db;
}


/*friend_link*/

.friend_link .item {
    display: inline-block;
    border-radius: 4px;
    padding: 7px 8px;
    border: 1px solid #e6e6e6;
    line-height: 1;
    color: #485460;
    margin: 3px 2px 3px 0;
}

.friend_link .item a {
    color: #485460;
}

.friend_link .item:hover {
    background: #eb4d4b;
    border-color: #eb4d4b;
}

.friend_link .item:hover a {
    color: #ffffff;
    text-decoration: none;
    border: none;
}


/*cloud*/

.cloud .item {
    display: inline-block;
    border-radius: 4px;
    padding: 7px 8px;
    border: 1px solid #e6e6e6;
    line-height: 1;
    color: #000;
    margin: 3px 2px 3px 0;
}

.cloud .item a {
    color: #485460;
    /*color: #1abc9c;*/
}

.cloud .item:hover {
    background: #eb4d4b;
    border-color: #eb4d4b;
    /*background: #000000;*/
    /*border-color: #000000;*/
    /*cursor: pointer;*/
}

.cloud .item:hover a {
    /*color: #ffffff;*/
    color: #fff;
    padding-bottom: 0;
    text-decoration: none;
    border-bottom: none;
}


/*.cloud .item.first {*/


/*    !*background: #c0392b;*!*/


/*    border: 1px solid #c0392b;*/


/*}*/


/*.cloud .item.first a {*/


/*    color: #c0392b;*/


/*}*/


/*.cloud .item.first:hover {*/


/*    background: #c0392b;*/


/*    !*border: 1px solid #c0392b;*!*/


/*}*/


/*.cloud .item.first:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.second {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #e67e22;*/


/*}*/


/*.cloud .item.second a {*/


/*    color: #e67e22;*/


/*}*/


/*.cloud .item.second:hover {*/


/*    background: #e67e22;*/


/*}*/


/*.cloud .item.second:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.third {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #27ae60;*/


/*}*/


/*.cloud .item.third a {*/


/*    color: #27ae60;*/


/*}*/


/*.cloud .item.third:hover {*/


/*    background: #27ae60;*/


/*}*/


/*.cloud .item.third:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.forth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #f39c12;*/


/*}*/


/*.cloud .item.forth a {*/


/*    color: #f39c12;*/


/*}*/


/*.cloud .item.forth:hover {*/


/*    background: #f39c12;*/


/*}*/


/*.cloud .item.forth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.fifth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #ff7979;*/


/*}*/


/*.cloud .item.fifth a {*/


/*    color: #ff7979;*/


/*}*/


/*.cloud .item.fifth:hover {*/


/*    background: #ff7979;*/


/*}*/


/*.cloud .item.fifth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.sixth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #e056fd;*/


/*}*/


/*.cloud .item.sixth a {*/


/*    color: #e056fd;*/


/*}*/


/*.cloud .item.sixth:hover {*/


/*    background: #e056fd;*/


/*}*/


/*.cloud .item.sixth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.seventh {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #22a6b3;*/


/*}*/


/*.cloud .item.seventh a {*/


/*    color: #22a6b3;*/


/*}*/


/*.cloud .item.seventh:hover {*/


/*    background: #22a6b3;*/


/*}*/


/*.cloud .item.seventh:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.eighth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #be2edd;*/


/*}*/


/*.cloud .item.eighth a {*/


/*    color: #be2edd;*/


/*}*/


/*.cloud .item.eighth:hover {*/


/*    background: #be2edd;*/


/*}*/


/*.cloud .item.eighth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.ninth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #eb4d4b;*/


/*}*/


/*.cloud .item.ninth a {*/


/*    color: #eb4d4b;*/


/*}*/


/*.cloud .item.ninth:hover {*/


/*    background: #eb4d4b;*/


/*}*/


/*.cloud .item.ninth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.tenth {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #6ab04c;*/


/*}*/


/*.cloud .item.tenth a {*/


/*    color: #6ab04c;*/


/*}*/


/*.cloud .item.tenth:hover {*/


/*    background: #6ab04c;*/


/*}*/


/*.cloud .item.tenth:hover a {*/


/*    color: #ffffff;*/


/*}*/


/*.cloud .item.other {*/


/*    !*background: #e67e22;*!*/


/*    border: 1px solid #1abc9c;*/


/*}*/


/*.cloud .item.other a {*/


/*    color: #1abc9c;*/


/*}*/


/*.cloud .item.other:hover {*/


/*    background: #1abc9c;*/


/*}*/


/*.cloud .item.other:hover a {*/


/*    color: #ffffff;*/


/*}*/


/* ===================== 文章目录 ======================*/

.toc-ul ul {
    padding-left: 10px;
}


/* =======================footer========================= */

.footer {
    width: 100%;
    padding: 10px 20px;
    /* height: 200px; */
    /*background-color: #f8f9fa;*/
    text-align: center;
    font-size: 16px;
}

.footer p {
    color: #636e72;
    margin-bottom: 3px;
}

.footer p a {
    color: #636e72;
    font-size: 14px;
}

.footer p a:hover {
    color: #eb4d4b;
}

#footer {
    /*background-color: #636e72;*/
}


/* ==========================  admin =======================*/

.admin-comment .wrap {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

.markdown-body img {
    max-width: 100%;
}

@media (max-width: 960px) {
    #toolbar {
        display: none;
    }
}

@media (max-width: 544px) {
    .pagination .page-item.other {
        display: none;
    }
    .pagination .page-item.active .page-link:after {
        content: " / " attr(total-pages);
    }
    .pagination .page-item.active .page-link {
        color: #586069;
        background: #fff;
        border-color: #e1e4e8;
    }
}