:root {
	--pm-c: #3985F6;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	margin: 20px 0
}

#app_info li {
	display: inline-block;
	width: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a,
a:hover {
	text-decoration: none;
}


ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}


/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
	border-radius: .1rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: .12rem;
}

/*溢出*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.wrapper {
	width: 100%;
	background: #F7F7F7;
	/* padding-left: .3rem !important;
	padding-right: .3rem !important; */
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.thum {
	display: block;
	overflow: hidden;
}

a.title {
	display: block;
}

.bgc-fff {
	background-color: #fff;
}

/* 评分图标 */
.star {
	height: 0.22rem;
	width: 1.15rem;
	background: url('../images/star.png') repeat-x center/0.23rem;
	display: inline-block;
	margin: .1rem 0;
}

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

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

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

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

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

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

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

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	background: #fff;
	border-radius: .04rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #999;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination li:last-child {
	display: inline-block;
}


.none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}

.p-32-30 {
	padding: 0 .3rem 0 .32rem;
}

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

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

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

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

.list li {
	padding-left: .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: var(--pm-c);
	border-radius: 50%;
}

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

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

.public_title {
	width: 100%;
	margin-bottom: .4rem;
	height: .68rem;
	background-color: #f5f5f5;
	padding: 0 .22rem;
}

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

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

.public_title .more {
	position: relative;
	padding-right: .32rem;
	font-size: .28rem;
	color: #aaa;
}

.public_title .more::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/public_more.png);
}

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

.footer .title {
	color: #ccc;
}

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

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

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

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

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

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

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

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

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

.logo {
	display: block;
	width: 1.744rem;
	height: 0.64rem;
	position: relative;
	overflow: hidden;
}

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

.navBar {
	box-sizing: content-box;
	white-space: nowrap;
	height: .8rem;
	overflow-x: scroll;
}

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

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

.header .navBar a.active {
	font-weight: bold;
	color: var(--pm-c);
	font-size: .36rem;
}

.header .navBar a.active::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: .2rem;
	height: .06rem;
	background-color: var(--pm-c);
}


.index_slider {
	width: 100%;
	height: 4rem;
	position: relative;
}

.index_slider .slider {
	width: 100%;
	height: 100%;
}

.index_slider .slider li .thum {
	width: 100%;
	height: 4rem;
	overflow: hidden;
	position: relative;
}

.index_slider .slider li .thum span {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(51, 51, 51, 0.6);
	height: 1.08rem;
	padding-top: 0.16rem;
	font-size: .32rem;
	color: #fff;
}

.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .2rem;
	left: 50%;
	transform: translateX(-50%);
}

.index_slider .slider_nav li a {
	background: rgba(255, 255, 255, 0.5);
	width: 0.2rem;
	height: 0.06rem;
	border-radius: .16rem;
}

.index_slider .slider_nav li.uk-active a {
	background-color: var(--pm-c);
	width: 0.36rem;
}

.index_newsBox {}

.index_newsBox .titleBox {
	margin-bottom: .46rem;
}

.index_newsBox .titleBox .title {
	font-size: .32rem;
	font-weight: bold;
	color: var(--pm-c);
	text-align: center;
	margin-bottom: .16rem;
	line-height: .58rem;
}

.index_newsBox .titleBox .text {
	display: block;
	text-align: center;
	font-size: .28rem;
	color: #999;
	line-height: .4rem;

}

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

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

.index_newsBox .list li .tag {
	width: .72rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .24rem;
	color: #999;
	margin-right: .2rem;
	background: #F5F5F5;
	border-radius: .08rem;
}

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




.index_yxcp {}

.index_yxcp .itemBox {
	margin-bottom: .4rem;
	padding-bottom: .44rem;
	border-bottom: .02rem solid #f5f5f5;
}

.index_yxcp .itemBox .item {
	margin-bottom: .4rem;
}

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

.index_yxcp .itemBox .item .thum {
	width: 2.12rem;
	height: 1.4rem;
	border-radius: .12rem;
	position: relative;
	margin-right: .2rem;
}

