<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*éšè—ç±»*/
.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;
}

/*åº”ç”¨ä¿¡æ¯æ&nbsp;·å¼*/
#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: #657CF2;
}

/* é‡å¤ä½¿ç”¨ */
.p-l-r-20 {
    padding: 0 20px;
}

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


.bgc-fff {
    background-color: #fff;
    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;
}

/* è¯„åˆ†å›¾æ&nbsp;‡ */
.star {
    width: 80px;
    height: 16px;
    background: url('../images/star.png') repeat-x center/16px;
    display: inline-block;
    margin: 0 10px;
}

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

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

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

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

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

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

/* å¤šæ¬¡ä½¿ç”¨ */
/* é‡å¤ä½¿ç”¨ */
/* åˆ†é¡µå¤šæ¬¡ä½¿ç”¨ */
.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-40 {
    margin-right: 40px;
}

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

.m-t-40 {
    margin-top: 40px;
}

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

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

.m-t-20 {
    margin-top: 20px;
}

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

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

.w-340 {
    width: 340px;
}

.w-380 {
    width: 380px;
}

.w-296 {
    width: 296px;
}

.w-390 {
    width: 390px;
}

.w-400 {
    width: 400px;
}

.list {}

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

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

.list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

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

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

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

.footer .name {
    color: #ccc;
}

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

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

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

.public_title {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}


.public_title .title {
    font-size: 16px;
    color: #333;
    padding-left: 22px;
    position: relative;
    font-weight: bold;
    z-index: 3;
    line-height: 20px;
}

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

.public_title .more {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-right: 15px;
}

.public_title .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_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: "&gt;";
    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: 80px;
    background-color: var(--pm-c);
}

.header .logoBox {}

.header .logo {
    display: block;
    height: 36px;
    width: 134px;
}

.header .navBox {}

.header .navBar {}

.header .navBar .aBox {}

.header .navBox {
    position: relative;

}

.header .navBox .box {
    height: 100%;
}

.header .navBar .aBox li {
    display: inline-block;
    line-height: 80px;
    text-align: center;
}

.header .navBar .aBox li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 24px;
    line-height: 80px;
    font-size: 16px;
    min-width: 64px;
    top: 50%;
    transform: translateY(-50%);
}

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

.header .navBar .aBox li.active a {
    position: relative;
    padding: 0 28px;
    color: var(--pm-c);
}

.header .searchBox {
    position: relative;
}

.header .searchBox .search_ipt {
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    color: #333;
    border-radius: 444px;
    background-color: #fff;
}

.header .searchBox .search_ipt::placeholder {
    font-size: 12px;
    color: var(--pm-c);
}

.header .searchBox .search_btn {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0 2px 2px 0;
    line-height: 34px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    background-image: url(../images/search.png);
}

.header .navBar .aBox li.active a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 888px;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}


.index_top {}


.index_top_slider {
    position: relative;
}

.index_top_slider .sliderBox {
    position: relative;
}

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

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

.index_top_slider .sliderBox .slider_item li .thum {
    width: 100%;
    height: 190px;
    position: relative;
}

.index_top_slider .slider_item .thum .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 16px;
    padding-right: 85px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.index_top_slider .sliderBox .dotnav {
    margin: 0 !important;
    position: absolute;
    bottom: 14px;
    right: 20px;
}

.index_top_slider .sliderBox .dotnav li {
    padding-left: 0;
    margin-right: 4px;
}

