.site-header,
.site-footer,
.site-footer-sidebar {
  box-sizing: border-box;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}

.site-header *,
.site-header *::before,
.site-header *::after,
.site-footer *,
.site-footer *::before,
.site-footer *::after,
.site-footer-sidebar *,
.site-footer-sidebar *::before,
.site-footer-sidebar *::after {
  box-sizing: inherit;
}

.site-header a,
.site-footer a {
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-height: 68px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.site-header__inner {
  position: relative;
  width: 100%;
}

.site-header__brand-wrap {
  display: flex;
  align-items: flex-start;
}

.site-header__logo-link {
  display: inline-block;
  width: 178px;
  margin: 22px 0 0 32px;
}

.site-header__logo {
  display: block;
  width: 100%;
}

.site-header__stock {
  display: flex;
  align-items: center;
  height: 68px;
}

.site-header__stock-divider {
  width: 2px;
  height: 24px;
  margin: 0 12px;
  background: #d3d3d5;
}

.site-header__stock-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1e222b;
  font-size: 12px;
  line-height: 16px;
}

.site-header__right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.site-header__nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__nav-item {
  height: 68px;
}

.site-header__nav-link {
  position: relative;
  display: block;
  height: 40px;
  margin: 15px 15px 0 18px;
  color: #2f2725;
  font-size: 14px;
  line-height: 40px;
}

.site-header__nav-link::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #007efe;
  content: '';
  transition: all linear 0.3s;
}

.site-header__nav-item:hover .site-header__nav-link,
.site-header__nav-item.is-open .site-header__nav-link {
  color: #007efe;
}

.site-header__nav-item:hover .site-header__nav-link::before,
.site-header__nav-item.is-open .site-header__nav-link::before {
  left: 0;
  width: 100%;
}

.site-header__nav-arrow {
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-left: 4px;
  vertical-align: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 7px;
}

.site-header__download-item {
  margin-top: 16px;
}

.site-header__download {
  display: block;
  margin: auto 24px;
  padding: 0 20px 0 48px;
  border-radius: 18px;
  background-color: #f0f5fe;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px 20px;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
}

.site-header__download:hover {
  background-color: #deebfd;
  color: #006cff;
}

