body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #666;
}
article.story iframe {
    max-width: 100%;
    width: 600px;
    max-height: 100%;
    height: 450px;
}
article.story img {
    max-width: 100%;
}
.sidebar_share {
    padding: 15px 13px;
    overflow: hidden;
}

.sidebar_share a {
    float: left;
    width: 51px;
    margin: 0 19px 0 0;
    padding: 60px 0 0;
    color: #aaa;
    font-size: 15px;
    text-align: center;
    background: url(../img/share_icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 206px;
}

.sidebar_share a:hover {
    color: #454545;
}

.sidebar_share .share_qzone {
    background-position: -52px 0;
}

.sidebar_share .share_weibo {
    background-position: -155px 0;
}

.sidebar_share .share_qq {
    background-position: 0 0;
}

.sidebar_share .share_weixin {
    background-position: -104px 1px;
}

.sidebar_share a:last-child {
    margin-right: 0;
}
.hots ul li {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
}
.hots ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
.content .chapterlist {
    border: 1px dashed #ccc;
    max-height: none;
    padding: 10px;
}
.content .chapterlist h3 {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    margin: 0px !important;
}
.content .chapterlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .chapterlist li {
    width: 50%;
}
.content .chapterlist li a {
    border: 0px;
    text-align: left;
    padding: 3px !important;
}
.chain {
    border-bottom: 1px #5179d6 dotted;
}

.nav-main-link.active{
    color: #1979FF !important;
    position: relative;
}

.nav-main-link.active span.nav-main-link-name {
    position: relative;
    display: inline-block;
}

.nav-main-link.active span.nav-main-link-name::after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: -10%;
    width: 120%;
    height: 2px;
    background-color: #1979FF;
}

#main-container{
   background-color: #FFF;
}

.nav-main-home{
    background-color: #FFF !important;
}
.nav-main-home .bg-black-10{
    background-color: #FFF !important;
}
.nav-main-home .bg-black-10 .nav-main-link-name{
}



.content.content-boxed{
    width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.bg-primary-darker.gaotian{
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.bg-primary-darker.gaotian #main-navigation{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.bg-primary-darker.gaotian .nav-main-submenu{
    background-color: #FFF !important;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    width: auto;
    min-width: 78px;
    height: auto;
    top: 55px;
    font-weight: 400;
    color: #3D414D;
}

.bg-primary-darker.gaotian .nav-main-link-submenu{
    color: #3D414D !important;
}
.bg-primary-darker.gaotian .nav-main-link-submenu.active{
    color: #1979FF !important;
}

.bg-primary-darker .nav-main-link.active{
    color: #1979FF !important;
}

.bg-primary-darker .nav-main-link.active .nav-main-link-name{
    color: #1979FF !important;
}

.bg-primary-darker.gaotian .nav-main-submenu .nav-main-link-name{
    font-size: 14px;
    text-align: center;
    color: #3D414D;
}

.bg-primary-darker.gaotian .nav-main-link-name{
    font-family: "Source Han Sans SC VF";
    font-weight: 600;
    font-size: 16px;
}

.nav-home .nav-main-link{
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.nav-home .nav-main-link:last-child{
    margin-right: 0px;
}

.nav-home .nav-main-link img{
    margin-right: 34px;
}

.nav-home .nav-main-link-name{
    font-family: "Source Han Sans SC VF";
    font-size: 18px !important;
    color: #3D414D !important;
}

/* 默认状态 */
.nav-main-submenu {
    max-height: 0; /* 用max-height代替height */
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease; /* 基础过渡 */
}

/* 悬停状态 */
.nav-main-item:hover > .nav-main-submenu {
    max-height: 500px; /* 设置一个足够大的值 */
    margin-top: -1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.3s ease 0s; /* 立即显示 */
}

/* 延迟隐藏效果 */
.nav-main-submenu {
    /* 当元素不处于hover状态时应用延迟 */
    transition: max-height 0.3s ease 0.3s, padding 0.3s ease 0.3s, margin 0.3s ease 0.3s;
}

.nav-main-submenu .nav-main-item{
    opacity: 1;
    transition: initial;
    transform: initial;
}

.content.content-boxed{
    max-width: 1160px !important;
    /*width: initial;*/
    width: 100%;
}
.body-container{
    display: flex; justify-content: space-between;
}
.body-container .body-left{
    max-width: 860px;
    width: 100%;
}
.body-container .body-left .line {
    max-width: 830px;
    height: 1px;
    background: #E5EBF3;
    margin-bottom: 20px;
}
.body-container .body-right{
    max-width: 300px
}
.group_96 {
    width: 1160px;
    height: 320px;
    margin: 0 auto;
}
.group_97 {
    display: flex;
    width: 155px;
    margin-left: 10px;
}
.group_98 {
    display: flex;
    width: 155px;
    margin-left: 10px;
}

.group_96 .image-wrapper_1 {
    position: relative;
    overflow: hidden;
    height: 320px;
    width: 830px;
}

.nav-home{}
.nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-link img{
    width: 40px;
    height: 40px;
}
.blog-navbar{
    display: none;
}

.footer-content {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 50px;
}

.footer-mobile{
    display: none;
}
.node-index{
    width: 100% !important;
}
.node-index .fl{
    font-family: "Source Han Sans SC VF";
    font-weight: 600;
    font-size: 16px;
    color: #3D414D;
    line-height: 22px;
    display: flex;
}

.node-index .fl a {
    font-size: 16px;
    padding: 0 14px;
    display: flex;
    align-items: center;
}

.node-index .fl a img{
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.node-index .fll{
    display: flex;
    flex-direction: column;
}

.node-index .fll .fl a {
    font-weight: normal;
    color: #8A9099;
}
.node-index .fl a.active, .node-index .fll .fl a.active{
    color: #1979FF;
}

#main-navigation{
    position: relative;
}
#nav-search-full{
    position: absolute;
    top: 0;
    right: 0;
    left: 130px;
    background: #FFF;
    height: 100%;
    display: flex;
}

#nav-search-full .nav-search-full-input{
    flex: 1;
}
#nav-search-full .nav-search-full-input input{
    width: 100%;
    height: 100%;
    text-indent: 28px;
}

