/*隐藏类*/
.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 {
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    line-height: 1.3;
}

/* 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;
}

:root {
    --pm-c: #5E81FF;
}

/* 重复使用 */
.p-l-r-20 {
    padding: 0 20px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-12 {
    margin-bottom: 12px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-r-20 {
    margin: 0 20px !important;
}

.m-l-r-30 {
    margin: 0 30px !important;
}

.w-300 {
    width: 300px;
}

.w-320 {
    width: 320px;
}

.w-340 {
    width: 340px;
}

.w-360 {
    width: 360px;
}

.w-380 {
    width: 380px;
}

.w-390 {
    width: 390px;
}

.w-400 {
    width: 400px;
}

.w-420 {
    width: 420px;
}

.w-440 {
    width: 440px;
}

.w-460 {
    width: 460px;
}

.m-l-r-24 {
    margin: 0 24px;
}

.p-l-r-24 {
    padding: 0 24px;
}

.p-l-r-30 {
    padding: 0 30px;
}

.m-l-24 {
    margin-left: 24px;
}

.p-l-24 {
    padding-left: 24px;
}

.m-l-30 {
    margin-left: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.m-r-24 {
    margin-right: 24px;
}

.p-r-24 {
    padding-right: 24px;
}

.bgc-fff {
    background-color: #fff;
    padding: 20px;
}

.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;
}

.twoTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fiveTxtLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.thum {
    display: block;
    overflow: hidden;
}


/* 评分图标 */
.star1 {
    height: 10px;
    width: 50px;
    background: url('../images/star_small.png') repeat-x center/10px;
    display: inline-block;
    margin: 10px 0;
}

.star1:before {
    content: "";
    display: block;
    background: url('../images/star_curr_small.png') repeat-x 0/10px;
    height: 10px;
}

.star1-1:before {
    width: 10px;
}

.star1-2:before {
    width: 20px;
}

.star1-3:before {
    width: 30px;
}

.star1-4:before {
    width: 40px;
}

.star1-5:before {
    width: 50px;
}

/* 评分图标 */
.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;
}

/* 评分图标 */
.star3 {
    height: 14px;
    width: 70px;
    background: url('../images/star3.png') repeat-x center/14px;
    display: inline-block;
    margin: 10px 0;
}

.star3:before {
    content: "";
    display: block;
    background: url('../images/star3_curr.png') repeat-x 0/14px;
    height: 14px;
}

.star3-1:before {
    width: 14px;
}

.star3-2:before {
    width: 28px;
}

.star3-3:before {
    width: 42px;
}

.star3-4:before {
    width: 56px;
}

.star3-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 {}

.list li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px;
}

.list li:last-child {
    margin-bottom: 0 !important;
}

.list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d9d9d9;
    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;
}

.list li .title a {
    color: #333;
}

.list li .time {
    font-size: 12px;
    color: #aaa;
}

.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    text-align: center;
    padding: 40px 0;
}

.footer a {
    font-size: 14px;
    color: #999;
}

.footer a:last-child {
    margin-right: 0;
}

.footer .name {
    color: #ccc;
    margin-bottom: 20px;
}

.footer .aBox {
    margin: 0 0 20px;
}

.footer .aBox a::after {
    content: "|";
    margin: 8px;
}

.footer .aBox a:last-child::after {
    display: none;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
}

.public_title .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 16px;
}

.public_title .title::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_before.png);
}

.public_title .title::after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_after.png);
}

.public_title .more {
    position: relative;
    padding-right: 19px;
    font-size: 13px;
    color: var(--pm-c);
    line-height: 18px;
}

.public_title .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #D7E0FF;
    border-radius: 999px;
}

.public_title .more::after {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #9DB3FF;
    border-radius: 999px;
}

/* 当前位置 */
.crumbs {
    position: relative;
    padding-top: 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: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/crumb.png);
} */

.crumbs a:last-child::before {
    color: #999;
}

.crumbs a:last-child {
    color: #4d4d4d;
}

/* 首页页面 */
.header {
    z-index: 3;
    position: relative;
}

.header .header_content {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/headerBgi.png);
}

.header .logo {
    display: block;
    overflow: hidden;
    width: 168px;
    position: relative;
    padding: 30px 0;
}

.header .navBar {
    background-color: var(--pm-c);
}

.header .navBar .aBox {
    letter-spacing: 0;

}


.header .navBar .aBox li {
    display: block;
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 999;
    margin-right: 6px;
}

.header .navBar .aBox li a {
    color: #fff;
    position: relative;
    display: block;
}

.header .navBar .aBox li:last-child {
    margin-right: 0;
}


.header .navBar .aBox li:hover a,
.header .navBar .aBox li.active a {
    color: var(--pm-c);
    position: relative;
    background-color: #fff;
}

.searchBox {
    position: relative;
}

.searchBox .search_ipt {
    display: block;
    padding-left: 20px;
    padding-right: 100px;
    width: 400px;
    background-color: #fff;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
}


.searchBox .search_ipt::placeholder {
    font-size: 13px;
    color: #808080;
}

.searchBox .search_btn {
    cursor: pointer;
    width: 97px;
    height: 44px;
    border-radius: 0px 4px 4px 0px;
    display: block;
    background-color: var(--pm-c);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    padding-left: 20px;
}

.searchBox .search_btn::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}


.bgc-f5 {
    background-color: #f5f5f5;
}

.indexBox {}


.index_game_list {}

.index_game_list .thumBox {
    margin-left: -40px;
}

.index_game_list .thumBox .box {
    padding-left: 40px;
    width: 10%;
}

.index_game_list .thumBox .item {
    text-align: center;
}

.index_game_list .thumBox .item .thum {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 20px;
    margin: 0 auto 8px;
}

.index_game_list .thumBox .item .title {
    color: #333;
    font-size: 14px;
}

.index_game_list .thumBox .item .title a {
    font-size: 14px;
    color: #333;
}


.index_game_list .itemBox {
    margin-left: -40px;
}

.index_game_list .itemBox .uk-width-1-2 {
    padding-left: 40px;
}

.index_game_list .itemBox .item {}

.index_game_list .itemBox .item .topTitle {
    margin-bottom: 12px;
}

.index_game_list .itemBox .item .topTitle .title {
    font-size: 18px;
    color: #333;
}

.index_game_list .itemBox .item .topTitle .more {
    position: relative;
    padding-right: 14px;
    font-size: 13px;
    color: #999;
}

.index_game_list .itemBox .item .topTitle .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_root.png);
}

.index_game_list .itemBox .item .box {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 12px;
}

.index_game_list .itemBox .item .box:last-child {
    margin-bottom: 0;
}

.index_game_list .itemBox .item .box .thum {
    width: 130px;
    height: 78px;
    position: relative;
    margin-right: 15px;
}

.index_game_list .itemBox .item .box .title {
    font-size: 14px;
    color: var(--pm-c);
}

.index_game_list .itemBox .item .box .title a {
    color: var(--pm-c);
}

.index_game_list .itemBox .item .box .desc {
    margin: 12px 0;
    font-size: 12px;
    color: #666;
}

.index_game_list .itemBox .item .box .time {
    font-size: 12px;
    color: #999;
    padding-left: 18px;
    position: relative;
}

.index_game_list .itemBox .item .box .time::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}

.index_game_list .itemBox .item .list {
    margin-left: 28px;
}

.index_game_list .itemBox .item .list li {
    margin-bottom: 12px;
    padding-left: 0;
}

.index_game_list .itemBox .item .list li::before {
    display: none;
}

.index_game_list .itemBox .item .list li .thum {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    position: relative;
    margin-right: 8px;
}

.index_game_list .itemBox .item .list li .title {}

.index_game_list .itemBox .item .list li .title a {}

.index_game_list .itemBox .item .list li:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.index_game_list .itemBox .item .list li .down {
    display: block;
    width: 50px;
    height: 24px;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}


.index_cntent {}

.index_cntent .left {}

.index_cntent .middle .sliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index_cntent .middle .sliderBox .sliderItem {
    width: 100%;
}

.index_cntent .middle .sliderBox .sliderItem li {
    width: 100%;
}

.index_cntent .middle .sliderBox .sliderItem li .thum {
    position: relative;
    width: 100%;
    height: 220px;
}

.index_cntent .middle .sliderBox .sliderItem li .title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 85px 0 15px;
    font-size: 16px;
    color: #fff;
}

.index_cntent .middle .sliderBox .dotnav {
    position: absolute;
    z-index: 333;
    right: 15px;
    bottom: 18px;
    margin-left: 0;
}

.index_cntent .middle .sliderBox .dotnav li {
    display: block;
    margin-right: 6px;
    padding-left: 0;
}

.index_cntent .middle .sliderBox .dotnav li:last-child {
    margin-right: 0;
}

.index_cntent .middle .sliderBox .dotnav li a {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
}

.index_cntent .middle .sliderBox .dotnav li.uk-active {}

.index_cntent .middle .sliderBox .dotnav li.uk-active a {
    background-color: #fff;
}


.index_xydt {}

.index_xydt .itemBox {}

.index_xydt .itemBox .item {
    margin-bottom: 18px;
    background-color: #f7f7f7;
    padding-left: 15px;
}

.index_xydt .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_xydt .itemBox .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.index_xydt .itemBox .item .title {
    padding-left: 22px;
    position: relative;
    margin-bottom: 14px;
    font-size: 14px;
    color: #333;
}

.index_xydt .itemBox .item .title a {
    color: #333;
}

.index_xydt .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #D7FFEC;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "新";
    font-size: 12px;
    color: #45DE95;
    border: 1px solid #45DE95;
}

.index_xydt .itemBox .item .desc {
    font-size: 12px;
    color: #999;
}

.index_xydt .itemBox .item .thum {
    margin-left: 15px;
    width: 150px;
    height: 78px;
    position: relative;
}

.index_xydt .itemBox .item .thum::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/right.png);
    z-index: 9;
}

.index_xydt .itemBox .item:nth-child(2n) {
    padding-left: 0;
    padding-right: 15px;
}

.index_xydt .itemBox .item:nth-child(2n) .thum {
    margin-right: 15px;
    margin-left: 0;
}

.index_xydt .itemBox .item:nth-child(2n) .thum::before {
    right: 0;
    left: auto;
    background-image: url(../images/left.png);
}


.index_cntent .middle {}



.index_newsBox {}

.index_newsBox .topBox {
    margin-bottom: 18px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #e3e3e3;
}

.index_newsBox .topBox .item {
    margin-bottom: 24px;
}

.index_newsBox .topBox .item:last-child {
    margin-bottom: 0;
}

.index_newsBox .topBox .item .title {
    font-size: 18px;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}

.index_newsBox .topBox .item .title a {
    color: var(--pm-c);
}

.index_newsBox .topBox .item .tagBox {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.index_newsBox .topBox .item .tagBox .tag {
    margin-right: 30px;
}

.index_newsBox .topBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.index_newsBox .topBox .item .tagBox .tag a {
    color: #999;
}


.index_newsBox .list {}

.index_newsBox .list li:nth-child(6) {
    margin-bottom: 18px;
}

.index_newsBox .list li:nth-child(7) {
    padding-left: 24px;
    margin-bottom: 18px;
}

.index_newsBox .list li:nth-child(7)::before {
    width: 18px;
    height: 18px;
    background: #FFEFF0;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "热";
    font-size: 12px;
    color: #FE5D64;
    border: 1px solid #FE5D64;
}

.index_newsBox .list li:nth-child(7) .title {
    padding-right: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FE5D64;
}

.index_newsBox .list li:nth-child(7) .title a {
    color: #FE5D64;
}

.index_newsBox .list:last-child li:nth-child(7) .title a {
    color: #333;
}

.index_newsBox .list:last-child li:nth-child(7) .title {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px;
}

.index_newsBox .list:last-child li:nth-child(7) .time {
    display: block;
}

.index_newsBox .list:last-child li:nth-child(7) {
    padding-left: 16px;
}

.index_newsBox .list:last-child li:nth-child(7)::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d9d9d9;
    border: none;
}

