@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form {
	margin: 0;
	list-style: none;
}

body, button, input, select, textarea {
	font: 12px/1.5 "微软雅黑", SimHei, tahoma, arial;
	color: #666;
}

em, i {
	font-style: normal;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

html, body {
	overflow: hidden;
	background: #ff617a;
}

.box .bg, .instal, .scroll .bg {
	width: 1500px;
	margin: 0 auto;
}

.box .bg {
	position: relative;
	height: 100%;
}

.box h1, .box .tips {
	position: absolute;
	top: 42%;
	margin-top: -150px;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

.box h1, .box .tips h2 {
	line-height: 64px;
	font-size: 48px;
	font-family: "幼圆", "微软雅黑";
}

.instal {
	position: relative;
	z-index: 2;
}

.instal .bg {
	position: fixed;
	top: 75%;
	left: 5%;
	width: 500px;
	height: 200px;
	overflow: hidden;
	margin-top: -100px;
}

.box1 {
	background: #ff617a no-repeat center center;
}

.box1 .bg {
	background: url(../../imgs/m/download-app/iphone1.png) no-repeat 100%
		100px;
}

.box1 .logo {
	height: 180px;
	line-height: 125px;
	padding-top: 200px;
}

.box1 .pople {
	position: absolute;
	top: 10%;
	height: 800px;
	line-height: 750px;
}

.box1 .mb {
	position: absolute;
	height: 909px;
	line-height: 900px;
	padding-left: 350px;
}

.box1 .wt {
	position: absolute;
	top: 80%;
	left: 5%;
	height: 150px;
	line-height: 126px;
}

.box2 {
	background: #4D36D1 url(../image/box2.png) no-repeat 100% 100px;
}

.box2 .iphone {
	position: absolute;
	top: 55%;
	right: 0;
	width: 265px;
	height: 508px;
	margin-top: -254px;
	background: url(../../imgs/m/download-app/iphone2.png?20140401)
		no-repeat;
}

.box2 .box2wz {
	position: absolute;
	top: 10%;
	left: 10%;
}

.box2 .box2bz {
	position: absolute;
	top: 25%;
	left: 22%;
}

.box2 .icon {
	position: absolute;
	top: 45%;
	right: 160px;
	width: 327px;
	height: 327px;
	margin-top: -163px;
	background: url(../../imgs/m/download-app/box2.png?20140401) no-repeat;
}

.box3 {
	background: #ff617a;
}

.box3 .bo31 {
	position: absolute;
	top: 10%;
	left: 10%;
}

.box3 .bo32 {
	position: absolute;
	top: 10%;
	left: 50%;
}

.box3 .bo33 {
	position: absolute;
	top: 40%;
	left: 10%;
}

.box3 .bo34 {
	position: absolute;
	top: 40%;
	left: 50%;
}

.scroll {
	position: fixed;
	bottom: 35%;
	width: 100%;
}

.scroll .bg {
	position: relative;
}

.scroll a {
	position: absolute;
	right: -100px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/scroll.png) no-repeat;
}

.scroll a.down {
	margin-top: 62px;
	background-position: 0 -62px;
}

.scroll a:hover {
	border-radius: 50%;
	background-color: #000;
	opacity: .9;
	filter: alpha(opacity = 90);
}

.scroll a:active {
	opacity: .6;
	filter: alpha(opacity = 60);
}

/* Animation */
.box1.animation .bg {
	background: none;
}

.box1.animation .bg:after {
	content: ".";
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: url(../../imgs/m/download-app/iphone1.png) no-repeat 100%
		100px;
}

.animation .logo, .animation .mb, .animation .box2wz, .animation .box2bz,
	.animation .bo31, .animation .bo32, .animation .bo33, .animation .bo34,
	.animation .wt {
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.animation_in .logo, .animation_in .mb, .animation_in .box2wz,
	.animation_in .box2bz, .animation_in .bo31, .animation_in .bo32,
	.animation_in .bo33, .animation_in .bo34, .animation_in .wt {
	opacity: 1 !important;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translate(0) scale(1) !important;
	transform: translate(0) scale(1) !important;
}

.animation_in .icon {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.animation_in .iphone, .box1.animation .bg:after {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.box2.animation .box2wz, .box3.animation .bo31, .box3.animation .bo33,
	.box1.animation .logo, .box3.animation .tips {
	-webkit-transform: translate(-40px);
	transform: translate(-40px);
}

.box1.animation .wt,
.box2.animation .box2bz,
.box3.animation .bo32,
.box3.animation .bo34,
.box1.animation .mb  {
	-webkit-transform: translate(40px);
	transform: translate(40px);
}

.box2.animation .icon {
	-webkit-transform: translate(40px) scale(.85);
	transform: translate(40px) scale(.85);
}

.box2.animation .tips {
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
}

.box3.animation .icon {
	-webkit-transform: translate(0, -40px) scale(1.2);
	transform: translate(0, -40px) scale(1.2);
}

.box3.animation .iphone {
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px);
}

/* Fix : IE7 */

/* Fix : IE6 */
.box h1, .box .tips {
	_margin-top: 0;
}

.box h1 {
	_top: 20%;
}

.box .tips {
	_padding-top: 10%;
}

.instal .bg {
	_position: absolute;
	_top: 0;
	_margin-top: 30%;
}

.box1 h1 {
	_background-image: url(../../imgs/m/download-app/appLogo_ie6.png?v=1);
}

.box2 .icon {
	_background-image: url(../../imgs/m/download-app/box2_ie6.png);
}

.box3 .icon {
	_background-image: url(../../imgs/m/download-app/box3_ie6.png);
}

.scroll {
	_display: none;
}