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

/*隐藏类*/
.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;
}

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

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

.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: .7rem;
	padding: 0 .2rem 0 1.04rem;
	position: relative;
	z-index: 3;
}

.public_title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: .96rem;
	height: .76rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_title.png);
	z-index: 3;
}

.public_title::after {
	display: block;
	width: 100%;
	height: .68rem;
	background: #F6F6F6;
	border: .02rem solid #F1F1F1;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
}

.public_title .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 4;
}

.public_title .title span {
	color: var(--pm-c);
}


.public_title .more {
	position: relative;
	z-index: 4;
	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_title_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 span{
	margin-right: .08rem;
}
.footer span:last-child{
	margin-right: 0;
}

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

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

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

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

/* 首页 */
.header {
	padding-top: .4rem;
	box-sizing: border-box;
	height: 2.2rem;
	background-color: #333;
}

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

.logo {
	display: block;
	width: 2.74rem;
	height: 0.94rem;
	position: relative;
}

.searchBox .search_icon {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	position: relative;
	background-size: cover;
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
}

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

.header .navBar li {
	display: inline-block;
	height: .8rem;
	line-height: .8rem;
	width: 1.72rem;
	text-align: center;
	
	position: relative;
}

.header .navBar li a{
	font-size: .28rem;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

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

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


.index_slider {
	width: auto;
	height: 4.48rem;
	position: relative;
}

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

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

.index_slider .slider li .thum span {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	height: 1rem;
	line-height: 1rem;
	font-size: .28rem;
	padding: 0 .4rem;
	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.12rem;
	border-radius: .16rem;
}

.index_slider .slider_nav li.uk-active a {
	background-color: #fff;
	width: 0.42rem;
}

.index_top_slider .title {
	font-size: .36rem;
	color: #333;
	line-height: .56rem;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	border-bottom: .02rem dashed #d9d9d9;
	font-weight: bold;
}

.index_top_slider .text {
	font-size: .28rem;
	color: #777;
	line-height: .6rem;
	margin-bottom: .6rem;
}

.index_top_slider .time {
	font-size: .28rem;
	color: #aaa;
	line-height: .4rem;
	padding-left: .36rem;
	position: relative;
}

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

.index_top_slider .see {
	position: relative;
	padding-right: .28rem;
	font-size: .28rem;
	color: #aaa;
}

.index_top_slider .see::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more.png);
}

.tt {
	height: .76rem;
	line-height: .76rem;
	padding: 0 .2rem 0 1.04rem;
	background: #F6F7F9;
	border-radius: .12rem;
	position: relative;
}

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

.tt .title {
	position: relative;
	padding-left: .28rem;
	padding-right: .4rem;
	font-size: .32rem;
	color: #333;
}

.tt .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: .08rem;
	height: .08rem;
	background: #262729;
	display: block;
	border-radius: 50%;
}

.tt .time {
	font-size: .32rem;
	color: #aaa;
}

.index_tt .list {}

.index_tt .list li {
	margin-bottom: 0.34rem;
	padding-left: 0;
}

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

.index_tt .list li .tag {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: 0.2rem;
}

.index_xwdt {}

.index_xwdt .itemBox {
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	border-bottom: .02rem dashed #d9d9d9;
}

.index_xwdt .itemBox .item {
	margin-bottom: .28rem;
	text-align: center;
}

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

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

.index_xwdt .itemBox .item .tagBox {}

.index_xwdt .itemBox .item .tagBox .tag {
	display: block;
	text-align: center;
	font-size: .28rem;
	color: #777;
}

.index_xwdt .list {}


.index_xwdt .list li {
	margin-bottom: 0.28rem;
}

.index_xwdt .list li::before {
	background-color: #d9d9d9;
}

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

.index_xwdt .list li .time {
	line-height: .4rem;
}


.index_rdjx {}

.index_rdjx .imgBox {}

.index_rdjx .imgBox .thum {
	width: auto;
	height: 4.2rem;
	position: relative;
	border-radius: .16rem;
}

.index_rdjx .imgBox .thum .title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .8rem;
	background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
	display: block;
	width: 100%;
	padding: 0 .4rem;
	padding-left: 1.5rem;
	font-size: .28rem;
	color: #fff;
	line-height: .8rem;
}

