@charset "UTF-8";* {
	margin: 0;
	padding: 0;
	-webkit-user-select: text
}
*{-webkit-text-size-adjust:auto !important;}
*,:after,:before {
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "微软雅黑","Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	background: #00b6c1;
	color: #ffffff;
}



.col-md-10{
	margin:0 auto;
}

#main{
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: auto;
	border-bottom: 80px transparent solid;
	box-sizing: border-box;
}

#infoSection{
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
	padding-top:40px;

	display: flex;
	align-items: flex-end;
	justify-content: center;
}
@media (max-width: 768px) {
	#infoSection{
		display: block;
		padding-top:60px;
	}
}

.topLogo{
	width: 20%;
}
.topLogo img{
	width: 100%;
}
@media (max-width: 768px) {
	.topLogo{
		width: 50%;
		margin:0 auto;
		display: none;
	}
}

.slogan{
	font-size: 40px;
	margin-top:20px;
}
@media (max-width: 768px) {
	.slogan{
		font-size: 24px;
		text-align: center;
	}
}



#phoneImgSection{
	width: 100%;
	/*height: 100%;*/

	display: flex;
	align-items: flex-end;
	justify-content: center;

	position: absolute;
	bottom:80px;
}
@media (max-width: 768px) {
	#phoneImgSection{
		display: block;
		position:static;
		bottom:0px;
	}
}

.introInfo{
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	padding-top:50px;
}
@media (max-width: 768px) {
	.introInfo{
		font-size: 15px;
		padding-top:20px;
	}
}

.downloadBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:15%;
}
.downloadBox .downloadBtn{
	width: 40%;
	margin-right:5%;
	cursor: pointer;
}
.downloadBox .downloadBtn img{
	width: 100%;
}
@media (max-width: 768px) {
	.downloadBox{
		margin-top:40px;
		justify-content: space-around;
	}
	.downloadBox .downloadBtn{
		margin-right:0;
	}
}


.col-md-5.phoneImgBox{
	display: flex;
	align-items: flex-end;
}
.phoneImg{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;

	/*position: absolute;*/
	bottom:0;
}
.phoneImg img{
	width: 56%;
	display: block;
}
@media (max-width: 768px) {
	.phoneImg img{
		width: 100%;
		padding-top:40px;
	}
}

.bottomBlank{
	width: 100%;
	height: 0;
}
@media (max-width: 768px) {
	.bottomBlank{
		width: 100%;
		height: 20px;
	}
}

.mobileLogo{
	width: 100px;
	position: absolute;
	left:10px;
	top:6px;
	display: none;
}
.mobileLogo img{
	width: 100%;
}
@media (max-width: 768px) {
	.mobileLogo{
		display: block;
	}
}

#footer{
	width: 100%;
	height:80px;
	background: #191717;
	color: #999999;
	position: fixed;
	bottom:0;
	font-size:12px;
	text-align: center;
	padding-top:35px;
	box-sizing: border-box;
}
#footer .triangle{
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f7413f;
	position: absolute;
	left:50%;
	margin-left:-20px;
	margin-top:-35px;
}
#footer a{
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;
	padding:0 10px;
}
#footer p{
	/*line-height: 25px;*/
	/*margin-top:-10px;*/
}