/*隐藏类*/
.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.5;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    background: #fff;
}

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: #58bceb;
}

/* 重复使用 */
.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-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-r-20 {
    margin: 0 20px !important;
}

.w-300 {
    width: 300px;
}

.w-320 {
    width: 320px;
}

.w-340 {
    width: 340px;
}

.w-360 {
    width: 360px;
}

.w-380 {
    width: 380px;
}

.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;
}

.m-l-24 {
    margin-left: 24px;
}

.p-l-24 {
    padding-left: 24px;
}

.m-r-24 {
    margin-right: 24px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.p-r-24 {
    padding-right: 24px;
}

.bgc-fff {
    background-color: #fff;
    padding: 20px !important;
}

.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;
}

.title {
    display: block;
}

/* 评分图标 */
.star1 {
    height: 13px;
    width: 52px;
    background: url('../images/star2.png') repeat-x left/13px;
    display: inline-block;
    margin: 10px 0;
}

.star1:before {
    content: "";
    display: block;
    background: url('../images/star2_curr.png') repeat-x 0/13px;
    height: 13px;
}

.star1-1:before {
    width: 13px;
}

.star1-2:before {
    width: 26px;
}

.star1-3:before {
    width: 39px;
}

.star1-4:before {
    width: 52px;
}


/* 评分图标 */
.star {
    height: 15px;
    width: 75px;
    background: url('../images/star.png') repeat-x center/15px;
    display: inline-block;
    margin: 10px 0;
}

.star:before {
    content: "";
    display: block;
    background: url('../images/star_curr.png') repeat-x 0/15px;
    height: 15px;
}

.star-1:before {
    width: 15px;
}

.star-2:before {
    width: 30px;
}

.star-3:before {
    width: 45px;
}

.star-4:before {
    width: 60px;
}

.star-5:before {
    width: 75px;
}

/* 评分图标 */
.star3 {
    height: 15px;
    width: 75px;
    background: url('../images/star3.png') repeat-x center/15px;
    display: inline-block;
    margin: 10px 0;
}

.star3:before {
    content: "";
    display: block;
    background: url('../images/star3_curr.png') repeat-x 0/15px;
    height: 15px;
}

.star3-1:before {
    width: 15px;
}

.star3-2:before {
    width: 30px;
}

.star3-3:before {
    width: 45px;
}

.star3-4:before {
    width: 60px;
}

.star3-5:before {
    width: 75px;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.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: 14px;
}

.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;
}

.footer .aBox {
    margin: 0 0 20px;
}

.footer .aBox a {
    margin-right: 10px;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.public_title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 124px);
    height: 1px;
    background-color: var(--pm-c);
    content: "";
    display: block;
}

.public_title .title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

.public_title .title span {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: var(--pm-c);
}

.public_title .title::before {
    display: block;
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/public_title_before.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.public_title .more {
    position: relative;
    font-size: 14px;
    color: #999;
    padding-left: 14px;
    background-color: #fff;
}


/* 当前位置 */
.crumbs {
    position: relative;
    /* padding-left: 20px; */
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    padding-top: 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: 28px;
    display: none;
    content: "";
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/crumbs.png); */
}

/* .crumbs a:last-child {
    color: #4d4d4d;
} */

/* 首页页面 */
.header .header_content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    z-index: 3;
    position: relative;
    padding: 45px 0;
    background-color: #fff;
    border-bottom: 10px solid var(--pm-c);
}

.header {}

.header .logo {
    display: block;
    overflow: hidden;
    width: 186px;
    position: relative;
}

.header .navBar {
    position: relative;
    padding-top: 4px;
    z-index: 5;
    background-color: #f9f9f9;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-40 {
    padding-right: 40px;
}

.header .navBar::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    display: block;
    content: "";
    width: 1200px;
    height: 50px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}

.header .navBar::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    content: "";
    width: 1200px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(0deg, #055fc4, #59bdeb);
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 3px 10px 0px rgba(177, 193, 205, 0.75);
    z-index: -2;
}

.header .navBar .aBox {
    letter-spacing: 0;
    margin-bottom: 25px;
}

.header .navBar .aBox a {
    display: block;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 999;
    border-radius: 333px;
}

.header .navBar .aBox li.active a {
    color: var(--pm-c);
    background-color: #fff;
    z-index: 9999;
    position: relative;
}

.header .otherBox {}

.header .searchBox {
    position: relative;
    margin-left: 20px;
}

.header .searchBox .search_ipt {
    display: block;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 28px;
    font-size: 14px;
    width: 272px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
}

.header .searchBox .search_ipt::placeholder {
    font-size: 12px;
    color: #999;
}

.header .searchBox .search_btn {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/search_icon_curr.png);
}


.bgc-fff {
    padding: 20px;
    background-color: #fff;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.indexBox {
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    padding-top: 30px;
}

.navTopTitle {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.navTopTitle .titleBox {}

.navTopTitle .titleBox li {
    margin-right: 40px;
}

.navTopTitle .titleBox li:last-child {
    margin-right: 0;
}

.navTopTitle .titleBox li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
}

.navTopTitle .titleBox li a.active {
    font-weight: bold;
    position: relative;
}

.navTopTitle .titleBox li a.active::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--pm-c);
    z-index: 3;
}

.navTopTitle .more {
    position: relative;
    padding-right: 16px;
    font-size: 12px;
    color: #aaa;
}

.navTopTitle .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_more.png);
}

.index_rmss {}

.index_rmss span {
    font-size: 12px;
    color: #999;
    width: 62px;
}

.index_rmss ul {}

.index_rmss ul li {
    margin-right: 10px;
}

.index_rmss ul li:last-child {
    margin-right: 0;
}

.index_rmss ul li .thum {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
}

.index_rmss ul li .title {
    font-size: 12px;
    color: #666;
}

.index_rmss ul li .title a {
    color: #666;
}

.index_top_itemBox {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #e5e5e5;
}

.index_top_itemBox .itemBox {
    margin-left: -16px;
}

.index_top_itemBox .itemBox .uk-width-1-5 {
    padding-left: 16px;
}

.index_top_itemBox .itemBox .item {}

.index_top_itemBox .itemBox .item .thum {
    width: 100%;
    height: 134px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}

.index_top_itemBox .itemBox .item .thum span {
    position: absolute;
    left: 12px;
    top: 10px;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 68px;
    height: 24px;
    border-radius: 6px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.index_top_itemBox .itemBox .item .list {}

.index_top_itemBox .itemBox .item .list li {}

.index_top_itemBox .itemBox .item .list li::before {
    background-color: #e0e0e0;
    width: 6px;
    height: 6px;
}

.index_top_itemBox .itemBox .item .list li .title {
    margin-right: 0;
    padding-right: 0;
    color: #555;
}

.index_game_list {}

.index_game_list .itemBox {
    width: 100%;
    overflow: hidden;
}

.index_game_list .itemBox .item {
    margin-bottom: 18px;
}

.index_game_list .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_game_list .itemBox .item:nth-child(2) .title {
    background-color: var(--pm-c);
}

.index_game_list .itemBox .item .title {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    background-color: #ffaa5e;
    border-radius: 10px;
}

.index_game_list .itemBox .item ul {
    line-height: 14px;
}

.index_game_list .itemBox .item ul li {
    margin-right: 14px;
    display: inline-block;
}

.index_game_list .itemBox .item ul li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.index_game_list .itemBox .item ul li:last-child {
    margin-right: 0;
}

.index_game_list .thumBox {
    margin-top: 30px;
    margin-left: -60px;
}

.index_game_list .thumBox .box {
    width: 12.5%;
    padding-left: 60px;
}

.index_game_list .thumBox .item {
    position: relative;
    text-align: center;
}

.index_game_list .thumBox .item:hover .title {
    color: var(--pm-c);
}

.index_game_list .thumBox .item:hover .down {
    border-color: var(--pm-c);
    color: var(--pm-c);
}

.index_game_list .thumBox .item .tag {
    position: absolute;
    right: -20px;
    top: 12px;
    display: block;
    width: 44px;
    height: 24px;
    line-height: 18px;
    background-image: linear-gradient(0deg,
            #1e91e7 0%,
            #69cfff 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 9px 9px 9px 0px;
    border: solid 3px #ffffff;
    font-size: 12px;
    color: #fff;
}

.index_game_list .thumBox .item .thum {
    border-radius: 50%;
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
}

.index_game_list .thumBox .item .title {
    font-size: 16px;
    color: #333;
}

.index_game_list .thumBox .item .size {
    margin: 10px 0;
    font-size: 12px;
    color: #888;
}

.index_game_list .thumBox .item .down {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

.index_cntent {}

.index_cntent .left {}

.index_cntent .left .sliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index_cntent .left .sliderBox .sliderItem {
    width: 100%;
}

.index_cntent .left .sliderBox .sliderItem li {
    width: 100%;
}

.index_cntent .left .sliderBox .sliderItem li .thum {
    position: relative;
    width: 100%;
    height: 308px;
    border-radius: 10px;
}

.index_cntent .left .sliderBox .sliderItem li .title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    border-radius: 0px 0px 12px 12px;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    display: none;
}

.index_cntent .left .sliderBox .dotnav {
    position: absolute;
    z-index: 333;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    padding: 0 10px;
    margin-left: 0;
}

.index_cntent .left .sliderBox .dotnav li {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    padding-left: 0;
    border: none;
}

.index_cntent .left .sliderBox .dotnav li:last-child {
    margin-right: 0;
}

.index_cntent .left .sliderBox .dotnav li a {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: none;
    border-radius: 222px;
}

.index_cntent .left .sliderBox .dotnav li.uk-active {
    width: 22px;
}

.index_cntent .left .sliderBox .dotnav li.uk-active a {
    width: 22px;
    background-color: var(--pm-c);
}

.index_cntent .left .sliderBox .itemBox {
    margin-left: -10px;
    margin-top: 20px;
}

.index_cntent .left .sliderBox .itemBox .uk-width-1-2 {
    padding-left: 10px;
}

.index_cntent .left .sliderBox .itemBox .thum {
    height: 126px;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.index_zxgx {
    margin-top: 30px;
}

.index_zxgx .top {
    margin-bottom: 28px;
}

.index_zxgx .top .thum {
    position: relative;
    width: 170px;
    height: 110px;
    border-radius: 10px;
    margin-right: 18px;
}

.index_zxgx .top .title {
    margin-bottom: 14px;
}

.index_zxgx .top .title a {
    font-size: 16px;
    color: #333;
}

.index_zxgx .top .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-wrap: wrap;
}

.index_zxgx ul {}

.index_zxgx ul li {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
}

.index_zxgx ul li:nth-child(1) {
    width: 57%;
    margin-right: 2%;
    background-color: #ff7d7d;
}

.index_zxgx ul li:nth-child(2) {
    width: 40%;
    background-color: #71b3f7;
}

.index_zxgx ul li:nth-child(3) {
    width: 40%;
    background-color: #63d998;
}

.index_zxgx ul li:nth-child(4) {
    width: 57%;
    background-color: #ffc18f;
    margin-left: 2%;
}

.index_zxgx ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
}


.liLeft {
    left: 52px;
}

.liRight {
    left: -52px;
}

.index_jrtj::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 81px;
    display: block;
    content: "";
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/dz.png);
    z-index: 8;
}

