@import "common.css";
.index_wrapper .swiper_box {
  width: 100%;
  background-color: #fff;
}
.index_wrapper .swiper_box .swiper-container {
  width: 100%;
  padding-bottom: 0.3rem;
}
.index_wrapper .swiper_box .swiper-container .swiper-slide {
  position: relative;
  height: 3.8rem;
  background-size: auto 100%;
  background-position: center center;
}
.index_wrapper .swiper_box .swiper-container .swiper-slide .show_img {
  width: 100%;
  border-radius: 0.08rem;
}
.index_wrapper .swiper_box .swiper-container .swiper-slide .f_img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.index_wrapper .swiper_box .swiper-container .swiper-slide .title {
  position: absolute;
  left: 0rem;
  bottom: 0.22rem;
  padding-left: 0.23rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.index_wrapper .swiper_box .swiper-container .swiper-slide.swiper-slide-active {
  box-shadow: 0px 0.13rem 0.22rem 0px rgba(48, 48, 48, 0.3);
}
.index_wrapper .game_box {
  margin-bottom: 0.161rem;
}
.index_wrapper .phone_game_load {
  width: 100%;
  background-color: #fff;
  padding: 0.45rem 0.3rem 0 0.3rem;
}
.index_wrapper .phone_game_load .phone_game_h {
  position: relative;
  width: 100%;
}
.index_wrapper .phone_game_load .phone_game_h i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 0.3rem;
  background: linear-gradient(0deg, #C52A2A 0%, #FF6565 100%);
  border-radius: 0.05rem;
}
.index_wrapper .phone_game_load .phone_game_h .word {
  padding-left: 0.2rem;
  font-size: 0.38rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.index_wrapper .phone_game_load .phone_game_h .add {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.index_wrapper .phone_game_load .phone_game_h .add img {
  width: 0.15rem;
  vertical-align: bottom;
  margin-right: 0.08rem;
}
.index_wrapper .phone_game_load .phone_game_h .add span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: bottom;
}
.index_wrapper .phone_game_load .phone_game_toggle {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.76rem;
  background: #ffdddd;
  border-radius: 0.38rem;
  display: flex;
  align-items: center;
  padding: 0 0.06rem;
  position: relative;
  box-sizing: border-box;
}
.index_wrapper .phone_game_load .phone_game_toggle .move {
  width: 2.1rem;
  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;
}
.index_wrapper .phone_game_load .phone_game_toggle .toggle_item {
  box-sizing: border-box;
  border-radius: 0.33rem;
  position: relative;
  z-index: 2;
  width: 2.1rem;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 800;
  color: #E53B3B;
  margin-right: 0.23rem;
}
.index_wrapper .phone_game_load .phone_game_toggle .toggle_item:nth-of-type(4) {
  margin-right: 0;
}
.index_wrapper .phone_game_load .lable_box {
  width: 100%;
  margin-top: 0.43rem;
}
.index_wrapper .phone_game_load .lable_box .top_three {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.41rem;
}
.index_wrapper .phone_game_load .lable_box .box {
  padding-top: 0.29rem;
  width: 2rem;
  height: 3.06rem;
  border-radius: 0.12rem;
  text-align: center;
  position: relative;
}
.index_wrapper .phone_game_load .lable_box .box .logo {
  width: 1.3rem;
  height: 1.3rem;
}
.index_wrapper .phone_game_load .lable_box .box .name {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.24rem;
}
.index_wrapper .phone_game_load .lable_box .box .download {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  border-bottom-left-radius: 0.12rem;
  border-bottom-right-radius: 0.12rem;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(1) {
  background: url("../images/sec.png") no-repeat;
  background-size: 100% 100%;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(1) .download {
  background-color: #ff9a02;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(2) {
  width: 2.3rem;
  background: url("../images/fir.png") no-repeat;
  background-size: 100% 100%;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(2) .download {
  background-color: #f75e34;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.3rem;
  width: 0.62rem;
  height: 0.6rem;
  background: url("../images/guangguang.png") no-repeat;
  background-size: 100% 100%;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(3) {
  background: url("../images/thi.png") no-repeat;
  background-size: 100% 100%;
}
.index_wrapper .phone_game_load .lable_box .box:nth-of-type(3) .download {
  background-color: #5c6cf6;
}
.index_wrapper .phone_game_load .lable_box .remain_items {
  padding-bottom: 0.46rem;
}
.index_wrapper .phone_game_load .lable_box.new_game_box,
.index_wrapper .phone_game_load .lable_box.recommend_box {
  display: none;
}
.index_wrapper .search_total {
  width: 100%;
}
.index_wrapper .search_total a {
  display: block;
  width: 100%;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
.index_wrapper .banner {
  width: 100%;
  padding: 0.21rem 0.3rem;
}
.index_wrapper .banner a {
  display: inline-block;
  width: 100%;
  height: 2.8rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index_wrapper .latest_news .new_items a .item_img {
  margin-right: 0;
}
.index_wrapper .latest_news .new_items a .item_info {
  margin-right: 0.27rem;
}
.index_wrapper .hot_strategy {
  margin-top: 0.17rem;
  width: 100%;
  background-color: #fff;
  padding: 0.44rem 0.32rem 0rem 0.3rem;
}
.index_wrapper .hot_strategy .hot_strategy_title {
  margin-bottom: 0.15rem;
  position: relative;
}
.index_wrapper .hot_strategy .hot_strategy_title i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 0.3rem;
  background: linear-gradient(0deg, #C52A2A 0%, #FF6565 100%);
  border-radius: 0.05rem;
}
.index_wrapper .hot_strategy .hot_strategy_title .word {
  padding-left: 0.2rem;
  font-size: 0.38rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.index_wrapper .hot_strategy .hot_strategy_title .add {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.index_wrapper .hot_strategy .hot_strategy_title .add img {
  width: 0.15rem;
  vertical-align: bottom;
  margin-right: 0.08rem;
}
.index_wrapper .hot_strategy .hot_strategy_title .add span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: bottom;
}
.index_wrapper .hot_strategy .hot_strategy_items {
  width: 100%;
  box-sizing: border-box;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy_types {
  overflow: auto;
  white-space: nowrap;
  margin-top: 0.3rem;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy_types .hot_strategy_type {
  display: inline-block;
  padding: 0.16rem 0.3rem 0.19rem 0.28rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  color: #888888;
  margin-right: 0.28rem;
  border-radius: 0.32rem;
  background: #F6F7FA;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy_types .hot_strategy_type.active {
  background: #E95656;
  color: #fff;
  box-shadow: 0px 0.06rem 0.12rem 0px rgba(233, 86, 86, 0.4);
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy_types::-webkit-scrollbar {
  height: 0px;
}
.index_wrapper .hot_strategy .hot_strategy_items .strategy_items_box {
  display: none;
}
.index_wrapper .hot_strategy .hot_strategy_items .strategy_items_box.strategy_items_box0 {
  display: block;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item {
  padding-top: 0.31rem;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a {
  display: block;
  width: 100%;
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eeeeee;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a .item_img {
  width: 2.4rem;
  height: 1.5rem;
  border-radius: 0.04rem;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a .item_info {
  margin-right: 0.27rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.08rem 0 0.17rem 0;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__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;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a .item_info .date {
  margin-top: 0.25rem;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a .item_info .date span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 500;
  color: #888888;
  vertical-align: middle;
  padding: 0.06rem 0.16rem 0.08rem 0.13rem;
  margin-right: 0.16rem;
  background: #F6F7FA;
  border-radius: 0.08rem;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a .item_info .date i {
  font-size: 0.24rem;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item a:active .item_info .name {
  color: #c52a2a;
}
.index_wrapper .hot_strategy .hot_strategy_items .hot_strategy__item:last-child a {
  border-bottom: none;
}
.index_wrapper .hot_strategy .hot_items a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0.31rem;
  padding-top: 0.27rem;
  border-bottom: 1px solid #eeeeee;
  font-family: PingFang SC;
  font-weight: 500;
}
.index_wrapper .hot_strategy .hot_items a .point {
  width: 0.1rem;
  height: 0.1rem;
  background: #bebebe;
  transform: rotate(45deg);
  margin-right: 0.23rem;
}
.index_wrapper .hot_strategy .hot_items a .title {
  font-size: 0.28rem;
  color: #444444;
  flex: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_wrapper .hot_strategy .hot_items a .date {
  font-size: 0.24rem;
  color: #999999;
}
.index_wrapper .hot_strategy .hot_items a:active .title {
  color: #c52a2a;
}
.index_wrapper .hot_strategy .hot_items .hot_item:last-of-type a {
  border-bottom: none;
}
.index_wrapper .footer_toggle_box {
  background-color: #fff;
  margin-top: 0.18rem;
}
.index_wrapper .footer_toggle_box .hot_strategy_title {
  padding-top: 0.44rem;
  padding-left: 0.26rem;
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #EEEEEE;
}
.index_wrapper .footer_toggle_box .hot_strategy_title i {
  position: absolute;
  bottom: 0.25rem;
  left: 0.26rem;
  width: 0.1rem;
  height: 0.3rem;
  background: linear-gradient(0deg, #C52A2A 0%, #FF6565 100%);
  border-radius: 0.05rem;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .word {
  margin-left: 0.35rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #888888;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .word:nth-of-type(1) {
  margin-right: 10px;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .word.active {
  font-size: 0.38rem;
  color: #212121;
  position: relative;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .word.active::after {
  content: '';
  position: absolute;
  bottom: -0.17rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.05rem;
  background: #C92E2E;
  border-radius: 0.04rem;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .add {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .add img {
  width: 0.15rem;
  vertical-align: bottom;
  margin-right: 0.08rem;
}
.index_wrapper .footer_toggle_box .hot_strategy_title .add span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: bottom;
}
.index_wrapper .footer_toggle_box .content_box {
  overflow: hidden;
  padding: 0.4rem 0.41rem 0.06rem 0.28rem;
  border-bottom: 1px solid #EEEEEE;
}
.index_wrapper .footer_toggle_box .content_box .common_box {
  display: flex;
  flex-wrap: wrap;
  max-height: 1.5rem;
}
.index_wrapper .footer_toggle_box .content_box .common_box li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 0.3rem;
  margin-right: 0.2rem;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_wrapper .footer_toggle_box .content_box .common_box li a {
  font-size: 0.24rem;
  color: #212121;
}
.index_wrapper .footer_toggle_box .content_box .common_box.show {
  max-height: none;
}
.index_wrapper .footer_toggle_box .content_box .common_box.hot_attention {
  display: none;
}
.index_wrapper .footer_toggle_box .all {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.78rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.index_wrapper .footer_toggle_box .all i {
  font-size: 0.28rem;
}
.index_wrapper .footer_toggle_box .all i:nth-of-type(2) {
  display: none;
}
.index_wrapper .footer_toggle_box .all img {
  width: 0.24rem;
  margin-left: 0.18rem;
}
.index_wrapper .footer_toggle_box .all.show i:nth-of-type(1) {
  display: none;
}
.index_wrapper .footer_toggle_box .all.show i:nth-of-type(2) {
  display: block;
}
.index_wrapper .footer_toggle_box .all.show img {
  transform: rotate(180deg);
}
