
.section1_block_phone .text{
    
    animation:tobig 1s infinite;
    -webkit-animation:tobig 1s infinite; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    /* animation-delay:1s;
    -webkit-animation-delay:1s; Safari 和 Chrome */
}
@keyframes tobig{
    0% {transform:scale(0,0)}
    33%{ transform:scale(1,1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
@-webkit-keyframes tobig /*Safari and Chrome*/{
    0% {transform:scale(0,0)}
    33%{ transform:scale(1,1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
.section1_block_phone .fdj{
    
    /* animation: animX 2s cubic-bezier(0.36,0,0.64,1) -0s infinite, animY 2.5s cubic-bezier(0.36,0,0.64,1)  0s infinite; */
    animation: animX 2s 1s infinite;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    animation-fill-mode:forwards;
}
@keyframes animX{
    0%{right:135px;width:25px;opacity: 0.5;}
    100%{right:36px;width:92px;opacity: 1;}
}
/*Safari and Chrome*/
@-webkit-keyframes animX{
    0%{right:135px;width:25px;opacity: 0.5;}
    100%{right:36px;width:92px;opacity: 1;}
}
.plugin_hoirlist3_inner{
    animation:top_biandasuoxiao 1.5s  infinite 2s alternate;
    -webkit-animation:top_biandasuoxiao 1.5s infinite 2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
@keyframes top_biandasuoxiao{
    50%{ transform:scale(1.2,1.2)}
    100%{ transform:scale(1,1)}
}
@-webkit-keyframes top_biandasuoxiao /*Safari and Chrome*/{
    50%{ transform:scale(1.2,1.2)}
    100%{ transform:scale(1,1)}
}
.section2_title{
    animation:scale_section2_title 2s  infinite 1.2s alternate;
    -webkit-animation:scale_section2_title 2s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
@keyframes scale_section2_title{
    0%{ transform:scale(0.6,0.6)}
    33%{ transform:scale(1.1,1.1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
@-webkit-keyframes top_biandasuoxiao /*Safari and Chrome*/{
    0%{ transform:scale(0.6,0.6)}
    33%{ transform:scale(1.1,1.1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
.title_fanzhuan{
    
    animation:fanzhuan 2s  infinite 1.2s alternate;
    -webkit-animation:fanzhuan 2s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
@keyframes fanzhuan{
    0%{transform:rotateX(180deg)}
    33%{transform:rotateX(0)}
    66%{transform:rotateX(180deg)}
    100%{transform:rotateX(0)}
}
@-webkit-keyframes fanzhuan{
    0%{transform:rotateX(180deg)}
    33%{transform:rotateX(0)}
    66%{transform:rotateX(180deg)}
    100%{transform:rotateX(0)}
}
.form_text_movein{
    animation:text_movein 2s  infinite 0.4s alternate;
    -webkit-animation:text_movein 2s infinite 0.4s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
@keyframes text_movein{
    0%{top: 66px;opacity:0.1;}
    100%{top:32px;opacity:1;}
}
@-webkit-keyframes text_movein{
    0%{top: 66px;opacity:0.1;}
    100%{top:32px;opacity:1;}
}
.zl_title_suofang{
    animation:title_suofang 2s  infinite 1.2s alternate;
    -webkit-animation:title_suofang 2s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
@keyframes title_suofang{
    0%{ transform:scale(0.6,0.6)}
    33%{ transform:scale(1.1,1.1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
@-webkit-keyframes title_suofang /*Safari and Chrome*/{
    0%{ transform:scale(0.6,0.6)}
    33%{ transform:scale(1.1,1.1)}
    66%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
.zl_title_doudong{
    animation:title_doudong 0.06s  infinite 1.2s alternate;
    -webkit-animation:title_doudong 0.06s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:20;
    -webkit-animation-iteration-count:20; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
@keyframes title_doudong{
    0% {transform: translateX(3px);}
    100% {transform: translateX(-3px);}
}
@-webkit-keyframes title_doudong /*Safari and Chrome*/{
    0% {transform: translateX(3px);}
    100% {transform: translateX(-3px);}
}
.zl_hot_tiaodong{
    animation:hot_tiaodong 0.14s  infinite 1.2s alternate;
    -webkit-animation:hot_tiaodong 0.14s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:14;
    -webkit-animation-iteration-count:14; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
@keyframes hot_tiaodong{
    0% {transform: translateY(3px) rotate(2deg) scale(0.9);}
    100% {transform: translateY(-3px) rotate(-2deg) scale(1.1);}
}
@-webkit-keyframes hot_tiaodong /*Safari and Chrome*/{
    0% {-webkit-transform: translateY(3px) rotate(2deg);}
    100% {-webkit-transform: translateY(-3px) rotate(-2deg);}
}
.jq_title_suofang{
    animation:title_suofang 2s  infinite 1.2s alternate;
    -webkit-animation:title_suofang 2s infinite 1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
.jq_fanzhuan_1_l{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 0.6s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 0.6s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}
.jq_fanzhuan_1_r{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 1.2s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite  1.2s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_2_l{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 1.8s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 1.8s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_2_r{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 2.4s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 2.4s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_3_l{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 3s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 3s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_3_r{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 3.4s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 3.4s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_4_l{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 4s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 4s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}.jq_fanzhuan_4_r{
    transform:scale(0);
    animation:jq_fanzhuan 0.8s  infinite 4.6s alternate;
    -webkit-animation:jq_fanzhuan 0.8s infinite 4.6s alternate; /*Safari and Chrome*/
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
    transform-origin: center center;
    -webkit-transform-origin: center center;
    animation-fill-mode:forwards;
}
@keyframes jq_fanzhuan{
    0% {transform:scale(0);}
    100% {transform:scale(1);}
}
@-webkit-keyframes jq_fanzhuan /*Safari and Chrome*/{
    0% {transform:scale(0);}
    100% {transform:scale(1);}
}
