/*隐藏类*/
.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: #F67122;
}

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

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

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

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

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

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

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

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

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

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

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

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

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

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.pagination li {
    color: #666;
}

.pagination li a {
    display: inline-block;
    color: #666;
}

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

.pagination li:last-child {
    display: inline-block;
}

.uk-container {
    box-sizing: border-box;
    padding: 0;
}

/* 可复用 */
.list {}

.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 .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;
    margin-right: 10px;
}

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

.footer .name {
    color: #ccc;
}

.footer .aBox {
    margin: 0 0 20px;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.public_title .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: auto;
}

.public_title .title::before {
    display: block;
    content: "";
    width: 28px;
    height: 3px;
    background: var(--pm-c);
    position: absolute;
    left: 0;
    bottom: -14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.public_title .more {
    position: relative;
    padding-right: 24px;
    font-size: 12px;
    color: #aaa;
    width: 66px;
    height: 24px;
    background: #FFFFFF;
    line-height: 22px;
    text-align: center;
    border: 1px solid #D9D9D9;
}

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

/* 当前位置 */
.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-image: url(../images/header_bgi.png);
    background-size: cover;
    z-index: 3;
    position: relative;
    padding: 45px 0;
}

.header {}

.header .logo {
    display: block;
    overflow: hidden;
    width: 168px;
    position: relative;
}

.header .navBar {
    background-color: var(--pm-c);
}

.header .navBar .aBox {
    letter-spacing: 0;

}

.header .navBar .aBox a {
    display: block;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.header .navBar .aBox a.active::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 78px;
    left: 0;
    top: -10px;
    z-index: -36;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/nav_bgi.png);
}

.header .navBar .aBox a.active {
    font-weight: bold;
    color: var(--pm-c);
    width: 170px;
    z-index: 9999;
    position: relative;
}

.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    display: block;
    padding-left: 20px;
    padding-right: 50px;
    width: 330px;
    height: 40px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 33px;
    border: 1px solid #FFFFFF;
    line-height: 38px;
    font-size: 14px;
}

.header .searchBox .search_ipt::placeholder {
    font-size: 14px;
    color: #fff;
}

.header .searchBox .search_btn {
    width: 48px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 0px 20px 20px 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-image: url(../images/search_icon.png);
}

.header .searchBox .search_btn {}

.bgc-fff {
    padding: 20px;
    background-color: #fff;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.indexBox {
    background-repeat: no-repeat;
}

.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    padding: 0 63px;
    margin: 0 auto;
}

.index_top_slider .sliderBox ul {
    margin-left: -26px;
    margin: 0;
}

.index_top_slider .sliderBox ul li {
    width: 10%;
    padding-left: 26px;
    padding: 0;
}

.index_top_slider .sliderBox ul li .box {
    width: 80px;
    margin: 0 auto;
}

.index_top_slider .sliderBox ul li .thum {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto 12px;
    border-radius: 20px;
}

.index_top_slider .sliderBox ul li .title {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.index_top_slider .sliderBox .left {
    width: 36px;
    height: 114px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../images/left.png);
    margin: 0;
    background-position: center;
    --uk-position-translate-y: 0;
    background-color: #eee;
    top: 0;
    left: 0;
}

.index_top_slider .sliderBox .left:hover {
    background-color: var(--pm-c);
    background-image: url(../images/left_hover.png);
    background-size: 16px;
}

.index_top_slider .sliderBox .right svg,
.index_top_slider .sliderBox .left svg {
    display: none;
}

.index_top_slider .sliderBox .right {
    width: 36px;
    height: 114px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../images/right.png);
    margin: 0;
    background-position: center;
    --uk-position-translate-y: 0;
    background-color: #eee;
    top: 0;
    right: 0;
}

.index_top_slider .sliderBox .right:hover {
    background-color: var(--pm-c);
    background-image: url(../images/right_hover.png);
    background-size: 16px;
}

.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-image: url(../images/tag_pg.png);
}

.index_game_list .itemBox .item:nth-child(3) .title {
    background-image: url(../images/tag_rm.png);
}

.index_game_list .itemBox .item:nth-child(2) .title::before {
    background-image: url(../images/tag_pg_icon.png);
}

.index_game_list .itemBox .item:nth-child(3) .title::before {
    background-image: url(../images/tag_rm_icon.png);
}

.index_game_list .itemBox .item .title {
    width: 54px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag_az.png);
    margin-right: 14px;
    position: relative;
    padding-left: 18px;
}

.index_game_list .itemBox .item .title::before {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag_az_icon.png);
}

.index_game_list .itemBox .item ul {
    line-height: 14px;
}

.index_game_list .itemBox .item ul li {
    display: inline-block;
}

.index_game_list .itemBox .item ul li a {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.index_game_list .itemBox .item ul li a::before {
    display: inline-block;
    content: "|";
    margin: 0 8px;
}

.index_game_list .itemBox .item ul li:first-child a::before {
    display: none;
}

.index_cntent {
    margin-bottom: 60px;
}

.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: 350px;
}

.index_cntent .left .sliderBox .sliderItem li .title {
    background-color: #eee;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
}

.index_cntent .left .sliderBox .dotnav {
    position: absolute;
    z-index: 333;
    left: 0;
    bottom: 43px;
    padding: 0 10px;
    margin-left: 0;
}

.index_cntent .left .sliderBox .dotnav li {
    display: block;
    width: 76px;
    height: 78px;
    margin-right: 12px;
    padding-left: 0;
}

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

.index_cntent .left .sliderBox .dotnav li a {
    position: relative;
    border-radius: 0;
    display: block;
    width: 76px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.index_cntent .left .sliderBox .dotnav li.uk-active {}

.index_cntent .left .sliderBox .dotnav li.uk-active a {
    border-color: var(--pm-c);
}

.index_tbtj {
    margin-top: 28px;
}

.index_tbtj .list {}

.index_tbtj .list li {
    padding-left: 0;
    margin-bottom: 18px;
}

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

.index_tbtj .list li .tag {
    font-size: 14px;
    color: #999;
    margin-right: 12px;
}

.index_cntent .middle {}

.index_cntent .middle .itemBox {}

.index_cntent .middle .itemBox .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

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

.index_cntent .middle .itemBox .item .titleBox {
    margin-bottom: 20px;
}

.index_cntent .middle .itemBox .item .titleBox .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--pm-c);
    margin-bottom: 6px;
    text-align: center;
    line-height: 24px;
}

.index_cntent .middle .itemBox .item .titleBox .tagBox .tagTitle {
    text-align: center;
    font-size: 14px;
    color: #aaa;
    display: block;
    margin-right: 24px;
}
.index_cntent .middle .itemBox .item .titleBox .tagBox .tagTitle:last-child {
    margin-right: 0;
}


.index_cntent .middle .itemBox .item .list li {
    padding-left: 0;
    margin-bottom: 16px;
}

.index_cntent .middle .itemBox .item .list li::before {
    display: none;
}

.index_cntent .middle .itemBox .item.btm .list li {}

.index_cntent .middle .itemBox .item.btm .list li::before {
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
}

.index_cntent .middle .itemBox .item .list li .tag {
    font-size: 14px;
    color: #aaa;
    margin-right: 12px;
}

.index_cntent .middle .itemBox .item .list li .topTitle {
    height: 21px;
}

.index_cntent .middle .itemBox .item .list li .title {
    font-size: 14px;
    color: #666;
}

.index_cntent .middle .itemBox .item .list li:nth-child(-n+2) .title {
    padding-right: 26px;
    position: relative;
    display: inline-block;
    width: auto;
}

