.n-input .n-input-wrapper {
    overflow: hidden;
    display: inline-flex;
    flex-grow: 1;
    position: relative;
    padding: 0 1.5rem;
}

.n-input.n-input--round:not(.n-input--textarea) {
    border-radius: calc(var(--n-height) / 2);
}
.n-input:not(.n-input--autosize) {
    width: 100%;
}

.__input-dark-enagr0-l {
    --n-bezier: cubic-bezier(.4, 0, .2, 1);
    --n-count-text-color: rgba(255, 255, 255, 0.52);
    --n-count-text-color-disabled: rgba(255, 255, 255, 0.38);
    --n-color: rgba(255, 255, 255, 0.1);
    --n-font-size: 15px;
    --n-border-radius: 3px;
    --n-height: 40px;
    --n-padding-left: 14px;
    --n-padding-right: 14px;
    --n-text-color: rgba(255, 255, 255, 0.82);
    --n-caret-color: #1980FA;
    --n-text-decoration-color: rgba(255, 255, 255, 0.82);
    --n-border: 1px solid #0000;
    --n-border-disabled: 1px solid #0000;
    --n-border-hover: 1px solid #5f9feb;
    --n-border-focus: 1px solid #5f9feb;
    --n-placeholder-color: rgba(13, 35, 82, 0.38);
    --n-placeholder-color-disabled: rgba(13, 35, 82, 0.28);
    --n-icon-size: 16px;
    --n-line-height-textarea: 1.6;
    --n-color-disabled: rgba(255, 255, 255, 0.06);
    --n-color-focus: rgba(255, 140, 200, 0.1);
    --n-text-color-disabled: rgba(255, 255, 255, 0.38);
    --n-box-shadow-focus: 0 0 8px 0 rgba(255, 140, 200, 0.3);
    --n-loading-color: #1980FA;
    --n-caret-color-warning: #f2c97d;
    --n-color-focus-warning: rgba(242, 201, 125, 0.1);
    --n-box-shadow-focus-warning: 0 0 8px 0 rgba(242, 201, 125, 0.3);
    --n-border-warning: 1px solid #f2c97d;
    --n-border-focus-warning: 1px solid #f5d599;
    --n-border-hover-warning: 1px solid #f5d599;
    --n-loading-color-warning: #f2c97d;
    --n-caret-color-error: #1980FA;
    --n-color-focus-error: rgba(232, 128, 128, 0.1);
    --n-box-shadow-focus-error: 0 0 8px 0 rgba(232, 128, 128, 0.3);
    --n-border-error: 1px solid #1980FA;
    --n-border-focus-error: 1px solid #1980FA;
    --n-border-hover-error: 1px solid #1980FA;
    --n-loading-color-error: #1980FA;
    --n-clear-color: rgba(255, 255, 255, 0.38);
    --n-clear-size: 16px;
    --n-clear-color-hover: rgba(255, 255, 255, 0.48);
    --n-clear-color-pressed: rgba(255, 255, 255, 0.3);
    --n-icon-color: rgba(255, 255, 255, 0.38);
    --n-icon-color-hover: rgba(255, 255, 255, 0.475);
    --n-icon-color-pressed: rgba(255, 255, 255, 0.30400000000000005);
    --n-icon-color-disabled: rgba(255, 255, 255, 0.28);
    --n-suffix-text-color: rgba(255, 255, 255, 0.82);
}

header .n-input {
    background-color: #FFF;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
}

header .n-input:focus {
    background-color: var(--n-color-focus);
}

#index-container header .n-input__input-el {
    height: 40px;
    line-height: 40px;
}

.index-label {
    font-size: 12px;
    border: 1px solid #25272d;
    border-radius: 15px;
    padding: 2px 10px;
    margin-right:10px;
    cursor: pointer;
}

.index-label:hover,.label-select {
    background-color: #1980FA;
    border-color: #1980FA;
    color: #fff;
}

