* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Google Sans", Roboto, Arial, sans-serif; */
}

.footer {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 36px;
  max-width: 1296px;
  width: calc(100% - 48px);
  padding-bottom: 50px;
}

@media screen and (min-width: 1280px) {
    .footer {
      width: calc(100% - 144px);
    }
}

@media screen and (min-width: 960px) {
    .footer {
      width: calc(100% - 96px);
    }
}

@media screen and (min-width: 600px) {
    .footer {
        width: calc(100% - 96px);
    }
}

.footer .btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgb(0, 112, 201);
  border: 0px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.footer .btn:hover {
  background-color: rgb(3, 55, 152);
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: #dcdfe3; /* 你可以调色 */
  margin: 0 8px;
}

/* .footer .locale {
  width: 240px;
} */
.footer .locale .lang {
  height: 48px;
  line-height: 48px;
  margin-top: 2px;
}

.footer .locale .lang img {
  vertical-align: middle;
  margin-right: 10px;
}

.footer .locale span {
  font-size: 14px;
  color: #5f6368;
}

.footer .locale .lang img {
  width: 24px;
  height: 18px;
}

.footer .locale .lang span {
  font-size: 12px;
  color: #5f6368;
}

@media (max-width: 1280px) {
  .footer .btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .footer {
    display: block;
  }
  .footer .btn {
    width: 100%;
  }

  .line {
    margin: 36px 0px;
  }
}