.index_rdjx .imgBox .thum .title .tag {
	position: absolute;
	left: .4rem;
	top: 50%;
	transform: translateY(-50%);
	width: .8rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	background: var(--pm-c);
	border-radius: .08rem;
}

.index_rdjx .itemBox {}

.index_rdjx .itemBox .item {
	padding-bottom: 0.32rem;
	margin-bottom: 0.32rem;
	border-bottom: .02rem solid rgba(0, 0, 0, 0.06);
}

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

.index_rdjx .itemBox .item .title {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .24rem;
}

.index_rdjx .itemBox .item .tagBox {
	font-size: .28rem;
	color: #aaa;
	line-height: .4rem;
}

.index_rdjx .itemBox .item .thum {
	position: relative;
	margin-left: .22rem;
	width: 2.16rem;
	height: 1.36rem;
	border-radius: .12rem;
}

.index_yxrb {}

.index_yxrb .itemBox {}

.index_yxrb .itemBox .item {
	padding-bottom: .2rem;
	margin-bottom: .22rem;
	border-bottom: .02rem dashed #d9d9d9;
}

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

.index_yxrb .itemBox .item:nth-child(-n+3) .order {
	color: #E40012;
}

.index_yxrb .itemBox .item .order {
	font-size: .28rem;
	color: #999;
	line-height: .34rem;
	margin-right: .22rem;
	font-weight: bold;
}

.index_yxrb .itemBox .item .title {
	position: relative;
	padding-right: .4rem;
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	line-height: .56rem;
}

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

.index_yxrb .itemBox .item .textBox {
	padding-left: .4rem;
	font-size: .28rem;
	color: #aaa;
	line-height: .4rem;
}

.index_yxrb .itemBox .item .text {
	padding-right: .16rem;
}

.index_yxrb .itemBox .item .thum {
	position: relative;
	width: 1.64rem;
	height: .88rem;
	border-radius: .12rem;
	margin-left: .26rem;
}

.index_rmxw {}

.index_rmxw .itemBox {}

.index_rmxw .itemBox .item {
	margin-bottom: .36rem;
}

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

.index_rmxw .itemBox .item:nth-child(1) {
	margin-bottom: 0.48rem;
}

.index_rmxw .itemBox .item:nth-child(1) .itemCard {
	display: flex;
}

.index_rmxw .itemBox .item:nth-child(1) .itemList {
	display: none;
}

.index_rmxw .itemBox .item .itemCard {
	display: none;
}

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

.index_rmxw .itemBox .item .itemCard .thum .order {
	position: absolute;
	top: 0;
	left: .2rem;
	display: block;
	width: .48rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tagBgi.png);
}

.index_rmxw .itemBox .item .itemCard .title {
	text-wrap: wrap;
	font-size: .32rem;
	color: #333;
	line-height: .64rem;
	height: 1.28rem;
	margin-bottom: .14rem;
	font-weight: bold;
}

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

.index_rmxw .itemBox .item .itemList {}

.index_rmxw .itemBox .item .itemList .order {
	width: .4rem;
	height: .4rem;
	background: #F3F3F3;
	line-height: .4rem;
	text-align: center;
	font-size: .28rem;
	color: #777;
	margin-right: .2rem;
}

.index_rmxw .itemBox .item .itemList .title {
	padding-right: .2rem;
	font-size: .28rem;
	color: #333;
	line-height: .4rem;
}

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

.index_rmdt {}

.index_rmdt .itemBox {}

.index_rmdt .itemBox .item {
	margin-bottom: .26rem;
	margin-left: .6rem;
	position: relative;
	border-bottom: .02rem dashed #d9d9d9;
	padding-bottom: .26rem;
}

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

.index_rmdt .itemBox .item .top {}

.index_rmdt .itemBox .item:nth-child(1) .top .order {
	background-color: var(--pm-c);
	color: #fff;
}

.index_rmdt .itemBox .item .top .order {
	position: absolute;
	left: -.6rem;
	top: .08rem;
	margin-right: .2rem;
	width: .4rem;
	line-height: .36rem;
	text-align: center;
	height: .4rem;
	border-radius: .08rem;
	font-size: .28rem;
	color: var(--pm-c);
	border: .02rem solid var(--pm-c);
}

