@import "reset.css";
/*  */
#loading {
	display:block;
	background:#1a1a1a url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/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(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/page1.jpg) top center no-repeat;*/
	background-size: 100% 100%;
	position: relative;
}
.logo {
	width: 28%;
	height: 17.31%;
	position: absolute;
	top: 2.5%;
	left: 3%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170310images/logo_01.png) top right no-repeat;
	background-size: auto 100%;
	opacity: 1;
}
.start{
	width: 100%;
	height: 100%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/starbgs-.gif) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.startbut{
	width: 46%;
    height: 9.74%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170310images/start.png) top center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 87%;
    left: 29.5%;
}
/*rule*/
.rule{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/rulebgs.gif) top  center no-repeat;
	background-size:100% 100%;
	overflow: hidden;
}
.rule p{
	width: 22.6%;
    height: 11.02%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170310images/but.png) top center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 85%;
    left: 38.5%;
}
.finger{
	width: 22.6%;
    height: 11.02%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170310images/finger.png) top center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 89%;
    left: 25.5%;
    -webkit-animation: fingersport 1.6s 0.4s infinite;
}
@-webkit-keyframes fingersport{
	from{-webkit-transform: translateY(3%);}
	to{-webkit-transform: translateY(-3%);}
}
.part1{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/part1bg_02.png) top center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	overflow: hidden;
}
.part1text{
	width: 85.86%;
    height: 8.9%;
    position: absolute;
    top: 4.4%;
    left: 7.26%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/part1text.png) top center no-repeat;
    background-size: auto 100%;
    opacity: 1;
    -webkit-animation: texthsport 3s .5s infinite;
}
@-webkit-keyframes texthsport{
	0%{opacity: 1;}
	20%{opacity: 0.5;}
	40%{opacity: 1;}
	60%{opacity: 0.5;}
	80%{opacity:1;}
	100%{opacity: 0.5;}
}
.dad{
	width: 27.2%;
	height: 50.07%;
	position: absolute;
	top: 23.99%;
	left:19.47%;
	background:url(http://live.babyfs.cn/web/H5/wjy/20170405images/dad.png) center center no-repeat;
	background-size: auto 100%;
}
.mom{
	width: 29.6%;
	height: 42.73%;
	position: absolute;
	top:30.58%;
	left:51.73%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mother1.png) center center no-repeat;
	background-size: auto 100%;
}
.baby{
	width: 38.8%;
	height:21.29%;
	position: absolute;
	top: 68.22%;
	left:32%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/baby1.png) center center no-repeat;
	background-size: auto 100%;
	
}
.people-animate{
	-webkit-animation:pulse1 3s .5s infinite;
}
@-webkit-keyframes pulse1 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.part2{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/part2bgs_02.png) top center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.text1{
	width: 38.67%;
    height: 3.2%;
    position: absolute;
    top: 20%;
    left: 29.73%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text123.png) top center no-repeat;
    background-size: auto 100%;
    -webkit-animation: texthsport 3s .5s infinite;
}
.text4{
	display: none;
    width: 88%;
    height: 8.09%;
    position: absolute;
    top: 5.1%;
    left: 5.7%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text456.png) top center no-repeat;
    background-size: auto 100%;
    -webkit-animation: texthsport 3s .5s infinite;
}
.dadbeforhair{
	width: 62.2%;
	height:20.84%;
	position: absolute;
	top:17.69%;
	left:2.7%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbeforehahair.png) top center no-repeat;
	background-size: auto 100%;
	 z-index: 4;
	 display: none;
}
.dadbefornose{
	width:10.67%;
	height: 15.59%;
	position: absolute;
	top:20.39%;
	left:78.67%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbefornose.png) top center no-repeat;
	background-size: auto 100%;
	 z-index: 4;
	 display: none;
}
.dadbeformouse{
	width: 33%;
    height: 13.5%;
    position: absolute;
    top: 38.83%;
    left: 65.53%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbeformouse.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.dadbeforeye{
	width: 54.47%;
	height: 5.2%;
	position: absolute;
	top:40.18%;
	left:5.1%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbeforeye.png) top center no-repeat;
	background-size: auto 100%;
	 z-index: 4;
	 display: none;
}
.dadfacehair{
	display: none;
	width: 74.67%;
	height:26.69%;
	position: absolute;
	top:48.43%;
	left:15.2%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfacehair.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 4;
}
.dadfacenose{
	display: none;
	width: 5.3%;
    height: 8.2%;
    position: absolute;
    top: 75.04%;
    left: 48%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfacenose.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
}
.dadfacemouse{
	display: none;
	width: 26.13%;
    height: 10.34%;
    position: absolute;
    top: 83%;
    left: 37.33%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfacemouth.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
}
.dadfaceeye{
	display: none;
	width: 45.73%;
    height: 3.8%;
    position: absolute;
    top: 70.66%;
    left: 28.2%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfaceeye.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
}
.dad1{
	width: 74.66%;
	height: 51.87%;
	position: absolute;
	top: 48.12%;
	left:14.7%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadoutline.png) top center no-repeat;
	background-size: auto 100%;
}
.dadbrown{
	width: 27.73%;
    height: 14.84%;
    position: absolute;
    top: 1.9%;
    left: 13.93%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbeforbrown.png) top center no-repeat;
    background-size: auto 100%;
}
.dadyellow{
	width: 27.73%;
    height: 14.84%;
    position: absolute;
    top: 1.9%;
    left: 61.33%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbeforyellow.png) top center no-repeat;
    background-size: auto 100%;
}
.dadbeforyellow{
	display: none;
	width:66.66%;
	height:34.48%;
	position: absolute;
	top:59.82%;
	left:18.33%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfaceyellow.png) top center no-repeat;
	background-size: auto 100%;
}
.dadbeforbrown{
	display: none;
	width:66.66%;
	height:34.48%;
	position: absolute;
	top:59.82%;
	left:18.33%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadfacebrown.png) top center no-repeat;
	background-size: auto 100%;
}
.part3{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.dadbrownno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbrownno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadbrownno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbrownno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadbrownno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbrownno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadbrownno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadbrownno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.part4{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.dadyellowno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadyellowno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadyellowno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadyellowno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadyellowno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadyellowno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.dadyellowno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/dadyellowno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.part5{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/part2bgs_02.png)top center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.text2{
	width: 38.67%;
    height: 3.2%;
    position: absolute;
    top: 20%;
    left: 29.73%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text123.png) top center no-repeat;
    background-size: auto 100%;
    -webkit-animation: texthsport 3s .5s infinite;
}
.text5{
	display: none;
    width: 88%;
    height: 8.09%;
    position: absolute;
    top: 1.9%;
    left: 3.7%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text456.png) top center no-repeat;
    background-size: auto 100%;
    -webkit-animation: texthsport 3s .5s infinite;
}
.mombeforhair{
	width: 33.07%;
    height: 23.53%;
    position: absolute;
    top: 10.74%;
    left: 34.26%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombefor.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.mombefornose{
	width:8.8%;
	height:15.14%;
	position: absolute;
	top:22.49%;
	left:75.73%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombefornose.png) top center no-repeat;
	background-size: auto 100%;
	 z-index: 4;
	 display: none;
}
.mombeformouse{
	width:24.8%;
	height:7.3%;
	position: absolute;
	top:21.88%;
	left:5.9%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombeformouse.png) top center no-repeat;
	background-size: auto 100%;
	 z-index: 4;
	 display: none;
}
.mombeforeye{
	width: 52.93%;
    height: 5.7%;
    position: absolute;
    top: 36.23%;
    left: 1%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombeforeye.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.momfacehair{
	width:88%;
	height:56.07%;
	position: absolute;
	top:43.78%;
	left:9.6%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfacehair.png)top center no-repeat;
	background-size: auto 100%;
	display: none;
}
.momfacenose{
	width: 6.1%;
    height: 8.8%;
    position: absolute;
    top: 68.96%;
    left: 44.27%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombefornose.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.momfacemouse{
	width: 18.67%;
    height: 5.5%;
    position: absolute;
    top: 77.81%;
    left: 38.67%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfacemouse.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.momfaceeye{
	width: 39.93%;
    height: 4%;
    position: absolute;
    top: 64.77%;
    left: 28.67%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfaceeye.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.momfacebang{
	width: 49.33%;
    height: 18.59%;
    position: absolute;
    top: 43.93%;
    left: 24.87%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfacebeforhair.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.mombrown{
	width: 34%;
    height: 14.79%;
    position: absolute;
    top: 1.5%;
    left: 8%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombeforbrown.png) top center no-repeat;
    background-size: auto 100%;
}
.momyellow{
	width: 33%;
    height: 14.79%;
    position: absolute;
    top: 1.5%;
    left: 58.13%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombeforyellow.png) top center no-repeat;
    background-size: auto 100%;
}
.mombeforyellow{
	width: 63.47%;
    height: 37.93%;
    position: absolute;
    top: 46.53%;
    left: 19.2%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfaceyellow.png) top center no-repeat;
    background-size: auto 100%;
    display: none;
}
.mombeforbrown{
	width: 63.47%;
    height: 37.93%;
    position: absolute;
    top: 46.53%;
    left: 19.2%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momfacebrown.png) top center no-repeat;
    background-size: auto 100%;
    display: none;
}
.mom1{
	width:74.67%;
	height:53.82%;
	position: absolute;
	top:46.03%;
	left:19.2%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momoutline.png) top center no-repeat;
	background-size: auto 100%;
}
.part6{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.mombrownno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombrownno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.mombrownno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombrownno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.mombrownno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombeforbrownno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.mombrownno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/mombrownno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.part7{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.momyellowno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momyellowno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.momyellowno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momyellowno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.momyellowno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momyellowno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.momyellowno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/momyellowno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.part8{
	display: none;
	width: 100%;
	height: 100%;
	position:relative;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/part2bgs_02.png) top center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.text3{
	width: 38.67%;
	height:3.2%;
	position: absolute;
	top:20%;
	left:29.73%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text123.png) top center no-repeat;
	background-size: auto 100%;
	-webkit-animation: texthsport 3s .5s infinite;
}
.text6{
	display: none;
    width: 88%;
    height: 8.09%;
    position: absolute;
    top: 5.1%;
    left: 5.7%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/text456.png) top center no-repeat;
    background-size: auto 100%;
    -webkit-animation: texthsport 3s .5s infinite;
}
.babybeforhair{
	width: 59%;
    height: 9.3%;
    position: absolute;
    top: 24.58%;
    left: 0;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybefor.png) top center no-repeat;
    background-size: auto 100%;
     z-index: 4;
     display: none;
}
.babybefornose{
	width: 16.8%;
    height: 7.6%;
    position: absolute;
    top: 28.03%;
    left: 72.8%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybefornose.png) top center no-repeat;
    background-size: auto 100%;
     z-index: 4;
     display: none;
}
.babybeformouse{
	width: 35.47%;
    height: 6.7%;
    position: absolute;
    top: 39.38%;
    left: 59.2%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybeformouse.png) top center no-repeat;
    background-size: auto 100%;
     z-index: 4;
     display: none;
}
.babybeforeye{
	width: 41.93%;
    height: 5.8%;
    position: absolute;
    top: 37.48%;
    left: 4.8%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybeforeye.png) top center no-repeat;
    background-size: auto 100%;
     z-index: 4;
     display: none;
}
.babyfacehair{
	width: 56.6%;
    height: 9%;
    position: absolute;
    top: 49.48%;
    left: 26.93%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfacehair.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.babyfacenose{
	width: 9.5%;
    height: 3.7%;
    position: absolute;
    top: 72.91%;
    left: 45.07%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfacenose.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;   
}
.babyfacemouse{
	width: 35.2%;
    height: 7.3%;
    position: absolute;
    top: 78.94%;
    left: 32%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfacemouse.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.babyfaceeye{
	width: 47.73%;
    height: 6.6%;
    position: absolute;
    top: 63.97%;
    left: 26.67%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfaceeye.png) top center no-repeat;
    background-size: auto 100%;
    z-index: 4;
    display: none;
}
.babybrown{
	width: 44.8%;
    height: 16.39%;
    position: absolute;
    top: 2.24%;
    left: 3.2%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybeforbrown.png) top center no-repeat;
    background-size: auto 100%;
}
.babyyellow{
	width: 43.8%;
    height: 16.39%;
    position: absolute;
    top: 2.24%;
    left: 53.93%;
    background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybeforyellow.png) top center no-repeat;
    background-size: auto 100%;
}
.babybeforyellow{
	width:85.87%;
	height:39.88%;
	position: absolute;
	top: 49.4%;
    left: 8.92%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfaceyellow.png) top center no-repeat;
	background-size: auto 100%;
	display: none;
}
.babybeforbrown{
	width:85.87%;
	height:39.88%;
	position: absolute;
	top: 49.4%;
    left: 8.92%;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyfacebrown.png) top center no-repeat;
	background-size: auto 100%;
	display: none;
}
.baby1{
	width:100%;
	height: 50.37%;
	position: absolute;
	top:49.63%;
	left:0;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyoutline.png) top center no-repeat;
	background-size: auto 100%;
}
.part9{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.babybrownno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybrownno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babybrownno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybrownno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babybrownno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybrownno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babybrownno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babybrownno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.part10{
	display: none;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	z-index: 999;
	overflow: hidden;
}
.babyyellowno1{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyyellowno1.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babyyellowno2{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyyellowno2.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babyyellowno3{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyyellowno3.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
.babyyellowno4{
	display: none;
	width:100%;
	height: 63.33%;
	position: absolute;
	top:15.58%;
	left:400px;
	background: url(http://live.babyfs.cn/web/H5/wjy/20170405images/babyyellowno4.png) top center no-repeat;
	background-size: auto 100%;
	z-index: 999;
}
/*end*/
.end{
	display: none;
	width: 100%;
	height: 100%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/end1.gif) no-repeat;
	position: relative;
	background-size: 100% 100%;
	z-index: 2;
	/*display: none;*/
	/*z-index: 2;*/
}
.end span:nth-child(1) {
	width: 17%;
	height: 8.47%;
	position: absolute;
	top: 51%;
	left: 26%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/start11.png) top left no-repeat;
	background-size: auto 100%;
	-webkit-animation:star1Animate 1s .2s ease-out both;
}
.end span:nth-child(2) {
	width: 17%;
	height: 8.47%;
	position: absolute;
	top: 49.02%;
	left: 42.2%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/start2.png) top left no-repeat;
	background-size: auto 100%;
	-webkit-animation:star2Animate 1s .6s ease-out both;
}
.end span:nth-child(3) {
	width: 17%;
	height: 8.47%;
	position: absolute;
	top: 51.49%;
	left: 59.06%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/start3.png) top left no-repeat;
	background-size: auto 100%;
	-webkit-animation:star3Animate 1s 1.2s ease-out both;
}
@-webkit-keyframes star1Animate {
	0%{-webkit-transform: translate(-300px,500px)}
	100%{-webkit-transform: translate(0)}
}
@-webkit-keyframes star2Animate {
	0%{-webkit-transform: translate(300px,500px)}
	100%{-webkit-transform: translate(0)}
}
@-webkit-keyframes star3Animate {
	0%{-webkit-transform: translate(500px,500px)}
	100%{-webkit-transform: translate(0)}
}
.end em:nth-child(4) {
	width: 20%;
	height: 10.41%;
	position: absolute;
	top:80.95%;
	left: 40%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/playagain1.png) top center no-repeat;
	background-size: auto 100%;
	-webkit-animation:rotate 3s linear infinite;
}
@-webkit-keyframes rotate{
0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg)}
}
.end em:nth-child(5) {
	width: 25%;
	height: 13.56%;
	position: absolute;
	top: 5.09%;
	right: 4.6%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/erweimapict.png) top left no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}
