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

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

.m-l-r-20 {
    margin: 0 20px !important;
}


.bgc-fff {
    background-color: #fff;
    border-radius: 12px;
    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: 16px;
    width: 80px;
    background: url('../images/star.png') repeat-x center/16px;
    display: inline-block;
    margin: 10px 0;
}

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

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

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

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

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

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

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

/* 可复用 */

.m-b-40 {
    margin-bottom: 40px;
}

.m-r-l-40 {
    margin: 0 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.list {}

.list li {
    padding-left: 22px;
    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: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.list li .title {
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}

.list li .time {
    font-size: 14px;
    color: #aaa;
}


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

.footer a {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

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

.footer .name {
    color: #ccc;
}

.footer .aBox {
    margin-bottom: 4px;
}

.footer .aBox a {
    margin-right: 6px;
}

.footer p {
    line-height: 34px;
}

.footer .footer_p {
    line-height: 34px;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
    height: 36px;
    border-top: 1px solid var(--pm-c);
}

.public_title .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    background-color: var(--pm-c);
    line-height: 36px;
    border-radius: 0px 0px 8px 8px;
}


.public_title .more {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    color: #999;
}

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


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

.crumbs a {
    font-size: 14px;
    color: #777;
}

.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: block;
    content: "";
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}

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

/* 首页页面 */
.header {
    box-shadow: 0px 4px 6px 0px rgba(231, 231, 231, 0.3);
    height: 90px;
    background-color: var(--pm-c);
}

.header .logo {
    display: block;
    /*height: 46px;*/
    width: 150px;
    margin-right: 56px;
}

.header .navBar {
    height: 90px;
}

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

.header .navBar .aBox a {
    display: block;
    height: 90px;
    line-height: 90px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


.header .navBar .aBox a.active {
    font-size: 20px;
    font-weight: bold;
    color: var(--pm-c);
    background-color: #fff;
}

.index_top {
    margin-top: 30px;
}

.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    width: 100%;
    position: relative;
}

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

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

.index_top_slider .sliderBox .slider_item li .thum {
    width: 100%;
    height: 266px;
    position: relative;
    border-radius: 6px;
}


.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 6px;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: 10px;
    height: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .5);
}

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

.index_top_slider .sliderBox .dotnav li.uk-active a {
    width: 21px;
    background-color: #fff;
}

