* {
	padding: 0px;
	margin: 0px;
}

html {
	font: 14px "Helvetica Neue",HelveticaNeue,Helvetica-Neue,Helvetica,'\5fae\8f6f\96c5\9ed1';
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	border: none;
}

ul, li, dl, dd, dt {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #444;
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
		background: none;
	}

em, i, u, s, b, strong {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

section {
	display: block;
}

input, button, select, textarea {
	outline: none;
}

body {
	width: 100%;
	overflow: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.pd0 {
	padding: 0 !important;
}

#zt-page {
	background: #f4f4f4;
}

.ztContent {
	background: #fff;
}

.top {
	height: 45px;
	line-height: 45px;
	background: #358ff0;
	overflow: hidden;
}

	.top .logo {
		background: url(../images/logo.png) no-repeat;
		width: 120px;
		height: 35px;
		display: inline-block;
		margin: 8px 0 0 10px;
		background-size: 100% 100%;
	}

.search {
	display: none;
}

.navbar {
	height: 38px;
	line-height: 41px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	background: #eee;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.navbar-top-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.navbar .tab {
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
	-moz-box-flex: 1.0;
	display: block;
	text-align: center;
	font-size: 16px;
}

.navbar .cur {
	border-bottom: 3px solid #08961e;
	color: #08961e;
}

.navbar span {
	display: block;
	width: 30px;
	background: url(/SkinNew/images/header-icons.gif) no-repeat center center;
	background-size: 22px;
}

.navbar ul {
	position: absolute;
	left: 0;
	width: 100%;
	top: 39px;
	background: #eee;
	opacity: 0.9;
	height: 35px;
	line-height: 35px;
	z-index: 2;
}

.navbar li {
	float: left;
	width: 20%;
	text-align: center;
}

.ztContent {
}

.top_img {
	position: relative;
	padding: 5px 6px 0;
}

	.top_img img {
		width: 100%;
	}

	.top_img .tit {
		background: rgba(0,0,0,0.3);
		position: absolute;
		left: 12px;
		bottom: 8px;
		color: #fff;
		padding: 5px;
	}

		.top_img .tit h1 {
			font-size: 15px;
			text-align: left;
		}

.ztIntro {
	padding: 0 8px;
	line-height: 22px;
	color: #858585;
	padding-bottom: 15px;
}

	.ztIntro a {
		border-bottom: 0px dotted #08961e;
		color: #08961e;
	}

.ztTags {
	text-indent: 0em;
}

	.ztTags span {
		color: #08961e;
		font-weight: bold;
	}

	.ztTags a {
		background: #f9f9f9;
		color: #777;
		padding: 0 3px;
		border-radius: 3px;
		border-bottom: none;
		font-size: 12px;
		margin-right: 4px;
		height: 15px;
		line-height: 16px;
		display: inline-block;
		border: 1px solid #ccc;
	}

.ztDetail {
	padding: 15px 5px 0 5px;
	margin: 5px;
	overflow: hidden;
}

	.ztDetail .li1 {
		float: left;
		width: 50%;
	}

	.ztDetail li1 span {
		color: #858585;
	}

.zt_tab {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	background: #eee;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	clear: both;
}

	.zt_tab span {
		-webkit-box-flex: 1.0;
		box-flex: 1.0;
		-moz-box-flex: 1.0;
		display: block;
		text-align: center;
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		border-top: 3px solid #eee;
	}

		.zt_tab span.cur {
			border-color: #08961e;
		}

.ztImg {
	padding: 10px 0;
}

.ztVideo {
	width: 260px;
	margin: 10px auto 0 auto;
	display: none;
}

.tags {
	text-align: center;
	width: 100%;
	clear: both;
	height: 26px;
	overflow: hidden;
	padding: 10px 0;
	margin-top: 10px;
}

	.tags li {
		display: inline-block;
		width: auto;
		margin: 0 3px 10px 3px;
	}

		.tags li a {
			display: block;
			padding: 0 10px;
			line-height: 24px;
			height: 24px;
			border: 1px solid #ccc;
			border-radius: 4px;
			color: #999;
		}

		.tags li:nth-child(1) a {
			color: #70af64;
			border-color: #70af64
		}

		.tags li:nth-child(2) a {
			color: #23abbf;
			border-color: #23abbf
		}

		.tags li:nth-child(3) a {
			color: #8242c3;
			border-color: #8242c3
		}

		.tags li:nth-child(4) a {
			color: #d05586;
			border-color: #d05586
		}

		.tags li:nth-child(5) a {
			color: #de9331;
			border-color: #de9331
		}

#head {
	width: 100%;
	height: 170px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
	zoom: 1
}

	#head h1 {
		width: auto;
		height: auto;
		line-height: 22px;
		font-size: 15px;
		font-weight: normal;
		color: #fff;
		background: #52c3dd;
		opacity: 1;
		display: block;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		padding: 5px 8px;
	}

	#head img {
		width: 100%;
		height: auto;
		display: block;
		overflow: hidden;
	}

#daodu {
	margin: 0;
	padding: 0 0 22px 0;
	text-align: center;
	position: relative;
	zoom: 1
}

#content, #contheme {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 20
}

	#content .g-cont-scroll, #contheme .g-cont-scroll {
		height: auto;
		line-height: 20px;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

		#content .g-cont-scroll p, #contheme .g-cont-scroll p {
			width: 100%;
			height: auto;
			line-height: 20px;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			display: block;
			overflow: hidden;
			text-indent: 2em;
		}

			#content .g-cont-scroll p strong, #contheme .g-cont-scroll p strong {
				font-size: 12px;
				font-weight: normal;
				color: #fff;
			}

#g-black-bg {
	width: 100%;
	height: 57px;
	background: #000;
	opacity: 0.7;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#g-look-desc {
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #52c3dd;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 17px;
	z-index: 20;
	margin: 0 0 0 0;
	border-radius: 4px;
}

#g-desc-bg {
	width: 80px;
	height: 25px;
	background: #000;
	opacity: 0.7;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 52px;
	z-index: 10;
}

#daodu #spread {
	width: 55px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: #f60;
	color: #fff;
	border-radius: 4px;
}

#daodu #fold {
	width: 55px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: #f60;
	color: #fff;
	border-radius: 4px;
}


/*tab切换*/
.zt_box {
	margin-top: 10px;
	background: #fff;
}

.tab-list {
	height: 45px;
	border-bottom: 1px solid #ddd
}

	.tab-list .tab-item {
		position: relative;
		float: left;
		width: 33.3%;
		line-height: 45px;
		text-align: center;
		font-size: 16px
	}

		.tab-list .tab-item.on {
			color: #1aabc0;
			border-bottom: 1px solid #1aabc0
		}

			.tab-list .tab-item.on:after, .tab-list .tab-item.on:before {
				content: ' ';
				position: absolute;
				left: 50%;
				z-index: 8;
				width: 0;
				height: 0;
				margin-left: -8px;
				border: solid transparent;
				border-width: 8px
			}

			.tab-list .tab-item.on:before {
				border-bottom-color: #1aabc0;
				bottom: 0
			}

			.tab-list .tab-item.on:after {
				border-bottom-color: #fff;
				bottom: -1px
			}

.list .zt_soft {
	display: none;
}

	.list .zt_soft:first-child {
		display: block;
	}

.zt_soft, .zt_article, .zt_related, .zt_data {
	margin-top: 0px;
	background: #fff;
	padding-top: 0px
}

.zt_soft_bd li {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	position: relative;
}

	.zt_soft_bd li:last-child {
		border-bottom: none;
	}

.zt_soft_bd .img {
	width: 66px;
	height: 66px;
	border-radius: 8px;
	float: left;
	margin-right: 7px;
	margin-top: 8px;
}

.zt_soft_bd .i1 {
	display: inline-block;
	padding: 1px 6px;
	background: #ff4c88;
	color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 5px;
}

