:root {
	--pm-c: #FF8139;
}

/*隐藏类*/
.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.22rem;
	width: 1.15rem;
	background: url('../images/star.png') repeat-x center/0.23rem;
	display: inline-block;
	margin: .1rem 0;
}

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

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

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

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

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

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

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #999;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	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-32-30 {
	padding: 0 .3rem 0 .32rem;
}

.m-32-30 {
	margin: 0 .3rem 0 .32rem;
}

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

.m-b-80 {
	margin-bottom: 0.8rem;
}

/* 可复用 */
.list {
	width: 100%;
}

.list li {
	padding-left: .32rem;
	position: relative;
	margin-bottom: .32rem;
}

.list li:last-child {
	margin-bottom: 0 !important;
}

.list li::before {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	position: absolute;
	left: 0;
	top: 50%;
	background: #D9D9D9;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.list li .title {
	font-size: .28rem;
	color: #333;
	padding-right: .4rem;
}

.list li .time {
	font-size: .28rem;
	color: #aaa;
}

.public_title {
	width: 100%;
	margin-bottom: .42rem;
	padding-bottom: .1rem;
	border-bottom: .02rem dashed rgba(253, 168, 67, .3);
}

.public_title .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	position: relative;
	display: inline-block;
	width: auto;
	padding-left: .36rem;
	line-height: .52rem;
}

.public_title .title::before {
	display: block;
	content: "";
	width: .16rem;
	height: .28rem;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_title.png);
}

.public_title .more {
	position: relative;
	font-size: .24rem;
	color: #999;
}

/* 底部 */
.footer {
	background-color: #333;
	height: 3.04rem;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem 0;
	box-sizing: border-box;
	text-align: center;
}

.footer .title {
	color: #ccc;
}

.footer .aBox {
	line-height: .48rem;
	text-align: center;
	margin: 0 auto .4rem;
	height: .96rem;
}

.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
}

.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .08rem;
}

.footer .aBox a:first-child::before {
	display: none;
}

.footer_p {
	line-height: .64rem;
}

p {
	line-height: .64rem;
	text-align: center;
}

.footer .txt {
	line-height: .48rem;
	text-align: center;
}

/* 首页 */
.header {
	padding-top: .4rem;
	box-shadow: 0px 8px 12px 0px rgba(231, 231, 231, 0.3);
	background-color: #333;
}

.logoBox {
	height: 1rem;
	padding: 0 .4rem;
}

.logo {
	display: block;
	width: 2.54rem;
	height: 0.94rem;
	position: relative;
	overflow: hidden;
}

.searchBox .search_icon {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	position: relative;
}

.navBar {
	box-sizing: content-box;
	height: .8rem;

}

.navBar ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.navBar ul li {
	display: inline-block;
}

.header .navBar a {
	display: inline-block;
	height: .8rem;
	line-height: .8rem;
	width: 1.6rem;
	text-align: center;
	font-size: .32rem;
	margin-right: .16rem;
	color: #fff;
	position: relative;
	z-index: 3;
}

.header .navBar .active a {
	font-weight: bold;
	color: #fff;
	font-size: .36rem;
}

.header .navBar .active a::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--pm-c);
	z-index: -1;
}


.index_top_slider {
	position: relative;
	margin-top: 0.4rem;
}

.index_top_slider .sliderBox {
	width: 100%;
	height: 3.6rem;
	margin-bottom: 0.36rem;
}

