﻿:root {
    --erics_brief-primaryColor: #1684f9
}

html {
    scroll-behavior: smooth
}

html body {
    background-color: #f9f9f9
}

html body .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 38px;
    margin-bottom: -0.125em
}

a {
    transition: all .3s ease;
    color: var(--erics_brief-primaryColor)
}

a:hover,
a:active,
a:focus {
    color: var(--erics_brief-primaryColor);
    text-decoration: none
}

.erics-socialIcon {
    font-family: "socialshare"
}

.erics-socialIcon.weibo::after {
    content: ""
}

.erics-socialIcon.qq::after {
    content: ""
}

.erics-socialIcon.wechat::after {
    content: ""
}

.erics-socialIcon.douban::after {
    content: ""
}

.erics-socialIcon.qzone::after {
    content: ""
}

.erics-socialIcon.linkedin::after {
    content: ""
}

.erics-socialIcon.facebook::after {
    content: ""
}

.erics-socialIcon.twitter::after {
    content: ""
}

.erics-socialIcon.google::after {
    content: ""
}

.erics-hp {
    position: relative
}

.erics-hp:hover>.erics-hp-panel {
    cursor: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.erics-hp>.erics-hp-panel {
    position: absolute;
    background-color: #fff;
    font-size: 16px;
    color: #444;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .25s ease;
    border-radius: 6px;
    overflow: hidden
}

.erics-hp>.erics-hp-panel>.erics-hp-head {
    line-height: 1.42857143;
    font-size: 14px
}

.erics-hp>.erics-hp-panel::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent
}

#blog-all {
    position: relative
}

body.dark {
    transition: .4s;
    background-color: #111;
    color: #fff
}

body.dark a {
    color: #fff
}

body.dark a:hover {
    color: var(--erics_brief-primaryColor)
}

body.dark .topbar {
    background-color: #111
}

body.dark .topbar .navbar li ul {
    background-color: #333
}

body.dark .topbar .navbar li ul a:hover {
    background-color: transparent
}

body.dark #blog-sidebar a {
    color: #fff
}

body.dark #blog-sidebar a:hover {
    color: var(--erics_brief-primaryColor)
}

body.dark #blog-sidebar>.function#divCatalog ul>li,
body.dark #blog-sidebar>.function#divTags ul>li {
    border-color: #555
}

body.dark #blog-sidebar>.function#divCatalog ul>li>a,
body.dark #blog-sidebar>.function#divTags ul>li>a {
    border-color: #555
}

body.dark #blog-sidebar>.function#divPrevious ul>li,
body.dark #blog-sidebar>.function#divComments ul>li {
    border-color: #555
}

body.dark #blog-article h1.title {
    color: #fff
}

body.dark #blog-article .article-header {
    border-bottom-color: #555
}

body.dark #blog-list .pagebar>* {
    background-color: #333;
    color: #fff
}

body.dark #blog-list .pagebar>* span {
    color: #fff
}

body.dark #blog-list .pagebar>*.now-page {
    background-color: var(--erics_brief-primaryColor)
}

body.dark #aboutBlog .data .unit::before {
    background-color: #555
}

body.dark #aboutBlog .des {
    color: #999
}

body.dark .card,
body.dark .function {
    background-color: #1f1f1f
}

body.dark .card .card-header,
body.dark .card .function_t,
body.dark .function .card-header,
body.dark .function .function_t {
    border-bottom-color: transparent
}

body.dark #blog-list article.item {
    border-bottom-color: #333
}

body.dark #blog-list article.item:hover {
    background-color: inherit
}

body.dark #blog-list article.item .right h2.title a {
    color: #fff
}

body.dark #blog-list article.item .right h2.title a:hover {
    color: var(--erics_brief-primaryColor)
}

.topbar a,
#blog-sidebar a,
#blog-list a,
#blog-footer a,
.searchModal a,
.fixed-btns a,
#blog-commentArea a,
#blog-relatedArticles a,
#blog-path-nav a,
#blog-article>.card-body>article>.header a,
#blog-article .article-guide a,
#blog-article .footer>.tags a,
.mobile-navbar a,
#blog-notFound a,
.article-header a {
    color: #444;
    text-decoration: none
}

.topbar a:hover,
#blog-sidebar a:hover,
#blog-list a:hover,
#blog-footer a:hover,
.searchModal a:hover,
.fixed-btns a:hover,
#blog-commentArea a:hover,
#blog-relatedArticles a:hover,
#blog-path-nav a:hover,
#blog-article>.card-body>article>.header a:hover,
#blog-article .article-guide a:hover,
#blog-article .footer>.tags a:hover,
.mobile-navbar a:hover,
#blog-notFound a:hover,
.article-header a:hover {
    color: var(--erics_brief-primaryColor);
    text-decoration: none
}

.topbar input[type=submit],
#blog-sidebar input[type=submit],
#blog-list input[type=submit],
#blog-footer input[type=submit],
.searchModal input[type=submit],
.fixed-btns input[type=submit],
#blog-commentArea input[type=submit],
#blog-relatedArticles input[type=submit],
#blog-path-nav input[type=submit],
#blog-article>.card-body>article>.header input[type=submit],
#blog-article .article-guide input[type=submit],
#blog-article .footer>.tags input[type=submit],
.mobile-navbar input[type=submit],
#blog-notFound input[type=submit],
.article-header input[type=submit] {
    border: 1px solid var(--erics_brief-primaryColor);
    background-color: var(--erics_brief-primaryColor);
    color: #fff
}

.topbar input,
#blog-sidebar input,
#blog-list input,
#blog-footer input,
.searchModal input,
.fixed-btns input,
#blog-commentArea input,
#blog-relatedArticles input,
#blog-path-nav input,
#blog-article>.card-body>article>.header input,
#blog-article .article-guide input,
#blog-article .footer>.tags input,
.mobile-navbar input,
#blog-notFound input,
.article-header input {
    border: 1px solid #d0d0d0;
    transition: all .4s ease
}

.topbar input:focus,
#blog-sidebar input:focus,
#blog-list input:focus,
#blog-footer input:focus,
.searchModal input:focus,
.fixed-btns input:focus,
#blog-commentArea input:focus,
#blog-relatedArticles input:focus,
#blog-path-nav input:focus,
#blog-article>.card-body>article>.header input:focus,
#blog-article .article-guide input:focus,
#blog-article .footer>.tags input:focus,
.mobile-navbar input:focus,
#blog-notFound input:focus,
.article-header input:focus {
    border-color: var(--erics_brief-primaryColor)
}