.index_newsBox .list:last-child li:first-child {
    padding-left: 24px;
    margin-bottom: 18px;
}

.index_newsBox .list:last-child li:first-child::before {
    width: 18px;
    height: 18px;
    background: #FFEFF0;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "热";
    font-size: 12px;
    color: #FE5D64;
    border: 1px solid #FE5D64;
}

.index_newsBox .list:last-child li:first-child .title {
    padding-right: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FE5D64;
}

.index_newsBox .list:last-child li:first-child .title a {
    color: #FE5D64;
}

.index_newsBox .list:last-child li:first-child .time {
    display: none;
}

.index_newsBox .list li:nth-child(7) .time {
    display: none;
}

.index_newsBox .itemBox {
    margin-left: -15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.index_newsBox .itemBox .uk-width-1-3 {
    padding-left: 15px;
}

.index_newsBox .itemBox .item {}

.index_newsBox .itemBox .item .thum {
    width: 100%;
    height: 70px;
    position: relative;
    margin-bottom: 8px;
}

.index_newsBox .itemBox .item .title {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.index_newsBox .itemBox .item .title a {
    color: #999;
}



.index_cntent .right {}

.index_sybd {}

.index_sybd .top {
    padding: 0 10px 32px;
    position: relative;
}

.index_sybd .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #EAEEFF 0%, rgba(234, 238, 255, 0) 100%);
}

.index_sybd .top .item {
    margin-right: 15px;
}

.index_sybd .top .item:last-child {
    margin-right: 0;
}

.index_sybd .top .item:nth-child(1) {
    order: 2;
}

.index_sybd .top .item:nth-child(2) {
    order: 1;
}

.index_sybd .top .item:nth-child(1) .thum {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.index_sybd .top .item:nth-child(3) {
    order: 3;
}

.index_sybd .top .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    border: 2px solid #fff;
    position: relative;
    margin: 0 auto 6px;
}

.index_sybd .top .item .title {
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.index_sybd .top .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/top1.png);
}

.index_sybd .top .item:nth-child(2) .title::before {
    background-image: url(../images/top2.png);
}

.index_sybd .top .item:nth-child(3) .title::before {
    background-image: url(../images/top3.png);
}

.index_sybd .top .item .title a {
    color: #333;
}

.index_sybd .itemBox {}

.index_sybd .itemBox .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f2f2f2;
}

.index_sybd .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_sybd .itemBox .item .order {
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
    margin-right: 12px;
}

.index_sybd .itemBox .item .thum {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 12px;
    margin-right: 12px;
}

.index_sybd .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.index_sybd .itemBox .item .title a {
    color: #333;
}

.index_sybd .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.index_sybd .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 5px;
    line-height: 1;
}

.index_sybd .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.index_sybd .itemBox .item .down {
    display: block;
    width: 64px;
    height: 30px;
    background: #F0F3FF;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
}

.index_sybd .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.index_zxtj {}

.index_zxtj .itemBox {
    margin-left: -12px;
}

.index_zxtj .itemBox .uk-width-1-2 {
    padding-left: 12px;
}

.index_zxtj .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 12px;
}

.index_zxtj .itemBox .item {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

.index_zxtj .itemBox .item:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.index_zxtj .itemBox .item::before {
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    content: "";
    height: 36px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sc.png);
    z-index: 8;
}

.index_zxtj .itemBox .item .title {
    padding-right: 44px;
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
}

.index_zxtj .itemBox .item .title a {
    color: #333;
}

.index_zxtj .itemBox .item .desc {
    font-size: 14px;
    color: #999;
    text-wrap: wrap;
    margin-right: 15px;
    line-height: 24px;
}

.index_zxtj .itemBox .item .thum {
    width: 90px;
    height: 50px;
    position: relative;
}

.index_zxtj .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin-top: 28px;
}

.index_zxtj .itemBox .item .tagBox .tag {
    position: relative;
    padding-left: 18px;
}

.index_zxtj .itemBox .item .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_zxtj .itemBox .item .tagBox .tag.author::before {
    background-image: url(../images/author.png);
}

.index_zxtj .itemBox .item .tagBox .tag.time::before {
    background-image: url(../images/time.png);
}


.index_rmsp {
    border: 1px solid var(--pm-c);
}

.index_rmsp .label {
    width: 44px;
    height: 160px;
    background: var(--pm-c);
    line-height: 44px;
    writing-mode: vertical-rl;
    text-align: center;
    padding-top: 30px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.index_rmsp .label::before {
    position: absolute;
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/play_btn.png);
}

.index_rmsp .itemBox {
    padding: 20px;
    margin-left: -16px;
}

.index_rmsp .itemBox .box {
    padding-left: 16px;
    width: 14.28%;
}

.index_rmsp .itemBox .item {}

.index_rmsp .itemBox .item .thum {
    width: 100%;
    height: 94px;
    position: relative;
    margin-bottom: 8px;
}
.index_rmsp .itemBox .item .thum:hover::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    background-image: url(../images/play.png);
    z-index: 7;
}

.index_rmsp .itemBox .item .title {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.index_rmsp .itemBox .item .title a {
    color: #333;
}

.index_jczx {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/jczxBgi.png);
    padding: 35px 0 43px;
}

.index_jczx .topTitle {
    display: block;
    width: 520px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/jczx_title.png);
    margin: 0 auto 50px;
}

.index_jczx .itemBox {
    margin-left: -32px;
}

.index_jczx .itemBox .uk-width-1-4 {
    padding-left: 32px;
}

.index_jczx .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 32px;
}

.index_jczx .itemBox .item:hover {
    box-shadow: 0px 4px 20px 0px rgba(60, 86, 174, 0.4);
}

.index_jczx .itemBox .uk-width-1-4:first-child .item .left {
    width: 290px;
    border-radius: 6px 0px 0px 6px;
}

.index_jczx .itemBox .uk-width-1-4:first-child {
    width: 50%;
}

.index_jczx .itemBox .uk-width-1-4:first-child .item {
    display: flex;
}

.index_jczx .itemBox .uk-width-1-4:first-child .item .left .thum {
    width: 100%;
    height: 200px;
    border-radius: 6px 0px 0px 6px;
}

.index_jczx .itemBox .uk-width-1-4:first-child .item .left .btm {
    display: none;
}

.index_jczx .itemBox .uk-width-1-4:first-child .item .right {
    display: block;
}

.index_jczx .itemBox .item .thum {
    width: 100%;
    height: 120px;
    border-radius: 6px 6px 0 0;
    position: relative;
}

.index_jczx .itemBox .item .btm {
    width: 100%;
    height: 80px;
    padding: 10px 15px 15px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.index_jczx .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}

.index_jczx .itemBox .item .title a {
    color: #333;
}

.index_jczx .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.index_jczx .itemBox .item .tagBox .tag {
    position: relative;
    padding-left: 18px;
}

.index_jczx .itemBox .item .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_jczx .itemBox .item .tagBox .tag.author::before {
    background-image: url(../images/author.png);
}

.index_jczx .itemBox .item .tagBox .tag.time::before {
    background-image: url(../images/time.png);
}

.index_jczx .itemBox .item .right {
    display: none;
    border-radius: 0 6px 6px 0;
    background-color: #fff;
    padding: 20px;
}

.index_jczx .itemBox .item .right .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.index_jczx .itemBox .item .right .title a {
    color: #333;
}

.index_jczx .itemBox .item .right .desc {
    font-size: 14px;
    color: #666;
    text-wrap: wrap;
    line-height: 26px;
    margin-bottom: 48px;
}




.index_syxz {
    position: relative;
}

.index_syxz .bgc-fff {
    padding-bottom: 40px;
}

.index_syxz ul {
    position: absolute;
    right: 76px;
    top: 22px;
}

.index_syxz ul li {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    border-radius: 6px 0px 6px 0px;
    line-height: 22px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #8c8c8c;
}

.index_syxz ul li a {
    color: #8c8c8c;
}

.index_syxz ul li.active {
    border-color: var(--pm-c);
}

.index_syxz ul li.active a {
    color: var(--pm-c);
}

.index_syxz .itemBox {
    margin-left: -22px;
}

.index_syxz .itemBox .box {
    padding-left: 22px;
}

.index_syxz .itemBox .box.uk-grid-margin {
    margin-top: 22px;
}

.index_syxz .itemBox .item:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.index_syxz .itemBox .item {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 20px;
}

.index_syxz .itemBox .item .thum {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto 12px;
}

.index_syxz .itemBox .item .title {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}

.index_syxz .itemBox .item .title a {
    color: #333;
}

.index_syxz .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.index_syxz .itemBox .item .tagBox .tag:last-child {
    display: inline-block;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #93ABFF;
    border-radius: 4px;
}



.list li .num {
    font-size: 12px;
    color: #aaa;
}


.index_sygl {}

.index_sygl .itemBox {}

.index_sygl .itemBox .item {
    margin-bottom: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f2f2f2;
}

.index_sygl .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_sygl .itemBox .item .list {}

.index_sygl .itemBox .item .list li {}

.index_sygl .itemBox .item .list li::before {
    background-color: var(--pm-c);
}

.index_sygl .itemBox .item .list li .title {
    padding-right: 0;
}

.index_sygl .itemBox .item .list li .title a {}

.index_sygl .itemBox .item .thum {
    width: 150px;
    height: 120px;
    position: relative;
    margin-left: 15px;
}

.index_sygl .itemBox .item .thum .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.index_zxgl {}

.index_zxgl .itemBox {
    margin-left: -15px;
}

.index_zxgl .itemBox .uk-width-1-3 {
    padding-left: 15px;
}

.index_zxgl .itemBox .item {}

.index_zxgl .itemBox .item .thum {
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 4px;
}

.index_zxgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center;
}

.index_zxgl .itemBox .item .title a {
    color: #333;
}

.index_zxgl .list {
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #f2f2f2;
}

.index_zxgl .list li {}

.index_zxgl .list li::before {
    background-color: var(--pm-c);
}

.index_rmlb {}

.index_rmlb .itemBox {}

.index_rmlb .itemBox .item {
    margin-bottom: 20px;
}

.index_rmlb .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_rmlb .itemBox .item.active .top {
    display: none;
}

.index_rmlb .itemBox .item:nth-child(1) .order {
    background-color: #FA4E57;
}

.index_rmlb .itemBox .item:nth-child(2) .order {
    background-color: #FA7A53;
}

.index_rmlb .itemBox .item:nth-child(3) .order {
    background-color: #FBC258;
}

.index_rmlb .itemBox .item:nth-child(-n+3) .order {
    color: #fff;
}

.index_rmlb .itemBox .item .order {
    width: 20px;
    height: 20px;
    background: #F2F2F2;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    color: #ababab;
}

.index_rmlb .itemBox .item .top .title {
    font-size: 14px;
    color: #333;
}

.index_rmlb .itemBox .item .top .title a {
    color: #333;
}

