:root {
    --el-color-primary: #626aef;
    --el-color-primary-light-3: #7c82f0;
    --el-color-primary-light-5: #9699f2;
    --el-color-primary-light-7: #b0b0f4;
    --el-color-primary-light-9: #c9c9f6;
    --el-color-primary-dark-2: #4e54e0;
    --el-color-primary-dark-4: #3a3fe0;
    --el-color-primary-dark-6: #262ae0;
    --el-color-primary-dark-8: #1216e0;
}
html,body {
    width: 100%;
    height: 100%
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    font-family: Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Helvetica Neue,Hiragino Sans GB,Noto Sans,Tahoma,Arial,simsun,"sans-serif";
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.85);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1600px) {
    html, body {
    }
}
[v-cloak] {
    display:none !important;
}
.w-e-full-screen-container{
    z-index: 999;
}
.w-e-text-container{
    width: 100% !important;
    line-height: normal;c
}
.w-e-page{
    min-height: 1rem;
}
.w-e-page .w-e-image-container{
    vertical-align: middle;
}
.w-e-page img{
    vertical-align: middle;
    height: auto !important;
    max-width: 100% !important;
}
.w-e-page .w-e-text {
    padding: 0px !important;
}
.w-e-page .w-e-text p, .w-e-text h1, .w-e-text h2, .w-e-text h3, .w-e-text h4, .w-e-text h5 {
    margin: 0;
    line-height: 1.5;
}
.w-e-page .w-e-text table, .w-e-text pre {
    margin: 10px 0;
    line-height: 1.5;
}
.w-e-page .w-e-text ul, .w-e-text ol {
    margin: 10px 0 10px 20px;
    padding: 0px;
}
.w-e-page .w-e-text blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}
.w-e-page .w-e-text code {
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}
.w-e-page .w-e-text pre code {
    display: block;
}
.w-e-page .w-e-text:focus {
    outline: none;
}
.w-e-page .w-e-text img {
    cursor: pointer;
}
.w-e-page .w-e-text img:hover {
    box-shadow: 0 0 5px #333;
}
.w-e-page .w-e-text .w-e-todo {
    margin: 0 0 0 20px;
}
.w-e-page .w-e-text .w-e-todo li {
    list-style: none;
    font-size: 1em;
}
.w-e-page .w-e-text .w-e-todo li span:nth-child(1) {
    position: relative;
    left: -18px;
}
.w-e-page .w-e-text .w-e-todo li span:nth-child(1) input {
    position: absolute;
    margin-right: 3px;
}
.w-e-page .w-e-text .w-e-todo li span:nth-child(1) input[type=checkbox] {
    top: 50%;
    margin-top: -6px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}
.el-tag{
    overflow: hidden;
}
.el-overlay{
    z-index: 10 !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: opacity .25s ease-in-out;
    background-color: rgba(28, 39, 48, .2);
}
.el-dropdown-link:focus {
    outline: none;
}
.el-dropdown-menu__item:not(.is-disabled):focus {
    background-color: #f3f4f6;
    color: #303133;
}
.el-dialog{
    border-radius: 12px !important;
}
.el-popper{
    border-radius: 12px !important;
}
.el-popper .el-dropdown-menu{
    border-radius: 12px;
}
.vxe-table .vxe-cell--sort{
    margin-top: 2px;
    font-size: 12px;
}
.vxe-table .vxe-cell--title{
    display: inline-flex;
    align-items: center;
}
.vxe-table .vxe-cell{
    white-space: pre-wrap !important;
}
.ck-powered-by{
    display: none !important;
}
.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.divider-v {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 15px;
    user-select: none;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #E9ECF0;
}

