body {
  padding-top: 60px;
}

.side-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.side-bar .side-bar-item {
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #5F8BF0;
}

.side-bar .side-bar-item img {
  width: 70%;
  height: 70%;
}

.layer-qrcode-img {
  width: 100%;
  height: 300px;
}

.layer-qrcode-text {
  text-align: center;
  font-size: 20px;
}

.row-center {
  width: 1200px;
  margin: 0 auto;
}

.flex-center-y {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-center-x {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.full {
  width: 100%;
  height: 100%;
}

.footer-box .footer-logo {
  display: flex;
  gap: 10px;
}

.footer-box .footer-logo .logo-img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}

.footer-box .footer-logo .logo-text {
  font-size: 25px;
  height: 100%;
  line-height: 80px;
}

:root {
  --primary-color: #0054a6;
  --primary-color-light: #4fa7ff;
  --text-main: #333333;
  --text-light: #666666;
  --text-sub: #999999;
  --white: #ffffff;
  --mobile: 1200px;
}
