footer {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(16, 37, 44, 0.12);
}

.footerInner ul {
  display: flex;
  justify-content: space-evenly;
  padding: 4px 4px 16px;
  max-width: 750px;
  margin: auto;
}

.footerInner ul li {
  padding: 4px 20px;
  margin: 0 4px;
  text-align: center;
}

.footerInner ul li img {
  margin: 0 auto;
  display: block;
}

.footerInner ul li span {
  color: #34585C;
  font-size: 10px;
  line-height: 16px;
  min-width: 70px;
  display: inline-block;
}

.footerInner ul li span.on {
  font-weight: bold;
}

footer a {
  text-decoration: none;
}

/*footer .notice {
  background-color: #efcd69;
  color: #526468;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 5px 0;
}*/

footer .messageWrap {
  position: relative;
}

footer .messageWrap.notice::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #FC2E2E;
  border-radius: 50%;
  top: 0px;
  right: 20px;
  border: solid 2px #FFFFFF;
  padding: 4px;
}

footer .floating01 {
  position: relative;
}

footer .floating01 a:hover {
  opacity: 0.8;
}

footer .floating01 img {
  width: 192px;
  height: auto;
  position: absolute;
  right: 24px;
  bottom: 10px;
}

footer .floating01 .close {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bdbdbd;
  color: #fff;
  position: absolute;
  bottom: 73px;
  right: 27px;
  text-align: center;
  line-height: 16px;
  z-index: 2;
  cursor: pointer;
}