@import "reset.css";
/*  */
#loading {
	display:block;
	background:#1a1a1a url(../images/loading.gif) center no-repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
}
#loading p {
	width:100%;
	height:50px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#999;
	z-index:999999999;
}
/* index */
.p-index {position:relative;height: 100%; width: 100%; min-width:320px;max-width:640px;margin:0 auto;overflow: hidden;display: none; transform-style: preserve-3d;-webkit-transform-origin: 0px 0px 0px;-webkit-perspective: 200px; -webkit-backface-visibility: hidden; }
.portrait .p-index { -webkit-transform: scale(0.4); margin-top: -44%; }
/* m- */
.m-page{position:absolute;left:0;top:0%;height:100%;width:100%;min-width:320px;max-width:640px;-webkit-transform-origin: 50px 0px 0px;display:none;}
.m-page.cur{ display:block;z-index:3;}

.m-img{width:100%;height:100%;}
/* page0 */
.m-img1 { 
	/*background: url(../images/page1.jpg) top center no-repeat;*/
	background-size: 100% 100%;
	position: relative;
}
/* rule */
.rule {
	width: 100%;
	height: 100%;
	background: url(../images/rule.jpg) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	/*display: none;*/
}
.rule p {
	width: 41%;
	height: 6.74%;
	background: url(../images/btn_start.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 87%;
	left: 29.5%;
}
.logo {
	width: 28%;
	height: 17.09%;
	background: url(../images/logo_babyfs.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 1%;
	left: 1%;
	z-index: 9;
}
/* part1 */
.part1 {
	width: 100%;
	height: 100%;
	background: url(../images/part1_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.part1 p:nth-child(1) {
	width: 80%;
	height: 35.98%;
	background: url(../images/part1_dog.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 33.5%;
	left: 10%;
}
.part1 p:nth-child(2) {
	width: 23%;
	height: 14.76%;
	background: url(../images/part1_d.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 32.6%;
	left: 20%;
	opacity: 0;
}
.part1 p:nth-child(3) {
	width: 36%;
	height: 11.84%;
	background: url(../images/part1_og.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 38.2%;
	left: 44.4%;
	opacity: 0;
}
.part1 p:nth-child(4) {
	width: 32%;
	height: 8.84%;
	background: url(../images/part1_dogImg.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 28.48%;
	left: 56%;
	opacity: 0;
}
.part1 p:nth-child(5) {
	width: 100%;
	height: 7.64%;
	background: url(../images/part1_sentence.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 60.71%;
	left: 0;
	opacity: 0;
}
.part1 p:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	/*background: url(../images/horn.png) top left no-repeat;*/
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}
.part1 p:nth-child(6) span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: ;
	background-size: auto 100%;
}
/*.part1 span:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	background: url(../images/horn.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}*/
.part1 h5:nth-child(7) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_prev.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	left: 9.6%;
	display: none;
	opacity: 0;
}
.part1 h5:nth-child(8) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_next.png) top right no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	right: 9.6%;
	display: none;
	opacity: 0;
}
.part1-animate1 {
	-webkit-animation:pulse 1.6s .8s ease both;
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1);opacity: 1;}
30%{-webkit-transform:scale(1.5);opacity: 1;}
60%{-webkit-transform:scale(0.6);opacity: 1;}
99%{-webkit-transform:scale(1);opacity: 1;}
100%{-webkit-transform:scale(1);opacity: 0;}
}
.part1-animate2 {
	-webkit-animation:bounce 1s 2.4s ease both;
}
.part1-animate3 {
	-webkit-animation:bounce 1s 3.4s ease both;
}
.part1-animate4 {
	-webkit-animation:bounce 1s 4.4s ease both;
}
@-webkit-keyframes bounce{
0%{opacity: 0;}
0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}
40%{-webkit-transform:translateY(-30px)}
60%{-webkit-transform:translateY(-15px)}
100%{opacity: 1;}
}
.part1-animate5 {
	-webkit-animation:fadeInUp 1s 5.4s ease both;
}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
.part1-animate6 {
	-webkit-animation:fadeIn 1s 5.4s ease both;
}
@-webkit-keyframes fadeIn{
0%{opacity:0}
100%{opacity:1}
}
.part1-animate7 {
	-webkit-animation:fadeIn 1s .2s ease both;
}
.part1 p:nth-child(9) {
	width: 11%;
	height: 5.47%;
	background: url(../images/part1_chinese.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 52%;
	left: 69.46%;
	opacity: 0;
}
.part1-animate9 {
	-webkit-animation:fadeIn 1s 4.4s ease both;
}
/* part2 */
.part2 {
	width: 100%;
	height: 100%;
	background: url(../images/part2_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.part2 p:nth-child(1) {
	width: 73%;
	height: 39.43%;
	background: url(../images/part2_elephant.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 24.06%;
	left: 13.5%;
}
.part2 p:nth-child(2) {
	width: 13%;
	height: 8.47%;
	background: url(../images/part2_e.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 40.4%;
	left: 6%;
	opacity: 0;
}
.part2 p:nth-child(3) {
	width: 67%;
	height: 10.71%;
	background: url(../images/part2_lephant.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 40.4%;
	left: 26%;
	opacity: 0;
}
.part2 p:nth-child(4) {
	width: 27%;
	height: 16.34%;
	background: url(../images/part2_elephantImg.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 24%;
	left: 68.66%;
	opacity: 0;
}
.part2 p:nth-child(5) {
	width: 100%;
	height: 5.54%;
	background: url(../images/part2_sentence.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 60.79%;
	left: 0;
	opacity: 0;
}
.part2 p:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	/*background: url(../images/horn.png) top left no-repeat;*/
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}
.part2 p:nth-child(6) span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: ;
	background-size: auto 100%;
}
/*.part2 span:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	background: url(../images/horn.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}*/
.part2 h5:nth-child(7) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_prev.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	left: 9.6%;
	display: none;
	opacity: 0;
}
.part2 h5:nth-child(8) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_next.png) top right no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	right: 9.6%;
	display: none;
	opacity: 0;
}
.part2 p:nth-child(9) {
	width: 22%;
	height: 5.62%;
	background: url(../images/part2_chinese.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 51.92%;
	left: 70%;
	opacity: 0;
}
/* part3 */
.part3 {
	width: 100%;
	height: 100%;
	background: url(../images/part3_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.part3 p:nth-child(1) {
	width: 67%;
	height:41.52%;
	background: url(../images/part3_flamingo.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 28.11%;
	left: 16.5%;
}
.part3 p:nth-child(2) {
	width: 12%;
	height: 8.47%;
	background: url(../images/part3_f.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 38.38%;
	left: 10.66%;
	opacity: 0;
}
.part3 p:nth-child(3) {
	width: 69%;
	height: 9.14%;
	background: url(../images/part3_lamingo.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 39.8%;
	left: 24.66%;
	opacity: 0;
}
.part3 p:nth-child(4) {
	width: 18%;
	height: 14.61%;
	background: url(../images/part3_flamingoImg.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 26.9%;
	left: 73.7%;
	opacity: 0;
}
.part3 p:nth-child(5) {
	width: 100%;
	height: 6.07%;
	background: url(../images/part3_sentence.png) top center no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 60.71%;
	left: 0;
	opacity: 0;
}
.part3 p:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	/*background: url(../images/horn.png) top left no-repeat;*/
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}
.part3 p:nth-child(6) span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: ;
	background-size: auto 100%;
}
/*.part3 span:nth-child(7) {
	display: block;
	width: 13%;
	height: 6.37%;
	background: url(../images/horn.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 68.41%;
	left: 82.4%;
	opacity: 0;
}*/
.part3 h5:nth-child(7) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_prev.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	left: 9.6%;
	display: none;
	opacity: 0;
}
.part3 h5:nth-child(8) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_next.png) top right no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	right: 9.6%;
	display: none;
	opacity: 0;
}
.part3 p:nth-child(9) {
	width: 33%;
	height: 5.62%;
	background: url(../images/part3_chinese.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 51.85%;
	left: 61.06%;
	opacity: 0;
}
/* review */
.review {
	width: 100%;
	height: 100%;
	background: url(../images/review_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.review p:nth-child(1) {
	width: 61%;
	height: 19.41%;
	background: url(../images/review_d.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 24.43%;
	left: 4.66%;
}
.review p:nth-child(2) {
	width: 80%;
	height: 22.11%;
	background: url(../images/review_e.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 44%;
	left: 11.86%;
}
.review p:nth-child(3) {
	width: 72%;
	height: 18.36%;
	background: url(../images/review_f.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 70.16%;
	left: 25.86%;
}
.review em:nth-child(4) {
	display: block;
	width: 13%;
	height: 6.37%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*background: url(../images/horn.png) top right no-repeat;*/
	position: absolute;
	top: 35%;
	right: 30%;
}
.review em:nth-child(5) {
	display: block;
	width: 13%;
	height: 6.37%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*background: url(../images/horn.png) top right no-repeat;*/
	position: absolute;
	top: 58%;
	right: 2%;
}
.review em:nth-child(6) {
	display: block;
	width: 13%;
	height: 6.37%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*background: url(../images/horn.png) top right no-repeat;*/
	position: absolute;
	top: 88%;
	right: 4.6%;
}
.review span:nth-child(7) {
	display: block;
	width: 40%;
	height: 16%;
	background: url(../images/btn_share.png) top right no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 2%;
	right: 1%;
}
.review h5:nth-child(8) {
	width: 17%;
	height: 8.77%;
	background: url(../images/btn_prev.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 86.13%;
	left: 5%;
}
.share-arrow-animate {
	-webkit-animation:fadeInUp01 1.4s ease infinite;
}
@-webkit-keyframes fadeInUp01{
0%{
-webkit-transform:translateY(-10px)}
50%{
-webkit-transform:translateY(0px)}
100%{
-webkit-transform:translateY(-10px)}
}
/* horn */
.horn-animate {
	-webkit-animation:hornImgChange 1.2s 0s ease infinite;
}
@-webkit-keyframes hornImgChange{
0%{ background-image:url(../images/horn1.png);}
40%{ background-image:url(../images/horn2.png);}
80%{ background-image:url(../images/horn3.png);}
100%{ background-image:url(../images/horn1.png);}
}