/*隐藏类*/
.hide {
    display: none !important;
}

/*隐藏遮罩*/
#aq-model {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
    margin: 20px 0
}

#app_info li {
    display: inline-block;
    width: 33.33%;

}

#app_info li b {
    cursor: pointer;
}

#app_info_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999
}

#app_info_cover .app_info_main {
    background: #fff;
    width: 520px;
    margin: auto;
    margin-top: 100px;
    border-radius: 8px;
    overflow: hidden;
}

#app_info_cover .app_info_title {
    background: #5CA8F6;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#app_info_cover .app_info_body {
    padding: 20px;
    height: 320px;
    overflow-y: scroll;
    text-align: left;
}

#app_info_cover .app_info_close {
    margin: 20px;
    font-size: 17px;
    color: #fff;
    background: #5CA8F6;
    line-height: 48px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 760px) {
    #app_info li {
        width: 100%;
        margin-top: 10px;
    }

    #app_info_cover .app_info_main {
        width: 98%;
    }

    #app_info_cover .app_info_close {
        font-size: 16px;
        line-height: 42px;
    }
}

/* CSS Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    line-height: 1.5;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
main,
header,
footer,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */


a,
a:hover {
    background-color: transparent;
    text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

input::-webkit-input-placeholder {
    color: transparent;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

input:-ms-input-placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

:root {
    --pm-c: #E25978;
}

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

.w-380 {
    width: 380px;
}

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

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

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

.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;
    text-align: center;
    padding: 35px 0;
}

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

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

.footer .name {
    color: #ccc;
}

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

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

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

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

.public_title {
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_titleBgi.png);
    padding: 0 10px;
}

.public_title.big {
    background-image: url(../images/public_titleBgi_big.png);
}

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

.public_title .title::before {
    display: block;
    width: 8px;
    height: 12px;
    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: 18px;
    font-size: 14px;
    color: var(--pm-c);
}

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


/* 当前位置 */
.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: var(--pm-c);
}

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

.header .navBar {
    height: 90px;
}

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

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


.header .navBar .aBox a.active {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #CD1640;
}

.index_top {
    margin-top: 20px;
}


.index_sliderBox {
    height: 406px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(192, 192, 192, 0.15);
}

.index_sliderBox .slider {
    border-radius: 12px;
    height: 406px !important;
    width: 100% !important;
}

.index_sliderBox .slider_item {
    width: 100% !important;
    height: 312px !important;
}

.index_sliderBox .swiper-slide-active .thum {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    border-radius: 8px 8px 0px 0px;
}

.index_sliderBox li {
    width: 100%;
    height: 100%;
}

.index_sliderBox li a {
    width: 100%;
    height: 312px !important;
    position: relative;
    padding: 6px;
}

.index_sliderBox .uk-position-small {
    margin: 0;
}

.slidee_zz {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
}

.slidee_zz .text {
    display: block;
    width: 100%;
    padding: 0 20px;
    padding-right: 72px;
}

