.fix{position:fixed;bottom:50px;right:50px;z-index:999;}
.fix_quick ul{background:linear-gradient(45deg, #cf0202, #fdba4f)}
.fix_quick ul li{padding:15px 0}
.fix_quick ul li:hover{background:rgba(0,0,0,0.1)}
.fix_quick ul li a{display:flex;align-items:center;justify-content:center;flex-direction:column;}
.fix_quick ul li img{width:22px;height:22px;margin:0 auto;display:block;}
.fix_quick ul li p{text-align:center;font-size:12px;margin-top:8px;color:#fff;font-weight:600;}
.top{background:#000;width:80px;overflow:hidden;}
.top a{display:block;padding:15px 0;width:100%;height:100%;}
.top a i{font-size:18px;color:#fff;text-align:center;display:block;}
.m_fix{display:none;}

@media screen and (max-width:799px){
  .fix{display:none}
  .m_fix{z-index:9999;display:block;position:fixed;width:100%;left:0;bottom:0;}
  .m_fix ul{width:100%;background:linear-gradient(45deg, #ffc300, #ff9f05);margin:0 auto;display:flex;}
  .m_fix ul li{width:20%;}
  .m_fix ul li a{display:block;padding:10px 0;}
  .m_fix ul li img{width:20px;height:20px;margin:0 auto;display:block;}
  .m_fix ul li span{display:block;text-align:center;margin-top:7px;font-size:12px;font-weight:bold;color:#fff}
   .m_fix ul li.m_tell a{}
  .m_fix ul li.m_tell a img{width: 50px;height: 50px;background: #fff;position: relative;border-radius: 50px;margin-top: -30px; border: 3px solid #ffaf03;padding: 5px;}
}