.step-1{
	background: url("../../images/bg.png") no-repeat;
	background-size: 100% 100%;
}

.step-1 .step-1-main{
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.step-1-main-txt{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.step-1-main-txt .study{
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	margin: 40px 0px 26px;
}
.step-1-main-txt .study a{
	color:#333333;
}
.step-1-main-txt .banner-btn{
	display: inline-block;
	width: 160px;
	height: 50px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	color: #14171D;
	background-color: var(--color);
}
.step-1-main-txt h6{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin-bottom: 20px;
}
.step-1-main-txt p{
	font-size: 16px;
	color: #303355;
	
}
.step-1-main-txt p::before{
	content: '●';
	    width: 15px;
	    height: 15px;
	    color: var(--color);
	    margin-right: 10px;
}
.step-1-main-txt p:not(:last-child){
	margin-bottom: 10px;
}

@keyframes showCode {
	0% {
		top: -100px;
		visibility: visible;
		opacity: 0
	}

	100% {
		top:-150px;
		visibility: visible;
		opacity: 1
	}
}
.step-2{
	padding:100px 0px 85px ;
}
.step-2 ul{
	margin: 0 auto;
	margin-top: 55px;
}
.step-2 ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.step-2 ul li h3{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin-bottom: 25px;
	text-align: left;
}
.step-2 ul li h6{
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}
.step-2 ul li h6::before{
	content: '✓';
	color:#14171D;
	margin-right: 9px;
}
 .appDownQrcode{
	width: 90px;
	height: 90px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F78E00;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
 .qrcode-box{
	 width: 420px;
	 padding: 10px;
	 background: #FFF4DE;
	 border-radius: 8px;
	 margin-top: 30px;
	 align-items: center;
	 
 }
 .qrcode-box p.lable{
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
 .qrcode-box p.msg{
	 font-weight: 500;
	 font-size: 14px;
	 color: #999999;
	 text-align: left;

 }
 #appDownQrcode{
	width: 74px;
	height: 74px;
	border-radius: 8px;
	overflow: hidden;
}
.step-2 ul li .btn-box{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}

.step-2 ul li .btn-box a{
	display: inline-block;
	width: 200px;
	height: 50px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	color: var(--color);
	line-height: 50px;
	text-align: center;
	background: #14171D;
}
.step-2 ul li .btn-box a:not(:last-child){
	margin-right: 20px;
}
.step-2 ul li span{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	text-align: center;
}
.step-2 ul li:not(:last-child){
	margin-bottom: 180px;
}
.step-2 ul li .item-txt:nth-child(odd){
	margin-right: 100px;
}
.step-2 ul li .item-txt:nth-child(even){
	margin-left: 100px;
}
