/*
Theme Name: SEOtheme
Theme URI: 
*/


@import url('css/iconfont.css');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=search] {
    box-sizing: content-box;
}

body {
    font-family: 'Microsoft Yahei',Helvetica,Arial,"Open Sans",Arial,'PingFang SC','Hiragino Sans GB','Source Han Sans CN',Roboto,sans-serif;
    font-size: 14px;
    background: #f6f8fb;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #2271b1;
    text-decoration: none!important;
}

ul,li,p,h1,h2,h3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: 1.4;
    color: #273746;
    margin: 0;
}

div,h1,h2,h3,h4,h5,p,form,ul,label,input,textarea,img,span,dl,dt,dd {
    margin: 0;
    padding: 0;
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
}

em,i {
    font-style: normal;
}

input,select,button,textarea {
    border: 0;
    background: 0;
    outline: 0;
    vertical-align: middle;
}

.container {
    width: 1300px;
    margin: auto;
}

.list-image:hover img,.item-img:hover img {
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hua-navbar {
    position: relative;
    background: #fff;
    z-index: 999;
    height: 80px;
    box-shadow: none;
    box-shadow: 0 2px 8px rgba(29,41,57,0.08);
}

.hua-navbar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.hua-navbar h1 {
    float: left;
    padding: 20px 0;
}

.hua-navbar h1 a {
    display: block;
}

.hua-navbar h1 a img {
    max-width: 100%;
    height: 40px;
    display: block;
}

.hua-navbar .nav-list {
    margin-left: 6rem;
    display: block;
    list-style: none;
    float: left;
}

.hua-navbar .nav-list>li {
    list-style: none;
    float: left;
    position: relative;
}

.nav-list>li.current a {
    color: #2271b1;
}

.nav-list>li em {
    position: absolute;
    height: 80px;
    line-height: 80px;
    right: 6px;
    color: #161c2d;
    z-index: -9;
}

.nav-list>li em i {
    font-size: 24px;
}

.nav-list li:hover a,.nav-list li:hover i.down {
    color: #2271b1;
}

.nav-list li .down:before {
    display: inline-block;
    transition: all .3s ease-out 0s;
}

.nav-list li:hover .down:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.nav-list.active li .down:before {
    display: inline;
}

.nav-list>li>a {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 26px;
    font-size: 15px;
    color: #333;
}

.nav-list li small {
    position: absolute;
    display: block;
    right: 0;
    top: 12px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: #f53939;
    background-image: linear-gradient(310deg,#f53939,#fbcf33);
    border-radius: 4px 4px 4px 0;
    padding: .2rem .3375rem;
}

.nav-list li small.blue {
    background: linear-gradient(to right,#0056f3 0,#2b76ff 100%);
}

.nav-list li>ul {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.nav-list li:hover>ul {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.nav-list .sub-menu {
    position: absolute;
    text-align: center;
    width: 111px;
    top: 100%;
    left: 16px;
    padding: .75rem;
    opacity: 0;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 8px 0 rgba(0,29,35,0.05);
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .2s ease-out 0s;
    z-index: 9;
    background-color: #fff;
    border-radius: 1px;
}

.nav-list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-list .sub-menu li {
    display: block;
    border-bottom: 0;
    border-left: none;
    transition: all .3s ease 0s;
}

.nav-list .sub-menu li a {
    display: block;
    font-size: .875rem;
    transition: all .3s ease-out 0s;
    color: #2c2e3b;
    padding: .5rem;
}

.nav-list .sub-menu li a:hover {
    color: #2271b1;
}

.nav-right {
    float: right;
    font-size: 15px;
    margin-top: 0;
}

.nav-right li {
    position: relative;
    float: left;
    margin-left: 15px;
}

.nav-right a {
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: ease-in color .15s;
    transition: ease-in color .15s;
    position: relative;
}

.nav-right>li>a {
    padding: 25px 10px 23px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-right>li.u-fang a {
    position: relative;
    background-color: #2271b1;
    background-image: linear-gradient(310deg,#2152ff,#2271b1);
    padding: .5rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    border-radius: 2rem;
    margin: 21px 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav-right>li.u-fang:hover a {
    background-color: #000;
}

.nav-line {
    width: 1px;
    background: #777;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.nav-right .nav-button {
    display: none;
}

.canvas-close {
    display: none;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
}

.menu-btn:before,.menu-btn:after,.menu-btn span {
    display: block;
    height: 2px;
    background-color: #000;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.nav-search {
    float: right;
    position: relative;
}

.nav-search i.iconfont {
    color: #000;
    line-height: 80px;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    width: 28px;
}

.nav-search i.iconfont:hover {
    opacity: 1;
}

.nav-search .s-form {
    padding: 20px;
    line-height: none;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.06);
    border: 1px solid #eee;
    border-top: 0;
    z-index: 1;
}

.nav-search .s-form .sform {
    width: 258px;
    padding-right: 32px;
    position: relative;
}

.nav-search .s-form button {
    border: medium none;
    background-color: #2271b1;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .8;
    height: 39px;
}

.nav-search .s-form button i {
    color: #fff;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 40px;
}

.nav-search .s-form button:hover {
    opacity: 1;
}

.nav-search .s-form .sinput {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 5px 0 0 10px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 14px;
    box-sizing: content-box;
}

.nav-search .s-form .arrow {
    position: absolute;
    top: -17px;
    right: -2px;
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.footer {
    background: #2d3236;
    color: rgba(255,255,255,.7);
    padding: 30px 0;
}

.footer-col {
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.footer-nav {
    font-size: 14px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.footer-nav li {
    display: inline-block;
    line-height: 18px;
    margin-right: 10px;
}

.footer-nav a {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    color: #fff;
}

.footer-nav a:hover {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    color: #2271b1;
}

.footer-nav li:after {
    content: "|";
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    opacity: .8;
    vertical-align: top;
}

.footer-nav li:last-child:after {
    display: none;
}

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

.footer .copyright p {
    margin: 0 0 5px;
}

.rollbar {
    position: fixed;
    right: 55px;
    bottom: 30%;
    z-index: 99;
    display: block;
}

.rollbar .actions {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rollbar .actions .contbar {
    position: relative;
    margin-bottom: 10px;
    box-shadow: -8px 0 35px 0 rgb(181 181 181 / 32%);
    background-color: #fff;
    border-radius: 30px;
}

.rollbar .actions .contbar>a {
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
    width: 50px;
    text-align: center;
    height: 50px;
}

.rollbar .actions .contbar>a>i {
    font-size: 28px;
    color: #111010;
    display: block;
    padding: 11px 0;
}

.rollbar .actions .contbar.tel>a>i {
    color: #616261;
}

.rollbar .actions .contbar.wx>a>i {
    color: #616261;
}

.rollbar .actions .contbar.tel>a>i:hover {
    color: #14b6f6;
}

.rollbar .actions .contbar.wx>a>i:hover {
    color: #1abb0d;
}

.rollbar .rollbar-item {
    position: absolute;
    margin-top: 10px;
    border-radius: 30px;
    background-color: #fff;
    color: #555;
    width: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 30px;
    line-height: 50px;
    height: 50px;
}

.rollbar .rollbar-item i {
    line-height: 45px;
    font-weight: 700;
}

.rollbar .rollbar-item:hover i {
    color: #2271b1;
}

.rtbar_shwx {
    display: none;
    width: 130px;
    position: absolute;
    top: 0;
    right: 50px;
}

.rtbar_shwx .rtbar_qrimg {
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.08);
    padding: 8px 8px;
    margin-right: 12px;
    position: relative;
    text-align: center;
}

.rtbar_shwx .rtbar_qrimg span {
    font-size: 12px;
    color: #758096;
}

.rtbar_qrimg::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 26px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    border-right: 12px;
}

.breadcrumb {
    position: relative;
    margin-bottom: 1rem;
}

.breadcrumb .crumb-inner {
    color: #333b55;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.breadcrumb .crumb-inner i.icon-shijian {
    color: #666!important;
    padding: 0 5px;
    font-size: 12px;
}

.breadcrumb .crumb-inner i {
    color: #000!important;
    padding-right: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.breadcrumb .crumb-inner i.icon-home {
    color: #333b55!important;
}

.breadcrumb a,.breadcrumb span {
    font-size: 12px;
    color: #333b55;
}

.breadcrumb a:hover,.breadcrumb span:hover {
    font-size: 12px;
    color: #2271b1;
}

.pagination {
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}

.pagination a {
    background-color: #fff;
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    color: #666;
    margin: 2px;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    transition: all .2s ease 0s;
}

.pagination a:hover {
    background-color: #2271b1;
    border-color: #2271b1;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.pagination a:active {
    border-color: #2271b1;
    border-style: solid;
    border-width: 1px;
    color: #000;
}
.pagination span.current {
    background-color: #2271b1;
    color: #fff;
    margin: 2px;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    transition: all .2s ease 0s;
}
.pagination .thisclass {
    background-color: #2271b1;
    border-color: #2271b1;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    margin: 2px;
    padding: 5px 15px;
    border-radius: 4px;
}

.pagination b {
    background-color: #2271b1;
    border-color: #2271b1;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin: 2px;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    transition: all .2s ease 0s;
}

@media only screen and (max-width:900px) {
    .container {
        width: 100%;
    }

    .footer .copyright {
        font-size: 12px;
    }

    .hua-navbar {
        height: 62px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hua-navbar h1 {
        padding: 8px 0;
    }

    .hua-navbar .nav-list {
        padding: 50px 15px;
        position: fixed;
        right: -280px;
        top: 0;
        bottom: 0;
        width: 250px;
        margin-left: 0;
        background: #fff;
        z-index: 99999;
        transition: all .3s ease;
        opacity: 0;
    }

    .hua-navbar .nav-list.show {
        right: 0;
        opacity: 1;
    }

    .hua-navbar .nav-list>li {
        float: none;
        display: block;
        margin: 8px 0;
        background-color: #f7f7f7;
    }

    .hua-navbar .nav-list>li>a {
        height: 40px;
        line-height: 40px;
    }

    .nav-list li small {
        right: 20%;
    }

    .nav-list>li.current a {
        background-color: initial;
    }

    .canvas-close {
        display: block;
        position: absolute;
        right: 14px;
        top: 14px;
        width: 30px;
        height: 30px;
        z-index: 99999;
        color: #000;
        transition: all .3s ease;
    }

    .canvas-close i {
        font-size: 30px;
        transition: all .3s ease;
    }

    .nav-list.show li em.dot {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
    }

    .nav-list.show li em.dot i {
        font-size: 26px;
    }

    .nav-list .sub-menu {
        padding: 5px 10px;
        left: 0;
        background: #eaeaea;
        width: 100%;
        position: relative;
        box-shadow: none;
        text-align: center;
        display: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .nav-list .sub-menu li {
        background: #f7f7f7;
        margin: 10px 0;
        border-radius: 4px;
    }

    .nav-list li .down:before {
        transition: all .2s ease-out 0s;
    }

    .nav-list li:hover .down:before {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    .nav-list li.on .down:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .nav-list li:hover a,.nav-list li:hover i.down {
        color: #2c2e3b;
    }

    .nav-list .sub-menu li a {
        padding: 6px 0;
        display: inline-block;
        width: 100%;
    }

    .hua-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        z-index: 9998;
        opacity: 1;
        backdrop-filter: blur(2px);
    }

    .nav-right {
        font-size: 18px;
    }

    .nav-right li {
        position: initial;
    }

    .nav-right .nav-button {
        display: block;
        padding: 15px 0 15px 0;
    }

    .nav-right .nav-button a {
        padding: 7px 0!important;
    }

    .u-fang {
        display: none;
    }

    .nav-search i.iconfont {
        line-height: 62px;
    }

    .nav-search .s-form {
        width: 100%;
        border-top: 1px solid #f2f2f2;
    }

    .nav-search .s-form .sform {
        width: 100%;
    }
}

.indexbg {
    background-color: #fff;
}

.homepage-header .banner-container {
    width: calc(42% - .15rem);
    height: auto;
    margin-right: 10px;
}

.homepage-header {
    width: 100%;
    height: auto;
    margin: 30px 0;
    display: flex;
}

.homepage-header .banner-right-container {
    width: 58%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}

.homepage-header .banner-right-container .br-item {
    width: calc((100% - .3rem)/ 3.1);
    height: calc((100% - .15rem)/ 2.05);
    background-color: #f7f8fa;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.homepage-header .banner-right-container .br-item:nth-child(3),.homepage-header .banner-right-container .br-item:nth-child(6) {
    margin-right: 0;
}

.homepage-header .banner-right-container .br-item:nth-child(4),.homepage-header .banner-right-container .br-item:nth-child(5),.homepage-header .banner-right-container .br-item:nth-child(6) {
    margin-bottom: 0;
}

.homepage-header .banner-right-container .br-item a {
    font-size: 0;
}

.homepage-header .banner-right-container .br-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
}

.homepage-header .banner-right-container .br-item img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.homepage-header .banner-right-container .br-item .replace-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 56.25%;
    aspect-ratio: 16/9;
}

.homepage-header .banner-right-container .br-item .replace-img img {
    width: 40%!important;
    height: auto!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.homepage-header .banner-right-container .br-item .replace-img img:hover {
    transform: translate(-50%,-50%);
}

.homepage-header .banner-right-container .br-item .title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 .1rem;
    background: linear-gradient(180deg,rgba(0,0,0,0),#000);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: .16rem;
    display: none;
}

.homepage-header .banner-right-container .br-item:hover .title {
    display: block;
}

.homepage-header .banner-right-container .br-item .title a {
    color: #fff;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
}

.movable-container {
    width: 100%;
    height: auto;
    margin-bottom: .15rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.movable-container .left-container {
    width: 100%;
    margin-right: .2rem;
}

.movable-container .right-container {
    width: 240px;
    position: relative;
    right: 0;
    top: 0;
}

.movable-container .section-header {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    margin-top: 9px;
    display: flex;
    margin-bottom: 15px;
}

.movable-container .section-header .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.movable-container .section-header .title.titc1 {
    color: #2271b1;
}

.movable-container .section-header .title.titc2 {
    color: #8e4aff;
}

.movable-container .section-header .title.titc3 {
    color: #f7ad2d;
}

.movable-container .section-header .title.titc4 {
    color: #2997f7;
}

.movable-container .section-header .title.titc5 {
    color: #71c914;
}

.movable-container .section-header .title.titc6 {
    color: #e434e1;
}

.movable-container .section-header .title.titc7 {
    color: #87db18;
}

.movable-container .section-header .title.titc8 {
    color: #04b9b6;
}

.movable-container .section-header .title.titc9 {
    color: #2aaffc;
}

.movable-container .section-header .title.titc10 {
    color: #2271b1;
}

.default-left .section-body {
    width: 100%;
    height: auto;
}

.guess-you-like .section-body .section-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.guess-you-like .section-body .section-list .list-item {
    width: calc((100% - 4.5rem)/ 5);
    height: auto;
    margin-bottom: 10px;
    margin-right: 15px;
}

.guess-you-like .section-body .section-list .list-item:hover .title a {
    color: #2271b1;
}

.guess-you-like .section-body .section-list .list-item:nth-child(5n) {
    margin-right: 0;
}

.guess-you-like .section-body .section-list .list-item .cover {
    width: 100%;
    height: auto;
    background: #f7f8fa;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    aspect-ratio: 16/9;
    z-index: 0;
}

.guess-you-like .section-body .section-list .list-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}

.guess-you-like .section-body .section-list .list-item .cover:hover img {
    opacity: .9;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.default-left .section-body .section-list .list-item .title {
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.default-left .section-body .section-list .list-item .title a {
    color: #2b2929;
    display: block;
}

.default-left .section-body .section-list .list-item .works-info {
    width: 100%;
    height: 18px;
    display: flex;
}

.default-left .section-body .section-list .list-item .works-info .author-info {
    width: calc(100% - .8rem);
    height: 18px;
    display: flex;
}

.default-left .section-body .section-list .list-item .works-info .author-info .nickname {
    flex: 1;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-left .section-body .section-list .list-item .works-info .author-info .nickname a {
    color: #999;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-left .section-body .section-list .list-item .works-info .publish-time {
    width: 150px;
    height: 18px;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    margin-left: auto;
}

.movable-container .right-container .section-body {
    height: calc(100% - .76rem);
}

.movable-container .right-container .section-body .section-list {
    height: 100%;
}

.default-rank-list .rank-item {
    width: 100%;
    height: .69rem;
    margin-bottom: .15rem;
    display: flex;
}

.default-rank-list .rank-item.noImg {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: .15rem;
}

.default-rank-list .rank-item {
    width: 100%;
    height: 60px;
    margin-bottom: 21px;
    display: flex;
}

.default-rank-list .rank-item .cover {
    width: 99px;
    height: 68px;
    margin-right: 5px;
    background-color: #f7f8fa;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.default-rank-list .rank-item .cover:hover+.works-info .title a {
    color: #2271b1;
}

.default-rank-list .rank-item .cover img {
    display: block;
    width: 99px;
    height: 68px;
    object-fit: cover;
}

.default-rank-list .rank-item .cover .replace-img img {
    width: 40%!important;
    height: auto!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.default-rank-list .rank-item .cover .replace-img img:hover {
    transform: translate(-50%,-50%);
}

.default-rank-list .rank-item .cover .data-info {
    width: 100%;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 0 5px;
    align-items: center;
}

.default-rank-list .rank-item .cover .data-info span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    margin-right: .2rem;
    display: none;
}

.default-rank-list .rank-item .cover .data-info span:last-child {
    margin-left: auto;
    margin-right: 0;
    display: block;
    background-color: rgba(0,0,0,.6);
    border-radius: 3px;
    line-height: 20px;
    padding: 0 3px;
    font-size: 12px;
    color: #fff;
}

.default-rank-list .rank-item .cover .data-info span i {
    margin-right: 3px;
    font-size: 12px;
}

.default-rank-list .rank-item .cover span.rankNo {
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.default-rank-list .rank-item:nth-child(1) .cover span.rankNo {
    background-color: rgba(232,0,0,.9);
}

.default-rank-list .rank-item:nth-child(2) .cover span.rankNo {
    background-color: rgba(233,126,29,.9);
}

.default-rank-list .rank-item:nth-child(3) .cover span.rankNo {
    background-color: rgba(233,173,29,.9);
}

.default-rank-list .rank-item .works-info {
    flex: 1;
    height: .69rem;
}

.default-rank-list .rank-item .works-info .title {
    width: 100%;
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 8px;
}

.default-rank-list .rank-item .works-info .title a {
    color: #2b2929;
    font-size: 14px;
    display: block;
}

.default-rank-list .rank-item .works-info .title a:hover {
    color: #2271b1;
}

.default-rank-list .rank-item .works-info .author-info {
    width: 100%;
    height: .2rem;
    display: flex;
}

.default-rank-list .rank-item .works-info .author-info span {
    display: inline-block;
    height: .2rem;
    line-height: .2rem;
}

.default-rank-list .rank-item .works-info .author-info span a {
    font-size: 14px;
    color: #999;
    display: block;
}

.default-rank-list .rank-item .works-info .author-info span:last-child {
    font-size: 14px;
    color: #999;
    margin-left: auto;
}

.default-rank-list .rank-item.noImg {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}

.default-rank-list .rank-item.noImg span {
    display: inline-block;
    width: 16px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    color: #999;
    font-size: 14px;
}

.default-rank-list .rank-item.noImg a {
    flex: 1;
    color: #2b2929;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-rank-list .rank-item.noImg a:hover {
    color: #2271b1;
}

.default-rank-list .rank-item:last-child {
    margin-bottom: 0;
}

.about-us-container {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.about-us-container .content {
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px solid #efefef;
    display: flex;
}

.about-us-container .content .title {
    width: 100px;
    height: auto;
    display: flex;
}

.about-us-container .content .title span {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2929;
}

.about-us-container .content .links a {
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #2b2929;
    padding: 0 10px;
    margin-bottom: 10px;
}

.focus {
    height: 350px;
}

.focus .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 3;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: rgba(0,0,0,.65);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}

.focus .swiper-slide .tit a,.focus .swiper-slide .tit a:hover {
    color: #fff!important;
    line-height: 1.4;
    font-size: 16px;
}

.focus .swiper-slide a img {
    width: 100%;
    height: 350px;
    transition: all .3s ease-out 0s;
    display: block;
    object-fit: cover;
    border-radius: .3rem;
}

.focus .swiper-slide a:hover img {
    opacity: .9;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

@media only screen and (min-width:900px) {
    .hmFocus {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-bottom: 0rem;
        border-radius: .3rem!important;
    }

    .hmFocus .swiper-pagination {
        left: auto;
        right: 0;
        bottom: 5px;
        width: 100%;
        text-align: right;
        padding: 5px 10px;
    }

    .hmFocus .swiper-pagination-bullet {
        opacity: .5;
        background: #fff;
        margin-right: 6px!important;
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #fff;
        opacity: .7;
        border-radius: 10px;
    }

    .hmFocus .swiper-pagination-bullet-active {
        background: #2271b1;
        width: 25px;
    }
}

@media only screen and (max-width:900px) {
    .hmFocus {
        width: 100%;
    }

    .swiper-container {
        width: 100%;
    }

    .hmFocus .swiper-pagination {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .hmFocus .swiper-pagination-bullet {
        border-radius: 10px;
        opacity: .7;
        background: #fff;
        margin: 0 3px!important;
        width: 8px;
        height: 8px;
        display: inline-block;
        background: #fff;
    }

    .hmFocus .swiper-pagination-bullet-active {
        background: #2271b1;
        width: 25px;
        height: 9px;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper-slide a {
        width: 100%;
        display: block;
    }

    .focus .swiper-slide a img {
        height: 300px;
    }

    .swiper-container {
        height: auto;
    }

    .focus .swiper-slide .tit {
        font-size: 16px;
        line-height: 30px;
        padding: 35px 20px;
    }

    .hmFocus .swiper-pagination {
        bottom: 12px;
    }
}

.swiper-slide,.swiper-wrapper {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    background: #000;
    opacity: .2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-button-next,.swiper-button-prev {
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
    text-align: center;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev {
    left: -16px;
    right: auto;
}

.swiper-button-next {
    right: -16px;
    left: auto;
}

.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-container:hover .swiper-button-prev {
    left: 10px;
}

.swiper-container:hover .swiper-button-next {
    right: 10px;
}

.site-main {
    padding: 2rem 0;
    display: inline-block;
    width: 100%;
    background: #ededed;
    overflow: hidden;
}

.list-article {
    float: left;
    width: 71.666%;
    overflow: hidden;
    position: relative;
}

.le-sidebar {
    float: right;
    width: 26.3333%;
    overflow: hidden;
    position: relative;
}

.card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 1.5rem!important;
    padding: 1.25rem;
    flex: 1 1 auto;
}

.card-body h1 {
    font-size: 1.625rem!important;
    line-height: 1.4;
}

.archive-navbar {
    position: relative;
    margin: .5rem 0 0;
}

.archive-navbar ul {
    display: block;
}

.archive-navbar li {
    margin: .5rem .5rem 0 0;
    float: left;
}

.archive-navbar li:nth-child(8n) {
    margin-right: 0;
}

.archive-navbar li a {
    min-width: 93px;
    font-size: .875rem;
    padding: .5125rem 1.25rem;
    border-radius: .2rem;
    color: #6b6b6d;
    background-color: #eff1f5;
    border-color: #eff1f5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.archive-navbar li a:hover {
    color: #2271b1;
}

.archive-navbar li a.active {
    background-color: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.article-item {
    background: #fff;
    position: relative;
    border-radius: .25rem;
}

.article-item ul {
    padding: 0 20px;
}

.article-item ul li {
    align-items: stretch;
    border-bottom: 1px solid rgb(26 26 26 / 7%);
    display: flex;
    overflow: hidden;
    padding: 20px 0;
    transition: all .3s ease 0s;
}

.article-item ul li .list-image {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    position: relative;
    transition: box-shadow .3s ease 0s;
    width: 25%;
}

.article-item ul li .list-image .item-img-inner {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
}

.article-item ul li .list-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 100%;
}

.article-item ul li .list-image .item-img-inner:before {
    padding-top: 62.5%!important;
}

.article-item ul li .list-image .item-img-inner:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}

.article-item ul li .item-category {
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    left: 10px;
    line-height: 14px;
    padding: 4px 8px;
    position: absolute;
    text-decoration: none;
    top: 10px;
}

.article-item ul li .list-main {
    display: grid;
    grid-template-rows: min-content auto 24px;
    row-gap: 0;
    width: 100%;
}

.article-item ul li .item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px;
    color: #2b2929;
}

.article-item ul li .item-excerpt,.article-item ul li .item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.article-item ul li .item-title a {
    color: #1a1a1a;
    max-height: 56px;
    text-decoration: none;
}

.article-item ul li .item-title a:hover {
    color: #2154CF;
}

.article-item ul li .item-excerpt {
    font-size: .875rem;
    line-height: 1.625;
    margin-bottom: 15px;
    max-height: 48px;
}

.article-item ul li .item-excerpt p {
    margin-bottom: 0;
    color: #999;
}

.article-item ul li .item-meta {
    color: rgb(26 26 26 / 60%);
    font-size: 12px;
    line-height: 24px;
}

.article-item ul li .item-meta .item-meta-li {
    display: inline-block;
    line-height: inherit;
    margin-right: 15px;
    vertical-align: top;
}

.article-item ul li .item-meta .author {
    display: inline-block;
    margin-right: 15px;
}

.article-item ul li .item-meta .item-meta-right {
    float: right;
    line-height: inherit;
}

.article-item ul li .item-meta i {
    font-size: 1.0625rem;
    margin-right: 2px;
    vertical-align: bottom;
}

.widget {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: .25rem;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 15px;
    padding: 0;
    position: relative;
}

.widget-title .more {
    color: #878787;
    float: right;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease-out;
}

.list-grid li {
    margin: 0;
    padding: 15px 0;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-grid li .item-img {
    width: 120px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.list-grid li .item-img-inner {
    display: block;
}

.list-grid li .item-img img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: cover;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.list-grid li .item-content {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 110px);
    flex-shrink: 1;
}

.list-grid li .item-content .item-title {
    height: 38px;
    margin-top: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.list-grid li .item-content .item-title a {
    color: #262626;
    font-size: 14px;
}

.list-grid li .item-content .item-title a:hover {
    color: #2271b1;
}

.list-grid li .item-content p i {
    font-size: 14px;
    margin-right: 4px;
}

.list-grid li .item-content .item-date {
    position: absolute;
    bottom: 5px;
    margin: 0;
    font-size: 12px;
    color: #777;
    line-height: 14px;
}

.widget_post_hot li:first-child:before,.widget_post_hot li:nth-child(2):before,.widget_post_hot li:nth-child(3):before {
    background: linear-gradient(135deg,#f84975 10%,#f36);
    border: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    left: 0;
    line-height: 12px;
    padding: 3px 6px 3px 4px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: auto;
    z-index: 1;
}

.widget_post_hot li:first-child:before {
    content: "TOP 1";
    top: .5em;
}

.widget_post_hot li:nth-child(2):before {
    background: linear-gradient(135deg,#ff7a66 10%,#ff2d2d);
    content: "TOP 2";
}

.widget_post_hot li:nth-child(3):before {
    background: linear-gradient(135deg,#f59f55 10%,#ff6922);
    content: "TOP 3";
}

.hot-item li {
    padding: 12px 0;
    border-top: 1px solid #f7f7f7;
    display: inline-flex;
    width: 100%;
}

.hot-item li span {
    font-size: 13px;
    margin-right: 5px;
}

.hot-item li:first-child {
    border: 0;
}

.hot-item li a {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333b55;
    overflow: hidden;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-item li a:hover {
    color: #2271b1;
}

.right-list-ad {
    margin-bottom: 20px;
}

.right-list-ad img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    width: auto;
}

.tagcloud {
    margin-top: 5px;
    display: inline-block;
}

.tagcloud a {
    position: relative;
    font-size: inherit!important;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 .25rem .5rem 0;
    border: 1px solid var(--border-light);
    padding: .5rem .5375rem;
    border-radius: 5px;
}

.tagcloud a:hover {
    opacity: .8;
    color: #000;
}

.color0 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color1 {
    color: #ca6ddc;
    background-color: rgba(212,62,241,0.1);
}

.color2 {
    color: #ff5473;
    background-color: rgba(255,84,115,.1);
}

.color3 {
    color: #6a933e;
    background-color: rgba(72,135,24,.1);
}

.color4 {
    color: #ff6f06;
    background-color: rgba(255,111,6,.1);
}

.color5 {
    color: #8e4aff;
    background-color: rgba(154,72,245,.1);
}

.color6 {
    color: #c58516;
    background-color: rgba(179,103,8,.1);
}

.color7 {
    color: #2997f7;
    background-color: rgba(41,151,247,.1);
}

.color8 {
    color: #5c7cff;
    background-color: rgba(77,130,249,.1);
}

.color9 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color10 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color11 {
    color: #18a52a;
    background-color: rgba(18,185,40,.1);
}

.color12 {
    color: #e434e1;
    background-color: rgba(213,72,245,.1);
}

.color13 {
    color: #888;
    background-color: rgba(136,136,136,.1);
}

.color14 {
    color: #6a933e;
    background-color: rgba(72,135,24,.1);
}

.color15 {
    color: #c58516;
    background-color: rgba(179,103,8,.1);
}

.color16 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color17 {
    color: #ff5473;
    background-color: rgba(255,84,115,.1);
}

.color18 {
    color: #e434e1;
    background-color: rgba(213,72,245,.1);
}

.color19 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color20 {
    color: #ff6f06;
    background-color: rgba(255,111,6,.1);
}

.color21 {
    color: #2997f7;
    background-color: rgba(41,151,247,.1);
}

.color22 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color23 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color24 {
    color: #ca6ddc;
    background-color: rgba(212,62,241,0.1);
}

.color25 {
    color: #888;
    background-color: rgba(136,136,136,.1);
}

.color26 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color27 {
    color: #2997f7;
    background-color: rgba(41,151,247,.1);
}

.color28 {
    color: #5c7cff;
    background-color: rgba(77,130,249,.1);
}

.color29 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color30 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color31 {
    color: #18a52a;
    background-color: rgba(18,185,40,.1);
}

.color32 {
    color: #e434e1;
    background-color: rgba(213,72,245,.1);
}

.color33 {
    color: #888;
    background-color: rgba(136,136,136,.1);
}

.color34 {
    color: #6a933e;
    background-color: rgba(72,135,24,.1);
}

.color35 {
    color: #c58516;
    background-color: rgba(179,103,8,.1);
}

.color36 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color37 {
    color: #ff5473;
    background-color: rgba(255,84,115,.1);
}

.color38 {
    color: #e434e1;
    background-color: rgba(213,72,245,.1);
}

.color39 {
    color: #2997f7;
    background-color: rgba(41,151,247,.1);
}

.color40 {
    color: #5c7cff;
    background-color: rgba(77,130,249,.1);
}

.color41 {
    color: #04b9b6;
    background-color: rgba(8,196,193,.1);
}

.color42 {
    color: #d6064c;
    background-color: rgba(194,41,46,.1);
}

.color43 {
    color: #18a52a;
    background-color: rgba(18,185,40,.1);
}

.article-content {
    background: #fff;
    margin-bottom: 30px;
    display: block;
    border-radius: 4px;
    padding: 35px;
}

.article-detail {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4ff;
    border-width: 2px!important;
}

.article-detail .detail-title {
    font-size: 1.75rem;
    font-weight: 500;
    -webkit-line-clamp: inherit;
    height: auto;
    line-height: normal;
    margin: 0;
    margin-bottom: 1rem;
}

.article-detail .infos {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
}

.article-detail .infos span {
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}

.article-detail .infos span a {
    color: #333b55;
    font-size: 14px;
}

.article-detail .infos .iconfont {
    display: inline-block;
    padding-right: 2px;
    font-size: 14px;
}

.article-body {
    color: #2f3340;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px auto;
    display: block;
}

.article-body .hljs {
    padding: 1rem;
    font-family: "Microsoft Yahei";
    border-radius: 6px;
    font-size: 13px;
}

.article-body p {
    margin: 0 0 .6rem;
    color: #1a1a1a;
    font-size: .99rem;
}

.article-body pre {
    margin: 20px 0;
    font-size: 12px;
    line-height: 22px;
    background: #4a4a4a;
    padding: 10px 20px;
    color: #f8f8d4;
    border: 0;
}

.article-body h1,.article-body h2,.article-body h3 {
    color: #000;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 5px;
    line-height: 24px;
}

.tip {
    position: relative;
    background: #f7f8fa;
    border-radius: 6px;
    transition: .5s;
}

.tip>p {
    font-size: 12px;
    color: #8d8f96;
    padding: 20px 15px;
}

.entry-tag a {
    background: #f3f3f3;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    color: #000;
    line-height: 14px;
    margin: 0 10px 5px 0;
    padding: 4px 10px 4px 0;
}

.entry-tag a:hover {
    background: #2271b1;
    color: #fff;
    text-decoration: none;
}

.entry-tag a:before {
    background: #2271b1;
    color: #fff;
    content: "#";
    line-height: inherit;
    margin: -4px 6px -4px 0;
    padding: 4px 7px;
    vertical-align: top;
}

.entry-tag a,.entry-tag a:before {
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
}

.action {
    text-align: center!important;
    margin: 20px 0 0 0;
}

.btn-zan {
    padding: 2px 25px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #2271b1;
    border: 1px solid #2271b1;
    border-radius: 4px;
    transition: .1s ease-in;
}

.btn-zan:hover {
    background-color: #2271b1;
    color: #fff;
}

.btn-zan span {
    display: inline-block;
    position: relative;
    will-change: transform;
}

.btn-zan i {
    margin-left: 5px;
}

.article-nav {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.article-nav-entry {
    width: calc(50% - 7px);
    max-width: 50%;
    margin: 0;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
}

.article-nav-entry+.article-nav-entry {
    margin-right: 0;
    float: right;
    text-align: right;
}

.entry-page-next,.entry-page-prev {
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    min-height: 60px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.entry-page-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    display: block;
    padding: 16px;
    z-index: 1;
}

.entry-page-icon i {
    font-size: 20px;
}

.entry-page-prev .entry-page-icon {
    padding-right: 0;
}

.entry-page-next .entry-page-icon {
    padding-left: 0;
}

.entry-page-prev .entry-page-info {
    text-align: right;
}

.entry-page-next .entry-page-info {
    text-align: left;
}

.entry-page-info .hnav {
    font-size: 12px;
    line-height: 1.625;
    color: #ccc;
    display: block!important;
}

.entry-page-info .title {
    font-size: 14px;
    color: #16133d;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 18px;
    line-height: 18px;
}

.entry-related-posts {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    border-radius: 4px;
}

.entry-related-posts .article-item ul {
    padding: 0;
}

.entry-related-posts .widget-title {
    margin: 10px 0 5px;
}

.article-relevant ul {
    padding-top: 1rem;
}

.article-relevant li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    list-style: none;
}

.article-relevant li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background: #2271b1;
}

.article-relevant li a {
    color: #16133d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nad img {
    width: 100%;
    height: auto!important;
}

@media only screen and (max-width:900px) {
    body {
        background: #fff!important;
    }

    .container {
        width: 100%;
    }

    .homepage-header {
        margin: 0;
        display: block;
    }

    .homepage-header .banner-container {
        width: 100%;
    }

    .homepage-header .banner-right-container {
        width: 100%;
        margin-right: 0;
    }

    .movable-container {
        display: block;
        padding: 0 10px;
    }

    .movable-container .left-container {
        width: 100%;
    }

    .movable-container .right-container {
        width: 100%;
    }

    .guess-you-like .section-body .section-list .list-item {
        width: calc((100% - 1rem)/ 2);
    }

    .guess-you-like .section-body .section-list .list-item:nth-child(2n) {
        margin-right: 0;
    }

    .guess-you-like .section-body .section-list .list-item:nth-child(5n) {
        margin-right: 15px;
    }

    .guess-you-like .section-body .section-list .list-item:last-child {
        margin-right: 0;
    }

    .about-us-container {
        padding: 0 10px;
    }

    .list-article {
        width: auto;
        float: none!important;
    }

    .le-sidebar {
        width: auto;
        float: none!important;
    }

    .site-main {
        padding: 1rem .875rem;
    }

    .article-item ul {
        padding: 0;
    }

    .article-item ul li {
        padding: 15px 0;
    }

    .article-item ul li .list-image {
        width: 33%;
    }

    .article-item ul li .item-category {
        display: none;
    }

    .article-item ul li .list-main {
        grid-template-rows: auto 0 16px;
        padding-left: 10px;
    }

    .article-item ul li .item-title {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.36;
    }

    .article-item ul li .item-title a {
        max-height: 50px;
    }

    .article-item ul li .item-excerpt {
        display: none;
    }

    .article-item ul li .item-meta {
        line-height: 16px;
    }

    .article-item ul li .item-meta .category,.article-item ul li .item-meta .likes {
        display: none;
    }

    .article-item ul li .item-meta .views {
        float: right;
        margin: 0;
    }

    .card-body {
        padding: 0rem;
        margin-bottom: .5rem!important;
    }

    .card-body h1 {
        font-size: 1.25rem!important;
    }

    .archive-navbar {
        position: relative;
        margin: .125rem 0 0;
    }

    .archive-navbar li:nth-child(3n) {
        margin-right: 0;
    }

    .archive-navbar li:nth-child(8n) {
        margin-right: .5rem;
    }

    .archive-navbar li a {
        min-width: 108px;
        padding: .5125rem 1rem .5125rem;
    }

    .widget {
        padding: 0;
    }

    .pagination .pagesize,.pagination .pagehome,.pagination .pagenext {
        display: none;
    }

    .article-content {
        padding: 0;
    }

    .article-detail .detail-title {
        font-size: 1.25rem;
    }

    .entry-related-posts {
        padding: 0;
    }

    .article-nav-entry {
        padding: 0;
    }
    
    /* 移动端二级菜单样式 */
    .nav-list.show .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #eaeaea !important;
        padding: 5px 10px !important;
        margin-top: 5px !important;
        border-radius: 4px !important;
    }
    
    .nav-list.show .sub-menu.show {
        display: block !important;
    }
    
    .nav-list.show li em.dot {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 50px !important;
        height: 40px !important;
        text-align: center !important;
        cursor: pointer !important;
        line-height: 40px !important;
        z-index: 10 !important;
    }
    
    .nav-list.show li em.dot i {
        font-size: 26px !important;
        transition: all .2s ease-out 0s !important;
    }
    
    .nav-list.show li.on em.dot i {
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
    }
    
    /* 确保子菜单项正确显示 */
    .nav-list.show .sub-menu li {
        display: block !important;
        background: #f7f7f7 !important;
        margin: 5px 0 !important;
        border-radius: 4px !important;
    }
    
    .nav-list.show .sub-menu li a {
        display: block !important;
        padding: 8px 15px !important;
        color: #333 !important;
        text-decoration: none !important;
        font-size: 14px !important;
    }
    
    .nav-list.show .sub-menu li a:hover {
        background: #e0e0e0 !important;
    }
}