html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,input,q,b,dl,dt,dd,ol,ul,li,form,label,canvas {
	margin: 0;
	padding: 0;
}

body{
	background: #fff;
	font-family: 'Microsoft YaHei', Arial, sans-serif,'Helvetica Neue', Helvetica;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

/**
 *
 */

.container{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 15px;
	background: url('http://static.udache.com/gulfstream/webapp/modules/home_page/bg.jpg');
	background-size: cover;
}

.logo-content{
	width: 100%;
	text-align: center;
}

.logo-content-img{
	width: 24%;
	max-width: 176px;
}

.logo-content-title{
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #ff8903;
}

.btn-content{
	width: 100%;
	margin-top: 45px;
}

.btn-wrapeper{
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	text-align: center;
}

.btn-content a{
	display: inline-block;
	width: 78%;
	max-width: 280px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color: #ff8903;
	background: #fff;

	position: relative;
}


.btn-content a:after{
	content: "";
	display: inline-block;
	width: 200%;
	height: 200%;
	border: 1px solid #c8c8c8;
	border-radius: 8px;

	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;

	position: absolute;
	top: 0;
	left: 0;
}

.btn-content a:hover:after{
	border: 1px solid #ffd09a;
}

.btn-content a:hover{
	background: #fffdfa;
}

.download-content{
	display: none;
	width: 100%;
	margin-top: 30px;
}

.download-wrapper{
	width: 100%;
	height: 45px;
	text-align: center;
	margin-bottom: 10px;
}

.download-btn{
	display: inline-block;
	width: 78%;
	height: 45px;
	max-width: 280px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background: #ff8903;

}

.download-btn:hover{
	background: #ff7703;
}

.qr-content{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.qr-content-img{
	width: 44%;
	max-width: 160px;
	border: 1px solid #f4f4f4;
}

.qr-content-tip{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #ff8903;
}

.copyright-content{
	width: 100%;
	margin-top: 30px;
}

.copyright-content-tip{
	display: inline-block;
	width: 100%;
	font-size: 8px;
	text-align: center;
	color: #999;
}
