/*隐藏类*/
.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 {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    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: #FA4D4D;
}

/* 重复使用 */
.p-20 {
    padding: 20px;
}

.p-16 {
    padding: 16px;
}

.bgc-fff {
    background-color: #fff;
}

.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;
}

.truncate-t-l {
    display: -webkit-box !important;
    /* 使用弹性盒子布局模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 2;
    /* 限制在三行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本溢出 */
}

.thum {
    display: block;
    overflow: hidden;
}

.title {
    display: block;
}

/* 评分图标 */
.star {
    height: 16px;
    width: 80px;
    background: url('../images/star.png') repeat-x center/16px;
    display: inline-block;
    margin: 10px 0;
}

.star:before {
    content: "";
    display: block;
    background: url('../images/star_curr.png') repeat-x 0/16px;
    height: 16px;
}

.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: 14px;
    border: 1px solid #E6E6E6;
    color: #666;
    background: #fff;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}
.pagination li {
    color: #666;
}
.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination li:last-child {
    display: inline-block;
}
.uk-container {
    box-sizing: border-box;
    padding: 0;
}



.footer {
    font-size: 14px;
    color: #999;
    background-color: #333;
    height: 180px;
    text-align: center;
    padding-top: 50px;
}

.footer a {
    font-size: 14px;
    color: #999;
}

.footer .name {
    color: #ccc;
    margin-bottom: 24px;
}

.footer .aBox {
    margin: 0 0 28px;
}

.footer .aBox a::before {
    display: inline-block;
    content: "|";
    margin: 0 20px;
}

.footer .aBox a:first-child::before {
    display: none;
}


/* 当前位置 */
.crumbs {
    position: relative;
    font-size: 12px;
    color: #999;
    margin-bottom: 30px;
    padding-top: 20px;
}

.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs a::before {
    display: inline-block;
    content: ">";
    margin: 0 4px;
}

.crumbs a:first-child:before {
    display: none;
}


.crumbs a:last-child {
    color: #4d4d4d;
}

/* 首页页面 */
.header{
}
.header .head {
    margin: 33px auto;
}
.header .head .logo{
    display: block;
    overflow: hidden;
    width: 102px;
    height: 21px;
    position: relative;
}
.header .head .head_hot_game{
    color: #d6c7f7;
    font-size: 14px;
}
.header .head .head_hot_game .item{
    margin-left: 18px;
}
.header .head .head_hot_game .item .thum{
    width: 26px;
    height: 26px;
    border-radius: 8px;
    position: relative;
    margin-right: 12px;
}
.header .head .head_hot_game .item .title{
    color: #d6c7f7;
    font-size: 14px;
}
.header .navBar {
    height: 60px;
    background-color: var(--pm-c);
}
.header .navBar .aBox{
    line-height: 60px;
    height: 60px;
}
.header .navBar .aBox a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 146px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.header .navBar .aBox a.active{
    background: rgba(255,255,255,0.2);
}
.header .head .searchBox{
    position: relative;
}
.header .head .searchBox .ipt{
    width: 320px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 99px;
    padding-left: 20px;
    padding-right: 60px;
}
.header .head .searchBox .ipt::placeholder{
    font-size: 12px;
    color: #999;
}
.header .head .searchBox .img{
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 40px;
    background: var(--pm-c);
    border-radius: 0px 99px 99px 0px;
}
.header .head .searchBox .img::before {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/search_icon.png);
    right: 18px;
    top: 9px;
}
.main {}