.topbar button,
#blog-sidebar button,
#blog-list button,
#blog-footer button,
.searchModal button,
.fixed-btns button,
#blog-commentArea button,
#blog-relatedArticles button,
#blog-path-nav button,
#blog-article>.card-body>article>.header button,
#blog-article .article-guide button,
#blog-article .footer>.tags button,
.mobile-navbar button,
#blog-notFound button,
.article-header button {
    padding: 0
}

.topbar ul,
.topbar li,
.topbar ol,
#blog-sidebar ul,
#blog-sidebar li,
#blog-sidebar ol,
#blog-list ul,
#blog-list li,
#blog-list ol,
#blog-footer ul,
#blog-footer li,
#blog-footer ol,
.searchModal ul,
.searchModal li,
.searchModal ol,
.fixed-btns ul,
.fixed-btns li,
.fixed-btns ol,
#blog-commentArea ul,
#blog-commentArea li,
#blog-commentArea ol,
#blog-relatedArticles ul,
#blog-relatedArticles li,
#blog-relatedArticles ol,
#blog-path-nav ul,
#blog-path-nav li,
#blog-path-nav ol,
#blog-article>.card-body>article>.header ul,
#blog-article>.card-body>article>.header li,
#blog-article>.card-body>article>.header ol,
#blog-article .article-guide ul,
#blog-article .article-guide li,
#blog-article .article-guide ol,
#blog-article .footer>.tags ul,
#blog-article .footer>.tags li,
#blog-article .footer>.tags ol,
.mobile-navbar ul,
.mobile-navbar li,
.mobile-navbar ol,
#blog-notFound ul,
#blog-notFound li,
#blog-notFound ol,
.article-header ul,
.article-header li,
.article-header ol {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none
}

.topbar h1,
.topbar h2,
.topbar h3,
.topbar h4,
.topbar h5,
.topbar h6,
#blog-sidebar h1,
#blog-sidebar h2,
#blog-sidebar h3,
#blog-sidebar h4,
#blog-sidebar h5,
#blog-sidebar h6,
#blog-list h1,
#blog-list h2,
#blog-list h3,
#blog-list h4,
#blog-list h5,
#blog-list h6,
#blog-footer h1,
#blog-footer h2,
#blog-footer h3,
#blog-footer h4,
#blog-footer h5,
#blog-footer h6,
.searchModal h1,
.searchModal h2,
.searchModal h3,
.searchModal h4,
.searchModal h5,
.searchModal h6,
.fixed-btns h1,
.fixed-btns h2,
.fixed-btns h3,
.fixed-btns h4,
.fixed-btns h5,
.fixed-btns h6,
#blog-commentArea h1,
#blog-commentArea h2,
#blog-commentArea h3,
#blog-commentArea h4,
#blog-commentArea h5,
#blog-commentArea h6,
#blog-relatedArticles h1,
#blog-relatedArticles h2,
#blog-relatedArticles h3,
#blog-relatedArticles h4,
#blog-relatedArticles h5,
#blog-relatedArticles h6,
#blog-path-nav h1,
#blog-path-nav h2,
#blog-path-nav h3,
#blog-path-nav h4,
#blog-path-nav h5,
#blog-path-nav h6,
#blog-article>.card-body>article>.header h1,
#blog-article>.card-body>article>.header h2,
#blog-article>.card-body>article>.header h3,
#blog-article>.card-body>article>.header h4,
#blog-article>.card-body>article>.header h5,
#blog-article>.card-body>article>.header h6,
#blog-article .article-guide h1,
#blog-article .article-guide h2,
#blog-article .article-guide h3,
#blog-article .article-guide h4,
#blog-article .article-guide h5,
#blog-article .article-guide h6,
#blog-article .footer>.tags h1,
#blog-article .footer>.tags h2,
#blog-article .footer>.tags h3,
#blog-article .footer>.tags h4,
#blog-article .footer>.tags h5,
#blog-article .footer>.tags h6,
.mobile-navbar h1,
.mobile-navbar h2,
.mobile-navbar h3,
.mobile-navbar h4,
.mobile-navbar h5,
.mobile-navbar h6,
#blog-notFound h1,
#blog-notFound h2,
#blog-notFound h3,
#blog-notFound h4,
#blog-notFound h5,
#blog-notFound h6,
.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
    margin: 0;
    line-height: 1.42857143
}

#blog-path-nav {
    margin: 0
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 66px;
    z-index: 1200;
    background-color: #fff;
    line-height: 66px;
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 5px 0px, rgba(0, 0, 0, .1) 0px 0px 1px 0px
}

.topbar .logo {
    font-size: 30px
}

.topbar .logo a {
    display: inline-block
}

.topbar .logo a img {
    margin-top: 11.5px;
    height: 43px
}

.topbar .topbar-right a {
    display: inline-block
}

.topbar .topbar-right a:hover {
    color: var(--erics_brief-primaryColor)
}

.topbar .topbar-right>.pc-part {
    position: relative
}

.topbar .topbar-right>.pc-part .iconBtn {
    background-color: transparent;
    font-size: 18px;
    cursor: pointer;
    border: none;
    margin-right: 15px
}

.topbar .topbar-right>.pc-part .iconBtn svg {
    width: 18px;
    height: 18px;
    stroke-width: 40px;
    margin-bottom: -4px
}

.topbar .topbar-right>.pc-part .iconBtn:hover {
    color: var(--erics_brief-primaryColor)
}

.topbar .topbar-right>.pc-part form.search-panel {
    visibility: hidden;
    pointer-events: none;
    line-height: 1.42857143;
    position: absolute;
    top: 17px;
    right: 100%;
    margin-right: -25px;
    border-radius: 4px;
    transition: all .3s ease;
    opacity: 0
}

