/*隐藏类*/
.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: #24AA99;
}

/* 重复使用 */
.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: 16px !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: 14px;
    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: 14px;
}

.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;
}

.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-l-10 {
    margin: 0 10px;
}

.m-l-r-40 {
    margin: 0 40px;
}

.m-l-r-30 {
    margin: 0 30px;
}

.m-l-r-20 {
    margin: 0 20px;
}

.m-l-r-10 {
    margin: 0 10px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.w-380 {
    width: 380px;
}

.w-360 {
    width: 360px;
}

.w-340 {
    width: 340px;
}

.w-296 {
    width: 296px;
}

.w-390 {
    width: 390px;
}

.w-400 {
    width: 400px;
}

.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 .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: 18px;
    position: relative;
}

.public_title .title {
    font-size: 16px;
    color: #333;
    position: relative;
    font-weight: bold;
    z-index: 3;
    padding-left: 14px;
}

.public_title .title::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 4px;
    height: 14px;
    background: linear-gradient(180deg, #24AA99 0%, #80E186 100%);
    /* background-image: url(../images/public_title_before.png); */
}

.public_title .more {
    display: block;
    font-size: 12px;
    color: #999;
}







/* 当前位置 */
.crumbs {
    position: relative;
    /* padding-left: 20px; */
    font-size: 14px;
    color: #777;
    padding-top: 20px;
    margin-bottom: 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 {
    background: linear-gradient(90deg, #24AA99 0%, #80E186 100%);
}

.header .logoBox {
    padding-top: 28px;
    margin-bottom: 28px;
}

.header .logo {
    display: block;
    width: 149px;
}

.header .navBox {}

.header .navBar {
    height: 50px;
}

.header .navBar .aBox {}

.header .navBox {}

.header .navBox .box {}

.header .navBar .aBox li {
    display: block;
    width: auto;
    text-align: center;
}

.header .navBar .aBox li a {
    display: block;
    padding: 0 24px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    z-index: 3;
}

.header .navBar .aBox li:last-child {
    margin-right: 0;
}

.header .navBar .aBox li.active a {
    position: relative;
    z-index: 3;
}

.header .navBar .aBox li.active a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    z-index: -1;
    border-radius: 8px 8px 0px 0px;
}


.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    padding-left: 15px;
    padding-right: 44px;
    font-size: 12px;
    color: #333;
    border-radius: 4px;
}

.header .searchBox .search_ipt::placeholder {
    font-size: 12px;
    color: #fff;
}

.header .searchBox .search_btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    width: 20px;
    height: 20px;
}


.index_contentBox {}

.index_top {
    margin-top: 20px;
}


.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    position: relative;
    overflow: hidden;
}

.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: 210px;
    position: relative;
}

.index_top_slider .slider_item .thum .title {
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    padding: 0 16px;
    padding-right: 80px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.index_top_slider .sliderBox .dotnav {
    margin-top: 16px;
    margin-left: 0;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 5px;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: relative;
}

.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_httt {}

.index_httt .top {
    padding: 18px;
    background: rgba(36, 170, 153, 0.07);
}

.index_httt .top .title {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.index_httt .top .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sc.png);
}

.index_httt .top .thum {
    width: 110px;
    height: 76px;
    position: relative;
    margin-right: 15px;
}

.index_httt .top .desc {
    font-size: 12px;
    color: #999;
    line-height: 21px;
    text-wrap: wrap;
    margin-bottom: 18px;
}

.index_httt .top .tagBox {
    font-size: 12px;
    color: #999;
}

.index_httt .top .tagBox .tag {
    position: relative;
    padding-left: 16px;
}

.index_httt .top .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_httt .top .tagBox .tag.source::before {
    background-image: url(../images/source.png);
}

.index_httt .top .tagBox .tag.time::before {
    background-image: url(../images/time.png);
}

.index_httt .list {
    margin-top: 18px;
}

.index_httt .list li {}

.index_httt .list li::before {
    background-color: var(--pm-c);
    border-radius: 0;
}















.index_jxgl {}

.index_jxgl .itemBox {}

.index_jxgl .itemBox .item {
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e6e6e6;
}

.index_jxgl .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_jxgl .itemBox .item .time {
    width: 74px;
    height: 74px;
    background: rgba(36, 170, 153, 0.06);
    text-align: center;
    line-height: 74px;
    margin-right: 18px;
    font-size: 14px;
    color: var(--pm-c);
}

.index_jxgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    padding-left: 14px;
    position: relative;
}

