.backnav {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
  text-align: center;
  display: block;
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #eeeeee;
  color: #cb5e1a;
  font-size: 0.5rem;
  border-radius: 0.08rem;
}
.backnav:hover {
  color: #cb5e1a;
}
.foot {
  width: 100%;
  background: #333;
  padding: 0;
  margin: 0 auto;
}
.footer {
  width: 100%;
  font-size: 0.109375rem;
  margin: 0 auto;
  height: 0.6640625rem;
  padding: 0.078125rem;
  color: #fff;
  text-align: center;
  line-height: 0.234375rem;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.28rem;
    height: 2rem;
    line-height: 0.6rem;
  }
}
.friend_links {
  height: 2.2rem;
  background-color: #3b3b3b;
  padding-top: 0.1rem;
}
.friend_links .linklist {
  padding-left: 0.25rem;
  height: 2.2rem;
}
.friend_links .linklist .linktitle {
  font-size: 0.08rem;
  padding-left: 0.05rem;
  border-left: 3px solid #cb6767;
  display: block;
  color: #cecdcd;
  font-weight: bold;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.friend_links .linklist .linkblock {
  padding-left: 0.05rem;
  border-left: 3px solid #3b3b3b;
  display: block;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.friend_links .linklist a {
  font-size: 0.02rem;
  padding: 0;
  color: #c1c0c0;
  display: block;
  margin: 0.05rem;
}
.foot_mobile_tel {
  width: 100%;
  background-color: #5a5a5a;
  bottom: 0.1rem;
  z-index: 9999;
  position: fixed;
  text-align: center;
}
.foot_mobile_tel a {
  display: block;
  min-height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.4rem;
  border-bottom: 2px solid #767676;
  color: #fc9d56;
  padding: 0.2rem;
}
.foot_mobile_wx {
  width: 100%;
  background-color: #5a5a5a;
  bottom: 0.1rem;
  z-index: 9999;
  position: fixed;
  text-align: center;
  padding: 0;
}
.foot_mobile_wx a {
  display: block;
  min-height: 1.5rem;
  line-height: 1.4rem;
  font-size: 0.4rem;
  border-top: 2px solid #767676;
  color: #fc9d56;
  padding: 0.3rem;
}
.foot_mobile_wx a img {
  height: 4.5rem;
  max-height: 4.5rem;
}
/* 显示或关闭动画*/
.open {
  animation: slideContentUp 0.3s linear both;
  padding: 0;
}
.close {
  animation: slideContentDown 0.3s linear both;
  padding: 0;
  opacity: 0;
}
/* 动态设置高度 */
@keyframes slideContentUp {
  from {
    height: 0;
    bottom: 1.6rem;
  }
  to {
    bottom: 1.6rem;
  }
}
@keyframes slideContentDown {
  from {
    bottom: 1.6rem;
  }
  to {
    bottom: 1.6rem;
    height: 0;
  }
}
.foot_mobile {
  text-align: center;
  color: #fff;
  height: 1.6rem;
  line-height: 1.5rem;
  width: 100%;
  background-color: #3b3b3b;
  z-index: 9999;
  bottom: 0;
  position: fixed;
}
.foot_mobile .contact_btn {
  line-height: 0.7rem;
  padding-top: 0.2rem;
}
.foot_mobile .contact_btn a {
  font-size: 0.35rem;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
}
.foot_mobile .contact_btn a img {
  height: 0.6rem;
}
/*# sourceMappingURL=foot.css.map */