.pc_fix{z-index:9999;position:fixed;bottom:50px;right:30px;}
.hd_ban{width:130px;border-radius:5px;overflow:hidden;}
.hd_ban_slide{position:relative;}
.hd_ban_slide .swiper-slide{}
.hd_ban_slide .swiper-slide img{width:100%;}
.hd_ban_btn{z-index:10;justify-content:space-between;width:90%;position:absolute;display:flex;justify-content:space-between;top:50%;left:50%;transform:translate(-50%,-50%);}
.hd_ban_btn div{display:flex;width:20px;height:20px;background:#000;border-radius:20px;align-items:center;cursor:pointer;justify-content:center;}
.hd_ban_btn div img{width:8px;}

.pc_fix ul{position:relative;z-index:999;}
.pc_fix ul li{border:1px solid #e4e4e4;border-radius:5px;margin-top:10px;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,0.05);overflow:hidden;transition:all .5s;position:relative;background:#fff;}
.pc_fix ul li a{padding:15px;display:flex;align-items:center;width:100%;height:100%;margin:0 auto;}
.pc_fix ul li:last-child a{border:0;}
.pc_fix ul li p{display:block;text-align:center;font-size:14px;font-weight:600;}
.pc_fix ul li img{display:block;width:20px;margin-right:10px;}
.top{box-shadow:0 0 10px rgba(0,0,0,0.1)}

.m_fix{display:none;}

@media screen and (max-width:799px){
  .pc_fix{display:none}
  .m_fix{z-index:9999;display:block;position:fixed;width:100%;left:0;bottom:0;}
  .m_fix ul{width:100%;background:#fff;margin:0 auto;display:flex;box-shadow:0 0 10px rgba(0,0,0,0.3)}
  .m_fix ul li{width:20%;}
  .m_fix ul li a{display:block;padding:10px 0;}
  .m_fix ul li img{height:20px;margin:0 auto;display:block;}
  .m_fix ul li span{display:block;text-align:center;margin-top:5px;font-size:11.5px;font-weight:bold;}
  .m_tell img{height: 50px !important;margin-top: -29px !important;background: #fff; border-radius: 100px;outline: 5px solid #fff;}
}