.index_rmlb .itemBox .item .top .num {
    font-size: 12px;
    color: #999;
}

.index_rmlb .itemBox .item .top .num span {
    color: var(--pm-c);
}

.index_rmlb .itemBox .item .btm {
    display: none;
}

.index_rmlb .itemBox .item.active .btm {
    display: flex;
}

.index_rmlb .itemBox .item .btm .order {
    height: 76px;
    line-height: 76px;
}

.index_rmlb .itemBox .item .btm .thum {
    width: 76px;
    height: 76px;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
}

.index_rmlb .itemBox .item .btm .title {
    font-size: 14px;
    color: #333;
}

.index_rmlb .itemBox .item .btm .title a {
    color: #333;
}

.index_rmlb .itemBox .item .btm .desc {
    margin: 13px 0;
    font-size: 12px;
    color: #999;
}

.index_rmlb .itemBox .item .btm .num {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 20px;
}

.index_rmlb .itemBox .item .btm .num span {
    color: var(--pm-c);
}

.index_rmlb .itemBox .item .btm .num::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_gift_icon.png);
}

.index_rmgl {}

.index_rmgl .itemBox {
    margin-left: -18px;
}

.index_rmgl .itemBox .uk-width-1-2 {
    padding-left: 18px;
}

.index_rmgl .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}

.index_rmgl .itemBox .item {}

.index_rmgl .itemBox .item .thum {
    width: 100%;
    height: 110px;
    position: relative;
    margin-bottom: 10px;
}

.index_rmgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 22px;
}

.index_rmgl .itemBox .item .title::before {
    width: 18px;
    height: 18px;
    background: #FFEFF0;
    border-radius: 3px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "热";
    font-size: 12px;
    color: #FE5D64;
    border: 1px solid #FE5D64;
}

.index_rmgl .itemBox .item .title a {
    color: #333;
}

.index_rmgl .top {
    text-align: center;
    padding: 19px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    margin-bottom: 18px;
}

.index_rmgl .top::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 92px;
    height: 92px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hc.png);
}

.index_rmgl .top .title {
    font-size: 18px;
    color: #FE5D64;
    margin-bottom: 12px;
}

.index_rmgl .top .title a {
    color: #FE5D64;
}

.index_rmgl .top .desc {
    font-size: 14px;
    color: #999;
}

.index_rmgl .list:last-child {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid #f2f2f2;
}

.index_gftj {}

.index_gftj .itemBox {}

.index_gftj .itemBox .item {}

.index_gftj .itemBox .item.active .top {
    display: none;
}

.index_gftj .itemBox .item.active .btm {
    display: block;
}

.index_gftj .itemBox .item .top {
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    border-bottom: 1px solid #ededed;
}

.index_gftj .itemBox .item .top .score {
    font-size: 15px;
    color: var(--pm-c);
    padding-right: 11px;
    position: relative;
    margin-right: 14px;
}

.index_gftj .itemBox .item .top .score::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #ccc;
}

.index_gftj .itemBox .item .top .title {
    font-size: 14px;
    color: #333;
}

.index_gftj .itemBox .item .top .title a {
    color: #333;
}

.index_gftj .itemBox .item .btm {
    display: none;
}

.index_gftj .itemBox .item .btm .score {
    position: relative;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 15px;
    font-size: 15px;
    color: #fff;
    z-index: 8;
}

.index_gftj .itemBox .item .btm .score::before {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 58px;
    height: 66px;
    background-image: url(../images/score_bgi.png);
    z-index: -1;
}

.index_gftj .itemBox .item .btm .title {
    font-size: 15px;
    color: var(--pm-c);
    margin-bottom: 6px;
}

.index_gftj .itemBox .item .btm .title a {
    color: var(--pm-c);
}

.index_gftj .itemBox .item .btm .desc {
    font-size: 12px;
    color: #999;
}

.index_gftj .itemBox .item .btm .thum {
    width: 100%;
    height: 130px;
    position: relative;
}



.index_rankBox {}

.index_rank {}

.index_rank:nth-child(2) {
    margin: 0 20px;
}

.index_rank:nth-child(2) .topTitleBox {
    background-color: #7FCD5D;
}

.index_rank:nth-child(2) .itemBox .item:nth-child(-n+3) .order {
    color: #FF8058;
}

.index_rank:nth-child(2) .itemBox .item .btm {
    background-color: #F5FCF1;
}

.index_rank:nth-child(2) .itemBox .item .btm .down {
    border-color: #7FCD5D;
    color: #7FCD5D;
}

.index_rank:nth-child(2) .itemBox .item .btm .down::before {
    background-image: url(../images/down_lv.png);
}

.index_rank:nth-child(3) .topTitleBox {
    background-color: #A098FF;
}

.index_rank:nth-child(3) .itemBox .item .btm {
    background-color: #F7F6FF;
}

.index_rank:nth-child(3) .itemBox .item .btm .down {
    border-color: #A098FF;
    color: #A098FF;
}

.index_rank:nth-child(3) .itemBox .item .btm .down::before {
    background-image: url(../images/down_z.png);
}

.index_rank .topTitleBox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #FF8058;
    border-radius: 6px;
}

.index_rank .topTitleBox .topTitle {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-left: 36px;
}

.index_rank .topTitleBox .topTitle::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_topTitle_before.png);
}

.index_rank .topTitleBox .more {
    padding-right: 20px;
    position: relative;
    font-size: 13px;
    color: #fff;
}

.index_rank .topTitleBox .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(215, 224, 255, 0.5);
    border-radius: 999px;
}

.index_rank .topTitleBox .more::after {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 999px;
}


.index_rank .itemBox {
    padding: 20px 0 40px;
    background-color: #fff;
    margin: 0 5px;
}

.index_rank .itemBox .item {
    margin-bottom: 17px;
}

.index_rank .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_rank .itemBox .item .top {
    padding: 0 20px 0 14px;
}

.index_rank .itemBox .item.active .top {
    display: none;
}

.index_rank .itemBox .item .order {
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
    margin-right: 14px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.index_rank .itemBox .item .top .title {
    font-size: 15px;
    color: #333;
}

.index_rank .itemBox .item .top .title a {
    color: #333;
}

.index_rank .itemBox .item .top .type {
    font-size: 12px;
    color: #999;
}

.index_rank .itemBox .item .btm {
    padding: 15px 20px 15px 14px;
    background: #FFF7F5;
    display: none;

}

.index_rank .itemBox .item.active .btm {
    display: flex;
}

.index_rank .itemBox .item:nth-child(-n+3) .btm .order {
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_rank .itemBox .item:nth-child(1) .btm .order {
    background-image: url(../images/rank1.png);
}

.index_rank .itemBox .item:nth-child(2) .btm .order {
    background-image: url(../images/rank2.png);
}

.index_rank .itemBox .item:nth-child(3) .btm .order {
    background-image: url(../images/rank3.png);
}

.index_rank .itemBox .item .btm .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-right: 12px;
}

.index_rank .itemBox .item .btm .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
}

.index_rank .itemBox .item .btm .title a {
    color: #333;
}

.index_rank .itemBox .item .btm .tagBox {
    font-size: 14px;
    color: #999;
}

.index_rank .itemBox .item .btm .tagBox .tag::after {
    content: "|";
    margin: 0 8px;
    line-height: 1;
}

.index_rank .itemBox .item .btm .tagBox .tag:last-child::after {
    display: none;
}

.index_rank .itemBox .item .btm .down {
    display: block;
    width: 68px;
    height: 30px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    padding-left: 18px;
    font-size: 14px;
    color: #FF8058;
    border: 1px solid #FF8058;
    position: relative;
}

.index_rank .itemBox .item .btm .down::before {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_c.png);
}




.index_yxmx {}

.index_yxmx .top {
    height: 250px;
    margin-bottom: 10px;
}

.index_yxmx .top .thum {
    position: relative;
    width: 100%;
    height: 250px;
}

.index_yxmx .top .imgBox1 {
    width: 440px;
    margin-right: 10px;
}

.index_yxmx .top .imgBox2 {
    width: 200px;
    margin-right: 10px;
}

.index_yxmx .top .imgBox2 .thum {
    height: 130px;
    margin-bottom: 10px;
}

.index_yxmx .top .imgBox2 .thum:last-child {
    height: 110px;
}

.index_yxmx .top .imgBox3 {
    width: 200px;
    margin-right: 10px;
}

.index_yxmx .top .imgBox3 .thum {
    height: 110px;
}

.index_yxmx .top .imgBox3 .thum:last-child {
    height: 130px;
    margin-top: 10px;
}

.index_yxmx .top .imgBox4 {
    width: 290px;
}

.index_yxmx .btm {
    height: 200px;
}

.index_yxmx .btm .thum {
    height: 200px;
    margin-right: 10px;
}

.index_yxmx .btm .thum:last-child {
    margin-right: 0;
}


.index_link {}

.index_link .itemBox {}

.index_link .itemBox .title {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    position: relative;
    padding-left: 14px;
    line-height: 2.5;
}

.index_link .itemBox .title a {
    color: #666;
}

.index_link .itemBox .title:last-child {
    margin-right: 0;
}










.list_game {
    padding-bottom: 30px;
}

.list_nav {}

.list_nav .aBox {
    margin-left: -18px;
}

.list_nav .aBox li {
    width: 8.3%;
    text-align: center;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

.list_nav .aBox li.uk-grid-margin {
    margin-top: 30px;
}

.list_nav .aBox li .title {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-top: 48px;
    position: relative;
}

.list_nav .aBox li .title::before {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    transform: translateX(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 22px;
    border-radius: 10px;
    background-position: center;
}

.list_nav .aBox li .title a {
    color: #333;
    display: block;
}

.list_nav .aBox li.active .title {
    color: #fff;
}

.list_nav .aBox li.active .title::before {
    background-color: #fff !important;
}

.list_nav .aBox li.active .title a {
    color: #fff;
}

.list_nav .aBox li.active::before {
    position: absolute;
    top: -10px;
    right: 2px;
    display: block;
    content: "";
    width: 76px;
    height: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/active.png);
}

.list_nav .aBox li .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_qbyx.png);
}
.list_nav .aBox li.active .title::before {
    background-color: #fff;
    background-image: url(../images/game_qbyx_curr.png);
}

.list_game_nav .aBox li:nth-child(1) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_qbyx.png);
}

.list_nav .aBox li.active .title::before {
    background-color: #fff;
}

.list_game_nav .aBox li:nth-child(1).active .title::before {
    background-image: url(../images/game_qbyx_curr.png);
}

.list_game_nav .aBox li:nth-child(2) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/game_jsby.png);
}

.list_game_nav .aBox li:nth-child(2).active .title::before {
    background-image: url(../images/game_jsby_curr.png);
}

.list_game_nav .aBox li:nth-child(3) .title::before {
    background-color: #FFF0E3;
    background-image: url(../images/game_dzgd.png);
}

.list_game_nav .aBox li:nth-child(3).active .title::before {
    background-image: url(../images/game_dzgd_curr.png);
}

.list_game_nav .aBox li:nth-child(4) .title::before {
    background-color: #E2FDFF;
    background-image: url(../images/game_xxyz.png);
}

.list_game_nav .aBox li:nth-child(4).active .title::before {
    background-image: url(../images/game_xxyz_curr.png);
}

.list_game_nav .aBox li:nth-child(5) .title::before {
    background-image: url(../images/game_fxsj.png);
    background-color: #E2FFEE;
}

