* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.mui-bar-nav {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}

.advTop {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advTop .includeAdvBox {
  width: 100%;
  height: 2.4rem;
}

.advTop .includeAdvBox img {
  width: 100%;
  height: 100%;
}

.advTop .advTopLeft {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.advTop .advTopLeft img {
  width: 1.6rem;
  height: 1.6rem;
}

.tabNav {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  background-color: #fff;
  overflow: hidden;
}

.tabNav .logo {
  width: 5.25rem;
  height: 1.65rem;
  background: url("https://imgs0.zupu.cn/photos/common/20210518/c82c5c0f-9ef3-4388-a89d-28a831deca5f.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

.tabNav .login,
.tabNav .signOut {
  width: auto;
  height: auto;
  color: #111111;
  font-size: 0.6rem;
}

.tabNav .signOut {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabNav .signOut img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.tabNav .signOut div {
  font-size: 0.6rem;
}

.tabNavBox {
  width: 100%;
  height: 48px;
  overflow: hidden;
}

.tabNavTop {
  width: auto;
  height: 100%;
  overflow-x: auto;
  padding: 0 8px;
  background: #B00D1F;
  white-space: nowrap;
}

.tabNavTop .tanLi {
  width: auto;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tabNavTop .tanLi a {
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 0 8px;
  border-radius: 4px;
}

.tabNavTop .tanLi a.activeTab {
  color: #B00D1F !important;
  background: #fff;
  font-weight: bold;
}

.tabNavBootom {
  width: 100%;
  max-height: 34px;
  background: #F8F8F8;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.tabNavBootom .tabList {
  width: auto;
  height: 34px;
  white-space: nowrap;
  overflow-x: auto;
}

.tabNavBootom .tabList li {
  position: relative;
  flex: 1;
  width: auto;
  height: 100%;
  line-height: 34px;
  display: flex;
  justify-content: center;
}

.tabNavBootom .tabList li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 8px;
  background-color: #292929;
}

.tabNavBootom .tabList li a {
  width: auto;
  height: auto;
  padding: 0 8px;
  color: #292929;
  font-size: 12px;
}

.tabNavBootom .tabList li a.active {
  color: #B30C20;
}

#commonHeader {
  position: relative;
}

#commonHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#offCanvasWrapper {
  height: calc(100% - 180px);
}
