/* 公共样式 */
:root {
	--pm-c: #FF9140;
	--dm-c: #fdeaea;
	--bg-c: #f5f5f5;
	--br-c: #eee;
}

.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f7 {
	background-color: #f7f7f7 !important;
}

.bg-f8 {
	background-color: #f8f8f8 !important;
}

.bg-f {
	background-color: #ffffff;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	/* background-color: var(--bg-c); */
	max-width: 750px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-size: .24rem;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
}

/*边框样式*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !important;
}

/* 外边距 */
.m-a-5 {
	margin: 0.05rem !important;
}

.m-a-10 {
	margin: 0.1rem !important;
}

.m-a-20 {
	margin: 0.2rem !important;
}

.m-a-30 {
	margin: 0.3rem !important;
}

/* 内边距  */
.p-a-5 {
	padding: 0.05rem !important;
}

.p-a-10 {
	padding: 0.1rem !important;
}

.p-a-20 {
	padding: 0.2rem !important;
}

.p-a-30 {
	padding: 0.3rem !important;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0 !important;
}

.p-t-5 {
	padding-top: 0.05rem !important;
}

.p-t-10 {
	padding-top: 0.1rem !important;
}

.p-t-15 {
	padding-top: 0.15rem !important;
}

.p-t-20 {
	padding-top: 0.2rem !important;
}

.p-t-30 {
	padding-top: 0.3rem !important;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: 0.05rem !important;
}

.p-b-10 {
	padding-bottom: 0.1rem !important;
}

.p-b-15 {
	padding-bottom: 0.15rem !important;
}

.p-b-20 {
	padding-bottom: 0.2rem !important;
}

.p-b-30 {
	padding-bottom: 0.3rem !important;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0 !important;
}

.p-l-5 {
	padding-left: 0.05rem !important;
}

.p-l-10 {
	padding-left: 0.1rem !important;
}

.p-l-15 {
	padding-left: 0.15rem !important;
}

.p-l-20 {
	padding-left: 0.2rem !important;
}

.p-l-30 {
	padding-left: 0.3rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0 !important;
}

.p-r-5 {
	padding-right: 0.05rem !important;
}

.p-r-10 {
	padding-right: 0.1rem !important;
}

.p-r-15 {
	padding-right: 0.15rem !important;
}

.p-r-20 {
	padding-right: 0.2rem !important;
}

.p-r-30 {
	padding-right: 0.3rem !important;
}

.m-t-b-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* 内上边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: 0.05rem !important;
}

.m-t-10 {
	margin-top: 0.1rem !important;
}

.m-t-15 {
	margin-top: 0.15rem !important;
}

.m-t-20 {
	margin-top: 0.2rem !important;
}

.m-t-30 {
	margin-top: 0.3rem !important;
}

.m-t-40 {
	margin-top: 0.4rem !important;
}

/* 外下边距 */
.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-5 {
	margin-bottom: 0.05rem !important;
}

.m-b-10 {
	margin-bottom: 0.1rem !important;
}

.m-b-15 {
	margin-bottom: 0.15rem !important;
}

.m-b-20 {
	margin-bottom: 0.2rem !important;
}

.m-b-30 {
	margin-bottom: 0.3rem !important;
}

.m-b-40 {
	margin-bottom: 0.4rem !important;
}

/* 外左边距 */
.m-l-0 {
	margin-left: 0 !important;
}

.m-l-5 {
	margin-left: 0.05rem !important;
}

.m-l-10 {
	margin-left: 0.1rem !important;
}

.m-l-15 {
	margin-left: 0.15rem !important;
}

.m-l-20 {
	margin-left: 0.2rem !important;
}

.m-l-30 {
	margin-left: 0.3rem !important;
}

/* 外右边距 */
.m-r-0 {
	margin-right: 0 !important;
}

.m-r-5 {
	margin-right: 0.05rem !important;
}

.m-r-10 {
	margin-right: 0.1rem !important;
}

.m-r-15 {
	margin-right: 0.15rem !important;
}

.m-r-20 {
	margin-right: 0.2rem !important;
}

.m-r-30 {
	margin-right: 0.3rem !important;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 0.04rem !important;
}

