:root {
	--pm-c: #7AA0FF;
	--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;
	background-color: #fff;
	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 {
	background: #fff;
	padding: .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;
}

.score {
	font-size: .28rem;
	color: #FF6969;
}

.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;
	margin-bottom: .2rem;
}

.module-title .title {
	display: block;
	font-size: 0.3rem;
	font-weight: bold;
	color: var(--pm-c);
	padding-left: .9rem;
}

.module-title .more {
	display: block;
	font-size: .24rem;
	color: #999999;
}

.module-title .title::before {
	display: inline-block;
	width: 0.79rem;
	height: 0.32rem;
	left: 0;
	background: url('../images/title_l.png') no-repeat center/contain;
}
.module-title .title::after {
	content: '';
	display: inline-block;
	width: 0.79rem;
	height: 0.32rem;
	background: url('../images/title_r.png') no-repeat center/contain;
  background-position-y: .06rem;
	margin-left: .15rem;
}
/* 头尾 */
.header {
	width: 100%;
	height: 1.99rem;
	background: var(--pm-c);
	box-sizing: border-box;
}
.header .head-top{
	align-items: center;
	padding: .3rem .3rem .2rem;
}
.header .logo {
	width: auto;
	height: .58rem;
	margin: 0 auto;
}

.header .nav {
	width: 100%;
	overflow: auto hidden;
	height: .8rem;
	line-height: .8rem;
	background: var(--pm-c);
}

.header .nav .nav-item {
	flex-shrink: 0;
	height: .8rem;
	line-height: .8rem;
	padding: 0 0.3rem 0 .72rem;
	box-sizing: border-box;
	text-align: center;
	margin-right: .1rem;
	background: url('../images/nav_icon.png') no-repeat .3rem/contain;
  background-size: .29rem .3rem;
}

.header .nav .nav-item.active {
	background: url('../images/nav_icon_.png') no-repeat .3rem/contain;
  background-size: .29rem .3rem;
}

.header .nav .nav-item a {
	display: block;
	font-weight: bold;
	font-size: .28rem;
	color: #ffffff;
}

.header .nav .nav-item.active a {
	color: #FFF3A1;
}

.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;
}

.mian {
	overflow: hidden;
	position: relative;
}

/* 公共菜单栏 */

/* 公共详情样式 */
.single-content {
	overflow: hidden;
}
.single-content h2,
.single-content h3 {
	display: block;
	height: .28rem;
	line-height: .28rem;
	font-weight: bold;
	font-size: 0.28rem;
	color: #333333;
	margin: .2rem 0;
	padding: 0 .25rem;
	box-sizing: border-box;
	position: relative;
	border-left: .1rem solid var(--pm-c);
}

.single-content p {
	text-indent: 2em;
	font-size: 0.26rem;
	line-height: 0.6rem;
	letter-spacing: 0.01rem;
	color: #555555;
}

.single-content img {
	display: block;
	max-width: 100%;
	margin: 0.1rem auto;
}

/* 游戏列表 */
.game-warp .item {
	margin-top: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px dashed #DCDCDC;
}

.game-warp .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .16rem;
	overflow: hidden;
	position: relative;
}

.game-warp .item .down {
	display: inline-block;
	width: 1.2rem;
	height: .64rem;
	line-height: .64rem;
	background-color: var(--pm-c);
	border-radius: .1rem;
	font-size: .26rem;
	letter-spacing: .01rem;
	color: #FFFFFF;
	text-align: center;
}

.game-warp .item .title {
	font-size: .28rem;
	color: #333333;
	display: block;
	margin-bottom: .05rem
}

.game-warp .item .type {
	font-size: .24rem;
	color: var(--pm-c);
	margin: .15rem 0 0;
}
.game-warp .item .type span{
	display: inline-block;
	height: .36rem;
	line-height: .34rem;
	border-radius: .06rem;
	border: 1px solid var(--pm-c);
	text-align: center;
	padding: 0 .15rem;
	margin-right: .1rem;
}
.game-warp .item .time{
	font-size: .24rem;
	color: #888888;
}

