body {
	margin: 0;
	height: 100%;
	color: #272727;
	font: 14px/1.5 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
}

html {
	font-family: Microsoft Yahei;
}

.row {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.container {
	height: 100%;
}

.scene {
	height: 100%;
	background-color: #de4f43;
}

.scene-first {
	position: relative;
	min-height: 640px;
}

.scene-first .logo {
	position: absolute;
	float: left;
	margin: 20px 0 5px 40px;
	padding: 0;
	width: 62px;
	height: 65px;
	background-image: url(../img/logo.png);
	background-size: 62px 65px;
}

.scene-first .phone-bg {
	margin: 0 auto;
	padding: 0;
	width: 551px;
	height: 621px;
	background: url(../img/phone.png);
}

.mod_download {
	position: relative;
	bottom: 23px;
	left: 0px;
	display: block;
	margin-top: 60px;
	width: 100%;
	font-size: 17px;
}

.mod_download a {
	display: block;
	margin: 0px auto 20px;
	width: 74%;
	height: 43px;
	max-width: 239px;
	border: 1px solid rgb(222, 79, 67);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: #de4f43;
	text-align: center;
	line-height: 43px;
}

a {
	outline: none;
	color: rgb(102, 102, 102);
	text-decoration: none;
	cursor: pointer;
}

.copyright {
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.animated {
	z-index: 100;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