.hd {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding-left: 5px;
	font-weight: normal;
	border-left: 7px solid #0da6ed;
}

	.hd .mr {
		float: right;
		margin-right: 10px;
		color: #858585;
		font-size: 14px;
	}

.lstcont, .lstcont1 {
	padding-top: 5px;
}

	.lstcont h3, .lstcont1 h3 {
		font-weight: normal;
		font-size: 15px;
		height: 22px;
		line-height: 20px;
		overflow: hidden;
	}

		.lstcont h3 img, .lstcont1 h3 img {
			width: 16px;
			height: 16px;
			margin-right: 3px;
			border-radius: 3px;
		}

	.lstcont p {
		color: #858585;
		font-size: 12px;
	}

		.lstcont p i {
			width: 16px;
			height: 16px;
			display: inline-block;
			margin: 0 2px -2px 0;
		}

			.lstcont p i.property {
				background: url(/SkinNew/images/property.png) no-repeat left center;
				background-size: 15px;
			}

			.lstcont p i.size {
				background: url(/SkinNew/images/m_ico.png) no-repeat -63px 2px;
				background-size: 100px;
				margin-left: 8px;
			}

			.lstcont p i.heart {
				background: url(/SkinNew/images/hearts.png) left 1px;
				background-size: 16px;
			}

			.lstcont p i.person {
				background: url(/SkinNew/images/m_ico.png) no-repeat -19px 1px;
				background-size: 100px;
				margin-left: 8px;
			}

			.lstcont p i.time {
				background: url(/SkinNew/images/time.png) no-repeat center 1px;
				background-size: 15px;
				margin-left: 8px;
			}

	.lstcont1 p.info {
		height: 20px;
		line-height: 20px;
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #858585;
	}

	.lstcont1 .lastNum {
		color: #ff7e72;
	}

.soft_down_btn {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #1aabc0;
	color: #fff;
	border-radius: 3px;
	margin: -37px 0 0 0;
}

#game_list_top .game_down {
	width: 66px;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	text-align: center;
	color: #8f8f8f;
	font-size: 13px;
	line-height: 30px;
	display: block;
	position: absolute;
	top: 21px;
	right: 3%;
}

.zt_article_bd li {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}

	.zt_article_bd li:last-child {
		border-bottom: none;
	}

.zt_article_bd .img_w {
	width: 88px;
	height: 70px;
	float: left;
	margin-right: 5px;
	border-radius: 4px;
}

.zt_articleCont p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.zt_articleCont .info {
	height: 30px;
	line-height: 15px;
	font-size: 13px;
	display: block;
	overflow: hidden;
	color: #858585
}

.zt_articleCont .hits, .zt_articleCont .time {
	display: inline-block;
	color: #858585;
	margin: 3px 10px 0 0;
}

.zt_articleCont span.time:before, .zt_articleCont span.hits:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin: -2px 0;
}

.zt_articleCont .hits:before {
	background: url(/SkinNew/images/hits.png) no-repeat 0 -1px;
	background-size: 19px;
}

.zt_articleCont .time:before {
	background: url(/SkinNew/images/time.png) no-repeat center 1px;
	background-size: 15px;
}

#app_comment {
	background: #fff;
	padding: 0 10px;
	margin-top: 8px;
}

.goTop {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 65px;
	right: 5px;
	z-index: 3;
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
}

	.goTop img {
		padding: 8px 8px;
		width: 25px;
		height: 25px;
	}

footer {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 0;
}

.zt_list {
	padding: 5px 0;
	overflow: hidden;
}

	.zt_list li {
		float: left;
		width: 50%;
		height: 140px;
		text-align: center;
		overflow: hidden;
		margin: 4px 0 0 0;
	}

		.zt_list li img {
			width: 200px;
			height: 110px;
			display: block;
			margin: 0 auto 2px auto;
			border-radius: 8px;
		}


@media screen and (max-width:320px) {
	.zt_list li {
		width: 50%;
		height: 80px;
	}

		.zt_list li img {
			width: 100px;
			height: 57px;
			border-radius: 8px;
		}
}

@media screen and (min-width:320px) and (max-width:480px) {
	.zt_list li {
		width: 50%;
		height: 100px;
	}

		.zt_list li img {
			width: 90%;
			height: 80px;
			border-radius: 8px;
		}
}


@media screen and (max-width:640px) and (min-width:481px) {
	.zt_list li {
		width: 33%;
		height: 120px;
	}

		.zt_list li img {
			width: 160px;
			height: 88px;
			border-radius: 8px;
		}
}

@media screen and (min-width:641px) and (max-width:1150px) {
	.zt_list li {
		width: 33%;
	}
}

@media screen and (min-width:1151px) {
	.zt_list li {
		width: 20%;
	}
}

.bximg {
	width: 140px;
	height: 77px;
	display: inline-block;
	overflow: hidden;
}

.moreBtn {
	text-align: center;
	padding: 8px 0;
	clear: both;
}

	.moreBtn span {
		background: url(/SkinNew/images/more_top.png) no-repeat left center;
		padding-left: 20px;
		display: inline !important;
	}

		.moreBtn span.span1 {
			background: url(/SkinNew/images/more_bottom.png) no-repeat left center;
			background-size: 16px;
			display: inline !important;
		}

.hz-bottom .pgzs img {
	width: 100%;
}

.hz-bottom .pgzs {
	display: block;
	position: relative;
}

.hz-bottom, .QQ-bottom {
	position: fixed;
	bottom: -3px;
	z-index: 2147483647;
	width: 100%;
}

	.hz-bottom img, .QQ-bottom img {
		width: 100%;
	}

	.hz-bottom #close, .QQ-bottom #close {
		z-index: 9999;
		display: block;
		width: 11px;
		height: 11px;
		line-height: 14px;
		position: absolute;
		top: -10px;
		left: 0;
		font-size: 10px;
		text-align: center;
		background: #fff;
		border-radius: 16px;
		border: 1px solid #625B5B;
	}

.detail_wrap img {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	float: left;
	margin-right: 15px;
}

.appcont h2 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}

	.appcont h2 i.androidList, .appcont h2 i.iosList {
		font-size: 12px;
		color: #858585;
	}

	.appcont h2 i.score {
		background: url(/SkinNew/images/score.png) no-repeat;
		background-size: cover;
		width: 26px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		vertical-align: -2px;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin-left: 5px;
		text-indent: 3px;
		overflow: hidden;
	}

.appcont p {
	font-size: 12px;
	color: #858585;
	height: 42px;
	line-height: 19px;
}

.appcont span {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #339e55;
	background: #F4F7F5;
	margin: -50px 0 0 0;
}

.appcont .Down_a {
	background: #339e55;
	margin-right: -5px;
	display: block;
	text-align: center;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
	color: #fff;
	width: 16%;
	font-size: 10px;
	position: absolute;
	right: 3px;
	top: 18px;
	display: none;
}

	.appcont .Down_a a {
		font-size: 12px;
		color: #FFF;
	}

.detail_wrap {
	padding: 0 4px;
	position: relative;
}

	.detail_wrap .downBtn {
		background: #339E55;
		display: block;
		color: #fff;
		text-align: center;
		height: 22px;
		line-height: 22px;
		border-radius: 3px;
		margin: 5px auto;
		width: 76%;
		font-size: 12px;
		display: none;
	}


@media screen and (min-width:350px) {
	.detail_wrap .newdown {
		position: absolute;
		right: 3px;
		top: 28px;
		width: 66px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		border-radius: 4px;
		border: 1px solid #339e55;
		background: #339e55;
		color: #fff;
		margin: 0;
		font-size: 14px;
	}
}

.list_tit {
	overflow: hidden;
	padding: 5px;
}

	.list_tit li {
		float: left;
		border: 1px solid #08961e !important;
		margin: 5px;
		padding: 2px 8px !important;
		border-radius: 3px;
	}

		.list_tit li.cur {
			background: #08961e;
			color: #fff;
		}

