.container {
  box-sizing: border-box;
  width: 100%;
  background-color: #f39c12;
  padding-top: 60rem;
}

/* #region top header */

.header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 10;
  padding: 10rem 14rem;
  top: 0;
  left: 0;
  background-color: #f39c12;
}

.header .left {
  width: calc(100% - 26.5rem);
}

.header .left .logo_img {
  width: 37rem;
  height: 37rem;
}

.header .left img, .right img {
  width: 100%;
  height: 100%;
}

.header .left .play_name {
  padding-left: 9rem;
  font-size: 18rem;
  font-weight: 500;
  color: #16a085;
}

.header .right {
  width: 26rem;
  height: 25rem;
}

.header .left .detail_tile {
  text-align: center;
  width: 100%;
  font-size: 20rem;
  font-weight: 500;
  color: #ffffff;
}

/* #endregion */


/* #region footer */
.footer {
  color: #ffffff;
}

/* #endregion */

.main .play_detail,
.main .other_play {
  box-sizing: border-box;
  padding: 16rem;
  padding-bottom: 0;
}

.main .play_detail .star_box .star {
  width: 20rem;
  height: 20rem;
}

.main .play_detail .top {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.main .play_detail .left .play_img {
  width: 139rem;
  height: 139rem;
  background: #d5d5d5;
  box-shadow: 0rem 3rem 0rem 0rem rgba(255, 255, 255, 0.37);
  border-radius: 21rem;
  overflow: hidden;
  position: relative;
}

.main .play_detail .left .play_img img {
  width: 100%;
  height: 100%;
}

.main .play_detail .left .play_img .img {
  border-radius: 21rem;
}

.main .play_detail .right {
  padding-left: 10rem;
}

.main .play_detail .right .detail_play_name {
  margin-top: 10rem;
  margin-bottom: 5rem;
  font-size: 20rem;
  font-weight: bold;
  color: #ffffff;
}

.main .play_detail .right .rate_box {
  margin-bottom: 5rem;
}

.main .play_detail .right .rate_box .rate_num {
  font-size: 16rem;
  font-weight: 400;
  color: #ffffff;
}

.main .play_detail .desc {
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  font-size: 15rem;
  margin-top: 15rem;
}

.main .play_detail .desc .detail_play_desc {
  margin-top: 10rem;
  font-weight: 400;
  font-size: 14rem;
}

.main .play_detail .play_button {
  font-size: 16rem;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 38rem;
  line-height: 38rem;
  margin-top: 10rem;
  background: linear-gradient(135deg, rgba(255, 0, 178, 0.65) 0%, #2ecc71 100%);
  border-radius: 20rem;
}

.main .line {
  height: 12rem;
  background: #1a252f;
  margin: 17rem 0 19rem;
  width: 100vw;
}

.main .other_play .sub_title {
  text-align: left;
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 19rem;
  color: #ffffff;
}

.main .other_play .play_box .play {
  box-sizing: border-box;
}

.main .other_play .play_box .play .play_item {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 4rem;
  margin-bottom: 10rem;
}

.main .other_play .play_box .play .play_item .item {
  box-sizing: border-box;
  background: #1a252f;
  border-radius: 10rem;
  padding: 17rem 14rem;
}

.main .other_play .play_box .play .play_item .play_icon {
  width: 100%;
  height: calc((100vw - 140rem) / 3);
  background: #ffffff;
  box-shadow: 0rem 0rem 6rem 4rem rgba(255, 255, 255, 0.22);
  border-radius: 10rem;
  overflow: hidden;
}

.main .other_play .play_box .play .play_item .play_icon img {
  width: 100%;
  height: 100%;
}

.main .other_play .play_box .play .play_item .play_name {
  font-weight: 600;
  margin-top: 6rem;
  font-size: 12rem;
  color: #ffffff;
}

.main .other_play .play_box .play .play_item .play_desc {
  margin-top: 6rem;
  font-size: 9rem;
  line-height: 12rem;
  color: #ffffff;
}

.main .other_play .play_box .play .play_item .play_button {
  display: inline-block;
  margin-top: 16rem;
  text-align: center;
  width: 78rem;
  height: 30rem;
  line-height: 30rem;
  background: linear-gradient(135deg, #e74c3c 0%, #9b59b6 100%);
  border-radius: 20rem;
  font-size: 14rem;
  font-weight: 400;
  color: #ffffff;
}