/*隐藏类*/
:root {
    --pm-c: #00BFB1;
}

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

/* CSS Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    background: #f7f7f7;
}

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,
main,
header,
footer,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */


a,
a:hover {
    background-color: transparent;
    text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

input::-webkit-input-placeholder {
    color: transparent;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

input:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

/* 重复使用 */
.p-20 {
    padding: 20px;
}
.p-l-r-40{
    padding: 0 40px;
}
.p-16 {
    padding: 16px;
}

.bgc-fff {
    background-color: #fff;
}

.frame {
    border: 1px solid #eaeaf8;
}

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

.truncate-t-l {
    display: -webkit-box !important;
    /* 使用弹性盒子布局模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 2;
    /* 限制在三行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本溢出 */
}

.thum {
    display: block;
    overflow: hidden;
}

.title {
    display: block;
}

/* 评分图标 */
.star {
    height: 14px;
    width: 70px;
    background: url('../images/star.png') repeat-x center/14px;
    display: inline-block;
    margin: 10px 0;
}

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

.star-1:before {
    width: 14px;
}

.star-2:before {
    width: 28px;
}

.star-3:before {
    width: 42px;
}

.star-4:before {
    width: 56px;
}

.star-5:before {
    width: 70px;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
    margin: 60px 0 40px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    color: #666;
    background: #fff;
}

.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: 6px 12px;
    border: 1px solid transparent;
}
.pagination li {
    color: #666;
}
.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination li:last-child {
    display: inline-block;
}
.uk-container {
    box-sizing: border-box;
    padding: 0;
}

/* 可复用 */
.list{
    width: 100%;
}
.list li{
    padding-left: 14px;
    position: relative;
    margin-bottom: 16px;
}
.list li:last-child {
    margin-bottom: 0!important;
}
.list li::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}
.list li .title{
    font-size: 14px;
    color: #333;
    padding-right: 20px;
    line-height: 16px;
}
.list li .time{
    font-size: 12px;
    color: #aaa;
}

.public_title{
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}
.public_title .title{
    padding-left: 32px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
}
.public_title .title::before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
}
.public_title .title.zxph::before{
    background-image: url(../images/zxph.png);
}
.public_title .more{
    font-size: 13px;
    color: #999;
    position: relative;
    padding-right: 15px;
}
.public_title .more::before{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_more.png);
}

.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    text-align: center;
    padding: 40px 0;
}

.footer a {
    font-size: 14px;
    color: #999;
}
.footer a::before {
    display: inline-block;
    content: "|";
    margin: 0 16px;
}
.footer a:first-child::before {
    display: none;
}

.footer .name {
    color: #ccc;
    margin: 24px 0;
}

.footer .aBox {
}

.footer_p p{
	margin-top: 20px;
}


/* 当前位置 */
.crumbs {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs a::before {
    display: inline-block;
    content: ">";
    margin: 0 4px;
}

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

.crumbs::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/crumbs.png);
}

.crumbs a:last-child {
    color: #4d4d4d;
}

/* 首页页面 */
.header {
    background-color: #fff;
}
.header .logoBox{
    height: 100px;
}
.header .logoBox .logo{
    width: 194px;
    height: 50px;
}
.header .logoBox .searchBox{
    position: relative;
    overflow: hidden;
}
.header .logoBox .searchBox .ipt{
    display: block;
    width: 400px;
    height: 44px;
    line-height: 42px;
    border: 1px solid var(--pm-c);
    padding: 0 80px 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.header .logoBox .searchBox .img{
    display: block;
    position: absolute;
    width: 70px;
    height: 44px;
    right: 0;
    top: 0;
    background-color: var(--pm-c);
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
    border-radius: 0 4px 4px 0;
}
.header .logoBox .searchBox .ipt::placeholder{
    color: #666;
}
.header .logoBox .searchBox .ipt:-webkit-input-placeholder {
	color: #666666;
}

.header .logoBox .searchBox .ipt:-moz-input-placeholder {
	color: #666666;
}

.header .logoBox .searchBox .ipt:-ms-input-placeholder {
	color: #666666;
}

.header .navBar{
    height: 60px;
    background-color: var(--pm-c);
}
.header .navBar .aBox{
    height: 60px;
}
.header .navBar .aBox a{
    display: block;
    height: 40px;
    padding: 0 26px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}
.header .navBar .aBox a:last-child{
    margin-right: 0;
}
.header .navBar .aBox a.active{
    background: rgba(0,0,0,0.12);
    border-radius: 999px;
}
.main{
    background-repeat: no-repeat;
    background-size: 100% 700px;
    background-image: url(../images/main_bgi.png);
    padding-top: 20px;
}
.index_box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.index_topCard{}
.index_topCard .itemBox{
    margin-left: -10px;
}
.index_topCard .itemBox .item{
    padding-left: 10px;
    width: 11.11%;
}
.index_topCard .itemBox .item .box:hover{
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.index_topCard .itemBox .item .box{
    width: 120px;
    height: 148px;
    text-align: center;
    padding: 12px 22px;
    background-color: #f7f7f7;
}
.index_topCard .itemBox .item .box .thum{
    width: 76px;
    height: 76px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 6px;
}
.index_topCard .itemBox .item .box .title{
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 9px;
}
.index_topCard .itemBox .item .box .scoreBox{
    text-align: center;
    color: var(--pm-c);
    font-size: 12px;
    padding-left: 16px;
    position: relative;
    display: inline-block;
    width: auto;
}
.index_topCard .itemBox .item .box .scoreBox::before{
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: -1px;
    background-image: url(../images/star_curr.png);
}

.index_topList{
    margin-top: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}
.index_topList .itemBox{
    margin-left: -25px;
}
.index_topList .itemBox .uk-width-1-5{
    padding-left: 25px;
}
.index_topList .itemBox .uk-width-1-5.uk-grid-margin{
    margin-top: 12px;
}
.index_topList .itemBox .item{
    width: 210px;
}
.index_topList .itemBox .item .thum{
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    margin-right: 8px;
}
.index_topList .itemBox .item .title{
    padding-right: 16px;
    font-size: 14px;
    color: #333;
}
.index_topList .itemBox .item .down{
    display: block;
    width: 50px;
    height: 24px;
    border: 1px solid var(--pm-c);
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border-radius: 3px;
}
.index_topList .itemBox .item .down:hover{
    background-color: var(--pm-c);
    color: #fff;
    line-height: 24px;
    border: none;
}

.index_topImgBox{
    margin-bottom: 40px;
}
.index_topImgBox .itemBox{
    margin-left: -16px;
}
.index_topImgBox .itemBox .item{
    padding-left: 16px;
    width: 16.66%;
}
.index_topImgBox .itemBox .thum{
    width: 180px;
    height: 100px;
    position: relative;
}
.index_topImgBox .itemBox .thum span{
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0 12px;
    line-height: 32px;
    text-align: center;
}
.index_contentBox{
    margin-bottom: 60px;
}
.index_contentBox .content{}
.index_contentBox .content .slider_box{
    width: 390px;
    height: 220px;
    margin-bottom: 30px;
}
.index_contentBox .content .slider_box .slider{
    width: 390px;
    height: 220px;
}
.index_contentBox .content .slider_box .slider .slider_item{
    width: 390px;
    height: 220px;
}
.index_contentBox .content .slider_box .slider .slider_item li .thum{
    width: 390px;
    height: 220px;
    position: relative;
}
.index_contentBox .content .slider_box .slider .slider_item li .thum span{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 85px 0 15px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_contentBox .content .slider_box .slider .dotnav{
    margin-left: 0;
    right: 15px;
    bottom: 18px;
}
.index_contentBox .content .slider_box .slider .dotnav li{
    margin-right: 5px;
    padding-left: 0;
}
.index_contentBox .content .slider_box .slider .dotnav li a{
    background: rgba(255,255,255,0.4);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
}
.index_contentBox .content .slider_box .slider .dotnav li:last-child{
    margin-right: 0;
}
.index_contentBox .content .slider_box .slider .dotnav li.uk-active a{
    background-color: var(--pm-c);
}
.index_contentBox .left{
    width: 810px;
    margin-right: 30px;
}
.topTitleNews{
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    background: #F1FAF9;
    border-radius: 6px;
    margin-bottom: 20px;
}
.topTitleNews .title{
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    color: var(--pm-c);
}
.topTitleNews .title::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/lb.png);
}
.topTitleNews .more{
    font-size: 13px;
    color: var(--pm-c);
    position: relative;
    padding-right: 14px;
}
.topTitleNews .more::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}
.index_zxph{
    width: 100%;
    margin-bottom: 30px;
}
.index_zxph .itemBox{}
.index_zxph .itemBox .item{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.index_zxph .itemBox .item .thum{
    width: 120px;
    height: 80px;
    position: relative;
    margin-right: 15px;
}
.index_zxph .order{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ddd;
    font-size: 14px;
    color: #fff;
}
.index_zxph .itemBox .item .thum .order{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--pm-c);
}
.index_zxph .itemBox .item .txtBox{
    width: 255px;
}
.index_zxph .itemBox .item .txtBox .title{
    font-size: 14px;
    color: #333;
    line-height: 16px;
    margin-bottom: 13px;
}
.index_zxph .itemBox .item .txtBox .text{
    font-size: 12px;
    color: #666;
    line-height: 14px;
    margin-bottom: 13px;
}
.index_zxph .itemBox .item .txtBox .time{
    font-size: 12px;
    color: #999;
    line-height: 14px;
}

.index_zxph .listBox{
    margin-left: -30px;
}
.index_zxph .listBox .uk-width-1-2:nth-child(-n+4) .order{
    background-color: var(--pm-c);
}
.index_zxph .listBox .uk-width-1-2{
    padding-left: 30px;
}
.index_zxph .listBox .uk-width-1-2.uk-grid-margin{
    margin-top: 16px;
}
.index_zxph .listBox .item{
    width: 180px;
}
.index_zxph .listBox .item .order{
    margin-right: 5px;
}
.index_zxph .listBox .item .title{
    font-size: 14px;
    color: #333;
}
.index_contentBox .content_left{
    width: 390px;
    margin-right: 30px;
}

