@media (min-width: 768px) {
  .metalink {
    padding-top: 6px;
    padding-left: 22px;
    margin-bottom: 8px;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_box {
    display: flex;
    flex-wrap: wrap;
    /* 允许内容换行 */
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .play_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between !important;
    padding: 0px 40px;
  }

  .play_item_box {
    width: 19%;
    overflow: hidden;
  }

  .play_item {
    display: flex;
    flex-direction: column;
  }

  .play_img {
    aspect-ratio: 7 / 4.6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #F7F7F7;
    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 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }

  .play_describe {
    color: #444;
    opacity: 0.7;
    font-size: 12px !important;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 2px;
  }

  .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% / 2);
    margin-right: 3px;
  }

  .logo_img_src {
    height: 26px !important;
    width: auto !important;
  }

  .logo_img_icon {
    height: 22px !important;
    width: auto !important;
    margin-top: 2px !important;
    margin-left: 10px;
  }

  .container .play_list .play_item_box .play_item .play_img {
    width: 100%;
    height: calc((92vw - 100rem) / 2);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
  }

  .container .play_list .play_item_box .play_item .play_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .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;
  }

  .play_name {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: none;
  }

  .play_describe {
    color: #444;
    opacity: 0.7;
    font-size: 12px !important;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示三行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 2px;
    display: none;
  }
}

@media (min-width: 1980px) {

  .play_item_box {
    width: 12.9%;
    overflow: hidden;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .metalink {
    padding-left: 150px;
  }

  .play_list {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    gap: 24px;
  }
}