.fixed{display:none;}
.pc_fixed{position:fixed;z-index:9999;width:100px;border-radius:80px;right:50px;bottom:50px;}
.pc_fixed ul{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding:10px 0;background:#fff;border-radius:100px;}
.pc_fixed ul li{padding:0 10px;}
.pc_fixed ul li a{padding:20px 0;border-bottom:1px solid #e4e4e4;display:block;}
.pc_fixed ul li img{width:30px;display:block;margin:0 auto;}
.pc_fixed ul li p{font-size:13px;font-weight:400;text-align:Center;margin-top:8px;}
@media screen and (max-width:799px){
  .pc_fixed{display:none;}
  .fixed{background:#fff;display:block;position:fixed;bottom:0;left:0;width:100%;z-index:9999;}
  .fixed ul{display:flex}
  .fixed ul li{width:25%;padding:10px 0;}
  .fixed ul li a{display:block;font-size:12px;text-align:center;font-weight:600;}
  .fixed ul li img{display:block;width:25px;height:25px;margin:0 auto;margin-bottom:8px;}
  
  .fix_call{position:relative;top:-20px;padding:0 !Important}
  .fixed ul .fix_call img{width:70px;height:70px;margin-bottom:0;}
}