.bgImg{
	background: url(../images/t-06.jpg) no-repeat;
	background-size: 100%  20vh;
}

.logoBox{
	width: 41vw;
	height: 41vw;
	margin: 10vh auto 3vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
    box-shadow: 0 0 2.667vw rgb(0 0 0 / 10%);
	border-radius: 6.667vw;
}

.logoBox img{
	width: 65%;
	border-radius: 4vw;
	border: 0.267vw solid #e5e5e5;
}

.txtBox{
	margin: 3vh auto;
	text-align: center;
}

.txtBox h4{
	font-size: 5.333vw;
	margin-bottom: 2.133vw;
}

.txtBox p{
	color: #999;
	line-height: 5.867vw;
	font-size: 3.733vw;
}

.downloadBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45vw;
	height: 10.667vw;
	background: #157df1;
	color: #fff;
	font-size: 4vw;
	border-radius: 53.333vw;
	margin: 0 auto;
	
}
.downloadBtn img{
	width: 6.933vw;
}

.tips{
	text-align: center;
	margin-top: 2.667vw;
	color: #999;
    font-size: 3.2vw
}

.codeBox{
	width: 42vw;
	height: 42vw;
	padding: 1.066vw;
	border: 0.267vw solid #EFEFEF;
	margin: 0 auto;
	margin-top: 4vh;
    position: relative;
}
.codeBox img{
    width: 100%;
}

.codeBox .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8.266vw;
	height: 8.266vw;
	background: #fff;
	border-radius: 0.586vw;
}

.codeBox canvas{
    width: 100%;
	height: 100%;
}

.open{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.open img{
	display: block;
	width: 90%;
	margin: 3.734vw auto;
}