.index_yxcp .itemBox .item .txtBox {}

.index_yxcp .itemBox .item .txtBox .title {
	font-size: .28rem;
	color: #333;
	margin-bottom: .34rem;
	line-height: .52rem;
}

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


.index_yxcp .list {}

.index_yxcp .list li {
	margin-bottom: .22rem;
}

.index_yxcp .list li::before {
	border-radius: 0;
	background-color: transparent;
	width: .24rem;
	height: .24rem;
	background-image: url(../images/li_befor.png);
}

.index_yxcp .textBox {
	height: 1.52rem;
	background-color: #f5f5f5;
	padding: .26rem .2rem;
	border-radius: .12rem;
}

.index_yxcp .textBox .name {
	width: 33%;
	text-align: center;
	font-size: .28rem;
	color: #666;
	margin-bottom: .2rem;
	position: relative;
}

.index_yxcp .textBox .name::before {
	display: block;
	width: .02rem;
	height: .16rem;
	background-color: #dadada;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_yxcp .textBox .name:nth-child(3n)::before {
	display: none;
}

.index_zxzx {}

.index_zxzx .titleBox {
	width: 100%;
	height: 2.48rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zxzx_imgBgi.png);
	padding: .4rem;
	margin-bottom: .42rem;
}

.index_zxzx .titleBox .title .label {
	font-size: .32rem;
	color: #fff;
	font-weight: bold;
}

.index_zxzx .titleBox .title {
	margin-bottom: .12rem;
	display: flex;
}

.index_zxzx .titleBox .title .tag {
	display: block;
	width: .36rem;
	height: .36rem;
	border-radius: .04rem;
	background-color: #fff;
	color: #99AAC3;
	margin-right: .2rem;
	font-size: .24rem;
	font-weight: 400;
	line-height: .36rem;
	text-align: center;
}

.index_zxzx .titleBox .text {
	font-size: .28rem;
	color: #fff;
	line-height: .56rem;
	margin-bottom: .12rem;
}

.index_zxzx .titleBox .tagBox {
	font-size: .28rem;
	color: #fff;
}

.index_zxzx .titleBox .tagBox .time {
	position: relative;
	padding-left: .4rem;
	margin-right: .6rem;
}

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

.index_zxzx .titleBox .tagBox .source {
	position: relative;
	padding-left: .4rem;
}

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

.index_zxzx {}

.index_zxzx .list {}

.index_zxzx .list li {
	padding-left: 0;
}

.index_zxzx .list li .tag {
	width: .72rem;
	height: .4rem;
	line-height: .36rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	border: .02rem solid var(--pm-c);
	margin-right: .2rem;
}

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

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

.index_yxzx {}

.index_yxzx .itemBox {}

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

.index_yxzx .itemBox .item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

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

.index_yxzx .itemBox .item .text {
	font-size: .28rem;
	color: #777;
	line-height: .52rem;
	margin-bottom: .12rem;
}

.index_yxzx .itemBox .item .btmBox .tagBox {
	font-size: .28rem;
	color: #aaa;
}

.index_yxzx .itemBox .item .btmBox .tagBox .tag::before {
	display: inline-block;
	content: "|";
	margin: 0 .28rem;
	transform: rotate(40deg);
}

.index_yxzx .itemBox .item .btmBox .tagBox .tag:first-child::before {
	display: none;
}

.index_yxzx .itemBox .item .btmBox .type {
	width: 1.64rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	font-size: .24rem;
	color: #9e9e9e;
	background: #F5F5F5;
	border-radius: .48rem;
}

.index_zxzt {}

.index_zxzt .itemBox {}

.index_zxzt .itemBox .item {
	margin-bottom: .42rem;
	padding-bottom: .4rem;
	border-bottom: .02rem solid #F5F5F5;
}

.index_zxzt .itemBox .item .thum {
	width: 2.68rem;
	height: 1.8rem;
	border-radius: .12rem;
	position: relative;
	margin-right: .2rem;
}

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

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

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

.index_zxzt .list {}