.index_cntent .middle .itemBox .item .list li:nth-child(-n+2) .title::before {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #FFAD32;
    content: "";
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_cntent .middle .itemBox .item .list li:nth-child(1) .title::before {
    content: "荐";
}

.index_cntent .middle .itemBox .item .list li:nth-child(2) .title::before {
    content: "热";
    background-color: #F85D5D;
}

.index_cntent .middle .itemBox .item .list li .time {}

.index_cntent .middle .itemBox .item:nth-child(2) .titleBox .tagBox {}

.index_cntent .middle .itemBox .item:nth-child(2) .titleBox .tagBox .text {
    display: inline-block;
}

.index_cntent .middle .itemBox .item:nth-child(2) .titleBox .tagBox .text:nth-child(1) {
    width: 49%;
    margin-right: 1%;
}

.index_cntent .middle .itemBox .item:nth-child(2) .titleBox .tagBox .text:nth-child(2) {
    width: 49%;
    margin-left: 1%;
}

.index_cntent .middle .itemBox .item:nth-child(2) .list li:nth-child(2) .title {
    padding-right: 0;
}

.index_cntent .middle .itemBox .item:nth-child(2) .list li:nth-child(2) .title::before {
    display: none;
}

.index_newsBox {
    margin-top: 28px;
}

.index_newsBox .topNav {
    width: 100%;
    height: 38px;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0;
}

.index_newsBox .topNav .navTitle {
    width: 33.33%;
    border: 1px solid #eee;
    height: 100%;
    padding: 0;
    text-align: center;
    line-height: 36px;
}

.index_newsBox .topNav .navTitle:nth-child(2) {
    border-left: none;
    border-right: none;
}

.index_newsBox .topNav .navTitle.uk-active {
    background-color: #fff;
    border-top: 2px solid var(--pm-c);
}

.index_newsBox .topNav .navTitle.uk-active a {
    color: #333;
    background-color: #fff;
}

.index_newsBox .topNav .navTitle a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 16px;
    color: #666;
}

.index_newsBox .list {
    position: relative;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-top: none;
}

.index_newsBox .list li {
    margin-bottom: 12px;
}

.index_newsBox .list li .topTitle {
    height: 21px;
}

.index_newsBox .list li .title {
    color: #666;
}

.index_newsBox .list li:nth-child(1) .title {
    padding-right: 26px;
    position: relative;
    display: inline-block;
    width: auto;
}

.index_newsBox .list li:nth-child(1) .title::before {
    content: "新";
    background-color: #4DD3BF;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_cntent .right {}

.index_rytj {
    margin-bottom: 28px;
}

.index_rytj .itemBox {
    border: 1px solid #EEEEEE;
    background-color: #fafafa;
}

.index_rytj .itemBox .item {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.index_rytj .itemBox .item:last-child {
    border-bottom: none;
}

.index_rytj .itemBox .item .thum {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    position: relative;
    margin-right: 14px;
}


.index_rytj .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.index_rytj .itemBox .item .tagBox {
    font-size: 14px;
    color: #aaa;
}


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

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

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

.index_tjlb {}

.index_tjlb .itemBox {}

.index_tjlb .itemBox .item {
    margin-bottom: 14px;
}

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

.index_tjlb .itemBox .item.active .top {
    display: none;
}

.index_tjlb .itemBox .item .top .title {
    font-size: 14px;
    color: #666;
}

.index_tjlb .itemBox .item .top .get {
    font-size: 14px;
    color: var(--pm-c);
}

.index_tjlb .itemBox .item.active .btm {
    display: flex;
}

.index_tjlb .itemBox .item .btm {
    padding: 10px;
    display: none;
    background-color: #FFF6F1;
}

.index_tjlb .itemBox .item .btm .thum {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    margin-right: 12px;
}

.index_tjlb .itemBox .item .btm .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    font-weight: 500;
}

.index_tjlb .itemBox .item .btm .tagBox {
    color: #C1B5AF;
    font-size: 12px;
}

.index_tjlb .itemBox .item .btm .get {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: var(--pm-c);
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}

.index_zjdq {
    position: relative;
}

.index_zjdq .list {
    position: relative;
    margin-top: 18px;
}

.index_zjdq .list::before {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.index_zjdq .list li {}

.index_zjdq .list li::before {}

.index_zjdq .list li .type {
    font-size: 12px;
    color: #aaa;
}

.index_zjdq .itemBox {
    margin-left: -18px;
    margin-top: 0;
}

.index_zjdq .itemBox .uk-width-1-3 {
    padding-left: 18px;
}

.index_zjdq .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 16px;
}

.index_zjdq .itemBox .item {
    padding: 20px;
    padding-top: 0;
    position: relative;
    z-index: 888;
}

.index_zjdq .itemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 30px);
    background: #FAFAFA;
    border: 1px solid #eee;
    z-index: -1;
    border-radius: 12px;
}

.index_zjdq .itemBox .item .thum {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto 12px;
}

.index_zjdq .zjNav {
    position: absolute;
    right: 0;
    top: 0;
}

.index_zjdq .zjNav li {
    margin-right: 14px;

}

.index_zjdq .zjNav li:last-child {
    margin-right: 0;
}

.index_zjdq .zjNav li.uk-active {}

.index_zjdq .zjNav li.uk-active a {
    background-color: var(--pm-c);
    color: #fff;
}

.index_zjdq .zjNav li a {
    display: block;
    height: 34px;
    width: 82px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.index_zjdq .itemBox .item {}

.index_zjdq .itemBox .item .type {
    position: absolute;
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
    color: #aaa;
    border: 1px solid #EEEEEE;
    height: 22px;
    line-height: 20px;
    right: 0;
    top: 30px;
    border-radius: 0 12px 0 12px;
}

.index_zjdq .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

.index_zjdq .itemBox .item .tagBox {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 12px;
}

.index_zjdq .itemBox .item .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 5px;
}

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

.index_zjdq .itemBox .item:hover .button {
    background-color: var(--pm-c);
    color: #fff;
    border-color: var(--pm-c);
}

.index_zjdq .itemBox .item .button {
    display: block;
    width: 82px;
    height: 34px;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    border: 1px solid var(--pm-c);
    font-size: 14px;
    color: var(--pm-c);
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}



.list li .num {
    font-size: 12px;
    color: #aaa;
}

.index_sjyx {
    padding-bottom: 40px;
}

.index_sjyx .contentBox {}

.index_sjyx .contentBox .navBox {
    width: 190px;
    margin-right: 34px;
}

.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 {
    margin-top: 18px;
    height: 206px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/xbtj_bgi.png);
    padding: 54px 20px 20px;
    position: relative;
}

.xbtj .top {
    margin-bottom: 14px;
}

.xbtj .top .thum {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    margin-right: 16px;
}

.xbtj span.title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}

.xbtj .top .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.xbtj .top .txtBox .tagBox {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.xbtj .top .txtBox .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 5px;
}

.xbtj .top .txtBox .tagBox .tag:first-child::before {
    display: none;
}

.xbtj .top .txtBox .text {
    font-size: 12px;
    color: #aaa;
}

.xbtj .down {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 30px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to right, #F67122, #FEA929);
    box-shadow: 0 2px 4px 0;
}

.index_sjyx .itemBox {
    margin-left: -27px;
}

.index_sjyx .itemBox .box {
    padding-left: 27px;
    width: 11.11%;
}

.index_sjyx .itemBox .box.uk-grid-margin {
    margin-top: 20px;
}

.index_sjyx .itemBox .item {
    text-align: center;
}

.index_sjyx .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    position: relative;
    margin-bottom: 8px;
}