.list_img {
	overflow: hidden;
}

	.list_img li {
		width: 25%;
		float: left;
		text-align: center;
		margin: 5px 0;
	}

	.list_img img {
		width: 60px;
		height: 60px;
	}

	.list_img span {
		display: block;
		height: 40px;
		line-height: 20px;
		font-size: 12px;
		width: 60px;
		margin: auto;
		overflow: hidden;
	}

#hidetexttips, #showtexttips {
	border: none;
	color: #555;
	width: 95%;
	line-height: 25px;
	height: 25px;
	text-align: right;
	display: block;
	padding-right: 15px;
}

#hidetexttips {
	background: url(/SkinNew/images/down_green_30.png) no-repeat right 8px;
	background-size: 12px;
}

#showtexttips {
	background: url(/SkinNew/images/up_green_30.png) no-repeat right 7px;
	background-size: 12px;
}

.zt_data {
	clear: both;
	background: #fff;
	margin-top: 10px;
}

	.zt_data dl {
		padding: 4px 8px;
		overflow: hidden;
	}

	.zt_data dt {
		float: left;
		position: relative;
		padding: 0 10px;
		line-height: 22px;
	}

		.zt_data dt:before {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-width: 4px 0 4px 4px;
			border-style: solid;
			border-color: transparent transparent transparent #08961e;
			position: absolute;
			left: 0;
			top: 6px;
		}

	.zt_data dd a {
		margin: 0 5px;
		color: #858585;
		line-height: 22px;
		display: inline-block;
	}

.lstcont .info {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}



.normal-module {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}

.roll-list-bar {
	border: solid #e6e6e6;
	border-width: 1px 0;
	margin-bottom: 6px;
}

.roll-list {
	height: 38px;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	color: #333;
	font-size: 14px
}

	.roll-list .content {
		height: 38px;
		padding-left: 30px;
		position: relative;
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transition: 800ms
	}

		.roll-list .content .item {
			margin-left: 20px;
			height: 38px;
			line-height: 40px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap
		}

			.roll-list .content .item .date {
				float: right;
				color: #999
			}

			.roll-list .content .item .link-block {
				display: inline-block
			}

			.roll-list .content .item .sep {
				color: #ddd;
				margin: 0 5px
			}

	.roll-list .label {
		display: block;
		position: absolute;
		left: 5px;
		top: 0;
		height: 38px;
	}

	.roll-list .modify-close {
		position: absolute;
		right: 0;
		top: 0
	}


.module-header {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: stretch;
	padding: 0 15px;
	border: solid #d5d5d5;
	border-width: 0 0 1px 0;
	height: 43px;
	line-height: 45px;
	position: relative;
	overflow: hidden;
}

	.module-header .title {
		font-size: 16px;
		color: #333
	}

	.module-header .bottom-line-title {
		border-bottom: 2px solid #08961e;
		padding: 0 2px
	}

.module-more {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
	background-color: #f5f5f5;
	vertical-align: middle
}

.bg-green {
	background: #6bb247 !important
}

.bg-greenLight {
	background: #1dbf6e !important
}

.prefix {
	display: inline-block;
	padding: 0 4px;
	margin: 0 5px 0 0;
	height: 17px;
	line-height: 19px;
	-webkit-border-radius: 2px;
	background: #ff784f;
	font-size: 12px;
	text-align: center;
	color: #fff
}

.mod-news-list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

	.mod-news-list li:last-child {
		border-bottom-width: 0
	}

.mod-news-list .m-wrap {
	display: block;
	padding-left: 10px;
	background-color: #FFF
}

	.mod-news-list .m-wrap.press {
		background-color: #f2f2f2
	}

