.pc_fix{width:100%;position:fixed;z-index:9999;bottom:0;left:0;background:linear-gradient(45deg, #003668, #1e519a)}
.pc_fix ul{width:100%;display:grid;grid-template-columns:repeat(5, 1fr)}
.pc_fix ul li{}
.pc_fix ul li a{border-right:1px solid rgba(255,255,255,0.2);padding:20px 0;display:flex;align-items:center;justify-content:center;gap:0 10px;}
.pc_fix ul li a:hover{background:rgba(0,0,0,0.2)}
.pc_fix ul li:last-child a{border:0;}
.pc_fix ul li a img{position: relative;top: -1px;display:block;height:15px;filter:invert(1) brightness(10)}
.pc_fix ul li a p{font-size:15px;font-weight:500;color:#fff;text-align:center;}
.mb_fix{display:none;}

.call_popup{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999;}
.call_popup.active{display:flex;}
.call_popup_inner{width:90%;max-width:400px;background:#fff;border-radius:15px;padding:40px;text-align:center;position:relative;}
.call_img{display:block;width:80px;margin:0 auto;}
.call_popup h4{}
.call_popup p{color:#666}
.call_popup b{display:block;color:#222;font-weight:900}
.call_popup .call_close{position: absolute;top: -35px;right: 0px;border: 0;background: none;font-size: 15px;cursor: pointer;font-weight: bold;color: #fff}
.call_popup .call_close img{width:13px;margin-left:8px;}

@media screen and (max-width:768px){
  .pc_fix{display:none;}
  .mb_fix{display:block}
  .mb_fix{background:#fff;position:fixed;bottom:0;left:0;width:100%;z-index:9999;box-shadow: 0 -10px 20px rgba(0,0,0,0.1);}
  .mb_fix ul{display:flex;}
  .mb_fix ul li{width:20%;background:#fff;}
  .mb_fix ul li a{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px 0;}
  .mb_fix ul li img{width:18px;height:18px}
  .mb_fix ul li p{color:#003668;font-weight:bold;font-size:12px;margin-top:5px;text-align:Center;}
  
  .mb_call a{background: #003668 !important;width: 60px !important;height: 60px !important;margin:0 auto;border-radius: 100px;position: relative;top: -15px;border: 5px solid #fff;}
  .mb_call img{filter:invert(1) brightness(10)}
}