.index_sjyx .itemBox .item .title {
    font-size: 14px;
    color: #666;
}


.index_ryzx {
    width: 100%;
    padding: 46px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ryzxBgi.png);
}

.index_ryzx .topTitle {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 10px;
    position: relative;
}

.index_ryzx .topTitle::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 108px;
    height: 5px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/topTitle_bgi.png);
}

.index_ryzx .itemBox {
    margin-left: -16px;
}

.index_ryzx .itemBox .uk-width-1-4 {
    padding-left: 16px;
}


.index_ryzx .itemBox .item {
    margin-bottom: 26px;
}

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

.index_ryzx .itemBox .item .info {
    padding: 10px;
    background-color: #fff;
}

.index_ryzx .itemBox .thum {
    width: 100%;
    height: 140px;
    position: relative;
}

.index_ryzx .itemBox .title {
    font-size: 14px;
    color: #333;
}

.index_ryzx .itemBox .desc {
    margin: 10px 0;
    font-size: 12px;
    color: #666;
}

.index_ryzx .itemBox .time {
    font-size: 12px;
    color: #aaa;
}

.index_ryzx .ryzx_sliderBox {
    position: relative;
    padding-bottom: 9px;
}

.index_ryzx .ryzx_sliderBox .dotnav {
    margin-left: 0;
    margin-top: 34px;
}

.index_ryzx .ryzx_sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 13px;
}

.index_ryzx .ryzx_sliderBox .dotnav li:last-child {
    margin-right: 0;
}

.index_ryzx .ryzx_sliderBox .dotnav li a {
    border: none;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.index_ryzx .ryzx_sliderBox .dotnav li.uk-active {}

.index_ryzx .ryzx_sliderBox .dotnav li.uk-active a {
    width: 8px;
    height: 8px;
    background-color: var(--pm-c);
}

.index_ryzx .ryzx_sliderBox .btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    margin: 0;
    position: absolute;
}

.index_ryzx .ryzx_sliderBox .btn svg {
    display: none;
}

.index_ryzx .ryzx_sliderBox .btn:hover {
    background-color: var(--pm-c);
}

.index_ryzx .ryzx_sliderBox .btn.left {
    background-image: url(../images/left.png);
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
}

.index_ryzx .ryzx_sliderBox .btn.right {
    background-image: url(../images/right.png);
    bottom: 0;
    right: 40%;
    transform: translateX(-50%);
}

.index_ryzx .ryzx_sliderBox .btn.left:hover {
    background-image: url(../images/left_hover.png);
}

.index_ryzx .ryzx_sliderBox .btn.right:hover {
    background-image: url(../images/right_hover.png);
}

.index_sygl {
    width: 870px;
}

.index_sygl .imgBox {}

.index_sygl .imgBox .thum {
    width: 100%;
    height: 176px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 10px 24px -4px rgba(96, 96, 96, 0.25);
    margin-bottom: 24px;
}

.index_sygl .imgBox .thum:last-child {
    margin-bottom: 0;
}

.index_sygl .imgBox .thum .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, .6);
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 34px 0 20px;
    font-size: 14px;
    color: #fff;
}

.index_sygl .imgBox .thum .title::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_curr.png);
}

.index_sygl .topBox {
    margin-bottom: 18px;
}

.index_sygl .topBox .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

.index_sygl .topBox .desc {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    text-wrap: wrap;
}

.index_sygl .list {}

.index_sygl .list li {
    margin-bottom: 18px;
    padding-left: 0;
}

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

.index_sygl .list li .tag {
    width: 40px;
    height: 22px;
    border: 1px solid #D9D9D9;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    color: #aaa;
}

.index_sygl .list li .title {
    color: #666;
}

.index_sygl .list li .time {}

.index_bzxw {
    width: 286px;
    margin-left: 24px;
}

.index_bzxw .topThum {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 155px;
    border-radius: 6px;
}

.index_bzxw .topThum .title {
    display: block;
    width: 100%;
    height: 44px;
    background: rgba(51, 51, 51, 0.6);
    line-height: 44px;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_bzxw .list {
    margin-top: 18px;
}

.index_bzxw .list li {
    margin-bottom: 14px;
}

.index_bzxw .list li::before {
    border-radius: 0;
    width: 5px;
    height: 5px;
}

.index_bzxw .list li .title {
    color: #666;
}

.index_zxht {}

.index_zxht .topThum {
    width: 100%;
    height: 207px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: block;
}

.index_zxht .topThum .title {
    display: block;
    width: 100%;
    height: 44px;
    background: rgba(51, 51, 51, 0.6);
    line-height: 44px;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_zxht .itemBox {
    margin-top: 22px;
}

.index_zxht .itemBox .item {
    margin-bottom: 18px;
}

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

.index_zxht .itemBox .item .thum {
    width: 120px;
    height: 82px;
    border-radius: 6px;
    position: relative;
    margin-right: 14px;
}

.index_zxht .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.index_zxht .itemBox .item .desc {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
    text-wrap: wrap;
    line-height: 26px;
}

.index_zxht .itemBox .item .time {
    font-size: 14px;
    color: #aaa;
}


.index_rmxw {}

.index_rmxw .top {}

.index_rmxw .top .thum {
    display: block;
    position: relative;
    width: 134px;
    height: 88px;
    border-radius: 6px;
    margin-right: 14px;
}

.index_rmxw .top .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.index_rmxw .top .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 26px;
    text-wrap: wrap;
}

.index_rmxw .list {
    margin-top: 18px;
}

.index_rmxw .list li {
    height: 24px;
    margin-bottom: 14px;
    padding-left: 22px;
}

.index_rmxw .list li::before {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/li_before.png);
}

.index_jcsp {}

.index_jcsp .left {
    width: 200px;
    margin-right: 10px;
}

.index_jcsp .left .thum {
    margin-bottom: 10px;
    height: 120px;
}

.index_jcsp .thum::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.3);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    background-image: url(../images/play.png);
    z-index: 3;
}

.index_jcsp .left .thum:last-child {
    margin-bottom: 0;
}

.index_jcsp .thum {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.index_jcsp .right {
    height: 250px;
}

.index_jcsp .right .thum::before {
    background-size: 36px;
    background-image: url(../images/play_big.png);
}

.index_jcsp .thum .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 4;
}


.index_xypc {
    margin-bottom: 60px;
}

.index_xypc .itemBox {}

.index_xypc .itemBox .item {
    margin-bottom: 24px;
}

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

.index_xypc .itemBox .item .thum {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    margin-right: 14px;
}


.index_xypc .itemBox .item {}

.index_xypc .itemBox .item .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    font-weight: bold;
}

.index_xypc .itemBox .item .desc {
    font-size: 14px;
    color: #aaa;
}


.index_xytj {}

.index_xytj .itemBox {
    margin-left: -22px;
}

.index_xytj .itemBox .uk-width-1-3 {
    padding-left: 22px;
}

.index_xytj .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 16px;
}

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

.index_xytj .itemBox .item .thum {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    margin: 0 auto 6px;
}

.index_xytj .itemBox .item {
    text-align: center;
}

.index_xytj .itemBox .item .title {
    font-size: 14px;
    color: #333;
}


.index_rankBox {}

.index_rank {}

.index_rank .topTitle {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 9px;
    margin-bottom: 18px;
    text-align: center;
    position: relative;
}

.index_rank .topTitle::before {
    width: 110px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/topTitle_before.png);
}

.index_rank .topItemBox {}

.index_rank .topItemBox .item {
    position: relative;
    padding: 0 19px 22px;
    border-radius: 12px 12px 0 0;
    z-index: 10;
}

