@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: 19% !important;
    /* border-radius: 5px; */
    overflow: hidden;
  }

  .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: 0px !important;
    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 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-left: 36px;
  }

  .play_desc_short {
    color: #000;
    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;
    text-indent: 25rem;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin: 0px 40px;
    background-color: #F4F4F4;
  }

  .container .main .play_detail .play_button {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 4rem;
    margin-left: 30px;
    text-align: center;
    background-color: #024f7b;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 90px;
    height: 24px;

    /* 居中对齐 */
    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%;
    margin: 0px 40px;
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .flex-column {
    margin: 10px 40px 20px 40px !important;
  }

  .play_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .play_item {
    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: #FF2449 !important;
    border: none;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    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;
    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: 500;
    color: #000;
    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: #444;
    background-color: #F4F4F4;
  }

  .container .main .play_detail .play_button {
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    min-width: 100rem;
    width: 38vw;
    height: 36rem;
    line-height: 36rem;
    margin-top: 10rem;
    text-align: center;
    background: #FF2449;
    border-radius: 4px;
  }

  .container .main .play_detail .right {
    box-sizing: border-box;
    padding-right: 25px;
  }

  .container .main .other_play {
    margin-top: 20px;
    padding: 0px 13px;
  }

  .container .main .other_play .sub_title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 9px;
  }

  .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%;
    object-fit: cover;
  }

  .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 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-left: 36px;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_detail {
    max-width: 1766px;
    margin-left: auto;
    margin-right: auto;
  }

  .other_play {
    max-width: 1740px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .play_list {
    gap: 10px !important;
  }

  .play_item_box {
    width: 12.9% !important;
    /* border-radius: 5px; */
    overflow: hidden;
    justify-content: space-between !important;
  }

  .play_img {
    border-radius: 0px !important;
  }

}