/* footer */

.footer{
  width: 100%;
  /* height: 26.25rem; */
}
.footer-top img{
  width: 100%;
  display: block;
}

.footer-bottom{
  position: relative;
}
.footer-bottom img{
  width: 100%;
}
.footer-com{
  position: absolute;
  left: 0;right: 0;
  top: 0;bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-width: 1200px;
  text-align: center;
  /* line-height: 7.3125rem; */
}
.footer-com .footer-content{
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000;
}

.footer-second {
  margin-top: 1rem;
}

.footer-license {
  margin-left: 1rem;
}

.footer-content a{
  text-decoration: none;
  color: #000;
}
.footer-com img{
  max-width: 1.25rem;
  margin-left: 1rem;
  margin-bottom: -0.2125rem;
}
.priceFooter {
  width: 100%;
  height: 6.25rem;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  
}

@media screen and (max-width:1200px){
  .footer-com .footer-content{
    font-size: 8px;
    line-height: 18px;
  }
  .footer-com img{
    max-width: 15px;
    width: 15px;
    margin-left: 12px;
  }
}