.panel{
	position: relative;
	width: 100%;
	height: 748px;
	background: url(../images/bg.jpg) no-repeat;
}
.panel .decoration{
	position: absolute;
	width: 100%;
	height: 748px;
	left: 0;
	top: 0;
	background: url(../images/decoration.png) no-repeat;
	z-index: 2;
}
.panel .container{
	position: relative;
	width: 1200px;
	height: 748px;
	margin: 0 auto;
	z-index: 3;
}
.panel .container .phone{
	position: absolute;
	width: 541px;
	height: 669px;
	left: 70px;
	top: 67px;
	background: url(../images/phone.png) no-repeat;
}
.panel .container .solgan{
	position: absolute;
	width: 593px;
	height: 142px;
	left: 519px;
	top: 95px;
	background: url(../images/solgan.png) no-repeat;
}
.container .btns{
	position: absolute;
	width: 530px;
	height: 100px;
	left: 549px;
	top: 275px;
}
.container .btns a{
	position: relative;
	display: block;
	width: 250px;
	height: 100px;
}
.container .btns .and-btn{
	float: left;
	background: url(../images/android_down.png) no-repeat;
}
.container .btns .and-btn:hover{
	background: url(../images/android_down_h.png) no-repeat;
}
.container .btns .ios-btn{
	float: right;
	background: url(../images/ios_down.png) no-repeat;
}
.container .btns .ios-btn:hover{
	background: url(../images/ios_down_h.png) no-repeat;
}
.container .btns a span{
	position: absolute;
	display: block;
	width: 120px;
	height: 30px;
	left: 90px;
	top: 40px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.container .er-code{
	position: absolute;
	width: 190px;
	height: 220px;
	left: 726px;
	top: 463px;
	overflow: hidden;
	background: url(../images/er_code_box.png) no-repeat;
}
.container .er-code img{
	display: block;
	width: 170px;
	height: 170px;
	margin: 10px auto;
}
.container .er-code span{
	display: block;
	width: 190px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}
.container .er-code .line{
	position: absolute;
	width: 190px;
	height: 61px;
	left: 0;
	top: -30px;
	background: url(../images/line.png) no-repeat;
	-webkit-animation: scrollTop 2s linear infinite;
	animation: scrollTop 1.5s linear infinite;
}
@-webkit-keyframes scrollTop{
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(185px);
	}
}
@keyframes scrollTop{
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(185px);
	}
}
.panel .ui-waves{
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	bottom: 250px;
	overflow: hidden;
}
.panel .ui-wave-item{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.panel .ui-wave-item img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.panel .ui-wave-item .ui-wave-1{
	left: 0;
}
.panel .ui-wave-item .ui-wave-2{
	left: 1920px;
}
.panel .ui-group-1{
	-webkit-animation: moveX 5s linear infinite;
	animation: moveX 5s linear infinite;
}
.panel .ui-group-2{
	-webkit-animation: moveX 7s linear infinite;
	animation: moveX 7s linear infinite;
}
.panel .ui-group-3{
	-webkit-animation: moveX 6s linear infinite;
	animation: moveX 6s linear infinite;
}
@-webkit-keyframes moveX{
	0%{
		transform: translateX(0)
	}
	100%{
		transform: translateX(-1920px);
	}
}
@keyframes moveX{
	0%{
		transform: translateX(0)
	}
	100%{
		transform: translateX(-1920px);
	}
}
