.baiduApp_css{
    padding-top: unset !important;
}

.baiduApp_css .top-nav, .baiduApp_css #sentiment, .baiduApp_css .m-sentiment-blk{
    position: unset !important;
}
.baiduApp_css .top-blank{
    margin-top: unset !important;
}

/*上述css为百度app要求整改*/
body{
    display: flex;
    flex-direction: column;
}

.top-nav{
    position: fixed;
    z-index: 9999;
    display: flex;
    height: .88rem;
    width: 100%;
    background-color: #508cee;
    align-items: center;
    max-width: var(--page-max-width);
}
.top-nav-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-r{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.top-nav-logo{
    margin-left: .24rem;
    padding-left: .8rem;
    height: .56rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/navlogo.png) no-repeat;
    background-position: center center;
    background-size: .8rem auto;
}

.top-nav-divider{
    color: #fff;
    font-size: .3rem;
    margin-left: .16rem;    
}

.top-nav-cur{
    margin-left: .16rem;
    color: #fff;
    font-size: .3rem;
    /* width: 3.33rem; */
}

.top-nav-download{
    margin-left: auto;
    padding-left: .36rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .24rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: .24rem;
    font-weight: 400;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/phone.png) no-repeat;
    background-size: .28rem,auto;
    height: .28rem;
    display: flex;
    align-items: center;
}

.top-nav-user{
    margin-left: .32rem;
    padding-left: .28rem;
    height: .28rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/user.png) no-repeat;
    background-position: center center;
    background-size: .28rem;
}

.top-nav-search{
    margin-left: .32rem;
    margin-right: .24rem;
    padding-right: .28rem;
    height: .28rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/search.png) no-repeat;
    background-position: center center;
    background-size: .28rem;
}

.top-blank{
    margin-top: .88rem;
}

.titlebar{
    align-items: center;
    height: .84rem;
    display: flex;
    border-bottom: .01rem solid #e5e6f2;
    justify-content: space-between;
}

.titlebar>h3 {
    height: .72rem;
    margin-left: .28rem;
    padding-left: .5rem;
    line-height: .72rem;
    font-size: .32rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/live.png) no-repeat left center;
    background-size: .4rem auto;
}

