.footer-sns.footer-sns-mb.bare-list {
    display: none !important;
}

.footer-sns.footer-sns-dt.bare-list {
    display: none !important;
}

.bare-btn.js-search-trigger-mb.header-search-mb {
    display: none !important;
}

ul.bare-list li:nth-child(1) button.bare-btn.js-search-trigger {
    display: none !important;
}

#logo-name {

    background-image: url(static/dy/logo-1.png);
/* background-image: url(static/dy/logo-2.png); */
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
    background-size: contain;
    /* 图片自适应容器大小，不拉伸 */
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center;
    /* 居中显示 */

}
#logo-name.logo-name-bai {

    background-image: url(static/dy/logo-2.png);
/* background-image: url(static/dy/logo-2.png); */
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
    background-size: contain;
    /* 图片自适应容器大小，不拉伸 */
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center;
    /* 居中显示 */

}

.header.solid #logo-name {

    background-image: url(static/dy/logo-2.png);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
    background-size: contain;
    /* 图片自适应容器大小，不拉伸 */
    background-repeat: no-repeat;
    /* 不重复 */
    background-position: center;
    /* 居中显示 */
}

.header-nav .header-nav-main a.home-link:first-child {
    text-decoration: none !important;
}

.container .article-authors-mb.article-authors-container .article-share-container {
    display: none !important;
}

.article-authors .article-authors-dt.article-authors-container .article-share-container {
    display: none !important;

}

footer .footer-utilities.bare-list {
    display: none !important;
}

@media (max-width: 1024px) {

    #logo-name {
        position: relative;
        width: 160px;
        height: 60px;
        top: 20px;
    }


}



/* PC：宽度 ≥ 1025px */
@media (min-width: 1025px) {
    #logo-name {
        position: relative;
        width: 200px;
        height: 60px;
        top: -20px;
    }
}

.footer-nav-mb-right .footer-column:nth-child(2){
    display: none !important;
}
nav.footer-nav .footer-column:nth-child(5){
    display: none !important;
}
.header-modal-menus .is-active:nth-child(9){
    /* background-color: red; */
    display: none !important;
}
/* .header-utilities ul.bare-list{
    display: none !important;
} */
.header-util-row{
     display: none !important;
}
.bare-list.header-modal-utilities{
    display: none !important;
}
.header-modal-menus{
    height: calc(100% - 3.875rem);
}