@import './fonts/font.css';
.footer-info ul, .footer {
  display: flex;
  align-items: center;
}

.footer-go .official,
.footer-go .normal, .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 100%;
  height: 300px;
  background: #333;
}

.footer-logo {
  width: 30%;
  height: 100%;
}
.footer-logo span {
  color: #fff;
}

.footer-info {
  width: 40%;
}
.footer-info ul {
  margin-bottom: 40px;
}
.footer-info ul a,
.footer-info ul span {
  color: #fff;
  font-size: 15px;
}
.footer-info address {
  color: #fff;
  font-style: normal;
  line-height: 30px;
}
.footer-info .copyright {
  margin-top: 40px;
  color: #fff;
}

.footer-go {
  width: 30%;
  display: flex;
  gap: 10px;
}
.footer-go .official,
.footer-go .normal {
  border: 1px solid #fff;
  width: 190px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.footer-go option {
  padding: 10px;
}

@media screen and (max-width: 1360px) {
  .footer {
    padding: 20px 30px;
  }
  .footer-left {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer-logo {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    height: 30%;
  }
  .footer-info {
    width: 100%;
  }
  .footer-info ul {
    margin-bottom: 20px;
  }
  .footer-info .copyright {
    margin-top: 20px;
  }
  .footer-go {
    width: 40%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .footer-logo img {
    width: 6.25vw;
  }
  .footer-logo span {
    font-size: 2.73vw;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer-left {
    width: 100%;
  }
  .footer-logo {
    justify-content: center;
  }
  .footer-logo img {
    width: 38px;
  }
  .footer-logo span {
    font-size: 17px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info ul {
    justify-content: center;
  }
  .footer-info ul a {
    font-size: 12.5px;
  }
  .footer-info address {
    line-height: 25px;
    font-size: 12.5px;
  }
  .footer-info .copyright {
    font-size: 12.5px;
  }
  .footer-go {
    width: 100%;
    justify-content: center;
  }
  .footer-go .official,
  .footer-go .normal {
    width: 50%;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 6.25vw;
  }
}/*# sourceMappingURL=footer.css.map */