.van-modal-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-height:120px}.van-modal-sheet.van-popup{min-height:120px;max-height:calc(100% - 44px)}.van-modal-sheet.van-popup--bottom.van-popup--round{border-radius:12px 12px 0 0}.van-modal-sheet--small{height:120px}.van-modal-sheet--normal{height:412px}.van-modal-sheet--large{height:calc(100% - 44px)}.van-modal-sheet__header{position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-align-items:center;align-items:center;height:48px;line-height:1.5;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none;-webkit-box-align:center}.van-modal-sheet__header-title{max-width:60%;margin:0 auto;color:#262626;font-weight:500;font-size:18px}.van-modal-sheet__header-icon{font-size:24px}.van-modal-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-modal-sheet__left-area,.van-modal-sheet__right-area{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 16px;color:#262626;font-size:16px;cursor:pointer;-webkit-box-align:center}.van-modal-sheet__right-area{right:0}