:root {
	--pm-c: #5D81FF;
}

/*隐藏类*/
.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.3;
	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 !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-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.24rem;
	width: 1.2rem;
	background: url('../images/star.png') repeat-x center/0.24rem;
	display: inline-block;
	margin: .1rem 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.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: .96rem;
}

.star-5:before {
	width: 1.2rem;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.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-l-r-30 {
	padding: 0 .3rem;
}

.m-l-r-30 {
	margin: 0 .3rem;
}

.p-l-r-24 {
	padding: 0 .24rem;
}

.m-l-r-24 {
	margin: 0 .24rem;
}

.m-b-20 {
	margin-bottom: 0.2rem;
}

.m-b-40 {
	margin-bottom: 0.4rem;
}

.m-b-60 {
	margin-bottom: 0.6rem;
}

.m-b-80 {
	margin-bottom: 0.8rem;
}

/* 可复用 */
.list {
	width: 100%;
}

.list li {
	padding-left: .28rem;
	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%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #d9d9d9;
	border-radius: 50%;
}

.list li .title {
	font-size: .28rem;
	color: #333;
	padding-right: .2rem;
}

.list li .title a {
	color: #333;
}

.list li .time {
	font-size: .24rem;
	color: #999;
}

.public_title {
	width: 100%;
	margin-bottom: .4rem;
}

.public_title .title {
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 .32rem;
}

.public_title .title::before {
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_before.png);
}

.public_title .title::after {
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_after.png);
}

.public_title .more {
	position: relative;
	padding-right: .38rem;
	font-size: .26rem;
	color: var(--pm-c);
	line-height: .36rem;
}

.public_title .more::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .12rem;
	height: .12rem;
	background: #D7E0FF;
	border-radius: 19.98rem;
}

.public_title .more::after {
	position: absolute;
	right: .18rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .12rem;
	height: .12rem;
	background: #9DB3FF;
	border-radius: 19.98rem;
}

.bgc-ht {
	position: relative;
	padding-top: 0.8rem;
}

.bgc-ht::before {
	position: absolute;
	left: 0;
	top: 0.4rem;
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #f7f7f7;
}


/* 底部 */
.footer {
	background-color: #1a1a1a;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem;
	box-sizing: border-box;
}

.footer .title {
	color: #ccc;
}

.footer .aBox {
	line-height: .48rem;
	text-align: left;
	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 .name {
	margin: .34rem 0;
	font-size: .24rem;
	color: #ccc;
}

.footer .txt {
	line-height: .48rem;
	text-align: left;
}

/* 首页 */
.header {
	width: 100%;
	/* background: linear-gradient( 180deg, #2BC584 0%, #2BC56F 100%); */
	padding-top: .3rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/header_bgi.png);
	padding-top: .4rem;
	box-sizing: border-box;
}

.logoBox {
	margin-bottom: 0.3rem;
}

.logo {
	display: block;
	width: 2.32rem;
	position: relative;
	overflow: hidden;
}

.searchBox {
	position: relative;
	width: auto;
}

.searchBox .search_btn {
	width: .6rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: 0 .08rem .08rem 0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: .28rem;
	background-image: url(../images/search_icon.png);
	background-position: center;
	z-index: 6;
	font-size: .24rem;
	color: #fff;
}

.searchBox .search_ipt {
	display: block;
	width: 3.4rem;
	height: .6rem;
	line-height: .6rem;
	background-color: #fff;
	padding: 0 .72rem 0 .24rem;
	font-size: .26rem;
	border-radius: .08rem;
	position: relative;
	z-index: 3;
}

.searchBox .search_ipt::placeholder {
	color: #808080;
	font-size: .26rem;
}

.navBar {
	box-sizing: content-box;
	white-space: nowrap;
	background-size: cover;
	height: .8rem;
	line-height: .8rem;
	background-color: var(--pm-c);
	z-index: 10;
	position: relative;
	overflow: scroll;
}

.navBar li {
	display: inline-block;
}

.navBar li a {
	font-size: .28rem;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 .48rem;
	display: block;
}


.navBar li.active a {
	color: var(--pm-c);
	background-color: #fff;
}

.index_sliderBox {}

.index_slider {
	width: auto;
	height: 3.8rem;
	position: relative;
}

.index_slider .slider {
	width: 100%;
	height: 100%;
}

.index_slider .slider li .thum {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.index_slider .slider li .thum span {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	height: .8rem;
	line-height: .8rem;
	padding: 0 1.66rem 0 .2rem;
	font-size: .32rem;
	color: #fff;
}

.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .3rem;
	right: .24rem;
	margin-left: 0;
}

.index_slider .slider_nav li {
	padding-left: 0;
	margin-right: 0.08rem;
}

.index_slider .slider_nav li:last-child {
	margin-right: 0;
}

.index_slider .slider_nav li a {
	background: rgba(255, 255, 255, 0.4);
	width: 0.16rem;
	height: 0.16rem;
}

.index_slider .slider_nav li.uk-active a {
	background-color: #fff;
}

.index_jrtj {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	background: linear-gradient(180deg, #F4FBFF 0%, #F0F5FF 100%);
}

.index_jrtj .top {
	margin-left: -0.4rem;
}

.index_jrtj .top .uk-width-1-4 {
	padding-left: 0.4rem;
}

.index_jrtj .top .box {
	text-align: center;
}

.index_jrtj .top .box .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .16rem;
}

.index_jrtj .top .box .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_jrtj .top .box .title a {
	color: #1a1a1a;
}

.index_jrtj .btm {
	margin-top: 0.4rem;
	margin-left: -0.2rem;
}

.index_jrtj .btm .uk-width-1-3 {
	padding-left: 0.2rem;
}

.index_jrtj .btm .uk-width-1-3.uk-grid-margin {
	margin-top: 0.2rem;
}

.index_jrtj .btm .box {}

.index_jrtj .btm .box .title {
	padding: 0 .24rem;
	height: 0.64rem;
	line-height: .64rem;
	border-radius: .12rem;
	background-color: #fff;
	font-size: .26rem;
	color: #666;
}

.index_jrtj .btm .box .title a::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
}

.index_jrtj .btm .box .title a {
	color: #666;
	display: inline-block;
	position: relative;
	padding-left: 0.32rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.index_gftj {}

.index_gftj .itemBox {}

.index_gftj .itemBox .item {}

.index_gftj .itemBox .item:first-child .top {
	display: none;
}

.index_gftj .itemBox .item:first-child .btm {
	display: block;
}

.index_gftj .itemBox .item .top {
	height: .88rem;
	line-height: .88rem;
	padding-left: .2rem;
	border-bottom: .02rem solid #ededed;
}

.index_gftj .itemBox .item .top .score {
	font-size: .3rem;
	color: var(--pm-c);
	padding-right: .22rem;
	position: relative;
	margin-right: .28rem;
}

.index_gftj .itemBox .item .top .score::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .02rem;
	height: .32rem;
	background-color: #ccc;
}

.index_gftj .itemBox .item .top .title {
	font-size: .28rem;
	color: #333;
}

.index_gftj .itemBox .item .top .title a {
	color: #333;
}

.index_gftj .itemBox .item .btm {
	display: none;
}

.index_gftj .itemBox .item .btm .score {
	position: relative;
	width: 1.16rem;
	height: 1.16rem;
	line-height: 1.16rem;
	text-align: center;
	margin-right: .3rem;
	font-size: .3rem;
	color: #fff;
	z-index: 8;
}

.index_gftj .itemBox .item .btm .score::before {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 1.16rem;
	height: 1.32rem;
	background-image: url(../images/score_bgi.png);
	z-index: -1;
}

.index_gftj .itemBox .item .btm .title {
	font-size: .3rem;
	color: var(--pm-c);
	margin-bottom: .12rem;
}

.index_gftj .itemBox .item .btm .title a {
	color: var(--pm-c);
}

.index_gftj .itemBox .item .btm .desc {
	font-size: .24rem;
	color: #999;
}

.index_gftj .itemBox .item .btm .thum {
	width: 100%;
	height: 2.6rem;
	position: relative;
}



.index_sybd {}

.index_sybd .top {
	padding: 0 .2rem .64rem;
	position: relative;
}

.index_sybd .top::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 2rem;
	background: linear-gradient(180deg, #EAEEFF 0%, rgba(234, 238, 255, 0) 100%);
}

.index_sybd .top .item {
	margin-right: .3rem;
}

.index_sybd .top .item:last-child {
	margin-right: 0;
}

.index_sybd .top .item:nth-child(1) {
	order: 2;
}

.index_sybd .top .item:nth-child(2) {
	order: 1;
}

.index_sybd .top .item:nth-child(1) .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
}

.index_sybd .top .item:nth-child(3) {
	order: 3;
}

.index_sybd .top .item .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	border: .04rem solid #fff;
	position: relative;
	margin: 0 auto .12rem;
}

.index_sybd .top .item .title {
	padding-left: .44rem;
	position: relative;
	font-size: .28rem;
	color: #1a1a1a;
	line-height: .44rem;
}

.index_sybd .top .item .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .44rem;
	height: .44rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/top1.png);
}

.index_sybd .top .item:nth-child(2) .title::before {
	background-image: url(../images/top2.png);
}

.index_sybd .top .item:nth-child(3) .title::before {
	background-image: url(../images/top3.png);
}

.index_sybd .top .item .title a {
	color: #1a1a1a;
}

.index_sybd .itemBox {}

.index_sybd .itemBox .item {
	margin-bottom: .28rem;
	padding-bottom: .26rem;
	border-bottom: .02rem solid #f2f2f2;
}

.index_sybd .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.index_sybd .itemBox .item .order {
	font-size: .28rem;
	color: #ccc;
	font-weight: bold;
	margin-right: .24rem;
}

.index_sybd .itemBox .item .thum {
	width: 1rem;
	height: 1rem;
	position: relative;
	border-radius: .24rem;
	margin-right: .24rem;
}

.index_sybd .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	margin-bottom: .2rem;
}

.index_sybd .itemBox .item .title a {
	color: #333;
}

