:root {
    --pm-c: #FA4D4D;
}
/*隐藏类*/
.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;
}

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;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

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,
a:hover {
	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: .1rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	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);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: .12rem;
}

/*溢出*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.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;
}

.wrapper {
	width: 100%;
	background: #F7F7F7;
	/* padding-left: .3rem !important;
	padding-right: .3rem !important; */
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.thum {
	display: block;
	overflow: hidden;
}

a.title {
	display: block;
}
.bgc-fff {
	background-color: #fff;
}

/* 评分图标 */
.star {
	height: 0.32rem;
	width: 1.6rem;
	background: url('../images/star.png') repeat-x center/0.32rem;
	display: inline-block;
	margin: .1rem 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/0.32rem;
	height: 0.32rem;
}

.star-1:before {
	width: 0.32rem;
}

.star-2:before {
	width: 0.64rem;
}

.star-3:before {
	width: 0.96rem;
}

.star-4:before {
	width: 1.28rem;
}

.star-5:before {
	width: 1.6rem;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #4d4d4d;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .28rem;
	border: .02rem solid #E6E6E6;
	color: #4d4d4d;
	background: #fff;
	border-radius: .04rem;
}

.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: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #4d4d4d;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination li:last-child {
	display: inline-block;
}


.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: .6;
}
.p-l-r-24 {
	padding: 0 .24rem;
}
.m-l-r-24 {
	margin: 0 .24rem;
}


/* 底部 */
.footer {
	background-color: #1a1a1a;
	height: 2.56rem;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem 0;
}
.footer .name {
	text-align: center;
	margin-bottom: .16rem;
}
.footer .aBox {
	line-height: .48rem;
	text-align: center;
	width: 5.7rem;
	margin: 0 auto .16rem;
}
.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
}
.footer .aBox a::before {
	content: "|";
	margin: 0 .08rem;
	display: inline-block;
}
.footer .aBox a:first-child::before {
	display: none;
}
.footer .txt {
	line-height: .48rem;
	text-align: center;
}

/* 首页 */
.header {
	width: 100%;
	padding-top: 1.18rem;
	box-sizing: border-box;
	/* padding-top: .3rem; */
}
.logoBox {
	margin-bottom: .3rem;
}
.logo{
	display: block;
	width: 1.79rem;
	height: 0.37rem;
}
.searchBox {
	position: relative;
	width: 3.4rem;
	height: 0.6rem;
	border-radius: 198px;
	background-color: #f5f5f5;
	line-height: .55rem;
	overflow: hidden;
}
.searchBox .search{
	padding-right: 1.2rem;
	padding-left: .2rem;
	font-size: .24rem;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}
