:root {
	--pm-c: #FF7A99;
	--br-c: #eee;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	margin: 20px 0
}

#app_info li {
	display: inline-block;
	width: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	background: none;
	font-size: inherit;
	color: inherit;
	transition: all .2s ease-out;
}

a:hover {
	color: var(--pm-c);
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: .12rem;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
}

/*图片高清*/
img {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	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;
	transition: all .3s ease-out;
}

a.title {
	display: block;
}

.mt-0 {
	margin-top: 0rem !important;
}

.mt-1 {
	margin-top: .1rem !important;
}

.mt-2 {
	margin-top: .2rem !important;
}

.mt-3 {
	margin-top: .3rem !important;
}

.mb-0 {
	margin-bottom: 0rem !important;
}

.mb-1 {
	margin-bottom: .1rem !important;
}

.mb-2 {
	margin-bottom: .2rem !important;
}

.mb-3 {
	margin-bottom: .3rem !important;
}

.ml-0 {
	margin-left: 0rem !important;
}

.ml-1 {
	margin-left: .1rem !important;
}

.ml-2 {
	margin-left: .2rem !important;
}

.ml-3 {
	margin-left: .3rem !important;
}

.mr-0 {
	margin-right: 0rem !important;
}

.mr-1 {
	margin-right: .1rem !important;
}

.mr-2 {
	margin-right: .2rem !important;
}

.mr-3 {
	margin-right: .3rem !important;
}

.m-3 {
	margin: 0 .3rem;
}

.ma-2 {
	margin: .2rem;
}

.ma-3 {
	margin: .3rem;
}

.pl-0 {
	padding-left: 0rem !important;
}

.pl-3 {
	padding-left: .3rem !important;
}

.pr-0 {
	padding-right: 0rem !important;
}

.pr-3 {
	padding-right: .3rem !important;
}

.pt-0 {
	padding-top: 0rem !important;
}

.pt-2 {
	padding-top: .2rem !important;
}

.pt-3 {
	padding-top: .3rem !important;
}

.pb-0 {
	padding-bottom: 0rem !important;
}

.pb-2 {
	padding-bottom: .2rem !important;
}

.pb-3 {
	padding-bottom: .3rem !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);
}

.module {
	margin: .3rem;
}

.title {
	font-size: .28rem;
	color: #333333;
	letter-spacing: .02rem;
	display: block;
}

.info {
	margin-left: .2rem;
	overflow: hidden;
	flex: 1;
}

.icon {
	width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
	overflow: hidden;
}

.desc {
	font-size: .24rem;
	color: #888888;
}

.type {
	font-size: .24rem;
	color: #888888;
}