.index_top_slider .sliderBox .slider_item {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_top_slider .sliderBox .slider_item li {
	width: 100%;
	height: 100%;
	padding-left: 0;
}

.index_top_slider .sliderBox .slider_item li .thum {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_top_slider .sliderBox .slider_item li .title {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 .48rem;
	font-size: .32rem;
	color: #fff;
	width: 100%;
	height: 1.04rem;
	line-height: 1.04rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.index_top_slider .dateBox {}

.index_top_slider .dateBox .date {
	width: 1.44rem;
	height: 1.48rem;
	position: relative;
	margin-right: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/date.png);
	font-size: .24rem;
	box-shadow: 0px .08rem .3rem 0px rgba(193, 193, 193, 0.2);
}

.index_top_slider .dateBox .date {}

.index_top_slider .dateBox .date .month {
	color: #fff;
	position: absolute;
	top: .2rem;
	left: 50%;
	transform: translateX(-50%);
}

.index_top_slider .dateBox .date .month span {
	font-size: .36rem;
	font-weight: bold;
}

.index_top_slider .dateBox .date .day {
	top: .8rem;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	color: #777;
}

.index_top_slider .dateBox .date .day span {
	font-size: .36rem;
	font-weight: bold;
}

.index_top_slider .dateBox .itemBox {}

.index_top_slider .dateBox .itemBox .item {
	margin-bottom: .14rem;
}

.index_top_slider .dateBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_top_slider .dateBox .itemBox .item .time {
	font-size: .28rem;
	color: #aaa;
	line-height: .52rem;
}

.index_top_slider .dateBox .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	line-height: .52rem;
}

.index_jryw {}

.index_jryw .titleBox {
	position: relative;
	width: 100%;
	height: 2.52rem;
	background: linear-gradient(90deg, #4E525A 0%, #333333 100%);
	box-shadow: 0px .08rem .2rem 0px rgba(152, 152, 152, 0.25);
	padding: .62rem .28rem .3rem;
}

.index_jryw .titleBox::before {
	position: absolute;
	left: -.08rem;
	top: -.08rem;
	display: block;
	content: "";
	width: 1.48rem;
	height: .5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/jrbs.png);
}

.index_jryw .titleBox .title {
	font-size: .32rem;
	color: #fff;
	font-weight: bold;
	line-height: .52rem;
	margin-bottom: .06rem;
}

.index_jryw .titleBox .text {
	font-size: .28rem;
	color: #fff;
	line-height: .52rem;
	margin-bottom: .16rem;
}

.index_jryw .titleBox .num {
	position: relative;
	padding-left: .44rem;
	font-size: .24rem;
	color: #fff;
}

.index_jryw .titleBox .num::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/eye.png);
	width: .28rem;
	height: .28rem;
}

.index_jryw .list {}

.index_jryw .list li {
	padding-left: 0;
	margin-bottom: .22rem;
}

.index_jryw .list li::before {
	display: none;
}

.index_jryw .list li .order {
	margin-right: .28rem;
	font-size: .32rem;
	color: var(--pm-c);
	font-weight: bold;
	line-height: .24rem;
}

.index_jryw .list li .title {
	line-height: .44rem;
}

.index_jryw .list li:nth-child(-n+3) .title {
	display: inline-block;
	width: auto;
	position: relative;
	margin-right: .2rem;
}

.index_jryw .list li:nth-child(1) .title {
	padding-right: .88rem;
}

.index_jryw .list li:nth-child(1) .title::before {
	display: block;
	width: .62rem;
	height: .36rem;
	background: linear-gradient(90deg, #FDA742 0%, #FF8139 100%);
	line-height: .36rem;
	text-align: center;
	content: "热门";
	font-size: .24rem;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_jryw .list li:nth-child(2) .title {
	padding-right: .4rem;
}

.index_jryw .list li:nth-child(2) .title::before {
	display: block;
	width: .22rem;
	height: .22rem;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/ss.png);
}

.index_jryw .list li:nth-child(3) .title {
	padding-right: .4rem;
}

.index_jryw .list li:nth-child(3) .title::before {
	display: block;
	width: .22rem;
	height: .22rem;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xj.png);
}

.index_jryw .list li .time {
	font-size: .24rem;
}

.index_rdzx {}

.index_rdzx .itemBox {
	margin-bottom: .36rem;
}

.index_rdzx .itemBox .item {}

.index_rdzx .itemBox .item .thum {
	width: 2.6rem;
	height: 1.8rem;
	position: relative;
	margin-right: .28rem;
}

.index_rdzx .itemBox .item .txtBox {}

.index_rdzx .itemBox .item .txtBox .title {
	font-size: .32rem;
	color: #333;
	line-height: .52rem;
	margin-bottom: .24rem;
}

.index_rdzx .itemBox .item .txtBox .text {
	text-wrap: wrap;
	font-size: .28rem;
	color: #777;
	line-height: .52rem;
}

.index_rdzx .list li {
	margin-bottom: .26rem;
}

.index_rdzx .list li .title {
	line-height: .52rem;
}

.index_xwzx {}

.index_xwzx .itemBox {}

.index_xwzx .itemBox .item {
	margin-bottom: .48rem;
}

.index_xwzx .itemBox .item:last-child {
	margin-bottom: 0;
}



.index_xwzx .itemBox .item .infoBox {
	height: 1.68rem;
	padding: .26rem .2rem .26rem .24rem;
	width: auto;
	background-color: #f9f9f9;
	position: relative;
	border-left: .04rem solid var(--pm-c);
	margin-bottom: .3rem;
}