.index_jxgl .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    background: var(--pm-c);
    content: "";
}

.index_jxgl .itemBox .item .desc {
    margin: 12px 0;
    font-size: 12px;
    color: #999;
}

.index_jxgl .itemBox .item .source {
    font-size: 12px;
    color: #999;
}







.index_zxzx {}

.index_zxzx .itemBox {
    position: relative;
}

.index_zxzx .itemBox::before {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.index_zxzx .itemBox .item {
    margin-bottom: 10px;
    padding-left: 14px;
}

.index_zxzx .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_zxzx .itemBox .item .time {
    position: relative;
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
}

.index_zxzx .itemBox .item .time::before {
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--pm-c);
}


.index_zxzx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    position: relative;
    height: 32px;
    background: #F7F7F7;
    line-height: 32px;
    padding: 0 12px;
}








.index_rmzx {
    position: relative;
    z-index: 3;
}

.index_rmzx .itemBox {}

.index_rmzx .itemBox .item {
    margin-bottom: 28px;
}

.index_rmzx .itemBox .item:last-child {
    margin-bottom: 0;
}

.index_rmzx .itemBox .item .tag {
    width: 39px;
    height: 18px;
    line-height: 18px;
    padding-left: 4px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tagBgi.png);
}

.index_rmzx .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.index_rmzx .itemBox .item .btm {
    margin-top: 14px;
    background-color: #f7f7f7;
}

.index_rmzx .itemBox .item .thum {
    width: 110px;
    height: 70px;
    position: relative;
    margin-right: 15px;
}

.index_rmzx .itemBox .item .desc {
    padding-right: 15px;
    line-height: 21px;
    font-size: 12px;
    color: #999;
}












.index_newsBox {}

.index_newsBox .top {
    margin-bottom: 17px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e6e6e6;
}

.index_newsBox .top .thum {
    width: 120px;
    height: 72px;
    position: relative;
    margin-right: 15px;
}

.index_newsBox .top .tj {
    font-size: 12px;
    color: #999;
}


.index_newsBox .top .title {
    font-size: 16px;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: 10px;
}

.index_newsBox .top .desc {
    line-height: 24px;
    font-size: 12px;
    color: #999;
    position: relative;
    text-wrap: wrap;
}


.index_newsBox .list {}

.index_newsBox .list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.index_newsBox .list li {
    padding-left: 0;
}

.index_newsBox .list li::before {
    display: none;
}

.index_newsBox .list li .tag {
    font-size: 14px;
    color: var(--pm-c);
}

.index_newsBox .list li .tag::after {
    content: "|";
    margin: 0 8px;
    color: #ccc;
}











.index_rmgl {}

.index_rmgl .itemBox {}

.index_rmgl .itemBox .item {
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e6e6e6;
}

.index_rmgl .itemBox .item.active .top .time {
    display: none;
}

.index_rmgl .itemBox .item.active .btm {
    display: flex;
}

.index_rmgl .itemBox .item:first-child {
    padding-top: 0 !important;
}

.index_rmgl .itemBox .item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.index_rmgl .itemBox .item.active {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 16px 16px 0;
    border-bottom: none !important;
}

.index_rmgl .itemBox .item .thum {
    width: 100px;
    height: 60px;
    position: relative;
    margin-right: 15px;
}

.index_rmgl .itemBox .item:nth-child(1) .order {
    background-image: url(../images/top1.png);
}

.index_rmgl .itemBox .item:nth-child(2) .order {
    background-image: url(../images/top2.png);
}

.index_rmgl .itemBox .item:nth-child(3) .order {
    background-image: url(../images/top3.png);
}

.index_rmgl .itemBox .item .order {
    width: 22px;
    height: 18px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/top.png);
    line-height: 18px;
    padding-left: 6px;
    font-size: 12px;
    color: #fff;
}

.index_rmgl .itemBox .item .btm {
    margin-top: 14px;
    display: none;
    padding-left: 32px;
}

.index_rmgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.index_rmgl .itemBox .item .more {
    font-size: 12px;
    color: var(--pm-c);
}

.index_rmgl .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    margin-bottom: 22px;
}

.index_rmgl .itemBox .item .time {
    font-size: 12px;
    color: #999;
}





.index_rmyx {}

.index_rmyx .itemBox {
    margin-left: -40px;
}

.index_rmyx .itemBox .box {
    padding-left: 40px;
    width: 14.28%;
}

.index_rmyx .itemBox .box.uk-grid-margin {
    margin-top: 32px;
}

.index_rmyx .itemBox .item {
    text-align: center;
}

