body, html {
    font-family: 微软雅黑;
}

/*profile 相关*/
.user-display {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #FFF
}

.user-display-cover {
    max-height: 290px;
    overflow: hidden
}

.user-display-cover img {
    width: 100%
}

.user-display-bottom {
    position: relative;
    padding: 20px
}

.user-display-id {
    position: absolute;
    left: 89px;
    top: -118.67px;
    border-radius: 50%
}

@media (max-width: 991.98px) {
    .user-display-id {
        left: 35.6px;
        top: -131.85px
    }
}

@media (max-width: 767.98px) {
    .user-display-cover {
        max-height: 145px
    }

    .user-display-bottom {
        padding: 0
    }

    .user-display-id {
        left: 59.33px;
        top: -117px
    }
}

@media (max-width: 575.98px) {
    .user-display-id {
        text-align: center;
        margin-right: 0;
        left: 50%;
        margin-left: -44.5px;
        top: -127px
    }
}

.user-display-avatar {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    margin-bottom: .769231rem
}

.user-display-name {
    font-size: 2rem;
    line-height: 1;
    color: #404040
}

@media (max-width: 767.98px) {
    .user-display-avatar {
        width: 89px;
        height: 89px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .user-display-name {
        display: inline-block;
        color: #FFF;
        text-shadow: 0 0 3px rgba(0, 0, 0, .8)
    }
}

@media (max-width: 575.98px) {
    .user-display-avatar {
        margin-bottom: .769231rem
    }

    .user-display-name {
        display: block;
        font-size: 1.23077rem;
        font-weight: 700
    }
}

.user-display-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.user-display-stat {
    border-right: 1px solid #d9d9d9;
    min-width: 153px;
    text-align: center;
    padding: 20px 0
}

@media (max-width: 991.98px) {
    .user-display-stat {
        min-width: 0;
        width: 17%;
        padding: 15px 0
    }
}

@media (max-width: 767.98px) {
    .user-display-stat {
        width: 25%
    }
}

@media (max-width: 575.98px) {
    .user-display-stats {
        display: block
    }

    .user-display-stat {
        border-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px
    }

    .user-display-stat-counter {
        margin-top: .2rem
    }
}

.user-display-stat:last-child {
    border-right-width: 0
}

.user-display-stat-counter {
    display: block;
    text-align: center;
    font-size: 2.76923rem;
    color: #343c49;
    line-height: 1;
    margin-bottom: .5rem
}

@media (max-width: 991.98px) {
    .user-display-stat-counter {
        font-size: 2.077rem
    }
}

@media (max-width: 767.98px) {
    .user-display-stat-counter {
        font-size: 1.38462rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.user-display-stat-title {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1
}

.user-stats-id, .user-stats-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media (max-width: 991.98px) {
    .user-display-stat-title {
        font-size: 1.154rem
    }
}

@media (max-width: 767.98px) {
    .user-display-stat-title {
        font-size: 1.077rem
    }
}

@media (max-width: 575.98px) {
    .user-display-stat-title {
        font-size: .923077rem;
        margin-top: .6rem
    }
}

.reply-quote {
    font-size: 12px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    padding: 8px;
}

.reply-quote .quote-text {
    color: #888888;
}

.timeline-item .panel .panel-body p + p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/*profile 结束*/

/*向上向下*/
#updown {
    /*_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));*/
    position: fixed;
    _position: absolute;
    top: 200px;
    right: 30px;
    display: none;
    z-index: 1030;
}

#updown span {
    cursor: pointer;
    width: 48px;
    height: 49px;
    display: block;
}

#updown .up {
    background: url(../images/updown.png) no-repeat;
}

#updown .up:hover {
    background: url(../images/updown.png) top right no-repeat;
}

#updown .down {
    background: url(../images/updown.png) bottom left no-repeat;
}

#updown .down:hover {
    background: url(../images/updown.png) bottom right no-repeat;
}

/*向上向下结束*/

/*选中字颜色*/
::-webkit-selection {
    background: #343c49;
    color: rgba(255, 255, 255, 0.8)
}

::-moz-selection {
    background: #343c49;
    color: rgba(255, 255, 255, 0.8)
}

::selection {
    background: #343c49;
    color: rgba(255, 255, 255, 0.8);
}

/*工具css*/
.m-icon-graphical1 {
    background-position-y: top;
}

.m-icon-graphical2 {
    background-position-y: -50px;
}

.m-icon-graphical3 {
    background-position-y: -100px;
}

.m-icon-graphical {
    background-image: url(../images/bg_icon10.png);
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100px;
    height: 50px;
    margin: 40px 0 20px;
}

.f-dib {
    display: inline-block;
}

/*代码块在横向允许滚动*/
code {
    overflow-x: auto;
    overflow-y: auto;
    word-break: keep-all;
    white-space: pre;
}

.select2-container .select2-choice {
    width: 100%;
}

#StockList li span {
    color: #4c5667;
    font-weight: 500;
}

.column-article-banner {
    width: 100%;
    height: 400px;
    /*background: url(http://image.3001.net/images/new/banner-article.jpg) no-repeat center;*/
}

.side-ranking {
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
}

.side-ranking__headline {
    width: 100%;
    overflow: hidden;
    padding: 16px;
    border-bottom: 1px solid #ebebeb;
}

.ranking-list {
    width: 100%;
    padding: 0 20px;
}

.top-article {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
}

.top-article.last {
    border-bottom: none;
}

.u-cover .shadow {
    transition: 0.25s;
    z-index: 25;
}

.shadow, .f-shadow {
    box-shadow: 0px 2px 2px #ccc;
}

.rel, .f-pr {
    position: relative;
}

.u-cover .sub {
    left: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    background: #888 \9;
    color: #fff;
    text-indent: 5px;
    z-index: 20;
}

.u-cover .mask, .u-cover .sub, .u-cover .new, .u-cover .update, .u-cover .NEW, .u-cover .UPDATE {
    bottom: 0;
    right: 0;
}

.abs, .f-pa {
    position: absolute;
}

.swipera {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.text-tiny {
    font-size: 70% !important
}

.text-big {
    font-size: 112% !important
}

.text-large {
    font-size: 150% !important
}

.text-xlarge {
    font-size: 170% !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-condenced {
    line-height: 1.3 !important
}

.line-height-inherit {
    line-height: inherit !important
}

.text-expanded {
    letter-spacing: .06991em !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-semibold {
    font-weight: 500 !important
}

.font-weight-bolder {
    font-weight: 900 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-transform-none {
    text-transform: none !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-auto {
    overflow: auto !important
}

.box-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.cursor-pointer {
    cursor: pointer !important
}

.container-p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

@media (min-width: 992px) {
    .container-p-x {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
}

.container-m--x {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

@media (min-width: 992px) {
    .container-m--x {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }
}

.container-p-y {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.container-m--y {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate--90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate--180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate--270 {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.rotate-0 {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

.small {
    font-size: 80%;
    font-weight: 400;
}
.argus-search input {
    margin-bottom: 0px;
    padding: 7px 0px 7px 20px;
    border-radius: 30px;
    background: rgba(52, 60, 73, 0.1);
}
.argus-search a {
    position: absolute;
    top: 16px;
    right: 40px;
    color: rgba(52, 60, 73, 0.7);
}

.partner-con {
    width: 100%;
    /*margin-left: 8%;*/
}
.partner-con ul li {
    float: left;
    width: 12.5%;
}
.a-delay1 {
    animation-delay: .3s;
}

.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.partner-con ul li p {
    margin: 3px;
    padding: 0.5% 14%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.partner-con ul li img {
    width: 100%;
    display: block;
    border: none;
}