.time {
	font-size: .24rem;
	color: #999999;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}

/*分页*/
.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 {
	overflow: hidden;
}

.list-container li {
	margin-top: .35rem;
}

.list-container li .dot {
	display: block;
	width: .25rem;
	height: .25rem;
	/* background: url('../images/dot.png') no-repeat center/contain; */
}

.list-container li .tag {
	color: var(--pm-c);
	font-size: .26rem;
}

.list-container li .order {
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	background-color: #e0e0e0;
	border-radius: .06rem;
	text-align: center;
	color: #ffffff;
	font-size: .24rem;
}

.list-container li .title {
	display: block;
	margin-left: .2rem;
	margin-right: .3rem;
	color: #333333;
	font-size: .28rem;
}

.list-container li .time {
	font-size: .24rem;
	color: #999999;
}

/* 评分图标 */
.star {
	height: 0.24rem;
	width: 1.2rem;
	background: url('../images/star_bg.png') repeat-x center/0.24rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star.png') repeat-x 0/0.24rem;
	height: 0.24rem;
}

.star-1:before {
	width: 0.24rem;
}

.star-2:before {
	width: 0.48rem;
}

.star-3:before {
	width: 0.72rem;
}

.star-4:before {
	width: 0.96rem;
}

.star-5:before {
	width: 1.2rem;
}

/* 公共标题 */
.module-title {
	position: relative;
	border-bottom: .01rem solid var(--pm-c);
	background: url('../images/title_bg.png') no-repeat left/contain;
	background-size: 1.5rem .5rem;
	height: .5rem;
	line-height: .5rem;
}

.module-title .title {
	display: block;
	font-size: 0.24rem;
	color: #fff;
	padding-left: .21rem;
	line-height: .5rem;
}

.module-title .more {
	display: block;
	font-size: .24rem;
	color: #888888;
	line-height: .5rem;
}

/* 头尾 */
.header {
	width: 100%;
	height: 1.99rem;
	background: #fff;
	box-sizing: border-box;
}
.header .head-top{
	align-items: center;
	padding: .3rem;
}
.header .logo {
	width: auto;
	height: .58rem;
}

.search .search-btn {
	display: block;
	width: .6rem;
	height: .6rem;
	line-height: .56rem;
	cursor: pointer;
	background: var(--pm-c);
	color: #fff;
	font-size: .24rem;
	border: none;
	border-radius: .6rem;
	text-align: center;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #888888;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #888888;
}

.header .nav {
	width: 100%;
	overflow: auto hidden;
	height: .8rem;
	line-height: .8rem;
	background: var(--pm-c);
	padding: 0 .3rem;
}

.header .nav .nav-item {
	flex-shrink: 0;
	height: .55rem;
	line-height: .55rem;
	padding: 0 0.27rem;
	box-sizing: border-box;
	text-align: center;
	border-radius: .28rem;
}

.header .nav .nav-item.active {
	background: #FFFFFF;
}

.header .nav .nav-item a {
	display: block;
	font-size: .28rem;
	color: #FFFFFF;
}

.header .nav .nav-item.active a {
	color: var(--pm-c);
}

.footer {
	background-color: #333333;
	padding: .3rem;
	color: #999999;
	font-size: .24rem;
	text-align: center;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer ul li {
	margin: .2rem 0;
	padding: 0 .2rem;
	line-height: 1;
}

.footer ul li:last-child {
	border-right: 0;
}

.footer p {
	line-height: .48rem;
	margin-top: .1rem;
}


/* 公共详情样式 */
.single-content {
	overflow: hidden;
}
.single-content h2,
.single-content h3 {
	display: block;
	height: .6rem;
	line-height: .56rem;
	font-size: 0.26rem;
	color: var(--pm-c);
	background: linear-gradient(to right, #FFF1F5, #fff);
	margin: .2rem 0;
	padding: 0 .21rem;
	box-sizing: border-box;
	position: relative;
}

.single-content p {
	text-indent: 2em;
	font-size: 0.26rem;
	line-height: 0.6rem;
	letter-spacing: 0.01rem;
	color: #666666;
}

.single-content img {
	display: block;
	max-width: 100%;
	margin: 0.1rem auto;
}

/* 游戏列表 */
.game-warp .item {
	margin-top: .3rem;
	border: 1px solid #EEEEEE;
	padding: .25rem .2rem .3rem .25rem;
}

.game-warp .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
	overflow: hidden;
	position: relative;
}

.game-warp .item .down {
	display: inline-block;
	width: 1.26rem;
	height: .64rem;
	line-height: .64rem;
	background-color: #FFF1F5;
	border-radius: .1rem;
	font-size: .28rem;
	letter-spacing: .01rem;
	color: var(--pm-c);
	text-align: center;
}

.game-warp .item .title {
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
}

.game-warp .item .type {
	margin-bottom: .08rem;
	font-size: .24rem;
	color: #888888;
}
.game-warp .item .type span{
	display: block;
	line-height: .42rem;
}

/* 游戏详情 */
.single-game .single-header{
	padding: .46rem .35rem;
	background: url('../images/single_header_bg.png') no-repeat center/cover;
}
.single-game .single-header .icon {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .15rem;
	overflow: hidden;
}

.single-game .single-header .title {
	font-weight: bold;
	font-size: .3rem;
	color: #333333;
	margin-bottom: .3rem;
}

.single-slide .item {
	width: 2.45rem;
	height: 3.97rem;
	object-fit: contain;
}

.single .single-header .down-href {
	display: block;
	width: 100%;
	font-size: .28rem;
	color: #fff;
	margin: 0.42rem 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: .1rem;
}

.single .single-header .down-href a.xz {
	background-color: #ffb22d;
}

.single-game .single-header .single-info {
  flex: 1;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.single-game .single-header ul li {
	font-size: .24rem;
	color: #888888;
	width: 50%;
}

/* 详情单个板块 */
/* 攻略测评 */
.single-gl-cp .item .info{
	border-bottom: .01rem dashed #E5E5E5;
	padding-bottom: .3rem;
}
.single-gl-cp .item .icon{
	width: 1.82rem;
	height: 1.3rem;
	border-radius: .1rem;
	overflow: hidden;
	margin-bottom: .3rem;
}

.single-gl-cp .item .title{
	font-size: .28rem;
	color: #333333;
	line-height: .6rem;
}
.single-gl-cp .item .score{
	text-align: center;
}
.single-gl-cp .item .score .name{
	display: block;
	color: var(--pm-c);
	font-size: .24rem;
}
.single-gl-cp .item .score .num{
	color: var(--pm-c);
	font-size: .24rem;
}
.single-gl-cp .item .score .num i{
	font-weight: bold;
	font-size: .42rem;
	color: var(--pm-c);
	line-height: .52rem;
	font-style: italic;
}
/* 热门攻略 */
.single-hot-gl .list-container{
	border-top: 1px dashed #E5E5E5;
	margin-top: .35rem;
}
.single-hot-gl .item {
	position: relative;
}
.single-hot-gl .item .thumb {
	width: 3.3rem;
	height: 1.96rem;
	border-radius: .1rem;
	overflow: hidden;
}

.single-hot-gl .item .title {
	display: block;
	font-size: .28rem;
	color: #333333;
	text-align: center;
	margin: .2rem  auto .25rem;
}
.single-hot-gl .item .time{
	font-size: .24rem;
	color: #888888;
}
/* 新作排行 */
.single-game-rank .item{
	margin-top: .3rem;
	padding-bottom: .3rem;
	border-bottom: .01rem dashed #E5E5E5;
}
.single-game-rank .item .order{
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	background: var(--pm-c);
	border-radius: .04rem;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
}

.single-game-rank .item:last-child{
	border: none;
	padding-bottom: 0;
}
.single-game-rank .item .title{
	font-size: .28rem;
	color: #333333;
}
.single-game-rank .item .info{
	flex-wrap: wrap;
	
}
.single-game-rank .item .type{
	font-size: .24rem;
	color: #888888;
	margin-top: .1rem;
}
.single-game-rank .item .type span{
	display: inline-block;
	width: 49%;
	line-height: .38rem;
}
.single-game-rank .item .type span i{
	color: var(--pm-c);
  font-style: normal;
}