.topbar .topbar-right>.pc-part form.search-panel.on {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.topbar .topbar-right>.pc-part form.search-panel.on input {
    width: 200px
}

.topbar .topbar-right>.pc-part form.search-panel input {
    border-radius: 15px;
    width: 0;
    padding: 6px 16px;
    background-color: #eee;
    border: none;
    outline: none;
    transition: all .3s ease
}

.topbar .topbar-right>.pc-part form.search-panel input:focus {
    border-color: var(--erics_brief-primaryColor)
}

.topbar .topbar-right>.pc-part form.search-panel .btns {
    position: absolute;
    top: -3px;
    right: -8px;
    padding: 6px 16px
}

.topbar .topbar-right>.pc-part form.search-panel .btns button {
    font-size: 18px;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.topbar .topbar-right>.pc-part form.search-panel .btns span {
    display: inline-block;
    margin: 0 7px;
    color: #999
}

.topbar .topbar-right>.mobile-menu {
    height: 56px;
    padding: 0 15px;
    margin-right: -15px
}

.topbar .topbar-right>.mobile-menu>svg {
    font-size: 35px;
    height: 56px;
    stroke-width: 25px
}

.topbar .navbar li a {
    position: relative
}

.topbar .navbar li a::after {
    display: none;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 8px;
    opacity: .15;
    bottom: 0
}

.topbar .navbar li a.active {
    color: var(--erics_brief-primaryColor)
}

.topbar .navbar li a.active::after {
    background-color: var(--erics_brief-primaryColor)
}

.topbar .navbar>li {
    position: relative;
    display: inline-block
}

.topbar .navbar>li:hover>a>.chevron-down {
    transform: rotate(-180deg)
}

.topbar .navbar>li>a {
    font-size: 16px;
    display: block;
    line-height: 66px;
    padding-left: 12.5px;
    padding-right: 12.5px
}

.topbar .navbar>li>a>.chevron-down {
    width: 14px;
    height: 14px;
    transition: transform .3s ease;
    margin-left: 2px;
    stroke-width: 44px
}

.topbar .navbar>li>ul {
    border-radius: 2px;
    line-height: 1.42857143;
    transform: rotateX(-90deg);
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1300;
    width: 140%;
    left: -20%;
    right: 0;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, .2) 0px 13px 27px -5px, rgba(0, 0, 0, .2) 0px 8px 16px -8px;
    overflow: hidden
}

.topbar .navbar>li>ul:before,
.topbar .navbar>li>ul:after {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -16px;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #eee;
    content: ""
}

.topbar .navbar>li>ul:before {
    top: 0
}

.topbar .navbar>li>ul:after {
    top: 1px;
    border-bottom-color: #fff
}

.topbar .navbar>li>ul>li>a {
    transition: all .05s ease;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 20px
}

.topbar .navbar>li>ul>li>a:hover {
    color: var(--erics_brief-primaryColor);
    background-color: #f7f7f7
}

.topbar .navbar>li:hover ul {
    transform: rotateX(0);
    opacity: 1;
    visibility: inherit;
    pointer-events: all
}

.topbar-occupy {
    height: 66px;
    margin-bottom: 15px
}

.mobile-navbar {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1300;
    transition: all .2s ease
}

.mobile-navbar>.main {
    position: relative;
    margin-left: -100%;
    padding: 22.5px 0;
    padding-top: 42.5px;
    display: inline-block;
    width: 70%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease
}

.mobile-navbar>.main>.module-searchPanel {
    padding: 0 15px;
    margin-top: 15px
}

.mobile-navbar>.main .close {
    position: absolute;
    top: 7.5px;
    right: 7.5px
}

.mobile-navbar>.main .close>svg {
    font-size: 35px;
    color: #777;
    stroke-width: 24px
}

.mobile-navbar>.main .navbar>li {
    position: relative;
    display: block
}

.mobile-navbar>.main .navbar>li>a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(221, 221, 221, .8);
    font-size: 16px
}

.mobile-navbar>.main .navbar>li a.active {
    color: var(--erics_brief-primaryColor)
}

.mobile-navbar>.main .navbar>li>ul {
    overflow: hidden;
    transition: all .3s ease;
    max-height: 0
}

.mobile-navbar>.main .navbar>li>ul.on {
    max-height: 300px
}

.mobile-navbar>.main .navbar>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    background-color: rgba(221, 221, 221, .4)
}

.mobile-navbar>.main .navbar>li>svg {
    display: block;
    position: absolute;
    transition: all .3s ease;
    top: 0;
    right: 0;
    font-size: 22px;
    padding: 10px 15px;
    stroke-width: 30px
}

.mobile-navbar>.main .navbar>li>svg.on {
    transform: rotate(-180deg)
}

.mobile-navbar>.main>.append .login-reg {
    margin-top: 15px;
    text-align: center
}

.mobile-navbar>.main>.append .login-reg>.clickShowSearch {
    display: none
}

.mobile-navbar>.main>.append .login-reg>a {
    display: inline-block !important
}

.mobile-navbar>.main>.append .login-reg>.line {
    display: inline-block !important;
    margin: 0 7.5px
}

.mobile-navbar.show {
    visibility: visible;
    opacity: 1
}

.mobile-navbar.show>.main {
    margin: 0
}

.carousel-box .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden
}

.carousel-box .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .4;
    transition: all .2s ease
}

.carousel-box .swiper .swiper-pagination-bullet:hover {
    opacity: .2
}

.carousel-box .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--erics_brief-primaryColor);
    opacity: .8
}

.carousel-box .swiper .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px
}

.carousel-box .swiper>.swiper-button-prev,
.carousel-box .swiper>.swiper-button-next {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s ease;
    padding: 15px
}

.carousel-box .swiper>.swiper-button-prev:after,
.carousel-box .swiper>.swiper-button-next:after {
    font-size: 18px;
    color: rgba(255, 255, 255, .6)
}

.carousel-box .swiper>.swiper-button-prev:hover,
.carousel-box .swiper>.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .4)
}

.carousel-box .swiper>.swiper-button-prev:hover:after,
.carousel-box .swiper>.swiper-button-next:hover:after {
    color: rgba(255, 255, 255, .7)
}

.carousel-box .swiper>.swiper-button-prev {
    left: -30px
}

.carousel-box .swiper>.swiper-button-next {
    right: -30px
}

.carousel-box .swiper .swiper-slide>a>img {
    transition: all .4s ease
}

.carousel-box .swiper .swiper-slide:hover>a>img {
    transform: scale(1.05)
}

.carousel-box .swiper:hover>.swiper-button-prev,
.carousel-box .swiper:hover>.swiper-button-next {
    opacity: 1
}

.carousel-box .swiper:hover>.swiper-button-prev {
    left: 0
}

.carousel-box .swiper:hover>.swiper-button-next {
    right: 0
}

.carousel-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 38%
}

.carousel-box .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.carousel-box .swiper-slide>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel-box .swiper-slide>a>.text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, 0.65) 97%)
}

.carousel-box .swiper-slide>a>.text-box>.text {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff
}

