.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;
}

/* #endregion */


/* #region footer */
.footer {
  color: #ffffff;
}

/* #endregion */



/* #region main */

.play_item {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 7rem;
  margin-bottom: 10rem;

}


.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;

}

.play_item .play_icon img {
  width: 100%;
  height: 100%;
}

.play_item .item {
  box-sizing: border-box;
  background: #1a252f;
  border-radius: 10rem;
  padding: 17rem 14rem;
}

.play_item .play_name {
  font-weight: 600;
  margin-top: 6rem;
  font-size: 12rem;
  color: #ffffff;
}

.play_item .play_desc {
  margin-top: 6rem;
  font-size: 9rem;
  line-height: 12rem;
  color: #ffffff;
}

.play_item .play_button {
  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;
}

/* #endregion */

.AdAAnchor_Bot {
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 2px 0
}

.AdAAnchor_Bot #AdAAnchorBtn {
  top: -16px;
  position: absolute;
  padding: 1px 12px;
  font-family: sans-serif;
  font-size: 6px;
  border-radius: 3px 3px 0 0;
}

.AdAAnchor_Top {
  top: 0;
  position: fixed;
  width: 100%;
  padding: 2px 0
}

.AdAAnchor_Top #AdAAnchorBtn {
  bottom: -16px;
  position: absolute;
  padding: 1px 12px;
  font-family: sans-serif;
  font-size: 6px;
  border-radius: 0 0 3px 3px;
}

#AdAAnchor,
#AdAAnchorBtn {
  z-index: 999;
  background: #eee;
  border: 0px solid #eee;
  left: 0;
}

#AdAAnchorAd {
  width: max-content;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

#AdAAnchorBtn>i {
  border: solid #666;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
  z-index: 999;
}

.AdA_bottomUp,
.AdA_topDown {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  vertical-align: super;
  bottom: -6px;
}

.AdA_bottomDown,
.AdA_topUp {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: super;
  bottom: 0px;
}