@import "common.css";
.infomation_wrapper {
  width: 100%;
  background-color: #fff;
  margin-top: 0.17rem;
}
.infomation_wrapper .toggle_box {
  padding-top: 0.39rem;
}
.infomation_wrapper .toggle_box .phone_game_toggle {
  margin: 0 auto;
  width: 5.31rem;
  height: 0.76rem;
  background: #ffdddd;
  border-radius: 0.38rem;
  display: flex;
  align-items: center;
  padding: 0 0.06rem;
  position: relative;
  box-sizing: border-box;
}
.infomation_wrapper .toggle_box .phone_game_toggle .move {
  width: 2.48rem;
  height: 0.65rem;
  background: #e95656;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(233, 86, 86, 0.48);
  border-radius: 0.33rem;
  position: absolute;
  top: 0.06rem;
  left: 0.06rem;
  z-index: 1;
  transition: left 0.5s;
}
.infomation_wrapper .toggle_box .phone_game_toggle .toggle_item {
  box-sizing: border-box;
  border-radius: 0.33rem;
  position: relative;
  z-index: 2;
  width: 2.48rem;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #e53b3b;
  margin-right: 0.23rem;
}
.infomation_wrapper .toggle_box .phone_game_toggle .toggle_item:nth-of-type(3) {
  margin-right: 0;
}
.infomation_wrapper .latest_news {
  padding-right: 0.3rem;
  padding-top: 0.05rem;
  padding-bottom: 0;
}
.infomation_wrapper .latest_news .new_items .new_item {
  padding-top: 0.4rem;
}
.infomation_wrapper .latest_news .new_items .new_item a {
  padding-bottom: 0.4rem;
}
.infomation_wrapper .latest_news .new_items .new_item a .item_info {
  padding-bottom: 0.05rem;
}
.infomation_wrapper .latest_news .new_items .new_item a .item_info .info .type {
  display: inline-block;
  padding: 0.07rem 0.21rem 0.08rem 0.15rem;
  background: #fff4e4;
  border-radius: 0.19rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ff890a;
  margin-right: 0.19rem;
}
.infomation_wrapper .latest_news .new_items .new_item:last-of-type a {
  border-bottom: 1px solid #eee;
}
.infomation_wrapper .get_more {
  margin: 0.21rem 0.3rem 0 0.3rem;
  height: 0.88rem;
  background-color: #f4f4f4;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infomation_wrapper .get_more span {
  margin-left: 0.17rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e95656;
}
.infomation_wrapper .get_more img {
  width: 0.28rem;
}
.infomation_wrapper .get_more:active {
  background-color: #fac2c2;
}
.infomation_wrapper .game_strategy_box {
  padding-bottom: 0.21rem;
}
.infomation_wrapper .new_game_box {
  display: none;
  padding-bottom: 0.21rem;
}
