.header-big {
  padding: 0 10px;
  overflow: hidden;
  z-index: 11;
  position: fixed;
  background-image: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-big.bg {
    height: 60px;
    background: #8e44ad; }
  .header-big .l-m {
    display: flex;
    align-items: center; }
    .header-big .l-m .icon {
      margin: 0 10px;
      width: 50px;
      height: 50px;
      cursor: pointer;
      transform: scaleX(-1); }
      .header-big .l-m .icon.active {
        transform: scaleX(1); }
    .header-big .l-m .bg-spri {
      width: 226px;
      height: 35px; }
    .header-big .l-m .sidebar i {
      font-size: 31px;
      color: #fff; }
  .header-big .m-m {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center; }
    .header-big .m-m.center {
      justify-content: center; }
    .header-big .m-m .bg-spri {
      width: 226px;
      height: 35px; }
    .header-big .m-m .hbc-third {
      height: 100%;
      display: flex;
      align-items: center; }
      .header-big .m-m .hbc-third .item-m {
        height: 100%;
        padding: 0 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .header-big .m-m .hbc-third .item-m:hover i {
          color: #fff;
          animation: bounce 1.5s infinite; }
        .header-big .m-m .hbc-third .item-m:hover::before {
          transform: scaleY(1); }
        .header-big .m-m .hbc-third .item-m::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #35137a;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .header-big .m-m .hbc-third .item-m i {
          color: #491487;
          float: left;
          font-size: 21px;
          padding: 5px 6px;
          margin: 4px 0px;
          text-align: center;
          background: none;
          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
        .header-big .m-m .hbc-third .item-m strong {
          color: #FAC609;
          float: left;
          font-size: 18px;
          padding: 5px;
          margin: 3px;
          text-align: left; }
  .header-big .r-m {
    display: flex;
    gap: 15px; }
    .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: #fff;
        font-size: 31px; }
      .header-big .r-m .btn-search.bg {
        width: 47px;
        height: 47px;
        background: #491487; }
        .header-big .r-m .btn-search.bg i {
          font-size: 21px; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }

.side-big {
  min-width: 260px;
  height: 100%;
  overflow-y: auto;
  background: #9b59b6;
  border-right: 1px solid #8e44ad;
  transition: visibility 0s, all 0.15s ease-in-out;
  display: flex;
  flex-direction: column; }
  .side-big .title {
    background: #8e44ad;
    color: #FAC609;
    min-height: 60px;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .side-big .tags-m {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 20px;
    min-height: 50px;
    gap: 10px; }
    .side-big .tags-m:hover {
      background: #8e44ad; }
      .side-big .tags-m:hover .tag-type {
        color: #fff; }
    .side-big .tags-m i {
      color: #491487;
      font-size: 18px;
      width: 30px; }
    .side-big .tags-m .tag-type {
      font-size: 18px;
      color: #fac609;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: flex;
      align-items: center;
      justify-content: center; }

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

.ant-drawer-content {
  background: #8e44ad !important; }

.ant-drawer-body {
  height: 100%;
  padding: 8px !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: #9b59b6; }
    .drawer-big .drawer-search-m span {
      font-size: 25px;
      color: #fff; }
    .drawer-big .drawer-search-m i {
      font-size: 27px;
      color: #fac609;
      cursor: pointer; }
  .drawer-big .game-type {
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
    .drawer-big .game-type.flex1 {
      flex: 1; }
    .drawer-big .game-type .tags-m {
      cursor: pointer;
      display: flex;
      align-items: center;
      padding-left: 20px;
      min-height: 50px;
      gap: 10px; }
      .drawer-big .game-type .tags-m:hover {
        background: #8e44ad; }
        .drawer-big .game-type .tags-m:hover .tag-type {
          color: #fff; }
      .drawer-big .game-type .tags-m i {
        color: #491487;
        font-size: 18px;
        width: 30px; }
      .drawer-big .game-type .tags-m .tag-type {
        font-size: 18px;
        color: #fac609;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center; }

.top-drawer .ant-drawer-content-wrapper {
  height: 65% !important; }

.top-m-drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px; }
  .top-m-drawer .icon {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .top-m-drawer .icon i {
      font-size: 27px;
      color: #fac609;
      cursor: pointer; }
  .top-m-drawer .title {
    font-size: 23px;
    margin: 60px 0 15px;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fac609;
    font-weight: bold; }
  .top-m-drawer .ipt-m {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-m-drawer .ipt-m .ipt {
      max-width: 790px;
      flex: 1;
      height: 57px !important;
      color: #9b59b6;
      font-size: 15px;
      border: none; }
    .top-m-drawer .ipt-m .icon-btn {
      cursor: pointer;
      width: 60px;
      height: 57px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      background: #fac609;
      display: flex;
      align-items: center;
      justify-content: center; }
      .top-m-drawer .ipt-m .icon-btn i {
        color: #fff;
        font-size: 24px; }
  .top-m-drawer .list-m {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
  .top-m-drawer .more {
    width: 350px;
    min-height: 35px;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    color: #9b59b6;
    background: #FAC609;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
