/* #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 img {
  width: 100%;
  height: 100%;
}
.header .left .logo_img {
  width: 37rem;
  height: 37rem;
}
.header .left .play_name {
  padding-left: 9rem;
  font-size: 18rem;
  font-weight: 500;
  color: #25cbf2;
}
.header .right {
  width: 26rem;
  height: 25rem;
}
.header .right img {
  width: 100%;
  height: 100%;
}
/* #endregion */
.container {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  background-color: #fcdcb3;
  padding-top: 60rem;
  overflow: hidden;
}
.container .main {
  box-sizing: border-box;
  color: #ffffff;
}
.container .main .swiper_box .swiper {
  position: relative;
}
.container .main .swiper_box .swiper .swiper-wrapper .swiper-slide {
  color: #fff;
  font-size: 20rem;
  height: 90vw;
  line-height: 150rem;
  text-align: center;
  background-color: #444444;
  position: relative;
}
.container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon {
  width: 100%;
  height: 100%;
}
.container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_icon img {
  width: 100%;
  height: 100%;
}
.container .main .swiper_box .swiper .swiper-wrapper .swiper-slide .play_button {
  width: 78rem;
  height: 38rem;
  line-height: 38rem;
  text-align: center;
  font-size: 16rem;
  font-weight: 400;
  color: #000000;
  background: #25cbf2;
  border-radius: 20rem;
  position: absolute;
  left: 20rem;
  bottom: 18rem;
}
.container .main .swiper_box .swiper .swiper-pagination {
  box-sizing: border-box;
  text-align: right;
  padding-right: 20rem;
}
.container .main .swiper_box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 29rem;
  height: 7rem;
  background: #25cbf2;
  border-radius: 4rem;
}
.container .main .hot_play, .container .main .other_play_list {
  box-sizing: border-box;
  padding: 14rem;
}
.container .main .hot_play .sub_title,
.container .main .other_play_list_item .sub_title {
  margin-bottom: 15rem;
  font-weight: 400;
}
.container .main .hot_play .sub_title .left,
.container .main .other_play_list_item .sub_title .left {
  font-weight: 800;
  font-size: 20rem;
  color: #ffffff;
}
.container .main .hot_play .sub_title .right,
.container .main .other_play_list_item .sub_title .right {
  font-size: 16rem;
  font-weight: 400;
  color: #ffffff;
}
.container .main .hot_play .sub_title .right a,
.container .main .other_play_list_item .sub_title .right a {
  color: #ffffff;
}
.container .main .hot_play .play_list .play_item {
  box-sizing: border-box;
  width: calc((100% - 10rem) / 2);
  border-radius: 10rem;
  font-weight: bold;
  font-size: 14rem;
  color: #ffffff;
  margin-bottom: 20rem;
}
.container .main .hot_play .play_list .play_item .play_info .play_icon {
  width: 100%;
  height: calc((100vw - 30rem) / 2);
  background: #ffffff;
  box-shadow: 0rem 3rem 0rem 0rem rgba(31, 30, 30, 0.37);
  border-radius: 6rem;
  overflow: hidden;
}
.container .main .hot_play .play_list .play_item .play_info .play_icon img {
  width: 100%;
  height: 100%;
}
.container .main .hot_play .play_list .play_item .play_info .play_name {
  width: 100%;
  margin-top: 8rem;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
}
.container .main .hot_play .play_list .play_item .play_describe {
  font-size: 10rem;
  font-weight: 400;
  margin-top: 10rem;
  color: #ffffff;
}
.container .main .other_play_list_item .sub_title {
  margin-top: 15rem;
  margin-bottom: 8rem;
}
.container .main .other_play_list_item .other_play_item {
  width: 25%;
  margin-bottom: 14rem;
}
.container .main .other_play_list_item .other_play_item .other_play_info {
  justify-content: center;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_icon {
  width: 79rem;
  height: 77rem;
  background: #d5d5d5;
  border-radius: 10rem;
  overflow: hidden;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_icon img {
  width: 100%;
  height: 100%;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_name {
  width: 88%;
  margin-top: 6rem;
  font-size: 14rem;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_rate {
  text-align: left;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box {
  margin-bottom: 2rem;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .rate_num {
  font-size: 16rem;
  font-weight: 400;
  color: #333333;
}
.container .main .other_play_list_item .other_play_item .other_play_info .play_rate .rate_box .star_box .star {
  width: 12rem;
  height: 12rem;
}
.container .main .flex3 .other_play_list_item .other_play_item_box {
  justify-content: space-between;
}
.container .main .flex3 .other_play_list_item .other_play_item {
  width: calc((100% - 16rem) / 3);
}
.container .main .flex3 .other_play_list_item .other_play_item .other_play_info {
  justify-content: center;
}
.container .main .flex3 .other_play_list_item .other_play_item .other_play_info .play_icon {
  width: 100%;
  height: calc((100vw - 140rem) / 2);
}
.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: -moz-max-content;
  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;
}/*# sourceMappingURL=index.css.map */
.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%;
}
.search_data_box {
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.search_data_box {}
.search_data_box {}