body{
	background: url(../img/public/bg.png) no-repeat #F0F7FF;
	background-size: 100% auto;
}
#video1{
	display: block;
	width: 6.9rem;
	height: 3.88rem;
	margin: 0 auto;
	background-color: #000;
	border-radius: .2rem;
	overflow: hidden;
}
#img1{
	width: 6.9rem;
	margin: 0 auto;
	border-radius: .2rem;
}
.tit{
	width: 6.9rem;
	margin: 0 auto;
	padding-left: .05rem;
	box-sizing: border-box;
	font-size: .36rem;
	font-weight: bold;
	padding-top: .36rem;
	padding-bottom: .2rem;
	position: relative;
}
.tit::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width:1.33rem;
	height: 1px;
	background-color: #707070;
}
.con{
	width: 6.8rem;
	margin: 0 auto;
	text-align: justify;
	padding-top: .3rem;
	padding-bottom: 1.5rem;
}
.bottom{
	position: fixed;
	width:100%;
	height: 1.2rem;
	bottom:-1px;
	background: linear-gradient(-45deg, #e2effa 0%, #f0f6f9 100%);
	border-radius: 0 .4rem 0 0;
	border-top: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom>div{
	padding:0 .3rem;
	height: .6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .3rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	box-shadow: 0 .03rem .06rem 1px rgba(88,183,245,0.2);
	font-size: .22rem;
	margin: 0 .3rem;
}
.download img{
	width:.42rem;
	height: .43rem;
	margin-right: .14rem;
}
.email img{
	width:.51rem;
	height: .35rem;
	margin-right: .12rem;
}
.bottom2{
	padding-top:.4rem;
	position: absolute;
	width:100%;
	height: 1.6rem;
	bottom:-1px;
	background: linear-gradient(-45deg, #e2effa 0%, #f0f6f9 100%);
	border-radius: 0 .4rem 0 0;
	border-top: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}
.bottom_wrap.close .bottom2{
	transform: translateY(100%);
}
.bottom2>div{
	width: 3.2rem;
	height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .4rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	box-shadow: 0 .03rem .2rem 1px rgba(10,84,145,0.1);
	font-size: .24rem;
	margin: 0 .3rem;
}
.bottom2 img{
	width:.42rem;
	height: .43rem;
	margin-right: .2rem;
}
.bottom2 .right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: .24rem;
}
.bottom2 .right span:last-child{
	font-size: .18rem;
	color: #5F5F5F;
	padding-top: .05rem;
}
.bottom_wrap{
	position: fixed;
	width:100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,.5);
	pointer-events: initial;
	transition: all .3s ease-in-out;
	z-index: 999;
}
.bottom_wrap.close{
	opacity: 0;
	pointer-events: none;
}
.close_bottom{
	position: absolute;
	width:.2rem;
	height: .2rem;
	right:.3rem;
	top:.3rem;
	background: url(../img/public/close.png) no-repeat;
	background-size: 100% 100%;
}