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

/*隐藏类*/
.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: #f5f5f5;
    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;
    padding: .5rem .4rem;
    border-radius: .12rem;
}

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

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

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

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

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

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

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

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.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 !important;
}

.m-l-r-20 {
    margin: 0 .2rem;
}

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


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

.public_title .title::before {
    display: block;
    width: .48rem;
    height: .48rem;
    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: #aaa;
}

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


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

.footer .title {
    color: #ccc;
}

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

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

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

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

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

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

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

.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;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/search_icon.png);
}

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

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

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

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



.index_top_slider {
    width: 100%;
    position: relative;
    height: 3.6rem;
}

.index_top_slider .sliderBox {
    width: 100%;
    height: 100%;
}

.index_top_slider .sliderBox .slider_item {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.index_top_slider .sliderBox .slider_item li {
    width: 100%;
    height: 100%;
    padding-left: 0;
}

.index_top_slider .sliderBox .slider_item li .thum {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_top_slider .sliderBox .slider_item li .title {
    display: block;
    font-size: .32rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .16rem .4rem .36rem;
    color: #fff;
    width: 100%;
    height: 1.08rem;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: .16rem;
    left: 50%;
    transform: translateX(-50%);
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: .14rem;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: .12rem;
    height: .12rem;
    border-radius: 66px;
    background: rgba(255, 255, 255, .5);
}

.index_top_slider .sliderBox .dotnav li:last-child {
    margin-right: 0;
}

.index_top_slider .sliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.index_rmtj {}

.index_rmtj .order {
    width: .4rem;
    height: .4rem;
    background-color: #f3f3f3;
    line-height: .4rem;
    text-align: center;
    font-size: .28rem;
    color: #777;
    margin-right: .2rem;
}

.index_rmtj .top {
    width: 100%;
    height: 2.04rem;
    padding: .32rem .2rem .28rem;
    background-color: #f5f5f5;
}

.index_rmtj .top .order {
    background-color: var(--pm-c);
    color: #fff;
}

.index_rmtj .top .thum {
    position: relative;
    width: 2.2rem;
    height: 1.44rem;
    border-radius: .12rem;
    margin-left: .2rem;
}

.index_rmtj .top .thum::before {
    display: block;
    width: .46rem;
    height: .42rem;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
    z-index: 3;
}

.index_rmtj .top .title {
    font-size: .28rem;
    color: #333;
    line-height: .48rem;
    text-wrap: wrap;
    height: .96rem;
    margin-bottom: .16rem;
}

.index_rmtj .top .time {
    font-size: .24rem;
    inherits: .34rem;
    color: #aaa;
}

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

.index_rmtj .list li {
    padding-left: 0;
    margin-bottom: .38rem;
}

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

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

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

.index_xwrd {}

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

.index_xwrd .itemBox .item {
    margin-bottom: .44rem;
}

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

.index_xwrd .itemBox .item .thum {
    width: 2.76rem;
    height: 1.76rem;
    border-radius: .12rem;
    position: relative;
    margin-right: .2rem;
}

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

.index_xwrd .itemBox .item .text {
    font-size: .28rem;
    color: #777;
    margin-bottom: .24rem;
    line-height: .4rem;
}

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

.index_xwrd .list {}

.index_xwrd .list li {
    padding-left: 0;
    margin-bottom: .28rem;
}

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

.index_xwrd .list li .tag {
    margin-right: .2rem;
    font-size: .28rem;
    color: #aaa;
    line-height: .4rem;
}

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

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

.index_rmdt {}

.index_rmdt .itemBox {
    margin-bottom: .32rem;
}

.index_rmdt .itemBox .item {
    height: .72rem;
    background: #F5F5F5;
    border-radius: .08rem;
    line-height: .72rem;
    padding: 0 .2rem;
    margin-bottom: .32rem;
}

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

.index_rmdt .itemBox .item .tag {
    display: inline-block;
    padding: 0 .24rem;
    position: relative;
    margin-right: .2rem;
    font-size: .28rem;
    color: #968D8A;
}

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

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

.index_rmdt .itemBox .item .title {
    font-size: .28rem;
    color: #968D8A;
}

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

.index_rmdt .list {}

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

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

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

.index_rmzx {}

.index_rmzx .aBox {
    margin-bottom: .48rem;
}

.index_rmzx .aBox a {
    width: 1.96rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/aBgi.png);
}

.index_rmzx .aBox a.active {
    font-weight: bold;
    color: #fff;
    background-image: url(../images/aBgi_curr.png);
}

.index_rmzx .list {}

.index_rmzx .list li {
    padding-left: 0;
    margin-bottom: .38rem;
}

.index_rmzx .list li .title {
    line-height: .48rem;
}

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

.index_rmzx .list li .tag {
    width: .8rem;
    height: .44rem;
    background: rgba(226, 55, 3, 0.1);
    line-height: .44rem;
    text-align: center;
    border-radius: .12rem 0 .12rem 0;
    margin-right: .2rem;
    font-size: .28rem;
    color: var(--pm-c);
}

.index_xyqb {}

.index_xyqb .itemBox {
    margin-bottom: .44rem;
}

.index_xyqb .itemBox .item {
    margin-bottom: .44rem;
}

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

.index_xyqb .itemBox .item .thum {
    width: 1.88rem;
    position: relative;
    height: 1.24rem;
    border-radius: .08rem;
    margin-right: .2rem;
}

.index_xyqb .itemBox .item .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .6rem;
    margin-bottom: .16rem;
}