.searchBox .search::placeholder {
	color: #999;
	font-size: .24rem;
}
.searchBox .search_icon{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: .96rem;
	height: .6rem;
	background: #FA4D4D;
	border-radius: 0px 198px 198px 0px;
}
.searchBox .search_icon::before {
	display: block;
	position: absolute;
	content: "";
	top: .1rem;
	right: .28rem;
	width: 0.4rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/search_icon.png);
}
.navBar {
    box-sizing: content-box;
    white-space: nowrap;
	height: .8rem;
	width: 100%;
	overflow-x: scroll;
	background-color: var(--pm-c);
}
.navBar .aBox {
	height: .8rem;
}
.navBar .aBox a{
	display: inline-block;
	font-size: .28rem;
	color: #fff;
	text-align: center;
	position: relative;
	height: .8rem;
	line-height: .8rem;
	padding: 0 .3rem;
}
.navBar .aBox a.active {
	background-color: #fff;
	background: rgba(255,255,255,0.2);
}
.public_title {
	margin-bottom: .36rem;
}
h3,
.public_title .title{
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 .48rem;
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
}
h3 {
	font-size: .32rem;
	margin-top: .6rem;
	margin-bottom: .24rem;
}
h3::before,
.public_title .title::before{
	display: block;
	position: absolute;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/left.png);
}
.public_title .title::after{
	display: block;
	position: absolute;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/right.png);
}
.public_title .more {
	font-size: .24rem;
	color: #999;
}
.public_content_title {
	height: .8rem;
	background-color: #F7F7F7;
	line-height: .8rem;
	padding-left: .44rem;
	position: relative;
	margin-bottom: .36rem;
}
.public_content_title::before {
	display: block;
	width: 0.16rem;
	height: 0.8rem;
	position: absolute;
	display: block;
	background-color: var(--pm-c);
	content: "";
	left: 0;
	top: 0;
}
.public_content_title .title{
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
}
/* 游戏列表页面 */
.list_game {}
.list_game_itemBox {
	margin-top: .36rem;
}
.list_game_itemBox .itemBox {
	line-height: 1;
}
.list_game_itemBox .itemBox .item {
    width: auto;
    height: 2.78rem;
    border: .02rem solid #e6e6e6;
    padding: .24rem;
	margin-bottom: .24rem;
}
.list_game_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}
.list_game_itemBox .itemBox .item .titleBox{
    padding-bottom: .24rem;
    border-bottom: .02rem solid #f2f2f2;
    margin-bottom: .24rem;
}
.list_game_itemBox .itemBox .item .titleBox .title{
    font-size: .32rem;
    color: #1a1a1a;
    font-weight: bold;
}
.list_game_itemBox .itemBox .item .titleBox .time{
    font-size: .24rem;
    color: #999;
}
.list_game_itemBox .itemBox .item .box .thum{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .36rem;
    margin-right: .3rem;
    position: relative;
}
.list_game_itemBox .itemBox .item .box .txtBox{
    width: 4.84rem;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox{
    font-size: .26rem;
    color: #999;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox .tag{
    position: relative;
    margin-bottom: .24rem;
    padding-left: .2rem;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox .tag::before{
    position: absolute;
    display: block;
    content: "";
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #d9d9d9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_game_itemBox .itemBox .item .box .txtBox .see{
    display: block;
    width: 1.36rem;
    height: .64rem;
    border-radius: .08rem;
	background-color: var(--pm-c);
    line-height: .64rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
}
.list_game_itemBox .itemBox .item .box .text{
    font-size: .24rem;
    color: #4d4d4d;
}

/* 手游下载详情页 */
.show_game {
	background-color: #f7f7f7;
}
.show_game .show_titleBox{
	background-repeat: no-repeat;
	background-size: 100% 2rem;
	background-image: url(../images/detail_bgi.png);
	padding-top: .6rem;
	padding-bottom: .6rem;
}
.show_game .show_titleBox .img{
	position: relative;
	overflow: hidden;
	width: 1.4rem;
	height: 1.4rem;
	border: .08rem solid #fff;
	border-radius: .3rem;
	margin: 0 auto .2rem;
}
.show_game .show_titleBox .title{
	margin-bottom: .44rem;
	text-align: center;
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
}
.show_game .show_titleBox .tagBox{
	font-size: .24rem;
	color: #666;
	margin-left: 0;
	margin-bottom: .44rem;
}
.show_game .show_titleBox .tagBox .uk-width-1-3{
	padding-left: 0;
}
.show_game .show_titleBox .tagBox .uk-width-1-3.uk-grid-margin{
	margin-top: .26rem;
}
.show_game .show_titleBox .tagBox .tag{
	display: inline-block;
	width: auto;
	position: relative;
	font-size: .24rem;
	color: #666;
	border-radius: .08rem;
	letter-spacing: 0;
}
.show_game .show_titleBox .down{
	display: block;
	height: .9rem;
	line-height: .9rem;
	font-size: .32rem;
	color: #fff;
	width: auto;
	border-radius: 999px;
	background-color: var(--pm-c);
	text-align: center;
}
.show_contentBox {
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.show_contentBox p {
	font-size: .28rem;
	color: #666;
	text-indent: 2em;
	line-height: .58rem;
}
.show_contentBox .sliderBox{
	overflow: hidden;
	height: 5.6rem;
	margin-top: .36rem;
	padding-left: .24rem;
}
.show_contentBox .item {
	margin-bottom: .6rem;
}
.show_contentBox .item:last-child {
	margin-bottom: 0;
}
.show_contentBox .sliderBox .slider {
	padding-right: .24rem;

}
.show_contentBox .sliderBox .slider li{
	padding-right: .24rem;
}
.show_contentBox .sliderBox .slider li:last-child {
	padding-right: 0;
}
.show_contentBox .sliderBox .slider li .img{
	width: 3.2rem;
	height: 5.6rem;
	position: relative;
	display: block;
	overflow: hidden;
}
.other_xgtj {
	padding: .36rem .24rem .6rem;
	margin-bottom: .2rem;
}
.other_xgtj .itemBox{
	margin-left: -1.16rem;
}
.other_xgtj .itemBox .uk-width-1-3{
	padding-left: 1.16rem;
}
.other_xgtj .itemBox .uk-width-1-3.uk-grid-margin{
	margin-top: 0.56rem;
}
.other_xgtj .itemBox .item{
	width: 1.68rem;
}
.other_xgtj .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .2rem;
}
.other_xgtj .itemBox .item .title{
	text-align: center;
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .24rem;
}
.other_xgtj .itemBox .item .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	border-radius: .08rem;
	line-height: .6rem;
	text-align: center;
	color: var(--pm-c);
	font-size: .28rem;
	border: .02rem solid var(--pm-c);
	margin: 0 auto;
}

.sidebar_rmyx {
	padding: .36rem .24rem .6rem;
	margin-bottom: .2rem;
}
.sidebar_rmyx .itemBox {
	padding-left: 14px;
    border-left: 1px solid #ebebeb;
}
.sidebar_rmyx .itemBox .item {
    padding-bottom: .36rem;
    margin-bottom: .36rem;
    border-bottom: .02rem solid #f2f2f2;
}
.sidebar_rmyx .itemBox .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar_rmyx .itemBox .item .thum {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .3rem;
    position: relative;
    margin-right: .3rem;
}
.sidebar_rmyx .itemBox .item .txtBox {
    width: 4.2rem;
	line-height: 1;
}
.sidebar_rmyx .itemBox .item .txtBox .title {
    font-size: .28rem;
    color: #1a1a1a;
    margin-bottom: .2rem;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox {
    font-size: .24rem;
    color: #999;
    margin-bottom: .2rem;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox .tag::before {
    content: "|";
    display: inline-block;
    margin: 0 .05rem;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox .tag:first-child::before {
    display: none;
}
.sidebar_rmyx .itemBox .item .txtBox .text {
    font-size: .24rem;
    color: #666;
}
.sidebar_rmyx .itemBox .item .scoreBox {
    font-size: .24rem;
    color: var(--pm-c);
}
.sidebar_rmyx .itemBox .item .scoreBox .score {
    font-size: .32rem;
    font-weight: bold;
    margin-top: .08rem;
}
.sidebar_rmyx .itemBox .item .scoreBox .score span {
    font-size: .32rem;
}

.sideBar_news {
	padding: .36rem .24rem .6rem;
}
.sideBar_news .itemBox{
    padding-left: .28rem;
    border-left: .02rem solid #ebebeb;
}
.sideBar_news .itemBox .item{
    position: relative;
    padding-top: .4rem;
    margin-bottom: .36rem;
}
.sideBar_news .itemBox .item:last-child {
    margin-bottom: 0;
}
.sideBar_news .itemBox .item .time{
    font-size: .24rem;
    color: #4d4d4d;
    font-weight: bold;
    position: absolute;
    top: -.12rem;
}
.sideBar_news .itemBox .item .time::before {
    display: block;
    content: "";
    position: absolute;
    left: -.34rem;
    background-color: var(--pm-c);
    top: .1rem;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
}
.sideBar_news .itemBox .item .box .thum{
    width: 2.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: .3rem;
}
.sideBar_news .itemBox .item .box .txtBox{
    width: 4rem;
}
.sideBar_news .itemBox .item .box .txtBox .title{
    font-size: .28rem;
    color: #1a1a1a;
    margin-bottom: .16rem;
}
.sideBar_news .itemBox .item .box .txtBox .text{
    font-size: .24rem;
    color: #999;
    margin-bottom: .16rem;
}
.sideBar_news .itemBox .item .box .txtBox .info{
    font-size: .24rem;
    color: var(--pm-c);
    padding-left: .36rem;
    position: relative;
}
.sideBar_news .itemBox .item .box .txtBox .info::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/info.png);
}