.index_sybd .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.index_sybd .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .1rem;
	line-height: 1;
}

.index_sybd .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.index_sybd .itemBox .item .down {
	display: block;
	width: 1.28rem;
	height: .6rem;
	background: #F0F3FF;
	border-radius: .08rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
}


.index_gameType {}

.index_gameType .itemBox {
	margin-left: -0.4rem;
}

.index_gameType .itemBox .uk-width-1-4 {
	padding-left: .4rem;
}

.index_gameType .itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: .4rem;
}

.index_gameType .itemBox .item {}

.index_gameType .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	padding-top: .96rem;
	position: relative;
}

.index_gameType .itemBox .item .title::before {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	content: "";
	transform: translateX(-50%);
	width: .8rem;
	height: .8rem;
	border-radius: .2rem;
	background-repeat: no-repeat;
	background-size: .44rem;
	background-position: center;
}

.index_gameType .itemBox .item .title a {
	color: #333;
}

.index_gameType .itemBox .uk-width-1-4:nth-child(1) .title::before {
	background-color: #F0F3FF;
	background-image: url(../images/game_jsby.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(2) .title::before {
	background-color: #E2FDFF;
	background-image: url(../images/game_xxyz.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(3) .title::before {
	background-color: #E2FFEE;
	background-image: url(../images/game_fxsj.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(4) .title::before {
	background-color: #FFF2F1;
	background-image: url(../images/game_mxjm.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(5) .title::before {
	background-color: #F6F4FF;
	background-image: url(../images/game_cltf.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(6) .title::before {
	background-color: #F0F3FF;
	background-image: url(../images/game_scjs.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(7) .title::before {
	background-color: #FFF0E3;
	background-image: url(../images/game_kpyx.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(8) .title::before {
	background-color: #E2FDFF;
	background-image: url(../images/game_yyyx.png);
}


.index_jczx {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/jczxBgi.png);
	padding: .36rem 0 .72rem .24rem;
}

.index_jczx .topTitle {
	display: block;
	width: 5.2rem;
	height: .6rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/jczx_title.png);
	margin: 0 auto .52rem;
}

.index_jczx .itemBox {
	margin-left: -0.4rem;
}

.index_jczx .itemBox .uk-width-1-2 {
	padding-left: .4rem;
	width: 5.2rem;
}

.index_jczx .itemBox .item .thum {
	width: 100%;
	height: 2.4rem;
	border-radius: .12rem .12rem 0 0;
	position: relative;
}

.index_jczx .itemBox .item .btm {
	width: 100%;
	height: 1.4rem;
	padding: .16rem .3rem .24rem;
	background-color: #fff;
	border-radius: 0 0 .12rem .12rem;
	box-shadow: 0px .08rem .4rem 0px rgba(60, 86, 174, 0.4);
}

.index_jczx .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .36rem;
}

.index_jczx .itemBox .item .title a {
	color: #1a1a1a;
}

.index_jczx .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.index_jczx .itemBox .item .tagBox .tag {
	position: relative;
	padding-left: .36rem;
}

.index_jczx .itemBox .item .tagBox .tag::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_jczx .itemBox .item .tagBox .tag.author::before {
	background-image: url(../images/author.png);
}

.index_jczx .itemBox .item .tagBox .tag.time::before {
	background-image: url(../images/time.png);
}



.index_syxz .itemBox .item {
	margin-bottom: 0.36rem;
	padding-bottom: 0.34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.index_syxz .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.index_syxz .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: 0.3rem;
}

.index_syxz .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: 0.2rem;
}

.index_syxz .itemBox .item .title a {
	color: #1a1a1a;
}

.index_syxz .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.index_syxz .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .08rem;
	line-height: 1;
}

.index_syxz .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.index_syxz .itemBox .item .score {
	padding-left: 0.28rem;
	position: relative;
	color: var(--pm-c);
	margin-right: 0.16rem;
}

.index_syxz .itemBox .item .score::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score.png);
}

.index_syxz .itemBox .item .desc {
	margin-top: 0.2rem;
	font-size: .24rem;
	color: #999;
}

.index_syxz .itemBox .item .down {
	display: block;
	content: "";
	width: 1.36rem;
	line-height: .64rem;
	padding-left: 0.58rem;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
	height: .64rem;
	border-radius: .08rem;
	background-color: #F0F3FF;
}

.index_syxz .itemBox .item .down::before {
	position: absolute;
	left: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y.png);
}



.index_rmgl {}

.index_rmgl .itemBox {
	margin-left: -0.36rem;
}

.index_rmgl .itemBox .uk-width-1-2 {
	padding-left: .36rem;
}

.index_rmgl .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: .4rem;
}

.index_rmgl .itemBox .item {}

.index_rmgl .itemBox .item .thum {
	width: 100%;
	height: 2.2rem;
	position: relative;
	margin-bottom: .2rem;
}

.index_rmgl .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	position: relative;
	padding-left: .44rem;
}

.index_rmgl .itemBox .item .title::before {
	width: .36rem;
	height: .36rem;
	background: #FFEFF0;
	border-radius: .06rem;
	line-height: .32rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "热";
	font-size: .24rem;
	color: #FE5D64;
	border: .02rem solid #FE5D64;
}

.index_rmgl .itemBox .item .title a {
	color: #333;
}

.index_rmgl .top {
	text-align: center;
	padding: .38rem .8rem;
	box-shadow: 0rem 0rem .2rem 0rem rgba(0, 0, 0, 0.1);
	border-radius: .12rem;
	position: relative;
	margin-bottom: .36rem;
}

.index_rmgl .top::before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1.84rem;
	height: 1.84rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hc.png);
}

.index_rmgl .top .title {
	font-size: .36rem;
	color: #FE5D64;
	margin-bottom: .24rem;
}

.index_rmgl .top .title a {
	color: #FE5D64;
}

.index_rmgl .top .desc {
	font-size: .28rem;
	color: #999;
}

.index_rmgl .list:last-child {
	margin-top: .36rem;
	padding-top: .34rem;
	border-top: .02rem solid #f2f2f2;
}


.index_zxtj {}

.index_zxtj .itemBox {}

.index_zxtj .itemBox .item {
	position: relative;
	padding: .3rem;
	margin-bottom: 0.24rem;
	border: .02rem solid #EBEBEB;
	border-radius: .16rem;
}

.index_zxtj .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_zxtj .itemBox .item::before {
	position: absolute;
	right: .4rem;
	top: 0;
	display: block;
	content: "";
	height: .72rem;
	width: .52rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/sc.png);
	z-index: 8;
}

.index_zxtj .itemBox .item .title {
	padding-right: .88rem;
	font-size: .32rem;
	color: #333;
	margin-bottom: .32rem;
}

.index_zxtj .itemBox .item .title a {
	color: #333;
}

.index_zxtj .itemBox .item .desc {
	font-size: .28rem;
	color: #999;
	text-wrap: wrap;
	margin-right: .3rem;
	line-height: .48rem;
}

.index_zxtj .itemBox .item .thum {
	width: 1.8rem;
	height: 1rem;
	position: relative;
}

.index_zxtj .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
	margin-top: .38rem;
}

.index_zxtj .itemBox .item .tagBox .tag {
	position: relative;
	padding-left: .36rem;
}

.index_zxtj .itemBox .item .tagBox .tag::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_zxtj .itemBox .item .tagBox .tag.author::before {
	background-image: url(../images/author.png);
}

.index_zxtj .itemBox .item .tagBox .tag.time::before {
	background-image: url(../images/time.png);
}



.index_rank {}

.index_rank .itemBox {}

.index_rank .itemBox .item {
	padding: .3rem .4rem .3rem .28rem;
}

.index_rank .itemBox .item:nth-child(2n-1) {
	background-color: #F7F6FF;
}

.index_rank .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_rank .itemBox .item .order {
	font-size: .28rem;
	color: #ccc;
	font-weight: bold;
	margin-right: .2rem;
	width: .48rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
}

.index_rank .itemBox .item:nth-child(-n+3) .order {
	color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_rank .itemBox .item:nth-child(1) .order {
	background-image: url(../images/rank1.png);
}

.index_rank .itemBox .item:nth-child(2) .order {
	background-image: url(../images/rank2.png);
}

.index_rank .itemBox .item:nth-child(3) .order {
	background-image: url(../images/rank3.png);
}

.index_rank .itemBox .item .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .24rem;
}

.index_rank .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	margin-bottom: .2rem;
}

.index_rank .itemBox .item .title a {
	color: #333;
}

.index_rank .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.index_rank .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .16rem;
	line-height: 1;
}

.index_rank .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.index_rank .itemBox .item .down {
	display: block;
	width: 1.36rem;
	height: .6rem;
	border-radius: .08rem;
	line-height: .56rem;
	text-align: center;
	padding-left: .36rem;
	font-size: .28rem;
	color: #A098FF;
	border: .02rem solid #A098FF;
	position: relative;
}

.index_rank .itemBox .item .down::before {
	position: absolute;
	left: .22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y_z.png);
}




.index_friend_link {}

.index_friend_link .aBox {
	line-height: .72rem;
}

.index_friend_link .aBox li {
	display: inline-block;
	font-size: .28rem;
	color: #666;
	position: relative;
	padding: 0 .16rem;
	height: 0.5rem;
	border-radius: .08rem;
	line-height: .42rem;
	border: .02rem solid #E6E6E6;
	margin-right: 0.24rem;
}

.index_friend_link .aBox li a {
	color: #666;
}

.index_friend_link .aBox li:last-child {
	margin-right: 0;
}


.index_navBox {
	margin-bottom: .48rem;
}

.index_navBox ul {
	margin-left: -0.2rem;
}

.index_navBox li {
	padding-left: 0.2rem;
	width: 25%;
}

.index_navBox li.uk-grid-margin {
	margin-top: 0.2rem;
}

