@charset "utf-8";


@media screen and (max-width: 768px) {
        body {
            padding-bottom: 80px;   
        }

       .newsRelated__item .newsRelated__img p img{
        width:80px !important;
        }
    }
    .fixedBanner {
        width: 100%;
        height: 80px;   
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        background: #fff;
    }
    .fixedBanner a {
        width: 100%;
        height: 80px;
        padding: 10px 0;        
        background: url(/img/common/fix_bg.png?20230130) center center no-repeat;  
        background-size: cover;
        text-align: center;
        display: block;        
        cursor: pointer; 
    }
    .fixedBanner a:hover {
        opacity: 0.7;   
        
        cursor: pointer; 
    }
    .fixedBanner .l {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .fixedBanner .l img {
        width: auto;
        height: 65px;    
    }    
    .fixedBanner a:hover {
        opacity: 0.7;   
    }
    .fixedBanner .r {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .fixedBanner .r img {
        width: auto;
        height: 65px;    
    }   
    .fixedBanner .c {
        padding: 5px 0 0;    
    }    
    .fixedBanner .c img {
        height: 50px;
        width: auto;
    }