/* footer */
.footer{

}
.footTit{
  height: 76px;

}
.footTit .titList{
  width: 300px;
  text-align: center;

}
.footTit .titList span{
  display: inline-block;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  font-weight: 700;
  color: #19191d;
  padding-left: 55px;
  width: auto;
}
.footTit .titList span.hours{
  background: url(../image/24hours.png) no-repeat center left ;
  /* background-size: 100% ; */

}
.footTit .titList span.vip{
  background: url(../image/vip.png) no-repeat center left ;
  /* background-size: 100% 100%; */

}
.footTit .titList span.safe{
  background: url(../image/safe.png) no-repeat center left ;
  /* background-size: 100% 100%; */

}
.footTit .titList span.major{
  background: url(../image/major.png) no-repeat center left ;
  /* background-size: 100% 100%; */
}
.footLogo{
  margin: 0 auto  25px;
  border-top: solid 1px #d4d4d4;
  padding-top: 20px;
}
.footLogo img{
  height: 27px;
}
.footLink{
  padding-bottom: 20px;
}
.footLink .linkLeft{
  padding-right: 58px;
  border-right: 1px solid #dbdbdb;
}
.footLink .linkLeft .numTit{
  font-size: 12px;
  color: #19191d;
  margin-bottom: 5px;
}
.footLink .linkLeft .number{
  font-size: 16px;
  color: #19191d;
  font-weight: 700;
  margin-bottom: 10px;

}
.footLink .linkLeft .eCode{
  text-align: center;
}
.footLink .linkLeft .eCode .ewm{
  font-size: 12px;
  color: #19191d;
}
.footLink .linkLeft .eCode .ewm:first-child{
  margin-right: 40px;
}
.footLink .linkRight{
  padding-left: 83px;
  text-align: left;
}
.footLink .linkRight li:first-child{
  color: #494949;
  font-size: 12px;
  margin-inline-start: 0;
  margin-bottom: 20px;
  margin-right: 132px;
}

.footLink .linkRight li:nth-child(n+1){
  color: #494949;
  font-size: 12px;
  margin-inline-start: -36px;
  line-height: 24px;
}
.footBottom{
  line-height: 60px;
  color: #494949;
  font-size: 12px;
  text-align: center;
  border-top:  1px solid #dbdbdb;
}
.footLink .linkLeft .eCode .ewm img{
  width: 120px;
  height: 120px;
}