.index_navBox li a {
	display: block;
	padding: 0 .04rem;
	height: .6rem;
	line-height: .56rem;
	text-align: center;
	font-size: .24rem;
	border: .02rem solid #E2E2E2;
	color: #4d4d4d;
	border-radius: .06rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_navBox li:last-child {
	margin-right: 0;
}

.index_navBox li.active a {
	display: block;
	border-color: var(--pm-c);
	color: var(--pm-c);

}

.list_game {
	margin-top: 0.4rem;
}




.list_game_itemBox .index_navBox {
	margin-bottom: 0;
}


.list_game_itemBox .itemBox .item {
	margin-bottom: 0.36rem;
	padding-bottom: 0.34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.list_game_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.list_game_itemBox .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: 0.3rem;
}

.list_game_itemBox .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: 0.2rem;
}

.list_game_itemBox .itemBox .item .title a {
	color: #1a1a1a;
}

.list_game_itemBox .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.list_game_itemBox .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .08rem;
	line-height: 1;
}

.list_game_itemBox .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.list_game_itemBox .itemBox .item .score {
	padding-left: 0.28rem;
	position: relative;
	color: var(--pm-c);
	margin-right: 0.16rem;
}

.list_game_itemBox .itemBox .item .score::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score.png);
}

.list_game_itemBox .itemBox .item .desc {
	margin-top: 0.2rem;
	font-size: .24rem;
	color: #999;
}

.list_game_itemBox .itemBox .item .down {
	display: block;
	content: "";
	width: 1.36rem;
	line-height: .64rem;
	padding-left: 0.58rem;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
	height: .64rem;
	border-radius: .08rem;
	background-color: #F0F3FF;
}

.list_game_itemBox .itemBox .item .down::before {
	position: absolute;
	left: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y.png);
}


.btm_xgzx {}

.btm_xgzx .itemBox {
	margin-left: -0.6rem;
}

.btm_xgzx .itemBox .uk-width-1-2 {
	padding-left: .6rem;
	width: 5.4rem;
}

.btm_xgzx .itemBox .item {}

.btm_xgzx .itemBox .item .thum {
	width: 100%;
	height: 2.8rem;
	position: relative;
}

.btm_xgzx .itemBox .item .title {
	color: #1a1a1a;
	font-size: .28rem;
	margin: .2rem 0;
}

.btm_xgzx .itemBox .item .title a {
	color: #1a1a1a;
}

.btm_xgzx .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
}

.btm_xgzx .itemBox .item .time {
	font-size: .24rem;
	color: #999;
}


.other_zxlb {}

.other_zxlb .list {
	position: relative;
}

.other_zxlb .list::before {
	position: absolute;
	left: 1.16rem;
	top: 0;
	display: block;
	content: "";
	width: .02rem;
	height: 100%;
	background-color: #f1f1f1;
}

.other_zxlb .list li {
	padding-left: 0;
}

.other_zxlb .list li::before {
	left: 1.1rem;
	background-color: #fff;
	border: .02rem solid #cdcdcd;
	width: 0.14rem;
	height: 0.14rem;
}

.other_zxlb .list li .time {
	font-size: .28rem;
	color: #ccc;
	margin-right: .52rem;
}

.other_zxlb .list li .title {
	font-size: .28rem;
	color: #333;
}

.other_zxlb .list li .title a {
	color: #333;
}

.other_zxlb .list li .tag {
	font-size: .24rem;
	color: var(--pm-c);
}


.show_game {}

.show_game_title {
	padding: .4rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.show_game_title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - .98rem);
	border-radius: .2rem;
	border: .08rem solid #DFE6FF;
}

.show_game_title::after {
	position: absolute;
	right: 0;
	top: 0.98rem;
	display: block;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gftj.png);
}

.show_game_title .top {}

.show_game_title .thum {
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	margin: 0 auto .2rem;
	border-radius: .3rem;
	overflow: hidden;
}

.show_game_title h1 {
	margin-bottom: 0.32rem;
	text-align: center;
	position: relative;
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
}

.show_game .show_game_title .tagBox {
	font-size: .24rem;
	color: #808080;
	margin-left: -0.1rem;
}

.show_game .show_game_title .tagBox .uk-width-1-2 {
	padding-left: 0.1rem;
}

.show_game .show_game_title .tagBox .uk-width-1-2.uk-grid-margin {
	margin-top: 0.16rem;
}

.show_game .show_game_title .tagBox .tag {}


.show_game_title .down a.ajax-btn,
.show_game_title .down a {
	position: relative;
	display: block;
	line-height: .9rem;
	text-align: center;
	position: relative;
	font-size: .32rem;
	color: #fff;
	margin-top: 0.32rem;
	height: .9rem;
	border-radius: .16rem;
	background-color: #FF7549;
	background-repeat: no-repeat;
	background-size: cover;
}


.show_game_contentBox .detail_title {
	padding-bottom: .24rem;
	margin-bottom: .36rem;
	border-bottom: .02rem solid #ebebeb;
}

.show_game_contentBox .detail_title .title {
	padding-left: .68rem;
	position: relative;
	font-size: .4rem;
	color: #333;
	font-weight: bold;
}

.show_game_contentBox .detail_title .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .52rem;
	height: .52rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.show_game_contentBox .scoreenBox .title::before {
	background-image: url(../images/jt.png);
}

.show_game_contentBox .jj .title::before {
	background-image: url(../images/jj.png);
}

.show_game_contentBox .xx .title::before {
	background-image: url(../images/xx.png);
}

.show_game_contentBox .lb .title::before {
	background-image: url(../images/lb.png) !important;
}


.show_game_title .down a.ajax-btn::before,
.show_game_title .down a::before {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.56rem;
	content: "";
	width: 0.36rem;
	height: 0.36rem;
	z-index: 4;
	display: none;
}


.show_game_title .down a.ajax-btn.xz::before,
.show_game_title .down a.xz::before {
	background-image: url(../images/down.png);
}

.show_game_title .down a.ajax-btn.start::before,
.show_game_title .down a.start::before {
	background-image: url(../images/start.png);
}


.show_game_title .down a.ajax-btn.get::before,
.show_game_title .down a.get::before {
	background-image: url(../images/gift_btn.png);
}

.show_game .scoreenBox {
	margin-bottom: .4rem;
	padding-right: 0;
}

.show_game .scoreenBox .sliderBox {
	overflow: hidden;
}

.show_game .scoreenBox .item:last-child {
	margin-bottom: 0;
}

.show_game .scoreenBox .sliderBox .slider {
	height: 100%;
	padding-right: .4rem;
}

.show_game .scoreenBox .sliderBox .slider li {
	padding-right: .22rem;
}

.show_game .scoreenBox .sliderBox .slider li:last-child {
	padding-right: 0;
}

.show_game .scoreenBox .sliderBox .slider li .img {
	width: 2.42rem;
	border-radius: .12rem;
	position: relative;
	display: block;
	overflow: hidden;
}

.show_game_content {
	margin-bottom: .8rem;
}

.show_game_content .content {
	margin-bottom: .8rem;
}

.show_game_content p {
	font-size: .28rem;
	color: #666;
	line-height: .6rem;
	text-indent: 2em;
}

.page_content h2,
.show_game_content h2,
.page_content h3,
.show_game_content h3 {
	font-size: .32rem;
	color: var(--pm-c);
	margin-top: .4rem;
	position: relative;
	font-weight: bold;
	margin-bottom: .2rem;
	display: inline-block;
	padding: 0 .22rem;
}

.page_content h2::before,
.show_game_content h2::before,
.page_content h3::before,
.show_game_content h3::before {
	display: block;
	height: .2rem;
	width: .14rem;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/h3_before.png);
}

.page_content h2::after,
.show_game_content h2::after,
.page_content h3::after,
.show_game_content h3::after {
	display: block;
	height: .2rem;
	width: .14rem;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/h3_after.png);
}


.list_news {}

.list_news_itemBox {
	padding-top: 0.4rem;
}

.list_news_itemBox .itemBox {
	position: relative;
}


.list_news_itemBox .itemBox .item {
	position: relative;
	margin-bottom: .32rem;
	padding-bottom: .3rem;
	border-bottom: .02rem solid #f2f2f2;
}

.list_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list_news_itemBox .itemBox .item .thum {
	position: relative;
	width: 2.4rem;
	height: 1.6rem;
	margin-right: .3rem;
}

.list_news_itemBox .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .24rem;
}

.list_news_itemBox .itemBox .item .title a {
	color: #1a1a1a;
}

.list_news_itemBox .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
	margin-top: .36rem;
}

.list_news_itemBox .itemBox .item .tagBox .tag.time {
	padding-left: .36rem;
	position: relative;
}

.list_news_itemBox .itemBox .item .tagBox .tag.time::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/time.png);
}

.list_news_itemBox .itemBox .item .read {
	font-size: .24rem;
	color: var(--pm-c);
}

.list_news_itemBox .itemBox .item .desc {
	font-size: .28rem;
	color: #4d4d4d;
}






.index_sygl {}

.index_sygl .itemBox {}

