	html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper {

    	position: absolute;
    	width: 100%;
    	left: 0;
    	top:0;
    	bottom: 70px;
    	background: url(images/mbg.jpg) no-repeat 50% 0;
    	background-size: cover;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .download {

    	position: absolute;
    	width: 100%;
    	height: 70px;
    	
    	left: 0;
    	right: 0;
    	bottom: 0;
    	z-index: 100;
margin-bottom: 20%;
    }
    .download-bar {
		height: 40px;
		margin-top: 15px;
		text-align: center;
    }
    .download-bar a{
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 30px;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		background-color: #3b94e8;
		border-radius: 5px;
		text-decoration: none;
    }
    .download-bar a:active{
		background-color: #1260aa;
    }

	.pa { position: absolute; left: 0; right: 0; top: 9%; bottom: 40px; text-align: center;}
    .pa img { max-width: 100%; max-height: 100%}
.download.d1 {
    padding-bottom: 20px;
}