.index_rmyx .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}

.index_rmyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.index_rmyx .itemBox .item .size {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    line-height: 22px;
    height: 22px;
    background: rgba(36, 170, 153, 0.55);
    border-radius: 4px;
}





.index_gfyy {}


.index_gfyy .itemBox {}

.index_gfyy .itemBox .item {
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e6e6e6;
}

.index_gfyy .itemBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.index_gfyy .itemBox .item .thum {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
}

.index_gfyy .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.index_gfyy .itemBox .item .order {
    margin-right: 10px;
    width: 16px;
    height: 70px;
    line-height: 70px;
    background: #CCCCCC;
    text-align: center;
    font-size: 12px;
    color: #fff;

}

.index_gfyy .itemBox .item:first-child .order {
    background-color: #F36755;
}

.index_gfyy .itemBox .item:nth-child(2) .order {
    background-color: #F8C166;
}

.index_gfyy .itemBox .item:nth-child(3) .order {
    background-color: #A6E2C2;
}

.index_gfyy .itemBox .item .desc {
    font-size: 12px;
    margin: 8px 0;
    color: #999;
}

.index_gfyy .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.index_gfyy .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 4px;
}

.index_gfyy .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.index_gfyy .itemBox .item:hover .more {
    background-color: var(--pm-c);
}

.index_gfyy .itemBox .item .more {
    display: block;
    width: 34px;
    height: 20px;
    background: #D9D9D9;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    background-image: url(../images/down.png);
}




























.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_itemBox .itemBox {
    margin-left: -48px;
}

.list_game_itemBox .uk-width-1-2 {
    padding-left: 48px;
}

.list_game_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}

.list_game_itemBox .itemBox .uk-width-1-2.uk-grid-margin .item {
    border-top: 1px dashed #e6e6e6;
    padding-top: 19px;
}

.list_game_itemBox .itemBox .item {}

.list_game_itemBox .itemBox .item .thum {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.list_game_itemBox .itemBox .item .tagBox .tag {
    margin-right: 20px;
}

.list_game_itemBox .itemBox .item .star {
    display: block;
    margin: 0;
}

.list_game_itemBox .itemBox .item .scoreBox {
    font-size: 12px;
    color: #999;
}

.list_game_itemBox .itemBox .item .score {
    color: var(--pm-c);
}

.list_game_itemBox .itemBox .item .see {
    display: block;
    width: 96px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: var(--pm-c);
    text-align: center;
    border-radius: 6px;
    border: 1px solid var(--pm-c);
}

.list_game_itemBox .itemBox .item .btm {
    margin-top: 12px;
}

.list_game_itemBox .itemBox .item .desc {
    font-size: 12px;
    color: #666;
}

.list_game_itemBox .itemBox .item .type {
    width: 80px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/typeBgi.png);
    line-height: 22px;
    padding-left: 12px;
    margin-right: 15px;
    font-size: 12px;
    color: var(--pm-c);
}










.sideBar {
    width: 360px;
    margin-left: 20px;
}


.list_news {}

.list_news_itemBox {}


.list_news_itemBox .itemBox {
    position: relative;
}

.list_news_itemBox .itemBox .item {
    position: relative;
    margin-bottom: 40px;
}

.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .thum {
    width: 190px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}

.list_news_itemBox .itemBox .item .btm {
    background-color: #fafafa;
    margin-top: 14px;
}

.list_news_itemBox .itemBox .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.list_news_itemBox .itemBox .item .desc {
    font-size: 13px;
    color: #999;
    text-wrap: wrap;
    line-height: 24px;
}


.list_news_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.list_news_itemBox .itemBox .item .tag {
    width: 60px;
    height: 20px;
    background: #F2F2F2;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
}

.show_news .list_news_itemBox .itemBox .item .time {
    width: 58px;
    background-image: url(../images/small_timeBgi.png);
}

.list_news_itemBox .itemBox .item .time {
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-right: 8px;
    width: 91px;
    height: 22px;
    line-height: 22px;
    padding-left: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/timeBgi.png);
}









.show_news {}

.show_news_content .titleBox {
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.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 h3 {
    margin: 20px 0 10px;
    font-size: 16px;
    color: var(--pm-c);
    font-weight: bold;
    z-index: 3;
    position: relative;
    display: inline-block;
    padding: 0 14px;
}

.detail_content_box h3::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pm-c);
}

.detail_content_box h3::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pm-c);
}







.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: 20px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.kaifu .titleBox {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--pm-c);
    color: #fff;
    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;
}