.text-clip{
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    justify-content: start;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.text-content {
    border: none;
    background-color: transparent;
    cursor: text;
    outline: none;
    user-select: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.text-content:focus {
    user-select: text;
}
.text-center{
    text-align: center !important;
}
.text-truncated{
    display: inline-block;
    max-width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; justify-content: start;}
.text-red{
    color:#F56C6C !important;
}


.search-button{
    height: 24px;
    align-items: center;
    background-color: rgba(235, 237, 240, 0.6);
    color: #909399;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    justify-content: space-between;
    user-select: none;
}
.search-button-container {
    align-items: center;
    display: flex;
    padding-right: 8px;
}
.search-button-keys {
    display: flex;
    min-width: calc(40px + .8em);
    align-items: center;
}
.search-button-key {
    align-items: center;
    background: rgba(125, 125, 125, .1);
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);
    display: flex;
    height: 12px;
    font-size: 10px;
    justify-content: center;
    margin-right: .4em;
    position: relative;
    padding: 0 0 2px;
    border: 0;
    top: -1px;
    width: 22px
}

.dialog{
}
.dialog .mask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(28,39,48,.2);
    opacity: 1;
    z-index: 10;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: opacity .25s ease-in-out;
}
.dialog .content{
    width:520px;
    height:480px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    background-color: white;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    border: 0px;
}
.dialog .content iframe{
    width:100%;
    height:100%;
    overflow: hidden;
}
.dialog .dialog-message{
    padding: 5px;
    min-width: 280px;
    max-width: 360px;
    min-height: 25px;
    line-height: 25px;
    overflow: hidden;
    border: 1px solid rgb(233, 233, 235);
    border-radius: 5px;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 80px;
    background-color: rgb(244, 244, 245);
    color: #909399;
    box-shadow: rgb(158 161 165 / 40%) 0px 2px 12px 0px;
    z-index: 3065;
    transition: opacity .3s, transform .4s, top .4s;
}
.dialog .toolbar{
    padding: 5px 10px;
    height: 28px;
    line-height: 28px;
    background: #F6F6F6;
    text-align: left;
}
.dialog .close{
    position: absolute;
    right: 0px;
    float: right;
    margin: 15px 20px;
}
.dialog .close a{
    font-size:24px;
    color:#606266;
    text-decoration:none;
}
@keyframes dialog-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.dialog-side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 248px;
    height: 100%;
    background: #2c3e50;
    color: #fff;
    padding: 0px;
    background: white;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    animation: dialog-fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.fade-in {
    animation: fadeIn 0.5s ease-out forwards;
}
.fade-out {
    animation: fadeOut 0.5s ease-out forwards;
}
.w-2 {
    width: .5rem;
}
.w-14 {
    width: 3.5rem;
}
.m-w-100{
    max-width: 100px;
}
.h-14 {
    height: 3.5rem;
}
.h-45 {
    height: 45px;
}
.p-0{
    padding: 0px !important;
}
.p-1 {
    padding: .25rem !important;
}
.p-2 {
    padding: .5rem !important;
}
.p-10{
    padding: 10px !important;
}
.p-20{
    padding: 20px !important;
}
.p-30{
    padding: 30px !important;
}
.p-w-20{
    padding: 0px 20px !important;
}
.p-t-0{
    padding-top: 0px !important;
}
.p-b-0{
    padding-bottom: 0px !important;
}
.p-b-10{
    padding-bottom: 10px !important;
}
.m-0{
    margin: 0px !important;
}
.m-10{
    margin: 10px !important;
}
.m-20{
    margin: 20px !important;
}
.m-t-0{
    margin-top: 0px !important;
}
.m-t-10{
    margin-top: 10px !important;
}
.m-r-5{
    margin-right: 5px !important;
}
.m-r-10{
    margin-right: 10px !important;
}
.m-b-5{
    margin-bottom: 10px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-20{
    margin-bottom: 20px !important;
}
.m-tb-10{
    margin: 10px 0;
}
.m-lr-20{
    margin: 0 20px;
}
.gap-2 {
    gap: .5rem;
}
.w-full {
    box-sizing: border-box;
    width: 100% !important;
}
.w-80{
    width: 80px !important;
}
.w-100{
    width: 100px !important;
}
.w-120{
    width: 120px !important;
}
.w-180{
    width: 180px !important;
}
.h-full {
    box-sizing: border-box;
    height: 100% !important;
}
.h-30{
    height: 30px !important;
}
.h-40{
    height: 40px !important;
}
.h-180{
    height: 180px !important;
}
.flex {
    display: flex;
}
.flex-center{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.radius {
    border-radius: .25rem;
}
.items-center {
    align-items: center;
}

.items-flash {
    animation: items-flash 0.5s ease-in-out;
}
@keyframes items-flash {
    0%, 100% { opacity: 1; transform: scale(1); }
    25% { opacity: 0.5; transform: scale(1.05); }
    50% { opacity: 1; transform: scale(1); }
    75% { opacity: 0.5; transform: scale(1.05); }
}
.justify-center {
    justify-content: center;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-transparent{
    background: transparent !important;
    background-image: radial-gradient(transparent 1px, #fff 1px);
    background-size: 4px 4px;
    backdrop-filter: saturate(50%) blur(4px);
    -webkit-backdrop-filter: saturate(50%) blur(4px);
}
.img-cup{
    background-image: url('../img/my-works-cup.png');
    background-size: cover;
    background-position: center;
    width: 358px;
    height: 273px;
    margin-bottom: 10px;
}
.img-empty{
    background-image: url('../img/my-works-empty.png');
    background-size: cover;
    background-position: center;
    width: 358px;
    height: 273px;
    margin-bottom: 10px;
}

.fx-logo{
    width: 32px;
    height: 32px;
    background-color: #9454ab;
    border-radius: 10px;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/logo_s.png);
    background-size: cover;
    background-position: center;
}
.fx-logo .el-icon{
    color: white;
}
.fx-logo-mini{
    width: 24px;
    height: 24px;
    background-color: #9454ab;
    background-image: linear-gradient(to bottom right, #7fa9ff, #5b69e5);
    background: linear-gradient(45deg, rgb(212, 52, 33), rgb(255, 106, 11), rgb(255, 93, 7));
    border-radius: 8px;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fx-logo-mini .el-icon{
    color: white;
}

.field-scale-block{
    justify-content: space-between;
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    color: #333;
}
.field-scale-block .el-button{
    margin: 0;
    width: 40px;
    height: 40px;
}

.brand-block{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 12;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    padding: 0 5px;
    background: #fff4ee;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    gap: 4px;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(238, 238, 252) 0%, rgb(238, 238, 252) 13%, rgb(249, 234, 238) 53%, rgb(242, 227, 239) 88%);
}
.brand-block-logo{
    display: inline-block;
    background-image: url(../img/logo.png);
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
}
.brand-block .brand-block-logo::after {
    content: "简报云";
    display: block;
    width: 45px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
}
.brand-loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1000;
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: opacity .3s ease-in-out;
}
.brand-loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
}
.brand-loading-logo {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.brand-loading-progress-bar {
    width: 100px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
}
.brand-loading-progress {
    height: 100%;
    background: #333;
    width: 0%;
    animation: brand-loading-progress 1s linear infinite;
}
@keyframes brand-loading-progress {
    from { width: 0%; }
    to { width: 100%; }
}