/*隐藏类*/
.hide {
    display: none !important;
}

/*隐藏遮罩*/
#aq-model {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
    margin: 20px 0
}

#app_info li {
    display: inline-block;
    width: 33.33%;

}

#app_info li b {
    cursor: pointer;
}

#app_info_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999
}

#app_info_cover .app_info_main {
    background: #fff;
    width: 520px;
    margin: auto;
    margin-top: 100px;
    border-radius: 8px;
    overflow: hidden;
}

#app_info_cover .app_info_title {
    background: #5CA8F6;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#app_info_cover .app_info_body {
    padding: 20px;
    height: 320px;
    overflow-y: scroll;
    text-align: left;
}

#app_info_cover .app_info_close {
    margin: 20px;
    font-size: 17px;
    color: #fff;
    background: #5CA8F6;
    line-height: 48px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 760px) {
    #app_info li {
        width: 100%;
        margin-top: 10px;
    }

    #app_info_cover .app_info_main {
        width: 98%;
    }

    #app_info_cover .app_info_close {
        font-size: 16px;
        line-height: 42px;
    }
}

/* CSS Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    line-height: 1.3;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    background: #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: #2165CB;
}

/* 重复使用 */
.p-l-r-20 {
    padding: 0 20px;
}

.m-l-r-20 {
    margin: 0 20px;
}

.p-l-r-30 {
    padding: 0 30px;
}

.m-l-r-30 {
    margin: 0 30px;
}


.bgc-fff {
    background-color: #fff;
    padding: 14px 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: 14px;
    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-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-r-l-40 {
    margin: 0 40px;
}

.m-r-l-30 {
    margin: 0 30px;
}

.m-r-l-20 {
    margin: 0 20px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.w-380 {
    width: 380px;
}

.w-360 {
    width: 360px;
}

.w-296 {
    width: 296px;
}

.w-390 {
    width: 390px;
}

.w-400 {
    width: 400px;
}

.w-800 {
    width: 800px;
}

.list {}

.list li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px;
}

.list li:last-child {
    margin-bottom: 0 !important;
}

.list li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #e5e5e5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.list li .title {
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}

.list li .title a {
    color: #333;
}

.list li .time {
    font-size: 12px;
    color: #999;
}

.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    text-align: center;
    padding: 50px 0;
}

.footer span,
.footer a {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.footer span:last-child,
.footer a:last-child {
    margin-right: 0;
}

.footer .name {
    color: #ccc;
}

.footer .aBox {
    margin-bottom: 4px;
}

.footer .aBox span,
.footer .aBox a {
    margin-right: 6px;
}

.footer .footer_p {
    line-height: 34px;
}

.public_title {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}


.public_title .title {
    font-size: 14px;
    color: var(--pm-c);
    position: relative;
    font-weight: bold;
    z-index: 3;
    padding-left: 26px;
}

.public_title .title::before {
    display: block;
    width: 16px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_before.png);
}


.public_title .more {
    font-size: 11px;
    color: var(--pm-c);
    display: inline-block;
    padding: 0 26px 0 6px;
    border: 1px solid var(--pm-c);
    height: 22px;
    position: relative;
    line-height: 20px;
}

.public_title .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "+";
    font-size: 16px;
    color: #fff;
    width: 20px;
    height: 22px;
    background: var(--pm-c);
    text-align: center;
}




/* 当前位置 */
.crumbs {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    margin: 20px 0;
    height: 30px;
    background: #F8F8F8;
    line-height: 30px;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs a::after {
    display: inline-block;
    content: ">";
    margin: 0 4px;
}

.crumbs a:last-child::after {
    display: none;
}


/* .crumbs a:last-child {
    color: #4d4d4d;
} */

/* 首页页面 */
.header {
    background-repeat: no-repeat;
    background-size: 100% 112px;
    background-position: left top;
    background-image: url(../images/topNavBgi.png);
    padding-top: 16px;
}

.header .logoBox {}

.header .logo {
    display: block;
    width: 94px;
    padding-bottom: 18px;
}

.header .navBox {
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #E2F3FF;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 20px;
}

.header .navBar {
    height: 30px;
}

.header .navBar .aBox {}

.header .navBox {}

.header .navBox .box {
    height: 100%;
    padding: 0 16px;
}

.header .navBar .aBox li {
    display: block;
    width: auto;
    text-align: center;
}

.header .navBar .aBox li a {
    display: block;
    padding: 0 24px;
    position: relative;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    z-index: 3;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 222px;
}

.header .navBar .aBox li:last-child {
    margin-right: 0;
}

.header .navBar .aBox li.active a {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: var(--pm-c);
}

.header .navBar .aBox li.active a::before {
    width: 100%;
    height: 28px;
    border-radius: 111px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    display: none;
    z-index: -1;
}


.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    display: block;
    width: 180px;
    height: 30px;
    background: #F0F9FF;
    line-height: 30px;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    border-radius: 444px;
}

