.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-loading {
  display: flex;
  width: 40px;
  height: 68px;
  align-items: center;
  justify-content: center;
}

.site-header__auth-loading i,
.site-header__mobile-auth-loading i {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #d8e8ff;
  border-top-color: #007efe;
  border-radius: 50%;
  animation: gstar-shell-spin 0.8s linear infinite;
}

.site-header__auth-loading[hidden],
.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-loading {
  position: absolute;
  right: 30px;
  bottom: 13px;
  display: flex;
  width: 158px;
  height: 37px;
  align-items: center;
  justify-content: center;
  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-mobile {
  display: none;
}

.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--single {
  width: 126px;
}
.site-footer__follow--single .site-footer__follow-qr {
  width: 80px;
  height: 80px;
}
.site-footer__follow--single .site-footer__follow-tabs {
  justify-content: center;
}
.site-footer__follow-card--vertical {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  padding: 10px 0;
}

.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__seo {
  padding: 0 0 16px;
  background: #313945;
}

.site-footer__seo-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: min(1400px, calc(100% - 96px));
  margin: 0 auto;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__seo-content {
  min-width: 0;
  flex: 1;
}

.site-footer__seo-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.site-footer__seo-tab {
  position: relative;
  padding: 0 0 10px;
  border: 0;
  background: transparent;
  color: #b2b8bf;
  line-height: 24px;
  cursor: pointer;
  height: 34px;
  line-height: 30px;
  margin-right: 30px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.site-footer__seo-tab[aria-selected='true'] {
  color: #b2b8bf;
}

.site-footer__seo-tab:hover {
  color: #216ffc;
}

.site-footer__seo-tab[aria-selected='true']::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #c7ccd4;
  content: '';
}

.site-footer__seo-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.site-footer__seo-panel[hidden] {
  display: none;
}

.site-footer__seo-link {
  color: #80858e;
  font-size: 12px;
  line-height: 18px;
  transition: color 0.3s ease;
}

.site-footer__seo-link:hover {
  color: #216ffc;
  text-decoration: none;
}

.site-footer__seo-exchange {
  flex: 0 0 auto;
  color: #b2b8bf;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.site-footer__seo-exchange:hover {
  color: #216ffc;
  text-decoration: underline;
}

.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-separator {
  padding: 0 2px;
  user-select: none;
}

.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:last-child {
  border-bottom: 0;
}

.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 {
  font-size: 12px;
  line-height: 16px;
  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__seo-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;
  }

  .site-footer__seo-exchange {
    display: none;
  }
}

@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;
  }

  .site-footer__seo-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .site-footer__seo-exchange {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .site-footer__contact-link--support-pc {
    display: none;
  }

  .site-footer__contact-link--support-mobile {
    display: flex;
  }

  .site-footer-sidebar {
    right: 12px;
    bottom: 90px;
  }
}

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

  .site-footer__seo-tabs {
    gap: 16px 24px;
  }

  .site-footer__seo-tab {
    margin-right: 0;
    font-size: 14px;
  }

  .site-footer__seo-panel {
    gap: 8px 18px;
  }

  .site-footer__seo-link {
    font-size: 12px;
  }

  .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%;
  }
}

.oversea-header,
.oversea-footer,
.oversea-sidebar {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.oversea-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 68px;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.oversea-header__logo {
  display: flex;
  width: 220px;
  height: 68px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 36px;
}

.oversea-header__logo img {
  display: block;
  width: 137px;
}

.oversea-header__nav {
  margin-left: auto;
}

.oversea-header__nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.oversea-header__nav-link {
  position: relative;
  display: block;
  padding: 0 22px;
  color: #333;
  font-size: 14px;
  line-height: 68px;
  transition: color 0.2s ease;
}

.oversea-header__nav-link:hover,
.oversea-header__nav-link.is-active {
  color: #007efe;
}

.oversea-header__nav-link.is-active::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  height: 2px;
  background: #007efe;
  content: '';
}

.oversea-header__right {
  display: flex;
  height: 68px;
  align-items: center;
  margin-right: 40px;
}

.oversea-header__auth {
  position: relative;
  display: flex;
  height: 68px;
  align-items: center;
}

.oversea-header .site-header__user-menu {
  left: 0px;
}

.oversea-header .site-header__auth-user {
  border-left: 0;
}

.oversea-header__auth-loading {
  display: flex;
  width: 40px;
  height: 68px;
  align-items: center;
  justify-content: center;
}

.oversea-header__auth-loading i,
.oversea-header__mobile-auth-loading i {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #d8e8ff;
  border-top-color: #007efe;
  border-radius: 50%;
  animation: gstar-shell-spin 0.8s linear infinite;
}

.oversea-header__guest {
  display: flex;
  height: 68px;
  align-items: center;
  gap: 28px;
}

.oversea-header__auth-loading[hidden],
.oversea-header__guest[hidden],
.oversea-header__mobile-panel {
  display: none !important;
}

@keyframes gstar-shell-spin {
  to {
    transform: rotate(360deg);
  }
}

.oversea-header__auth-link {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-width: auto;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}

.oversea-header__auth-link:hover {
  color: #007efe;
}

.oversea-header__auth-link--primary {
  background: transparent;
  color: #007efe;
}

.oversea-header__auth-link--primary:hover {
  background: transparent;
  color: #006de4;
}

.oversea-header__auth-link:first-child {
  min-width: auto;
  padding: 0 22px;
  border: 1px solid #007efe;
  color: #007efe;
}

.oversea-header__auth-link:first-child:hover {
  background: #007efe;
  color: #fff;
}

