/*swiper 2018.1.23 更名*/
.tf_R,.tf_L,.tf_B,.tf_T,.tf_Bscale,.tf_Tscale,.tf_scale,.rZ_270deg,.opacity_0,.scale_TH,.scale_CW,.rLY_90deg,.rTX_90deg,.rTX_-90deg{ transition:0.3s linear 0s;}
.tf_R { transform: translate(100px, 0); opacity: 0;  }
.tf_L { transform: translate(-100px, 0); opacity: 0; }
.tf_B { transform: translate(0, 100px); opacity: 0; }
.tf_T { transform: translate(0, -100px); opacity: 0; }
.tf_Bscale{transform: translate(0,300px) scale(0); opacity:0;}
.tf_Tscale{transform: translate(0,-300px) scale(0); opacity:0;}
.tf_scale{transform:scale(0); opacity:0;}
.rZ_270deg{transform:rotateZ(270deg); opacity:0;}
.opacity_0 { opacity: 0; }
.scale_TH{ transform:scale(1,0); transform-origin:top;}
.scale_CW{ transform:scale(0,1);}
.rLY_90deg{transform:rotateY(90deg); opacity:0; transform-origin:left;}
.rTX_90deg{transform:rotateX(90deg); opacity:0; transform-origin:top;}
.rTX_-90deg{transform:rotateX(-90deg); opacity:0; transform-origin:top;}
.swiper-slide-active .opacity_0 ,.anim-active.opacity_0 { opacity: 1; transition: 0.5s linear 0.5s; }
.swiper-slide-active .tf_R, .swiper-slide-active .tf_L, .swiper-slide-active .tf_B, .swiper-slide-active .tf_T,.anim-active.tf_R, .anim-active.tf_L, .anim-active.tf_B, .anim-active.tf_T { transform: translate(0, 0); opacity: 1; transition:0.5s ease 0.5s;}
.swiper-slide-active .tf_Bscale,.swiper-slide-active .tf_Tscale,.anim-active.tf_Bscale,.amin-active.tf_Tscale{transform: translate(0,0) scale(1); opacity:1; transition:0.5s ease 0.5s;}
.swiper-slide-active .tf_scale,.anim-active.tf_scale{transform:scale(1); opacity:1; transition:0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.5s;}
.swiper-slide-active .rZ_270deg,.anim-active.rZ_270deg,.swiper-slide-active .rLY_90deg,.anim-active.rLY_90deg,.swiper-slide-active .rTX_90deg,.anim-active.rTX_90deg,.swiper-slide-active .rTX_-90deg,.anim-active.rTX_-90deg{transform:rotate(0deg); opacity:1;  transition:0.5s ease-in-out 0.5s;}
.swiper-slide-active .scale_TH,.swiper-slide-active .scale_CW,.anim-active.scale_TH,.anim-active.scale_CW { transform:scale(1); transition:0.5s ease 0.5s;}