@media(max-width: 992px) {
    .carousel-box .swiper-slide {
        padding-bottom: 51%
    }

    .topbar {
        box-shadow: none
    }

    .carousel-box {
        padding-left: 0;
        padding-right: 0
    }

    .carousel-box .swiper {
        border-radius: 0
    }

    .topbar {
        height: 56px;
        line-height: 56px
    }

    .topbar .logo-box .logo {
        text-align: center
    }

    .topbar .logo-box .logo img {
        margin-top: 10px;
        height: 36px
    }

    .topbar .topbar-right form.search input {
        width: 100px;
        padding: 10px
    }

    topbar-h .topbar .topbar-right form.search input:focus {
        width: 250px
    }

    .topbar-occupy {
        height: 56px;
        margin-bottom: 0
    }
}

.article-list.style-sidebar {
    padding: 10px
}

.article-list.style-sidebar .item {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.article-list.style-sidebar .item .left {
    height: 57px
}

.article-list.style-sidebar .item .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-list.style-sidebar .item .right {
    padding-left: 10px
}

.article-list.style-sidebar .item .right h2 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-list.style-sidebar .item .right a {
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease
}

.article-list.style-sidebar .item .right a:hover {
    color: var(--erics_brief-primaryColor)
}

.article-list.style-sidebar .item .right>.text {
    font-size: 12px;
    color: #a7a7a7;
    height: 32px;
    overflow: hidden;
    margin-bottom: 0
}

#blog-sidebar>.function>.function_t {
    overflow: hidden
}

#blog-sidebar>.function>.function_c {
    overflow: hidden
}

#blog-sidebar>.function#divCatalog ul,
#blog-sidebar>.function#divTags ul {
    font-size: 0
}

#blog-sidebar>.function#divCatalog ul>li,
#blog-sidebar>.function#divTags ul>li {
    font-size: 14px;
    display: inline-block;
    width: 33.3333333333%
}

#blog-sidebar>.function#divCatalog ul>li>a,
#blog-sidebar>.function#divTags ul>li>a {
    display: block;
    padding: 2px 3px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 3px;
    transition: all .2s ease;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#blog-sidebar>.function#divCatalog ul>li>a:hover,
#blog-sidebar>.function#divTags ul>li>a:hover {
    background-color: var(--erics_brief-primaryColor);
    border-color: var(--erics_brief-primaryColor);
    color: #fff
}

#blog-sidebar>.function#divLinkage ul,
#blog-sidebar>.function#divArchives ul,
#blog-sidebar>.function#divAuthors ul,
#blog-sidebar>.function#divStatistics ul,
#blog-sidebar>.function#divFavorites ul {
    font-size: 0
}

#blog-sidebar>.function#divLinkage ul *,
#blog-sidebar>.function#divArchives ul *,
#blog-sidebar>.function#divAuthors ul *,
#blog-sidebar>.function#divStatistics ul *,
#blog-sidebar>.function#divFavorites ul * {
    font-size: 14px
}

#blog-sidebar>.function#divLinkage ul>li,
#blog-sidebar>.function#divArchives ul>li,
#blog-sidebar>.function#divAuthors ul>li,
#blog-sidebar>.function#divStatistics ul>li,
#blog-sidebar>.function#divFavorites ul>li {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px
}

#blog-sidebar>.function#divLinkage ul>li>a,
#blog-sidebar>.function#divArchives ul>li>a,
#blog-sidebar>.function#divAuthors ul>li>a,
#blog-sidebar>.function#divStatistics ul>li>a,
#blog-sidebar>.function#divFavorites ul>li>a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#blog-sidebar>.function#divPrevious ul>li,
#blog-sidebar>.function#divComments ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

#blog-sidebar>.function#divContorPanel .cp-login,
#blog-sidebar>.function#divContorPanel .cp-vrs {
    margin-top: 15px;
    display: inline-block
}

#blog-sidebar>.function#divContorPanel .cp-login>a,
#blog-sidebar>.function#divContorPanel .cp-vrs>a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 30px
}

#blog-sidebar>.function#divCalendar {
    width: 100%;
    padding: 0
}

#blog-sidebar>.function#divCalendar caption {
    padding-top: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

#blog-sidebar>.function#divCalendar table {
    width: 100%;
    text-align: center
}

#blog-sidebar>.function#divCalendar table th {
    text-align: center
}

#blog-sidebar>.function>.function_c {
    padding: 15px
}

#blog-sidebar>.function#divSearchPanel>.function_c form {
    display: table
}

#blog-sidebar>.function#divSearchPanel>.function_c form>label {
    display: table-cell;
    width: 100%;
    vertical-align: bottom
}

#blog-sidebar>.function#divSearchPanel>.function_c form>label input {
    display: block;
    width: 100%;
    padding: 3px 12px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#blog-sidebar>.function#divSearchPanel>.function_c form>input {
    display: table-cell;
    border-radius: 8px;
    padding: 3px 12px;
    vertical-align: bottom
}

#blog-sidebar>.function#divSearchPanel>.function_c form>input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#blog-sidebar>.function#aboutBlog>.function_t {
    display: none
}

#blog-sidebar>.function#aboutBlog>.function_c {
    position: relative;
    padding: 0
}

#blog-sidebar>.function#aboutBlog>.function_c .bg {
    width: 100%;
    height: 135px
}

#blog-sidebar>.function#aboutBlog>.function_c .bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#blog-sidebar>.function#aboutBlog>.function_c .avatar {
    margin: 0 auto;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    overflow: hidden
}

#blog-sidebar>.function#aboutBlog>.function_c .avatar>img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #fff
}

#blog-sidebar>.function#aboutBlog>.function_c .title {
    font-size: 20px;
    margin-top: 10.5px;
    text-align: center
}

#blog-sidebar>.function#aboutBlog>.function_c .des {
    font-size: 14px;
    padding: 10.5px;
    margin-bottom: 0;
    text-align: center;
    color: #555
}

#blog-sidebar>.function#aboutBlog>.function_c .data {
    font-size: 0;
    margin-bottom: 22.5px
}

#blog-sidebar>.function#aboutBlog>.function_c .data>.unit {
    display: inline-block;
    width: 50%;
    text-align: center
}

#blog-sidebar>.function#aboutBlog>.function_c .data>.unit>.number {
    font-size: 20px
}

#blog-sidebar>.function#aboutBlog>.function_c .data>.unit>.t {
    font-size: 13px;
    color: #999
}

