#app{height:100%;background-color:#f7f8fa}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;background-color:#f7f8fa}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button{background:none}button,input{border:none;outline:none}.container{max-width:20rem;margin:0 auto;background-color:#fff;min-height:100vh}.page{padding:.53333rem;background-color:#f7f8fa;min-height:100vh}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-column{display:flex;flex-direction:column}.mt-10{margin-top:.26667rem}.mt-20{margin-top:.53333rem}.mb-10{margin-bottom:.26667rem}.mb-20{margin-bottom:.53333rem}.ml-10{margin-left:.26667rem}.mr-10{margin-right:.26667rem}.p-10{padding:.26667rem}.p-20{padding:.53333rem}.primary-color{color:#1989fa}.success-color{color:#07c160}.warning-color{color:#ff976a}.danger-color{color:#ee0a24}.gray-color{color:#969799}.bg-primary{background-color:#1989fa}.bg-success{background-color:#07c160}.bg-warning{background-color:#ff976a}.bg-danger{background-color:#ee0a24}.bg-gray{background-color:#f7f8fa}.radius-4{border-radius:.10667rem}.radius-8{border-radius:.21333rem}.radius-12{border-radius:.32rem}.shadow{box-shadow:0 .05333rem .32rem hsla(210,1%,40%,.12)}.ellipsis{white-space:nowrap}.ellipsis,.ellipsis-2{overflow:hidden;text-overflow:ellipsis}.ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}