
html.screen{
    width: 100%;
    height:100%;
    overflow: hidden;
}
.screen body {
    overflow: hidden;
    height:100%;
}
body{
    width: 100%;
}
footer{
    margin-bottom: 1rem;
}
.company-detail{
    padding:0 0.8rem;
    font-size: 0.8rem;
}
.company-top{
    width: 100%;
    height:2.5rem;
    display: flex;
    align-items: center;
}
.company-stocks{
    display: inline-block;
    height:1rem;
    padding: 0 0.4rem;
    border-radius: 0.5rem;
    color: #378BD3;
    border: 1px solid #378BD3;
    font-size: 0.6rem;
    line-height: 1rem;
    transform: scale(0.67);
    margin-right: 0.2rem;
}
.stock-index{
    color: #0F8957;
    margin-left:0.6rem;
}
.stock-index.color-red{
    color: #ff6060;
}
.company-title{
    letter-spacing: 0.02rem;
    line-height: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}
.content-title {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 0.6rem;
}

.text-article ul, .text-article ol {
    padding-left: 1.8rem;
}
.text-article blockquote ul, .text-article blockquote ol {
    padding-left: 1.4rem;
}
.text-article img {
    max-width: 100% !important;
    height: auto;
    background: #f4f4f4;
    border-radius: 0.2rem;
}
.text-article iframe {
    width: 100% !important;
    height: 10rem;
}
.text-article {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #606060;
    word-wrap: break-word;
}
.text-article p a {
    color: #606060;
    border-bottom: 1px solid #909090;
    padding-bottom: 1px;
}
.text-article .text-big-title,
.text-article .text-sm-title {
    font-weight: 700;
    font-size: 0.8rem;
}
.text-article .text-big-title {
    color: #303030;
}
.text-article .text-remarks {
    color: #909090;
}
.text-article .text-remarks a {
    color: #909090;
    border-bottom: 1px solid #909090;
    padding-bottom: 1px;
}
.text-article blockquote {
    color: #909090;
    border-left: 1px solid #ccc;
    padding-left: 0.5rem;
}
.text-article blockquote a {
    color: #909090;
    border-bottom: 1px solid #909090;
    padding-bottom: 0;
}
.text-article .text-img-note {
    color: #909090;
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-top: 0.2rem;
    text-align: center;
}
.text-article .img-center-box {
    text-align: center;
}

/**
  核心看点
*/
.text-article .text-custom-blockquote{
  border-top: 0.1rem solid rgba(245, 52, 82, 0.6);
  border-bottom: 0.1rem solid rgba(245, 52, 82, 0.6);
  border-left: none !important;
  background-color: transparent;
  padding: 0.8rem 0;
  margin: 1rem 0;
}
.text-custom-blockquote ul, .text-custom-blockquote ol {
    list-style-type: disc !important;
}
.article-content-wrap .text-custom-blockquote ul li::marker,
.article-content-wrap .text-custom-blockquote ol li::marker {
    color: #F53452;
}
.text-article .text-custom-p{
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.text-article .text-custom-img{
  background-image: url('https://img.huxiucdn.com/article/share/202207/14/182311973858.png');
  background-size: 100%;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  margin-right: 0.4rem;
}
.text-article .text-custom-title{
  color: #F53452;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1rem;
}
/* 需要新旧版兼容数据，所以将ol 设置为none */
.article-content-wrap .text-custom-ol, 
.text-custom-blockquote ol, 
.text-custom-blockquote ul{
  list-style-type: none !important;
  padding-left: 0.35rem !important;
}
.article-content-wrap .text-custom-blockquote .text-custom-ol p, 
.text-custom-blockquote li p{
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 1.2rem;
  letter-spacing: 1px;
  display: inline;
}
.article-content-wrap .text-custom-ol li, 
.text-custom-blockquote li{
  margin-top: 0.6rem;
  line-height: 1.2rem;
}
.article-content-wrap .text-custom-ol li::before,
.text-custom-blockquote li::before{
  background: linear-gradient(329deg, #F53452 0%, #FF730D 100%);
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0.2rem 0.1rem 0;
}

.content-bottom-info {
    margin-top: 0.8rem;
    height: 0.9rem;
}
.content-bottom-info .content-tag {
    border-radius: 0.45rem;
}
.content-bottom-info .content-tag span {
    padding: 0 0.2rem;
    font-size: 0.6rem;
    -webkit-transform-origin-x: center;
    display: inline-block;
    transform: scale(.75);
}
.content-bottom-info .content-time {
    font-size: 0.6rem;
}
.open-app-bottom-company{
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0.7rem;
    max-width: 640px;
    position: fixed;
    bottom:0.6rem;
    z-index: 20;cursor: pointer;
}
.open-app-bottom-company a{
    display: block;
    width:17.15rem;
    height:1.6rem;
    border-radius: 0.2rem;
    line-height: 1.6rem;
    margin:0 auto;
}
.open-app-bottom-company.iPhoneX-footer-style{
    padding-bottom: 0.8rem;
}


.foot-comment-list {
    border-radius: 0.3rem;
    margin-bottom: 0.25rem;
    background: #f3f3f3;
    padding: 0.6rem 0.5rem;
    font-size: 0.7rem;
    color: #606060;
    text-overflow: ellipsis;
    position: relative;
    word-wrap: break-word;
    line-height: 1.1rem;
}
.foot-comment-list:first-child {
    margin-top: 0.6rem;
}

.foot-comment-wrap .pl-time-praise-wrap {
    margin-top: 0.45rem;
}
.icons.icon-pl-agree {
    height: 0.9rem;
    width: 0.65rem;
    background-position: -12.4rem -0.35rem;
}
.pl-praise.active .icon-pl-agree {
    background-position:-13.725rem -0.35rem;
}
.pl-praise.active .agree-num {
    color: #ff6060;
}
.open-vip-mask {
    position: fixed;
    bottom: 0rem;
    width: 100%;
    max-width: 640px;
    margin: 0;
}