<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-mobile-list &gt; li &gt; ul {
  display: none;
}

/* .menu-mobile-list &gt; li.menu-choosed &gt; ul {
  display: block;
} */

.menu-mobile-item.first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* flex-direction: row-reverse; */
}

.local-border {
  border-right: 1px solid #ffffff;
}

.menu-mobile-item.first {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

.menu-choosed &gt; .first {
  color: #ffe80f;
  border-bottom: 1px solid #ffe80f;
}


.menu-mobile-item.second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.icon-search-mobile.icon-sousuo::before {
  font-size: 30px;
  color: #ffffff;
}
.menu-choosed &gt; .menu-mobile-item.second a {
  color: #ffe80f;
  border-bottom: 1px solid #ffe80f;
}

.menu-choosed &gt; .menu-mobile-item.second &gt; i {
  color: #ffe80f;
}


.menu-mobile-item.thrid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.icon-search-mobile.icon-sousuo::before {
  font-size: 30px;
  color: #ffffff;
}
.menu-choosed &gt; .menu-mobile-item.thrid a {
  color: #ffe80f;
  border-bottom: 1px solid #ffe80f;
}

.menu-choosed &gt; .menu-mobile-item.thrid &gt; i {
  color: #ffe80f;
}


.menu-mobile-item.fourth {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin-top: 1.125rem;
  margin-bottom: 1.5rem;
}

.menu-choosed &gt; .menu-mobile-item.fourth a {
  color: #ffe80f;
  border-bottom: 1px solid #ffe80f;
}

.c-white {
  color: rgba(255, 255, 255, 1);
}

.c-black {
  color: rgba(51, 51, 51, 1);
}

.menu-arrow-icon.icon-lujingbeifen::before {
  font-size: 12px;
}

.menu-content {
  overflow-y: auto;
}

.menu-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}</pre></body></html>