.dark .toastTip {
    background-color: hsla(240, 1%, 83%, .86)
}

.dark .toastTip .toastTipIcon,
.dark .toastTip .toastTipTxt {
    color: #252528
}

.toastTip {
    display: none;
    position: fixed;
    left: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: -100;
    width: 2.56rem;
    height: 2.56rem;
    border-radius: 6px;
    background: rgba(36, 33, 31, .86);
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.toastTip.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    z-index: 100
}

.toastTip .toastTipIcon {
    font-size: 30px;
    color: #eee
}

.toastTip .toastTipTxt {
    font-size: 14px
}

.toastMask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -99;
    background: #000;
    opacity: .17
}

.toastMask.show {
    display: block;
    z-index: 99
}

.scrollLoadingTip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    color: #999
}

.loading-circle {
    display: none;
    width: 16px;
    height: 16px;
    font-size: 0;
    vertical-align: middle;
    margin-right: 6px
}

.loading-circle .semicircle-wrap {
    float: left;
    width: 50%;
    height: 16px;
    overflow: hidden
}

.loading-circle .semicircle {
    width: 200%;
    height: 100%;
    border: 2px solid #e93030;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    box-sizing: border-box
}

.loading-circle .circle-l {
    border-top-color: transparent;
    border-left-color: transparent
}

.loading-circle .circle-r {
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-left: -8px
}

.loading-circle+.loading-txt {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle
}