.index_xwzx .itemBox .item .infoBox .txtBox {}

.index_xwzx .itemBox .item .infoBox .txtBox .title {
	font-size: .32rem;
	color: #333;
	line-height: .56rem;
	margin-bottom: .08rem;
}

.index_xwzx .itemBox .item .infoBox .txtBox .text {
	font-size: .28rem;
	color: #777;
	line-height: .52rem;
}

.index_xwzx .itemBox .item .infoBox .see {
	display: block;
	width: 1.1rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	background: linear-gradient(90deg, #FDA642 0%, #FF8139 100%);
}

.index_xwzx .itemBox .item .list {}

.index_xwzx .itemBox .item .list li {
	margin-bottom: .2rem;
}

.index_xwzx .itemBox .item .list li::before {
	background-color: var(--pm-c);
}

.index_xwzx .itemBox .item .list li .title {
	line-height: .52rem;
}

.index_xwzx .itemBox .item .list li .time {
	width: .84rem;
	height: .48rem;
	line-height: .44rem;
	text-align: center;
	font-size: .24rem;
	border: .02rem solid #E5E5E5;
}


.index_friend_link {
	margin-bottom: .8rem;
}

.index_friend_link .aBox {}


.index_friend_link .aBox a {
	font-size: .28rem;
	color: #333;
	margin-right: .4rem;
	margin-bottom: .16rem;
}

.index_friend_link .aBox a:last-child {
	margin-right: 0;
}

.list_game {
	margin-top: .4rem;
}

.list_game {}

.list_game_itemBox {}

.list_game_itemBox .itemBox {
    margin-left: -.28rem;
}

.list_game_itemBox .itemBox .uk-width-1-2 {
    padding-left: .28rem;
}

.list_game_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: .4rem;
}

.list_game_itemBox .itemBox .item {
    width: 3.3rem;
    height: 4.36rem;
    padding: .3rem .22rem .32rem .24rem;
    background: #F9F9F9;
    border-radius: .2rem;
}

.list_game_itemBox .itemBox .item .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .46rem;
    margin-bottom: .1rem;
    text-align: center;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: .24rem;
    color: #aaa;
    line-height: .34rem;
    text-align: center;
    margin: 0 auto .2rem;
}


.list_game_itemBox .itemBox .item .thum {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .24rem;
    margin: 0 auto .14rem;
    position: relative;
}

.list_game_itemBox .itemBox .item .text {
    font-size: .28rem;
    color: #666;
    line-height: .52rem;
    margin-bottom: .18rem;
}

.list_game_itemBox .itemBox .item .see {
    display: block;
    width: auto;
    height: .6rem;
    line-height: .56rem;
    text-align: center;
    background: #fff;
    border-radius: .08rem;
    border: .02rem solid var(--pm-c);
    color: var(--pm-c);
}


.list_news {
	margin-top: .4rem;
}

.list_news {}

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    margin-bottom: .6rem;
}

.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .thum {
    width: 2.48rem;
    height: 1.68rem;
    position: relative;
    border-radius: .08rem;
    margin-left: .2rem;
}

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .txtBox .title {
    font-size: .32rem;
    color: #333;
    line-height: .52rem;
    font-weight: bold;
    margin-bottom: .16rem;
}

.list_news_itemBox .itemBox .item .txtBox .title .tag {
    display: inline-block;
    width: .76rem;
    height: .44rem;
    line-height: .44rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    margin-right: .2rem;
    background: linear-gradient(90deg, #FDA642 0%, #FF8139 100%);
}

.list_news_itemBox .itemBox .item .txtBox .time {
    line-height: .28rem;
    font-size: .24rem;
    color: #aaa;
}

.list_news_itemBox .itemBox .item .txtBox .text {
	margin-top: 0.2rem;
    font-size: .28rem;
    color: #666;
    line-height: .52rem;
    height: .52rem;
}

.show_news {
	margin-top: 0.4rem;
}

.show_news_contentBox {
	margin-bottom: .8rem;
}

.show_news .show_news_contentBox .titleBox {
	padding-top: .6rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.2rem;
	border-bottom: .02rem solid #f5f5f5;
}

.show_news .show_news_contentBox .titleBox h1 {
	font-size: .4rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .24rem;
	line-height: .68rem;
	text-align: center;
}

.show_news .show_news_contentBox .titleBox .tagBox {
	font-size: .24rem;
	color: #777;
}

.show_news .show_news_contentBox .contentBox {
	text-align: center;
}

.show_game_contentBox .contentBox p,
.show_news_contentBox .contentBox p {
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .64rem;
	text-align: left;
}
.show_game_contentBox .contentBox p iframe,
.show_game_contentBox .contentBox p img,
.show_news .show_news_contentBox .contentBox p iframe,
.show_news .show_news_contentBox .contentBox p img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: .4rem auto;
	border-radius: .16rem;
}
.show_game_contentBox .contentBox h3,
.show_news .show_news_contentBox h3 {
    position: relative;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    margin: .32rem 0;
    text-align: center;
}
.show_game_contentBox .contentBox h3::before,
.show_news .show_news_contentBox h3::before {
    display: block;
    width: .72rem;
    height: .28rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.1rem;
    content: "";
    width: 2.4rem;
    border-bottom: .02rem solid;
    border-image: linear-gradient(90deg, rgba(253, 168, 67, 0), rgba(253, 168, 67, 1), rgba(253, 168, 67, 0)) 1 1;
}