.index_top_slider .sliderBox .btn {
    display: block;
    width: 22px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.index_top_slider .sliderBox .btn svg {
    display: none;
}

.index_top_slider .sliderBox .btn.left {
    right: 32px;
    background-image: url(../images/slide_left.png);
}

.index_top_slider .sliderBox .btn.right {
    background-image: url(../images/slide_right.png);
}

.index_top_slider .sliderBox .btn.left:hover {
    background-image: url(../images/slide_left_curr.png);
}

.index_top_slider .sliderBox .btn.right:hover {
    background-image: url(../images/slide_right_curr.png);
}

.index_top_slider .title:hover {
    color: #333;
}

.index_top_slider .title {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
    font-weight: bold;
}

.index_top_slider .text {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    margin-bottom: 26px;
}

.index_top_slider .time {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    padding-left: 18px;
    position: relative;
}

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




.index_zxzx {}

.index_zxzx .itemBox {}

.index_zxzx .itemBox .item {
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d9d9d9;
}

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

.index_zxzx .itemBox .item .thum {
    width: 120px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    margin-right: 20px;
}

.index_zxzx .itemBox .item .txtBox {}

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

.index_zxzx .itemBox .item .txtBox .text {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.index_zxzx .itemBox .item .txtBox .time {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

.index_rmzx {}

.index_rmzx .item {
    height: 98px;
    margin-bottom: 17px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rmzx_itemBgi.png);
}

.index_rmzx .item:hover {
    background-image: url(../images/rmzx_itemBgi_curr.png);
}

.index_rmzx .item:hover .title {
    color: #fff;
}

.index_rmzx .item:hover .time {
    color: #fff;
}

.index_rmzx .item:hover .text {
    color: #fff;
}

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

.index_rmzx .item .txtBox {
    padding-right: 16px;
}

.index_rmzx .item .title {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: bold;
}

.index_rmzx .item .text {
    font-size: 14px;
    color: #717DA4;
    line-height: 26px;
}

.index_rmzx .item .time {
    font-size: 14px;
    color: #717DA4;
}

.w-392 {
    width: 392px;
}

.index_yxgl {}

.index_yxgl .titleBox {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #d9d9d9;
}

.index_yxgl .titleBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.index_yxgl .titleBox .info {}

.index_yxgl .titleBox .thum {
    width: 130px;
    height: 94px;
    position: relative;
    border-radius: 6px;
    margin-right: 16px;
}

.index_yxgl .titleBox .text {
    font-size: 14px;
    color: #777;
    text-wrap: wrap;
    line-height: 26px;
    margin-bottom: 10px;
}

.index_yxgl .titleBox .time {
    font-size: 14px;
    color: #aaa;
}

.index_yxgl .list {
    margin-bottom: 14px;
}

.index_yxgl .list li {
    padding-left: 0;
    margin-bottom: 14px;
}

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

.index_yxgl .list li .tag {
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #f5f5f5;
    border-left: 2px solid var(--pm-c);
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.index_yxgl .list li .title {
    line-height: 20px;
}

.index_yxgl .list li .time {
    line-height: 20px;
}

.index_yxgl .btmMore {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
    border-radius: 6px;
}

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

.index_zxrb {
}

.index_zxrb .itemBox {}

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

.index_zxrb .itemBox .item.active .itemList .title {
    font-size: 16px !important;
    font-weight: bold;
}

.index_zxrb .itemBox .item.active .itemList .time {
    display: none;
}

.index_zxrb .itemBox .item.active .itemCard {
    display: flex;
}

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

.index_zxrb .itemBox .item:nth-child(-n+3) .itemList .order {
    background-color: var(--pm-c);
}

.index_zxrb .itemBox .item .itemList .order {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    background: #D9D9D9;
}

.index_zxrb .itemBox .item .itemList .title {
    font-size: 14px;
    color: #333;

}

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

.index_zxrb .itemBox .item .itemCard {
    display: none;
    margin-top: 17px;
}

.index_zxrb .itemBox .item .itemCard .thum {
    width: 102px;
    height: 66px;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
}

.index_zxrb .itemBox .item .itemCard .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 6px;
}

.index_zxrb .itemBox .item .itemCard .box .time {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

.index_zxrb .itemBox .item .itemCard .box .detail {
    display: block;
    width: 64px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: var(--pm-c);
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.index_rmht {
    box-shadow: 0px 4px 6px 0px rgba(231, 231, 231, 0.3);
}

.index_rmht .titleBox {
    width: 392px;
    height: 126px;
    padding: 22px 20px;
    background: #F5F5F5;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 16px;
}

.index_rmht .titleBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 3px;
}

.index_rmht .titleBox .txtBox {}

.index_rmht .titleBox .txtBox .box {
    padding-right: 14px;
}

.index_rmht .titleBox .txtBox .box .text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 11px;
}

.index_rmht .titleBox .txtBox .box .tagBox {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

.index_rmht .titleBox .txtBox .box .tagBox .tag {
    position: relative;
    padding-left: 18px;
}

.index_rmht .titleBox .txtBox .box .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_rmht .titleBox .txtBox .box .tagBox .tag.eye::before {
    background-image: url(../images/eye.png);
}

.index_rmht .titleBox .txtBox .box .tagBox .tag.num::before {
    background-image: url(../images/info.png);
}

.index_rmht .titleBox .txtBox .go {
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: var(--pm-c);
    border-radius: 31px;
}

.index_rmht .itemBox {}

.index_rmht .itemBox .item {
    padding-bottom: 14px;
    border-bottom: 1px dashed #eee;
    margin: 0 20px 13px;
}

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

.index_rmht .itemBox .item .topBox {
    margin-bottom: 10px;
}

.index_rmht .itemBox .item .topBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-right: 10px;
}

.index_rmht .itemBox .item .topBox .tag {
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #E40012;
    background: rgba(228, 0, 18, 0.06);
    border-radius: 19px;
}

.index_rmht .itemBox .item .btmBox {
    font-size: 14px;
    color: #aaa;
}

.index_rmht .itemBox .item .btmBox .text {
    line-height: 20px;
    padding-right: 10px;
}

.index_rmht .itemBox .item .btmBox .time {}


.index_yxrd {}

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

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

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

.index_yxrd .itemBox .uk-width-1-2:nth-child(-n+2) .item {
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
}

.index_yxrd .itemBox .uk-width-1-2:nth-child(-n+2) .item .text {
    display: -webkit-box;
}

.index_yxrd .itemBox .uk-width-1-2 .item {
    width: 585px;
}

.index_yxrd .itemBox .uk-width-1-2:nth-child(-n+2) .item .thum {
    width: 160px;
    height: 116px;
}

.index_yxrd .itemBox .uk-width-1-2:nth-child(-n+2) .item .title {
    margin-bottom: 3px;
}

.index_yxrd .itemBox .item .thum {
    width: 90px;
    height: 64px;
    border-radius: 6px;
    position: relative;
    margin-right: 20px;
}

.index_yxrd .itemBox .item .box {
    margin-bottom: 6px;
}

.index_yxrd .itemBox .item .title {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 11px;
}

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

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

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

.index_yxrd .itemBox .item .tagBox .tag {
    line-height: 26px;
}

.index_yxrd .itemBox .item .tagBox .tag:nth-child(1) {
    margin-right: 30px;
}

.index_yxrd .itemBox .item .detail {
    display: block;
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
}

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

.index_yxrd .itemBox .item .text {
    display: none;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-wrap: wrap;
}

.w-376 {
    width: 376px;
}

.m-r-l-36 {
    margin: 0 36px;
}

.index_jxsy {}

.index_jxsy .itemBox {}

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

.index_jxsy .itemBox .item {
    margin-bottom: 20px;
}

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



.index_jxsy .itemBox .item .itemList .order {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(70, 121, 226, .2);
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #809BF2;
    margin-right: 14px;
}

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

.index_jxsy .itemBox .item .itemList .type {
    font-size: 12px;
    color: #798DBA;
}

.index_jxsy .itemBox .item.active .itemList {
    display: none;
}

.index_jxsy .itemBox .item.active .itemCard {
    display: flex;
}

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

.index_jxsy .itemBox .item .itemCard .order {
    width: 24px;
    height: 74px;
    background: var(--pm-c);
    border-radius: 6px;
    line-height: 74px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 14px;
}

.index_jxsy .itemBox .item .itemCard .thum {
    width: 74px;
    height: 74px;
    position: relative;
    border-radius: 20px;
    margin-right: 14px;
}

.index_jxsy .itemBox .item .itemCard .txtBox {
    width: 158px;
}

.index_jxsy .itemBox .item .itemCard .txtBox .title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
}

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

.index_jxsy .itemBox .item .itemCard .txtBox .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}

