.footer_box {
  width: 100%;
  height: calc(55px + 15rem);
  background: url(../image/footer_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(1px + 1.5rem);
}

.footer_box p {
  font-family: PINGFANG-REGULAR;
  font-weight: 500;
  font-size: calc(10px + 1rem);
  color: #FFFFFF;
}

.footer_box div {
  width: calc(60px + 5rem);
  line-height: calc(6px + 2rem);
  background: #FFFFFF;
  opacity: 0.9;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #000000;
  text-align: center;
  cursor: pointer;
}

.footer_box div:hover{
  background-color: #23B1AF;
  color: #ffffff;
}
.copyright {
  width: 100%;
  line-height: calc(20px + 4rem);
  background: #F8F8F8;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #797979;
  text-align: center;
}