.pc_fixed{position:fixed;bottom:100px;right:60px;z-index:9999;background:#fff;border-radius:100px;border:1px solid #e4e4e4;animation:updown 1s alternate infinite}
@keyframes updown{
  0%{bottom:80px;}
  100%{bottom:60px;}
}
.pc_fixed ul{width:80px;padding:10px 0;}
.pc_fixed ul li{width:100%;padding:15px 0;border-bottom: 1px solid #e4e4e4;}
.pc_fixed ul li:last-child{border:0;}
.call{background:linear-gradient(90deg, #0f347a, #2489cb)}
.call img{width:45px !Important;height:auto !Important;}
.pc_fixed ul li a{display:block;}
.pc_fixed ul li img{height:25px;width:25px;margin:0 auto;display:block;}
.pc_fixed ul li span{display:block;margin-top:10px;text-align:Center;font-size:13px;line-height:16px;font-weight:600;text-align:Center;}

.mb_fixed{display:none;}
@media screen and (max-width:799px){
  .pc_fixed{display:none;}
  .mb_fixed{border-top:1px solid #e4e4e4;display:block;position:fixed;bottom:0;left:0;width:100%;z-index:9999;background:#fff;}
  .mb_fixed ul{display:flex}
  .mb_fixed ul li{width:20%;text-align:Center;padding:13px 0;font-weight:600}
  .mb_fixed ul li a{display:block}
  .mb_fixed ul li img{width:20px;height:20px;display:block;margin:0 auto;margin-bottom:7px;}
  .mb_call{position:relative}
  .mb_call img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:invert(1) brightness(10);width:15px;}
  .mb_fix_logo{background:linear-gradient(90deg, #0f347a, #2489cb)}
  .mb_fix_logo img{filter:invert(1) brightness(10);}
  .mb_fix_logo span{color:#fff}
}