.oversea-header__language {
  position: relative;
  width: 40px;
  height: 68px;
  margin-left: 18px;
  .gtranslation-box-value {
    img {
      position: absolute;
      top: 8px;
      left: 10px;
    }
  }
}

.oversea-header__translation-plugin {
  display: block;
}

.oversea-header__mobile-logo,
.oversea-header__mobile-actions,
.oversea-header__mobile-translation-plugin {
  display: none;
}

.oversea-footer {
  position: relative;
  min-height: 50px;
  background: #303945;
  color: #8f9aa7;
}

.oversea-footer__inner {
  display: flex;
  width: min(1400px, calc(100% - 48px));
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  font-size: 12px;
}

.oversea-footer__social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.oversea-footer__social-item a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.oversea-footer__social-item img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s ease;
}

.oversea-footer__social-item a:hover img {
  opacity: 1;
}

.oversea-footer__cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 70px;
  overflow: hidden;
  padding: 0;
  background-color: rgba(17, 24, 31, 0.91);
  color: #f0f1f2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 70px;
  text-align: left;
}

.oversea-footer__cookies[hidden] {
  display: none;
}

.oversea-footer__cookies-text {
  display: inline-block;
  margin: 0 140px 0 10.7%;
  color: #f0f1f2;
  font-size: 18px;
  line-height: 70px;
}

.oversea-footer__cookies-text p {
  margin: 0;
}

.oversea-footer__cookies-text a {
  color: #f0f1f2;
  text-decoration: underline;
  white-space: nowrap;
}

.oversea-footer__cookies-accept {
  position: absolute;
  top: 13px;
  right: 11%;
  width: 86px;
  height: 40px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #007efe;
  color: #f0f1f2;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.oversea-footer__cookies-close {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  background: transparent;
  color: #f0f1f2;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
}

.oversea-sidebar {
  position: fixed;
  right: 20px;
  bottom: 160px;
  z-index: 1000;
  width: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oversea-sidebar__item {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 0;
}

.oversea-sidebar__link {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.oversea-sidebar__item:first-child .oversea-sidebar__link {
  border-top: 1px solid #d8d8d8;
}

.oversea-sidebar__link:hover {
  background: #f8fbff;
}

.oversea-sidebar__link em {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #007efe;
}

.oversea-sidebar__link i {
  display: block;
  width: 20px;
  height: 21px;
  margin: 5px auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-style: normal;
}

.oversea-sidebar__phone-info {
  position: absolute;
  top: 0;
  right: 62px;
  display: none;
  width: 260px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.oversea-sidebar__phone-info p {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}

.oversea-sidebar__item--phone:hover .oversea-sidebar__phone-info {
  display: block;
}

@media (max-width: 768px) {
  .oversea-header {
    height: 60px;
  }

  .oversea-header__logo,
  .oversea-header__nav,
  .oversea-header__right {
    display: none;
  }

  .oversea-header__mobile-logo {
    display: flex;
    width: 62px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }

  .oversea-header__mobile-logo img {
    display: block;
    width: 34px;
  }

  .oversea-header__mobile-actions {
    display: flex;
    height: 50px;
    align-items: center;
    gap: 14px;
    margin-left: auto;
  }

  .oversea-header__mobile-translation-plugin {
    display: block;
    position: relative;
    top: 6px;
  }

  .oversea-header__mobile-toggle {
    position: relative;
    width: 22px;
    height: 16px;
    margin-right: 18px;
    border: 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    background: transparent;
  }

  .oversea-header__mobile-toggle::before {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    height: 2px;
    background: #333;
    content: '';
  }

  .oversea-header__mobile-toggle.is-open {
    width: 22px;
    height: 22px;
    border: 0;
  }

  .oversea-header__mobile-toggle.is-open::before,
  .oversea-header__mobile-toggle.is-open::after {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    height: 2px;
    background: #007efe;
    content: '';
  }

  .oversea-header__mobile-toggle.is-open::before {
    transform: rotate(45deg);
  }

  .oversea-header__mobile-toggle.is-open::after {
    transform: rotate(-45deg);
  }

  .oversea-header__mobile-panel.is-open {
    position: absolute;
    top: 50px;
    right: 28px;
    left: 66px;
    display: block !important;
    width: auto;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  }

  .oversea-header__mobile-list {
    margin: 0;
    padding: 14px 26px 0;
    list-style: none;
  }

  .oversea-header__mobile-list a,
  .oversea-header__mobile-auth a,
  .oversea-header__mobile-user a,
  .oversea-header__mobile-user button {
    display: block;
    width: 100%;
    padding: 11px 0;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    text-align: left;
  }

  .oversea-header__mobile-list a {
    border-bottom: 1px solid #dcdcdc;
  }

  .oversea-header__mobile-list a.is-active {
    color: #007efe;
  }

  .oversea-header__mobile-auth,
  .oversea-header__mobile-auth-loading,
  .oversea-header__mobile-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 14px 0 16px;
    margin-right: 26px;
  }

  .oversea-header__mobile-auth a,
  .oversea-header__mobile-user a,
  .oversea-header__mobile-user button {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: auto;
    padding: 8px 16px;
    color: #007efe;
    text-align: center;
    white-space: nowrap;
  }

  .oversea-header__mobile-auth a:last-child {
    border: 1px solid #007efe;
  }

  .oversea-footer__inner {
    flex-direction: column;
    padding: 16px 0;
    gap: 12px;
  }

  .oversea-footer__cookies {
    height: 42px;
    padding: 0;
    font-size: 12px;
    line-height: 42px;
  }

  .oversea-footer__cookies-text {
    margin: 0 90px 0 3%;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
  }

  .oversea-footer__cookies-accept {
    top: 9px;
    right: 3%;
    width: 64px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .oversea-sidebar {
    display: none;
  }
}
