body{margin:0}.pull-down-container{height:100vh;max-height:100%;overflow-y:auto;position:relative;-webkit-overflow-scrolling:touch}.pull-down-container::-webkit-scrollbar{width:3px}.pull-down-container::-webkit-scrollbar-track{background:transparent}.pull-down-container::-webkit-scrollbar-thumb{background:rgba(255,0,0,.1)!important}.pull-down-header{width:100%;height:0;overflow:hidden;position:absolute;max-width:480px;background-color:#e9f8f2;top:0;z-index:99999999}.pull-down-layer{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;filter:blur(1px);background-color:rgb(255,255,255);opacity:.5;touch-action:none}.pull-down-content{position:absolute;max-width:90%;bottom:10px;left:50%;transform:translateX(-50%);height:40px;color:#d5d5d5;text-align:center;border-left:20px solid transparent;font-size:16px}.pull-down-content--icon{float:left;height:20px;width:20px;margin-top:10px;margin-left:-20px}.pull-down-content--icon,.pull-down-content--icon.pull-down-refresh{background-repeat:no-repeat;background-position:50%;background-size:20px 20px}.pull-down-content--icon.pull-down-refresh{animation:rotate 2s infinite;animation-timing-function:linear}.pull-down-content--icon.pull-down-error{background-repeat:no-repeat;background-position:50%;background-size:20px 20px}.pull-down-content--label{float:left;height:20px;line-height:20px;margin-left:10px;margin-top:10px;color:black}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.refreshing{animation:rotate 2s infinite;animation-timing-function:linear}