html,body{
	width: 100%;
	height: 100%;
	background-color: #c82e24;
}
body,*,html{ margin: 0; padding: 0;font-family: "microsoft yahei";box-sizing: border-box;}
a{-webkit-tap-highlight-color:transparent};
ul,li{list-style: none;width: 100%;display: inline-block;padding: 0;margin: 0px;}
ul{list-style: none;width: 100%;display: inline-block;padding: 0;margin: 0px;}
a{text-decoration: none;display: block;color: #000000;}
.coverImg{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.audio-box {
	position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    z-index: 1;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    box-sizing: border-box;
}
.audio-box img{
	width: 0.7rem;
	height: 0.7rem;
}
.audio-box .imgMu{
	animation: spin 1000ms infinite linear;
}
@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
video{
	width: 100%;
	z-index: 1;
	/* height: 100%;
	object-fit: fill; */
}
.block-for,.block5{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	
}
.block-for{
	background: url('../image/video-bg.jpg') no-repeat;
	background-size: 100% 100%;
}
.video-bg{
	width: 9rem;
	height: 4.64rem;
	margin: 1rem 0 0.8rem;
}
.video-logo{
	width: 9rem;
	height: 1.27rem;
	margin-top: 1rem;
}
.jump{
	font-size: 0.6rem;
	color: #fff;
	width: 6rem;
	position: absolute;
	bottom: 1.2rem;
	left: 50%;
	margin-left: -2.8rem;
}
.jump img{
	width: 100%;
}

.content{
	margin: 0 auto;
	position: relative;
	width: 10rem;
	height: 40.32rem;
	background: url(../image/bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.content .content-bg{
	max-width: 100%;
}
.content .flag{
	width: 2rem;
	height: 1rem;
	background: url(../image/flg.gif)  no-repeat;
	background-size: contain;
	position: absolute;
}
.content .flag img{
	width: 100%;
}
.flag1{
	top: 1.4rem;
	left: -0.15rem;
}
.flag2{
	top: 2.25rem;
	left: 4.8rem;
}
.flag3{
	top: 5rem;
	left: 1.95rem;
}
.flag4{
	top: 6.3rem;
	left: 2.6rem;
}
.flag5{
	top: 6.9rem;
	left: 4.1rem;
}
.flag6{
	top: 6.7rem;
	right: 1.85rem;
}
.flag7{
	top: 7.35rem;
	right: 0.3rem;
}
.flag8{
	top: 12.7rem;
	right: 1.6rem;
}
.flag9{
	top: 16.6rem;
	left: 2.55rem;
}
.flag10{
	top: 20.4rem;
	left: 0.8rem;
}


.bird{
	width: 7rem;
	position: fixed;
	top: 12rem;
	right: 0.1rem;
}

.bird img, .tips img{
	width: 100%;
}
.tips{
	width: 8rem;
	position: fixed;
	bottom: 1rem;
	left: 50%;
	margin-left: -3.8rem;
}

.block5{
	position: fixed;
	padding-top: 1rem;
	background-color: rgba(0, 0, 0, 0.6);
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
}
.block5 video{
	position: relative;
}