#blog-sidebar>.function#aboutBlog>.function_c .data>.unit:first-child {
    position: relative
}

#blog-sidebar>.function#aboutBlog>.function_c .data>.unit:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #d0d0d0;
    margin-top: -15px
}

#blog-sidebar>.function#divTags>.function_c ul>li>a {
    border-radius: 6px;
    border: none;
    padding: 1px 3px;
    color: #fff
}

#blog-sidebar>.function#divTags>.function_c ul>li>a:hover {
    opacity: .8
}

#blog-sidebar>.function#divTags>.function_c ul>li>a>.tag-count {
    display: none
}

#blog-sidebar>.function#divTags>.function_c ul>li:nth-child(5n)>a {
    background-color: #65a4e7
}

#blog-sidebar>.function#divTags>.function_c ul>li:nth-child(5n+1)>a {
    background-color: #e83c5ce2
}

#blog-sidebar>.function#divTags>.function_c ul>li:nth-child(5n+2)>a {
    background-color: #8fd049
}

#blog-sidebar>.function#divTags>.function_c ul>li:nth-child(5n+3)>a {
    background-color: #cbaa72
}

#blog-sidebar>.function#divTags>.function_c ul>li:nth-child(5n+4)>a {
    background-color: #b284fc
}

#blog-sidebar>.function#hotList>.function_c,
#blog-sidebar>.function#newList>.function_c,
#blog-sidebar>.function#randomList>.function_c {
    padding-bottom: 0
}

#blog-sidebar>.function#hotList>.function_c ul>li,
#blog-sidebar>.function#newList>.function_c ul>li,
#blog-sidebar>.function#randomList>.function_c ul>li {
    position: relative;
    margin-bottom: 15px
}

#blog-sidebar>.function#hotList>.function_c ul>li:before,
#blog-sidebar>.function#hotList>.function_c ul>li:after,
#blog-sidebar>.function#newList>.function_c ul>li:before,
#blog-sidebar>.function#newList>.function_c ul>li:after,
#blog-sidebar>.function#randomList>.function_c ul>li:before,
#blog-sidebar>.function#randomList>.function_c ul>li:after {
    display: table;
    content: " "
}

#blog-sidebar>.function#hotList>.function_c ul>li:after,
#blog-sidebar>.function#newList>.function_c ul>li:after,
#blog-sidebar>.function#randomList>.function_c ul>li:after {
    clear: both
}

#blog-sidebar>.function#hotList>.function_c ul>li:hover>.thumb>a>img,
#blog-sidebar>.function#newList>.function_c ul>li:hover>.thumb>a>img,
#blog-sidebar>.function#randomList>.function_c ul>li:hover>.thumb>a>img {
    transform: scale(1.08)
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.thumb,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.thumb,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.thumb {
    float: none;
    width: 282px;
    height: 191.76px
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.thumb::before {
    font-size: 16px;
    padding: 3px 13px;
    background-color: var(--erics_brief-primaryColor)
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.thumb>a>img,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.thumb>a>img,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.thumb>a>img {
    width: 282px;
    height: 191.76px
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.right,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.right,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.right {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin-left: 0;
    padding: 15px;
    border-radius: 8px;
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, 0.65) 97%)
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.right>.title,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.right>.title,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.right>.title {
    margin-bottom: 7.5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.right>.title>a,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.right>.title>a,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.right>.title>a {
    font-size: 14px;
    color: #fff
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.right>.info,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.right>.info,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.right>.info {
    color: rgba(255, 255, 255, .8);
    position: relative
}

#blog-sidebar>.function#hotList>.function_c ul>li .s:first-child>.right>.info>.sp,
#blog-sidebar>.function#newList>.function_c ul>li .s:first-child>.right>.info>.sp,
#blog-sidebar>.function#randomList>.function_c ul>li .s:first-child>.right>.info>.sp {
    display: none
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(2)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(2)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(2)>.thumb::before {
    content: "2";
    background-color: var(--erics_brief-primaryColor)
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(3)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(3)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(3)>.thumb::before {
    content: "3";
    background-color: var(--erics_brief-primaryColor)
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(4)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(4)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(4)>.thumb::before {
    content: "4"
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(5)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(5)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(5)>.thumb::before {
    content: "5"
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(6)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(6)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(6)>.thumb::before {
    content: "6"
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(7)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(7)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(7)>.thumb::before {
    content: "7"
}

#blog-sidebar>.function#hotList>.function_c ul>li:nth-child(8)>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li:nth-child(8)>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li:nth-child(8)>.thumb::before {
    content: "8"
}

#blog-sidebar>.function#hotList>.function_c ul>li>.thumb,
#blog-sidebar>.function#newList>.function_c ul>li>.thumb,
#blog-sidebar>.function#randomList>.function_c ul>li>.thumb {
    position: relative;
    width: 109px;
    height: 74.5789473684px;
    border-radius: 2px;
    overflow: hidden;
    float: left
}

#blog-sidebar>.function#hotList>.function_c ul>li>.thumb::before,
#blog-sidebar>.function#newList>.function_c ul>li>.thumb::before,
#blog-sidebar>.function#randomList>.function_c ul>li>.thumb::before {
    display: none;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    content: "1";
    background-color: rgba(0, 0, 0, .4);
    padding: 2px 8px;
    border-radius: 8px;
    color: #fff;
    z-index: 1100;
    box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold
}

#blog-sidebar>.function#hotList>.function_c ul>li>.thumb>a,
#blog-sidebar>.function#newList>.function_c ul>li>.thumb>a,
#blog-sidebar>.function#randomList>.function_c ul>li>.thumb>a {
    display: block
}

#blog-sidebar>.function#hotList>.function_c ul>li>.thumb>a>img,
#blog-sidebar>.function#newList>.function_c ul>li>.thumb>a>img,
#blog-sidebar>.function#randomList>.function_c ul>li>.thumb>a>img {
    width: 109px;
    height: 74.5789473684px;
    object-fit: cover;
    transition: all .3s ease
}

#blog-sidebar>.function#hotList>.function_c ul>li>.right,
#blog-sidebar>.function#newList>.function_c ul>li>.right,
#blog-sidebar>.function#randomList>.function_c ul>li>.right {
    position: relative;
    margin-left: 119px;
    height: 74.5789473684px
}

#blog-sidebar>.function#hotList>.function_c ul>li>.right>.title,
#blog-sidebar>.function#newList>.function_c ul>li>.right>.title,
#blog-sidebar>.function#randomList>.function_c ul>li>.right>.title {
    width: 100%;
    font-size: 14px;
    height: 38px;
    overflow: hidden
}

#blog-sidebar>.function#hotList>.function_c ul>li>.right>.title>a,
#blog-sidebar>.function#newList>.function_c ul>li>.right>.title>a,
#blog-sidebar>.function#randomList>.function_c ul>li>.right>.title>a {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal
}

#blog-sidebar>.function#hotList>.function_c ul>li>.right>.info,
#blog-sidebar>.function#newList>.function_c ul>li>.right>.info,
#blog-sidebar>.function#randomList>.function_c ul>li>.right>.info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#blog-sidebar>.function#divPrevious>.function_c ul li,
#blog-sidebar>.function#divComments>.function_c ul li {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    max-height: 50px
}