.index_zxzt .list li {
	padding-left: 0;
	margin-bottom: .34rem;
}

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

.index_zxzt .list li .tag {
	font-size: .28rem;
	color: #aaa;
	margin-right: .2rem;
}

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

.index_xwrb {}

.index_xwrb .itemBox {}

.index_xwrb .itemBox .item {
	margin-bottom: .34rem;
}

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

.index_xwrb .itemBox .item:nth-child(-n+3) .order {
	background-image: url(../images/order_curr.png);
	color: #fff;
}

.index_xwrb .itemBox .item:nth-child(-n+3) .txtBox .btmBox .name {
	color: #8E9BAE;
	background: #F1F7FF;
}

.index_xwrb .itemBox .item .order {
	width: .48rem;
	height: .38rem;
	line-height: .38rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/order.png);
	margin-right: .2rem;
}

.index_xwrb .itemBox .item .txtBox .title {
	font-size: .28rem;
	color: #333;
	line-height: .4rem;
	margin-bottom: .2rem;
}

.index_xwrb .itemBox .item .txtBox .btmBox .tagBox {
	font-size: .28rem;
	color: #aaa;
}

.index_xwrb .itemBox .item .txtBox .btmBox .tagBox .tag::before {
	display: inline-block;
	content: "·";
	margin: 0 .16rem;
}

.index_xwrb .itemBox .item .txtBox .btmBox .tagBox .tag:first-child::before {
	display: none;
}

.index_xwrb .itemBox .item .txtBox .btmBox .name {
	width: 1.64rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	font-size: .24rem;
	color: #9e9e9e;
	background: #F5F5F5;
	border-radius: .48rem;
}

.index_rmgl .titleBox {
	margin-bottom: .4rem;
	padding-bottom: .5rem;
	border-bottom: .02rem solid #f5f5f5;
}

.index_rmgl .titleBox .thumBox {
	position: relative;
	width: 2.88rem;
	height: 1.76rem;
	overflow: hidden;
	border-radius: .12rem;
	margin-right: .2rem;
}

.index_rmgl .titleBox .thum {
	width: 2.88rem;
	height: 1.76rem;
	position: relative;
	border-radius: .12rem;
}

.index_rmgl .titleBox .thumBox .name {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .6);
	padding: .14rem;
	width: 100%;
	height: .68rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
}

.index_rmgl .txtBox .title {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	line-height: .52rem;
	margin-bottom: .08rem;
}

.index_rmgl .txtBox .text {
	font-size: .28rem;
	color: #666;
	line-height: .56rem;
	margin-bottom: .16rem;
}

.index_rmgl .txtBox .time {
	font-size: .28rem;
	color: #999;
}

.index_rmgl .btnBox .btn {
	border: .02rem solid #D8D8D8;
	width: 2.08rem;
	height: .68rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: #666;
	background: #F5F5F5;
	border-radius: .12rem;
}

.index_rmgl .list {}

.index_rmgl .list li {
	margin-bottom: 0;
	padding-left: .48rem;
	margin-bottom: 0.32rem;
}

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

.index_rmgl .list li .tag {
	font-size: .28rem;
	color: #666;
	margin-right: .24rem;
}

.index_rmgl .list li::before {
	background-image: url(../images/li_befor.png);
	width: .24rem;
	height: .24rem;
	background-color: transparent;
	border-radius: 0;
}

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

.index_friend_link .aBox {
	line-height: .56rem;
}


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

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


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



.list_game_itemBox .item {
	padding: .4rem;
	border: .02rem solid #F5F5F5;
	width: auto;
	height: 3.88rem;
	position: relative;
	margin-bottom: 0.3rem;
}

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

.list_game_itemBox .item .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
	padding-right: .8rem;
}

.list_game_itemBox .item .scoreBox {
	position: absolute;
	right: .4rem;
	top: .4rem;
	font-size: .24rem;
	color: #aaa;
	text-align: center;
}

.list_game_itemBox .item .scoreBox span {
	display: block;
	font-weight: 800;
	color: var(--pm-c);
	margin-top: .08rem;
	font-size: .32rem;
}

