#app {
  background-color: var(--bg-color);
}

.header .header-wrapper {
  height: 1.4rem;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
}

.header .header-wrapper .hd-logo {
  width: 2.5rem;
}

.header .header-wrapper .search-icon {
  width: 0.35rem;
}

.header .header-wrapper #toolbarSwitch {
  position: absolute;
  left: 3rem;
  top: 0.6rem;
  color: #fff;
}

.header .nav .nav-wrapper {
  height: 1.32rem;
  background-color: var(--bg-color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
  gap: 0.32rem;
}

.header .nav .nav-wrapper .nav-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.header .nav .nav-wrapper .nav-list .nav-item {
  font-size: 0.32rem;
}

.header .nav .nav-wrapper .nav-list .active {
  color: var(--primary);
}

.header .nav .nav-wrapper .nav-icon .sort {
  width: 0.42rem;
}

.sidebar-menu {
  background-color: var(--bg-color);
}

.sidebar-menu .sidebar-header {
  background-color: var(--primary);
  background-image: url(../../images/home/mobile/sidebar_header_bg.png);
  background-size: cover;
}

.sidebar-menu .sidebar-header .sidebar-logo {
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-menu .sidebar-header .sidebar-logo .hd-logo {
  width: 2.5rem;
  display: block;
  margin: 0 auto;
}

.sidebar-menu .sidebar-header .sidebar-nav {
  height: 1.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
  gap: 0.32rem;
}

.sidebar-menu .sidebar-header .sidebar-nav .sidebar-nav-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.sidebar-menu .sidebar-header .sidebar-nav .sidebar-nav-list .sidebar-nav-item {
  font-size: 0.32rem;
  color: #fff;
}

.sidebar-menu .sidebar-header .sidebar-nav .sidebar-nav-list .active {
  color: #fff;
  font-weight: bold;
}

.sidebar-menu .sidebar-header .sidebar-nav-icon {
  display: flex;
  align-items: center;
}

.sidebar-menu .sidebar-header .sidebar-nav-icon .close-icon {
  width: 0.28rem;
}

.sidebar-menu .sidebar-search {
  height: 1.26rem;
  padding: 0 0.28rem;
  background-color: var(--bg-color-white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: flex;
  align-items: center;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper {
  flex: 1;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box {
  height: 0.8rem;
  background-color: #efefef;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0 0.32rem;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box .sidebar-search-input {
  display: flex;
  flex: 1;
  align-items: center;
  border-right: 1px solid var(--border-color);
  gap: 0.2rem;
  padding-right: 0.2rem;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box .sidebar-search-input input {
  height: 0.62rem;
  flex: 1;
  border: 0;
  outline: none;
  font-size: 0.28rem;
  background-color: transparent;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box .sidebar-search-input .sidebar-search-clear {
  display: flex;
  align-items: center;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box .sidebar-search-input .sidebar-search-clear .search-clear-icon {
  width: 0.42rem;
}

.sidebar-menu .sidebar-search .sidebar-search-wrapper .sidebar-search-box .sidebar-search-btn {
  font-size: 0.28rem;
}

.sidebar-menu .sidebar-content {
  overflow: hidden;
  min-height: calc(100vh - 3.98rem);
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item {
  background-color: var(--bg-color-white);
  margin-top: 0.28rem;
  padding: 0.32rem 0.28rem;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item .sidebar-nav-item-title {
  font-size: 0.32rem;
  color: var(--text-color-1);
  font-weight: bold;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item .sidebar-nav-item-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-top: 0.2rem;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item .sidebar-nav-item-tags .sidebar-nav-item-tag {
  color: var(--text-color-1);
  background-color: #f6f7f9;
  padding: 0.12rem 0 0.12rem 0.28rem;
  font-size: 0.24rem;
  border-radius: 4px;
  position: relative;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item .sidebar-nav-item-tags .sidebar-nav-item-tag .sidebar-nav-item-tag-text::before {
  width: 3px;
  height: 0.32rem;
  display: block;
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 52%;
  transform: translateY(-50%);
  border-radius: 8px;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item:nth-child(1) .sidebar-nav-item-tag-text::before {
  background-color: #0078f9;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item:nth-child(2) .sidebar-nav-item-tag-text::before {
  background-color: #00a581;
}

.sidebar-menu .sidebar-content .sidebar-nav .sidebar-nav-item:nth-child(3) .sidebar-nav-item-tag-text::before {
  background-color: #e8b400;
}

.footer {
  background-color: var(--primary);
  padding: 0.72rem 0.28rem;
}

.footer .footer-menu .footer-menu-wapper:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.footer .footer-menu .footer-menu-wapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.2rem;
}

.footer .footer-menu .footer-menu-wapper .footer-menu-item {
  border: 1px solid var(--border-color);
  padding: 0.08rem 0;
  border-radius: 4px;
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
}

.footer .footer-bottom {
  margin-top: 0.5rem;
}

.footer .footer-bottom .footer-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  color: #fff;
  flex: 1;
  margin-top: 0.32rem;
}

.footer .footer-bottom .footer-left .footer-shield {
  width: 0.68rem;
}

.footer .footer-bottom .footer-left .footer-text {
  font-size: 0.28rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.footer .footer-bottom .footer-left .footer-text .footer-text-2 {
  display: flex;
  align-items: flex-start;
  gap: 0.12rem;
}

.footer .footer-bottom .footer-left .footer-text .footer-text-2 a {
  display: block;
}

.footer .footer-bottom .footer-qr-code {
  display: flex;
  gap: 0.2rem;
  flex: 1;
}

.footer .footer-bottom .footer-qr-code .footer-qr-code-item {
  flex: 1;
  font-size: 0.28rem;
  line-height: 1.8;
  text-align: center;
}

.footer .footer-bottom .footer-qr-code .footer-qr-code-item .footer-qr-code-img {
  width: 1.92rem;
  height: 1.92rem;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.footer .footer-bottom .footer-qr-code .footer-qr-code-item .footer-qr-code-title {
  text-align: center;
  color: #fff;
  margin-top: 5px;
}

.right-menu {
  position: fixed;
  z-index: 99;
  right: 0.32rem;
  bottom: 0.12rem;
}

.right-menu .back {
  display: none;
}

.right-menu .back .back-top {
  width: 0.92rem;
}