.node-index-navigation{
    background: #FAFAFA; padding: 24px 30px;
}

.node-index-navigation .fl{
    padding-bottom: 22px; flex-wrap: wrap;
}

.group_97{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 310px;
    aspect-ratio: 1 / 1; /* 保持正方形比例 */
}

.index-article-item-title{
    margin-top: -5px; font-family: Source Han Sans SC VF;
    font-weight: 600;font-size: 20px;color: #3D414D;line-height: 26px;text-align: left;font-style: normal;text-transform: lowercase; margin-bottom: 10px;
}

.index-article-tag-mobile{
    display: none;
    margin-bottom: -20px;
}

.triangle {
    width: 0;
    height: 0;
    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #3B82F6 transparent;
}

.triangle-up {
    width: 0;
    height: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #8A9099 transparent transparent transparent;
}

.nav-home-xwtt{
    display: flex; background: #F2F7FF; padding: 10px 15px; margin-bottom: 12px;
    display: none;
}

.tags-group{
    display: flex;
}

.tag-btn{
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    background-color: #F2F7FF;
    color: #8A9099;
    height: 20px;
    font-size: 12px;
    width: initial;
    padding: 0 12px;
}

#btabs-static-rec .tag-btn{
    margin-right: 10px;
}

.article-item{
    display: flex;
}

.pagination{}
.pagination .page-item{
    width: 34px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #A1A8B3;
    margin: 0 4px;
}
.pagination .page-item .page-link{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
}

.article p{
    max-width: 100% !important;
    text-indent: 2em;
}
.article img{
    max-width: 100% !important;
}

.nav-main{
}

