.footer_container {
  width: 100%;
  height: 85px;
  background-color: #101417;
  /* position: relative; */
}

/* 让两段文字水平居中 */
.footer_container .container_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85px;
}

/* 让下面那段文字的图片与文字在同一水平线居中 */
.footer_container .container_content .security {
  display: flex;
  align-items: center;
}

.contentProvider span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  transition: all ease 0.3s;
}

.contentProvider:hover span{
  color: #8A8B8C !important;
}
