#app{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}.desktop-layout{min-height:100vh}.desktop-layout ::v-deep .el-container{min-height:100vh;display:flex;flex-direction:column}.desktop-layout ::v-deep .el-header{flex-shrink:0}.desktop-layout ::v-deep .el-main{flex:1;overflow:visible!important}.desktop-layout .app-header{background-color:#545c64;height:60px!important;padding:0}.desktop-layout .app-header .header-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 20px}.desktop-layout .app-header .header-content .logo{display:flex;align-items:center;color:#fff;font-size:18px;font-weight:700}.desktop-layout .app-header .header-content .logo i{margin-right:8px;font-size:24px}.desktop-layout .app-header .header-content .nav-menu .el-menu{border-bottom:none}.desktop-layout .app-header .header-content .nav-menu ::v-deep .el-menu--horizontal .el-submenu__title{display:none}.desktop-layout .app-main{padding:20px;background-color:#f5f5f5;min-height:calc(100vh - 60px)}.mobile-layout{height:100vh;overflow-y:auto;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f8fa}#app{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-column{display:flex;flex-direction:column}.margin-top-small{margin-top:8px}.margin-top-medium{margin-top:16px}.margin-top-large{margin-top:24px}.margin-bottom-small{margin-bottom:8px}.margin-bottom-medium{margin-bottom:16px}.margin-bottom-large{margin-bottom:24px}.padding-small{padding:8px}.padding-medium{padding:16px}.padding-large{padding:24px}.text-ellipsis{white-space:nowrap}.text-ellipsis,.text-ellipsis-2{overflow:hidden;text-overflow:ellipsis}.text-ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:768px){.hide-on-mobile{display:none!important}}@media(min-width:769px){.hide-on-desktop{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .3s ease}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%)}:root{--primary-color:#07c160;--success-color:#07c160;--warning-color:#ff976a;--danger-color:#ee0a24;--text-color:#323233;--text-color-secondary:#646566;--text-color-placeholder:#969799;--border-color:#ebedf0;--background-color:#f7f8fa;--white:#fff}