﻿@media screen and (max-width: 768px) {
    .m-footer{

    }
    .m-footer .footdiv_left{
        height: auto;
        padding: 4px 6px;
    }
    .m-footer .footdiv_left a{
        font-size: 14px;
    }
    .h-m-copyright{
        display: flex;
        align-items: center;
    }
    .m-footer .footdiv_left a img{
        width: 20px;
        height: 20px;
        margin-top: -2px;
        vertical-align: middle;
    }
   .footer .m-footer .bottomfont{
        font-size: 12px;
       text-align: left;
       padding-left: 10px;
    }
    .footer .m-footer .bottomfont p{
        line-height: 22px;
    }
   .m-footer .icon_img img{
       width: 42px;
   }
    .footer{
        height: auto!important;
    }
}