.index_jxsy .itemBox .item .itemCard .txtBox .tagBox .tag:first-child::before {
    display: none;
}

.index_jxsy .itemBox .item .itemCard .down {
    display: block;
    width: 60px;
    height: 30px;
    background: var(--pm-c);
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.index_rmyy {}

.index_rmyy .itemBox {}

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

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

.index_rmyy .itemBox .item .order {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--pm-c);
    background: rgba(128, 155, 242, 0.2);
    margin-right: 14px;
    border-radius: 6px;
}

.index_rmyy .itemBox .item:nth-child(-n+3) .order {
    color: #fff;
}

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

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

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

.index_rmyy .itemBox .item .thum {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    position: relative;
    margin-right: 14px;
}

.index_rmyy .itemBox .item .txtBox {}

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

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

.index_rmyy .itemBox .item .txtBox .type::after {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}

.index_rmyy .itemBox .item .txtBox .num {
    font-size: 14px;
    color: #aaa;
}

.index_rmyy .itemBox .item .detail {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

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


.index_friend_link .aBox a {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

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

.list_game {}

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

.list_game_itemBox .uk-width-1-2 {
    padding-left: 44px;
}

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

.list_game_itemBox .item {
    padding: 20px;
    border: 1px solid #eee;
    width: 578px;
    height: 128px;
    border-radius: 8px;
}

.list_game_itemBox .item:hover {
    background: rgba(128, 155, 242, 0.1);
    border-color: var(--pm-c);
}

.list_game_itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    padding-right: 118px;
    position: relative;
    display: inline-block;
    width: auto;
}

.list_game_itemBox .item .title .star {
    margin: 0;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);

}

.list_game_itemBox .item .title .score {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #aaa;
    position: absolute;
    right: 0;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
}


.list_game_itemBox .item .thum {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    margin-right: 20px;
}

.list_game_itemBox .item .txtBox {}


.list_game_itemBox .item .txtBox .time {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    margin-bottom: 8px;
}


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

.list_game_itemBox .item .detail {
    display: block;
    width: 80px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.list_game_itemBox .item .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}


.sideBar {
    width: 360px;
    margin-left: 40px;
}

.sideBar .index_top_slider {
    width: 360px;
}

.sideBar .index_top_slider .sliderBox {
    width: 360px;
}

.sideBar .index_rmzx .item {
    background-size: contain;
}

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #f5f5f5;
}

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

.list_news_itemBox .itemBox .item .thum {
    width: 224px;
    height: 140px;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
}

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .txtBox .titleBox {
    margin-bottom: 22px;
}

.list_news_itemBox .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
}

.list_news_itemBox .itemBox .item .txtBox .time {
    font-size: 12px;
    color: #aaa;
}

.list_news_itemBox .itemBox .item .txtBox .text {
    text-wrap: wrap;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    width: auto;
    height: 92px;
    border-radius: 0px 18px 18px 18px;
    background: #F5F5F5;
    padding: 19px 20px;
}


.sideBar .index_yxzx {
    width: 100%;
}

.show_news_content .titleBox {
    padding-bottom: 31px;
    margin-bottom: 30px;
    padding-top: 29px;
    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;
}