.site-header__product-panel {
  position: fixed;
  top: 68px;
  left: 0;
  display: none;
  width: 100%;
  min-height: 300px;
  /* background: #f6f8fa; */
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
}
.site-header__product-panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 31%;
  min-width: 280px;
  height: 100%;
  background: #f6f8fa;
}
.site-header__product-panel-close {
  cursor: pointer;
  height: 24px;
  padding: 4px;
  position: fixed;
  right: 24px;
  top: 85px;
  width: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arco-icon {
  stroke: currentColor;
  fill: none;
  color: #333;
  font-style: normal;
  height: 14px;
  width: 14px;
}
.site-header__product-panel-close:hover .arco-icon {
  color: #1664ff;
}
.site-header__product-panel-content {
  position: relative;
  z-index: 1;
  display: inline-flex;
  text-align: left;
}
.site-header__product-panel.is-open {
  display: block;
}

.site-header__product-hot {
  display: flex;
  /* width: 30%; */
  min-height: 300px;
  justify-content: flex-end;
  background: #f6f8fa;
}

.site-header__product-hot-content {
  width: 240px;
  margin-top: 32px;
  margin-right: 40px;
}

.site-header__product-hot-content ul {
  margin: 0;
  padding: 0;
}

.site-header__group-title {
  margin: 0 0 16px;
  color: #1e262e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.site-header__group-title--primary {
  color: #316ff3;
}
.site-header__group-title--mar-top {
  margin-top: 28px;
}

.site-header__product-hot-item {
  width: 240px;
  height: 66px;
  margin-bottom: 16px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site-header__product-hot-link {
  display: block;
  height: 100%;
  padding-top: 15px;
  padding-left: 16px;
}

.site-header__product-hot-name {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
.site-header__product-hot-link:hover .site-header__product-hot-name {
  color: #316ff3;
}
.site-header__product-hot-desc {
  margin-top: 4px;
  color: #6c84aa;
  font-size: 12px;
  line-height: 17px;
}

.site-header__product-main {
  display: flex;
  width: 70%;
  height: 100%;
  padding-bottom: 40px;
  background: #fff;
}

.site-header__product-column,
.site-header__product-ads {
  margin-top: 32px;
  margin-left: 20px;
}

.site-header__product-column--cloud {
  margin-left: 24px;
}

.site-header__product-grid {
  display: flex;
}

.site-header__product-grid-column {
  width: 209px;
}

.site-header__section-title {
  margin-top: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaedf1;
  color: #1e262e;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.site-header__section-title--with-action {
  position: relative;
}

.site-header__section-action {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 4px auto;
  color: #316ff3;
  font-size: 12px;
  line-height: 17px;
}

.site-header__product-link {
  position: relative;
  display: block;
  width: 209px;
  height: 17px;
  margin-top: 12px;
  color: #1e262e;
  font-size: 12px;
  line-height: 17px;
}

.site-header__product-link:hover {
  color: #316ff3;
}

.site-header__product-link--bold {
  font-size: 14px;
  font-weight: 700;
}

.site-header__product-link--static:hover {
  color: #1e262e;
}

.site-header__product-link--static {
  white-space: nowrap;
}

.site-header__product-link--disabled,
[data-gstar-shell-disabled].site-header__product-link {
  cursor: inherit;
  /* pointer-events: none; */
}

.site-header__inline-badge {
  position: absolute;
  top: -9px;
  display: inline-block;
  width: 28px;
}

.site-header__inline-badge--wide {
  width: 46px;
}

.site-header__product-divider {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #eaedf1;
}

.site-header__product-divider--flush {
  padding-top: 0;
  border-top: none;
}

.site-header__product-divider--no-padding {
  padding-top: 0;
}

.site-header__ad-link {
  display: block;
  margin-bottom: 16px;
}

.site-header__ad-image {
  display: block;
  width: 260px;
  height: 100px;
  border-radius: 4px;
  max-width: none;
}

.site-header__simple-panel {
  position: absolute;
  top: 68px;
  display: none;
  width: 200px;
  white-space: nowrap;
  border-left: 3px solid #007efe;
  background: #fff;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.07);
}

.site-header__simple-panel.is-open {
  display: block;
}

.site-header__simple-panel a {
  display: block;
  height: 57px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #dcdcdc;
  color: #727171;
  font-size: 14px;
  line-height: 57px;
}

.site-header__simple-panel a:last-child {
  border-bottom: none;
}

.site-header__simple-panel a:hover {
  color: #316ff3;
}

.site-header__simple-panel--support {
  left: 22%;
}

.site-header__simple-panel--case {
  left: 31%;
}

.site-header__simple-panel--ecology {
  left: 40%;
}

.site-header__simple-panel--about {
  left: 50%;
}

.site-header__auth-guest {
  display: flex;
}

.site-header__auth-guest[hidden],
.site-header__auth-user[hidden],
.site-header__user-menu[hidden],
.site-header__mobile-auth[hidden],
.site-header__mobile-user[hidden],
.site-header__mobile-user-menu[hidden] {
  display: none !important;
}

.site-header__login,
.site-header__register {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 68px;
}

.site-header__login {
  width: 105px;
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  background: #fff;
  color: #1e222b;
}

.site-header__login:hover {
  background: #0052d9;
  color: #fff;
}

.site-header__register {
  width: 155px;
  background: linear-gradient(120deg, #026eff 7%, #03a7fc 91%) rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-header__register:hover {
  background: #0052d9;
  color: #fff;
}

.site-header__auth-user {
  position: relative;
  display: flex;
  width: 158px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eee;
  cursor: pointer;
}

.site-header__auth-avatar {
  display: inline-flex;
  margin-right: 10px;
}

.site-header__auth-avatar img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border-radius: 50%;
  background: #f0f5fe;
}

.site-header__auth-avatar-fallback {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 50%;
  background: #f0f5fe;
  color: #006cff;
  font-size: 14px;
}

.site-header__auth-name {
  max-width: 80px;
  height: 40px;
  overflow: hidden;
  color: #006cff;
  font-size: 16px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header__auth-arrow {
  display: inline-block;
  width: 8px;
  height: 40px;
  margin-left: 5px;
  line-height: 40px;
}

.site-header__auth-arrow::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 17px;
  border-top: 5px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
}

.site-header__mobile-user .site-header__auth-arrow::before {
  display: none;
}

.site-header__user-menu {
  position: absolute;
  top: 68px;
  right: 20px;
  width: 138px;
  height: 0;
  overflow: hidden;
  border-left: 3px solid #007efe;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: height 0.3s ease;
}

.site-header__user-menu.active {
  height: auto;
  pointer-events: auto;
}

.site-header__user-menu a {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid #dcdcdc;
  color: #727171;
  font-size: 14px;
  line-height: 57px;
}

.site-header__user-menu a:last-child {
  border-bottom: none;
}

.site-header__user-menu a:hover {
  color: #316ff3;
}

.site-header__mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 24px;
  height: 12px;
  margin: 18px 15px 0 0;
  border-bottom: 2px solid #363635;
  cursor: pointer;
}

.site-header__mobile-toggle::before,
.site-header__mobile-toggle::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 5px;
  box-sizing: content-box;
  content: '';
}

.site-header__mobile-toggle::before {
  top: -2px;
  border-top: 2px solid #363635;
}

.site-header__mobile-toggle::after {
  top: 0;
  border-bottom: 2px solid #363635;
}

.site-header__mobile-toggle.active {
  border: 0;
}

.site-header__mobile-toggle.active::before {
  top: 3px;
  transform: rotate(45deg);
}

.site-header__mobile-toggle.active::after {
  transform: rotate(-45deg);
}

.site-header__mobile-panel {
  position: absolute;
  top: 50px;
  display: none;
  width: 100%;
  min-height: 100px;
  background: #fff;
}

.site-header__mobile-panel.is-open {
  display: block;
}

.site-header__mobile-list {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}

.site-header__mobile-list > li {
  border-bottom: 1px solid #ccc;
}

.site-header__mobile-list > li > a {
  position: relative;
  display: block;
  height: 34px;
  color: #2f2725;
  font-size: 14px;
  line-height: 34px;
}

.site-header__mobile-list > li > a > i {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  width: 13px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 7px;
}

.site-header__mobile-list > li:hover > a {
  color: #007efe;
}

.site-header__mobile-sub-panel {
  height: 0;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.site-header__mobile-sub-panel.is-open {
  height: 360px;
}

.site-header__mobile-sub-panel dl {
  margin: 0;
  padding: 0 15px;
}

.site-header__mobile-sub-panel dl.site-header__mobile-sub-panel-dl {
  padding-left: 0;
}

.site-header__mobile-sub-panel dt h5 {
  margin: 10px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.site-header__mobile-sub-panel dt h5.is-primary {
  color: #316ff3;
}

.site-header__mobile-sub-panel dd {
  margin: 0;
  padding: 0 15px;
}

.site-header__mobile-sub-panel dd a {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 34px;
}

.site-header__mobile-sub-panel dl.site-header__mobile-sub-panel-dl a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.site-header__mobile-sub-panel dd a:hover {
  color: #316ff3;
}

.site-header__mobile-ad-link {
  margin-bottom: 10px;
}

.site-header__mobile-ad-image {
  display: inline-block;
  width: 200px;
}

.site-header__mobile-footer {
  position: relative;
}

.site-header__mobile-download {
  display: inline-block;
  margin: 16px 0 16px 30px;
  padding: 0 30px 0 40px;
  border-radius: 18px;
  background-color: #f0f5fe;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 16px 16px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 29px;
}

.site-header__mobile-auth {
  position: absolute;
  right: 30px;
  bottom: 13px;
  display: flex;
  width: 158px;
  height: 37px;
  border-left: 1px solid #eee;
}

.site-header__mobile-auth a {
  flex: 1;
  color: #1e222b;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
}

.site-header__mobile-auth .register-btn {
  border-radius: 18px;
  background: linear-gradient(120deg, #026eff 7%, #03a7fc 91%);
  color: #fff;
}

.site-header__mobile-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 30px 20px;
  cursor: pointer;
}

.site-header__mobile-user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.site-header__mobile-user-menu {
  display: none;
  flex-direction: column;
  padding: 0 30px 16px;
}

.site-header__mobile-user-menu.active {
  display: flex;
}

.site-header__mobile-user-menu a {
  padding: 8px 0;
  color: #1e222b;
  font-size: 12px;
  text-align: right;
}

.site-footer {
  margin-top: auto;
}

.site-footer__main {
  background: #313945;
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0;
}

.site-footer__contact {
  width: 192px;
}

.site-footer__logo {
  display: block;
  width: 192px;
}

.site-footer__contact-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}

.site-footer__contact-link {
  display: flex;
  width: 180px;
  height: 38px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #d2d4dd;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.site-footer__contact-link--support {
  background: #063da1;
}

.site-footer__contact-link--support:hover {
  background: #006de4;
  color: #fff;
}

.site-footer__contact-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.site-footer__groups {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin: 0 5%;
}

.site-footer__group-title {
  margin: 0 0 20px;
  color: #ececec;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.site-footer__group-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__group-link {
  color: #d2d4dd;
  font-size: 12px;
  line-height: 24px;
}

.site-footer__group-link:hover {
  color: #d2d4dd;
  text-decoration: underline;
}

.site-footer__group-noLink,
.site-footer__group-noLink:hover {
  color: #7d7d81;
  cursor: inherit;
  text-decoration: none;
}

.site-footer__follow {
  width: 187px;
}

.site-footer__follow-card {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
}

.site-footer__follow-copy {
  min-width: 0;
}

.site-footer__follow-title {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.site-footer__follow-intro {
  margin: 4px 0 0;
  color: #2b5aef;
  font-size: 12px;
  line-height: 16px;
}

.site-footer__follow-qr {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.site-footer__follow-tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 14px;
}

.site-footer__follow-tab {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 32px auto;
  cursor: pointer;
}

.site-footer__follow-tab--wechat {
  background-position: 0 -32px;
}

.site-footer__follow-tab--wechat[aria-pressed='true'] {
  background-position: 0 0;
}

.site-footer__follow-tab--baijiahao {
  background-position: 0 -96px;
}

.site-footer__follow-tab--baijiahao[aria-pressed='true'] {
  background-position: 0 -64px;
}

.site-footer__follow-tab--weibo {
  background-position: 0 -160px;
}

.site-footer__follow-tab--weibo[aria-pressed='true'] {
  background-position: 0 -128px;
}

.site-footer__copyright {
  background: #1f2631;
}

.site-footer__copyright-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 20px;
  text-align: center;
}

.site-footer__copyright-text,
.site-footer__copyright-links {
  margin: 0;
  color: #80858e;
  font-size: 12px;
  line-height: 22px;
}

.site-footer__copyright-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.site-footer__copyright-links-left {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.site-footer__copyright-link,
.site-footer__divider,
.site-footer__copyright-separator {
  color: #80858e;
}

.site-footer__copyright-link:hover {
  color: #c7ccd4;
  text-decoration: underline;
}

.site-footer__copyright-link--record {
  display: inline-block;
}

.site-footer__record-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.site-footer-sidebar {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 1000;
  width: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-sidebar__item {
  position: relative;
  display: block;
  height: 60px;
}

.site-footer-sidebar__item:hover .site-footer-sidebar__popover {
  transform: scale(1);
}

.site-footer-sidebar__link {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  background: #006de4;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}

.site-footer-sidebar__link:hover {
  background: #004dd4;
}

.site-footer-sidebar__icon {
  width: 25px;
  height: 25px;
  margin-top: 12px;
  object-fit: contain;
}

.site-footer-sidebar__link em {
  margin-top: 2px;
  font-size: 12px;
  font-style: normal;
}

.site-footer-sidebar__popover {
  position: absolute;
  top: 0;
  left: -124px;
  width: 124px;
  overflow: hidden;
  transform: scale(0);
  transform-origin: 124px 22px;
  transition: transform 0.3s ease-in-out;
}

.site-footer-sidebar__popover--open {
  transform: scale(1);
}

.site-footer-sidebar__popover-body {
  width: 121px;
  border: 1px solid #dfdfdf;
  border-top: 2px solid #007efe;
  background: #fff;
}

.site-footer-sidebar__popover-body p {
  margin: 0;
  padding: 18px 0;
  font-size: 14px;
  text-align: center;
}

.site-footer-sidebar__popover-body span {
  display: block;
  color: #007efe;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-height: 730px) {
  .site-header__product-panel {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }
}

@media (max-width: 1700px) {
  .site-header__product-hot {
    width: 22%;
  }

  .site-header__product-main {
    width: 78%;
  }
}

@media (max-width: 1600px) {
  .site-header__nav-link {
    margin: 15px 10px 0 15px;
  }
}

@media (max-width: 1530px) {
  .site-header__ad-image {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 1430px) {
  .site-footer__inner,
  .site-footer__copyright-inner {
    width: 90%;
  }
}

@media (max-width: 1400px) {
  .site-header__nav-link {
    margin-left: 5px;
  }

  .site-header__ad-image {
    width: 190px;
  }

  .site-header__product-column,
  .site-header__product-ads {
    margin-left: 10px;
  }

  .site-header__product-column--cloud {
    margin-left: 24px;
  }

  .site-header__simple-panel--support {
    left: 180px;
  }

  .site-header__simple-panel--case {
    left: 240px;
  }

  .site-header__simple-panel--ecology {
    left: 300px;
  }

  .site-header__simple-panel--about {
    left: 400px;
  }
}

@media (max-width: 1340px) {
  .site-footer__groups {
    justify-content: center;
    gap: 4%;
    margin: 0 3%;
  }
}

@media (max-width: 1333px) {
  .site-header__product-hot-item {
    width: 208px;
  }

  .site-header__ad-image {
    width: 180px;
  }

  .site-header__product-column--cloud {
    margin-left: 20px;
  }
}

@media (max-width: 1230px) {
  .site-footer__contact {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 47px;
    text-align: center;
  }

  .site-footer__contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26px;
  }

  .site-footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer__groups {
    width: 100%;
    flex: none;
    margin-bottom: 50px;
  }

  .site-footer__group {
    width: 16%;
    margin-bottom: 10px;
  }

  .site-footer__group-title {
    margin: 0 0 5px;
  }
}

@media (max-width: 1200px) {
  .site-header {
    min-height: 50px;
  }

  .site-header__logo-link {
    width: 178px;
    margin-top: 14px;
    margin-left: 2%;
  }

  .site-header__stock,
  .desktop-only {
    display: none;
  }

  .site-header__mobile-toggle.mobile-only {
    display: inline-block;
  }

  .site-header__mobile-panel.mobile-only {
    display: none;
  }

  .site-header__mobile-panel.mobile-only.is-open {
    display: block;
  }
}

@media (min-width: 1201px) {
  .site-header__mobile-panel,
  .site-header__mobile-panel.is-open {
    display: none;
  }
}

@media (max-width: 1030px) {
  .site-footer__group {
    width: auto;
  }
}

@media (max-width: 900px) {
  .site-footer__groups {
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .site-footer-sidebar {
    right: 12px;
    bottom: 90px;
  }
}

@media (max-width: 640px) {
  .site-footer__inner,
  .site-footer__copyright-inner {
    width: min(100%, calc(100% - 32px));
  }

  .site-footer__groups {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .site-footer__group {
    width: 33%;
  }
}

@media screen and (max-width: 420px) {
  .site-footer__group {
    width: 40%;
  }
}