.index_rank .topItemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 21px);
    z-index: -1;
    border: none;
    border-radius: 12px 12px 0 0;
}

.index_rank .topItemBox .item:nth-child(1) {
    order: 2;
    margin: 0 5px 20px;
}

.index_rank .topItemBox .item:nth-child(2) {
    order: 1;
}

.index_rank .topItemBox .item:nth-child(3) {
    order: 3;
}

.index_rank .topItemBox .item:nth-child(1)::before {
    background: linear-gradient(180deg, #FEEBC6 0%, rgba(254, 235, 198, 0) 100%);
    /* border: 1px solid;
    border-bottom: none;
    border-image: linear-gradient(180deg, rgba(252, 195, 116, 1), rgba(252, 195, 116, 0)) 1 1; */
    /* border-radius: 12px 12px 0 0;
    border-color: #FCC374; */
}

.index_rank .topItemBox .item:nth-child(2)::before {
    background: linear-gradient(180deg, #EFE8FF 0%, rgba(239, 232, 255, 0) 100%);
    /* border: 1px solid;
    border-bottom: none;
    border-image: linear-gradient(180deg, rgba(153, 111, 245, 1), rgba(146, 169, 249, 0)) 1 1; */
    /* border-radius: 12px 12px 0 0;
    border-color: #996FF5; */
}

.index_rank .topItemBox .item:nth-child(3)::before {
    background: linear-gradient(180deg, #FEEDDF 0%, rgba(254, 237, 223, 0.1) 100%);
    /* border: 1px solid;
    border-bottom: none;
    border-image: linear-gradient(180deg, rgba(252, 174, 140, 1), rgba(252, 174, 140, 0)) 1 1; */
    /* border-radius: 12px 12px 0 0;
    border-color: #FCAE8C; */
}


.index_rank .topItemBox .item:nth-child(1) .thum::before {
    border-color: #FFECD1;
    background-image: url(../images/thumtop1.png);
}

.index_rank .topItemBox .item:nth-child(1) .order {
    width: 13px;
    height: 17px;
    background-image: url(../images/1.png);
}

.index_rank .topItemBox .item:nth-child(2) .thum::before {
    border-color: #DA7FFA;
    background-image: url(../images/thumtop2.png);
}

.index_rank .topItemBox .item:nth-child(2) .order {
    width: 14px;
    height: 18px;
    background-image: url(../images/2.png);
}

.index_rank .topItemBox .item:nth-child(3) .thum::before {
    border-color: #FFDCD4;
    background-image: url(../images/thumtop3.png);
}

.index_rank .topItemBox .item:nth-child(3) .order {
    width: 15px;
    height: 18px;
    background-image: url(../images/3.png);
}

.index_rank .topItemBox .item .thum {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 16px;
    margin: 0 auto 23px;
}

.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 .order {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    top: 76px;
}

.index_rank .topItemBox .item .title {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.index_rank .topItemBox .item .star {
    display: block;
    margin: 0 auto;
}

.index_rank .itemBox .item {
    margin-bottom: 18px;
}

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

.index_rank .itemBox .item .order {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 12px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.index_rank .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    position: relative;
    margin-right: 14px;
}

.index_rank .itemBox .item .title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.index_rank .itemBox .item .score {
    margin-right: 10px;
    font-size: 14px;
    color: var(--pm-c);
    position: relative;
    padding-left: 16px;
}

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

.index_rank .itemBox .item .tagBox {
    font-size: 14px;
    color: #aaa;
}

.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 {
    background-color: var(--pm-c);
    color: #fff;
}

.index_rank .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 6px 6px 6px;
    border: 1px solid var(--pm-c);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
}

.index_rank .itemBox .item .type {
    font-size: 14px;
    color: #aaa;
}

.index_rank:last-child .itemBox .item .scoreBox span {
    margin-left: 5px;
}

.index_rank:last-child .itemBox .item .scoreBox {
    font-size: 14px;
    color: var(--pm-c);
}



.index_yxmx {
    margin-bottom: 60px;
}

.index_yxmx .imgBox {}

.index_yxmx .imgBox .thum {
    position: relative;
    width: 100%;
}

.index_yxmx .imgBox .imgBox1 {
    width: 314px;
    margin-right: 6px;
}

.index_yxmx .imgBox .imgBox1 .thum {
    height: 442px;
}

.index_yxmx .imgBox .imgBox2 {}

.index_yxmx .imgBox .imgBox2 .box:first-child {
    margin-bottom: 6px;
}

.index_yxmx .imgBox .imgBox2 .box:first-child .thum {
    height: 192px;
    margin-right: 6px;
}

.index_yxmx .imgBox .imgBox2 .box:first-child .thum:last-child {
    margin-right: 0;
}

.index_yxmx .imgBox .imgBox2 .box:last-child {}

.index_yxmx .imgBox .imgBox2 .box:last-child .thum {
    height: 244px;
    margin-right: 6px;
}

.index_yxmx .imgBox .imgBox2 .box:last-child .thum:last-child {
    margin-right: 0;
}



.index_link {
    margin-bottom: 60px;
}

.index_link .itemBox {
    padding: 20px;
    background-color: #fafafa;
}

.index_link .itemBox .title {
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-right: 30px;
    position: relative;
    padding-left: 14px;
    line-height: 2.5;
}

.index_link .itemBox .title:last-child {
    margin-right: 0;
}

.index_link .itemBox .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--pm-c);
}

.list_game {
    background-color: #f5f5f5;
}

.list_game_nav {
    margin-bottom: 6px;
}

.list_game_nav .aBox {}

.list_game_nav .aBox a {
    display: inline-block;
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    color: #999;
    margin-right: 14px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 14px;
}

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

.list_game_nav .aBox a.active {
    background-color: var(--pm-c);
    border-color: var(--pm-c);
    color: #fff;
}


.list_game_itemBox {}

.list_game_itemBox .itemBox {
    margin-left: -22px;
}

.list_game_itemBox .itemBox .uk-width-1-3 {
    padding-left: 22px;
}

.list_game_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 22px;
}

.list_game_itemBox .itemBox .item {}


.list_game_itemBox .itemBox .item:hover .down {
    background-color: var(--pm-c);
    color: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
}

.list_game_itemBox .itemBox .item .info {}

.list_game_itemBox .itemBox .item .info .thum {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    margin-right: 16px;
}

.list_game_itemBox .itemBox .item .top {
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    background: #F9F9F9;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #F4F4F4;
    border-bottom: none;
}

.list_game_itemBox .itemBox .item .platform {
    font-size: 12px;
    color: #aaa;
}

.list_game_itemBox .itemBox .item .info {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.list_game_itemBox .itemBox .item .info .tagBox {
    font-size: 14px;
    color: #666;
    margin-bottom: 9px;
}

.list_game_itemBox .itemBox .item .info .tagBox .tag::after {
    content: "|";
    color: #aaa;
    margin: 0 5px;
}

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

.list_game_itemBox .itemBox .item .time {
    font-size: 14px;
    color: #aaa;
}

.list_game_itemBox .itemBox .item .score {
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 22px;
}

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

.list_game_itemBox .itemBox .item .text {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

.list_game_itemBox .itemBox .item .text span {
    color: #999;
}

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

.show_game {
    background-color: #f5f5f5;
}

.show_game_titleBox {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.show_game_titleBox .thum {
    width: 122px;
    height: 122px;
    border-radius: 30px;
    position: relative;
    margin-right: 20px;
}

.show_game_titleBox .txtBox {}

.show_game_titleBox .txtBox .scoreBox .score {
    font-size: 14px;
    color: var(--pm-c);
    font-weight: bold;
    padding-left: 18px;
    position: relative;
}

.show_game_titleBox .txtBox .scoreBox .score::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/score_icon.png);
}

.show_game_titleBox .txtBox .title {
    font-size: 26px;
    color: #333;
    margin-bottom: 28px;
    font-weight: bold;
}

.show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #999;
}