.index_sliderBox .swiper-pagination {
    position: absolute;
    bottom: 96px;
    display: inline-block;
    width: auto;
    left: auto;
    right: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.index_sliderBox .swiper-pagination .swiper-pagination-current {
    font-size: 32px;
    color: var(--pm-c);
    font-weight: bold;
    font-style: italic;
}

.slider_btm {
    width: 100% !important;
    height: 94px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    margin: 0;
    background-color: #fff;
}

.slider_btm li.swiper-slide-active,
.slider_btm li {
    padding-left: 0;
    height: 100%;
    width: 25%;
    background-color: #fff;
}

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

.slider_btm li.swiper-slide-thumb-active {
    background: #FDEFF2;
}

.slider_btm li div {
    display: block;
    width: 156px !important;
    height: 66px !important;
    ;
    border-radius: 6px;
    margin: 14px auto !important;
    position: relative;
    overflow: hidden;
}

.slider_btm li div span {
    display: block;
    width: 156px;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    line-height: 66px;
    text-align: center;
    font-size: 12px;
    background: rgba(0, 0, 0, .4);
    text-indent: 0;
}

.index_zxzx {
}

.index_zxzx .itemBox {}

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

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

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

.index_zxzx .itemBox .item .info .thum {
    width: 130px;
    height: 86px;
    position: relative;
    border-radius: 6px;
    margin-right: 12px;
}

.index_zxzx .itemBox .item .info .title .tag {
    display: block;
    width: 32px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: var(--pm-c);
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_zxzx .itemBox .item .info .title {
    position: relative;
    padding-left: 42px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

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

.index_zxzx .itemBox .item .info .time {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 20px;
}

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

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

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

.index_zxzx .list li .tag {
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: var(--pm-c);
    border-radius: 4px;
    margin-right: 10px;
}

.index_rmht {}

.index_rmht .itemBox {}

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

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

.index_rmht .itemBox .item .titleBox {
    margin-bottom: 21px;
}

.index_rmht .itemBox .item .titleBox .timeBox {
    width: 48px;
    height: 60px;
    background: var(--pm-c);
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.index_rmht .itemBox .item .titleBox .timeBox::before {
    width: 35px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%) rotate(-45deg);
    content: "";
    display: block;
}

.index_rmht .itemBox .item .titleBox .timeBox .month {
    position: absolute;
    left: 7px;
    top: 7px;
}

.index_rmht .itemBox .item .titleBox .timeBox .day {
    position: absolute;
    bottom: 10px;
    right: 6px;
}

.index_rmht .itemBox .item .titleBox .txtBox {}

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

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

.index_rmht .itemBox .item .list li {
    margin-bottom: 20px;
}

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

.index_rmxw {}

.index_rmxw .itemBox {}

.index_rmxw .itemBox .item {
    margin-bottom: 25px;
}

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

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

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

.index_rmxw .itemBox .item .order {
    width: 24px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: var(--pm-c);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tagBgi.png);
    margin-right: 10px;
    font-size: 12px;
}

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

.index_rmxw .itemBox .item .itemCard .thum {
    width: 110px;
    height: 68px;
    position: relative;
    border-radius: 6px;
    margin-right: 10px;
}

.index_rmxw .itemBox .item .itemCard .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 22px;
}

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

.index_rmxw .itemBox .item .itemList {}

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

.index_yxgl {}

.index_yxgl .thum {
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 24px;
    height: 200px;
}

.index_yxgl .itemBox {}

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

.index_yxgl .itemBox .item:last-child {
    margin-bottom: 0 !important;
}

.index_yxgl .itemBox .item.active {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 21px;
}

.index_yxgl .itemBox .item .list li {
    margin-bottom: 0;
    padding-left: 0;
}

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

.index_yxgl .itemBox .item .list li .tag {
    font-size: 14px;
    color: var(--pm-c);
    margin-right: 10px;
}

.index_yxgl .itemBox .item .list li .title {}



.index_yxgl .itemBox .item.active .list li .title {
    font-size: 16px;
    font-weight: bold;
}

.index_yxgl .itemBox .item.active .list li .time {
    display: block;
}

.index_yxgl .itemBox .item.active .list li .time {
    display: none;
}

.index_yxgl .itemBox .item .list li .time {
    padding-left: 0;
    display: block;
}

.index_yxgl .itemBox .item .list li .time::before {
    display: none;
}

.index_yxgl .itemBox .item.active .text {
    display: -webkit-box;
}

.index_yxgl .itemBox .item.active .time {
    display: block;
}

.index_yxgl .itemBox .item.active .list li .tag {
    font-size: 16px;
    font-weight: bold;
}

.index_yxgl .itemBox .item .text {
    display: none;
    font-size: 14px;
    margin-top: 14px;
    color: #666;
    margin-bottom: 13px;
}

.index_yxgl .itemBox .item .time {
    display: none;
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 20px;
}

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

.index_zxtj {
}

.index_zxtj .titleBox {
    margin-bottom: 24px;
}

.index_zxtj .titleBox .item {
    text-align: center;
    margin-bottom: 16px;
}

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

.index_zxtj .titleBox .item .title {
    font-size: 16px;
    color: var(--pm-c);
    font-weight: bold;
    margin-bottom: 7px;
}

.index_zxtj .titleBox .item ul {}

.index_zxtj .titleBox .item ul li {
    width: 32%;
}

.index_zxtj .titleBox .item ul li a {
    font-size: 14px;
    color: #aaa;
}

.index_zxtj .left {
}

.index_zxtj .list {}

.index_zxtj .left .list li {
    margin-bottom: 10px;
}

.index_zxtj .left .list li:nth-child(3n) {
    margin-bottom: 24px;
}

.index_zxtj .left .list li:nth-child(3n-2) .tag {
    width: 46px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rm.png);
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    padding-right: 4px;
}

.index_zxtj .left .list li:nth-child(3n-2) .tag::after {
    display: none;
}

.index_zxtj .left .list li:nth-child(3n-2) .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index_zxtj .left .list li:nth-child(3n-2) .time {
    display: none;
}

.index_zxtj .left .list li:last-child {
    margin-bottom: 0;
}

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

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

.index_zxtj .list li .title {}

.index_zxtj .list li .tag {
    display: block;
    font-size: 14px;
    color: #999;
}

.index_zxtj .list li .tag::after {
    display: inline-block;
    content: "|";
    margin: 0 6px;
    color: #e5e5e5;
}

.index_zrzx {}

.index_zrzx .itemBox {}

.index_zrzx .itemBox .item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d9d9d9;
}

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

.index_zrzx .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 48px;
    margin-bottom: 14px;
}

.index_zrzx .itemBox .item .title .tag {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 38px;
    background: var(--pm-c);
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 10px 0;
}

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

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

.index_jxsy {
}

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