.index_sygl .itemBox .item {
	margin-bottom: .36rem;
	padding-bottom: .34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.index_sygl .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.index_sygl .itemBox .item .list {}

.index_sygl .itemBox .item .list li {}

.index_sygl .itemBox .item .list li .title {
	padding-right: 0;
}

.index_sygl .itemBox .item .list li .title a {}

.index_sygl .itemBox .item .thum {
	width: 3rem;
	height: 2.4rem;
	position: relative;
	margin-left: .3rem;
}

.index_sygl .itemBox .item .thum .title {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	padding: 0 .24rem;
	font-size: .28rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}



.index_rmlb {}

.index_rmlb .itemBox {}

.index_rmlb .itemBox .item {
	margin-bottom: .4rem;
}

.index_rmlb .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_rmlb .itemBox .item:nth-child(-n+3) .top {
	display: none;
}

.index_rmlb .itemBox .item:nth-child(1) .order {
	background-color: #FA4E57;
}

.index_rmlb .itemBox .item:nth-child(2) .order {
	background-color: #FA7A53;
}

.index_rmlb .itemBox .item:nth-child(3) .order {
	background-color: #FBC258;
}

.index_rmlb .itemBox .item:nth-child(-n+3) .order {
	color: #fff;
}

.index_rmlb .itemBox .item .order {
	width: .4rem;
	height: .4rem;
	background: #F2F2F2;
	border-radius: .06rem;
	line-height: .4rem;
	text-align: center;
	margin-right: .3rem;
	font-size: .28rem;
	color: #ababab;
}

.index_rmlb .itemBox .item .top .title {
	font-size: .28rem;
	color: #333;
}

.index_rmlb .itemBox .item .top .title a {
	color: #333;
}

.index_rmlb .itemBox .item .top .num {
	font-size: .24rem;
	color: #999;
}

.index_rmlb .itemBox .item .top .num span {
	color: var(--pm-c);
}

.index_rmlb .itemBox .item .btm {
	display: none;
}

.index_rmlb .itemBox .item:nth-child(-n+3) .btm {
	display: flex;
}

.index_rmlb .itemBox .item .btm .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.index_rmlb .itemBox .item .btm .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_rmlb .itemBox .item .btm .title a {
	color: #1a1a1a;
}

.index_rmlb .itemBox .item .btm .desc {
	margin: .2rem 0;
	font-size: .24rem;
	color: #999;
}

.index_rmlb .itemBox .item .btm .num {
	font-size: .24rem;
	color: #999;
	position: relative;
	padding-left: .4rem;
}

.index_rmlb .itemBox .item .btm .num span {
	color: var(--pm-c);
}

.index_rmlb .itemBox .item .btm .num::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/idnex_gift_icon.png);
}



.show_news {}

.show_news_contentBox {
	margin-bottom: .8rem;
}

.show_news .show_news_contentBox .titleBox {
	padding-top: .6rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: .02rem solid #eee;
}

.show_news .show_news_contentBox .titleBox h1 {
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: .38rem;
	text-align: center;
}

.show_news .show_news_contentBox .titleBox .tagBox {
	font-size: .24rem;
	color: #999;
}

.show_news .show_news_contentBox .titleBox .tagBox .tag::after {
	content: "|";
	margin: 0 .1rem;
}

.show_news .show_news_contentBox .titleBox .tagBox .tag:last-child::after {
	display: none;
}

.show_news .show_news_contentBox .contentBox {}

.show_news .show_news_contentBox .contentBox p {
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .6rem;
}

.show_news .show_news_contentBox .contentBox p iframe,
.show_news .show_news_contentBox .contentBox p img {
	display: block;
	width: 6.32rem;
	max-width: 100%;
	height: auto;
	margin: .36rem auto;
	border-radius: .24rem;
}

.other_xgzx {}

.other_xgzx .itemBox {}

.other_xgzx .itemBox .item {
	margin-bottom: 0.32rem;
	padding-bottom: 0.3rem;
	border-bottom: .02rem solid #f2f2f2;
}

.other_xgzx .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.other_xgzx .itemBox .item .thum {
	width: 2.6rem;
	height: 1.66rem;
	position: relative;
	margin-right: .3rem;
}

.other_xgzx .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	margin-bottom: .24rem;
}

.other_xgzx .itemBox .item .title a {
	color: #333;
}

.other_xgzx .itemBox .item .desc {
	font-size: .24rem;
	color: #666;
	margin-bottom: .4rem;
}

.other_xgzx .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.other_xgzx .itemBox .item .tagBox .tag:first-child {
	padding-left: .36rem;
	position: relative;
}

.other_xgzx .itemBox .item .tagBox .tag:first-child::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/book.png);
}

.other_xgzx .itemBox .item .tagBox .tag::after {
	content: "·";
	font-weight: bolder;
	line-height: 1;
	margin: 0 .1rem;
}

.other_xgzx .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}




.other_xgyx {}

.other_xgyx .itemBox {
	margin-left: -.3rem;
}

.other_xgyx .itemBox .uk-width-1-2 {
	padding-left: .3rem;
	width: 5.7rem;
}

.other_xgyx .itemBox .box {
	padding: 0.3rem;
	background-color: #fafafa;
	border-radius: .2rem;
}

.other_xgyx .itemBox .item {
	margin-bottom: 0.6rem;
}

.other_xgyx .itemBox .item:last-child {
	margin-bottom: 0;
}


.other_xgyx .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.other_xgyx .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
}

.other_xgyx .itemBox .item .title a {
	color: #1a1a1a;
}

.other_xgyx .itemBox .item .type {}

.other_xgyx .itemBox .item .type span {
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	background-repeat: no-repeat;
	background-size: .24rem;
	background-position: center;
	border: .02rem solid transparent;
	margin-right: .12rem;
}

.other_xgyx .itemBox .item .type span:last-child {
	margin-right: 0;
}

.other_xgyx .itemBox .item .type span.az {
	border-color: #5AD67D;
	background-image: url(../images/az_s.png);
}

.other_xgyx .itemBox .item .type span.pg {
	background-image: url(../images/pg_s.png);
	border-color: var(--pm-c);
}

.other_xgyx .itemBox .item .size {
	font-size: .24rem;
	color: #999;
}

.other_xgyx .itemBox .item .size::before {
	content: "|";
	margin: 0 .16rem;
	line-height: 1;
}

.other_xgyx .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}



.other_jxsy {}


.other_jxsy .itemBox {
	margin-left: -0.32rem;
}

.other_jxsy .itemBox .uk-width-1-2 {
	padding-left: .32rem;
}

.other_jxsy .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: .32rem;
}

.other_jxsy .itemBox .item {
	border: .02rem solid #EBEBEB;
	border-radius: .2rem;
	padding: .3rem;
}

.other_jxsy .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .24rem;
}

.other_jxsy .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: .16rem;
}

.other_jxsy .itemBox .item .title a {
	color: #1a1a1a;
}

.other_jxsy .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.other_jxsy .itemBox .item .tagBox .tag:last-child {
	display: inline-block;
	padding: 0 .2rem;
	height: .36rem;
	line-height: .36rem;
	color: #fff;
	background: #93ABFF;
	border-radius: .08rem;
}


.other_tltj {
	position: relative;
}

.other_tltj .itemBox {
	margin-left: -0.22rem;
}

.other_tltj .itemBox .uk-width-1-3 {
	padding-left: 0.22rem;
}

.other_tltj .itemBox .item {
	text-align: center;
	padding: .3rem .4rem;
	border-radius: .2rem;
	background-color: #f7f7f7;
}

.other_tltj .itemBox .item .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .16rem;
}

.other_tltj .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: 0.12rem;
}

.other_tltj .itemBox .item .title a {
	color: #1a1a1a;
}

.other_tltj .itemBox .item .size {
	font-size: .24rem;
	color: #999;
	margin-bottom: 0.24rem;
}

.other_tltj .itemBox .item .down {
	display: block;
	margin: 0 auto;
	width: 1.2rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background: var(--pm-c);
	border-radius: .08rem;
}

.other_tltj .dotnav {
	margin-left: 0;
}

.other_tltj .dotnav li {
	padding-left: 0;
	margin-right: 0.2rem;
}

.other_tltj .dotnav li:last-child {
	margin-right: 0;
}

.other_tltj .dotnav li a {
	width: 0.16rem;
	height: 0.16rem;
	border: none;
	background-color: #E5E4E4;
}

.other_tltj .dotnav li.uk-active {}

.other_tltj .dotnav li.uk-active a {
	width: 0.36rem;
	background-color: var(--pm-c);
	border-radius: 333px;
}




.index_xydt {}

.index_xydt .itemBox {}

.index_xydt .itemBox .item {
	margin-bottom: .36rem;
	background-color: #f7f7f7;
	padding-left: .3rem;
}

.index_xydt .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_xydt .itemBox .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.index_xydt .itemBox .item .title {
	padding-left: .44rem;
	position: relative;
	margin-bottom: .28rem;
	font-size: .28rem;
	color: #333;
}

.index_xydt .itemBox .item .title a {
	color: #333;
}

.index_xydt .itemBox .item .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .36rem;
	height: .36rem;
	background: #D7FFEC;
	border-radius: .06rem;
	line-height: .32rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "新";
	font-size: .24rem;
	color: #45DE95;
	border: .02rem solid #45DE95;
}

.index_xydt .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
}

.index_xydt .itemBox .item .thum {
	margin-left: .3rem;
	width: 2.4rem;
	height: 1.56rem;
	position: relative;
}

.index_xydt .itemBox .item .thum::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .48rem;
	height: .48rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/right.png);
	z-index: 9;
}

.index_xydt .itemBox .item:nth-child(2n) {
	padding-left: 0;
	padding-right: .3rem;
}

.index_xydt .itemBox .item:nth-child(2n) .thum {
	margin-right: .3rem;
	margin-left: 0;
}

.index_xydt .itemBox .item:nth-child(2n) .thum::before {
	right: 0;
	left: auto;
	background-image: url(../images/left.png);
}


.other_zxzj {}

.other_zxzj .itemBox {
	margin-left: -0.4rem;
}

.other_zxzj .itemBox .uk-width-1-2 {
	padding-left: .4rem;
	width: 5.84rem;
}

.other_zxzj .itemBox .item {
	border-radius: .2rem;
	padding: .3rem;
	border: .02rem solid #CDD8FF;
	position: relative;
}

.other_zxzj .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	border-radius: .3rem;
	margin-right: .3rem;
}

.other_zxzj .itemBox .item .title {
	font-size: .3rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .4rem;
}

.other_zxzj .itemBox .item .title a {
	color: #333;
}

.other_zxzj .itemBox .item .num {
	font-size: .24rem;
	color: #999;
	position: relative;
	padding-left: .36rem;
}

.other_zxzj .itemBox .item .num::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/num.png);
}

.other_zxzj .itemBox .item:hover .more {
	background-color: var(--pm-c);
	color: #fff;
}

.other_zxzj .itemBox .item:hover .more::before {
	background-image: url(../images/more_curr.png);
}

.other_zxzj .itemBox .item .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 1.4rem;
	height: .72rem;
	background: #F0F3FF;
	border-radius: .2rem 0rem .2rem 0rem;
	line-height: .72rem;
	text-align: center;
	padding-right: .36rem;
	font-size: .28rem;
	color: var(--pm-c);
}

