@import "common.css";
/* 定义一个兼容类 */
.phone_game_title {
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.phone_game_title .phone_icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 48px;
  align-items: center;
}
.phone_game_title .phone_icon i {
  width: 5px;
  height: 24px;
  background: linear-gradient(0deg, #FF2946 0%, #FF7C19 100%);
  border-radius: 3px;
  margin-right: 11px;
}
.phone_game_title .phone_icon .tips {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-right: 37px;
}
.phone_game_title .btn_box {
  display: inline-block;
  vertical-align: middle;
}
.phone_game_title .btn_box .btn {
  cursor: pointer;
  margin-right: 11px;
  display: inline-block;
  width: 84px;
  height: 26px;
  background: #BFBFBF;
  border-radius: 13px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.phone_game_title .btn_box .btn.active,
.phone_game_title .btn_box .btn:hover {
  background: url('../img/6-index/choose_btn_bg.png') no-repeat;
  background-size: 100% 100%;
}
.phone_game_title .btn_box .btn.active::after,
.phone_game_title .btn_box .btn:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 11px;
  height: 7px;
  background: url('../img/6-index/choose-b.png') no-repeat;
  background-size: 100% 100%;
}
.phone_game_title .more_game {
  float: right;
  margin-top: 11px;
}
.phone_game_title .more_game a {
  display: inline-block;
}
.phone_game_title .more_game a span {
  font-weight: bold;
  font-size: 12px;
  color: #FF5A2C;
}
.phone_game_title .more_game a:hover {
  opacity: 0.5;
}
.phone_game_title .more_game span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  vertical-align: middle;
}
.phone_game_title .more_game img {
  margin-left: 10px;
  vertical-align: middle;
}
.game_introduction {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 45px;
}
.game_introduction .container .introduction_wrapper {
  position: relative;
}
.game_introduction .container .introduction_wrapper .news_wrapper {
  width: 900px;
  padding-bottom: 21px;
}
.game_introduction .container .introduction_wrapper .news_wrapper a {
  display: block;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover {
  background: #faf6f6;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover .item_des h1 {
  color: #f2531c;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover .item_des > div .game_name {
  color: #f2531c;
}
.game_introduction .container .introduction_wrapper .news_wrapper a .news_item:first-of-type {
  padding-top: 41px;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:last-child .news_item::after {
  display: none;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item {
  padding: 35px 21px 34px 24px;
  position: relative;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  right: 21px;
  height: 1px;
  background-color: #eeeeee;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .day {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .year {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  margin-top: 13px;
  margin-bottom: 9px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .game_photo {
  width: 160px;
  height: 110px;
  border-radius: 2px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des {
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des h1 {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-width: 500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
  color: #7C7C7C;
  line-height: 26px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div {
  margin-top: 29px;
  font-family: PingFang SC;
  font-weight: 500;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div .game_name {
  font-size: 13px;
  color: #FF5A2C;
  vertical-align: middle;
  margin-right: 21px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div {
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div img {
  vertical-align: middle;
  margin-right: 5px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div span {
  vertical-align: middle;
  font-size: 12px;
  color: #999;
}
.game_introduction .container .introduction_wrapper .page_box {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.game_introduction .container .introduction_wrapper .page_box .btn {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  cursor: pointer;
  margin-right: 7px;
}
.game_introduction .container .introduction_wrapper .page_box .btn:hover {
  background-color: #ed6666;
  color: #ffffff;
}
.game_introduction .container .introduction_wrapper .page_box div {
  padding: 9px 11px 9px 12px;
}
.game_introduction .container .introduction_wrapper .page_box span {
  padding: 10px 10px;
  cursor: pointer;
}
.game_introduction .container .introduction_wrapper .page_box span.active {
  background-color: #ed6666;
  color: #ffffff;
}
.game_introduction .container .introduction_wrapper .page_box .all_num strong {
  font-size: 12px;
}
.game_introduction .container .introduction_wrapper .aside_box .advert {
  width: 320px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  margin-bottom: 18px;
  padding: 13px 15px 17px 15px;
  position: relative;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .advert_img {
  width: 100%;
  height: 100%;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close {
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close span {
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 2px 7px 4px 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close div {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend {
  width: 320px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  margin-bottom: 15px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend a {
  display: inline-block;
  vertical-align: top;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend h2 {
  padding: 21px 0 17px 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  border-bottom: 1px solid #f4f4f4;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box {
  padding: 12px 7px 6px 15px;
  font-size: 0;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 9px;
  margin-bottom: 28px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item img {
  width: 136px;
  height: 80px;
  border-radius: 2px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item .name {
  margin-top: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item:hover .name {
  color: #FB5503;
}
.game_introduction .container .bread_crumbs .bread .jt {
  margin: 0;
  margin-right: 5px;
}
.game_introduction .container .bread_crumbs .bread span:last-of-type {
  color: #666666;
}
.week_news {
  width: 290px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.week_news .phone_game_title {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 5px;
}
.week_news .w_news_box a .w_news_item {
  display: flex;
  align-items: center;
}
.week_news .w_news_box a .w_news_item .w_news_num {
  width: 18px;
  height: 18px;
  background: #FF5A2C;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 14px;
}
.week_news .w_news_box a .w_news_item:hover {
  opacity: 0.8;
}
.week_news .w_news_box a:nth-of-type(n + 4) .w_news_item .w_news_num {
  background: #ABABAB;
  border-radius: 4px;
}
.hot_game_recommed {
  width: 290px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.hot_game_recommed .phone_game_title {
  padding: 20px 18px 11px 22px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 0;
}
.hot_game_recommed .phone_game_title .phone_icon .tips {
  font-size: 18px;
  color: #333333;
}
.hot_game_recommed .h_title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 5px;
}
.hot_game_recommed .h_title span {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  padding-bottom: 15px;
  border-bottom: 2px solid #e95656;
}
.hot_game_recommed .hot_box {
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 16px;
}
.hot_game_recommed .hot_box a {
  display: block;
  margin-bottom: 11px;
  border-bottom: 1px solid #F5F5F5;
}
.hot_game_recommed .hot_box a:nth-of-type(1) .hot_item_l {
  background: url('../img/6-index/1.png') no-repeat;
  background-size: 100% 100%;
}
.hot_game_recommed .hot_box a:nth-of-type(2) .hot_item_l {
  background: url('../img/6-index/2.png') no-repeat;
  background-size: 100% 100%;
}
.hot_game_recommed .hot_box a:nth-of-type(3) .hot_item_l {
  background: url('../img/6-index/3.png') no-repeat;
  background-size: 100% 100%;
}
.hot_game_recommed .hot_box .hot_item {
  width: 100%;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot_game_recommed .hot_box .hot_item .hot_item_l {
  width: 28px;
  height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  text-align: center;
  line-height: 23px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r {
  margin-left: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 18px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r.hot_hover_box {
  display: none;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  margin-right: 12px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info .hot_game_title {
  max-width: 115px;
  font-weight: bold;
  font-size: 15px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info span {
  width: 90px;
  height: 30px;
  background: #FF5A2C;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info p {
  max-width: 114px;
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info .hot_item_f div {
  display: inline-block;
  font-size: 14px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info .hot_item_f div span {
  font-size: 14px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info .hot_item_f div.mark {
  color: #ff8b1a;
  width: 60px;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r .hot_game_info .hot_item_f div.load_total {
  color: #7bc68b;
}
.hot_game_recommed .hot_box .hot_item .hot_item_r button {
  width: 80px;
  height: 36px;
  background: linear-gradient(90deg, #FF8A2F 0%, #FF2449 100%);
  border-radius: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
}
.hot_game_recommed .hot_box .hot_item .hot_show_box {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.hot_game_recommed .hot_box .hot_item .hot_show_box .hot_game_tag {
  width: 85px;
  font-weight: 400;
  font-size: 15px;
  color: #444;
  text-align: center;
}
.hot_game_recommed .hot_box .hot_item .hot_show_box .hot_game_title {
  font-size: 15px;
  color: #222222;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.hot_game_recommed .hot_box .hot_item:hover .hot_item_r {
  display: flex;
}
.hot_game_recommed .hot_box .hot_item:hover .hot_show_box {
  display: none;
}
.top_game_strategy_items {
  width: 900px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 16px 13px 13px;
}
.top_game_strategy_items .game_strategy_item {
  width: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 75px;
}
.top_game_strategy_items .game_strategy_item .game_strategy_item_cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  border-radius: 12px;
}
.top_game_strategy_items .game_strategy_item .bg_box {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 80px 10px 20px;
}
.top_game_strategy_items .game_strategy_item .bg_box .game_name {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.top_game_strategy_items .game_strategy_item .bg_box .game_name span {
  font-weight: bold;
  font-size: 15px;
  color: #FF5A2C;
}
.top_game_strategy_items .game_strategy_item .bg_box .game_name a {
  width: 80px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #FF5A2C;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  color: #FF5A2C;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items {
  padding-top: 15px;
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item {
  margin-bottom: 15px;
  padding-left: 5px;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item:last-child {
  margin-bottom: 0;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item .type {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #B2B2B2;
  transform: rotate(45deg);
  margin-right: 8px;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item .des {
  display: inline-block;
  vertical-align: middle;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item .des a {
  display: inline-block;
  max-width: 224px;
  font-size: 14px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item .des a:hover {
  color: #fb5503;
  text-decoration: underline;
}
.top_game_strategy_items .game_strategy_item .bg_box .strategy_items .strategy_item .date {
  float: right;
  font-size: 14px;
  color: #999999;
}
.recommend_strategy_container {
  width: 100%;
}
.recommend_strategy_container .phone_game_title {
  padding-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.recommend_strategy_container .phone_game_title .phone_icon {
  margin-right: 0;
}
.recommend_strategy_container a {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.recommend_strategy_container a .news_item .game_photo {
  width: 280px !important;
  height: 140px !important;
  border-radius: 8px !important;
  margin-right: 28px !important;
}