.index_xyqb .itemBox .item .text {
    font-size: .28rem;
    color: #999;
}

.index_xyqb .list {}

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

.index_xyqb .list li::before {
    border-radius: 0;
}

.index_zjgx {}

.index_zjgx .itemBox {}

.index_zjgx .itemBox .item {
    margin-bottom: .24rem;
}

.index_zjgx .itemBox .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.index_zjgx .itemBox .item:nth-child(2n) .thum::before {
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

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

.index_zjgx .itemBox .item .thum {
    width: 2.32rem;
    height: 1.52rem;
    position: relative;
}

.index_zjgx .itemBox .item .thum::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    content: "";
    display: block;
    width: .2rem;
    height: .2rem;
    background-color: #f5f5f5;
    z-index: 3;
}

.index_zjgx .itemBox .item .txtBox {
    height: 1.52rem;
    background-color: #f5f5f5;
    padding: .18rem .2rem .22rem .18rem;
}

.index_zjgx .itemBox .item .txtBox .title {
    font-size: .28rem;
    color: #333;
    font-weight: bold;
    line-height: .56rem;
    margin-bottom: .24rem;
}


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

.index_rdtj {}

.index_rdtj .topThum {
    display: block;
    width: 100%;
    height: 4rem;
    box-shadow: 0px .1rem .16rem 0px rgba(150, 150, 150, 0.2);
    border-radius: .12rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .4rem;
}

.index_rdtj .topThum span.title {
    display: block;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .2rem;
    background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.index_rdtj .itemBox {}

.index_rdtj .itemBox .item {
    margin-bottom: .32rem;
    padding-bottom: .32rem;
    border-bottom: .02rem solid #F5F5F5;
}

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

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

.index_rdtj .itemBox .item .thum {
    width: 2.4rem;
    height: 1.52rem;
    border-radius: .08rem;
    position: relative;
    margin-right: .22rem;
}

.index_rdtj .itemBox .item .text {
    font-size: .28rem;
    color: #777;
    line-height: .48rem;
    height: 1rem;
    margin-bottom: .12rem;
    text-wrap: wrap;
}

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

.index_bksy {}

.index_bksy .itemBox {}


.index_bksy .itemBox .item {
    position: relative;
    padding: .28rem .4rem .28rem 0;
    margin-bottom: 0.36rem;
}

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

.index_bksy .itemBox .item .thum {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .36rem;
    z-index: 4;
}

.index_bksy .itemBox .item .thum .tag {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: .84rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    border-radius: .4rem 0 .4rem 0;
    background-color: var(--pm-c);
}


.index_bksy .itemBox .item .txtBox {
    width: 5.76rem;
    height: 2.16rem;
    border-radius: .16rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: .36rem 1.58rem 0.36rem 1.34rem;
    background-color: #f8f8f8;
}

.index_bksy .itemBox .item .txtBox .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .46rem;
    margin-bottom: .08rem;
}

.index_bksy .itemBox .item .txtBox .tagBox {
    font-size: .28rem;
    color: #aaa;
    line-height: .4rem;
    margin-bottom: 0.14rem;
}

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

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

.index_bksy .itemBox .item .txtBox .time {
    font-size: .24rem;
    color: #aaa;
    line-height: .36rem;
}

.index_bksy .itemBox .item .detail {
    background-color: var(--pm-c);
    box-shadow: inset .4rem .4rem .8rem 0 #fff 25%;
    color: #fff;
    display: block;
    height: 1.6rem;
    width: .68rem;
    text-align: center;
    line-height: .68rem;
    writing-mode: vertical-rl;
    font-size: .28rem;
    border-radius: .16rem;
    position: absolute;
    right: .4rem;
    top: .28rem;
}

.index_rmyy {}

.index_rmyy .itemBox {}

.index_rmyy .itemBox .item {
    width: 100%;
    height: 1.8rem;
    border-radius: .16rem;
    border: .02rem solid #EEEEEE;
    padding: .2rem;
    margin-bottom: .3rem;
}

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

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

.index_rmyy .itemBox .item .txtBox {}

.index_rmyy .itemBox .item .txtBox .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    padding-right: .8rem;
    position: relative;
    margin-bottom: .14rem;
}

.index_rmyy .itemBox .item .txtBox .title .score {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .32rem;
    font-size: .28rem;
    color: var(--pm-c);
    font-weight: bold;
}

