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

/*隐藏类*/
.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.3;
    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;
    padding: .2rem;
}

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

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

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

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

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

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

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



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

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

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

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

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

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

.list li {
    padding-left: .4rem;
    position: relative;
    margin-bottom: .32rem;
}

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

.list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: .08rem;
    height: .08rem;
    background-color: #E6E6E6;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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


.public_title {
    width: 100%;
    margin-bottom: .4rem;
    position: relative;
    padding-bottom: .16rem;
    border-bottom: .02rem solid #f2f2f2;
}

.public_title .title {
    font-size: .32rem;
    color: #333;
    padding-left: .48rem;
    position: relative;
    font-weight: bold;
    z-index: 3;
    line-height: .4rem;
}

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

.public_title .more {
    position: relative;
    font-size: .24rem;
    color: #999;
}









.bgc-ht {
    position: relative;
    padding-top: 0.8rem;
}

.bgc-ht::before {
    position: absolute;
    left: 0;
    top: 0.3rem;
    content: "";
    width: 100%;
    height: 0.2rem;
    background-color: #f7f7f7;
}

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

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

/* 首页 */
.header {
    padding-bottom: 0.24rem;
    background-color: var(--pm-c);
}

.topLogo {}

.logoBox {
    margin: .3rem 0;
}

.logo {
    display: block;
    width: 1.6rem;
    position: relative;
    overflow: hidden;
}

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

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

}

.header .navBar li a {
    display: block;
    padding: 0 .2rem;
    min-width: 1rem;
    font-size: .28rem;
    color: #fff;
    height: 100%;
    line-height: .64rem;
    position: relative;
    z-index: 3;
}

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

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

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

.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    width: 3.42rem;
    height: .56rem;
    font-size: .28rem;
    padding-left: 0.2rem;
    padding-right: .6rem;
    border-radius: 888rem;
    border: .02rem solid #E8F2F0;
}

.header .searchBox .search_ipt::placeholder {
    font-size: .24rem;
    color: var(--pm-c);
}

.header .searchBox .search_btn {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    position: absolute;
    right: 0.22rem;
    top: 0.14rem;
}






.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    position: relative;
}

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

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

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

.index_top_slider .slider_item .thum .title {
    display: block;
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 .24rem;
    font-size: .28rem;
    padding-right: 1.26rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: .26rem;
    right: 0.24rem;
}

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

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: .16rem;
    height: .16rem;
    background: rgba(255, 255, 255, 0.4);
}

.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_top_slider .btm {
    margin-top: .36rem;
    background: rgba(24, 144, 255, 0.05);
    padding: .24rem .3rem;
    position: relative;
}

.index_top_slider .btm::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/item_bgi.png);
}

.index_top_slider .btm .info {
    padding-right: .4rem;
}

.index_top_slider .btm .title {
    font-size: .28rem;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: .16rem;
}

.index_top_slider .btm .desc {
    margin-bottom: .36rem;
    font-size: .24rem;
    color: #999;
}

.index_top_slider .btm .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_top_slider .btm .tagBox .tag {
    position: relative;
    padding-left: .32rem;
}

.index_top_slider .btm .tagBox .tag.eye {
    margin-right: .32rem;
}

.index_top_slider .btm .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    content: "";
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_top_slider .btm .tagBox .eye.tag::before {
    background-image: url(../images/eye.png);
}

.index_top_slider .btm .tagBox .time.tag::before {
    background-image: url(../images/time_666.png);
}

.index_top_slider .btm .detail {
    display: block;
    writing-mode: vertical-rl;
    width: .6rem;
    text-align: center;
    height: 1.52rem;
    line-height: .6rem;
    letter-spacing: .08rem;
    font-size: .24rem;
    color: var(--pm-c);
    background: #fff;
    border-radius: .08rem;
    border: .02rem solid var(--pm-c);
    z-index: 6;
}




.index_newsBox {}

.index_newsBox .top {
    padding-bottom: .3rem;
    margin-bottom: .2rem;
    border-bottom: .02rem dashed #e6e6e6;
}

.index_newsBox .top .title {
    font-size: .32rem;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: .2rem;
    position: relative;
    padding-left: .32rem;
}

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

