* {
	padding: 0;
	margin: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

*:focus {
	outline: none;
}

@font-face {
	font-family: "FZLTCHK_JHRB";
	src: url("./FZLTCHK_JHRB.TTF");
}

@font-face {
	font-family: "FZLTHK_JHRB";
	src: url("./FZLTHK_JHRB.TTF");
}

/* alert */
.mark {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 0.88rem;
	line-height: 0.88rem;
	width: 80%;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0.1rem;
}

.mesk {
	width: 100%;
	height: 100%;
	background-color: #000000bc;
	opacity: .8;
	position: absolute;
}

html {
	font-size: 100px;
}

html,
body {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;

	overflow: hidden;
	/* background-color: #1a2154; */
}

/* 舞台居中对齐 */
#app {
	width: 100%;
	height: 100%;
	position: fixed;
	font-size: .24rem;

}

/* 页面和层 */
.page,
.labe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
}

.flexlabe {
	display: flex;
	justify-content: center;
	align-items: center;
}


.details {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	overflow: hidden;
	overflow-y: scroll;

}
.articleheader{
      position: relative;
	display: block;
	width: 100%;
}
.thetitle{
	position: relative;
	font-weight: 800;
	margin-top: 30px;
	font-size: 32px;
	padding: 0px 10px;
	text-align: center;
	color: #000;
  }
  .thetime{
	position: relative;
	font-size: 23px;
	color: #b1b1b1;
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: #f1f1f1 2px solid;
	text-align: center;
  }
  .content{
	position: relative;
	 width: 100%;
	 height: 100%;
	 padding: 10px;
	 box-sizing: border-box;
	 margin-bottom: 100px;

  }
  .details-back{
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	
  }
#video-bg,#pic-bg,#fx-bg {
	width:6.2rem;
	height: 4.6rem;
	background-position: center;
	background-size: cover;
	padding: 0.2rem 0.1rem;
	box-sizing: border-box;
	/* background-image: url('../video/w_bg.png'); */
}

#video-intro,#img-intro {
	width: 6.2rem;
	height: 4.8rem;
	padding: 0.6rem 0.75rem 0.8rem;
	box-sizing: border-box;
}
#video-intro .title,#img-intro .title{
	font-family: 'FZLTCHK_JHRB';
	font-size: 0.4rem;
	line-height: 1rem;
	color: #fff;
	padding: 0 0.25rem;
}

#video-intro .text,#img-intro .text{
	font-family: 'FZLTHK_JHRB';
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #fff;
	padding: 0 0.25rem;
	text-indent: 2em;
	text-align: justify;
}

#video-intro #word {
	overflow: auto;
	height: 100%;
}

#video-intro #word p {
	font-family: 'FZLTHK_JHRB';
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #fff;
	padding: 0 0.25rem;
	text-indent: 2em;
	text-align: justify;
}

.center {
	position: absolute;
	top: -200px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.center_top {
	position: absolute;
	top: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 6.2rem;
	height: 3.8rem;
	background-position: center;
	background-size: cover;
	padding: 0.2rem 0.75rem;
	box-sizing: border-box;
}
.tips{
	position: absolute;
	right: 0.8rem;
	bottom: 0.1rem;
	font-family: 'FZLTHK_JHRB';
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
    padding: 0 0.25rem;
    text-indent: 2em;
    text-align: justif

}

.img_top {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	margin: auto;
}

.center_lr {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.center_tb {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}

img {
	position: absolute;
}