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

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: #E23703;
}

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

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

/* 可复用 */

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

.p-b-40 {
    padding-bottom: 40px;
}

.w-350 {
    width: 350px;
}

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

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

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

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

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

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

.list {}

.list li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 14px;
}

.list li:last-child {
    margin-bottom: 0 !important;
}

.list li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #eee;
    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: 14px;
    color: #aaa;
}


.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    height: 180px;
    text-align: center;
    padding-top: 55px;
}

.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 span:last-child {
    margin-right: 0;
}
.footer .aBox span,
.footer .aBox a {
    margin-right: 6px;
}

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

.public_title {
    width: 100%;
    margin-bottom: 20px;
}


.public_title .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 28px;
    padding-left: 34px;
}

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


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

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

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

/* 当前位置 */
.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 {
    height: 90px;
    background-color: #fff;
}

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

.header .navBar {
    height: 90px;
}

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

.header .navBar .aBox li {
    display: block;
    height: 90px;
    line-height: 90px;
    width: 150px;
    text-align: center;
    position: relative;
}

.header .navBar .aBox li a {
    font-size: 18px;
    color: #333;
}

.header .navBar .aBox li::before {
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    content: "";
    background-color: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .navBar .aBox li:first-child::before {
    display: none;
}

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

.header .searchBox {
    position: relative;
    width: 196px;
    height: 38px;
}

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

.header .searchBox .search_input::placeholder {
    font-size: 14px;
    color: #aaa;
}

.header .searchBox .search_input {
    display: block;
    width: 196px;
    height: 38px;
    line-height: 38px;
    padding: 0 36px 0 18px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
    font-size: 14px;
}

.header .searchBox .search_btn {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 10px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search.png);
}

.header .searchBox .search_btn img {
    vertical-align: baseline;
}

.index_contentBox {
    margin-top: 20px
}

.index_top {}

.index_top_slider {
    position: relative;
    height: 330px;
}

.index_top_slider .sliderBox {
    width: 100%;
    height: 100%;
}

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

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

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

.index_top_slider .sliderBox .slider_item li .title {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 21px 40px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 64px;
    border-radius: 0 0 8px 8px;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: 11px;
    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: 8px;
    height: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .6);
}

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

.index_top_slider .sliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.index_rmtj {}

.index_rmtj .order {
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}

.index_rmtj .top {
    width: 100%;
    height: 98px;
    padding: 14px 10px 12px 10px;
    background-color: #f5f5f5;
}

.index_rmtj .top .order {
    background-color: var(--pm-c);
    color: #fff;
}

.index_rmtj .top .thum {
    position: relative;
    width: 112px;
    height: 76px;
    border-radius: 6px;
    margin-left: 17px;
}

.index_rmtj .top .thum::before {
    display: block;
    width: 23px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
    z-index: 3;
}

.index_rmtj .top .title {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-wrap: wrap;
    height: 48px;
    margin-bottom: 7px;
}

.index_rmtj .top .time {
    font-size: 12px;
    color: #aaa;
}

.index_rmtj .list {
    margin-top: 21px;
}

.index_rmtj .list li {
    padding-left: 0;
    margin-bottom: 15px;
}

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

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

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

.index_xwrd {}

.index_xwrd .itemBox {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

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

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

.index_xwrd .itemBox .item .thum {
    width: 138px;
    height: 88px;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
}

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

.index_xwrd .itemBox .item .text {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    line-height: 20px;
}

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

.w-375 {
    width: 375px;
}

.index_xwrd .list {}

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

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

.index_xwrd .list li .tag {
    margin-right: 10px;
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
}

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

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

.index_rmdt {}

.index_rmdt .itemBox {
    margin-bottom: 20px;
}

.index_rmdt .itemBox .item {
    height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 14px;
}

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

.index_rmdt .itemBox .item .tag {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #968D8A;
}

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

.index_rmdt .itemBox .item .tag::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 5px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag_after.png);
}

.index_rmdt .itemBox .item .title {
    font-size: 14px;
    color: #968D8A;
}

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

.index_rmdt .list {}

.index_rmdt .list li {
    padding-left: 0;
    margin-bottom: 14px;
    line-height: 20px;
}

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

.index_rmdt .list li .tag {
    font-size: 14px;
    color: #aaa;
    margin-right: 8px;
}

.index_rmzx {
}

.index_rmzx .aBox {
    margin-bottom: 22px;
}