.b-r-6 {
	border-radius: 0.06rem !important;
}

.b-r-8 {
	border-radius: 0.08rem !important;
}

.b-r-10 {
	border-radius: 0.1rem !important;
}

.b-r-12 {
	border-radius: 0.12rem !important;
}

.b-r-24 {
	border-radius: 0.24rem !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	border-radius: 0.12rem;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

.item .hr {
	display: inline-block;
	height: 0.12rem;
	width: 0.01rem;
	background: #bbb;
	margin: 0 0.05rem;
}

.item .title,
.list .title {
	display: block;
	font-size: .28rem;
	color: #333333;
}

.item .info,
.list .info {
	flex: 1;
	overflow: hidden;
}

.item .time,
.list .time {
	font-size: .28rem;
	color: #AAAAAA;
}

.item .text,
.list .text {
	font-size: .28rem;
	color: #777777;
}

/* 默认缩略图尺寸 */
.thumb img {
	width: 100%;
	height: 100%;
}

/*面包屑导航*/
.crumbs {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	color: #a5a5a5;
}

.crumbs a {
	color: #909399;
	display: inline-block;
	position: relative;
	font-size: 0.24rem;
}

.crumbs a::after {
	content: ">";
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background-repeat: no-repeat;
}

.platform .az {
	background-image: url(../img/icon-az.png);
}

.platform .ios {
	background-image: url(../img/icon-ios.png);
}

/* 公共标题 */
.module-title {
	height: 0.36rem;
	line-height: 0.36rem;
}

.module-title .title {
	padding-left: 0.66rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.36rem;
}

.module-title .more {
	display: block;
	font-size: .28rem;
	color: var(--pm-c);
	padding-right: .32rem;
	background: url('../images/more_icon.png') no-repeat right/contain;
	background-size: .24rem;
}

.module-title .title::before {
	width: 0.48rem;
	height: 0.4rem;
	left: 0rem;
	background: url('../images/title_icon.png') no-repeat center/contain;
}


.pd2 {
	padding: 0.2rem;
}

.x-scoll {
	padding-left: 0.2rem;
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

.module {
	padding: 0.3rem;
	background-color: #fff;
}

/* 友情链接 */
.home-links li {
	display: inline-block;
	margin-right: 0.15rem;
	margin-bottom: 0.2rem;
}

.home-links a {
	font-size: 0.28rem;
	color: #858585;
	padding-right: 0.15rem;
}

.home-links li:last-child a {
	border: none;
	padding-right: 0rem;
}

/* 页脚 */
.footer {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.5rem;
	padding-bottom: 0.38rem;
	padding-top: 0.38rem;
	background: #333333;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.footer ul li {
	display: inline-block;
}
.footer ul li span,
.footer ul li a {
	margin-right: 0.15rem;
	font-size: 0.24rem;
	color: #999999;
	border-right: 1px solid #999;
	padding-right: 0.2rem;
}
.footer ul li:last-child span,
.footer ul li:last-child a {
	border: none;
}

.footer p {
	font-size: 0.24rem;
	margin: 0px !important;
	color: #999999;
}
.footer span,
.footer a {
	color: #999999;
	font-size: 0.24rem;
}

.star {
	height: 0.36rem;
	width: 1.8rem;
	background: url(../images/icon-star-bg.png) repeat-x center/0.36rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon-star.png) repeat-x 0/0.36rem;
	height: 0.36rem;
}

.star-1:before {
	width: 0.36rem;
}

.star-2:before {
	width: 0.72rem;
}

.star-3:before {
	width: 1.08rem;
}

.star-4:before {
	width: 1.44rem;
}

.star-5:before {
	width: 1.8rem;
}

/*分页*/
.pagination {
	margin: .3rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	width: 1.8rem;
	height: .6rem;
	line-height: .52rem;
	font-size: .28rem;
	border: .01rem solid #E6E6E6;
	color: #4D4D4D;
	margin: 0 0.2rem .2rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: 0rem .4rem;
	border: .01rem solid transparent
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #4D4D4D;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .01rem solid var(--pm-c) !important
}

/* 列表 */
.list-container {
	position: relative;
	overflow: hidden;
}

.list-container .list {
	align-items: center;
}

.list-container .list .dot {
	display: block;
	width: .08rem;
	height: .08rem;
	background: var(--pm-c);
	border-radius: .08rem;
	margin-right: .2rem;
}

.list-container .list .dot_ {
	display: block;
	width: .08rem;
	height: .08rem;
	background: #EEEEEE;
	border-radius: .08rem;
	margin-right: .2rem;
}

.list-container .list .title {
	font-size: .28rem;
	color: #333333;
}

.list-container .list:hover .title {
	color: var(--pm-c);
}

.list-container .list .time {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	margin-left: .2rem;
}

.list-container .list .tag {
	display: block;
	width: .72rem;
	height: .36rem;
	line-height: .34rem;
	background: var(--pm-c);
	border-radius: .08rem;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
	margin-right: .2rem;
}

.list-container .list .tag2 {
	display: block;
	width: .8rem;
	height: .4rem;
	line-height: .4rem;
	border: .01rem solid var(--pm-c);
	border-radius: .24rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .tag_ {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .order {
	display: block;
	width: .36rem;
	height: .36rem;
	line-height: .36rem;
	border: .01rem solid var(--pm-c);
	border-radius: .08rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list:hover .order {
	background: var(--pm-c);
	color: #FFFFFF;
}

header {
	position: relative;
	background: #111;
	padding-bottom: 0rem !important;
	height: 1.9rem;
	box-shadow: 0px 0px 50px 0px rgba(129, 129, 129, 0.15);
}

.head {
	padding-top: .2rem;
	overflow: hidden;
}

.head .logo a {
	display: inline-block;
}

.logo {
	flex: 1;
}

.logo img {
	width: auto;
	height: .62rem;
}

.search {
	position: relative;
	width: .32rem;
	height: .32rem;
}

.search input {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(244, 244, 244, .8);
	border-radius: 0.1rem;
	text-indent: 1em;
	background: rgba(244, 244, 244, .8);
	color: #ccc;
	font-size: .24rem;
	display: none;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #ccc;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #ccc;
}

.search button {
	background-color: transparent;
	border: 0;
	width: 0.32rem;
	height: 0.32rem;
	background-image: url("../images/search.png");
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 0.1rem;
	position: absolute;
	top: 60%;
	transform: translate(0, -50%);
	right: 0rem;
}

.nav {
	margin-left: -0.5rem;
	margin-top: 0.3rem;
}

.nav li {
	margin-right: 0.2rem;
	white-space: nowrap;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.2rem;
	width: 1.68rem;
	box-sizing: border-box;
	text-align: center;
}

.nav li a {
	display: block;
	width: 1.68rem;
	font-size: 0.28rem;
	color: #666666;
	position: relative;
	z-index: 22;
	text-align: center;
}

.nav li.active::before{
	content: '';
	display: block;
	width: 1.68rem;
	height: 1.08rem;
	position: absolute;
	z-index: 11;
	background: url('../images/nav_icon.png') no-repeat bottom/contain;
}
.nav li.active a {
	font-weight: bold;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.home-slide {}

.index-slider,
.index-slider .uk-slideshow-items li {
	height: 3.88rem;
}

.home-slide .uk-slideshow-items {
	width: 100%;
	min-height: 3.88rem;
	height: 3.88rem;
	position: relative;
}

.home-slide img {
	height: 3.88rem;
	width: 100%;
}

.home-slide .uk-slideshow-items .title {
	display: block;
	position: absolute;
	bottom: 0rem;
	height: .88rem;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
	font-size: .3rem;
	color: #FFFFFF;
	line-height: .68rem;
	padding: 0 1.5rem 0 .3rem;
	box-sizing: border-box;
}

.home-slide .dotnav {
	bottom: -.1rem;
}

.home-slide .uk-dotnav>*>* {
	width: 0.08rem;
	height: 0.08rem;
	background: rgba(255, 255, 255, .6);
	border-radius: 0.04rem;
}

.uk-dotnav>.uk-active>*,
.uk-light .uk-dotnav>.uk-active>* {
	background: var(--pm-c);
}

.home-slide .list-container .list {
	margin-top: .32rem;
}

.home-slide .list-container .list .dot_ {
	background: #D9D9D9;
}

.home-slide .item {
	height: .6rem;
	line-height: .6rem;
	background: var(--pm-c);
	border-radius: .4rem;
	padding: 0 .2rem;
}

.home-slide .item .title {
	font-size: .32rem;
	color: #FFFFFF;
	background: url('../images/tj_icon.png') no-repeat left/contain;
	background-size: .88rem .4rem;
	padding-left: 1rem;
}

/* 攻略大全 */
.home-gl-all .home-gl-list {
	border-bottom: .01rem solid #eee;
	margin-top: .4rem;
}

.home-gl-all .home-gl-list:nth-child(3) {
	border: none;
}

.home-gl-all .home-gl-list .item .thumb {
	width: 2.52rem;
	height: 1.68rem;
	position: relative;
}

.home-gl-all .home-gl-list .item .thumb::before {
	content: '';
	display: block;
	position: absolute;
	left: 0rem;
	top: .06rem;
	width: .96rem;
	height: .48rem;
	background: url('../images/hot_icon.png') no-repeat center / contain;
	z-index: 11;
}

.home-gl-all .home-gl-list .item .title {
	display: block;
	font-weight: 600;
	font-size: .3rem;
	color: #333333;
	margin-bottom: .15rem;
}

.home-gl-all .home-gl-list .item .text {
	font-size: .28rem;
	color: #777777;
	margin-bottom: .15rem;
}

.home-gl-all .home-gl-list .item .time {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	text-align: right;
}

/* 游戏新闻 */
.home-game-news .thumb {
	position: relative;
	width: 3.28rem;
	height: 2.28rem;
}

.home-game-news .thumb::before {
	content: '';
	display: block;
	position: absolute;
	left: .2rem;
	top: 0;
	width: .54rem;
	height: .5rem;
	background: url('../images/hots_icon.png') no-repeat center/contain;
	z-index: 11;
}

.home-game-news .thumb .title {
	display: block;
	padding: 0 .2rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: .64rem;
	line-height: .64rem;
	font-weight: .28rem;
	color: #FFFFFF;
	text-align: center;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}

/* 游戏资讯 */
.hot-news-list {
	border-bottom: .01rem dashed #eee;
	padding-bottom: .3rem;
	margin-top: .4rem;
}

.hot-news-list:nth-child(3) {
	border: none;
}

.home-new-news .item {
	border-radius: .2rem;
	padding: .18rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #FFF4EC;
	border: .01rem solid var(--pm-c);
	box-shadow: 0px 2px 8px 0px rgba(255, 158, 88, 0.26);
}

.home-new-news .item .title {
	font-size: .3rem;
	color: var(--pm-c);
	font-weight: bold;
	display: block;
}

.home-new-news .item .more {
	display: block;
	background: url('../images/jt-icon.png') no-repeat right/contain;
	background-size: .24rem;
	margin-left: .2rem;
	padding-right: .3rem;
	font-size: .28rem;
	color: var(--pm-c);
}

/* 最新话题 */
.home-hot-ht .hot-ht {
	position: relative;
	padding: .2rem;
	background: #FFF4EC;
}
.home-hot-ht .hot-ht::before{
	content: '';
	display: block;
	position: absolute;
	z-index: 11;
	left: -.25rem;
	top: -.05rem;
	width: 2.24rem;
	height: .8rem;
	background: url('../images/new_icon.png') no-repeat center/contain;
}
.home-hot-ht .item {
	border-bottom: .01rem dashed var(--pm-c);
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}

.home-hot-ht .item .title {
	font-size: .3rem;
	color: #333333;
	font-weight: 600;
	display: block;
}

.home-hot-ht .item .text {
	font-size: .28rem;
	color: #777777;
	line-height: .52rem;
	margin: .2rem 0 .3rem;
}

.home-hot-ht .thumb {
	width: 100%;
	height: 3.6rem;
	margin-bottom: .34rem;
	position: relative;
}

.home-hot-ht .item .type span {
	font-size: .28rem;
	color: #AAAAAA;
	display: block;
}
.home-hot-ht .item .type .more{
	width: 1.48rem;
	height: .48rem;
	line-height: .48rem;
	padding-left: .4rem;
	background: var(--pm-c) url('../images/more.png') no-repeat .12rem/contain;
	background-size: .2rem;
	border-radius: .08rem;
	font-size: .24rem;
	color: #F3F3F3;
	box-sizing: border-box;
}
/* 游戏攻略 */
.home-game-gl .item{
	margin-bottom: .48rem;
}

.home-game-gl .item .title {
	font-size: .3rem;
	color: #333333;
	font-weight: 600;
	display: block;
	background: url('../images/hot1_icon.png') no-repeat left/contain;
	background-size: .96rem .44rem;
	padding-left: 1.18rem;
}

.home-game-gl .item .type span {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	margin-top: .15rem;
}

.home-game-gl .item .text {
	font-size: .28rem;
	color: #777777;
	margin-top: .15rem;
}
/* 最新要闻 */
.home-hot-zx .item .thumb{
	height: 3.6rem;
	position: relative;
	margin-bottom: .4rem;
}

.home-hot-zx .item .thumb .title {
	font-size: .3rem;
	color: #FFFFFF;
	display: block;
	background: linear-gradient( 180deg, rgba(51,51,51,0) 0%, #000000 100%, #333333 100%);
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 .2rem;
	text-align: center;
}

.home-hot-zx .item .type span {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	margin-top: .15rem;
}

.home-hot-zx .item .text {
	font-size: .28rem;
	color: #777777;
	margin-top: .1rem;
}

/* 热门应用 */
.app-list{
	background: #FAFAFA;
	padding: 0 .2rem .3rem;
}
.home-app .item{
	margin-top: .36rem;
}
.home-app .item .icon {
	width: 1.36rem;
	height: 1.36rem;
	border-radius: .24rem;
	overflow: hidden;
	margin: 0 auto .16rem;
}

.home-app .item .title{
	font-size: .28rem;
	color: #333333;
	display: block;
	text-align: center;
}
/* 游戏下载 */
.home-game{
	
}
.home-game .home-game-list{
	border-bottom: .02rem dashed #EEEEEE;
	padding-bottom: .32rem;
	margin-bottom: .32rem;
}
.home-game .home-game-list:last-child{
	margin-bottom: 0;
	border: none;
}
.home-game .c_name{
	width: 1.04rem;
	height: 1.08rem;
	background: #F7F7F7;
	margin-right: .32rem;
	padding:.18rem;
	box-sizing: border-box;
	text-align: center;
	color: #AAAAAA;
	font-size: .28rem;
	line-height: .36rem;
}
.home-game .item{
	overflow: hidden;
}
.home-game .item .icon {
	width: 1.36rem;
	height: 1.36rem;
	border-radius: .24rem;
	overflow: hidden;
}

.home-game .item .title{
	font-size: .28rem;
	color: #333333;
	display: block;
}
.home-game .item .type{
	margin: .03rem 0 .04rem;
}
.home-game .item .type span{
	color: #999999;
	font-size: .28rem;
}
.home-game .item .btn{
	display: block;
	width: 1.16rem;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
	background: var(--pm-c);
	box-shadow: 0px 10px 13px 0px rgba(255,145,64,0.2);
	border-radius: .12rem;
	text-align: center;
}
.home-game .item .score{
	font-size: .28rem;
	color: #FFC700;
}
/* 游戏列表 */
.game-warp .item {
	margin-top: .4rem;
	padding-bottom: .4rem;
	border-bottom: .01rem solid #eee;
}

.game-warp .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .28rem;
	overflow: hidden;
	position: relative;
}

.game-warp .item .title {
	font-weight: 600;
	font-size: .3rem;
	color: #333333;
}

.game-warp .item .info {
	margin-left: .2rem;
}

.game-warp .item .score {
	display: block;
	font-size: .28rem;
	font-weight: 600;
	color: #FFC700;
	margin-left: .15rem;
}

.game-warp .item .type span{
	font-size: .28rem;
	color: #999999;
}
.game-warp .item .type .line {
	display: block;
	width: .01rem;
	height: .2rem;
	background: #ccc;
	margin: 0 .4rem;
}

.game-warp .item .down {
	display: inline-block;
	width: 1.4rem;
	height: .68rem;
	line-height: .68rem;
	background: var(--pm-c);
	border-radius: .12rem;
	font-size: .28rem;
	letter-spacing: .01rem;
	color: #FFFFFF;
	text-align: center;
	margin-left: .1rem;
	align-self: flex-end;
}
/* 游戏详情 */
.single-game .single-header {
	position: relative;
}

.single-game .single-header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .32rem;
	overflow: hidden;
}

.single-game .single-header .single-info {
	text-align: center;
}

.single-game .single-header .single-title h1 {
	font-size: .32rem;
	font-weight: 600;
	letter-spacing: .02rem;
	color: #333333;
	margin-bottom: .22rem;
}

.single-slide .item {
	width: 2.46rem;
	/* height: 4.36rem; */
	object-fit: contain;
}

.single .single-header .down-href {
	display: block;
	width: 100%;
	font-size: .28rem;
	color: #fff;
	margin: 0.4rem 0 0;
}

.single .single-header .down-href a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	width: 100%;
	text-align: center;
	background: var(--pm-c);
	border-radius: .12rem;
	margin-bottom: .2rem;
	font-size: .28rem;
	color: #fff;
}

.single .single-header .down-href a.xz {
	background-color: #ffb22d;
}

.single .single-header .down-href a.ios {
	background-color: #ffb22d;
}

.single .down-href .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

.single-game .single-header ul {
}

.single-game .single-header ul li {
	font-size: .24rem;
	color: #999;
	margin-top: .16rem;
}
.single-game .single-header ul li:nth-child(-n+2){
	margin-top: 0;
}
.single-game .single-header ul li span {
	font-size: .24rem;
	color: #333333;
}

.single-slide {
	/* height: 4.36rem; */
}

.single-slide img {
	width: 2.46rem;
	/* height: 4.36rem; */
	border-radius: .2rem;
	overflow: hidden;
}

/* 资讯列表 */
.news-list {}

.news-list .item {
	margin-top: .4rem;
	padding-bottom: .4rem;
	border-bottom: .01rem solid #eee;
}

.news-list .item .thumb {
	width: 2.64rem;
	height: 1.76rem;
	border-radius: .12rem;
	overflow: hidden;
}

.news-list .item .title {
	font-weight: 600;
	font-size: .3rem;
	color: #333333;
	display: block;
	margin-top: .15rem;
}

.news-list .item .text {
	font-size: .28rem;
	color: #666666;
	letter-spacing: .01rem;
	margin-top: .15rem;
}

.news-list .item .time {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: .28rem;
	padding-left: .36rem;
}

/* 资讯详情 */
.single-news .single-header .title {
	font-weight: bold;
	font-size: .4rem;
	line-height: .6rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	margin-top: .4rem;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	border-bottom: .01rem solid #eeeeee;
	padding-bottom: .48rem;
	margin-bottom: .28rem;
	margin-top: .5rem;
}

.single-news .info span {
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #999999;
	margin-right: 0.1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

/* 详情公共样式 */
.single-content {
	overflow: hidden;
}

.single-content h3,
.single-content h2 {
	display: block;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	margin: .2rem auto;
	height: .68rem;
	line-height: .68rem;
	background: url('../images/single_h3.png') no-repeat center/contain;
	max-width: 2.08rem;
	min-width: 1.8rem;
	text-align: center;
}

.single-content p {
	text-indent: 2em;
	font-size: 0.28rem;
	line-height: 0.68rem;
	letter-spacing: 0.01rem;
	color: #333;
}

.single-content img {
	display: block;
	max-width: 100%;
	margin: 0.1rem auto;
}

.single-content-title {
	height: .8rem;
	line-height: .8rem;
	background: #FDF1F1 url('../images/single_content_title.png') no-repeat .2rem/contain;
	border-radius: .16rem;
	padding-left: .56rem;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.8rem;
	letter-spacing: 0.01rem;
	color: #1A1A1A;
	margin-bottom: .3rem;
}

/* 底部公共板块 */
.single-like-game .game-warp .item {
	background: none;
	padding: 0;
	margin-top: .4rem;
	border-bottom: none;
}

.single-like-game .game-warp .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	overflow: hidden;
}

.single-like-game .game-warp .down {
	border: .01rem solid var(--pm-c);
	color: var(--pm-c);
	background: #fff;
	align-self: center;
}

/* 单页 */
.page-content {
	margin: .38rem 0;
}

.page-content p {
	font-size: .26rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
	text-indent: 2em;
}

.page-content ul li a {
	display: block;
	font-size: .26rem;
	letter-spacing: .02rem;
	color: #666666;
	background: url('../images/kaifu_icon.png') no-repeat left/contain;
	background-size: .2rem;
	padding-left: .3rem;
}

/* 搜索页 */
.search-total {
	display: block;
	margin: .3rem 0 .4rem;
	font-size: .24rem;
	letter-spacing: .02rem;
	color: #666666;
}

/* 404 500 错误页面 */
.page-error {
	text-align: center;
	min-height: 8rem;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}

.page-error p {
	font-size: .26rem;
	color: #666666;
	letter-spacing: .02rem;
}

.page-error a.go-home {
	width: 1.76rem;
	height: .61rem;
	line-height: .56rem;
	text-align: center;
	border-radius: .06rem;
	border: .02rem solid #FAD5C3;
	font-size: .24rem;
	color: var(--pm-c);
	display: block;
	margin: .68rem auto 1.2rem;
}

/* 开服表 */
.category-kaifu {}

.kaifu-title {}

.kaifu-title .time {
	font-size: .24rem;
	color: #AAAAAA;
	padding-left: .32rem;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: .24rem;
}

.kaifu-title .num {
	font-size: .24rem;
	color: #AAAAAA;
}

.kaifu-menu {
	margin: .4rem 0;
}

.kaifu-menu button {
	font-size: .26rem;
	letter-spacing: .01rem;
	color: #333333;
	border-radius: .1rem;
	border: solid .01rem #eeeeee;
	background: url('../images/kaifu_icon.png') no-repeat 1.7rem/contain;
	background-size: .25rem;
	padding-right: .3rem;
	text-align: left;
	padding-left: .2rem;
	width: 2.16rem;
}

.kaifu-menu button:hover {
	background: url('../images/kaifu_icon_.png') no-repeat 1.7rem/contain;
	background-size: .25rem;
}

.kaifu-menu .uk-dropdown {
	padding: .2rem;
}

.kaifu-menu ul li {
	padding-left: .2rem;
}

.kaifu-menu ul li a {
	font-size: .26rem;
	color: #333333;
}

.kaifu-menu ul li.uk-active {
	background: var(--pm-c);
}

.kaifu-menu ul li.uk-active a {
	color: #fff;
}

.kaifu-warp .item {
	margin-bottom: .28rem;
	padding: 0rem .2rem .4rem .4rem;
	position: relative;
  z-index: 1;
}
.kaifu-warp .item::before{
	content: '';
	display: block;
	width: 100%;
	height: 1.48rem;
	background: #F9F9F9;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.kaifu-warp .item .icon {
	width: 1.08rem;
	height: 1.08rem;
	border-radius: .24rem;
	overflow: hidden;
}

.kaifu-warp .item .title {
	font-size: .28rem;
	color: #333333;
	display: block;
	font-weight: 600;
}

.kaifu-warp .item .name {
	font-size: .24rem;
	color: #999;
	display: block;
	margin-top: .2rem;
}
.kaifu-warp .item .time{
	font-size: .24rem;
	color: #999;
}
.kaifu-warp .item .time span {
	font-weight: 600;
	font-size: .28rem;
	color: var(--pm-c);
}

.kaifu-warp .item .more {
	display: block;
	width: 1.26rem;
	height: .6rem;
	line-height: .54rem;
	border: .01rem solid #aaa;
	border-radius: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #aaa;
	background: #fff url('../images/down.png') no-repeat .82rem/contain;
	background-size: .28rem;
	padding-right: .2rem;
	box-sizing: border-box;
	margin-left: .1rem;
	position: absolute;
	right: .2rem;
	top: 1rem;
}