.index_jrtj .topSlider .sliderItem li.uk-active .thumBox .thum {
    width: 80px;
    height: 80px;
    border-radius: 20px;
}

.index_jrtj .topSlider .sliderItem li .thum {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    position: relative;
    border: 2px solid var(--pm-c);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_jrtj .topSlider .btn {
    width: 24px;
    height: 24px;
    margin: 0;
    bottom: 16px;
    top: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_jrtj .topSlider .btn svg {
    display: none;
}

.index_jrtj .topSlider .btn.left {
    background-image: url(../images/left.png);
}

.index_jrtj .topSlider .btn.right {
    background-image: url(../images/right.png);
}

.index_jrtj .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

.index_jrtj .score {
    font-size: 14px;
    color: var(--pm-c);
    font-weight: bold;
    line-height: 1;
}

.index_jrtj .star1 {
    display: block;
    margin: 0;
}

.index_jrtj .desc {
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 8px;
}

.index_jrtj .down {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down_bgi.png);
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index_newsBox {}

.index_newsBox .top {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
}

.index_newsBox .top .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 12px;
    font-weight: bold;
}

.index_newsBox .top .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 12px;
}

.index_newsBox .top .tagBox {
    font-size: 14px;
    color: #999;
}

.index_newsBox .top .tagBox .tag {
    position: relative;
    padding-left: 24px;
}

.index_newsBox .top .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_newsBox .top .tagBox .tag.time::before {
    background-image: url(../images/time.png);
}

.index_newsBox .top .tagBox .tag.source::before {
    background-image: url(../images/index_internet.png);
}

.index_newsBox .list {}

.index_newsBox .list li {
    margin-bottom: 16px;
    padding-left: 0;
}

.index_newsBox .list li:hover {
    background: linear-gradient(90deg, rgba(88, 189, 235, 0.3), #fff);
    border-radius: 6px 0 0 6px;
}

.index_newsBox .list li:hover .title {
    color: var(--pm-c);
}

.index_newsBox .list li:hover .tag {
    background-color: var(--pm-c);
    color: #fff;
}

.index_newsBox .list:last-child {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px dashed #e5e5e5;
}

.index_newsBox .list li::before {
    display: none;
}

.index_newsBox .list li .title a {
    color: #666;
}

.index_newsBox .list li .tag {
    display: inline-block;
    padding: 0 8px;
    margin-right: 14px;
    border-radius: 6px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
    background-color: #f9f9f9;
}

.index_cntent .right {}

.index_yxzl {}

.index_yxzl .topThum {
    display: block;
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.index_yxzl .itemBox {
    margin-left: -20px;
}

.index_yxzl .itemBox .uk-width-1-2 {
    padding-left: 20px;
}

.index_yxzl .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 30px;
}

.index_yxzl .itemBox .item {
    position: relative;
    text-align: center;
    z-index: 3;
    width: 119px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.index_yxzl .itemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 119px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_yxal_bgi.png);
    z-index: -1;
}

.index_yxzl .itemBox .item::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--pm-c);
    content: "";
}

.index_yxzl .itemBox .item .thum {
    width: 100%;
    height: 119px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 12px;
}

.index_yxzl .itemBox .item .title a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index_yxzl .itemBox .item .title {
    margin-bottom: 10px;
}

.index_yxzl .itemBox .item .star1 {
    margin: 0 auto !important;
    display: block;
}

.index_yxzl .more {
    display: block;
    width: 100%;
    height: 46px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 22px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #999;
}


.public_topTitle {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.public_topTitle::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 42%;
    height: 1px;
    background-color: var(--pm-c);
}

.public_topTitle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 42%;
    height: 1px;
    background-color: var(--pm-c);
}

.public_topTitle .title {
    display: inline-block;
    padding: 0 46px;
    position: relative;
}

.public_topTitle span {
    padding: 0 12px;
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background-color: var(--pm-c);
}

.public_topTitle .title::before {
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_before.png);
    display: block;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.public_topTitle .title::after {
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_after.png);
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}






.list li .num {
    font-size: 12px;
    color: #aaa;
}


.index_yxtj {
    background: #F7F7FE;
    padding: 23px 0;
}

.index_yxtj .itemBox {
    margin-left: -64px;
}

.index_yxtj .itemBox .uk-width-1-2 {
    padding-left: 64px;
}

.index_yxtj .itemBox .item {}

.index_yxtj .itemBox .item .label {
    margin-right: 26px;
    width: 30px;
    height: 106px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xbtj_bgi.png);
    font-size: 16px;
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
}

.index_yxtj .itemBox .item .thumBox {
    margin-left: -28px;
}

.index_yxtj .itemBox .item .thumBox .uk-width-1-5 {
    padding-left: 28px;
}

.index_yxtj .itemBox .item .thumBox .box {
    text-align: center;
}

.index_yxtj .itemBox .item .thumBox .box .thum {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin: 0 auto 8px;
}

.index_yxtj .itemBox .item .thumBox .box .title {
    font-size: 16px;
    color: #666;
}

.index_navBox {
    margin-left: -18px;
}

.index_navBox .uk-width-1-2 {
    padding-left: 18px;
}

.index_navBox .uk-width-1-2.uk-grid-margin {
    margin-top: 18px;
}

.index_navBox .uk-width-1-2 a:hover,
.index_navBox .uk-width-1-2:first-child a {
    background-color: var(--pm-c);
    border-color: var(--pm-c);
    color: #fff;
}

.index_navBox a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
}

.xbtj {}

.xbtj .top {}

.xbtj .top .thum {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}

.xbtj .top .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.xbtj .top .txtBox .title a {
    color: #333;
}

.xbtj .top .txtBox .tagBox {
    font-size: 14px;
    color: #aaa;
}

.xbtj .top .txtBox .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 5px;
}

.xbtj .top .txtBox .tagBox .tag:first-child::before {
    display: none;
}

.xbtj .desc {
    font-size: 14px;
    color: #666;
    margin-top: 14px;
}

.xbtj .down {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    color: #fff;
    position: relative;
    z-index: 5;
    background-color: var(--pm-c);
}

.index_yxfl {}

.index_yxfl .itemBox {
    margin-left: -25px;
}

.index_yxfl .itemBox .uk-width-1-5 {
    padding-left: 25px;
}

.index_yxfl .itemBox .uk-width-1-5.uk-grid-margin {
    margin-top: 34px;
}

.index_yxfl .itemBox .item {
    text-align: center;
}