.kaifu {
	margin-top: .04rem;
}

.kaifu .titleBox {
	font-size: .24rem;
	color: #777;
	margin-bottom: 0.2rem;
}

.kaifu .itemBox {}

.kaifu .itemBox .item {
	height: 2rem;
	padding: .4rem .2rem;
}
.kaifu .itemBox .item:nth-child(2n-1) {
	background-color: #FFF8F4;
}

.kaifu .itemBox .item:last-child {
	margin-bottom: 0;
}

.kaifu .itemBox .item .info {
	margin-bottom: 0.2rem;
}

.kaifu .itemBox .item .info .thum {
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	margin-right: .24rem;
}

.kaifu .itemBox .item .info .txtBox {}

.kaifu .itemBox .item .info .txtBox .title {
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: .84rem;
	font-size: .28rem;
	line-height: .4rem;
	color: #333;
}

.kaifu .itemBox .item .info .txtBox .title span.tag {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .64rem;
	height: .34rem;
	line-height: .3rem;
	text-align: center;
	font-size: .24rem;
	color: #aaa;
	border-radius: .04rem;
	border: .02rem solid #aaa;
	font-weight: 400;
}

.kaifu .itemBox .item .info .txtBox .name {
	font-size: .24rem;
	color: #777;
	margin-bottom: 0.04rem;
}

.kaifu .itemBox .item .info .detail {
	display: block;
	width: 1.2rem;
	height: .6rem;
	line-height: .56rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background: #fff;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
}

.kaifu .itemBox .item .time {
	line-height: .38rem;
	font-size: .26rem;
	color: var(--pm-c);
}


.show_game {}

.show_game .show_game_contentBox .titleBox {
	width: 100%;
	height: 4.36rem;
	padding: .4rem .3rem .32rem .32rem;
	position: relative;
}

.show_game .show_game_contentBox .thum {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
	overflow: hidden;
	margin-right: 0.4rem;
}

.show_game .show_game_contentBox .titleBox .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	line-height: .48rem;
	margin-bottom: .28rem;
}
.show_game .show_game_contentBox .titleBox .scoreBox{
	text-align: center;
}
.show_game .show_game_contentBox .titleBox .scoreBox .score{
	font-size: .24rem;
	color: #aaa;
}
.show_game .show_game_contentBox .titleBox .scoreBox .score span{
	font-size: .48rem;
	color: #333;
}
.show_game .show_game_contentBox .titleBox .scoreBox .star{
	margin: 0 auto;
}
.show_game .show_game_contentBox .titleBox .size {
	font-size: .24rem;
	color: #777;
	line-height: .34rem;
}

.show_game .show_game_contentBox .tagBox {
	height: 1.16rem;
	box-shadow: 0px 4px 32px 0px rgba(235,235,235,0.3);
	margin: 0.2rem 0;
}

.show_game .show_game_contentBox .tagBox .tag {
	width: 25%;
	position: relative;
	text-align: center;
	font-size: .24rem;
	color: #aaa;
}

.show_game .show_game_contentBox .tagBox .tag span {
	display: block;
	color: #777;
}

.show_game .show_game_contentBox .tagBox .tag::before {
	position: absolute;
	right: 0.04rem;
	top: 50%;
	transform: rotate(30deg) translateY(-50%);
	width: 0.02rem;
	height: .28rem;
	background-color: #f5f5f5;
	display: block;
	content: "";
}

