
.footer {
  height: 69px;
  background: #000000;
  font-size: 10px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  text-align: center;
  padding: 7px 0;
}

.footer .wrap,
.footer .footer-bottom {
  height: 100%;
}

.footer .wrap .footer-content,
.footer .footer-bottom .footer-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transform: scale(0.8);
}

.drawer-style {
  color: #222;
  max-height: 210px;
}

.drawer-style .header {
  box-shadow: none;
}

.drawer-style .wrap {
  overflow: hidden;
}

.drawer-style .wrap .tab-list {
  width: 100%;
}

.drawer-style .wrap .tab-list ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 105px;
}

.drawer-style .wrap .tab-list ul li {
  width: 50%;
  text-align: center;
  height: calc(105px / 3);
  line-height: calc(105px / 2);
  font-size: 16px;
  position: relative;
}

.drawer-style .wrap .tab-list ul li span {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #F05438;
  position: absolute;
  bottom: -10px;
  left: 50%;
  box-sizing: border-box;
  margin-left: -10px;
}

.drawer-style .wrap .tab-list ul li a {
  font-family: MicrosoftYaHei;
  color: #222222;
}
.footer .footer-bottom .footer-left{
  white-space: nowrap;
}