.by-footer-small {
  align-items: center;
  background-color: var(--primary-color-02);
  display: flex;
  justify-content: space-between;
  min-height: var(--size-48);
  padding: 0 var(--size-24);
}
.by-footer-small .footer-left,
.by-footer-small .footer-right {
  align-items: center;
  display: flex;
  white-space: nowrap;
}
.by-footer-small .footer-center {
  display: flex;
  flex: 1 1 auto;
}
.by-footer-small .footer-left .footer-item {
  cursor: pointer;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 0 12px;
}
[dir="ltr"] .by-footer-small .footer-left .footer-item:first-child {
  padding-left: unset;
}
[dir="rtl"] .by-footer-small .footer-left .footer-item:first-child {
  padding-right: unset;
}
.by-footer-small .footer-item:hover {
  color: var(--brand-color-01);
}
.by-footer-small .foot-select {
  width: var(--size-80);
}
.by-footer-small .qrcode-line img {
  display: none;
}
.by-footer-small .qrcode-line:hover img {
  display: block;
}
.by-footer-small a:hover {
  color: var(--brand-color-01) !important;
}
.by-footer-small .footer-dropDown-wrapper {
  display: none;
}
[dir="ltr"] .by-footer-small .cr {
  margin-left: var(--size-20);
}
[dir="rtl"] .by-footer-small .cr {
  margin-right: var(--size-20);
}
.by-footer-theme-light {
  background-color: #fff;
}
.by-footer-theme-light .footer-left .footer-item {
  color: #121214;
}
[dir="ltr"] .by-footer-theme-light .footer-left .footer-item {
  border-right: 1px solid #e9edf2;
}
[dir="rtl"] .by-footer-theme-light .footer-left .footer-item {
  border-left: 1px solid #e9edf2;
}
[dir="ltr"] .by-footer-theme-light .footer-left .footer-item:last-child {
  border-right: unset;
}
[dir="rtl"] .by-footer-theme-light .footer-left .footer-item:last-child {
  border-left: unset;
}
.by-footer-theme-light .footer-right {
  color: #adb1b8;
}
.by-footer-theme-light .by-uniframe-v2.by-dropdown__dropdown {
  background-color: #fff;
}
.by-footer-theme-light .by-uniframe-v2 .by-dropdown-item {
  color: #121214;
}
.by-footer-theme-light .by-uniframe-v2 .by-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #ffb11a;
}
.by-footer-theme-dark {
  background-color: #16171a;
}
.by-footer-theme-dark .footer-left .footer-item {
  color: #fff;
}
[dir="ltr"] .by-footer-theme-dark .footer-left .footer-item {
  border-right: 1px solid #404347;
}
[dir="rtl"] .by-footer-theme-dark .footer-left .footer-item {
  border-left: 1px solid #404347;
}
[dir="ltr"] .by-footer-theme-dark .footer-left .footer-item:last-child {
  border-right: unset;
}
[dir="rtl"] .by-footer-theme-dark .footer-left .footer-item:last-child {
  border-left: unset;
}
.by-footer-theme-dark .footer-right {
  color: #71757a;
}
@media (max-width: 720px) {
  .by-footer-small {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 16px;
  }
  [dir="ltr"] .by-footer-small .footer-center {
    margin-left: unset;
  }
  [dir="rtl"] .by-footer-small .footer-center {
    margin-right: unset;
  }
  .has-download-guide .by-footer-small {
    padding-bottom: 88px;
  }
}
.by-uniframe-v2 .footer-copyright {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.by-uniframe-v2.by-footer-theme-dark .footer-copyright {
  color: #71757a;
}
.by-uniframe-v2.by-footer-theme-light .footer-copyright {
  color: #adb1b8;
}
