.footer {
  background-color: var(--bs-primary);
  color: #fff;
  min-height: 16rem;
  font-size: 0.88rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.footer .footer-content {
  padding-top: 1.75rem;
}
.footer .footer-content .left-box .title {
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
.footer .footer-content .phone {

  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.75rem;
}
.footer .footer-content .phone a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-content .right-box a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-content .right-box .title {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.footer .footer-content .right-box .detail {
  margin-bottom: 0;
  line-height: 1.25rem;
}
.footer .footer-content .img-content .img-item {
  background-color: #fff;
  color: #4e5969;
}
.footer .footer-content .img-content .img-item img {
  border: 1px dashed #4e5969;
  width: 6.25rem;
  height: 6.25rem;
}
.footer .footer-content .img-content .img-item + .img-item {
  margin-left: 2.5rem;
}
.footer .bottom-text {
  background-color: #d44d00;
  color: #fff;
  font-size: 0.88rem;
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
}
.footer .bottom-text a {
  text-decoration: none;
  color: #fff;
  display: block;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .footer .bottom-text {
    flex-direction: column;
  }
}
/* 返回顶部 start */

#toTop-box {
  position: fixed;
  right: 1rem;
  top: 75%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  font-size: 1rem;
  opacity: 1;

}
#toTop-box .item {

}
#toTop-box .kefu-box {
  display: flex;
  font-size: 0;
  line-height: 0;
  position: relative;
}
#toTop-box .kefu-img {
  border-radius: 0.5rem;
  width: 3.65rem;
  height: 4.86rem;
  background-color: #F7F8FA;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-right: 0rem;
  margin-left: auto;
  
}
#toTop-box .kefu-img .item-img {
  margin: 0.3rem;
  width: 2.88rem;
}
#toTop-box .kefu-img span {
  margin-top: 0.6rem;
  font-size: 0.75rem;
  text-align: center;
  color: #4E5969;
}
#toTop-box .toTop-img {
  background: url("../image/totop-b.png") 100% 100% / contain
    no-repeat;
  opacity: 0;
}
@media (hover: hover) {
  #toTop-box .kefu-box:hover .kefu-img {
    /* background: url("/static_2023/images/icons/kefu-l.png") 100% 100% / contain
      no-repeat; */
    cursor: pointer;
    background-color: #FFEFE6;
    border-radius: 0.5rem;
    border: 0.13rem solid #F77234;
  }
  #toTop-box .toTop-img:hover {
    background: url("../image/totop-l.png") 100% 100% / contain
      no-repeat;
    cursor: pointer;
  }
  #toTop-box .kefu-box:hover .desc {
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    
  }
}
#toTop-box .desc {
  display: none;
  align-items: center;
  line-height: 3rem;
  /* padding: 0 0.88rem; */
  font-size: 1rem;
  background-color: var(--bs-primary);
  position: absolute;
  left: -1rem;
  transform: translateX(-100%);
  min-width: 11rem;
}
#toTop-box .desc .qrcode {
  width: 9.75rem;
  /* height: 5.75rem; */
  margin-bottom: 0.63rem;
}
#toTop-box .toTop-img {
  margin-top: 0.06rem;
  float: right;
}

/* 默认情况下，所有设备都显示这个元素 */
.pc-only {
  display: flex !important;
}
/* 当屏幕宽度小于等于768px时，隐藏.pc-only元素，显示.mobile-only元素 */
@media (max-width: 576px) {
  .pc-only {
      display: none !important;
  }
  #toTop-box {
    position: fixed;
    right: 1rem;
    top: 90%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    font-size: 1rem;
    opacity: 1;
  }
  #toTop-box .kefu-img {
    height: 4.46rem;
  }
  #toTop-box .kefu-img .item-img {
    margin: 0.3rem;
    width: 2.48rem;
  }
}
/* 返回顶部 end */
