:root {
    --pm-c: #FF5E5E;
}
/*隐藏类*/
.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: #999;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .28rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	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: #999;
}

.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-33-30 {
	padding: 0 .33rem 0 .3rem;
}
.m-33-30 {
	margin: 0 .33rem 0 .3rem;
}


/* 底部 */
.footer {
	background-color: #333;
	height: 2.53rem;
	font-size: .24rem;
	color: #999;
	padding: 0.67rem .6rem 0;
}
.footer .name {
	text-align: center;
	margin-bottom: .16rem;
	margin-top: .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;
	margin-right: .3rem;
}

.footer .txt {
	line-height: .48rem;
	text-align: center;
}
.public_title {
    margin-bottom: .39rem;
    padding-bottom: .29rem;
    border-bottom: .02rem solid #eee;
}
.public_title .title{
    font-size: .3rem;
    color: var(--pm-c);
    font-weight: bold;
    display: inline-block;
    width: auto;
    position: relative;
}
.public_title .title::before{
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -.32rem;
    width: 50%;
    height: .06rem;
    background-color: var(--pm-c);
}
.public_title .more{
    font-size: .24rem;
    color: #999;
}

/* 首页页面 */
.header{
	padding-top: .55rem;
}
.header .head {
	margin-bottom: .14rem;
}
.header .head .logo{
    display: block;
    overflow: hidden;
    width: 106px;
    height: 19px;
    position: relative;
}

.header .navBar {
    height: .82rem;
    background-color: var(--pm-c);
}
.header .navBar .aBox{
    line-height: .82rem;
    height: .82rem;
}
.header .navBar .aBox a{
    display: inline-block;
    height: .82rem;
    line-height: .82rem;
    width: 1.91rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
}

.header .navBar .aBox a.active{
    background: rgba(255,255,255,0.2);
}
.header .head .searchBox{
    position: relative;
}
.header .head .searchBox .ipt{
    width: 2.56rem;
    height: .6rem;
    line-height: .6rem;
    padding-left: .2rem;
    padding-right: .6rem;
    border: .02rem solid var(--pm-c);
	font-size: .24rem;
}
.header .head .searchBox .ipt::placeholder{
    font-size: .24rem;
    color: #999;
}
.header .head .searchBox .img{
   
}
.header .head .searchBox .img::before {
    position: absolute;
    display: block;
    content: "";
    width: .3rem;
    height: .3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    right: .24rem;
    top: .15rem;
}

.main {}

.list_game {
	margin-top: .4rem;
    padding-bottom: .6rem;
}
.list_game_itemBox {
}

.list_game_itemBox .itemBox .item {
	padding-bottom: .32rem;
	margin-bottom: .29rem;
	border-bottom: .02rem dashed #dcdcdc;
}


.list_game_itemBox .itemBox .item .title{
    font-size: .28rem;
    color: #333;
    font-weight: bold;
	margin-bottom: .21rem;
}
.list_game_itemBox .itemBox .item .thum{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .15rem;
    margin-right: .22rem;
    position: relative;
}
.list_game_itemBox .itemBox .item .txtBox{
    line-height: 1;
	padding-right: .2rem;
}
.list_game_itemBox .itemBox .item .txtBox .tagBox{
    font-size: .24rem;
    color: #888;
    margin-bottom: .17rem;
}

.list_game_itemBox .itemBox .item .txtBox .tagBox .tag:first-child::before{
    display: none;
}
.list_game_itemBox .itemBox .item .txtBox .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 .1rem;
}
.list_game_itemBox .itemBox .item .see{
    display: block;
    width: 1.1rem;
    height: .6rem;
    border: .02rem solid var(--pm-c);
    text-align: center;
    font-size: .26rem;
    color: var(--pm-c);
    overflow: hidden;
    line-height: .6rem;
}

.list_game_itemBox .itemBox .item .time {
    position: relative;
    padding-left: .38rem;
    font-size: .24rem;
    color: #888;
}
.list_game_itemBox .itemBox .item .time::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
    width: .24rem;
    height: .24rem;
}

/* 手游下载详情页面 */
/* 手游下载详情 */
.show_game {}

.show_game .contentBox {
    
}

.show_game .contentBox .content {
}

