.mb_fixed{display:none;}
.pc_fixed{position:fixed;top:230px;right:100px;z-index:9999;}
.pc_fixed ul{border:1px solid #e4e4e4;}
.pc_fixed ul li{padding:15px 10px;background:#fff;border-bottom:1px solid #e4e4e4;}
.pc_fixed ul li img{height:25px;width:30px;display:block;margin:0 auto;margin-bottom:5px;}
.pc_fixed ul li p{text-align:center;font-size:13px;font-weight:500;}
.top{display:flex;background:#023671;align-items:center;justify-content:center;padding:10px 0;}
.top img{display:block;margin-right:5px;width:10px;}
.top p{font-size:12px;font-weight:600;color:#fff;}

@media screen and (max-width:799px){
  .pc_fixed{display:none;}
  .mb_fixed{display:block;position:fixed;bottom:0;left:0;background:#fff;z-index:9999;width:100%;border-top:1px solid #e4e4e4;}
  .mb_fixed ul{display:flex;justify-content:space-between;align-items:end;position:relative;}
  .mb_fixed ul li{width:20%}
  .mb_fixed ul li img{display:block;margin:0 auto;width:25px;height:25px;margin-bottom:3px;}
  .mb_fixed ul li a{text-align:center;display:block;font-size:12px;font-weight:600;padding:20px 0;}
  .mb_call{}
  .mb_call_img_wrap{background: #009fe3;width: 65px;height: 65px;
border-radius: 50px;margin: 0 auto;position: absolute;
left: 50%;top: -25px;transform: translateX(-50%);border: 5px solid #fff;outline:1px solid #e4e4e4;}
 
  .mb_call_img_wrap img{margin-top:13px !important;}
}