html, body{min-height:100%;-webkit-tap-highlight-color:transparent;text-align:center;font-size:.875rem;line-height:1.5;}
body{background:ghostwhite;color:#333;font-family:-apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;}
table, td, th{border-collapse:collapse;}
h1, h2, h3, h4, h5{font-weight:normal;}
a{text-decoration:none;cursor:pointer;color:inherit;}
ul, li{list-style:none;}
.hide{display:none;}
.cursor{cursor:pointer;}
.icon-loading, .icon-refresh{margin-right:0.3rem;display:inline-block;}
.icon-spin{-webkit-animation:icon-spin 1.4s infinite linear;animation:icon-spin 1.4s infinite linear;}
@-webkit-keyframes icon-spin{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes icon-spin{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.weui-process{background-color:ghostwhite;min-height:100vh;color:#333;padding-top:10rem;text-align:center;font-size:1rem;}
.weui-process .iconfont{font-size:3rem;}