.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: 166px;
    height: 50px;
    border-radius: 42px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-left: 20px;
}

.show_game_titleBox .btnBox .az {
    margin-bottom: 12px;
    background-image: url(../images/lans.png);
}

.show_game_titleBox .btnBox .pg {
    background-image: url(../images/lvs.png);
}

.show_game_titleBox .btnBox .pc {
    background-image: url(../images/lvs.png);
}

.show_game_titleBox .btnBox .h5 {
    margin-bottom: 12px;
    background-image: url(../images/lans.png);
}

.show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-75%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    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);
}

.show_game_titleBox .btnBox .h5::before {
    background-image: url(../images/start.png);
    left: 44px;
}

.show_game_titleBox .btnBox .pg::before {
    background-image: url(../images/pg.png);
    width: 14px;
    height: 16px;
}

.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;
    padding-left: 8px;
}

.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: 2px;
    height: 14px;
    background-color: var(--pm-c);
}

/* 游戏截图 */
.show_game .contentBox .content .screenshots {
    position: relative;
    padding: 0 70px;
}

.show_game .contentBox .content .screenshots .sliderBox {
    width: auto;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.show_game .contentBox .content .screenshots .sliderBox .slide {}

.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: 50px;
    height: 124px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #eee;
}

.show_game .contentBox .content .screenshots .btn:hover {
    background-color: var(--pm-c);
}

.show_game .contentBox .content .screenshots .btn svg {
    display: none;
}

.show_game .contentBox .content .screenshots .left {
    background-image: url(../images/left.png);
}

.show_game .contentBox .content .screenshots .left:hover {
    background-image: url(../images/left_hover.png);
}

.show_game .contentBox .content .screenshots .right {
    background-image: url(../images/right.png);
}

.show_game .contentBox .content .screenshots .right:hover {
    background-image: url(../images/right_hover.png);
}

.other_tlyx {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.other_tlyx .itemBox {
    padding: 0 !important;
    margin-left: -36px;
}

.other_tlyx .itemBox .uk-width-1-6 {
    padding-left: 36px;
}

.other_tlyx .itemBox .uk-width-1-6.uk-grid-margin {}

.other_tlyx .itemBox .item {
    text-align: center;
}

.other_tlyx .itemBox .item .thum {
    width: 106px;
    height: 106px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto 14px;
}

.other_tlyx .itemBox .item .thum .score {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px 0 26px;
    height: 26px;
    line-height: 26px;
    background: var(--pm-c);
    border-radius: 0 0 14px 0;
    font-size: 14px;
    color: #fff;
}

.other_tlyx .itemBox .item .thum .score::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/star_fff.png);
}

.other_tlyx .itemBox .item .title {
    font-size: 16px;
    color: #333;
}


.other_zxgl {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.other_zxgl .itemBox {
    padding: 0 !important;
    margin-left: -18px;
}

.other_zxgl .itemBox .uk-width-1-2 {
    padding-left: 18px;
}

.other_zxgl .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 18px;
}

.other_zxgl .itemBox .item {
    border-radius: 12px;
    padding: 14px;
    background: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #eee;
}

.other_zxgl .itemBox .item:hover {
    background: rgba(246, 113, 34, 0.05);
    border-color: var(--pm-c);
}

.other_zxgl .itemBox .item:hover .title {
    color: var(--pm-c);
}

.other_zxgl .itemBox .item .thum {
    width: 124px;
    height: 82px;
    border-radius: 6px;
    position: relative;
    margin-right: 14px;
}

.other_zxgl .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.other_zxgl .itemBox .item .desc {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-wrap: wrap;
    margin-bottom: 10px;
}

.other_zxgl .itemBox .item .time {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    color: #aaa;
}

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

.sideBar {
    width: 300px;
    margin-left: 20px;
}

.sideBar .index_rmxw .top .thum {
    width: 84px;
    height: 52px;
    border-radius: 6px;
}

.sideBar .index_zjdq .itemBox {
    margin-left: 0;
}

.sideBar .index_zjdq .itemBox .item .type {
    background-color: #eee;
}

.sideBar .index_zjdq .itemBox .item::before {
    background-color: #fff;
}

.sideBar .index_zjdq .itemBox .item .tagBox {
    font-size: 12px;
}

.sideBar .index_zjdq .itemBox .item .button {
    width: 100%;
    background: linear-gradient(90deg, #F67122 0%, #FEA929 100%);
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-color: transparent;
    color: #fff;
}

.other_rmxz {}

.other_rmxz .itemBox {}

.other_rmxz .itemBox .item {
    margin-bottom: 22px;
}

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

.other_rmxz .itemBox .item .thum {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    position: relative;
    margin-right: 12px;
}

.other_rmxz .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

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

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

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

.other_rmxz .itemBox .item .order {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    background-color: #c4c4c4;
    border-radius: 0 0 6px 0;
}

.other_rmxz .itemBox .item .tagBox {
    font-size: 12px;
    color: #aaa;
}

.other_rmxz .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 4px;
}

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

.other_rmxz .itemBox .item .down {
    display: block;
    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;
}

.index_rmxz {
    width: 284px;
}

.index_rmxz .itemBox {}

.index_rmxz .itemBox .item {
    margin-bottom: 15px;
}

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

.index_rmxz .itemBox .item .order {
    width: 22px;
    font-weight: bold;
    margin-right: 12px;
    font-size: 12px;
    color: #847064;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_rmxz .itemBox .item:nth-child(-n+3) .order {
    height: 26px;
}

.index_rmxz .itemBox .item:nth-child(1) .order {
    color: transparent;
    background-image: url(../images/top1.png);
}

.index_rmxz .itemBox .item:nth-child(2) .order {
    color: transparent;
    background-image: url(../images/top2.png);
}

.index_rmxz .itemBox .item:nth-child(3) .order {
    color: transparent;
    background-image: url(../images/top3.png);
}

.index_rmxz .itemBox .item.active .top {
    display: none;
}

.index_rmxz .itemBox .item .top .title {
    font-size: 14px;
    color: #666;
}

.index_rmxz .itemBox .item .top .type {
    font-size: 12px;
    color: #aaa;
}

.index_rmxz .itemBox .item .btm {
    display: none;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(255, 246, 241, 1), rgba(255, 246, 241, 0));
    border-left: 2px solid var(--pm-c);
}

.index_rmxz .itemBox .item.active .btm {
    display: flex;
}

.index_rmxz .itemBox .item .btm .order {
    margin-right: 4px;
}

.index_rmxz .itemBox .item .btm .thum {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    position: relative;
    margin-right: 10px;
}

.index_rmxz .itemBox .item .btm .title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
}

.index_rmxz .itemBox .item .btm .tagBox {
    font-size: 12px;
    color: #C1B5AF;
}

.index_rmxz .itemBox .item .btm .tagBox .tag::after {
    content: "|";
    margin: 0 5px;
}

.index_rmxz .itemBox .item .btm .tagBox .tag:nth-child(2)::after {
    display: none;
}

.index_rmxz .itemBox .item .btm .get {
    display: block;
    width: 60px;
    height: 30px;
    background: var(--pm-c);
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
}