.index_yxfl .itemBox .item .thum {
    position: relative;
    margin: 0 auto 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.index_yxfl .itemBox .item .title a {
    font-size: 16px;
    color: #333;
}

.index_yxfl .titleBox {
    height: 40px;
    background-color: #f8f8f8;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    margin-top: 24px;
}

.index_yxfl .titleBox .name {
    padding-left: 16px;
}

.index_yxfl .titleBox .type {
    width: 25%;
    text-align: center;
}

.index_yxfl .titleBox .size {
    width: 25%;
    text-align: center;
}

.index_yxfl .titleBox .score {
    width: 70px;
    text-align: center;
    padding-right: 10px;
}

.index_yxfl .listItemBox .item .type {
    width: 25%;
    text-align: center;
}

.index_yxfl .listItemBox .item .size {
    width: 25%;
    text-align: center;
}

.index_yxfl .listItemBox .item .score {
    width: 70px;
}

.index_yxfl .listItemBox {}

.index_yxfl .listItemBox .item {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.index_yxfl .listItemBox .item:last-child {
    margin-bottom: 0;
}

.index_yxfl .listItemBox .name {}

.index_yxfl .listItemBox .name .thum {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
}

.index_yxfl .listItemBox .name .title {}

.index_yxfl .listItemBox .name .title a {
    font-size: 16px;
    color: #333;
}

.index_yxfl .listItemBox .star {
    display: block;
    margin: 0 auto;
    padding-right: 10px;
}

.index_jpyx {}

.index_jpyx .itemBox {
    margin-left: -30px;
}

.index_jpyx .itemBox .uk-width-1-3 {
    padding-left: 30px;
}

.index_jpyx .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 42px;
}

.index_jpyx .itemBox .item {}

.index_jpyx .itemBox .item .thum {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 20px;
    margin-right: 15px;
}

.index_jpyx .itemBox .item .title {
    font-size: 16px;
    color: #333;
}

.index_jpyx .itemBox .item .title a {
    color: #333;
}

.index_jpyx .itemBox .item .size {
    font-size: 14px;
    color: #999;
    margin: 8px 0;
}

.index_jpyx .itemBox .item .down {
    display: block;
    width: 80px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #eee;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #999;
}


.index_gameBox {
    position: relative;
    z-index: 4;
}


.index_jcgl {
    padding: 37px 0 29px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_jcglBgi.png);
}

.index_jcgl .public_topTitle {
    margin-bottom: 51px;
}

.index_jcgl .itemBox {
    margin-left: -26px;
}

.index_jcgl .itemBox .uk-width-1-4 {
    padding-left: 26px;
}

.index_jcgl .itemBox .uk-width-1-4:nth-child(1) .item {
    background-image: url(../images/index_jcglItem1.png);
}

.index_jcgl .itemBox .uk-width-1-4:nth-child(2) .item {
    background-image: url(../images/index_jcglItem2.png);
}

.index_jcgl .itemBox .uk-width-1-4:nth-child(3) .item {
    background-image: url(../images/index_jcglItem3.png);
}

.index_jcgl .itemBox .uk-width-1-4:nth-child(4) .item {
    background-image: url(../images/index_jcglItem4.png);
}

.index_jcgl .itemBox .item {
    padding: 20px 20px 56px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.index_jcgl .itemBox .item::before {
    position: absolute;
    left: 20px;
    top: 68px;
    display: block;
    content: "";
    width: 35px;
    height: 4px;
    background-color: #ff8521;
    border-radius: 2px;
}

.index_jcgl .itemBox .item .title {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    display: -webkit-box;
}

.index_jcgl .itemBox .item .title a {
    color: #333;
}

.index_jcgl .itemBox .item .desc {
    margin-top: 42px;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    margin-bottom: 38px;
}

.index_jcgl .itemBox .item .thum {
    position: relative;
    width: 153px;
    height: 96px;
    box-shadow: 0px 3px 10px 0px rgba(100, 100, 100, 0.42);
    border-radius: 10px;
    right: -70px;
}

.index_xydt {}

.index_xydt .itemBox {
    margin-bottom: 20px;
}

.index_xydt .itemBox .item {
    margin-bottom: 24px;
}

.index_xydt .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_xydt .itemBox .item .thum {
    position: relative;
    width: 174px;
    height: 113px;
    border-radius: 10px;
    margin-right: 16px;
}

.index_xydt .itemBox .item .title {
    font-size: 16px;
    margin-bottom: 20px;
}

.index_xydt .itemBox .item .title a {
    color: #333;
}

.index_xydt .itemBox .item .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-wrap: wrap;
}

.index_xydt .list {}

.index_xydt .list li {
    padding-left: 0;
    margin-bottom: 14px;
}

.index_xydt .list li::before {
    display: none;
}

.index_xydt .list li:last-child {}

.index_xydt .list li .tag {
    font-size: 16px;
    color: var(--pm-c);
    margin-right: 14px;
}

.index_xydt .list li .title a {
    color: #666;
    font-size: 16px;
}

.index_xydt .list li .time {
    font-size: 14px;
}

.index_cyzx {}

.index_cyzx .left {
    margin-right: 20px;
    width: 360px;
}

.index_cyzx .left .top {
    margin-bottom: 28px;
}

.index_cyzx .left .top .topThum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 234px;
    position: relative;
    border-radius: 10px;
}

.index_cyzx .left .top .title {
    margin-top: 16px;
    text-align: center;
}

.index_cyzx .left .top .title a {
    font-size: 16px;
    color: #333;
}

.index_cyzx .left .itemBox {
    margin-left: -16px;
    margin-bottom: 30px;
}

.index_cyzx .left .itemBox .uk-width-1-2 {
    padding-left: 16px;
}

.index_cyzx .left .itemBox .item {}

.index_cyzx .left .itemBox .item .thum {
    width: 100%;
    height: 108px;
    position: relative;
    border-radius: 10px;
}

.index_cyzx .left .itemBox .item .title {
    margin-top: 14px;
    text-align: center;
}

.index_cyzx .left .itemBox .item .title a {
    font-size: 16px;
    color: #666;
}

.index_cyzx .list {
    position: relative;
}