.index_newsBox .top .desc {
    font-size: .24rem;
    color: #999;
    margin-bottom: .4rem;
    line-height: .4rem;
}

.index_newsBox .top .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_newsBox .top .tagBox .tag {}

.index_newsBox .top .tagBox .tag::after {
    content: "·";
    margin: 0 .12rem;
}

.index_newsBox .top .tagBox .tag:last-child::after {
    display: none;
}

.index_newsBox .top .tagBox .source {
    padding-left: .32rem;
    position: relative;
}

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

.index_newsBox .list {
    position: relative;
}

.index_newsBox .list li {
    margin-bottom: .18rem;
    padding-bottom: .2rem;
    border-bottom: .02rem dashed #e6e6e6;
}

.index_newsBox .list li::before {
    width: .16rem;
    height: .16rem;
    background-image: url(../images/li_before.png);
    border-radius: 0;
    background-color: transparent;
    top: .08rem;
    transform: translateY(0);
}

.index_newsBox .list li .title {
    position: relative;
}


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









.index_rmgl {}

.index_rmgl .itemBox {
    position: relative;
}

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

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

.index_rmgl .itemBox .item .time {
    font-size: .24rem;
    color: #999;
}


.index_rmgl .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "热";
    width: .36rem;
    height: .36rem;
    line-height: .32rem;
    text-align: center;
    border: .02rem solid var(--pm-c);
    border-radius: .06rem;
    font-size: .24rem;
    color: var(--pm-c);
}

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

.index_rmgl .itemBox .item .title {
    font-size: .28rem;
    color: #333;
    position: relative;
    padding-left: .52rem;
    padding-right: .6rem;
}


.index_rmgl .itemBox .item .desc {
    margin-top: .24rem;
    font-size: .24rem;
    color: #999;
    padding: .22rem .36rem;
    background-color: #fafafa;
}

.index_rmgl .itemBox .item .desc span {
    line-height: .42rem;
}







.index_rmzx {}

.index_rmzx .itemBox {
    padding-left: .36rem;
    position: relative;
}

.index_rmzx .itemBox::before {
    position: absolute;
    left: .06rem;
    top: 0;
    background-color: #e6e6e6;
    content: "";
    display: block;
    width: .02rem;
    height: 100%;
}

.index_rmzx .itemBox .item {
    margin-bottom: .36rem;
    position: relative;
}

.index_rmzx .itemBox .item::before {
    position: absolute;
    left: -0.36rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: .12rem;
    height: .12rem;
    background-color: #e6e6e6;
    border: .02rem solid #fff;
}

.index_rmzx .itemBox .item:nth-child(-n+2)::before {
    background-color: var(--pm-c);
    border-color: var(--pm-c);
}

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

.index_rmzx .itemBox .item:nth-child(-n+2) .itemList {
    display: none;
}

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

.index_rmzx .itemBox .item .itemList .time {
    font-size: .24rem;
    color: #999;
}

.index_rmzx .itemBox .item:nth-child(-n+2) .itemCard {
    display: flex;
}

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

.index_rmzx .itemBox .item .itemCard .thum {
    width: 2.6rem;
    height: 1.6rem;
    position: relative;
    margin-right: .3rem;
}

.index_rmzx .itemBox .item .itemCard .title {
    font-size: .28rem;
    color: var(--pm-c);
    margin-bottom: .2rem;
}

.index_rmzx .itemBox .item .itemCard .tagBox {
    font-size: .24rem;
    color: #999;
    margin-bottom: .2rem;
}

.index_rmzx .itemBox .item .itemCard .tagBox .tag {}

.index_rmzx .itemBox .item .itemCard .tagBox .tag::after {
    content: "·";
    margin: 0 .12rem;
}

.index_rmzx .itemBox .item .itemCard .tagBox .tag:last-child::after {
    display: none;
}

.index_rmzx .itemBox .item .itemCard .tagBox .source {
    padding-left: .32rem;
    position: relative;
}

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

.index_rmzx .itemBox .item .itemCard .desc {
    font-size: .24rem;
    color: #999;
}







.index_jxgl {
    position: relative;
}

.index_jxgl .itemBox {}


.index_jxgl .itemBox .item {
    margin-bottom: .3rem;
    padding-bottom: .32rem;
    border-bottom: .02rem solid #f2f2f2;
}

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

