body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
html, body {
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消手机点击屏幕时，会出现的灰块*/
    height: 100%;
	width: 100%;
	font-size: .2rem;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}
div {
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	transform: translate3d(0,0,0);
}
.swiper-slide {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	transform: translate3d(0,0,0);
}
.guide{
	background-color: #191b21;
}
.home,.last,.img-container,.cover{
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/lss.jpg) no-repeat top center;
	background-size: cover;
}
.cover{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/cover-bg.jpg) no-repeat center;
	background-size: cover;
}
.img1{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/yh.jpg) no-repeat top center;
	background-size: cover;
}
.jieshao{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/jieshao.jpg) no-repeat top center;
	background-size: cover;
}
.jieshao-logo{
	width: 2.52rem;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15%;
}
.jieshao-title{
	width: 3.15rem;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .24rem;
}
.yh-desc1,.yh-desc2,.zs-desc1,.zs-desc2,.cy-desc1,.cy-desc2 {
	position: absolute;
	height: auto;
	display: block;
}
.yh-desc1{
	width: 0.56rem;
	top: .22rem;
	right: .18rem;
}
.yh-desc2 {
	width: 87%;
	left: .14rem;
	bottom: .22rem;
}
.img2{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/zs.jpg) no-repeat top center;
	background-size: cover;
}
.zs-desc1 {
	width: 0.5rem;
	top: .23rem;
	right: .24rem;
}
.zs-desc2 {
	width: 84%;
	left: .14rem;
	bottom: .22rem;
}
.img3{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/cy.jpg) no-repeat top center;
	background-size: cover;
}
.cy-desc1{
	width: 0.5rem;
	top: .22rem;
	right: .24rem;
}
.cy-desc2 {
	width: 84%;
	bottom: .22rem;
	left: .1rem;
}
.play{
	width: 0.61rem;
	height: .61rem;
	position: absolute;
	bottom: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}
.last{
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/last_bg.jpg) no-repeat center;
	background-size: cover;
}
.last-sj,.last-title,.last-logo{
	position: absolute;
	display: block;
}
.last-sj{
	width: 2.35rem;
	left: 50%;
	transform: translateX(-50%);
	top: .3rem;
}
.last-title{
	width: 3.54rem;
	height: auto;
	left: .1rem;
	top: 25%;
}
.last-logo{
	width: 1.49rem;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: .26rem;
}
.bofang{
	width: .61rem;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	cursor: pointer;
}
.home-words{
	width: 87%;
	height: auto;
	position: absolute;
	bottom: 0.22rem;
	left: .14rem;
	display: block;
}
.lss-desc1{
	width: 0.56rem;
	height: auto;
	position: absolute;
	top: .22rem;
	right: .18rem;
}
/*预加载loading*/
.loading-container {
	position: absolute;
	/*top:1.5rem;*/
	width: 100%;
	height: 100%;
	color: #f9d382;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/09/images/cover-bg.jpg) no-repeat top center;
	background-size: cover;
}
.loading-toast{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
}
.loading-container .loading-title {
	width: 3.63rem;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	top: 9%;
}
.loading-container .cover-sj {
	bottom: .22rem;
}
.loading-bar {
	position: absolute;
	width: 77%;
	height: 4px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #979797;
	top: 40%;
	left: 50%;
	margin-top: 10%;
	margin-left: -38.5%;
	background-color: rgba(255,255,255,.4);
	border-radius: 2px;
}

.loading-bar-inner {
	height: 4px;
	width: 0%;
	background: #D7B76E;
}

.loading-text {
	position: absolute;
	width: 100%;
	top: 42%;
	color: #D7B76E;
	font-size: 17px;
	text-align: center;
	margin-top: 15%;
	font-weight: normal;
}