.mod-news-list .game-title {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: stretch
}

	.mod-news-list .game-title .inner-text, .mod-news-list .game-title .aside {
		display: block;
		-webkit-box-flex: 1
	}

	.mod-news-list .game-title .inner-text {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.mod-news-list .game-title .aside {
		color: #999;
		-webkit-box-flex: 0;
		width: 50px;
		text-align: right
	}


.mod-graphic-topic .m-wrap .img-wrap {
	height: 100px;
	position: relative
}

	.mod-graphic-topic .m-wrap .img-wrap .img {
		min-height: 100px
	}

	.mod-graphic-topic .m-wrap .img-wrap .o-ins-autoplay {
		position: absolute;
		left: 50%;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		margin-left: -20px
	}

.mod-graphic-topic {
	*zoom: 1;
	padding: 5px 10px
}

	.mod-graphic-topic:before, .mod-graphic-topic:after {
		display: table;
		content: "";
		line-height: 0
	}

	.mod-graphic-topic:after {
		clear: both
	}

	.mod-graphic-topic li {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		padding: 0 5px;
		margin: 5px 0
	}

	.mod-graphic-topic .m-wrap {
		background-color: #fff;
		max-width: 315px;
		margin: 0 auto
	}

		.mod-graphic-topic .m-wrap.press {
			background-color: #f2f2f2
		}

		.mod-graphic-topic .m-wrap .img-wrap {
			display: block;
			width: 100%;
			overflow: hidden
		}

			.mod-graphic-topic .m-wrap .img-wrap .img {
				-webkit-border-radius: 2px 2px 0 0;
				display: block;
				width: 100%
			}

		.mod-graphic-topic .m-wrap .content {
			padding: 5px;
			border: solid #e6e6e6;
			border-width: 0 1px 1px 1px;
			-webkit-border-radius: 0 0 2px 2px
		}

			.mod-graphic-topic .m-wrap .content .header {
				display: -webkit-box;
				-webkit-box-pack: justify;
				-webkit-box-align: stretch;
				-webkit-box-align: center
			}

				.mod-graphic-topic .m-wrap .content .header .inner {
					display: block;
					-webkit-box-flex: 1;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					color: #333;
					text-align: center
				}

.o-ins-autoplay {
	width: 40px;
	height: 40px;
	background-position: 0 -189px;
	display: block;
	background-image: url(ele_sp.png);
	-webkit-background-size: 54px auto;
	background-repeat: no-repeat;
}

.Qnav {
	padding: 6px;
	background: #F8F8F8;
	margin: 0;
	position: relative;
	overflow: hidden;
	height: 160px;
	border-top: 0px solid #ff6300;
}

	.Qnav ul {
		white-space: nowrap;
		position: absolute;
		padding-bottom: 10px;
		width: 100%;
		overflow-y: auto;
		overflow-x: auto;
	}

	.Qnav li {
		display: inline-block;
		margin-right: 6px;
	}

		.Qnav li img {
			width: auto;
			height: 150px;
		}

.tq-list {
	padding: 8px;
}

	.tq-list p {
		line-height: 22px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

		.tq-list p span {
			color: #000;
			font-weight: bold;
		}

.zt_rd {
	padding: 5px 0;
	overflow: hidden;
	background-color: white;
}

	.zt_rd li {
		float: left;
		width: auto;
		height: auto;
		text-align: center;
		overflow: hidden;
		margin: 4px 7px;
		padding: 3px;
	}

ul.zt_rd li a {
	padding: 3px 7px;
	border-radius: 4px;
	color: #777;
	background: #eee;
}

.menu_btn {
	position: absolute;
	right: 12px;
	top: 8px;
	width: 25px;
	height: 25px;
	border: none;
	text-indent: -999px;
	background: url(/SkinNew/images/menu_btn.png) scroll 0 0 no-repeat;
	background-size: 25px auto;
	display: inline-block;
	overflow: hidden;
}

.left_bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 99999;
	display: none;
}

.slidIn {
	transform: translate3d(100%,0px,0px);
	-webkit-transform: translate3d(100%,0px,0px);
	-moz-transform: translate3d(100%,0px,0px)
}

.slidOut {
	transform: translate3d(0%,0px,0px);
	-webkit-transform: translate3d(0%,0px,0px);
	-moz-transform: translate3d(0%,0px,0px)
}

.left_menu {
	position: fixed;
	left: -66%;
	top: 0;
	width: 66%;
	height: 100%;
	background: #fff;
	z-index: 100000;
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
}

	.left_menu .left_hd {
		position: relative;
		height: 40px;
		background: #f8f8f8;
		border-bottom: 1px solid #d7d7d7;
	}

		.left_menu .left_hd span {
			font-size: 18px;
			color: #333;
			line-height: 43px;
			font-weight: bold;
			padding-left: 58px;
		}

		.left_menu .left_hd em {
			position: absolute;
			left: 12px;
			width: 30px;
			height: 30px;
			margin: 6px 0;
			background: url(/SkinNew/images/left_arrow.png) no-repeat;
			background-size: 28px auto;
		}

	.left_menu .left_game {
		height: 34px;
		background: #f8f8f8;
		border-bottom: 1px solid #f5f5f5;
		float: left;
		width: 100%;
	}

		.left_menu .left_game span {
			font-size: 17px;
			color: #333;
			line-height: 36px;
			font-weight: bold;
			padding-left: 15px;
		}

		.left_menu .left_game em {
			position: absolute;
			left: 15px;
			width: 30px;
			height: 30px;
			margin: 0; /*background:#FF2F00 url(/SkinNew/images/left_nav_icon.png) no-repeat scroll 0 -272px;background-size:30px auto;border-radius: 50%;*/
		}

	.left_menu .left_soft {
		height: 34px;
		background: #f8f8f8;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		float: left;
		width: 100%;
		margin-top: -1px;
	}

		.left_menu .left_soft span {
			font-size: 17px;
			color: #333;
			line-height: 36px;
			font-weight: bold;
			padding-left: 15px;
		}

		.left_menu .left_soft em {
			position: absolute;
			left: 15px;
			width: 30px;
			height: 30px;
			margin: 0; /*background:#1F9A09 url(/SkinNew/images/left_nav_icon.png) no-repeat scroll 0 -90px;background-size:30px auto;border-radius: 50%;*/
		}

.left_nav {
	background: #fff none repeat scroll 0 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100000;
}

	.left_nav a {
		display: block;
		padding: 6px 0;
	}

	.left_nav li {
		border-bottom: 1px solid #f5f5f5;
		float: left;
		width: 50%;
	}
	/*.left_nav li:nth-last-child(1) {border:0 none;}*/
	.left_nav::before {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		content: "";
		height: 0;
		left: 30px;
		line-height: 0;
		position: absolute;
		width: 0;
	}

	.left_nav li a {
		display: block;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		width: 100%;
	}

		.left_nav li a i {
			background: rgba(0, 0, 0, 0) url(/SkinNew/images/left_nav_icon.png) no-repeat scroll 0 0;
			background-size: 30px auto;
			display: inline-block;
			height: 28px;
			margin-left: 12%;
			margin-right: 10%;
			vertical-align: -8px;
			width: 28px;
			border-radius: 50%;
		}

	.left_nav li:nth-child(1) a i {
		background-position: 0 -1px;
		background-color: #ff5353;
	}

	.left_nav li:nth-child(2) a i {
		background-position: 0 -1px;
		background-color: #ff5353;
	}

	.left_nav li:nth-child(3) a i {
		background-position: 0 -30px;
		background-color: #39b91c;
	}

	.left_nav li:nth-child(4) a i {
		background-position: 0 -60px;
		background-color: #14C2CE;
	}

	.left_nav li:nth-child(5) a i {
		background-position: 0 -272px;
		background-color: #FF6496;
	}

	.left_nav li:nth-child(6) a i {
		background-position: 0 -90px;
		background-color: #15AFF9;
	}

	.left_nav li:nth-child(7) a i {
		background-position: 0 -120px;
		background-color: #e775ff;
	}

	.left_nav li:nth-child(8) a i {
		background-position: 0 -329px;
		background-color: #0e81f6;
	}

	.left_nav li:nth-child(9) a i {
		background-position: 0 -300px;
		background-color: #f78001;
	}

	.left_nav li:nth-child(10) a i {
		background-position: 0 -356px;
		background-color: #06D073;
	}

	.left_nav li:nth-child(11) a i {
		background-position: 0 -381px;
		background-color: #D2B31E;
	}

	.left_nav li:nth-child(12) a i {
		background-position: 0 -406px;
		background-color: #FB60BD;
	}

	.left_nav li a i.Qsy {
		background-position: -1px -2px;
		background-color: #ff5353;
	}

	.left_nav li a i.Qwy {
		background-position: -1px -31px;
		background-color: #39b91c;
	}

	.left_nav li a i.Qdj {
		background-position: -1px -61px;
		background-color: #14C2CE;
	}

	.left_nav li a i.Qpj {
		background-position: -1px -273px;
		background-color: #FF6496;
	}

	.left_nav li a i.Qyy {
		background-position: -1px -91px;
		background-color: #15AFF9;
	}

	.left_nav li a i.Qlb {
		background-position: -1px -121px;
		background-color: #e775ff;
	}

	.left_nav li a i.Qtq {
		background-position: -1px -330px;
		background-color: #0e81f6;
	}

	.left_nav li a i.Qpc {
		background-position: -1px -301px;
		background-color: #f78001;
	}

	.left_nav li a i.Qyg {
		background-position: -1px -357px;
		background-color: #06D073;
	}

	.left_nav li a i.Qgl {
		background-position: -1px -382px;
		background-color: #D2B31E;
	}

	.left_nav li a i.Qhd {
		background-position: -1px -407px;
		background-color: #FB60BD;
	}

	.left_nav li a i.Qph {
		background-position: -1px -181px;
		background-color: #818CA9;
	}

	.left_nav li a i.Qzt {
		background-position: -1px -151px;
		background-color: #09A1DC;
	}

	.left_nav li a i.Qzx {
		background-position: -1px -432px;
		background-color: #62C309;
	}

	.left_nav li a i.Qpr {
		background-position: -1px -243px;
		background-color: #FF6496;
	}

	.left_nav li a i.Qjc {
		background-position: -1px -458px;
		background-color: #f78001;
	}

	.left_nav li.curr a {
		font-size: 16px;
	}

		.left_nav li.curr a i {
			vertical-align: -8px;
		}



#wrapper {
	padding: 5px 0;
	width: 100%;
	background: #fff;
}

	#wrapper #scroller {
		display: block;
		height: 68px;
	}

	#wrapper li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 65px;
		height: 68px;
		text-align: center;
		overflow: hidden;
		font-size: 12px;
	}

		#wrapper li img {
			width: 50px;
			height: 50px;
			display: block;
			margin: 0 auto;
			border-radius: 5px;
		}


.score {
	position: absolute;
	left: 54px;
	top: 50px;
}

.circle-scroe {
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 50%;
	background: #ff7800;
	overflow: hidden
}

.circle-scroe-left, .circle-scroe-right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0
}

.scroe-left-left, .scroe-left-right {
	width: 30px;
	height: 30px;
	background: #e7e7e7;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.circle-scroe-right, .scroe-left-right {
	clip: rect(0,auto,auto,15px)
}

.circle-scroe-left, .scroe-left-left {
	clip: rect(0,15px,auto,0)
}

.circle-scroe-mask {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	background: #FFF;
	position: absolute;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ff7800
}

