.flex{display:flex}.flex-v{flex-direction:column}.flex-p{flex-direction:row}.flex-1{flex:1}.flex-align-start{align-items:start}.flex-align-center{align-items:center}.flex-stretch{align-items:stretch}.flex-align-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end}.flex-pack-center{justify-content:center}.flex-pack-end{justify-content:flex-end}.flex-pack-justify{justify-content:space-between}.flex-pack-around{justify-content:space-around}.flex-pack-baseline{justify-content:baseline}.flex-wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap}body,html{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#app,body,html{min-height:100vh}*{box-sizing:border-box}.c-yellow{color:#fdc028}.asm-base-btn{background-color:#ffbc1b;display:block;width:7.18rem;height:1.3rem;line-height:1.3rem;margin:0 auto;color:#fff;text-align:center;border:0;outline:none;box-shadow:none;border-radius:.65rem;font-size:.48rem}.asm-btn-yellow{background:#ffac1b}.asm-btn-green{background:#01cd7e}.asm-dialog .asm-dialog-mask{position:fixed;z-index:1000;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.6)}.asm-dialog .asm-dialog-main{position:fixed;z-index:1001;width:7.6rem;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;overflow:hidden}.asm-dialog .asm-dialog-main .asm-dialog-header{width:7.6rem;height:1.3rem;background:#59139b;background-size:cover;display:flex;align-items:center;justify-content:center}.asm-dialog .asm-dialog-main .asm-dialog-header .asm-dialog-title{color:#fff;font-size:.48rem;text-align:center}.asm-dialog .asm-dialog-main .asm-dialog-body{background-color:#fff;padding:.6rem}.asm-dialog .asm-dialog-main .asm-dialog-body .asm-dialog-content{color:#666;font-size:.36rem;line-height:1.5;text-align:left;margin-top:.2rem}.asm-dialog .asm-dialog-main .asm-dialog-body .asm-dialog-ok{background-color:#ffbc1b;text-align:center;padding:.32rem;color:#fff;font-size:.4rem;width:60%;margin:.5rem auto 0;border-radius:.2rem}.asm-dialog .asm-dialog-main .asm-dialog-footer{background-color:#fff;display:flex;position:relative}.asm-dialog .asm-dialog-main .asm-dialog-footer:after{content:" ";position:absolute;left:0;top:0;right:0;height:1px;border-top:1px solid #d5d5d6;color:#d5d5d6;transform-origin:0 0;transform:scaleY(.5)}.asm-dialog .asm-dialog-main .asm-dialog-footer .asm-dialog-btn{flex:1;display:block;line-height:1.3rem;text-align:center;font-size:.36rem}.asm-dialog .asm-dialog-main .asm-dialog-footer .asm-dialog-btn:active{background-color:#e4e4e4}.asm-dialog .asm-dialog-main .asm-dialog-footer .asm-dialog-cancel{color:#999}.asm-dialog .asm-dialog-main .asm-dialog-footer .asm-dialog-confirm{color:#59139b;position:relative}.asm-dialog .asm-dialog-main .asm-dialog-footer .asm-dialog-confirm:after{content:" ";position:absolute;left:0;top:0;width:1px;bottom:0;border-left:1px solid #d5d5d6;color:#d5d5d6;transform-origin:0 0;transform:scaleX(.5)}