.kaifu .itemBox .item {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    background-color: #fafafa;
    margin-bottom: 9px;
}


.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 .system .icon {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 3px;
}

.kaifu .itemBox .item .system .icon.pg {
    background-position: center;
    background-image: url(../images/kaifu_pg.png);
    background-color: var(--pm-c);
}

.kaifu .itemBox .item .system .icon.az {
    margin-right: 10px;
    background-position: center;
    background-color: #EF7225;
    background-image: url(../images/kaifu_az.png);
}


.kaifu .itemBox .item .down a {
    display: inline-block;
    font-size: 14px;
    color: var(--pm-c);
    padding-left: 20px;
    position: relative;
}


.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 .topBox {
    position: relative;
    background-repeat: no-repeat;
    padding: 25px;
    background-size: cover;
    box-shadow: 5px 5px 0px 0px rgba(36, 170, 153, 0.1);
    border: 1px solid rgba(36, 170, 153, 0.5);
}

.show_game .show_game_content {}

.show_game .show_game_titleBox .thum {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    position: relative;
    margin-right: 25px;
}


.show_game .show_game_titleBox .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    position: relative;
}


.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
    margin-left: -8px;
}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3 {
    padding-left: 8px;
}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3.uk-grid-margin {
    margin-top: 8px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag {
    position: relative;
    padding-left: 14px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag::before {
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pm-c);
    /* background-image: url(../images/li_before.png); */
}





.show_game .show_game_titleBox .btnBox {
    margin-top: 20px;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 180px;
    height: 42px;
    border-radius: 6px;
    line-height: 42px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 20px;
}


.show_game .show_game_titleBox .btnBox .az {
    background: #EF7225;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}

.show_game .show_game_titleBox .btnBox .pg {
    margin-right: 20px;
    color: #fff;
    background: var(--pm-c);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}


.show_game .show_game_titleBox .btnBox .az::before {
    background-image: url(../images/az.png);
}


.show_game .show_game_titleBox .btnBox .pg::before {
    background-image: url(../images/pg.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;
}

.screenshots .sliderBox {
    overflow: hidden;
}

.screenshots .sliderBox .dotnav {
    height: 8px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 18px;
    overflow: hidden;
}

.screenshots .sliderBox .dotnav li {
    width: 33.33%;
}

.screenshots .sliderBox .dotnav li a {
    border-radius: 18px;
    width: 100%;
    height: 8px;
    border: none;
}

.screenshots .sliderBox .dotnav li.uk-active a {
    background-color: #ccc;
}

.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: none;
    width: 30px;
    height: 86px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    margin: 0;
}

.screenshots .btn svg {
    display: none;
}

.screenshots .left {
    position: relative;
}



.screenshots .right {
    position: relative;
}



.other_xgtj {}

.other_xgtj .itemBox {
    margin-left: -20px;
}

.other_xgtj .itemBox .box {
    width: 14.28%;
    padding-left: 20px;
}

.other_xgtj .itemBox .box.uk-grid-margin {
    margin-top: 20px;
}


.other_xgtj .itemBox .item {
    text-align: center;
    padding: 12px 15px 8px;
    background: #F7F7F7;
}

.other_xgtj .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 10px;
}

.other_xgtj .itemBox .item:hover .title {
    color: var(--pm-c);
}

.other_xgtj .itemBox .item .title {
    font-size: 14px;
    color: #333;
}

.other_xgtj .itemBox .item .type {
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

.other_xgtj .itemBox .item:hover .type {
    display: none;
}

.other_xgtj .itemBox .item:hover .see {
    display: block;
}

.other_xgtj .itemBox .item .see {
    display: none;
    width: 60px;
    height: 24px;
    background: var(--pm-c);
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    margin: 3px auto 0;
}




.other_jxgl {}

.other_jxgl .itemBox {
    margin-left: -40px;
}

.other_jxgl .itemBox .uk-width-1-2 {
    padding-left: 40px;
}

.other_jxgl .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 13px;
    padding-top: 14px;
    border-top: 1px dashed #e6e6e6;
}

.other_jxgl .itemBox .item {}

.other_jxgl .itemBox .item:last-child {
    margin-bottom: 0;
}
.other_jxgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 14px;
}
.other_jxgl .itemBox .item .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--pm-c);
}

.other_jxgl .itemBox .item .desc {
    margin: 12px 0;
    font-size: 12px;
    color: #999;
}

.other_jxgl .itemBox .item .time {
    font-size: 12px;
    color: #999;
}









/* 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;
}