* {
    margin: 0;
    padding: 0;
}
ul{
    padding-left:20px;
}
ol{
	padding-left: 20px;
}
.highlight{
	border-bottom: 2px solid blue;
}

.dangerWordHighlight {
	background: red;
}
	
.warningWordHighlight {
	background: yellow;
}
body, html {
    background: #f0f2f5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消手机点击屏幕时，会出现的灰块*/
}

@media (min-width: 640px) {
    html {
        font-size: 85.33px !important;
    }
}
::-webkit-scrollbar {
    width:0px;
    height:0px;
    background:transparent;
}
.wrapper {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    font-size: 0.34rem;
    min-height: 100vh;
}

    .page.article {
        min-height: 100vh;
        background:#fefefe;
    }
        /*有下载按钮需要padding底部*/
        .page.article.hasDownload {
            min-height: calc(100vh - 1.3rem);
            padding-bottom: 1.3rem;
        }

        /**有稿件轮播的下载按钮要适应padding底部*/        
        .page.article.hasDownload.has-footer-swiper {
            min-height: calc(100vh - 1.3rem - env(safe-area-inset-bottom));
            padding-bottom: calc(1.3rem + env(safe-area-inset-bottom));
        }
        .article_var_item .page.article.hasDownload.has-footer-swiper {
            min-height: calc(100vh - 1.3rem);
            padding-bottom: 1.3rem;
        }
            .page.article.hasDownload .open_app {
                display: block;
            }

            .page.article.hasDownload .more_comment {
                display: block;
            }

.loading.page {
    width: 100%;
    max-width: 640px;
    height: 100%;
    display: block;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
}

    .loading_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        text-align: center;
        font-size: 16px;
    }
.loading.page {
    background: none;
}
.loading_content {
   color:#999;
}
        .loading_content img {
            display: block;
            width: .6rem;
            margin: 0 auto .2rem;
        }
#footer_bar{
    width: 100%;
    background: #fff;
    position: fixed;
    border-top: 1px solid #EAEAEA;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 1.18rem;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: space-around;    
    padding-bottom:calc(env(safe-area-inset-bottom));
}
#footer_bar.article_var_item{
    position: fixed;
    top:0;
    width: 100%;
    padding-bottom:0;
}
#footer_bar .swiper-pagination{
    bottom:calc(0.1rem + env(safe-area-inset-bottom))    
 }
 #footer_bar.article_var_item  .swiper-pagination{
    bottom:0.1rem;    
 }
 /* #footer_bar{
     padding-bottom:0;
 }         */

#footer_bar .open_app_inner {
    padding: 0.18rem 0!important;
}
#footer_bar .swiper-pagination{
    font-size: 0!important;
}
#footer_bar .swiper-footer{
    width: 60%;
    height: 1.18rem;
	overflow: hidden;
	font-size: 0.24rem!important;
}
#footer_bar .swiper-pagination>.swiper-pagination-bullet {
    width: .22rem;
    height: .06rem;
    border-radius: 0;
    background: #ccc!important;
	opacity:.4;
	border-radius: 0.03rem;
}

#footer_bar .swiper-pagination>.swiper-pagination-bullet-active{    
    background: #000!important;
}
.footer-slide>img{
    width: 0.82rem;
   height: 0.82rem;
   border-radius: 0.1rem;
   margin-right: 0.1rem;
}
.footer-slide{
    display: flex;
    align-items: center;
}
.clearBoth {
    position: relative;
}

    .clearBoth:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        clear: both;
    }

/*文本超出1行显示...*/
.limit-line1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

/*文本超出2行显示...*/
.limit-line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:left !important;
}

/*文本超出3行显示...*/
.limit-line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

/*404错误*/
/*.notFound {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.notFoundInner {
  max-width: 640px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}

.notFound_content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
}

.notFound_content img {
  width: 4.48rem;
  display: block;
  margin: 0 auto .2rem;
}

.notFound_content p {
  font-size: .28rem;
  color: rgba(107, 107, 107, 1);
  line-height: .36rem;
}*/

iframe {
    display: block;
    width: 100%;
}

