.rmc-multi-picker,.rmc-picker{height:238px}.rmc-multi-picker{display:flex;align-items:center}.rmc-picker-item{font-size:16px;height:34px;line-height:34px;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;color:#9b9b9b;box-sizing:border-box}.rmc-picker,.rmc-picker-item{position:relative;overflow:hidden;width:100%}.rmc-picker{display:block;flex:1;text-align:center}.rmc-picker-mask{height:100%;margin:0 auto;z-index:3;background-image:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));background-position:top,bottom;background-size:100% 204px;background-repeat:no-repeat}.rmc-picker-content,.rmc-picker-mask{position:absolute;left:0;top:0;width:100%}.rmc-picker-content{z-index:1}.rmc-picker-indicator{box-sizing:border-box;width:100%;height:34px;position:absolute;left:0;top:102px;z-index:3;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.rmc-picker-popup{left:0;bottom:0;position:fixed;width:100%;background-color:#fff}.rmc-picker-popup-close{display:none}.rmc-picker-popup-wrap{overflow:auto;overflow-scrolling:touch;outline:0}.rmc-picker-popup-mask,.rmc-picker-popup-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050}.rmc-picker-popup-mask{background-color:#373737;background-color:rgba(55,55,55,.6);height:100%;filter:alpha(opacity=50)}.rmc-picker-popup-mask-hidden{display:none}.rmc-picker-popup-header{background-image:linear-gradient(180deg,#e7e7e7,#e7e7e7,transparent,transparent);background-position:bottom;background-size:100% 1px;background-repeat:no-repeat;position:relative;display:flex;flex-direction:row}.rmc-picker-popup-header-left,.rmc-picker-popup-header-right{padding-left:15px;padding-right:15px}.rmc-picker-popup-item{color:#0ae;font-size:18px;height:44px;line-height:44px;cursor:pointer;box-sizing:border-box;text-align:center;-webkit-tap-highlight-color:transparent}.rmc-picker-popup-item-active{background-color:#ddd}.rmc-picker-popup-title{flex:1;color:#666;cursor:default}.rmc-picker-popup-fade-appear,.rmc-picker-popup-fade-enter{opacity:0}.rmc-picker-popup-fade-appear,.rmc-picker-popup-fade-enter,.rmc-picker-popup-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.rmc-picker-popup-fade-appear.rmc-picker-popup-fade-appear-active,.rmc-picker-popup-fade-enter.rmc-picker-popup-fade-enter-active{animation-name:rmcPopupPickerFadeIn;animation-play-state:running}.rmc-picker-popup-fade-leave.rmc-picker-popup-fade-leave-active{animation-name:rmcPopupPickerFadeOut;animation-play-state:running}@keyframes rmcPopupPickerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes rmcPopupPickerFadeOut{0%{opacity:1}to{opacity:0}}.rmc-picker-popup-slide-fade-appear,.rmc-picker-popup-slide-fade-enter{transform:translateY(100%)}.rmc-picker-popup-slide-fade-appear,.rmc-picker-popup-slide-fade-enter,.rmc-picker-popup-slide-fade-leave{animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-play-state:paused}.rmc-picker-popup-slide-fade-appear.rmc-picker-popup-slide-fade-appear-active,.rmc-picker-popup-slide-fade-enter.rmc-picker-popup-slide-fade-enter-active{animation-name:rmcPopupPickerSlideFadeIn;animation-play-state:running}.rmc-picker-popup-slide-fade-leave.rmc-picker-popup-slide-fade-leave-active{animation-name:rmcPopupPickerSlideFadeOut;animation-play-state:running}@keyframes rmcPopupPickerSlideFadeIn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes rmcPopupPickerSlideFadeOut{0%{transform:translate(0)}to{transform:translateY(100%)}}