
/* 公共底部tab栏 */
.footer {
	padding: 10px 0 40px 0 !important;
}
.footer-navbar {
  height: 70px !important;
}

.footer-navbar .tab {
  width: 14% !important;
}

.footer-navbar ul {
  width: 57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-navbar ul li {
  width: 50%;
  height: 45px;
  padding: 0 4%;
  box-sizing: border-box;
}
.footer-navbar ul li a {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-navbar ul li a img {
  width: 20px;
  height: 20px;
  border: 0 none;
  vertical-align: middle;
}
.footer-navbar ul li a p {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-navbar ul li:nth-child(1) {
  background: #ff8401;
  border-radius: 40px 0 0 40px;
  line-height: 38px;
}
.footer-navbar ul li:nth-child(1) p {
  color: #fff;
}
.footer-navbar ul li:nth-child(2) {
  border: 2px solid #ff8401;
  color: #ff8401;
  border-radius: 0 40px 40px 0;
  line-height: 33px;
}
.footer-navbar ul li:nth-child(2) p {
  color: #ff8401;
}
