.pc_fixed{position:fixed;top:50%;transform:translateY(-50%);right:30px;z-index:9999;width:80px;border-radius:10px;overflow:hidden}
.pc_fixed ul{width:100%;background:linear-gradient(135deg, #4f8fcf 0%, #7a6cb7 25%, #c85d9b 50%, #e7785a 70%, #f3b44e 100%);}
.fix_num a{font-size:14px;font-weight:bold;color:#fff;text-align:center;line-height:1.4;letter-spacing:0;}
.pc_fixed ul li a{display:block;padding:15px 0;border-bottom:1px solid rgba(255,255,255,0.2);}
.pc_fixed ul li:last-child a{border:0;}
.pc_fixed ul li img{width:20px;height:20px;display:block;margin:0 auto;}
.pc_fixed ul li p{font-size:12px;line-height:1.4;font-weight:500;text-align:Center;padding-top:7px;color:#fff;}
.mb_fixed{display:none;}
@media screen and (max-width:799px)
{
  .pc_fixed{display:none;}
 .mb_fixed{display:block;position:fixed;bottom:0;left:0;width:100%;z-index:999999;background:linear-gradient(135deg, #4f8fcf 0%, #7a6cb7 25%, #c85d9b 50%, #e7785a 70%, #f3b44e 100%);padding:8px 0;}
  .mb_fixed ul{display:flex;}
  .mb_fixed ul li{width:20%;position:relative;}
  .mb_fixed ul li a{display:block;}
  .mb_fixed ul li img{display:block;height:20px;margin:0 auto;}
  .mb_fixed ul li p{font-size:12px;font-weight:500;padding-top:5px;text-align:Center;color:#fff;}
  .mb_call {width: 60px !important;margin: 0 auto;background: #fff; border-radius: 50px;background: #ffffff;height: 60px !important;margin-top:-30px;box-shadow:0 0 10px rgba(0,0,0,0.1)}
  .mb_fixed ul li.mb_call a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
  .mb_fixed ul li.mb_call img{width:40px;height:40px;}
}