.index_zxzx{}
.index_zxzx .zxzx::before{
    background-image: url(../images/zxzx.png);
}
.index_zxzx .itemBox{
    margin-left: -18px;
}
.index_zxzx .itemBox .uk-width-1-2{
    padding-left: 18px;
}
.index_zxzx .itemBox .item{
    width: 186px;
}
.index_zxzx .itemBox .item .thum{
    width: 186px;
    height: 110px;
    position: relative;
}
.index_zxzx .itemBox .item .thum .time{
    width: 54px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_zxzx_time_bgi.png);
    font-size: 12px;
    color: #fff;
}
.index_zxzx .itemBox .item .text{
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #333;
}
.index_newsBox{
    margin-bottom: 30px;
}
.index_newsBox .itemBox .item{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}
.index_newsBox .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_newsBox .itemBox .item .time{
    width: 118px;
    height: 22px;
    line-height: 22px;
    padding-left: 18px;
    font-size: 12px;
    color: #999;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/newsBox_time_bgi.png);
    margin-bottom: 10px;
}
.index_newsBox .itemBox .item .box{}
.index_newsBox .itemBox .item .box .thum{
    width: 130px;
    height: 80px;
    position: relative;
    margin-right: 15px;
}
.index_newsBox .itemBox .item .box .txtBox{
    width: 245px;
}
.index_newsBox .itemBox .item .box .txtBox .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 12px;
}
.index_newsBox .itemBox .item .box .txtBox .text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.idnex_newsListBox{
    width: 390px;
}
.idnex_newsListBox .itemBox .item{
    margin-bottom: 30px;
}
.idnex_newsListBox .itemBox .item:last-child{
    margin-bottom: 0;
}
.idnex_newsListBox .itemBox .item .titleBox{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}
.idnex_newsListBox .itemBox .item .titleBox .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--pm-c);
    line-height: 21px;
    margin-bottom: 16px;
}
.idnex_newsListBox .itemBox .item .titleBox .tagBox .tag{
    font-size: 12px;
    color: #999;
}
.idnex_newsListBox .itemBox .item .list li:last-child{
    margin-bottom: 0;
}
.idnex_newsListBox .itemBox .item .list li{
    margin-bottom: 19px;
}


.index_contentBox .right{
    width: 320px;
}
.index_jxlb{
    margin-bottom: 30px;
}
.index_jxlb .jxlb::before{
    background-image: url(../images/jxlb.png);
}
.index_jxlb .itemBox .item .itemList{
    padding-left: 14px;
    margin-bottom: 12px;
    position: relative;
}
.index_jxlb .itemBox .item:last-child .itemList{
    margin-bottom: 0;
}
.index_jxlb .itemBox .item .itemList::before{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
}
.index_jxlb .itemBox .item .itemList .title{
    font-size: 14px;
    color: #333;
    line-height: 16px;
    padding-right: 14px;
}
.index_jxlb .itemBox .item .itemList .get{
    display: block;
    color: var(--pm-c);
    width: 61px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    padding-left: 20px;
    position: relative;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    font-size: 13px;
    
}
.index_jxlb .itemBox .item .itemList .get::before{
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 7px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btn_gift.png);
}
.index_jxlb .itemBox .item .itemList .get:hover{
    background-color: var(--pm-c);
    color: #fff;
}
.index_jxlb .itemBox .item .itemList .get:hover::before{
    background-image: url(../images/btn_gift_curr.png);
}

.index_jxlb .itemBox .item:nth-child(-n+2) .itemList {
    display: none;
}
.index_jxlb .itemBox .item:nth-child(-n+2) .itemCard {
    display: flex;
}
.index_jxlb .itemBox .item:nth-child(2) .itemCard {
    margin-bottom: 14px;
}
.index_jxlb .itemBox .item .itemCard {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    display: none;
}
.index_jxlb .itemBox .item .itemCard .thum{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
}
.index_jxlb .itemBox .item .itemCard .txtBox{
    width: 192px;
}
.index_jxlb .itemBox .item .itemCard .txtBox .title{
    font-weight: 14px;
    color: #333;
    line-height: 16px;
    margin-bottom: 11px;
    padding-right: 10px;
}
.index_jxlb .itemBox .item .itemCard .txtBox .num{
    font-size: 12px;
    color: #999;
    margin-bottom: 9px;
    line-height: 14px;
}
.index_jxlb .itemBox .item .itemCard .txtBox .num span{
    color: var(--pm-c);
}
.index_jxlb .itemBox .item .itemCard .txtBox .time{
    font-size: 12px;
    color: #999;
    line-height: 14px;
}
.index_jxlb .itemBox .item .itemCard .get{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 62px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    position: relative;
    font-size: 13px;
    color: var(--pm-c);
}
.index_jxlb .itemBox .item .itemCard .get::before{
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btn_gift.png);
}

.index_jrtj{
    position: relative;
    padding-top: 68px;
}
.index_jrtj::before {
    position: absolute;
    width: 320px;
    height: 48px;
    display: block;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    content: "";
    background-size: cover;
    background-image: url(../images/jrtj_title.png);
}
.index_jrtj .itemBox{
    margin-left: -12px;
}
.index_jrtj .itemBox .uk-width-1-2{
    padding-left: 12px;
}
.index_jrtj .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 30px;
}
.index_jrtj .itemBox .item{
    width: 154px;
}
.index_jrtj .itemBox .item .thum{
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 15px;
    margin-right: 10px;
}
.index_jrtj .itemBox .item .txtBox{
    width: 76px;
}
.index_jrtj .itemBox .item .txtBox .title{
    font-size: 16px;
    color: #333;
    line-height: 18px;
    margin-bottom: 8px;
}
.index_jrtj .itemBox .item .txtBox .type{
    font-size: 13px;
    color: #999;
    line-height: 15px;
    margin-bottom: 6px;
}
.index_jrtj .itemBox .item .txtBox .time{
    font-size: 13px;
    color: #999;
    line-height: 15px;
}