/* 游戏详情 */
.single-game .single-header .icon {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .15rem;
	overflow: hidden;
}

.single-game .single-header .title {
	font-size: .3rem;
	color: #333333;
	margin-bottom: .25rem;
}

.single-slide .item {
	width: 2.44rem;
	height: 4.15rem;
	object-fit: contain;
}

.single .single-header .down-href {
	display: block;
	width: 100%;
	font-size: .28rem;
	color: #fff;
	margin: 0.28rem 0;
	font-weight: bold;
}

.single .single-header .down-href a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	width: 100%;
	text-align: center;
	background: var(--pm-c);
	border-radius: .08rem;
	margin-bottom: .2rem;
}

.single .single-header .down-href a.xz {
	background-color: #ffb22d;
}

.single-game .single-header .single-info {
	overflow: hidden;
}
.single-game .single-header ul {
}

.single-game .single-header ul li {
	font-size: .24rem;
	color: #888888;
	line-height: .52rem;
}
.single-game .single-header .pf{
	width: 1.75rem;
	height: 1.76rem;
	background: url('../images/pf.png') no-repeat center/contain;
  padding-top: .75rem;
	text-align: center;
	padding-left: .2rem;
	box-sizing: border-box;
	margin-top: .3rem;
}

.single-game .single-header .pf span{
	font-size: .24rem;
	color: var(--pm-c);
}
.single-game .single-header .pf span i{
	font-weight: bold;
	font-size: .36rem;
	color: var(--pm-c);
}
.single-game .single-header .single-type{
	height: .7rem;
	line-height: .68rem;
	border-radius: .1rem;
	border: 1px solid #EEEEEE;
	padding: 0 .2rem;
	margin-top: .23rem;
	font-size: .26rem;
	color: #666666;
}
.single-game .single-header .single-type span{
	display: block;
}
.single-game .single-header .single-type span::before{
	display: inline-block;
	content: '';
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background: #E3E3E3;
	margin-right: .13rem;
	vertical-align: middle;
}
/* 详情单个板块 */

/* 热门攻略 */
.single-hot-gl .item {
	position: relative;
	margin-top: .3rem;
}
.single-hot-gl .item .thumb {
	width: 2.08rem;
	height: 1.36rem;
	overflow: hidden;
}

.single-hot-gl .item .title {
	font-size: .3rem;
	color: #333333;
}
.single-hot-gl .item .time {
	font-size: .24rem;
	color: #999999;
}
.single-hot-gl .item .info{
	background: #F7F7F7;
	margin-left: 0;
}
.single-hot-gl .item .text{
	font-size: .24rem;
	color: #666666;
	line-height: .48rem;
	flex: 1;
	padding: 0rem .2rem;
	box-sizing: border-box;
}
/* 游戏上新 */
.single-game-rank ul {
	background: #F7F7F7;
	height: .73rem;
	line-height: .73rem;
	padding: 0 .3rem 0 .38rem;
}
.single-game-rank ul li{
	font-size: .25rem;
	color: #999999;
}
.single-game-rank ul li:nth-child(2){
	width: 2rem;
	text-align: center;
}
.single-game-rank .item{
	margin-top: .28rem;
	border-bottom: .01rem dashed #E5E5E5;
	padding-bottom: .28rem;
}
.single-game-rank .item:last-child{
	border: none;
	padding-bottom: 0;
}
.single-game-rank .item .order{
	margin-right: .37rem;
	font-size: .26rem;
	color: #999999;
	padding-left: .35rem;
	max-width: .35rem;
}
.single-game-rank .item .icon{
	width: .5rem;
	height: .5rem;
	border-radius: .13rem;
	overflow: hidden;
	margin-right: .23rem;
}
.single-game-rank .item .title{
	font-size: .28rem;
	color: #333333;
}

.single-game-rank .item .type{
	font-size: .26rem;
	color: #666666;
	display: block;
	padding: 0 .35rem;
}
.single-game-rank .item .down{
	display: block;
	font-size: .26rem;
	color: var(--pm-c);
}