.hl-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#262626}.hl-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.hl-action-sheet__cancel,.hl-action-sheet__item{display:block;width:100%;padding:.7rem .8rem;font-size:.8rem;background-color:#fff;border:none;cursor:pointer}.hl-action-sheet__cancel:active,.hl-action-sheet__item:active{background-color:#f2f3f5}.hl-action-sheet__item{line-height:1.1rem}.hl-action-sheet__item--disabled,.hl-action-sheet__item--loading{color:#c8c9cc}.hl-action-sheet__item--disabled:active,.hl-action-sheet__item--loading:active{background-color:#fff}.hl-action-sheet__item--disabled{cursor:not-allowed}.hl-action-sheet__item--loading{cursor:default}.hl-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.hl-action-sheet__subname{margin-top:.4rem;color:#969799;font-size:.6rem;line-height:.9rem}.hl-action-sheet__gap{display:block;height:.4rem;background-color:#f7f8fa}.hl-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:.8rem;line-height:2.4rem;text-align:center}.hl-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:1rem .8rem;color:#969799;font-size:.7rem;line-height:1rem;text-align:center}.hl-action-sheet__description::after::after{position:absolute;right:0;bottom:0;left:.8rem;box-sizing:border-box;border-bottom:.05rem solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5);content:" ";pointer-events:none}.hl-action-sheet__loading-icon .hl-loading__spinner{width:1.1rem;height:1.1rem}.hl-action-sheet__close{position:absolute;top:0;right:0;padding:0 .8rem;color:#c8c9cc;font-size:1.1rem;line-height:inherit}.hl-action-sheet__close:active{color:#969799}