.index_cyzx .list::before {
    position: absolute;
    left: 4px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.index_cyzx .list li {
    padding-left: 15px;
    margin-bottom: 22px;
}

.index_cyzx .list li::before {
    background-color: #e4e4e4;
    width: 9px;
    height: 9px;
    transform: translateY(0);
    top: 8px;
}

.index_cyzx .list li:hover::before {
    background-color: var(--pm-c);
}

.index_cyzx .list li .time {
    width: 184px;
    height: 24px;
    line-height: 24px;
    padding-left: 16px;
    font-size: 14px;
    color: #999;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_timeBgi.png);
    margin-bottom: 12px;
}

.index_cyzx .list li:hover .time {
    background-image: url(../images/index_timeBgi_curr.png);
    color: var(--pm-c);
}

.index_cyzx .list li .title {
    margin-bottom: 14px;
}

.index_cyzx .list li .title a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index_cyzx .list li .desc {
    text-wrap: wrap;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.index_zjBox {}

.index_zjBox .itemBox {
    margin-bottom: 44px;
}

.index_zjBox .itemBox:last-child {
    margin-bottom: 0;
}

.index_zjBox .itemBox:nth-child(2n) .sliderBox .item {
    flex-direction: row-reverse;
    text-align: right;
}

.index_zjBox .itemBox:nth-child(2n) .sliderBox .item .thumBox {
    margin-right: 0;
    margin-left: 12px;
}

.index_zjBox .itemBox:nth-child(2n) .sliderBox .item .tagBox {
    justify-content: right;
}

.index_zjBox .itemBox .sliderBox {
    margin-left: -20px;
}

.index_zjBox .itemBox .sliderBox .uk-width-1-4 {
    width: 30%;
    padding-left: 20px;
}

.index_zjBox .itemBox .sliderBox .item {}

.index_zjBox .itemBox .sliderBox .item .thumBox {
    width: 90px;
    height: 90px;
    border: solid 1px #eeeeee;
    border-radius: 50%;
    margin-right: 12px;
}

.index_zjBox .itemBox .sliderBox .item .thumBox .thum {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_zjBox .itemBox .sliderBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 26px;
}

.index_zjBox .itemBox .sliderBox .item .title a {
    color: #333;
    font-weight: bold;
}

.index_zjBox .itemBox .sliderBox .item .tagBox {
    font-size: 14px;
    color: #888;
}

.index_zjBox .itemBox .sliderBox .item .tagBox .tag::after {
    content: "|";
    line-height: 1;
    margin: 0 6px;
}

.index_zjBox .itemBox .sliderBox .item .tagBox .tag:last-child::after {
    display: none;
}


.index_rankBox {
    background-repeat: no-repeat;
    background-size: 100% 624px;
    background-image: url(../images/index_syphBgi.png);
}

.index_rankBox .public_topTitle {
    margin: 44px 0;
}

.index_rank {
    padding: 84px 16px 22px !important;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    position: relative;
}

.sideBar .index_rank {
    border: none;
    border-radius: 0;
    margin: 0 !important;
}

.index_rank:nth-child(2) {
    margin: 0 15px;
}

.index_rank .topTitle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 269px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_rank.png);
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.index_rank .topItemBox {}

.index_rank .topItemBox .item {
    position: relative;
    padding: 38px 10px 10px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
}


.index_rank .topItemBox .item:nth-child(1) {
    order: 2;
    padding-bottom: 20px;
    background-image: url(../images/index_rankBgi1.png);
    margin: 0 4px;
}

.index_rank .topItemBox .item:nth-child(2) {
    order: 1;
    background-image: url(../images/index_rankBgi2.png);
}

.index_rank .topItemBox .item:nth-child(3) {
    background-image: url(../images/index_rankBgi3.png);
    order: 3;
}

.sideBar .index_rank .topItemBox .item:nth-child(1) {
    background-image: url(../images/side_rankBgi1.png);
}

.sideBar .index_rank .topItemBox .item:nth-child(2) {
    background-image: url(../images/side_rankBgi2.png);
}

.sideBar .index_rank .topItemBox .item:nth-child(3) {
    background-image: url(../images/side_rankBgi3.png);
}

.sideBar .index_rank .topItemBox .item .time {
    background-image: url(../images/side_rank_time.png);
    width: 84px;
    height: 30px;
}

.index_rank .topItemBox .item .thumBox {
    position: relative;
    margin-bottom: 8px;
}

.index_rank .topItemBox .item .thum {
    width: 56px;
    height: 56px;
    border-width: 3px;
    border-image-source: linear-gradient(0deg,
            #dac688 0%,
            #efe5c2 100%);
    border-image-slice: 1;
    position: relative;
    border-radius: 666px;
    margin: 0 auto;
}

.index_rank .topItemBox .item:nth-child(1) .thum {
    border: 2px solid #FBE484;
    width: 69px;
    height: 69px;
}

.index_rank .topItemBox .item:nth-child(2) .thum {
    border: 2px solid #BAD4F9;
}

.index_rank .topItemBox .item:nth-child(3) .thum {
    border: 2px solid #EEBF92;
}

.index_rank .topItemBox .item .time {
    width: 96px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_rank_time.png);
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    color: #c48563;
    font-size: 14px;
    margin-bottom: 6px;
}

.index_rank .topItemBox .item .type {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.index_rank .topItemBox .item .thum::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_rank .topItemBox .item .title {
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 2px;
}

.index_rank .itemBox {
    margin-top: 20px;
}

.index_rank .itemBox .item {
    margin-bottom: 32px;
}

.index_rank .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_rank .itemBox .item .order {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}

.index_rank .itemBox .item .thum {
    width: 46px;
    height: 46px;
    border-radius: 166px;
    position: relative;
    margin-right: 24px;
}

.index_rank .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.index_rank .itemBox .item .tagBox {
    font-size: 12px;
    color: #888;
}

.index_rank .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 5px;
}

.index_rank .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.index_rank .itemBox .item:hover .down {
    display: block;
}

.index_rank .itemBox .item .down {
    display: none;
    width: 75px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid var(--pm-c);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
}

.index_rank .itemBox .item:hover .score {
    display: none;
}

.index_rank .itemBox .item .score {
    font-size: 14px;
    color: var(--pm-c);
}

.index_rank .itemBox .item .score span {
    position: relative;
    padding-left: 18px;
}

.index_rank .itemBox .item .score span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/star1_curr.png);
}

.index_rank .itemBox .item .type {
    font-size: 14px;
    color: #aaa;
}


.index_sylb {
    margin-bottom: 34px;
}

.index_sylb .itemBox {}

.index_sylb .itemBox .item {
    margin-bottom: 16px;
}

.index_sylb .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_sylb .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    position: relative;
    margin-right: 12px;
}

.index_sylb .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 11px;
}

.index_sylb .itemBox .item .score {
    font-size: 12px;
    color: #aaa;
}

.index_sylb .itemBox .item .progress {
    width: 66px;
    height: 6px;
    border-radius: 555px;
    background: #E2DEFC;
    margin-right: 6px;
}

.index_sylb .itemBox .item .progress::-webkit-progress-bar {
    border-radius: 555px;
    background: #E2DEFC;
}

.index_sylb .itemBox .item .progress::-webkit-progress-value {
    border-radius: 555px;
    background: linear-gradient(90deg, #725EFF 0%, #9C79FF 100%);
}

.index_sylb .itemBox .item .get {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #aaa;
}

.index_sylb .itemBox .item:hover .get {
    color: var(--pm-c);
}

.index_sylb .itemBox .item:hover .get::before {
    background-image: url(../images/gift_curr.png);
}

.index_sylb .itemBox .item .get::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/gift.png);
}

.index_rmxz {}

.index_rmxz .itemBox {}

.index_rmxz .itemBox .item {
    margin-bottom: 16px;
}

.index_rmxz .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_rmxz .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    position: relative;
    margin-right: 12px;
}

.index_rmxz .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.index_rmxz .itemBox .item .score {
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    color: var(--pm-c);
    font-weight: bold;
}

.index_rmxz .itemBox .item .score::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/star_curr.png);
}

.index_rmxz .itemBox .item .down {
    display: block;
    width: 60px;
    height: 30px;
    background: linear-gradient(180deg, #725EFF 0%, #6070FF 100%);
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.index_yxmx {}

.index_yxmx .imgBox {}

.index_yxmx .imgBox .thum {
    position: relative;
    width: 100%;
}

.index_yxmx .imgBox .imgBox1 {
    width: 548px;
    margin-right: 6px;
}

.index_yxmx .imgBox .imgBox1 .thum {
    height: 349px;
    border-radius: 10px;
}

.index_yxmx .imgBox .imgBox2 {
    width: 298px;
}

.index_yxmx .imgBox .imgBox2 .thum {
    height: 169px;
    border-radius: 10px;
}

.index_yxmx .imgBox .imgBox2 .thum:last-child {
    margin-top: 9px;
}

.index_yxmx .imgBox .imgBox3 {
    margin-left: 6px;
    width: 298px;
}

.index_yxmx .imgBox .imgBox3 .thum {
    height: 169px;
    margin-bottom: 9px;
    border-radius: 10px;
}

.index_yxmx .imgBox .imgBox3 .thum:last-child {
    margin-bottom: 0;
}




.index_link {}

.index_link .itemBox {}

.index_link .itemBox .title {
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 2.5;
}

.index_link .itemBox .title::after {
    content: "|";
    margin: 0 10px;
    line-height: 1;
}

.index_link .itemBox .title:last-child {
    margin-right: 0;
}

.list_game {
    background-color: #f9f9f9;
}

.list_game_navBox {
    margin-bottom: 40px;
}

.list_news .list_game_nav {
    margin-bottom: 30px;
}

.list_news .list_game_nav .aBox a {
    background-color: #ECF9FF;
    color: var(--pm-c);
}

.list_game_nav {}

.list_game_nav .aBox {
    margin-left: -16px;
}

.list_game_nav .aBox .uk-width-1-6,
.list_game_nav .aBox .uk-width-1-4 {
    padding-left: 16px;
}

.list_game_nav .aBox .uk-width-1-6.uk-grid-margin,
.list_game_nav .aBox .uk-width-1-4.uk-grid-margin {
    margin-top: 16px;
}

.list_game_nav .aBox a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    background-color: #f8f8f8;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.list_game_nav .aBox a:last-child {
    margin-right: 0;
}

.list_game_nav .aBox .active a {
    background-color: var(--pm-c);
    color: #fff;
}

.list_game_nav .aBox .active a::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    display: block;
    content: "";
    width: 9px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/curr.png);
}


.navSliderBox {
    width: 600px;
    margin-left: 40px;
    position: relative;
    border-radius: 10px;
}

.navSliderBox .slider {
    width: 100%;
    margin-left: 0;
}

.navSliderBox .slider .uk-width-1-1 {
    padding-left: 0;
}

.navSliderBox .slider .item {}

.navSliderBox .slider .item span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.navSliderBox .dotnav {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
}

.navSliderBox .dotnav li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    padding-left: 0;
    margin-right: 10px;
}

.navSliderBox .dotnav li:last-child {
    margin-right: 0;
}

.navSliderBox .dotnav li a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
}

.navSliderBox .dotnav li.uk-active {
    background-color: var(--pm-c);
}

.navSliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}


.list_game_itemBox {}

.list_game_itemBox .itemBox {
    margin-left: -30px;
}

.list_game_itemBox .itemBox .uk-width-1-5 {
    padding-left: 30px;
}

.list_game_itemBox .itemBox .uk-width-1-5.uk-grid-margin {
    margin-top: 30px;
}

.list_game_itemBox .itemBox .item {}

.list_game_itemBox .itemBox .item .thum {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-right: 16px;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.list_game_itemBox .itemBox .item .title a {
    color: #333;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.list_game_itemBox .itemBox .item .tagBox .tag {
    margin-bottom: 10px;
}

.list_game_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-bottom: 0;
}

