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

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

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

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

.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: 35px;
}

.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 p {
    line-height: 34px;
}
.footer .footer_p {
    line-height: 34px;
}

.public_title {
    width: 100%;
    height: 34px;
    line-height: 32px;
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #FEE1E6;
}


.public_title .title {
    font-size: 15px;
    padding-left: 32px;
    color: #333;
    position: relative;
    font-weight: bold;
    z-index: 3;
}

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

.public_title .more {
    font-size: 12px;
    color: #999;
    width: 13px;
    height: 100%;
    background-color: var(--pm-c);
    text-align: center;
    font-size: 12px;
    color: #fff;
}





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

.header .logoBox {}

.header .logo {
    display: block;
    width: 140px;
    margin-bottom: 22px;
    margin-top: 22px;
}

.header .navBox {
    background-color: var(--pm-c);
}

.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 16px;
    position: relative;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    z-index: 3;
    font-weight: bold;
}

.header .navBar .aBox li:last-child {
    margin-right: 0;
}

.header .navBar .aBox li.active a {
    position: relative;
    z-index: 3;
    background-color: #FFDDE2;
    font-weight: bold;
    color: var(--pm-c);
}

.header .navBar .aBox li.active a::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sj_curr.png);
}


.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    display: block;
    width: 180px;
    height: 30px;
    background-color: #F8F8F8;
    line-height: 30px;
    padding-left: 14px;
    padding-right: 40px;
    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: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../images/search_icon.png);
}


.index_contentBox {}

.index_top {}


.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: 220px;
    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 {
    display: none;
    width: 200px;
    background: #fff;
    padding-left: 20px;
    height: 330px;
    margin-left: 0;
    flex-direction: column;
    position: relative;
    z-index: 555;
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
}

.index_top_slider .sliderBox .dotnav li a {
    border: 1px solid transparent;
    width: 100%;
    height: 96px;
    border-radius: 0;
    position: relative;
}

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

.index_top_slider .sliderBox .dotnav li.uk-active a {
    border: 1px solid var(--pm-c);
}

.index_top_slider .sliderBox .btn {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 87px;
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: center;
    background-color: #f5f5f5;
}

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

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

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


.index_glph {}

.index_glph .list {}

.index_glph .list li {
    padding-left: 0;
    margin-bottom: 22px;
}

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

.index_glph .list li .order {
    font-size: 15px;
    color: #333;
    margin-right: 10px;
    font-weight: bold;
}


.index_tjgl {}

.index_tjgl .itemBox {}

.index_tjgl .itemBox .item {
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #e5e5e5;
    margin-left: 18px;
    position: relative;
}

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

.index_tjgl .itemBox .item::before {
    position: absolute;
    left: -18px;
    top: 4px;
    display: block;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/li_before.png);
    content: "";
}

.index_tjgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.index_tjgl .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}

.index_tjgl .itemBox .item .detail {
    display: block;
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: var(--pm-c);
    padding-left: 16px;
    border: 1px solid #F0F0F0;
    margin-left: 10px;
}

.index_tjgl .itemBox .item .detail::before {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_jt.png);
    content: "";
}

.index_tjgl .itemBox .item .info {
    display: none;
}

.index_tjgl .itemBox .item.active .info {
    display: flex;
    height: 62px;
    background: #F8F8F8;
    padding: 10px;
    position: relative;
    margin-top: 10px;
}

.index_tjgl .itemBox .item .info::before {
    position: absolute;
    right: 25px;
    top: -5px;
    display: block;
    content: "";
    width: 14px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sj.png);
}

.index_tjgl .itemBox .item .info .thum {
    width: 68px;
    height: 42px;
    position: relative;
    margin-right: 10px;
}

.index_tjgl .itemBox .item .info .desc {
    font-size: 12px;
    color: #999;
    line-height: 21px;
    text-wrap: wrap;
}








.index_yxgl {}

.index_yxgl .itemBox {
    margin-left: -18px;
}

.index_yxgl .itemBox .uk-width-1-3 {
    padding-left: 18px;
}

.index_yxgl .itemBox .item {}

.index_yxgl .itemBox .item .top {}

.index_yxgl .itemBox .item .top .thum {
    width: 100%;
    height: 130px;
    position: relative;
}

.index_yxgl .itemBox .item .top .title {
    margin: 14px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.index_yxgl .itemBox .item .top .see {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 111px;
    line-height: 28px;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.index_yxgl .itemBox .item .list {
    width: auto;
    margin-top: 20px;
}

.index_yxgl .itemBox .item .list li {
    margin-bottom: 26px;
}

.index_yxgl .itemBox .item .list li::before {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/li_before.png);
}

.index_yxgl .itemBox .item .list li .title {
    padding-right: 0;
}




.index_newsBox {}

.index_newsBox .top {
    margin-bottom: 12px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e5e5e5;
}

.index_newsBox .top:nth-child(3) {
    margin-top: 20px;
}

.index_newsBox .top .title {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.index_newsBox .top .title::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    width: 19px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
    transform: translateY(-50%);
    z-index: 2;
}

.index_newsBox .top .time {
    font-size: 12px;
    color: #999;
}

.index_newsBox .top .desc {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    margin-top: 14px;
}


.index_newsBox .list {}

.index_newsBox .list li {
    margin-bottom: 20px;
    padding-left: 0;
}

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

.index_newsBox .list li .tag {
    font-size: 12px;
    color: #999;
    padding-top: 4px;
    width: 42px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/time_bgi.png);
    margin-right: 10px;
}


