.header-big {
  padding: 0 10px;
  z-index: 11;
  position: fixed;
  background-image: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  .header-big .l-m {
    gap: 5px;
    display: flex;
    align-items: center; }
    .header-big .l-m .bg-spri {
      width: 123px;
      height: 35px; }
    .header-big .l-m span {
      color: #002a41;
      font-size: 18px;
      font-weight: 700; }
  .header-big .r-m {
    display: flex;
    gap: 10px; }
    .header-big .r-m .btn-search {
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      text-decoration: none;
      border-radius: 50%; }
      .header-big .r-m .btn-search i {
        color: #002a41;
        font-size: 24px; }
    .header-big .r-m .sidebar {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .header-big .r-m .sidebar i {
        font-size: 30px;
        color: #002a41; }

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

.ant-drawer-content {
  background-color: #fff !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;
    align-items: center;
    justify-content: space-between;
    height: 57px;
    padding: 10px;
    background-color: #eee;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    position: relative; }
    .drawer-big .drawer-search-m .ipt {
      width: 100%;
      height: 40px; }
    .drawer-big .drawer-search-m .close-m {
      right: 90%;
      position: fixed;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      cursor: pointer; }
      .drawer-big .drawer-search-m .close-m i {
        font-size: 27px;
        color: #002a41; }
  .drawer-big .info-min {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .drawer-big .info-min .title-n {
      color: #002a41;
      font-size: 19px;
      font-weight: 900; }
    .drawer-big .info-min .type-m {
      display: grid;
      grid-template-columns: repeat(6, 1fr); }
      .drawer-big .info-min .type-m .type-item-m {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 6px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer; }
        .drawer-big .info-min .type-m .type-item-m .name {
          text-align: center;
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          font-weight: 700;
          font-size: 15px;
          color: #337ab7;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .drawer-big .info-min .type-m .type-item-m .num {
          font-size: 12px;
          color: #333; }
    .drawer-big .info-min .list-like-m {
      display: grid;
      grid-gap: 12px; }

@media screen and (max-width: 576px) {
  .list-like-m {
    grid-template-columns: repeat(3, 1fr); } }

@media screen and (min-width: 577px) {
  .list-like-m {
    grid-template-columns: repeat(8, 1fr); } }