.show_game .show_game_contentBox .tagBox .tag:last-child::before {
	display: none;
}


.show_game .show_game_contentBox .down {
	display: block;
	width: auto;
	height: .68rem;
	background: var(--pm-c);
	border-radius: .08rem;
	font-size: .28rem;
	color: #fff;
	line-height: .68rem;
	text-align: center;
}
.show_game .show_game_contentBox .down a {
	color: #fff;
}

.show_game_contentBox .sliderBox {
	overflow: hidden;
	width: 100%;
}

.show_game_contentBox .item {
	margin-bottom: .8rem;
}

.show_game_contentBox .item:last-child {
	margin-bottom: 0;
}

.show_game_contentBox .sliderBox .slider li {
	padding-right: .2rem;
}

.show_game_contentBox .sliderBox .slider li:last-child {
	padding-right: 0;
}

.show_game_contentBox .sliderBox .slider li .img {
	width: 2.48rem;
	border-radius: .12rem;
	position: relative;
	display: block;
	overflow: hidden;
}

.other_rmyx {}

.other_rmyx .itemBox {}

.other_rmyx .itemBox .item {
	margin-bottom: 0.44rem;
}

.other_rmyx .itemBox .item:last-child {
	margin-bottom: 0;
}


.other_rmyx .itemBox .item .thum {
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	margin-right: .2rem;
}

.other_rmyx .itemBox .item .txtBox {}

.other_rmyx .itemBox .item .txtBox .title {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .16rem;
}

.other_rmyx .itemBox .item .txtBox .tagBox {
	font-size: .28rem;
	color: #aaa;
}
.other_rmyx .itemBox .item .txtBox .tagBox .tag::before{
	display: inline-block;
	content: "|";
	margin: 0 .12rem;
}
.other_rmyx .itemBox .item .txtBox .tagBox .tag:first-child::before{
	display: none;
}


.other_rmyx .itemBox .item .see {
	display: block;
	font-size: .28rem;
	color: var(--pm-c);
	width: 1.36rem;
	height: .72rem;
	line-height: .68rem;
	text-align: center;
	border: .02rem solid var(--pm-c);
	border-radius: .12rem;
}

.other_rmyx .itemBox .item .text {
	font-size: .28rem;
	color: #666;
	line-height: .56rem;
}

.other_rmyx .itemBox .item .text span {
	color: var(--pm-c);
}

.index_rmxw {}

.index_rmxw_nav {
	margin-bottom: .42rem;
	box-sizing: content-box;
	white-space: nowrap;
	height: .8rem;
	overflow-x: scroll;
}

.index_rmxw_nav a {
	display: inline-block;
	width: 1.96rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: .32rem;
	color: #333;
	margin-right: .2rem;
}

.index_rmxw_nav a:last-child {
	margin-right: 0;
}

.index_rmxw_nav a.active {
	background: linear-gradient(270deg, #FF8139 0%, #FDA642 100%);
	color: #fff;
	font-weight: bold;
}

.index_rmxw .list {}

.index_rmxw .list li {
	margin-bottom: .32rem;
	padding-left: 0;
}

.index_rmxw .list li::before {
	display: none;
}

.index_rmxw .list li .tag {
	line-height: .52rem;
	text-align: center;
	font-size: .28rem;
	color: #666;
}


.index_rmxw .list li .title {
	line-height: .52rem;
}


.index_rmxw .list li .time {
	line-height: .52rem;
}

.index_zxzt {}

.index_zxzt .itemBox {}

.index_zxzt .itemBox .item {
	margin-bottom: .36rem;
	padding-bottom: .36rem;
	border-bottom: .02rem solid #f5f5f5;
}

.index_zxzt .itemBox .item .info {
	margin-bottom: .32rem;
}

.index_zxzt .itemBox .item .info .thum {
	width: 2.6rem;
	height: 1.72rem;
	position: relative;
	margin-right: .28rem;

}

.index_zxzt .itemBox .item .info .txtBox {}

.index_zxzt .itemBox .item .info .txtBox .title {
	font-size: .32rem;
	color: #333;
	line-height: .52rem;
	margin-bottom: .1rem;
}

.index_zxzt .itemBox .item .info .txtBox .text {
	font-size: .28rem;
	color: #777;
	line-height: .52rem;
	margin-bottom: .06rem;
}

.index_zxzt .itemBox .item .info .txtBox .tagBox {
	font-size: .24rem;
	color: #aaa;
}

.index_zxzt .itemBox .item .info .txtBox .tagBox .tag:nth-child(1) {
	margin-right: .4rem;
}

.index_zxzt .itemBox .item .info .txtBox .tagBox .tag {
	line-height: .52rem;
}

.index_zxzt .itemBox .item .list {}

.index_zxzt .itemBox .item .list li {
	margin-bottom: .2rem;
}

.index_zxzt .itemBox .item .list li .title {
	line-height: .52rem;
}

.index_zxzt .item .list {}

.index_zxzt .list li {
	margin-bottom: .38rem;
}

.index_zxzt .list li .title {
	line-height: .52rem;
}

.index_yxzx {}

.index_yxzx .itemBox {
	margin-left: -.24rem;
	margin-bottom: .4rem;
}

.index_yxzx .itemBox .uk-width-1-2 {
	padding-left: .24rem;
}

.index_yxzx .itemBox .thum {
	position: relative;
	width: 3.32rem;
	height: 2.28rem;
}

.index_yxzx .itemBox .thum .title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .64rem;
	width: 100%;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #000000 100%, #333333 100%);
	color: #fff;
	line-height: .64rem;
	padding: 0 .2rem;
	font-size: .28rem;
}