#blog-sidebar>.function#divPrevious>.function_c ul li:last-child,
#blog-sidebar>.function#divComments>.function_c ul li:last-child {
    border-bottom: none
}

#blog-sidebar>.function#divPrevious>.function_c ul li::before {
    content: "#";
    display: inline-block;
    width: 20px;
    text-align: left;
    font-weight: bold;
    color: #555
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(1)::before {
    content: "1";
    color: red
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(2)::before {
    content: "2";
    color: orange
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(3)::before {
    content: "3";
    color: var(--erics_brief-primaryColor)
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(4)::before {
    content: "4"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(5)::before {
    content: "5"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(6)::before {
    content: "6"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(7)::before {
    content: "7"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(8)::before {
    content: "8"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(9)::before {
    content: "9"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(10)::before {
    content: "10"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(11)::before {
    content: "11"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(12)::before {
    content: "12"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(13)::before {
    content: "13"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(14)::before {
    content: "14"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(15)::before {
    content: "15"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(16)::before {
    content: "16"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(17)::before {
    content: "17"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(18)::before {
    content: "18"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(19)::before {
    content: "19"
}

#blog-sidebar>.function#divPrevious>.function_c ul li:nth-child(20)::before {
    content: "20"
}

#blog-sidebar>.function#customSidebarModule1>.function_t,
#blog-sidebar>.function#customSidebarModule2>.function_t,
#blog-sidebar>.function#customSidebarModule3>.function_t {
    display: none
}

#blog-sidebar>.function#customSidebarModule1>.function_c .ad,
#blog-sidebar>.function#customSidebarModule2>.function_c .ad,
#blog-sidebar>.function#customSidebarModule3>.function_c .ad {
    display: block;
    margin: -15px
}

#blog-sidebar>.function#customSidebarModule1>.function_c .ad>img,
#blog-sidebar>.function#customSidebarModule2>.function_c .ad>img,
#blog-sidebar>.function#customSidebarModule3>.function_c .ad>img {
    max-width: 100%
}

.module-searchPanel>form {
    max-width: 400px;
    margin: 0 auto;
    display: table
}

.module-searchPanel>form>label {
    display: table-cell;
    width: 100%;
    vertical-align: bottom
}

.module-searchPanel>form>label input {
    display: block;
    width: 100%;
    padding: 3px 12px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: normal
}

.module-searchPanel>form>input {
    vertical-align: bottom;
    display: table-cell;
    border-radius: 8px;
    padding: 3px 12px
}

.module-searchPanel>form>input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media(max-width: 992px) {
    #blog-sidebar {
        display: none;
        padding-left: 10px;
        padding-right: 10px
    }
}

.card,
.function {
    border-radius: 2px;
    background-color: #fff
}

.card button,
.card input[type=submit],
.function button,
.function input[type=submit] {
    border: 1px solid var(--erics_brief-primaryColor);
    background-color: var(--erics_brief-primaryColor);
    color: #fff
}

.card>.card-header,
.card>.function_t,
.function>.card-header,
.function>.function_t {
    position: relative;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 15px
}

.card>.card-header::before,
.card>.function_t::before,
.function>.card-header::before,
.function>.function_t::before {
    content: "";
    position: absolute;
    top: 16.5px;
    left: 0;
    bottom: 16.5px;
    background-color: var(--erics_brief-primaryColor);
    width: 4px
}

.card>.card-body,
.function>.card-body {
    padding: 15px
}

.card>.card-body,
.card>.function_t,
.function>.card-body,
.function>.function_t {
    border-radius: 4px
}

.card>.card-footer,
.function>.card-footer {
    padding: 25px
}

#blog-list>.card-body {
    overflow: hidden;
    padding: 0
}

#blog-list>.card-body>article {
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: all .5s ease
}

#blog-list>.card-body>article:before,
#blog-list>.card-body>article:after {
    display: table;
    content: " "
}

#blog-list>.card-body>article:after {
    clear: both
}

#blog-list>.card-body>article:hover {
    background-color: #fafafa
}

#blog-list>.card-body>article:hover>.thumb>a>img {
    transform: scale(1.08)
}

#blog-list>.card-body>article>.thumb {
    width: 214px;
    height: 148px;
    border-radius: 2px;
    overflow: hidden;
    float: left
}

#blog-list>.card-body>article>.thumb>a {
    display: block
}

#blog-list>.card-body>article>.thumb>a>img {
    width: 214px;
    height: 148px;
    object-fit: cover;
    transition: all .3s ease
}

#blog-list>.card-body>article>.right {
    position: relative;
    margin-left: 234px;
    height: 148px
}

#blog-list>.card-body>article>.right>.title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 6.6666666667px
}

#blog-list>.card-body>article>.right>.title>a {
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 60px
}

#blog-list>.card-body>article>.right>.title>a>.top {
    display: inline-block;
    color: var(--erics_brief-primaryColor);
    border: 1px solid var(--erics_brief-primaryColor);
    padding: 1px 6px;
    font-size: 14px;
    margin-bottom: 5px
}

#blog-list>.card-body>article>.right>.content-ellipsis {
    color: #888;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 6.6666666667px;
    line-height: 1.5
}

#blog-list>.card-body>article>.right>.info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#blog-list>.card-body>article>.right>.info:before,
#blog-list>.card-body>article>.right>.info:after {
    display: table;
    content: " "
}

#blog-list>.card-body>article>.right>.info:after {
    clear: both
}

#blog-list>.card-body>article>.right>.info>.author {
    font-size: 13px;
    color: #999;
    margin-right: 10px
}

#blog-list>.card-body>article>.right>.info>.author:hover {
    color: var(--erics_brief-primaryColor)
}

