@charset "UTF-8";

/********* public:carousel.less ********/
.carousel{margin-bottom:20px}.carousel:before,.carousel:after{content:" ";display:table}.carousel:after{clear:both}.carousel.carousel--withFooter .lSSlideOuter{overflow:visible}.carousel.carousel--withFooter .lSPager{float:left}.carousel-body{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;overflow:hidden}.carousel-body>li{width:100%;flex-grow:1;flex-shrink:0;display:flex;align-items:stretch}.carousel-body.carousel-body--show2>li{padding-right:6px}.carousel-body.carousel-body--show2>li.active+li,.carousel-body.carousel-body--show2>li:last-child{padding-right:0}.carousel-body.carousel-body--show2>li{width:50%}@media (max-width:700px){.carousel-body.carousel-body--show2>li{width:100%}.carousel-body.carousel-body--show2>li.active{padding-right:0}}.carousel-item{border-width:1px;border-style:solid;border-top-color:#dfdfdf;border-right-color:#d8d8d8;border-bottom-color:#cbcbcb;border-left-color:#d8d8d8;border-radius:4px;color:#141414;background:#fefefe;padding:6px 10px;width:100%;min-width:0}.carousel-footer{float:right;font-size:13px;line-height:20px}