.index_top_slider .sliderBox .dotnav li a {
    border: none;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

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

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

.index_top_slider .itemBox {
    margin-top: 20px;
    margin-left: -20px;
}

.index_top_slider .itemBox .uk-width-1-2 {
    padding-left: 20px;
}

.index_top_slider .itemBox .thum {
    width: 100%;
    height: 100px;
    position: relative;
}



.index_newsBox {}

.index_newsBox .top {
    margin-bottom: 12px;
    height: 38px;
    background: rgba(101, 124, 242, 0.1);
    border-radius: 10px;
    line-height: 38px;
    position: relative;
    padding-left: 53px;
}

.index_newsBox .top:last-of-type {
    margin-top: 12px;
}

.index_newsBox .top .title {
    position: relative;
    font-size: 16px;
    color: var(--pm-c);
}

.index_newsBox .list {}

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


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

.index_newsBox .tag {
    width: 47px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 13px;
    color: #727272;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tag.png);
}

.index_newsBox .top .tag {
    background-image: url(../images/tag_curr.png);
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_newsBox .list li .time {}




.index_jxgl {}

.index_jxgl .topThum {}

.index_jxgl .topThum .thum {
    width: 100%;
    height: 138px;
    position: relative;
}

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

.index_jxgl .topThum .title {
    width: 100%;
    height: 32px;
    background: #F7F7F7;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
}

.index_jxgl .thumBox {
    margin-top: 12px;
}

.index_jxgl .thumBox .thum {
    width: 100%;
    height: 78px;
    position: relative;
}

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

.index_jxgl .thumBox .title {
    width: 100%;
    height: 32px;
    background: #F7F7F7;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
}

.index_jxgl .list {
    margin-top: 16px;
}

.index_jxgl .list li {
    margin-bottom: 16px;
}

.index_jxgl .list li::before {
    background-color: var(--pm-c);
    width: 4px;
    height: 4px;
}

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




.index_rmgl {}

.index_rmgl .itemBox {}

.index_rmgl .itemBox .item {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f7f7f7;
}

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



.index_rmgl .itemBox .item .title {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.index_rmgl .itemBox .item .title::before {
    background-color: transparent;
    border-radius: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
}

.index_rmgl .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    margin: 10px 0 16px;
}

.index_rmgl .itemBox .item.active .thum {
    display: block;
}

.index_rmgl .itemBox .item .thum {
    width: 100px;
    height: 76px;
    position: relative;
    margin-right: 15px;
    display: none;
}

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

.index_rmgl .itemBox .item .tagBox .tag {
    position: relative;
    padding-left: 16px;
    margin-right: 20px;
}

.index_rmgl .itemBox .item .tagBox .tag:last-child {
    margin-right: 0;
}

.index_rmgl .itemBox .item .tagBox .tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

.index_rmgl .itemBox .item .tagBox .tag.source::before {
    background-image: url(../images/link.png);
}

.index_rmgl .itemBox .item .tagBox .tag.time::before {
    background-image: url(../images/time_666.png);
}

.index_rmgl .list {}

.index_rmgl .list li {
    margin-bottom: 16px;
    padding-left: 0;
}

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

.index_rmgl .list li .order {
    width: 18px;
    height: 18px;
    background: #ccc;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 99px;
    margin-right: 10px;
}




.index_rmzx {
    position: relative;
}

.index_rmzx .top {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: rgba(101, 124, 242, 0.05);
}

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

.index_rmzx .top .title {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

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

.index_rmzx .top .desc {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.index_rmzx .top .time {
    padding-left: 16px;
    position: relative;
    font-size: 12px;
    color: #999;
}

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

.index_rmzx .list {}


.index_rmzx .list {}

.index_rmzx .list li {
    margin-bottom: 16px;
}

.index_rmzx .list li::before {
    background-color: transparent;
    border-radius: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
}



.index_zxzx {}

.index_zxzx .itemBox {}

.index_zxzx .itemBox .item {
    margin-bottom: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

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

.index_zxzx .itemBox .item .info {
    padding-right: 20px;
}


.index_zxzx .itemBox .item:hover .title {
    color: var(--pm-c);
}

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


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

.index_zxzx .itemBox .item .time {
    width: 60px;
    height: 46px;
    background: #F3F3F3;
    border-radius: 6px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #bdbdbd;
    margin-right: 12px;
}


.index_zxzx .itemBox .item .desc {
    font-size: 12px;
    color: #999;
}

.index_zxzx .itemBox .item .more {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/more.png);
}

.index_zxzx .itemBox .item:hover .more {
    background-image: url(../images/more_curr.png);
}



.index_news {}

.index_news .itemBox {
    margin-left: -24px;
    margin-bottom: 16px;
}

.index_news .itemBox .uk-width-1-4 {
    padding-left: 24px;
}

.index_news .itemBox .item:hover {
    background-color: rgba(101, 124, 242, 0.05);
}

.index_news .itemBox .item {
    padding: 15px;
    background-color: #f7f7f7;
}

.index_news .itemBox .item .thum {
    width: 252px;
    height: 130px;
    position: relative;
}

.index_news .itemBox .item .title {
    font-size: 15px;
    color: #333;
    padding-left: 64px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 10px;
}

.index_news .itemBox .item:hover .title {
    color: var(--pm-c);
}

.index_news .itemBox .item:hover .title .tag {
    background-color: var(--pm-c);
    color: #fff;
}

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


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


.index_news .list {
    margin-left: -24px;
}

.index_news .list .uk-width-1-4 {
    padding-left: 24px;
    margin-bottom: 0;
}

.index_news .list .uk-width-1-4.uk-grid-margin {
    margin-top: 16px;
}

.index_news .list li {
    margin-bottom: 0;
}

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

.index_news .list li .title {
    padding-left: 16px;
    position: relative;
}

.index_news .list li .title::before {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 4px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    background-color: var(--pm-c);
    border-radius: 50%;
}




.index_rmyx {}

.index_rmyx .itemBox {
    margin-left: -35px;
}

.index_rmyx .itemBox .box {
    width: 12.5%;
    padding-left: 35px;
}

.index_rmyx .itemBox .box.uk-grid-margin {
    margin-top: 16px;
}

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

.index_rmyx .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 8px;
}

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

.index_rmyx .itemBox .item .score {
    font-size: 12px;
    color: #FFBB38;
    padding-left: 16px;
    position: relative;
    display: inline-block;
}

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


.index_zxyy {}

.index_zxyy .itemBox {}

.index_zxyy .itemBox .item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}

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

.index_zxyy .itemBox .item .thum {
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 15px;
    border-radius: 15px;
}

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

.index_zxyy .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
    margin: 9px 0 10px;
}

.index_zxyy .itemBox .item .tagBox .tag::after {
    content: "|";
    margin: 0 6px;
}

.index_zxyy .itemBox .item .tagBox .tag:last-child::after {
    display: none;
}

.index_zxyy .itemBox .item .desc {
    font-size: 12px;
    color: #999;
}

.index_zxyy .itemBox .item .desc span {
    color: var(--pm-c);
}

.index_zxyy .itemBox .item .see {
    display: block;
    width: 64px;
    height: 32px;
    background: rgba(101, 124, 242, 0.1);
    border-radius: 99px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
}








.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 {
    overflow: hidden;
}

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

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

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


.list_game_itemBox .itemBox .item:hover {
    box-shadow: 0px 0px 20px 0px #DFDFDF;
}
.list_game_itemBox .itemBox .item {
    border: 1px solid #EBEBEB;
    padding: 15px 20px;
}


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

.list_game_itemBox .itemBox .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.list_game_itemBox .itemBox .item .star {
    margin: 14px 0 13px;
}


.list_game_itemBox .itemBox .item .tagBox {
    font-size: 12px;
    color: #999;
}
.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:hover .see {
    background-color: var(--pm-c);
    color: #fff;
}
.list_game_itemBox .itemBox .item .see {
    display: block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
    border-radius: 444px;
    background: rgba(101,124,242,0.1);
}

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

.list_game_itemBox .itemBox .item .btm{
    margin-top: 8px;
}
.list_game_itemBox .itemBox .item .desc {
    font-size: 12px;
    color: #999;
    padding-right: 20px;
}

.list_game_itemBox .itemBox .item .desc .jj {
    font-size: 12px;
    color: var(--pm-c);
}







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





.list_news {}

.list_news_itemBox {}

.list_news_itemBox .itemBox {
    position: relative;
}



.list_news_itemBox .itemBox .item {
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid #EBEBEB;
    position: relative;
}

.list_news_itemBox .itemBox .item .btm {
    position: relative;
}


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


.list_news_itemBox .itemBox .item .info {
    line-height: 1.3;
}

.list_news_itemBox .itemBox .item .thum {
    width: 180px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}

.list_news_itemBox .itemBox .item .desc {
    font-size: 13px;
    color: #999;
    margin: 16px 0 30px;
}

.list_news_itemBox .itemBox .item .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.list_news_itemBox .itemBox .item .time {
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}

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


.list_news_itemBox .itemBox .item .see {
    display: block;
    width: 30px;
    height: 30px;
    background: #EBEBEB;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../images/j.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.list_news_itemBox .itemBox .item:hover {
    border-color: var(--pm-c);
}


.list_news_itemBox .itemBox .item:hover .title {
    color: var(--pm-c);
}

.list_news_itemBox .itemBox .item:hover .see {
    background-image: url(../images/j_curr.png);
    background-color: var(--pm-c);
}

.list_news_itemBox .itemBox .item .source {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 16px;
    margin-right: 20px;
}

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





.show_news {}

.show_news_content .content .titleBox {
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    background-color: #fafafa;
}

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

.show_news_content .content .titleBox .tagBox {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    color: #999;
    padding: 0 100px;
}

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

.show_news_content .content .titleBox .tagBox {
    font-size: 12px;
    color: #999;
}

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

.detail_content_box p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin: 15px 0;
}

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

