<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myCarousel .carousel-inner .con img.img-1 {
  width: 3.05729167rem;
  height: 0.828125rem;
  left: -50%;
  bottom: 0.69791667rem;
  transition: all .5s;
  opacity: 0;
}
#myCarousel .carousel-inner .con img.img-1.active {
  left: 2.22395833rem;
  opacity: 1;
}
#myCarousel .carousel-inner .con img.img-2 {
  width: 5.10416667rem;
  height: 3.671875rem;
  right: 0;
  bottom: -2.60416667rem;
  opacity: 0;
  transition: all .8s;
}
#myCarousel .carousel-inner img.img-2.active {
  bottom: -1.5625rem;
  opacity: 1;
}
#myCarousel .carousel-inner img.img-3 {
  width: 2.00520833rem;
  height: 0.89583333rem;
  right: 2.55208333rem;
  top: 0.3125rem;
  transition: all .5s;
  opacity: 0;
}
#myCarousel .carousel-inner .con img.img-3.active {
  opacity: 1;
}
</pre></body></html>