@import "share_common.css";
html,body{
    height: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
}
.container{
    /*height: 100%;*/
    /*overflow-y: scroll;*/
}
.bgBlack{
    background-color: #1F1F22;
}
a:hover{
    text-decoration: none!important;
}

.content-box {
    width: 100%;
}

.fixed-title{
    position: fixed;
    background: #fff;
    z-index: 10;
    border-bottom: 1px #F2F2F2 solid;

    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-title{
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    padding:0.4rem;
    font-size: 0.533rem;
    line-height:0.693rem;
    color: #333;
    font-weight: bold;
}
.editors-info{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.4rem 0.4rem;
    /*background-color: #f0f5f7;*/

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 0.347rem;
    color: #9199AB;
    border-bottom: 1px solid #F2F2F2;
}

/*audio-box*/
.audio-box{
    box-sizing: border-box;
    padding: 0 0.48rem;
    width: 100%;
    overflow: hidden;
}
.audio-box2{
    display: flex;
    white-space: nowrap;
    width: 100%;
    justify-content: space-between;
}
.btn-play{
    width: fit-content;
    /* margin-right: 0.3rem; */
    flex-shrink: 0;
}
.btn-play img{
    width: 1.28rem;
}
.audio-box .audio-progress{
    width: calc(100% - 1.58rem);
}
.progress-content{
    position: relative;
    width: 100%;
}
.progress-playing{

}
.click-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.progress-play{
    position: absolute;
    left: 0;
    top: 0;

    overflow: hidden;
    width: 0;
}
.progress-default{
    width: 100%;
}
.progress-default,.progress-playing{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-content span{
    display: inline-block;
    width: 1px;
}
.progress-default span{
    background-color: #979797;
}
.progress-playing span{
    background-color: #03a9f4;
}
.progress-time{
    width: 100%;
    display: flex;
    justify-content: space-between;

    font-size: 0.32rem;
    color: #999999;
}

.article-content-box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4rem;

    font-size: 0.4rem;
    line-height: 0.74rem;
    letter-spacing: 0.013rem;
    color: #000000;
}

.article-content{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.article-content img{
    max-width: 100%;
}

.article-content video{
    max-width: 100%;
}

.normal-article-box .label-box{
    box-sizing: border-box;
    width: 100%;
    padding:0.4rem;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 0.107rem solid #F7FBFC;
}
.normal-article-box .label-list span{
    display: inline-block;
    padding: 0.1rem 0.32rem;
	margin-bottom: 0.2rem;
    height: 0.48rem;
    margin-left: 0.2rem;
    background:rgba(238,244,251,1);
    border-radius:0.107rem;

    text-align: center;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: var(--main-color);
}

.related-news-list{
    box-sizing: border-box;
    /*padding:0.4rem 0 0.4rem 0.4rem;*/
}
.related-comments-list{
    box-sizing: border-box;
    padding:0.4rem;
	border-bottom: 0.107rem solid #F7FBFC;
}
.related-news-list .title{
    margin: 0.4rem 0;
}
.comments-tips{
	box-sizing: border-box;
	width:8.933333rem;
	height:0.85rem;
	margin: 0.4rem auto 0;
	line-height:0.85rem;
	text-align: center;
	border-radius:0.106666rem;
	border:1px solid rgba(3,169,244,1);
	
	font-size:0.373333rem;
	color:rgba(3,169,244,1);
}
.related-news-list .title,.related-comments-list .title,.hot-news-list .title{
    position: relative;
    width: 100%;
    margin-bottom: 0.373rem;
    line-height:1.2rem;
    text-align: center;
    font-size: 0.48rem;
    color: #222222;
}


.title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.24rem);
    width:0.48rem;
    height:0.08rem;
    background:var(--main-color);
    border-radius:0.067rem;
}

