footer {
  width: 100%;
  height: 2.6rem;
  padding: .25rem 0 .25rem;
  background-color: white;
  border-top: 1px solid #eee;
  position: fixed;
  left: 0;
  bottom: 0;
}

footer .menu1 {
  overflow: hidden;
}

footer .menu1 li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 0;
}

footer .menu1 li i {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 auto;
}

footer .menu1 li span {
  font-size: .7rem;
  color: #9fa0a0;
}

footer .menu1 li:nth-of-type(1) i {
  background: url("../img/common/icon1.png") no-repeat;
  background-size: 100% 100%;
}

footer .menu1 li:nth-of-type(2) i {
  background: url("../img/common/icon2.png") no-repeat;
  background-size: 100% 100%;
}

footer .menu1 li:nth-of-type(3) i {
  background: url("../img/common/icon3.png") no-repeat;
  background-size: 100% 100%;
}

footer .menu2 {
  position: absolute;
  bottom: 2.5rem;
  right: .5rem;
  border: 1px solid #eee;
  display: none;
}

footer .menu2 li {
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  background-color: white;
  font-size: .8rem;
  color: #666;
  text-align: center;
}

footer .menu2 li:nth-of-type(2) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

footer .menu2 li:active {
  background-color: #eee;
}

.p-home footer .menu1 li:nth-of-type(1) {
  pointer-events: none;
}

.p-home footer .menu1 li:nth-of-type(1) span {
  color: #f65803;
}

.p-home footer .menu1 li:nth-of-type(1) i {
  background: url("../img/common/icon12.png") no-repeat;
  background-size: 100% 100%;
}

.activities-wrap footer .menu1 li:nth-of-type(2) {
  pointer-events: none;
}

.activities-wrap footer .menu1 li:nth-of-type(2) span {
  color: #f65803;
}

.activities-wrap footer .menu1 li:nth-of-type(2) i {
  background: url("../img/common/icon22.png") no-repeat;
  background-size: 100% 100%;
}

.p-my footer .menu1 li:nth-of-type(3) {
  pointer-events: auto;
}

.p-my footer .menu1 li:nth-of-type(3) span {
  color: #f65803;
}

.p-my footer .menu1 li:nth-of-type(3) i {
  background: url("../img/common/icon32.png") no-repeat;
  background-size: 100% 100%;
}

.p-my footer .menu2 li:nth-of-type(3) {
  pointer-events: none;
  background-color: #eee;
}
