a {
  text-decoration: none !important;
}
li {
  list-style: none;
}
/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
}
/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}
/*去掉列表前面的小点*/
li {
  list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0;
  /*ie6*/
  vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}
/*取消链接的下划线*/
a {
  color: #666;
  text-decoration: none;
}
button,
input {
  /*取消轮廓线 蓝色的*/
  outline: none;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
.clearfix {
  *zoom: 1;
}
body {
  font-size: 0.12rem;
}
.bpd {
  width: 100%;
  /* min-width: 3.75rem;
  max-width: 3.75rem; */
  margin: 0 auto;
  /* margin-bottom: 1.05rem; */
}
/*页面底部*/
footer {
  position: fixed;
  max-width: 3.75rem;
  min-width: 3.75rem;
  width: 100%;
  bottom: -0.01rem;
  background: #fff;
  padding: 0 !important;
  box-shadow: 0 -0.05rem 0.1rem -0.05rem rgba(0, 0, 0, 0.5);
  z-index: 999;
}
footer ul {
  height: .45rem;
  padding-top: 0.05rem;
  margin: 0;
  border: none;
}
footer ul li {
  width: 20% !important;
  height: .45rem;
  display: block;
  border: none;
  padding: 0 !important;
  margin: 0;
}
footer ul li a {
  border: none;
  color: #3B3B3B;
  background: #fff;
}
footer ul li a:focus,
footer ul li a:hover {
  border: none;
  color: #3B3B3B;
  background: #fff;
}
footer ul li.active a {
  border: none;
  background: #fff;
}
footer ul li.active a:focus,
footer ul li.active a:hover {
  border: none;
  background: #fff;
}
footer ul li.active a div > span:first-of-type::before {
  color: #E3067A;
}
footer ul li a {
  padding: 0;
  display: block;
  height: .45rem;
  color: #3B3B3B;
  cursor: pointer;
}
footer ul li a span {
  width: 100%;
  display: block;
}
footer ul li a span:first-of-type {
  font-size: .23rem;
  width: 0.23rem;
  height: .23rem;
}
footer ul li a span:last-of-type {
  height: .2rem;
  line-height: .2rem;
  font-size: 0.1rem;
}
footer ul li:nth-of-type(3) div {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: .01rem;
  border: .01rem solid #000;
  height: .76rem;
  width: .57rem;
  border-top-left-radius: .285rem;
  border-top-right-radius: .285rem;
  background-color: #FCDE1A !important;
}
footer ul li:nth-of-type(3) div:focus,
footer ul li:nth-of-type(3) div:hover {
  border: .01rem solid #000;
}
footer ul li:nth-of-type(3) div > span:first-of-type {
  line-height: 0.55rem;
  color: #E3067A;
}
footer ul li:nth-of-type(3) div > span:last-of-type {
  position: absolute;
  top: 0.54rem;
  width: 100%;
}