.list_game_nav .aBox li:nth-child(5).active .title::before {
    background-image: url(../images/game_fxsj_curr.png);
}

.list_game_nav .aBox li:nth-child(6) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_mxjm.png);
}

.list_game_nav .aBox li:nth-child(6).active .title::before {
    background-image: url(../images/game_mxjm_curr.png);
}

.list_game_nav .aBox li:nth-child(7) .title::before {
    background-color: #F6F4FF;
    background-image: url(../images/game_cltf.png);
}

.list_game_nav .aBox li:nth-child(7).active .title::before {
    background-image: url(../images/game_cltf_curr.png);
}

.list_game_nav .aBox li:nth-child(8) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/game_scjs.png);
}

.list_game_nav .aBox li:nth-child(8).active .title::before {
    background-image: url(../images/game_scjs_curr.png);
}

.list_game_nav .aBox li:nth-child(9) .title::before {
    background-color: #FFF0E3;
    background-image: url(../images/game_kpyx.png);
}

.list_game_nav .aBox li:nth-child(9).active .title::before {
    background-image: url(../images/game_kpyx_curr.png);
}

.list_game_nav .aBox li:nth-child(10) .title::before {
    background-image: url(../images/game_yyyx.png);
    background-color: #E2FDFF;
}

.list_game_nav .aBox li:nth-child(10).active .title::before {
    background-image: url(../images/game_yyyx_curr.png);
}

.list_game_nav .aBox li:nth-child(11) .title::before {
    background-color: #E2FFEE;
    background-image: url(../images/game_mnjy.png);
}

.list_game_nav .aBox li:nth-child(11).active .title::before {
    background-image: url(../images/game_mnjy_curr.png);
}

.list_game_nav .aBox li:nth-child(12) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_tyjj.png);
}

.list_game_nav .aBox li:nth-child(12).active .title::before {
    background-image: url(../images/game_tyjj_curr.png);
}

.list_game_nav .aBox li:nth-child(13) .title::before {
    background-color: #F6F4FF;
    background-image: url(../images/game_ecyyc.png);
}

.list_game_nav .aBox li:nth-child(13).active .title::before {
    background-image: url(../images/game_ecyyc_curr.png);
}

.list_game_nav .aBox li:nth-child(14) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_xxyx.png);
}

.list_game_nav .aBox li:nth-child(14).active .title::before {
    background-image: url(../images/game_xxyx.png);
}

.list_game_nav .aBox li:nth-child(15) .title::before {
    background-color: #E2FFEE;
    background-image: url(../images/game_fzyx.png);
}

.list_game_nav .aBox li:nth-child(15).active .title::before {
    background-image: url(../images/game_fzyx_curr.png);
}

.list_app_nav .aBox li:nth-child(1) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/app_qbyy.png);
}

.list_app_nav .aBox li:nth-child(1).active .title::before {
    background-image: url(../images/app_qbyy_curr.png);
}

.list_app_nav .aBox li:nth-child(2) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/app_yybf.png);
}

.list_app_nav .aBox li:nth-child(2).active .title::before {
    background-image: url(../images/app_yybf_curr.png);
}

.list_app_nav .aBox li:nth-child(3) .title::before {
    background-color: #FFF0E3;
    background-image: url(../images/app_sjlt.png);
}

.list_app_nav .aBox li:nth-child(3).active .title::before {
    background-image: url(../images/app_sjlt_curr.png);
}

.list_app_nav .aBox li:nth-child(4) .title::before {
    background-color: #E2FDFF;
    background-image: url(../images/app_xwyd.png);
}

.list_app_nav .aBox li:nth-child(4).active .title::before {
    background-image: url(../images/app_xwyd_curr.png);
}

.list_app_nav .aBox li:nth-child(5) .title::before {
    background-image: url(../images/app_symh.png);
    background-color: #E2FFEE;
}

.list_app_nav .aBox li:nth-child(5).active .title::before {
    background-image: url(../images/app_symh_curr.png);
}

.list_app_nav .aBox li:nth-child(6) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/app_jrlc.png);
}

.list_app_nav .aBox li:nth-child(6).active .title::before {
    background-image: url(../images/app_jrlc_curr.png);
}

.list_app_nav .aBox li:nth-child(7) .title::before {
    background-color: #F6F4FF;
    background-image: url(../images/app_gwzf.png);
}

.list_app_nav .aBox li:nth-child(7).active .title::before {
    background-image: url(../images/app_gwzf_curr.png);
}

.list_app_nav .aBox li:nth-child(8) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/app_bgxx.png);
}

.list_app_nav .aBox li:nth-child(8).active .title::before {
    background-image: url(../images/app_bgxx_curr.png);
}

.list_app_nav .aBox li:nth-child(9) .title::before {
    background-color: #FFF0E3;
    background-image: url(../images/app_shfw.png);
}

.list_app_nav .aBox li:nth-child(9).active .title::before {
    background-image: url(../images/app_shfw_curr.png);
}

.list_app_nav .aBox li:nth-child(10) .title::before {
    background-image: url(../images/app_ztzm.png);
    background-color: #E2FDFF;
}

.aBox li:nth-child(10).active .title::before {
    background-image: url(../images/app_ztzm_curr.png);
}

.list_app_nav .aBox li:nth-child(11) .title::before {
    background-color: #E2FFEE;
    background-image: url(../images/app_xtaq.png);
}

.list_app_nav .aBox li:nth-child(11).active .title::before {
    background-image: url(../images/app_xtaq_curr.png);
}

.list_app_nav .aBox li:nth-child(12) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/app_dtdh.png);
}

.list_app_nav .aBox li:nth-child(12).active .title::before {
    background-image: url(../images/app_dtdh_curr.png);
}

.list_app_nav .aBox li:nth-child(13) .title::before {
    background-color: #F6F4FF;
    background-image: url(../images/app_qkl.png);
}

.list_app_nav .aBox li:nth-child(13).active .title::before {
    background-image: url(../images/app_qkl_curr.png);
}

.list_app_nav .aBox li:nth-child(14) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/app_mtrj.png);
}

.list_app_nav .aBox li:nth-child(14).active .title::before {
    background-image: url(../images/app_mtrj_curr.png);
}




.list_game_itemBox {}

.list_game_itemBox .itemBox {
    margin-left: -24px;
}

.list_game_itemBox .itemBox .uk-width-1-3 {
    padding-left: 24px;
}

.list_game_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 24px;
}

.list_game_itemBox .itemBox .item {
    position: relative;
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
}

.list_game_itemBox .itemBox .item:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.list_game_itemBox .itemBox .item:hover .title {
    color: var(--pm-c);
}

.list_game_itemBox .itemBox .item:hover .title a {
    color: var(--pm-c);
}

.list_game_itemBox .itemBox .item .top {
    margin-bottom: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}

.list_game_itemBox .itemBox .item .thum {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-right: 18px;
}

.list_game_itemBox .itemBox .item .star {
    margin: 0;
    display: block;
}

.list_game_itemBox .itemBox .item .desc {
    font-size: 14px;
    color: #999;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list_game_itemBox .itemBox .item .title a {
    color: #333;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
    margin-top: 14px;
    padding-right: 80px;
}

.list_game_itemBox .itemBox .item .tagBox .tag {
    margin-bottom: 14px;
}

.list_game_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-bottom: 0;
}


.list_game_itemBox .itemBox .item .down {
    display: block;
    width: 90px;
    height: 36px;
    background: #F0F3FF;
    line-height: 36px;
    position: relative;
    padding-left: 18px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border-radius: 10px 0px 10px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list_game_itemBox .itemBox .item .down::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_y.png);
}

.list_game_itemBox .itemBox .item:hover .down::before {
    background-image: url(../images/down_y_curr.png);
}

.list_game_itemBox .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.show_game {
    padding-bottom: 30px;
}

.show_game .other_xgzx {
    margin: 0 20px;
}

.show_game .other_tltj {
    margin: 0 20px;
}

.show_game .contentBox .content.bgc-fff {
    padding: 0;
}

.show_game_titleBox {
    padding: 30px;
    border: 6px solid #DFE6FF;
    margin-bottom: 25px;
    position: relative;
}

.show_game_titleBox::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gftj.png);
}

.show_game_titleBox .thum {
    width: 140px;
    height: 140px;
    border-radius: 35px;
    position: relative;
    margin-right: 30px;
}

.show_game_titleBox .txtBox {}

.show_game_titleBox .txtBox .title {
    font-size: 31px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #808080;
}

.show_game_titleBox .down-btn {
    margin-top: 24px;
}

.show_game_titleBox .down-btn .btn:last-child {
    margin-right: 0;
}

.show_game_titleBox .down-btn .btn {
    display: block;
    width: 200px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 30px;
}

.show_game_titleBox .down-btn .az {
    margin-right: 12px;
}

.show_game_titleBox .down-btn .btn:first-child {
    background-color: var(--pm-c);
}

.show_game_titleBox .down-btn .btn:last-child {
    background-color: #5AD67D;
}

.show_game_titleBox .down-btn .btn::before {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_game_titleBox .down-btn .az::before {
    background-image: url(../images/down_az.png);
}

.show_game_titleBox .down-btn .pc::before {
    /* background-image: url(../images/pc.png); */
}

.show_game_titleBox .down-btn .h5::before {
    /* background-image: url(../images/start.png); */
}

.show_game_titleBox .down-btn .pg::before {
    background-image: url(../images/down_pg.png);
}

.show_game_titleBox .down-btn .btn .qrcode {
    display: none;
    position: absolute;
    bottom: -160px;
    left: 18px;
    color: #666;
    font-size: 16px;
    width: 166px;
    height: 160px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
    z-index: 5;
}

.show_game_titleBox .down-btn .btn:hover .qrcode {
    display: block;
}

.show_game .contentBox {}

.show_game .contentBox .content {}

.show_game .contentBox .content .detail_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}

.show_game .contentBox .content .detail_title .title {
    padding-left: 34px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.show_game_package_content .detail_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}

.show_game_package_content .detail_title .title {
    padding-left: 34px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.show_game_package_content .detail_title .title::before {
    background-image: url(../images/yxjj.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_game .contentBox .content .detail_title .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_game .contentBox .content .itemBox .item:nth-child(1) .detail_title .title::before {
    background-image: url(../images/yxjj.png);
}

.show_game .contentBox .content .itemBox .item:nth-child(2) .detail_title .title::before {
    background-image: url(../images/yxjt.png);
}

.show_game .contentBox .content .itemBox .item:nth-child(3) .detail_title .title::before {
    background-image: url(../images/yyxx.png);
}

.show_game .contentBox .content .itemBox {
    margin-bottom: 40px;
    padding: 0 20px;
}

.show_game .contentBox .content .itemBox .item {
    margin-bottom: 30px;
}

.show_game .contentBox .content .itemBox .item:last-child {
    margin-bottom: 0;
}

.contentBox .content p {
    text-indent: 2em;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 38px;
}

.page_content .content h2,
.contentBox .content h2,
.page_content .content h3,
.contentBox .content h3 {
    font-size: 18px;
    color: var(--pm-c);
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    padding: 0 11px;
}

.page_content .content h2::before,
.contentBox .content h2::before,
.page_content .content h3::before,
.contentBox .content h3::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}

.page_content .content h2::after,
.contentBox .content h2::after,
.page_content .content h3::after,
.contentBox .content h3::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_after.png);
}

/* 游戏截图 */
.show_game .contentBox .content .screenshots {
    position: relative;
}

