@media (min-width: 768px) {
  .metalink {
    padding-top: 6px;
    padding-left: 22px;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_box {
    padding: 20px 0px;
    margin: 0px 40px;
  }

  .play_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .play_item_box {
    width: 15.3%;
    background: #292C37;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }

  .play_item {
    display: flex;
    flex-direction: column;
  }

  .play_img {
    aspect-ratio: 7 / 3.6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .play_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 0 0 5px 5px;
  }

  .play_name {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 150px;
  }

  .play_button {
    padding: 6px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin-left: 10px;
  }
}

@media (max-width: 960px) {

  .main {
    box-sizing: border-box;
    width: 100%;
    /* min-height: 100%; */
  }

  .header .search {
    display: none;
  }

  .header {
    padding: 16rem 14rem !important;
  }

  .header .right {
    width: 30px !important;
  }

  .header .left {
    width: calc(100% - 26.5rem);
  }

  .header .left img,
  .right img {
    width: 100%;
    height: 100%;
  }

  .header .left .list_name {
    margin: 0 auto;
    padding-left: 9rem;
    font-size: 16rem;
    font-weight: bold;
    color: #ffffff;
  }

  .header .right {
    width: 18rem;
  }

  .container.event-none * {
    pointer-events: none;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    width: 100%;
    /* min-height: 100%; */
    background-color: #ffffff;
    /* padding:0rem 14rem 14rem 14rem; */
    /* padding-top: 50rem; */
  }

  .play_box {
    padding: 0 10rem;
  }

  .container .play_list {
    width: 100%;
  }

  .container .play_list .play_item_box {
    margin-bottom: 10rem;
    box-sizing: border-box;
    padding: 5rem;
    width: calc(97% / 3);
    box-shadow: 0 3px #2757A5;
    border-radius: 6rem;
    margin-right: 3px;
  }

  .container .play_list .play_item_box .play_item .play_img {
    width: 100%;
    height: calc((100vw - 60rem) / 3);
    border-radius: 10rem;
    overflow: hidden;
    background: #ffffff;
    position: relative;
  }

  .container .play_list .play_item_box .play_item .play_img img {
    width: 100%;
    height: 100%;
  }

  .container .play_list .play_item_box .play_item .play_name {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }

  .container .play_list .play_item_box .play_item .play_button {
    padding: 6px 30px;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .footer {
    padding-top: 0px !important;
  }

  /*# sourceMappingURL=list.css.map */
}

@media (min-width: 1980px) {
  .play_item_box {
    width: calc((100% - 21rem) / 7);
    background: #292C37;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }

  .container.event-none * {
    pointer-events: none;
  }
}