@charset "utf-8";

/*============ Invitation ============*/
.app-download{width: 100%;height: 100%;background: #fff;position:absolute;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png',sizingMethod='scale');  }
.app-download img{width: 100%;}
.app-top{width: 78%;height:26.5rem;margin: auto;position: relative;}
.app-top a{border-radius: 45px;margin: 0 auto;display: block;width: 60%;height: 3rem;line-height: 3rem;font-size: 1.2rem;
color: #fff;text-align: center;background: #3169dd;position: absolute;left: 50%;bottom: 5rem;margin-left: -30%;}
.app-bottom{width: 90%;margin: auto;margin-top: 7rem;}


@media (min-width: 600px){
	.app-bottom {width: 68%;height: 6rem;margin-top: 1rem;}

}
