.layout__Izxst {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.header__L2VqE {
  height: 60px;
  padding: 0 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand__zdwpY {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.brand__zdwpY .logoWrap__HPn05 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.brand__zdwpY .logo__fC9w2 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.brand__zdwpY .logoText__Z8lml {
  font-family: 'Douyin Sans', 'Microsoft YaHei UI', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.brand__zdwpY .divider__qkJXK {
  width: 1px;
  height: 14px;
  background: #000;
  margin: 0 4px;
}
.brand__zdwpY .slogan__fh7YA {
  font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei UI', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.userArea__TRb8A {
  display: flex;
  align-items: center;
  gap: 16px;
}
.userInfo__l29M6 {
  display: flex;
  align-items: center;
}
.userInfo__l29M6 .userName__ifrO9 {
  font-family: 'Microsoft YaHei UI', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1b1f35;
}
.userInfo__l29M6 .divider__qkJXK {
  width: 1px;
  height: 12px;
  background: #3c3f52;
  margin: 0 12px;
}
.userInfo__l29M6 .balanceLabel__BxKhr {
  font-family: 'Microsoft YaHei UI', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #878999;
}
.userInfo__l29M6 .balanceValue__BFNOY {
  font-family: 'Microsoft YaHei UI', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fd7242;
  cursor: pointer;
}
.billLink__Yt0cP {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-family: 'Microsoft YaHei UI', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1b1f35;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 8px;
}
.billLink__Yt0cP svg {
  width: 16px;
  height: 16px;
  display: block;
}
.billLink__Yt0cP:hover {
  background: rgba(0, 0, 0, 0.04);
}
.logoutBtn__VK5_G {
  height: 32px;
  padding: 4px 12px;
  font-family: 'Microsoft YaHei UI', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #1b1f35;
  background: #fff;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  cursor: pointer;
}
.logoutBtn__VK5_G:hover {
  border-color: #E5E6EB;
  background: rgba(182, 186, 195, 0.15);
}
.logoutBtn__VK5_G:active {
  border-color: #E5E6EB;
  background: rgba(182, 186, 195, 0.15);
}
.content__clzsi {
  margin: 0;
  padding: 24px;
  height: calc(100vh - 60px);
  background: #f5f6f7;
  overflow: auto;
}

:root {
  --color-bg-body: #f0f2f5;
  --color-text-primary: #1f2937;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: var(--color-bg-body);
  color: var(--color-text-primary);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
#root {
  width: 100%;
  height: 100%;
}

