.home-footer {
  width: 100%;
}

.btn-taste {
  width: 108px;
  height: 30px;
  border-radius: 16px;
  background: rgba(24,144,255,1);
  font-family: "PingFang SC", "Microsoft YaHei";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.btn-taste:hover {
  background: rgba(24,144,255,.7);
  color: #ffffff;
  text-decoration: none;
}

.footer-up {
  width: 100%;
  height: 352px;
  background: url(../../assets/img/f-01.png) no-repeat;
  background-size: cover;
}

.footer-p {
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50%;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
  letter-spacing: 5px;
  align-items: flex-end;
}

.footer-p i {
  font-size: 40px;
  margin-left: 33px;
}

.footer-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
}

.footer-down {
  width: 100%;
  background: url(../../assets/img/f-02.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.down-box {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.down-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.down-list .to-detail li {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
}

.down-box .down-list ul .li-active {
  color: #1890FF;
}

.erwei-box {
  width: 108px;
  height: 108px;
}

.erwei-box img {
  width: 100%;
  height: 100%;
}

.erwei-text {
  width: 108px;
  text-align: center;
}

.site-box {
  width: 168px;
}

.down-box ul li {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 40px;
}

.down-box ul .site-box{
  line-height: 24px;
}

.down-box ul>li:first-child {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}

.down-tail {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tail-list {
  width: 923px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.tail-list p:nth-child(1) {
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  color: rgba(255, 255, 255, 1);
}

.tail-list p:nth-child(2) {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.tail-list p a:hover {
  color: #1890FF;
  cursor: pointer;
}

.down-box .to-detail li:hover {
  color: #1890FF;
  cursor: pointer;
}

.to-detail:hover {
  text-decoration: none;
}

.app-footer {
  width: 100%;
  display: none;
  background: rgba(2, 14, 24, 1);
  padding-bottom: 58px;
}

.consult-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #272D3F;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
  display: none;
}

.consult-footer .btn {
  width: 43%;
  margin: 10px auto;
  line-height: 24px;
  border-radius: 0;
}

.consult-footer .btn.online {
  background-color: #5DECFF;
  color: #fff;
}

.consult-footer .btn.tel {
  background-color: #E3EDF9;
  color: #040009;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .down-box {
    width: calc(100% - 30px);
  }
}

@media (max-width: 992px) {
  .home-footer {
    display: none;
  }

  .app-footer {
    display: block;
  }

  .consult-footer {
    display: flex;
  }

  .app-box {
    padding: 24px 24px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .app-foot-nav {
    width: 50%;
    font-size:32px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom: 30px;
  }

  .app-bei {
    width: 100%;
    height: 125px;
    font-size: 22px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .app-bei p {
    text-indent: 32px;
  }
}

@media(max-width: 768px) {
  .app-foot-nav {
    font-size:16px;
  }
  .app-bei {
    height: 62px;
    font-size: 12px;
    line-height: 18px;
  }
}