/* 
 Theme Name:   Newsup Child
 Theme URI:    
 Description:  
 Author:       Gykj@
 Author URI:   http://121.199.20.134:8080
 Template:     newsup
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/



/* 隐藏底部 mg-footer-bottom-area 整个区域 */
.mg-footer-bottom-area {
    display: none !important;
}



.mg-footer-copyright .col-md-6:first-child {
    display: none !important;
}

/* 隐藏底部右侧用户菜单 */
.mg-footer-copyright .col-md-6.text-md-right {
    display: none !important;
}


/* 新增居中版权备案文字 */
.mg-footer-copyright .row::before {
    content: "杭州鼎讯科技有限公司 版权所有 浙ICP备2026044480号-1";
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
}