.list_game_itemBox .itemBox .item .down {
    display: block;
    width: 80px;
    height: 28px;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}

.show_game {
    background-color: #f9f9f9;
}

.show_game_titleBox {
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/detail_topBgi.png);
}

.show_game_titleBox .thum {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    position: relative;
    margin-right: 20px;
}

.show_game_titleBox .txtBox {}


.show_game_titleBox .txtBox .title {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #666;
}

.show_game_titleBox .txtBox .tagBox .uk-width-1-2 {}

.show_game_titleBox .txtBox .tagBox .uk-width-1-2.uk-grid-margin {
    margin-top: 12px;
}

.show_game_titleBox .txtBox .tagBox span {
    color: #666;
}

.show_game_titleBox .btnBox .btn:last-child {
    margin-bottom: 0;
}

.show_game_titleBox .btnBox .btn {
    display: block;
    width: 169px;
    height: 53px;
    border-radius: 42px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_game_titleBox .btnBox .pc,
.show_game_titleBox .btnBox .az {
    margin-bottom: 12px;
}

.show_game_titleBox .btnBox .btn:first-child {
    background-image: url(../images/btn_lan.png);
    color: #28a6e0;
}

.show_game_titleBox .btnBox .btn:last-child {
    background-image: url(../images/btn_lv.png);
    color: #2dcbad;
}

.show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-75%);
    display: block;
    content: "";
    width: 17px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_game_titleBox .btnBox .az::before {
    background-image: url(../images/az.png);
}

.show_game_titleBox .btnBox .pc::before {
    background-image: url(../images/pc.png);
    width: 19px;
    height: 19px;
}

.show_game_titleBox .btnBox .h5::before {
    background-image: url(../images/iphone.png);
    width: 15px;
    height: 22px;
}

.show_game_titleBox .btnBox .pg::before {
    background-image: url(../images/pg.png);
}

.show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 166px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
    z-index: 5;
}

.show_game_titleBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}

.show_game .contentBox {}

.show_game .contentBox .content {}

.show_game .contentBox .content .itemBox {
    background-color: #fff;
    padding: 30px 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: #666;
    line-height: 34px;
}

.page_content .content h2,
.contentBox .content h2,
.page_content .content h3,
.contentBox .content h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    padding-left: 27px;
}

.page_content .content h2::before,
.contentBox .content h2::before,
.page_content .content h3::before,
.contentBox .content h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.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 {
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.show_game .contentBox .content .screenshots .btn svg {
    display: none;
}

.show_game .contentBox .content .screenshots .left {
    background-image: url(../images/left.png);
}

.show_game .contentBox .content .screenshots .right {
    background-image: url(../images/right.png);
    left: auto;
    right: 0;
}


.other_xbtj {}

.other_xbtj .itemBox {
    padding: 0 !important;
    margin-left: 0;
}

.other_xbtj .itemBox .uk-width-1-3 {
    padding-left: 0;
}

.other_xbtj .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 0;
}

.other_xbtj .itemBox .item {
    padding: 18px 20px;
}

.other_xbtj .itemBox .item:hover {
    background-color: #f3fbff;
}


.other_xbtj .itemBox .item .thum {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    position: relative;
    margin-right: 14px;
}

.other_xbtj .itemBox .item .title {
    font-size: 16px;
    color: #333;
}

.other_xbtj .itemBox .item .title a {
    color: #333;
}

.other_xbtj .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
    margin: 8px 0;
}

.other_xbtj .itemBox .item .tagBox .tag::after {
    content: "|";
    line-height: 1;
    margin: 0 5px;
}

.other_xbtj .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.other_xbtj .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.other_xbtj .itemBox .item .down {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 6px;

}


.sideBar {
    width: 360px;
    margin-left: 20px;
}

.sideBar .index_rmxw {
    width: 100%;
}

.sideBar .index_rmxw .right {
    width: auto;
}

.sideBar .index_rmxw .right .thum {
    height: 150px;
    border-radius: 10px;
}

.sideBar .index_rmxw .right .thum::before {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    width: 64px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tj.png);
    z-index: 3;
}

.sideBar .index_rmxw .right .thum .title {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}

.sideBar .index_rmxw .list {}

.sideBar .index_rmxw .list li {
    margin-bottom: 14px;
}

.sideBar .index_rmxw .list li::before {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/li_before.png);
}

.sideBar .index_rmxw .list li:hover::before {
    background-image: url(../images/li_curr_before.png);
}

.sideBar .index_rmxw .list li:hover .title {
    color: var(--pm-c);
}

.other_rmxz {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.other_rmxz .itemBox {}

.other_rmxz .itemBox .item {
    margin-bottom: 18px;
}

.other_rmxz .itemBox .item:last-child {
    margin-bottom: 0;
}

.other_rmxz .itemBox .item .thum {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    position: relative;
    margin-right: 14px;
}

.other_rmxz .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.other_rmxz .itemBox .item .score {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: 6px;
}

.other_rmxz .itemBox .item .score::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/star_curr.png);
}

.other_rmxz .itemBox .item .tagBox {
    font-size: 12px;
    color: #aaa;
}

.other_rmxz .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 4px;
    line-height: 1;
}

.other_rmxz .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.other_rmxz .itemBox .item .down {
    display: block;
    width: 56px;
    height: 28px;
    background: linear-gradient(180deg, #725EFF 0%, #6070FF 100%);
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.other_rmph {}

.other_rmph .sideSliderBox {
    margin-bottom: 24px;
    position: relative;
}

.other_rmph .sideSliderBox .sliderBox {
    height: 210px;
    width: 100%;
    margin-left: 0;
    border-radius: 10px;
}

.other_rmph .sideSliderBox .sliderBox .uk-width-1-1 {
    padding-left: 0;
}

.other_rmph .sideSliderBox .sliderBox span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.other_rmph .sideSliderBox .dotnav {
    position: absolute;
    margin-left: 0;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.other_rmph .sideSliderBox .dotnav li {
    padding-left: 0;
    margin-right: 6px;
}

.other_rmph .sideSliderBox .dotnav li:last-child {
    margin-right: 0;
}

.other_rmph .sideSliderBox .dotnav li a {
    width: 7px;
    height: 7px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.other_rmph .sideSliderBox .dotnav li.uk-active {}

.other_rmph .sideSliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.other_rmph .topThum {
    width: 100%;
    height: 210px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.other_rmph .list {
    position: relative;
}

.other_rmph .list li {
    padding-left: 0;
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #eee;
}

.other_rmph .list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.other_rmph .list li:nth-child(-n+3) .order {
    background-color: var(--pm-c);
}

.other_rmph .list li .order {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
}

.other_rmph .list li .title a {
    font-size: 16px;
    color: #333;
}

.other_rmph .list li::before {
    display: none;
}

.other_syzj {}

.other_syzj .top {
    margin-bottom: 22px;
}

.other_syzj .top .thumBox {
    width: 78px;
    height: 78px;
    border: solid 1px #eeeeee;
    position: relative;
    border-radius: 50%;
    margin-right: 14px;
}

.other_syzj .top .thumBox .thum {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.other_syzj .top .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 22px;
}

.other_syzj .top .title a {
    color: #333;
}

.other_syzj .top .tagBox {
    font-size: 14px;
    color: #888;
}

.other_syzj .top .tagBox .tag::after {
    content: "|";
    margin: 0 5px;
    line-height: 1;
}

.other_syzj .top .tagBox .tag:last-child::after {
    display: none;
}

.other_syzj .list {}

.other_syzj .list li {}

.other_syzj .list li::before {
    width: 6px;
    height: 6px;
    background-color: var(--pm-c);
}

.other_syzj .list li .title {
    font-size: 16px;
}

.other_syzj .list li .title a {
    color: #333;
}

.other_syzj .list li .time {
    font-size: 14px;
    color: #888;
}


.other_jqrd {}

.other_jqrd .itemBox {}

.other_jqrd .itemBox .item {
    margin-bottom: 20px;
}

.other_jqrd .itemBox .item:last-child {
    margin-bottom: 0;
}

.other_jqrd .itemBox .item .thum {
    width: 110px;
    height: 80px;
    border-radius: 10px;
    position: relative;
    margin-right: 15px;
}

.other_jqrd .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}

.other_jqrd .itemBox .item .title a {
    color: #333;
    font-weight: bold;
}


.other_jqrd .itemBox .item .desc {
    text-wrap: wrap;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.other_jqrd .itemBox .item .tagBox {
    font-size: 14px;
    color: #888;
}

.other_jqrd .itemBox .item .tagBox .tag::after {
    content: "·";
    font-weight: bolder;
    line-height: 1;
    margin: 0 4px;
}

.other_jqrd .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}


.show_game .index_bzxw {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

.list_news {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

.list_news_itemBox {
    position: relative;
}

.list_news_itemBox .list_game_nav {}

.list_news_itemBox .itemBox::before {
    position: absolute;
    left: 4px;
    width: 1px;
    background-color: #eee;
    display: block;
    top: 0;
    height: 100%;
    content: "";
}

.list_news_itemBox .itemBox {
    position: relative;
}

.list_news_itemBox .itemBox .item .thum {
    position: relative;
    width: 210px;
    height: 134px;
    border-radius: 10px;
    margin-right: 20px;
}

.list_news_itemBox .itemBox .item {
    margin-bottom: 32px;
    position: relative;
    padding-left: 26px;
}


.list_news_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e4e4e4;
    border-radius: 50%;
}

.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    font-weight: bold;
}

.list_news_itemBox .itemBox .item .title a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.list_news_itemBox .itemBox .item .time {
    font-size: 14px;
    color: #999;
    width: 184px;
    height: 24px;
    line-height: 24px;
    padding-left: 16px;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_timeBgi.png);
}

.list_news_itemBox .itemBox .item .tagBox .tag {
    margin-right: 40px;
}

.list_news_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.list_news_itemBox .itemBox .item .more {
    position: absolute;
    right: 0;
    bottom: 4px;
    background-color: #fff;
    font-size: 14px;
    color: var(--pm-c);
}

.list_news_itemBox .itemBox .item .text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-wrap: wrap;
    letter-spacing: 1px;
}

.list_news_itemBox .list {
    width: auto;
    margin-left: -30px;
    margin-top: 40px;
}

.list_news_itemBox .list li {
    padding-left: 30px;
    margin-bottom: 0;
}

.list_news_itemBox .list li::before {
    display: none;
}

.list_news_itemBox .list li.uk-grid-margin {
    margin-top: 0;
}

.list_news_itemBox .list li.uk-grid-margin .box {
    margin-top: 21px;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5;
}

.list_news_itemBox .list li .tag {
    font-size: 14px;
    color: var(--pm-c);
    margin-right: 12px;
}

.list_news_itemBox .list li .title {
    padding-right: 0;
    font-size: 16px;
}

.list_news_itemBox .list li .title a {}


.show_news_content {}

.show_news_content .titleBox {
    padding-bottom: 31px;
}

.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;
    height: 36px;
    background-color: #f9f9f9;
    line-height: 36px;
    padding: 0 100px;

}

.show_news_content .titleBox .tagBox div {
    margin-right: 44px;
}

.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}