.index_tjzx {}

.index_tjzx .itemBox {}

.index_tjzx .itemBox .item {
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}

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

.index_tjzx .itemBox .item .title {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
}

.index_tjzx .itemBox .item .title::before {
    position: absolute;
    content: "荐";
    display: block;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 2;
    background-color: var(--pm-c);
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.index_tjzx .itemBox .item .tagBox {
    font-size: 12px;
    color: #888;
}

.index_tjzx .itemBox .item .tagBox .time {
    margin-right: 10px;
}

.index_tjzx .itemBox .item .score {
    width: 46px;
    height: 46px;
    background: #F8F8F8;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    font-size: 10px;
    color: #999;
    line-height: 46px;
}

.index_tjzx .itemBox .item .score span {
    font-size: 18px;
    color: var(--pm-c);
    font-weight: bold;
}




.index_sjyx {}

.index_sjyx .itemBox {
    margin-left: -10px;
}

.index_sjyx .itemBox .uk-width-1-2 {
    padding-left: 10px;
}

.index_sjyx .itemBox .uk-width-1-2.uk-grid-margin {
    margin-top: 20px;
}
.show_game .index_sjyx .itemBox {
    margin-left: -28px;
}

.index_sjyx .itemBox .uk-width-1-4 {
    padding-left: 28px;
}

.index_sjyx .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 30px;
}

.index_sjyx .itemBox .item {
    position: relative;
    padding-left: 16px;
}

.index_sjyx .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/li_before.png);
}


.index_sjyx .itemBox .item .thum {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    position: relative;
    margin-right: 10px;
}

.index_sjyx .itemBox .item .title {
    font-size: 14px;
    color: #333;
    padding-right: 33px;
    position: relative;
}

.index_sjyx .itemBox .item .size {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.index_sjyx .itemBox .item .detail {
    display: block;
    width: 100%;
    height: 26px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    position: relative;
    margin-top: 18px;
}

.index_sjyx .itemBox .item .detail::before {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 17px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 2;
    content: "";
    background-image: url(../images/game.png);
}

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

.index_sjyx .itemBox .item:hover .detail::before {
    background-image: url(../images/game_curr.png);
}

.index_sjyx .topTitle {
    position: relative;
    padding-top: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    z-index: 6;
}

.index_sjyx .topTitle::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 168px;
    background: rgba(255, 116, 139, 0.1);
    left: 0;
    top: 0;
    z-index: -1;
}

.index_sjyx .topTitle span {
    display: inline-block;
    padding: 0 67px;
    position: relative;
}

.index_sjyx .topTitle span::before {
    content: "";
    display: block;
    width: 51px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/title_l.png);
}

.index_sjyx .topTitle span::after {
    content: "";
    display: block;
    width: 51px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/title_r.png);
}

.index_sjyx .thumBox {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 26px;
    margin: 20px 13px 0;
    position: relative;
    z-index: 55;
    margin-bottom: 24px;
}

.index_sjyx .thumBox .item {
    text-align: center;
}

.index_sjyx .thumBox .item .thum {
    width: 72px;
    height: 72px;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 12px;
}

.index_sjyx .thumBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.index_sjyx .thumBox .item .size {
    font-size: 12px;
    color: #888;
}

.index_tjrj .itemBox {
    margin-left: -34px;
}

.index_tjrj .itemBox .uk-width-1-4 {
    padding-left: 34px;
}

.index_tjrj .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 24px;
}

.index_tjrj .itemBox .item {
    text-align: center;
}

.index_tjrj .itemBox .item .thum {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 12px;
}

.index_tjrj .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.index_tjrj .itemBox .item .size {
    font-size: 12px;
    color: #888;
}


.index_tjrj .list {
    margin-top: 24px;
}

.index_tjrj .list li {
    padding-left: 18px;
    margin-bottom: 20px;
}

.index_tjrj .list li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/li_before.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.index_tjrj .list li .thum{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-right: 10px;
}
.index_tjrj .list li .size{
    font-size: 12px;
    color: #888;
    margin-right: 14px;
}
.index_tjrj .list li .see{
    font-size: 13px;
    color: var(--pm-c);
    padding-right: 24px;
    position: relative;
}
.index_tjrj .list li .see::before{
    content: "";
    display: block;
    width: 21px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_jt_big.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 {}

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

.list_game_itemBox .uk-width-1-5 {
    padding-left: 20px;
}

.list_game_itemBox .itemBox .uk-width-1-5.uk-grid-margin {
    margin-top: 40px;
}

.list_game_itemBox .itemBox .item {
    position: relative;
    padding-left: 16px;
}

.list_game_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/li_before.png);
}


.list_game_itemBox .itemBox .item .thum {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    position: relative;
    margin-right: 10px;
}