.masonry {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (min-width: 1024px) {
    .grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

.masonry-item-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.masonry-item-img img {
    width: 100%;
    height: 100%;
}

.masonry-item {
    box-shadow:0 15px 30px rgba(22,13,61,.04);
    transition:all .25s ease-in-out
}
.masonry-item:hover {
    box-shadow:0 15px 30px rgba(22,13,61,.1);
    transform:scale(1.05)
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
}

.masonry-item h2 {
    letter-spacing: .025em;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.break-all {
    word-break: break-all;
}

.masonry-item-btn {
    cursor: pointer;
}

.masonry-item-content {
    min-height: 60px;
}


#gallery-container header .n-input__input-el {
    height: 40px;
    line-height: 40px;
}

.masonry {
    display: flex;
    flex-direction: row;
}

.masonry .item {
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #25272c;
    height: 300px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.masonry .column {
    display: flex;
    flex-flow: column wrap;
    transition: transform 1s ease 0s;
}

@media only screen {

}

.masonry .item img {
    width: 100%;
    height:auto;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.masonry .item footer {
    transition: all .3s ease-in-out;
    opacity: 0;
}

.masonry .item:hover img {
    transform: scale(1.1);
}

.masonry .item:hover footer {
    opacity: 1
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
}
.rounded-md {
    border-radius: .375rem;
}

.n-input .n-input-wrapper {
    overflow: hidden;
    display: inline-flex;
    flex-grow: 1;
    position: relative;
    padding: 0 1.5rem;
}

.line-clamp-3 {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.n-button .n-button__icon {
    margin: var(--n-icon-margin);
    margin-left: 0;
    height: var(--n-icon-size);
    width: var(--n-icon-size);
    max-width: var(--n-icon-size);
    font-size: var(--n-icon-size);
    position: relative;
    flex-shrink: 0;
}
.gallery-btn {
    color: #1980FA;
    background-color: #EDF5FF;
    padding: 3px;
    border-radius: 5px;
}
.gallery-btn:hover,.gallery-btn:active, .gallery-btn:focus{
    color: #1980FA !important;
    background-color: #EDF5FF !important;
}

.position-title{ width: 100%; height: 60px; line-height: 60px; font-size: 18px; font-weight: bold; border-bottom: 1px solid #E5E7EB; background-color: #fff; text-indent: 20px;
    margin-bottom: 25px}
.dark .position-title{ background-color: rgb(38 38 38 / var(--tw-border-opacity));border-bottom: 1px solid #525458;}
.warp-880{ width: 880px;  margin: 0 auto; }
.user-content{ padding: 0 80px; float: left; background-color: #fff;min-height: 800px;}
.dark .user-content{ background-color: rgb(38 38 38 / var(--tw-border-opacity));}

/*图片列表展示*/
.menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}
.menu-list .menu{
    box-shadow: 0 10px 15px 3px rgba(0,0,0,0.1);
    border-radius: 15px;
}
.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff6;
    border: 1px solid rgba(0,0,0,.05);
    min-width: 180px;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    height: 220px;
    transition: all .3s
}

.menu-item .ss-popover-placement-top {
    top: -2px!important
}

.menu-item-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px
}

.menu-item-img {
    width: 110px
}

.menu-item-title {
    font-size: 18px;
    text-align: center;
}

.ml-16 {
    margin-left: 16px
}

.custom:before,.ai-build:before {
    background: linear-gradient(46deg,#fcfcfc,#e8e5fa 44% 56%,#e8e5fa 68%,#f6f6f6);
    opacity: 0
}

.fast:before {
    background: linear-gradient(46deg,#fcfcfc,#dff5fa 56%,#fcfcfc);
    opacity: 0
}

.script:before {
    background: linear-gradient(46deg,#fcfcfc,#deebff 56%,#f6f6f6);
}

.menu-item:hover:before {
    opacity: 1
}

.image_text:before {
    background: linear-gradient(46deg,#f4d0d1,#f7efea 44%,#f7f0ea,#f7efe9 68%,#f8e1df);
    opacity: 0
}

.menu-item:hover .menu-item-img,
.menu-item:hover .menu-item-title {
    transform: translateY(-5px) scale(1.05)
}

.menu-item .menu-item-img {
    width: 110px;
    transition: all .3s
}

.menu-item:before {
    content: "";
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: opacity .5s
}
