.fix{position:fixed;bottom:50px;right:50px;z-index:999;}

.fix_quick ul{}
.fix_quick ul li{margin-bottom:12px;}
.fix_quick ul li a{border:2px solid #181d62;width:60px;height:60px;display:block;margin:0 auto;position:relative;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.fix_quick ul li img{margin:0 auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;}
.fix_quick ul li p{text-align:center;font-size:13px;color:#fff;font-weight:600;}
.top{width:60px;height:60px;border-radius:100px;overflow:hidden;background:#181d62;}
.top a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.top img{width:13px;display:block;}

.phone_popup{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;padding:50px 30px;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.15);text-align:center;z-index:9999;display:none;}
.phone_popup.on{display:block;}
.phone_popup h2{}
.phone_popup p{margin-top:5px;color:#555;}
.phone_popup b{display:block;font-weight:900;}
.close_btn{position:absolute;right:15px;top:15px;width:30px;height:30px;border:0;background:none;font-size:25px;cursor:pointer;}

.m_fix{display:none;}

@media screen and (max-width:799px){
  .fix{display:none}
  .m_fix{z-index:9999;border-top:1px solid #e4e4e4;display:block;position:fixed;width:100%;left:0;bottom:0;}
  .m_fix ul{width:100%;background:#fff;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;display:block;margin:0 auto;}
  .m_fix ul li span{display:block;text-align:center;margin-top:3px;font-size:12px;font-weight:bold;}
  .m_tell img{height: 50px !important;margin-top: -29px !important;background: #fff; border-radius: 100px;outline: 5px solid #fff;}
}