.index-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .index-container .nav-bar-min {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #db162f; }
    .index-container .nav-bar-min .navbar1 {
      width: 1200px;
      min-height: 67px;
      display: flex;
      z-index: 2; }
      .index-container .nav-bar-min .navbar1 .title {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        flex: 1;
        display: flex;
        align-items: center; }
      .index-container .nav-bar-min .navbar1 .type-min {
        display: flex;
        align-items: center;
        padding: 0 10px; }
        .index-container .nav-bar-min .navbar1 .type-min .ul-m {
          flex: 1;
          display: flex;
          align-items: center;
          gap: 20px; }
          .index-container .nav-bar-min .navbar1 .type-min .ul-m .name {
            text-transform: uppercase;
            font-size: 16px;
            cursor: pointer;
            color: #fff;
            font-weight: 700;
            padding: 4px 8px; }
            .index-container .nav-bar-min .navbar1 .type-min .ul-m .name:hover {
              color: #fdb945; }
            .index-container .nav-bar-min .navbar1 .type-min .ul-m .name.active {
              color: #fdb945; }
    .index-container .nav-bar-min .navbar2 {
      width: 100%;
      height: 67px;
      display: flex;
      align-items: center;
      z-index: 2;
      justify-content: space-between;
      padding: 0 20px; }
      .index-container .nav-bar-min .navbar2 .iconfont {
        color: #fff;
        font-size: 30px; }
      .index-container .nav-bar-min .navbar2 .title a {
        color: #fff;
        font-size: 25px;
        font-weight: 700; }
  .index-container .big {
    width: 100%;
    align-items: center;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin-top: 67px; }
    .index-container .big .big-min {
      flex: 1;
      width: 1200px;
      display: flex;
      flex-direction: column; }
      .index-container .big .big-min .top-ul {
        padding-top: 20px;
        width: 100%;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr); }
        .index-container .big .big-min .top-ul li {
          border-radius: 10px;
          cursor: pointer;
          width: 100%;
          margin-bottom: 4px;
          position: relative;
          overflow: hidden; }
          .index-container .big .big-min .top-ul li.li0 {
            grid-row: span 2;
            grid-column: span 2; }
          .index-container .big .big-min .top-ul li:hover img {
            transform: scale(1.1);
            opacity: 1; }
          .index-container .big .big-min .top-ul li img {
            width: 100%;
            height: 100%;
            opacity: 0.8;
            transition: opacity 0.35s, transform 0.35s; }
          .index-container .big .big-min .top-ul li .borders {
            box-sizing: border-box;
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            padding: 10px; }
          .index-container .big .big-min .top-ul li .types {
            margin-bottom: 10px;
            border-radius: 4px;
            padding: 4px 10px;
            background-color: #fdb945;
            color: #fff;
            font-size: 14px;
            display: inline-block; }
          .index-container .big .big-min .top-ul li .times {
            margin-top: 10px;
            font-size: 14px;
            color: #fff; }
          .index-container .big .big-min .top-ul li h2 {
            font-size: 18px;
            color: #fff; }
      .index-container .big .big-min .bottom-min {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px; }
        .index-container .big .big-min .bottom-min .titles1 {
          font-size: 22px;
          font-weight: 700;
          padding: 10px 20px;
          color: #fdb945;
          border: 2px solid #db162f;
          margin-bottom: 20px; }
        .index-container .big .big-min .bottom-min .left-m {
          width: 100%;
          padding: 20px; }
          .index-container .big .big-min .bottom-min .left-m .left-ul {
            display: flex;
            flex-wrap: wrap; }
            .index-container .big .big-min .bottom-min .left-m .left-ul li {
              padding: 24px;
              gap: 20px;
              border: 1px solid #ddd;
              cursor: pointer;
              color: #fff;
              width: 48.9%;
              border-radius: 8px;
              margin-right: 10px;
              margin-top: 10px;
              display: flex;
              align-items: center; }
              .index-container .big .big-min .bottom-min .left-m .left-ul li img {
                width: 150px;
                height: 170px;
                border-radius: 10px; }
              .index-container .big .big-min .bottom-min .left-m .left-ul li div {
                flex: 1; }
                .index-container .big .big-min .bottom-min .left-m .left-ul li div .type {
                  background-color: #db162f;
                  color: #fff;
                  padding: 3px 5px;
                  border-radius: 10px;
                  width: 100px;
                  box-sizing: border-box;
                  text-align: center;
                  font-size: 12px;
                  margin: 10px 0;
                  font-weight: 700; }
                .index-container .big .big-min .bottom-min .left-m .left-ul li div h1 {
                  font-size: 18px;
                  margin: 10px 0;
                  color: #333; }
                .index-container .big .big-min .bottom-min .left-m .left-ul li div .time {
                  font-size: 13px;
                  margin: 10px 0;
                  color: #333; }
        .index-container .big .big-min .bottom-min .right-m {
          width: 100%;
          padding: 20px; }
          .index-container .big .big-min .bottom-min .right-m .right-ul {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            display: flex;
            align-items: center;
            gap: 20px; }
            .index-container .big .big-min .bottom-min .right-m .right-ul li {
              flex: 1;
              cursor: pointer;
              padding: 20px;
              display: flex;
              flex-direction: column; }
              .index-container .big .big-min .bottom-min .right-m .right-ul li img {
                width: 100%;
                min-height: 150px;
                max-height: 150px;
                border-radius: 5px; }
              .index-container .big .big-min .bottom-min .right-m .right-ul li div h1 {
                font-size: 18px;
                color: #333;
                margin: 10px 0; }
              .index-container .big .big-min .bottom-min .right-m .right-ul li div .time {
                font-size: 14px;
                color: #999; }
    .index-container .big .left-ul-min {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 20px; }
      .index-container .big .left-ul-min li {
        cursor: pointer;
        color: #fff;
        width: 31.9%;
        border-radius: 0;
        margin-right: 10px; }
        .index-container .big .left-ul-min li img {
          width: 100%;
          height: 150px; }
        .index-container .big .left-ul-min li div .type {
          background-color: #fdb945;
          color: #fff;
          padding: 6px 10px;
          border-radius: 10px;
          width: 100px;
          box-sizing: border-box;
          text-align: center;
          font-size: 12px;
          margin: 10px 0;
          font-weight: 700; }
        .index-container .big .left-ul-min li div h1 {
          font-size: 18px;
          margin-top: 10px;
          color: #333; }
        .index-container .big .left-ul-min li div .time {
          font-size: 13px;
          margin: 10px 0;
          color: #333; }
    .index-container .big .html-min {
      padding: 20px 0;
      margin: 0 auto;
      width: 1200px; }
      .index-container .big .html-min img {
        max-width: 100%; }
      .index-container .big .html-min .html-t-title p {
        font-size: 20px;
        color: #000;
        font-weight: 700; }
      .index-container .big .html-min .html-t {
        line-height: 2.5 !important; }
        .index-container .big .html-min .html-t strong {
          font-size: 18px; }
        .index-container .big .html-min .html-t p {
          font-size: 16px;
          color: #000; }
        .index-container .big .html-min .html-t h1,
        .index-container .big .html-min .html-t h2,
        .index-container .big .html-min .html-t h3,
        .index-container .big .html-min .html-t h4 {
          font-size: 18px !important; }
      .index-container .big .html-min .moreLike {
        width: 100%; }
        .index-container .big .html-min .moreLike .weight {
          font-size: 24px;
          font-weight: bold; }
        .index-container .big .html-min .moreLike ul li {
          cursor: pointer;
          display: flex;
          margin-top: 20px;
          box-shadow: 0 0 10px 0 #e1e1e1;
          padding: 10px;
          border-radius: 20px; }
          .index-container .big .html-min .moreLike ul li img {
            border-radius: 10px;
            min-width: 320px;
            max-width: 320px;
            height: 150px;
            margin-right: 20px; }
          .index-container .big .html-min .moreLike ul li .timeAadType {
            font-size: 12px;
            margin-top: 4px;
            background-color: #db162f;
            color: #fff;
            padding: 3px 5px;
            border-radius: 10px;
            width: 100px;
            box-sizing: border-box;
            text-align: center;
            font-size: 12px;
            margin: 10px 0;
            font-weight: 700; }
            .index-container .big .html-min .moreLike ul li .timeAadType .weight {
              font-size: 12px; }
          .index-container .big .html-min .moreLike ul li h1 {
            color: #333;
            font-size: 18px;
            margin: 10px 0; }
    .index-container .big .footer-min {
      width: 100%;
      min-height: 165px;
      background-color: #db162f;
      font-family: 'Courier New', Courier, monospace;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 10px; }
      .index-container .big .footer-min .name {
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
        color: #fff;
        font-size: 24px; }
      .index-container .big .footer-min .link-box {
        display: flex;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 10px; }
        .index-container .big .footer-min .link-box .separate {
          margin: 0 16px;
          color: #fff; }
        .index-container .big .footer-min .link-box a {
          text-decoration: none;
          font-family: 'Courier New', Courier, monospace;
          color: #fff; }

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

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

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

.drawer-big {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .drawer-big .drawer-search-m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 67px;
    padding: 10px;
    background: #db162f; }
    .drawer-big .drawer-search-m span {
      color: #fff;
      font-size: 25px;
      font-weight: 700; }
    .drawer-big .drawer-search-m .iconfont {
      color: #fff;
      font-size: 30px;
      cursor: pointer; }
  .drawer-big .name-type {
    display: flex;
    flex-direction: column;
    overflow-y: auto; }
    .drawer-big .name-type .name {
      text-transform: uppercase;
      color: #252b33;
      font-size: 22px;
      font-weight: 700;
      border-bottom: 1px solid #e1e1e1;
      padding: 10px 20px; }
      .drawer-big .name-type .name:hover {
        color: #db162f; }
      .drawer-big .name-type .name.active {
        color: #db162f; }

@media (max-width: 1200px) {
  .big-min {
    width: 100% !important;
    padding: 10px !important; }
    .big-min .top-ul {
      padding-top: 0 !important;
      grid-template-columns: repeat(1, 1fr) !important;
      grid-template-rows: repeat(5, 1fr) !important; }
      .big-min .top-ul li {
        width: 100% !important; }
        .big-min .top-ul li.li0 {
          grid-row: span 1 !important;
          grid-column: span 1 !important; }
        .big-min .top-ul li img {
          height: 200px !important; }
        .big-min .top-ul li .borders {
          background-color: rgba(0, 0, 0, 0.3) !important; }
          .big-min .top-ul li .borders .times {
            margin: 0 !important; }
          .big-min .top-ul li .borders h2 {
            font-size: 16px !important; }
    .big-min .bottom-min {
      flex-direction: column !important; }
      .big-min .bottom-min .left-m {
        width: 100% !important;
        padding: 0 !important; }
        .big-min .bottom-min .left-m .left-ul {
          flex-direction: column; }
          .big-min .bottom-min .left-m .left-ul li {
            width: 100% !important;
            border-radius: 10px !important;
            box-shadow: 0 0 10px 0 #999 !important;
            padding: 10px !important;
            overflow: hidden;
            margin: 10px 6px 10px 0 !important; }
            .big-min .bottom-min .left-m .left-ul li img {
              border-radius: 10px !important; }
            .big-min .bottom-min .left-m .left-ul li div h1 {
              font-size: 16px !important; }
      .big-min .bottom-min .right-m {
        width: 100% !important;
        padding: 0 !important; }
        .big-min .bottom-min .right-m .right-ul {
          border: none !important;
          padding: 0 !important;
          display: flex !important;
          flex-direction: column !important; }
          .big-min .bottom-min .right-m .right-ul li {
            width: 100% !important;
            border-radius: 10px;
            padding: 4px 4px 10px;
            margin: 0 !important;
            overflow: hidden;
            flex-direction: column !important; }
            .big-min .bottom-min .right-m .right-ul li img {
              margin: 0 !important;
              height: 150px !important;
              width: 100% !important;
              border-radius: 10px !important; }
            .big-min .bottom-min .right-m .right-ul li div h1 {
              font-size: 16px !important;
              color: #333;
              margin: 0 10px 0 !important; }
            .big-min .bottom-min .right-m .right-ul li div .time {
              font-size: 13px !important;
              margin: 10px 0 !important; }
    .big-min .left-ul-min {
      padding: 0 !important;
      width: 100% !important;
      padding: 0 !important;
      flex-direction: column; }
      .big-min .left-ul-min li {
        width: 100% !important;
        border-radius: 10px !important;
        box-shadow: 0 0 10px 0 #999 !important;
        padding: 10px !important;
        overflow: hidden;
        margin: 10px 6px 10px 0 !important; }
        .big-min .left-ul-min li img {
          border-radius: 10px !important; }
        .big-min .left-ul-min li div h1 {
          font-size: 16px !important; }
  .html-min {
    width: 90% !important; }
  .moreLike {
    width: 100%; }
    .moreLike .weight {
      font-size: 24px;
      font-weight: bold; }
    .moreLike ul {
      display: flex;
      flex-direction: column; }
      .moreLike ul li {
        display: flex;
        flex-direction: column; }
        .moreLike ul li img {
          min-width: 100% !important;
          max-width: 100% !important;
          margin: 0 !important; } }