.index_rmyy .itemBox .item .txtBox .title .score::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: .24rem;
    height: .22rem;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Star\ 1.png);
}

.index_rmyy .itemBox .item .txtBox .tagBox {
    width: 46%;
    font-size: .24rem;
    color: #aaa;
    line-height: .34rem;
    margin-left: 0;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag:nth-child(2n)::before {
    display: inline-block;
    content: "|";
    margin: 0 .1rem;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag.uk-grid-margin {
    margin-top: .1rem;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag {
    padding-left: 0;
    display: inline-block;
    width: auto;
}

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

.p-40-20-0 {
    padding: .4rem .2rem 0 !important;
}

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

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


.index_friend_link .aBox a {
    font-size: .26rem;
    color: #999;
    margin-right: .16rem;
}

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


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

.list_game_itemBox .itemBox {}


.list_game_itemBox.index_bksy .item .txtBox {
    padding: 0;
    padding-top: .4rem;
    position: static;
    padding-right: .8rem;
}

.list_game_itemBox.index_bksy .item .detail {
    top: 0.4rem;
    border: .02rem solid #D9D9D9;
    background-color: #fff;
    color: #aaa;
    letter-spacing: .08rem;
}

.list_game_itemBox .item {
    padding: .4rem !important;
    width: auto;
    border-radius: .16rem;
    height: 2.4rem;
    background-color: #f8f8f8;
    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;
}

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

.list_game_itemBox .item .txtBox {
    padding-right: 1.2rem;
}


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

.list_game_itemBox .item .detail {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    font-size: .28rem;
    color: #aaa;
    box-shadow: inset .04rem .04rem .08rem 0px rgba(255, 255, 255, 0.25);
    width: 1.1rem;
    background: #F8F8F8;
    border-radius: 0px .16rem .16rem 0px;
    border-left: .02rem solid #F5F5F5;
}

.list_game_itemBox .item .detail span {
    line-height: .4rem;
    width: .6rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

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

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

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

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

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

.list_news_itemBox .itemBox .item .thum .tag {
    display: block;
    width: .64rem;
    height: .36rem;
    border-radius: .08rem 0 .08rem 0;
    line-height: .36rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--pm-c);
    font-size: .24rem;
    color: #fff;
}

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .titleBox {
    margin-bottom: .24rem;
    padding: 0;
    border: none;
}

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

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

.list_news_itemBox .itemBox .item .txtBox {}

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

.p-40 {
    padding: 0.4rem !important;
}

.show_news {
    margin-top: 0.4rem;
}

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

.show_news .show_news_contentBox .titleBox {
    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;
}

.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%);
    padding: 0 .64rem;
    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: .44rem;
    height: .44rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}

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



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

.kaifu .titleBox {
    padding-left: .48rem;
    font-size: .28rem;
    color: #777;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: .02rem solid #f5f5f5;
    position: relative;
    letter-spacing: 0;
}

.kaifu .titleBox::before {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    left: 0;
    top: .08rem;
    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 {
    font-size: .24rem;
    color: #aaa;
}

.kaifu .itemBox {}

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

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


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

.kaifu .itemBox .item .txtBox {}

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

.kaifu .itemBox .item .title span.tag {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: .24rem;
    color: var(--pm-c);
    border: .02rem solid var(--pm-c);
    border-radius: .08rem;
    width: 0.68rem;
    height: 0.36rem;
    line-height: .32rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.kaifu .itemBox .item .txtBox .name {
    font-size: .28rem;
    line-height: .4rem;
    margin-bottom: 0.08rem;
    color: #666;
}

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

.kaifu .itemBox .item .time {
    width: auto;
    font-size: .28rem;
    color: #666;
}

.kaifu .itemBox .item .time span {}


.show_game {}

.show_game .show_game_contentBox .titleBox {
    width: auto;
    height: auto;
    margin-bottom: 0.4rem;
    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.6rem .32rem 0 .3rem;
}



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

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

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

.show_game .show_game_contentBox .score {
    font-size: .28rem;
    color: #fff;
    width: 1.22rem;
    height: 0.44rem;
    line-height: .44rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../images/tagBgi.png);
}


.show_game .show_game_contentBox .tagBox {
    margin-bottom: 0.4rem;
    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 .contentBox .item:nth-child(1) {
    padding-right: 0.2rem !important;
}

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

.other_rmyx .itemBox .uk-width-1-4 {
    padding-left: .42rem;
}

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

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

.other_rmyx .itemBox .item .thum {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    margin: 0 auto .02rem;
    border-radius: .28rem;
}


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

.other_rmyx .itemBox .item .see {
    display: block;
    width: auto;
    height: .56rem;
    border-radius: 108px;
    border: .02rem solid #D9D9D9;
    line-height: .52rem;
    text-align: center;
    font-size: .24rem;
    color: #aaa;
}