@import '../common/index.wxss';
.mc-popup-swiper__mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.1);height:100%;z-index:1001}.mc-popup-swiper{position:relative;box-sizing:border-box;overflow:hidden;transition-timing-function:ease;-webkit-animation:ease both;animation:ease both;-webkit-overflow-scrolling:touch;background-color:#fff}.mc-popup-swiper__close{position:absolute;bottom:20rpx;right:20rpx}.mc-popup-swiper__close-icon{color:#666}.mc-fade-enter-active,.mc-fade-leave-active{transition-property:opacity}.mc-fade-enter,.mc-fade-leave-to{opacity:0}.mc-bottom-enter-active,.mc-bottom-leave-active{transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.mc-bottom-enter,.mc-bottom-leave-to{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}