.related-news-content-normal{
    box-sizing: border-box;
    width: 100%;
	padding: 0 0.4rem 0.533333rem;
	border-bottom: 0.107rem solid #F7FBFC;
   /* padding:0 0 0.4rem 0.4rem;
    white-space: nowrap;
    overflow: scroll;
    display: -moz-box;
    display: -webkit-box; */
}
.related-news-item{
	box-sizing: border-box;
    display: flex;
    width:100%;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
	padding: 0.533333rem 0;
	border-bottom: 1px #E6E6E6 solid;
	/*width: 6.933rem; */
    /*height: 5.8rem;*/
    /* margin-right: 0.427rem; */
    /*border:1px solid rgba(187,187,187,1);*/
    /* border-radius: 0.107rem; */
}
.related-news-item:last-child{
	border-bottom: none;
}
.text-box{
    box-sizing: border-box;
    width: calc(100% - 3.2rem);
	/* margin-left: 0.266666rem; */
    /* height: 2rem; */
    /* padding: 0.32rem 0.213rem; */
    white-space: normal;
/*    border-left:1px solid rgba(187,187,187,1);
    border-right:1px solid rgba(187,187,187,1);
    border-bottom:1px solid rgba(187,187,187,1);
    border-radius:0 0 0.107rem 0.107rem; */
}
.text-box .title-item{
    font-size: 0.427rem;
    line-height: 0.587rem;
    color: #363636;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img-box{
    position: relative;
	width: 3rem;
	height: 1.733333rem;
   /* width: 100%;
    height: 3.8rem;
    border-radius: 0.107rem 0.107rem 0 0;
    overflow: hidden; */
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box .cover{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
}

.img-box p{
    position: absolute;
    bottom: 0.1rem;
    right: 0;

    box-sizing: border-box;
    width: 100%;
    padding: 0 0.2rem;

    font-size: 0.35rem;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-box p i{
    display: inline-block;
    width: 0.747rem;
    height: 0.747rem;
    margin-right: 0.1rem;

    background: url("../../imgs/news_listen/icon-play.png") no-repeat;
    background-size: cover;
}
.normal-time{
	width: 100%;
	text-align: right;
	font-size:0.32rem;
	color:rgba(110,110,110,1);
	line-height:0.44rem;
	flex-basis: 100%;
}
.comments-item{
    box-sizing: border-box;
    display: flex;
    align-items: center;

    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #f0f5f7;
}
.comments-item:last-child{
	border-bottom:none;
}
.comments-item-avatar{
    box-sizing: border-box;
    width: 0.933rem;
    height: 0.933rem;
    margin-top: -0.5rem;
    border-radius: 50%;
}
.comments-item-info{
    width: calc(100% - 1.2rem);
    margin-left: 0.3rem;
}
.user-name{
    margin-bottom: 0.213rem;
    font-size: 0.4rem;
    line-height: 0.36rem;
    color: #9199AB;
}
.user-name span{
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.48rem;

    float: right;
}

.comment-content{
    font-size:0.427rem;
    line-height: 0.587rem;
    color: #444444;
}
.btn-more{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background-color: rgba(35, 37, 49, 0.93);
    color: #fff;
    text-align: center;
    font-size: 0.35rem;
}
.related-news-content-audio,.related-news-content-text{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.4rem;
}
.audio-related-news,.text-related-news{
    display: block;
    padding-top: 0.4rem;
    border-bottom: 1px #E6E6E6 solid;
}
.audio-related-news .related-title,.text-related-news .related-title{
    color: #363636;
    font-size: 0.427rem;
    line-height: 0.587rem;
}
.audio-related-news .time,.text-related-news .time{
    height: 1rem;
    font-size: 0.32rem;
    color: #bbb;
    display: flex;
    align-items: center;
}
.audio-related-news .time i{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.2rem;
    background: url(../../imgs/news_listen/icon-audio.png) no-repeat;
    background-size: cover;
}
.text-related-news .time i{
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    background: url(../../imgs/news_listen/icon-clock.png) no-repeat;
    background-size: cover;
}

.paper-relate-news{
    width: 100%;
    box-sizing: border-box;
    padding: 0.267rem 0.667rem 0.267rem 0.467rem;
}
.paper-relate-item{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0.2rem 0;
    padding-left: 0.5rem;
    font-size: 0.427rem;
    line-height: 0.587rem;
    color: #363636;
}
.paper-relate-item i{
    position: absolute;
    left: 0;
    top: 0.2rem;
    display: inline-block;
    transform: rotate(45deg);
    width:0.227rem;
    height:0.227rem;
    margin-right: 0.267rem;
    background:rgba(3,169,244,1);
    border-radius:0.027rem;
}
.report-top{
    position: relative;
}
.report-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    width: 6.227rem;
    height: 1.973rem;
    background:url(../../imgs/news_listen/report-text.png) no-repeat;
    background-size: cover;
}

.report-content p{
    position: absolute;
    left: 0;
    bottom: -0.1rem;

    font-size: 0.267rem;
    color: #0078BA;
}
.report-content p .day{
    display: inline-block;
    margin-left: 0.8rem;
}

.video-article-box{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #1F1F22;
}
.article-item{
    box-sizing: border-box;
    padding: 0.4rem;
    border-bottom:1px solid #2E2E31;
}
.video-article-title{
    margin-bottom: 0.32rem;
    font-size: 0.427rem;
    line-height: 0.587rem;
    color: #F2F2F2;
}
.article-item .video-box{
    position: relative;
    width: 100%;
    height: 5.333rem;
    border-radius: 0.107rem 0.107rem 0 0;
    overflow: hidden;
}
.video-box .video-mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
}
.video-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-article-box .label-box{
    box-sizing: border-box;
    width: 100%;
    margin-top: 0.3rem;
}
.video-article-box .label-box span{
    display: inline-block;
    padding: 0.1rem 0.32rem;
    margin-bottom: 0.1rem;
    height: 0.48rem;
    margin-left: 0.2rem;
    background:#EEF4FB;
    border-radius:0.107rem;

    text-align: center;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: var(--main-color);
}