.index_rmdt .itemBox .item .top .title {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}

.index_rmdt .itemBox .item .btmBox {}

.index_rmdt .itemBox .item:nth-child(1) .btmBox .textBox {
	display: none;
}

.index_rmdt .itemBox .item:nth-child(1) .btmBox .info {
	display: flex;
}

.index_rmdt .itemBox .item .btmBox .info {
	display: none;
	margin-top: .16rem;
}

.index_rmdt .itemBox .item .btmBox .info .thum {
	width: 2.04rem;
	height: 1.4rem;
	border-radius: .12rem;
	position: relative;
	margin-right: .2rem;
}

.index_rmdt .itemBox .item .btmBox .info .text {
	font-size: .28rem;
	color: #777;
	line-height: .52rem;
	text-wrap: wrap;
	height: 1.02rem;
	margin-bottom: .1rem;
}

.index_rmdt .itemBox .item .btmBox .info .time {
	font-size: .28rem;
	color: #aaa;
	line-height: .4rem;
}

.index_rmdt .itemBox .item .btmBox .textBox {
	margin-top: .08rem;
}

.index_rmdt .itemBox .item .btmBox .textBox .text {
	line-height: .68rem;
	font-size: .28rem;
	color: #777;
	padding-right: .2rem;
}

.index_rmdt .itemBox .item .btmBox .textBox .time {
	font-size: .28rem;
	color: #aaa;
}

.index_zxzx {}

.index_zxzx .top {
	width: 100%;
	height: 2.08rem;
	background-color: #f6f6f6;
	position: relative;
	padding: .26rem .24rem .2rem .48rem;
}

.index_zxzx .top::before {
	position: absolute;
	height: 100%;
	width: .22rem;
	display: block;
	left: 0;
	top: 0;
	content: "";
	background-color: var(--pm-c);
	border-right: .08rem solid #fff;
}

.index_zxzx .top .title {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	line-height: .46rem;
	margin-bottom: .12rem;
}

.index_zxzx .top .text {
	font-size: .28rem;
	color: #777;
	line-height: .4rem;
	margin-bottom: .22rem;
}

.index_zxzx .top .tagBox {
	font-size: .28rem;
	color: #aaa;
}

.index_zxzx .list {
	margin-top: .4rem;
}

.index_zxzx .list li {
	margin-bottom: .32rem;
	padding-left: 0;
	line-height: .4rem;
}

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

.index_zxzx .list li:hover .tag {
	background-color: var(--pm-c);
	color: #fff;
}

.index_zxzx .list li .tag {
	width: .76rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	color: #333;
	font-size: .24rem;
	margin-right: .2rem;
	background: #F3F3F3;
	border-radius: .08rem;
}

.index_zxzx .list li:hover .title {
	color: var(--pm-c);
}

.index_zxzx .list li:hover .time {
	color: var(--pm-c);
}

.index_rmsy {}

.index_rmsy .itemBox {}

.index_rmsy .itemBox .uk-width-1-4 {}

.index_rmsy .itemBox .uk-width-1-4.uk-grid-margin {}

.index_rmsy .itemBox .item {
	height: 2rem;
	padding: .3rem;
	background: #f6f6f6;
	margin-bottom: 0.28rem;
}

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

.index_rmsy .itemBox .item .thum {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .36rem;
	margin-right: .28rem;
}

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

.index_rmsy .itemBox .item .tagBox {
	font-size: .28rem;
	color: #999;
}

.index_rmsy .itemBox .item .tagBox .tag::before {
	display: inline-block;
	content: "|";
	margin: 0 .1rem;
}

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

.index_rmsy .itemBox .item .detail {
	display: block;
	width: 1.28rem;
	height: .72rem;
	line-height: .72rem;
	text-align: center;
	font-size: .28rem;
	box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
	border-radius: .16rem;
	color: #fff;
	background-color: var(--pm-c);
}

.index_zxyy {}

.index_zxyy .itemBox {
	margin-left: -0.48rem;
}

.index_zxyy .itemBox .uk-width-1-4 {
	padding-left: 0.48rem;
}

.index_zxyy .itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: 0.28rem;
}

.index_zxyy .itemBox .item {
	width: 1.36rem;
}