.list_game_itemBox .item .scoreBox::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	content: "";
	width: .64rem;
	height: .02rem;
	background-color: #f5f5f5;
}

.list_game_itemBox .item .info {
	margin-bottom: .2rem;
	padding-right: .8rem;
}

.list_game_itemBox .item .info .thum {
	position: relative;
	width: 1.68rem;
	height: 1.68rem;
	border-radius: .32rem !important;
	margin-right: .3rem;
}

.list_game_itemBox .item .info .txtBox {}

.list_game_itemBox .item .info .txtBox .type {
	font-size: .28rem;
	color: #999;
	line-height: .4rem;
	margin-bottom: .08rem;
}

.list_game_itemBox .item .info .txtBox .type span {
	font-size: .28rem;
	color: #666;
}

.list_game_itemBox .item .info .txtBox .time {
	font-size: .28rem;
	color: #999;
	line-height: .4rem;
	margin-bottom: .16rem;
}

.list_game_itemBox .item .info .txtBox .time span {
	font-size: .28rem;
	color: #666;
}

.list_game_itemBox .item .info .txtBox .see:hover {
	background-color: #3B8BED;
	color: #fff;
}

.list_game_itemBox .item .info .txtBox .see {
	display: block;
	width: 1.68rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	border-radius: .08rem;
	background-color: var(--pm-c);
}

.list_game_itemBox .item .text {
	font-size: .28rem;
	color: #999;
	line-height: .52rem;
}

.list_game_itemBox .item .text span {
	color: #3B8BED;
}

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

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

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

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

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

.list_news_itemBox .itemBox .item .txtBox {}

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

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

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

}

.list_news_itemBox .itemBox .item .txtBox .tagBox .source {
	padding-left: .36rem;
	position: relative;
}

.list_news_itemBox .itemBox .item .txtBox .tagBox .source::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: .28rem;
	height: .28rem;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/source.png);
}

.list_news_itemBox .itemBox .item .txtBox .tagBox .time {
	padding-left: .4rem;
	position: relative;
}

.list_news_itemBox .itemBox .item .txtBox .tagBox .time::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: .28rem;
	height: .28rem;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/time2.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.2rem;
	border-bottom: .02rem solid #f5f5f5;
}

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

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

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

.show_game_contentBox .contentBox p,
.show_news_contentBox .contentBox p {
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .64rem;
	text-align: left;
}

.show_news .show_news_contentBox .contentBox p iframe,
.show_news .show_news_contentBox .contentBox p img {
	display: block;
	width: 6.08rem;
	height: auto;
	margin: .4rem auto;
	border-radius: .16rem;
}

.show_news .show_news_contentBox .contentBox h3 {
	display: inline-block;
	width: auto;
	padding: 0 1.12rem;
	position: relative;
	font-size: .4rem;
	color: #333;
	font-weight: bold;
	margin: .32rem 0;
}

.show_news .show_news_contentBox .contentBox h3::before {
	display: block;
	width: .72rem;
	height: .28rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/h3_left.png);
}

.show_news .show_news_contentBox .contentBox h3::after {
	display: block;
	width: .72rem;
	height: .28rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/h3_right.png);
}

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

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

.kaifu .itemBox {}

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

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

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

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

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

.kaifu .itemBox .item .info .txtBox .title {
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: .84rem;
	margin-bottom: 0.2rem;
	font-size: .32rem;
	color: #333;
}

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

.kaifu .itemBox .item .info .txtBox .name {
	font-size: .28rem;
	color: #777;
}

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

.kaifu .itemBox .item .time {
	width: auto;
	height: .92rem;
	line-height: 1rem;
	padding: 0 .2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/textBgi.png);
	font-size: .26rem;
	color: var(--pm-c);
}


.show_game {}

.show_game .show_game_contentBox .titleBox {
	width: 100%;
	height: 5.04rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/show_game_titleBox_bgi.png);
	padding: .6rem .32rem .4rem .3rem;
	position: relative;
}

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