.index_jxgl .itemBox .item .order {
    font-weight: bold;
    font-size: .48rem;
    color: #E6E6E6;
    margin-right: .4rem;
}

.index_jxgl .itemBox .item:first-child {
    padding-bottom: 0;
    border-bottom: none;
}

.index_jxgl .itemBox .item:first-child .thumBox {
    display: block;
}

.index_jxgl .itemBox .item:first-child .info {
    display: none;
}

.index_jxgl .itemBox .item .thumBox {
    display: none;
}

.index_jxgl .itemBox .item .thumBox .thum {
    width: 100%;
    height: 3rem;
    position: relative;
}

.index_jxgl .itemBox .item .thumBox .thum span {
    display: block;
    width: 100%;
    height: .64rem;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: .64rem;
    font-size: .28rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_jxgl .itemBox .item .info .title {
    font-size: .28rem;
    color: #333;
    margin-bottom: .24rem;
}

.index_jxgl .itemBox .item .info .thum {
    position: relative;
    width: 1.6rem;
    height: 1rem;
    margin-left: .3rem;
}

.index_jxgl .itemBox .item .info .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_jxgl .itemBox .item .info .tagBox .tag {}

.index_jxgl .itemBox .item .info .tagBox .tag::after {
    content: "·";
    margin: 0 .12rem;
}

.index_jxgl .itemBox .item .info .tagBox .tag:last-child::after {
    display: none;
}

.index_jxgl .itemBox .item .info .tagBox .source {
    padding-left: .32rem;
    position: relative;
}

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







.index_zxzx {}

.index_zxzx .itemBox {}

.index_zxzx .itemBox .item {
    margin-bottom: .28rem;
    padding: .24rem .36rem;
    background-color: #f8f8f8;
    position: relative;
    z-index: 3;
}

.index_zxzx .itemBox .item::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 2.08rem;
    height: 2.08rem;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    background-image: url(../images/zxzx_itemBgi.png);
    z-index: -1;
}

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

.index_zxzx .itemBox .item .title {
    position: relative;
    padding-left: .52rem;
    font-size: .28rem;
    color: #333;
    margin-bottom: .2rem;
}

.index_zxzx .itemBox .item .title .order {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .36rem;
    height: .36rem;
    border-radius: .12rem .04rem .12rem .04rem;
    line-height: .36rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
}

.index_zxzx .itemBox .item:nth-child(1) .title .order {
    background-color: #FF5757;
}

.index_zxzx .itemBox .item:nth-child(2) .title .order {
    background-color: #FF9E57;
}

.index_zxzx .itemBox .item:nth-child(3) .title .order {
    background-color: #FFD338;
}

.index_zxzx .itemBox .item .desc {
    margin-bottom: .4rem;
    font-size: .24rem;
    color: #999;
}

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

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








.index_yxcp {}

.index_yxcp .itemBox {
    margin-left: -0.4rem;
}

.index_yxcp .itemBox .uk-width-1-5 {
    padding-left: .4rem;
}

.index_yxcp .itemBox .item:hover {
    box-shadow: 0rem 0rem .4rem 0rem #DFDFDF;
}

.index_yxcp .itemBox .item {}

.index_yxcp .itemBox .item .thum {
    width: 100%;
    height: 2.4rem;
    position: relative;
}

.index_yxcp .itemBox .item:hover .info {
    background-color: #fff;
}

.index_yxcp .itemBox .item .info {
    padding: .2rem .3rem;
    background-color: #f7f7f7;
}

.index_yxcp .itemBox .item .title {
    font-size: .28rem;
    color: #333;
    position: relative;
    margin-bottom: .32rem;
}

.index_yxcp .itemBox .item .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_yxcp .itemBox .item .tagBox .tag {
    padding-left: .32rem;
    position: relative;
}

.index_yxcp .itemBox .item .tagBox .eye::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    content: "";
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_yxcp .itemBox .item .tagBox .tag.eye::before {
    background-image: url(../images/eye.png);
}




.index_rmyx {}

.index_rmyx .itemBox {
    margin-left: -0.5rem;
}

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

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


.index_rmyx .itemBox .item {
    text-align: center;
    padding: .3rem .4rem .84rem;
    position: relative;
    border: .02rem solid #EBEBEB;
}


