
@media (min-width: 960px) {
  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 2rem 2rem;
    top: 0;
    left: 0;
    background-color: rgb(107, 1, 206);
    background-image: linear-gradient(109.6deg, rgb(54, 46, 51) 29.9%, rgb(122, 3, 233) 99.9%);
    box-shadow: 0rem 0rem 8rem 4rem rgba(255, 123, 0, 0.07);
  }

  .header .left {
    width: calc(100% - 26.5rem);
  }

  .header .left .logo_img {
    width: auto;
    height: 8rem;
  }

  .header .left img, .right img {
    width: 100%;
    height: 100%;
  }

  .header .left .list_name {
    margin: 0 auto;
    padding-left: 9rem;
    font-size: 4rem;
    font-weight: 500;
    color: #ffffff;
  }

  .header .right {
    width: 10rem;
    height: 10rem;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    background-color: rgb(107, 1, 206);
    background-image: linear-gradient(109.6deg, rgb(54, 46, 51) 29.9%, rgb(122, 3, 233) 99.9%);
    padding: 10rem 40rem;
    padding-top: 20rem;
  }

  .container .play_list {
    width: 100%;
  }

  .container .play_list .play_item_box {
    margin-bottom: 3rem;
    box-sizing: border-box;
    padding: 2rem;
    width: calc(100% / 8);
  }

  .container .play_list .play_item_box .play_item .play_img {
    width: 100%;
    height: calc((100vw - 40rem) / 10);
    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 {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    height: 10rem;
    line-height: 5rem;
    padding: 0 5rem;
    font-size: 5rem;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #7a7a7a 100%);
    border-radius: 10rem;
    z-index: 1;
  }

  .container .play_list .play_item_box .play_item .play_button {
    margin-top: 10rem;
    width: 65rem;
    height: 30rem;
    text-align: center;
    line-height: 30rem;
    font-size: 14rem;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 0, 178, 0.65) 0%, #fea700 100%);
    border-radius: 20rem;
  }

  /*# sourceMappingURL=list.css.map */
}
@media (max-width: 960px) {
  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 10rem 14rem;
    top: 0;
    left: 0;
    background-color: rgb(107, 1, 206);
    background-image: linear-gradient(109.6deg, rgb(54, 46, 51) 29.9%, rgb(122, 3, 233) 99.9%);
    box-shadow: 0rem 0rem 8rem 4rem rgba(255, 123, 0, 0.07);
  }

  .header .left {
    width: calc(100% - 26.5rem);
  }

  .header .left .logo_img {
    width: auto;
    height: 26rem;
  }

  .header .left img, .right img {
    width: 100%;
    height: 100%;
  }

  .header .left .list_name {
    margin: 0 auto;
    padding-left: 9rem;
    font-size: 16rem;
    font-weight: 500;
    color: #ffffff;
  }

  .header .right {
    width: 26rem;
    height: 25rem;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    background-color: rgb(107, 1, 206);
    background-image: linear-gradient(109.6deg, rgb(54, 46, 51) 29.9%, rgb(122, 3, 233) 99.9%);
    padding: 14rem;
    padding-top: 60rem;
  }

  .container .play_list {
    width: 100%;
  }

  .container .play_list .play_item_box {
    margin-bottom: 10rem;
    box-sizing: border-box;
    padding: 5rem;
    width: calc(100% / 4);
  }

  .container .play_list .play_item_box .play_item .play_img {
    width: 100%;
    height: calc((100vw - 40rem) / 4);
    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 {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    height: 33rem;
    line-height: 33rem;
    padding: 0 5rem;
    font-size: 12rem;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #7a7a7a 100%);
    border-radius: 10rem;
    z-index: 1;
  }

  .container .play_list .play_item_box .play_item .play_button {
    margin-top: 10rem;
    width: 65rem;
    height: 30rem;
    text-align: center;
    line-height: 30rem;
    font-size: 14rem;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 0, 178, 0.65) 0%, #fea700 100%);
    border-radius: 20rem;
  }

  /*# sourceMappingURL=list.css.map */
}
