@charset "utf-8";

/* CSS Document */

* {
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

html,
body {
	height: 100%;
}

li {
	list-style: none;
}

body {
	font-family: "microsoft yahei";
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pore {
	position: relative;
}

.poab {
	position: absolute;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #none;
}

.swiper-pagination-bullet-active:after {
	color: deeppink;
	background-image: linear-gradient(to right, #a73fff, #3a77ff);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#swiper-container-v {
	width: 100%;
	height: 100%;
	position: relative;
}


/*加载中页面的背景设置*/

.load {
	height: 100%;
	height: 100vh;
	background: url(../images/bg.png)no-repeat bottom center;
	background-size: cover;
	z-index: 100;
}

.poster_wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
}

.p_loading {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	width: 100%;
	/*height: 150px;*/
}

.p_loading_tip {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	margin-top: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}


/*loading动画开始*/

.loader {
	position: relative;
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
}

.loader.small {
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.loader.circle-line,
.loader.circle-round {
	height: 5rem;
}

.loader.circle-round span {
	opacity: .05;
	-webkit-animation: circle-round 1s ease infinite;
	animation: circle-round 1s ease infinite;
}

.loader.circle-round-fade span {
	-webkit-animation: circle-round-fade 1s ease infinite;
	animation: circle-round-fade 1s ease infinite;
}

.loader.circle-round span,
.loader.circle-round-fade span {
	position: absolute;
	width: .6rem;
	height: .6rem;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
}

.loader.circle-round span:nth-child(1),
.loader.circle-round-fade span:nth-child(1) {
	top: 50%;
	left: 0;
	margin-top: -.4rem;
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s;
}

.loader.circle-round span:nth-child(2),
.loader.circle-round-fade span:nth-child(2) {
	top: .7rem;
	left: .7rem;
	-webkit-animation-delay: -.91s;
	animation-delay: -.91s;
}

.loader.circle-round span:nth-child(3),
.loader.circle-round-fade span:nth-child(3) {
	top: 0;
	left: 50%;
	margin-left: -.4rem;
	-webkit-animation-delay: -.78s;
	animation-delay: -.78s;
}

.loader.circle-round span:nth-child(4),
.loader.circle-round-fade span:nth-child(4) {
	right: .7rem;
	top: .7rem;
	-webkit-animation-delay: -.65s;
	animation-delay: -.65s;
}

.loader.circle-round span:nth-child(5),
.loader.circle-round-fade span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -.4rem;
	-webkit-animation-delay: -.52s;
	animation-delay: -.52s;
}

.loader.circle-round span:nth-child(6),
.loader.circle-round-fade span:nth-child(6) {
	bottom: .7rem;
	right: .7rem;
	-webkit-animation-delay: -.39s;
	animation-delay: -.39s;
}

.loader.circle-round span:nth-child(7),
.loader.circle-round-fade span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -.4rem;
	-webkit-animation-delay: -.26s;
	animation-delay: -.26s;
}

.loader.circle-round span:nth-child(8),
.loader.circle-round-fade span:nth-child(8) {
	left: .7rem;
	bottom: .7rem;
	-webkit-animation-delay: -.13s;
	animation-delay: -.13s;
}

@keyframes circle-round {
	0% {
		opacity: .05;
	}

	100% {
		opacity: .7;
	}
}

@-webkit-keyframes circle-round {
	0% {
		opacity: .05;
	}

	100% {
		opacity: .7;
	}
}

@keyframes circle-round-fade {
	0% {
		opacity: .25;
		transform: scale(.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes circle-round-fade {
	0% {
		opacity: .25;
		transform: scale(.2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


/*loading动画结束*/


/*滑动和音乐arrow*/

.arrow-box {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	height: 90px;
	/*border-radius: 100%;
	background: rgba(255, 255, 255, .18);*/
	z-index: 900;
}

#array {
	z-index: 999;
	-webkit-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out;
	display: block;
	margin: 15px auto 0 auto;
	width: 20px;
	height: 15px;
	z-index: 999;
}

#audio_btn {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 200;
	width: 30px;
	height: 30px;
}

.off {
	background-image: url(../images/normalmusic.svg);
	background-size: contain;
}

.rotate {
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -13px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
	}
}

@-moz-keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -13px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
	}
}

@keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -13px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
	}
}

.pore {
	position: relative;
	z-index: 100;
}

.pore {
	position: relative;
	z-index: 10;
}

.f0 {
	font-size: 0;
}

/*音乐*/
#audio_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 200;
	width: 30px;
	height: 30px;
}

.off {
	background-image: url(http://h5.huiyiguanjia.com/Custom/BeijingPublicWelfareH5/images/normalmusic.svg);
	background-size: contain;
}

.rotate {
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite;
}

/*bg1*/
.bg1 {
	background-size: cover;
	height: 100vh !important;
	position: relative;
	color: #fff;
}
/* PC端导航 */
.swiper-pagination span {
	position: relative;
	width: 80px;
	height: 20px;
	color: #979797
}

.swiper-pagination span:after {
	width: 100%;
	left: 0;
	font-size: 16px
}

.swiper-pagination span:nth-child(1):after {
	content: '大会首页';
	position: absolute;
	top: 0;

}

.swiper-pagination span:nth-child(2):after {
	content: '大会议程';
	position: absolute;
	top: 0;
}

.swiper-pagination span:nth-child(3):after {
	content: '会议精华';
	position: absolute;
	top: 0;
}

.swiper-pagination span:nth-child(4):after {
	content: '大会直播';
	position: absolute;
	top: 0;
}

.swiper-pagination span:nth-child(5):after {
	content: '参会指南';
	position: absolute;
	top: 0;
}

.swiper-pagination span:nth-child(6):after {
	content: '联系我们';
	position: absolute;
	top: 0;
}

.contentBox {
	height: 80vh;
	background: pink;
	overflow: scroll;
}

.swiper-pagination span:before {
	content: '';
	position: absolute;
	top: 25px;
	width: 125px;
	height: 15px;
	left: 3px;
}

.swiper-pagination-bullet-active:before {
	background: url(../images/navActive.png) no-repeat;

}
.pcContent{
	max-width: 1110px;
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.pcContent{
		max-width: 800px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.pcContent{
		max-width: 500px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	
}

/*苹果6及以下*/
@media screen and (max-height: 620px) {}

/*iphoneX*/
@media only screen and (min-height: 670px) and (max-height: 820px) {}