.article_comment {
    overflow: hidden;
    display: none;
}

.more_comment {
    display: none;
}

.noComment {
    text-align: center;
    margin-bottom: 0.4rem;
}

    .noComment img {
        width: 1.4rem;
        display: block;
        margin: 0 auto .36rem;
    }

    .noComment span {
        font-size: .2rem;
        color: rgba(219, 219, 219, 1);
    }


/***************************开始：普通404、底部OpenApp***************************************************/
/*404错误*/
.notFound {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.notFoundInner {
    max-width: 640px;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
}

.notFound_content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
}

    .notFound_content img {
        width: 4.48rem;
        display: block;
        margin: 0 auto .2rem;
    }

    .notFound_content p {
        font-size: .28rem;
        color: rgba(107, 107, 107, 1);
        line-height: .36rem;
    }

.hasDownload {
    padding-bottom: 1.32rem;
}

    .hasDownload .open_app {
        display: block;
        z-index: 1000;
    }

/*******打开App*********/
.open_app,.top_open_app {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
} 
.top_open_app{
    bottom: unset;
    top: 0;
}

.open_app_inner {
    max-width: 640px;
    height: 1.18rem;
    /* border-top: 1px solid #EAEAEA; */
    background: #ffffff;
    padding: 0.18rem 0.2rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.app_icon {
    width: 0.82rem;
    height: 0.82rem;
    background: url('../images/logo.png') no-repeat center;
    background-size: cover;
    float: left;
    margin-right: .18rem;
}

.open_disc {
    height: 0.82rem;
    font-size: 0;
    /* line-height: .82rem; */
    /* margin: 0 1.6rem 0 0.88rem; */
    display: flex;
    align-items: center;
}

.open_disc .app_name {
    display:block;
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
}

.open_disc .app_desc {
    display:block;
    font-size: .24rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: .02rem;
}

.open_disc .app_desc:before {
    content: "";
    display: block;
    width: .02rem;
    height: .45rem;
    background: #EEEEEE;
    margin: 0 .1rem;
}

.btn_open_app {
	width:1.64rem;
	height:.58rem;
	font-size:.24rem;
	font-weight:400;
    float: right;
    margin-top: 0.1rem;
	display: flex;
	align-items: center;
    justify-content: center;
    border:.02rem solid #3397DD;
    background-color:#5195D7;
    color: #fff;
    border-radius: .29rem;
}
/***************************结束：普通404、底部OpenApp***************************************************/

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
/* 底部打开app */
/* .article_limit_img{
    width: 7.5rem;
    height: 2.29rem;
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: .45rem 0;
    box-sizing: border-box;
} */
.arrow_down{
    width: 0.31rem;
    height: .33rem;
    display: block;
    margin: 0 auto .22rem;
    transform: translateY(-.2rem);
    animation: slide-right 1s ease-in infinite alternate;
}
@keyframes slide-right {
	0%{
		transform: translateY(-.2rem);
	}
	100%{
		transform: translateY(0);
	}
}
.wonderful{
    width: 6.78rem;
    height: .84rem;
    background: url(../images/openapp_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size:.28rem;
    font-weight:400;
    color: #F4F6F7;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wonderful img{
    width: 0.41rem;
    height: .4rem;
    display: block;
    margin-left: .11rem;
}

/* 云直播样式 */
.zb{
    width:1.14rem;
    height:.38rem;
    background:rgba(237,71,76,1);
    border-radius:.19rem;
  
    font-size:.2rem;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: flex;
    align-items: center;   
    justify-content: center;
    position: absolute;
    top: .16rem;
    right: .16rem;
  }
  .zb img{
    width: 0.18rem!important;
    height: .18rem!important;
    display: block;
    margin-right: .08rem;
  }
  .hf img{
    width: 0.17rem!important;
    height: .17rem!important;
    display: block;
    margin-right: .08rem;
  }
  .hf{
    background:rgba(131,211,63,1);
  }
  .yg img{
    width: 0.17rem!important;
    height: .17rem!important;
    display: block;
    margin-right: .08rem;
  }
  .yg{
    background:rgba(118,180,248,1);
  }