.titlebar>h3.titlebar-title1 {
    background-image: url(https://n.sinaimg.cn/finance/web_gushihui/image/live.png);
}

.titlebar>h3.titlebar-title2 {
    background-image: url(https://n.sinaimg.cn/finance/web_gushihui/image/comment.png);
}
.titlebar>h3.titlebar-title3 {
    background-image: url(https://n.sinaimg.cn/finance/web_gushihui/image/gushihui.png);
}

.titlebar-more,
.titlebar-more:visited {
    margin-right: .4rem;
    padding-right: .4rem;
    font-size: .28rem;
    color: #333;
    text-decoration: none;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/more.png) no-repeat right center;
    background-size: .4rem auto;
}

.titlebar-more:hover {
    opacity: 0.7;
}

.hot-live{
    display: flex;
    flex-direction: column;
    margin-bottom: .32rem;
    margin-left: .32rem;
    margin-right: .32rem;
}

.hot-live-item{
    height: .88rem;
    margin-top: .32rem;
    display: flex;
}

.hot-live-item-authorimg{
    position: relative;
    display: inline-block;
}

.hot-live-item-authorimg img{
    width: .88rem;
    height: .88rem;
    background-position: center center;
    background-size: .88rem;
    display: flex;
    justify-content: center;
    border-radius: .4rem;
}

.hot-live-item-authoricon{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: .32rem;
    height: .32rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/liveicon.png) no-repeat;
    background-size: .32rem;
}

.hot-live-item-detail{
    display: flex;
    flex-direction: column;
    margin-left: .24rem;
    flex: 1;
    overflow: hidden;
}

.hot-live-item-detail-up{
    display: flex;
}

.hot-live-item-detail-up-name{
    font-family: PingFangSC-Medium, 'Microsoft YaHei', sans-serif;
    font-size: .32rem;
    color: #333333;
    letter-spacing: 0;
    line-height: .32rem;
    font-weight: 500;
    flex: 1;
}

.hot-live-item-detail-up-date{
    margin-right: .24rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .24rem;
    color: #9A9EAD;
    letter-spacing: 0;
    line-height: .24rem;
    font-weight: 400;
    white-space: nowrap; /* 不换行 */
    overflow: hidden;
}

.hot-live-item-detail-down{
    margin-top: .24rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .28rem;
    color: #333333;
    letter-spacing: 0;
    line-height: .28rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.area-divider{
    background: #F5F7FB;
    height: .2rem;
}

.hot-comment{
    display: flex;
    flex-direction: column;
    background-color: #F5F7FB;
}

.hot-comment-nav{
    display: flex;
}

.hot-comment-nav-index.active{
    margin:.24rem auto;
    width: 16.67%;
    font-family: PingFangSC-Medium, 'Microsoft YaHei', sans-serif;
    font-size: .28rem;
    color: #508CEE;
    letter-spacing: 0;
    text-align: center;
    line-height: .28rem;
    font-weight: 500;
}

.hot-comment-nav-index{
    margin:.24rem auto;
    width: 16.67%;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .28rem;
    color: #808595;
    letter-spacing: 0;
    text-align: center;
    line-height: .28rem;
    font-weight: 400;
}

.hot-comment-items{
    display: flex;
    flex-direction: column;
    margin-left: .32rem;
    padding-bottom: .22rem;
    margin-right: .32rem;
}

.hot-comment-item-l{
    margin-bottom: .1rem;
    display: flex;
    gap: .1rem;
}

.hot-comment-item-v{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 31%; */
    height: 1.6rem;
    background-color: #fff;
    /* margin-right: .1rem; */
    flex: 1;
}

.hot-comment-item-v-name{
    width: 1.82rem;
    margin-top: .2rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: 0.26rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: .26rem;
    font-weight: 400;
    white-space: nowrap; /* 不换行 */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.hot-comment-item-v-data{
    margin-top: .13rem;
    font-family: HelveticaNeue-Medium;
    font-size: .4rem;
    color: #FD4331;
    letter-spacing: 0;
    text-align: center;
    line-height: .4rem;
    font-weight: 500;
}

.hot-comment-item-v-data.green{
    margin-top: .13rem;
    font-family: HelveticaNeue-Medium;
    font-size: .4rem;
    color:  #05AA3B;
    letter-spacing: 0;
    text-align: center;
    line-height: .4rem;
    font-weight: 500;
}

.hot-comment-item-v-other{
    margin-top: .16rem;
    display: flex;
    justify-content: center;
}

.hot-comment-item-v-other-zf{
    font-family: HelveticaNeue-Medium;
    font-size: .22rem;
    color: #FD4331;
    letter-spacing: 0;
    text-align: center;
    line-height: .22rem;
    font-weight: 500;
}

.hot-comment-item-v-other-zf.green{
    font-family: HelveticaNeue-Medium;
    font-size: .22rem;
    color: #05AA3B;
    letter-spacing: 0;
    text-align: center;
    line-height: .22rem;
    font-weight: 500;
}

.hot-comment-item-v-other-dis{
    margin-left: .08rem;
    font-family: HelveticaNeue-Medium;
    font-size: .22rem;
    color: #808595;
    letter-spacing: 0;
    text-align: right;
    line-height: .22rem;
    font-weight: 500;
}

.gushihui{
    display: flex;
    flex-direction: column;
}

.gushihui-item{
    display: flex;
    flex-direction: column;
    margin-left: .24rem;
    margin-right: .24rem;
}

.gsh-author{
    display: flex;
    justify-content: space-between;
}

.gushihui-item-author{
    display: flex;
    align-items: center;
    height: 1.32rem;
}

.gushihui-item-author-img{
    position: relative;
    display: inline-block
}

.gushihui-item-author-img img{
    width: .8rem;
    height: .8rem;
    background-position: center center;
    background-size: .8rem;
    display: block;
    border-radius: .4rem;
}

.gushihui-item-author-img-icon{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: .26rem;
    height: .26rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/dav.png) no-repeat;
    background-position: center center;
    background-size: .26rem;
}
.gushihui-item-author-info{
    display: flex;
    flex-direction: column;
    width: 4.79rem;
    margin-left: .2rem;
}

.gushihui-item-author-info-name{
    font-family: PingFangSC-Medium, 'Microsoft YaHei', sans-serif;
    font-size: .34rem;
    color: #333333;
    letter-spacing: 0;
    line-height: .36rem;
    font-weight: 500;
    white-space: nowrap; /* 不换行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.gushihui-item-author-info-zw{
    margin-top: .12rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .24rem;
    color: #9A9EAD;
    letter-spacing: 0;
    line-height: .24rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gushihui-item-sub{
    background: #F5F7FB;
    border: .01rem solid rgba(229,230,242,1);
    border-radius: .06rem;
    width: 1.22rem;
    height: .58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .44rem;
}

.gushihui-item-sub-text{
    font-family: PingFangSC-Medium, 'Microsoft YaHei', sans-serif;
    font-size: .26rem;
    color: #508CEE;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.gushihui-item-con{
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .32rem;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    position: relative;
    display: inline-block;
}


.gushihui-item-con-p{
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .32rem;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 3; /* 控制显示的行数 */
    position: relative;
}

.gushihui-item-con-pdetail{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #508CEE;
    box-shadow: -18px 0px 20px 2px #fff;
}

.gushihui-item-con-img img{
    width: 2.28rem;
    height: 2.28rem;
}

.gushihui-item-date{
    margin-top: .24rem;
    margin-bottom: .24rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .24rem;
    color: #9A9EAD;
    letter-spacing: 0;
    line-height: .24rem;
    font-weight: 400;
}

.gushihui-item-comment{
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    border-top: .01rem solid #e5e6f2;
    display: flex;
    height: .73rem;
    align-items: center;
    /* width: 7.02rem; */
}

.gushihui-item-comment-share, .gushihui-item-comment-pl, .gushihui-item-comment-like{
    display: flex;
    width: 33.3%;
    justify-content: center;
    align-items: center;
}

.gushihui-item-comment-share-img{
    margin-left: .32rem;
    width: .29rem;
    height: .29rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/share.png);
    background-position: center center;
    background-size: .29rem;
}

.gushihui-item-comment-pl-img{
    margin-left: .32rem;
    width: .29rem;
    height: .29rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/comment2.png);
    background-position: center center;
    background-size: .29rem;
}

