
img, video {
    max-width: 100% !important;
}
.article-contain {
	padding:0.06rem 0.12rem;
}

.yt-title,
.fbt-title{font-family:'fzbys'}
.zyfb-title{font-family:'syst'}

.zyfb-title{
	font-size: 0.22rem;
	color: #2E2E2E;
	line-height: 2;
	word-wrap: break-word;
}

/* -- */
html{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 750px!important;
    position: relative;
	box-shadow: 0 0.04rem 0.08rem 0 rgba(34, 34, 34, 0.15);
	font-family: 'fzbys';
}
.bodyMain1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.bodyMain2{
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bodyMain2::-webkit-scrollbar {
  width: 4px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
 
.bodyMain2::-webkit-scrollbar-thumb {
  background-color: #f09e9e;
  border-radius: 4px;
}
 
.bodyMain2::-webkit-scrollbar-thumb:hover {
  background-color: rgb(233, 55, 55);
}

.appDown2{
	width: 100%;
	height: 0.65rem;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 0.04rem 0.08rem 0 rgba(34, 34, 34, 0.15);
}
.flex2{
	height: 100%;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 0 0.14rem;
	align-items: center;
	justify-content: space-between;
}
.appDown2 .icon{
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.11rem;
	    border: 2px solid #e9dfe0;
    border-radius: 15%;
}
.appDown2 .titleBox{
	display: flex;
	flex: 1;
	height: 100%;
	padding: 0.09rem 0;
	box-sizing: border-box;
	justify-content: space-between;
	flex-direction: column;
}
.appDown2 .titleBox p{
	color: #c6070f;
	font-size: 0.18rem; 
	font-weight: 600;
	margin-left: 0.01rem;
}
.appDown2 .titleBox span{
	font-size: 0.12rem;
	color: #8b8989;
}
.appDown2 .downBtn{
	background: radial-gradient(circle, #ED2025, #c6070f);
	font-size: 0.14rem;
	color: #fff;
	height: 0.31rem;
	text-align: center;
	line-height: 0.31rem;
	border-radius: 0.04rem;
	/* font-family: '宋体'; */
	/* font-weight: 600; */
	letter-spacing: 1px;
	padding: 0 0.08rem;
	box-shadow: 0 0.03rem 0.06rem 0 rgba(68, 37, 37, 0.3);
}

/* 定义放大缩小动画 */
@keyframes zoomInOut {
	0%, 100% {
	transform: scale(0.95);
	}
	50% {
	transform: scale(1.05);
	}
}
.downBtn {
	animation: zoomInOut 1s infinite;
}
/* --顶部-- */
.laiyuan{
	line-height: 2;;
	font-size: 0.14rem;
	color: #999999;
	display: none;
	align-items: center;
	width: 100%; 
	overflow: hidden;
	font-family: 'fzbys';
}
.original{
	width: 0.32rem;
	height: 0.17rem;
	margin-right: 0.06rem;
}
.rdbox{
	display: flex;align-items: center;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.15rem;
	overflow: hidden;
	margin-bottom: 0.06rem;
	font-family: 'fzbys';
}

.rdbox .rafter{
	margin-right: 0.08rem;
	display: block;
	width: 0.01rem;
	height: 0.15rem;
	background-color: #F2C046;
}
.rdbox .timer{
	margin-right: 0.09rem;
	width: 1.5rem;
}
.rdbox .rd{
	color: rgb(237, 32, 37);
	   
}
/* ---- */
.rdbox .userBoxs{
	padding: 0.16rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.rdbox .userBoxs p{
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: right;
	font-weight: 600;
}
/* --- */
.newlogo{
	width: 0.31rem;
	height: 0.31rem;
	background: #fff;
	padding: 0.01rem;
	border-radius: 0.08rem;
	margin-right: 0.1rem;
}

.star-rating {
	unicode-bidi: bidi-override;
	color: #c4c3c3;
	font-size: 0;
	margin-top: 0.05rem;
	position: relative;
	display: inline-block;
	padding: 0;
}

.star-rating span {
	margin: 0 0.01rem;
	font-size: 0.17rem;
}

.star-rating span:after {
content: " ";
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background-image: url(/app/static/picture/7.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.star-rating-top span:after {
     background-image: url(/app/static/picture/redu.png);
}
.star-rating-top {
	color: rgb(237, 32, 37);
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.star-rating-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}
/* ---底部--- */
.bottomAPP{
	height: 0.48rem;
	width: 100%;
	font-size: 0.14rem;
	padding-left: 0.12rem;
	padding-right: 0.06rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	z-index: 9;
	border-top: 0.01rem solid #ededed;
}
.bottomAPP .ipt{
	flex: 1;
	padding-left: 0.12rem;
	padding-right: 0.2rem;
	margin-right: 0.06rem;
	color: #b2b2b2;
	background-color: #ededed;
	font-size: 0.13rem;
	border-radius: 0.24rem;
	line-height: 0.33rem;
	
}
.bottomAPP .p{
	/* overflow: hidden; */
	position: relative;
	color: #8b8989;
	padding: 0.04rem 0.08rem;
}
.bottomAPP .p img{
	margin-top: 0.03rem;
	width: 0.22rem;
	height: 0.22rem;
}
.bottomAPP .p .num{
	position: absolute;
	color: #ED2025;
	left: 0.24rem;
	top: -0.04rem;
	font-size: 0.12rem;
}
/* ------- */
.opneOther{
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.08rem;
	width: 2.8rem;
	height: 0.4rem;
	color: #fff;
	font-size: 0.16rem;
	background: radial-gradient(circle, #ED2025, #c6070f);
}
.opneOther img{
	width: 0.7rem;
	height: 0.33rem;
	margin: 0 0.07rem;
}
/* ----稿件推荐---- */
.xgtj{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	margin-left: 0.12rem;
	margin-top: 0.02rem;
	margin-bottom: 0.02rem;
}
.rafter{
	margin-right: 0.08rem;
	display: block;
	width: 0.02rem;
	height: 0.16rem;
	border-radius: 0.02rem;
	background: radial-gradient(circle, #ED2025, #c6070f);
}

.tuijian{
	margin-bottom: 0.04rem;
}


.tuijian .tjLi{
	display: flex;
	padding: 0.12rem;
	font-size: 0.14rem;
}
.tuijian .tjLi:hover{
	background-color: #ff949a24;
}
.tuijian img{
	width: 1.1rem;
	height: 0.82rem;
	background: #efeeee;
	border-radius: 0.04rem;
	margin-right: 0.12rem;
}
.tuijian .tjR{
	flex: 1;
	min-height: 0.55rem;
	padding: 0.01rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tuijian .tjname{
	font-size: 0.16rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	font-family: 'fzbys';
}
.tuijian .tjtime{
	font-size: 0.12rem;
	color: #999999;
}
/* 稿件评论 */
.pinglun{
	margin-bottom: 0.04rem;
}
.pinglun .plLi{
	display: flex;
	padding: 0.12rem;
	font-size: 0.14rem;
}
.pinglun img{
	width: 0.4rem;
	height: 0.4rem;
	background: #efeeee;
	border-radius: 0.04rem;
	margin-right: 0.12rem;
	border-radius: 50%;
}
.pinglun .plR{
	flex: 1;
	overflow: hidden;
}
.pinglun .plname{
	font-size: 0.13rem;

}
.pinglun .pltitle{
	font-size: 0.14rem;
	line-height: 0.2rem;
	/* height: 0.4rem; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 0.09rem;
	margin-bottom: 0.06rem;
}
.pinglun .pltime{
	font-size: 0.12rem;
	color: #999999;
}
.pinglun .morepl{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.13rem;
	color: #999999;
	padding-bottom: 0.12rem;
	flex-direction: column;
}
.pinglun .unpl{
	border-radius: 0;
	background-color: #fff;
	width: 1.5rem;
	height: 1.5rem;
}


.openRTop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow: hidden;
}
.openRTopBox{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 40%;
}
.openRTop img{
	width: 100%;
}
.openRTop .Ctitle{
	color: #fff;
	font-size: 0.18rem;
	padding: 0.08rem 0.16rem;
	border-radius: 1rem;
	border: 0.01rem solid #fff;
	letter-spacing: 0.03rem;
}
.onShowRTop{
	display: none;
}


/* 轻提示 */
.toast_box {
	/* width: 100%; */
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 200;
	margin: 0 auto;
	display: none;
}
.toast_main{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.toast_main p {
	box-sizing: border-box;
	padding: 10px 20px;
	width: max-content;
	/* 提示框的背景色 */
	background: #6d6d6d;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	opacity: 0.8;
}


/* 下载App */
.appDown{
	position: fixed;
	top:0;
	height: 0.48rem;
	width: 100%;
	/* background:#c6070f; */
	background:#ED2025;
	color: #FFFFFF;
	z-index: 1000;
	background-size:contain;
	/*display:none;*/
  }
  
  .appDown .footer-box{
	height: 0.48rem;
	padding: 0 0.12rem;
	display: flex;
	align-items: center;
  }

  .appDown .footer-box .zyfb-logo{
	width: 0.34rem;
	height: 0.34rem;
	box-shadow: 0 1px 2px 0 rgba(102,34,40,0.30);
	border-radius: 0.04rem;
	text-align: center;
  
  }
  .appDown .footer-box .zyfb-content{
	flex: 1;
	display: flex;
	align-items: center;
  }
  .footer-box .logo{
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	background-size:contain;
	margin-right: 12px;
	border: 0.5px solid #fff;
	border-radius: 4px;
	/* border-radius: 50%; */
  }
  .logo-name{
	display: block;
	width: 0.72rem;
	height: 0.3rem;
	background-size:contain;
  }
  .footer-box .zyfb-content .zyfb-name{
	  font-size: 0.2rem;
	  margin-top: .03rem;
  }
  .footer-box .zyfb-content .zyfb-details{
	font-size: 0.11rem;
  }
  .footer-box .zyfb-down{
	display: inline-block;
	height: 0.3rem;
	box-sizing: border-box;
	width: 0.72rem;
	line-height: 0.3rem;
	text-align: center;
	color:#FFF;
	border: 1px solid #fff;
	box-shadow: 0 1px 2px 0 rgba(102,34,40,0.30);
	border-radius: 0.04rem;
	font-size: 0.14rem;
}

.article-content {
	font-size:0.16rem;
	color:#2E2E2E;
	line-height:0.26rem;
	font-family:'fzbys' !important;
}
.article-content p{font-size:18px !important;line-height:2 !important;}
.article-content div,
.article-content p,
.article-content span{font-family:'fzbys' !important;}
/* 点赞 */
.article-content .praises {
	cursor:pointer;
	width:1.5rem;
	padding:0.1rem 0.3rem;
	border:1px solid #E00F1D;
	border-radius:1rem;
	margin:0.15rem auto;
}
.article-content .praises .p-num {
	background:url('https://preview.zunyifb.com/themes/default/images/h-icon.png') no-repeat left center;
	padding-left:0.4rem;
	margin-left:0.1rem;
	background-size:50%;
	color:#E00F1D !important;
	font-size:0.2rem;
}

/* 分割线 */
.dashed{
	width: 100%;
	height: 0;
	margin: auto;
	border-top: 0.5px solid #adadad;
	margin-top: 0.12rem;
	margin-bottom: 0.06rem;
}

/* 点赞收藏 */

.operation{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 10%;
	padding-bottom: 12px;
}
.operation .opt{
	width: 1rem;
	height: 0.35rem;
	border-radius: 316px;
	opacity: 1;
	background: #EFEFEF;
	display: flex;
	align-items: center;
	padding: 0 0.2rem ;
}

.operation .opt img{
	width: 0.15rem;
	height: 0.15rem;
}
.operation .opt span{
	color: #716f6f;
	flex: 1;
	line-height: 0.3rem;;
	font-size:0.14rem;
	text-align: center;
}

.rdbox_log{width:.42rem;height:.42rem;overflow:hidden;border-radius:50%;margin-right:.1rem}
.article-content div p span strong{font-size:20px;}
.zt_content {
    width: 100%;
    min-height: 100%;
    background: #fff;
}

.zhibo_end::after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.zt_cover{width:100%;height:auto;}
.zt_cover img{width:100%;}
.zt_item {
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.zt_item a {
    display: flex;
    width: 100%;
    padding: 12px 7px;
    box-sizing: border-box;
    justify-content: space-between;
}

.zt_left {
    width:60%;
    height:85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zt_left100{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
}

.zt_title {
    font-size: 16px;
}

.zt_info {
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    color: #999;
}

.zt_img {
    width: 35%;
    height:85px;
    overflow: hidden;
    border-radius: 5px;
}
.zt_time,
.zt_hot{
    display: flex;align-items: center;
}
.zt_nomore{
    width: 100%;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
}
.zt_nodata{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #fff;
}

.zt_time img{margin-right:5px;width:10px !important;}
.zt_hot img{margin-right:5px;width:14px !important;}
.zhibo_end{position:relative;}
.zhibo_end::after {
    left: 0;top: 0;
    position: absolute;
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
        }
.zhibo_end_tag{    position: absolute;
    left: 50%;z-index: 1;
    top: 50%;
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    transform: translateX(-50%) translateY(-50%);}
.zt_name_tag {
    background: #fff;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: -35px;
}
.zt_name {
    font-size: 18px;
    line-height: 2;
}
.zt_tag{
    display: flex;margin-top: 10px;
}
.zt_tag_item {
    font-size: 14px;
    padding: 5px 8px;
    background: #eee;
    border-radius: 5px;
    margin-right: 5px;
}
.zt_tag_item.active{
    background: #f7d4d4;
    color: red;
}
.zt_tag_item.active a{
     color: red;
}
.zt_box_title{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    font-size: 18px;
    background: #f3f3f3;
}
.zt_box_list .zt_item{
    background: none;
}
.zt_box{
     background: linear-gradient(to bottom, #eee, #fff);
}
