/*已提前引入公共样式文件var.css*/
.footer {
  width: 100%;
  min-height: 3.18rem;
  background: #143a60;
  padding-top: 0.25rem;
  padding-bottom: 0.13rem;
}
.footer .footer-left {
  width: 4.52rem;
  font-size: 0.08rem;
  color: white;
  line-height: 0.21rem;
  display: inline-block;
}
.footer .footer-left .logo {
  width: 1.2rem;
  height: 0.25rem;
  display: block;
}
.footer .footer-left .footer-column-list {
  margin-top: 0.24rem;
  display: flex;
}
.footer .footer-left .footer-column-list .column-item {
  display: inline-block;
  width: 0.83rem;
  height: 0.21rem;
  margin-bottom: 0.1rem;
  text-align: left;
}
.footer .footer-left .footer-column-list .column-item:hover {
  background: rgba(249, 249, 249, 0.1);
}
.footer .footer-left .footer-column-list .footer-column-left {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.1rem;
}
.footer .footer-left .relationship {
  margin-top: 0.73rem;
}
.footer .footer-left .relationship ul {
  margin-right: 0.1rem;
  display: inline-block;
}
.footer .footer-left .relationship li {
  display: inline-block;
  margin-left: 0.18rem;
}
.footer .relationship {
  margin-top: 0.1rem;
  font-size: 0.08rem;
  color: white;
  line-height: 0.21rem;
}
.footer .relationship ul {
  margin-right: 0.1rem;
  display: inline-block;
}
.footer .relationship li {
  display: inline-block;
  margin-left: 0.18rem;
}
.footer .footer-right .footer-search {
  height: 0.18rem;
  padding-left: 0.03rem;
  background: white;
}
.footer .footer-right .footer-search img {
  width: 0.12rem;
  height: 0.12rem;
  vertical-align: middle;
}
.footer .footer-right .footer-search input {
  height: 100%;
  width: calc(100% - 1rem);
  outline: none;
  border: none;
  margin-left: 0.08rem;
}
.footer .footer-right .footer-search .btn-search {
  display: inline-block;
  height: 100%;
  width: 0.58rem;
  background: #8dc124;
  font-size: 0.09rem;
  color: white;
  line-height: 0.18rem;
  text-align: center;
  cursor: pointer;
}
.footer .footer-right .contact {
  margin-top: 0.32rem;
  color: white;
}
.footer .footer-right .contact .method {
  display: inline-block;
  width: 0.48rem;
  font-weight: bold;
  vertical-align: top;
  margin-right: 0.2rem;
}
.footer .footer-right .icon-list {
  margin-top: 0.3rem;
}
.footer .footer-right .icon-list .icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.15rem;
}
.footer .footer-right .icon-list .icon:hover + .tooltip {
  visibility: visible;
}
.footer .footer-right .icon-list .wechat {
  width: 0.14rem;
}
.footer .footer-right .download-area {
  margin-top: 0.3rem;
  display: flex;
  column-gap: 0.2rem;
}
.footer hr {
  margin-top: 0.1rem;
  border: 0;
  height: 1px;
  background: rgba(33, 95, 157, 0.4);
}
.footer .footer-text {
  margin-top: 0.17rem;
  color: white;
  text-align: center;
}
.footer.portugal .footer-left {
  min-height: unset;
}
.footer.portugal .footer-left .contact {
  margin-left: 0.3rem;
  color: white;
}
.footer.portugal .footer-left .contact .method {
  display: inline-block;
  width: 0.48rem;
  font-weight: bold;
  vertical-align: top;
  margin-right: 0.1rem;
}
.footer.portugal .relationship {
  margin-top: 0rem;
}
.footer.portugal .relationship ul {
  margin-right: 0.1rem;
  display: inline-block;
}
.footer.portugal .relationship li {
  display: inline-block;
  margin-left: 0.18rem;
}
.footer.portugal .footer-right {
  width: 2.6rem;
}
.footer.portugal .footer-right .contact .method {
  width: 1rem;
}
.footer.portugal .footer-right .contact .content {
  width: 1.3rem;
  display: inline-block;
}