.other_zxzj .itemBox .item .more::before {
	position: absolute;
	right: .22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more.png);
}


.show_collection {}

.show_collection .show_collection_titleBox {
	padding: .4rem .24rem;
	position: relative;
	z-index: 7;
}

.show_collection .show_collection_titleBox .show_collection_title {}

.show_collection .show_collection_title {
	padding: .36rem .4rem;
	border-radius: .2rem;
	border: .08rem solid #DFE6FF;
	position: relative;
}

.show_collection .show_collection_title::before {
	position: absolute;
	right: .4rem;
	top: 1.02rem;
	display: block;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/rmzj.png);
}

.show_collection .show_collection_title .thum {
	position: relative;
	overflow: hidden;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: 0.28rem;
}

.show_collection .show_collection_title h1 {
	position: relative;
	font-size: .32rem;
	margin-bottom: 0.24rem;
	color: #1a1a1a;
	font-weight: bold;
}

.show_collection .show_collection_title .tagBox {
	font-size: .24rem;
	color: #808080;
}

.show_collection .show_collection_title .tagBox .tag {
	position: relative;
	margin-bottom: 0.16rem;
	letter-spacing: 0;
}

.show_collection .show_collection_title .tagBox .tag:last-child {
	margin-bottom: 0;
}

.show_collection .moreBox {
	margin-top: 0.26rem;
	padding-top: 0.24rem;
	border-top: .02rem solid #f2f2f2;
	font-size: .24rem;
	color: #333;
}

.show_collection .moreBox span {
	display: block;
	margin-bottom: 0.2rem;
}

.show_collection .moreBox ul {
	margin-left: -0.22rem;
}

.show_collection .moreBox ul li {
	padding-left: 0.22rem;
}

.show_collection .moreBox ul li.uk-grid-margin {
	margin-top: 0.16rem;
}


.show_collection .moreBox ul li .title {
	padding: 0 .24rem;
	font-size: .24rem;
	border: .02rem solid transparent;
	height: .56rem;
	line-height: .52rem;
	text-align: center;
	position: relative;
	border-radius: 555px;
}


.show_collection .moreBox ul li .title a {}

.show_collection .moreBox ul li:nth-child(1n) .title {
	color: #FFAE5F;
	border-color: #FFAE5F;
}

.show_collection .moreBox ul li:nth-child(2n) .title {
	color: #93D877;
	border-color: #93D877;
}

.show_collection .moreBox ul li:nth-child(3n) .title {
	color: #F38CE3;
	border-color: #F38CE3;
}

.show_collection .moreBox ul li:nth-child(4n) .title {
	color: #74ABFF;
	border-color: #74ABFF;
}

.show_collection .moreBox ul li:nth-child(1n) a {
	color: #FFAE5F;
}

.show_collection .moreBox ul li:nth-child(2n) a {
	color: #93D877;
}

.show_collection .moreBox ul li:nth-child(3n) a {
	color: #F38CE3;
}

.show_collection .moreBox ul li:nth-child(4n) a {
	color: #74ABFF;
}

.show_collection .tj_box {
	margin-top: 0.48rem;
	position: relative;
	padding: 1.04rem 0.4rem .32rem;
	border-radius: .2rem;
	box-shadow: 0px 0px .4rem 0px rgba(0, 0, 0, 0.1);
}

.show_collection .tj_box::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: 4rem;
	height: .72rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xbtj.png);
}

.show_collection .tj_box .top {
	margin-bottom: 0.22rem;
}


.show_collection .tj_box .thumBox {
	border: .02rem solid #B7C7FF;
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	border-radius: 666px;
	margin-right: 0.3rem;
}

.show_collection .tj_box .thum {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 666px;
	width: 1.2rem;
	height: 1.2rem;
}

.show_collection .tj_box .title {
	font-size: .28rem;
	color: #1a1a1a;
	font-weight: bold;
}

.show_collection .tj_box .tagBox {
	margin: .2rem 0;
	font-size: .24rem;
	color: #999;
}

.show_collection .tj_box .type {}

.show_collection .tj_box .type span {
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	background-repeat: no-repeat;
	background-size: .24rem;
	background-position: center;
	border: .02rem solid transparent;
	margin-right: .12rem;
}

.show_collection .tj_box .type span:last-child {
	margin-right: 0;
}

.show_collection .tj_box .type span.az {
	border-color: #5AD67D;
	background-image: url(../images/az_s.png);
}

.show_collection .tj_box .type span.pg {
	background-image: url(../images/pg_s.png);
	border-color: var(--pm-c);
}

.show_collection .tj_box .tagBox {
	font-size: .24rem;
	color: #999;
	margin-bottom: .22rem;
}

.show_collection .tj_box .tagBox .tag::after {
	content: "|";
	margin: 0 .12rem;
}

.show_collection .tj_box .tagBox .tag:last-child::after {
	display: none;
}

.show_collection .tj_box .desc {
	font-size: .24rem;
	color: #999;
	margin-top: .22rem;
}

.show_collection .tj_box .desc span {
	color: var(--pm-c);
}

.show_collection .tj_box .down {}

.show_collection .tj_box .down a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	width: 100%;
	font-size: .3rem;
	color: #fff;
	background: var(--pm-c);
	border-radius: .16rem;
}


.show_collection_itemBox {}

.show_collection_itemBox .itemBox {}

.show_collection_itemBox .itemBox .item {
	border-radius: .2rem;
	position: relative;
	margin-bottom: 0.36rem;
	padding-bottom: 0.34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.show_collection_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.show_collection_itemBox .itemBox .item .title {
	margin-bottom: .18rem;
	color: #1a1a1a;
	font-size: .28rem;
}

.show_collection_itemBox .itemBox .item .title a {
	color: #1a1a1a;
}

.show_collection_itemBox .itemBox .item .order {
	position: absolute;
	right: -0.24rem;
	top: .24rem;
	width: 1.36rem;
	height: .56rem;
	line-height: .56rem;
	padding-left: .24rem;
	font-size: .28rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/orderBgi.png);
}

.show_collection_itemBox .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.show_collection_itemBox .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
	margin-bottom: .2rem;
}

.show_collection_itemBox .itemBox .item .tagBox:last-child {
	margin-bottom: 0;
}

.show_collection_itemBox .itemBox .item .tagBox .tag {
	position: relative;
	padding-right: 0.1rem;
}

.show_collection_itemBox .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .1rem;
}

.show_collection_itemBox .itemBox .item .tagBox .tag:nth-child(2n)::after {
	display: none;
}

.show_collection_itemBox .itemBox .item .tagBox .type span {
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	background-repeat: no-repeat;
	background-size: .24rem;
	background-position: center;
	border: .02rem solid transparent;
	margin-right: .12rem;
}

.show_collection_itemBox .itemBox .item .tagBox .type span:last-child {
	margin-right: 0;
}

.show_collection_itemBox .itemBox .item .tagBox .type span.az {
	border-color: #5AD67D;
	background-image: url(../images/az_s.png);
}

.show_collection_itemBox .itemBox .item .tagBox .type span.pg {
	background-image: url(../images/pg_s.png);
	border-color: var(--pm-c);
}

.show_collection_itemBox .itemBox .item .down {
	display: block;
	width: 1.36rem;
	height: .64rem;
	background: #F0F3FF;
	border-radius: .08rem;
	line-height: .64rem;
	text-align: center;
	padding-left: .36rem;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
}

.show_collection_itemBox .itemBox .item .down::before {
	position: absolute;
	left: .22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y.png);
}

.show_collection_itemBox .itemBox .item .desc {
	font-size: .28rem;
	color: #666;
	margin-top: 0.24rem;
}

.show_collection_itemBox .itemBox .item .desc span {
	color: var(--pm-c);
}






.list_collection {
	background-color: #f7f7f7;
	padding-top: 0.4rem;
}


.coll_navBox {
	margin-bottom: 0.4rem;
}

.coll_navBox .aBox {}

.coll_navBox .aBox li {
	margin-right: 0.6rem;
}

.coll_navBox .aBox li:last-child {
	margin-right: 0;
}

.coll_navBox .aBox li {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .12rem;
	width: 1.68rem;
	height: .68rem;
	line-height: .64rem;
	text-align: center;
	border: .02rem solid var(--pm-c);
	border-radius: .16rem .04rem .16rem .04rem;
}

.coll_navBox .aBox li:last-child {
	margin-right: 0;
}

.coll_navBox .aBox li a {
	color: var(--pm-c);
}

.coll_navBox .aBox li.active {
	background-color: var(--pm-c);
}

.coll_navBox .aBox li.active a {
	color: #fff;
}



.list_collection_itemBox .itemBox .item {
	padding: .24rem .3rem;
	background-color: #fff;
	border-radius: .2rem;
	position: relative;
	z-index: 8;
	margin-bottom: 0.32rem;
}

.list_collection_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_collection_itemBox .itemBox .item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: .72rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zj_item_btmBgi.png);
	z-index: -1;
}

.list_collection_itemBox .itemBox .item .top {
	margin-bottom: .48rem;
}

.list_collection_itemBox .itemBox .item .top .title {
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
}

.list_collection_itemBox .itemBox .item .top .title a {
	color: #1a1a1a;
}



.list_collection_itemBox .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.list_collection_itemBox .itemBox .item .tagBox .tag {
	position: relative;
	padding-left: .36rem;
	margin-right: .4rem;
}

.list_collection_itemBox .itemBox .item .tagBox .tag:last-child {
	margin-right: 0;
}

.list_collection_itemBox .itemBox .item .tagBox .tag::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.list_collection_itemBox .itemBox .item .tagBox .tag.type::before {
	background-image: url(../images/tag.png);
}

.list_collection_itemBox .itemBox .item .tagBox .tag.num::before {
	background-image: url(../images/num.png);
}

.list_collection_itemBox .itemBox .item .tagBox .tag.time::before {
	background-image: url(../images/time.png);
}

.list_collection_itemBox .itemBox .item .top .detail {
	font-size: .24rem;
	color: #93ABFF;
	position: relative;
	padding-right: .32rem;
}

