:root {
	--pm-c: #8168E3;
}

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

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

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

.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;
	background-color: #d9d9d9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

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

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

.public_title {
	width: 100%;
	margin-bottom: .4rem;
}


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

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

.public_title .more {
    font-size: .24rem;
    color: var(--pm-c);
}




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

.footer .title {
	color: #ccc;
}

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

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

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

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

.footer_p {
	margin-bottom: 0.1rem;
}


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

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

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

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

.searchBox {
	width: 2.92rem;
	height: .64rem;
	line-height: .64rem;
	position: relative;
}

.searchBox .search_ipt::placeholder {
	font-size: .26rem;
	color: #fff;
}
.searchBox .search_ipt {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 56px;
	display: block;
	width: 100%;
	height: 0.64rem;
	line-height: .64rem;
	padding-left: 0.8rem;
	padding-right: 0.2rem;
}

.searchBox .search_icon {
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	position: absolute;
	left: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/search_icon.png);
}

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

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

.header .navBar li a {
	display: block;
	width: 1.72rem;
	line-height: .8rem;
	height: 0.8rem;
	font-weight: bold;
	font-size: .3rem;
	color: #fff;
	position: relative;
	z-index: 3;
}

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

.header .navBar li.active a {
}

.header .navBar li.active a::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-color: var(--pm-c);
	width: 100%;
	border-radius: .12rem;
	z-index: -1;
	height: 0.64rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
}


.index_slider {
	width: auto;
	position: relative;
	margin-top: 0.4rem;
	border-radius: .12rem;
}

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

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

.index_slider .slider li .thum span {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient( to top, #333333 0%, rgba(51,51,51,0) 100%);
	height: 1rem;
	padding-top: 0.16rem;
	font-size: .3rem;
	text-align: center;
	color: #fff;
}

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

.index_slider .slider_nav li {
	margin-right: .08rem;
	padding-left: 0;
}
.index_slider .slider_nav li a {
	background: #d9d9d9;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: .16rem;
}

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

.index_slider .desc {
    margin: .28rem 0 .32rem;
    padding-bottom: .3rem;
    border-bottom: .02rem solid #d9d9d9;
    font-size: .26rem;
    color: #777;
    line-height: .48rem;
}

.index_slider .list {}

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

.index_slider .list li::before {
    width: .1rem;
    height: .1rem;
    background-color: #CFCFCF;
}

.index_slider .list li .tag {
    margin-right: .2rem;
    font-size: .26rem;
    color: var(--pm-c);
}

.index_xygl {}

.index_xygl .top {
    height: 3rem;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xygl_top_bgi.png);
    padding: .3rem .4rem;
}

.index_xygl .top .title {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .2rem;
    padding-bottom: .18rem;
    border-bottom: .02rem solid#E7E2FF;
    color: #333;
}

.index_xygl .top .desc {
    font-size: .26rem;
    text-wrap: wrap;
    line-height: .48rem;
    color: #aaa;
    margin-bottom: .2rem;
}

.index_xygl .top .time {
    font-size: .26rem;
    color: #aaa;
}

.index_xygl .top .detail {
    font-size: .24rem;
    color: var(--pm-c);
}

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

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

.index_xygl .list li .tag {
    margin-right: .2rem;
    font-size: .26rem;
    color: var(--pm-c);
}

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

.index_mrsw {}

.index_mrsw .itemBox {
    margin-left: -.3rem;
}

.index_mrsw .itemBox .uk-width-1-2 {
    padding-left: .3rem;
}

.index_mrsw .itemBox .uk-width-1-2.uk-grid-margin {}

.index_mrsw .itemBox .item {
    width: 3.3rem;
    padding: .2rem;
    background-color: #f4f4f4;
    border-radius: .08rem;
}

.index_mrsw .itemBox .thum {
    width: 2.9rem;
    height: 1.76rem;
    position: relative;
    margin-bottom: .2rem;
    border-radius: .08rem;
}

.index_mrsw .itemBox .thum .tag {
    width: 1rem;
    height: .52rem;
    background: linear-gradient(270deg, #8168E3 0%, #A892FE 100%);
    border-radius: .08rem 0px .08rem 0px;
    line-height: .52rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .26rem;
    color: #fff;
}

.index_mrsw .itemBox .title {
	display: block;
    font-size: .26rem;
    color: #333;
}


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

.index_mrsw .list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.index_mrsw .list li {
    margin-bottom: .32rem;
    line-height: .4rem;
}

.index_yxzx {}

.index_yxzx .list {
    margin-bottom: .4rem;
    height: 3.2rem;
    border-radius: .2rem;
    border: .02rem solid #EBEBEB;
}

.index_yxzx .list:last-child {
    margin-bottom: 0;
}

.index_yxzx .list li {
	padding-left: 0;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem;
    margin-bottom: 0;
}
.index_yxzx .list li:first-child {
	background-color: #F8F8F8;
}

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

.index_yxzx .list li .time {
    width: .92rem;
    height: .4rem;
    margin-right: .2rem;
    padding-left: .14rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #aaa;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/timeBgi.png);
}

.index_yxzx .list li .title {}

.index_yxzx .list li .more {
    display: block;
    width: .32rem;
    height: .32rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}


.index_zxxw {}

.index_zxxw .top {
    height: 2.48rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zxxw_topBgi.png);
    padding: .36rem;
    position: relative;
}