.header .searchBox .search_ipt::placeholder {
    font-size: 12px;
    color: #999;
}

.header .searchBox .search_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.index_contentBox {}

.index_top {
    margin-top: 20px;
}


.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    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: 192px;
    position: relative;
}

.index_top_slider .slider_item .thum .title {
    display: none;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 35px;
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 4px;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: 5px;
    height: 5px;
    background: #d9d9d9;
    border-radius: 50%;
}

.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_newsBox {}

.index_newsBox .topNav {
    margin-bottom: 22px;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
}

.index_newsBox .topNav .topTitle {
    text-align: center;
    font-size: 15px;
    color: #333;
    border-right: 1px solid #fff;
}

.index_newsBox .topNav .topTitle:last-child {
    border: none;
}

.index_newsBox .topNav .topTitle.uk-active {
    background-color: #F4F9FF;
    color: var(--pm-c);
}

.index_newsBox .topNav .topTitle span {
    display: block;
    cursor: pointer;
}

.index_newsBox .itemBox {}

.index_newsBox .itemBox .item {}

.index_newsBox .itemBox .item .top {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px dashed #e5e5e5;
}

.index_newsBox .itemBox .item .top .title {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.index_newsBox .itemBox .item .top .title a {
    color: #333;
}

.index_newsBox .itemBox .item .top .desc {
    font-size: 12px;
    color: #888;
    line-height: 30px;
}

.index_newsBox .itemBox .item .list {}

.index_newsBox .itemBox .item .list li {
    margin-bottom: 20px;
    padding-left: 22px;
}

.index_newsBox .itemBox .item .list li::before {
    width: 9px;
    height: 9px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/li_before.png);
}



.index_rmgl {}

.index_rmgl .list {}

.index_rmgl .list li {
    margin-bottom: 14px;
    padding: 0 14px;
    height: 40px;
    line-height: 38px;
    border-radius: 30px;
    margin-bottom: 14px;
    border: 1px solid #F1EEEE;
}

.index_rmgl .list li:hover {
    border: 1px solid #DAE7F6;
    background: #F4F9FF;
}

.index_rmgl .list li:last-child {
    margin-bottom: 0;
}

.index_rmgl .list li::before {
    display: none;
}

.index_rmgl .list li .time {
    margin: 0 14px;
}

.index_rmgl .list li .more {
    display: block;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_jt.png);
}




.index_jxzx {}

.index_jxzx .thumBox {
    margin-left: -15px;
    margin-bottom: 22px;
}

.index_jxzx .thumBox .uk-width-1-2 {
    padding-left: 15px;
}

.index_jxzx .thumBox .thum {
    width: 100%;
    height: 114px;
    position: relative;
}

.index_jxzx .itemBox {
    position: relative;
}

.index_jxzx .itemBox::before {
    position: absolute;
    left: 2px;
    bottom: 0;
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background-color: #f3f3f3;
}

.index_jxzx .itemBox .item {
    margin-bottom: 20px;
    padding-left: 23px;
    position: relative;
}

.index_jxzx .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.index_jxzx .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_jxzx .itemBox .item .tag {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    color: #999;
    background: #F7F7F7;
    border-radius: 4px;
}

.index_jxzx .itemBox .item .tag::before {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sj.png);
}

.index_jxzx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}

.index_jxzx .itemBox .item .title a {
    color: #333;
}

.index_jxzx .itemBox .item .time {
    font-size: 11px;
    color: #999;
}

.index_jxzx .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin: 8px 0;
}


.other_jxyx {}

.other_jxyx .itemBox {
    position: relative;
}

.other_jxyx .itemBox::before {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
}

.other_jxyx .itemBox .item {
    margin-bottom: 20px;
    padding-left: 23px;
    position: relative;
}