.detail_content_box h3 {
    display: inline-block;
    font-size: 16px;
    color: var(--pm-c);
    padding-right: 26px;
    background-size: cover;
    margin: 20px 0 10px;
    position: relative;
}

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


.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;
    background-image: url(../images/kaifu_icon.png);
}

.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:nth-child(-n+4) {
    background-color: #FFF8E9;
    border-color: #fff;
}


.kaifu .itemBox .item {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
}


.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-color: var(--pm-c);
    background-position: center;
    background-image: url(../images/kaifu_pg.png);
}

.kaifu .itemBox .item .system .icon.az {
    margin-right: 10px;
    background-color: #F65861;
    background-position: center;
    background-image: url(../images/kaifu_az.png);
}


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

.kaifu .itemBox .item .down a {
    display: inline-block;
    font-size: 14px;
    color: var(--pm-c);
    padding-left: 14px;
    position: relative;
    text-align: center;
    width: 100px;
    height: 34px;
    border-radius: 444px;
    border: 1px solid var(--pm-c);
    line-height: 32px;
}

.kaifu .itemBox .item .down:hover a::before {
    background-image: url(../images/kaifu_down_curr.png);
}

.kaifu .itemBox .item .down a::before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 26px;
    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;
}



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

.show_game .show_game_titleBox .txtBox {
    position: relative;
}


