.baixiu_foot {
  background-color: #222;
  padding-top: var(--gap-100);
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.baixiu_foot .foot-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem;
  margin-bottom: 3.125rem;
}

.baixiu_foot .foot-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.baixiu_foot .foot-line .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.60);
  font-family: Montserrat;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.baixiu_foot .foot-line-info {
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.60);
  font-family: Montserrat;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.baixiu_foot .foot-line-info:hover {
  opacity: 1;
}

.foot-col-info {
  flex: 1;
}

.baixiu_foot .foot-col {
  flex: 1;
  min-width: 0;
}

.baixiu_foot .foot-col_title {
  color: #fff;
  word-break: break-all;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.baixiu_foot .foot-col_title::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 1px;
  opacity: 0.35;
  background: rgba(255, 255, 255, 0.40);
}

.foot-companyInfo,
.foot-col_list-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  margin-top: 1.125rem;
  gap: 10px;
}

.foot-col_list-item {
  display: flex;
  align-items: center;
}

.baixiu_foot .foot-col_title .iconfont {
  display: none;
  font-size: max(0.875rem, 12px);
  transition: transform 0.3s ease;
}

.baixiu_foot .foot-col_list-item a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.60);
  font-family: Montserrat;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.baixiu_foot .foot-col_list-item a:hover {
  color: #fff;
  opacity: 1;
}

.baixiu_foot .foot-border {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.baixiu_foot .foot-bottom {}

.baixiu_foot .foot-bottom .foot-content {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.baixiu_foot .foot-bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-20);
  margin: 0;
  opacity: 0.7;
  user-select: none;
  color: rgba(255, 255, 255, 0.40);
  font-family: Montserrat;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}


.baixiu_foot .foot-bottom .copyright:hover a {
  color: #fff !important;
  opacity: 1;
}

.baixiu_foot .foot-social {
  display: flex;
  gap: 10px;
}


.baixiu_foot .foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #fff;
  color: #0137B5;
  transition: background 0.2s;
}

.baixiu_foot .foot-social .iconfont {
  font-size: 21px !important;
}


.baixiu_foot .foot-logo {
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  user-select: none;
  font-family: 'Montserat Black';
  font-size: var(--font-270);
  font-style: italic;
  font-weight: 900;
  line-height: calc(200/270 * 100%);
  text-transform: uppercase;
  padding-top: 80px;
  padding-bottom: 100px;
  transform: translateY(120%);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.baixiu_foot .foot-logo.is-visible {
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .baixiu_foot .foot-social a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .baixiu_foot .foot-top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 0;
  }

  .baixiu_foot .foot-col_title::after {
    display: none;
  }

  .baixiu_foot .foot-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .foot-col-info {
    order: -1;
  }

  .baixiu_foot .foot-col_title {
    cursor: pointer;
    margin-bottom: 0;
    user-select: none;
    padding: var(--spacing-lg) 0px;
  }

  .foot-col_list-item {
    padding: var(--spacing-md) 0px;
  }

  .baixiu_foot .foot-col_title .iconfont {
    display: inline-block;
  }

  .baixiu_foot .foot-col_list-inner {
    display: none;
    margin-top: var(--font-size-md);
  }

  .baixiu_foot .foot-col.active .foot-col_list-inner {
    display: block;
  }

  .foot-companyInfo,
  .foot-col_list-inner {
    margin: 0px;
  }

  .baixiu_foot .foot-col.active .foot-col_title .iconfont {
    transform: rotate(180deg);
  }

  .baixiu_foot .foot-col_list-item a:hover {
    padding-left: 0;
  }

  .baixiu_foot .foot-border {
    display: none;
  }

  .baixiu_foot .foot-bottom .foot-content {
    gap: var(--spacing-xl);
    align-items: center;
    text-align: center;
  }

  .baixiu_foot .foot-bottom .social {
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .baixiu_foot .foot-bottom .foot-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .baixiu_foot .foot-logo {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}