@import "iconfont/iconfont.css";
/* 清除默认样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

/* 列表样式清除 */
ul, ol {
    list-style: none;
}

/* 表格边框和间距重置 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
[v-cloak]{
    display: none!important;
}
:root {
    --primary-blue: #4A90E2;
    --light-blue: #E3F2FD;
    --gradient-start: #4A90E2;
    --gradient-end: #2196F3;
}
.fa{
    font-family: 'iconfont';
    font-style: initial;
}
.fa-trash-alt:before{
    content:'\e6b3';

}
.fa-chevron-down:before{
    content:'\e69a';
}
.fa-arrow-up:before{
    content:'\e624';
    transform: rotate(-90deg);
}
.fa-close:before{
    content: '\e694';
}
.fa-check:before{
    content: '\e6b4';
}
.fa-heart:before{
    content: '\e6a2';
}
.fa-star:before{
    content: '\e670';
}
/*手机端首页*/
/* 首页 */
.mobile-index .container {
    background:url(./img/mobile-bg.png) no-repeat center bottom #EAF5FF;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    max-width: 750px;
    margin:0 auto;
}

.mobile-index .logo-container {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.mobile-index .logo-container img {
    max-width: 70%;
    margin-bottom: 50%;
}

.mobile-index .icon-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    margin-bottom: 20%;
    flex-direction: column;
}

.mobile-index .icon-grid ul {
    padding: 0 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.mobile-index .icon-item {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 25%;
}

.mobile-index .icon-item a {
    display: block;
}

.mobile-index .icon-item img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 10rem;
}

.mobile-index .icon-text {
    margin-top: 0.8rem;
    color: #333;
    display: block;
}

.mobile-index .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin: 5% 1.5rem
}

.mobile-index .subscribe a {
    font-size: 1.4rem
}

/* Animated background elements */
.bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.main-content{
    padding:50px 0 30px;
    background:url("./img/pagebg.png") no-repeat #eef1f5;
    flex:1;
    overflow: hidden;
}
.main-content-inner{
    width: 840px;
    margin:0 auto;
}
.side-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.side-header h3{
    font-size: 18px;
    color:#1E1F25;
    position: relative;
    padding-left: 14px;
    margin:0;
    font-weight: bold;
}
.side-header h3:before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
    width: 3px;
    height: 16px;
    border-radius: 50px;
    background: #2B98E5;
}
.side-header button{
    margin-bottom: 0;
    border:0;
    padding:0;
    font-size: 14px;
    color:#63636A
}
.side-header button i{
    font-weight: normal;
}
.side-header button:hover{
    color:#4A90E2;
}
.select_ztree{
    height: auto!important;
}
.select_ztree_hidden{
    margin:0!important;
}
.sidebar .bar-item input.form-control,
.select_ztree_btn,
.sidebar .bar-item select{
    margin:10px 0;
    margin-left: -15px;
    border:1px solid #E9EBF2!important;
    box-shadow: none;
    height: 36px!important;
    border-radius: 0!important;
}
.sidebar .bar-item .collapseing{
    height: auto!important;
}
.floating-shapes {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.floating-shapes:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-shapes:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.floating-shapes:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}
.num-cont{
    padding: 8px 20px;
    font-size: 12px;
    color: #A3ADB5;
    background: #F3F9FE;
}
.el-dialog__body{
    padding:0!important;
}
.el-dialog__footer{
    display: flex;
    justify-content: flex-start;
}
.el-dialog--center{
    display: block;
    width: 100%
}
.new-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding:10px 16px;
}
.new-item .el-icon-success{
    color:#2B98E5;
}
.new-item i{
    font-size: 22px;
}
.label-list{
    height: 200px;
    overflow: auto;
}
.label-list li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding:10px 16px;
    font-size: 16px;
}
.label-list li  .icon-group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.label-list li span{
    font-size: 14px;
    cursor: pointer;
}
.label-list li span:hover{
    color:#409EFF;
}
.label-list li .icon-group i{
    width: 24px;
    height: 24px;
    display: flex;
    color:#999;
    align-items: center;
    justify-content: center;
    border:2px solid #ddd;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
}
.label-list li .icon-group i:hover{
    color:#fff;
    background: #3498db;
    border-color: #3498db;
}
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* City skyline silhouette */
.city-skyline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 150"><path d="M0,150 L0,100 L50,100 L50,80 L100,80 L100,60 L150,60 L150,90 L200,90 L200,70 L250,70 L250,50 L300,50 L300,85 L350,85 L350,65 L400,65 L400,45 L450,45 L450,75 L500,75 L500,55 L550,55 L550,35 L600,35 L600,70 L650,70 L650,50 L700,50 L700,30 L750,30 L750,65 L800,65 L800,45 L850,45 L850,25 L900,25 L900,60 L950,60 L950,40 L1000,40 L1000,80 L1050,80 L1050,60 L1100,60 L1100,90 L1150,90 L1150,70 L1200,70 L1200,150 Z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat center bottom;
    background-size: cover;
    opacity: 0.3;
}


/* Sidebar styles */
.sidebar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
    width: 330px;
}

.sidebar:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.sidebar h3 {
    color: #333;
    font-weight: bold;
    position: relative;
}

.sidebar .bar-item{
    margin-bottom: 10px;
}
.sidebar .btn-search{
    background: linear-gradient(90deg, #50F3FF 0, #0D5BE7 100%);
    color:#fff;
    width: 100%;
    padding:12px 0;
    border:0;
    border-radius: 8px;
    transition: .3s;
}
.sidebar .btn-search:hover{
    background: linear-gradient(to right bottom, #0E5EE8 30%, #6C36E9 100%);
}
.empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:40px 0 ;
}
.empty img{
    width: 200px;
}
.empty span{
    margin-top: -20px;
}
/* Bootstrap 3 checkbox styling */
.checkbox input[type="checkbox"]:checked + label {
    color: #4A90E2;
}

.checkbox label {
    font-size: 13px;
    color: #333;
    transition: color 0.3s ease;
    font-weight: normal;
}

.checkbox label:hover {
    color: #4A90E2;
}

.ai-assistant .search-right-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: -50px;
}