.show_game .index_bzxw {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

.list_news {
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.list_news_itemBox {
    position: relative;
}

.list_news_itemBox .list_game_nav {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    position: relative;
    margin-bottom: 30px;
}

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

.list_news_itemBox .itemBox .item .thum {
    position: relative;
    width: 180px;
    height: 128px;
    border-radius: 12px;
    margin-right: 20px;
}

.list_news_itemBox .itemBox .item {}

.list_news_itemBox .itemBox .item .tag {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    height: 22px;
    line-height: 20px;
    border: 1px solid var(--pm-c);
    font-size: 12px;
    color: var(--pm-c);
    border-radius: 4px;
}

.list_news_itemBox .itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.list_news_itemBox .itemBox .item .time {
    font-size: 12px;
    color: #aaa;
    margin: 10px 0 14px;
}

.list_news_itemBox .itemBox .item .text {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-wrap: wrap;
}


.show_news_content {}

.show_news_content .titleBox {
    padding-bottom: 31px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.show_news_content .titleBox h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.show_news_content .titleBox .tagBox {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin: 0 auto;
    width: 70%;
}

.show_news_content .titleBox .tagBox div {
    margin-right: 44px;
}

.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}

.show_news_content .content {
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.detail_content_box {
    padding-bottom: 40px;
}

.detail_content_box p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.detail_content_box p iframe,
.detail_content_box p img {
    display: block;
    max-width: 80%;
    border-radius: 20px;
    margin: 30px auto;
}

.deatil_module {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.list_collection {
    background-color: #fff;
}

.list_collection_itemBox {
    position: relative;
}

.list_collection_itemBox .list_game_nav {
    position: absolute;
    top: 0;
    right: 0;
}

.list_collection_itemBox .list_game_nav a {
    margin-right: 18px;
}

.list_collection_itemBox .itemBox {
    margin-left: -30px;
}

.list_collection_itemBox .itemBox .uk-width-1-2 {
    padding-left: 30px;
}

.list_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 22px;
}

.list_collection_itemBox .itemBox .item {
    padding: 0 20px 27px 30px;
    position: relative;
}

.list_collection_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 84px);
    display: block;
    content: "";
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 4;
}

.list_collection_itemBox .itemBox .item::after {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 54px;
    display: block;
    content: "";
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    border-bottom: none;
    z-index: 2;
}

.list_collection_itemBox .itemBox .item .info {
    position: relative;
    z-index: 9;
}

.list_collection_itemBox .itemBox .item .label {
    position: relative;
    padding-left: 8px;
    color: #B4B2C0;
    font-size: 14px;
    margin-bottom: 2px;
}

.list_collection_itemBox .itemBox .item .label::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #B4B2C0;
    top: 50%;
    transform: translateY(-50%);
}

.list_collection_itemBox .itemBox .item .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 16px;
    line-height: 32px;
}

.list_collection_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
}

.list_collection_itemBox .itemBox .item .tagBox .tag span {
    border: 1px solid #eee;
    display: inline-block;
    padding: 0 8px;
    height: 32px;
    line-height: 30px;
}

.list_collection_itemBox .itemBox .item .tagBox .tag {
    margin-right: 20px;
}

.list_collection_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.list_collection_itemBox .itemBox .item .tagBox .tag span:first-child {
    color: #aaa;
    border-right: none;
    background: rgba(217, 217, 217, 0.2);
}

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

.list_collection_itemBox .itemBox .item .button {
    display: block;
    width: 84px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    background: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    border: 1px solid var(--pm-c);
}

.list_collection_itemBox .itemBox .item .time {
    font-size: 14px;
    color: #aaa;
    margin-top: 48px;
    position: relative;
    z-index: 6;
    text-align: right;
}

.list_collection_itemBox .itemBox .item .thumBox {
    position: relative;
    z-index: 3;
}


.list_collection_itemBox .itemBox .item .thumBox .thum {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 24px;
    margin-right: 20px;
    margin-top: 20px;
}

.list_collection_itemBox .itemBox .item .thumBox .thum:first-child {
    margin-top: 0;
}

.list_collection_itemBox .itemBox .item .thumBox .thum:last-child {
    margin-right: 0;
}

.show_news {
    background-color: #f5f5f5;
}

.show_collection {
    background-color: #f5f5f5;
}

.show_collection_titleBox {}

.show_collection_titleBox .titleBox {
    background-color: #fbfbfb;
}

.show_collection_titleBox .box {
    padding: 20px;
}

.show_collection_titleBox .box .top {
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)) 1 1;
}

.show_collection_titleBox .box .thum {
    width: 110px;
    height: 110px;
    border-radius: 28px;
    position: relative;
    margin-right: 20px;
}

.show_collection_titleBox .box .txtBox {}

.show_collection_titleBox .box .txtBox h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin: 0;
    margin-bottom: 26px;
    position: relative;
    padding-left: 26px;
}

.show_collection_titleBox .box .txtBox h1::before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sdh.png);
}

.show_collection_titleBox .box .txtBox .labelBox {
    font-size: 12px;
    color: #9187BF;
}

.show_collection_titleBox .box .txtBox .labelBox .label {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 12px;
    color: var(--pm-c);
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25), 0px 11px 10px -8px rgba(234, 170, 132, 0.62);
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.show_collection_titleBox .box .txtBox .labelBox .label:last-child {
    margin-right: 0;
}

.show_collection_titleBox .tjBox {}

.show_collection_titleBox .tjBox span {
    font-size: 12px;
    color: #999;
    line-height: 28px;
    margin-right: 10px;
}

.show_collection_titleBox .tjBox .aBox {}

.show_collection_titleBox .tjBox .aBox a {
    display: inline-block;
    height: 28px;
    background: #F2F2F2;
    border-radius: 6px;
    line-height: 28px;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    margin-right: 12px;
}

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

.show_collection_titleBox .xbtj {
    width: 338px;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bgc_fff.png);
    margin-top: 0;
    padding: 50px 20px 20px 60px;
}

.show_collection_titleBox .xbtj::before {
    position: absolute;
    width: 71px;
    height: 42px;
    left: 26px;
    top: 10px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tj.png);
}


.show_collection {}

.show_collection .list_game_itemBox {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.show_collection .list_game_itemBox .itemBox {}

.show_collection .list_game_itemBox .itemBox .uk-width-1-3:nth-child(1) .item .order {
    background-image: url(../images/rank1.png);
    color: transparent;
}

.show_collection .list_game_itemBox .itemBox .uk-width-1-3:nth-child(2) .item .order {
    background-image: url(../images/rank2.png);
    color: transparent;
}

.show_collection .list_game_itemBox .itemBox .uk-width-1-3:nth-child(3) .item .order {
    background-image: url(../images/rank3.png);
    color: transparent;
}

.show_collection .list_game_itemBox .itemBox .item .title {
    position: relative;
    padding-left: 40px;
}

.show_collection .list_game_itemBox .itemBox .item .order {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    font-weight: bold;
    padding-top: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_bgi.png);
}

.show_collection .index_zjdq {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 0;
}

.show_collection .list_news_itemBox {
    background-color: #fff;
    padding: 20px;
}

.show_collection .other_xycp {
    margin-bottom: 0;
}

.show_collection .btmBox {
    margin: 20px 0;
}


.other_gdzj {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.other_gdzj .itemBox {
    margin-left: -22px;
}

.other_gdzj .itemBox .uk-width-1-3 {
    padding-left: 22px;
}

.other_gdzj .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 16px;
}

.other_gdzj .itemBox .item {
    position: relative;
    z-index: 3;
    padding: 20px;
    padding-left: 0;
}

.other_gdzj .itemBox .item::before {
    position: absolute;
    z-index: -1;
    width: calc(100% - 10px);
    height: 100%;
    display: block;
    content: "";
    right: 0;
    top: 0;
    background-color: #fafafa;
    border-radius: 10px;
}