.list_game_itemBox .itemBox .item .title {
    font-size: 14px;
    color: #333;
    padding-right: 33px;
    position: relative;
}

.list_game_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}
.list_game_itemBox .itemBox .item .tagBox .tag::after{
    content: "|";
    margin: 0 6px ;
}
.list_game_itemBox .itemBox .item .tagBox .tag:last-child::after{
    display: none;
}

.list_game_itemBox .itemBox .item .detail {
    display: block;
    width: 100%;
    height: 26px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    position: relative;
    margin-top: 18px;
}

.list_game_itemBox .itemBox .item .detail::before {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 17px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 2;
    content: "";
    background-image: url(../images/game.png);
}











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


.list_news {}

.list_news_itemBox {}


.list_news_itemBox .itemBox {
    position: relative;
}

.list_news_itemBox .itemBox .item {
    margin-bottom: 16px;
    padding-left: 18px;
    position: relative;
}
.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item::before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/li_before.png);
    content: "";
}

.list_news_itemBox .itemBox .item .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.list_news_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}
.list_news_itemBox .itemBox .item .tagBox .tag{
    margin-right: 20px;
}
.list_news_itemBox .itemBox .item .tagBox .tag:last-child{
    margin-right: 0;
}

.list_news_itemBox .itemBox .item .detail {
    display: block;
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: var(--pm-c);
    padding-left: 16px;
    border: 1px solid #F0F0F0;
    margin-left: 10px;
}

.list_news_itemBox .itemBox .item .detail::before {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more_jt.png);
    content: "";
}

.list_news_itemBox .itemBox .item .info {
    display: flex;
    background: #F8F8F8;
    padding: 10px;
    position: relative;
    margin-top: 16px;
}

.list_news_itemBox .itemBox .item .info::before {
    position: absolute;
    right: 25px;
    top: -5px;
    display: block;
    content: "";
    width: 14px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sj.png);
}

.list_news_itemBox .itemBox .item .info .thum {
    width: 98px;
    height: 60px;
    position: relative;
    margin-right: 10px;
}

.list_news_itemBox .itemBox .item .info .desc {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    text-wrap: wrap;
}







.show_news {}

.show_news_content .titleBox {
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    position: relative;
    z-index: 6;
}


.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;
    background: #F6F6F6;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 14px;
}

.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: 14px;
    color: #fff;
    z-index: 3;
    position: relative;
    height: 33px;
    line-height: 30px;
    z-index: 6;
    padding-left: 10px;
    padding-bottom: 5px;
}


.detail_content_box h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 85px;
    height: 33px;
    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: var(--pm-c);
    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;
    padding: 29px 21px 20px;
    background: linear-gradient( 360deg, #FFFFFF 0%, #FFEEF1 100%);
    margin-bottom: 24px;
    z-index: 6;
}


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

.show_game .show_game_titleBox .txtBox {
    padding-right: 20px;
}

.show_game .show_game_titleBox .txtBox .title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    position: relative;
}

.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 12px;
    color: #697DA4;
    margin-top: 15px;
}

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

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


.show_game .show_game_titleBox .tjBox{}
.show_game .show_game_titleBox .tjBox .progressBox{
    width: 58px;
    margin-right: 30px;
}
.show_game .show_game_titleBox .tjBox .progress{
    writing-mode: vertical-rl;
    width: 8px;
    height: 40px;
    background-color: #fff;
    border-radius: 66px;
}
.show_game .show_game_titleBox .tjBox .progress::-webkit-progress-value{
    background-color: var(--pm-c);
    border-radius: 66px;
}
.show_game .show_game_titleBox .tjBox .progress::-webkit-progress-bar{
    border: none;
    border-radius: 66px;
    background-color: #fff;
}
.show_game .show_game_titleBox .tjBox .tj{
    font-size: 12px;
    color: #999;
}
.show_game .show_game_titleBox .tjBox .tj span{
    display: block;
    font-size: 20px;
    color: var(--pm-c);
    font-weight: bold;
    margin-top: 10px;
}
.show_game .show_game_titleBox .btnBox {
    margin-top: 20px;
}

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


.show_game .show_game_titleBox .btnBox .az {
    background: var(--pm-c);
    margin-right: 12px;
}

.show_game .show_game_titleBox .btnBox .pg {
    color: #fff;
    background: #50CDFA;
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    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;
    height: auto;
    margin: 30px auto;
    padding: 0 25px;
}

.screenshots .sliderBox {
    overflow: hidden;
}

.screenshots .sliderBox .dotnav {
    display: none;
}

.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: 58px;
    height: 58px;
    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 {
    background-image: url(../images/btn_l.png);
    left: 0;
}



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



.sideBar .index_zjbb .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.show_game .list_game_itemBox {}

.show_game .list_game_itemBox .itemBox {
    margin-left: -28px;
}

.show_game .list_game_itemBox .itemBox .uk-width-1-3 {
    padding-left: 28px;
}

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

.show_game .list_game_itemBox .itemBox .item .size {
    color: #888;
}

.show_game .list_game_itemBox .itemBox .item .type {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}



/* 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;
}