.footer{
  width: 100%;
  height: 41.4815vh;
  background-color: #333333;
}
.foot-top{
  width: 75vw;
  /* padding: 0 15vw; */
  height: 35.9259vh;
  /* background-color: #333333; */
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.top-left{
  width: 21.3542vw;
}
.top-center{
  width: calc(100% - 30.2084vw);
  height: 100%;
  padding: 8vh 0;
}
.top-right{
  width: 8.8542vw;
  height: 20.0926vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1.042vw;
  color: #FFFFFF;
}
/* .link{
  padding-top: 2.13vh;
} */
/* .pad-top{
  padding-top: 1.574vh;
} */
.center-flex, .bot-flex{
  display: flex;
  /* align-items: center; */
  margin: 0 auto;
}
.addpadding {
  padding: 2vh 0;
}
.top-flex img {
  height: 3.2407vh;
}
.top-flex .line {
  width: 90%;
  height: 0.1vh;
  background-color: #999999;
  margin: 3vh 0 1vh 0;
}
.top-flex > li, .center-flex > li{
  margin-right: 2.656vw;
  color: #FFFFFF;
  font-size: 0.8333vw;
  font-weight: 400;
  font-family: Source Han Sans CN;
  display: block;
}
.top-flex > .tel{
  font-size: 2.0833vw;
  line-height:1;
}
.center-flex h3{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #FFFFFF;
  line-height: 3.3333vh;
}
.center-flex .line{
  width: 20%;
  height: 0.3vh;
  background-color: #BD0F0F;
  margin: 1vh 0 1vh 0;
  display: block;
}
.center-flex a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #999999;
  line-height: 1.5625vw;
  display: block;
}
.right-item{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 6px;
}
.QRimg{
  width: 7.8125vw;
  /* height: 13.8889vh; */
  margin: 0.5vh auto 0 auto;
}
.topImg{
  width: 1.667vw;
  height: 3.483vh;
}
.itemName{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #333333;
  margin-bottom: 1vh;
}
.foot-bot{
  height: 5.5556vh;
  line-height: 5.5556vh;
  /* padding-left: 13.49vw; */
  background-color: #232323;
}
.bot-item{
  width: 100%;
  height: 6.185vh;
  display: flex;
  align-items: center;
}
.iconImg{
  width: 0.833vw;
  height: 1.741vh;
}
.bot-flex > li{
  margin-right: 1vw;
  color: #999999;
  font-size: 0.7292vw;
  font-weight: 400;
  font-family: Source Han Sans CN;
  display: flex;
  align-items: center;
}
.bot-flex > li a {
  color: #999999;
  font-size: 0.7292vw;
}
.bot-flex > li:nth-last-child(1){
  margin-right: 0;
}