.scrolload-updateTriggerTip .semicircle {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.scrollLoadingTip .circle-l {
    -webkit-animation: animation_circle_l 2s linear infinite;
    animation: animation_circle_l 2s linear infinite
}

.scrollLoadingTip .circle-r {
    -webkit-animation: animation_circle_r 2s linear infinite;
    animation: animation_circle_r 2s linear infinite
}

@-webkit-keyframes animation_circle_l {
    0%,
    50% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes animation_circle_l {
    0%,
    50% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@-webkit-keyframes animation_circle_r {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    50%,
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes animation_circle_r {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    50%,
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

.positiveInfo {
    color: red!important
}

.negativeInfo {
    color: green!important
}

.serchbox-wrap {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

.search_wap_box {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6px 15px;
    background: #e93030;
    color: #aaa
}

.search_wap_box:before {
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: auto
}

.searchboxBg {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #fff
}

.wap_text_s {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 1em;
    line-height: 1em;
    padding: 10px 32px 8px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    resize: none;
    overflow: hidden;
    -webkit-appearance: none
}

.wap_submit_s {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    background: none;
    width: 32px;
    border: none;
    text-align: center
}

.wap_close {
    display: none;
    position: absolute;
    right: 60px;
    top: 13px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #585858
}

.searchbox-lenovo-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    z-index: 1;
    background: #fff
}

.searchbox-item {
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 .4rem;
    margin-top: -1px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #24211f;
    cursor: pointer
}

.searchbox-item+.searchbox-item .lenovo-item-txt {
    border-top: 1px solid #ebebeb
}

.searchbox-item .lenovo-item-txt {
    padding: 0 34px
}

.searchbox-item.selected {
    background: hsla(0, 0%, 92%, .5)
}

.serachbox-noresult {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 148px;
    font-size: 14px;
    color: #585858
}

.serachbox-noresult .iconfont {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 10px
}

.searchbox-hottheme {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    padding: .4rem 0 0
}

.searchbox-hottheme-title {
    padding-left: .4rem;
    font-size: 13px;
    color: #a9a9a9
}

.searchbox-hottheme-list {
    margin: .26666667rem .4rem 0;
    font-size: 0
}

.searchbox-hottheme-item {
    width: 31%;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    margin: 0 1%;
    height: .74666667rem;
    line-height: .74666667rem;
    margin-bottom: .18666667rem;
    font-size: 14px;
    color: #585858;
    text-align: center;
    background: hsla(0, 0%, 93%, .5);
    cursor: pointer;
    border-radius: 2px
}

.placeholdItem {
    opacity: 0;
    visibility: hidden
}

@font-face {
    font-family: iconfont;
    src: url(//s.thsi.cn/iwencai/mobile/0/font/f371aaf.ttf) format("truetype")
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-theme_chosen:before {
    content: "\E60A"
}

.icon-lhb_chosen:before {
    content: "\E60C"
}

.icon-pattern_chosen_2:before {
    content: "\E60D"
}

.icon-topic_chosen:before {
    content: "\E60E"
}

.icon-hk_chosen:before {
    content: "\E60F"
}

.icon-us_chosen:before {
    content: "\E610"
}

.icon-trash:before {
    content: "\E611"
}

.icon-robot:before {
    content: "\E612"
}

.icon-pattern_chosen:before {
    content: "\E614"
}

.icon-quick_chosen:before {
    content: "\E615"
}

.icon-thumbs_up:before {
    content: "\E616"
}

.icon-fund_chosen:before {
    content: "\E61A"
}

.icon-classic_chosen:before {
    content: "\E61F"
}

.icon-select_fund:before {
    content: "\E620"
}

.icon-my_favorite:before {
    content: "\E621"
}

.icon-solid_star:before {
    content: "\E62A"
}

.icon-clock:before {
    content: "\E706"
}

.icon-search_1:before {
    content: "\E613"
}

.icon-hollow_star:before {
    content: "\E617"
}

.icon-qa_tip:before {
    content: "\E622"
}

.icon-smile:before {
    content: "\E62B"
}

.icon-label_num4:before {
    content: "\E618"
}

.icon-label_num2:before {
    content: "\E619"
}

.icon-label_num1:before {
    content: "\E61B"
}

.icon-label_num3:before {
    content: "\E61C"
}

.icon-label_num5:before {
    content: "\E61D"
}

.icon-label_num6:before {
    content: "\E61E"
}

.icon-arrow_down:before {
    content: "\E623"
}

.icon-plus_default:before {
    content: "\E624"
}

.icon-arrow_up:before {
    content: "\E625"
}

.icon-subscribe_null:before {
    content: "\E626"
}

.icon-succeed_hook:before {
    content: "\E627"
}

.icon-toast_failed:before {
    content: "\E628"
}

.icon-toast_succeed:before {
    content: "\E629"
}

.icon-plus_slim:before {
    content: "\E62C"
}

.icon-plus_bold:before {
    content: "\E62D"
}

.icon-label_num7:before {
    content: "\E62E"
}

.icon-search:before {
    content: "\E62F"
}

.icon-enter:before {
    content: "\E630"
}

.icon-clean:before {
    content: "\E631"
}

.icon-special_noresult:before {
    content: "\E632"
}

.icon-content_tips:before {
    content: "\E633"
}

.icon-angle_down:before {
    content: "\E634"
}

.icon-angle_left:before {
    content: "\E635"
}

.icon-angle_right:before {
    content: "\E636"
}

.icon-angle_up:before {
    content: "\E637"
}

.icon-refresh:before {
    content: "\E603"
}

.icon-cross:before {
    content: "\E707"
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .01)
}

body,
button,
input,
select,
textarea {
    font: 1em/1.5 PingFangSC-Regular, PingFang SC, Helvetica Neue, Helvetica, STHeiTi, sans-serif
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: none
}

li,
ol,
ul {
    list-style: none
}

caption,
td,
th {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

body {
    -webkit-text-size-adjust: none;
    background: #f9f9f9;
    color: #000;
    position: relative;
    -webkit-user-select: none
}

a {
    text-decoration: none
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    -webkit-transition: top .3s;
    transition: top .3s
}

.navBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    padding: .26666667rem 0 0
}

.nav-item {
    padding: 0 .16rem .10666667rem;
    margin: 0 .85333333rem;
    color: #585858;
    border-bottom: 2px solid #fff;
    cursor: pointer
}

.nav-item.selected {
    color: #e93030;
    border-bottom-color: #e93030
}

.search-btn {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: #a9a9a9;
    background: #fff;
    padding: 0 .58666667rem 0 .42666667rem;
    border: none;
    outline: none
}

.searchModel .page-content,
.searchModel header {
    display: none
}

.searchModel .searchboxBg,
.searchModel .serchbox-wrap {
    display: block
}

.black .nav-item {
    color: #d2d2d3
}

.black .nav-item.selected {
    color: #fb4332;
    border-bottom-color: #fb4332
}

.black .no-login .login-btn {
    background: #fb4332
}

.card {
    margin: .26666667rem 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .01);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 0
}

.card+.card {
    margin-top: .26666667rem
}

.card-lr-padding,
.card-title {
    padding: 0 .32rem
}

.card-title {
    font-size: 14px;
    height: 1.06666667rem;
    line-height: 1.06666667rem;
    color: #585858;
    border-bottom: 1px solid #e6e6e6
}

.card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    padding: .53333333rem 0 .32rem
}

.card-item+.card-item {
    border-top: 1px solid #e6e6e6
}

.card-item-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.card-item-header {
    font-size: 16px;
    color: #24211f;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.card-item-header,
.card-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.card-item-title {
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-item-title .item-title {
    max-width: 9em;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-right: .21333333rem;
    font-weight: 700
}

.card-item-title .item-subTitle,
.card-item-title .item-title {
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block
}

.card-item-title .item-subTitle {
    max-width: 10em;
    font-size: 12px;
    margin-bottom: .16rem;
    height: 18px;
    line-height: 18px;
    color: #e93030;
    border: 1px solid #e93030;
    border-radius: 2px;
    padding: 0 4px
}

.card-item-index {
    font-size: 18px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    line-height: 18px;
    color: #a9a9a9;
    margin-right: .21333333rem;
    vertical-align: middle
}

.card-item-index.icon-label_num1 {
    color: red
}

.card-item-index.icon-label_num2 {
    color: #ff6f22
}

.card-item-index.icon-label_num3 {
    color: #ff922b
}

.card-item-time {
    font-size: 12px;
    color: #a9a9a9
}

.card-item-btn,
.card-item-time {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.card-item-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-left: .74666667rem;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer
}

.card-item-info {
    position: relative;
    margin-top: .16rem
}

.card-item-info .item-info {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    color: #444
}

.black .card-title {
    color: #d2d2d3;
    border-bottom: 1px solid #313131
}

.black .card-item-index {
    color: #a9a9a9
}

.black .card-item-index.icon-label_num1 {
    color: #fb4332
}

.black .card-item-index.icon-label_num2 {
    color: #5b5b5b
}

.black .card-item-index.icon-label_num3 {
    color: #ee6723
}

.black .card-item-title .item-subTitle {
    color: #3d76b8;
    border: 1px solid #3d76b8
}

.black .card-item-time {
    color: #a9a9a9
}

.black .card-item-header,
.black .card-item-info .item-info {
    color: #d2d2d3
}

.black .card-item+.card-item {
    border-top: 1px solid #313131
}

.black .card-item-title .item-label {
    background: #eb4f4f
}

.black .icon-succeed_hook {
    background: #a8a8a8
}

.positiveInfo {
    color: red!important
}

.negativeInfo {
    color: green!important
}

.warningInfo {
    color: #fea31e!important
}

.txtMargin {
    margin: 0 5px
}

.stockItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .10666667rem
}

.stockItems:empty {
    display: none
}

.stocksBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: .8rem;
    line-height: .8rem;
    font-size: 14px;
    padding: 0 .26666667rem;
    color: #323232;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    background: #fff;
    color: #999
}

.stocksBtn .sBtnTitle {
    font-size: 14px;
    width: 4.9em;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.stockTrack {
    line-height: .8rem;
    background: #fff;
    border-radius: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer
}

.stockTrack .stocksBtn {
    width: 3.36rem;
    min-width: 126px
}

.stockTrackSoFar {
    line-height: 1.5em;
    padding: 0;
    font-size: 14px;
    color: #999
}

.hudongjuejin .card-lr-padding {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.hudongjuejin .card-item+.card-item {
    border-top: 6px solid #f9f9f9
}

.hudongjuejin .card-item-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.hudongjuejin .card-item-title {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    background: #e3eef8;
    height: .74666667rem;
    line-height: .74666667rem;
    font-size: 15px;
    padding: 0 .21333333rem;
    border: none;
    outline: none;
    color: #1c76ec;
    border-radius: 2px
}

.hudongjuejin .card-item-info {
    margin-top: .26666667rem
}

.question {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #24211f;
    font-weight: 700;
    text-align: justify
}

.answer {
    font-size: 14px;
    color: #7e7e7e;
    border-top: 1px solid #ebebeb;
    margin-top: .26666667rem
}

.answer-user {
    display: inline-block;
    color: #444;
    margin: .32rem 0 .32rem .21333333rem
}

.answer-info {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
    text-align: justify
}

.black .hudongjuejin .card-item-title {
    color: #3d76b8;
    background: #2f3234
}

.black .question {
    color: #d2d2d3
}

.black .answer-info,
.black .answer-user {
    color: #8e8e8e
}

.black .answer {
    border-top: 1px solid #313131
}

.black .textPreLabel-label {
    color: #d2d2d3;
    border: 1px solid #8e8e8e
}

.black .no-attention {
    color: #999
}

.black .recommendInfo,
.black .searchbox-hottheme-title {
    color: #d2d2d3
}

.black .searchbox-hottheme-item {
    color: #8e8e8e;
    background: rgba(49, 49, 49, .5)
}

.black .searchbox-noresult {
    color: #999
}

.black .searchbox-item {
    color: #d2d2d3
}

.black .searchbox-item.selected {
    background: rgba(32, 32, 34, .5)
}

.black .searchbox-item+.searchbox-item .lenovo-item-txt {
    border-top: 1px solid #313131
}

.black .wap_submit_s,
.black .wap_text_s {
    color: #d2d2d3
}

.black .todayTrigger {
    color: #ff6c00;
    border-color: #ff6c00
}

.textPreLabel {
    position: relative
}

.textPreLabel-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    color: #24211f;
    border: 1px solid #24211f;
    border-radius: 2px
}

.textPreLabel-info {
    font-size: 14px;
    color: #585858;
    text-indent: 5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden
}

div[data-type=guanzhu] .card-item-title,
div[data-type=guanzhu] .item-title {
    vertical-align: middle
}

div[data-type=guanzhu] .item-info {
    padding-right: 0
}

div[data-type=guanzhu] .card-item-title {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.todayTrigger {
    color: #ff6c00;
    border-color: #ff6c00
}

.attention-card-item {
    display: block
}

.hotSpotRecommendItem {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .32rem 0
}

.hotSpotRecommendItem,
.recommendInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.recommendInfo {
    font-size: 14px;
    color: #24211f;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.info-title {
    display: inline-block;
    width: 6em;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: .64rem
}

.attentionBtn {
    font-size: 12px;
    width: 1.70666667rem;
    height: .64rem;
    line-height: .64rem;
    padding: 0;
    color: #585858;
    border: none;
    outline: none;
    border-radius: 2px;
    background: #ebebeb;
    text-align: center;
    letter-spacing: 2px
}

.attentionBtn.iconfont {
    color: #fff;
    background: #e93030
}

.attentionBtn.iconfont:before {
    margin-right: .13333333rem
}

.no-attention {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 3.89333333rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 2px;
    color: #585858
}

.no-attention .iconfont {
    font-size: 36px
}

.no-login {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 46px;
    z-index: 10;
    padding-top: 1.46666667rem;
    background: #fff;
    font-size: 14px;
    color: #585858;
    text-align: center
}

.no-login .login-btn {
    font-size: 16px;
    margin: .53333333rem 0;
    padding: 0 .4rem;
    height: .96rem;
    line-height: .96rem;
    color: #fff;
    background: #e93030;
    border: none;
    outline: none;
    border-radius: 2px;
    letter-spacing: 2px
}

body,
html {
    position: relative;
    height: 100%;
    min-height: 800px
}

.item-title {
    cursor: pointer
}

.page-content {
    position: relative;
    padding-top: 46px;
    z-index: 0;
    min-height: 800px
}

.latest-news-card .card-item-header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.latest-news-card .card-item-title {
    display: block
}

.latest-news-card .item-title {
    margin-bottom: .16rem;
    color: #63b1f9
}

.latest-news-card .sBtnTitle {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.icon-plus_bold {
    font-size: 12px;
    background: -webkit-linear-gradient(bottom left, #ff6c3e, #ea3331);
    background: linear-gradient(to top right, #ff6c3e, #ea3331);
    color: #fff
}

.icon-succeed_hook {
    color: #a9a9a9;
    background: #ececec
}

.navItemContent {
    display: none
}

.navItemContent.selected {
    display: block
}

.black .positiveInfo {
    color: #eb4f4f!important
}

.black .negativeInfo {
    color: #509f64!important
}

.black .latest-news-card .item-title {
    color: #d2d2d3
}

.androidBlack {
    background: #171616
}

.androidBlack .card,
.androidBlack .search-btn,
.androidBlack header {
    background: #1e1e1e
}

.androidBlack .nav-item {
    border-bottom: 2px solid #1e1e1e
}

.androidBlack .stocksBtn,
.androidBlack .stockTrack {
    background: #1e1e1e
}

.androidBlack .no-login {
    background: #1e1e1e;
    color: #999
}

.androidBlack .search_wap_box {
    background: #171616
}

.androidBlack .searchbox-hottheme,
.androidBlack .searchboxBg,
.androidBlack .wap_text_s {
    background: #1e1e1e
}

.androidBlack .hudongjuejin .card-item+.card-item {
    border-top: 6px solid #171616
}

.androidBlack .icon-succeed_hook {
    color: #1e1e1e
}

.iosBlack {
    background: #202022
}

.iosBlack .card,
.iosBlack .search-btn,
.iosBlack header {
    background: #252528
}

.iosBlack .nav-item {
    border-bottom: 2px solid #252528
}

.iosBlack .stocksBtn,
.iosBlack .stockTrack {
    background: #252528
}

.iosBlack .no-login {
    background: #252528;
    color: #999
}

.iosBlack .search_wap_box {
    background: #202022
}

.iosBlack .searchbox-hottheme,
.iosBlack .searchboxBg,
.iosBlack .wap_text_s {
    background: #252528
}

.iosBlack .hudongjuejin .card-item+.card-item {
    border-top: 6px solid #202022
}

.iosBlack .icon-succeed_hook {
    color: #252528
}