*{padding:0;margin:0;list-style:none;outline:none}.loading-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0,.8);position:fixed;top:0;left:0;z-index:9999}.loading-overlay .loading-content{text-align:center;color:#fff}.loading-overlay .loading-content .loading-spinner{width:60px;height:60px;border:5px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#1890ff;-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;margin:0 auto 20px}.loading-overlay .loading-content p{font-size:18px}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#data-view{width:100%;height:100vh;color:#fff;background-color:#222;position:relative}#data-view .toolbar{width:300px;padding:15px;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px rgba(0,0,0,.3);background:rgba(0,0,0,.8);position:fixed;top:20px;left:20px;z-index:1000}#data-view .toolbar h3{font-size:16px;text-align:center;margin:0 0 15px 0;padding-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.3)}#data-view .toolbar .toolbar-item{margin-bottom:10px}#data-view .toolbar .toolbar-item label{display:block;font-size:14px;margin-bottom:5px}#data-view .toolbar .toolbar-item input[type=number],#data-view .toolbar .toolbar-item input[type=text],#data-view .toolbar .toolbar-item select{width:100%;height:37px;line-height:25px;font-size:12px;color:#fff;margin-bottom:5px;padding:5px;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;background:hsla(0,0%,100%,.1)}#data-view .toolbar .toolbar-item input[type=number]::-webkit-input-placeholder,#data-view .toolbar .toolbar-item input[type=text]::-webkit-input-placeholder,#data-view .toolbar .toolbar-item select::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}#data-view .toolbar .toolbar-item input[type=number]::-moz-placeholder,#data-view .toolbar .toolbar-item input[type=text]::-moz-placeholder,#data-view .toolbar .toolbar-item select::-moz-placeholder{color:hsla(0,0%,100%,.5)}#data-view .toolbar .toolbar-item input[type=number]:-ms-input-placeholder,#data-view .toolbar .toolbar-item input[type=text]:-ms-input-placeholder,#data-view .toolbar .toolbar-item select:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}#data-view .toolbar .toolbar-item input[type=number]::-ms-input-placeholder,#data-view .toolbar .toolbar-item input[type=text]::-ms-input-placeholder,#data-view .toolbar .toolbar-item select::-ms-input-placeholder{color:hsla(0,0%,100%,.5)}#data-view .toolbar .toolbar-item input[type=number]::placeholder,#data-view .toolbar .toolbar-item input[type=text]::placeholder,#data-view .toolbar .toolbar-item select::placeholder{color:hsla(0,0%,100%,.5)}#data-view .toolbar .toolbar-item select option{color:#333}#data-view .toolbar .toolbar-item button{width:100%;height:40px;line-height:40px;font-size:14px;color:#fff;cursor:pointer;border:none;border-radius:4px;background:#4caf50}#data-view .toolbar .toolbar-item button:hover{background:#45a049}#data-view .toolbar .toolbar-item .tups{width:150px;height:65px;cursor:pointer;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;background:hsla(0,0%,100%,.1);overflow:hidden;position:relative}#data-view .toolbar .toolbar-item .tups .guanb{width:20px;height:20px;cursor:pointer;border-radius:0 4px;overflow:hidden;background:#fff;position:absolute;right:0;top:0;z-index:2}#data-view .toolbar .toolbar-item .tups .guanb:after{display:block;content:"+";width:20px;height:20px;line-height:20px;font-size:22px;color:#e00;text-align:center;margin:auto;-webkit-transform-origin:50%;transform-origin:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}#data-view .toolbar .toolbar-item .tups .img{width:150px;height:65px;cursor:pointer;position:relative;z-index:1}#data-view .toolbar .toolbar-item .tups .img:after,#data-view .toolbar .toolbar-item .tups .img:before{display:block;content:"";margin:auto;background:hsla(0,0%,100%,.5);position:absolute;top:0;right:0;bottom:0;left:0}#data-view .toolbar .toolbar-item .tups .img:before{width:30px;height:1px}#data-view .toolbar .toolbar-item .tups .img:after{width:1px;height:30px}#data-view .toolbar .toolbar-item .tups .img input[type=file]{display:block;width:150px;height:65px;filter:alpha(opacity=0);opacity:0;position:relative;z-index:9}#data-view .toolbar .toolbar-item .component-order{margin-top:10px}#data-view .toolbar .toolbar-item .order-item{margin-bottom:5px}#data-view .toolbar .toolbar-item .order-item,#data-view .toolbar .toolbar-item .order-item button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#data-view .toolbar .toolbar-item .order-item button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;font-size:12px;cursor:pointer;margin:0 5px;border:none;background:hsla(0,0%,100%,.2);padding:0}#data-view .toolbar .toolbar-item .order-item button:hover:not(:disabled){background:#45a049}#data-view .toolbar .toolbar-item .order-item button:disabled{opacity:.5;cursor:not-allowed}#data-view #theme{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;background-position:0 0;background-size:cover}#data-view .nnrs{width:100%}#data-view .main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2vh 4vw}#data-view .component-item{cursor:-webkit-grab;cursor:grab;-webkit-transition:all .3s ease;transition:all .3s ease}#data-view .component-item:hover{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.2);box-shadow:0 4px 12px rgba(0,0,0,.2)}#data-view .component-item:active{cursor:-webkit-grabbing;cursor:grabbing}#data-view .ghost{opacity:.5;background:#c8ebfb;border:2px dashed #409eff}#data-view .theme_red{background-image:url(../img/redbg.1b8dbccd.jpg)}#data-view .theme_red .lst li{background:#c10003 url(../img/redli.0eeb4fe2.png) no-repeat bottom;background-size:100%}#data-view .theme_red .btns .scores,#data-view .theme_red .btns .updown{color:#f6d79c}#data-view .theme_red .btns .updown{background-image:url(../img/red01.7bd45b75.png)}#data-view .theme_red .btns .scores{background-image:url(../img/red02.e0ed23ee.png)}#data-view .theme_orange{background-image:url(../img/orangebg.7c3c65ff.jpg)}#data-view .theme_orange .lst li{background:#ff5d00 url(../img/orangeli.d6e21c46.png) no-repeat bottom;background-size:100%}#data-view .theme_orange .btns .scores,#data-view .theme_orange .btns .updown{color:#fbf7c8}#data-view .theme_orange .btns .updown{background-image:url(../img/orange01.31b6244d.png)}#data-view .theme_orange .btns .scores{background-image:url(../img/orange02.74903eb7.png)}#data-view .theme_purple{background-image:url(../img/purplebg.3583c2ae.jpg)}#data-view .theme_purple .lst li{background:#6822a4 url(../img/purpleli.c92c2f18.png) no-repeat bottom;background-size:100%}#data-view .theme_purple .btns .scores,#data-view .theme_purple .btns .updown{color:#fff}#data-view .theme_purple .btns .updown{background-image:url(../img/purple01.40d384f5.png)}#data-view .theme_purple .btns .scores{background-image:url(../img/purple02.cc6c3691.png)}#data-view .theme_bule{background-image:url(../img/bulebg.f79bdedf.jpg)}#data-view .theme_bule .lst li{background:#024ed9 url(../img/buleli.69a1d414.png) no-repeat 100% 100%;background-size:100%}#data-view .theme_bule .btns .scores,#data-view .theme_bule .btns .updown{color:#ffbb8b}#data-view .theme_bule .btns .updown{background-image:url(../img/bule01.b39776b1.png)}#data-view .theme_bule .btns .scores{background-image:url(../img/bule02.9d944741.png)}#data-view .theme_dark{background-image:url(../img/darkbg.d0985e1f.jpg)}#data-view .theme_dark .lst li{background:#0c3062 url(../img/darkli.6a7e3be2.png) no-repeat bottom;background-size:100%}#data-view .theme_dark .btns .scores,#data-view .theme_dark .btns .updown{color:#f6d79c}#data-view .theme_dark .btns .updown{background-image:url(../img/dark01.2a1a8cd2.png)}#data-view .theme_dark .btns .scores{background-image:url(../img/dark02.92516e10.png)}#data-view .theme_green{background-image:url(../img/greenbg.e0e3132a.jpg)}#data-view .theme_green .lst li{background:#1d8337 url(../img/greenli.4a0b7bc8.png) no-repeat bottom;background-size:100%}#data-view .theme_green .btns .scores,#data-view .theme_green .btns .updown{color:#f6d79c}#data-view .theme_green .btns .scores,#data-view .theme_green .btns .updown{background-image:url(../img/green01.139e374b.png)}#data-view .theme_color{background-image:url(../img/colorbg.82edfc9f.jpg)}#data-view .theme_color .lst li{background:#304ac1 url(../img/colorli.f00f2c7d.jpg) no-repeat bottom;background-size:100%}#data-view .theme_color .btns .scores,#data-view .theme_color .btns .updown{color:#fff}#data-view .theme_color .btns .updown{background-image:url(../img/color01.c7d36822.png)}#data-view .theme_color .btns .scores{background-image:url(../img/color02.5ce3e8b6.png)}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}#app,body,html{width:100%;height:100%}body,html{padding:0;margin:0}.global-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.global-modal .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.global-modal .modal-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.3);box-shadow:0 4px 20px rgba(0,0,0,.3);overflow:hidden;-webkit-animation:modalFadeIn .3s ease-out;animation:modalFadeIn .3s ease-out}.global-modal .alert-modal{width:100%;height:100%;max-width:90vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.global-modal .alert-modal .modal-header{padding:20px 20px 10px;font-size:18px;font-weight:700;color:#333;border-bottom:1px solid #eee;text-align:center}.global-modal .alert-modal .modal-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px;font-size:16px;color:#666;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.global-modal .alert-modal .modal-body .content-center{text-align:center;max-width:100%}.global-modal .alert-modal .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 20px 20px;gap:10px;border-top:1px solid #eee}.global-modal .alert-modal .modal-footer .modal-btn{padding:8px 20px;border:none;border-radius:4px;font-size:14px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.global-modal .alert-modal .modal-footer .modal-btn:hover{opacity:.8}.global-modal .alert-modal .modal-footer .confirm-btn{background-color:#409eff;color:#fff}.global-modal .alert-modal .modal-footer .cancel-btn{background-color:#909399;color:#fff}.global-modal .page-modal{width:100%;height:100%;max-width:90vw;max-height:90vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.global-modal .page-modal .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background-color:#f5f7fa;border-bottom:1px solid #eee;font-size:18px;font-weight:700;color:#333}.global-modal .page-modal .modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#909399}.global-modal .page-modal .modal-header .close-btn:hover{color:#606266}.global-modal .page-modal .modal-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes modalFadeIn{0%{opacity:0;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes modalFadeIn{0%{opacity:0;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}