.show_game .contentBox .content .screenshots .sliderBox {
    width: auto;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.show_game .contentBox .content .screenshots .sliderBox .slide {
    margin-left: -20px;
}

.show_game .contentBox .content .screenshots .sliderBox .slide li {
    width: calc(100%* 1 / 3.001);
    padding-left: 20px;
}


.show_game .contentBox .content .screenshots .sliderBox .slide li span {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.show_game .contentBox .content .screenshots .btn {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #fff;
    border: 1px solid #eee;
}

.show_game .contentBox .content .screenshots .btn:hover {
    background-color: var(--pm-c);
}

.show_game .contentBox .content .screenshots .btn svg {
    display: none;
}

.show_game .contentBox .content .screenshots .left {
    background-image: url(../images/left_btn.png);
}

.show_game .contentBox .content .screenshots .left:hover {
    background-image: url(../images/left_hover.png);
    border: 1px solid var(--pm-c);
}

.show_game .contentBox .content .screenshots .right {
    background-image: url(../images/right_btn.png);
}

.show_game .contentBox .content .screenshots .right:hover {
    background-image: url(../images/right_hover.png);
    border: 1px solid var(--pm-c);
}

.show_game .other_xgzx .itemBox {
    padding: 0 !important;
}

.other_tltj {}

.other_tltj .itemBox {
    margin-left: 0;
    padding: 0 !important;
}

.other_tltj .itemBox .box {
    padding-left: 0;
    width: 14.28%;
}

.other_tltj .itemBox .box.uk-grid-margin {
    margin-top: 10px;
}

.other_tltj .itemBox .item {
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
}

.other_tltj .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    position: relative;
    margin: 0 auto;
}

.other_tltj .itemBox .item .btm {
    height: 40px;
    margin-top: 8px;
}

.other_tltj .itemBox .item:hover {
    background-color: #f7f7f7;
}

.other_tltj .itemBox .item:hover .btm .title {
    display: none;
}

.other_tltj .itemBox .item:hover .btm .size {
    display: none;
}

.other_tltj .itemBox .item:hover .btm .down {
    display: block;
    margin: 4px auto 0;
}

.other_tltj .itemBox .item .title {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.other_tltj .itemBox .item .title a {
    color: #333;
}

.other_tltj .itemBox .item .size {
    font-size: 12px;
    color: #999;
}

.other_tltj .itemBox .item .down {
    display: none;
    width: 68px;
    height: 32px;
    background: var(--pm-c);
    line-height: 32px;
    text-align: center;
    position: relative;
    padding-left: 18px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.other_tltj .itemBox .item .down::before {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_y_curr.png);
}




.other_xgyx {}

.other_xgyx .itemBox {
    margin-left: 0;
}

.other_xgyx .itemBox .uk-width-1-3 {
    padding-left: 0;
}

.other_xgyx .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 10px;
}

.other_xgyx .itemBox .item {
    padding: 10px;
    border-radius: 10px;
}

.other_xgyx .itemBox .item:hover {
    background-color: #f7f7f7;
}

.other_xgyx .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
}

.other_xgyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.other_xgyx .itemBox .item .title a {
    color: #333;
}

.other_xgyx .itemBox .item .type {}

.other_xgyx .itemBox .item .type span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border: 1px solid transparent;
    margin-right: 6px;
}

.other_xgyx .itemBox .item .type span:last-child {
    margin-right: 0;
}

.other_xgyx .itemBox .item .type span.az {
    border-color: #5AD67D;
    background-image: url(../images/az_s.png);
}

.other_xgyx .itemBox .item .type span.pg {
    background-image: url(../images/pg_s.png);
    border-color: var(--pm-c);
}

.other_xgyx .itemBox .item .size {
    font-size: 12px;
    color: #999;
}

.other_xgyx .itemBox .item .size::before {
    content: "|";
    margin: 0 8px;
    line-height: 1;
}

.other_xgyx .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}



.other_xgzx {
    overflow: hidden;
}

.other_xgzx .itemBox {
    margin-left: -30px;
}

.other_xgzx .itemBox .uk-width-1-2 {
    padding-left: 30px;
}

.other_xgzx .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid #f2f2f2;
}

.other_xgzx .itemBox .item {}

.other_xgzx .itemBox .item .thum {
    width: 130px;
    height: 83px;
    position: relative;
    margin-right: 15px;
}

.other_xgzx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.other_xgzx .itemBox .item .title a {
    color: #333;
}

.other_xgzx .itemBox .item .desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

.other_xgzx .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.other_xgzx .itemBox .item .tagBox .tag:first-child {
    padding-left: 18px;
    position: relative;
}

.other_xgzx .itemBox .item .tagBox .tag:first-child::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/book.png);
}

.other_xgzx .itemBox .item .tagBox .tag::after {
    content: "·";
    font-weight: bolder;
    line-height: 1;
    margin: 0 5px;
}

.other_xgzx .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.sideBar {
    width: 360px;
    margin-left: 20px;
}

.sideBar .index_zxtj .itemBox {
    margin-left: 0;
}

.sideBar .index_zxtj .itemBox .item {
    margin-bottom: 12px;
}

.sideBar .index_zxtj .itemBox .item:last-child {
    margin-bottom: 0;
}


.other_jxsy {}


.other_jxsy .itemBox {
    margin-left: -8px;
}

.other_jxsy .itemBox .uk-width-1-2 {
    padding-left: 8px;
}

.other_jxsy .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 8px;
}

.other_jxsy .itemBox .item {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 15px;
}

.other_jxsy .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto 12px;
}

.other_jxsy .itemBox .item .title {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}

.other_jxsy .itemBox .item .title a {
    color: #333;
}

.other_jxsy .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.other_jxsy .itemBox .item .tagBox .tag:last-child {
    display: inline-block;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: #93ABFF;
    border-radius: 4px;
}


.btmBox .index_sygl .itemBox {
    margin-left: -30px;
}

.btmBox .index_sygl .itemBox .uk-width-1-2 {
    padding-left: 30px;
}


.list_news {
    padding-bottom: 30px;
}

.list_news_nav {}

.list_news_nav .aBox {
    margin-left: -20px;
}

.list_news_nav .aBox li {
    padding-left: 20px;
    width: 14.28%;
}

.list_news_nav .aBox li:last-child {
    margin-right: 0;
}

.list_news_nav .aBox li.active .title {
    color: var(--pm-c);
}

.list_news_nav .aBox li.active .title a {
    color: var(--pm-c);
}


.list_news_nav .aBox li .title {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-top: 48px;
    text-align: center;
}

.list_news_nav .aBox li .title::after {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    transform: translateX(-50%);
    content: "";
    background-color: #F0F3FF;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    z-index: 3;
}

.list_news_nav .aBox li .title::before {
    position: absolute;
    left: 50%;
    top: 5px;
    display: block;
    transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
}

.list_news_nav .aBox li.active .title::after {
    background: linear-gradient(0deg, #5D81FF 0%, #1BD6FF 100%);
}

.list_news_nav .aBox li .title a {
    color: #333;
    display: block;
}

.list_news_itemBox {
    position: relative;
}

.list_news_nav .aBox li:nth-child(1) .title::before {
    background-image: url(../images/news_yxzx.png);
}

.list_news_nav .aBox li:nth-child(2) .title::before {
    background-image: url(../images/news_sycp.png);
}

.list_news_nav .aBox li:nth-child(3) .title::before {
    background-image: url(../images/news_sygl.png);
}

.list_news_nav .aBox li:nth-child(4) .title::before {
    background-image: url(../images/news_jxgl.png);
}

.list_news_nav .aBox li:nth-child(5) .title::before {
    background-image: url(../images/news_xydt.png);
}

.list_news_nav .aBox li:nth-child(6) .title::before {
    background-image: url(../images/news_cyzx.png);
}

.list_news_nav .aBox li:nth-child(7) .title::before {
    background-image: url(../images/news_djyx.png);
}

.list_news_nav .aBox li:nth-child(1).active .title::before {
    background-image: url(../images/news_yxzx_curr.png);
}

.list_news_nav .aBox li:nth-child(2).active .title::before {
    background-image: url(../images/news_sycp_curr.png);
}

.list_news_nav .aBox li:nth-child(3).active .title::before {
    background-image: url(../images/news_sygl_curr.png);
}

.list_news_nav .aBox li:nth-child(4).active .title::before {
    background-image: url(../images/news_jxgl_curr.png);
}

.list_news_nav .aBox li:nth-child(5).active .title::before {
    background-image: url(../images/news_xydt_curr.png);
}

.list_news_nav .aBox li:nth-child(6).active .title::before {
    background-image: url(../images/news_cyzx_curr.png);
}

.list_news_nav .aBox li:nth-child(7).active .title::before {
    background-image: url(../images/news_djyx_curr.png);
}


.list_news_itemBox .itemBox {
    position: relative;
    background-color: #fff;
}

.list_news_itemBox .box.bgc-fff {
    padding: 0 !important;
}

.list_news_itemBox .itemBox .item:hover {
    background-color: #F5F7FF;
}

.list_news_itemBox .itemBox .item:hover .title {
    color: var(--pm-c);
}

.list_news_itemBox .itemBox .item:hover .title a {
    color: var(--pm-c);
}

.list_news_itemBox .itemBox .item {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.list_news_itemBox .itemBox .item .thum {
    position: relative;
    width: 210px;
    height: 120px;
    margin-right: 25px;
}

.list_news_itemBox .itemBox .item .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    font-weight: bold;
}

.list_news_itemBox .itemBox .item .title a {
    color: #333;
}

.list_news_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin-top: 34px;
}

.list_news_itemBox .itemBox .item .tagBox .tag.time {
    padding-left: 18px;
    position: relative;
}

.list_news_itemBox .itemBox .item .tagBox .tag.time::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}

.list_news_itemBox .itemBox .item .read {
    font-size: 12px;
    color: var(--pm-c);
}

.list_news_itemBox .itemBox .item .desc {
    font-size: 14px;
    color: #666;
}


.show_news_content {
    position: relative;
    z-index: 9;
}

.show_news_content::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 158px;
    background: linear-gradient(180deg, #EAEEFF 0%, rgba(234, 238, 255, 0) 100%);
    z-index: 2;
}

.show_news_content .titleBox {
    padding-bottom: 31px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 6;
}

.show_news_content .titleBox h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.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: 44px;
}

.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}

.show_news_content .content {
    background-color: #fff;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
}

.detail_content_box {
    padding-bottom: 40px;
}

.detail_content_box p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.detail_content_box p iframe,
.detail_content_box p img {
    display: block;
    max-width: 80%;
    border-radius: 20px;
    margin: 30px auto;
}

.deatil_module {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.list_collection {
    padding-bottom: 30px;
}

.list_collection_nav {
    height: 60px;
    padding: 0 16px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_navNgi.png);
    line-height: 60px;
}

.list_collection_nav .aBox {
    padding-top: 13px;
}

.list_collection_nav .aBox li {
    font-size: 14px;
    color: #8C8C8C;
    margin-right: 6px;
    width: 84px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px 2px 8px 2px;
}

.list_collection_nav .aBox li:last-child {
    margin-right: 0;
}

.list_collection_nav .aBox li a {
    color: #8C8C8C;
}

.list_collection_nav .aBox li.active {
    border-color: var(--pm-c);
}

.list_collection_nav .aBox li.active a {
    color: var(--pm-c);
}

.list_collection .list_game_nav {
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_navBgi.png);
    width: 248px;
    padding-left: 22px;
}

