/* 
 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;
} */

/*==========头部滚动轮播广告 开始==========*/
/*==========头部滚动轮播广告 开始==========*/
/* @keyframes scrollAd {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.ad-banner-carousel {
    width: 100% !important;
    height: 172px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 20 !important;
    background: none !important;
}
.carousel-track {
    display: flex;
    width: calc(100% * 7);
    animation: scrollAd 22s linear infinite;
    height: 100%;
}
.carousel-item {
    flex: 0 0 20%;
    height: 100%;
}
.carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ad-tag {
    position: absolute;
    left: 6px;
    bottom: 4px;
    font-size: 11px;
    color: #ffffff;
    background: rgba(0,0,0,0.55);
    padding: 2px 6px;
    pointer-events: none;
    z-index: 99;
}
.ad-banner-carousel:hover .carousel-track {
    animation-play-state: paused;
} */
/*移动端适配*/
/* @media(max-width:768px){
    .ad-banner-carousel{height:128px !important;}
}
@media(max-width:480px){
    .ad-banner-carousel{height:100px !important;}
} */
/*==========头部滚动轮播广告 结束==========*/




