/*自定义底部导航  */
.footer {
  height:60px;
  width:100%;
  position: fixed;
  bottom:0;
  left:0;
  box-shadow: 3px 0 8px #ddd;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
  z-index: 9999;
}
.footer_list{
  flex: 1;
  -webkit-flex:1;
  height:100%;
  text-align:center;
  padding-top:10px;
  box-sizing: border-box;
}
.footer-image{
  margin: 0 auto;
  width: 25px;
  height: 25px;
}
.footer-text{
  font-size: 12px;
  color: #a8a8a8;
}
/*底部导航  */

.customer_service,.message{
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 8px;
  bottom: 136px;
  z-index: 999;
}

.message{
  bottom: 80px;
}

.customer_service img,.message img{
  display: block;
  width: 20px;
  height: 20px;
  padding:10px;
  border-radius: 50%;
}