.list_collection_itemBox {
    position: relative;
}

.list_collection_itemBox .itemBox {
    margin-left: -24px;
}

.list_collection_itemBox .itemBox .uk-width-1-2 {
    padding-left: 24px;
}

.list_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 24px;
}

.list_collection_itemBox .itemBox .item {
    padding: 17px 22px 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 8;
}

.list_collection_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_item_btmBgi.png);
    z-index: -1;
}

.list_collection_itemBox .itemBox .item:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.list_collection_itemBox .itemBox .item:hover .top .title {
    color: var(--pm-c);
}

.list_collection_itemBox .itemBox .item:hover .top .title a {
    color: var(--pm-c);
}

.list_collection_itemBox .itemBox .item .top {
    margin-bottom: 38px;
}

.list_collection_itemBox .itemBox .item .top .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.list_collection_itemBox .itemBox .item .top .title a {
    color: #333;
}

.list_collection_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.list_collection_itemBox .itemBox .item .tagBox .tag {
    position: relative;
    padding-left: 18px;
    margin-right: 20px;
}

.list_collection_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.list_collection_itemBox .itemBox .item .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.list_collection_itemBox .itemBox .item .tagBox .tag.type::before {
    background-image: url(../images/type.png);
}

.list_collection_itemBox .itemBox .item .tagBox .tag.num::before {
    background-image: url(../images/num.png);
}

.list_collection_itemBox .itemBox .item .tagBox .tag.time::before {
    background-image: url(../images/time.png);
}

.list_collection_itemBox .itemBox .item .top .detail {
    font-size: 14px;
    color: #93ABFF;
    position: relative;
    padding-right: 18px;
}

.list_collection_itemBox .itemBox .item .top .detail::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}

.list_collection_itemBox .itemBox .item .btm {
    margin-left: -50px;
    margin-top: 31px;
    margin-bottom: 34px;
}

.list_collection_itemBox .itemBox .item .btm .uk-width-1-4 {
    padding-left: 50px;
}

.list_collection_itemBox .itemBox .item .btm .box {}

.list_collection_itemBox .itemBox .item .btm .box .thum {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 20px;
    margin: 0 auto 10px;
}

.list_collection_itemBox .itemBox .item .btm .box .title {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.list_collection_itemBox .itemBox .item .btm .box .title a {
    color: #333;
}

.show_news {
    padding-bottom: 30px;
}

.show_collection {}

.show_collection_titleBox {}

.show_collection_titleBox .titleBox {}

.show_collection_titleBox .box {
    background: #FFFFFF;
    border-radius: 10px;
    border: 6px solid #DFE6FF;
    padding: 30px;
    position: relative;
}

.show_collection_titleBox .box .top {}

.show_collection_titleBox .box .top::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gftj.png);
}

.show_collection_titleBox .box .thum {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    position: relative;
    margin-right: 30px;
}

.show_collection_titleBox .box .txtBox {
    padding-right: 160px;
}

.show_collection_titleBox .box .txtBox h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 0;
    margin-bottom: 36px;
    position: relative;
}

.show_collection_titleBox .box .txtBox .labelBox {
    font-size: 14px;
    color: #808080;
}

.show_collection_titleBox .box .txtBox .labelBox .label:last-child {
    margin-right: 0;
}

.show_collection_titleBox .tjBox {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #f2f2f2;
}

.show_collection_titleBox .tjBox span {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.show_collection_titleBox .tjBox .aBox {}

.show_collection_titleBox .tjBox .aBox .more {
    width: 186px;
    height: 36px;
    line-height: 22px;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid transparent;
    line-height: 34px;
    font-size: 14px;
    position: relative;
    margin-right: 8px;
    border-radius: 888px;
}

.show_collection_titleBox .tjBox .aBox .more:last-child {
    margin-right: 0;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(1) {
    border-color: #FFAE5F;
    color: #FFAE5F;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(2) {
    color: #93D877;
    border-color: #93D877;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(3) {
    color: #F38CE3;
    border-color: #F38CE3;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(4) {
    color: #74ABFF;
    border-color: #74ABFF;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(1) a {
    color: #FFAE5F;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(2) a {
    color: #93D877;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(3) a {
    color: #F38CE3;
}

.show_collection_titleBox .tjBox .aBox .more:nth-child(4) a {
    color: #74ABFF;
}


.xbtj {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    padding: 53px 25px 20px;
    margin-left: 20px;
    width: 270px;
}

.xbtj::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    display: block;
    width: 200px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xbtj.png);
}

.xbtj .thumBox {
    width: 80px;
    height: 80px;
    border-radius: 99px;
    border: 1px solid #B7C7FF;
    position: relative;
    margin: 0 auto 10px;
}

.xbtj .thum {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 888px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xbtj .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.xbtj .title a {
    color: #404040;
}

.xbtj .tagBox {
    margin-bottom: 10px;
}


.xbtj .type {}

.xbtj .type span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border: 1px solid transparent;
    margin-right: 6px;
}

.xbtj .type span:last-child {
    margin-right: 0;
}

.xbtj .type span.az {
    border-color: #5AD67D;
    background-image: url(../images/az_s.png);
}

.xbtj .type span.pg {
    background-image: url(../images/pg_s.png);
    border-color: var(--pm-c);
}

.xbtj .tagBox {
    font-size: 12px;
    color: #999;
    margin-bottom: 11px;
}

.xbtj .tagBox .tag::after {
    content: "|";
    margin: 0 6px;
}

.xbtj .tagBox .tag:last-child::after {
    display: none;
}

.xbtj .desc {
    font-size: 12px;
    color: #999;
    margin-top: 11px;
}

.xbtj .desc span {
    color: var(--pm-c);
}



.show_collection {
    padding-bottom: 30px;
}

.show_collection_itemBox {}

.show_collection_itemBox .topTitle {
    padding-bottom: 11px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}

.show_collection_itemBox .topTitle .title {
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.show_collection_itemBox .topTitle .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/book.png); */
}

.show_collection_itemBox .itemBox {
    margin-left: -20px;
}

.show_collection_itemBox .itemBox .uk-width-1-2 {
    padding-left: 20px;
}

.show_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}

.show_collection_itemBox .itemBox .item {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.show_collection_itemBox .itemBox .item .title {
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.show_collection_itemBox .itemBox .item .title a {
    color: #333;
}

.show_collection_itemBox .itemBox .item .thum {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    position: relative;
    margin-right: 18px;
}

.show_collection_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
}

.show_collection_itemBox .itemBox .item .tagBox .tag {
    margin-bottom: 12px;
    width: 50%;
}

.show_collection_itemBox .itemBox .item .tagBox .tag:nth-last-child(-n+2) {
    margin-bottom: 0;
}


.show_collection_itemBox .itemBox .item .tagBox .type span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border: 1px solid transparent;
    margin-right: 6px;
}

.show_collection_itemBox .itemBox .item .tagBox .type span:last-child {
    margin-right: 0;
}

.show_collection_itemBox .itemBox .item .tagBox .type span.az {
    border-color: #5AD67D;
    background-image: url(../images/az_s.png);
}

.show_collection_itemBox .itemBox .item .tagBox .type span.pg {
    background-image: url(../images/pg_s.png);
    border-color: var(--pm-c);
}

.show_collection_itemBox .itemBox .item .down {
    display: block;
    width: 90px;
    height: 36px;
    background: #F0F3FF;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    color: var(--pm-c);
}

.show_collection_itemBox .itemBox .item .down::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_y.png);
}

.show_collection_itemBox .itemBox .item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.show_collection_itemBox .itemBox .item .desc span {
    color: var(--pm-c);
}

.sideBar .other_zxzj .itemBox {
    margin-left: 0;
}

.sideBar .other_zxzj .itemBox .item {
    margin-bottom: 14px;
}

.sideBar .other_zxzj .itemBox .item:last-child {
    margin-bottom: 0;
}

.other_zxzj {}

.other_zxzj .itemBox {
    margin-left: -24px;
}

.other_zxzj .itemBox .uk-width-1-4 {
    padding-left: 24px;
}

.other_zxzj .itemBox .item {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #CDD8FF;
    position: relative;
}

.other_zxzj .itemBox .item .thum {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 15px;
    margin-right: 15px;
}

.other_zxzj .itemBox .item .title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.other_zxzj .itemBox .item .title a {
    color: #333;
}

.other_zxzj .itemBox .item .num {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 18px;
}

.other_zxzj .itemBox .item .num::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/num.png);
}

.other_zxzj .itemBox .item:hover .more {
    background-color: var(--pm-c);
    color: #fff;
}

.other_zxzj .itemBox .item:hover .more::before {
    background-image: url(../images/more_curr.png);
}

.other_zxzj .itemBox .item .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 70px;
    height: 36px;
    background: #F0F3FF;
    border-radius: 10px 0px 10px 0px;
    line-height: 36px;
    text-align: center;
    padding-right: 18px;
    font-size: 14px;
    color: var(--pm-c);
}

.other_zxzj .itemBox .item .more::before {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}




.list_game_package {
    padding-bottom: 30px;
}

.list_game_package_top {}

.list_game_package_top .itemBox {
    margin-left: -16px;
}

.list_game_package_top .itemBox .uk-width-1-4 {
    padding-left: 16px;
}

.list_game_package_top .itemBox .item {
    position: relative;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.list_game_package_top .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
    position: relative;
}

.list_game_package_top .itemBox .item .label {
    position: absolute;
    left: 10px;
    top: -4px;
    display: block;
    width: 24px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag2Bgi.png);
    writing-mode: vertical-rl;
    text-align: center;
    z-index: 4;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}

.list_game_package_top .itemBox .item .title {
    font-size: 14px;
}

.list_game_package_top .itemBox .item .title a {
    color: #333;
}

.list_game_package_top .itemBox .item .desc {
    margin: 10px 0;
    font-size: 12px;
    color: #666;
}

.list_game_package_top .itemBox .item .progress {
    width: 100px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 99px;
    margin-right: 6px;
}

.list_game_package_top .itemBox .item .progress::-webkit-progress-bar {
    background: #D9D9D9;
    border-radius: 99px;
}

.list_game_package_top .itemBox .item .progress::-webkit-progress-value {
    border-radius: 99px;
    background-color: #FFB038;
}

.list_game_package_top .itemBox .item .num span {
    font-size: 12px;
    color: #FFB038;
}


.list_game_package_itemBox {}

.list_game_package_itemBox .detail_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.list_game_package_itemBox .detail_title .title {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.list_game_package_itemBox .detail_title .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/detail_gift.png);
}

.list_game_package_itemBox .itemBox {
    margin-left: -30px;
}

.list_game_package_itemBox .itemBox .uk-width-1-2 {
    padding-left: 30px;
}

.list_game_package_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid #f2f2f2;
}

.list_game_package_itemBox .itemBox .item {}

.list_game_package_itemBox .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    margin-right: 14px;
}

.list_game_package_itemBox .itemBox .item {}

.list_game_package_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.list_game_package_itemBox .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_gift_icon.png);
}

.list_game_package_itemBox .itemBox .item .title a {
    color: #333;
}

.list_game_package_itemBox .itemBox .item .desc {
    font-size: 14px;
    color: #666;
    position: relative;
}

.list_game_package_itemBox .itemBox .item .time {
    font-size: 14px;
    color: #999;
    margin-bottom: 11px;
}

.list_game_package_itemBox .itemBox .item:hover .get {
    color: #fff;
    background-color: var(--pm-c);
}