.index_rmyx .itemBox .item .thum {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .3rem;
    position: relative;
    margin: 0 auto .12rem;
}

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

.index_rmyx .itemBox .item .size {
    font-size: .24rem;
    color: #999;
}

.index_rmyx .itemBox .item .tagBox {
    font-size: .24rem;
    color: #999;
    text-align: center;
    background-color: #f7f7f7;
    width: 100%;
    height: .64rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_rmyx .itemBox .item .tagBox .tag::before {
    content: "/";
    margin: 0 .04rem;
}

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



.index_zxyy {}

.index_zxyy .itemBox {}

.index_zxyy .itemBox .item {
    margin-bottom: .26rem;
    padding-bottom: .28rem;
    border-bottom: .02rem solid #f2f2f2;
}

.index_zxyy .order {
    margin-right: .3rem;
    width: .36rem;
    height: .36rem;
    background: #C5C5C5;
    border-radius: .12rem .04rem .12rem .04rem;
    line-height: .36rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
}

.index_zxyy .itemBox .item:nth-child(1) .order {
    background-color: #FF5757;
}

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

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

.index_zxyy .itemBox .item .thum {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .3rem;
    position: relative;
    margin-right: .24rem;
}

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

.index_zxyy .itemBox .item .tagBox {
    font-size: .24rem;
    color: #999;
}

.index_zxyy .itemBox .item .tagBox .tag::before {
    content: "/";
    margin: 0 .04rem;
}

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

.index_zxyy .itemBox .item .see {
    display: block;
    width: 1.36rem;
    height: .64rem;
    border-radius: .08rem;
    line-height: .6rem;
    text-align: center;
    font-size: .28rem;
    color: var(--pm-c);
    border: .02rem solid var(--pm-c);
}

.index_zxyy .itemBox .item:hover .see {
    background-color: var(--pm-c);
    color: #fff;
}

.index_zxyy .list {}

.index_zxyy .list li {
    padding-left: 0;
    margin-bottom: .28rem;
    padding-bottom: .26rem;
    border-bottom: .02rem solid #f2f2f2;
}

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

.index_zxyy .list li .num {
    font-size: .24rem;
    color: #999;
}

.index_zxyy .list li .num span {
    color: var(--pm-c);
}













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

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


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

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


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

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

.list_game_itemBox .itemBox {}

.list_game_itemBox .itemBox .item {
    position: relative;
    margin-bottom: 0.3rem;
    padding-bottom: 0.32rem;
    border-bottom: .02rem solid #f2f2f2;
}
.list_game_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}



.list_game_itemBox .itemBox .item .info{
    padding-right: .52rem;
}
.list_game_itemBox .itemBox .item .thum {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .36rem;
    position: relative;
    margin-right: .3rem;
}

.list_game_itemBox .itemBox .item .title {
    font-size: .3rem;
    color: #1a1a1a;
    position: relative;
}

.list_game_itemBox .itemBox .item .scoreBox .star{
    margin: 0;
    margin-right: 0.06rem;
}
.list_game_itemBox .itemBox .item .scoreBox .score {
    font-size: .24rem;
    color: #FFB649;
}


.list_game_itemBox .itemBox .item .tagBox {
    font-size: .24rem;
    color: #999;
    margin: .18rem 0;
}

.list_game_itemBox .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 .12rem;
}

.list_game_itemBox .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}


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


.list_game_itemBox .itemBox .item .tagBox .score {
    font-size: .24rem;
    color: #FFB649;
    padding-left: .32rem;
    margin-right: .12rem;
    position: relative;
}

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

.list_game_itemBox .itemBox .item .time {
    font-size: .24rem;
    color: #999;
    padding-left: 0.32rem;
    position: relative;
}
.list_game_itemBox .itemBox .item .time::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: .28rem;
    height: .28rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time_666.png);
}

.list_game_itemBox .itemBox .item .desc {
    font-size: .24rem;
    color: #999;
    margin-top: 0.24rem;
}






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

.list_news_itemBox .itemBox .item {
    margin-bottom: .32rem;
    padding-bottom: 0.3rem;
    border-bottom: .02rem solid #f2f2f2;
    position: relative;
}

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