.video-play-box{
    position: relative;
    width: 100%;
    height: 100%;
}
.video-play-box .w100{
    height: 100%;
    object-fit: cover;
}
.video-play-box:after{
    content: '';
    position: absolute;
    bottom: 0.267rem;
    left: 0.267rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../../imgs/news_listen/icon-play.png") no-repeat;
    background-size: cover;
}
.card-box{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height:2.24rem;
    padding: 0 1rem 0 1.6rem;
    margin:0.8rem 0 0.2rem;
    background:url("../../imgs/news_listen/bg-card.png") no-repeat right bottom;
    background-size: contain;
    box-shadow:0.04rem 0.04rem 0.08rem 0 rgba(73,193,248,0.36);
    border-radius:0.213rem;
    border:1px solid rgba(3,169,244,1);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-box img{
    width:1.267rem;
    height:1.267rem;
    border-radius: 50%;

    position: absolute;
    left: -0.267rem;
    top: -0.267rem;
}
.card-info p:first-child{
    font-size: 0.453rem;
    color: #565656;
}
.card-info p:last-child{
    font-size: 0.373rem;
    color: #9199AB;
}
.btn-card{
    display: block;
    width:1.493rem;
    height:0.8rem;
    background:#ffffff;
    box-shadow:0.04rem 0.04rem 0.08rem 0 rgba(73,193,248,0.36);
    border-radius:0.4rem;
    border:1px solid #03A9F4;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.373rem;
    color: #03A9F4;
}

.hot-news-content{
	box-sizing: border-box;
	width: 100%;
	padding: 0 0.4rem;
}
.article-item-hot{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.533rem 0;
    border-bottom: 1px solid #EDF1F2;
}

.article-item-hot .time{
	display: flex;
	align-items: center;
    font-size:0.347rem;
    color: #979797;
}
.article-item-hot .normal-article-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.article-item-hot .normal-article-box .article-text{
    /* width:5.9rem; */
	width: calc(100% - 3.2rem);
	
    font-size:0.453rem;
    color:#363636;
    line-height:0.587rem;

    text-align: justify;
    text-justify: inter-ideograph;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.article-item-hot .article-img{
    position: relative;
	width: 3rem;
	height: 1.733333rem;
    overflow: hidden;
}
.article-item-hot .article-img img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.article-item-hot .imgList-logo,.living-logo,.video-logo{
    position: absolute;
    bottom: 0.213rem;
    right: 0.213rem;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size:0.32rem;
    color: #fff;
}
.article-item-hot .imgList-logo{
    width:1.547rem;
    height:0.48rem;
    background:rgba(0,0,0,0.3);
    border:1px solid rgba(255,255,255,0.5);
    border-radius:0.227rem 0 0.227rem 0;
}
.article-item-hot .living-logo{
    width:1.787rem;
    height:0.44rem;
    background:rgba(0,0,0,0.3);
    border-radius:0.227rem;
    border:1px solid rgba(255,255,255,0.5);
}
.article-item-hot .imgList-logo i{
    display: inline-block;
    width: 0.32rem;
    height: 0.293rem;
    background: url("../../imgs/news_listen/icon-imglist.png") no-repeat center;
    background-size: contain;

    margin-right: 0.133rem;
}

.article-item-hot .living-logo i{
    display: inline-block;
    width: 0.28rem;
    height: 0.307rem;
    background: url("../../imgs/news_listen/icon-living.png") no-repeat center;
    background-size: contain;

    margin-right: 0.133rem;
}
.article-item-hot .video-logo{
    width:1.44rem;
    height:0.48rem;
    background:rgba(0,0,0,0.2);
    border:1px solid rgba(153,153,153,0.5);
    border-radius:0.227rem 0 0.227rem 0;
}
.article-item-hot .text-article-box .article-text{
    width:100%;
    font-size:0.453rem;
    color:#363636;
    line-height:0.587rem;
}

.article-item-hot .audio-box{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;

    background: url("../../imgs/news_listen/icon-audio.png") no-repeat center;
    background-size: contain;
}

.hot-bottom-box{
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	box-sizing: border-box;
	padding: 0.32rem 0 0;
}

.hot-bottom-box .btn{
	display: inline-block;
	text-decoration: none;
	
	height:0.533333rem;
	text-align: center;
	line-height:0.533333rem;
    padding: 0 0.1rem;
	border-radius:0.106666rem;
	opacity:0.7;
	border:1px solid rgba(3,169,244,1);
	
	font-size:0.32rem;
	font-weight:500;
	color:rgba(3,169,244,1);
}

/* vr */
#panoDesk {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	overflow: hidden;
}
.vr-box{
	width: 100%;
}
.vr-content{
	pointer-events: none;
	position: absolute;
	top: 1.7rem;
	width: 100%;
	height: calc(100vh - 1.7rem - 40px);
	z-index: 1;
}
.vr-content-box {
	box-sizing: border-box;
    width: 100%;
	padding: 1.333333rem 0.4rem 0.666666rem;
	
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 25%, rgba(0, 0, 0, 0.8) 100%);
	font-size: 0.373333rem;
	color: #FFFFFF;
	line-height: 0.666666rem;
	
	z-index: 10;
	position: absolute;
	bottom: 0;
}
.vr-title-box{
	box-sizing: border-box;
	width: 100%;
	padding: 0.266666rem 0.4rem 1.333333rem;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.48) 72%, rgba(0, 0, 0, 0) 100%);
	font-size:0.453333rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.613333rem;
	
	z-index: 10;
	position: absolute;
	top: 0;
}


#videoViewPortToggle{
	display: none;
}

#videoFullScreen{
	display: none;
}

.vr-error-box{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-color: #000;
	z-index: 9;
}
.error-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.error-text p{
	width: 100%;
	text-align: center;
	font-size: 0.426666rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.6rem;
}

.error-text button{
	margin-top: 0.533333rem;
	width: 2.906666rem;
	height: 0.88rem;
	background: #0870EA;
	border-radius: 0.44rem;
	font-size: 0.426666rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.88rem;
	text-align: center;
	outline: none;
	border: none;
}
.error-text button i{
	display: inline-block;
	margin-right: 0.186666rem;
	width: 0.373333rem;
	height: 0.373333rem;
	background: url("../../imgs/news_listen/icon-refresh.png") no-repeat;
	background-size: contain;
}