.other_jxyx .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.other_jxyx .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.other_jxyx .itemBox .item .tag {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    color: #999;
    background: #F7F7F7;
    border-radius: 4px;
}

.other_jxyx .itemBox .item .tag::before {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sj.png);
}

.other_jxyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.other_jxyx .itemBox .item .size {
    font-size: 11px;
    color: #999;
}

.other_jxyx .itemBox .item .btm {
    margin-top: 14px;
}

.other_jxyx .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}

.other_jxyx .itemBox .item .thum {
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 14px;
    border-radius: 12px;
}

.other_jxyx .itemBox .item .detail {
    display: block;
    width: 58px;
    height: 30px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}




.index_zxpc {}


.index_zxpc .list {
    position: relative;
    margin-top: 20px;
}

.index_zxpc .list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_zxpc .list li {
    padding-left: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e6e6e6;
}

.index_zxpc .list li::before {
    display: none;
}

.index_zxpc .list li:nth-child(1) .order {
    background-color: var(--pm-c);
}

.index_zxpc .list li:nth-child(2) .order {
    background: rgba(33, 101, 203, 0.7);
}

.index_zxpc .list li:nth-child(3) .order {
    background: rgba(33, 101, 203, 0.4);
}

.index_zxpc .list li .order {
    width: 22px;
    height: 20px;
    background: #E7E7E7;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    color: #fff;
}

.index_zxpc .list li .btm {
    display: none;
    margin-left: 37px;
    margin-top: 12px;
}

.index_zxpc .list li.active .btm {
    display: flex;
}

.index_zxpc .list li .thum {
    width: 80px;
    height: 55px;
    position: relative;
    margin-right: 12px;
}

.index_zxpc .list li .desc {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    text-wrap: wrap;
}



.index_jxgl {}

.index_jxgl .list {
    position: relative;
}

.index_jxgl .list li {
    padding-left: 0;
    margin-bottom: 18px;
}

.index_jxgl .list li::before {
    display: none;
}

.index_jxgl .list li .tag {
    padding: 0 8px;
    margin-right: 10px;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    color: #7A9BCE;
    border: 1px solid #DAE7F6;
    background-color: #F4F9FF;
}






.index_zxzx {}

.index_zxzx .itemBox {}

.index_zxzx .itemBox .item {
    margin-bottom: 20px;
}

.index_zxzx .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_zxzx .itemBox .item .title {
    font-size: 14px;
    color: #222;
}

.index_zxzx .itemBox .item .title a {
    color: #333;
}

.index_zxzx .itemBox .item .time {
    font-size: 12px;
    color: #888;
}


.index_zxzx .itemBox .item .desc {
    font-size: 12px;
    color: #888;
    margin: 12px 0;
}

.index_zxzx .itemBox .item .thum {
    position: relative;
    width: 115px;
    height: 80px;
    margin-right: 14px;
}

.index_zxzx .list {}

.index_zxzx .list li {
    margin-bottom: 20px;
}

.index_zxzx .list li::before {
    background-color: transparent;
    border-radius: 0;
    width: 8px;
    height: 8px;
    background-image: url(../images/li_before.png);
}


.index_jxyx {}

.index_jxyx .itemBox {
    margin-left: -20px;
}

.index_jxyx .itemBox .uk-width-1-4 {
    padding-left: 20px;
}

.index_jxyx .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 30px;
}

.index_jxyx .itemBox .item {
    position: relative;
    z-index: 3;
}

.index_jxyx .itemBox .item .thumBox {
    position: relative;
}

.index_jxyx .itemBox .item .thumBox .type {
    display: inline-block;
    padding: 0 8px;
    position: absolute;
    left: -10px;
    top: 10px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    background: var(--pm-c);
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #FFFFFF;
    z-index: 4;
}

.index_jxyx .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin-right: 12px;
}

.index_jxyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.index_jxyx .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}


.index_jxyx .itemBox .item .detail {
    display: block;
    position: relative;
    width: 80px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 24px;
    font-size: 12px;
    color: var(--pm-c);
    text-align: center;
}



.index_rmrj {}


.index_rmrj .list {}

.index_rmrj .list li {
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e5e5e5;
    padding-left: 0;
}

.index_rmrj .list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_rmrj .list li::before {
    display: none;
}

.index_rmrj .list li.active .btm {
    display: flex;
}

.index_rmrj .list li.active .top {
    display: none;
}

.index_rmrj .list li .top .thum {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
}

