#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2333;text-align:left;background-color:#f6f8fb;height:100vh;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif}body{color:#1f2333;background-color:#f6f8fb;margin:0}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#333;background-color:#f5f5f5;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}a{color:#1890ff;text-decoration:none}a:hover{color:#0076e4}.btn{color:#fff;cursor:pointer;background-color:#1890ff;border:none;border-radius:6px;padding:8px 16px;transition:all .3s}.btn:hover{background-color:#0076e4}.btn:active{background-color:#0069cb}.btn.btn-success{color:#fff;cursor:pointer;background-color:#52c41a;border:none;border-radius:6px;padding:8px 16px;transition:all .3s}.btn.btn-success:hover{background-color:#3f9714}.btn.btn-success:active{background-color:#368011}.btn.btn-warning{color:#fff;cursor:pointer;background-color:#faad14;border:none;border-radius:6px;padding:8px 16px;transition:all .3s}.btn.btn-warning:hover{background-color:#d69005}.btn.btn-warning:active{background-color:#bd7f04}.btn.btn-error{color:#fff;cursor:pointer;background-color:#ff4d4f;border:none;border-radius:6px;padding:8px 16px;transition:all .3s}.btn.btn-error:hover{background-color:#ff1a1d}.btn.btn-error:active{background-color:#ff0103}.btn.btn-outline{color:#1890ff;background-color:transparent;border:1px solid #1890ff}.btn.btn-outline:hover{color:#fff;background-color:#1890ff}.card{background:#fff;border-radius:6px;margin-bottom:16px;padding:16px;box-shadow:0 1px 2px -2px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.09)}.text-primary{color:#1890ff}.text-success{color:#52c41a}.text-warning{color:#faad14}.text-error{color:#ff4d4f}.text-secondary{color:#666}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-ellipsis-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.m-0{margin:0}.m-xs{margin:4px}.m-sm{margin:8px}.m-md{margin:16px}.m-lg{margin:24px}.m-xl{margin:32px}.p-0{padding:0}.p-xs{padding:4px}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:24px}.p-xl{padding:32px}@media (width<=480px){.hidden-xs{display:none!important}}@media (width>=576px){.hidden-sm{display:none!important}}@media (width>=768px){.hidden-md{display:none!important}}@media (width>=992px){.hidden-lg{display:none!important}}@media (width>=1200px){.hidden-xl{display:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s fadeIn}.slide-in{animation:.3s slideIn}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-1{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (width>=576px){.container{padding:0 24px}}.row:after{content:"";clear:both;display:table}.row{margin:-8px}@media (width>=768px){.row{margin:-16px}}.col,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{float:left;padding:0 8px}@media (width>=768px){.col,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{padding:0 16px}}.col-1{width:8.33333%}.col-2{width:16.6667%}.col-3{width:25%}.col-4{width:33.3333%}.col-5{width:41.6667%}.col-6{width:50%}.col-7{width:58.3333%}.col-8{width:66.6667%}.col-9{width:75%}.col-10{width:83.3333%}.col-11{width:91.6667%}.col-12{width:100%}@media (width>=576px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.6667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333%}.col-sm-5{width:41.6667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333%}.col-sm-8{width:66.6667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333%}.col-sm-11{width:91.6667%}.col-sm-12{width:100%}}@media (width>=768px){.col-md-1{width:8.33333%}.col-md-2{width:16.6667%}.col-md-3{width:25%}.col-md-4{width:33.3333%}.col-md-5{width:41.6667%}.col-md-6{width:50%}.col-md-7{width:58.3333%}.col-md-8{width:66.6667%}.col-md-9{width:75%}.col-md-10{width:83.3333%}.col-md-11{width:91.6667%}.col-md-12{width:100%}}@media (width>=992px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.6667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333%}.col-lg-5{width:41.6667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333%}.col-lg-8{width:66.6667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333%}.col-lg-11{width:91.6667%}.col-lg-12{width:100%}}.tooltip{position:relative}.tooltip:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.8);border-radius:4px;padding:4px 8px;font-size:12px;transition:all .3s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.tooltip:hover:after{opacity:1;visibility:visible}