.index_rmzx .aBox a {
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/aBgi.png);
}

.index_rmzx .aBox a.active {
    font-weight: bold;
    color: #fff;
    background-image: url(../images/aBgi_curr.png);
}

.index_rmzx .list {}

.index_rmzx .list li {
    padding-left: 0;
    margin-bottom: 15px;
}

.index_rmzx .list li .title {
    line-height: 24px;
}

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

.index_rmzx .list li .tag {
    width: 40px;
    height: 22px;
    background: rgba(226, 55, 3, 0.1);
    line-height: 22px;
    text-align: center;
    border-radius: 6px 0 6px 0;
    margin-right: 10px;
    font-size: 14px;
    color: var(--pm-c);
}

.index_xyqb {}

.index_xyqb .itemBox {
    margin-bottom: 22px;
}

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

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

.index_xyqb .itemBox .item .thum {
    width: 94px;
    position: relative;
    height: 62px;
    border-radius: 4px;
    margin-right: 10px;
}

.index_xyqb .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 8px;
}

.index_xyqb .itemBox .item .text {
    font-size: 14px;
    color: #999;
}

.index_xyqb .list {}

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

.index_xyqb .list li::before {
    border-radius: 0;
}

.index_xyqb .list li:hover::before {
    background-color: var(--pm-c);
}

.index_xyqb .list li:hover .title {
    color: var(--pm-c);
}

.index_zjgx {}

.index_zjgx .itemBox {}

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

.index_zjgx .itemBox .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.index_zjgx .itemBox .item:nth-child(2n) .thum::before {
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

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

.index_zjgx .itemBox .item .thum {
    width: 139px;
    height: 102px;
    position: relative;
}

.index_zjgx .itemBox .item .thum::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    z-index: 3;
}

.index_zjgx .itemBox .item .txtBox {
    height: 102px;
    background-color: #f5f5f5;
    padding: 14px 20px;
}

.index_zjgx .itemBox .item .txtBox .title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
}

.index_zjgx .itemBox .item .txtBox .text {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin-bottom: 8px;
}

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

.index_rdtj {
}

.index_rdtj .topThum {
    display: block;
    width: 100%;
    height: 188px;
    box-shadow: 0px 5px 8px 0px rgba(150, 150, 150, 0.2);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.index_rdtj .topThum span.title {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.index_rdtj .itemBox {}

.index_rdtj .itemBox .item {
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
}

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

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

.index_rdtj .itemBox .item .thum {
    width: 120px;
    height: 76px;
    border-radius: 4px;
    position: relative;
    margin-right: 11px;
}

.index_rdtj .itemBox .item .text {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 50px;
    margin-bottom: 6px;
    text-wrap: wrap;
}

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

.index_bksy {
}

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

.index_bksy .itemBox .uk-width-1-2 {
    padding-left: 22px;
}

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

.index_bksy .itemBox .item {
    position: relative;
    width: 379px;
    padding: 20px 30px 20px 0;
}

.index_bksy .itemBox .item .thum {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    z-index: 4;
}

.index_bksy .itemBox .item .thum .tag {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 20px 0 20px 0;
    background-color: var(--pm-c);
}

.index_bksy .itemBox .item:hover .txtBox {
    background-color: rgba(226, 55, 3, 0.1);
}

.index_bksy .itemBox .item .txtBox {
    width: 352px;
    height: 120px;
    background: #F8F8F8;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 64px 0 73px;
}

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

.index_bksy .itemBox .item .txtBox .tagBox {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

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

.index_bksy .itemBox .item .txtBox .tagBox .tag::before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
    color: #d9d9d9;
}

.index_bksy .itemBox .item .txtBox .time {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.index_bksy .itemBox .item:hover .detail {
    background-color: var(--pm-c);
    box-shadow: inset 2px 2px 4px 0 #fff 25%;
    color: #fff;
}

.index_bksy .itemBox .item .detail {
    display: block;
    height: 80px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #aaa;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    position: absolute;
    right: 30px;
    top: 20px;
}


.index_rmyy {
}

.index_rmyy .itemBox {}

.index_rmyy .itemBox .item {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin-bottom: 15px;
}

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

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

.index_rmyy .itemBox .item .txtBox {}

.index_rmyy .itemBox .item .txtBox .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-right: 40px;
    position: relative;
    margin-bottom: 7px;
}

.index_rmyy .itemBox .item .txtBox .title .score {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 16px;
    font-size: 14px;
    color: var(--pm-c);
    font-weight: bold;
}

.index_rmyy .itemBox .item .txtBox .title .score::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 11px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Star\ 1.png);
}