.show_game .show_game_titleBox {
    margin-bottom: 34px;
    padding: 21px 20px 23px 21px;
    border: 1px dashed var(--pm-c);
    height: 170px;
}
.show_game .show_game_titleBox .top {
    margin-bottom: 22px;
}
.show_game .show_game_titleBox .thum {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    position: relative;
    margin-right: 23px;
}

.show_game .show_game_titleBox .txtBox {
    line-height: 1;
}

.show_game .show_game_titleBox .txtBox .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 15px;
    color: #888;
    width: 80%;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 193px;
    height: 52px;
    border-radius: 8px;
    margin-bottom: 16px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
}


.show_game .show_game_titleBox .btnBox .az {
     background: #FF5E5E;
}

.show_game .show_game_titleBox .btnBox .pg {
    background: #FFC20A;
}

.show_game .show_game_titleBox .btnBox .az::before {
    background-image: url(../images/az.png);
}

.show_game .show_game_titleBox .btnBox .pg::before {
    background-image: url(../images/pg.png);
}

.show_game .show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 193px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
}

.show_game .show_game_titleBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}
.show_content_box {
    margin-bottom: 20px;
}

.show_game .contentBox {}
.show_game .contentBox  .content{
    width: 790px;
    margin-right: 30px;
}
.show_game .show_content_box .text_content {
    margin-bottom: 36px;
}

.show_game .show_content_box h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 40px auto;
    display: inline-block;
    padding: 0 74px;
    left: 50%;
    transform: translateX(-50%);
}

.show_game .show_content_box h3::after {
    display: block;
    width: 63px;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/right.png);
}
.show_game .show_content_box h3::before {
    display: block;
    width: 63px;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/left.png);
}

.show_game .show_content_box .text_content p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}

/* 游戏截图 */
.show_game .contentBox .screenshots {
}


.show_game .contentBox .screenshots .sliderBox {
    width: auto;
    height: 489px;
    margin: 0;
    overflow: hidden;
}

.show_game .contentBox .screenshots .sliderBox .slide {
    height: 489px;
    margin-left: -23px;
}

.show_game .contentBox .screenshots .sliderBox .slide li {
    padding-left: 23px;
    width: auto;
}

.show_game .contentBox .screenshots .sliderBox .slide li a {
    width: 275px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 489px;
}
.show_game .contentBox .screenshots .sliderBox .btn {
    display: block!important;
    visibility:visible!important;
    width: 59px;
    height: 107px;
    background: rgba(0, 0, 0, .8);
    background-repeat: no-repeat;
    background-size: 20px 25px;
    background-position: center;
    z-index: 4;
    margin: 0;
}
.show_game .contentBox .screenshots .sliderBox .btn svg{
    display: none;
}
.show_game .contentBox .screenshots .sliderBox .left {
    background-image: url(../images/slider_left.png);
}
.show_game .contentBox .screenshots .sliderBox .right{
    background-image: url(../images/slider_right.png);
}




.other_sjyx{
    margin-top: 41px;
    margin-bottom: 47px;
}
.other_sjyx .itemBox .item .thum{
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin-right: 19px;
    position: relative;
}
.other_sjyx .itemBox .item .txtBox .time {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}
.other_sjyx .itemBox .item .txtBox .time::before {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}
.other_sjyx .itemBox .item .txtBox .tagBox {
    margin-bottom: 12px;
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.other_sjyx .itemBox .item .txtBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}
.other_sjyx .itemBox .item .txtBox .tag:first-child::before {
    display: none;
}
.other_sjyx .itemBox .item .txtBox{
    width: 180px;
    line-height: 1;
}
.other_sjyx .itemBox .item .titleBox {
    margin-bottom: 12px;
}
.other_sjyx .itemBox .item .title{
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.other_sjyx .itemBox .item .text{
    font-size: 14px;
    color: #888;
}
.other_sjyx .itemBox .item .see{
    width: 80px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: var(--pm-c);
}
.other_sjyx .itemBox .item {
    margin-bottom: 0;
    border-bottom: none;
    height: auto;
    padding-bottom: 0;
}
.other_sjyx .itemBox {
    margin-left: -31px;
}
.other_sjyx .itemBox .uk-width-1-2{
    padding-left: 31px;
}
.other_sjyx .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 22px;
}




.sideBar {
    width: 380px;
}


