
html, body{
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fcfcfc;
}
.fx-avatar{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    box-sizing: border-box;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
    border: 2px solid #f8e8ee;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #4f46e5, #9333ea);
}
.fx-avatar .el-icon{
    color: white;
}
.fx-container{
    width:100%;
    height:100%;
    display:flex;
}
.fx-aside{
    width: 260px;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}
.fx-aside .fx-menu{
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.fx-aside .fx-menu .el-menu{
    background-color: transparent;
}
.fx-aside .fx-menu .el-menu-item{
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    padding-left: 0px !important;
}
.fx-aside .fx-menu .fx-menu-item{
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    user-select: none;
    overflow: hidden;
    height: 40px;
    font-weight: 500;
    color: #71717a;
    padding-left: 10px !important;
    margin: 10px 0px;
}
.fx-aside .fx-menu .fx-menu-item:hover{
    color: #7c5af6;
    font-weight: 500;
}
.fx-aside .fx-menu .fx-menu-item-active{
    color: #7c5af6;
    font-weight: 500;
    transition: box-shadow 0.3s ease-in-out;
    backdrop-filter: blur(12px);
    border-color: rgb(255 255 255 / 0.2);
    border-width: 1px;
    background-color: #faf5ff;
}
.fx-aside .fx-menu .fx-menu-item-active:hover{
    background-color: #f3effe;
    color: #7c5af6;
}
.fx-aside .fx-menu-create{
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    background: linear-gradient(145deg, #7834f8 0%, #786afe 100%);
    box-shadow: 0 2px 4px #00000029;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    border-color: transparent;
}
.fx-aside .fx-menu-create:hover{
    background-image:linear-gradient(to right,#4246e5 , #9133ea);
}
.fx-menu-app{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 0;
    border-radius: 4px;
}
.fx-menu-app:hover{
    background: #e4effe;
}
.fx-menu-app .el-link{
    color: #5b5b5b;
}
.fx-aside .fx-menu-bottom{
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    width: 220px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(115, 115, 115);
    box-sizing: border-box;
    padding: 10px 8px;
    padding-top: 20px;
    border-top: 1px solid #f9fafb;
}
.fx-aside .fx-menu-bottom:hover{
}
.fx-tenant{
    cursor: pointer;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}
.fx-header .fx-logo{
    margin: 0;
    box-shadow: 0 2px 12px rgba(212, 52, 33, 0.22);
    flex-shrink: 0;
}
.fx-brand-name{
    background: linear-gradient(45deg, rgb(212, 52, 33), rgb(255, 106, 11), rgb(255, 93, 7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-family: "Recoletta", serif;
}
.fx-brand-name .fx-brand-word{
    font-weight: 600;
}
.fx-brand-name .fx-brand-mark{
    letter-spacing: 0;
}
.fx-tenant .el-tag{
    position: absolute;
    right: 20px;
}
.fx-header{
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 14px;
    box-sizing: border-box;
}
.fx-header .el-row{
    align-items: center;
}
.fx-header-bg{
    margin: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    background: white;
}
.fx-header-toolbar{
    align-items: center;
    display: flex;
    justify-content: right;
    overflow: hidden;
}
.fx-main{
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
.fx-main .ff-table{
    min-width: 480px;
    padding: 20px;
    box-sizing: border-box;
}
.fx-hr{
    background-color: #E6E6E5;
    height: 1px;
    width: 100%;
    border: 0px;
    margin: 12px 0;
}
.fx-hr2{
    background-color: #E6E6E5;
    height: 2px;
    width: 100%;
    border: 0px;
    margin: 12px 0;
}
.fx-hr3{
    background-color: #d7e8fe;
    height: 2px;
    width: 100%;
    border: 0px;
    margin: 12px 0;
}
.ft-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.ft-subtitle{
    font-size: 16px;
    line-height: 24px;
    color: rgb(115, 115, 115);
}
.ft-text{
    font-size: 16px;
    line-height: 24px;
    color: rgb(19, 19, 19);
}
.ft-tip{
    font-size: 13px;
    color: rgb(115, 115, 115);
    overflow: hidden;
    text-wrap: nowrap;
}
.ft-form-label{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.ft-form-description{
    display: block;
    color: rgb(115, 115, 115);
}

.ff-container{
    margin: 10px;
    margin-left: 0px;
    height: calc(100% - 20px);
    border-radius: 20px;
    background: #f3f3f8;
    border: 1px solid #e4e4e7;
    flex-direction: column;
    overflow: hidden;
}
.ff-recommend{
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}
.ff-recommend-item{
    background: rgba( 245,245,245 ,1);
    width: 180px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    cursor: pointer;
}
.ff-recommend-item .ff-recommend-img {
    width: 100%;
    height: 100px;
}
.ff-recommend-item .ff-recommend-text {
    padding: 12px;
    background: rgba( 255,255,255 ,1);
}
.ff-recommend-text .ff-recommend-title{
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ff-recommend-text .ff-recommend-desc{
    font-size: 0.75rem;
    line-height: 20px;
    color: rgba( 13,13,13 ,0.46);
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ff-table{
    width: 100%;
    flex-direction: column;
    gap: 8px;
    display: flex;
    box-sizing: border-box;
}
.ff-table .ff-toolbar{
    width: 100%;
    margin: 0px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}
.ff-table .ff-header{
    width: 100%;
    color: #909399;
    padding: 12px 0;
    font-size: 13px;
    align-items: center;
}
.ff-table .ff-header .el-select__wrapper{
    border-radius: 25px;
    font-size: 12px;
    margin-right: 15px;
}
.ff-table .ff-header-title{
    font-size: 18px;
    padding: 10px 0;
    font-weight: 400;
    color: #121212;
}
.ff-table .ff-row{
    font-size: 14px;
    flex-direction: row;
    cursor: default;
    background-color: white;
    border-radius: 12px;
    color: rgb(127, 127, 127);
    outline: none;
    overflow: hidden;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    width: 100%;
    height: 55px;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    transition:box-shadow .2s, border-color .2s, transform .2s;
}
.ff-table .ff-row:hover{
    cursor: pointer;
    box-sizing: border-box;
    transform:translateY(-2px);
    box-shadow:0 4px 20px rgba(98,106,239,.18);
    border-color:rgba(98,106,239,.2);
}
.ff-table .ff-row .ff-hover{
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
.ff-table .ff-row:hover .ff-hover{
    opacity: 1;
}
.ff-table .ff-row .ff-column{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ff-table .ff-row .ff-column-action{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
}
.ff-table .ff-row .ff-column-action + .ff-column-action{
    margin-left: 4px;
}
.ff-table .ff-row .ff-title{
    flex-shrink: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    color: #3c323e;
}
.ff-table .ff-row .el-row{
    width: 100%;
}