@import "common.css";
.news_detail_h {
  width: 100%;
  height: 0.88rem;
  background: #e95656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail_h .title {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.news_detail_h .back {
  position: absolute;
  width: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.32rem;
}
.news_detail_h .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.33rem;
}
.news_detail_h .right .search {
  width: 0.38rem;
}
.news_detail_h .right .nav_icon {
  width: 0.36rem;
  margin-left: 0.5rem;
}
.news_detail_h .right .a {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.36rem;
  height: 0.37rem;
}
.news_detail_h .nav_model {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.83rem;
  background: #ffffff;
  animation: opacityAni 0.2s;
  z-index: 99;
}
.news_detail_h .nav_model::after {
  content: "";
  position: absolute;
  top: -0.13rem;
  right: 0.35rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  z-index: 2;
  transform: rotate(45deg);
}
.news_detail_h .nav_model ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 0.4rem;
}
.news_detail_h .nav_model ul li {
  width: 2.1rem;
  height: 0.8rem;
  background: #ededed;
  border-radius: 0.08rem;
}
.news_detail_h .nav_model ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail_h .nav_model ul li a span {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #212121;
}
.news_detail_h .nav_model ul li:nth-of-type(1) a img {
  width: 0.34rem;
  margin-right: 0.12rem;
}
.news_detail_h .nav_model ul li:nth-of-type(2) {
  margin: 0 0.27rem;
}
.news_detail_h .nav_model ul li:nth-of-type(2) a img {
  width: 0.3rem;
  margin-right: 0.15rem;
}
.news_detail_h .nav_model ul li:nth-of-type(3) a img {
  width: 0.43rem;
  margin-right: 0.08rem;
}
.news_detail_h .nav_model ul li:nth-of-type(4) a img {
  width: 0.28rem;
  margin-right: 0.11rem;
}
.news_detail_h .nav_model ul li:nth-of-type(5) {
  margin: 0 0.27rem;
}
.news_detail_h .nav_model ul li:nth-of-type(5) a img {
  width: 0.32rem;
  margin-right: 0.09rem;
}
.news_detail_h .nav_model ul li:nth-of-type(6) a img {
  width: 0.32rem;
  margin-right: 0.12rem;
}
.news_detail_h .nav_model ul li:nth-of-type(-n + 3) {
  margin-bottom: 0.26rem;
}
.news_content .game_info {
  display: flex;
  background-color: #fff;
  padding: 0.24rem 0 0.4rem 0.3rem;
  position: relative;
  margin-bottom: 0.16rem;
}
.news_content .game_info .logo {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.21rem;
}
.news_content .game_info .info {
  padding-top: 0.12rem;
  flex: 1;
}
.news_content .game_info .info .name {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.news_content .game_info .info .des {
  margin-top: 0.18rem;
  margin-bottom: 0.22rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  display: flex;
  align-items: center;
}
.news_content .game_info .info .des span {
  font-size: 0.24rem;
}
.news_content .game_info .info .page_box {
  display: flex;
}
.news_content .game_info .info .page_box .star {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.05rem;
}
.news_content .game_info .info .page_box .star.star2 {
  background: url("../img/game-detail/star2.png") no-repeat;
  background-size: 100% 100%;
}
.news_content .game_info .info .page_box .star.star1 {
  background: url("../img/game-detail/star1.png") no-repeat;
  background-size: 100% 100%;
}
.news_content .game_info .info .page_box .star:last-of-type {
  margin-right: 0.18rem;
}
.news_content .game_info .info .page_box .load {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.news_content .game_info .info .page_box .load span {
  font-size: 0.24rem;
}
.news_content .game_info .load_box {
  position: absolute;
}
.news_content .game_info .load_box .btn {
  width: 1.7rem;
  height: 0.6rem;
  border-radius: 0.3rem 0px 0px 0.3rem;
}
.news_content .game_info .load_box .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.news_content .game_info .load_box .btn a:active {
  opacity: 0.85;
}
.news_content .game_info .load_box .btn.now_down {
  background: #ff9a49;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(255, 154, 73, 0.4);
  margin-bottom: 0.2rem;
}
.news_content .game_info .load_box .btn.none_dowm {
  background: #b9b9b9;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(180, 180, 180, 0.4);
}
.news_content .game_info .btn_box {
  position: absolute;
  right: 0.23rem;
  top: 0.16rem;
  width: 1.7rem;
}
.news_content .game_info .btn_box .android_load {
  background: #2dbf7c;
  margin-bottom: 0.16rem;
}
.news_content .game_info .btn_box .ios_load {
  background: #ff992c;
}
.news_content .game_info .btn_box div {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 0.65rem;
}
.news_content .game_info .btn_box div:active {
  opacity: 0.85;
}
.news_content .game_des {
  background-color: #fff;
  padding-bottom: 0.48rem;
  margin-bottom: 0.15rem;
}
.news_content .game_des .break {
  position: relative;
  padding: 0.19rem 0 0.16rem 0.3rem;
  display: flex;
  align-items: center;
}
.news_content .game_des .break a span:active {
  color: #c52a2a;
}
.news_content .game_des .break span {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.news_content .game_des .break img {
  width: 0.12rem;
  margin-left: 0.2rem;
  margin-right: 0.22rem;
}
.news_content .game_des .break::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.97rem;
  height: 1px;
  background: #eeeeee;
}
.news_content .game_des .des_c {
  padding-top: 0.17rem;
}
.news_content .game_des .des_c .des_c_top {
  padding-left: 0.29rem;
  padding-bottom: 0.22rem;
}
/*.news_content .game_des .des_c .des_c_top .news_name {*/
  /*padding-right: 0.76rem;*/
  /*font-size: 0.44rem;*/
  /*font-family: PingFang SC;*/
  /*font-weight: 500;*/
  /*color: #212121;*/
  /*line-height: 0.5rem;*/
  /*margin-bottom: 0.49rem;*/
/*}*/
.news_content .game_des .des_c .des_c_top .news_name {
  text-align: center;
  margin-bottom: 0.3rem;
  line-height: 0.5rem;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 5px 0;
  box-sizing: border-box;
  padding-right: 0.29rem;
}

.news_content .game_des .des_c .des_c_top .news_info {
  font-family: PingFang SC;
  font-weight: 500;
  display: flex;
}
.news_content .game_des .des_c .des_c_top .news_info .date {
  font-size: 0.24rem;
  color: #999999;
  margin-right: 0.16rem;
}
.news_content .game_des .des_c .des_c_top .news_info .from {
  font-size: 0.24rem;
  color: #999999;
  margin-right: 0.12rem;
}
.news_content .game_des .des_c .des_c_top .news_info .from strong {
  color: #444444;
  font-size: 0.24rem;
}
.news_content .game_des .des_c .des_c_top .news_info .author {
  font-size: 0.24rem;
  color: #999999;
}
.news_content .game_des .des_c .des_c_top .news_info .author strong {
  font-size: 0.24rem;
}
.news_content .game_des .des_c .content {
  padding: 0.17rem 0.3rem 0.1rem 0.3rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  /*font-weight: 500;*/
  color: #666666;
  line-height: 0.5rem;
}
.news_content .game_des .des_c .content img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news_content .game_des .des_c .tag_box {
  padding-left: 0.29rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.news_content .game_des .des_c .tag_box span {
  font-size: 0.28rem;
  color: #e95656;
}
.news_content .game_zone .game_info .info .des {
  margin: 0.19rem 0;
}
.news_content .game_zone .game_info .info .name {
  font-size: 0.36rem;
  font-weight: 500;
  color: #212121;
}
.news_content .game_zone .game_info .info .popular {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.news_content .game_zone .game_info .info .popular span {
  font-size: 0.24rem;
  color: #e95656;
}
.news_content .game_zone .game_info .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.28rem;
  width: 1.88rem;
  height: 0.68rem;
  background: #e95656;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.68rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.news_content .game_zone .game_info .btn:active {
  opacity: 0.85;
}
.news_content .game_box {
  margin-bottom: 0.16rem;
}

.title_h{
  position: relative;
}
.title_h .more{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 30px;
}

.news_content .game_box .game_items .game_item a .down {
  width: 1.28rem;
  height: 0.64rem;
  border: 1px solid #e95656;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #e95656;
  margin: 0 auto;
}
.news_content .game_box .game_items .game_item a:active .down {
  background-color: #e95656;
  color: #fff;
}
.news_content .loading_box {
  text-align: center;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 0.32rem;
  margin-bottom: 0.47rem;
}
.news_content .loading_box img {
  width: 0.33rem;
  vertical-align: middle;
  margin-right: 0.17rem;
  animation: loadingAni 1.5s infinite linear;
}
@keyframes loadingAni {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.break {
  position: relative;
  padding: 0.19rem 0 0.16rem 0.3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 0.16rem;
  border-bottom: 1px solid #eee;
}
.break a span:active {
  color: #c52a2a;
}
.break span {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.break img {
  width: 0.12rem;
  margin-left: 0.2rem;
  margin-right: 0.22rem;
}
.downbtn {
	height: 50px;
	font-size: 1.6rem;
	line-height: 50px;
	background: #ec3840;
	text-align: center;
	margin: 0 0 18px;
	border-radius: 10px;
	box-shadow: 3px 4px 3px 0px #000;
	animation: shareCodeBtnAn 0.5s ease-in-out infinite alternate;
}
.downbtn a {
	display: block;
	color: #fff !important;
	letter-spacing: 0.1rem;
	font-size: 25px;
}
@keyframes shareCodeBtnAn {
	from {
		transform: scale(0.93);
	}

	to {
		transform: scale(1);
	}
}