.footers{
  background-color:#6495ED;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
}
.footers a{
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.1rem;
  position: relative;
}
.footers a p{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  display: none;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.1rem;
}
.footers a img{
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.3rem;
}

@media screen and (min-width:1280px) {
  .footers a:hover{
    transition: all 1s;
    transform: scale(1.2);
    z-index:2;
    visibility: visible;
  }
  .footers a:hover p{
    display: block;
    background-color: #00BFFF;
    opacity: .8;
  }
}
@media screen and (max-width:1280px){

  .footers{
    display: block !important;
  }
  .footers a{
    width: 21%;
    margin-right: 4%;
  }
}
/* 广告 */
.advertisement{
  text-align: center;
  font-size: 0.16rem;
}

@media screen and (max-width: 900px) {
  .header_left_a {
    justify-content: center;
  }
}