.lnav {
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 10px;
	background: #fff;
}

	.lnav .more {
		float: right;
	}

	.lnav span {
		float: left;
		width: 154px;
		height: 42px;
		display: block;
	}

		.lnav span a {
			float: left;
			width: 50%;
			height: 42px;
			color: #666;
			text-align: center;
			display: block;
			font-size: 16px;
			font-weight: 600;
			border-bottom: 1px solid #666;
		}

		.lnav span.s {
			width: auto;
		}

			.lnav span.s a {
				width: auto;
				padding: 0 8px;
			}

		.lnav span a.cur {
			color: #3db73d;
			border-bottom: 1px solid #3db73d;
		}

	.lnav h2 {
		float: left;
		padding: 0 8px;
		height: 42px;
		line-height: 44px;
		display: block;
		font-size: 16px;
		font-weight: 600;
		color: #3db73d;
		border-bottom: 1px solid #3db73d;
	}

.app_comment .emoji {
	max-height: 24px;
	margin: 0 2px;
	vertical-align: middle;
}

.app_comment .plhtml {
	padding: 6px 10px 10px 10px;
}

.app_comment .pladd {
	margin: 10px 0 0 0;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

	.app_comment .pladd textarea {
		width: 98%;
		padding: 1%;
		height: 60px;
		border: 0;
	}

	.app_comment .pladd .bom {
		height: 31px;
		line-height: 31px;
		border-top: 1px solid #d4d4d4;
	}

		.app_comment .pladd .bom #userName, .app_comment .pladd .bom #glName {
			background: url(/SkinNew/images/plinputa.png) 0 0 no-repeat;
			border: 0;
			padding-left: 45px;
			width: 22%;
			height: 25px;
			line-height: 25px;
			margin-left: 3px;
			color: #555;
			border-right: 1px solid #fcb52b;
		}

		.app_comment .pladd .bom .plyzm {
			float: right;
			width: 112px;
			padding-top: 3px;
		}

			.app_comment .pladd .bom .plyzm img {
				float: left;
				width: 48px;
				height: 21px;
				padding: 1px;
				border: 1px solid #fcb52b;
				border-right: 0;
			}

		.app_comment .pladd .bom .Usercode {
			float: left;
			border: 0;
			width: 50px;
			height: 23px;
			line-height: 23px;
			padding-left: 5px;
			color: #555;
			border: 1px solid #fcb52b;
			border-left: 0;
		}

	.app_comment .pladd button {
		float: right;
		width: 22%;
		height: 31px;
		line-height: 31px;
		background: #f4f4f4;
		border: 0;
		text-align: center;
		color: #555;
		font-size: 15px;
		border-left: 1px solid #d4d4d4;
	}