.list_game {}
.list_game_itemBox .itemBox {
    margin-left: -21px;
}
.list_game_itemBox .itemBox .uk-width-1-3 {
    padding-left: 21px;
}
.list_game_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
    margin-top: 21px;
}
.list_game_itemBox .itemBox .item {
    width: 386px;
    height: 163px;
    border: 1px solid #e6e6e6;
    padding: 18px;
}
.list_game_itemBox .itemBox .item:hover {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}
.list_game_itemBox .itemBox .item .titleBox{
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 14px;
}
.list_game_itemBox .itemBox .item .titleBox .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.list_game_itemBox .itemBox .item .titleBox .time{
    font-size: 12px;
    color: #999;
}
.list_game_itemBox .itemBox .item .box .thum{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
}
.list_game_itemBox .itemBox .item .box .txtBox{
    width: 255px;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox{
    font-size: 12px;
    color: #999;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox .tag{
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
}
.list_game_itemBox .itemBox .item .box .txtBox .tagBox .tag::before{
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d9d9d9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_game_itemBox .itemBox .item .box .txtBox .see{
    display: block;
    width: 88px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: var(--pm-c);
}
.list_game_itemBox .itemBox .item .box .txtBox .see:hover {
    background-color: var(--pm-c);
    color: #fff;
}
.list_game_itemBox .itemBox .item .box .text{
    font-size: 12px;
    color: #666;
}

/* 手游下载详情页面 */
/* 手游下载详情 */
.show_game {}

.show_game .contentBox {}

.show_game .contentBox .content {
    margin-right: 40px;
    width: 820px;
}

.show_game .contentBox .content .titleBox {
    margin-bottom: 24px;
    padding: 25px;
    border: 1px solid rgba(250,77,77,0.4);
}
.show_game .contentBox .content .titleBox .top {
    margin-bottom: 24px;
}
.show_game .contentBox .content .titleBox .thum {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    position: relative;
    margin-right: 25px;
}

.show_game .contentBox .content .titleBox .txtBox {
    max-width: 600px;
}

.show_game .contentBox .content .titleBox .txtBox .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 37px;
    font-weight: bold;
}

.show_game .contentBox .content .titleBox .txtBox .tagBox {
    font-size: 14px;
    color: #808080;
}

.show_game .contentBox .btnBox .btn {
    display: inline-block;
    width: 180px;
    height: 50px;
    border-radius: 99px;
    margin-right: 24px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    position: relative;
}

.show_game .contentBox .btnBox .btn::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 32px;
    top: 14px;
}

.show_game .contentBox .btnBox .az {
    background-color: #3F86F2;
}

.show_game .contentBox .btnBox .pg {
    background-color: var(--pm-c);
}

.show_game .contentBox .btnBox .az::before {
    background-image: url(../images/az.png);
}

.show_game .contentBox .btnBox .pg::before {
    background-image: url(../images/pg.png);
}

.show_game .contentBox .btnBox .btn .QRcodeBox {
    display: none;
    position: absolute;
    bottom: -200px;
    left: 0;
    color: #666;
    font-size: 16px;
    width: 200px;
    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;
}

.show_game .contentBox .btnBox .btn:hover .QRcodeBox {
    display: block;
}

.show_content_title {
    width: 820px;
    height: 40px;
    background-color: #F7F7F7;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    line-height: 40px;
    margin-bottom: 18px;
    position: relative;
}
.show_content_title::before {
    display: block;
    content: "";
    width: 8px;
    height: 40px;
    background-color: var(--pm-c);
    position: absolute;
    left: 0;
    top: 0;
}

.show_game .contentBox .content .text_content {
    margin-bottom: 36px;
}

.show_game .contentBox .content .text_content h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 50px 0 16px;
    padding-left: 20px;
}

.show_game .contentBox .content .text_content h3::after {
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_befor.png);
}

.show_game .contentBox .content .text_content p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 38px;
    text-indent: 2em;
}

/* 游戏截图 */
.show_game .contentBox .screenshots {
    margin-bottom: 50px;
}
.show_game .contentBox .screenshots .allMore_screenhot_icon p {
    font-size: 20px !important;
}

.show_game .contentBox .screenshots .allMore .allMore_screenhot_icon.allMore_now_icon::before {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../images/screenHot.png)
}

.show_game .contentBox .screenshots .sliderBox {
    width: 820px;
    height: 478px;
    margin: 0;
    overflow: hidden;
}

.show_game .contentBox .screenshots .sliderBox .slide {
    height: 460px;
    margin-left: -35px;
}

