* {
  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:  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);
}