.list_collection_itemBox .itemBox .item .top .detail::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more.png);
}

.list_collection_itemBox .itemBox .item .btm {
	margin-left: -.32rem;
	margin-bottom: .44rem;
}

.list_collection_itemBox .itemBox .item .btm .uk-width-1-4 {
	padding-left: .32rem;
}

.list_collection_itemBox .itemBox .item .btm .box {}

.list_collection_itemBox .itemBox .item .btm .box .thum {
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	border-radius: .3rem;
	margin: 0 auto .16rem;
}

.list_collection_itemBox .itemBox .item .btm .box .title {
	font-size: .28rem;
	color: #333;
	text-align: center;
}

.list_collection_itemBox .itemBox .item .btm .box .title a {
	color: #333;
}



.list_game_package {
	margin-top: 0.4rem;
}


.list_game_package_itemBox {}

.list_game_package_itemBox .itemBox {}

.list_game_package_itemBox .itemBox .item {
	margin-bottom: 0.36rem;
	padding-bottom: 0.34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.list_game_package_itemBox .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.list_game_package_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list_game_package_itemBox .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
	position: relative;
	padding-left: 0.42rem;
}

.list_game_package_itemBox .itemBox .item .title a {
	color: #1a1a1a;
}

.list_game_package_itemBox .itemBox .item .desc {
	font-size: .24rem;
	color: #4d4d4d;
	position: relative;
}

.list_game_package_itemBox .itemBox .item .time {
	font-size: .24rem;
	color: #999;
	margin-bottom: .2rem;
}

.list_game_package_itemBox .itemBox .item .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .36rem;
	height: .36rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/idnex_gift_icon.png);
}

.list_game_package_itemBox .itemBox .item .get {
	display: block;
	width: 1.36rem;
	height: .64rem;
	border-radius: .08rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	background-color: #F0F3FF;
}


.show_game_package {}

.show_game_package_title {
	padding: .4rem .24rem;
	border: none;
}

.show_game_package_title::before {
	display: none;
}

.show_game_package_title::after {
	display: none;
}

.show_game_package_title .thum {
	margin-right: 0.3rem;
	margin-bottom: 0;
}

.show_game_package_title h1 {
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 0.18rem;
	text-align-last: left;
}

.show_game_package .show_game_title .tagBox {
	font-size: .24rem;
	color: #808080;
	letter-spacing: 0;
	margin-bottom: 0.16rem;
}

.show_game_package .show_game_title .num {
	font-size: .24rem;
	color: #808080;
}

.show_game_package .show_game_title .num span {
	color: var(--pm-c);
}

.show_game_package_title .down {}

.show_game_package_title .down a.ajax-btn {
	display: block;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	padding-left: 0;
	border-radius: .16rem;
	background-color: var(--pm-c);
	font-size: .32rem;
	color: #fff;
}

.show_game_package_title .down a.ajax-btn::before {
	display: none;
}

.show_game_package_title .down a.ajax-btn:first-child {
	background-color: #FF7549;
}


.show_game_package .detail_title {
	padding-bottom: .24rem;
	margin-bottom: .36rem;
	border-bottom: .02rem solid #ebebeb;
}

.show_game_package .detail_title .title {
	padding-left: .68rem;
	position: relative;
	font-size: .4rem;
	color: #333;
	font-weight: bold;
}

.show_game_package .detail_title .title::before {
	background-image: url(../images/jj.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .52rem;
	height: .52rem;
	background-repeat: no-repeat;
	background-size: cover;
}


.progress {
	display: block;
	width: 2rem;
	height: .16rem;
	background-color: #ECECEC;
	margin-bottom: 0 !important;
	margin-right: .08rem;
	margin-left: 0.12rem;
	border-radius: 444px;
}

::-webkit-progress-value {
	background: #FFB038;
	border-radius: 666px;
}

::-webkit-progress-bar {
	background: #ECECEC;
	border-radius: 444px;
	padding: .02rem;
}


.other_tjzx {}

.other_tjzx .itemBox {}

.other_tjzx .itemBox .item {
	margin-bottom: 0.32rem;
	padding-bottom: 0.3rem;
	border-bottom: .02rem solid #f2f2f2;
}

.other_tjzx .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.other_tjzx .itemBox .item .thum {
	width: 2.6rem;
	height: 1.6rem;
	position: relative;
	margin-right: .3rem;
}

.other_tjzx .itemBox .item .title {
	margin-bottom: .2rem;
	color: #1a1a1a;
	font-size: .28rem;
}

.other_tjzx .itemBox .item .title a {
	color: #1a1a1a;
}

.other_tjzx .itemBox .item .desc {
	font-size: .24rem;
	color: #666;
	margin-bottom: .36rem;
}

.other_tjzx .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}

.other_tjzx .itemBox .item .tagBox .tag:last-child {
	display: inline-block;
	margin-left: .24rem;
	padding: 0 .12rem 0 .48rem;
	height: .36rem;
	background: #F7F7F7;
	border-radius: .04rem;
	line-height: .36rem;
	color: #00CE84;
	position: relative;
}

.other_tjzx .itemBox .item .tagBox .tag:last-child::before {
	position: absolute;
	left: .12rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/people.png);
}


.index_jxlb {}

.index_jxlb .itemBox {
	margin-bottom: .36rem;
	padding-bottom: .34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.index_jxlb .itemBox .item {
	margin-bottom: .36rem;
	padding-bottom: .34rem;
	border-bottom: .02rem solid #f2f2f2;
}

.index_jxlb .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.index_jxlb .itemBox .item .thum {
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	border-radius: .36rem;
	margin-right: .3rem;
}

.index_jxlb .itemBox .item .title {
	margin-bottom: .36rem;
	color: #333;
	font-size: .28rem;
}

.index_jxlb .itemBox .item .title a {
	color: #333;
}

.index_jxlb .itemBox .item .time {
	margin-bottom: .24rem;
	font-size: .24rem;
	color: #999;
}

.index_jxlb .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
}

.index_jxlb .itemBox .item .gift {
	margin-left: .2rem;
	display: block;
	width: .88rem;
	height: .88rem;
	border-radius: 2rem;
	border: .02rem solid #CBCAFF;
	background-repeat: no-repeat;
	background-size: .56rem;
	background-position: center;
	background-image: url(../images/gift.png);
}


.index_jxlb .list {}

.index_jxlb .list li {}

.index_jxlb .list li .title {
	color: #1a1a1a;
}

.index_jxlb .list li .title a {
	color: #1a1a1a;
}

.index_jxlb .list li::before {
	width: .32rem;
	height: .32rem;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../images/gift_icon.png);
}


.other_zrlb .list li .title {
	color: #1a1a1a;
}

.other_zrlb .list li .title a {
	color: #1a1a1a;
}

.other_zrlb .list li .tag {
	font-size: .24rem;
	color: #999;
}


.list_rank {}

.list_rank .index_navBox {}

.list_rank_news .index_navBox,
.show_rank_news .index_navBox,
.list_rank .index_navBox {
	margin-bottom: 0;
}

.list_rank_news .index_navBox ul,
.show_rank_news .index_navBox ul,
.list_rank .index_navBox ul {
	margin-left: -0.22rem;
}

.list_rank_news .index_navBox ul li,
.show_rank_news .index_navBox ul li,
.list_rank .index_navBox ul li {
	padding-left: 0.22rem;
	width: 50%;
}

.list_rank_news .index_navBox ul li.uk-grid-margin,
.show_rank_news .index_navBox ul li.uk-grid-margin,
.list_rank .index_navBox ul li.uk-grid-margin {
	margin-top: 0.22rem;
}

.list_rank_news .index_navBox ul li a,
.show_rank_news .index_navBox ul li a,
.list_rank .index_navBox ul li a {
	height: 0.76rem;
	line-height: .72rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	border-radius: .16rem .04rem .16rem .04rem;
}

.list_rank_news .index_navBox ul li.active a,
.show_rank_news .index_navBox ul li.active a,
.list_rank .index_navBox ul li.active a {
	background-color: var(--pm-c);
	color: #fff;
}

.list_rank_banner {
	overflow: hidden;
	display: block;
	height: 1.6rem;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/rank_bgi.png);
}

.list_rank_itemBox {}

.list_rank_itemBox .itemBox {}


.list_rank_itemBox .itemBox .item {
	position: relative;
	margin-bottom: .34rem;
	padding-bottom: .36rem;
	border-bottom: .02rem solid #f2f2f2;
}

.list_rank_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list_rank_itemBox .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}


.list_rank_itemBox .itemBox .item .title {
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
}

.list_rank_itemBox .itemBox .item .title a {
	color: #333;
}

.list_rank_itemBox .itemBox .item .order {
	display: block;
	width: .52rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	font-size: .36rem;
	color: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: .2rem;
	font-weight: bold;
	font-style: italic;
}

.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order {
	color: transparent;
}

.list_rank_itemBox .itemBox .item:nth-child(1) .order {
	background-image: url(../images/rank1.png);
}

.list_rank_itemBox .itemBox .item:nth-child(2) .order {
	background-image: url(../images/rank2.png);
}

.list_rank_itemBox .itemBox .item:nth-child(3) .order {
	background-image: url(../images/rank3.png);
}

.list_rank_itemBox .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
}


.list_rank_itemBox .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .06rem;
}

.list_rank_itemBox .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}


.list_rank_itemBox .itemBox .item .text {
	font-size: .24rem;
	color: #999;
	margin-top: 0.2rem;
}

.list_rank_itemBox .itemBox .item .text span {
	color: var(--pm-c);
}

.list_rank_itemBox .itemBox .item .down {
	display: block;
	margin-left: .4rem;
	width: 1.36rem;
	height: .64rem;
	border-radius: .08rem;
	line-height: .64rem;
	text-align: center;
	padding-left: .44rem;
	position: relative;
	font-size: .28rem;
	background: #F0F3FF;
	color: var(--pm-c);
}

.list_rank_itemBox .itemBox .item .down::before {
	position: absolute;
	left: .22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y.png);
}


.list_rank_news {
	background-color: #f7f7f7;
}

.list_rank_news_itemBox {}