.kaiku-item-right{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kaiku-item-title{
    font-family: Source Han Sans SC VF;
    font-weight: 600;
    font-size: 20px;
    color: #3D414D;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.kaiku-item-sub-title{
    display: flex;
}

.kaiku-item-left{
}

.kaiku-item-left img{
    width: 80px;
    height: 80px;
}

.kaiku-item-sub-title-mobile{
    display: none;
}

.kaiku-item-bottom{
    padding-top: 20px;
    color: #8A9099;
}

.zxtj {
    display: flex;
}

.zxtj .big {
    margin-right: 10px;
    margin-bottom: 10px;
}

.zxtj .big a{
    position: relative;
    display: flex;
}

.zxtj .big .text-wrapper_2{
    position: absolute;
    height: initial;
    margin-top: initial;
    width: 100%;
    bottom: 0;
    height: 40px;
    background: #0000004a;
    color: #FFF;
    line-height: 40px;
    text-indent: 10px;
}

.zxtj .big img{
    width: 575px;
    height: 387px;
}

.zxtj .small{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.zxtj .small .box_1{
    width: initial;
    height: initial;
    margin-bottom: 10px;
}

.zxtj .small img{
    width: 100%;
    height: 187px;
}

.zxtj .small .text-wrapper_2{
    position: absolute;
    height: initial;
    margin-top: initial;
    width: 100%;
    bottom: 0;
    height: 40px;
    background: #0000004a;
    color: #FFF;
    line-height: 40px;
    text-indent: 10px;
}

#zxtj_m{
    display: none;
}

.tag-container-mobile{
    display: none !important;
}

.index-article-tag-mobile-line{
    display: none;
}

    /*header*/
.blog-navbar { margin-bottom: 2vh; }
.blog-navbar .blog-container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.blog-navbar{position: relative;background-color: #FFF;z-index: 999;height: 70px;box-shadow: none;box-shadow: 0px 2px 8px rgba(29, 41, 57, 0.08);}
.blog-navbar.fixed{position: fixed;left: 0;top:0;right: 0;}
.blog-navbar h1{float: left;align-items: center;height: 70px;display: flex;}
.blog-navbar div a{display: block;}
.blog-navbar div a img{max-width: 100%;height: 36px;display: block;border-radius:0px;}
.blog-navbar .nav-list{margin-left: 6rem;display: block;list-style: none;float: left;}
.blog-navbar .nav-list > li{list-style: none;float: left;position: relative;}
.nav-list > li.current a{color:#dee313;}
.nav-list > li em{position: absolute;height:70px;line-height: 70px;right: -10px;color: #fff;z-index: -9;}
.nav-list > li em i{font-size:24px;}
.nav-list > li.current em{color: #dee313;}
.nav-list li:hover a,.nav-list li:hover i.down {color:#fff}
.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: 70px;line-height: 70px;display: inline-block;padding:0 15px;font-size: 16px;color: #fff;font-weight: 500;}
.nav-list li small {position:absolute;display:block;right:0px;top:12px;font-size:.625rem;font-weight:400;line-height:1;color:#ffffff;background:#f53939;background-image:linear-gradient(310deg,#f53939,#fbcf33);border-radius:4px 4px 4px 0;padding:0.2rem 0.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-nav {position:absolute;text-align: center;width:111px;top:100%;left:0px;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 0;transform-origin:0 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-nav li {display:block;border-bottom:none;border-left:none;transition:all .3s ease 0s;}
.nav-list .sub-nav li a {display:block;font-size:.875rem;transition:all .3s ease-out 0s;color:#2c2e3b;padding:.5rem;}
.nav-list .sub-nav li a:hover {color:#0060ed}
.nav-right{float:right;font-size:15px;margin-top:0px}
.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 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.nav-right > li.u-fang{align-items: center;height: 70px;display: flex;}
.nav-right > li.u-fang a {position: relative;background-color: #0060ed;padding: .5rem 1.1rem;font-size: 14px;font-weight: 600;line-height: 14px;color: #fff;border-radius: 4px;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.nav-right > li.u-fang:hover a{  background-color: #2378f5;}
.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:#fff;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:#fff;line-height:70px;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:0px 8px 20px 0px rgba(0,0,0,0.06);border:1px solid #eee;border-top:none;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:#007bff;position:absolute;top:0;right:0;cursor:pointer;opacity:0.8;height:35px;}
.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;padding:0px 0 0 10px;height:35px;line-height:35px;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;}
.nav-search .s-form .sform{
    padding: 0;
}
.nav-search .s-form button{
    position: relative;
    height: initial;
}

.content .block {
    margin-bottom: 0px !important;
}
.content .block .block-content{
    padding-left: 0;
}
.content .block .block-content .img-link img{
    width: 210px;
    height: 140px;
}

.index-article-tag{
    margin-top: 20px;
    display: flex; justify-content: space-between;
}

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

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

    .rollbar {
        bottom: 31%;
        right: 1px;
    }

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

    .blog-navbar h1 {
        padding: 8px 0;
        height: 62px;
    }

    .blog-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;
    }

    .blog-navbar .nav-list.show {
        right: 0px;
        opacity: 1;
        background-color: rgb(32, 107, 231);
        background-image: linear-gradient(90deg, rgb(30, 134, 255) 0%, rgb(32, 107, 231) 100%);
    }

    .blog-navbar .nav-list > li {
        float: none;
        display: block;
        margin: 8px 0;
    }

    .blog-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;
        color: #fff;
    }

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

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

    .nav-list .sub-nav {
        border-radius: 6px;
        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-nav li {
        background: #f7f7f7;
        margin: 10px 0px;
        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 .sub-nav li a {
        padding: 6px 0;
        display: inline-block;
        width: 100%;
    }

    .blog-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 0px;
    }

    .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: 0px solid #f2f2f2;
    }

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

@media (max-width: 1160px) {
    .body-container{
        flex-direction: column;
    }
    .body-container .body-left{
        width: 100%;
        max-width: initial;
    }
    .body-container .body-right{
        width: 100%;
        max-width: initial;
    }
    .group_96{
        width: 95vw;
        height: auto;
        margin: 0 auto;
    }

    .group_96 .image-wrapper_1 {
        position: relative;
        overflow: hidden;
        height: auto;
        width: 100%;
    }
    .group_96 .swiper-container .swiper-slide .image_2{
        width: 100%;
        height: auto;
    }
    .group_97{
        display: none;
    }
    .group_98{
        display: none;
    }

    .nav-home.bg-primary-darker.nav-main-home.nav-home{
        width: 95vw;
        height: auto;
        margin: 0 auto;
    }
    .nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover{
        gap: 2vw;
    }
    .nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-link{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 6px 13px 8px 13px !important;
    }
    .nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-link .nav-main-link-name{
        font-size: 3vw !important;
    }
    .nav-home .nav-main.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-link img{
        width: 7vw;
        height: 7vw;
        margin: 0;
        padding: 0;
    }

    .blog-navbar{
        display: block;
    }
    .bg-primary-darker.gaotian{
        display: none;
    }

    .footer{
        display: none;
    }
    .footer-mobile{
        display: block;
    }

    .content.content-boxed{
        width: 95vw !important;
        margin: 0 auto;
    }

    .body-container .body-left .line{
        margin-bottom: 0;
    }

    .content .block .block-content .img-link img{
        width: 30vw;
        height: auto;
        margin-bottom: 10px;
    }

    .index-article-description{
        display: none;
    }
    .index-article-tag{
        display: none;
    }

    .group_97{
        display: none !important;
    }


    .index-article-tag-mobile{
        display: initial;
        margin-bottom: 0 !important;
        color: #b0b0b0;
    }

    #rightyaowen{
        padding-top: 20px;
    }

    .node-index-navigation{
        padding: 5px 0px;
    }

    .node-index-navigation .fl{
        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        font-size: 12px;
    }

    .node-index-navigation .fl a{
        font-size: 14px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .nav-home-xwtt {
        display: flex;
    }

    .article-item{
        margin-bottom: 0 !important;
        min-height: initial;
    }

    .kaiku-item-right{
        display: none;
    }

    .kaiku-item-title{
        display: none;
    }

    .kaiku-item-sub-title{
        display: none;
    }

    .kaiku-item-left img{
        width: 100%;
        height: initial;
    }

    .kaiku-item-sub-title-mobile{
        display: initial;
    }

    .kaiku-item-bottom{
        padding-top: 5px;
    }

    .kaiku-item-sub-title-mobile .kaiku-item-title{
        display: initial;
    }

    .kaiku-detail-info{
        flex-direction: column;
    }

    #rightstar{
        justify-content: flex-start !important;
    }

    #rightstar .section_46{
        display: flex;
    }

    #rightstar .section_46 .star{
        margin-right: 10px;
    }

    .kaiku-detail-top{
        flex-direction: column;
    }

    #zxtj{
        display: none;
    }
    #zxtj_m{
        display: initial;
    }

    #zxtj_m .zxtj {
        flex-direction: column;
    }
    #zxtj_m .zxtj .big{
        margin: 0;
    }
    #zxtj_m .zxtj .big img{
        width: 100%;
        height: initial;
    }
    #zxtj_m .zxtj .small{
        margin-top: 10px;
    }
    #zxtj_m .zxtj .small img{
        position: relative;
        height: 100px;
    }

    .article-sub{
        flex-direction: column;
        align-items: end;
    }

    .kaihu-detail-top-item{
        flex-direction: column;
        align-items: normal !important;
    }

    .kaihu-detail .tag-container{
        display: none !important;
    }
    .kaihu-detail .tag-container-mobile{
        display: flex !important;
    }

    .kaihu-detail .kaiku-detail-top-logo{
        width: 180px !important;
    }

    .content .block .block-content{
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .index-article-item-title{
        font-size: 15px;

        display: -webkit-box;
        -webkit-line-clamp: 3; /* 显示2行 */
        -webkit-box-orient: vertical;
        /* 溢出隐藏并显示省略号 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-article-tag-mobile-line{
        display: block;
    }

    .text-center{
        text-align: left !important;
    }

    .btn-group-zan{

    }
    .btn-group-zan button{
        width: 100px !important;
        height: 54px !important;
    }

    .btn-group-zan button .far.fa-thumbs-up{
        font-size: 16px !important;
    }
}
