* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-sizing: border-box;
	font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
.ab {
	position: absolute;
}

img,
video {
	display: block;
	width: 100%;
}
ul,li{
	list-style: none;
}
.flex-center{
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
html,
body{
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: white;
}
.container,
.full-page{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-swiper-wrapper,
.main-slider{
	position: relative;
}
.main-slider{
	width: 100vw;
	height: 100vh;
}
/*page1*/
.page1{
	background-position: center 30%;
	background-size: cover;
}
.cover-logo{
	position: absolute;
	bottom: 2%;
	left: 50%;
	width: 50px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 2.5s ease;
}
.show .cover-logo{
	opacity: 1;
}
.back-cover-logo{
	margin: 0 auto;
	width: 50px;
}
.c-title-box{
	position: absolute;
	top: 63%;
	left: 50%;
	width: 70%;
	transform: translateX(-50%);
	opacity: 0;
	transition:opacity 2s ease;
}
.show .c-title-box{
	opacity: 1;
}
.c-title1{
	margin-bottom: 5px;
	padding: 5px 13px;
	background: linear-gradient(rgba(255, 255, 255, 0),#cfa972);
}
.c-title-box2{}
/*page2*/
.page2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0));
	z-index: 800;
}
.audio-bar{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background-color: rgba(38, 38, 38, 0.6);
	z-index: 1000;
}
.audio-progress{
	display: inline-block;
	width: 0;
	background-color: rgba(207, 169, 114, 0.8);
	height: 100%;
}
.btn-audio{
	display: inline-block;
	position: absolute;
	left: 5px;
	bottom: 2px;
	width: 32px;
	height: 32px;
	background: url('btn-audio.svg') no-repeat center bottom;
	background-size: 100%;
}
.btn-audio.playing{
	background-position: center top;
}
.subtitle-box{
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 16px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.9);
	letter-spacing: 1px;
	font-weight: bold;
	z-index: 1000;
}
.page2-album{
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 100;
}
.page2-album-wrapper{
	width: 600%;
	height: 100%;
}
.page2-slide{
	float: left;
	width: 100vw;height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page2-slide:nth-child(1){
	background-image: url('1.jpg');
}
.page2-slide:nth-child(2){
	background-image: url('2.jpg');
}
.page2-slide:nth-child(3){
	background-image: url('3.jpg');
}
.page2-slide:nth-child(4){
	background-image: url('4.jpg');
}
.page2-slide:nth-child(5){
	background-image: url('5.jpg?v2');
}
.page2-slide:nth-child(6){
	background-image: url('6.jpg?v2');
}
.arrow{
	position: absolute;
	top: 50%;
	width: 35px;
	transform: translateY(-50%);
	z-index: 3000;
}
.arrow-left{
	left: 0;
}
.arrow-right{
	right: 0;
}
.swiper-button-disabled{
	display: none;
}
.page2-title{
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, .9);
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
	z-index: 1000;
}
.page2-tip-box{
	position: absolute;
	top: 0;left: 0;
	width: 100vw;height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5000;
	color: white;
	font-size: 16px;
	background-color: rgba(0,0,0,0.5);
	transition: opacity 1s 2s; 
}
.page2-tip-box.hide{
	pointer-events: none;
	opacity: 0;
}
/*page3*/
.page3{
	
}
.full-page{
	margin-bottom: 30px;
	width: 100vw;
	height: 100vh;
}
.part-head{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.part1{
	background-image: url('muzi.jpg');
}
.part2{
	background-image: url('guoqi.jpg');
}
.part3{
	background-image: url('fuzi.jpg');
}
.page3-cont p{
	margin: 0 20px 15px;
	text-align: justify;
	line-height: 1.7;
}
.page3-cont p.head-caption{
	position: absolute;
	margin: 0;
	bottom: 10px;
	left: 20px;
	right: 20px;
	color: white;
	font-size: 14px;
	line-height: 1.5;
}

.dh-boxs{
    margin-bottom: 25px;
}
.dh-item{
    margin-bottom: 10px;
}
.page3-box{
	position: relative;
	width: 100vw;height: 100vh;
	-webkit-overflow-scrolling: touch;
	overflow-y:scroll;
}
.page3-cont .dh-item p{
    color: #999;
    line-height: 1.6;
}
.page3-cont p.dh-name{
    text-align: right;
}
.page3-cont h3{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.page3-cont h3 span{
	padding: 5px 20px;
	border-bottom: 1px solid #aaa;
	color: #666;
	letter-spacing: 4px;
}
.single-pic{
	position: relative;
    margin-bottom: 10px;
}
.page3-cont .single-pic p{
    margin: 0;
}
.page3-cont p.single-pic-caption{
	margin: 5px 20px;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}
.page3-cont p.shuming{
	padding: 5px 20px;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 1.5;
}
.page3-album{
	position: relative;
}
.page3-album:before{
	content: '';
	padding-top: 76%;
	display: block;
}
.page3-album-container{
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	overflow: hidden;
}
.page3-album-wrapper{
	width: 300%;
	height: 100%;
}
.page3-album-slide{
	float: left;
	width: 100%;
	height: 100%;
}
.page3-album-index-wrap{
    position: absolute;
    bottom: 5px;
    left: 50%;
    background-color: rgba(0,0,0,.7);
    color: white;
    padding: 3px 10px;
    transform: translateX(-50%);
    border-radius: 10px;
}
#page3-album-index{
    padding: 0 10px;
}
.back-cover{}
.end-pic{
	margin: 40px auto 0;
	width: 50%;
}
.page3-cont .back-cover p.single-pic-caption{
	margin:8px auto 40px;
    width: 50%;
}
.arrow-tip{
	position: absolute;
	bottom: 9%;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	animation: arrow-tip 1.5s 0s alternate infinite ease-in-out;
}
.arrow-tip.hide{
	display: none;
}
@keyframes arrow-tip{
	to{
		transform: translateY(-20px);
		opacity: .5;
	}
}
