.img-ani,.box-ani:after {
    -webkit-transition: all 2s cubic-bezier(0,.72,.44,.99);
    -moz-transition: all 2s cubic-bezier(0,.72,.44,.99);
    -ms-transition: all 2s cubic-bezier(0,.72,.44,.99);
    -o-transition: all 2s cubic-bezier(0,.72,.44,.99);
    transition: all 2s cubic-bezier(0,.72,.44,.99);
	opacity:0;
}
.txt-ani{
	-webkit-transition: all 0.8s cubic-bezier(0,.72,.44,.99);
    -moz-transition: all 0.8s cubic-bezier(0,.72,.44,.99);
    -ms-transition: all 0.8s cubic-bezier(0,.72,.44,.99);
    -o-transition: all 0.8s cubic-bezier(0,.72,.44,.99);
    transition: all 0.8s cubic-bezier(0,.72,.44,.99);
}
.txt-ani01{
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.3s;
    -moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.3s;
    -ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.3s;
    -o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.3s;
    transition: all 1s cubic-bezier(0,.72,.44,.99) 0.3s;
}
.txt-ani02{
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.4s;
    -moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.4s;
    -ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.4s;
    -o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.4s;
    transition: all 1s cubic-bezier(0,.72,.44,.99) 0.4s;
}
.txt-ani03{
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
    -moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
    -ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
    -o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
    transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
}
.txt-ani04{
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.6s;
    -moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.6s;
    -ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.6s;
    -o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.6s;
    transition: all 1s cubic-bezier(0,.72,.44,.99) 0.6s;
}
.txt-ani05{
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.7s;
    -moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.7s;
    -ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.7s;
    -o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.7s;
    transition: all 1s cubic-bezier(0,.72,.44,.99) 0.7s;
}
/*
.bottom-top {
    transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
	-moz-transform: translate(0,100px);
	-ms-transform: translate(0,100px);
	-o-transform: translate(0,100px);
}
.left-right {
    transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
	-moz-transform: translate(-100px,0);
	-ms-transform: translate(-100px,0);
	-o-transform: translate(-100px,0);
}
.right-left {
    transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
	-moz-transform: translate(100px,0);
	-ms-transform: translate(100px,0);
	-o-transform: translate(100px,0);
}*/
.img-aniload{
    transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	opacity:1;
}

.box-ani:after {
    -webkit-transform: translate(-3.85714rem,-3.85714rem);
    transform: translate(-3.85714rem,-3.85714rem);
}
.box-ani:before {
	-webkit-transform: translate(3.85714rem,3.85714rem);
    transform: translate(3.85714rem,3.85714rem);
}

.img-aniload, .img-aniload .box-ani:before, .img-aniload .box-ani:after{
	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}