/*空白页*/
.container-background {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: none;
	z-index: 9999;
	background: #FFFFFF;
}
.myVideo {
	display: none;
}
.ios_video{
	display: none;
}
/* 往期回顾 */
.review{
	width: 100%;
	min-height: 100vh;
	font-size: 0;
	background-color: #000;
}
.review-top{
	width: 100%;
	padding-top: .3rem;
	margin-bottom: .35rem;
}
.review-sj{
	width: 3.27rem;
	height: auto;
	display: block;
	margin: 0 auto;
}
.list{
	padding: 0 .15rem .3rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list img{
	width: 1.68rem;
	height: 2.3rem;
	display: block;
	margin-bottom: .09rem;
	cursor: pointer;
}

.arrow-right{
	position: absolute;
	width: 58px;
	height: 49px;
	bottom: 10%;
	right: 10px;
	animation: slide-right 1s ease-in infinite alternate;
	display: none;
}
.go-right{
	position: fixed;
	width: 58px;
	height: 49px;
	bottom: 5%;
	right: 10px;
	animation: slide-right 1s ease-in infinite alternate;
}
/*右滑箭头*/
@keyframes slide-right {
	0%{
		right: 50px;
	}
	100%{
		right: 10px;
	}
}
.video-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 100;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
}
.video-content{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.chat-container{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}
.chat-content{
	height: calc(100vh - .6rem);
	background: #EEEEEE;
	padding: 0.2rem .1rem;
	box-sizing: border-box;
	overflow-y: scroll;
}
.finger{
	width: .45rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.2rem;
	animation: opc 1s infinite ease-in;
	cursor: pointer;
}
@keyframes opc{
	from{
		opacity: .1;
	}
	to{
		opacity: 1;
	}
}
.finger img{
	width: 100%;
}
.chat-bottom{
	width: 100%;
	display: block;
}
.question{
	width: 100%;
	margin-bottom: .2rem;
	display: flex;
	justify-content: flex-end;
	display: none;
}
.question img:nth-of-type(1){
	width: 2.4rem;
	display: block;
	height: .6rem;
}
.question .ask-people{
	width: 0.5rem;
	display: block;
	height: .5rem;
	margin-left: .07rem;
}
.question2 img:nth-of-type(1) {
	width: 2.17rem;
	height: .5rem;
}
.answer{
	width: 100%;
	margin-bottom: .2rem;
	display: flex;
	justify-content: flex-start;
	display: none;
}
.answer-people{
	width: 0.5rem;
	display: block;
	height: .5rem;
	margin-right: .07rem;
}
.question1{
	display: flex;
}
.voice{
	width: 1.69rem;
	height: .5rem;
	padding-left: .25rem;
	box-sizing: border-box;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg1.png) no-repeat center left;
	background-size: 100% 100%;
	display: flex;
	align-items: center;


	font-size: 14px;
	font-weight: 400;
	color: #282323;
}
.answer2 .voice{
	width: 2.05rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg2.png) no-repeat center left;
	background-size: 100% 100%;
}
.answer3 .voice{
	width: 2.4rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg3.png) no-repeat center left;
	background-size: 100% 100%;
}
.answer4 .voice{
	width: 1.29rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg4.png) no-repeat center left;
	background-size: 100% 100%;
}
.answer5 .voice{
	width: 1.23rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg5.png) no-repeat center left;
	background-size: 100% 100%;
}
.answer6 .voice{
	width: 2.05rem;
	background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/magazine/08/images/chat/msg6.png) no-repeat center left;
	background-size: 100% 100%;
}
.voice-desc{
	width: 0.13rem;
	display: block;
	margin-right: .13rem;
}
.vh{
	height: 3rem;
}
.voice-box{
	width: 0.13rem;
	height: .21rem;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: .13rem;
}
.voice-box img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.horn2{
	z-index: 10;
}
.horn3{
	z-index: 20;
}
.horn-anim .horn2{
	animation: is_show 1.3s linear infinite;
}
.horn-anim .horn3{
	animation: is_show 1s linear infinite;
}
@keyframes is_show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.toast{
	width: .35rem;
	height: .35rem;
	position: absolute;
	left: .12rem;
	top: .2rem;
	z-index: 999;
}
.toast img{
	width: 100%;
	height: 100%;
	display: block;
}
.ios_video{
	display: none;
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
}
.ios-toast{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 100;
	display: none;
}
.kjp img{
	width: 100%;
	height: auto;
	display: block;
}
.cover-sj{
	width: 2.63rem;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	bottom: .13rem;
}
/* 上镜时刻 */
.sj-container{
	width: 100%;
}
.sj-top{
	width: 100%;
	position: relative;
	height: 2.81rem;
}
.sj-cover{
	width: 100%;
}
.sjsk{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 20;
}
.sj-scroll{
	width: 100%;
	height: calc(100vh - 2.8rem);
	overflow-y: scroll;
	overflow-x: hidden;
	position: static;
}
.sj-scroll img{
	width: 100%;
	height: auto;
	display: block;
}
.cover-title{
	width: 96%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 11%;
}