.index_rmrj .list li .top .size {
    font-size: 12px;
    color: #999;
}

.index_rmrj .list li .order {
    width: 22px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
    background: #E6E6E6;
}

.index_rmrj .list li .btm {
    display: none;
}

.index_rmrj .list li .btm .order {
    height: 80px;
    line-height: 80px;
    background-color: var(--pm-c);
}

.index_rmrj .list li .btm .thum {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin-right: 14px;
}

.index_rmrj .list li .btm .desc {
    font-size: 12px;
    color: #999;
    line-height: 28px;
    text-wrap: wrap;
    margin-top: 10px;
}

.index_rmrj .list li .btm .see {
    font-size: 14px;
    color: #7A9BCE;
    display: block;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    margin-left: 10px;
    border: 1px solid #DAE7F6;
    background: #F4F9FF;
}











.index_friend_link .aBox a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.index_friend_link .aBox a:last-child {
    margin-right: 0;
}


.list_game {}

.list_game_itemBox .itemBox {
    margin-left: -28px;
}

.list_game_itemBox .uk-width-1-4 {
    padding-left: 28px;
}

.list_game_itemBox .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 30px;
}


.list_game_itemBox .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin-right: 12px;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}

.list_game_itemBox .itemBox .item .tagBox .tag {
    margin-right: 8px;
}

.list_game_itemBox .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}


.list_game_itemBox .itemBox .item .desc {
    height: 32px;
    background: #F7F7F7;
    line-height: 32px;
    margin-top: 14px;
    padding: 0 10px;
    font-size: 12px;
    color: #888;
}

.list_game_itemBox .itemBox .item .detail {
    display: block;
    position: relative;
    width: 80px;
    height: 26px;
    border-radius: 4px;
    line-height: 24px;
    font-size: 12px;
    color: #7A9BCE;
    text-align: center;
    background: #F4F9FF;
    border: 1px solid #DAE7F6;
}









.sideBar {
    width: 380px;
    margin-left: 20px;
}



.list_news {}

.list_news_itemBox {}


.list_news_itemBox .itemBox {
    position: relative;
}

.list_news_itemBox .itemBox .item {
    position: relative;
    z-index: 6;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #F1EEEE;
    border-radius: 15px;
}


.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .desc {
    font-size: 12px;
    color: #888;
    text-wrap: wrap;
    line-height: 30px;
    margin-top: 12px;
}


.list_news_itemBox .itemBox .item .title {
    font-size: 14px;
    color: #333;
    padding-right: 16px;
    font-weight: bold;
}

.list_news_itemBox .itemBox .item .title a {
    color: #333;
}

.list_news_itemBox .itemBox .item .time {
    font-size: 12px;
    color: #999;
}

.list_news_itemBox .itemBox .item .more {
    display: block;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_jt.png);
    margin-left: 14px;
}

.list_news_itemBox .itemBox .item .thum {
    width: 128px;
    height: 90px;
    position: relative;
    margin-right: 14px;
}








.show_news {}

.show_news_content .titleBox {
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    border-bottom: 5px solid #f8f8f8;
}

.show_news_content .titleBox h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.show_news_content .titleBox .tagBox {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin: 0 auto;
    width: 70%;
    margin-top: 26px;
}

.show_news_content .titleBox .tagBox div {
    margin-right: 44px;
}

.show_news_content .titleBox .tagBox div:last-child {
    margin-right: 0;
}

.detail_content_box p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    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 h2,
.detail_content_box h3 {
    margin: 20px 0 10px;
    overflow: hidden;
    font-size: 14px;
    color: var(--pm-c);
    position: relative;
    font-weight: bold;
    padding-left: 58px;
    height: 48px;
    padding-top: 10px;
    z-index: 3;
}

.detail_content_box h2::before,
.detail_content_box h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 549px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_before.png);
    z-index: -1;
}


.kaifu {}

.kaifu .infoBox {
    margin-bottom: 14px;
}

.kaifu .infoBox .info {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 32px;
}

.kaifu .infoBox .info span {
    font-size: 14px;
    color: #999;
}


.kaifu .infoBox .info::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/kaifu_icon.png);
}