.list_rank_news_itemBox .itemBox {}

.list_rank_news_itemBox .itemBox .item {
	margin-bottom: 0.48rem;
}

.list_rank_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_rank_news_itemBox .itemBox .item .top {
	margin-bottom: .2rem;
}

.list_rank_news_itemBox .itemBox .item .top .title {
	font-size: .32rem;
	padding-left: .48rem;
	color: #1a1a1a;
	font-weight: bold;
	position: relative;
}

.list_rank_news_itemBox .itemBox .item .top .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .4rem;
	height: .4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/rank_title_before.png);
}

.list_rank_news_itemBox .itemBox .item .top .time {
	font-size: .24rem;
	color: #999;
}

.list_rank_news_itemBox .itemBox .item .btm {
	padding: .36rem .3rem;
	background-color: #fff;
	border-radius: .08rem;
}

.list_rank_news_itemBox .itemBox .item .thumBox {
	margin-left: -0.54rem;
}

.list_rank_news_itemBox .itemBox .item .thumBox .uk-width-1-4 {
	padding-left: .54rem;
}

.list_rank_news_itemBox .itemBox .item .thumBox .box {
	text-align: center;
	position: relative;
}

.list_rank_news_itemBox .itemBox .item .thumBox .box:last-child {
	margin-right: 0;
}

.list_rank_news_itemBox .itemBox .item .thumBox .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto;
}

.list_rank_news_itemBox .itemBox .item .box .down {
	display: block;
	width: 1.2rem;
	height: .6rem;
	border-radius: .08rem;
	line-height: .56rem;
	text-align: center;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
	margin: 0 auto;
	background-color: #F0F3FF;
}


.list_rank_news_itemBox .itemBox .item .box .title {
	font-size: .28rem;
	color: #1a1a1a;
	text-align: center;
	margin: .16rem 0;
}

.list_rank_news_itemBox .itemBox .item .box .title a {
	color: #1a1a1a;
}

.show_rank {}

.show_rank_topTitle {
	text-align: center;
	margin-top: 0.24rem;
	padding: .28rem .4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/show_rank_topTitleBgi.png);
}

.show_rank_topTitle .title {
	position: relative;
	padding-left: 0.48rem;
	font-size: .32rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.2rem;
	display: inline-block;
}

.show_rank_topTitle .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/show_rank_title_before.png);
}

.show_rank_topTitle .time {
	font-size: .24rem;
	color: #fff;
}

.show_rank .titleBox {
	margin-bottom: 0.4rem;
}

.show_rank .titleBox .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.12rem;
	text-align: center;
}

.show_rank .titleBox .time {
	font-size: .28rem;
	color: #999;
	text-align: center;
}

.show_rank .titleBox .time span {
	display: inline-block;
	position: relative;
	padding: 0 2.3rem;
}

.show_rank .titleBox .time span::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 2.28rem;
	height: 0px;
	border-top: .02rem solid;
	border-image: linear-gradient(90deg, rgba(238, 238, 238, 0), rgba(217, 217, 217, 1)) 2 2;
}

.show_rank .titleBox .time span::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 2.28rem;
	height: 0px;
	border-top: .02rem solid;
	border-image: linear-gradient(90deg, rgba(217, 217, 217, 1), rgba(238, 238, 238, 0)) 2 2;
}


.other_rmph {}

.other_rmph ul {
	position: relative;
}

.other_rmph ul::before {
	position: absolute;
	left: .06rem;
	top: 0;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #f2f2f2;
}

.other_rmph ul li {}

.other_rmph ul li::before {
	background-color: #fff;
	border: .02rem solid #d5d5d5;
	width: 0.14rem;
	height: 0.14rem;
}

.other_rmph ul li .title {}

.other_rmph ul li .title a {}

.other_rmph ul li .num {
	font-size: .24rem;
	color: #999;
}



.other_rmzx {}

.other_rmzx .itemBox {}

.other_rmzx .itemBox .item {}

.other_rmzx .itemBox .item:first-child .top {
	display: none;
}

.other_rmzx .itemBox .item .top {
	height: .88rem;
	line-height: .88rem;
	border-bottom: .02rem solid #EDEDED;
}

.other_rmzx .itemBox .item .top .title {
	padding-left: .4rem;
	position: relative;
	font-size: .28rem;
	color: #333;
}

.other_rmzx .itemBox .item .top .title a {
	color: #333;
}

.other_rmzx .itemBox .item .top .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .24rem;
	height: .24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more_r.png);
}

.other_rmzx .itemBox .item .top .time {
	font-size: .24rem;
	color: #999;
}

.other_rmzx .itemBox .item .btm {
	display: none;
}

.other_rmzx .itemBox .item:first-child .btm {
	display: block;
}

.other_rmzx .itemBox .item .btm .tag {
	width: .5rem;
	height: 1.2rem;
	background: var(--pm-c);
	line-height: .48rem;
	text-align: center;
	writing-mode: vertical-rl;
	font-size: .3rem;
	color: #fff;
	margin-right: .28rem;
	letter-spacing: .04rem;
}

.other_rmzx .itemBox .item .btm .title {
	font-size: .3rem;
	color: var(--pm-c);
	margin-bottom: .12rem;
}

.other_rmzx .itemBox .item .btm .title a {
	color: var(--pm-c);
}

.other_rmzx .itemBox .item .btm .desc {
	font-size: .24rem;
	color: #999;
}

.other_rmzx .itemBox .item .btm .thum {
	width: 100%;
	height: 2.6rem;
	position: relative;
}

.other_rmzx .itemBox .item .btm .thum::before {
	position: absolute;
	left: .86rem;
	top: 0;
	display: block;
	content: "";
	width: .24rem;
	height: .24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xjt.png);
	z-index: 9;
}

.other_zxzx {}

.other_zxzx .topThum {
	display: block;
	width: 100%;
	height: 3rem;
	position: relative;
	overflow: hidden;
	margin-bottom: .32rem;
}

.other_zxzx .topThum span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	padding: 0 .24rem;
	background: rgba(0, 0, 0, 0.6);
	font-size: .28rem;
	color: #fff;
}

.other_zxzx .list {
	position: relative;
}

.other_zxzx .list::before {
	position: absolute;
	left: 1.16rem;
	top: 0;
	display: block;
	content: "";
	width: .02rem;
	height: 100%;
	background-color: #f1f1f1;
}

.other_zxzx .list li {
	padding-left: 0;
}

.other_zxzx .list li::before {
	left: 1.1rem;
	background-color: #fff;
	border: .02rem solid #cdcdcd;
	width: 0.14rem;
	height: 0.14rem;
}

.other_zxzx .list li .time {
	margin-right: .52rem;
	font-size: .28rem;
	color: #ccc;
}

.other_zxzx .list li .title {
	padding-right: 0;
}

.other_zxzx .list li .title a {
	display: block;
	padding-right: .28rem;
}

.other_zxzx .list li .title a::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .24rem;
	height: .24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xjt.png);
}

.index_cyzx {}

.index_cyzx .top {
	margin-bottom: .36rem;
}

.index_cyzx .top .thum {
	width: 2.6rem;
	height: 1.64rem;
	position: relative;
	margin-right: .3rem;
}

.index_cyzx .top .title {
	margin-bottom: .22rem;
	color: #1a1a1a;
	font-size: .28rem;
}

.index_cyzx .top .title a {
	color: #1a1a1a;
}

.index_cyzx .top .desc {
	text-wrap: wrap;
	font-size: .24rem;
	color: #999;
	line-height: .44rem;
}

.index_cyzx .list {
	position: relative;
}

.index_cyzx .list::before {
	position: absolute;
	left: .06rem;
	top: 0;
	background-color: #f1f1f1;
	width: .02rem;
	height: 100%;
	display: block;
	content: "";
}

.index_cyzx .list li {}

.index_cyzx .list li::before {
	width: .14rem;
	height: .14rem;
	background-color: #fff;
	border: .02rem solid #cdcdcd;
}


.index_gameType {}

.index_gameType .itemBox {
	margin-left: -0.64rem;
}

.index_gameType .itemBox .uk-width-1-4 {
	padding-left: .64rem;
}

.index_gameType .itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: .48rem;
}

.index_gameType .itemBox .item {
	text-align: center;
}