.show_game .show_game_contentBox .titleBox .title {
	text-align: center;
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	line-height: .48rem;
	margin-bottom: .3rem;
}

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

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

.show_game .show_game_contentBox .tagBox .tag::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.02rem;
	height: .2rem;
	background-color: #B9D1F9;
	display: block;
	content: "";
}

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

.show_game .show_game_contentBox .labelBox {
	position: absolute;
	top: 0.6rem;
	right: 0.3rem;
}

.show_game .show_game_contentBox .labelBox .label {
	position: relative;
	font-size: .24rem;
	color: #91A0BA;
	margin-right: .24rem;
}

.show_game .show_game_contentBox .labelBox .label:last-child {
	margin-right: 0;
}

.show_game .show_game_contentBox .labelBox .label::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	width: 0.48rem;
	height: 0.02rem;
	background-color: #C9DCFA;
	display: block;
	content: "";
}

.show_game .show_game_contentBox .labelBox .label span {
	display: block;
	color: #44536D;
	margin-top: .08rem;
}

.show_game .show_game_contentBox .down {
	display: block;
	margin-top: 0.3rem;
	width: auto;
	height: .68rem;
	background: #3A85F6;
	border-radius: .08rem;
	font-size: .28rem;
	color: #fff;
	line-height: .68rem;
	text-align: center;
}
.show_game .show_game_contentBox .down a {
	color: #fff;
}

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

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

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

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

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

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

.other_rmyx {}

.other_rmyx .itemBox {}

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

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

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

.other_rmyx .itemBox .item .info .thum {
	position: relative;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .36rem;
	margin-right: .3rem;
}

.other_rmyx .itemBox .item .info .txtBox {}

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

.other_rmyx .itemBox .item .info .txtBox .tagBox {
	font-size: .28rem;
	color: rgba(51, 51, 51, .6);
}

.other_rmyx .itemBox .item .info .txtBox .tagBox .type {
	line-height: .48rem;
}

.other_rmyx .itemBox .item .info .see {
	display: block;
	font-size: .28rem;
	color: #fff;
	width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: var(--pm-c);
	border-radius: .12rem;
}

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

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

.index_sytj {}

.index_sytj .itemBox {
	margin-left: -0.42rem;
}

.index_sytj .itemBox .uk-width-1-4 {
	padding-left: 0.42rem;
}

.index_sytj .itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: 0.24rem;
}

.index_sytj .itemBox .item {
	width: 1.4rem;
}

.index_sytj .itemBox .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	border-radius: .32rem;
	margin-bottom: 0.16rem;
}

.index_sytj .itemBox .item .title {
	font-size: .28rem;
	color: #666;
	line-height: .4rem;
	text-align: center;
}

.index_gfyy {}

.index_gfyy .itemBox {}

.index_gfyy .itemBox .item {
	margin-bottom: .5rem;
}

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

.index_gfyy .itemBox .item .order {
	width: .46rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	margin-right: 14px;
	color: #fff;
	font-size: .28rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/order_mr.png);
}

.index_gfyy .itemBox .item:nth-child(1) .order {
	background-image: url(../images/order1.png);
}

.index_gfyy .itemBox .item:nth-child(2) .order {
	background-image: url(../images/order2.png);
}

.index_gfyy .itemBox .item:nth-child(3) .order {
	background-image: url(../images/order3.png);
}

.index_gfyy .itemBox .item .thum {
	width: 1.48rem;
	height: 1.48rem;
	border-radius: .4rem;
	position: relative;
	margin-right: .2rem;
}

.index_gfyy .itemBox .item .thum .score {
	position: absolute;
	left: 0;
	top: 0;
	width: .6rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score_bgi.png);
}

.index_gfyy .itemBox .item .title {
	font-size: .32rem;
	color: #4c4c4c;
	margin-bottom: .1rem;
}

.index_gfyy .itemBox .item .type {
	font-size: .28rem;
	color: #999;
	line-height: .4rem;
	margin-bottom: .1rem;
}

.index_gfyy .itemBox .item .time {
	font-size: .28rem;
	color: #999;
	line-height: .4rem;
}

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