.index_zxyy .itemBox .item .thum {
	width: 1.36rem;
	height: 1.36rem;
	border-radius: .32rem;
	position: relative;
	margin: 0 auto .2rem;
}

.index_zxyy .itemBox .item .title {
	text-align: center;
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	line-height: .4rem;
	margin-bottom: .08rem;
}

.index_zxyy .itemBox .item .type {
	font-size: .24rem;
	color: #aaa;
	text-align: center;
}



























.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: .4rem;
}



.list_game_itemBox .itemBox {}

.list_game_itemBox .item {
	margin-bottom: 0.56rem;
}

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


.list_game_itemBox .item .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .02rem;
	position: relative;
	line-height: .52rem;
}

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

.list_game_itemBox .item .tagBox .tag::before {
	display: inline-block;
	content: "|";
	margin: 0 .1rem;
	color: #d9d9d9;
}

.list_game_itemBox .item .tagBox .tag:first-child::before {
	display: none;
}


.list_game_itemBox .item .thum {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .36rem;
	margin-right: .2rem;
}


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


.list_game_itemBox .item .detail:hover {}

.list_game_itemBox .item .detail {
	display: block;
	width: 1.28rem;
	height: .72rem;
	line-height: .72rem;
	text-align: center;
	font-size: .28rem;
	border-radius: .12rem;
	background-color: var(--pm-c);
	color: #fff;
	box-shadow: inset .04rem .04rem .08rem 0px rgba(255, 255, 255, 0.25);
}

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

.list_news_itemBox {}

.list_news_itemBox .itemBox {
	position: relative;
	padding-left: .4rem;
}

.list_news_itemBox .itemBox::before {
	position: absolute;
	width: .02rem;
	height: 99.4%;
	background-color: #ededed;
	left: .04rem;
	bottom: 0;
	content: "";
}

.list_news_itemBox .itemBox .item {
	position: relative;
	margin-bottom: .4rem;
}

.list_news_itemBox .itemBox .item::before {
	position: absolute;
	left: -.4rem;
	top: .16rem;
	width: .1rem;
	height: .1rem;
	background-color: var(--pm-c);
	display: block;
	content: "";
	border-radius: 50%;
}

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

.list_news_itemBox .itemBox .item .thum {
	width: 2.48rem;
	height: 1.88rem;
	border-radius: .08rem;
	margin-right: .4rem;
	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: .14rem;
}

.list_news_itemBox .itemBox .item .time {
	font-size: .28rem;
	color: #777;
	line-height: .4rem;
	margin-bottom: .2rem;
}

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

.list_news_itemBox .itemBox .item .see {
	display: block;
	width: 1.28rem;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	font-size: .24rem;
	background: var(--pm-c);
	color: #fff;
	border-radius: .08rem;
}

.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_game_contentBox .contentBox p,
.show_news_contentBox .contentBox p {
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .64rem;
}

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

.detail_content_box h3,
.show_news .show_news_contentBox .contentBox h3 {
	display: inline-block;
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: .4rem;
	color: #333;
	font-weight: bold;
	margin: .32rem 0;
}

.detail_content_box h3::before,
.show_news .show_news_contentBox .contentBox h3::before {
	display: block;
	width: 2.44rem;
	height: .2rem;
	position: absolute;
	left: 50%;
	bottom: -.16rem;
	transform: translateX(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/h3_before.png);
}



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

.kaifu .index_game_down .itemBox .item .txtBox .title {
	margin-bottom: .12rem;
	position: relative;
	width: auto;
	max-width: none;
	margin-right: .08rem;
}

.kaifu .index_game_down .itemBox .item .txtBox .tagBox .new {
	margin-top: .12rem;
}

.kaifu .titleBox {
	position: relative;
	max-width: 3.4rem;
}

.kaifu .selectBox {
	margin-left: -.2rem;
	margin-bottom: .42rem;
}

.kaifu .selectBox li {
	padding-left: .2rem;
}

.kaifu .selectBox .btn {
	width: 2.16rem;
	height: .64rem;
	padding-right: .3rem;
	position: relative;
	display: inline-block;
	border-radius: .06rem;
	border: .02rem solid #f5f5f5;
	line-height: .6rem;
	font-size: .28rem;
	color: #777;
	background-color: transparent;
	text-align: left;
	box-sizing: border-box;
	padding-left: .2rem;
}