.other_syph::before {
	position: absolute;
	width: 100%;
	height: .1rem;
	background-color: #f7f7f7;
	display: block;
	content: "";
	top: 0;
	left: 0;
}
.other_syph {
    margin-bottom: .5rem;
	position: relative;
	padding-top: .46rem;
}

.other_syph .itemBox {
}

.other_syph .itemBox .item {}

.other_syph .itemBox .item:nth-child(-n+3) .itemList{
	display: none;
}
.other_syph .itemBox .item:nth-child(-n+3) .itemCard{
	display: flex;
}
.other_syph .itemBox .item .itemList {
    margin-bottom: 26px;
}

.other_syph .itemBox .item .itemList .order {
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    margin-right: .28rem;
    background-color: #d4d4d4;
}
.other_syph .itemBox .item:nth-child(-n+3) .itemCard .order {
    background-color: var(--pm-c);
	height: 1rem;
}

.other_syph .itemBox .item .itemList .title {
    font-size: .28rem;
    color: #333;
    padding-right: .37rem;
}
.other_syph .itemBox .item .itemList .type {
    font-size: .24rem;
    color: #888;
}

.other_syph .itemBox .item .itemCard {
    display: none;
}
.other_syph .itemBox .item .itemCard .line {
    padding-bottom: .31rem;
    margin-bottom: .31rem;
    border-bottom: .02rem dashed #dcdcdc;
}
.other_syph .itemBox .item:last-child .itemCard .line{
    margin-bottom: 0;
}

.other_syph .itemBox .item:last-child .itemList {
    margin-bottom: 0;
}

.other_syph .itemBox .item .itemCard .order {
    width: .35rem;
    height: 1rem;
    background: #dcdcdc;
    margin-right: .28rem;
    text-align: center;
    line-height: 1rem;
    font-size: .26rem;
    color: #fff;
}

.other_syph .itemBox .item .itemCard .thum {
    width: 1rem;
    height: 1rem;
    border-radius: .15rem;
    position: relative;
    margin-right: .21rem;
}

.other_syph .itemBox .item .itemCard .txtBox {
    line-height: 1;
    padding-right: .2rem;
	max-width: 3.6rem;
}

.other_syph .itemBox .item .itemCard .txtBox .title {
    font-size: .3rem;
    color: #333;
    margin-bottom: .28rem;
}

.other_syph .itemBox .item .itemCard .txtBox .text {
    font-size: .24rem;
    color: #888;
}
.other_syph .itemBox .item .itemCard .down {
    position: relative;
	width: 1.28rem;
	height: .6rem;
	border-radius: .1rem;
	border: .02rem solid var(--pm-c);
	line-height: .6rem;
	text-align: center;
	padding-left: .28rem;
	color: var(--pm-c);
}
.other_syph .itemBox .item .itemCard .down::before {
    display: block;
    position: absolute;
    content: "";
    width: .24rem;
    height: .24rem;
    left: .24rem;
    top: .18rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}

.other_gltj::before {
	position: absolute;
	width: 100%;
	height: .1rem;
	background-color: #f7f7f7;
	display: block;
	content: "";
	top: 0;
	left: 0;
}
.other_gltj {
    margin-bottom: .5rem;
	position: relative;
	padding-top: .46rem;
}
.other_gltj .itemBox{}
.other_gltj .itemBox .item{
    margin-bottom: .5rem;
}
.other_gltj .itemBox .item:last-child{
    margin-bottom: 0;
}
.other_gltj .itemBox .item .thum{
    width: 1.9rem;
    height: 1.3rem;
    border-radius: .1rem;
    margin-right: .2rem;
    position: relative;
}
.other_gltj .itemBox .item .txtBox{
    line-height: 1;
}
.other_gltj .itemBox .item .txtBox .title{
    font-size: .28rem;
    color: #333;
    margin-bottom: .2rem;
}
.other_gltj .itemBox .item .txtBox .text{
    line-height: .4rem;
    font-size: .24rem;
    color: #888;
    padding-right: 1.1rem;
    height: .72rem;
}
.other_gltj .itemBox .item .txtBox .xz{
    position: relative;
    width: .54rem;
    height: .54rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/order.png);
}
.other_gltj .itemBox .item .txtBox .xz::before{
    position: absolute;
    left: -.4rem;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}


