:root {
    --main-background-color: #EEF6FB
}
#app {
    position: absolute;
    inset: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.ag-divide {
    vertical-align: top;
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0.1);
    width: 80%;
    height: 1px;
    margin: 8px auto;
}
.ag-home-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: 226px auto;
    grid-template-rows: 56px auto;
    background: rgb(247, 248, 249);
}
.ag-home-container:before {
    content: "";
    position: absolute;
    background-size: cover;
    width: 226px;
    height: 56px;
    z-index: 100;
    pointer-events: none;
    background-color: var(--main-background-color);
}
.ag-home-container .ag-home-nav-wrap {
    z-index: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
    z-index: 100;
}
.ag-home-container .ag-home-header-wrap {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #FFF;
}
.ag-home-container .ag-home-content-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    color: #000;
}
.ag-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.ag-nav .ag-nav-logo {
    margin: 8px 10px 40px 28px;
    flex: 0;
}
.ag-nav .ag-nav-primary,
.ag-nav .ag-nav-second,
.ag-nav .ag-nav-footer {
    flex: 0;
}
.ag-nav .ag-nav-list {
    flex: 1;
    overflow-y: auto;
}
.ag-nav .ag-nav-logo a {
    display: inline-block;
}
.ag-viptag .ag-nav-logo-tag.vip {
    background: linear-gradient(135deg, #ffd97d 0%, #ffb629 100%);
    color: #402300;
}
.ag-viptag .ag-nav-logo-tag {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    height: 16px;
    color: #222;
    border-radius: 4px;
    background: linear-gradient(270deg, #aebecd 0%, #adb5bd 100%);
    margin-left: 8px;
    display: none;
}
.ag-viptag .ag-nav-logo-tag span {
    text-wrap: nowrap;
}
.ag-home-button {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 12px #00233a0f;
    margin: 0px 10px 10px;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    position: relative;
}
.ag-home-button svg,
.ag-home-button img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: -10px;
}
.ag-home-button:hover {
    box-shadow: 0 4px 12px #00233a26;
    cursor: pointer;
}
.ag-home-button:active {
    background-color: #EEEEEE;
}
.ag-home-button.primary {
    text-shadow: none;
    color: #fff;
    background-color: #0080FD;
    margin-left: 4px;
}
.ag-home-button.primary:hover {
    background-color: #003DF3;
}
.ag-home-button.ai {
    position: relative;
    text-shadow: none;
    color: #000;
    background: linear-gradient(90deg, #ffdba6 0, #fff1bd 100%);
    margin-left: 4px;
}
.ag-home-button.ai:hover {
    background: linear-gradient(90deg, #f8c578 0, #f8de7f 100%);
}
.ag-home-button.focus {
    border: solid 1px #0080FD;
}
.ag-home-button:hover sub.ag-innerTest::after {
    opacity: 1;
}
.ag-nav {
    height: 100vh;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
}
.ag-nav a {
    color: inherit;
}
.ag-nav .ag-nav-router li {
    list-style: none;
    padding: 0 10px;
    color: rgba(51, 51, 51, 0.8);
}
.ag-nav .ag-nav-router li a,
.ag-nav .ag-nav-router li label {
    margin: 4px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 8px;
    position: relative;
    padding: 12px;
}
.ag-nav .ag-nav-router li a:hover,
.ag-nav .ag-nav-router li label:hover {
    margin: 4px 0;
    background-color: #E7E7E7;
    border-radius: 8px;
    cursor: pointer;
}
.ag-nav .ag-nav-router li label.focus {
    color: rgb(0, 177, 255);
    background: rgba(53, 132, 255, 0.12) !important;
}
.ag-nav .ag-nav-router li label .img-box {
    margin: 12px 12px 12px 0;
    width: 20px;
    height: 20px;
}
.ag-nav .ag-nav-router li label .addon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 8px;
    border-radius: 4px;
}
.ag-nav .tutorial {
    padding: 5px;
}
.ag-nav .tutorial svg,
.ag-nav .tutorial img {
    width: 210px;
}
.ag-nav .personal {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.ag-nav .ag-nav-router li a svg,
.ag-nav .ag-nav-router li a img,
.ag-nav .ag-nav-router li label svg,
.ag-nav .ag-nav-router li label img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.ag-home-header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 24px;
    color: #000000;
    background-color: var(--main-background-color);
}
.ag-home-header .ag-home-header-account {
    display: flex;
    align-items: center;
    margin-left: 10px;
    gap: 24px;
}
.ag-home-header .ag-home-header-account .ag-home-konwledge_graph {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ag-home-header .ag-home-header-account .alinkButton {
    border: none;
    cursor: pointer;
    display: block;
}
.ag-home-header .ag-home-header-account .alinkButton:hover {
    box-shadow: 0 4px 12px #00233a26;
}
.ag-home-header .image-button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}
.ag-account-header {
    box-sizing: content-box;
    font-size: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
}
.ag-account-header .circle-button {
    min-width: 42px;
    min-height: 42px;
    margin: 0px;
    border: none;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
}
.ag-account-header .circle-button:hover {
    background-color: #69bef3;
}
.ag-account-header .circle-button:active {
    background-color: #48b4f7;
}
.ag-account-header .circle-button svg,
.ag-account-header .circle-button img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 0px white;
}
.ag-home-notify-center {
    width: 36px;
    height: 36px;
    padding: 6px;
    position: relative;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.ag-home-notify-center .red-point {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(219.27deg, #f33a00 0%, #ff8c38 100%);
    color: var(--el-color-white);
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 16px;
    border: 2px solid #FFF;
    box-sizing: content-box;
    transform: translate(18%, -10%);
}
.ag-home-header .ag-search {
    flex: 0 1 360px;
    position: relative;
}
.ag-home-container .ag-home-content-wrap>div {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0px 24px 16px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.ag-new-layerout .sub-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font: 16px bold;
    font-weight: 600;
    color: #454545;
    user-select: none;
}
.ag-new-layerout .sub-title span {
    font: 16px bold;
    color: #A2A2A2;
    margin-left: 5px;
    margin-top: 16px;
}
.ag-new-layerout ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}
.ag-new-layerout li {
    width: 100px;
    height: 100px;
    margin: 4px 8px 4px 0px;
    padding: 6px;
    border-radius: 8px;
    line-height: 24px;
    text-align: center;
}
.ag-new-layerout li svg,
.ag-new-layerout li img {
    width: 80px;
    height: 60px;
    margin: 0px 4px;
    padding: 6px 4px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
}
.ag-new-layerout li:hover {
    background-color: #E7F5FF;
}
.ag-new-layerout li.focus {
    border: 1px solid #2878FF;
    background-color: #E7F5FF;
}
.ag-content {
    width: 100%;
    height: 100%;
    padding: 0 24px 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
}
.ag-content .ag-content-title {
    padding: 16px 0;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.ag-content .ag-content-title svg {
    padding: 4px;
    cursor: pointer;
}
.ag-content .ag-content-title svg:hover {
    padding: 4px;
    background-color: #E5E5E5;
    border-radius: 4px;
}
.ag-content .ag-content-empty {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ag-empty {
    text-align: center;
    font-size: 20px;
}
.ag-empty .thank {
    font-size: 40px;
    color: rgba(51, 51, 51, 0.4);
}
.ag-content .ag-content-empty .ag-empty-describe {
    margin-top: 12px;
}
.ag-content .ag-content-empty .ag-empty-describe>div {
    font-size: 16px;
    line-height: 26px;
    color: rgba(51, 51, 51, 0.4);
}
.ag-file-layout {
    content-visibility: visible;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    padding: 0 24px 16px;
    margin-top: 20px;
}
.ag-file-layout .ag-layout-affix {
    position: sticky;
    top: 0;
    z-index: 15;
    background: #FFF;
}
.ag-file-layout .ag-layout-scroller {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ag-file-header {
    height: 40px;
    position: relative;
}
.ag-file-header span {
    font-size: 14px;
}
.ag-file-header .ag-file-header-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}
.ag-file-header .ag-file-header-wrap li {
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 8px 0 0;
    list-style: none;
    cursor: default;
}
.ag-file-header .ag-file-header-wrap .ag-file-header-icon {
    flex: 0 0 32px;
    justify-content: center;
}
.ag-file-header .ag-file-header-wrap .ag-file-header-title {
    flex: 1 0 50% !important;
    min-width: 200px !important;
    padding-left: 8px !important;
}
.ag-file-header .ag-file-header-wrap .ag-file-header-time {
    color: rgba(51, 51, 51, 0.6);
    flex: 0 1 25%;
    min-width: 80px;
}
.ag-file-header .ag-file-header-wrap .ag-file-header-size,
.ag-file-header .ag-file-header-wrap .ag-file-header-owner {
    color: rgba(51, 51, 51, 0.6);
    flex: 0 1 15%;
    min-width: 80px;
}
.ag-file-header .ag-file-header-wrap .ag-file-header-remove {
    color: rgba(51, 51, 51, 0.6);
    flex: 0 1 5%;
    min-width: 34px;
}
.ag-file-folder {
    content-visibility: visible;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #333;
}
.ag-file-list {
    height: 46px;
    border-radius: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
    user-select: none;
    justify-content: space-between;
}
.ag-file-list:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.ag-file-list>div {
    display: flex;
    align-items: center;
}
.ag-file-list span {
    font-size: 14px;
}
.ag-file-list .ag-file-list-icon {
    flex: 0 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ag-file-list .ag-file-list-icon img {
    width: 24px;
    height: 24px;
}
.ag-file-list .ag-file-list-title {
    flex: 1 0 50%;
    min-width: 200px;
    padding: 0 8px;
}
.ag-file-list .ag-file-list-title a,
.ag-file-list .ag-file-list-title span {
    color: #333;
    text-decoration: none;
    width: 100%;
}
.ag-file-list .ag-file-list-title a:hover,
.ag-file-list .ag-file-list-title span:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #2878FF;
}
.ag-file-list .ag-file-list-time {
    flex: 0 1 25%;
    min-width: 80px;
    padding: 0 8px 0 0;
}
.ag-file-list .ag-file-list-size,
.ag-file-list .ag-file-list-owner {
    flex: 0 1 15%;
    min-width: 80px;
    padding: 0 8px 0 0;
}
.ag-file-list .ag-file-list-remove {
    flex: 0 1 5%;
    min-width: 34px;
}
.ag-file-list .ag-file-list-remove svg {
    padding: 2px;
}
.ag-file-list .ag-file-list-remove svg:hover {
    border-radius: 4px;
    background-color: #E5E5E5;
}
.ag-tempale-grid-wrap {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    padding-bottom: 20px;
}
.ag-tempale-grid-wrap .ag-template-item {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(33, 33, 33, 0.2);
    border: solid 1px #E5E5E5;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content {
    opacity: 1;
    padding: 6px 6px 0;
    height: 160px;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module {
    width: 100%;
    height: 100%;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module-img {
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module-img-bg {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module-img .item-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 2px;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module-img .item-shade:hover {
    background: rgba(0, 0, 0, 0.1);
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .item-module-img .item-shade:hover button {
    display: flex;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .collect-btn {
    display: none;
    float: right;
    margin: 7px 7px 0 0;
    width: 60px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    background: rgba(0, 0, 0, .4);
    color: #FFFFFF;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .collect-btn:hover {
    background: rgba(0, 0, 0, .45);
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .collect-btn:active {
    background: rgba(0, 0, 0, .5);
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-content .clone-btn {
    display: none;
    width: 80%;
    height: 28px;
    background: #067bef;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: none;
}
.ag-tempale-grid-wrap .ag-template-item .ag-template-footer {
    height: 32px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.ag-template-footer-title {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 6px 6px;
    width: 100%;
    text-align: center;
}
.none-member {
    display: none;
}
#install-btn {
    position: absolute;
    top: 0px;
    right: 54px;
    display: none; 
    z-index: 10;
}
#install-btn img {
    width: 36px; 
    height: 36px;
}