.kaifu .titleBox {
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.kaifu .name {
    width: 240px;
}

.kaifu .time {
    width: 180px;
}

.kaifu .type {
    width: 160px;
}

.kaifu .news {
    width: 120px;
}


.kaifu .system {
    width: 150px;
}

.kaifu .platform {
    width: 140px;
}

.kaifu .down {
    width: 200px;
}


.kaifu .itemBox {
    text-align: center;
    border: 1px solid #efefef;
    border-top: none;
}


.kaifu .itemBox .item:nth-child(-n+5) {
    background-color: #FFFACE;
}


.kaifu .itemBox .item {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #F1EFDF;
}

.kaifu .itemBox .item:last-child {
    border-bottom: none;
}

.kaifu .itemBox .item .title {
    color: #333;
    font-size: 14px;
    text-align: left;
}

.kaifu .itemBox .item .name {
    padding-left: 30px;
}

.kaifu .itemBox .item .name .thum {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 8px;
    margin-right: 10px;
}


.kaifu .itemBox .item .time {
    color: #FF452C;
}

.kaifu .itemBox .item .down a {
    display: inline-block;
    font-size: 13px;
    color: var(--pm-c);
    padding-left: 20px;
    position: relative;
    width: auto;
    text-align: center;
}

.kaifu .itemBox .item .down a::before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/kaifu_down.png);
}

.show_game {}


.show_game .show_game_titleBox {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 6;
}

.show_game .show_game_titleBox::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: none;
    height: 156px;
    background: #F9F9F9;
    width: 100%;
}

.show_game .show_game_titleBox .thum {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    position: relative;
    margin-right: 18px;
}

.show_game .show_game_titleBox .txtBox {}

.show_game .show_game_titleBox .title {
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
}


.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 12px;
    color: #999;
    padding-right: 80px;
}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3 {
    padding-left: 16px;
}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3.uk-grid-margin {
    margin-top: 16px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    height: 28px;
    border-radius: 20px;
    line-height: 26px;

    border: 1px solid #F0F0F0;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag:last-child {
    margin-right: 0;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--pm-c);
    display: none;
}

.show_game .show_game_titleBox .btnBox {
    margin-top: 20px;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 170px;
    height: 42px;
    border-radius: 888px;
    line-height: 42px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* padding-left: 20px; */
}


.show_game .show_game_titleBox .btnBox .az {
    margin-right: 12px;
    background-color: var(--pm-c);
}

.show_game .show_game_titleBox .btnBox .ios {
    background-color: #FF6E49;
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}


.show_game .show_game_titleBox .btnBox .az::before {
    /* background-image: url(../images/game_icon.png); */
}


.show_game .show_game_titleBox .btnBox .ios::before {
    /* background-image: url(../images/game_icon.png); */
}

.show_game .show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    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 {
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 41px;
}

.screenshots .sliderBox {
    overflow: hidden;
}

.screenshots .sliderBox .dotnav {}

.screenshots .sliderBox .dotnav li {}

.screenshots .sliderBox .dotnav li a {
    border: none;
    border-radius: 18px;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
}

.screenshots .sliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.screenshots .sliderBox .slide {
    margin-left: -20px;
}

.screenshots .sliderBox .slide li {
    width: 33.33%;
    padding-left: 20px;
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}

.screenshots .sliderBox .slide li span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 6px;
}

.screenshots .btn {
    display: block;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.screenshots .btn svg {
    display: none;
}

.screenshots .left {
    position: relative;
    background-image: url(../images/btn_l.png);
}



.screenshots .right {
    position: relative;
    right: 0;
    background-image: url(../images/btn_r.png);
}



.other_gftj {}

.other_gftj .list {}

.other_gftj .list li {
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #e5e5e5;
    padding-left: 0;
}

.other_gftj .list li::before {
    display: none;
}

.other_gftj .list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.other_gftj .list li .score {
    font-size: 14px;
    color: var(--pm-c);
    font-weight: bold;
    margin-right: 10px;
}

.other_gftj .list li .thum {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
}

.other_gftj .list li:hover .down {
    color: var(--pm-c);
}

.other_gftj .list li:hover .down::before {
    background-image: url(../images/down_curr.png);
}

.other_gftj .list li .down {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-right: 16px;
}

.other_gftj .list li .down::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/down.png);
}



/* 404/500页面 */
.error {}

.error .img {
    min-width: 50%;
    height: auto;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin: 100px auto 0;
}

.error .textBox {
    margin-top: 6px;
    text-align: center;
}

.error .textBox .text {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
}

.error .textBox .goHome {
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    margin-bottom: 60px;
    text-decoration: underline;
}