.show_news_content .content {
    padding-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.detail_content_box {
    padding-bottom: 40px;
}

.detail_content_box p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.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 {
    background-color: #f9f9f9;
}

.list_collection_itemBox {
    position: relative;
}

.list_collection_itemBox .top_nav {
    position: relative;
    margin-bottom: 30px;
}

.list_collection_itemBox .top_nav .aBox {}

.list_collection_itemBox .top_nav .aBox a {
    height: 44px;
    background-color: #ecf9ff;
    border-radius: 8px;
    display: inline-block;
    padding: 0 18px;
    color: var(--pm-c);
    line-height: 44px;
    font-size: 16px;
    margin-right: 12px;
}

.list_collection_itemBox .top_nav .aBox a.active {
    position: relative;
    background-color: var(--pm-c);
    color: #fff;
}

.list_collection_itemBox .top_nav .aBox a.active::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    display: block;
    content: "";
    width: 9px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/curr.png);
}

.list_collection_itemBox .top_nav .aBox a:last-child {
    margin-right: 0;
}


.list_collection_itemBox .itemBox {}


.list_collection_itemBox .itemBox .item {
    position: relative;
    padding-left: 22px;
    padding-bottom: 34px;
    z-index: 3;
    margin-bottom: 26px;
}

.list_collection_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_collection_itemBox .itemBox .item:hover::before {
    background-color: #f2fbff;
}

.list_collection_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 63px);
    background-color: #f8f8f8;
    border-radius: 20px;
    display: block;
    content: "";
    z-index: -1;
}

.list_collection_itemBox .itemBox .item .left {}

.list_collection_itemBox .itemBox .item .left .thumBox {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: #fff;
    box-shadow: 0px 5px 0px 0px rgba(240, 240, 240, 0.5);
    margin-bottom: 40px;
    border-radius: 50%;
}

.list_collection_itemBox .itemBox .item .left .thumBox .thum {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.list_collection_itemBox .itemBox .item:hover .left .detail {
    background-color: var(--pm-c);
    color: #fff;
}

.list_collection_itemBox .itemBox .item .left .detail {
    display: block;
    width: 110px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px var(--pm-c);
    line-height: 40px;
    color: var(--pm-c);
    text-align: center;
    font-size: 15px;
}


.list_collection_itemBox .itemBox .item .right .top {
    padding-top: 20px;
}

.list_collection_itemBox .itemBox .item .right .top .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left: 16px;
}

.list_collection_itemBox .itemBox .item .right .top .title a {
    color: #333;
}

.list_collection_itemBox .itemBox .item .right .top .tagBox {
    font-size: 14px;
    color: #999;
}

.list_collection_itemBox .itemBox .item .right .top .tagBox .tag {
    margin-right: 20px;
    padding-left: 26px;
    position: relative;
}

.list_collection_itemBox .itemBox .item .right .top .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.list_collection_itemBox .itemBox .item .right .top .tagBox .tag:last-child {
    margin-right: 0;
}

.list_collection_itemBox .itemBox .item .right .top .tagBox .tag.num::before {
    background-image: url(../images/num.png);
}

.list_collection_itemBox .itemBox .item .right .top .tagBox .tag.time::before {
    background-image: url(../images/time_curr.png);
    width: 16px;
}

.list_collection_itemBox .itemBox .item .right .thumBox {
    position: relative;
    padding-left: 40px;
    padding-right: 14px;
    margin-top: 40px;
}

.list_collection_itemBox .itemBox .item .right .thumBox .thum {
    width: 76px;
    height: 76px;
    position: relative;
    border-radius: 15px;
    margin: 0 auto 16px;
}

.list_collection_itemBox .itemBox .item .right .thumBox .title {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.list_collection_itemBox .itemBox .item .right .thumBox .title a {
    color: #666;
}


.show_news {
    background-color: #f9f9f9;
}

.show_collection {
    background-color: #f9f9f9;
}

.show_collection_titleBox {}

.show_collection_titleBox .titleBox {}

.show_collection_titleBox .box {
    padding: 27px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/detail_topBgi.png);
    margin-right: 30px;
}

.show_collection_titleBox .box .top {}

.show_collection_titleBox .box .thumBox {
    width: 142px;
    height: 142px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid rgba(113, 94, 255, 0.3);
    margin-right: 22px;
}

.show_collection_titleBox .box .thum {
    width: 134px;
    height: 134px;
    border-radius: 28px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--pm-c);
}

.show_collection_titleBox .box .txtBox {}

.show_collection_titleBox .box .txtBox h1 {
    font-size: 24px;
    color: #0a0a0a;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

.show_collection_titleBox .box .txtBox h1 span {
    display: inline-block;
    padding: 0 164px;
    position: relative;
}

.show_collection_titleBox .box .txtBox h1 span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 144px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_title_before.png);
}

.show_collection_titleBox .box .txtBox h1 span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 144px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_title_after.png);
}

.show_collection_titleBox .box .txtBox .labelBox {
    margin-bottom: 20px;
}

.show_collection_titleBox .box .txtBox .labelBox .label {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    padding: 0 24px;
    margin-right: 20px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #666;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.show_collection_titleBox .box .txtBox .labelBox .label:last-child {
    margin-right: 0;
}

.show_collection_titleBox .tjBox {
    text-align: center;
}

.show_collection_titleBox .tjBox span {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-right: 10px;
}

.show_collection_titleBox .tjBox .aBox {}

.show_collection_titleBox .tjBox .aBox a {
    font-size: 14px;
    color: #666;
}

.show_collection_titleBox .tjBox .aBox a::after {
    content: "、";
}

.show_collection_titleBox .tjBox .aBox a:hover::after {
    color: #666;
}

.show_collection_titleBox .tjBox .aBox a:last-child::after {
    display: none;
}

.show_collection_titleBox .tjBox .aBox a:hover {
    color: var(--pm-c);
}

.show_collection_titleBox .xbtj {
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 100%;
    position: relative;
    margin-top: 0;
    padding: 85px 20px 20px;
    background-color: #fff;
}

.show_collection_titleBox .xbtj::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 269px;
    height: 64px;
    background-image: url(../images/xbtj_title_bgi.png);
    z-index: 6;
}


.show_collection {}

.show_collection_itemBox {}

.show_collection_itemBox .itemBox {
    margin-left: -10px;
}

.show_collection_itemBox .itemBox .uk-width-1-3 {
    padding-left: 10px;
}

.show_collection_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 12px;
}