.gushihui-item-comment-like-img{
    margin-left: .32rem;
    width: .29rem;
    height: .29rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/like.png);
    background-position: center center;
    background-size: .29rem;
}

.gushihui-item-comment-text{
    margin-left: .13rem;
    font-size: .28rem;
    color: #9A9EAD;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.float-button{
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    position:fixed;
    display:block;
    bottom:2.1rem;
    left:0;
    right:0;
    margin:0 auto;
    height:.74rem;
    line-height:.74rem;
    width:2.5rem;
    color:#fff;
    text-align:center;
    background:#508cee;
    border-radius:.4rem;
    z-index:1000;
    font-size:.3rem;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 2.6rem;
}
.pluse{
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-animation-name:pluse;
    animation-name:pluse;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
@-webkit-keyframes pluse{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }50%{
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
}
@keyframes pluse{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }50%{
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
}
    

.float-button img{
    width: .44rem; height: .44rem; margin-right: .12rem;
}
.bottom-callup{
    background: #F5F7FB;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-callup img{
    width: .48rem;
    height: .48rem;
    background-position: center center;
    background-size: .48rem;
}

.bottom-callup-text{
    margin-left: .12rem;
    font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
    font-size: .32rem;
    color: #808595;
    letter-spacing: 0;
    line-height: .32rem;
    font-weight: 400;
}

.bottom-nav{
    background: #508cee;
    height: 1.06rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom-nav-cj, .bottom-nav-hq, .bottom-nav-dw{
    margin-left: .32rem;
    margin-right: .18rem;
    font-family: PingFangSC-Medium, 'Microsoft YaHei', sans-serif;
    font-size: .32rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: .32rem;
    font-weight: 500;
}
.bottom-nav-blank{
    flex:1;
}
.bottom-nav-icon{
    margin-right: .32rem;
    width: .44rem;
    height: .44rem;
    background: url(https://n.sinaimg.cn/finance/web_gushihui/image/backtop.png);
    background-position: center center;
    background-size: .44rem;
}

a{
    text-decoration: none;
}

.wap-msg-bar-wap{
    display: none;
}