/* 联系客户的底部栏样式 */
#footer-service{
  width: 100%;
  height: 55px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding:0 3.2% 0 1%;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 50%);
  max-width: 750px;
  margin: 0 auto;
  right: 0;
}
#footer-service .footer-tel{
  width: 20%;
}
#footer-service .footer-tel img,#footer-service .footer-tel svg{
  height: 20px;width: 20px;
  position: relative;
  top: 7px;margin-bottom:10px;
}
#footer-service .footer-tel .svgs{
  height: 16px;width: 16px;
  position: relative;
  top: 6px;margin-bottom:10px;
}

#footer-service .footer-service-right{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
#footer-service .footer-tel div{
  height: 20px;
  line-height: 20px;
  position: relative;
  bottom: 4px;
  padding-left:2px;
}
#footer-service .footer-service{
  width: 33%;
  border-radius: 7px;
  /*padding: 11px 0 13px 0;*/
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  /* border: 1px solid #29b6f4; */
  /* color: #29b6f4; */
}
#footer-service .footer-dialog{
  width: 64%;
  /*padding: 12px 0;*/
  border:none;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  /* background: linear-gradient(90deg, #82d1f6 0%, #29b6f4 50%, #0089cd 99%); */
}

#footer-service .tips{
  right: 2px;
  top: 1px;
  padding: 0 7px;
  border-radius: 10px 1px 1px 0;
}