.list_news_itemBox .itemBox .item .thum {
    width: 2.4rem;
    height: 1.6rem;
    margin-right: .3rem;
    position: relative;
}

.list_news_itemBox .itemBox .item .desc {
    font-size: .24rem;
    color: #999;
    line-height: .42rem;
    text-wrap: wrap;
}

.list_news_itemBox .itemBox .item .title {
    font-size: .28rem;
    color: #1a1a1a;
    position: relative;
    margin-bottom: .28rem;
}



.list_news_itemBox .itemBox .item .tagBox {
    font-size: .24rem;
    color: #999;
    position: relative;
    margin-bottom: .24rem;
}

.list_news_itemBox .itemBox .item .tagBox .tag::after {
    content: "·";
    margin: 0 .12rem;
}

.list_news_itemBox .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

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

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



.show_news {
    margin-top: 0.2rem;
}

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

.show_news .show_news_contentBox .titleBox {
    padding-top: .4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.2rem;
    background-color: #fafafa;
}

.show_news .show_news_contentBox .titleBox h1 {
    font-size: .36rem;
    color: #1a1a1a;
    font-weight: bold;
    line-height: .72rem;
    text-align: center;
}

.show_news .show_news_contentBox .titleBox .tagBox {
    margin-top: 0.24rem;
    font-size: .24rem;
    color: #999;
}


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

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

.detail_contentBox h3,
.detail_content_box h3 {
    font-size: .32rem;
    color: var(--pm-c);
    padding-left: .56rem;
    background-size: cover;
    margin: .4rem 0 .2rem;
    position: relative;
    height: .6rem;
    background: rgba(229, 75, 75, 0.05);
    line-height: .6rem;
}

.detail_contentBox h3::before,
.detail_content_box h3::before {
    display: block;
    content: "";
    width: .06rem;
    height: .32rem;
    background-color: var(--pm-c);
    border-radius: 13.32rem;
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}




.index_jxgl .itemBox .item:nth-child(1) .thum .order {
    background-color: #FF8888;
}

.index_jxgl .itemBox .item:nth-child(2) .thum .order {
    background-color: #FFAC88;
}

.index_jxgl .itemBox .item:nth-child(3) .thum .order {
    background-color: #FFD788;
}

.index_jxgl .itemBox .item .thum .order {
    width: .88rem;
    height: .38rem;
    background: #DCDCDC;
    border-radius: 0rem 0rem .16rem 0rem;
    line-height: .38rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    position: absolute;
    left: 0;
    top: 0;
}


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

.show_news .show_news_contentBox.kaifu_title .titleBox {
    background: #FFFCF6;
    padding: .24rem;
}

.show_news .show_news_contentBox.kaifu_title .titleBox h1 {
    margin-bottom: 0;
}

.kaifu .titleBox {
    font-weight: 400;
    text-align: center;
    width: auto;
    font-size: .26rem;
    color: #777;
    margin-bottom: 0.4rem;
    position: relative;
}

.kaifu .titleBox .info {
    position: relative;
    padding-left: 0.56rem;
    font-size: .28rem;
    color: #333;
    font-weight: bold;
}

.kaifu .titleBox .info span {
    font-weight: 400;
    font-size: .24rem;
    color: #999;
}

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




.kaifu .itemBox {}

.kaifu .itemBox .item {
    margin-bottom: 0.32rem;
    padding-bottom: .3rem;
    border-bottom: .02rem solid #f2f2f2;
    position: relative;
}

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

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

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

.kaifu .itemBox .item .thum .tag {
    position: absolute;
    left: 0.08rem;
    top: 0.08rem;
    display: none;
    width: .76rem;
    height: .44rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .08rem;
    border: .02rem solid var(--pm-c);
    line-height: .4rem;
    text-align: center;
    font-size: .26rem;
    color: var(--pm-c);
}


.kaifu .itemBox .item .txtBox {
    padding-right: .4rem;
}

.kaifu .itemBox .item .txtBox .title {
    display: inline-block;
    width: auto;
    position: relative;
    font-size: .28rem;
    color: #333;
    padding-right: 0.88rem;
}