.code-animate {
	-webkit-animation:codesport 1.6s ease infinite;
}
@-webkit-keyframes codesport{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
.text5{
	width: ;
}
.rewie{
	display: none;
	width: 100%;
	height: 100%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/ransebg_02.gif) 0 0 no-repeat;
	background-size: 100% 100%;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
.share{
	width: 36%;
	height: 11.84%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/btn_share.png) top right no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 2%;
	right: 1%;
	-webkit-animation:sharesport 1.6s ease infinite;
}
.close{
	width: 16%;
	height: 7%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/close.png) top left no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 5%;
	left: 5%;
}
@-webkit-keyframes sharesport{
0%{
-webkit-transform:translateY(-10px)}
50%{
-webkit-transform:translateY(0px)}
100%{
-webkit-transform:translateY(-10px)}
}
.rewie-animate{
	-webkit-animation:rewiesport 2s .2s ease both;
}
@-webkit-keyframes rewiesport{
	0%{opacity:1;-webkit-transform:scale(1) translate(0)}
	100%{opacity:0.3;-webkit-transform:scale(0.3) translate(300px,-2200px)}
}
.er{
	width:51.73%;
	height:29.09%;
	position: absolute;
	top: 44.68%;
	left: 24.53%;
	background: url(http://live.babyfs.cn/web/H5/wjy/drawflowers20170303/erweima22.png) top center no-repeat;
	background-size: auto 100%;
}
.er img{
	width: 100%;
	height: 100%;
}
