/* #region top header */
.header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 10;
  padding: 10rem 14rem;
  top: 0;
  left: 0;
  background-color: #fcdcb3;
  box-shadow: 0rem 0rem 8rem 4rem rgba(255, 123, 0, 0.07);
}
.header .left {
  width: calc(100% - 26.5rem);
}
.header .left .logo_img {
  width: 21rem;
  height: 18rem;
}
.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: #25cbf2;
  max-width: 70%;
}
.header .right {
  width: 26rem;
  height: 25rem;
}
/* #endregion */
.container {
  box-sizing: border-box;
  padding-top: 50rem;
  background-color: #fcdcb3;
}
.container .main {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15rem;
}
.container .main .play_detail .play_img {
  width: 106rem;
  height: 106rem;
  background: #d5d5d5;
  box-shadow: 0rem 3rem 0rem 0rem rgba(255, 255, 255, 0.37);
  border-radius: 21rem;
  overflow: hidden;
  position: relative;
}
.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: #ffffff;
}
.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: #ffffff;
}
.container .main .play_detail .play_desc .desc_title {
  text-align: left;
  font-size: 14rem;
  font-weight: 600;
  margin: 20rem 0 8rem;
  text-indent: 0;
}
.container .main .play_detail .play_desc {
  text-indent: 25rem;
  text-align: left;
  font-size: 12rem;
  font-weight: 400;
  color: #ffffff;
}
.container .main .play_detail .play_button {
  margin: 0 auto;
  font-size: 16rem;
  font-weight: bold;
  color: #ffffff;
  width: 110rem;
  height: 36rem;
  line-height: 36rem;
  margin-top: 10rem;
  margin-left: 0;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 0, 178, 0.65) 0%, #fea700 100%);
  border-radius: 20rem;
}
.container .main .play_detail .right {
  box-sizing: border-box;
  padding-left: 10rem;
}
.container .main .other_play {
  margin-top: 27rem;
}
.container .main .other_play .sub_title {
  text-align: left;
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 19rem;
  color: #ffffff;
}
.container .main .other_play .play_list {
  width: 100%;
}
.container .main .other_play .play_list .play_item_box {
  margin-bottom: 10rem;
  box-sizing: border-box;
  padding: 5rem;
  width: calc(100% / 3);
}
.container .main .other_play .play_list .play_item_box .play_item .play_img {
  width: 100%;
  height: calc((100vw - 40rem) / 3);
  border-radius: 10rem;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.container .main .other_play .play_list .play_item_box .play_item .play_img img {
  width: 100%;
  height: 100%;
}
.container .main .other_play .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: 16rem;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #7a7a7a 100%);
  border-radius: 10rem;
  z-index: 1;
}
.container .main .other_play .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;
}
.container .main .other_play .play_list .hidden_play {
  display: none;
}
/*# sourceMappingURL=detail.css.map */