#blog-list>.card-body>article>.right>.info>.author>img {
    width: 25px;
    height: 25px;
    border-radius: 50%
}

#blog-list>.card-body>article>.right>.info>.right {
    float: right
}

#blog-list>.card-body>article>.right>.info>.right>.view-nums {
    margin-right: 5px
}

.pagebar {
    font-size: 0;
    text-align: center
}

.pagebar>* {
    font-size: 14px;
    display: inline-block;
    background-color: #e5e5e5;
    padding: 6px 14px;
    border-radius: 4px;
    margin-right: 7px
}

.pagebar>*:first-child,
.pagebar>*:last-child {
    display: none
}

.pagebar>.page.now-page {
    background-color: var(--erics_brief-primaryColor);
    color: #fff
}

#blog-commentArea .pagebar {
    margin-top: 20px;
    padding-top: 20px
}

#blog-commentArea .pagebar>* {
    padding: 3px 10px
}

.load-more-box {
    text-align: center
}

.load-more-box .load-more {
    display: inline-block;
    border: 1px solid var(--erics_brief-primaryColor);
    color: var(--erics_brief-primaryColor);
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 60px
}

#blog-footer {
    padding: 40px;
    margin-top: 20px;
    background-color: #30353a;
    color: rgba(255, 255, 255, .8)
}

#blog-footer>.container {
    position: relative
}

#blog-footer a {
    color: rgba(255, 255, 255, .8)
}

#blog-footer a:hover {
    color: rgba(255, 255, 255, .9)
}

#blog-footer ul.nav {
    margin-bottom: 10px
}

#blog-footer ul.nav>li {
    display: inline-block
}

#blog-footer ul.nav>li::after {
    margin: 0 5px;
    content: "|"
}

#blog-footer ul.nav>li:last-child::after {
    display: none
}

#blog-footer ul.nav>li>a {
    display: inline-block
}

#blog-footer .copyright>.website {
    margin-bottom: 10px
}

#blog-footer .copyright>.program {
    font-size: 12px;
    color: rgba(255, 255, 255, .4)
}

#blog-footer .copyright>.program a {
    color: rgba(255, 255, 255, .4)
}

#blog-footer .conact {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px
}

#blog-footer .conact>.erics-socialIcon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
    background-color: #4b5259;
    border: none;
    color: rgba(255, 255, 255, .9);
    border-radius: 50%
}

#blog-footer .conact>.erics-hp:hover>.erics-hp-panel.top {
    top: -185px
}

#blog-footer .conact>.erics-hp>.erics-hp-panel {
    padding: 10px;
    width: 150px;
    height: 175px
}

#blog-footer .conact>.erics-hp>.erics-hp-panel>.erics-hp-head {
    margin-bottom: 10px
}

#blog-footer .conact>.erics-hp>.erics-hp-panel img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

#blog-footer .conact>.erics-hp>.erics-hp-panel::after {
    height: 10px;
    bottom: -10px
}

#blog-footer .conact>.erics-hp>.erics-hp-panel.top {
    top: -175px;
    left: -59px
}

@media(max-width: 992px) {
    #blog-footer .conact {
        position: relative;
        margin-top: 15px
    }
}

.erics-share .social-share>a.social-share-icon.icon-wechat:hover .wechat-qrcode {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: -185px
}

.erics-share .social-share>a.social-share-icon.icon-wechat .wechat-qrcode {
    display: block;
    transition: all .25s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 160px;
    height: 175px;
    top: -190px;
    left: -64px;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
    border: none;
    border-radius: 6px
}

.erics-share .social-share>a.social-share-icon.icon-wechat .wechat-qrcode h4 {
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    background-color: #fff
}

.erics-share .social-share>a.social-share-icon.icon-wechat .wechat-qrcode .help {
    display: none
}

.erics-share .social-share>a.social-share-icon.icon-wechat .wechat-qrcode .qrcode {
    width: 120px;
    margin: 0 auto
}

.erics-share .social-share>a.social-share-icon.icon-wechat .wechat-qrcode .qrcode>img {
    width: 120px;
    height: 121px
}

#fixed-btns {
    position: fixed;
    right: 32px;
    bottom: 70px;
    z-index: 1499
}

#fixed-btns>.item {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(221, 221, 221, .8);
    color: #666;
    text-align: center;
    font-size: 20px;
    border-radius: 6px
}

#fixed-btns>.item.clickToTop {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    margin-bottom: 0
}

#fixed-btns>.item.clickToTop.on {
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px
}

#fixed-btns>.item>svg {
    height: 40px
}

.searchModal {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    position: fixed;
    top: -50%;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0 14px 10px rgba(0, 0, 0, .08);
    border: none;
    padding: 40px 0
}

.searchModal.on {
    top: 66px;
    visibility: visible;
    opacity: 1
}

.searchModal .container2 {
    max-width: 800px
}

.searchModal form {
    position: relative
}

.searchModal .searchFrame {
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 0;
    padding-right: 46px;
    text-align: center;
    font-size: 16px;
    transition: all .3s ease;
    border: 1px solid #999
}

.searchModal .searchFrame:focus {
    background-color: #fff;
    border-color: var(--erics_brief-primaryColor)
}

.searchModal .searchBtn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 1px;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: var(--erics_brief-primaryColor);
    color: #fff;
    padding: 8px 40px;
    margin-left: -37px
}

.searchModal .searchBtn:hover {
    opacity: .8
}

.searchModal .searchBtn>svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke-width: 50px
}

.searchModal .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -28px;
    cursor: pointer;
    color: #999
}

#blog-notFound {
    text-align: center;
    margin: 60px 0;
}

#blog-notFound>.title {
    font-size: 70px
}

#blog-notFound>.msg {
    margin-bottom: 7px
}

#blog-article .card-body {
    padding: 25px
}

#blog-article .card-body>article>.title {
    font-size: 28px;
    margin-top: 0;
    line-height: 1.3;
    word-break: break-all;
    color: #333;
    margin-bottom: 0
}

#blog-article .card-body>article>.header {
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 12.5px 0
}

#blog-article .card-body>article>.header>a {
    color: #999
}

#blog-article .card-body>article>.header>a:hover {
    color: var(--erics_brief-primaryColor)
}

#blog-article .card-body>article>.header small {
    margin: 0 8px
}

#blog-article .card-body>article>.header .author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3px
}

#blog-article .card-body>article>.content {
    font-size: 16px;
    word-wrap: break-word;
    overflow: hidden
}