.app_comment .pllist {
}

	.app_comment .pllist ul {
	}

		.app_comment .pllist ul li {
			border-bottom: 1px #ddd dotted;
			overflow: hidden;
			padding: 8px 0 5px 0;
		}

			.app_comment .pllist ul li p {
				position: relative;
				line-height: 26px;
				padding: 0 20px 0 2px;
				font-size: 15px;
				color: #666;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}

				.app_comment .pllist ul li p .user {
					display: inline-block;
					width: 30px;
					height: 30px;
					border-radius: 30px;
					margin: 0 6px 0 0;
					vertical-align: middle;
				}
				/*.app_comment .pllist ul li p .userlv{position:absolute;bottom:0;left:18px;padding: 0 4px;height: 13px;line-height: 13px;color: #fff;font-size: 11px;border-radius: 6px;text-align: center;background: #38aa41;}*/
				.app_comment .pllist ul li p .userlv {
					position: absolute;
					bottom: 0;
					left: 16px;
					height: 9px;
					text-align: center;
					background: url(/SkinNew/images/lv/l1.png) no-repeat;
					background-size: 22px;
					width: 22px;
					text-indent: 9999px;
				}

					.app_comment .pllist ul li p .userlv.l1 {
						background: url(/SkinNew/images/lv/l1.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l2 {
						background: url(/SkinNew/images/lv/l2.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l3 {
						background: url(/SkinNew/images/lv/l3.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l4 {
						background: url(/SkinNew/images/lv/l4.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l5 {
						background: url(/SkinNew/images/lv/l5.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l6 {
						background: url(/SkinNew/images/lv/l6.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l7 {
						background: url(/SkinNew/images/lv/l7.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l8 {
						background: url(/SkinNew/images/lv/l8.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l9 {
						background: url(/SkinNew/images/lv/l9.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l10 {
						background: url(/SkinNew/images/lv/l10.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l11 {
						background: url(/SkinNew/images/lv/l11.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l12 {
						background: url(/SkinNew/images/lv/l12.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l13 {
						background: url(/SkinNew/images/lv/l13.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l14 {
						background: url(/SkinNew/images/lv/l14.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l15 {
						background: url(/SkinNew/images/lv/l15.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l16 {
						background: url(/SkinNew/images/lv/l16.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l17 {
						background: url(/SkinNew/images/lv/l17.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l18 {
						background: url(/SkinNew/images/lv/l18.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l19 {
						background: url(/SkinNew/images/lv/l19.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l20 {
						background: url(/SkinNew/images/lv/l20.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l21 {
						background: url(/SkinNew/images/lv/l21.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l22 {
						background: url(/SkinNew/images/lv/l22.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l23 {
						background: url(/SkinNew/images/lv/l23.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l24 {
						background: url(/SkinNew/images/lv/l24.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l25 {
						background: url(/SkinNew/images/lv/l25.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l26 {
						background: url(/SkinNew/images/lv/l26.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l27 {
						background: url(/SkinNew/images/lv/l27.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l28 {
						background: url(/SkinNew/images/lv/l28.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l29 {
						background: url(/SkinNew/images/lv/l29.png) no-repeat;
						background-size: 22px;
					}

					.app_comment .pllist ul li p .userlv.l30 {
						background: url(/SkinNew/images/lv/l30.png) no-repeat;
						background-size: 22px;
					}

				.app_comment .pllist ul li p .mobile {
					float: none;
					padding-left: 6px;
					padding-right: 6px;
					height: 16px;
					font-size: 12px;
				}

					.app_comment .pllist ul li p .mobile a {
						color: #6f9811;
						background: url(//img3.hackhome.com/images/dev_icon.png) left 0 no-repeat;
						padding-left: 15px;
						height: 16px;
						background-size: 14px;
					}

				.app_comment .pllist ul li p .city {
					float: none;
					color: #888;
					font-size: 12px;
				}

				.app_comment .pllist ul li p .i, .app_comment .pllist ul li p .i > a {
					color: #326eb4;
					display: inline-block;
					padding-right: 7px;
					font-size: 15px;
				}

				.app_comment .pllist ul li p .d {
					font-size: 12px;
					display: inline-block;
					color: #888;
				}

				.app_comment .pllist ul li p .l {
					font-size: 12px;
					color: #888;
					position: absolute;
					right: 2px;
					top: 2px;
				}

				.app_comment .pllist ul li p.fxpic {
					white-space: nowrap;
					margin-top: 5px;
					overflow-y: auto;
					overflow-x: auto;
					padding: 0 10px;
				}

					.app_comment .pllist ul li p.fxpic i {
						float: left;
						width: 30%;
						margin: 0 1.6% 10px 1.6%;
						height: 30vw;
						overflow: hidden;
					}

					.app_comment .pllist ul li p.fxpic img {
						height: 90px;
						margin-right: 5px;
					}

	.app_comment .pllist p.m {
		float: right;
		padding: 0 2px;
	}

		.app_comment .pllist p.m a {
			font-size: 12px;
			margin-left: 8px;
			color: #777;
		}

			.app_comment .pllist p.m a.s {
				color: #28bd98;
			}

			.app_comment .pllist p.m a.a {
				color: #ff6f6f;
			}

	.app_comment .pllist p.t {
		line-height: 22px;
		padding: 8px 2px 5px 8px;
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
	}


	.app_comment .pllist ul li .hf {
		position: relative;
		margin: 10px 8px 5px 8px;
		padding: 5px 5px 2px 5px;
		border: 1px solid #ddd;
		background: #f8f8f8;
		border-radius: 2px;
	}

		.app_comment .pllist ul li .hf:after {
			content: "";
			position: absolute;
			left: 12px;
			top: -6px;
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-bottom: 6px solid #ddd;
		}

		.app_comment .pllist ul li .hf .hfa {
			font-size: 14px;
			line-height: 22px;
			color: #777;
			white-space: unset;
			text-overflow: unset;
			overflow: unset;
		}

		.app_comment .pllist ul li .hf .hfb {
			text-align: right;
			font-size: 12px;
			line-height: 20px;
			color: #777;
			padding: 0 2px;
		}

			.app_comment .pllist ul li .hf .hfb i {
				padding-right: 8px;
				color: #6087b5;
			}

				.app_comment .pllist ul li .hf .hfb i a {
					color: #6087b5;
					font-weight: 800;
				}

.app_comment .hfbgs {
	z-index: 99998;
	border: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.4;
	position: fixed;
	background-color: #000;
	display: none;
}

.app_comment .hfadd {
	z-index: 99999;
	position: fixed;
	padding: 4%;
	margin: 0px;
	width: 84%;
	top: 40%;
	left: 3%;
	border: 3px solid #999;
	border-radius: 5px;
	background: #fff;
	display: none;
}

	.app_comment .hfadd button {
		width: 50px;
	}

	.app_comment .hfadd .t {
		position: relative;
		padding-left: 2px;
		line-height: 24px;
		color: #555;
		font-size: 16px;
	}

		.app_comment .hfadd .t i {
			position: absolute;
			right: 0;
			top: 0;
			width: 24px;
			height: 24px;
			line-height: 24px;
			display: block;
			text-align: center;
		}

	.app_comment .hfadd .bom .plyzm {
		float: right;
		width: 106px;
		padding-top: 3px;
	}

		.app_comment .hfadd .bom .plyzm img {
			float: left;
			padding: 1px;
			border: 1px solid #fcb52b;
			border-right: 0;
		}

	.app_comment .hfadd .bom .Usercode {
		width: 45px;
	}

.app_comment .pgx {
	margin-top: 5px;
	margin-left: 2px;
}

	.app_comment .pgx a {
		font-size: 13px;
		color: #666;
	}

.app_comment .pingappbtn {
	overflow: hidden;
}

	.app_comment .pingappbtn a {
		background: #3ab73a;
		width: 99%;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		border-radius: 5px;
		display: block;
		margin-right: 1%;
		margin: 8px 0 3px 0;
	}

/*��Ϸ����*/
.gamekf {
	background: #fff;
	margin-top: 10px;
}

	.gamekf ul {
		margin-right: -1px;
		overflow: hidden;
	}

	.gamekf table {
	}

	.gamekf th {
		font-weight: bold;
		color: #999;
		background: #f6f6f6;
	}

	.gamekf th, .gamekf td {
		border-bottom: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		padding: 10px 0;
		text-align: center;
		font-size: 13px;
		color: #555;
	}

		.gamekf td .nc, .gamekf td .nc font {
			color: #555 !important;
		}

		.gamekf td .lbs {
			border: 1px solid #ee6c6c;
			background: #fff;
			color: #ee6c6c;
			padding: 2px 10px;
			border-radius: 2px;
		}

			.gamekf td .lbs:hover {
				background: #ee6c6c;
				color: #fff;
			}

		.gamekf td .nos, .gamekf td .nos:hover {
			background: #888;
			border: 1px solid #888;
			color: #eee;
			display: inline;
		}

/*�Ƽ����*/

.zt_article_a {
	margin-top: 10px;
	background: #fff;
}

.hd_a {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding-left: 5px;
	font-weight: normal;
	border-left: 7px solid #08961e;
}

	.hd_a .mr {
		float: right;
		margin-right: 10px;
		color: #858585;
		font-size: 14px;
	}

.zt_soft_bd_a li {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

	.zt_soft_bd_a li:last-child {
		border-bottom: none;
	}

.zt_soft_bd_a .img_a {
	width: 66px;
	height: 66px;
	border-radius: 8px;
	float: left;
	margin-right: 7px;
}

.lstcont1_a {
	padding-top: 5px;
}

	.lstcont1_a h3 {
		font-weight: normal;
		font-size: 15px;
		height: 22px;
		line-height: 20px;
		overflow: hidden;
	}

		.lstcont1_a h3 img {
			width: 16px;
			height: 16px;
			margin-right: 3px;
			border-radius: 3px;
		}

	.lstcont1_a p.info_a {
		height: 20px;
		line-height: 20px;
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #858585;
	}

	.lstcont1_a .lastNum_a {
		color: #ff7e72;
	}

.soft_down_btn_a {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0aae24;
	color: #fff;
	border-radius: 3px;
	margin: -37px 0 0 0;
}
/*������*/
.zjgx li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #e6e6e6;
	overflow: hidden;
}

	.zjgx li a {
		width: 65%;
		overflow: hidden;
		display: block;
		float: left;
	}

	.zjgx li:last-child {
		border-bottom-width: 0
	}

	.zjgx li .tie {
		width: 25%;
		float: right;
	}

.zjgx .m-wrap {
	display: block;
	padding-left: 10px;
	background-color: #FFF
}

	.zjgx .m-wrap i {
		display: block;
		width: 5px;
		height: 5px;
		background: #999;
		border-radius: 100%;
		float: left;
		margin-top: 17px;
		margin-right: 5px;
	}

/*�²�*/
.detail_wrap .tucao {
	//position:absolute;
	//right:38%;
	//top:3px;
	width: 60px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #08961e;
	font-size: 12px;
	display: inline-block;
	margin-left: 6px;
	margin-top: -3px;
}

/*����*/
.appcont .didz {
	display: block;
	position: relative;
	font-size: 12px;
	color: #858585;
	line-height: 22px;
}

.dianzan {
	position: relative;
	width: 32%;
	height: 15px;
	color: #a0a0a0;
	margin-left: 8px;
	margin-right: 5px;
	display: inline-block;
}

	.dianzan div {
		float: left;
		position: absolute;
		width: 50%;
	}

	.dianzan .good-div {
		border-radius: 30px 0 0 30px;
		background: url(/SkinNew/images/show_good_0d75340.png) no-repeat 4px 2px;
		background-size: 14px 14px;
		-moz-background-size: 15px 15px;
	}

	.dianzan .bad-div {
		left: 50%;
		border-radius: 0 30px 30px 0;
		background: url(/SkinNew/images/show_bad_7287742.png) no-repeat 4px 4px;
		background-size: 14px 14px;
		-moz-background-size: 15px 15px;
	}

	.dianzan b {
		position: relative;
		top: 5px;
		display: inline-block;
		width: 100%;
		height: 20px;
		line-height: 24px;
		cursor: pointer
	}

		.dianzan b.good {
			top: -1px;
		}

		.dianzan b em {
			position: absolute;
			width: 21px;
			height: 20px;
			margin: 10px;
			top: -10px;
			cursor: pointer
		}

@media screen\0 {
	.dianzan span.good i {
		right: 13px
	}
}

.dianzan b i {
	position: absolute;
	float: right;
	font-style: normal;
	min-width: 25px;
	font-size: 13px
}

.dianzan b.bad i {
	left: 21px;
	top: -6px;
}

.dianzan b.good i {
	left: 22px
}
/*�²�*/
.appcont .tcao {
	color: #dd6b05;
}

	.appcont .tcao a {
		color: #dd6b05;
	}

.zt_zdyk {
	border-top: 10px solid #f4f4f4;
}

/*morebtn*/
#moreBtn {
	border: 1px solid #ddd;
	background: #f9f9f9;
	margin-top: 5px;
	margin-bottom: 12px;
	margin: 8px !important;
}

	#moreBtn a {
		display: block;
		font-size: 14px;
		line-height: 30px;
		color: #666;
		text-align: center;
	}

#page_lb .zt_soft_bd {
	height: 880px;
	overflow: hidden;
}

/*the nav of zt*/
.menu_top {
	border-bottom: 1px solid #ddd;
	background: #fff;
	height: 40px;
	overflow: hidden;
}

.menu_li {
	height: 50px;
	white-space: nowrap;
	overflow-y: auto;
	overflow-x: auto;
}

.menu_top a {
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
	-moz-box-flex: 1.0;
	text-align: center;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	width: 16%;
}
/*the yizhiboapp of tab*/
.zt_article_x {
	background: #FFF;
	margin-top: 10px;
}

	.zt_article_x h2 {
		font-weight: normal;
		text-align: center;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		box-flex: 1.0;
		-moz-box-flex: 1.0;
		-webkit-box-flex: 1.0;
		display: inline-block;
		width: 24%;
	}

.zt_article h2 {
	font-weight: normal;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	box-flex: 1.0;
	-moz-box-flex: 1.0;
	-webkit-box-flex: 1.0;
	display: inline-block;
	width: 96%;
}

.zt_article_x h2.cur {
	border-bottom: 2px solid #08961e;
}

/*change more about hd*/
.zt_article h2.hd_b {
	width: 100%;
	text-align: left;
}

/*men pai jie shao*/
.zt_article ul.name {
	width: auto;
	height: 50px;
	overflow-x: auto;
	white-space: nowrap;
}

	.zt_article ul.name li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 25%;
		height: 45px;
		line-height: 45px;
		display: inline-block;
		text-align: center;
		text-indent: 9%;
	}

		.zt_article ul.name li.cur {
			border-bottom: 2px solid #08961e;
			background: url(/SkinNew/images/dao.png) no-repeat left center;
		}

.zt_article .name_bg {
	width: 100%;
}

	.zt_article .name_bg .jcl {
		width: 100%;
		height: 200px;
		position: relative;
	}

		.zt_article .name_bg .jcl .mpjs {
			width: 60%;
			position: absolute;
			bottom: 25px;
			right: 0px;
		}

		.zt_article .name_bg .jcl a {
			display: inline-block;
			background: #08961e;
			color: #FFF;
			margin-right: 2%;
			font-size: 12px;
			padding: 2px 2%;
			border-radius: 3px;
		}
	/*
.zt_article .name_bg .qy{background:url(/img2016/8/16/2016081657811825.jpg) no-repeat;background-size:170% 100%;}
.zt_article .name_bg .hh{background:url(/img2016/8/16/2016081657694249.jpg) no-repeat;background-size:170% 100%;}
.zt_article .name_bg .gw{background:url(/img2016/8/16/2016081657644233.jpg) no-repeat;background-size:170% 100%;}
.zt_article .name_bg .ty{background:url(/img2016/8/30/2016083062276861.jpg) no-repeat;background-size:170% 100%;}
*/
	.zt_article .name_bg .jcr h2.gn {
		font-weight: normal;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		text-align: left;
		box-flex: 1.0;
		-moz-box-flex: 1.0;
		-webkit-box-flex: 1.0;
		width: 100%;
	}

	.zt_article .name_bg .jcr ul {
		padding-bottom: 20px;
	}

		.zt_article .name_bg .jcr ul li {
			width: 100%;
			height: 30px;
			line-height: 30px;
			border-bottom: 1px dashed #eaeaea;
		}

			.zt_article .name_bg .jcr ul li i {
				padding: 0px 3%;
			}

			.zt_article .name_bg .jcr ul li .time {
				float: right;
				padding-right: 3%;
			}
/*tian bu*/
.zt_article ul {
	margin: 0 3%;
}

	.zt_article ul li {
		position: relative;
		border-bottom: 1px solid #EEE;
		padding: 10px 0;
		overflow: hidden;
	}

		.zt_article ul li .ypic {
			float: left;
			width: 100px;
			height: 70px;
			margin-right: 8px;
			border-radius: 4px;
			overflow: hidden;
			position: relative;
		}

			.zt_article ul li .ypic i {
				position: absolute;
				bottom: 0px;
				left: 0;
				width: 100px;
				height: 23px;
				line-height: 23px;
				background-color: rgba(0,0,0,0.7);
				color: #FFF;
				font-size: 12px;
				text-align: center;
				border-radius: 0 0 4px 4px;
			}

			.zt_article ul li .ypic .img_w {
				width: 100px;
				min-height: 70px;
				height: auto;
				float: left;
				margin-right: 8px;
				border-radius: 4px;
				padding-top: 0px;
			}

		.zt_article ul li .txts {
			display: inline-block;
			width: 67%;
		}

@media screen and (max-width:320px) {
	.zt_article ul li .txts {
		display: inline-block;
		width: 60%;
	}
}

.zt_article ul li .txts h2 {
	font-weight: normal;
	font-size: 15px;
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	color: #333;
}

.zt_article ul li .txts span {
	color: #999;
	display: inline-block;
	margin: 5px 12px 0px 0px;
}

.zt_article ul li .txts .time:before, .zt_article ul li .txts .hits:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	color: #999;
	margin: -2px 2px -2px 0;
}

.zt_article ul li .txts .time:before {
	background: url(/SkinNew/images/time.png) no-repeat center 1px;
	background-size: 15px;
}

.zt_article ul li .txts .hits:before {
	background: url(/SkinNew/images/hits.png) no-repeat 0 -1px;
	background-size: 19px;
}

/*wzry*/
.zb_hero {
	margin-top: 10px;
	background: #FFF;
}

	.zb_hero .zb_nav {
		height: 36px;
		width: 100%;
		line-height: 36px;
		font-size: 16px;
	}

		.zb_hero .zb_nav span {
			width: 50%;
			height: 36px;
			display: inline-block;
			float: left;
			text-align: center;
			border-bottom: 2px solid #ccc;
		}

			.zb_hero .zb_nav span.cur {
				border-bottom: 2px solid #08961e;
				color: #08961e;
			}

	.zb_hero .jndj .dj_nav {
		height: 30px;
		line-height: 30px;
		display: box;
		disply: -moz-box;
		display: -webkit-box;
		width: 100%;
		background: #FFF;
		border-bottom: 1px solid #ddd;
	}

		.zb_hero .jndj .dj_nav span {
			-webkit-box-flex: 1.0;
			box-flex: 1.0;
			-moz-box-flex: 1.0;
			display: block;
			text-align: center;
			font-size: 14px;
		}

			.zb_hero .jndj .dj_nav span.curr {
				border-bottom: 1px solid #08961e;
				color: #08961e;
			}
/*chat*/
a.qqlt {
	width: 18%;
	height: 22px;
	line-height: 22px;
	background: url(/SkinNew/images/qqbg.png) 0 0 no-repeat;
	color: #1A649D;
	font-family: '������';
	display: inline-block;
	padding-left: 25px;
	font-size: 12px;
	text-decoration: none;
}

.topdown, .topdowns, .package_topdown {
	margin-top: 10px;
}

	.topdown a, .topdowns a, .package_topdown a {
		background: #3ab73a;
		width: 99%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		border-radius: 5px;
		display: block;
		float: right;
		margin-right: 1%;
	}

.app_appmore {
	margin-top: 10px;
	background: #fff;
}

	.app_appmore ul li {
		padding: 10px 5px 10px 10px;
		overflow: hidden;
		zoom: 1;
		position: relative;
		border-bottom: 1px solid #e8e8e8;
	}

		.app_appmore ul li .img {
			margin-right: 10px;
			display: block;
			width: 60px;
			float: left;
		}

		.app_appmore ul li img {
			width: 60px;
			height: 60px;
			border-radius: 8px;
		}

		.app_appmore ul li p {
			-webkit-box-flex: 1;
			color: #777;
			overflow: hidden;
			padding-right: 50px;
		}

			.app_appmore ul li p a {
				display: block;
				height: 16px;
				line-height: 16px;
				overflow: hidden;
				font-size: 15px;
			}

			.app_appmore ul li p span {
				display: block;
				line-height: 16px;
				height: 16px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				font: 12px "\5FAE\8F6F\96C5\9ED1";
			}

				.app_appmore ul li p span.txt {
					position: relative;
					line-height: 26px;
					height: 26px
				}

			.app_appmore ul li p u {
				margin: 0 6px;
				padding: 0 6px;
				border-left: 1px solid #d9d9d9;
				border-right: 1px solid #d9d9d9;
			}

		.app_appmore ul li .btn {
			width: 40px;
			height: 25px;
			padding-top: 35px;
			color: #04AD1F;
			line-height: 25px;
			text-align: center;
			background: none;
			position: absolute;
			right: 5px;
			top: 12px
		}

			.app_appmore ul li .btn .bg {
				position: absolute;
				left: 0;
				top: 0;
				display: inline-block;
				width: 100%;
				height: 30px;
				background: url(/SkinNew/images/snav.png) 9px -175px no-repeat;
				background-size: 26px auto;
			}

		.app_appmore ul li p span .lstar0, .app_appmore ul li p span .lstar1, .app_appmore ul li p span .lstar2, .app_appmore ul li p span .lstar3, .app_appmore ul li p span .lstar4, .app_appmore ul li p span .lstar5, .app_appmore ul li p span .lstar6 {
			background: url(/SkinNew/images/litterStar.png) no-repeat;
			width: 72px;
			height: 13px;
			display: inline-block;
			position: relative;
			top: 1px;
		}

		.app_appmore ul li p span .lstar1 {
			background-position: 0 -26px;
		}

		.app_appmore ul li p span .lstar2 {
			background-position: 0 -52px;
		}

		.app_appmore ul li p span .lstar3 {
			background-position: 0 -78px;
		}

		.app_appmore ul li p span .lstar4 {
			background-position: 0 -104px;
		}

		.app_appmore ul li p span .lstar5, .app_appmore ul li p span .lstar6 {
			background-position: 0 -130px;
		}

/*zt QQgroup*/
.ztqqgroup {
	height: 16px;
	width: auto;
	overflow: hidden;
	margin-left: 2px;
}

	.ztqqgroup img {
		height: 16px;
		width: auto;
		border-radius: inherit;
		float: none;
		margin: 0;
		vertical-align: sub;
	}

.groupqq img {
	height: 16px;
	width: auto;
	border-radius: inherit;
	float: none;
	margin: 0 2px 0 2px;
	vertical-align: sub;
}

.detail_wrap .mew {
	width: 90px;
	height: 90px;
}

.detail_wrap div.mewscore {
	left: 68px;
	top: 62px;
}

.detail_wrap .mewtit {
	padding-top: 7px;
}

.detail_wrap .mdidz {
	line-height: 21px;
}

	.detail_wrap .mdidz .dianzan {
		margin-left: 0px;
	}

/*game nav*/
.zt_data dt.mewzy {
	float: none;
}

.zt_data dd.mewjj a {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #858585;
	line-height: 14px;
	margin-bottom: 8px;
	font-size: 12px;
}

.zttop {
	background: #fff;
	margin-bottom: 10px
}

	.zttop img {
		width: 100%;
		display: block;
		height: 45px;
	}

	.zttop h2 {
		position: relative;
		width: 100%;
		background: rgba(0,0,0,0.7);
		overflow: hidden;
		line-height: 45px;
		height: 45px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		top: 0;
		margin-top: -45px;
	}

	.zttop .descr {
		padding: 10px 10px
	}

	.zttop .update {
		padding: 0 10px 10px 10px;
		color: #999
	}



/*zt_head-star*/
.zt_head_list {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 15px
}

	.zt_head_list li {
		float: left;
		width: 29%;
		padding: 0 2%;
	}

	.zt_head_list a.h_list_t span {
		display: block;
		text-align: center;
		color: #333;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.zt_head_list span.zt_label {
		display: block;
		color: #1aabc0;
		text-align: center;
		font-size: 12px;
	}

	.zt_head_list a.h_list_t img {
		width: 68px;
		height: 68px;
		display: block;
		margin: 0 auto;
		border-radius: 50%;
		position: relative;
		z-index: 2;
	}

	.zt_head_list a.zt_down {
		background: #1aabc0;
		color: #fff;
		text-align: center;
		margin: 5px auto 0;
		display: block;
		width: 60px;
		height: 28px;
		line-height: 28px;
		border-radius: 4px;
		font-size: 14px;
	}

	.zt_head_list a.h_list_t {
		display: block;
		position: relative;
	}

		.zt_head_list a.h_list_t i {
			position: absolute;
			width: 40px;
			height: 18px;
			color: #fff;
			top: 1px;
			left: 8px;
			text-indent: 8px;
			font-size: 12px;
			background-size: 100%;
			background-repeat: no-repeat;
			font-style: normal;
		}

@media screen and (max-width:320px) {
	.zt_head_list a.h_list_t i {
		left: -4px;
	}
}

.zt_head_list li.zt_li_new i {
	background-image: url(../images/new.png);
}

.zt_head_list li.zt_li_hot i {
	background-image: url(../images/hot.png);
}

.zt_head_list li.zt_li_fu i {
	background-image: url(../images/fu.png);
}

/*急速下载*/
/*.phb-lis{width: 100%; margin-bottom: 6px; -webkit-box-shadow: 0 3px 3px #ebebeb; -moz-box-shadow: 0 3px 3px #ebebeb; box-shadow: 0 3px 3px #ebebeb;background: #fff;}*/
.phbtop {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 17px 0 10px;
	display: flex;
	background: #fff;
}

	.phbtop .phbtop-lis {
		flex: 1;
		position: relative;
		height: 300px;
		height: 50vw;
		min-height: 166px;
		max-height: 320px;
	}

		.phbtop .phbtop-lis .img {
			margin: 30px auto 0;
			width: 66%;
			border-radius: 6px;
			position: absolute;
			bottom: 0;
			left: 17%;
		}

			.phbtop .phbtop-lis .img span {
				width: 20px;
				height: 18px;
				background: #CC0000;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				border-bottom-right-radius: 6px;
				border-top-left-radius: 6px;
				text-align: center;
				line-height: 18px;
				font-size: 12px;
				color: #fff;
			}

		.phbtop .phbtop-lis:nth-child(3) .img span {
			background: #2577e3;
		}

		.phbtop .phbtop-lis:nth-child(2) .img i {
			display: block;
			position: absolute;
			left: -15%;
			bottom: 77%;
			width: 50%;
			height: 40%;
			background: url(../images/ico-hg.png) no-repeat;
			background-size: 100%;
		}

		.phbtop .phbtop-lis .img img {
			width: 100%;
			border-radius: 12px;
		}

		.phbtop .phbtop-lis p {
			text-align: center;
			line-height: 18px;
			overflow: hidden;
			height: 20px;
			margin: 10px 0 8px;
			font-size: 14px;
		}

		.phbtop .phbtop-lis .d_btn, .phlis ul li .d_btn {
			display: block;
			width: 70px;
			height: 26px;
			background: #589cf6;
			border-radius: 6px;
			margin: 0 auto;
			text-align: center;
			line-height: 26px;
			color: #fff;
			font-size: 14px;
		}

		.phbtop .phbtop-lis .d_grey_btn, .phlis ul li .d_grey_btn {
			display: block;
			width: 58px;
			height: 26px;
			background: #666;
			margin: 0 auto;
			text-align: center;
			line-height: 26px;
			color: #fff;
			font-size: 14px;
			text-indent: 1em;
		}

		.phbtop .phbtop-lis:nth-child(2) .img {
			width: 90%;
			margin-top: 0;
			left: 5%;
		}