.index_jxsy .itemBox .uk-width-1-4 {
    padding-left: 15px;
}

.index_jxsy .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 28px;
}

.index_jxsy .itemBox .item {
    width: 186px;
}

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

.index_jxsy .itemBox .item .txtBox {}

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

.index_jxsy .itemBox .item .txtBox .scoreBox {
    margin-bottom: 5px;
}

.index_jxsy .itemBox .item .txtBox .scoreBox .star {
    margin: 0;
    margin-right: 6px;
}

.index_jxsy .itemBox .item .txtBox .scoreBox .score {
    font-size: 12px;
    color: #aaa;
}

.index_jxsy .itemBox .item .txtBox .type {
    font-size: 12px;
    color: #aaa;
}
.index_jxsy .itemBox .item .box:hover .type{
    display: none;
}
.index_jxsy .itemBox .item .box:hover .scoreBox{
    display: none;
}
.index_jxsy .itemBox .item .box:hover .detail{
    display: block;
}
.index_jxsy .itemBox .item .txtBox .detail {
    display: none;
    width: 60px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: var(--pm-c);
    border-radius: 6px;
}

.index_rmyy {}

.index_rmyy .itemBox {}

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

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

.index_rmyy .itemBox .item .order {
    font-size: 16px;
    color: #aaa;
    margin-right: 14px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

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

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

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

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

.index_rmyy .itemBox .item .txtBox {}

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

.index_rmyy .itemBox .item .txtBox .type {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 6px;
}

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

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

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






























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

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

.list_game {}

.list_game .star {
    height: 16px;
    width: 80px;
    background: url('../images/bigStar.png') repeat-x center/16px;
    display: inline-block;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.list_game_itemBox .item {
    padding: 20px;
    border: 1px solid #f5f5f5;
    width: 386px;
    height: 216px;
    position: relative;
}


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

.list_game_itemBox .item  .star {
    margin: 0;
}

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

.list_game_itemBox .item .txtBox {}


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


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

.list_game_itemBox .item .detail {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #E4E4E4;
    box-shadow: inset 2px 2px 4px 0px rgba(255,255,255,0.25);
}

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


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

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    margin-bottom: 32px;
}

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

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

.list_news_itemBox .itemBox .item .txtBox {}

.list_news_itemBox .itemBox .item .txtBox .titleBox {
}

.list_news_itemBox .itemBox .item .txtBox .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 6px;
    position: relative;
    padding-right: 24px;
    display: inline-block;
    width: auto;
}

.list_news_itemBox .itemBox .item .txtBox .title:hover {
    color: var(--pm-c);
}
.list_news_itemBox .itemBox .item .txtBox .title:hover::before {
    background-image: url(../images/title_more_curr.png);
}
.list_news_itemBox .itemBox .item .txtBox .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/title_more.png) no-repeat;
}
.list_news_itemBox .itemBox .item .txtBox .time {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

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


.sideBar .index_yxzx {
    width: 100%;
}

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

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

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

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

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

.detail_content_box {
    text-align: center;
}

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

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


.kaifu {
    margin-bottom: 50px;
}

.kaifu .infoBox {
    height: 44px;
    line-height: 44px;
    padding: 0 20px 0 44px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
.kaifu .infoBox::before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    display: block;
    content: "";
    background-size: cover;
    background-image: url(../images/lb.png);
}

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

.p-20{
    padding: 20px;
}

.bgc-f5 .sideBar{
    width: 360px;
}

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

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

.kaifu .titleBox {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: var(--pm-c);
    color: #fff;
    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:nth-child(-n+2) {
    background: rgba(226,89,120,0.1);
}
.kaifu .itemBox .item {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #F4F4F4;
    background-color: #fdfdfd;
}
.kaifu .itemBox .item:hover {
    background-color: #fff;
}

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

.kaifu .itemBox .item .name .title {
    margin: 0 auto;
    font-size: 14px;
    color: var(--pm-c);
    display: inline-block;
    width: auto;
    padding-right: 21px;
    position: relative;
}

.kaifu .itemBox .item .name .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
}
.kaifu .itemBox .item .down a {
    display: block;
    border: 1px solid var(--pm-c);
    font-size: 14px;
    color: var(--pm-c);
    margin: 0 auto;
    width: 88px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border-radius: 666px;
}

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


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

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

.show_game .show_game_titleBox .txtBox {}

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

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

.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: 50px;
}
.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: 6px;
    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-right: 20px;
}

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

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


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


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

.show_game .show_game_titleBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 180px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--pm-c);
    border-top: none;
    z-index: 5;
}

.show_game .show_game_titleBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}

.screenshots {
    position: relative;

}

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

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

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

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

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

.screenshots .btn svg {
    display: none;
}

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

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

.other_rmyx {}

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

.other_rmyx .itemBox .uk-width-1-5 {
    padding-left: 65px;
}

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

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

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


.other_rmyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
}
