.hc-footer {
  width: 100%;
  /* background-color: orange; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hc-f-containe {
  width: 5.65rem;
}

.hc-footer-title {
  position: relative;
  width: 100%;
  height: 0.77rem;
  /* background-color: aqua; */
  background-image: url("../imgs/title-bg-main.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
  /* background-size: contain; */
  font-size: 0.32rem;
  line-height: 0.77rem;
  font-weight: 800;
  text-align: center;
  margin-top: 0.6rem;
}

.hc-footer-title::after {
  content: '';
  width: 0.77rem;
  height: 0.65rem;
  position: absolute;
  /* background-color: chocolate; */
  bottom: 0.63rem;
  left: 0.16rem;
  background-image: url("../imgs/title-bg-xiushi.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.hc-footer-content {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.1rem;
  /* background-color: aquamarine; */
}

.footer-element {
  margin-top: 0.5rem;
  height: 0.6rem;
}

.footer-element .hc-Bleft {
  float: left;
  height: 0.6rem;
  width: 0.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-element:nth-child(1) .hc-Bleft {
  background-image: url("../imgs/azk-icon.png");
  width: 0.42rem;
  height: 0.59rem;

}

.footer-element:nth-child(2) .hc-Bleft {
  background-image: url("../imgs/dhbm-icon.png");
  height: 0.52rem;
  width: 0.5rem;
}

.footer-element:nth-child(3) .hc-Bleft {
  padding-top: 0.04rem;
  background-image: url("../imgs/xcbm-icon.png");
  height: .43rem;
  width: 0.53rem;
}

.hc-Bright {
  float: left;
  margin-left: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.hc-Bright .title {
  font-size: 0.24rem;
  line-height: 0.26rem;
  font-weight: 600;
  color: #4c2c1b;
}

.hc-Bright .content {
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #4c2c1b;
}