.header-big {
  z-index: 11;
  position: fixed;
  background-image: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
}

.header-big .big1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-big .big1 a {
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 29px;
  color: #fff;
}

.header-big .big1 a:hover {
  color: #e50914;
}

.header-big .big1 .menu {
  width: 100%;
  font-family: 'Dosis', 'Arial-Fallback', Arial, sans-serif;
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.header-big .big1 .menu span {
  white-space: nowrap !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 100%;
  padding: 0 8px;
  text-transform: uppercase;
}

.header-big .big1 .menu span:hover {
  background-color: #b81921;
}

.header-big .big1 .ipt {
  min-width: 200px;
  max-width: 200px;
}

.header-big .big2 {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-big .big2 .nav_ico {
  cursor: pointer;
  margin: 0 4px;
  align-self: flex-start;
  min-width: 35px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-big .big2 .nav_ico.change .bar1 {
  transform: rotate(-45deg) translate(-8px, 4px);
}

.header-big .big2 .nav_ico.change .bar2 {
  opacity: 0;
}

.header-big .big2 .nav_ico.change .bar3 {
  transform: rotate(45deg) translate(-8px, -3px);
}

.header-big .big2 .nav_ico div {
  width: 25px;
  height: 4px;
  margin: 2px 0;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.6s;
}

.header-big .big2 a {
  text-transform: uppercase;
  font-size: 29px;
  color: #fff;
}

.header-big .big2 a:hover {
  color: #e50914;
}

.ant-drawer-left {
  top: 48px;
  height: calc(100% - 48px);
}

.ant-drawer-content-wrapper {
  width: 100% !important;
  height: 100% !important;
}

.ant-drawer-content {
  background-color: #2a2a2a !important;
}

.ant-drawer-body {
  height: 100%;
  padding: 0 !important;
}

.drawer-big {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}

.drawer-big .drawer-search-m {
  display: flex;
  height: 57px;
  padding: 10px;
  background-color: #2a2a2a;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.drawer-big .drawer-type-list-m {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
  padding: 0 8px;
}

.drawer-big .drawer-type-list-m span {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}