.code_box {
  position: absolute;
  right: -12px;
  top: 18px;
  text-align: center;
}
.code_box .code {
  width: 131px;
  height: 131px;
  background: url('../images/code-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 2px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.code_box .code img {
  width: 100%;
  height: 100%;
}
.code_box .tips {
  width: 150px;
  height: 36px;
  background: linear-gradient(-83deg, #00B5B3 0%, #00C6B2 49%, #01D5B2 100%);
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.code_box .tips i {
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #78DCD7;
  margin-left: 6px;
  margin-right: 8px;
  vertical-align: top;
}
.code_box .tips span {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/download-icon.png') no-repeat;
  background-size: 100% 100%;
}
.outside_box {
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.outside_box .hot_news {
  margin-top: 28px;
}
.outside_box .hot_news .tips {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.outside_box .hot_news .tips span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 20px;
  background: linear-gradient(0deg, #EC5614 0%, #FAB02E 100%);
  margin-right: 10px;
}
.outside_box .hot_news ul {
  font-size: 0;
}
.outside_box .hot_news ul li {
  width: 290px;
  height: 230px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 14px;
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  cursor: pointer;
}
.outside_box .hot_news ul li:nth-of-type(4n) {
  margin-right: 0;
}
.outside_box .hot_news ul li:hover {
  opacity: 0.85;
}
.outside_box .hot_news ul li .des {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.outside_box .hot_news ul li .des img {
  width: 100%;
  height: 140px;
}
.outside_box .hot_news ul li .des p {
  position: absolute;
  bottom: 10px;
  left: 13px;
  max-width: 261px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFEFE;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outside_box .hot_news ul li .news_name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 14px;
}
.outside_box .hot_news ul li .date {
  position: absolute;
  bottom: 16px;
  left: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.outside_box .hot_news .page_box {
  text-align: center;
  font-size: 0;
  margin-top: 12px;
}
.outside_box .hot_news .page_box .btn {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  line-height: 27px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  background: #E1E3E6;
  border-radius: 4px;
  margin-right: 11px;
  cursor: pointer;
}
.outside_box .hot_news .page_box .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.outside_box .hot_news .page_box .btn.active,
.outside_box .hot_news .page_box .btn:hover {
  background: #00B38A;
}
.outside_box .hot_news .page_box .btn.active a,
.outside_box .hot_news .page_box .btn:hover a {
  color: #fff;
}
.outside_box .hot_game {
  margin-top: 28px;
}
.outside_box .hot_game .tips {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.outside_box .hot_game .tips span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 20px;
  background: linear-gradient(0deg, #EC5614 0%, #FAB02E 100%);
  margin-right: 10px;
}
.outside_box .hot_game .hot_game_box {
  background-color: #fff;
  border-radius: 4px;
}
.outside_box .hot_game .hot_game_box ul {
  font-size: 0;
}
.outside_box .hot_game .hot_game_box ul li {
  width: 33%;
  height: 148px;
  box-sizing: border-box;
  border: 1px solid #F4F4F4;
  border-top: none;
  border-left: none;
  padding-top: 25px;
  padding-left: 22px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.outside_box .hot_game .hot_game_box ul li:hover {
  opacity: 0.85;
}
.outside_box .hot_game .hot_game_box ul li:nth-of-type(3n) {
  border-right: none;
}
.outside_box .hot_game .hot_game_box ul li:nth-of-type(n+7) {
  border-bottom: none;
}
.outside_box .hot_game .hot_game_box ul li h2 > img {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  height: 88px;
  border-radius: 5px;
  margin-right: 20px;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des .game_name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 6px;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des p i {
  display: inline-block;
  margin: 0 5px;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des .btn {
  width: 80px;
  height: 28px;
  background: #00B38A;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 9px;
  cursor: pointer;
}
.outside_box .hot_game .hot_game_box ul li .hot_game_des .btn:active {
  opacity: 0.85;
}
.outside_box .related_topics {
  margin-top: 28px;
}
.outside_box .related_topics .tips {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.outside_box .related_topics .tips span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 20px;
  background: linear-gradient(0deg, #EC5614 0%, #FAB02E 100%);
  margin-right: 10px;
}
.outside_box .related_topics .topics_box {
  display: inline-block;
  vertical-align: top;
  width: 586px;
  background-color: #fff;
  border-radius: 4px;
}
.outside_box .related_topics .topics_box:nth-of-type(3) {
  float: right;
}
.outside_box .related_topics .topics_box .topics_box_top {
  width: 100%;
  height: 140px;
  border-radius: 4px 4px 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  cursor: pointer;
}
.outside_box .related_topics .topics_box .topics_box_top .top_content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 33%;
}
.outside_box .related_topics .topics_box .topics_box_top .top_content .name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.outside_box .related_topics .topics_box .topics_box_top .top_content .btn {
  margin: 0 auto;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  width: 126px;
  height: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  line-height: 28px;
  margin-top: 15px;
  cursor: pointer;
}
.outside_box .related_topics .topics_box .topics_box_top .top_content .btn img {
  vertical-align: middle;
  margin-left: 10px;
}
.outside_box .related_topics .topics_box .topics_box_top:hover {
  opacity: 0.85;
}
.outside_box .related_topics .topics_box .game_items {
  box-sizing: border-box;
  padding-right: 56px;
  padding-left: 46px;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 0;
}
.outside_box .related_topics .topics_box .game_items .game_item {
  display: inline-block;
  vertical-align: top;
}
.outside_box .related_topics .topics_box .game_items .game_item a {
  display: inline-block;
}
.outside_box .related_topics .topics_box .game_items .game_item a img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
.outside_box .related_topics .topics_box .game_items .game_item a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
  text-align: center;
  margin-top: 7px;
}
.outside_box .related_topics .topics_box .game_items .game_item:hover {
  opacity: 0.85;
}
.outside_box .related_topics .topics_box ul {
  width: 100%;
  padding: 0 28px 0 25px;
  box-sizing: border-box;
}
.outside_box .related_topics .topics_box ul li {
  border-bottom: 1px solid #F4F4F4;
}
.outside_box .related_topics .topics_box ul li h2 a {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 22px 0 21px 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.outside_box .related_topics .topics_box ul li h2 a .date {
  position: absolute;
  top: 50%;
  right: 6px;
  font-size: 12px;
  transform: translateY(-50%);
}
.outside_box .related_topics .topics_box ul li h2 a:hover {
  opacity: 0.7;
}
.outside_box .related_topics .topics_box ul li:last-of-type(1) h2 a {
  border-bottom: none;
}
.outside_box .theme_box {
  margin-top: 28px;
}
.outside_box .theme_box .tips {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.outside_box .theme_box .tips span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 20px;
  background: linear-gradient(0deg, #EC5614 0%, #FAB02E 100%);
  margin-right: 10px;
}
.outside_box .theme_box .content_box {
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 17px 0 4px 16px;
  border-radius: 4px;
}
.outside_box .theme_box .content_box ul {
  font-size: 0;
}
.outside_box .theme_box .content_box ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
}
.outside_box .theme_box .content_box ul li a {
  display: inline-block;
  font-size: 12px;
  padding: 11px 25px 10px 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  box-sizing: border-box;
  width: 147px;
  height: 34px;
  background: #F5F7FA;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outside_box .theme_box .content_box ul li a:hover {
  opacity: 0.85;
}
.outside_box .article_box {
  background-color: #fff;
  margin-top: 30px;
}
.outside_box .article_box .article_head {
  border-bottom: 1px solid #F4F4F4;
  height: 50px;
  box-sizing: border-box;
  padding-left: 10px;
}
.outside_box .article_box .article_head span {
  display: inline-block;
  width: 119px;
  height: 100%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.outside_box .article_box .article_head span.active {
  color: #00B38A;
  border-bottom: 2px solid #00B38A;
}
.outside_box .article_box .article_head span:hover {
  color: #00B38A;
  border-bottom: 2px solid #00B38A;
}
.outside_box .article_box ul {
  font-size: 0;
  padding-bottom: 11px;
}
.outside_box .article_box ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 50%;
  height: 39px;
}
.outside_box .article_box ul li:hover {
  opacity: 0.8;
}
.outside_box .article_box ul li a {
  display: inline-block;
  width: 100%;
  line-height: 39px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px dashed #DDDDDD;
}
.outside_box .article_box ul li a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00B38A;
  margin-right: 10px;
  vertical-align: middle;
}
.outside_box .article_box ul li a .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.new_dowl_info {
  width: 100%;
}
.new_dowl_info .new_info_left {
  width: 860px;
  height: 200px;
  display: inline-block;
}
.new_dowl_info .new_info_left .game_info_top {
  background: #fff;
  padding: 20px 0 20px 15px;
  position: relative;
}
.new_dowl_info .new_info_left .game_info_top .game_icon {
  width: 180px;
  height: 180px;
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
}
.new_dowl_info .new_info_left .game_info_top .game_info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_name {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4C4C4C;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_type {
  margin-bottom: 13px;
  margin-top: 7px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_type span {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  height: 28px;
  background: #F0F0F0;
  border-radius: 2px;
  line-height: 28px;
  padding: 0 16px;
  margin-right: 15px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_extra_info {
  margin-bottom: 20px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_extra_info span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #868C92;
  margin-right: 20px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .game_extra_info span i {
  color: #4C4C4C;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box {
  font-size: 0;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn {
  width: 200px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn:nth-of-type(3) {
  margin-right: 0;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.android a {
  padding-left: 26px;
  background: #1FCA7F;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.android a img {
  margin-right: 15px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.ios a {
  padding-left: 19px;
  background: #434343;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.ios a img {
  margin-right: 10px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.pc a {
  padding-left: 24px;
  background: #5797FF;
  font-size: 0;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.pc a img {
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.pc a span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: translateY(-7px);
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.pc a span::after {
  content: '需优先下载模拟器';
  position: absolute;
  top: 35%;
  left: 59%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.pc a i {
  font-size: 12px;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn.not_online {
  background: #C9C9C9;
  text-align: center;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn:active {
  opacity: 0.85;
}
.new_dowl_info .new_info_left .game_info_top .game_info .btn_box .btn:hover {
  opacity: 0.85;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05), 0px 6px 19px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p {
  font-family: Microsoft YaHei;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p:nth-of-type(2) {
  font-size: 40px;
  font-weight: bold;
  color: #4C4C4C;
  margin: 2px 0;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p:nth-of-type(3) {
  font-size: 14px;
  font-weight: bold;
  color: #4C4C4C;
  position: relative;
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p:nth-of-type(3)::after {
  content: '';
  width: 10px;
  height: 7px;
  background: url('../images/pinfen-left.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: -3px;
  transform: translateX(-100%);
}
.new_dowl_info .new_info_left .game_info_top .right_top_box p:nth-of-type(3)::before {
  content: '';
  width: 10px;
  height: 7px;
  background: url('../images/pinfen-left.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: -2px;
  transform: translateX(100%);
}
.new_dowl_info .new_info_left .comment_box {
  box-sizing: border-box;
  padding: 16px 15px 32px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new_dowl_info .new_info_left .comment_box .tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  border-bottom: 1px solid #F4F4F4;
}
.new_dowl_info .new_info_left .comment_box .tips span {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.new_dowl_info .new_info_left .comment_box .tips span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B38A;
}
.new_dowl_info .new_info_left .comment_box .banner_box {
  padding-top: 21px;
}
.new_dowl_info .new_info_left .comment_box .banner_box p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.new_dowl_info .new_info_left .comment_box .banner_box .snapShotCont li img {
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.2), 0px 6px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.new_dowl_info .new_info_left .game_intro {
  box-sizing: border-box;
  padding: 16px 15px 23px 14px;
}
.new_dowl_info .new_info_left .game_intro .tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  border-bottom: 1px solid #F4F4F4;
}
.new_dowl_info .new_info_left .game_intro .tips span {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.new_dowl_info .new_info_left .game_intro .tips span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B38A;
}
.new_dowl_info .new_info_left .game_intro .intro_content {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  box-sizing: border-box;
  padding-right: 20px;
  padding-top: 20px;
}

.intro_content h3{font-size: 16px; font-weight: bold; color: var(--maincolor);}
.intro_content p{margin: 10px 0; line-height: 2;text-indent: 2em;}

.new_dowl_info .new_info_left .game_des {
  box-sizing: border-box;
  padding: 16px 15px 0px 14px;
  background-color: #fff;
  margin-top: 10px;
}
.new_dowl_info .new_info_left .game_des .tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  border-bottom: 1px solid #F4F4F4;
}
.new_dowl_info .new_info_left .game_des .tips span {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.new_dowl_info .new_info_left .game_des .tips span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B38A;
}
.new_dowl_info .new_info_left .game_des ul {
  font-size: 0;
  padding-top: 20px;
}
.new_dowl_info .new_info_left .game_des ul li {
  display: inline-block;
  width: 30%;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 19px;
}
.new_dowl_info .new_info_left .strategy_box {
  box-sizing: border-box;
  padding: 16px 15px 11px 14px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new_dowl_info .new_info_left .strategy_box .tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
}
.new_dowl_info .new_info_left .strategy_box .tips span {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.new_dowl_info .new_info_left .strategy_box .tips span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B38A;
}
.new_dowl_info .new_info_left .strategy_box .tips .tips_more {
  position: absolute;
  right: 17px;
  top: 3px;
}
.new_dowl_info .new_info_left .strategy_box .tips .tips_more a {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.new_dowl_info .new_info_left .strategy_box .tips .tips_more a img {
  margin-left: 2px;
  display: inline-block;
  vertical-align: baseline;
}
.new_dowl_info .new_info_left .strategy_box .tips .tips_more a:hover {
  opacity: 0.5;
}
.new_dowl_info .new_info_left .strategy_box ul {
  font-size: 0;
}
.new_dowl_info .new_info_left .strategy_box ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 50%;
  height: 39px;
}
.new_dowl_info .new_info_left .strategy_box ul li:hover a {
  border-bottom: 1px solid #00B38A;
  color: #00B38A;
}
.new_dowl_info .new_info_left .strategy_box ul li:hover a .date {
  color: #00B38A;
}
.new_dowl_info .new_info_left .strategy_box ul li a {
  display: inline-block;
  width: 100%;
  line-height: 39px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px dashed #DDDDDD;
}
.new_dowl_info .new_info_left .strategy_box ul li a i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00B38A;
  margin-right: 10px;
  vertical-align: middle;
}
.new_dowl_info .new_info_left .strategy_box ul li a .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.new_dowl_info .new_info_left .strategy_box ul li a .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 94px;
  height: 30px;
  border: 1px solid #00B38A;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00B38A;
}
.new_dowl_info .new_info_left .version_box {
  box-sizing: border-box;
  padding: 16px 15px 11px 14px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new_dowl_info .new_info_left .version_box .tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4C;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
}
.new_dowl_info .new_info_left .version_box .tips span {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.new_dowl_info .new_info_left .version_box .tips span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00B38A;
}
.new_dowl_info .new_info_left .version_box .tips .tips_more {
  position: absolute;
  right: 17px;
  top: 3px;
}
.new_dowl_info .new_info_left .version_box .tips .tips_more a {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.new_dowl_info .new_info_left .version_box .tips .tips_more a img {
  margin-left: 2px;
  display: inline-block;
  vertical-align: baseline;
}
.new_dowl_info .new_info_left .version_box .tips .tips_more a:hover {
  opacity: 0.5;
}
.new_dowl_info .new_info_left .version_box ul {
  margin-top: 20px;
}
.new_dowl_info .new_info_left .version_box ul li {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.new_dowl_info .new_info_left .version_box ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 0;
}
.new_dowl_info .new_info_left .version_box ul li a img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.new_dowl_info .new_info_left .version_box ul li a .info {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.new_dowl_info .new_info_left .version_box ul li a .info .name {
  display: block;
  font-size: 16px;
  max-width: 169px;
  color: #454545;
  line-height: 28px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
}
.new_dowl_info .new_info_left .version_box ul li a .info .num {
  display: block;
  font-size: 14px;
  color: #9d97be;
  line-height: 26px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
}
.new_dowl_info .new_info_left .version_box ul li a .info p {
  color: #dbdbdb;
  overflow: hidden;
  white-space: nowrap;
}
.new_dowl_info .new_info_left .version_box ul li a .info p span {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.new_dowl_info .new_info_left .version_box ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.new_dowl_info .new_info_left .version_box ul li:hover {
  opacity: 0.85;
}
.new_dowl_info .new_info_right {
  float: right;
  width: 326px;
}
.new_dowl_info .new_info_right .new_product {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  padding: 17px 15px 10px 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.new_dowl_info .new_info_right .new_product .n_title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 5px;
  font-size: 0;
}
.new_dowl_info .new_info_right .new_product .n_title span {
  cursor: pointer;
  padding-bottom: 11px;
  display: inline-block;
  width: 50%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.new_dowl_info .new_info_right .new_product .n_title span.active {
  border-bottom: 2px solid #00B38A;
  font-weight: bold;
  color: #222222;
}
.new_dowl_info .new_info_right .new_product .n_title span:hover {
  font-weight: bold;
  color: #222222;
}
.new_dowl_info .new_info_right .new_product .n_news_box {
  width: 100%;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_item {
  padding: 11px 0;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_item:last-child {
  border-bottom: none;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_num {
  width: 24px;
  height: 24px;
  background: #00B38A;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  margin-right: 13px;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_title {
  max-width: 225px;
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_type {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  float: right;
  margin-top: 6px;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child {
  display: none;
  vertical-align: top;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child .game_img {
  width: 80px;
  height: 80px;
  vertical-align: top;
  margin-right: 9px;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child .game_des {
  display: inline-block;
  vertical-align: top;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child .game_des .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child .game_des .des {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  max-width: 160px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
  margin-bottom: 8px;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3 .item_a .n_news_child .game_des .btn {
  display: block;
  width: 74px;
  height: 26px;
  background: #00B38A;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:last-child .item_a {
  border-bottom: none;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(1) .item_a .n_news_num {
  background-color: #ff5e33;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(1) .item_a .n_news_child .game_des .btn {
  background-color: #ff5e33;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(2) .item_a .n_news_num {
  background-color: #ff8b1a;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(2) .item_a .n_news_child .game_des .btn {
  background-color: #ff8b1a;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(3) .item_a .n_news_num {
  background-color: #f5c227;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:nth-of-type(3) .item_a .n_news_child .game_des .btn {
  background-color: #f5c227;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover {
  cursor: pointer;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover .item_a .n_news_num {
  height: 80px;
  line-height: 80px;
  background-color: #ed6666;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover:nth-of-type(1) .item_a .n_news_num {
  background-color: #ff5e33;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover:nth-of-type(2) .item_a .n_news_num {
  background-color: #ff8b1a;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover:nth-of-type(3) .item_a .n_news_num {
  background-color: #f5c227;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover .n_news_title {
  display: none;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover .n_news_type {
  display: none;
}
.new_dowl_info .new_info_right .new_product .n_news_box h3:hover .n_news_child {
  display: inline-block;
}
.new_dowl_info .new_info_right .hot_game_recommed {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  padding: 17px 15px 1px 15px;
}
.new_dowl_info .new_info_right .hot_game_recommed .h_title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 5px;
}
.new_dowl_info .new_info_right .hot_game_recommed .h_title span {
  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 #00B38A;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box {
  padding-top: 20px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box a {
  display: block;
  margin-bottom: 25px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item {
  width: 100%;
  cursor: pointer;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item img {
  width: 84px;
  height: 84px;
  vertical-align: middle;
  margin-right: 15px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info {
  display: inline-block;
  vertical-align: middle;
  font-family: Microsoft YaHei;
  font-weight: 400;
  width: 180px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_game_title {
  font-size: 16px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info p {
  font-size: 14px;
  color: #999999;
  margin-top: 7px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div {
  display: inline-block;
  font-size: 14px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div span {
  font-size: 14px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div.mark {
  color: #ff8b1a;
  width: 60px;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div.load_total {
  color: #7bc68b;
}
.new_dowl_info .new_info_right .hot_game_recommed .hot_box .hot_item:hover .hot_game_info .hot_game_title {
  color: #00B38A;
}
.new_dowl_info .new_info_right .side_topics {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  padding: 17px 15px 1px 15px;
}
.new_dowl_info .new_info_right .side_topics .h_title {
  border-bottom: 1px solid #f4f4f4;
}
.new_dowl_info .new_info_right .side_topics .h_title span {
  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 #00B38A;
}
.new_dowl_info .new_info_right .side_topics .topics_items .topics_item {
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}
.new_dowl_info .new_info_right .side_topics .topics_items .topics_item img {
  width: 100%;
  border-radius: 4px;
}
.new_dowl_info .new_info_right .side_topics .topics_items .topics_item p {
  position: absolute;
  max-width: 279px;
  bottom: 8px;
  left: 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_dowl_info .new_info_right .side_topics .topics_items .topics_item:hover p {
  color: #00B38A;
}
.new_dowl_info .new_info_right .week_news {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  padding: 20px 15px 1px 15px;
  margin-bottom: 15px;
}
.new_dowl_info .new_info_right .week_news .n_title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 5px;
  font-size: 0;
}
.new_dowl_info .new_info_right .week_news .n_title span {
  cursor: pointer;
  padding-bottom: 11px;
  display: inline-block;
  width: 50%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.new_dowl_info .new_info_right .week_news .n_title span.active {
  border-bottom: 2px solid #00B38A;
  font-weight: bold;
  color: #222222;
}
.new_dowl_info .new_info_right .week_news .n_title span:hover {
  font-weight: bold;
  color: #222222;
}
.new_dowl_info .new_info_right .week_news .w_news_box {
  width: 100%;
}
.new_dowl_info .new_info_right .week_news .w_news_box a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.new_dowl_info .new_info_right .week_news .w_news_box a:last-child {
  border-bottom: none;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item {
  padding: 11px 0;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_num {
  width: 24px;
  height: 24px;
  background: #cccccc;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  margin-right: 9px;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_title {
  max-width: 252px;
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_child {
  display: none;
  vertical-align: top;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_child .game_img {
  width: 120px;
  height: 80px;
  vertical-align: top;
  margin-right: 11px;
  border-radius: 4px;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_child .game_des {
  display: inline-block;
  vertical-align: top;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_child .game_des p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  max-width: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item .w_news_child .game_des .date {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item.show {
  cursor: pointer;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item.show .w_news_num {
  height: 80px;
  line-height: 80px;
  background-color: #ed6666;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item.show .w_news_title {
  display: none;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item.show .w_news_child {
  display: inline-block;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item:hover {
  cursor: pointer;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item:hover .w_news_num {
  height: 80px;
  line-height: 80px;
  background-color: #00B38A;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item:hover .w_news_title {
  display: none;
}
.new_dowl_info .new_info_right .week_news .w_news_box .w_news_item:hover .w_news_child {
  display: inline-block;
}
