
*{
	margin: 0;
	padding: 0;
}
body,html{
	width:100%;
	height:100%;
}

.down-load-container{
	position: relative;
	background-repeat: no-repeat;
    background-size:100% 100%;
    background-attachment: fixed;   
    text-align: center;

}

.down-load-container h4,
.down-load-container p{
	color: white;
	margin-bottom: 20px;
	
}

.down-load-container img{
	margin-top: 83px;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	margin-bottom: 25px;
}

.download{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.download .btn-download{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	width: 80%;
	margin: 0 auto;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 25px;
}

.download .btn-download .btn-text{
	margin-left: 15px;
	color: #4DB561;
	font-size: 14px;
}


.download .btn-download .tcps-btn-text{
	margin-left: 15px;
	color: #FBCB3D;
	font-size: 14px;
}


.download .btn-download .ylgj-btn-text{
	margin-left: 15px;
	color: #EF7E3C;
	font-size: 14px;
}

.download .btn-download img{
	margin: 0;
	display: block;
	height: 25px;
	width: 30px;
}

.download  p{
	margin: 0;
	font-size: 12px;
}