/* 手游下载详情页 */
.show_game {
}
.show_game .show_titleBox{
	margin-top: .4rem;
    padding: .33rem .28rem .33rem .22rem;
    border: .02rem dashed var(--pm-c);
    margin-right: .32rem;
    margin-left: .29rem;
}
.show_game .show_titleBox .img{
	position: relative;
	overflow: hidden;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .15rem;
	margin-bottom: .41rem;
	margin-right: .22rem;
}
.show_game .show_titleBox .titleBox{
	margin-bottom: .25rem;
    line-height: 1;
}
.show_game .show_titleBox .titleBox .score{
    padding-left: .37rem;
    position: relative;
    font-size: .24rem;
    color: var(--pm-c);
}
.show_game .show_titleBox .titleBox .score::before {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.25rem;
    height: 0.24rem;
    background-image: url(../images/star_curr.png);
    left: 0;
    top: 0;
}
.show_game .show_titleBox .title{
	font-size: .3rem;
	color: #333;
    font-weight: bold;
}
.show_game .show_titleBox .tagBox{
	font-size: .24rem;
	color: #888;
	margin-left: 0;
	margin-bottom: .41rem;
	line-height: 1;
}

.show_game .show_titleBox .tagBox .uk-width-1-1 {
    padding-left: 0;
    margin-top: .24rem;
}
.show_game .show_titleBox .tagBox .uk-width-1-2{
	padding-left: 0;
}
.show_game .show_titleBox .tagBox .uk-width-1-2.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: .77rem;
	line-height: .77rem;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	width: auto;
	background-color: var(--pm-c);
	text-align: center;
}
.show_contentBox {
	position: relative;
	margin-bottom: .45rem;
	padding-top: .4rem;
}
.show_contentBox .public_title {
	margin: 0 .35rem 0 .3rem;
}
.show_game .show_contentBox .content {
	padding: 0 .35rem 0 .3rem;
}
.show_game .show_contentBox h3 {
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: .46rem auto .4rem;
    display: inline-block;
    padding: 0 1.44rem;
    left: 50%;
    transform: translateX(-50%);
}

.show_game .show_contentBox h3::after {
    display: block;
    width: 1.12rem;
    height: .1rem;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/right.png);
}
.show_game .show_contentBox h3::before {
    display: block;
    width: 1.12rem;
    height: .1rem;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/left.png);
}

.show_contentBox p {
	font-size: .26rem;
	color: #666;
	text-indent: 2em;
	line-height: .6rem;
}
.show_contentBox .sliderBox{
	overflow: hidden;
	height: 4.89rem;
	margin-top: .36rem;
	padding-left: .3rem;
}
.show_contentBox .sliderBox .slider {
	padding-right: .35rem;

}
.show_contentBox .sliderBox .slider li{
	padding-right: .19rem;
}
.show_contentBox .sliderBox .slider li:last-child {
	padding-right: 0;
}
.show_contentBox .sliderBox .slider li .img{
	width: 2.75rem;
	height: 4.89rem;
	position: relative;
	display: block;
	overflow: hidden;
}
.other_tlxtj {
}
.other_tlxtj .itemBox{
    margin-left: -0.6rem;
}
.other_tlxtj .itemBox .uk-width-1-2{
    padding-left: .6rem;
}
.other_tlxtj .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: .29rem;
}
.other_tlxtj .itemBox .item{
    line-height: 1;
}
.other_tlxtj .itemBox .item .title{
    font-size: .28rem;
    color: #333;
    margin-bottom: .31rem;
}
.other_tlxtj .itemBox .item .thumBox{
    margin-bottom: .32rem;
}
.other_tlxtj .itemBox .item .thumBox .thum{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .15rem;
    margin-right: .18rem;
    position: relative;
}
.other_tlxtj .itemBox .item .thumBox .tagBox{
    font-size: .24rem;
    color: #888;
}
.other_tlxtj .itemBox .item .thumBox .tagBox .tag.type{
    margin-bottom: .26rem;
}
.other_tlxtj .itemBox .item .detail{
    display: block;
    width: auto;
    height: .6rem;
    border-radius: .06rem;
    border: .02rem solid var(--pm-c);
    line-height: .6rem;
    text-align: center;
    font-size: .26rem;
    color: var(--pm-c);
}

.show_game .other_syph::before,
.show_game .other_gltj::before{
    display: none;
}