.kaifu .itemBox .item .txtBox .title .tagBox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kaifu .itemBox .item .txtBox .title span {
    display: block;
    width: .36rem;
    height: .36rem;
    background-repeat: no-repeat;
    background-size: .28rem;
    border-radius: .06rem;
}

.kaifu .itemBox .item .txtBox .title span.pg {
    background-color: var(--pm-c);
    background-position: center;
    background-image: url(../images/kaifu_pg.png);
}

.kaifu .itemBox .item .txtBox .title span.az {
    margin-right: .08rem;
    background-color: #5481F3;
    background-position: center;
    background-image: url(../images/kaifu_az.png);
}

.kaifu .itemBox .item .txtBox .name {
    font-size: .24rem;
    color: #888;
    margin-bottom: 0.06rem;
}

.kaifu .itemBox .item .detail {
    display: block;
    width: 1.36rem;
    height: .64rem;
    line-height: .6rem;
    border: .02rem solid var(--pm-c);
    border-radius: .08rem;
    text-align: center;
    font-size: .28rem;
    color: var(--pm-c);
}

.kaifu .itemBox .item .time {
    font-size: .24rem;
    color: #999;
    margin: .12rem 0;
}



.show_game {}

.show_game .show_game_contentBox .titleBox {
    width: auto;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    z-index: 3;
    background-size: cover;
    padding-top: 0.3rem;
}


.show_game .show_game_contentBox .top {
    margin-bottom: 0.4rem;
}

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


.show_game .show_game_contentBox .titleBox .topBox {}

.show_game .show_game_contentBox .titleBox .info {
    position: relative;
}


.show_game .show_game_contentBox .titleBox .topTitle {
    margin-bottom: 0.22rem;
}


.show_game .show_game_contentBox .titleBox .title {
    font-size: .32rem;
    color: #1a1a1a;
    position: relative;
    display: inline-block;
    font-weight: bold;
}




.show_game .show_game_contentBox .tagBox {}

.show_game .show_game_contentBox .tagBox .uk-width-1-2 {}


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

.show_game .show_game_contentBox .tagBox .tag {
    font-size: .24rem;
    color: #808080;
    position: relative;
}


.show_game .show_game_contentBox .down {}

.show_game .show_game_contentBox .down a {
    display: block;
    margin-top: 0.34rem;
    width: auto;
    height: .9rem;
    background: #5481F3;
    border-radius: .12rem;
    font-size: .32rem;
    color: #fff;
    line-height: .9rem;
    text-align: center;
    padding-left: 0.4rem;
    position: relative;
}

.show_game .show_game_contentBox .down a::before {
    position: absolute;
    left: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: .36rem;
    height: 0.36rem;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_icon.png);
}

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


.show_game .list_game_itemBox .itemBox .item .title {
    font-weight: bold;
    margin-bottom: .16rem;
}

.show_game .list_game_itemBox .itemBox .item .desc {
    font-size: .24rem;
    color: #999;
}



.other_xgtj {
    overflow: hidden;
}

.other_xgtj .itemBox {
    margin-left: -0.46rem;
}

.other_xgtj .itemBox .uk-width-1-2 {
    padding-left: .46rem;
}

.other_xgtj .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: .28rem;
    border-top: .02rem dashed #EBEBEB;
    padding-top: .28rem;
}

.other_xgtj .itemBox .item {}

.other_xgtj .itemBox .item .thum {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .3rem;
    position: relative;
    margin-right: .24rem;
}

.other_xgtj .itemBox .item .title {
    font-size: .28rem;
    color: #1a1a1a;
}

.other_xgtj .itemBox .item .type {
    font-size: .24rem;
    color: #999;
    margin: .1rem 0;
    letter-spacing: 0;
}
.other_xgtj .itemBox .item .size {
    font-size: .24rem;
    letter-spacing: 0;
    color: #999;
}





/* 404/500页面 */
.error {
    min-height: 8rem;
    margin-bottom: .8rem;
}

.error .img {
    width: 100%;
    height: auto;
    min-height: 6rem;
    position: relative;
    overflow: hidden;
    margin: 1rem auto 0;
}

.error .textBox {
    margin-top: .12rem;
    text-align: center;
}

.error .textBox .text {
    text-align: center;
    font-size: .28rem;
    color: #999;
    margin-bottom: .28rem;
}

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