.list_game_package_itemBox .itemBox .item .get {
    display: block;
    width: 76px;
    height: 36px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #F0F3FF;
    color: var(--pm-c);
}



.show_game_titleBox {}

.show_game_titleBox .box {}

.show_game_titleBox .box .num {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 12px;
}

.show_game_titleBox .box .num span {
    color: #666;
    margin-left: 10px;
}

.show_game_titleBox .progress {
    width: 123px;
    height: 6px;
    background: #ECECEC;
    border-radius: 5px;
}

.show_game_titleBox .progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: 5px;
}

.show_game_titleBox .progress::-webkit-progress-bar {
    background-color: #ECECEC;
    border-radius: 5px;
}


.show_game_titleBox .box .timeBox {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}

.show_game_titleBox .box .timeBox span {
    margin-left: 6px;
    color: #666;
}

.show_game_titleBox .box .timeBox .start {
    margin-right: 32px;
}

.show_game_titleBox .box .timeBox .end {}

.show_game_titleBox .down-btn {}

.show_game_titleBox .down-btn .btn.lb {
    margin-bottom: 12px;
}
.show_game_titleBox .down-btn .btn.lb a{
    color: #fff;
}

.show_game_titleBox .down-btn .btn.lb::before {
    background-image: url(../images/gift_btn_icon.png);
    background-size: 18px;
    left: 48px;
}

.show_game_titleBox .down-btn .btn.down {}

.show_game_titleBox .down-btn .btn.down::before {
    background-image: url(../images/gift_game_icon.png);
    left: 44px;
}

.show_game_package {
    padding-bottom: 30px;
}

.show_game_package_content {
    margin-bottom: 40px;
}

.show_game_package_titleBox {
    margin-bottom: 0;
    background-color: #fff;
}

.show_game_package .show_game_package_content .detail_title .title::before {
    background-image: url(../images/detail_gift.png);
}

.show_game_package_titleBox::before {
    display: none;
}

.show_game_package_titleBox .thum {
    width: 120px;
    height: 120px;
    border-radius: 25px;
    border: 4px solid #fff;
    margin-right: 25px;
}

.show_game_package_titleBox .txtBox .title {
    font-size: 24px;
}

.show_game_package_titleBox .box .num span {
    color: var(--pm-c);
}

.show_game_package_titleBox .down-btn {}

.show_game_package_titleBox .down-btn .btn {
    width: 170px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    line-height: 50px;
    padding-left: 0;
}

.show_game_package_titleBox .down-btn .btn:last-child {
    color: #fff;
}

.show_game_package_titleBox .down-btn .btn::before {
    display: none;
}

.show_game_package_titleBox .down-btn .btn.lb {
    background: #FFFFFF;
    line-height: 50px;
    padding-left: 0;
    color: #fff;
    background-color: #FF7549;
}

.show_game_package_titleBox .down-btn .btn.down {
    background-color: var(--pm-c);
}


.btm_xgzx {}

.btm_xgzx .itemBox {
    margin-left: -30px;
}

.btm_xgzx .itemBox .uk-width-1-3 {
    padding-left: 30px;
}

.btm_xgzx .itemBox .item {}

.btm_xgzx .itemBox .item .thum {
    width: 100%;
    height: 140px;
    position: relative;
}

.btm_xgzx .itemBox .item .title {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.btm_xgzx .itemBox .item .title a {
    color: #333;
}

.btm_xgzx .itemBox .item .desc {
    font-size: 12px;
    color: #999;
}

.btm_xgzx .itemBox .item .time {
    font-size: 12px;
    color: #999;
}

.other_gdlb {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
}

.other_gdlb .itemBox {}

.other_gdlb .itemBox .item {
    height: 50px;
    padding: 0 20px;
}

.other_gdlb .itemBox .item .title {
    width: 210px;
    padding-left: 24px;
    position: relative;
    margin-right: 16px;
    font-size: 16px;
    color: #333;
}

.other_gdlb .itemBox .item .title::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/icon_gift.png);
}

.other_gdlb .itemBox .item .text {
    font-size: 12px;
    color: #999;
}

.other_gdlb .itemBox .item:hover .text {
    color: #9990C2;
}

.other_gdlb .itemBox .item .text .tag {
    display: inline-block;
    width: 62px;
    height: 24px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/info.png);
    text-align: center;
}

.other_gdlb .itemBox .item:hover .text .tag {
    background-image: url(../images/info_curr.png);
}

.other_gdlb .itemBox .item .box {
    width: 128px;
    position: relative;
}

.other_gdlb .itemBox .item .box .time {
    position: relative;
    font-size: 12px;
    color: #c4c4c4;
    padding-left: 18px;
}

.other_gdlb .itemBox .item .box .time::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time_4.png);
    width: 14px;
    height: 14px;
}

.other_gdlb .itemBox .item:hover {
    background: rgba(131, 109, 239, 0.1);
}

.other_gdlb .itemBox .item:hover .box .get {
    display: block;
}

.other_gdlb .itemBox .item:hover .box .time {
    display: none;
}

.other_gdlb .itemBox .item .box .get {
    display: none;
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: var(--pm-c);
    border-radius: 20px;
    border: 1px solid var(--pm-c);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.other_gftj {}

.other_gftj .itemBox {
    margin-left: -25px;
}

.other_gftj .itemBox .uk-width-1-3 {
    padding-left: 25px;
}

.other_gftj .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 22px;
}

.other_gftj .itemBox .item {
    text-align: center;
}

.other_gftj .itemBox .item .thum {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 18px;
    margin: 0 auto;
}

.other_gftj .itemBox .item .title {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.other_gftj .itemBox .item .title a {
    color: #333;
}


.list_rank_news .rankBgi,
.show_rank_news .rankBgi,
.list_rank .rankBgi {
    background-repeat: no-repeat;
    background-size: 100% 150px;
    background-image: url(../images/rank_bgi.png);
    padding-top: 150px;
}

.show_rank_news .rankBgi {
    padding-top: 170px;
}


.list_rank {
    padding-bottom: 30px;
}

.list_rank_content {}

.list_rank_nav {
    height: 60px;
    background-color: #fff;
    padding: 0 12px;
    margin-bottom: 14px;
    padding-top: 12px;
}

.list_rank_nav .aBox {}

.list_rank_nav .aBox li {
    width: 170px;
    height: 36px;
    border-radius: 8px 2px 8px 2px;
    line-height: 34px;
    margin-right: 11px;
    padding: 0 8px;
    border: 1px solid transparent;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.list_rank_nav .aBox li:last-child {
    margin-right: 0;
}

.list_rank_nav .aBox li a {
    color: #999;
}

.list_rank_nav .aBox li.active {
    border-color: var(--pm-c);
}

.list_rank_nav .aBox li.active a {
    color: var(--pm-c);
}




.list_rank_itemBox {}

.list_rank_itemBox .itemBox {}

.list_rank_itemBox .itemBox .item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 29px;
    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 .thum {
    width: 110px;
    height: 110px;
    border-radius: 25px;
    position: relative;
    margin-right: 25px;
}


.list_rank_itemBox .itemBox .item .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.list_rank_itemBox .itemBox .item .title a {
    color: #333;
}

.list_rank_itemBox .itemBox .item .order {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
    font-weight: bold;
    font-style: italic;
}

.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order {
    color: transparent;
}

.list_rank_itemBox .itemBox .item:nth-child(1) .order {
    background-image: url(../images/rank1_big.png);
}

.list_rank_itemBox .itemBox .item:nth-child(2) .order {
    background-image: url(../images/rank2_big.png);
}

.list_rank_itemBox .itemBox .item:nth-child(3) .order {
    background-image: url(../images/rank3_big.png);
}

.list_rank_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}


.list_rank_itemBox .itemBox .item .plat span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border: 1px solid transparent;
    margin-right: 6px;
}

.list_rank_itemBox .itemBox .item .plat span:last-child {
    margin-right: 0;
}

.list_rank_itemBox .itemBox .item .plat span.az {
    border-color: #5AD67D;
    background-image: url(../images/az_s.png);
}

.list_rank_itemBox .itemBox .item .plat span.pg {
    background-image: url(../images/pg_s.png);
    border-color: var(--pm-c);
}

.list_rank_itemBox .itemBox .item .tagBox .tag {
    margin-right: 40px;
}

.list_rank_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}


.list_rank_itemBox .itemBox .item .text {
    font-size: 14px;
    color: #666;
}

.list_rank_itemBox .itemBox .item .down {
    display: block;
    margin-left: 20px;
    width: 130px;
    height: 48px;
    border-radius: 6px;
    line-height: 46px;
    text-align: center;
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    background: #F0F3FF;
    color: var(--pm-c);
}

.list_rank_itemBox .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.list_rank_itemBox .itemBox .item:hover .down::before {
    background-image: url(../images/down_y_b_curr.png);
}

.list_rank_itemBox .itemBox .item .down::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_y_b.png);
}


.list_rank_news {
    padding-bottom: 30px;
}

.list_rank_news_itemBox {}

.list_rank_news_itemBox .itemBox {}

.list_rank_news_itemBox .itemBox .item {
    margin-bottom: 24px;
}

.list_rank_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_rank_news_itemBox .itemBox .item .topTitle {
    margin-bottom: 14px;
}

.list_rank_news_itemBox .itemBox .item .topTitle .title {
    font-size: 20px;
    padding-left: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.list_rank_news_itemBox .itemBox .item .topTitle .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/rank_title_before.png);
}

.list_rank_news_itemBox .itemBox .item .topTitle .time {
    font-size: 12px;
    color: #999;
    padding-left: 18px;
    position: relative;
}

.list_rank_news_itemBox .itemBox .item .topTitle .time::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time.png);
}

.list_rank_news_itemBox .itemBox .item .btm {
    margin-left: 0;
    border-radius: 10px;
    border: 1px dashed #E5E5E5;
}

.list_rank_news_itemBox .itemBox .item .btm .uk-width-1-4 {
    padding-left: 0;
}

.list_rank_news_itemBox .itemBox .item .box:hover {
    background: #F5F8FF;
}

.list_rank_news_itemBox .itemBox .item .box:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.list_rank_news_itemBox .itemBox .item .box:hover .down::before {
    background-image: url(../images/down_y_b_curr.png);
}

.list_rank_news_itemBox .itemBox .item .btm {
    margin-left: 0;
}

.list_rank_news_itemBox .itemBox .item .btm .uk-width-1-4 {
    padding-left: 0;
}

.list_rank_news_itemBox .itemBox .item .btm .uk-width-1-4:last-child .box {
    border-right: none;
}

.list_rank_news_itemBox .itemBox .item .btm .box {
    position: relative;
    padding: 27px 20px;
    border-right: 1px solid #f2f2f2;
}

.list_rank_news_itemBox .itemBox .item .btm .thum {
    width: 86px;
    height: 86px;
    border-radius: 18px;
    position: relative;
    margin-right: 20px;
}

.list_rank_news_itemBox .itemBox .item .box .down {
    display: block;
    width: 80px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    color: var(--pm-c);
    background: #F0F3FF;
}

.list_rank_news_itemBox .itemBox .item .box .down::before {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_y_b.png);
}

