.section.active{
	display: block;
}



.section4{
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	background-image: url(../images/section5_bg.jpg);
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.section4 a{
	text-decoration: none;
}
.section4 .sec-box{
	width: 100%;
	min-height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 79.6875% auto;
	background-image: url(../images/section4_step_bg.png);
	padding-top: 4.625rem;
}
.section4 .sec-box .btn-back{
	display: block;
	width: 4.25rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	position: absolute;
	left: 1.1875rem;
	top: 1.0625rem;
	z-index: 5;
	background-color: #f1ba39;
}
.section4 .sec-box .btn-back img{
	vertical-align: middle;
	width: 0.5rem;
	margin-right: 0.375rem;
}
.section4 .sec-box .btn-back span{
	font-size: 0.8125rem;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.section4 .sec-box .btn-back .bg-color{
	position: absolute;
	left: -0.25rem;
	top: -0.25rem;
	width: 100%;
	height: 100%;
	background-color: #e18d2d;
}
.section4 .sec-box .star{
	width: 1.5625rem;
	position: absolute;
	z-index: 1;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-animation: star 2s infinite both;
	-moz-animation: star 2s infinite both;
	-ms-animation: star 2s infinite both;
	-o-animation: star 2s infinite both;
	animation: star 2s infinite both;
}
.section4 .sec-box .star:nth-child(1){
	top: 5.9375rem;
	left: 2.75rem;
}
.section4 .sec-box .star:nth-child(2){
	top: 6.875rem;
	right: 3.9375rem;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.section4 .sec-box .star:nth-child(3){
	top: 14.9375rem;
	left: 1.9375rem;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.section4 .sec-box .star:nth-child(4){
	left: 6.8125rem;
	bottom: 10.625rem;
}
.section4 .sec-box .star:nth-child(5){
	right: 1.25rem;
	bottom: 5.5625rem;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.section4 .sec-box .star:nth-child(6){
	right: 4.625rem;
	bottom: 0.4375rem;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.section4 .sec-box .text{
	width: 60.46875%;
	display: block;
	margin: 0 auto 1.375rem;
}
.section4 .sec-box p{
	font-size: 0.75rem;
	color: #fff;
	line-height: 1.5;
	padding: 0 3.9%;
	margin-bottom: 1.0625rem;
}
.section4 .sec-box ul{
	padding: 0 3.59375%;
}
.section4 .sec-box ul li{
	display: inline-block;
	vertical-align: top;
	width: 49.158%;
	margin-right: 1.684%;
	margin-bottom: 1.684%;
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
.section4 .sec-box ul li:nth-child(even){
	margin-right: 0;
}
.section4 .sec-box ul li img{
	width: 100%;
}
.section4 .sec-box ul li .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 1rem 0.625rem;
}
.section4 .sec-box ul li h4{
	font-size: 1.1875rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.1875rem;
}
.section4 .sec-box ul li h5{
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
}






.section5{
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	background-image: url(../images/section5_bg.jpg);
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.section5 a{
	text-decoration: none;
}
.section5 .sec-box{
	display: none;
	width: 100%;
	min-height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: right 1.125rem;
	background-size: 94.84375% auto;
	background-image: url(../images/section5_step_bg.png);
}
.section5 .sec-box.active{
	display: block;
}
.section5 .sec-box .btn-back{
	display: block;
	width: 4.25rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	position: absolute;
	left: 1.1875rem;
	top: 1.0625rem;
	z-index: 5;
	background-color: #f1ba39;
}
.section5 .sec-box .btn-back img{
	vertical-align: middle;
	width: 0.5rem;
	margin-right: 0.375rem;
}
.section5 .sec-box .btn-back span{
	font-size: 0.8125rem;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.section5 .sec-box .btn-back .bg-color{
	position: absolute;
	left: -0.25rem;
	top: -0.25rem;
	width: 100%;
	height: 100%;
	background-color: #e18d2d;
}

.section5 .sec-box .star{
	width: 1.5625rem;
	position: absolute;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-animation: star 2s infinite both;
	-moz-animation: star 2s infinite both;
	-ms-animation: star 2s infinite both;
	-o-animation: star 2s infinite both;
	animation: star 2s infinite both;
}
.section5 .sec-box .star:nth-child(1){
	top: 2.625rem;
	left: 8.75rem;
}
.section5 .sec-box .star:nth-child(2){
	top: 8.4375rem;
	right: 0.25rem;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.section5 .sec-box .star:nth-child(3){
	top: 11.5rem;
	left: 0.375rem;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.section5 .sec-box .star:nth-child(4){
	left: 1.0625rem;
	bottom: 11.75rem;
}
.section5 .sec-box .star:nth-child(5){
	left: 10.625rem;
	bottom: 7.125rem;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.section5 .sec-box .star:nth-child(6){
	left: 0.4375rem;
	bottom: 0;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes star {
	0%{
		-webkit-transform: scale(0,0);
	}
	50%{
		-webkit-transform: scale(1,1);
	}
	100%{
		-webkit-transform: scale(0,0);
	}
}
@-moz-keyframes star {
	0%{
		-moz-transform: scale(0,0);
	}
	50%{
		-moz-transform: scale(1,1);
	}
	100%{
		-moz-transform: scale(0,0);
	}
}
@-ms-keyframes star {
	0%{
		-ms-transform: scale(0,0);
	}
	50%{
		-ms-transform: scale(1,1);
	}
	100%{
		-ms-transform: scale(0,0);
	}
}
@-o-keyframes star {
	0%{
		-o-transform: scale(0,0);
	}
	50%{
		-o-transform: scale(1,1);
	}
	100%{
		-o-transform: scale(0,0);
	}
}
@keyframes star {
	0%{
		transform: scale(0,0);
	}
	50%{
		transform: scale(1,1);
	}
	100%{
		transform: scale(0,0);
	}
}



.section5 .sec-box.step1{
	padding-top: 5.25rem;
}
.section5 .sec-box.step1 .text{
	width: 69.84375%;
	margin: 0 auto 1rem;
	display: block;
}
.section5 .sec-box.step1 h3{
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.0625rem;
	text-align: center;
}
.section5 .sec-box.step1 h5{
	font-size: 0.9375rem;
	color: #1ca9e0;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.section5 .sec-box.step1 p{
	font-size: 0.75rem;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}
.section5 .sec-box.step1 .btn-dati{
	display: block;
	width: 9.75rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background-color: #e18d2d;
	position: relative;
	margin: 1.5625rem auto 0;
}
.section5 .sec-box.step1 .btn-dati .bg-color{
	position: absolute;
	left: -0.625rem;
	top: -0.4375rem;
	width: 100%;
	height: 100%;
	background-color: #f1ba39;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}
.section5 .sec-box.step1 .img1{
	width: 97.65625%;
}



.section5 .sec-box.step2{
	padding-top: 1.5625rem;
}
.section5 .sec-box.step2 .text{
	width: 69.84375%;
	margin: 0 auto 1.8125rem;
	display: block;
}
.section5 .sec-box.step2 ul{
	width: 93.125%;
	margin: 0 auto 2rem;
}
.section5 .sec-box.step2 ul li{
	margin-bottom: 0.75rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 1.375rem 0.75rem 1rem;
}
.section5 .sec-box.step2 ul li:nth-child(1){
	background-image: url(../images/section5_step2_li_bg1.png);
}
.section5 .sec-box.step2 ul li:nth-child(2){
	background-image: url(../images/section5_step2_li_bg2.png);
}
.section5 .sec-box.step2 ul li:nth-child(3){
	background-image: url(../images/section5_step2_li_bg3.png);
}
.section5 .sec-box.step2 ul li:nth-child(4){
	background-image: url(../images/section5_step2_li_bg4.png);
}
.section5 .sec-box.step2 ul li:last-child{
	margin-bottom: 0;
}
.section5 .sec-box.step2 ul li h5{
	font-size: 0.875rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 1rem;
}
.section5 .sec-box.step2 ul li p{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 0.4375rem;
	font-size: 0.75rem;
	color: #fff;
}
.section5 .sec-box.step2 ul li p.active{
	color: #f1ba39;
}
.section5 .sec-box.step2 .btn-submit{
	display: block;
	width: 9.75rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background-color: #e18d2d;
	position: relative;
	margin: 0 auto;
}
.section5 .sec-box.step2 .btn-submit .bg-color{
	position: absolute;
	left: -0.625rem;
	top: -0.4375rem;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	background-color: #f1ba39;
	color: #fff;
	font-weight: bold;
}
.section5 .sec-box.step2 .img1{
	width: 97.65625%;
}


.section5 .sec-box.step3{
	padding-top: 9.125rem;
	padding-bottom: 2.125rem;
}
.section5 .sec-box.step3 .img1{
	width: 50.625%;
	position: absolute;
	top: 0;
	right: 0;
}
.section5 .sec-box.step3 .text{
	width: 79.84375%;
	margin: 0 auto 2.125rem;
	display: block;
	position: relative;
	z-index: 1;
}
.section5 .sec-box.step3 ul{
	margin: 0 auto 3.0625rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
.section5 .sec-box.step3 ul li{
	margin-bottom: 1.25rem;
}
.section5 .sec-box.step3 ul li:last-child{
	margin-bottom: 0;
}
.section5 .sec-box.step3 ul li p{
	font-size: 1rem;
	color: #fff;
	margin-right: 0.75rem;
	vertical-align: middle;
	display: inline-block;
}
.section5 .sec-box.step3 ul li input{
	vertical-align: middle;
	display: inline-block;
	width: 11.875rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: left;
	padding: 0 1rem;
	font-size: 1rem;
	color: #333;
}
.section5 .sec-box.step3 .btn-submit{
	display: block;
	width: 9.75rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background-color: #e18d2d;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.section5 .sec-box.step3 .btn-submit .bg-color{
	position: absolute;
	left: -0.625rem;
	top: -0.4375rem;
	width: 100%;
	height: 100%;
	background-color: #f1ba39;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}




.section5 .sec-box.step4 .star:nth-child(5),.section5 .sec-box.step5 .star:nth-child(5){
	right: 2.125rem;
	bottom: 12.8125rem;
	left: auto;
}
.section5 .sec-box.step4 .star:nth-child(6),.section5 .sec-box.step5 .star:nth-child(6){
	right: 0.875rem;
	bottom: 0.75rem;
	left: auto;
}
.section5 .sec-box.step4{
	padding-top: 9.125rem;
	padding-bottom: 2.125rem;
}
.section5 .sec-box.step4 .img1{
	width: 50.625%;
	position: absolute;
	top: 0;
	right: 0;
}
.section5 .sec-box.step4 .text{
	width: 68.90625%;
	margin: 0 auto 1.25rem;
	display: block;
	position: relative;
	z-index: 1;
}
.section5 .sec-box.step4 p{
	position: relative;
	z-index: 1;
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 1.25rem;
	text-align: center;
}
.section5 .sec-box.step4 .qr{
	position: relative;
	z-index: 1;
	width: 47.03125%;
	margin: 0 auto 3.4375rem;
	display: block;
}
.section5 .sec-box.step4 .btn-toback{
	display: block;
	width: 9.75rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background-color: #e18d2d;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.section5 .sec-box.step4 .btn-toback .bg-color{
	position: absolute;
	left: -0.625rem;
	top: -0.4375rem;
	width: 100%;
	height: 100%;
	background-color: #f1ba39;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}


.section5 .sec-box.step5{
	padding-top: 10rem;
	padding-bottom: 2.125rem;
}
.section5 .sec-box.step5 .img1{
	width: 50.625%;
	position: absolute;
	top: 0;
	right: 0;
}
.section5 .sec-box.step5 .text{
	width: 74.21875%;
	margin: 0 auto 1.6875rem;
	display: block;
	position: relative;
	z-index: 1;
}
.section5 .sec-box.step5 .qr{
	position: relative;
	z-index: 1;
	width: 47.03125%;
	margin: 0 auto 0.625rem;
	display: block;
}
.section5 .sec-box.step5 p{
	position: relative;
	z-index: 1;
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 2.375rem;
	text-align: center;
}
.section5 .sec-box.step5 .btn-redati{
	display: block;
	width: 9.75rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background-color: #e18d2d;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.section5 .sec-box.step5 .btn-redati .bg-color{
	position: absolute;
	left: -0.625rem;
	top: -0.4375rem;
	width: 100%;
	height: 100%;
	background-color: #f1ba39;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}