.detail_content_box {
    text-align: center;
}

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

.detail_content_box p iframe,
.detail_content_box p img {
    display: block;
    width: 676px;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
}
.detail_content_box h2,
.detail_content_box h3 {
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 16px 0;
}
.detail_content_box h2::before,
.detail_content_box h3::before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}


.kaifu {
    background-color: #f5f5f5;
    padding: 10px 10px 20px;
}

.kaifu .infoBox {
    margin-bottom: 10px;
    border-top: 1px solid #f5f5f5;
}

.kaifu .infoBox .info {
    font-size: 14px;
    color: #aaa;
}

.kaifu .infoBox .time {
    font-size: 14px;
    color: #aaa;
}

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

.kaifu .name {
    width: 210px;
}

.kaifu .time {
    width: 160px;
}

.kaifu .type {
    width: 120px;
}

.kaifu .news {
    width: 130px;
}

.kaifu .status {
    width: 130px;
}

.kaifu .system {
    width: 130px;
}

.kaifu .platform {
    width: 130px;
}

.kaifu .down {
    width: 190px;
}


.kaifu .itemBox {
    text-align: center;
}

.kaifu .itemBox .item {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.kaifu .itemBox .item:nth-child(-n+3) {
    background-color: #F5F8FF;
}

.kaifu .itemBox .item:hover {
    background: rgba(128,155,242,0.19);

}

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

.kaifu .itemBox .item .name {
    text-align: left;
}

.kaifu .itemBox .item .name .thum {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
}

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

.kaifu .itemBox .item .down a {
    display: block;
    border: 1px solid var(--pm-c);
    font-size: 14px;
    color: var(--pm-c);
    margin: 0 auto;
    width: 88px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 6px;
}

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


.show_game .show_game_titleBox {
    padding: 34px 44px;
    height: 218px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/show_game_titleBgi.png);
    background-color: #fff;
}

.show_game .show_game_titleBox .thum {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    position: relative;
    margin-right: 44px;
}

.show_game .show_game_titleBox .txtBox {}

.show_game .show_game_titleBox .txtBox .scoreBox .score {}

.show_game .show_game_titleBox .txtBox .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 36px;
    font-weight: bold;
    line-height: 38px;
}

.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    width: 80%;
    color: rgba(51, 51, 51, .5);
}
.show_game .show_game_titleBox .txtBox .tagBox .tag{
    line-height: 24px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag span {
    color: #333;
    font-size: 16px;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 185px;
    height: 38px;
    border-radius: 42px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-left: 20px;
}


.show_game .show_game_titleBox .btnBox .az {
    background-color: #fff;
    border: 1px solid var(--pm-c);
    margin-bottom: 12px;
    color: var(--pm-c);
}

.show_game .show_game_titleBox .btnBox .pg {
    background-color: var(--pm-c);
    color: #fff;
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 44px;
    top: 11px;
    display: block;
    content: "";
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}


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


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

.show_game .show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 180px;
    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 .show_game_titleBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}

.screenshots {
    position: relative;

}

.screenshots .sliderBox {
    width: 800px;
    position: relative;
    height: 436px;
    margin: 0;
    overflow: hidden;
    margin: 0 auto;
}

.screenshots .sliderBox .slide {
    height: 436px;
    margin-left: -28px;
}

.screenshots .sliderBox .slide li {
    padding-left: 28px;
}

.screenshots .sliderBox .slide li .item {
    width: 248px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.screenshots .sliderBox .slide li .item img {
	width: 100%;
}

.screenshots .btn {
    width: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.screenshots .btn svg {
    display: none;
}

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

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

.other_rmyx {}

.other_rmyx .itemBox {
    margin-left: -40px;
}

.other_rmyx .itemBox .uk-width-1-3 {
    padding-left: 40px;
}

.other_rmyx .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 30px;
}

.other_rmyx .itemBox .item {
    width: 236px;
}
.other_rmyx .itemBox .item .thum{
    width: 88px;
    height: 88px;
    position: relative;
    border-radius: 18px;
    margin-right: 14px;
}
.other_rmyx .itemBox .item .txtBox{}
.other_rmyx .itemBox .item .txtBox .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 4px;
}
.other_rmyx .itemBox .item .txtBox .tagBox{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 8px;
}
.other_rmyx .itemBox .item .txtBox .tagBox .tag::before{
    display: inline-block;
    content: "|";
    margin: 0 6px;
}
.other_rmyx .itemBox .item .txtBox .tagBox .tag:first-child::before{
    display: none;
}
.other_rmyx .itemBox .item .txtBox .see{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: var(--pm-c);
    box-shadow: inset 2px 2px 4px 0px rgba(255,255,255,0.25);
    border-radius: 6px;
}

