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

/*隐藏类*/
.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: #eee;
	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-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_titleBgi.png);
    padding: 0 .2rem;
}


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

.public_title .title::before {
    display: block;
    width: .16rem;
    height: .24rem;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    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: var(--pm-c);
}

.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_more.png);
}


/* 底部 */
.footer {
	background-color: #333;
	/*height: 3.04rem;*/
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem;
	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: .48rem;
}

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

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

/* 首页 */
.header {
	padding-top: .4rem;
	box-sizing: border-box;
	height: 2.2rem;
	background-color: var(--pm-c);
	box-shadow: 0px 8px 12px 0px rgba(231, 231, 231, 0.3);
}

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

.logo {
	display: block;
	width: 1.74rem;
	height: 0.64rem;
	position: relative;
}

.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: #fff;
	position: relative;
}

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

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


.index_slider {
	margin-bottom: 0.6rem;
}

.index_slider {
    width: auto;
	height: 4.2rem;
	position: relative;
    overflow: hidden;
}

.index_slider .slider {
    height: 4.2rem !important;
    width: 100% !important;
}

.index_slider .slider_item {
    width: 100% !important;
    height: 4.2rem !important;
}

.index_slider .swiper-slide-active .thum {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

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

.index_slider li a {
    width: 100%;
    height: 4.2rem !important;
    position: relative;
    padding: 6px;
}

.index_slider .uk-position-small {
    margin: 0;
}

.slidee_zz {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .32rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
}

.slidee_zz .text {
    display: block;
    width: 100%;
    padding: 0 .32rem;
    padding-right: 1.34rem;
}

.index_slider .swiper-pagination {
    position: absolute;
    bottom: .12rem;
    display: inline-block;
    width: auto;
    left: auto;
    right: .32rem;
    font-size: .32rem;
    color: #fff;
    font-weight: 400;
}

.index_slider .swiper-pagination .swiper-pagination-current {
    font-size: .64rem;
    color: var(--pm-c);
    font-weight: bold;
    font-style: italic;
}

.index_zxzx {
}

.index_zxzx .itemBox {}

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

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

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

.index_zxzx .itemBox .item .info .thum {
    width: 2.16rem;
    height: 1.7rem;
    position: relative;
    border-radius: .12rem;
    margin-right: .2rem;
}

.index_zxzx .itemBox .item .info .title .tag {
    display: block;
    width: .64rem;
    height: .4rem;
    line-height: .36rem;
	font-weight: normal;
    text-align: center;
    font-size: .24rem;
    color: var(--pm-c);
    border-radius: .08rem;
    border: .02rem solid var(--pm-c);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_zxzx .itemBox .item .info .title {
    position: relative;
    padding-left: .84rem;
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .1rem;
}

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

.index_zxzx .itemBox .item .info .time {
    font-size: .24rem;
    color: #999;
    position: relative;
    padding-left: .4rem;
}

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

.index_zxzx .list li {
    margin-bottom: .26rem;
    padding-left: 0;
}

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

.index_zxzx .list li .tag {
    width: .6rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    background: var(--pm-c);
    border-radius: .08rem;
    margin-right: .2rem;
}

.index_rmht {}

.index_rmht .itemBox {}

.index_rmht .itemBox .item {
    margin-bottom: .64rem;
}

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

.index_rmht .itemBox .item .titleBox {
    margin-bottom: .42rem;
}

.index_rmht .itemBox .item .titleBox .timeBox {
    width: .96rem;
    height: 1.2rem;
    background: var(--pm-c);
    position: relative;
    font-size: .32rem;
    color: #fff;
	font-weight: bold;
    margin-right: .2rem;
}

.index_rmht .itemBox .item .titleBox .timeBox::before {
    width: .7rem;
    position: absolute;
    height: .02rem;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%) rotate(-45deg);
    content: "";
    display: block;
}

.index_rmht .itemBox .item .titleBox .timeBox .month {
    position: absolute;
    left: .14rem;
    top: .1rem;
}

.index_rmht .itemBox .item .titleBox .timeBox .day {
    position: absolute;
    bottom: .16rem;
    right: .12rem;
}

.index_rmht .itemBox .item .titleBox .txtBox {}

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

.index_rmht .itemBox .item .titleBox .txtBox .text {
    font-size: .28rem;
    color: #aaa;
}

.index_rmht .itemBox .item .list li {
    margin-bottom: .4rem;
}

.index_rmxw {}

.index_rmxw .itemBox {}

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

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

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

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

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

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

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

.index_rmxw .itemBox .item .itemCard .title {
    font-size: .28rem;
    color: #333;
    margin-bottom: .44rem;
}

.index_rmxw .itemBox .item .itemCard .time {
    font-size: .24rem;
    color: #aaa;
}

.index_rmxw .itemBox .item .itemList {}

.index_rmxw .itemBox .item .itemList .title {
    font-size: .28rem;
    color: #333;
}

.index_yxgl {}

.index_yxgl .thum {
    position: relative;
    width: 100%;
    border-radius: .12rem;
    margin-bottom: .48rem;
    height: 4rem;
}

.index_yxgl .itemBox {}

.index_yxgl .itemBox .item {
    margin-bottom: .3rem;
}

.index_yxgl .itemBox .item:last-child {
    margin-bottom: 0 !important;
}

.index_yxgl .itemBox .item:nth-child(1) {
    padding-bottom: .4rem;
    border-bottom: .02rem dashed #e5e5e5;
    margin-bottom: .42rem;
}

.index_yxgl .itemBox .item .list li {
    margin-bottom: 0;
    padding-left: 0;
}

.index_yxgl .itemBox .item .list li::before {
    display: none;
}

.index_yxgl .itemBox .item .list li .tag {
    font-size: .28rem;
    color: var(--pm-c);
    margin-right: .2rem;
}

.index_yxgl .itemBox .item .list li .title {}



.index_yxgl .itemBox .item:nth-child(1) .list li .title {
    font-size: .32rem;
    font-weight: bold;
}

.index_yxgl .itemBox .item:nth-child(1) .list li .time {
    display: block;
}

.index_yxgl .itemBox .item:nth-child(1) .list li .time {
    display: none;
}

.index_yxgl .itemBox .item .list li .time {
    padding-left: 0;
    display: block;
}

.index_yxgl .itemBox .item .list li .time::before {
    display: none;
}

.index_yxgl .itemBox .item:nth-child(1) .text {
    display: -webkit-box;
}

.index_yxgl .itemBox .item:nth-child(1) .time {
    display: block;
}

.index_yxgl .itemBox .item:nth-child(1) .list li .tag {
    font-size: .32rem;
    font-weight: bold;
}

.index_yxgl .itemBox .item .text {
    display: none;
    font-size: .28rem;
    margin-top: .28rem;
    color: #666;
    margin-bottom: .22rem;
}

.index_yxgl .itemBox .item .time {
    display: none;
    font-size: .28rem;
    color: #999;
    position: relative;
    padding-left: .4rem;
}

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

.index_zxtj {
}

.index_zxtj .titleBox {
    margin-bottom: .44rem;
}

.index_zxtj .titleBox .item {
    text-align: center;
    margin-bottom: .32rem;
}

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

.index_zxtj .titleBox .item .title {
    font-size: .32rem;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: .16rem;
}

.index_zxtj .titleBox .item ul {}

.index_zxtj .titleBox .item ul li {
    width: 32%;
}

.index_zxtj .titleBox .item ul li a {
    font-size: .28rem;
    color: #aaa;
}


.index_zxtj .list {}

.index_zxtj .list li {
    margin-bottom: .2rem;
}

.index_zxtj .list li:nth-child(3n) {
    margin-bottom: .48rem;
}

.index_zxtj .list li:nth-child(3n-2) .tag {
    width: .92rem;
    height: .44rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rm.png);
    line-height: .44rem;
    text-align: center;
    color: #fff;
    margin-right: .24rem;
    padding-right: .08rem;
}

