:root{--color-primary:#094580;--color-text-primary:#222;--color-text-grey:#888;--color-background-disabled:#ddd;--size-horizontal-padding:12px;--size-text-normal:15px}*{box-sizing:border-box}html{background-color:#f0f2f5;color:var(--color-text-primary);font-size:var(--size-text-normal)}body,html{height:100%}body{padding:0;margin:0}#app{height:100%}.app-ios{padding-bottom:75px}img{max-width:100%}.base-btn,.base-btn-delete,.base-btn-gray{width:100px;height:42px;display:flex;align-items:center;justify-content:center;background-color:#2397d6}.base-btn-rect{border-radius:0xp}.base-btn-round{border-radius:100px}.base-btn-gray{border:1px solid #999;color:#999}.base-btn-delete{background-color:red;color:#fff}.base-cell{display:flex;width:100%;color:#555;min-height:42px;padding:3px 0;align-items:center}.base-cell>img,.base-cell van-icon{width:22px;height:22px;margin-right:4px}.base-cell-divider{border-bottom:.5px solid #eee}.base-cell-label{color:#222;min-height:36px;display:flex;align-items:center;min-width:80px}.base-cell-title{font-size:14px;min-width:72px}.base-cell-value{font-size:14px;color:#333;flex-grow:1;display:flex;align-items:center;justify-content:flex-end}.base-cell-value>img{width:20px;height:20px}.lines-1,.lines-2{display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:1}.lines-2{-webkit-line-clamp:2}