/* #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: 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: #102a43;
}

.header .right {
  width: 26rem;
  height: 25rem;
}

.search {
  box-sizing: border-box;
  width: calc(100%);
  height: 50rem;
  padding: 6rem 20rem;
}

.search .search_box {
  border-radius: 50rem;
  background-color: #f6f9ff;
}

.search .search_box .search_icon {
  width: 40rem;
  height: 24rem;
}

.search .search_box .search_icon img {
  width: 100%;
  height: 100%;
}

.search .search_box .search_input {
  width: calc(100% - 45rem);
  height: 36rem;
  line-height: 34rem;
  position: relative;
}

.search .search_box .search_input input {
  height: 93%;
  width: 90%;
  border: 0;
  background: transparent;
}

.search .search_box .search_input input:focus-visible {
  outline: none;
}

.search .search_box .search_input .clear_icon {
  z-index: 2;
  position: absolute;
  right: 4rem;
  width: 17rem;
  height: 17rem;
  top: 50%;
  transform: translateY(-50%);
}

.search .search_box .search_input .clear_icon img {
  width: 100%;
  height: 100%;
}

/* #endregion */
.container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #6c5ce7;
  padding-top: 60rem;
}

.container .main {
  background-color: #6c5ce7;
  box-sizing: border-box;
  padding: 14rem;
}

.footer{
  background-color: #6c5ce7;
  color: #e5e5e5;
}
.container .hot_play .sub_title,
.container .other_play_list_item .sub_title {
  margin-bottom: 15rem;
  font-weight: 400;
}

.container .hot_play .sub_title .left,
.container .other_play_list_item .sub_title .left {
  font-weight: 800;
  font-size: 20rem;
  color: #e5e5e5;
}

.container .hot_play .sub_title .right, .container .hot_play .sub_title a,
.container .other_play_list_item .sub_title .right,
.container .other_play_list_item .sub_title a {
  font-size: 16rem;
  font-weight: 400;
  color: #e5e5e5;
}

.container .hot_play .play_list .play_item {
  box-sizing: border-box;
  width: calc((100% - 10rem) / 2);
  padding: 11rem 12rem;
  background: linear-gradient(135deg, #102a43 0%, #6c5ce7 100%);
  border-radius: 10rem;
  font-weight: bold;
  font-size: 14rem;
  color: #6c5ce7;
}

.container .hot_play .play_list .play_item .play_info {
  color: #6c5ce7;
}
.other_play{
  background-color: #6c5ce7;
}
.container .hot_play .play_list .play_item .play_info .play_icon {
  width: 44rem;
  height: 44rem;
  background: #6c5ce7;
  box-shadow: 0rem 3rem 0rem 0rem rgba(255, 255, 255, 0.37);
  border-radius: 6rem;
  overflow: hidden;
}

.container .hot_play .play_list .play_item .play_info .play_icon img {
  width: 100%;
  height: 100%;
}

.container .hot_play .play_list .play_item .play_info .play_name {
  width: calc(100% - 45rem);
  box-sizing: border-box;
  text-align: left;
  padding-left: 9rem;
}

.container .hot_play .play_list .play_item .play_describe {
  color: #6c5ce7;
  margin-top: 10rem;
}

.container .other_play_list_item .sub_title {
  margin-top: 10rem;
  margin-bottom: 8rem;
}

.container .other_play_list_item .other_play_item {
  width: 25%;
  margin-bottom: 14rem;
}

.container .other_play_list_item .other_play_item .other_play_info {
  justify-content: center;
}

.container .other_play_list_item .other_play_item .other_play_info .play_icon {
  width: 79rem;
  height: 77rem;
  background: #2c2a2a;
  border-radius: 10rem;
  overflow: hidden;
}

.container .other_play_list_item .other_play_item .other_play_info .play_icon img {
  width: 100%;
  height: 100%;
}

.container .other_play_list_item .other_play_item .other_play_info .play_name {
  width: 90%;
  margin-top: 6rem;
  font-size: 14rem;
  font-weight: 600;
  color: #e5e5e5;
}

.search_data_box {
  background-color: #6c5ce7;
  padding: 15rem;
  box-sizing: border-box;
}

.search_data_box .data_item {
  margin-bottom: 15rem;
}

.search_data_box .data_item .left {
  width: 80rem;
}

.search_data_box .data_item .left .play_game_img {
  width: 80rem;
  height: 80rem;
  overflow: hidden;
  border-radius: 4rem;
  background: #2c2a2a;
}

.search_data_box .data_item .left img {
  width: 100%;
  height: 100%;
}

.search_data_box .data_item .right {
  width: calc(100vw - 110rem);
  padding-left: 10rem;
  box-sizing: border-box;
}

.search_data_box .data_item .right .data_paly_game_name {
  font-size: 16rem;
  color: #2c2a2a;
}

.search_data_box .data_item .right .rate_box {
  margin: 8rem 0;
}

.search_data_box .data_item .right .star_box .star {
  width: 14rem;
  height: 14rem;
}

.search_data_box .data_item .right .data_paly_game_desc {
  font-size: 10rem;
  color: #2c2a2a;
}

.search_data_box {}

.search_data_box {}

.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;
}