.index_zxtj .list li:nth-child(3n-2) .tag::after {
    display: none;
}

.index_zxtj .list li:nth-child(3n-2) .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
}

.index_zxtj .list li:nth-child(3n-2) .time {
    display: none;
}

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

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

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

.index_zxtj .list li .title {}

.index_zxtj .list li .tag {
    display: block;
    font-size: .28rem;
    color: #999;
}

.index_zxtj .list li .tag::after {
    display: inline-block;
    content: "|";
    margin: 0 .1rem;
    color: #e5e5e5;
}

.index_zrzx {}

.index_zrzx .itemBox {}

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

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

.index_zrzx .itemBox .item .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: .86rem;
    margin-bottom: .08rem;
}

.index_zrzx .itemBox .item .title .tag {
    font-weight: normal;
    font-size: .28rem;
    line-height: .42rem;
    color: #fff;
    width: .76rem;
    background: var(--pm-c);
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: .2rem 0 .2rem 0;
}

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

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

.index_jxsy {
}

.index_jxsy .itemBox {
    margin-left: -.24rem;
}

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

.index_jxsy .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: .36rem;
}

.index_jxsy .itemBox .item {
    width: 3.32rem;
}

.index_jxsy .itemBox .item .thum {
    position: relative;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: .32rem;
    margin-right: .24rem;
}

