#app,body,html{width:100%;height:100%;margin:0;padding:0}body{overflow:auto}*{box-sizing:border-box;font-family:PingFang SC-Regular}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:#fadce0}.leftSelectPopper{inset:52px auto auto 0!important;border-radius:15px 15px 15px 15px!important;box-shadow:none!important;overflow:hidden!important}.leftSelectPopper,.leftSelectPopper .el-popper__arrow:before{background:#fff7ce!important;border:none!important}.leftSelectPopper .el-select-dropdown__item{color:#eeaf00!important}.leftSelectPopper .el-select-dropdown__item.hover,.leftSelectPopper .el-select-dropdown__item:hover{background-color:#eeaf00!important;color:#fff7ce!important}.autocompletePopper{border-radius:15px 15px 15px 15px!important;background:#fff7ce!important;box-shadow:none!important;border:none!important;overflow:hidden!important}.autocompletePopper .el-autocomplete-suggestion{width:200px}.autocompletePopper .el-popper__arrow:before{background:#fff7ce!important;border:none!important}.autocompletePopper li{color:#eeaf00!important}.autocompletePopper li.hover,.autocompletePopper li:hover{background-color:#eeaf00!important;color:#fff7ce!important}.loading{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);z-index:9999;display:flex;justify-content:center;align-items:center}.loading-spinner{width:50px;height:50px;border-radius:50%;border:5px solid #ccc;border-top-color:#000;animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}