@media (min-width: 768px) {

  /* #region top header */
  .header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 20px;
    background: var(--primary-color, #0ebf09);
    box-shadow: var(--header-shadow, 0 1px 2px rgba(0, 0, 0, 0.1));
  }

  .container.event-none * {
    pointer-events: none;
  }

  .play_item_box {
    width: 110px !important;
    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;
    background-color: var(--bg-color, #aaeda9);
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-size: initial !important;
  }

  .container .main {
    padding-top: 70px;
  }

  .header .left-content {
    width: 100%;
  }

  .header .search_pc {
    margin-left: auto;
  }

  .header .right {
    display: block !important;
    height: 18px;
    padding: 0;
    margin-right: 12px;
  }

  .header .search_pc {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .search_pc .search_box {
    width: 240px !important;
  }

  .container .main > .left-column {
    display: none !important;
  }

  .container .main > .right-column {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px 40px !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    height: auto !important;
    overflow: visible !important;
  }

  .play_detail .detail_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 0 10px;
  }

  .play_detail .detail_hero .play_img {
    width: 320px;
    height: 180px;
    background: #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }

  .play_detail .detail_hero .play_img .img {
    position: absolute;
    inset: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play_detail .detail_hero .play_button {
    background: #3C59E0;
    border: none;
    color: #fff;
    padding: 6px 18px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    height: auto;
    margin: 0;
  }

  .play_detail .detail_hero .detail_play_name {
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    font-style: italic;
    padding: 0;
    text-align: center;
  }

  .play_desc_short,
  .play_desc,
  .rate_box,
  .star_box,
  .rate_num {
    display: none !important;
  }

  .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 #3C59E0;
  }

  .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;
  }

  .other_play {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 10px solid rgba(0, 0, 0, 0.12);
  }

  .container .main .other_play .sub_title {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 10px;
    color: #2b5f2b;
  }

  .other_play .play_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 12px;
    justify-content: flex-start;
  }

  .container .main .other_play .play_list .play_item_box {
    width: calc((100% - 36px) / 4) !important;
    overflow: visible;
  }

  .other_play .play_item a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .other_play .play_item .play_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }

  .other_play .play_item .play_icon {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
  }

  .other_play .play_item .play_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .other_play .play_item .play_icon .badge {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  .other_play .play_item .play_name {
    width: 100%;
    padding: 8px 10px 10px 10px;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }

}

@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;
  }

  .container .main {
    padding-top: 60px;
  }

  .header .left-content {
    width: 100%;
  }

  .header .search_pc {
    margin-left: auto;
  }

  .header .right {
    display: block !important;
    height: 18px;
    padding: 0;
    margin-right: 12px;
  }

  .header .search_pc {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .search_pc .search_box {
    width: 200px !important;
  }

  .container .main > .left-column {
    display: none !important;
  }

  .container .main > .right-column {
    width: 100% !important;
    padding: 0 14px 30px !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    height: auto !important;
    overflow: visible !important;
  }

  .play_desc_short {
    display: none;
  }

  .play_detail .detail_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 0 10px;
  }

  .play_detail .detail_hero .play_img {
    width: min(360px, 100%);
    height: 202px;
    background: #d5d5d5;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }

  .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);
  }

  .play_detail .detail_hero .play_img .img {
    position: absolute;
    inset: 0;
    transform: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }

  .play_detail .detail_hero .play_button {
    background: #3C59E0;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    margin: 0;
    max-width: 360px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
  }

  .play_detail .detail_hero .detail_play_name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #5b5b5b;
    font-style: italic;
    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;
  }

  .play_desc,
  .rate_box,
  .star_box,
  .rate_num {
    display: none !important;
  }

  .top_flex_flex-column {
    display: block !important;
  }

  .container .main .play_detail .right {
    box-sizing: border-box;
  }

  .container .main .other_play {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 10px solid rgba(0, 0, 0, 0.12);
  }

  .container .main .other_play .sub_title {
    font-weight: 700;
    font-size: 14px;
    color: #2b5f2b;
    margin: 0 0 10px;
  }

  .container .main .other_play .play_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .container .main .other_play .play_list .play_item_box {
    width: calc((100% - 12px) / 2);
    margin: 0 0 12px 0;
    box-sizing: border-box;
    padding: 0;
  }

  .container .main .other_play .play_list .play_item {
    width: 100%;
  }

  .container .main .other_play .play_list .play_item .play_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }

  .container .main .other_play .play_list .play_item .play_icon {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    background: #F7F7F7;
    position: relative;
  }

  .container .main .other_play .play_list .play_item .play_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .container .main .other_play .play_list .play_item .play_icon .badge {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  .container .main .other_play .play_list .play_item .play_name {
    margin-top: 0;
    padding: 8px 10px 10px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    max-width: 100%;
  }

  .container .main .other_play .play_list .play_item a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .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;
  }

}
