html {
	font-size: 85.98px;
}

@media screen and (max-width: 640px) {
	html {
		font-size: 13.33vw;
	}
}

.hide {
	display: none;
}

.list_menu {
	width: 100%;
	height: 43px;
	background: #fff;
	overflow-y: hidden;
	margin-top: 50px;
}

.list_menu .l-y {
	display: none !important;
	height: 43px;
	width: 30px;
	position: absolute;
	top: 50px;
	left: 0;
	background: -moz-linear-gradient(left,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-linear-gradient(left,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(left,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(left,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
}

.list_menu .r-y {
	display: none !important;
	height: 43px;
	width: 30px;
	position: absolute;
	top: 50px;
	right: 0;
	background: -moz-linear-gradient(right,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-linear-gradient(right,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(right,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(right,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to left,
			#ffffff 0%,
			rgba(255, 255, 255, 0.3) 100%);
}

.list_menu ul {
	width: 100% !important;
	display: inline-block;
	padding: 0 8px;
	overflow-x: scroll;
	box-sizing: border-box;
}

.list_menu ul li {
	display: inline-block;
	padding: 0 10px;

	text-align: center;
}

.list_menu ul li a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 2px solid #fff;
	margin: 2px 0 4px 0;
}

.list_menu ul li a.current {
	color: #07c160;
	font-weight: bold;
	border-bottom-color: #07c160;
}

.carousel2 {
	position: relative;
	background: #fff;
	padding: 0.1rem 0 0.3rem;
	overflow: hidden;
}

.carousel2 .swiper-container-index2 {
	position: relative;
	width: 6.9rem;
	margin: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 0.12rem;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.carousel2 .swiper-container-index2:not(.swiper-container-horizontal) .swiper-slide:first-child .content,
.carousel2 .swiper-container-index2:not(.swiper-container-horizontal) .swiper-slide:first-child .more-btn,
.carousel2 .swiper-slide-active .content,
.carousel2 .swiper-slide-active .more-btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.carousel2 .content,
.carousel2 .more-btn {
	-webkit-transform: translateY(0.1rem);
	transform: translateY(0.1rem);
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
	transition: transform 0.5s 0.3s, opacity 0.5s 0.3s,
		-webkit-transform 0.5s 0.3s;
}

.carousel2 .swiper-slide {
	background: #ccc;
}

.carousel2 .swiper-slide .swiper-lazy-preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.carousel2 .swiper-slide .img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.carousel2 .swiper-slide .img .big-img {
	width: 100%;
	height: auto !important;
}

.carousel2 .swiper-slide .img:after {
	position: absolute;
	content: "";
	height: 50%;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(3%, transparent),
			color-stop(98%, rgba(0, 0, 0, 0.9)));
	background-image: -webkit-linear-gradient(top,
			transparent 3%,
			rgba(0, 0, 0, 0.9) 98%);
	background-image: linear-gradient(-180deg,
			transparent 3%,
			rgba(0, 0, 0, 0.9) 98%);
}

.carousel2 .content {
	position: absolute;
	top: 0;
	left: 0.36rem;
	right: 0.36rem;
	height: 100%;
	margin: auto;
	z-index: 1;
}

.carousel2 .content .time {
	line-height: 0.33rem;
	margin: 0.26rem 0 0;
	font-size: 0.24rem;
	color: #fff;
}

.carousel2 .content .time span {
	padding-right: 0.18rem;
}

.carousel2 .bottom-text {
	box-sizing: border-box;
	position: absolute;
	padding-top: 1.1rem;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.carousel2 .bottom-text .title {
	height: 0.65rem;
	line-height: 0.65rem;
	font-size: 0.48rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.carousel2 .bottom-text .tags {
	font-size: 0.22rem;
	line-height: 0.3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.carousel2 .bottom-text .game-icon {
	float: left;
	width: 0.9rem;
	height: 0.9rem;
	margin-right: 0.14rem;
	border-radius: 0.12rem;
	overflow: hidden;
}

.carousel2 .bottom-text .game-info {
	position: relative;
	padding-bottom: 0.2rem;
}

.carousel2 .bottom-text .game-info:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	border-bottom: 1px solid #ededed;
	opacity: 0.44;
}

.carousel2 .bottom-text .game-score {
	height: 0.7rem;
	margin-top: 0.2rem;
}

.carousel2 .bottom-text .score-info {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel2 .bottom-text .score-count {
	font-size: 0.18rem;
	line-height: 0.25rem;
	margin-top: 0.04rem;
	margin-bottom: 0.06rem;
}

.carousel2 .bottom-text .score {
	line-height: 0.7rem;
	font-size: 0.6rem;
	color: #f67b29;
	float: left;
	margin-right: 0.15rem;
}

.carousel2 .bottom-text img {
	display: block;
	width: 100%;
	height: auto !important;
}

.carousel2 .bottom-text .title {
	margin: 0;
	font-weight: 400;
	margin-bottom: 5px;
}

.carousel2 .more-btn {
	position: absolute;
	display: block;
	width: 1.5rem;
	height: 0.48rem;
	bottom: 0.32rem;
	right: 0.32rem;
	z-index: 2;
}

.carousel2 .more-btn:after {
	display: none;
}

.more-btn {
	display: inline-block;
	color: #fff;
	border: none;
	font-size: 0.22rem;
	width: 1.35rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	background-image: -webkit-linear-gradient(315deg, #f67b29, #fea647);
	background-image: linear-gradient(-225deg, #f67b29, #fea647);
	border-radius: 0.08rem;
}

.more-btn:after {
	display: inline-block;
	content: "";
	width: 0.09rem;
	height: 0.2rem;
	margin: -0.04rem 0 0 0.06rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAoCAYAAADzL6qcAAAAAXNSR0IArs4c6QAAAchJREFUSA2tli9IQ1EUxrfJhiBqMBjGgiYRZxKTYTAUDGbDBnYXZaDFanegoM1gcmARm1Ex2CaISUWDf8AgCqJu/g484XJ4e9xz8cAH93vvfL8d2L3vvVSn05lALfSCaqnQInyE/qrNYiGElSHUdoJp1nvARp1rfktCU+gTuXWB6fUjOF2Ell1KtN51WvyXhPdjYEv+hKgTSB+6VLAP/GQIbIzgm4Jd4wdCYIsKJLZpBkmA4GYMbMUMA5JFZwr2hZ8JgRUIPivYA344BDZH8EfBTvA9IbB1BRK7EQLKEDxWsLDDDWQI3SrYK34kZLJpgv92uGtqKrE75qkkQDDucFfNMEBxh7slT0hrSca+j/SvMFET6arovkRPuq4J+K3EkL5JoIS+Fegcn9O9XT3NefSoIE/4QteQvkGzPFJOFUQmK+veRE+goSBiVxND+iaBSgzkkGvyIvUrmovoXYHkRTDoR6BLmpGE3BJo0QJJE5DxdZk33Zom4Bvek0gjgTLSm07++qw3iGZ5a8gmc0s2Yd4CyRGQ7e6WTFbyhkgjgW2XEK3rVkg1BnJggkTT3CnQFb4/BHTvgOSTZtwMiSaaJyyfxzdoNghC6BepmourghilvgAAAABJRU5ErkJggg==) no-repeat 50%;
	background-size: 100% 100%;
	vertical-align: middle;
}

.score-star i {
	float: left;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../image/score-star.png) no-repeat;
	background-size: 100% auto;
	margin-right: 0.02rem;
}

.game-cate-box {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.game-cate-box ul {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.game-cate-box ul li {
	flex: 1;
	text-align: center;
}

.game-cate-box ul li p {
	width: 39px;
	height: 39px;
	line-height: 39px;
	background: #4ca6ff;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}

.game-cate-box ul li span {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.game-cate-box ul li:nth-of-type(2) p {
	background: #ff6699;
}

.game-cate-box ul li:nth-of-type(3) p {
	background: #bf8ae6;
}

.game-cate-box ul li:nth-of-type(4) p {
	background: #17ebc7;
}

.game-cate-box ul li:nth-of-type(5) p {
	background: #7eaba3;
}

.jrtjbox {
	padding: 15px 15px 15px 37px;
	background-color: #fff;
	position: relative;
}

.jrtjbox .tjinfo {
	height: 90px;
	background: url(../image/bor.png) no-repeat;
	background-size: 100% 100%;
	padding-right: 70px;
	position: relative;
}

.jrtjbox .tjinfo::before {
	content: "今日推荐";
	display: block;
	position: absolute;
	left: -22px;
	top: 50%;
	margin-top: -33px;
	width: 22px;
	height: 58.5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 13px;
	padding-top: 7.5px;
	border-radius: 7.5px 0 0 7.5px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYmZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhZGNmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -moz-linear-gradient(0deg, #07c160 0%, #64bf90 100%);
	background-image: -webkit-linear-gradient(0deg, #07c160 0%, #64bf90 100%);
	background-image: linear-gradient(90deg, #07c160 0%, #64bf90 100%);
}

.jrtjbox .tjinfo a {
	display: block;
	height: 100%;
	background: url(../image/line.png) no-repeat right center;
	background-size: 1px 50px;
	overflow: hidden;
}

.jrtjbox .tjinfo .pimg {
	float: left;
	margin: 11px 14px 0 15px;
}

.jrtjbox .tjinfo .pimg img {
	width: 68px;
	height: 68px;
	border-radius: 10px;
}

.jrtjbox .tjinfo .ptit {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 27px;
	height: 35px;
	padding-top: 8px;
	margin-bottom: 2.5px;
	overflow: hidden;
	box-sizing: border-box;
}

.jrtjbox .tjinfo .star {
	display: inline-block;
	vertical-align: -1.5px;
	width: 71px;
	height: 12px;
	background: url(../image/star.png) no-repeat;
	background-size: 142.5px 11.5px;
}

.jrtjbox .tjinfo .star.star0 {
	background-position: -72.5px 0;
}

.jrtjbox .tjinfo .star.star1 {
	background-position: -58px 0;
}

.jrtjbox .tjinfo .star.star2 {
	background-position: -43.5px 0;
}

.jrtjbox .tjinfo .star.star3 {
	background-position: -29px 0;
}

.jrtjbox .tjinfo .star.star4 {
	background-position: -14.5px 0;
}

.jrtjbox .tjinfo .pbot {
	font-size: 11px;
	color: #999;
	margin-top: 7.5px;
}

.jrtjbox .tjinfo .pbot .spline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 1px;
	height: 9px;
	background-color: #ddd;
}

.jrtjbox .ahuan {
	position: absolute;
	right: 15px;
	top: 41px;
	width: 67px;
	text-align: center;
	font-size: 11px;
	color: #666;
}

.jrtjbox .ahuan::before {
	content: "";
	display: block;
	width: 14.5px;
	height: 17.5px;
	margin: 0 auto 8px;
	background: url(../image/huan.png) no-repeat;
	background-size: 100% 100%;
}

.gsy-tabs-title {
	margin: 10px 14px 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	background-color: #f7f7f8;
	border-radius: 5px;
}

.gsy-tabs-title li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 32px;
	font-size: 14px;
	border-radius: 3px;
	overflow: hidden;
	height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsy-tabs-title li.active {
	background-color: #07c160;
	color: #fff;
}

.tab-cont {
	display: none;
}

.tab-cont:first-of-type {
	display: block;
}

.gyfbox {
	margin-top: 14px;
}

.gyfbox .game-list li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	padding: 14px;
	list-style: none;
}

.gyfbox .game-list li .logo {
	position: absolute;
	width: 58px;
	height: 58px;
}

.gyfbox .game-list li .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.gyfbox .game-list li .info {
	position: relative;
	margin-left: 68px;
	height: 58px;
}

.gyfbox .game-list li .info .name {
	display: flex;
	align-items: center;
	line-height: 18px;
	height: 18px;
	font-size: 15px;
	color: #333;
	margin-right: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 7px;
	font-weight: normal;
}

.gyfbox .game-list li .info .name span {
	display: block;
	font-size: 10px;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
	background-color: #ff6868;
	font-weight: 400;
	margin-right: 6px;
	flex-shrink: 0;
}

.gyfbox .game-list li .info .other {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-bottom: 3.5px;
}

.gyfbox .game-list li .info .other em {
	margin-left: 10px;
}

.gyfbox .game-list li .info .desc {
	padding-top: 3px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gyfbox .game-list li .btn {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	width: 55px;
	height: 30px;
	background: #07c160;
	text-align: center;
	font-size: 13px;
	border-radius: 2.5px;
	line-height: 30px;
	color: #fff;
}

.new-game-box .content .swiper-container {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px 27px;
}

.new-game-box .content .swiper-container .swiper-scrollbar {
	bottom: 9px;
}

.new-game-box .game-item {
	width: 72px;
	text-align: center;
	position: relative;
}

.new-game-box .game-item img {
	display: block;
	width: 62.5px;
	height: 62.5px;
	border-radius: 10px;
	margin: 0 auto;
}

.new-game-box .game-item .title {
	font-size: 14px;
	color: #333;
	line-height: 16px;
	padding-top: 6px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.new-game-box .game-item .desp {
	display: block;
	font-size: 11px;
	color: #999;
	margin-bottom: 2px;
	height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.new-game-box .game-item .game-btn {
	width: 60px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #07c160;
	color: #07c160;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

.game-box {
	overflow: hidden;
}

.game-box .tab-btns {
	float: right;
	margin: 8px 0;
	display: inline-block;
	border-radius: 13px;
	overflow: hidden;
}

.game-box .tab-btns .tb {
	display: inline-block;
	float: left;
	font: 12px;
	color: #999;
	line-height: 22px;
	padding: 0 6px;
	background: #f6f6f6;
}

.game-box .tab-btns .tb.active {
	color: #fff;
	background-color: #07c160;
}

.game-box .ad-count-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0 4px;
}

.game-box .ad-count-list .game-item {
	width: 25%;
	text-align: center;
	position: relative;
	padding: 0 10px 15px;
	box-sizing: border-box;
}

.game-box .ad-count-list .game-item img {
	display: block;
	width: 62.5px;
	height: 62.5px;
	border-radius: 10px;
	margin: 0 auto;
}

.game-box .ad-count-list .game-item .title {
	font-size: 14px;
	color: #333;
	line-height: 16px;
	padding-top: 6px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.game-box .ad-count-list .game-item .desp {
	display: block;
	font-size: 11px;
	color: #999;
	margin-bottom: 2px;
	height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.game-box .ad-count-list .game-item .game-btn {
	width: 60px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #07c160;
	color: #07c160;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

.game-box .tab-cont {
	display: none;
}

.game-box .look_more {
	display: block;
	width: 95%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	border-radius: 15px;
	border: thin solid #f5f5f5;
	background: #f6f6f6;
	color: #07c160;
	margin: 0 auto 15px;
}

.hot-zt-box .content {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px 6px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.hot-zt-box .content li {
	margin-right: 12px;
	display: inline-block;
	width: 190px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f5f5;
}

.hot-zt-box .content li .img {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
}

.hot-zt-box .content li .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hot-zt-box .content li .img .bt {
	width: 100%;
	position: absolute;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
}

.hot-zt-box .content li .img .bt p {
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.hot-zt-box .content li .lis {
	float: left;
	width: 47px;
	margin: 4px 8px;
}

.hot-zt-box .content li .lis .game {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: block;
	margin: 3px auto;
}

.hot-zt-box .content li .lis .game img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: block;
}

.hot-zt-box .content li .lis p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	text-align: center;
}

.hot-zt-box .content li .lis .btn {
	display: block;
	margin: 3px auto 0;
	width: 42px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #07c160;
	color: #07c160;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}

.article-box .gsy-tabs-title {
	margin: 10px 14px 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	background-color: #f7f7f8;
	border-radius: 5px;
}

.article-box .gsy-tabs-title li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 32px;
	font-size: 14px;
	border-radius: 3px;
	overflow: hidden;
	height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-box .gsy-tabs-title li.active {
	background-color: #07c160;
}

.article-box .content {
	padding: 0 14px;
	overflow: hidden;
}



.article-box .loadmore {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	background: #f2f2f2;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
	border-radius: 4px;
}

.article-box .tab-cont {
	display: none;
}

.tags-box .tags-list {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 9px;
	overflow: hidden;
}

.tags-box .tags-list a {
	float: left;
	display: block;
	margin: 4px 5px;
	padding: 0 12px;
	border-radius: 4px;
	background: #f5f5f5;
	color: #333;
	line-height: 26px;
}

.hot-game-box {
	position: relative;
}

.hot-game-box .tab-btns {
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
}

.hot-game-box .tab-btns li {
	float: left;
	width: 60px;
	line-height: 17px;
	font-size: 11px;
	color: #333;
	text-indent: 5px;
	cursor: pointer;
}

.hot-game-box .tab-btns li.active {
	color: #fff;
	background: url(../image/phbbg.png) no-repeat;
	background-size: 100% 100%;
}

.hot-game-box .game-list li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	padding: 14px;
	list-style: none;
}

.hot-game-box .game-list li .logo {
	position: absolute;
	width: 58px;
	height: 58px;
}

.hot-game-box .game-list li .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.hot-game-box .game-list li .info {
	position: relative;
	margin-left: 68px;
	height: 58px;
}

.hot-game-box .game-list li .info .name {
	line-height: 18px;
	height: 18px;
	font-size: 15px;
	color: #333;
	margin-right: 65px;
	margin-bottom: 7px;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.hot-game-box .game-list li .info .name span {
	/* max-width: calc(100% - 51px); */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hot-game-box .game-list li .info .name i {
	display: block;
	font-size: 10px;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
	background-color: #ff6868;
	font-weight: 400;
	margin-right: 6px;
	flex-shrink: 0;
}

.hot-game-box .game-list li .info .name em {
	padding: 0 3px;
	line-height: 14px;
	height: 14px;
	font-size: 10px;
	color: #fff;
	margin-left: 5px;
	border-radius: 3px;
	vertical-align: 1px;
	flex-shrink: 0;
}

.hot-game-box .game-list li .info .name em.green {
	background-color: #5cbe65;
}

.hot-game-box .game-list li .info .name em.org {
	background-color: #ff9d01;
}

.hot-game-box .game-list li .info .name em.pink {
	background-color: #f9679a;
}

.hot-game-box .game-list li .info .other {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-bottom: 3.5px;
}

.hot-game-box .game-list li .info .other em {
	margin-left: 10px;
}

.hot-game-box .game-list li .info .desc {
	padding-top: 3px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-game-box .game-list li .btn {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	width: 55px;
	height: 30px;
	background: #07c160;
	text-align: center;
	font-size: 13px;
	border-radius: 2.5px;
	line-height: 30px;
	color: #fff;
}




.article-box .hotlist .news-item {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.article-box .hotlist .news-item>a {
	display: -webkit-box;
	display: flex;
}

.article-box .hotlist .news-item .img {
	height: 80px;
	width: 140px;
	display: block;
	border-radius: 10px;
}

.article-box .hotlist .news-item .infor {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	flex: 1;
	padding-left: 10px;
	overflow: hidden;
}

.article-box .hotlist .news-item .infor .name {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	display: block;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

.article-box .hotlist .news-item .infor .bq {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
	width: 100%;
	margin-top: 20px;
}

.article-box .hotlist.news-item .infor .bq i {
	display: inline-block;
	vertical-align: middle;
	margin: -1.5px 3px 0 0;
	width: 12.5px;
	height: 12.5px;
	background: url(../image/ico_img.png) no-repeat center;
	background-size: 154.5px auto;
	background-position: -74.5px 0;
}