.index_rmzx{}
.index_rmzx .rmzx::before{
    background-image: url(../images/rmzx.png);
}
.index_rmzx_box {}
.index_rmzx_box .newsBox{
    width: 390px;
    height: 274px;
    margin-right: 30px;
    background-color: #f7f7f7;
}
.index_rmzx_box .newsBox .thum{
    position: relative;
    width: 390px;
    height: 180px;
    margin-bottom: 8px;
}
.index_rmzx_box .newsBox .thum span{
    display: block;
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.index_rmzx_box .newsBox .titleBox{
    margin-bottom: 8px;
    padding: 0 15px;
}
.index_rmzx_box .newsBox .titleBox .title{
    padding-right: 18px;
    font-size: 16px;
    color: #333;
}
.index_rmzx_box .newsBox .titleBox .see{
    display: block;
    width: 52px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.index_rmzx_box .newsBox .text{
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
.newsImgBox{
    width: 390px;
}
.newsImgBox .sliderBox{
    width: 390px;
    height: 160px;
    margin-bottom: 14px;
}
.newsImgBox .sliderBox .slider{
    width: 390px;
    height: 160px;
}
.newsImgBox .sliderBox .slider .slider_item{
    width: 390px;
    height: 160px;
}
.newsImgBox .sliderBox .slider .slider_item li{}
.newsImgBox .sliderBox .slider .slider_item li .thum{
    width: 390px;
    height: 160px;
    position: relative;
}
.newsImgBox .sliderBox .slider .slider_item li .thum span{
    position: absolute;
    display: block;
    width: 100%;
    height: 34px;
    background: rgba(0,0,0,0.6);
    line-height: 34px;
    text-align: center;
    padding: 0 65px 0 15px;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}
.newsImgBox .sliderBox .slider .dotnav{
    right: 13px;
    bottom: 12px;
    margin-left: 0;
}
.newsImgBox .sliderBox .slider .dotnav li{
    padding-left: 0;
    margin-right: 5px;
}
.newsImgBox .sliderBox .slider .dotnav li:last-child{
    margin-right: 0;
}
.newsImgBox .sliderBox .slider .dotnav li a{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.4);
}
.newsImgBox .sliderBox .slider .dotnav li.uk-active a{
    background-color: var(--pm-c);
}
.newsImgBox .itemBox{
    margin-left: -14px;
}
.newsImgBox .itemBox .uk-width-1-2{
    padding-left: 14px;
}
.newsImgBox .itemBox .uk-width-1-2.uk-grid-margin{}
.newsImgBox .itemBox .thum{
    position: relative;
    width: 188px;
    height: 100px;
}
.newsImgBox .itemBox .thum span{
    position: absolute;
    left: 0;
		right: 0;
    bottom: 0;
    height: 34px;
    background: rgba(0,0,0,0.6);
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    line-height: 34px;
    text-align: center;
}
.index_gftj{}
.index_gftj .gftj::before{
    background-image: url(../images/gftj.png);
}
.index_gftj .itemBox{}
.index_gftj .itemBox .item{
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 16px;
}
.index_gftj .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_gftj .itemBox .item .thum{
    position: relative;
    width: 90px;
    height: 70px;
    margin-right: 15px;
}
.index_gftj .itemBox .item .txtBox{
    width: 165px;
    padding-right: 15px;
}
.index_gftj .itemBox .item .txtBox .title{
    font-size: 14px;
    color: #333;
    line-height: 16px;
    margin-bottom: 12px;
}
.index_gftj .itemBox .item .txtBox .text{
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.index_gftj .itemBox .item .score{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/score_bgi.png);
}
.index_gftj .itemBox .item .score span{
    font-size: 22px;
    font-weight: bold;
}

.index_downBox{
    margin-bottom: 60px;
}
.index_downBox .yxxz::before{
    background-image: url(../images/yxxz.png);
}
.index_downBox .yyrj::before{
    background-image: url(../images/yyrj.png);
}
.index_downBox .fxsj::before{
    background-image: url(../images/fxsj.png);
}
.index_downBox .yxxz::before{
    background-image: url(../images/yxxz.png);
}
.index_downBox .cltf::before{
    background-image: url(../images/cltf.png);
}
.index_downBox .kpyx::before{
    background-image: url(../images/kpyx.png);
}
.index_downBox .yyyx::before{
    background-image: url(../images/yyyx.png);
}
.index_downBox .yybf::before{
    background-image: url(../images/yybf.png);
}
.index_downBox .sjlt::before{
    background-image: url(../images/sjlt.png);
}
.index_downBox .xwyd::before{
    background-image: url(../images/xwyd.png);
}
.index_downBox .shfw::before{
    background-image: url(../images/shfw.png);
}
.index_downBox .mtrj::before{
    width: 22px!important;
    height: 22px!important;
    top: 2px!important;
    background-image: url(../images/mtrj.png);
}
.index_downBox .contentBox{}
.index_downBox .contentBox .itemBox{}
.index_downBox .contentBox .itemBox .item{
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 19px;
    padding-bottom: 20px;
}
.index_downBox .contentBox .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_downBox .contentBox .itemBox .item .left{
    width: 250px;
    margin-right: 60px;
}
.index_downBox .contentBox .itemBox .item .left .title{
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    padding-left: 32px;
    position: relative;
    margin-bottom: 16px;
    line-height: 26px;
}
.index_downBox .contentBox .itemBox .item .left .title::before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
.index_downBox .contentBox .itemBox .item .left .jsby::before{
    background-image: url(../images/jsby.png);
}
.index_downBox .contentBox .itemBox .item .left .box{}
.index_downBox .contentBox .itemBox .item .left .box .name{
    display: block;
    width: 70px;
    font-size: 14px;
    color: #777;
}
.index_downBox .contentBox .itemBox .item .right{
    margin-left: -20px;
}
.index_downBox .contentBox .itemBox .item .right .uk-width-1-4{
    padding-left: 20px;
}
.index_downBox .contentBox .itemBox .item .right .uk-width-1-4.uk-grid-margin{}
.index_downBox .contentBox .itemBox .item .right .box{
    width: 195px;
}
.index_downBox .contentBox .itemBox .item .right .box .thum{
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
}
.index_downBox .contentBox .itemBox .item .right .box .txtBox{
    width: 110px;
}
.index_downBox .contentBox .itemBox .item .right .box .txtBox .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.index_downBox .contentBox .itemBox .item .right .box .txtBox .size{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.index_downBox .contentBox .itemBox .item .right .box .txtBox .star{
    margin: 0;
}

.index_video{
    margin-bottom: 60px;
}
.index_video .spjx::before{
    background-image: url(../images/spjx.png);
}
.index_video .itemBox{
    margin-left: -20px;
}
.index_video .itemBox .uk-width-1-5{
    padding-left: 20px;
}
.index_video .itemBox .uk-width-1-5.uk-grid-margin{
    margin-top: 20px;
}
.index_video .itemBox .uk-width-1-5:nth-child(1){
    width: 40%;
}
.index_video .itemBox .uk-width-1-5:nth-child(1) .thum{
    width: 452px;
    height: 240px;
    position: relative;
}
.index_video .itemBox .uk-width-1-5:nth-child(1) .thum .hot{
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
}
.index_video .itemBox .uk-width-1-5:nth-child(1) .thum .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: rgba(0,0,0,0.6);
    line-height: 44px;
    text-align: center;
    padding: 0 127px 0 15px;
    color: #fff;
    font-size: 16px;
}
.index_video .itemBox .uk-width-1-5:nth-child(1) .thum .num{
    position: absolute;
    right: 15px;
    bottom: 14px;
    padding-left: 26px;
    font-size: 14px;
    color: #fff;
}
.index_video .itemBox .uk-width-1-5:nth-child(1) .thum .num::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/play_num.png);
    z-index: 3;
}
.index_video .itemBox .item{
    width: 216px;
    height: 240px;
    border: 1px solid #eee;
    overflow: hidden;
}
.index_video .itemBox .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.index_video .itemBox .item .thum{
    position: relative;
    width: 216px;
    height: 120px;
    margin-bottom: 12px;
}
.index_video .itemBox .item .title{
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.index_video .itemBox .item .text{
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 32px;
}
.index_video .itemBox .item .tagBox{
    padding: 0 15px;
    font-size: 12px;
    color: #999;
}
.index_video .itemBox .item .tagBox .play{
    position: relative;
    padding-left: 22px;
}
.index_video .itemBox .item .tagBox .play::before{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/play.png);
}

.index_rmgl{
    width: 390px;
    margin-right: 30px;
}
.index_rmgl .rmgl::before{
    background-image: url(../images/rmgl.png);
}
.index_rmgl .list{
    width: 240px;
}
.index_rmgl .list li{
    margin-bottom: 19px;
}
.index_rmgl .list .title{
    padding-right: 15px;
}
.index_rmgl .itemBox {}
.index_rmgl .itemBox .item{
    margin-bottom: 17px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #f2f2f2;
}
.index_rmgl .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_rmgl .itemBox .item .thumBox{
    width: 150px;
    height: 120px;
    background-color: #f7f7f7;
}
.index_rmgl .itemBox .item .thumBox .thum{
    width: 150px;
    height: 88px;
    position: relative;
}
.index_rmgl .itemBox .item .thumBox .thum span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot_small.png);
}
.index_rmgl .itemBox .item .thumBox .text{
    margin-top: 8px;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
}
.index_xydt{
    width: 390px;
    margin-right: 30px;
}
.index_xydt .xydt::before{
    background-image: url(../images/xydt.png);
}
.index_xydt .itemBox{
    margin-bottom: 20px;
}
.index_xydt .itemBox .item{
    margin-bottom: 16px;
}
.index_xydt .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_xydt .itemBox .item .thum{
    width: 140px;
    height: 88px;
    position: relative;
}
.index_xydt .itemBox .item .txtBox{
    width: 250px;
    height: 88px;
    background-color: #f7f7f7;
    padding: 16px 15px ;
}
.index_xydt .itemBox .item .txtBox .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
}
.index_xydt .itemBox .item .txtBox .text{
    font-size: 14px;
    color: #999;
}
.index_xydt .itemBox .item .txtBox .see{
    display: block;
    width: 44px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: var(--pm-c);
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--pm-c);
}
.index_xydt .itemBox .item .txtBox .see:hover{
    background-color: var(--pm-c);
    line-height: 24px;
    color: #fff;
    border: none;
}
.index_xydt .list li{
    margin-bottom: 18px;
}
.index_xydt .list li .title{}
.index_xydt .list li .time{
    font-size: 13px;
    color: #999;
}

.index_jxsy{
    width: 320px;
}
.index_jxsy .jxsy::before{
    background-image: url(../images/jxsy.png);
}
.index_jxsy .itemBox{
    margin-bottom: 12px;
}
.index_jxsy .itemBox .item{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.index_jxsy .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_jxsy .itemBox .item .thum{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
}
.index_jxsy .itemBox .item .txtBox{}
.index_jxsy .itemBox .item .txtBox .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 16px;
}
.index_jxsy .itemBox .item .txtBox .star{
    margin: 0;
    margin-bottom: 10px;
}
.index_jxsy .itemBox .item .txtBox .tagBox{
    font-size: 12px;
    color: #999;
}
.index_jxsy .itemBox .item .txtBox .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 6px;
}
.index_jxsy .itemBox .item .txtBox .tagBox .tag:first-child::before{
    display: none;
}
.index_jxsy .itemBox .item .down{
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
}

.index_jxsy .itemBox .item .down::before{
    position: absolute;
    top: 8px;
    left: 11px;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}