.list_rank_news_itemBox .itemBox .item .box .tagBox {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.list_rank_news_itemBox .itemBox .item .box .tagBox .tag::after {
    content: "|";
    margin: 0 6px;
}

.list_rank_news_itemBox .itemBox .item .box .tagBox .tag:last-child::after {
    display: none;
}

.list_rank_news_itemBox .itemBox .item .box .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.list_rank_news_itemBox .itemBox .item .box .title a {
    color: #333;
}

.show_rank_news {
    padding-bottom: 30px;
}

.show_rank_contentBox {}

.show_rank_content {
    width: 800px;
}

.show_rank_content .rankTopTitle {
    height: 70px;
    background: #829DFF;
    border-radius: 6px;
    padding: 0 20px;
}

.show_rank_content .rankTopTitle .title {
    font-size: 24px;
    padding-left: 30px;
    color: #fff;
    position: relative;
}

.show_rank_content .rankTopTitle .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/rank_topTitle_before.png);
}

.show_rank_content .rankTopTitle .time {
    font-size: 14px;
    color: #fff;
    padding-left: 18px;
    position: relative;
}

.show_rank_content .rankTopTitle .time::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time_curr.png);
}

.show_rank_content .list_rank_itemBox {
    width: auto;
    margin: 0 10px 20px;
}

.list_rank_itemBox .titleBox .time {
    font-size: 14px;
    color: #999;
}

.other_rmph {}

.other_rmph .list {
    position: relative;
}

.other_rmph .list::before {
    left: 3px;
    top: 0;
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
}

.other_rmph .list li {}

.other_rmph .list li .num {
    font-size: 12px;
    color: #999;
}

.other_rmph .list li::before {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

.other_rmph .list li:hover .title {
    color: var(--pm-c);
}

.other_rmph .list li:hover .title a {
    color: var(--pm-c);
}

.other_rmph .list li:hover::before {
    border-color: var(--pm-c);
    background-color: var(--pm-c);
}

.other_rmzx {}

.other_rmzx .itemBox {}

.other_rmzx .itemBox .item {}

.other_rmzx .itemBox .item.active .top {
    display: none;
}

.other_rmzx .itemBox .item .top {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #EDEDED;
}

.other_rmzx .itemBox .item .top .title {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #333;
}

.other_rmzx .itemBox .item .top .title a {
    color: #333;
}

.other_rmzx .itemBox .item .top .title::before {
    position: absolute;
    left: 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_r.png);
}

.other_rmzx .itemBox .item .top .time {
    font-size: 12px;
    color: #999;
}

.other_rmzx .itemBox .item .btm {
    display: none;
}

.other_rmzx .itemBox .item.active .btm {
    display: block;
}

.other_rmzx .itemBox .item .btm .tag {
    width: 25px;
    height: 60px;
    background: var(--pm-c);
    line-height: 24px;
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 15px;
    color: #fff;
    margin-right: 14px;
    letter-spacing: 2px;
}

.other_rmzx .itemBox .item .btm .title {
    font-size: 15px;
    color: var(--pm-c);
    margin-bottom: 6px;
}

.other_rmzx .itemBox .item .btm .title a {
    color: var(--pm-c);
}

.other_rmzx .itemBox .item .btm .desc {
    font-size: 12px;
    color: #999;
}

.other_rmzx .itemBox .item .btm .thum {
    width: 100%;
    height: 130px;
    position: relative;
}

.other_rmzx .itemBox .item .btm .thum::before {
    position: absolute;
    left: 43px;
    top: 0;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xjt.png);
    z-index: 9;
}

.other_zxzx {}

.other_zxzx .topThum {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.other_zxzx .topThum span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #fff;
}

.other_zxzx .list {
    position: relative;
}

.other_zxzx .list::before {
    position: absolute;
    left: 47px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
}

.other_zxzx .list li {
    padding-left: 0;
}

.other_zxzx .list li::before {
    left: 45px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

.other_zxzx .list li .time {
    margin-right: 26px;
    font-size: 14px;
    color: #ccc;
}

.other_zxzx .list li .title {
    padding-right: 0;
}

.other_zxzx .list li .title a {
    display: block;
    padding-right: 14px;
}

.other_zxzx .list li .title a::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_r_hs.png);
}

.other_zxlb {}

.other_zxlb .list {
    position: relative;
}

.other_zxlb .list::before {
    position: absolute;
    left: 47px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
}

.other_zxlb .list li {
    padding-left: 0;
}

.other_zxlb .list li::before {
    left: 45px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

.other_zxlb .list li .time {
    font-size: 14px;
    color: #ccc;
    margin-right: 26px;
}

.other_zxlb .list li .title {
    font-size: 14px;
    color: #333;
}

.other_zxlb .list li .title a {
    color: #333;
}

.other_zxlb .list li .tag {
    font-size: 12px;
    color: var(--pm-c);
}


.index_gameType {}

.index_gameType .itemBox {
    margin-left: -20px;
}

.index_gameType .itemBox .uk-width-1-4 {
    padding-left: 20px;
}

.index_gameType .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 20px;
}

.index_gameType .itemBox .item {}

.index_gameType .itemBox .item .title {
    font-size: 14px;
    color: #333;
    padding-top: 48px;
    position: relative;
}

.index_gameType .itemBox .item .title::before {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    content: "";
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

.index_gameType .itemBox .item .title a {
    color: #333;
}

.index_gameType .itemBox .uk-width-1-4:nth-child(1) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/game_jsby.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(2) .title::before {
    background-color: #E2FDFF;
    background-image: url(../images/game_xxyz.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(3) .title::before {
    background-color: #E2FFEE;
    background-image: url(../images/game_fxsj.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(4) .title::before {
    background-color: #FFF2F1;
    background-image: url(../images/game_mxjm.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(5) .title::before {
    background-color: #F6F4FF;
    background-image: url(../images/game_cltf.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(6) .title::before {
    background-color: #F0F3FF;
    background-image: url(../images/game_scjs.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(7) .title::before {
    background-color: #FFF0E3;
    background-image: url(../images/game_kpyx.png);
}

.index_gameType .itemBox .uk-width-1-4:nth-child(8) .title::before {
    background-color: #E2FDFF;
    background-image: url(../images/game_yyyx.png);
}


.page {
    padding-bottom: 30px;
}

.page_nav {}

.page_nav .aBox {
    display: inline-block;
    height: auto;
    padding: 20px 25px;
    width: 210px;
    background-color: #fff;
    margin-right: 40px;
}

.page_nav .aBox li:last-child {
    margin-bottom: 0;
}

.page_nav .aBox li {
    text-align: center;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
    color: #808080;
    position: relative;
    margin-bottom: 12px;
    border-radius: 8px 2px 8px 2px;
}

.page_nav .aBox li a {
    color: #808080;
    display: block;
}

.page_nav .aBox li.active {
    border: 1px solid var(--pm-c);
}

.page_nav .aBox li.active a {
    color: var(--pm-c);
}

.page_contentBox {
    position: relative;
}

.page_contentBox::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 74px;
    background: linear-gradient(180deg, #EAEEFF 0%, rgba(234, 238, 255, 0) 100%);
}

.page_content .page_title {
    padding-bottom: 12px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}

.page_content .page_title .title {
    position: relative;
    font-size: 24px;
    color: #333;
    padding-left: 36px;
}

.page_content .page_title .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/page_title_before.png);
}


.page_content .content h2,
.page_content .content h3 {
    margin-bottom: 14px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
}


.page_content .content h2::before,
.page_content .content h3::before {
    display: none;
}

.page_content .content h2::after,
.page_content .content h3::after {
    display: none;
}

.page_content p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 38px;
}

.page_content p:last-child {
    margin-bottom: 0;
}

.page_content .content .item {
    margin-bottom: 30px;
}

.page_content .content .aBox {
    margin-left: -20px;
}

.page_content .content .aBox .box {
    padding-left: 20px;
    width: 14.28%;
}

.page_content .content .aBox .box.uk-grid-margin {
    margin-top: 15px;
}

.page_content .content .aBox .box a:hover {
    background-color: #F5F5FF;
    color: var(--pm-c);
}

.page_content .content .aBox .box a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #666;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 0 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_search {
    padding-bottom: 30px;
}

.search_content .topTitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
}

.search_content .title span {
    color: var(--pm-c);
}

/* 开服表 */
.kaifu {}

.kaifu .titleBox span {
    color: #999;
}

.kaifu .detail_title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.kaifu .detail_title .time{
    font-size: 14px;
    color: #666;
}
.kaifu .detail_title .title {
    padding-left: 34px;
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.kaifu .detail_title .title::before {
    background-image: url(../images/yxjj.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kaifu .kaifuBox {
    margin-bottom: 40px !important
}

.kaifu .titleBox {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 20px;
    font-weight: bold;
    background-color: #F6F5F5;
}

.kaifu .name {
    font-size: 14px;
    text-align-last: left;
    width: 18%;
}

.kaifu .type {
    width: 14%;
}

.kaifu .system img,
.kaifu .type img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 4px;
    cursor: pointer;
}

.kaifu .startTime {
    width: 12%;
}

.kaifu .startTime span {
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    background: #BFBFBF;
    border-radius: 99px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.kaifu .new {
    width: 12%;
}

.kaifu .system {
    width: 12%;
}

.kaifu .platform {
    width: 12%;
}

.kaifu .down {
    display: block;
    width: 10%;
}

.kaifu .get {
    display: block;
    width: 10%;
}

.kaifu .itemBox {
    font-size: 14px;
    color: #666;
}

.kaifu .titleBox .selectBox {
    width: 150px;
    background-color: #fff;
    top: 20px;
    box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.4);
    left: -86px;
    border-radius: 12px;
    padding: 10px;
}

.kaifu .titleBox .selectBox li {
    width: 100%;
}

.kaifu .titleBox .selectBox li a:hover {
    background: rgba(131, 109, 239, 0.1);
    color: var(--pm-c);
}

.kaifu .titleBox .selectBox li a {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.kaifu .itemBox .item:hover {
    background-color: #FAFAFA;
}
.kaifu .itemBox .item {
    border-top: none;
    color: #666;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.kaifu .itemBox .item .name .thum {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 10px;
    border-radius: 12px;
}

.kaifu .itemBox .item .name .title {
    display: block;
    font-size: 14px;
    color: #666;
}

.kaifu .itemBox .item .startTime {}

.kaifu .itemBox .item .btn a {
    display: block;
    box-sizing: border-box;
    width: 80px;
    height: 34px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    background-color: #F0F3FF;
    margin: 0 auto;
}

.kaifu .itemBox .item .system {}

.kaifu .itemBox .item .system {}

.kaifu .itemBox .item .system span {
    margin-right: 4px;
}

.kaifu .itemBox .item .system span:last-child {
    margin-right: 0;
}

.kaifu .itemBox .item .system .az {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #5AD67D;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    background-image: url(../images/az_s.png);
}

.kaifu .itemBox .item .system .pg {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid var(--pm-c);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    background-image: url(../images/pg_s.png);
}

.kaifu .itemBox .item .system .nodata {
    color: #999;
}

.kaifu .itemBox .item .get a {
    color: #FF7549;
    background-color: #FFF5F0;
}

.kaifu .itemBox .item .get span {
    font-size: 14px;
    color: #999;
}


.err {
    padding-bottom: 30px;
}

.err .index_tagBox {
    margin-bottom: 100px;
}

.err_content {}

.err_content .thum {
    width: 220px;
    margin: 60px auto 0;
}

.err_content .txtBox {
    text-align: center;
    padding-bottom: 100px;
}

.err_content .txtBox .title {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
    line-height: 2;
}

.err_content .txtBox .goHome {
    font-size: 14px;
    color: var(--pm-c);
    text-decoration: underline;
}