.footer{
	width: 100vw;
	height: 6.16rem;
	background: rgba(49, 49, 79, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#copy{
	position: absolute;
	bottom: .16rem;
	height: .17rem;
	font-size: .12rem;
	text-align: center;
	color: #FFFFFF;
	opacity: .6;
}
#copy a{
	color: #66A1FF;
	text-decoration: none;
}
.page4{
	width: 12rem;
	height: 3.48rem;
	display: flex;
	justify-content: space-between;
	/* border: 1px solid #FFFFFF; */
	
}
.page4 .left{
	width: 7.92rem;
	height: 3.48rem;
	position: relative;
	/* background: #F6F6FF; */
}
.page4 .left .logo{
	width: .64rem;
	height: .64rem;
	margin-top: .24rem;
	margin-left: 1.02rem;
}
.page4 .back-line {
	width: 4.68rem;
	height: .72rem;
	margin-top: .24rem;
	position: relative;
	margin-left: 1.02rem;
}

.page4 .back-line img {
	width: 4.68rem;
	height: .72rem;
}

.page4 .back-line .text {
	width: 4.72rem;
	height: .72rem;
	line-height: .72rem;
	font-size: .24rem;
	color: #2F2F2F;
	position: absolute;
	letter-spacing: .12rem;
	top: 0;
	padding-left: .20rem;
	box-sizing: border-box;
}
.page4 .down{
	width: 4.68rem;
	margin-left: 1.02rem;
	margin-top: .24rem;
	display: flex;
	justify-content: space-between;
}
.page4 .down .view{
	width: 2.81rem;
	height: .96rem;
	display: flex;
	font-size: .18rem;
	color: #FFFFFF;
	align-items: center;
	padding: 0 .24rem 0 .32rem;
	box-sizing: border-box;
	position: relative;
}
.page4 .down .view .icon{
	width: .32rem;
	height: .32rem;
	margin-right: .08rem;
}
.page4 .arrow{
	width: .24rem;
	height: .24rem;
	margin-left: auto;
}

.page4 .down-img{
	width: 1.70rem;
	height: 1.60rem;
	position: absolute;
	left: 2.05rem;
	display: none;
}
.page4 .ios:hover .down-img{
	
	z-index: 3;
	display: block;
}
.page4 .android:hover .down-img{
	display: block;
	z-index: 3;
}

.page4 .right img{
	width: 2.82rem;
	height: 3.48rem;
}







.page4 .left .line-1{
	width: 1px;
	height: 240px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -36px;
	opacity: .1;
}
.page4 .left .line-2{
	width: 240px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: -36px;
	bottom: 0;
	opacity: .1;
}
.page4 .left .line-3{
	width: 320px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: -48px;
	opacity: .1;
}
.page4 .left .line-4{
	width: 1px;
	height: 320px;
	background: #FFFFFF;
	position: absolute;
	top: -48px;
	right: 0px;
	opacity: .1;
}