.v2-footer,
.v2-footer * {
  box-sizing: border-box;
}

.v2-footer {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  background: #202a32;
  font-family: Roboto, "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  text-align: left;
}

.v2-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.v2-footer a:hover,
.v2-footer a:focus-visible {
  color: #ffffff;
}

.v2-footer a:focus-visible {
  outline: 2px solid #20b6d7;
  outline-offset: 3px;
}

.v2-footer-container {
  width: min(1200px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.v2-footer-utility {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-footer-utility-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  line-height: 20px;
}

.v2-footer-utility-inner span {
  width: 1px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.32);
}

.v2-footer-intro {
  min-height: 166px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.95fr) minmax(230px, 0.7fr);
  align-items: center;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.v2-footer-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.v2-footer-brand img {
  width: 176px;
  height: auto;
  flex: 0 0 auto;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.82;
}

.v2-footer-brand p {
  max-width: 270px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 26px;
}

.v2-footer-addresses,
.v2-footer-contact {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 14px;
}

.v2-footer-address,
.v2-footer-contact p {
  margin: 0;
}

.v2-footer-address > span,
.v2-footer-contact span,
.v2-footer-contact a {
  display: block;
}

.v2-footer-address > span,
.v2-footer-contact span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 18px;
}

.v2-footer-address address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-style: normal;
  line-height: 21px;
}

.v2-footer-contact a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}

.v2-footer-map {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(180px, 1.18fr) minmax(125px, 0.72fr) minmax(150px, 0.86fr) minmax(160px, 1fr);
  gap: 34px;
  padding: 38px 0 46px;
}

.v2-footer-section,
.v2-footer-group {
  min-width: 0;
}

.v2-footer-section h2 {
  margin: 0 0 22px;
  padding-left: 12px;
  border-left: 3px solid #20b6d7;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.v2-footer-group h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.v2-footer-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.v2-footer-stack {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 24px;
}

.v2-footer-solutions .v2-footer-group + .v2-footer-group {
  margin-top: 24px;
}

.v2-footer-group ul,
.v2-footer-links {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-footer-group li,
.v2-footer-links li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}

.v2-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1a232a;
}

.v2-footer-bottom-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  line-height: 20px;
}

.v2-footer-bottom p {
  margin: 0;
}

.v2-footer-bottom p:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 1080px) {
  .v2-footer-intro {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: flex-start;
  }

  .v2-footer-brand {
    align-items: flex-start;
    grid-column: 1 / -1;
  }

  .v2-footer-contact {
    grid-template-columns: 1fr;
  }

  .v2-footer-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-footer-products {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .v2-footer-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .v2-footer-brand {
    grid-column: auto;
  }

  .v2-footer-addresses,
  .v2-footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-footer-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .v2-footer-products {
    grid-column: span 2;
  }

  .v2-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 16px 0;
  }

  .v2-footer-bottom p:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .v2-footer-container {
    width: calc(100% - 32px);
  }

  .v2-footer-utility-inner {
    min-height: 62px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 0;
    font-size: 13px;
  }

  .v2-footer-utility-inner span {
    height: 12px;
  }

  .v2-footer-brand {
    display: grid;
    gap: 18px;
  }

  .v2-footer-brand img {
    width: 176px;
  }

  .v2-footer-addresses,
  .v2-footer-contact,
  .v2-footer-map,
  .v2-footer-subgrid {
    grid-template-columns: 1fr;
  }

  .v2-footer-stack {
    display: contents;
  }

  .v2-footer-group-xinchuang {
    order: 1;
  }

  .v2-footer-group-endpoint-host {
    order: 2;
  }

  .v2-footer-group-network-boundary {
    order: 3;
  }

  .v2-footer-group-data-security {
    order: 4;
  }

  .v2-footer-group-security-operations {
    order: 5;
  }

  .v2-footer-map {
    gap: 32px;
    padding: 34px 0 40px;
  }

  .v2-footer-products {
    grid-column: auto;
  }

  .v2-footer-subgrid {
    gap: 23px;
  }

  .v2-footer-section h2 {
    margin-bottom: 18px;
  }
}