.index_zxxw .top .title {
    font-size: .3rem;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: .2rem;
}

.index_zxxw .top .desc {
    font-size: .26rem;
    color: #666;
    margin-bottom: .32rem;
}

.index_zxxw .top .time {
    font-size: .26rem;
    color: #aaa;
}

.index_zxxw .top .more {
    position: absolute;
    background: linear-gradient(#8168E3, #A892FE);
    width: 1.84rem;
    height: .64rem;
    line-height: .64rem;
    display: block;
    padding-left: .24rem;
    right: 0;
    bottom: .24rem;
    font-size: .26rem;
    color: #fff;
    border-radius: .6rem 0 0 .6rem;
}

.index_zxxw .top .more::before {
    position: absolute;
    right: .16rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: .28rem;
    height: .28rem;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/jt.png);
}

.index_zxxw .list {
    margin-top: .32rem;
}


.index_zxxw .list li {
    margin-bottom: .32rem;
}

.index_zxxw .list li::before {
    background: #CFCFCF;
    border: .02rem solid #fff;
}


.index_rmzx {}

.index_rmzx .itemBox {}

.index_rmzx .itemBox .item {
    margin-bottom: .32rem;
    padding-bottom: .3rem;
    border-bottom: .02rem dashed #d9d9d9
}

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

.index_rmzx .itemBox .titleBox {
    margin-bottom: .16rem;
}

.index_rmzx .itemBox .titleBox .order {
    width: .36rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    font-size: .26rem;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/top.png);
    margin-right: .28rem;
}

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

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

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

.index_rmzx .itemBox .titleBox .title {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}

.index_rmzx .itemBox .desc {
    font-size: .26rem;
    color: #777;
    padding-right: .2rem;
}


.index_rmzx .itemBox .time {
    width: 1.16rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .26rem;
    color: #aaa;
    border-radius: .08rem;
    border: .02rem solid #D9D9D9;
}

.index_tjsy {}

.index_tjsy .itemBox {
    margin-left: -.48rem;
}

.index_tjsy .itemBox .uk-width-1-4 {
    padding-left: .48rem;
}

.index_tjsy .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: .32rem;
}

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

.index_tjsy .itemBox .item .thum {
    width: 1.36rem;
    height: 1.36rem;
    border-radius: .28rem;
    position: relative;
    margin-bottom: .16rem;
}

.index_tjsy .itemBox .item .title {
    text-align: center;
    font-size: .26rem;
    color: #333;
}



.index_rmyy {}

.index_rmyy .itemBox {}

.index_rmyy .itemBox .item {
    margin-bottom: .28rem;
    padding-bottom: .26rem;
    border-bottom: .02rem dashed #d9d9d9;
}

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

.index_rmyy .itemBox .item .order {
    width: .4rem;
    height: .4rem;
    border-radius: .08rem;
    background-color: #c7c7c7;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    margin-right: .2rem;
}

.index_rmyy .itemBox .item:nth-child(-n+3) .order {
    background: linear-gradient(270deg, #8168E3 0%, #A892FE 100%);
}

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

.index_rmyy .itemBox .item .info {
    padding-right: .2rem;
}

.index_rmyy .itemBox .item .info .title {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .08rem;
}

.index_rmyy .itemBox .item .info .type span {
    color: #999;
}

.index_rmyy .itemBox .item .info .type {
    font-size: .24rem;
    color: var(--pm-c);
    margin-bottom: .08rem;
}

.index_rmyy .itemBox .item .info .size span {
    color: #999;
}

.index_rmyy .itemBox .item .info .size {
    font-size: .24rem;
    color: var(--pm-c);
}


.index_rmyy .itemBox .item .detail {
    display: block;
    width: 1.16rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .26rem;
    border-radius: .08rem;
	background: linear-gradient(270deg, #8168E3 0%, #A892FE 100%);
	color: #fff;
}



.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 {
	padding: .4rem;
	background-color: #f5f5f5;
	border-radius: .2rem;
	margin-bottom: 0.4rem;
}

.list_game_itemBox .item {
	margin-bottom: 0.27rem;
	padding-bottom: 0.27rem;
	border-bottom: .02rem dashed #d9d9d9;
}
.list_game_itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

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

.list_game_itemBox .item .type {
    margin: .18rem 0;
    font-size: .26rem;
    color: #999;
}

.list_game_itemBox .item .title {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}

.list_game_itemBox .item .time {
    font-size: .26rem;
    color: #999;
}


.list_game_itemBox .item .detail {
    display: block;
    width: 1.36rem;
    height: .56rem;
    background: #FFFFFF;
    border-radius: .08rem;
    line-height: .56rem;
    text-align: center;
    font-size: .26rem;
	color: #fff;
	background: linear-gradient( 270deg, #8168E3 0%, #A892FE 100%);
}



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

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

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

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

.list_news_itemBox .itemBox .item .thum {
    width: 2.76rem;
    border-radius: .2rem;
    height: 1.84rem;
    margin-left: .24rem;
    position: relative;
}

.list_news_itemBox .itemBox .item .txtBox {}


.list_news_itemBox .itemBox .item .title {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    line-height: .44rem;
    margin-bottom: .24rem;
    position: relative;
    padding-left: .48rem;
}
.list_news_itemBox .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    content: "";
    background-image: url(../images/book.png);
}

.list_news_itemBox .itemBox .item .txtBox .text {
    text-wrap: wrap;
    font-size: .26rem;
    color: #999;
    line-height: .48rem;
    height: .96rem;
    margin-bottom: .22rem;
}



.list_news_itemBox .itemBox .item .txtBox .time {
    padding-left: .4rem;
    font-size: .24rem;
    color: #aaa;
    position: relative;
    display: inline-block;
    margin-right: .32rem;
}

.list_news_itemBox .itemBox .item .txtBox .source {
    padding-left: .4rem;
    font-size: .24rem;
    color: #aaa;
    position: relative;
    display: inline-block;
}

.list_news_itemBox .itemBox .item .txtBox .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);
}