.index_jxsy .itemBox .item .txtBox {}

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


.index_jxsy .itemBox .item .txtBox .score {
	font-size: .24rem;
    color: #aaa;
	position: relative;
	padding-left: .32rem;
	margin-bottom: 0.14rem;
}

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

.index_jxsy .itemBox .item .txtBox .type {
    font-size: .24rem;
    color: #aaa;
}

.index_rmyy {}

.index_rmyy .itemBox {}

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

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

.index_rmyy .itemBox .item .order {
    font-size: .28rem;
    color: #aaa;
    margin-right: .28rem;
    font-weight: bold;
    width: .46rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
}

.index_rmyy .itemBox .item:nth-child(-n+3) .order {
    color: #fff;
}
.index_rmyy .itemBox .item:nth-child(1) .order {
    background-color: #FF5A00;
}

.index_rmyy .itemBox .item:nth-child(2) .order {
    background-color: #FF9B19;
}

.index_rmyy .itemBox .item:nth-child(3) .order {
    background-color: #FFCB2E;
}

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

.index_rmyy .itemBox .item .txtBox {}

.index_rmyy .itemBox .item .txtBox .title {
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    line-height: .4rem;
    margin-bottom: .12rem;
}

.index_rmyy .itemBox .item .txtBox .type {
    font-size: .24rem;
    color: #aaa;
    margin-bottom: .12rem;
}

.index_rmyy .itemBox .item .txtBox .num {
    font-size: .24rem;
    color: #aaa;
}

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

.index_rmyy .itemBox .item .detail:hover {
}





















.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 .star {
    height: .32rem;
    width: 1.6rem;
    background: url('../images/bigStar.png') repeat-x center/.32rem;
    display: inline-block;
    margin: 0;
}

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

.list_game .star-1:before {
    width: .32rem;
}

.list_game .star-2:before {
    width: .64rem;
}

.list_game .star-3:before {
    width: .96rem;
}

.list_game .star-4:before {
    width: 1.28rem;
}

.list_game .star-5:before {
    width: 1.6rem;
}

.list_game_itemBox .itemBox {
}

.list_game_itemBox .item {
	padding: .4rem;
    border: .02rem solid #f5f5f5;
    width: auto;
    height: 3.76rem;
    position: relative;
	margin-bottom: 0.4rem;
}

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

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

.list_game_itemBox .item  .star {
    margin: 0;
}

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

.list_game_itemBox .item .txtBox {}


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


.list_game_itemBox .item .detail {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    color: #999;
    background-color: #E4E4E4;
    box-shadow: inset .4rem .4rem .8rem 0px rgba(255,255,255,0.25);
}

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

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

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

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

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

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

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .txtBox .titleBox {
}

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