.ai-assistant .search-right-top .search-info{
    margin-top: 50px;
}
.ai-assistant .search-right-top h5{
    font-size: 28px;
    font-weight: bold;
    margin:0;
    color:#fff;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #085BC880;
}
.ai-assistant .search-right-top p{
    font-size: 22px;
    color:#fff;
    text-shadow: 0 0 8px #085BC880;
    margin-bottom: 20px;
}

.ai-assistant::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.ai-character {
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 24px;
    animation: bounce 4s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.search-container {
    position: relative;
    border-radius: 15px!important;
    overflow: hidden;
    background: linear-gradient(to right,#846bed99 0%,#66ced399 50%,#3588ff99 100%);
    box-shadow: 0 6px 1.5rem #3181ff1a;
    padding:3px;
    transition: .3s;
    margin-top: -10px;
}

input.search-input {
    padding: 15px 50px 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 14px!important;
    width: 100%;
    border:0;
    height: 64px;
}
.search-container input.search-input:focus,
.search-container input.search-input:focus{
    outline: none;
}

.search-container:active,
.search-container:hover,
.search-container:focus{
    background: linear-gradient(to right,#846bed 0%,#66ced3 50%,#3588ff 100%)
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #4A90E2;
    border: none;
    border-radius: 10px;
    width: 68px;
    height: 50px;
    color: white;
    transition: all 0.3s ease;
}
.search-btn:hover{
    background: linear-gradient(to right bottom, #0E5EE8 30%, #6C36E9 100%);
}
.search-btn i{
    font-size: 30px;
}

.tag-container {
    margin: 20px 0;
}

.tag-container .tag {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #1086F0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #1086F0;
}

.tag-container .tag:hover {
    background: #4A90E2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.smart-suggestions {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.ai-search{
    background:url("img/bg.png") no-repeat ;
    background-size: cover;
    margin-top: 60px;
    padding:10px 16px 8px;
    position: relative;
    height: 140px;
    border-radius: 10px;
}
.ai-search .ai-cont{
    display: flex;
    align-items: flex-start;
}
.ai-search .ai-text{
    margin-left:-66px;
    margin-top: 14px;
}
.ai-search .slogen{
    margin-top: -136px;
    position: absolute;
    right:-16px;
    transform: scale(.7);
}
.ai-search .search-container{
    position: absolute;
    bottom:0;
    left:15px;
    padding: 3px;
    right:15px;
    box-shadow: 0 0 6px rgba(21, 197, 255,.8);
    background: linear-gradient(to right bottom, #0051ED 0,#0075FF 10%,#00D1FF 30%,#FFCF26 50%,#FF4B8C 70%,#0051ED 90% );
}
.ai-search .search-container input.search-input{
    height: 52px;
}
.ai-search .search-btn{
    width: 42px;
    height: 36px;
    border-radius: 5px;
    background: linear-gradient(90deg, #50D3FF 0.45%, #0D5BE7 100.45%);
}
.ai-search .search-btn img{
    width: 20px;
}
.ai-search .search-btn:hover{
    background: linear-gradient(to right bottom, #0E5EE8 30%, #6C36E9 100%);
}
.ai-search .search-container{
    border-radius: 12px!important;
}
.ai-search .search-container input.search-input{
    padding:10px 20px;
    border-radius: 10px!important;
}
.suggestion-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.suggestion-item:hover {
    background: rgba(74, 144, 226, 0.05);
    border-radius: 8px;
    padding-left: 10px;
}

.suggestion-icon {
    width: 30px;
    height: 30px;
    background: #E3F2FD;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 15px;
    color: #4A90E2;
}
.cancel-text{
    display: block;
    margin:30px;
    text-align: center;
}
.el-dialog__center{
    display: flex;
    justify-content: center
}
.result-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 9;
}


.result-card:hover::before {
    left: 100%;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.result-card:hover .result-title{
    color:rgba(0, 155, 236, 1);
}
.result-title {
    color: #1E1F25;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    padding-right: 120px;
}
.label-cont{
    display: flex;
    align-items: center;
}
.label-cont span{
    background: rgba(0, 155, 236, 0.08);
    border-radius: 5px;
    color: rgba(0, 155, 236, 1);
    padding:2px 6px;
    margin-right: 10px;


}
.result-content {
    color: #B8B7C4;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 12px;
    color: #999;
}

.similarity-badge {
    padding: 4px 12px;
    border-radius: 15px;
    font-size:16px;
    position: absolute;
    right:20px;
    top:21px;
    background: linear-gradient(to right bottom, #00F0FF 3.92%, #6174FF 36.45%, #FF59CA 67.58%, #FFA7B7 100.42%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
.result-right-cont{
    display: flex;
    align-items: center;
}
.result-right-cont .action-btn img{
    height: 20px;
}
.result-right-cont .action-btn .ban-ico img{
    height: auto;
    width: 100%;
}
.result-right-cont .action-btn .ban-ico{
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    width: 29px;
}
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.action-btn {
    margin-right: 6px;
    position: relative;
    cursor: pointer;
}
.action-btn img{
    height: 34px;
}
.action-btn:hover {
    color: #357ABD;
}

.ban-list a:hover{
    color:#2B98E5;
}
.result-list .result-card:last-child .ban-list{
    max-height: 140px;
}
.action-btn:hover .ban-list{
    display: block;
}
.list-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-footer .stars{
    display: flex;
    align-items: center;
    color:#1E1F25;
    gap: 10px;
}
.list-footer .star-title{
    font-size: 16px;
}
.pagination{
    margin:0;
}
.list-header{
    display: flex;
    align-items: center;
    gap: 10px;
}
.list-header>img{
    height: 68px;
    width: auto;
}
.list-header h4 img{
    height: 32px;
    border-radius: 4px;
    width: auto;
    box-shadow: 0px 0px 40px 0px #1EB2FF33;
}
.list-header h4 small{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.prev{
    left:-16px;
}
.next{
    right:-16px;
}
.icon-arrow-left,
.icon-arrow-right{
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    position: absolute;
    left:0;
    top:2px;
}
.bar-item .form_date{
    padding-left: 14px;
}
.pagination > li > a {
    border: none;
    background: rgba(255, 255, 255, 0.8);
    color: #4A90E2;
    margin: 0 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination > li > a:hover {
    background: #4A90E2;
    color: white;
    transform: translateY(-2px);
}

.pagination > li.active > a {
    background: #4A90E2;
    border-color: #4A90E2;
}

/* Loading animation */
.loading {
    display: none;
    text-align: center;
    padding: 40px;
}
.stars .rating {
    font-size: 18px;
    color: #ccc; /* 默认灰色 */
    cursor: pointer;
}

.stars .rating .fa-star.active {
    color: #ffc107; /* 激活状态下的黄色 */
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(74, 144, 226, 0.3);
    border-top: 4px solid #4A90E2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Collapsible menu styles */
.collapsible-header {
    cursor: pointer;
    transition: all 0.3s ease;
    background: #EDF4F5;
    border-radius: 10px;
    padding:14px;
    font-size:16px;
    font-weight: bold;
    margin-top: 0;
}
.collection-btn-active{
    color:#f60
}
.collapsible-header:hover {
    color: #4A90E2;
}
.collapsible-header+div{
    padding-top: 0;
    padding-left: 20px;
    margin-top: 0;
    transition: .3s;
}
.collapse-icon {
    transition: transform 0.3s ease;
    font-size: 12px;
    float: right;
}

.collapsible-header[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}

/* Step Progress Indicator Styles */
.step-progress-container {
    background: conic-gradient(from 180deg at 50% 50%, #0051ED 0deg, #0075FF 75deg, #57E1FF 153.75deg, #FFD43A 221.25deg, #FF4B8C 290.63deg, #0051ED 360deg);
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding:2px;
    opacity: .95;
}
.step-progress-container .arrow-cont{
    position: absolute;
    right:30px;
    top:25px;
    z-index: 999;
}
.step-progress-container .arrow-cont i{
    font-size: 20px;
    color:#4A90E2;
    cursor: pointer;
}
.step-progress-inner {
    transition: height 0.3s ease;
    overflow: hidden;
}

.step-progress-inner.collapsed {
    height: 80px; /* 设置折叠后的高度 */
    transition: .3s;
}
/* 3. 弹跳球 */
.bouncing-balls {
    display: flex;
    gap: 5px;
}

.bouncing-ball {
    width: 15px;
    height: 15px;
    background: #4A90E2;
    border-radius: 50%;
    animation: bounceloading 1.4s ease-in-out infinite both;
}

.bouncing-ball:nth-child(1) { animation-delay: -0.32s; }
.bouncing-ball:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounceloading {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.step-header{
    display: flex;
    align-items: center;
    margin:10px 14px 30px;
}
.step-header .loading-cont{
    display: flex;
    align-items: center;
    gap: 10px;
}
.step-header .loading-cont span{
    font-size: 16px;
}

.arrow-cont .collapse-icon.rotated {
    transform: rotate(180deg);
}
.step-progress-inner{
    position: relative;
    width: 100%;
    height: 100%;
    padding:20px;
    border-radius: 13px;
    background: url("img/bg-box.jpg") no-repeat;
    background-size: cover;
    opacity: .95;
    transition: .3s;
}

.step-item {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    position: relative;
    padding-left: 20px;
    padding-bottom: 25px;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 36px;
    top: 34px;
    bottom: 0;
    width: 2px;

    transition: background 0.3s ease;
}
.step-item:last-child{
    margin-bottom: 0;
}
.step-item.completed::after {
    background: linear-gradient(to bottom, #1A72EC 0%, #46C1FB 100%);
}

.step-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.step-item.completed .step-circle {
    background: linear-gradient(to right,#50D3FF 0.45%, #0D5BE7 100.45%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 20px;
    animation: pulse-success 2s infinite;
    border:2px solid #4A90E2;
}

.step-item.current .step-circle {
    background: #fff;
    border: 3px solid #4A90E2;
    color: #4A90E2;
    animation: pulse-current 2s infinite;
}

.step-item.pending .step-circle {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    color: #999;
}

@keyframes pulse-success {
    0% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(74, 144, 226, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0); }
}

@keyframes pulse-current {
    0% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(74, 144, 226, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 144, 226, 0); }
}

.step-content {
    flex: 1;
    -webkit-flex: 1;
    padding-top: 5px;
}

.step-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.step-item.completed .step-title {
    color: #222;
}

.step-item.current .step-title {
    color: #4A90E2;
    animation: fadeIn 1s ease-in;
}

.step-tags {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(10px);
    animation: slideInUp 0.5s ease-out 0.3s forwards;
}

.step-tags .btn {
    margin: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border:0;
    background: linear-gradient(89.3deg, #0EA5E9 0.6%, #38BDF8 99.52%);
}

.step-tags .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}
.el-pagination .btn-next, .el-pagination .btn-prev{
    border-radius: 4px;
    margin:0 4px!important;
    font-size: 14px
}
.el-pager li{
    margin:0 4px;
    font-size: 14px;
    border-radius: 4px!important;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.step-number {
    font-weight: bold;
    font-size: 14px;
}

/* Floating Feedback Icon */
.floating-feedback {
    position: fixed;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: floatBounce 3s ease-in-out infinite;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    font-weight: bold;
}
.floating-feedback img{
    height: 147px;
    width: 130px;
}
.floating-feedback:hover {
    top: calc( 50% - 10px)
}

.floating-feedback:active {
}

@keyframes floatBounce {
    0%, 100% {
        transform: translateY(-50%) translateX(0px);
    }
    25% {
        transform: translateY(-50%) translateX(-5px);
    }
    50% {
        transform: translateY(-50%) translateX(-8px);
    }
    75% {
        transform: translateY(-50%) translateX(-3px);
    }
}

.floating-feedback::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 25px 0 0 25px;
    z-index: -1;
    animation: borderGlow 2s linear infinite;
    opacity: 0;
}

.floating-feedback:hover::before {
    opacity: 1;
}

@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.floating-feedback .icon {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* Feedback tooltip */
.feedback-tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.feedback-tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.floating-feedback:hover .feedback-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
}

/* Bootstrap 3 specific adjustments */
.btn-outline-primary {
    color: #4A90E2;
    background-color: transparent;
    border-color: #4A90E2;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4A90E2;
    border-color: #4A90E2;
}

.text-primary {
    color: #4A90E2 !important;
}

.text-muted {
    color: #777 !important;
}

.text-warning {
    color: #f0ad4e !important;
}
/*ai订阅*/
.dy-cont{
    background: url("../img/bj.png") no-repeat  #F3F9FE;
    padding:40px 0;
}

.dy-cont .search-header {
    color: #1890ff;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.dy-cont .search-container{
    background: linear-gradient(to right, #B2ECFF 0%, #15C5FF 30%, #0E5EE8 60%, #6C36E9 100%);
}
.dy-cont .dy-search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 20px;
}
.dy-cont .search-input-container {
    position: relative;
    flex: 1;
}
.dy-cont .search-input-container .btn-search{
    position: absolute;
    right:10px;
    background: linear-gradient(90deg, #50D3FF 0.45%, #0D5BE7 100.45%);
    color:#fff;
    border-radius: 10px;
    padding: 8px 30px;
    top:50%;
    transform: translate(0,-50%);
}
.dy-cont .search-input-container .btn-search:hover{
    background: linear-gradient(to right, #0E5EE8 0%, #6C36E9 100%);
}
.dy-cont .search-input {
    width: 100%;
    padding: 6px 50px 6px 20px;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    background-color: #f8f9fa;
}

.dy-cont .search-input:focus {
    outline: none;
    border-color: #1890ff;
    background-color: white;
}

.dy-cont .clear-btn {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
}

.dy-cont .my-subscription-btn {
    background: linear-gradient(90deg, #2B98E5 0%, #0D5BE7 100%);
    color: white;
    border: none;
    padding: 8px 35px;
    border-radius: 6px;
    font-size: 16px;
    height: 50px;
}
.dy-cont .my-subscription-btn:hover{
    background: linear-gradient(to right, #0E5EE8 0%, #6C36E9 100%);
}

.dy-cont .recommendation-section {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.dy-cont .recommendation-section .recommendation-item{
    flex:1;

}
.dy-cont .recommendation-section .recommendation-item .recommendation-inner{
    border:1px solid #F0F0F0;
    padding:14px;
    border-radius: 4px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.dy-cont .recommendation-section .recommendation-item .recommendation-inner p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 1.6;
    height: calc(1.6em * 2);
    color:#63636A;
}
.dy-cont .bg-white{
    background: #fff;
    border-radius: 10px;
}
.msg-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.padding-24{
    padding:24px;
}
.margin-top-24{
    margin-top: 24px;
}
.dy-cont .recommendation-item h6 {
    color: #1E1F25;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.dy-cont .recommendation-tag {
    background: #e6f7ff;
    color: #1890ff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.btn-blue{
    background: #2B98E5;
    color:#fff;
    padding:8px 50px;
    border-radius: 4px;
}
.btn-blue:hover{
    background: #0D5BE7;
}
.btn-purple{
    background: #8770FC;
    color:#fff;
    padding:8px 50px;
    border-radius: 4px;
}
.btn-purple:hover{
    background: #6C36E9;
}
.btn-gray{
    background: #B9C4D5;
}
.btn-gray:hover{
    background: #435169;
}
.dy-cont .recommendation-tag.purple-tag {
    background: rgba(135, 112, 252, 0.1);
    color: #8770FC;
    white-space: nowrap;
}

.dy-cont .recommendation-tag:hover {
    background: #bae7ff;
    color: #1890ff;
}

.dy-cont .main-subscription h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4EEF9;
}
.dy-cont .main-subscription h5 span{
    font-weight: bold;
    font-size: 14px;
    color:#1E1F25;
    padding:10px 0;
    display:inline-block;
    border-bottom: 2px solid #2B98E5;
    margin-bottom: -1px;
}
.dy-cont .recommendation-section .recommendation-item .recommendation-inner p.text-gray{
    color:#B8B7C4;
    padding: 0 10px;
}
.dy-cont .subscription-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.dy-cont .subscription-card {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #F3F7F9;
}

.dy-cont .subscription-card.selected {
    border-color: #1890ff;
    background-color: #f0f8ff;
}
.dy-cont .subscription-card.selected h6{
    color: #1890ff;
    font-weight: bold;
}
.dy-cont .subscription-card .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: none;
}
.dy-cont .subscription-card .icon img{
    width: 80px;
    height: 80px;
}
.dy-cont .subscription-card h6 {
    font-size: 16px;
    margin-bottom: 14px;
    text-align: left;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dy-cont .subscription-card h6 .checkbox{
    position: absolute;
    right:10px;
    top:50%;
    margin-top: 0;
    transform: translate(-50%,0);
    width: 14px;
    height: 14px;
    border: 1px solid #2B98E5;
    background: #fff;
}
.dy-cont .subscription-card p {
    color: #666;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}
.dy-cont .update-frequency {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dy-cont .update-frequency label {
    color: #333;
    font-size: 14px;
}

.dy-cont .action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex:1;
}

.dy-cont .btn-cancel {
    color: #666;
    border:1px solid #E4EEF9;
    padding: 10px 30px;
    border-radius: 6px;
}
.dy-cont .btn-cancel:hover{
    background: #f0f0f0;
}
.dy-cont .btn-confirm {
    background: #2B98E5;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
}
.dy-cont .btn-confirm:hover{
    background:#002a80;
}
.dy-cont .history-section h5 {
    color: #1E1F25;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.dy-cont .history-count {
    color: #435169;
    font-size: 13px;
    margin-left: 10px;
    font-weight: normal;
}
.dy-cont .history-count i{
    color: #1B73E9;
    font-style: normal;
}

.dy-cont .history-table {
    width: 100%;
    margin-bottom: 30px;
}
.dy-cont .history-table thead{
    border-radius: 6px;
    overflow: hidden;
}
.dy-cont .history-table th {
    background: #F3FAFF;
    color: #141414;
    font-weight: 500;
    padding: 15px;
}
.dy-cont .history-table thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.dy-cont .history-table thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dy-cont .history-table td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.dy-cont .history-tag {
    background: #e6f7ff;
    color: #1890ff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
}

.dy-cont .delete-btn {
    color: #ff4d4f;
    text-decoration: none;
    font-size: 14px;
}

.dy-cont .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dy-cont .pagination-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
}

.dy-cont .pagination-btn.active {
    background: #1890ff;
    color: white;
    border-color: #1890ff;
}

.dy-cont .pagination-btn:hover:not(.active) {
    border-color: #1890ff;
    color: #1890ff;
}
@media (max-width: 1220px) {
    .main-content-inner{
        width:auto;
    }
}

@media (max-width: 1000px) {
    .tag-container .tag{
        margin-bottom: 10px;
    }
    .list-footer{
        flex-wrap: wrap;
        gap: 10px;
    }
    .ai-assistant .search-right-top h5{
        font-size: 20px;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .sidebar {
        margin-bottom: 16px;
    }
    .ai-assistant .search-right-top p{
        font-size: 14px;
    }
    .main-content{
        padding:10px;
    }
    .sidebar{
        width: 100%;
        display: none;
    }
    .search-page-cont{
        flex-direction: column;
    }

    .ai-assistant .search-right-top h5{
        font-size: 20px;
    }

    .result-card {
        padding: 15px;
    }

    .floating-feedback {
        top:auto;
        bottom:20px;
    }

    .floating-feedback .icon {
        font-size: 16px;
        margin-bottom: 6px;
    }
    input.search-input{
        height: 46px;
        padding:10px;
    }
    .search-btn{
        height: auto;
        top:6px;
        bottom:6px;
        transform: translate(0,0);
    }
    .similarity-badge{
        bottom:6px;
        top:auto
    }
    .result-title{
        padding-right: 0;
    }
    .dy-cont .dy-search-container{
        gap: 10px;
    }
    .dy-cont .recommendation-section{
        flex-direction: column;
        gap: 10px;
    }
    .msg-cont{
        flex-direction: column;
        gap: 16px;
    }
    .dy-cont .search-input-container .btn-search,.dy-cont .my-subscription-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Flexbox fallbacks for older browsers */
.ai-character {
    text-align: center;
    line-height: 60px;
}

.ai-character img{
    height: 120px;
}

.suggestion-item {
    overflow: hidden;
}

.suggestion-icon {
    float: left;
    text-align: center;
    line-height: 30px;
}


.result-meta > div:first-child {
    float: left;
}

.result-meta > div:last-child {
    float: right;
}
.result-meta > div i{
    font-size: 14px;
}

.step-circle {
    float: left;
    text-align: center;
    line-height: 35px;
}

.step-content {
    margin-left: 20px;
}

.search-page-cont{
    display: flex;
    width: 100%;
}

#searchResults{
    background: url("img/panelbg.png") no-repeat #F5F9FD;
    background-size: 100% auto;
    border-radius: 10px;
    padding:20px;
}
.toggle_content{
    font-size: 16px;
    text-align: center;
    color:#3498db;
    margin:20px;
    cursor: pointer;
}
.contribution-box{
    padding:10px 20px;
    margin-top: 30px;
}
.contribution-box .Article>h3{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 16px;
}
.contribution-box h3 .icon{
    background: none;
    width: 4px;
    height: 20px;
    background: #3498db;
    margin-right: 10px;
}
.contribution-box .Article_content{
    border:1px solid #eee;
    padding:20px;
    max-height: 400px;
    overflow: auto;
}
.contribution-box .Article_content h1{
    font-size: 26px;
}
.contribution-box .Article_content *{
    font-size: 18px;
}
.contribution-box .Article_content.map{
    height: auto;
    max-height: initial;
}
.Manuscript-margin .Article-title{
    margin-top: 20px;
}
svg.markmap {
    width: 100%;
    height: 600px;
}


/*time-line*/
.timeline-container {

}

.title {
    text-align: center;
    color: white;
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: 0 0 20px rgba(0,255,255,0.5);
}

.controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.start-btn, .reset-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.start-btn {
    background: linear-gradient(45deg, #00ffff, #0099cc);
    color: #0f0f23;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(0,255,255,0.3);
}

.reset-btn {
    background: linear-gradient(45deg, #ff00ff, #cc0099);
    color: white;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(255,0,255,0.3);
}

.start-btn:hover, .reset-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0,255,255,0.4);
}

.reset-btn:hover {
    box-shadow: 0 6px 30px rgba(255,0,255,0.4);
}


/* 霓虹时间线样式 */
.neon-timeline {
    position: relative;
    padding-left: 30px;
}

/*  液体流动主连接线效果 */
.fluid-main-connector {
    position: absolute;
    left: 49px;
    top: 0;
    width: 2px;
    background: linear-gradient(to bottom,
    rgba(0,255,255,0.8) 0%,
    rgba(0,255,255,0.6) 50%,
    rgba(0,255,255,0.4) 100%);
    border-radius: 2px;
    transition: height 1s ease;
    box-shadow: 0 0 15px rgba(0,255,255,0.4);
    overflow: hidden;
}

.fluid-flow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(to bottom,
    transparent 0%,
    rgba(255,255,255,0.3) 20%,
    #4A90E2 40%,
    rgba(255,255,255,0.3) 60%,
    transparent 80%);
    animation: fluid-flow 3s linear infinite;
}

@keyframes fluid-flow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.fluid-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bubble {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: bubble-rise 4s ease-in-out infinite;
}

@keyframes bubble-rise {
    0% {
        bottom: 0;
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }
    10% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    100% {
        bottom: 100%;
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }
}

.neon-step {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.neon-step:last-child{
    margin-bottom: 10px;
}

.neon-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(0,255,255,0.1) ;
    color: #888;
    font-weight: bold;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    overflow: visible;
}

.neon-step.completed .neon-icon {
    border-color: #4A90E2;
    color: #4A90E2;
    background:#fff;
    box-shadow:
            0 0 10px rgba(0,255,255,0.6),
            inset 0 0 20px rgba(0,255,255,0.1);
}

.neon-step.active .neon-icon {
    border-color: #4A90E2;
    color:  #4A90E2;
    background: rgba(0,255,255,.1);
    box-shadow:
            0 0 25px rgba(0,255,255,0.6),
            inset 0 0 20px rgba(0,255,255,0.1);
}

.neon-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,255,255,0.2) 0%, transparent 70%);
    animation: neon-glow 2s ease-in-out infinite alternate;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.neon-step.active .neon-glow {
    display: block;
}

.neon-step.completed .neon-glow {
    background: radial-gradient(circle, rgba(0,255,255,0.2) 0%, transparent 70%);
}

@keyframes neon-glow {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    to {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
}

/*  圆圈loading效果 */
.circle-loading {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-ring {
    width: 100%;
    height: 100%;
    border: 3px solid rgba(80,211,255,0.2);
    border-top: 3px solid #4A90E2;
    border-radius: 50%;
    animation: circle-spin 1s linear infinite;
    box-shadow: 0 0 15px rgba(80,211,255,0.4);
}

@keyframes circle-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.neon-checkmark {
    animation: checkmark-glow 0.5s ease-in;
}

@keyframes checkmark-glow {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.neon-number {
    font-size: 18px;
    font-weight: bold;
}

.neon-content {
    margin-left: 25px;
    color: white;
    margin-top:0;
}

.neon-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    color:#666;
}

.neon-step.active .neon-content h3 {
    color: #4A90E2;
}

.neon-step.completed .neon-content h3 {
    color: #222;
}

/* 过渡效果 */
.neon-flip-enter-active, .neon-flip-leave-active {
    transition: all 0.5s ease;
}

.neon-flip-enter, .neon-flip-leave-to {
    transform: scale(0) rotate(180deg);
    opacity: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .timeline-container {
        padding: 15px;
    }

    .controls {
        flex-direction: column;
        align-items: center;
    }

    .timeline-wrapper {
        padding: 25px;
    }

    .neon-content h3 {
        font-size: 16px;
    }

    .neon-step {
        margin-bottom: 30px;
    }
    .ai-assistant .search-right-top{
        margin-top: -20px;
    }
    .step-progress-inner{
        padding: 0;
    }
    .neon-timeline{
        padding-left: 0;
    }
    .fluid-main-connector{
        left: 19px;
    }
    .timeline-wrapper{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .pagination-container{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

/*期刊页面*/
.fxgb-cont {
    min-height: 100vh;
    background: url("./img/qkbg.jpg") no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 40px 0;
    overflow: hidden;
}

.fxgb-cont .header {
    text-align: center;
}

.fxgb-cont .search-right-top {
    display: flex;
    align-items: center;

    gap: 20px;
}
.ai-character{
    margin-top: -20px;
}
.fxgb-cont .ai-assistant{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 40px 0 40px;
    margin-bottom: 0;
    border-radius: 20px;
    background: linear-gradient(153.21deg, rgba(238, 248, 255, 0.6) 8.32%, rgba(222, 230, 255, 0.36) 53.36%, rgba(238, 248, 255, 0.48) 91.22%);
}
.fxgb-cont .search-right-top .search-info{
    margin-top: 50px;
}
.fxgb-cont .search-right-top h5{
    font-size: 32px;
    font-weight: bold;
    color:#1B283B;
    letter-spacing: 2px;
    text-shadow: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.fxgb-cont .search-right-top h5 span{
    color:#0D5BE7
}
.fxgb-cont .search-right-top p{
    font-size: 24px;
    letter-spacing: 2px;
    color:#49576C;
    text-shadow: none;
}
/* 定义按钮放大缩小动画 */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.fxgb-cont .update-tag{
    background: linear-gradient(90deg, #0D5BE7 0.45%, #50D3FF 100.45%);
    border-radius: 50px;
    color:#fff;
    padding:4px 10px;
    height: auto;
    border:0;
}
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.fxgb-cont .ai-assistant .zn-btn{
    background: linear-gradient(-45deg, #00F0FF, #6174FF, #FF59CA, #FFA7B7);
    background-size: 200% 200%;
    animation: gradientBG 5s ease  infinite;
    /* 其他按钮样式 */
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
}
.fxgb-cont .ai-assistant .zn-btn span{
    display: flex;
    align-items: center;
    gap: 4px;
}
.fxgb-cont .ai-assistant .zn-btn img{
    width: 20px;
    height: 20px;
}


.fxgb-cont .header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #333;
    margin-bottom: 50px;
}

.fxgb-cont .logo {
    width: 76px;
    height: 76px;
    background: #d32f2f;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.fxgb-cont .main-content {
    margin: 0 auto;
    padding: 20px;
}

.fxgb-cont .ai-assistant-panel {
    background: #fff;
    border-radius: 30px;
    padding: 24px 24px 0;
    width: 100%;
    border:2px solid rgba(255,255,255,.4);
    margin-bottom: 20px;
}

.fxgb-cont .assistant-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("img/searchbg.png") no-repeat;
    background-size: 100% auto;
    gap: 15px;
    width: 100%;
}

.fxgb-cont .assistant-avatar {
    width: 50px;
    height: 50px;
    background: #ffa726;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.fxgb-cont .search-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    margin-top: 20px;
}
.fxgb-cont  .el-form-item__label{
    color:#0E1724;
    font-size: 16px;
}
.fxgb-cont .search-section .el-input__inner{
    border-radius: 5px!important;
    min-height: 46px;
}
.fxgb-cont .el-date-editor .el-range-separator{
    line-height: 40px;
}
.fxgb-cont .search-section .el-date-editor{
    width: 100%;
}
.fxgb-cont .search-section .el-col .el-input{
}
.fxgb-cont .search-btn{
    background: linear-gradient(90deg, #0D5BE7 0.45%, #50D3FF 100.45%);
    border:0;
    width: 180px;
    height: 64px;
    margin:36px auto 0;
    border-radius: 16px;
    font-size:22px ;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fxgb-cont .content-area {
    display: flex;
    gap: 20px;
}
.fxgb-cont .search-input-cont{
    background: linear-gradient(270deg, #44CFFF 0%, #5585FF 100%);
    border-radius: 20px;
    overflow: hidden;
    padding:2px;
    box-shadow: 0px 0px 30px 0px #435FB929;
    margin-bottom: 20px;
}
.fxgb-cont .search-section .search-input-cont .el-input__inner{
    height: 60px;
    border-radius: 18px!important;
    border:0;
    padding-left: 50px;
    font-size: 18px;
}
.fxgb-cont .search-section .search-input-cont .el-input__inner::placeholder{
    font-size: 18px;
    color:#B8C4D6;
}
.fxgb-cont .search-section .el-input__prefix{
    margin-left: 10px;
}
.fxgb-cont .search-section .el-input__prefix .el-icon-search{
    font-size: 26px;
    line-height:2.5;
    color:#5585FF;
}
.fxgb-cont .main-list {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.fxgb-cont .issue-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.fxgb-cont .issue-header .issue-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.fxgb-cont .issue-header .issue-title h3{
    font-size: 20px;
    margin:0;
    font-weight: bold;
}
.fxgb-cont .issue-header .date-select{
    display: flex;
    align-items: center;
    gap: 10px;
}
.fxgb-cont .issue-header .date-select .el-select{
    width: 80px;
    border-radius: 3px!important;
}
.fxgb-cont .document-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
}

.fxgb-cont .document-item:hover {
    background: #f8f9fa;
}

.fxgb-cont .document-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #999;
}
.fxgb-cont .sidebar{
    width: 362px;
    flex-shrink: 0;
}
.fxgb-cont .sidebar-card-item{
    background: linear-gradient(180deg, #F1F7FF 0%, #FFFFFF 37.19%);
    border-radius: 20px;
    padding:26px 24px;
    margin-bottom: 16px;
    border:1px solid #fff;
}
.fxgb-cont .sidebar-card-item p{
    font-size: 16px;
    color:#49576C;
    line-height: 1.6;
    text-indent: 2em;
    margin-bottom: 0;
}
.fxgb-cont .mb0{
    margin-bottom: 0;
}
.fxgb-cont .fxgb-cont .sidebar-card-item .section-header{
    margin:0 0 20px;
}
.access-list{
    display: flex;
    border-top:1px solid #E6EBF2;
    padding-top: 20px;
}
.fxgb-cont .access-list .access-item{
    flex:1;
}
.fxgb-cont .access-list .access-item span{
    color:#333;
}
.fxgb-cont .quick-access {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    border: 1px solid #E0ECFF;
    box-shadow: 0px 0px 30px 0px #5F75BB1A;
    border-radius: 20px;
    padding:30px 0;
    margin-bottom: 16px;
    background: linear-gradient(247.34deg, rgba(193, 219, 255, 0.8) -3.05%, rgba(255, 255, 255, 0.8) 17.71%);
}
.fxgb-cont .quick-access a span{
    color:#333;
}
.fxgb-cont .access-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.fxgb-cont .access-item:hover {
    transform: translateY(-2px);
    transition: .3s;
}
.fxgb-cont .access-item:hover span{
    color:#2B98E5;
}
.fxgb-cont .access-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 20px;
    color: white;
}

.fxgb-cont .links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fxgb-cont .links-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.fxgb-cont .links-list li:last-child{
    border-bottom: 0;
}
.fxgb-cont .links-list a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.fxgb-cont .links-list a:hover {
    color: #409eff;
}
.fxgb-cont .document-container {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #5F75BB1A;
    border-radius: 20px;
    flex:1
}

.fxgb-cont .header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.fxgb-cont .title-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fxgb-cont .main-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.fxgb-cont .update-tag {
    background-color: #409EFF;
    border: none;
    cursor: pointer;
}

.fxgb-cont .nav-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fxgb-cont .nav-controls .el-select .el-input input,.nav-controls button{
    border-radius: 4px!important;
    color:#333;
}
.fxgb-cont .year-select, .issue-select {
    width: 100px;
}

.fxgb-cont .document-section .section-header {
    margin-top: 20px;
}
.el-date-editor .el-range-separator{
    width: 20px!important;
}
.fxgb-cont .section-header {
    display: flex;
    align-items: center;
    margin:0 0 12px;
}

.fxgb-cont .section-indicator {
    width: 6px;
    height: 20px;
    background-color: #1163E9;
    margin-right: 12px;
    border-radius: 10px;
}

.fxgb-cont .section-title {
    font-size: 22px;
    font-weight: 600;
    color: #1B283B;
    margin: 0;
    letter-spacing: 2px;
}

.fxgb-cont .document-list {
    padding: 0;
}

.fxgb-cont .document-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed #E6EBF2;
    cursor: pointer;
    transition: background-color 0.2s;
}

.fxgb-cont .document-item:hover {
    background-color: #f8f9fa;
}

.fxgb-cont .document-item:last-child {
    border-bottom: none;
}

.fxgb-cont .document-content {
    flex: 1;
    color: #333;
    font-size: 16px;
    /* 移除 white-space: nowrap */
    min-width: 0;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示2行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.fxgb-cont .document-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fxgb-cont .document-prefix {
    color: #333;
    font-size: 14px;
}


.fxgb-cont .document-date {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 120px;
    justify-content: flex-end;
    gap: 6px;
}

.fxgb-cont .document-date .ai-tag img,.document-date .ban-badge img {
    height: 20px;
}
.document-date .ban-badge img{
    width: 29px;
    height: auto;
}
.fxgb-cont .document-date .ban-badge{
    position: relative;
}
.ban-list{
    position: absolute;
    right: 37px;
    top:-10px;
    padding:12px;
    border-radius: 10px;
    display: none;
    overflow: initial;
    background: #2b98e5;
    bottom: initial;
    min-width: 180px;

}
.ban-list:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 9px solid #2b98e5;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 18px;
    right: -9px;
}
.ban-list a{
    color:#fff;
    display: block;
    padding:4px;
    font-size: 14px;
    position: relative;
}
.fxgb-cont .ban-list a:before{
    content: '';
    display: none;
    width: 4px;
    height: 4px;
    background: #2B98E5;
    left:4px;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
}
.ban-list a:hover{
    color:rgba(255,255,255,0.9);
}
.fxgb-cont .document-date .ban-badge:hover .ban-list{
    display: block;
}
.fxgb-cont .number-badge {
    background-color: #409EFF;
    border: none;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.fxgb-cont .links{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}
.fxgb-cont .links li img{
    width: 100%;
}
.fxgb-cont .links li a{
    transition: .3s;
    display: block;
}
.fxgb-cont .links li a:hover{
    margin-top: -10px;
    margin-bottom: 10px;
}
.fxgb-cont .address-list li a{
    padding:16px 0;
    display: block;
    cursor: initial;
    border-bottom: 1px solid #E6EBF2;
}
.fxgb-cont .address-list li a h5{
    font-size: 20px;
    font-weight: 500;
    color:#1B283B;
    margin:0;
    margin-bottom: 10px;
}
.fxgb-cont .address-list li a .add-cont{
    display: flex;
    align-items: center;
    color:#49576C;
    gap: 4px;
    font-size: 14px;
}
.fxgb-cont .address-list li a .add-cont img{
    width: 20px;
    height: 20px;
}
.fxgb-cont .address-list li:last-child a{
    border-bottom: 0;
}
.fxgb-cont .djdrk>li {padding: 10px 0px;transition: all 0.5s;position: relative;}
.fxgb-cont .djdrk>li>a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(1,105,196,0.1);
    display: block;
    padding: 10px 10px;
}
.fxgb-cont .djdrk>li:hover>a{
    border-color:#0169C4;
}
.fxgb-cont .djdrk>li>a>img{
    width: 32px;
}
.fxgb-cont .djdrk>li .dropdown-menu{
    padding: 0px;
    border: none;
    left: -180px;
    width: auto;
    min-width: auto;
    top: 50%;
    transform: translate(0,-50%);
    height: 0px;
    transition: all 0.5s;
    overflow-y: hidden;
    display: block!important;
}
.fxgb-cont .djdrk>li .code
{
   display: none;
    left:-180px;
    top:50%;
    transform: translate(0,-50%);
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding:10px;
    border-radius: 10px;
}
.fxgb-cont .djdrk>li .code:after{
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    border: 10px solid transparent;
    transform: translate(0,-50%);
    border-left: 10px solid #fff;
}
.fxgb-cont .djdrk>li:hover .code
{
    display: block;

}
.fxgb-cont .djdrk>li .code img{
    width:150px;
    height: 150px;
}

/*公文拆解样式*/
.Manuscript-margin .Article_content p{
    margin-bottom: 0;
    color:#333333
}
.Manuscript-margin .Article_content h1,
.Manuscript-margin .Article_content h2,
.Manuscript-margin .Article_content h3,
.Manuscript-margin .Article_content h4,
.Manuscript-margin .Article_content h5,
.Manuscript-margin .Article_content h6,
.Manuscript-margin .Article_content h7,
.Manuscript-margin .Article_content h8,
.Manuscript-margin .Article_content h9,
.Manuscript-margin .Article_content h10{
    font-weight: bold;
    margin-top: 10px;
    color:#333333
}
@media (max-width: 1300px) {
    .main-content{
        width: 100%;
        max-width: initial;
    }
    .document-title{
        white-space: initial;
    }
}
@media (max-width: 1100px) {
    .sidebar{
        width: 280px;
    }
    .header-section{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .search-right-top h5{
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .content-area{
        flex-direction: column;
    }
    .search-filters {
        grid-template-columns: 1fr;
    }
    .sidebar{
        width: 100% ;
    }
    .quick-access {
        grid-template-columns: repeat(4, 1fr);
    }
    .header-section {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .nav-controls {
        justify-content: center;
    }

    .document-item {
        flex-direction: column;
        gap: 8px;
    }

    .document-date {
        margin-left: 0;
        align-self: flex-end;
    }
    .ai-assistant{
        flex-direction: column;
    }
    .header-title{
        font-size: 24px;
    }
    .logo{
        width: 40px;
        height: 40px;
    }
    .logo img{
        width: 100%;
    }
    .ai-assistant{
        padding:20px;
    }
    .search-section{
        margin:10px;
    }
    .search-btn{
        height: 40px;
        font-size: 16px;
    }
    .search-section .search-input-cont .el-input__inner{
        height: 50px;
    }
    .search-section .search-input-cont .el-input__inner::placeholder{
        font-size: 14px;
    }
    .search-section .el-input__prefix .el-icon-search{
        line-height: 2.2;
    }
    .search-filters .el-col-12{
        width: 100%;
    }
    .fxgb-cont .ai-assistant{
        padding:10px;
    }
    .fxgb-cont .search-right-top h5{
        font-size: 20px;
    }
    .fxgb-cont .search-right-top p{
        font-size: 16px;
    }
    .fxgb-cont .header-title{
        font-size: 24px;
    }
    .title-section{
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .quick-access {
        grid-template-columns: repeat(2, 2fr);
    }
    .ai-assistant{
        margin-bottom: 0;
    }
    .search-section{
        padding:10px;
    }
    .el-date-editor .el-range-separator{
        width: 20px;
    }
    .fxgb-cont .search-section{
        padding:0;
        margin:0;
    }
    .fxgb-cont .ai-assistant-panel{
        padding:14px;
        margin-top: 10px;
    }
}