.list_news_itemBox .itemBox .item .txtBox .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);
}



.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;
}

.detail_contentBox p,
.detail_contentBox p {
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .64rem;
	margin: .3rem 0;
}

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

.detail_contentBox h3 {
	display: inline-block;
	width: auto;
	padding-left: 0.3rem;
	position: relative;
	font-size: .3rem;
	color: var(--pm-c);
	font-weight: bold;
	margin: .32rem 0;
}

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

.kaifu {
	margin-top: .4rem;
	background-color: #f7f7f7;
	padding: .4rem;
}

.kaifu .public_title{
	margin-bottom: 0;
}

.kaifu .titleBox {
	font-weight: 400;
	text-align: center;
	display: inline-block;
	width: auto;
	font-size: .24rem;
	color: var(--pm-c);
	margin-bottom: 0.2rem;
	position: relative;
}

/* .kaifu .titleBox::before {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/kaifu_icon.png);
} */

.kaifu .titleBox span {
	font-size: .24rem;
	color: #aaa;
}

.kaifu .itemBox {}

.kaifu .itemBox .item {
	margin-bottom: 0.28rem;
	padding-bottom: 0.26rem;
	border-bottom: .02rem dashed #d9d9d9;
}

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

.kaifu .itemBox .item .info {
	letter-spacing: 0;
}

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


.kaifu .itemBox .item .info .txtBox .title {
	display: inline-block;
	width: auto;
	position: relative;
	font-size: .30rem;
	color: #333;
	font-weight: bold;
}

.kaifu .itemBox .item .info .txtBox .title span.tag {
	display: none;
	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: .26rem;
	color: #999;
	line-height: 1;
	margin: .16rem 0;
}

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

.kaifu .itemBox .item .time {
	font-size: .26rem;
	color: #aaa;
}


.show_game {}

.show_game .show_game_contentBox .titleBox {
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: auto 6.28rem;
	background-image: url(../images/show_game_titleBox_bgi.png);
	background-position: center 1.2rem;
	padding: .4rem .3rem;
	position: relative;
}

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


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


.show_game .show_game_contentBox .bgc{
}
.show_game .show_game_contentBox .tagBox {
	margin-left: -0.6rem;
}

.show_game .show_game_contentBox .tagBox .uk-width-1-2 {
	padding-left: 0.6rem;
}


.show_game .show_game_contentBox .tagBox .uk-width-1-2.uk-grid-margin {
	margin-top: 0.24rem;
}

.show_game .show_game_contentBox .tagBox .tag {
	font-size: .26rem;
	color: #666;
	position: relative;
	padding-left: 0.24rem;
}


.show_game .show_game_contentBox .tagBox .tag::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(100%,-50%);
	display: block;
	content: "";
	width: 0.06rem;
	height: 0.06rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--pm-c);
	border-radius: 50%;
}


.show_game .show_game_contentBox .down a {
	display: block;
	margin-top: 0.3rem;
	width: auto;
	height: .8rem;
	background: linear-gradient( 270deg, #4F7EF9 0%, #3FF8E1 100%);
	border-radius: 666px;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	line-height: .8rem;
	text-align: center;
}


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

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

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

.other_rmyx {}

.other_rmyx .itemBox {}


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

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

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


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

.other_rmyx .itemBox .item .size {
	font-size: .26rem;
	color: #999;
	margin-bottom: .1rem;
}

.other_rmyx .itemBox .item .type {
	font-size: .26rem;
	color: #999;
}

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