

        @media (max-width: 767px) {

            .mo {

                display: none !important;

            }

        }

        @media (min-width: 767px) {

            .ma {

                display: none !important;

            }

        }

        .float{

            position:fixed;

            width:150px;

            height:47px;

            bottom:30px;

            left:25px;

            background-image: url(../img/WAlogo3.png);

            z-index:99999;



        }

        .my-float{

            margin-top:16px;

        }

        .float2{

            position:fixed;

            width:60px;

            height:60px;

            bottom:20px;

            left:10px;

            background-image: url(../img/WAlogo1.png);

            z-index:99999;



        }

        .my-float2{

            margin-top:16px;

        }

   