* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
	font-family: "Helvetica Neue", "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
}

body {
	height: 100%;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#f2f2f2));
}

.bg {
	background: url("images/bg.png") top center no-repeat;
}

.logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	width: 216px;
}

.icon_logo {
	display: block;
	width: 216px;
	height: 216px;
	background: url("images/logo.png") no-repeat top center;
	border-radius: 10px;
	-webkit-box-reflect: below 0 -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,.0) 20%,rgba(255,255,255,0.2));
}

.icon_logo_reflection {
	position: absolute;
	left: 0;
	top: 0;
}

.desc {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.download {
	margin: 30px auto 30px;
	width: 80%;
	height: 60px;
	max-width: 300px;
	background: #37bb03;
	border-radius: 6px;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.detail_opt {
	margin: 30px auto 30px;
	width: 80%;
	height: 60px;
	max-width: 300px;
	/*background: #37bb03;*/
	border-radius: 6px;
	/*!*border-width: 6px;*!*/
	/*border-color: #37bb03;*/
	border: 2px solid #37bb03;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	color: #37bb03;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.icon_download {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 44px;
	background: url("images/phone.png") no-repeat center center;
}

.mask {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
}

.close {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 26px;
	cursor: pointer;
}

.arrow {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 49px;
}

.mask_tip {
	float: right;
	margin-top: 60px;
	margin-right: 30px;
	min-width: 100px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #fff;
}

.mask_tip img {
	position: relative;
	top: 12px;
	height: 32px;
}

.tip_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	width: 205px;
}

.tip {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	text-align: center;
}

.tip .title {
	color: #333;
	font-size: 24px;
}

.tip .content {
	padding-top: 16px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.safari_tip {
	position: fixed;
	display: none;
	margin-left: -150px;
	margin-top: -50px;
	padding: 15px 10px;
	left: 50%;
	top: 50%;
	width: 300px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,.7);
	border-radius: 5px;
}