#blog-article .card-body>article>.content p {
    word-wrap: break-word;
    line-height: 1.6
}

#blog-article .card-body>article>.content img {
    max-width: 100% !important;
    height: auto !important
}

#blog-article .footer .state,
#blog-article .footer .tags,
#blog-article .footer .share {
    margin-bottom: 0;
    margin-top: 12.5px
}

#blog-article .footer .state {
    position: relative;
    color: #777;
    border-left: 5px solid #ddd;
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 25px
}

#blog-article .footer .state>.state-title {
    display: none;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    text-align: center
}

#blog-article .footer .state>.state-title>.real {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 6px;
    background-color: #eee
}

#blog-article .footer .state>.state-content>p .site {
    color: #999;
    text-decoration: underline
}

#blog-article .footer .state>.state-content>p:last-child {
    margin-bottom: 0
}

#blog-article .footer .tags a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #eee;
    border-radius: 2px;
    margin-right: 5px
}

#blog-article .footer .tags a:hover {
    color: #444
}

#blog-article .footer .share {
    text-align: center
}

#blog-article .footer .share>.msg {
    color: #999;
    font-size: 13px;
    margin-bottom: 7px
}

#blog-article .footer .share a.social-share-icon {
    width: 35.2px;
    height: 35.2px;
    font-size: 22px;
    line-height: 35.2px
}

#blog-article .article-guide .prev {
    padding-right: 8.3333333333px
}

#blog-article .article-guide .next {
    text-align: right;
    padding-left: 8.3333333333px
}

#blog-article .article-guide .prev .real,
#blog-article .article-guide .next .real {
    display: block;
    padding: 12.5px;
    border-radius: 2px
}

#blog-article .article-guide .prev .real .text,
#blog-article .article-guide .next .real .text {
    display: block;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 40px
}

#blog-article .article-guide .prev-guide,
#blog-article .article-guide .next-guide {
    font-size: 12px;
    color: #999
}

#blog-path-nav {
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
    line-height: 21px;
    color: #999
}

#blog-path-nav svg {
    width: 14px;
    height: 14px
}

#blog-path-nav a {
    color: #999
}

#blog-path-nav a:hover {
    color: var(--erics_brief-primaryColor)
}

#blog-relatedArticles>.card-body {
    padding-left: 7.5px;
    padding-right: 7.5px;
    font-size: 0
}

#blog-relatedArticles .item {
    display: inline-block
}

#blog-relatedArticles .item>a {
    font-size: 14px;
    display: block;
    padding-left: 7.5px;
    padding-right: 7.5px
}

#blog-relatedArticles .item>a>.cover {
    height: 125px
}

#blog-relatedArticles .item>a>.cover>img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px
}

#blog-relatedArticles .item>a>.text {
    margin: 7.5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 40px
}

#blog-commentArea .comments .card-header {
    border-bottom: 0
}

#blog-commentArea .comments .card-body {
    padding-top: 0
}

#blog-commentArea .card-header {
    border-bottom: 0
}

#blog-commentArea .card-body {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px
}

#blog-commentArea input[type=text],
#blog-commentArea textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px
}

#blog-commentArea button.button-submit {
    padding: 7px 25px;
    border-radius: 6px;
    background-color: var(--erics_brief-primaryColor);
    color: #fff;
    border: none;
    transition: all .3s ease
}

#blog-commentArea button.button-submit:hover {
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px
}

#blog-commentArea .grid {
    margin-bottom: 15px
}

#blog-commentArea .grid.verify {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

#blog-commentArea .grid.verify label {
    display: none
}

#blog-commentArea .grid.verify img {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 120px !important;
    height: 40px !important
}

#blog-commentArea .grid.verify p {
    margin-bottom: 0
}

#blog-commentArea ul,
#blog-commentArea ul li {
    list-style: none;
    outline: none
}

#blog-commentArea .msg.msghead .tbname,
#blog-commentArea .posttop {
    font-size: 18px
}

#blog-commentArea .comment-list>.comment-item:nth-child(2)>.msgname {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

#blog-commentArea .comment-list .comment-item .msgname {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
    vertical-align: baseline;
    font-size: 0
}

#blog-commentArea .comment-list .comment-item .msgname .avatar {
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 11.4px
}

#blog-commentArea .comment-list .comment-item .msgname .commentname {
    display: inline-block;
    vertical-align: middle
}

#blog-commentArea .comment-list .comment-item .msgname .commentname>a,
#blog-commentArea .comment-list .comment-item .msgname .commentname .msgtime {
    display: block
}

#blog-commentArea .comment-list .comment-item .msgname .commentname>a {
    font-size: 14px;
    margin-bottom: 2px
}

#blog-commentArea .comment-list .comment-item .msgname .commentname>.msgtime {
    color: #999;
    font-size: 12px
}

#blog-commentArea .comment-list .comment-item .msgarticle {
    word-break: break-all;
    padding-left: 59.4px
}

#blog-commentArea .comment-list .comment-item .revertcomment a {
    color: #999;
    font-size: 14px
}

#blog-commentArea .comment-list .comment-item #cancel-reply {
    margin-left: 5px
}

#blog-commentArea .reply-frm {
    margin-top: 10px
}

#blog-commentArea .noComment {
    color: #999;
    text-align: center;
    font-size: 16px;
    margin: 30px 0
}

@media(max-width: 992px) {
    #blog-path-nav {
        margin-top: 15px
    }

    #blog-article .article-guide {
        margin-top: 15px;
        padding: 0 10px
    }

    #blog-list {
        margin-top: 10px
    }

    #blog-list>.card-body>article {
        padding: 10px
    }

    #blog-list>.card-body>article>.thumb {
        width: 109px;
        height: 75.5083798883px
    }

    #blog-list>.card-body>article>.thumb>a>img {
        width: 109px;
        height: 75.5083798883px
    }

    #blog-list>.card-body>article>.right {
        margin-left: 119px;
        height: 75.5083798883px
    }

    #blog-list>.card-body>article>.right>.title {
        font-size: 15px;
        margin-bottom: 0
    }

    #blog-list>.card-body>article>.right>.title>a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        max-height: 60px;
        line-height: 1.5
    }

    #blog-list>.card-body>article>.right>.title>a>.top {
        padding: 1px 6px
    }

    #blog-list>.card-body>article>.right>.content-ellipsis {
        display: none
    }
}

/*# sourceMappingURL=style.css.map */