* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f5f5;
}
.search_box {
  width: 100%;
  height: 0.88rem;
  background: #00B38A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_box .back {
  width: 0.2rem;
  margin-right: 0.1rem;
}
.search_box .input_box {
  width: 6.47rem;
  height: 0.58rem;
  background: #FFFFFF;
  border-radius: 0.29rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.search_box .input_box input {
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 0.58rem;
  padding-left: 0.47rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.search_box .input_box img {
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.32rem;
}
.tips {
  width: 100%;
  height: 0.8rem;
  background: #FFFFFF;
  padding-left: 0.33rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #212121;
  box-sizing: border-box;
}
.tips span {
  color: #00B38A;
  font-size: 0.3rem;
}
.remain_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.52rem;
}
.remain_item .ranking {
  font-size: 0.48rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #909090;
  margin-right: 0.12rem;
  width: 0.55rem;
}
.remain_item .game_info {
  flex: 1;
  overflow: hidden;
  display: flex;
}
.remain_item .game_info .icon {
  width: 1.22rem;
  height: 1.22rem;
  margin-right: 0.17rem;
  border-radius: 0.3rem;
}
.remain_item .game_info .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Microsoft YaHei;
  font-weight: 400;
  flex: 1;
}
.remain_item .game_info .info .name {
  font-size: 0.3rem;
  color: #444444;
}
.remain_item .game_info .info p {
  font-size: 0.24rem;
  color: #b9b9b9;
}
.remain_item .game_info .info p span {
  font-size: 0.24rem;
}
.remain_item .game_info .info .des {
  font-size: 0.24rem;
  color: #999999;
}
.remain_item .load {
  width: 1.16rem;
  height: 0.6rem;
  background: #ff992c;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.remain_item .load:active {
  opacity: 0.8;
}
.remain_item:last-of-type {
  margin-bottom: 0;
}
.latest_news {
  padding: 0.48rem 0.36rem 0.3rem 0.29rem;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.latest_news .latest_news_title {
  position: relative;
}
.latest_news .latest_news_title .word {
  font-size: 0.38rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.latest_news .latest_news_title .add {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.latest_news .latest_news_title .add img {
  width: 0.15rem;
  vertical-align: bottom;
  margin-right: 0.08rem;
}
.latest_news .latest_news_title .add span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: bottom;
}
.latest_news .new_items .new_item {
  padding-top: 0.31rem;
}
.latest_news .new_items .new_item a {
  display: block;
  width: 100%;
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eeeeee;
}
.latest_news .new_items .new_item a .item_img {
  width: 2.4rem;
  height: 1.5rem;
  border-radius: 0.04rem;
  margin-right: 0.27rem;
}
.latest_news .new_items .new_item a .item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.08rem 0 0.17rem 0;
}
.latest_news .new_items .new_item a .item_info .name {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 0.35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.latest_news .new_items .new_item a .item_info .date {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.latest_news .new_items .new_item a:active .item_info .name {
  color: #c52a2a;
}
.latest_news .new_items .new_item:last-of-type a {
  border-bottom: none;
}
.infomation_wrapper {
  width: 100%;
  background-color: #fff;
  margin-top: 0.17rem;
  min-height: calc(100vh - 1.5rem - 0.88rem - 0.42rem - 0.15rem - 0.8rem - 0.88rem);
}
.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: #DDF8F2;
  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: #00B38A;
  box-shadow: 0px 5px 10px 0px rgba(0, 183, 141, 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: #00B38A;
  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: #00B38A;
}
.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;
  padding-left: 0.26rem;
  padding-right: 0.37rem;
  margin-top: 0.2rem;
}
.infomation_wrapper .new_game_box {
  display: none;
  padding-bottom: 0.21rem;
}
.game_strategy_box .remain_item {
  padding-bottom: 0.34rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid #EEEEEE;
}
.game_strategy_box .remain_item .game_info .info .name {
  font-size: 0.32rem;
}
.game_strategy_box .remain_item .load {
  border: 1px solid #00B38A;
  border-radius: 0.08rem;
  background-color: #fff;
  font-size: 0.28rem;
  color: #00B38A;
}
.game_strategy_box .remain_item:last-of-type {
  margin-bottom: 0;
}
.infomation_wrapper .toggle_box {
  padding-top: 0.3rem !important;
}
.footer_n {
  width: 100%;
  height: 0.88rem;
  background-color: #fff;
  margin-top: 0.22rem;
  margin-bottom: 0.2rem;
}
.footer_n ul {
  padding: 0 0.4rem 0 0.35rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_n ul li {
  list-style: none;
}
.footer_n ul li a {
  text-decoration: none;
  display: block;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.footer_n ul li:active a {
  color: #c52a2a;
}
.footer {
  width: 100%;
  height: 1.5rem;
  background: #272525;
  display: flex;
  align-items: center;
  padding-left: 0.55rem;
  position: relative;
  box-sizing: border-box;
}
.footer .logo {
  width: 1.93rem;
}
.footer .f_content {
  margin-left: 0.3rem;
}
.footer .f_content div {
  display: flex;
  align-items: center;
}
.footer .f_content div a {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.footer .f_content div a.active {
  color: #00B38A;
}
.footer .f_content div span {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.31rem;
  background-color: #999;
}
.footer .f_content p {
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin-top: 0.2rem;
}
a {
  text-decoration: none;
}