.kaifu .selectBox .btn::after {
	position: absolute;
	display: block;
	content: "";
	width: .2rem;
	height: .2rem;
	background-image: url(../images/drop.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: .2rem;
	top: .2rem;
	z-index: 3;
}


.kaifu .selectBox li a {
	font-size: .24rem;
}

.kaifu .kaifu_itemBox .item {
	padding: .2rem;
	margin-bottom: .2rem;
}

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

.kaifu .kaifu_itemBox .item .title {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .06rem !important;
}

.kaifu .kaifu_itemBox .item .name {}

.kaifu .kaifu_itemBox .item .thum {
	width: 1rem;
	height: 1rem;
	border-radius: .24rem;
	position: relative;
	margin-right: 0.2rem;
}

.kaifu .kaifu_itemBox .item .box {
	font-size: .28rem;
	color: #666;
}

.kaifu .kaifu_itemBox .item .startTime {
	padding-left: .2rem;
	margin-left: 0.2rem;
	position: relative;
}

.kaifu .kaifu_itemBox .item .startTime::before {
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.kaifu .kaifu_itemBox .itemBox .item .txtBox .titleBox {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.kaifu .kaifu_itemBox .itemBox .item .txtBox .title::before {
	display: none;
}

.kaifu .kaifu_itemBox .itemBox .item .txtBox .title {
	display: inline-block;
	width: auto;
	padding-right: .8rem;
	margin-bottom: 0 !important;
}

.kaifu .kaifu_itemBox .itemBox .item .down {
	width: 1.5rem;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background: var(--pm-c);
	border-radius: .48rem;
}

.kaifu .kaifu_itemBox .itemBox .item .txtBox .titleBox .tag {
	display: block;
	font-size: .24rem;
	color: #bcbcbc;
	width: 0.72rem;
	height: 0.32rem;
	line-height: .28rem;
	text-align: center;
	border: .02rem solid #eee;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: .06rem;
}

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


.show_game {}

.show_game .show_game_contentBox .titleBox {
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	background-image: url(../images/show_game_titleBox_bgi.png);
	position: relative;
	padding: .4rem .3rem;
	margin-bottom: 0.4rem;
}

.show_game .show_game_contentBox .info {
	margin-bottom: 0.28rem;
}

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

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

.show_game .show_game_contentBox .titleBox .time {
	font-size: .24rem;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.16rem;
}

.show_game .show_game_contentBox .titleBox .score {
	width: 1.86rem;
	height: 0.46rem;
	line-height: .46rem;
	padding-left: 0.1rem;
	font-size: .24rem;
	color: var(--pm-c);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/scoreBgi.png);
	letter-spacing: 0;
}

.show_game .show_game_contentBox .tagBox {
	margin-bottom: 0.34rem;
}

.show_game .show_game_contentBox .tagBox .tag.uk-grid-margin {
	margin-top: 0.24rem;
}

.show_game .show_game_contentBox .tagBox .tag {
	width: 50%;
	position: relative;
	font-size: .24rem;
	line-height: .34rem;
	color: #777;
}

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

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

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

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

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


.show_game_contentBox .sliderBox .slider li .img {
	width: 2.16rem;
	height: auto;;
	position: relative;
	display: block;
	overflow: hidden;
}

.other_gdyx {}

.other_gdyx .itemBox {
	margin-left: -0.68rem;
}

.other_gdyx .itemBox .uk-width-1-4 {
	padding-left: 0.68rem;
}

.other_gdyx .itemBox .uk-width-1-4.uk-grid-margin {}

.other_gdyx .itemBox .item {}

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

.other_gdyx .itemBox .item .title {
	text-align: center;
	font-size: .28rem;
	color: #333;
	margin-bottom: .16rem;
}

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

/* 404/500页面 */
.error {
	min-height: 8rem;
	margin-bottom: .8rem;
}
.error .img{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 1rem auto 0;
}

.error .textBox {
    margin-top: .12rem;
    text-align: center;
}
.error .textBox .text{
    text-align: center;
    font-size: .28rem;
    color: #999;
    margin-bottom: .28rem;
}
.error .textBox .goHome{
    text-align: center;
    font-size: .28rem;
    color: var(--pm-c);
    text-decoration: underline;
}