.show_collection_itemBox .itemBox .item {
    padding: 22px 14px 20px 22px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.show_collection_itemBox .itemBox .item .order {
    display: inline-block;
    padding-right: 111px;
    position: relative;
    background: linear-gradient(to top,
            #cfcfcf,
            #e2e2e2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.show_collection_itemBox .itemBox .item .order::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 111px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/zj_order.png);
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(-n+3) .item .order {
    padding-right: 0;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(-n+3) .item .order::before {
    display: none;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(1) .item .order {
    background-image: url(../images/zj_order1.png);
    width: 127px;
    height: 33px;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(2) .item .order {
    background-image: url(../images/zj_order2.png);
    width: 139px;
    height: 34px;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(3) .item .order {
    background-image: url(../images/zj_order2.png);
    width: 139px;
    height: 34px;
}

.show_collection_itemBox .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}

.show_collection_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.show_collection_itemBox .itemBox .item .title a {
    color: #333;
}

.show_collection_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #666;
}

.show_collection_itemBox .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 4px;
    line-height: 1;
}

.show_collection_itemBox .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.show_collection_itemBox .itemBox .item .down {
    display: block;
    width: 85px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px var(--pm-c);
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: var(--pm-c);
}

.show_collection_itemBox .itemBox .item .text {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}







.list_game_package {
    background-color: #f9f9f9;
}

.list_game_package_itemBox {}

.list_game_package_itemBox .topBanner {
    width: 100%;
    height: 279px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}

.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: 0;
}

.list_game_package_itemBox .itemBox .uk-width-1-2.uk-grid-margin .item {
    margin-top: 30px;
    padding-top: 29px;
    border-top: 1px dashed #e5e5e5;
}

.list_game_package_itemBox .itemBox .item {}

.list_game_package_itemBox .itemBox .item .thum {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    position: relative;
    margin-right: 16px;
}

.list_game_package_itemBox .itemBox .item {}

.list_game_package_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 34px;
}

.list_game_package_itemBox .itemBox .item .title a {
    color: #333;
}

.list_game_package_itemBox .itemBox .item .num {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 28px;
}

.list_game_package_itemBox .itemBox .item .num::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gift_icon.png);
}

.list_game_package_itemBox .itemBox .item .get {
    display: block;
    width: 90px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666;
}



.other_qtlb {
    padding: 20px;
    background-color: #fff;
}

.other_qtlb .itemBox {
    margin-left: -25px;
}

.other_qtlb .itemBox .uk-width-1-6 {
    padding-left: 25px;
}

.other_qtlb .itemBox .uk-width-1-6.uk-grid-margin {
    margin-top: 22px;
}

.other_qtlb .itemBox .item {
    text-align: center;
}

.other_qtlb .itemBox .item .thum {
    width: 94px;
    height: 94px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto 12px;
}

.other_qtlb .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.other_qtlb .itemBox .item .box {
    height: 30px;
    line-height: 30px;
}

.other_qtlb .itemBox .item .box .num {
    font-size: 12px;
    color: #999;
}

.other_qtlb .itemBox .item .box .num span {
    font-size: 14px;
    color: var(--pm-c);
}

.other_qtlb .itemBox .item .box .num span::before {
    content: "/";
    color: #999;
    font-size: 12px;
    line-height: 12px;
}

.other_qtlb .itemBox .item:hover .box .num {
    display: none;
}

.other_qtlb .itemBox .item:hover .box .get {
    display: block;
}

.other_qtlb .itemBox .item .box .get {
    display: none;
    width: 60px;
    height: 30px;
    background: var(--pm-c);
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}



.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 .btnBox {}

.show_game_titleBox .btnBox .btn.lb {
    margin-bottom: 12px;
}

.show_game_titleBox .btnBox .btn.lb::before {
    background-image: url(../images/gift.png);
    left: 38px;
    width: 19px;
    height: 19px;
}

.show_game_titleBox .btnBox .btn.down {}

.show_game_titleBox .btnBox .btn.down::before {
    background-image: url(../images/game.png);
    left: 36px;
    width: 23px;
    height: 17px;
}

.show_game_package {
    background-color: #f5f5f5;
}

.show_game_package_content {
    background-color: #fff;
    padding: 20px;
}

.other_tllb {}

.other_tllb .titleBox {
    padding: 0 12px;
    height: 40px;
    background-color: #f6f6f6;
    margin-bottom: 24px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.other_tllb .titleBox .name {
    width: 35%;
    text-align-last: left;
}

.other_tllb .titleBox .desc {
    width: 55%;
    padding: 0 10px;
}

.other_tllb .titleBox .num {
    width: 10%;
}

.other_tllb .itemBox {}

.other_tllb .itemBox .item {
    margin-bottom: 16px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0 12px 15px;
}

.other_tllb .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.other_tllb .itemBox .item .name {
    width: 35%;
}

.other_tllb .itemBox .item .name .thum {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin-right: 10px;
}

.other_tllb .itemBox .item .name .title {
    font-size: 16px;
    color: #333;
}

.other_tllb .itemBox .item .name .title a {
    color: #333;
}

.other_tllb .itemBox .item:hover .name .title a {
    color: var(--pm-c);
}

.other_tllb .itemBox .item .desc {
    width: 55%;
    padding: 0 10px;
    font-size: 15px;
    color: #666;
}

.other_tllb .itemBox .item .num {
    width: 10%;
}

.other_tllb .itemBox .item .num span {
    font-size: 15px;
    color: #999;
}

.other_tllb .itemBox .item .num .get {
    display: none;
    width: 87px;
    height: 36px;
    background-color: var(--pm-c);
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.other_tllb .itemBox .item:hover .num span {
    display: none;
}

.other_tllb .itemBox .item:hover .num .get {
    display: block;
}










.other_gdlb {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
}

.other_gdlb .public_title {
    padding: 0 20px;
}

.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_gdph {}

.other_gdph .list {}

.other_gdph .list li {
    padding-left: 0;
}

.other_gdph .list li:last-child {}

.other_gdph .list li::before {
    display: none;
}

.other_gdph .list li .top .tag {
    font-size: 14px;
    color: var(--pm-c);
    margin-right: 10px;
}

.other_gdph .list li .top .title {
    position: relative;
}

.other_gdph .list li .top .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 7px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}

.other_gdph .list li.active .top .title::before {
    background-image: url(../images/more_curr.png);
    width: 15px;
    height: 7px;
}

.other_gdph .btm {
    margin-left: -20px;
    margin-top: 30px;
}

.other_gdph .btm .uk-width-1-4 {
    padding-left: 20px;
}

.other_gdph .btm .uk-width-1-4:nth-child(1) .item .thumBox::before {
    background-image: url(../images/side_n1.png);
}

.other_gdph .btm .uk-width-1-4:nth-child(2) .item .thumBox::before {
    background-image: url(../images/side_n2.png);
}

.other_gdph .btm .uk-width-1-4:nth-child(3) .item .thumBox::before {
    background-image: url(../images/side_n3.png);
}

.other_gdph .btm .uk-width-1-4:nth-child(4) .item .thumBox::before {
    background-image: url(../images/side_n4.png);
}

.other_gdph .btm {}

.other_gdph .list li .btm {
    display: none;
}

.other_gdph .list li.active .btm {
    display: flex;
}

.other_gdph .btm .item {
    text-align: center;
}

.other_gdph .btm .item .thumBox {
    position: relative;
    margin-bottom: 14px;
}

.other_gdph .btm .item .thumBox::before {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
}

.other_gdph .btm .item .thum {
    width: 57px;
    height: 57px;
    border-radius: 29px;
    position: relative;
    margin: 0 auto;
}

.other_gdph .btm .item .title {
    padding-right: 0;
}

.other_gdph .btm .item .title::before {
    display: none;
}

.other_gdph .btm .item .title a {
    font-size: 14px;
    color: #666;
}



.other_gftj {
    background-color: #fff;
    padding: 20px 0
}

.other_gftj .public_title {
    margin: 0 20px 20px;
    width: auto;
}

.other_gftj .itemBox {}

.other_gftj .itemBox .item {
    padding: 10px 20px;
}

.other_gftj .itemBox .item:hover {
    background-color: #FFF6F1;
}

.other_gftj .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
}

.other_gftj .itemBox .item:last-child {}

.other_gftj .itemBox .item .thum {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    position: relative;
    margin-right: 14px;
}

.other_gftj .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.other_gftj .itemBox .item .score {
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    color: var(--pm-c);
}

.other_gftj .itemBox .item .score::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/star_curr.png);
}

.other_gftj .itemBox .item .down {
    display: block;
    width: 60px;
    height: 30px;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}






.list_rank_news,
.show_rank_news,
.list_rank {
    background: #f9f9f9;
    background-repeat: no-repeat;
    background-size: 1200px 281px;
    background-position: center 50px;
    background-image: url(../images/ranBgi.png);
}

.show_rank_news {
    background-image: url(../images/rank_detail_bgi.png);
}

.show_rank_news .show_rank_content {}

.list_rank_content {
    position: relative;
    margin-top: 310px;
}