.index_yxzx .list {}

.index_yxzx .list li {
	margin-bottom: .36rem;
	padding-left: 0;
}

.index_yxzx .list li::before {
	display: none;
}

.index_yxzx .list li .tag {
	font-size: .28rem;
	color: #aaa;
	line-height: .36rem;
	margin-right: .12rem;
}

.index_yxzx .list li .title {
	line-height: .4rem;
}

.index_rytj{}
.index_rytj .itemBox{}
.index_rytj .itemBox .item{
    margin-bottom: .3rem;
    padding-bottom: .28rem;
    border-bottom: .02rem dashed #eee;
}
.index_rytj .itemBox .item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.index_rytj .itemBox .item .thum{
    width: 1.48rem;
    height: 1.48rem;
    border-radius: .4rem;
    position: relative;
    margin-right: .28rem;
}
.index_rytj .itemBox .item .thum .order{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px  0px  .2rem  0px;
    background-color: #C6C6C6;
    width: .56rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
}
.index_rytj .itemBox .item:nth-child(1) .thum .order{
    background-color: #FF5A00;
}
.index_rytj .itemBox .item:nth-child(2) .thum .order{
    background-color: #FF9B19;
}
.index_rytj .itemBox .item:nth-child(3) .thum .order{
    background-color: #FFCB2E;
}
.index_rytj .itemBox .item .title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
}
.index_rytj .itemBox .item .tagBox{
    font-size: .28rem;
    color: #999;
}
.index_rytj .itemBox .item .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 .08rem;
}
.index_rytj .itemBox .item .tagBox .tag:first-child::before{
    display: none;
}
.index_rytj .itemBox .item .detail{
    display: block;
    width: 1.64rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
	background: linear-gradient( 270deg, #FF8139 0%, #FDA642 100%);
	color: #fff;
}

.index_yyxz{
}
.index_yyxz .itemBox{}
.index_yyxz .itemBox .item{
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
    border-bottom: .02rem dashed #eee;
}
.index_yyxz .itemBox .item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
    border-bottom: none;
}

.index_yyxz .itemBox .item .thumBox{
    width: 1.32rem;
    height: 1.32rem;
    border-radius: 50%;
    background-color: #fff;
    border: .02rem solid #eee;
    margin-right: .24rem;
    position: relative;
}
.index_yyxz .itemBox .item .thumBox .thum{
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_yyxz .itemBox .item .txtBox{}
.index_yyxz .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    display: inline-block;
    padding-right: .84rem;
    position: relative;
}
.index_yyxz .itemBox .item .txtBox .title::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
}
.index_yyxz .itemBox .item .txtBox .title::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
}
.index_yyxz .itemBox .item .txtBox .title.az::after{
    background-image: url(../images/azh.png);
    right: .36rem;
}
.index_yyxz .itemBox .item .txtBox .title.pg::before{
    width: .24rem;
    right: 0;
    background-image: url(../images/ios.png);
}
.index_yyxz .itemBox .item .txtBox .type{
    font-size: .28rem;
    color: #999;
}
.index_yyxz .itemBox .item .detail{
    display: block;
    width: 1.64rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
	background: linear-gradient( 270deg, #FF8139 0%, #FDA642 100%);
	color: #fff;
}