<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .mobile-footer{
	display:none;
}
@media (max-width: 780px) {
 .mobile-footer{
      position:fixed;
      bottom:0;
        left:0;
      z-index: 9;
      width:100%;
      height:50px;
      border-top: 1px solid #ddd;
      box-shadow: #bbb 0 0 2px 0;
	  display:block;
    }
 .mobile-footer .mobile-footer-style{
		height: 50px;
	}	
    .mobile-footer li{
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 0;
        min-width: 0;
      position: relative;
    }
    .mobile-footer ul {
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
		margin: 0;
		padding: 0;
    }
    .mobile-footer ul img {
        width: 32px;
        border-radius: 100%;
    }
    .mobile-footer ul li  a{
      font-size: 30px;
      padding: 5px;
	  border-radius: 5px;
    }

	.mobile-footer li {
		list-style: none;
	}

	.mobile-footer li a{

	}
}</pre></body></html>