/* #region top header */
.header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 10;
  padding: 10rem 14rem;
  top: 0;
  left: 0;
  background-color: #ff6f00;
  box-shadow: 0rem 0rem 8rem 4rem rgba(255, 123, 0, 0.07);
}

.header .left {
  width: calc(100% - 26.5rem);
}

.header .left .logo_img {
  width: 28rem;
  height: 26rem;
}

.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: #102a43;
}

.header .right {
  width: 26rem;
  height: 25rem;
}
.main{
  background-color: #6c5ce7;
  min-width: 100%;
}
/* #endregion */
.container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #6c5ce7;
  padding: 15rem;
  padding-top: 50rem;
}
.container .main .play_detail .play_img {
  width: 346rem;
  height: 346rem;
  background: #6c5ce7;
  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%;
  background-color: #6c5ce7;
}
.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: 70%;
  height: 70%;
  z-index: 1;
}
.container .main .play_detail .play_name, .container .main .play_detail .detail_play_name {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 20rem;
  font-weight: bold;
  color: #e5e5e5;
}
.container .main .play_detail .star_box .star {
  width: 20rem;
  height: 20rem;
}
.container .main .play_detail .rate_box {
  margin-bottom: 5rem;
  justify-content: center;
}
.container .main .play_detail .rate_box .rate_num {
  font-size: 16rem;
  font-weight: 400;
  color: #e5e5e5;
}
.container .main .play_detail .play_desc {
  text-indent: 25rem;
  text-align: left;
  font-size: 16rem;
  font-weight: 400;
  color: #e5e5e5;
}
.container .main .play_detail .play_button {
  margin: 0 auto;
  font-size: 16rem;
  font-weight: bold;
  color: #e5e5e5;
  width: 120rem;
  height: 38rem;
  line-height: 38rem;
  margin-top: 10rem;
  text-align: center;
  background: linear-gradient(135deg, #102a43 0%, #6c5ce7 100%);
  border-radius: 20rem;
}
.container .main .other_play {
  background-color: #6c5ce7;
  margin-top: 27rem;
}
.container .main .other_play .sub_title {
  text-align: left;
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 19rem;
  color: #e5e5e5;
}
.container .main .other_play .play_list {
  width: 100%;
}
.container .main .other_play .play_list .play_item_box {
  margin-bottom: 20rem;
  width: 168rem;
}
.container .main .other_play .play_list .play_item_box .play_item .play_img {
  width: 100%;
  height: 164rem;
  border-radius: 10rem;
  overflow: hidden;
  background: #e5e5e5;
}
.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 {
  text-align: left;
  margin-top: 6rem;
  width: 168rem;
  font-size: 18rem;
  font-weight: bold;
  color: #e5e5e5;
}
.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: #e5e5e5;
  background: linear-gradient(135deg, #102a43 0%, #6c5ce7 100%);
  border-radius: 20rem;
}
.container .main .other_play .play_list .hidden_play {
  display: none;
}/*# sourceMappingURL=detail.css.map */
