@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: 10px !important; */
    overflow: hidden;
    position: relative;
    /* box-shadow: 0px 4px 8px rgba(202, 202, 202, 0.5); */
    /* border-radius: 10px; */
  }

  .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: #000;
  }

  .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: #000;
    margin: 0px 40px;
    /* background-color: #66FF75; */
    border: 2px solid #F04438;
  }

  .container .main .play_detail .play_button {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 4rem;
    margin-left: 30px;
    text-align: center;
    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;
    color: #fff;
  }

  .flex-column {
    margin: 10px 40px 20px 40px !important;
    display: flex !important;
    justify-content: flex-start;
  }

  .play_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .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: #F04438 !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: 372px;
    height: 232px;
    background: #d5d5d5;
    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;
    object-fit: cover;
  }

  .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: #000;
  }

  .container .main .play_detail .play_desc .desc_title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    padding: 12px;
    color: #000;
  }

  .container .main .play_detail .play_desc {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10rem;
    padding-top: 0;
    text-indent: 25rem;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
  }

  .container .main .play_detail .play_button {
    background: #F04438;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 16px auto 0;
    max-width: 310px;
    padding: 0 30px;
    text-transform: uppercase;
    width: 100%;
  }

  .top_flex_flex-column {
    display: block !important;
  }

  .container .main .play_detail .right {
    box-sizing: border-box;
  }

  .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;
  }

  .play_item_box {
    width: 280px !important;
    /* border-radius: 5px; */
    overflow: hidden;
    justify-content: space-between !important;
  }

  .left{
    margin-top: 65px;
  }

  .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: #000;
    margin: 0px 12px;
    /* background-color: #66FF75; */
    border: 2px solid #3C59E0;
  }

  .container .main .other_play .sub_title {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin: 0px 1px;
    margin-top: 16px;
    margin-bottom: 10px;
    color: #000;
  }

  .play_img {
    width: 280px;
    height: 157px;
    aspect-ratio: 7 / 4.6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_detail {
    max-width: 2056px;
    margin-left: auto;
    margin-right: auto;
  }

  .other_play {
    max-width: 2020px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .container .main .play_detail .play_img {
    width: 280px;
    height: 157px;
    background: #d5d5d5;
    overflow: hidden;
    position: relative;
  }

  .play_item_box {
    width: 280px !important;
    /* border-radius: 5px; */
    overflow: hidden;
    justify-content: space-between !important;
  }

  .play_img {
    border-radius: 0px !important;
  }

  .play_img {
    width: 280px !important;
    height: 157px !important;
    aspect-ratio: 7 / 4.6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}