* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	background: #efeff4;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 15px;
}

body.nofixed {
	padding-bottom: 0;
}

body.nofixed .bottom-nav {
	position: static;
	transform: none;
}

li {
	list-style: none;
}

img,
a img {
	border: none;
	vertical-align: middle;
}

input {
	outline: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

i,
em {
	font-style: normal;
	font-weight: normal;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
	content: " ";
}

header {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	position: relative;
	justify-content: space-between;
	background: -webkit-linear-gradient(to right,
			#3fc680 0%,
			#07c160 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fc680', endColorstr='#07c160', GradientType=1) !important;
	background: linear-gradient(to right, #3fc680 0%, #07c160 100%) !important;
	position: fixed;
	top: 0;
	z-index: 999;
}

header .back {
	width: 12px;
	height: 30px;
	background: url(../image/icon_back.png) no-repeat center;
	background-size: 100% auto;
	float: left;
	margin: 10px 12px;
}

header .logo {
	height: 30px;
	margin-left: 12px;
}

header .logo img {
	width: auto;
	height: 100%;
}

header h1,
header h2 {
	flex: 1;
	max-width: 208px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 4%;
}

header .menu {
	width: 22px;
	height: 22px;
	background: url(../image/icon_meun.png) no-repeat;
	background-size: 100% auto;
	margin: 12px;
	background-position: 0 -22px;
	cursor: pointer;
}

header .menu.active {
	background-position: 0 -66px !important;
}

header .burger {
	position: absolute;
	top: 50px;
	z-index: 99;
	width: 100%;
	background: rgba(255, 255, 255, 0.98);
	display: none;
	padding-bottom: 50px;
	height: 100%;
}

header .burger .box {
	height: 465px;
	overflow: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header .burger .box .top-nav {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 12px;
}

header .burger .box .top-nav ul {
	display: flex;
	flex-wrap: wrap;
}

header .burger .box .top-nav ul li {
	width: 20%;
	margin-bottom: 10px;
}

header .burger .box .top-nav ul li .icon {
	margin: 0 auto 10px;
	background: url(../image/ico_topimg.png) no-repeat -75px -83px;
	background-size: 360px 144px;
	width: 61px;
	height: 61px;
}

header .burger .box .top-nav ul li .icon2 {
	background-position: 0 -83px;
}

header .burger .box .top-nav ul li .icon3 {
	background-position: -299px -83px;
}

header .burger .box .top-nav ul li .icon4 {
	background-position: -149px -83px;
}

header .burger .box .top-nav ul li .icon5 {
	background-position: -224px -83px;
}

header .burger .box .top-nav ul li span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #434343;
	text-align: center;
}

/*header .burger .box .top-nav ul li.vip .icon {*/
/*  background-image: url(../image/icon-B-web.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.gm .icon {*/
/*  background-image: url(../image/icon-B-kf.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.pj .icon {*/
/*  background-image: url(../image/icon-B-pojie.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.soft .icon {*/
/*  background-image: url(../image/icon-B-Software.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.gonglve .icon {*/
/*  background-image: url(../image/icon-B-skill.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.zt .icon {*/
/*  background-image: url(../image/icon-B-activity.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.tag .icon {*/
/*  background-image: url(../image/icon-B-Collection.jpg);*/
/*}*/

/*header .burger .box .top-nav ul li.top .icon {*/
/*  background-image: url(../image/icon-B-top.png);*/
/*}*/

header .burger .box .tab-btns {
	display: flex;
	margin: 11px 18px 0;
	border: 1px solid #07c160;
	height: 38px;
	line-height: 38px;
}

header .burger .box .tab-btns a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	border-right: 1px solid #07c160;
	color: #07c160;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}

header .burger .box .tab-btns a:last-of-type {
	border-right: none;
}

header .burger .box .tab-btns a.active {
	background-color: #07c160;
	color: #fff;
}

header .burger .box .item {
	display: flex;
	border-bottom: 1px solid #eee;
	margin: 0 0.2rem;
}

header .burger .box .item .bt {
	padding: 0 12px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

header .burger .box .item .bt span {
	display: block;
	position: relative;
	background: url(../image/ico_topimg.png) no-repeat center;
	background-size: 360px auto;
	height: 39px;
	width: 58px;
	background-position: 0 -30px;
}

header .burger .box .item .bt i {
	position: absolute;
	transform: rotate(-17deg);
	top: 10px;
	left: 0.5px;
	color: #fff;
	font-size: 11px;
	display: block;
	width: 100%;
	text-align: center;
}

header .burger .box .item .bt2 span {
	background-position: -68px -29px;
}

header .burger .box .item .bt3 span {
	background-position: -137px -25px;
}

header .burger .box .item .bt4 span {
	background-position: -206px -25px;
}

header .burger .box .item .bt5 span {
	background-position: -275px -25px;
}

header .burger .box .item .nav-con {
	flex: 1;
}

header .burger .box .item .nav-con ul {
	display: flex;
	flex-wrap: wrap;
}

header .burger .box .item .nav-con ul li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 33%;
	text-align: center;
}

header .burger .box .item .nav-con ul li a {
	color: #434343;
	font-size: 12px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.bottom-nav {
	width: 100%;
	max-width: 640px;
	/* height: 54px; */
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
}

.site {
	height: 32px;
	line-height: 32px;
	padding-left: 24px;
	background: url(../image/icon-position.png) no-repeat 3px center;
	background-size: 20px 20px;
	color: #8f8f94;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site a {
	padding: 0 3px;
	color: #8f8f94;
	font-size: 12px;
}

.bottom-nav .btn_list {
	position: relative;
	width: 100%;
	background: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background: -moz-linear-gradient(top, #fff, #f6f6f6);
	background: -o-linear-gradient(top, #fff, #f6f6f6);
	background: linear-gradient(top, #fff, #f6f6f6);
	border-top: 1px solid #e5e5e5;
	display: box;
	display: -webkit-box;
	transition: all 0.3s ease 0s;
}

.bottom-nav .btn_list a {
	display: block;
	width: 20%;
	height: 54px;
	font-size: 12px;
	color: #585858;
	display: box;
	display: -webkit-box;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.bottom-nav .btn_list a.active {
	color: #07c160;
}

.bottom-nav .btn_list a i {
	display: block;
	width: 24px;
	height: 24px;
}

.bottom-nav .btn_list a.shouye i {
	background: url(../image/bottom-index.png) no-repeat;
	background-size: cover;
}

.bottom-nav .btn_list a.shouye.active i {
	background-image: url(../image/bottom-hover-index.png);
}

.bottom-nav .btn_list a.bt i {
	background: url(../image/bottom-bt.png) no-repeat;
	background-size: cover;
}

.bottom-nav .btn_list a.bt.active i {
	background-image: url(../image/bottom-hover-bt.png);
}

.bottom-nav .btn_list a.wangyou i {
	background: url(../image/bottom-game.png) no-repeat;
	background-size: cover;
}

.bottom-nav .btn_list a.wangyou.active i {
	background-image: url(../image/bottom-hover-game.png);
}

.bottom-nav .btn_list a.soft i {
	background: url(../image/bottom-soft.png) no-repeat;
	background-size: cover;
}

.bottom-nav .btn_list a.soft.active i {
	background-image: url(../image/bottom-hover-soft.png);
}

.bottom-nav .btn_list a.news i {
	background: url(../image/bottom-news.png) no-repeat;
	background-size: cover;
}

.bottom-nav .btn_list a.news.active i {
	background-image: url(../image/bottom-hover-news.png);
}

07c160 {
	height: 34px;
	line-height: 34px;
	padding-left: 24px;
	background: url(../image/icon-position.png) no-repeat 3px center;
	background-size: 20px 20px;
	color: #8f8f94;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

07c160 a {
	padding: 0 3px;
	color: #8f8f94;
	font-size: 12px;
}

footer {
	text-align: center;
	margin-top: 15px;
}

footer p {
	width: 100%;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.backtotop {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 15px;
	bottom: 100px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	background: url(../image/totop.png) no-repeat rgba(255, 255, 255, 0.9) center;
	z-index: 99;
}

.page {
	display: block;
	padding: 0 12px 15px;
	background-color: #fff;
}

.page .pagination {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
}

.page .pagination a {
	display: inline-block;
	overflow: hidden;
	margin: 14px 0;
	width: 22%;
	height: 30px;
	border-radius: 5px;
	background: #f6f6f6;
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

.page .pagination a:nth-of-type(2),
.page .pagination a:nth-of-type(3) {
	width: 14%;
}

.page .pagination a.over {
	color: #bbb;
}

.page .pagination span {
	display: block;
	width: 22%;
	height: 30px;
	border-radius: 4px;
	background: #07c160;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin: 14px 0;
}

.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}


.box {
	background-color: #fff;
	margin-bottom: 14px;
}

.box .b-title {
	height: 38px;
	line-height: 38px;
	padding: 0 7.5px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.box .b-title h2 {
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	font-weight: normal;
}

.box .b-title h3 {
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	font-weight: normal;
}


.box .b-title h2::before,
.box .b-title h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 3px;
	background: #07c160;
	margin: -2px 6px 0;
	border-radius: 3px;
}

.box .b-title p {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.box .b-title p::before,
.box .b-title p::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 3px;
	background: #07c160;
	margin: -2px 6px 0;
	border-radius: 3px;
}

.box .b-title .more {
	float: right;
	color: #999;
	font-size: 12px;
}

@media screen and (min-width: 600px) {
	header {
		justify-content: flex-start;
	}

	header h1 {
		max-width: unset;
	}
}

.app-download {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 12px;
	background: #fff;
}

.app-download .icon {
	width: 45px;
	height: 45px;
}

.app-download .icon img {
	width: 100%;
	height: 100%;
}

.app-download .title {
	flex-grow: 1;
	width: 50%;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444;
}

.app-download .title span {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: block;
}

.app-download .title p {
	font-size: 12px;
	color: #ff6c00;
	margin-top: 5px;
}

.app-download .btn {
	padding: 5px 10px;
	color: #fff;
	background: #07c160;
	border-radius: 5px;
	font-size: 13px;
	cursor: pointer;
}

.div {
	height: 14px;
}

.gsy-screen {
	border-bottom: 1px solid #eee;
}


.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;
}

.p010 {
	padding: 0 10px;
}



.article_head {
	padding: 12px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 10px;
}

.article_head .title {
	margin-bottom: 15px;
}

.article_head .title h1 {
	font-size: 18px;
	color: #333;
	margin: 8px;
}

.article_head .info {
	display: flex;
	width: 100%;
	color: #999;
	font-size: 12px;
	height: 16px;
}

.article_head .info .txt {
	flex: 1;
}



.dlapp-box {
	background: #f4f5f5;
	border-radius: 10px;
	height: 70px;
	padding: 15px;
	position: relative;
	margin: 10px 0;
}

.dlapp-box dt {
	float: left;
}

.dlapp-box dt img {
	width: 70px !important;
	height: 70px !important;
	max-width: 100% !important;
	margin: 0;
	border-radius: 15px;
}

.dlapp-box dd.dd01 {
	margin-left: 85px;
	padding-right: 70px;
}

.dlapp-box dd.dd01 .att {
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
	color: #333;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.dlapp-box dd.dd01 .att:hover {
	color: #07c160;
}

.dlapp-box dd.dd01 p {
	color: #999;
	margin-top: 5px;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}

.dlapp-box dd.dd02 {
	position: absolute;
	right: 15px;
	top: 36px;

}

.dlapp-box dd.dd02 a {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #07c160;
	color: #fff;
	display: block;
	border-radius: 15px;
	font-size: 15px;
}

.star {
	width: 74px;
	height: 12px;
	position: relative;
	overflow: hidden;
	background: url(../image/star2.png) no-repeat;
}

.star5 {
	background-position: 0 0;
}

.star4 {
	background-position: -14px 0;
}

.star3 {
	background-position: -29px 0;
}

.star2 {
	background-position: -44px 0;
}

.star1 {
	background-position: -60px 0;
}

.star0 {
	background-position: -74px 0;
}

.addBtn {
	text-align: center;
	background: #07c160;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	display: none;
	font-weight: bold;
}

div.lis {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	border-bottom: 1px solid #d6d6d6;
	margin-left: -15px;
	margin-bottom: 10px;
}

.phbList div.lis:last-child {
	border-bottom: none;
}

.phbList .b-title {
	padding: 0;
	border-bottom: none !important;
}

.phbList .p010 {
	margin: 0 10px;
	padding: 0;
	padding-top: 10px;
	overflow: hidden;
}


div.lis a {
	width: 20%;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 12px;
}



div.lis a img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

div.lis a span {
	display: block;
	margin-top: 5px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}