.list_rank_nav {
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: -63px;
}

.list_rank_news .list_rank_nav {}

.list_rank_nav .aBox {
    height: 100%;
}

.list_rank_nav .aBox a {
    padding: 0 30px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.list_rank_nav .aBox a.active {
    display: block;
    color: #fff;
    font-weight: bold;
    z-index: 3;
    background-color: var(--pm-c);
}


.list_rank_itemBox {
    margin-bottom: 20px !important;
}

.list_rank_itemBox .itemBox {}

.list_rank_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_rank_itemBox .itemBox .item .thum {
    width: 121px;
    height: 121px;
    border-radius: 24px;
    position: relative;
}

.list_rank_itemBox .itemBox .item .thumBox {
    margin-right: 20px;
    position: relative;
}

.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order {
    color: transparent;
    margin-right: 22px;
}


.list_rank_itemBox .itemBox .item:nth-child(1) .order {
    background-image: url(../images/n1.png);
}

.list_rank_itemBox .itemBox .item:nth-child(2) .order {
    background-image: url(../images/n2.png);
}

.list_rank_itemBox .itemBox .item:nth-child(3) .order {
    background-image: url(../images/n3.png);
}

.list_rank_itemBox .itemBox .item .title a {
    color: #333;
}

.list_rank_itemBox .itemBox .item .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.list_rank_itemBox .itemBox .item {
    margin-bottom: 30px;
    padding: 26px 32px 23px 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_itemBgi.png);
}

.list_rank_itemBox .itemBox .item:nth-child(1) {
    background-image: url(../images/rank_itemBgi1.png);
}

.list_rank_itemBox .itemBox .item:nth-child(2) {
    background-image: url(../images/rank_itemBgi2.png);
}

.list_rank_itemBox .itemBox .item:nth-child(3) {
    background-image: url(../images/rank_itemBgi3.png);
}

.list_rank_itemBox .itemBox .item .order {
    display: block;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-style: italic;
}

.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order {
    width: 56px;
    margin-left: 0;
    margin-right: 28px;
}

.list_rank_itemBox .itemBox .item .tagBox {
    font-size: 15px;
    color: #888;
    margin: 16px 0;
}


.list_rank_itemBox .itemBox .item .tagBox .tag {
    margin-right: 24px;
}

.list_rank_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}


.list_rank_itemBox .itemBox .item .text {
    font-size: 15px;
    color: #888;
}

.list_rank_itemBox .itemBox .item .down {
    display: block;
    margin-left: 20px;
    width: 110px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--pm-c);
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: var(--pm-c);
}

.list_rank_news_itemBox {}

.list_rank_news_itemBox .itemBox {
    margin-left: -16px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3 {
    padding-left: 16px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 24px;
}


.show_rank_contentBox {
    margin-top: 310px;
    position: relative;
}

.show_rank_contentBox .rankTitleBox {
    position: absolute;
    right: 172px;
    top: -210px;
}

.show_rank_contentBox .rankTitleBox h3 {
    text-shadow: 0px 5px 4px rgba(37, 90, 154, 0.5);
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.show_rank_contentBox .rankTitleBox .time {
    text-shadow: 0px 5px 4px rgba(37, 90, 154, 0.5);
    font-size: 18px;
    color: #333;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.show_rank_contentBox .list_news_itemBox {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.list_rank_itemBox .titleBox {
    margin-bottom: 22px;
}

.list_rank_itemBox .titleBox .title a {
    color: #333;
}

.list_rank_itemBox .titleBox .title {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}


.list_rank_itemBox .titleBox .time {
    font-size: 14px;
    color: #999;
}

.list_rank_news_itemBox .index_rank {
    padding-top: 113px !important;
}

.list_rank_news_itemBox .index_rank .itemBox {
    margin-left: 0;
}

.list_rank_news_itemBox .index_rank .topTitle {
    width: 375px;
    height: 84px;
    background-image: url(../images/rank_topTilte.png);
    line-height: 1.5;
    padding-top: 14px;
}

.list_rank_news_itemBox .index_rank .topTitle span {}

.list_rank_news_itemBox .index_rank .topTitle .time {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 10px;
}

.list_rank_news_itemBox .index_rank .topItemBox .item .type {
    margin-top: 20px;
}

.page {
    background-color: #f9f9f9;
}

.page .list_game_nav .aBox {
    margin-left: -10px;
}

.page .list_game_nav .aBox .box {
    width: 14.28%;
    padding-left: 10px;
}

.page .list_game_nav .aBox .box a {
    background-color: #ecf9ff;
    color: var(--pm-c);
}

.page .list_game_nav .aBox .box a.active {
    background-color: var(--pm-c);
    color: #fff;
}

.page .navSliderBox {
    width: 329px;
}

.page .navSliderBox .slider .item span {
    height: 205px;
}

.page_nav {
    margin-right: 20px;
    margin-bottom: 0;
    padding: 40px 23px;
    background-color: #fff;
}

.page_nav .aBox {}

.page_nav .aBox a:last-child {
    margin-bottom: 0;
}

.page_nav .aBox a {
    display: block;
    width: 206px;
    height: 44px;
    line-height: 44px;
    padding-left: 42px;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

.page_nav .aBox a::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/page_more.png);
}

.page_nav .aBox a.active {
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/page_curr.png);
}

.page_nav .aBox a.active::before {
    background-image: url(../images/page_more_curr.png);
}

.page_content {}

.page_content .content h2,
.page_content .content h3 {
    margin-bottom: 14px;
}

.page_content p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin-bottom: 30px;
}

.page_content p:last-child {
    margin-bottom: 0;
}

.page_content .content .item {
    margin-bottom: 30px;
}

.page_content .content .aBox {
    margin-left: -11px;
}

.page_content .content .aBox .box {
    padding-left: 11px;
    width: 11.11%;
}

.page_content .content .aBox .box.uk-grid-margin {
    margin-top: 10px;
}

.page_content .content .aBox .box a:hover {
    background: rgba(113, 94, 255, 0.1);
    color: var(--pm-c);
}

.page_content .content .aBox .box a {
    display: block;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #666;

}

.page_search {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

.search_content .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.search_content .title span {
    color: var(--pm-c);
}

/* 开服表 */
.kaifu {
    background-color: #f9f9f9;
}

.kaifu .titleBox span {
    color: #999;
}

.kaifu .kaifuBox {
    margin-bottom: 40px !important
}

.kaifu .titleBox {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 20px;
    background-color: #f8f8f8;
    padding-left: 20px;
}

.kaifu .name {
    font-size: 14px;
}

.kaifu .type {}

.kaifu .system img,
.kaifu .type img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 4px;
    cursor: pointer;
}

.kaifu .startTime {}

.kaifu .new {}

.kaifu .system {}

.kaifu .platform {}

.kaifu .down {
    display: block;
}

.kaifu .get {
    display: block;
}

.kaifu .itemBox {
    font-size: 14px;
    color: #4B5188;
}

.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 {}

.kaifu .itemBox .item:nth-child(-n+3) {
    background-color: #FFFDCF;
}

.kaifu .itemBox .item {
    border-top: none;
    color: #666;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    padding-right: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.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 {
    color: #ff3b27;
}

.kaifu .itemBox .item .btn {
    display: block;
    box-sizing: border-box;
    color: var(--pm-c);
    font-size: 14px;
    position: relative;
    width: 149.75px;
    padding-left: 12px;
}

.kaifu .itemBox .item .btn::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.kaifu .itemBox .item:hover .btn {
    background-color: var(--pm-c);
    color: #fff;
}

.kaifu .itemBox .item:hover .btn.down {
    background-color: #ffa45a;
    color: #fff;
}

.kaifu .itemBox .item .btn.down {
    border-color: #ff6600;
    color: #ff8521;
}

.kaifu .itemBox .item .btn {
    color: var(--pm-c);
    display: block;
    line-height: 32px;
    width: 108px;
    height: 34px;
    padding-left: 20px;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
    text-align: center;
    margin-left: 32px;
}
.kaifu .itemBox .item .btn::before {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kaifu .itemBox .item .get {
    color: var(--pm-c);
}

.kaifu .itemBox .item .get::before {
    background-image: url(../images/kaifu_gift.png);
}

.kaifu .itemBox .item .down::before {
    background-image: url(../images/kaifu_down.png);
}

.kaifu .itemBox .item:hover .get::before {
    background-image: url(../images/kaifu_gift_curr.png);
}

.kaifu .itemBox .item:hover .down::before {
    background-image: url(../images/kaifu_down_curr.png);
}

.err {
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.err_content {
    padding: 60px 0;
}

.err_content .thum {
    width: 278px;
    height: 212px;
    margin: 0 auto 40px;
}

.err_content .txtBox {}

.err_content .txtBox .title {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.err_content .txtBox .goHome {
    display: block;
    margin: 0 auto;
    width: 98px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: var(--pm-c);
    font-size: 16px;
    border: 1px solid var(--pm-c);
}