.show_game .contentBox .screenshots .sliderBox .slide li {
    width: calc(100%* 1 / 3.001);
    padding-left: 35px;
}

.show_game .contentBox .screenshots .sliderBox .slide li a {
    width: 250px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 460px;
}

.show_game .contentBox .screenshots .sliderBox .slide_toggle {
    height: 8px;
    margin-top: 10px !important;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 0;
}

.show_game .contentBox .screenshots .sliderBox .slide_toggle li {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.show_game .contentBox .screenshots .sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}

.show_game .contentBox .screenshots .sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}
.other_xgtj {
    margin-bottom: 60px;
}
.public_title {
    margin-bottom: 18px;
}
.public_title .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0 24px;
    display: inline-block;
    width: auto;
    position: relative;
}
.public_title .title::before{
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_befor.png);
}
.public_title .title::after{
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_after.png);
}
.public_title .more{
    font-size: 12px;
    color: #999;
}
.other_xgtj .itemBox{
    margin-left: -42px;
}
.other_xgtj .itemBox .item{
    padding-left: 42px;
    width: 14.28%;
}
.other_xgtj .itemBox .item.uk-grid-margin{
    margin-top: 24px;
}
.other_xgtj .itemBox .item .box{
    width: 88px;
}
.other_xgtj .itemBox .item .box .thum{
    width: 80px;
    height: 80px;
    border-radius: 18px;
    position: relative;
    margin: 0 auto 10px;
}
.other_xgtj .itemBox .item .box .title{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}
.other_xgtj .itemBox .item .box .see{
    display: block;
    width: 68px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: var(--pm-c);
}
.other_xgtj .itemBox .item .box .see:hover {
    background-color: var(--pm-c);
    color: #fff;
}

.sideBar {
    width: 340px;
}
.sidebar_rmyx {
    margin-bottom: 50px;
}
.sidebar_rmyx .itemBox {}
.sidebar_rmyx .itemBox .item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.sidebar_rmyx .itemBox .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar_rmyx .itemBox .item .thum {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
}
.sidebar_rmyx .itemBox .item .txtBox {
    width: 200px;
}
.sidebar_rmyx .itemBox .item .txtBox .title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox .tag::before {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}
.sidebar_rmyx .itemBox .item .txtBox .tagBox .tag:first-child::before {
    display: none;
}
.sidebar_rmyx .itemBox .item .txtBox .text {
    font-size: 12px;
    color: #666;
}
.sidebar_rmyx .itemBox .item .scoreBox {
    font-size: 12px;
    color: var(--pm-c);
}
.sidebar_rmyx .itemBox .item .scoreBox .score {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}
.sidebar_rmyx .itemBox .item .scoreBox .score span {
    font-size: 28px;
}
.sideBar_news {}
.sideBar_news .itemBox{
    margin-top: 24px;
    padding-left: 14px;
    border-left: 1px solid #ebebeb;
}
.sideBar_news .itemBox .item{
    position: relative;
    padding-top: 20px;
    margin-bottom: 26px;
}
.sideBar_news .itemBox .item:last-child {
    margin-bottom: 0;
}
.sideBar_news .itemBox .item .time{
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 10px;
    position: absolute;
    top: -6px;
}
.sideBar_news .itemBox .item .time::before {
    display: block;
    content: "";
    position: absolute;
    left: -17px;
    background-color: var(--pm-c);
    top: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.sideBar_news .itemBox .item .box{}
.sideBar_news .itemBox .item .box .thum{
    width: 120px;
    height: 70px;
    position: relative;
    margin-right: 15px;
}
.sideBar_news .itemBox .item .box .txtBox{
    width: 189px;
}
.sideBar_news .itemBox .item .box .txtBox .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}
.sideBar_news .itemBox .item .box .txtBox .text{
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}
.sideBar_news .itemBox .item .box .txtBox .info{
    font-size: 12px;
    color: var(--pm-c);
    padding-left: 18px;
    position: relative;
}
.sideBar_news .itemBox .item .box .txtBox .info::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/info.png);
}