.show_game .show_game_titleBox .txtBox .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 70px;
    position: relative;
}
.show_game .show_game_titleBox .txtBox .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 60px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/tj.png);
}


.show_game .show_game_titleBox .txtBox .title .starBox {
    display: none;
    font-size: 14px;
    color: #FF6838;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.show_game .show_game_titleBox .txtBox .title .star {
    margin: 0;
}


.show_game .show_game_titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #666;
}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3 {}

.show_game .show_game_titleBox .txtBox .tagBox .uk-width-1-3.uk-grid-margin {
    margin-top: 10px;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag {
    display: inline-block;
    position: relative;
}

.show_game .show_game_titleBox .txtBox .tagBox .tag span {}

.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);
    background-repeat: no-repeat;
    background-size: cover;
}


.show_game .show_game_titleBox .btnBox {
    margin-top: 22px;
}

.show_game .show_game_titleBox .btnBox .btn {
    display: block;
    width: 180px;
    height: 45px;
    border-radius: 666px;
    line-height: 45px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 36px;
}


.show_game .show_game_titleBox .btnBox .az {
    background: #F65861;
}

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

.show_game .show_game_titleBox .btnBox .pg.none {
    background-color: rgba(160, 160, 160, 1);
    color: #fff;
    border: transparent;
}

.show_game .show_game_titleBox .btnBox .btn::before {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-position: center;
}


.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 .none::before {}

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

.show_game .show_game_content .content .itemBox {
    padding-top: 20px;
}

.screenshots {
    position: relative;
}

.screenshots {
    width: 820px;
    position: relative;
    height: auto;
    margin: 0 auto;
}

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

.screenshots .sliderBox .slide li {
    width: 33.33%;
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}

.screenshots .sliderBox .slide li span {
    width: 250px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 6px;
}

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

.screenshots .btn svg {
    display: none;
}

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



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



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


.other_xgtj {
    overflow: hidden;
}

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

.other_xgtj .itemBox .uk-width-1-4 {
    padding-left: 18px;
}

.other_xgtj .itemBox .uk-width-1-4.uk-grid-margin {
    margin-top: 14px;
    border-top: 1px dashed #EBEBEB;
    padding-top: 14px;
}

.other_xgtj .itemBox .item {}

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

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

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

.other_xgtj .itemBox .item .score {
    font-size: 12px;
    color: #FF6838;
    padding-left: 16px;
    position: relative;
    display: inline-block;
}

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









/* 404/500é¡µé¢ */
.error {}

.error .img {
    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;
}</pre></body></html>