.list_news_itemBox .itemBox .item .txtBox .time {
    font-size: .24rem;
    color: #aaa;
    margin-bottom: .04rem;
}

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

.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;
    position: relative;
    padding: 0 .48rem;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    margin: .32rem 0;
}
.show_news .show_news_contentBox .contentBox h3::before {
    display: block;
    width: .28rem;
    height: .32rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}
.show_news .show_news_contentBox .contentBox h3::after {
    display: block;
    width: .28rem;
    height: .32rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_after.png);
}



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

.kaifu .titleBox {
	height: 0.8rem;
	line-height: .8rem;
	padding: 0 .2rem;
	padding-left: .68rem;
	font-size: .28rem;
	color: #777;
	margin-bottom: 0.4rem;
	position: relative;
	background-color: #f5f5f5;
}
.kaifu .titleBox::before {
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lb.png);
}
.kaifu .titleBox .info{
	font-size: .28rem;
	color: #333;
}
.kaifu .titleBox .time{
	color: #aaa;
}

.kaifu .itemBox {}

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

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


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

.kaifu .itemBox .item .txtBox {}

.kaifu .itemBox .item .txtBox .title {
	display: inline-block;
	width: auto;
	font-weight: bold;
	position: relative;
	padding-right: 1rem;
	margin-bottom: 0.04rem;
	line-height: .44rem;
	font-size: .32rem;
	color: #333;
}

.kaifu .itemBox .item .txtBox .title span.tag {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: .24rem;
	color: var(--pm-c);
	width: 0.74rem;
	height: 0.36rem;
	line-height: .36rem;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tagBefore.png);
}


.kaifu .itemBox .item .txtBox .name {
	font-size: .24rem;
	line-height: .34rem;
	margin-bottom: 0.1rem;
	color: #777;
}

.kaifu .itemBox .item .detail {
	display: block;
	width: 1.48rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background: var(--pm-c);
	border-radius: 999px;
}

.kaifu .itemBox .item .time {
	width: auto;
	font-size: .26rem;
	color: #666;
}
.kaifu .itemBox .item .time span{
	color: var(--pm-c);
	font-weight: bold;
}


.show_game {
}

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

.show_game .show_game_contentBox .info {
	margin-bottom: 0.34rem;
}
.show_game .show_game_contentBox .thum {
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: .36rem;
	margin-right: 0.4rem;
	overflow: hidden;
}

.show_game .show_game_contentBox .titleBox .title {
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	line-height: .48rem;
	margin-bottom: .22rem;
}
.show_game .show_game_contentBox .titleBox .score{
	font-size: .24rem;
	color: #777;
}
.show_game .show_game_contentBox .titleBox .score span{
	font-size: .4rem;
	font-weight: bold;
	color: #FEBF21;
}

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

.show_game .show_game_contentBox .tagBox .tag {
	width: auto;
	display: inline-block;
	position: relative;
	font-size: .24rem;
	line-height: .34rem;
	line-height: 2;
	color: rgba(51, 51, 51, 0.5);
}
.show_game .show_game_contentBox .tagBox .tag span{
	display: block;
	line-height: 2;
	color: #333;
}

.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 {
	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 {
    margin-left: -.32rem;
}

.other_rmyx .itemBox .uk-width-1-5 {
    padding-left: .32rem;
}

.other_rmyx .itemBox .uk-width-1-5.uk-grid-margin {
    margin-top: .4rem;
}

.other_rmyx .itemBox .item {
    width: 1.12rem;
}

.other_rmyx .itemBox .item .thum {
    width: 1.12rem;
    height: 1.12rem;
    position: relative;
    margin-bottom: .18rem;
    border-radius: .2rem;
}


.other_rmyx .itemBox .item .title {
	display: -webkit-box;
	text-align: center;
    font-size: .24rem;
    color: #333;
    line-height: .4rem;
}
