<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
p,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-cover {
  height: 13.33vw;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.logo-img {
  height: 12vw;
}
.home-nav {
  top: 13.33vw;
}
.nav-outer {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-popup {
  top: 13.33vw;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.inner-cont {
  width: 100vw;
  /* height: calc(100vh - 13.33vw); */
  position: relative;
}
.empty-item .van-collapse-item__wrapper {
  display: none;
}
.empty-item .van-icon {
  display: none;
}
.nav-item-div {
  height: 28px;
  color: #333;
  line-height: 28px;
  padding-left: 16px;
}
.common-footer {
  background-color: #f5f5f5;
  padding-top: 10px;
}
.footer-text {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #555;
}
</pre></body></html>