.index_rmyy .itemBox .item .txtBox .tagBox {
    width: 40%;
    font-size: 12px;
    color: #aaa;
    line-height: 17px;
    margin-left: 0;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag:nth-child(2n)::before {
    display: inline-block;
    content: "|";
    margin: 0 6px;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag.uk-grid-margin {
    margin-top: 5px;
}

.index_rmyy .itemBox .item .txtBox .tagBox .tag {
    padding-left: 0;
    display: inline-block;
    width: auto;
}

.index_rmyy .itemBox .item .txtBox .detail {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.index_rmyy .itemBox .item:hover {
    background: #FAFAFA;
}

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












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

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

.list_game {}

.list_game_itemBox {
    width: auto;
}

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

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

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

.list_game_itemBox .itemBox .item .txtBox {
    width: 342px;
}

.list_game_itemBox .itemBox .item {
    width: 369px;
}

.list_game_itemBox .itemBox .item {}


.list_news_itemBox {}

.list_news_itemBox .itemBox {}

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

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

.list_news_itemBox .itemBox .item .thum {
    width: 190px;
    height: 120px;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
}

.list_news_itemBox .itemBox .item .thum .tag {
    display: block;
    width: 42px;
    height: 24px;
    border-radius: 4px 0 4px 0;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--pm-c);
    font-size: 14px;
    color: #fff;
}

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .titleBox {
    margin-bottom: 10px;
    padding: 0;
    border: none;
}

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

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

.list_news_itemBox .itemBox .item .txtBox {}

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


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

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

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

.detail_content_box h3 {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    position: relative;
    padding: 0 32px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 15px 0;
}

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

.detail_content_box h3::after {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
}


.kaifu {
    margin-bottom: 20px;
}

.kaifu .infoBox {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}

.kaifu .infoBox .info {
    padding-left: 20px;
}

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


.sideBar {
    width: 350px;
    margin-left: 30px;
}

.kaifu .infoBox .info {
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

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

.kaifu .infoBox .time span {}

.kaifu .titleBox {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f5f5f5;
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;

}

.kaifu .name {
    width: 200px;
}

.kaifu .time {
    width: 180px;
}


.kaifu .type {
    width: 130px;
}

.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;
    border-bottom: 1px solid #f5f5f5;
}

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


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


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

.kaifu .itemBox .item .name .title {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    line-height: 22px;
    text-align: left;
}


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

.show_game .show_game_titleBox {
    padding: 40px!important;
    position: relative;
    height: 188px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/show_game_titleBgi.png);
}


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

.show_game .show_game_titleBox .txtBox {}


.show_game .show_game_titleBox .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 17px;
    font-weight: bold;
    line-height: 38px;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 75px;
}

.show_game .show_game_titleBox .title .score {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transform: translateY(-50%);
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tagBgi.png);
}


.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    margin-bottom: 17px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag {
    margin-right: 30px;
    text-align: center;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag:last-child {
    margin-right: 0;
}

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

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 185px;
    height: 38px;
    border-radius: 666px;
    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);
    color: var(--pm-c);
    margin-bottom: 14px;
}

.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: -170px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: 16px;
    width: 150px;
    height: 170px;
    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 {
    width: 780px;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.screenshots {
    position: relative;

}

.screenshots .sliderBox .slide {
    margin-left: -38px;
}

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

.screenshots .sliderBox .slide li span {
    width: 248px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.screenshots .sliderBox .slide li span img {
	width: 100%;
}
.screenshots .btn {
    width: 50px;
    height: 80px;
    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: -47px;
}

.other_rmyx .itemBox .box {
    width: 16.66%;
    padding-left: 47px;
}

.other_rmyx .itemBox .box.uk-grid-margin {
}

.other_rmyx .itemBox .item {
    width: 90px;
}

.other_rmyx .itemBox .item .thum {
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 14px;
}


.other_rmyx .itemBox .item .title {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 23px;
    margin-bottom: 9px;
}
.other_rmyx .itemBox .item .see {
    display: block;
    width: 77px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
    border-radius: 4px;
    margin: 0 auto;
}
.other_rmyx .itemBox .item .see:hover {
    background-color: var(--pm-c);
    color: #fff;
}
