*, *:before, *:after {
box-sizing: border-box;
}

.card-div{
    width: 750px;
    height:300px;
    position: relative;
    overflow: hidden;
    
}

ul.cards-split-delay {
    width: 750px;
    height: 300px;
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;    
    background-image: url(../img/bg.jpg);
    background-size:cover;
}
ul.cards-split-delay li.title {
margin: 0 0 20px;
}
ul.cards-split-delay li.title h2 {
font-weight: 700;
}
ul.cards-split-delay li.card {
overflow: hidden;
position: absolute;
padding:6px;
-webkit-transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
  transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
}
ul.cards-split-delay li.card img {
max-width: 100%;
padding: 5px;
height: auto;
}
ul.cards-split-delay li.card div.content {
padding: 5px 10px;
}
ul.cards-split-delay li.card.card-1 {
cursor: pointer;
z-index: 10;
-webkit-transform: rotateZ(0deg) translate(289px,20px) scale(1);
transform: rotateZ(0deg) translate(289px,20px) scale(1);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
ul.cards-split-delay li.card.card-2 {
z-index: 9;
-webkit-transform: rotateZ(0deg) translate(155px,15px) scale(0.5);
  transform: rotateZ(0deg) translate(155px,15px) scale(0.5);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cards5 ul.cards-split-delay li.card.card-2 {
z-index: 6;
-webkit-transform: rotateZ(0deg) translate(305px,189px);
  transform: rotateZ(0deg) translate(305px,189px);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.cards-split-delay li.card.card-3 {
z-index: 8;
-webkit-transform: rotateZ(0deg) translate(75px,90px) scale(0.7);
  transform: rotateZ(0deg) translate(75px,90px) scale(0.7);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cards5 ul.cards-split-delay li.card.card-3 {
z-index: 5;
-webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8);
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.cards-split-delay li.card.card-4 {
z-index: 7;
-webkit-transform: rotateZ(0deg) translate(145px,169px) scale(0.8);
  transform: rotateZ(0deg) translate(145px,169px) scale(0.8);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cards5 ul.cards-split-delay li.card.card-4 {
z-index: 7;
-webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7);
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.cards-split-delay li.card.card-5 {
z-index: 6;
-webkit-transform: rotateZ(0deg) translate(305px,189px);
  transform: rotateZ(0deg) translate(305px,189px);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cards5 ul.cards-split-delay li.card.card-5 {
z-index: 6;
-webkit-transform: rotateZ(0deg) translate(145px,169px) scale(0.8);
  transform: rotateZ(0deg) translate(145px,169px) scale(0.8);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.cards-split-delay li.card.card-6 {
z-index: 5;
-webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8);
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cards5 ul.cards-split-delay li.card.card-6 {
z-index: 5;
-webkit-transform: rotateZ(0deg) translate(75px,90px) scale(0.7);
  transform: rotateZ(0deg) translate(75px,90px) scale(0.7);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

ul.cards-split-delay li.card.card-7 {
z-index: 4;
-webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7);
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
ul.cards-split-delay li.card.card-8 {
z-index: 3;
-webkit-transform: rotateZ(0deg) translate(453px,15px) scale(0.5);
  transform: rotateZ(0deg) translate(453px,15px) scale(0.5);
-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.step1 .supper_card_caption{
    display:none!important;
}

div.card-div .card-words{
    position:absolute;
    width: 750px;
    text-align: center;
    bottom: -300px; 
    color: #D6313A;
    z-index: 5
}

div.card-div.step8 .card-words{   
    bottom: 10px;
    transition: bottom 0.4s;
    -moz-transition: bottom 1.5s;	/* Firefox 4 */
    -webkit-transition: bottom 1.5s;	/* Safari 和 Chrome */
    -o-transition: bottom 1.5s;
    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
}

div.card-div.cards5.step6 .card-words{   
    bottom: 10px;
    transition: bottom 0.4s;
    -moz-transition: bottom 1.5s;	/* Firefox 4 */
    -webkit-transition: bottom 1.5s;	/* Safari 和 Chrome */
    -o-transition: bottom 1.5s;
    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
}

.canvas{
    top:0px;left:0px;
    background-color: transparent;
    display: none;
    height: auto;
    width: auto;
}

.step8 .canvas{
    display: block;
    height: auto;
    width: auto;
    top:0px;left:0px;
    background-color: transparent;
    display: block!important;
    transition: display 0.4s;
    -moz-transition: display 0.4s;	/* Firefox 4 */
    -webkit-transition: display 0.4s;	/* Safari 和 Chrome */
    -o-transition: display 0.4s;
    -webkit-transition-delay: 1.2s!important;
    transition-delay: 1.2s!important;
}

.cards5.step6 .canvas{
    display: block;
    height: auto;
    width: auto;
    top:0px;left:0px;
    background-color: transparent;
    display: block!important;
    transition: display 0.4s;
    -moz-transition: display 0.4s;	/* Firefox 4 */
    -webkit-transition: display 0.4s;	/* Safari 和 Chrome */
    -o-transition: display 0.4s;
    -webkit-transition-delay: 1.2s!important;
    transition-delay: 1.2s!important;
}


/*card stylesheet*/
li .supper_cards_wrapper_synthetic {
    border-radius: 4px;
	top:0px;
	width:160px;
}



li .supper_cards_wrapper_synthetic .supper_card {
    display: block;
    padding: 20px 0 25px;
    border-radius: 4px;
    position: relative;
    color: #fff;	
    background-color: #ccc;
    text-align: center;
    box-shadow: 0 0 10px #999;
    line-height: 1;
    overflow: hidden
}
li .supper_cards_wrapper_synthetic .supper_card:before {
    font-family: iconfont;
    content: "\e74a";
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 2em;
    line-height: 1;
    z-index: 1
}

li .supper_cards_wrapper_synthetic .supper_card .balance-synthetic:before {
    font-family: iconfont;
    content: "\e632";
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    display: block;
    line-height: 1;
}


li .supper_cards_wrapper_synthetic .supper_card .point-type-icon {
    font-size: 4em;
    line-height: 1;
    position: relative;
    z-index: 1
}
li .supper_cards_wrapper_synthetic .supper_card .balance-synthetic {
    position: relative;
    padding-left: 1em;
    font-size: 3em;
    cursor: pointer;
}
li .supper_cards_wrapper_synthetic .supper_card .line {
    position: absolute;
    height: 4px;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 13px;
    opacity: .5;
}
li .supper_cards_wrapper_synthetic .supper_card_caption {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 1.286em;
}

li .supper_cards_wrapper_synthetic .supper_card_caption span {
    display: none;
}

li .point-type-item-synthetic {
    padding: 10% 0 15%;
    width: 130px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4%;
    box-shadow: 0 5px 10px #ccc;
    line-height: 1;
}

li .point-type-item-synthetic:before {
    font-family: iconfont;
    content: "\e746";
    position: absolute;
    color: #fff;
    right: 5px;
    top: 5px;
    font-size: 1em;
    line-height: 1;
}

li .icon-chuangxin:before {
    content: "\e60d";
}

li .point-type-item-synthetic .balance-synthetic {
    position: relative;
    padding-left: 1em;
    font-size: 1.5em;
}

li .point-type-item-synthetic .balance-synthetic:before {
    font-family: iconfont;
    content: "\e632";
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    display: block;
    line-height: 1;
}

li .point-type-item-synthetic .line {
    background: rgba(255,255,255,.5);
    border-bottom-right-radius: 4%;
    border-bottom-left-radius: 4%;
    display: block;
    position: absolute;
    width: 100%;
    height: 4%;
    bottom: 10%;
    left: 0;
}

li .caption-synthetic {
    margin-top: 8px;
    cursor: pointer;
}
.text-center {
    text-align: center;
}

li .point-type-item-synthetic .point-type-icon {
    font-size: 2.5em;
    line-height: 1;
}

li .point-type-item-synthetic:hover:before {
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

li .cdp_mycred_transfer{
	display:none;
}






/*----子卡移动特效----*/
/*--step1--*/
.step1 li.card.card-5 {
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;   
}
.cards5.step1 li.card.card-5 {
    -webkit-transform: rotateZ(0deg) translate(75px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(75px,90px) scale(0.7)!important;   
}

.step1 li.card.card-6 {
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;  
}
.cards5.step1 li.card.card-6 {
    -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  	transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
}

.step1 li.card.card-7 {
    -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
}

.step1 li.card.card-8 {
    -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
}

.step1 li.card.card-2 {
    -webkit-transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
  transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
}
.cards5.step1 li.card.card-2 {
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important; 
}

.step1 li.card.card-3 {
    -webkit-transform: rotateZ(0deg) translate(155px,15px) scale(0.5)!important;
  transform: rotateZ(0deg) translate(155px,15px) scale(0.5)!important;
}
.cards5.step1 li.card.card-3 {
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
  transform: rotateZ(0deg) translate(305px,189px)!important;
}

.step1 li.card.card-4 {
    -webkit-transform: rotateZ(0deg) translate(75px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(75px,90px) scale(0.7)!important;
}
.cards5.step1 li.card.card-4 {
    -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
}

/*--step2--*/
.step2 li.card.card-6 {
     -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    
}
.cards5.step2 li.card.card-6 {
     -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  	 transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
    
}

.cards5.step2 li.card.card-5 {
     -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
    
}

.step2 li.card.card-7 {
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;  
    
}

.step2 li.card.card-8 {
    -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
    
}

.step2 li.card.card-2 {
    -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
    
}

.step2 li.card.card-3 {
    -webkit-transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
  transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
    
}
.cards5.step2 li.card.card-3 {
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    
}

.step2 li.card.card-4 {
    -webkit-transform: rotateZ(0deg) translate(155px,15px) scale(0.5)!important;
  transform: rotateZ(0deg) translate(155px,15px) scale(0.5)!important;
}
.cards5.step2 li.card.card-4 {
  -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
  transform: rotateZ(0deg) translate(305px,189px)!important;  
}

/*--step3--*/
.step3 li.card.card-7 {
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
}

.step3 li.card.card-8 {
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;    
}

.step3 li.card.card-2 {    
    -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;    
}

.step3 li.card.card-3 {    
    -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;    
}

.step3 li.card.card-4 {    
    -webkit-transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
  transform: rotateZ(0deg) translate(453px,15px) scale(0.5)!important;
}
.cards5.step3 li.card.card-4 {    
  	-webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
}
.cards5.step3 li.card.card-5 {    
  	-webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;    
}
.cards5.step3 li.card.card-6 {    
  	-webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;    
}
/*--step4--*/
.step4 li.card.card-8 {
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
}

.step4 li.card.card-2 {   
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;       
}

.step4 li.card.card-3 {        
  -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;    
}

.step4 li.card.card-4 {     
  -webkit-transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important;
  transform: rotateZ(0deg) translate(533px,90px) scale(0.7)!important; 
}
.cards5.step4 li.card.card-5 {    
  	-webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;  
}
.cards5.step4 li.card.card-6 {    
  	-webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;   
}

/*--step5--*/
.step5 li.card.card-2 {   
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;    
}

.step5 li.card.card-3 {        
    -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important; 
}

.step5 li.card.card-4 {     
    -webkit-transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;
  transform: rotateZ(0deg) translate(463px,169px) scale(0.8)!important;    
}
.cards5.step5 li.card.card-5 {    
  	-webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;  
}
.cards5.step5 li.card.card-1 {
    -webkit-transform: rotateZ(0deg) translate(289px,20px) scale(1.3)!important;
    transform: rotateZ(0deg) translate(289px,20px) scale(1.3)!important;
    -webkit-transition-delay: 1s!important;
    transition-delay: 1s!important;
    height: 160px
}

/*--step6--*/
.step6 li.card.card-3 {    
    -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
    transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important; 
}

.step6 li.card.card-4 {     
  -webkit-transform: rotateZ(0deg) translate(305px,189px)!important;
    transform: rotateZ(0deg) translate(305px,189px)!important;       
}

/*--step7--*/
.step7 li.card.card-4 {     
  -webkit-transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;
  transform:rotateZ(0deg) translate(305px,20px) scale(0.5)!important;     
}

.step7 li.card.card-1 {
    -webkit-transform: rotateZ(0deg) translate(289px,20px) scale(1.3)!important;
    transform: rotateZ(0deg) translate(289px,20px) scale(1.3)!important;
    -webkit-transition-delay: 1s!important;
    transition-delay: 1s!important;
    height: 160px
}

.step8 .supper_cards_wrapper_synthetic{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 0px;
    margin-top: 20%;    
}

.cards5.step6 .supper_cards_wrapper_synthetic{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 0px;
    margin-top: 20%;    
}

.step8 .card-2,.step8 .card-3,.step8 .card-4,.step8 .card-5,.step8 .card-6,.step8 .card-7,.step8 .card-8{
    display: none;
}

.cards5.step6 .card-2,.cards5.step6 .card-3,.cards5.step6 .card-4,.cards5.step6 .card-5,.cards5.step6 .card-6{
	display: none;
}



/*----主卡进入条特效----*/
.bg-red {
    height:0;
    width: 150%;
    bottom: -10%;
    top:auto;
    left: 0px;
    z-index: 0;
    background-color: #D6313A;
    position: absolute;
    border-radius: 0px;
    
}
.step1 .bg-red1{
    height:24%;    
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.cards5.step1 .bg-red1{
	height:30%;
}

.step2 .bg-red2{
    height:38%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.cards5.step2 .bg-red2{
	height:50%;
}

.step3 .bg-red3{
    height:52%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.cards5.step3 .bg-red3{
	height:70%;
}

.step4 .bg-red4{
    height:66%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.cards5.step4 .bg-red4{
	height:90%;
}

.step5 .bg-red5{
    height:80%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.cards5.step5 .bg-red5{
	height:110%;
}

.step6 .bg-red6{
    height:94%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}

.step7 .bg-red7{
    height:110%; 
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: height 1s;
    -moz-transition: height 1s;	/* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    -o-transition: height 1s;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s; /* Firefox 4 */
    -webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
    -o-transition-delay: 0.4s; 
}
.step8 .bg-red8{
    height:110%; 
}
