@media (min-width: 768px) {

  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    height: 7%;
    /* position: fixed; */
    z-index: 10;
    padding: 2rem 2rem;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0F95D0, #014274);
    background-size: cover;
    background-position: center;
    box-shadow: 0rem 0rem 10rem 4rem rgba(161, 161, 161, 0.5);
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_item_box {
    width: 16% !important;
    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;
  }

  .header .left {
    width: calc(100% - 26.5rem);
  }

  .header .left .logo_img {
    width: 5rem;
    height: 5rem;
  }

  .header .left img,
  .right img {
    width: 100%;
    height: 100%;
  }

  .header .left .list_name {
    margin: 0 auto;
    padding-left: 9rem;
    font-size: 5rem;
    font-weight: bold;
    color: #ffffff;
    max-width: 70%;
  }

  /* #endregion */
  .container {
    box-sizing: border-box;
    /* padding-top: 10rem; */
    background-color: #02133f;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-size: initial !important;
  }

  .container .main1 {
    margin: 0px 40px;
    margin-top: 45px;
  }

  .container .main .play_detail .play_img {
    width: 180px;
    height: 180px;
    background: #d5d5d5;
    box-shadow: 0rem 1rem 0rem 0rem rgba(255, 255, 255, 0.37);
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 8px rgba(202, 202, 202, 0.5);
  }

  .container .main .play_detail .play_img img {
    width: 100%;
    height: 100%;
  }

  .container .main .play_detail .play_img .bg_img {
    background-color: rgba(0, 0, 0, 0.3);
    -moz-filter: blur(5rem);
    -ms-filter: blur(5rem);
    filter: blur(20rem);
  }

  .container .main .play_detail .play_img .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .container .main .play_detail .play_name,
  .container .main .play_detail .detail_play_name {
    margin-top: 7rem;
    margin-bottom: 2rem;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-left: 36px;
  }

  .play_desc_short {
    color: #fff;
    font-size: 16px;
    margin-left: 37px;
  }

  .play_desc_short .desc_title {
    display: none;
  }

  .container .main .play_detail .star_box .star {
    width: 21px;
    height: 24px;
  }

  .container .main .play_detail .rate_box {
    margin-bottom: 5rem;
    margin: 4px 37px!important;
  }

  .container .main .play_detail .rate_box .rate_num {
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
  }

  .container .main .play_detail .play_desc .desc_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    text-indent: 0;
  }

  .container .main .play_detail .play_desc {
    margin-top: 10rem;
    box-sizing: border-box;
    padding: 6rem;
    padding-top: 0;
    border-radius: 10px;
    text-indent: 25rem;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px 40px;
    background-color: #292C37;
  }

  .container .main .play_detail .play_button {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 4rem;
    margin-left: 30px;
    text-align: center;
    background-color: #024f7b;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100px;
    height: 28px;

    /* 居中对齐 */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container .main .play_detail .right {
    box-sizing: border-box;
    padding-left: 0;
  }

  .container .main .other_play {}

  .metalink {
    padding-top: 0px !important;
  }

  .container .main .other_play .sub_title {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    margin: 0px 40px;
    margin-top: 20px;
  }
  .flex-column{
    margin: 10px 40px 20px 40px !important;
  }

  .play_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 40px 20px 40px !important;
  }

  .play_item {
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
  }

  .play_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #292929;
  }

  .play_name {
    color: #fff;
    font-size: 14px;
    min-width: 0;
    max-width: 50%;
    flex: 1;
  }

  .flex {
    justify-content: flex-start !important;

  }

  .play_button {
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    border: none;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
  }

}

@media (max-width: 960px) {

  .header .left {
    width: calc(100% - 26.5rem);
  }

  .container.event-none * {
    pointer-events: none;
  }

  .header .left img,
  .right img {
    width: 100%;
    height: 100%;
  }

  .header .left .list_name {
    padding-left: 9rem;
    font-size: 16rem;
    font-weight: 500;
    color: #ffffff;
    font-weight: bold;
    max-width: 70%;
  }
  
  /* #endregion */
  .container {
    box-sizing: border-box;
    /* padding-top: 50rem; */
    background-color: #161920 !important;
    width: 100vw;
  }

  .play_desc_short{
    display: none;
  }

  .container .main .play_detail .play_img {
    width: 106rem;
    height: 106rem;
    background: #d5d5d5;
    border-radius: 21rem;
    overflow: hidden;
    position: relative;
  }

  .play_detail{
    padding: 15px 20px 0px 20px;
  }

  .container .main .play_detail .play_img img {
    width: 100%;
    height: 100%;
  }

  .container .main .play_detail .play_img .bg_img {
    background-color: rgba(0, 0, 0, 0.3);
    -moz-filter: blur(5rem);
    -ms-filter: blur(5rem);
    filter: blur(20rem);
  }

  .container .main .play_detail .play_img .img {
    border-radius: 21rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .container .main .play_detail .play_name,
  .container .main .play_detail .detail_play_name {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 18rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .container .main .play_detail .star_box .star {
    width: 16rem;
    height: 16rem;
  }

  .container .main .play_detail .rate_box {
    margin-bottom: 5rem;
  }

  .container .main .play_detail .rate_box .rate_num {
    font-size: 16rem;
    font-weight: 400;
    color: #fff;
  }

  .container .main .play_detail .play_desc .desc_title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    padding: 12px;
  }

  .container .main .play_detail .play_desc {
    margin-top: 10rem;
    box-sizing: border-box;
    padding: 10rem;
    padding-top: 0;
    border-radius: 10rem;
    text-indent: 25rem;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #292C37;
  }

  .container .main .play_detail .play_button {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    min-width: 100rem;
    width: 55vw;
    height: 36rem;
    line-height: 36rem;
    margin-top: 10rem;
    margin-left: 0;
    text-align: center;
    background: linear-gradient(to bottom, #308ED7, #5860D3);
    border-radius: 8px;
  }

  .container .main .play_detail .right {
    box-sizing: border-box;
    padding-left: 0;
  }

  .container .main .other_play {
    margin-top: 20px;
    padding: 0px 20px;
  }

  .container .main .other_play .sub_title {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .container .main .other_play .play_list {
    width: 100%;
  }

  .container .main .other_play .play_list .play_item_box {
    margin-bottom: 10rem;
    box-sizing: border-box;
  }

  .container .main .other_play .play_list .play_item_box .play_item .play_img img {
    width: 100%;
    height: 100%;
  }

  .container .main .other_play .play_list .hidden_play {
    display: none;
  }

  /*# sourceMappingURL=detail.css.map */
}

@media (min-width: 1980px) {

  .container .main .play_detail .play_name,
  .container .main .play_detail .detail_play_name {
    margin-top: 7rem;
    margin-bottom: 2rem;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-left: 36px;
  }

  .container.event-none * {
    pointer-events: none;
  }

  @media (min-width: 1980px) {
    .play_item_box {
      width: calc((100% - 11rem) / 7) !important;
      background: #292C37;
      border-radius: 5px !important;
      overflow: hidden;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease-in-out;
    }
  }

}