.index_gameType .itemBox .item .thum {
	position: relative;
	width: .68rem;
	height: .68rem;
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(1) .item .thum {
	background-image: url(../images/jsby.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(2) .item .thum {
	background-image: url(../images/index_dzgd.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(3) .item .thum {
	background-image: url(../images/index_xxyz.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(4) .item .thum {
	background-image: url(../images/index_fxsj.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(5) .item .thum {
	background-image: url(../images/index_mxjm.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(6) .item .thum {
	background-image: url(../images/index_cltf.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(7) .item .thum {
	background-image: url(../images/index_scjs.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(8) .item .thum {
	background-image: url(../images/index_kpyx.png);
}

.index_gameType .itemBox .item .title {
	color: #777;
	font-size: .28rem;
	margin-top: .12rem;
}

.index_gameType .itemBox .item .title a {
	color: #777;
}

.other_gftj {}

.other_gftj .itemBox {
	margin-left: -1rem;
}

.other_gftj .itemBox .uk-width-1-3 {
	padding-left: 1rem;
}

.other_gftj .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: .44rem;
}

.other_gftj .itemBox .item {
	text-align: center;
}

.other_gftj .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	border-radius: .3rem;
	margin: 0 auto;
}

.other_gftj .itemBox .item .title {
	margin-top: .2rem;
	color: #1a1a1a;
	font-size: .28rem;
}

.other_gftj .itemBox .item .title a {
	color: #1a1a1a;
}


.other_zxsy {}


.other_zxsy .itemBox {
	position: relative;
}

.other_zxsy .itemBox::before {
	position: absolute;
	left: .14rem;
	top: 0;
	content: "";
	display: block;
	width: .02rem;
	height: 100%;
	background-color: #ebebeb;
	border-radius: .02rem;
}

.other_zxsy .itemBox .item {
	padding-left: .48rem;
	margin-bottom: .4rem;
}

.other_zxsy .itemBox .item:last-child {
	margin-bottom: 0;
}

.other_zxsy .itemBox .item .time {
	font-size: .24rem;
	color: var(--pm-c);
	position: relative;
	margin-bottom: .2rem;
}

.other_zxsy .itemBox .item .time::before {
	position: absolute;
	left: -0.48rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/time.png);
}


.other_zxsy .itemBox .item .thum {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.other_zxsy .itemBox .item .title {
	font-size: .3rem;
	color: #333;
}

.other_zxsy .itemBox .item .title a {
	color: #333;
}

.other_zxsy .itemBox .item .desc {
	font-size: .24rem;
	color: #666;
}

.other_zxsy .itemBox .item .tagBox {
	font-size: .24rem;
	color: #999;
	margin: .18rem 0;
}

.other_zxsy .itemBox .item .tagBox .tag::after {
	content: "|";
	color: #ccc;
	line-height: 1;
	margin: 0 .1rem;
}

.other_zxsy .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.other_zxsy .itemBox .item .score {
	color: var(--pm-c);
	margin-right: .16rem;
	padding-left: .28rem;
	position: relative;
	line-height: .32rem;
}

.other_zxsy .itemBox .item .score::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .24rem;
	height: .24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score.png);
}



/* 搜索结果 */
.page_search {}

.page_search_itemBox {
	margin-top: .4rem;
}

.page_nav {
	margin-bottom: .2rem;
}

.page_nav a {
	display: inline-block;
	width: auto;
	margin-right: 0.12rem;
	height: .56rem;
	border-radius: 999px;
	line-height: .56rem;
	text-align: center;
	padding: 0 .2rem;
	font-size: .28rem;
	color: #666;
	margin-bottom: .24rem;
	background-color: #fafafa;
}

.boder_content.page_nav a {
	background-color: transparent;
	border: .02rem solid #efefef;
	line-height: .52rem;
}

.page_search .content {
	padding: .4rem .28rem;
	background: linear-gradient(180deg, #E5E0FF 100%, rgba(229, 224, 255, .4));
	border-radius: .32rem;
}

.page_search .content .more_nav {
	margin-bottom: .34rem;
}

.page_search .content .more_nav a {
	font-size: .32rem;
	color: #9A92C0;
	font-weight: bold;
	display: inline-block;
	margin-right: .28rem;
}

.page_search .content .more_nav a.active::before {
	left: auto;
}

.page_search .content .more_nav a.active {
	font-size: .4rem;
	color: var(--pm-c);
}

.page_search {
	margin-bottom: .8rem;
}

.page_search .content .index_rmxz {
	background-color: #fff;
	padding: .28rem;
	border-radius: .28rem;
}

.page_search .content .index_rmxz .itemBox .item .thum {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
}

.page_search .content .index_rmxz .itemBox .item .score {
	margin: .06rem 0;
	font-size: .28rem;
	color: #FF9C54;
	font-weight: bold;
	position: relative;
	padding-left: 0.4rem;
}

.page_search .content .index_rmxz .itemBox .item .score::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	width: .27rem;
	height: .25rem;
	background-image: url(../images/star_curr.png);
}

.page_search .content .index_rmxz .itemBox .item .title {
	margin-bottom: 0;
}

.page_search .content .index_rmxz .itemBox .item .tagBox {
	font-size: .24rem;
	color: #aaa;
}

.page_search .content .index_rmxz .itemBox .item .tagBox .tag::after {
	content: "|";
	margin: 0 .08rem;
}

.page_search .content .index_rmxz .itemBox .item .tagBox .tag:last-child::after {
	display: none;
}

.page_search .content .index_rmxz .itemBox .item .down {
	background-color: var(--pm-c);
	color: #fff;
}

/* 搜索结果页面 */
.search_result {}

.search_result .result {
	margin-top: .4rem;
	margin-bottom: .34rem;
}

.search_result .result .title {
	font-size: .32rem;
	color: #4d4d4d;
}

.search_result .result .title span {
	color: var(--pm-c);
}

/* 404/500页面 */
.error {
	padding: 1rem 0;
}

.error .img {
	width: 50%;
	height: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.error.err .img {
	width: 3.84rem;
	height: 3.84rem;
}

.error .text {
	font-size: .28rem;
	color: #999;
	text-align: center;
	margin: .2rem 0;
}

.error .goHome {
	display: block;
	font-size: .28rem;
	color: var(--pm-c);
	text-decoration: underline;
	text-align: center;
}

/* 关于我们页面 */

.page_sitemap {}

.page {}

.page .index_navBox,
.page_sitemap .index_navBox {
	background: #FAFAFA;
	padding: .3rem .24rem;
	margin-bottom: 0.36rem;
}

.page .index_navBox li,
.page_sitemap .index_navBox li {
	background-color: transparent;
	border-color: transparent;
}

.page .index_navBox li a,
.page_sitemap .index_navBox li a {
	font-size: .26rem;
	color: #4d4d4d;
	background-color: transparent;
	border-color: transparent;
}

.page .index_navBox li.active a,
.page_sitemap .index_navBox li.active a {
	border-color: var(--pm-c);
	color: var(--pm-c);
	border-radius: .16rem .04rem .16rem .04rem;
}

.page_sitemap .page_navBox,
.page .page_navBox {
	margin-top: .4rem;
}

.page_sitemap .page_content,
.page .page_content {
	margin-bottom: .26rem;
	letter-spacing: 0;
}

.page_content h2,
.page_content h3 {
	color: #1a1a1a;
	padding: 0;
	display: block;
}

.page_content h2::before,
.page_content h3::before {
	display: none;
}

.page_content h2::after,
.page_content h3::after {
	display: none;
}

.page .page_content p {
	font-size: .28rem;
	color: #666;
	line-height: .6rem;
	text-indent: 2em;
}

.page_sitemap .page_content .content {
	margin-left: -0.2rem;
}

.page_sitemap .page_content .content .uk-width-1-4 {
	padding-left: 0.2rem;
}

.page_sitemap .page_content .content .uk-width-1-4.uk-grid-margin {
	margin-top: 0.2rem;
}

.page_sitemap .page_content .content .title {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: #4d4d4d;
	background: #F5F5F5;
	border-radius: .06rem;
}

.page_sitemap .page_content .content .title a {
	color: #4d4d4d;
}

.page_sitemap .page_content .item {
	margin-bottom: .44rem;
}

/* 
.page_sitemap .page_content .content a {
	display: inline-block;
	font-size: .28rem;
	color: #666;
	padding: 0 .2rem;
	height: 0.56rem;
	line-height: .56rem;
	background-color: #fafafa;
	text-align: center;
	margin-right: .12rem;
	margin-bottom: 0.2rem;
} */

/* 搜索结果 */
.page_search {}

.page_search .page_search_content {
	padding-top: .54rem;
	padding-bottom: .3rem;
	font-size: .26rem;
	color: var(--pm-c);
}


/* 开服表 */
.kaifu {}

.kaifu .itemBox .item .txtBox .title {
	position: relative;
	color: #1a1a1a;
	width: auto;
	display: inline-block;
}

.kaifu .itemBox .item .txtBox .title a {
	font-size: .28rem;
	color: #1a1a1a;
}

.kaifu .itemBox .item .txtBox .tagBox .new {
	margin-top: .12rem;
}

.kaifu .itemBox .item .txtBox .titleBox .tag {
	margin-left: 0.12rem;
}

.kaifu .itemBox .item .txtBox .titleBox {
	position: relative;
}

.kaifu .itemBox .item .txtBox .titleBox span {
	position: relative;
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	background-repeat: no-repeat;
	background-size: .24rem;
	background-position: center;
	border: .02rem solid var(--pm-c);
	border-radius: .06rem;
}


.kaifu .itemBox .item .txtBox .titleBox .pg {
	background-image: url(../images/pg_s.png);
}

.kaifu .itemBox .item .txtBox .titleBox .az {
	background-image: url(../images/az_s.png);
	margin-right: 0.1rem;
	border-color: #5AD67D;
}

.kaifu .selectBox {
	margin-left: -.2rem;
	margin-bottom: .42rem;
	height: 1rem;
	background-color: #f7f7f7;
	line-height: 1rem;
}

.kaifu .selectBox li {
	padding-left: .2rem;
}

.kaifu .selectBox .btn {
	width: 2.16rem;
	padding-right: .3rem;
	position: relative;
	border: none;
	display: inline-block;
	font-size: .28rem;
	color: #777;
	background-color: transparent;
	box-sizing: border-box;
	text-align: center;
}

.kaifu .selectBox .btn::after {
	position: absolute;
	display: block;
	content: "";
	width: .4rem;
	height: .4rem;
	background-image: url(../images/drop.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: .2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.kaifu .selectBox li a {
	font-size: .24rem;
}

.kaifu .kaifu_itemBox .itemBox {
	position: relative;
}


.kaifu .kaifu_itemBox .item {
	position: relative;
	margin-bottom: 0.32rem;
	padding-bottom: 0.3rem;
	border-bottom: .02rem solid #f2f2f2;
}


.kaifu .kaifu_itemBox .item .titleBox {
	margin-bottom: .12rem;
}

.kaifu .kaifu_itemBox .item .name {
	font-size: .24rem;
	color: #999;
}

.kaifu .kaifu_itemBox .item .startTime {
	font-size: .24rem;
	color: #999;
	margin-bottom: 0.12rem;
}

.kaifu .kaifu_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.kaifu_itemBox .itemBox .item .thum {
	position: relative;
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.kaifu_itemBox .itemBox .item .txtBox {}

.kaifu_itemBox .itemBox .item .txtBox .titleBox .title {
	font-size: .28rem;
	color: #1a1a1a;

}

.kaifu_itemBox .itemBox .item .down {
	display: block;
	content: "";
	width: 1.36rem;
	line-height: .64rem;
	padding-left: 0.58rem;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
	height: .64rem;
	border-radius: .08rem;
	background-color: #F0F3FF;
}

.kaifu_itemBox .itemBox .item .down::before {
	position: absolute;
	left: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_y.png);
}