/* ---------------------- In-footer[footer] ---------------------- */
.main-footer {
  margin-bottom: 1.8857rem;
}

.In-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.8857rem;
  z-index: 6;
  box-shadow: 0 0 0.09rem 0.01rem var(--Cebebeb);
}

.In-footer ul {
  display: flex;
  align-items: center;
  height: 1.8857rem;
}

.In-footer ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.In-footer ul li .footer_a {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}

.In-footer ul li .footer_a .icon_kf {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/icon_kefu.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.In-footer ul li .footer_anav [class^="icon_"] {
  width: 0.7143rem;
  height: 0.7143rem;
  display: inline-block;
  margin-bottom: 0.1429rem;
}

.In-footer ul li .footer_anav [class^="icon_"].icon_home {
  background: url(../images/icon_home2.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav [class^="icon_"].icon_music {
  background: url(../images/icon_music2.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav [class^="icon_"].icon_dulaos {
  background: url(../images/icon_dulaos2.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav [class^="icon_"].icon_article {
  background: url(../images/icon_article2.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav.on [class^="icon_"].icon_home {
  background: url(../images/icon_home.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav.on [class^="icon_"].icon_music {
  background: url(../images/icon_music.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav.on [class^="icon_"].icon_dulaos {
  background: url(../images/icon_dulaos.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav.on [class^="icon_"].icon_article {
  background: url(../images/icon_article.png) no-repeat 100%/100%;
}

.In-footer ul li .footer_anav.on .navBar_ulh3as {
  color: var(--Cff6440);
}

.In-footer .in_contact {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.In-footer .in_contact > a {
  font-size: var(--fz28);
  text-align: center;
  height: 0.8571rem;
  line-height: 0.8571rem;
  border-radius: 0.8571rem;
}

.In-footer .in_contact > a.about {
  width: 5rem;
  background: var(--C3995f2);
  color: var(--Cffffff);
}

.In-footer .in_contact > a.dial {
  width: 3.6rem;
  border: 1px solid var(--Cff6440);
  color: var(--Cff6440);
}