.other_gdzj .itemBox .item .thum {
    width: 106px;
    height: 106px;
    border-radius: 24px;
    position: relative;
    margin-right: 16px;
}

.other_gdzj .itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.other_gdzj .itemBox .item .tagBox {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 16px;
}

.other_gdzj .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 6px;
}

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

.other_gdzj .itemBox .item .type {
    display: inline-block;
    height: 22px;
    padding: 0 6px;
    line-height: 20px;
    font-size: 12px;
    color: #aaa;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

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

.other_gdzj .itemBox .item .button {
    display: block;
    width: 82px;
    height: 34px;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}

.other_xbtj {}

.other_xbtj .itemBox {
    position: relative;
}

.other_xbtj .itemBox::before {
    position: absolute;
    left: 3px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.other_xbtj .itemBox .item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 22px;
}

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

.other_xbtj .itemBox .item .time {
    position: relative;
    font-size: 12px;
    color: #999;
}

.other_xbtj .itemBox .item .time::before {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f8f8f8;
    border-radius: 50%;
}

.other_xbtj .itemBox .item .time::after {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #D9D7D7;
    border-radius: 50%;
}

.other_xbtj .itemBox .item.active .time {
    color: var(--pm-c);
}

.other_xbtj .itemBox .item.active .time::before {
    background-color: #FEEFE6;
}

.other_xbtj .itemBox .item.active .time::after {
    background-color: var(--pm-c);
}

.other_xbtj .itemBox .item.active .top {
    display: none;
}

.other_xbtj .itemBox .item .top {
    margin-top: 8px;
}

.other_xbtj .itemBox .item .top .title {
    font-size: 16px;
    color: #333;
}

.other_xbtj .itemBox .item .top .type {
    font-size: 14px;
    color: #aaa;
}

.other_xbtj .itemBox .item .btm {
    display: none;
}

.other_xbtj .itemBox .item.active .btm {
    display: flex;
    margin-top: 10px;
}

.other_xbtj .itemBox .item .btm .thum {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    margin-right: 12px;
}

.other_xbtj .itemBox .item .btm .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.other_xbtj .itemBox .item .btm .type {
    font-size: 14px;
    color: #aaa;
}

.other_xbtj .itemBox .item .btm .down {
    display: block;
    width: 60px;
    height: 30px;
    background: var(--pm-c);
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
}





.list_game_package {
    background-color: #f5f5f5;
}

.list_game_package_top {
    margin-bottom: 20px;
}

.list_game_package_top .itemBox {
    margin-left: -15px;
}

.list_game_package_top .itemBox .uk-width-1-5 {
    padding-left: 15px;
}

.list_game_package_top .itemBox .item {
    background-repeat: no-repeat;
    padding: 34px 20px 8px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.list_game_package_top .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: linear-gradient(0deg, #FFEED4 0%, #FFF8FD 100%);
    border-radius: 20px;
    z-index: -1;
    content: "";
}

.list_game_package_top .itemBox .item {
    position: relative;
}

.list_game_package_top .itemBox .item .tag {
    width: 128px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag_gift.png);
}

.list_game_package_top .itemBox .item .thum {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto 22px;
    border-radius: 18px;
}

.list_game_package_top .itemBox .item .box {}

.list_game_package_top .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.list_game_package_top .itemBox .item .text {
    font-size: 12px;
    color: #ADA092;
    position: relative;
    margin-bottom: 14px;
}

.list_game_package_top .itemBox .item .box {
    height: 34px;
    line-height: 34px;
}

.list_game_package_top .itemBox .item .box:hover .get {
    display: block;
}

.list_game_package_top .itemBox .item .box:hover .time {
    display: none;
}

.list_game_package_top .itemBox .item .get {
    display: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #F67122 0%, #FEA929 100%);
    border-radius: 20px;
}

.list_game_package_top .itemBox .item .time {
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #C0AA93;
}

.list_game_package_itemBox {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}

.list_game_package_itemBox .public_title {
    width: auto;
    margin: 0 20px 20px;
}

.list_game_package_itemBox .itemBox {}

.list_game_package_itemBox .itemBox .item {
    padding: 20px;
}

.list_game_package_itemBox .itemBox .item:hover {
    background-color: #fafafa;
}

.list_game_package_itemBox .itemBox .item .thum {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    position: relative;
    margin-right: 12px;
}

.list_game_package_itemBox .itemBox .item .txtBox {}

.list_game_package_itemBox .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;

}

.list_game_package_itemBox .itemBox .item .txtBox .text::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gift_icon.png);
}

.list_game_package_itemBox .itemBox .item .txtBox .text {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 22px;
}

.list_game_package_itemBox .itemBox .item .get {
    display: block;
    width: 60px;
    height: 30px;
    background: #F67122;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


.other_tjlb {
    background-color: #fff;
    padding: 20px;
}

.other_tjlb {}

.other_tjlb .itemBox {
    position: relative;
}

.other_tjlb .itemBox::before {
    position: absolute;
    left: 3px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.other_tjlb .itemBox .item {
    position: relative;
    margin-bottom: 24px;
}

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

.other_tjlb .itemBox .item .title {
    position: relative;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
}

.other_tjlb .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f8f8f8;
    border-radius: 50%;
}

.other_tjlb .itemBox .item .title::after {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #D9D7D7;
    border-radius: 50%;
}

.other_tjlb .itemBox .item.active .title {
    color: var(--pm-c);
}

.other_tjlb .itemBox .item.active .title::before {
    background-color: #FEEFE6;
}

.other_tjlb .itemBox .item.active .title::after {
    background-color: var(--pm-c);
}

.other_tjlb .itemBox .item .topDesc {
    font-size: 14px;
    color: #aaa;
    padding-left: 16px;
    margin-top: 10px;
}

.other_tjlb .itemBox .item.active .topDesc {
    display: none;
}

.other_tjlb .itemBox .item .btm {
    display: none;
    padding-left: 16px;
}

.other_tjlb .itemBox .item.active .btm {
    display: flex;
    margin-top: 10px;
}

.other_tjlb .itemBox .item .btm .thum {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    margin-right: 10px;
}

.other_tjlb .itemBox .item .btm .desc {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 14px;
}

.other_tjlb .itemBox .item .btm .get {
    display: block;
    width: 60px;
    height: 30px;
    background: var(--pm-c);
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
}

.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: #FF9C54;
    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;
    background-image: url(../images/lans.png);
}

.show_game_titleBox .btnBox .btn.lb::before {
    background-image: url(../images/gift.png);
}

.show_game_titleBox .btnBox .btn.down {
    background-image: url(../images/lvs.png);
}

.show_game_titleBox .btnBox .btn.down::before {
    background-image: url(../images/down_icon.png);
}

.show_game_package_content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.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 .itemBox {
    margin-bottom: 22px;
}

.other_gdph .itemBox .item {
    margin-bottom: 22px;
}

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

.other_gdph .itemBox .item .topTitle {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(142, 107, 240, 0.1);
    padding: 0 15px;
    font-size: 16px;
    color: #8E6BF0;
    margin-bottom: 8px;
    text-align: center;
}

.other_gdph .itemBox .item:last-child .topTitle {
    background: rgba(95, 144, 243, 0.1);
    color: #5F90F3;
}

.other_gdph .itemBox .item .box {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #fbfbfb;
}

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

.other_gdph .itemBox .item .box .order {
    width: 32px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank1.png);
    margin-right: 12px;
}

.other_gdph .itemBox .item .box:nth-child(2) .order {
    background-image: url(../images/rank2.png);
}