.index_jxsy .itemBox .item .down:hover{
    background-color: var(--pm-c);
    color: #fff;
}
.index_jxsy .itemBox .item .down:hover::before{
    background-image: url(../images/down_curr.png);
}
.index_jxsy .list li{
    margin-bottom: 18px;
}
.index_jxsy .list li::before{
    background-color: var(--pm-c);
}
.index_jxsy .list li .star{
    margin: 0;
}
.idnex_yxmx{
    margin-bottom: 60px;
}
.idnex_yxmx .thum{
    position: relative;
}
.idnex_yxmx .aBox1{
    width: 500px;
    margin-right: 10px;
}
.idnex_yxmx .img1{
    width: 300px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.idnex_yxmx .img2{
    margin-bottom: 10px;
    width: 190px;
    height: 150px;
}
.idnex_yxmx .img3{
    width: 220px;
    height: 150px;
    margin-right: 10px;
}
.idnex_yxmx .img4{
    width: 270px;
    height: 150px;
}
.idnex_yxmx .img5{
    width: 420px;
    height: 310px;
    margin-right: 10px;
}
.idnex_yxmx .img6{
    margin-bottom: 10px;
    width: 220px;
    height: 150px;
}
.idnex_yxmx .img7{
    width: 220px;
    height: 150px;
}
.index_top{}
.index_top .itemBox{
    margin-left: -40px;
}
.index_top .itemBox .uk-width-1-3{
    padding-left: 40px;
}
.index_top .itemBox .uk-width-1-3 .box{}
.index_top .itemBox .box{
    width: 360px;
}
.index_top .itemBox .box .public_title{
    border-bottom-color: #FF5454;
}
.index_top .itemBox .box .public_title .title{}
.index_top .itemBox .box .public_title .title::before{
    background-image: url(../images/index_top1.png);
}
.index_top .itemBox .box .public_title .more{}
.index_top .itemBox .box .public_title .more::before{
    background-image: url(../images/index_top_more1.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .public_title{
    border-color: #21C6EA;
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .public_title .more::before{
    background-image: url(../images/index_top_more2.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .public_title .title::before{
    background-image: url(../images/index_top2.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .public_title{
    border-color: var(--pm-c);
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .public_title .more::before{
    background-image: url(../images/public_more.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .public_title .title::before{
    background-image: url(../images/index_top3.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .order{
    background-color: #21C6EA!important;
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .order{
    background-color: var(--pm-c)!important;
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .topItemBox .item .itemCard .txtBox .scoreBox{
    color: #21C6EA;
    border-color: #21C6EA;
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .topItemBox .item .itemCard .txtBox .scoreBox{
    color: var(--pm-c);
}
.index_top .itemBox .uk-width-1-3:nth-child(1) .box .topItemBox .item:nth-child(-n+3) .itemCard .txtBox .scoreBox{
    color: #FF5454;
    border-color: #FF5454;
}
.index_top .itemBox .uk-width-1-3:nth-child(1) .box .topItemBox .item:nth-child(-n+3) .order{
    background-color: #FF5454;
}

.index_top .itemBox .uk-width-1-3:nth-child(2) .box .topItemBox .item .itemCard .down{
    border-color: #21C6EA;
    color: #21C6EA;
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .topItemBox .item .itemCard .down{
    border-color: var(--pm-c);
    color: var(--pm-c);
}


.index_top .itemBox .box .topItemBox{
    /* height: 594px; */
}

.index_top .itemBox .box .topItemBox .item.active,
.index_top .itemBox .box .topItemBox .item:last-child .itemList{
    margin-bottom: 0!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.index_top .itemBox .box .topItemBox .item.prev .itemList{
    margin-bottom: 0!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.index_top .itemBox .box .topItemBox .item .order{
    display: block;
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
}
.index_top .itemBox .box .topItemBox .item .itemList {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #f2f2f2;
}
.index_top .itemBox .box .topItemBox .item .itemList .title{
    font-size: 16px;
    color: #333;
    padding-right: 32px;
}
.index_top .itemBox .box .topItemBox .item .itemList .type{
    font-size: 14px;
    color: #999;
}
.index_top .itemBox .box .topItemBox .item.active .itemCard{
    display: flex;
    margin: 32px 0;
}
.index_top .itemBox .box .topItemBox .item.active .itemList{
    display: none;
}
.index_top .itemBox .box .topItemBox .item .itemCard{
    display: none;
    width: 360px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    position: relative;
    padding: 18px 12px 18px 44px;
}
.index_top .itemBox .box .topItemBox .item:last-child .itemCard {
    margin-bottom: 0;
}
.index_top .itemBox .box .topItemBox .item:first-child .itemCard {
    margin-top: 0;
}
.index_top .itemBox .box .topItemBox .item .itemCard .order{
    position: absolute;
    top: 18px;
    left: 12px;
}
.index_top .itemBox .box .topItemBox .item .itemCard .thum{
    position: relative;
    margin-right: 15px;
    width: 74px;
    height: 74px;
    border-radius: 18px;
    
}
.yxmx::before {
    background-image: url(../images/yxmx.png);
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox{}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 11px;
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .scoreBox{
    padding-left: 20px;
    position: relative;
    margin-bottom: 9px;
    font-size: 14px;
    color: #FF5454;
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .scoreBox::before{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_red_star.png);
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .tagBox{
    font-size: 14px;
    color: #999;
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 6px;
}
.index_top .itemBox .box .topItemBox .item .itemCard .txtBox .tagBox .tag:first-child::before{
    display: none;
}
.index_top .itemBox .box .topItemBox .item .itemCard .down{
    width: 68px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #FF5454;
    display: block;
    line-height: 30px;
    text-align: center;
    padding-left: 20px;
    position: relative;font-size: 14px;
    color: #FF5454;
}
.index_top .itemBox .box .topItemBox .item .itemCard .down::before{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 7px;
    left: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_red.png);
    z-index: 3;
}

.index_top .itemBox .uk-width-1-3:nth-child(2) .box .topItemBox .item .itemCard .txtBox .scoreBox::before {
    background-image: url(../images/rank_blue_star.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .topItemBox .item .itemCard .txtBox .scoreBox::before {
    background-image: url(../images/rank_green_star.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(2) .box .topItemBox .item .itemCard .down::before {
    background-image: url(../images/rank_down_blue.png);
}
.index_top .itemBox .uk-width-1-3:nth-child(3) .box .topItemBox .item .itemCard .down::before {
    background-image: url(../images/rank_green_down.png);
}


.index_friend_link{
    margin-top: 60px;
}
.index_friend_link .yqlj::before{
    background-image: url(../images/yqlj.png);
}
.friendLinkBox{}
.friendLinkBox a{
    display: block;
    width: auto;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
}

/* 资讯列表页面 */
.list_new{}
.list_news_box{}
.list_news_content{
    width: 800px;
    margin-right: 40px;
}
.list_news_nav{
    border-bottom: 1px solid #dedede;
    padding: 0 28px;
    padding-bottom: 12px;
}
.list_news_nav a{
    position: relative;
    display: block;
    width: auto;
    font-size: 14px;
    color: #666;
}
.list_news_nav a.active{
    color: var(--pm-c);
}
.list_news_nav a.active::before{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--pm-c);
    position: absolute;
    left: 0;
    bottom: -14px;
    content: "";
}
.list_news_itemBox{} 
.list_news_itemBox .itemBox{} 

.list_news_itemBox .itemBox .item:last-child{}
.list_news_itemBox .itemBox .item{
    height: 160px;
    padding: 20px 0;
} 
.list_news_itemBox .itemBox .item .thum{
    width: 220px;
    height: 120px;
    position: relative;
    margin-right: 25px;
} 
.list_news_itemBox .itemBox .item .txtBox{
    padding-right: 25px;
} 
.list_news_itemBox .itemBox .item .txtBox .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
} 
.list_news_itemBox .itemBox .item .txtBox .text{
    font-size: 14px;
    color: #666;
    margin-bottom: 34px;
} 
.list_news_itemBox .itemBox .item .txtBox .btmBox{
    height: 30px;
} 
.list_news_itemBox .itemBox .item .txtBox .btmBox .time{
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    color: #999;
} 
.list_news_itemBox .itemBox .item .txtBox .btmBox .time::before{
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-image: url(../images/time.png);
    background-size: cover;
    background-repeat: no-repeat;
} 
.list_news_itemBox .itemBox .item .txtBox .btmBox .see{
    display: none;
    width: 80px;
    height: 30px;
    background: var(--pm-c);
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.list_news_itemBox .itemBox .item:hover .txtBox .btmBox .time::before{
    background-image: url(../images/time_curr.png);
} 
.list_news_itemBox .itemBox .item .txtBox .title:hover{
    color: var(--pm-c);
} 
.list_news_itemBox .itemBox .item:hover {
    background-color: #FAFAFA;
}
.list_news_itemBox .itemBox .item:hover .txtBox .btmBox .see{
    display: block;
} 

.sideBar{
    width: 320px;
}
.show_game_package_contentBox .list_game_package_itemBox .public_title .title::before,
.list_game_package_box .public_title .title::before,
.show_rank .index_xydt .public_title .title::before,
.other_xgyd .public_title .title::before,
.page_search .public_title .title::before,
.other_rmss .public_title .title::before,
.other_yxzx .public_title .title::before,
.other_xgzj .public_title .title::before,
.other_rmgl .public_title .title::before,
.other_xggl .public_title .title::before,
.other_xgyx .public_title .title::before,
.other_tltj .public_title .title::before,
.sideBar .public_title .title::before{
    width: 20px;
    height: 20px;
    top: 4px;
    background-image: url(../images/public_title_title.png);
}
.other_zxph{
    margin-bottom: 40px;
}
.other_zxph .itemBox{}
.other_zxph .itemBox .item{
    margin-bottom: 18px;
}
.other_zxph .itemBox .item:last-child{
    margin-bottom: 0;
}
.other_zxph .itemBox .item:nth-child(-n+5) .order{
    background-color: var(--pm-c);
}
.other_zxph .itemBox .item .order{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #ddd;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.other_zxph .itemBox .item:nth-child(-n+2) .itemCard{
    display: flex;
}
.other_zxph .itemBox .item:nth-child(-n+2) .itemCard .order{
    border-radius: 0 2px 0 0;
}
.other_zxph .itemBox .item:nth-child(-n+2) .itemList{
    display: none;
}
.other_zxph .itemBox .item .itemCard{
    display: none;
}
.other_zxph .itemBox .item .itemCard .thum{
    position: relative;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}
.other_zxph .itemBox .item .itemCard .thum .order{
    position: absolute;
    left: 0;
    bottom: 0;
}
.other_zxph .itemBox .item .itemCard .txtBox .title{
    margin-bottom: 13px;
}
.other_zxph .itemBox .item .itemCard .txtBox .text{
    margin-bottom: 13px;
}
.other_zxph .itemBox .item .title{
    font-size: 14px;
    color: #333;
}
.other_zxph .itemBox .item .text{
    font-size: 12px;
    color: #666;
}
.other_zxph .itemBox .item .time{
    font-size: 12px;
    color: #999;
}
.other_zxph .itemBox .item .itemList .order{
    margin-right: 8px;
}
.other_zxph .itemBox .item .itemList .title{
    padding-right: 12px;
}
.sideBar .index_jxsy {
    margin-bottom: 40px;
}
.sideBar .index_gftj {
    margin-bottom: 40px;
}
.sideBar .index_gftj .itemBox .item {
    border-bottom: 1px solid #f2f2f2;
}
.sideBar .index_gftj .itemBox .item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.other_rmsy{
    margin-bottom: 40px;
}
.other_rmsy .itemBox{
    margin-left: -35px;
}
.other_rmsy .itemBox .uk-width-1-3{
    padding-left: 35px;
}
.other_rmsy .itemBox .uk-width-1-3.uk-grid-margin{
    margin-top: 20px;
}
.other_rmsy .itemBox .item{
    width: 80px;
}
.other_rmsy .itemBox .item .thum{
    width: 80px;
    height: 80px;
    border-radius: 18px;
    position: relative;
    margin-bottom: 10px;
}
.other_rmsy .itemBox .item .title{
    font-size: 14px;
    color: #333;
}
.other_rmsy .itemListBox{
    margin-top: 24px;
}
.other_rmsy .itemListBox .item{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #f2f2f2;
}
.other_rmsy .itemListBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.other_rmsy .itemListBox .item .tag{
    width: 72px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: var(--pm-c);
    background: #F1FAFA;
    border-radius: 3px;
    margin-right: 10px;
}
.other_rmsy .itemListBox .item .aBox{}
.other_rmsy .itemListBox .item .aBox a{
    display: block;
    max-width: 70px;
    margin-right: 14px;
    font-size: 14px;
    color: #666;
}
.other_rmsy .itemListBox .item .aBox a:last-child{
    margin-right: 0;
}

/* 咨询详情页面 */
.show_news{}
.show_news_content {
    width: 800px;
    margin-right: 40px;
}
.show_news_content .titleBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.show_news_content .titleBox h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.show_news_content .titleBox .tagBox {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0 auto;
    width: 70%;
}
.show_news_content .titleBox .tagBox div {
    margin-right: 50px;
}
.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}
.detail_content_box {
    margin-bottom: 90px;
}
.detail_content_box p{
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 38px;
}
.detail_content_box p iframe,
.detail_content_box p img{
    display: block;
    width: 460px;
    /* height: auto; */
    margin: 40px auto;
}
.other_xggl{
    margin-bottom: 40px;
}
.other_xggl .list{
    margin-left: -30px;
}
.other_xggl .list .uk-width-1-2{
    padding-left: 30px;
}
.other_xggl .list .uk-width-1-2.uk-grid-margin{
    margin-top: 12px;
}
.other_xggl .list li{
    width: 385px;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #f2f2f2;
}
.other_xggl .list li::before{
    top: auto;
    background-color: var(--pm-c);
    transform: translateY(0);
}

.other_xgyx{}
.other_xgyx .itemBox{}
.other_xgyx .itemBox .item{
    font-size: 14px;
    color: #999;
    /* height: 68px; */
    padding: 14px 0;
    border-bottom: 1px dashed #f2f2f2;
}
.other_xgyx .itemBox .item:last-child{
    border-bottom: none;
}
.other_xgyx .itemBox .item:hover{
    background-color: #fafafa;
}
.other_xgyx .itemBox .item .thum{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    margin-right: 12px;
}
.other_xgyx .itemBox .item .txtBox{
    width: 130px;
}
.other_xgyx .itemBox .item .txtBox .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}
.other_xgyx .itemBox .item .txtBox .type{
    font-size: 12px;
    color: #999;
}
.other_xgyx .itemBox .item .star{
    margin: 0;
}

.other_xgyx .itemBox .item .down{
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    position: relative;
    background: #F6F6F6;
    border-radius: 4px;
}
.other_xgyx .itemBox .item .down::before{
    position: absolute;
    top: 7px;
    left: 18px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xgyx_down.png);
}
.other_xgyx .itemBox .item:hover .down{
    background-color: var(--pm-c);
    color: #fff;
}
.other_xgyx .itemBox .item:hover .down::before{
    background-image: url(../images/xgyx_down_curr.png);
}

/* 游戏列表页面 */
.list_game{}
.list_game_nav{
    margin-bottom: 30px;
}
.list_game_nav .itemBox{
    margin-left: -20px;
}
.list_game_nav .itemBox .item{
    padding-left: 20px;
}
.list_game_nav .itemBox .item.uk-grid-margin{
    margin-top: 20px;
}
.list_game_nav .itemBox .item a{
    display: block;
    width: 96px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
}
.list_game_nav .itemBox .item a.active{
    background-color: var(--pm-c);
    color: #fff;
}

.list_game_itemBox{}
.list_game_itemBox .itemBox{
    margin-left: -22px;
}
.list_game_itemBox .itemBox .uk-width-1-3{
    padding-left: 22px;
}
.list_game_itemBox .itemBox .uk-width-1-3.uk-grid-margin{
    margin-top: 22px;
}
.list_game_itemBox .itemBox .item{
    width: 372px;
    height: 163px;
    border: 1px solid #F0F0F0;
    padding: 18px;
}
.list_game_itemBox .itemBox .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.list_game_itemBox .itemBox .item .titleBox{
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.list_game_itemBox .itemBox .item .titleBox .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-right: 15px;
}
.list_game_itemBox .itemBox .item .titleBox .star{
    margin: 0;
}
.list_game_itemBox .itemBox .item .thumBox .thum{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    margin-right: 15px;
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox .type{
    margin-bottom: 10px;
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox .down{
    display: block;
    width: 84px;
    height: 36px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    border: 1px solid var(--pm-c);
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox .down::before{
    position: absolute;
    top: 8px;
    left: 19px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox .down:hover{
    background-color: var(--pm-c);
    color: #fff;
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .tagBox .down:hover::before{
    background-image: url(../images/down_curr.png);
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .textBox{
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 24px;
    position: relative;
    background-color: #f7f7f7;
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .textBox::before{
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/dh.png);
}
.list_game_itemBox .itemBox .item .thumBox .txtBox .textBox span{
    font-size: 12px;
    color: #666;
}

/* 手游下载详情 */
.show_game .show_game_contentBox {}

.show_game .show_game_contentBox .content {
    margin-right: 40px;
    width: 800px;
    margin-bottom: 70px;
}

.show_game .show_game_contentBox .content .titleBox {
    margin-bottom: 24px;
    height: 248px;
    padding: 35px 55px 35px 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/titleBox_bgi.png);
}
.show_game .show_game_contentBox .content .titleBox .top {
    margin-bottom: 24px;
}
.show_game .show_game_contentBox .content .titleBox .thum {
    width: 140px;
    height: 140px;
    border-radius: 35px;
    position: relative;
    margin-right: 30px;
}

.show_game .show_game_contentBox .content .titleBox .txtBox {
    line-height: 1;
    width: 540px;
}

.show_game .show_game_contentBox .content .titleBox .txtBox .title {
    font-size: 31px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.show_game .show_game_contentBox .content .titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
}

.show_game .show_game_contentBox .btnBox .btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 8px;
    margin-right: 30px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    position: relative;
}

.show_game .show_game_contentBox .btnBox .btn::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 40px;
    top: 14px;
}

.show_game .show_game_contentBox .btnBox .az {
    background-color: var(--pm-c);
}

.show_game .show_game_contentBox .btnBox .pg {
    background-color: #5A97FF;
}

.show_game .show_game_contentBox .btnBox .az::before {
    background-image: url(../images/btn_az.png);
}

.show_game .show_game_contentBox .btnBox .pg::before {
    top: 12px;
    background-image: url(../images/btn_pg.png);
}

.show_game .show_game_contentBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 193px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
    z-index: 4;
}

.show_game .show_game_contentBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}


/* 游戏截图 */


.show_game .show_game_contentBox .screenshots .sliderBox {
    width: 800px;
    /*height: 460px;*/
    margin: 0;
    overflow: hidden;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide {
    /*height: 440px;*/
    margin-left: -40px;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide li {
    width: 33.33%;
    padding-left: 40px;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide li a {
    width: 240px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    /*height: 440px;*/
    margin-right: 40px;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide_toggle {
    height: 8px;
    margin-top: 10px !important;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide_toggle li {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}

.show_game .show_game_contentBox .screenshots .sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}
.game_jj::before {
    background-image: url(../images/yxjj.png);
}
.show_game .detail_content_box p{
    color: #4d4d4d;
}
.detail_content_box .item{

}
.detail_content_box h3{
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 16px;
}
.detail_content_box h3::before{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}
.detail_content_box h3::after{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}
.show_game_content .contentBox .item{
    margin-bottom: 50px;
}
.show_game_content .contentBox .item:last-child{
    margin-bottom: 0;
}
.game_yxjt::before{
    background-image: url(../images/yxjt.png);
}
.game_yxxx::before{
    background-image: url(../images/yxxx.png);
}
.other_rmgl{
    width: 800px;
    margin-bottom: 40px;
}
.other_rmgl .itemBox{
    margin-left: -30px;
}
.other_rmgl .itemBox .uk-width-1-2{
    padding-left: 30px;
}
.other_rmgl .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 18px;
}
.other_rmgl .itemBox .item{
    width: 385px;
}
.other_rmgl .itemBox .uk-width-1-2:nth-child(-n+2) .item{
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.other_rmgl .itemBox .item .list{
    width: 235px;
}

.other_tltj{
    width: 800px;
}
.other_tltj .itemBox{
    margin-left: -40px;
}
.other_tltj .itemBox .item{
    padding-left: 40px;
    width: 14.28%;
}
.other_tltj .itemBox .item.uk-grid-margin{
    margin-top: 24px;
}
.other_tltj .itemBox .box{
    width: 80px;
}
.other_tltj .itemBox .box .thum{
    width: 80px;
    height: 80px;
    border-radius: 18px;
    position: relative;
    margin-bottom: 12px;
}
.other_tltj .itemBox .box .title{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 18px;
    margin-bottom: 8px;
}
.other_tltj .itemBox .box .down{
    display: block;
    width: 70px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    text-align: center;
    line-height: 30px;
    color: var(--pm-c);
    font-size: 14px;
    margin: 0 auto;
}
.other_tltj .itemBox .box .down:hover{
    background-color: var(--pm-c);
    color: #fff;
}

/* 专辑详情 */
.list_collection{}
.list_colletion_itemBox{}
.list_colletion_itemBox .itemBox{
    margin-left: -20px;
}
.list_colletion_itemBox .itemBox .uk-width-1-2{
    padding-left: 20px;
}
.list_colletion_itemBox .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 20px;
}
.list_colletion_itemBox .itemBox .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.list_colletion_itemBox .itemBox .item{
    width: 570px;
    height: 248px;
    border: 1px solid #F0F0F0;
    padding: 20px 30px;
}
.list_colletion_itemBox .itemBox .item .titleBox{
    margin-bottom: 26px;
}
.list_colletion_itemBox .itemBox .item .titleBox .tag{
    width: 41px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid var(--pm-c);
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
    font-size: 14px;
    color: var(--pm-c);
}
.list_colletion_itemBox .itemBox .item .titleBox .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-right: 16px;
}
.list_colletion_itemBox .itemBox .item .titleBox .time{
    font-size: 14px;
    color: #999;
}
.list_colletion_itemBox .itemBox .item .thumBox{
    margin-left: -50px;
    margin-bottom: 14px;
}
.list_colletion_itemBox .itemBox .item .thumBox .uk-width-1-4{
    padding-left: 50px;
}
.list_colletion_itemBox .itemBox .item .thumBox .box{
    width: 90px;
}
.list_colletion_itemBox .itemBox .item .thumBox .box .thum{
    height: 90px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 10px;
    width: 90px;
}
.list_colletion_itemBox .itemBox .item .thumBox .box .title{
    font-size: 14px;
    color: #333;
    line-height: 18px;
    text-align: center;
}
.list_colletion_itemBox .itemBox .item .textBox{
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.list_colletion_itemBox .itemBox .item .textBox .more{
    position: relative;
    padding-right: 18px;
    margin-right: 15px;
    font-size: 12px;
    color: var(--pm-c);
}
.list_colletion_itemBox .itemBox .item .textBox .more::before{
    position: absolute;
    right: 0;
    top: -2px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/collection_more.png);
}
.list_colletion_itemBox .itemBox .item .textBox .text{
	font-size: 12px;
	color: #999;
}
.list_colletion_itemBox .itemBox .item .textBox .text a.txt{
	font-size: 12px;
	color: #999;
}

.list_colletion_itemBox .itemBox .item .textBox .text a.txt::after{
	content: "、";
	display: inline-block;
}
.list_colletion_itemBox .itemBox .item .textBox .text a.txt:last-child::after{
	display: none;
}
.show_collection{}
.show_collection_titleBox {
    margin-bottom: 30px;
}
.show_collection_titleBox .titleBox {
    width: 870px;
    margin-right: 50px;
}
.show_collection_titleBox .titleBox .content {
    padding-bottom: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.show_collection_titleBox .titleBox .content .thum {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
}
.show_collection_titleBox .titleBox .content .txtBox {}
.show_collection_titleBox .titleBox .content .txtBox h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 0;
    margin-bottom: 36px;
}
.show_collection_titleBox .titleBox .content .txtBox .tagBox {
    font-size: 14px;
    color: #808080;
}
.show_collection_titleBox .titleBox .content .txtBox .tagBox .tag {
    margin-right: 70px;
}
.show_collection_titleBox .titleBox .content .txtBox .tagBox .tag:last-child {
    margin-right: 0;
}
.show_collection_titleBox .titleBox .moreBox {}
.show_collection_titleBox .titleBox .moreBox .more {
    display: block;
    width: 80px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.show_collection_titleBox .titleBox .moreBox .aBox {}
.show_collection_titleBox .titleBox .moreBox .aBox a {
    height: 32px;
    line-height: 30px;
    padding: 0 14px;
    border: 1px solid #5095FA;
    margin-right: 10px;
    margin-bottom: 12px;
    color: #5095FA;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    display: inline-block;
    width: auto;
}
.show_collection_titleBox .titleBox .moreBox .aBox a:nth-child(5n-4) {
    border-color: #5095FA;
    color: #5095FA;
}
.show_collection_titleBox .titleBox .moreBox .aBox a:nth-child(5n-3) {
    border-color: #FD971B;
    color: #FD971B;
}
.show_collection_titleBox .titleBox .moreBox .aBox a:nth-child(5n-2) {
    border-color: #6DC168;
    color: #6DC168;
}
.show_collection_titleBox .titleBox .moreBox .aBox a:nth-child(5n-1) {
    border-color: #2CBDB8;
    color: #2CBDB8;
}
.show_collection_titleBox .titleBox .moreBox .aBox a:nth-child(5n) {
    border-color: #804CED;
    color: #804CED;
}
.xbtj{
    width: 240px;
    height: 220px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    position: relative;
    padding: 50px 17px 20px;
}
.xbtj::before{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 190px;
    height: 34px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xbtj.png);
}
.xbtj .thum{
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 18px;
    margin: 0 auto 6px;
}
.xbtj .title{
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    color: #404040;
    margin-bottom: 11px;
}
.xbtj .tagBox{
    font-size: 12px;
    color: var(--pm-c);
    text-align: center;
}
.xbtj .tagBox .tag{
    display: inline-block;
    margin-right: 6px;
    width: auto;
    padding: 0 6px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 20px;
    text-align: center;
}
.xbtj .tagBox .tag:last-child{
    margin-right: 0;
}

.list_collection_itemBox{
    margin-bottom: 70px;
}
.list_collection_itemBox .itemBox .item .thumBox .txtBox .tagBox{
    margin-bottom: 18px;
}
.list_collection_itemBox .itemBox{}
.list_collection_itemBox .itemBox .item .titleBox{
    margin-bottom: 16px;
}
.list_collection_itemBox .itemBox .item{
    padding: 18px 25px 25px 25px;
}
.list_collection_itemBox .itemBox .item .thumBox .thum{
    width: 90px;
    height: 90px;
    border-radius: 20px;
}
.list_collection_itemBox .public_title .title::before{
    background-image: url(../images/zjlb.png);
}
.list_collection_itemBox .itemBox {
    margin-left: -20px;
}
.list_collection_itemBox .itemBox .uk-width-1-2 {
    padding-left: 20px;
}
.list_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}
.list_collection_itemBox .itemBox .item {
    width: 570px;
    height: 182px;
}
.list_collection_itemBox .itemBox .item .thumBox .txtBox .tagBox .labelBox{
    margin-left: 0;
}
.list_collection_itemBox .itemBox .item .thumBox .txtBox .tagBox .labelBox .tag{
    width: 50%;
    padding-left: 0;
}
.list_collection_itemBox .itemBox .item .thumBox .txtBox .tagBox .labelBox .tag.uk-grid-margin{
    margin-top: 12px;
}
.list_collection_itemBox .itemBox .item .thumBox .txtBox .tagBox .type {
    margin-bottom: 0;
}

.other_xgzj{
    margin-bottom: 40px;
}
.other_xgzj .list{
    margin-left: -40px;
    width: auto;
}
.other_xgzj .list .uk-width-1-3{
    padding-left: 40px;
}
.other_xgzj .list .uk-width-1-3.uk-grid-margin{
    margin-top: 16px;
}
.other_xgzj .list li{
    width: 360px;
}
.other_xgzj .list li:hover::before{
    background-color: var(--pm-c);
}
.other_xgzj .list li{
    margin-bottom: 0;
}
.other_xgzj .list li:hover .title{
    color: var(--pm-c);
}
.other_xgzj .list li .num{
    font-size: 13px;
    color: #999;
}

.other_yxzx{
    width: 800px;
    margin-right: 40px;
}
.other_yxzx .itemBox{
    margin-left: -30px;
    overflow: hidden;
}
.other_yxzx .itemBox .uk-width-1-2{
    padding-left: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.other_yxzx .itemBox .uk-width-1-2:nth-last-child(-n+2){
    padding-bottom: 0;
    border-bottom: none;
}
.other_yxzx .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 18px;
}
.other_yxzx .itemBox .item{
    width: 385px;
    
}
.other_yxzx .itemBox .item .thum{
    width: 130px;
    height: 83px;
    position: relative;
    margin-right: 15px;
}
.other_yxzx .itemBox .item .txtBox .title{
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px;
}
.other_yxzx .itemBox .item .txtBox .text{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin-bottom: 20px;
}
.other_yxzx .itemBox .item .txtBox .time{
    font-size: 12px;
    color: #999;
    padding-left: 18px;
    position: relative;
}
.other_yxzx .itemBox .item .txtBox .time::before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}

.other_rmss{
    width: 320px;
}
.other_rmss .list{}
.other_rmss .list li{
    padding: 0 20px;
    padding-left: 48px;
    height: 40px;
    border-radius: 555px;
    background-color: #f7f7f7;
    margin-bottom: 14px;
}
.other_rmss .list li::before{
    width: 20px;
    height: 20px;
    background-image: url(../images/ss.png);
    background-color: transparent;
    left: 20px;
}
.other_rmss .list li .time{
    color: #999;
}

/* 礼包列表 */
.list_game_package{}
.list_game_package_itemBox{
    width: 800px;
    margin-right: 40px;
    overflow: hidden;
}
.list_game_package_itemBox .itemBox{
    margin-left: -30px;
}
.list_game_package_itemBox .itemBox .uk-width-1-2{
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.list_game_package_itemBox .itemBox .uk-width-1-2:nth-last-child(-n+2){
    border: none;
    padding-bottom: 0;
}
.list_game_package_itemBox .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 25px;
}
.list_game_package_itemBox .itemBox .item{
    width: 385px;
}
.list_game_package_itemBox .itemBox .item .thum{
    width: 80px;
    height: 80px;
    border-radius: 18px;
    position: relative;
    margin-right: 18px;
}
.list_game_package_itemBox .itemBox .item .txtBox{}
.list_game_package_itemBox .itemBox .item .txtBox .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 21px;
}
.list_game_package_itemBox .itemBox .item .txtBox .box{

}
.list_game_package_itemBox .itemBox .item .txtBox .box .textBox{}
.list_game_package_itemBox .itemBox .item .txtBox .box .textBox .time{
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-bottom: 11px;
}
.list_game_package_itemBox .itemBox .item .txtBox .box .textBox .text{
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    padding-right: 20px;
}
.list_game_package_itemBox .itemBox .item .txtBox .box .textBox .text::before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btn_gift.png);
}
.list_game_package_itemBox .itemBox .item .txtBox .box .get{
    display: block;
    width: 76px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 34px;
    color: var(--pm-c);
    font-size: 14px;
    text-align: center;
}
.list_game_package_itemBox .itemBox .item .txtBox .box .get:hover{
    background-color: var(--pm-c);
    color: #fff;
}

.sideBar .index_jxlb{
    margin-bottom: 40px;
}
.other_zxlb{}
.other_zxlb .itemBox{}
.other_zxlb .itemBox .item:last-child{
    margin-bottom: 0;
}
.other_zxlb .itemBox .item{
    width: 320px;
    height: 70px;
    background: #FAFAFA;
    margin-bottom: 10px;
    padding: 12px 15px;
}
.other_zxlb .itemBox .item .title{
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px;
}
.other_zxlb .itemBox .item .title::before{
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/btn_gift.png);
}
.other_zxlb .itemBox .item .textBox{
    font-size: 12px;
    color: #999;
}
.other_zxlb .itemBox .item .textBox .text{
    padding-right: 16px;
}

/* 手游礼包详情页面 */
.show_game_package{}
.gift_lbjs::before {
    background-image: url(../images/gift_lbjs.png);
}
.show_game_package .detail_content_box h3:nth-of-type(1){
    margin-top: 0;
}

.show_game_package_content{
    width: 800px;
    margin-right: 40px;
}
.show_game_package_content .content{}
.show_game_package_content .content .titleBox{
    width: 800px;
    height: 180px;
    margin-bottom: 25px;
    padding: 30px;
    background: linear-gradient( 90deg, #EEF8F7 0%, #F5FAF8 100%);
}
.show_game_package_content .content .titleBox .thum{
    width: 120px;
    height: 120px;
    border-radius: 25px;
    border: 4px solid #fff;
    position: relative;
    margin-right: 25px;
}
.show_game_package_content .content .titleBox .txtBox{}
.show_game_package_content .content .titleBox .txtBox .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 30px;
}
.show_game_package_content .content .titleBox .txtBox .tagBox{
    margin-left: 0;
    font-size: 14px;
    color: #808080;
}
.show_game_package_content .content .titleBox .txtBox .tagBox .tag.uk-grid-margin{
    margin-top: 14px;
}
.show_game_package_content .content .titleBox .txtBox .tagBox .tag{
    padding-left: 0;
    width: 50%;
    line-height: 18px;
}
.show_game_package_content .content .titleBox .txtBox .tagBox .tag span.sl{
    color: var(--pm-c);
}
.show_game_package_content .detail_content_box{
    margin-bottom: 70px;
}
.show_game_package_content .content .titleBox .btnBox .btn{
    width: 170px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    display: block;
}
.show_game_package_content .content .titleBox .btnBox .get{
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    background-color: #fff;
    margin-bottom: 20px;
}
.show_game_package_content .content .titleBox .btnBox .down{
    background: #00BFB1;
    color: #fff;
}
.show_game_package_content .list_game_package_itemBox{
    margin-bottom: 40px;
}
.other_xgyd{}
.other_xgyd .top{
    margin-bottom: 21px;
}
.other_xgyd .top .list{
    width: 385px;
    margin-right: 30px;
}
.other_xgyd .top .list li{
    margin-bottom: 19px;
}
.other_xgyd .top .thum{
    width: 385px;
    height: 188px;
    position: relative;
}
.other_xgyd .top .thum .time{
    display: block;
    width: 54px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_zxzx_time_bgi.png);
}
.other_xgyd .top .thum .textBox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    background: rgba(0,0,0,0.6);
    line-height: 34px;
    padding: 0 70px 0 15px;
    font-size: 14px;
    color: #fff;
}
.other_xgyd .top .thum .textBox .play{
    position: absolute;
    display: block;
    padding-left: 18px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    right: 15px;
    bottom: 0;
}
.other_xgyd .top .thum .textBox .play::before{
    display: block;
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/eye_999.png);
}
.other_xgyd .itemBox{
    margin-left: -24px;
}
.other_xgyd .itemBox .uk-width-1-4{
    padding-left: 24px;
}
.other_xgyd .itemBox .box{
    width: 182px;
}
.other_xgyd .itemBox .box .thum{
    width: 182px;
    height: 100px;
    margin-bottom: 10px;
    position: relative;
}
.other_xgyd .itemBox .box .thum .time{
    display: block;
    width: 54px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_zxzx_time_bgi.png);
}
.other_xgyd .itemBox .box .title{
    line-height: 18px;
    font-size: 14px;
    color: #333;
}

/* 排行榜页面 */
.list_rank{}
.rank_banner{
    display: block;
    overflow: hidden;
    height: 130px;
    position: relative;
    margin-bottom: 20px;
}
.rank_nav{
    margin-bottom: 40px;
}
.rank_nav .itemBox{
    margin-left: -40px;
}
.rank_nav .itemBox .uk-width-1-5{
    padding-left: 40px;
}
.rank_nav .itemBox .uk-width-1-5.uk-grid-margin{
    margin-top: 24px;
}
.rank_nav .itemBox a{
    display: block;
    width: 200px;
    height: 56px;
    background: #F2F2F2;
    border-radius: 6px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.rank_nav .itemBox a.active{
    height: 62px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rang_aBgi.png);
    color: #fff;
    background-color: transparent;
}

.list_rank_itemBox{}
.list_rank_itemBox .itemBox{}
.list_rank_itemBox .itemBox .item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.list_rank_itemBox .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list_rank_itemBox .itemBox .item .order{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #b3b3b3;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank.png);
    margin-right: 37px;
    font-weight: bold;
}
.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order{
    width: 42px;
    height: 42px;
    color: transparent;
    margin-right: 35px;
}
.list_rank_itemBox .itemBox .item:nth-child(1) .order{
    background-image: url(../images/rank1.png);
}
.list_rank_itemBox .itemBox .item:nth-child(2) .order{
    background-image: url(../images/rank2.png);
}
.list_rank_itemBox .itemBox .item:nth-child(3) .order{
    background-image: url(../images/rank3.png);
}
.list_rank_itemBox .itemBox .item .thum{
    width: 120px;
    height: 120px;
    border-radius: 28px;
    position: relative;
    margin-right: 30px;
}
.list_rank_itemBox .itemBox .item .txtBox{
    padding-right: 100px;
}
.list_rank_itemBox .itemBox .item .txtBox .title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 26px;
}
.list_rank_itemBox .itemBox .item .txtBox .tagBox{
    font-size: 14px;
    color: #999;
    margin-bottom: 18px;
}
.list_rank_itemBox .itemBox .item .txtBox .tagBox .tag{
    margin-right: 40px;
    display: inline-block;
    width: auto;
    line-height: 18px;
}
.list_rank_itemBox .itemBox .item .txtBox .tagBox .tag:last-child{
    margin-right: 0;
}
.list_rank_itemBox .itemBox .item .txtBox .textBox{
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 36px;
    position: relative;
    background: #F7F7F7;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
}
.list_rank_itemBox .itemBox .item .txtBox .textBox::before{
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/dh.png);
}
.list_rank_itemBox .itemBox .item .down{
    display: block;
    width: 130px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 46px;
    text-align: center;
    padding-left: 20px;
    position: relative;
    color: var(--pm-c);
    font-size: 16px;
}
.list_rank_itemBox .itemBox .item .down::before{
    position: absolute;
    left: 21px;
    top: 14px;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}
.list_rank_itemBox .itemBox .item .down:hover{
    background-color: var(--pm-c);
    color: #fff;
}
.list_rank_itemBox .itemBox .item .down:hover::before{
    background-image: url(../images/down_curr.png);
}

/* 排行榜列表 */
.list_rank_news{}
.list_rank_news_itemBox{
}
.list_rank_news_itemBox .itemBox{
    margin-left: -22px;
}
.list_rank_news_itemBox .uk-width-1-3{
    padding-left: 22px;
}
.list_rank_news_itemBox .uk-width-1-3.uk-grid-margin{
    margin-top: 22px;
}
.list_rank_news_itemBox .item{
    width: 372px;
    height: 251px;
    border: 1px solid #F0F0F0;
    background-repeat: no-repeat;
    background-size: 100% 170px;
    background-image: url(../images/list_rank_bgi.png);
    background-position: left top;
}
.list_rank_news_itemBox .item:hover{
    background-image: url(../images/list_rank_bgi_curr.png);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.list_rank_news_itemBox .item .box{
    width: 372px;
    height: 170px;
    padding: 22px 43px;
    margin-left: 0;
}
.list_rank_news_itemBox .item .box .uk-width-1-3{
    padding-left: 0;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(1) .thumBox{
    width: 91px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(1){
    transform: translateX(100%);
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(1) .thumBox .thum{
    transform: scale(1.3);
    border-radius: 20px;
    margin-bottom: 26px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(1) .thumBox .title{
    width: 91px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(1) .thumBox::before {
    top: 60px;
    width: 30px;
    height: 30px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(2) .thumBox::before {
    background-image: url(../images/rank_small2.png);
    top: 52px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(2) {
    transform: translateX(-100%);
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(3) .thumBox::before {
    background-image: url(../images/rank_small3.png);
    top: 52px;
}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(2) .thumBox .thum{}
.list_rank_news_itemBox .item .box .uk-width-1-3:nth-child(3) .thumBox .thum{}
.list_rank_news_itemBox .item .box .thumBox{
    width: 70px;
    position: relative;
    margin: 0 auto;
}
.list_rank_news_itemBox .item .box .thumBox::before{
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_small.png);
    z-index: 3;
}
.list_rank_news_itemBox .item .box .thumBox .thum{
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 15px;
    border: 3px solid #fff;
    margin: 0 auto 16px;
}
.list_rank_news_itemBox .item .box .title{
    font-size: 14px;
    color: #333;
    text-align: center;
}
.list_rank_news_itemBox .item .btmBox{
    padding: 16px 25px;
}
.list_rank_news_itemBox .item .btmBox .txtBox{
    padding-right: 24px;
}
.list_rank_news_itemBox .item .btmBox .txtBox .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 21px;
}
.list_rank_news_itemBox .item .btmBox .txtBox .time{
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 20px;
    line-height: 16px;
}
.list_rank_news_itemBox .item .btmBox .txtBox .time::before{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}
.list_rank_news_itemBox .item .btmBox .see{
    display: block;
    width: 68px;
    height: 32px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
    border: 1px solid var(--pm-c);
}
.list_rank_news_itemBox .item .btmBox .see:hover{
    background-color: var(--pm-c);
    color: #fff;
}

.show_rank{}
.show_rank_contentBox{}
.show_rank_content{
    width: 800px;
    margin-right: 40px;
}
.show_rank_content .titleBox{
    margin-bottom: 30px;
    width: 800px;
    height: 70px;
    box-shadow: 4px 4px 0px 0px #9EE1DC;
    border: 1px solid #00BFB1;
    line-height: 68px;
    padding: 0 25px 0 95px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.show_rank_content .titleBox::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-color: #DEF9F3;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    background-image: url(../images/show_rank_title.png);
    z-index: 2;
}
.show_rank_content .titleBox .title{
    font-size: 23px;
    color: #333;
    font-weight: bold;
}
.show_rank_content .titleBox .time{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}
.show_rank_content .titleBox .time::before{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}
.show_rank_content .list_rank_itemBox .itemBox {
    margin-bottom: 70px;
}
.show_rank_content .list_rank_itemBox .itemBox .item .txtBox{
    padding-right: 40px;
}
.show_rank_content .index_xydt {
    width: 100%;
}
.show_rank_content .index_xydt .itemBox{
    margin-left: -30px;
}
.show_rank_content .index_xydt .itemBox .uk-width-1-2{
    padding-left: 30px;
}
.show_rank_content .index_xydt .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 16px;
}
.show_rank_content .index_xydt .list{
    margin-left: -30px;
    width: auto;
}
.show_rank_content .index_xydt .list .uk-width-1-2{
    padding-left: 30px;
}
.show_rank_content .index_xydt .list .uk-width-1-2.uk-grid-margin{
    margin-top: 16px;
}
.show_rank_content .index_xydt .list li {
    margin-bottom: 0;
    width: 385px;
}

.other_zrph{
    margin-bottom: 40px;
}
.other_zrph .list li .play{
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    color: #999;
}
.other_zrph .list li .play::before{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/eye.png);
}
.sideBar .index_zxzx{
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}
.sideBar .index_zxzx .itemBox .item {
    width: 150px;
}
.sideBar .index_zxzx .itemBox .item .thum{
    width: 150px;
    height: 90px;
}
.sideBar .index_zxzx .itemBox {
    margin-bottom: 18px;
}

.other_xytj{
    margin-bottom: 40px;
}
.other_xytj .itemBox{
    margin-left: -12px;
}
.other_xytj .itemBox .uk-width-1-2{
    padding-left: 12px;
}
.other_xytj .itemBox .uk-width-1-2.uk-grid-margin{
    margin-top: 30px;
}
.other_xytj .itemBox .item{
    width: 154px;
}
.other_xytj .itemBox .item .thum{
    width: 68px;
    height: 68px;
    border-radius: 15px;
    position: relative;
    margin-right: 10px;
}
.other_xytj .itemBox .item .txtBox{
    line-height: 1.3;
}
.other_xytj .itemBox .item .txtBox .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}
.other_xytj .itemBox .item .txtBox .type{
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
}
.other_xytj .itemBox .item .txtBox .time{
    font-size: 13px;
    color: #999;
}
.other_jxzx{}
.other_jxzx .index_newsBox .itemBox .item .box .txtBox {
    width: 185px;
}
.other_jxzx .index_newsBox .itemBox .item .box .txtBox .text{
    height: 44px;
    font-size: 12px;
}
.other_jxzx .index_newsBox .itemBox .item .box .thum{
    width: 120px;
}
.other_jxzx .index_newsBox{
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}

.other_rmzx{
    margin-bottom: 40px;
}
.other_rmzx .newsImgBox .sliderBox .slider .slider_item li .thum span{
    width: auto;
}
.other_rmzx .newsImgBox .sliderBox .slider{
    width: 320px;
}
.other_rmzx .newsImgBox .sliderBox .slider .slider_item{
    width: 320px;
}
.other_rmzx .newsImgBox .sliderBox{
    width: 320px;
}
.other_rmzx .newsImgBox{
    width: 320px;
    margin-bottom: 18px;
}
.other_rmzx .itemBox{
    line-height: 1.3;
}
.other_rmzx .itemBox .item{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}
.other_rmzx .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.other_rmzx .itemBox .item .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}
.other_rmzx .itemBox .item .box{}
.other_rmzx .itemBox .item .box .thum{
    width: 100px;
    height: 60px;
    position: relative;
    margin-right: 15px;
}
.other_rmzx .itemBox .item .box .txtBox{}
.other_rmzx .itemBox .item .box .txtBox .text{
    font-size: 12px;
    color: #666;
    margin-bottom: 28px;
}
.other_rmzx .itemBox .item .box .txtBox .tagBox{
    font-size: 12px;
    color: #999;
}
.other_rmzx .itemBox .item .box .txtBox .tagBox .time{
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #999;
}
.other_rmzx .itemBox .item .box .txtBox .tagBox .time::before{
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}

/* 404/500页面 */
.error {
}
.error .img{
    width: 320px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 100px auto 0;
}

.error .textBox {
    margin-top: 6px;
    text-align: center;
}
.error .textBox .text{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
}
.error .textBox .goHome{
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    margin-bottom: 60px;
    text-decoration: underline;
}

/* 关于我们 */
.page{}
.page_content{}
.page_nav{
    width: 200px;
    height: 420px;
    border: 1px solid #EDEDED;
    margin-right: 40px;
    background-color: #f7f7f7;
    border-bottom: none;
}
.page_nav a{
    display: block;
    border-bottom: 1px solid #EDEDED;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #4d4d4d;
}
/* .page_nav a:last-child{
    border-bottom: none;
} */
.page_nav a.active{
    background-color: #fff;
    border-bottom-color: var(--pm-c);
    position: relative;
    color: var(--pm-c);
}
.page_nav a.active::before{
    position: absolute;
    left: 30px;
    top: 22px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/curr.png);
}

.page_content .content{
    width: 918px;
}
.page_content .detail_content_box{}
.page_content .detail_content_box h3{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.page_content .detail_content_box h3::after,
.page_content .detail_content_box h3::before{
    top: 50%;
    transform: translateY(-50%);
}
.page_content .detail_content_box .itemBox{}
.page_content .detail_content_box .itemBox .item{
    margin-bottom: 50px;
}
.page_content .detail_content_box .itemBox .item:last-child{
    margin-bottom: 0;
}
.page_content .detail_content_box .itemBox .item .title{
    display: inline-block;
    width: auto;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--pm-c);
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_content .detail_content_box .itemBox .item .aBox{
    margin-left: -20px;
}
.page_content .detail_content_box .itemBox .item .aBox .box{
    padding-left: 20px;
    /* width: 14.28%; */
}
.page_content .detail_content_box .itemBox .item .aBox .box.uk-grid-margin{
    margin-top: 15px;
}
.page_content .detail_content_box .itemBox .item .aBox a{
    display: block;
    width: 110px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #666;
}
.page_content .detail_content_box .itemBox .item .aBox a.active{
    background-color: #fff;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    line-height: 34px;
}
.page_search {}


.search_content{
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}
.page_search .list_game_itemBox{
    margin-bottom: 50px;
}
.page_search .list_news_itemBox .itemBox{}
.page_search .list_news_itemBox .itemBox .item:hover{
    background-color: transparent;
}
.page_search .list_news_itemBox .itemBox .item{
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 0;
    border-bottom: 1px solid #f2f2f2;
}
.page_search .list_news_itemBox .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.kaifu {
}
.kaifu .titleBox span{
    color: #999;
}
.kaifu .kaifuBox{
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.kaifu .titleBox {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: var(--pm-c);
}
.kaifu .name{
    width: 170px;
    font-size: 14px;
    color: #fff;
    text-align-last: left;
}
.kaifu .type{
    width: 120px;
}
.kaifu .system img,
.kaifu .type img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 4px;
    cursor: pointer;
}
.kaifu .startTime{
    width: 150px;
    text-align: center;
}
.kaifu .new{
    width: 190px;
}
.kaifu .system{
    width: 130px;
}
.kaifu .platform{
    width: 140px;
}
.kaifu .down{
    display: block;
    width: 130px;
}
.kaifu .get{
    display: block;
    width: 130px;
}
.kaifu .itemBox {
    font-size: 14px;
}
.kaifu .titleBox .selectBox {
    width: 134px;
    background-color: #fff;
    top: 20px;
    left: -86px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(200,200,200,0.4);
}
.kaifu .titleBox .selectBox li{
    width: 100%;
}
.kaifu .titleBox .selectBox li a{
    font-size: 16px;
    color: #333;
}
.kaifu .itemBox .item{
    color: #666;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    font-size: 14px;
}
.kaifu .itemBox .item:last-child {
    border: none;
}

.kaifu .itemBox .item .system {
    color: #999;
}
.kaifu .itemBox .item .system span{
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
}
.kaifu .itemBox .item .name .thum{
    width: 38px;
    height: 38px;
    position: relative;
    margin-right: 20px;
    border-radius: 9px;
}
.kaifu .itemBox .item .name .title{
    display: block;
    max-width: 112px;
    font-size: 14px;
    color: #333;
}
.kaifu .itemBox .item .startTime {
    text-align: center;
}
.kaifu .itemBox .item .startTime span{
    display: inline-block;
    width: 58px;
    height: 26px;
    background: #BFBFBF;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 11px;
}
.kaifu .itemBox .item .btn{
    width: 80px;
    height: 34px;
    display: block;
    box-sizing: border-box;
    border: 1px solid var(--pm-c);
    border-radius: 4px;
    color: var(--pm-c);
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
}

.kaifu .itemBox .item .down{
    padding-left: 0;
    border: 1px solid #5A97FF;
    color: #5A97FF;
}