.other_gdph .itemBox .item .box:nth-child(3) .order {
    background-image: url(../images/rank3.png);
}

.other_gdph .itemBox .item .box .title {
    font-size: 14px;
    color: #666;
}

.other_gdph .itemBox .item .box .down {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}

.other_gdph .itemBox .item .box:hover .down {
    background-image: url(../images/down_curr.png);
}

.other_gdph .list {
    position: relative;
}

.other_gdph .list::before {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.other_gdph .list li {
    margin-bottom: 14px;
}

.other_gdph .list li::before {}

.other_gdph .list li .title {
    font-size: 14px;
    color: #666;
}

.other_gdph .list li .detail {
    font-size: 12px;
    color: var(--pm-c);
}


.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 .crumbs,
.show_rank_news .crumbs,
.list_rank .crumbs {
    color: #fff;
}
.list_rank_news .crumbs a,
.show_rank_news .crumbs a,
.list_rank .crumbs a {
    color: #fff;
}
.list_rank_news,
.show_rank_news,
.list_rank {
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100% 584px;
    background-image: url(../images/rankBgi.png);
}

.list_rank_content {
    margin-top: 288px;
}

.list_rank_nav {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}

.list_rank_nav .aBox {
    height: 100%;
}

.list_rank_nav .aBox a {
    padding: 0 40px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
}

.list_rank_nav .aBox a.active {
    display: block;
    background: linear-gradient(180deg, rgba(246, 113, 34, 0) 0%, rgba(246, 113, 34, 0.2) 100%);
    color: var(--pm-c);
    font-weight: bold;
    z-index: 3;
    border-top: 2px solid var(--pm-c);
}


.list_rank_itemBox {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px !important;
}

.list_rank_itemBox .itemBox {}

.list_rank_itemBox .itemBox .item {
    margin-bottom: 22px;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    border-radius: 8px;
}

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

.list_rank_itemBox .itemBox .item .thum {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    position: relative;
    margin-right: 20px;
}

.list_rank_itemBox .itemBox .item .thum .score {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px 0 26px;
    height: 26px;
    line-height: 26px;
    background: var(--pm-c);
    border-radius: 0 0 14px 0;
    font-size: 14px;
    color: #fff;
}

.list_rank_itemBox .itemBox .item .thum .score::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/star_fff.png);
}

.list_rank_itemBox .itemBox .item .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.list_rank_itemBox .itemBox .item {
    margin-bottom: 18px;
}

.list_rank_itemBox .itemBox .item .order {
    display: block;
    width: 42px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_bgi.png);
    margin-right: 10px;
    padding-top: 4px;
}

.list_rank_itemBox .itemBox .item:nth-child(1) .order {
    background-image: url(../images/rank1.png);
    color: transparent;
}

.list_rank_itemBox .itemBox .item:nth-child(2) .order {
    background-image: url(../images/rank2.png);
    color: transparent;
}

.list_rank_itemBox .itemBox .item:nth-child(3) .order {
    background-image: url(../images/rank3.png);
    color: transparent;
}

.list_rank_itemBox .itemBox .item .tagBox {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 12px;
}

.list_rank_itemBox .itemBox .item .tagBox span {
    color: #666;
}


.list_rank_itemBox .itemBox .item .tagBox .tag {
    margin-right: 30px;
}

.list_rank_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.list_rank_itemBox .itemBox .item .text span {
    color: #999;
}

.list_rank_itemBox .itemBox .item .text {
    font-size: 14px;
    color: #aaa;
}

.list_rank_itemBox .itemBox .item .down {
    display: block;
    margin-left: 20px;
    width: 84px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: var(--pm-c);
    color: #fff;
    border-radius: 8px;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
}

.list_rank_news_itemBox {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px !important;
}

.list_rank_news_itemBox .itemBox {
    margin-left: -20px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2 {
    padding-left: 20px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}

.list_rank_news_itemBox .itemBox .item {
    padding: 24px 20px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_news_itemBgi.png);
}

.list_rank_news_itemBox .itemBox .item .titleBox {}

.list_rank_news_itemBox .itemBox .item .titleBox .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-top: 6px;
}

.list_rank_news_itemBox .itemBox .item .titleBox .time {
    font-size: 14px;
    color: #aaa;
}

.list_rank_news_itemBox .itemBox .item .titleBox .see {
    display: block;
    width: 82px;
    height: 34px;
    background: #FBFBFB;
    box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #D9D9D9;
    margin-top: 25px;
}

.list_rank_news_itemBox .itemBox .item:hover {
    background-image: url(../images/rank_news_itemBgi_curr.png);
}

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

.list_rank_news_itemBox .itemBox .item .thumBox {}

.list_rank_news_itemBox .itemBox .item .thumBox .box {
    margin-right: 26px;
    text-align: center;
    position: relative;
}

.list_rank_news_itemBox .itemBox .item .thumBox .box:last-child {
    margin-right: 0;
}

.list_rank_news_itemBox .itemBox .item .thumBox .box::before {
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
    content: "";
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}

.list_rank_news_itemBox .itemBox .item .thumBox .box:nth-child(1)::before {
    background-image: url(../images/zj_top1.png);
}

.list_rank_news_itemBox .itemBox .item .thumBox .box:nth-child(2)::before {
    background-image: url(../images/zj_top2.png);
}

.list_rank_news_itemBox .itemBox .item .thumBox .box:nth-child(3)::before {
    background-image: url(../images/zj_top3.png);
}

.list_rank_news_itemBox .itemBox .item .thumBox .thum {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 8px;
}

.list_rank_news_itemBox .itemBox .item .thumBox .title {
    font-size: 14px;
    color: #333;
}

.show_rank_contentBox {
    margin-top: 288px;
}

.show_rank_contentBox .list_news_itemBox {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.list_rank_itemBox .titleBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list_rank_itemBox .titleBox .title {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.list_rank_itemBox .titleBox .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}

.list_rank_itemBox .titleBox .time {
    font-size: 14px;
    color: #999;
}

.page {
    background-color: #f5f5f5;
}

.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: 194px;
    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: linear-gradient(to right,#F67122,#FEA929);
}
.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;
}

.page_content .content .aBox .box.uk-grid-margin {
    margin-top: 10px;
}

.page_content .content .aBox .box a:hover {
    border: 1px solid var(--pm-c);
    background: rgba(246,113,34,0.1);
    color: var(--pm-c);
}

.page_content .content .aBox .box a {
    display: block;
    display: inline-block;
    padding: 0 8px;
    height: 32px;
    border: 1px solid transparent;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #666;
    background-color: #fafafa;
}

.page_search {
    background-color: #f5f5f5;
    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: #f5f5f5;
}

.kaifu .titleBox span {
    color: #999;
}

.kaifu .kaifuBox {
    margin-bottom: 40px !important
}

.kaifu .titleBox {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    background-color: var(--pm-c);
}

.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 {
    background-color: #FFF8F3;
}

.kaifu .itemBox .item {
    border-top: none;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
}

.kaifu .itemBox .item .name .thum {
    width: 38px;
    height: 38px;
    position: relative;
    margin-right: 20px;
    border-radius: 9px;
}

.kaifu .itemBox .item .name .title {
    display: block;
    font-size: 14px;
    color: #666;
}

.kaifu .itemBox .item .startTime {}

.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: 16px;
    height: 16px;
    background-image: url(../images/kaifu_down.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.kaifu .itemBox .item .down {
    color: var(--pm-c);
}

.kaifu .itemBox .item .get {
    color: #2277F6;
}

.kaifu .itemBox .item .get::before {
    background-image: url(../images/kaifu_gift.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);
}