#HISTORY_DETAIL_PAGE{padding-top:70px;position:relative;background:#f7f9ff;overflow:hidden;}
.history-detail-wrap{padding:56.5px 30px 0;}
.navigation-wrap{margin-left:90px;font-size:14px;}
.g-breadcrumb *:not(.current-nav){opacity:0.8;color:var(--text-color);}
.current-nav{opacity:1;}
.navigatin-link:hover:not(.current-nav){cursor:pointer;opacity:1;}
.navigatin-link + .icon-mianbaoxiejiantou{font-size:6px;}
.current-nav{color:var(--text-color);}
.history-detail-search{width:100%;max-width:1000px;padding-bottom:70px;margin:0 auto;text-align:center;}
.bg-gradient{position:absolute;top:0;left:0;width:100%;height:360px;background:linear-gradient(to top,rgba(105,0,255,0.2) 0%,#2500ff 100%);border-bottom-left-radius:960px;border-bottom-right-radius:960px;opacity:0.3;filter:blur(50px);transform:scale(1.2);pointer-events:none;}
.history-detail-title{font-size:46px;margin-bottom:44px;}
.history-detail-input{position:relative;height:70px;width:100%;padding:6px 6px 6px 24px;background:#ffffff;border-radius:34px;border:1px solid #964fff;}
.history-input-inner{padding:0 12px;font-size:16px;font-weight:500;}
.history-detail-input .input-icon{font-size:18px;color:var(--info-color);}
.history-input-submit{padding:17px 24px;background:linear-gradient(155deg,#e500ff 10%,#7100ff 60%);border-radius:31px;font-size:16px;color:#ffffff;position:relative;background-size:200% 100%;transition:background-position 0.5s ease;background-position:0% 0%;}
.history-input-submit:hover{background-position:100% 0%;}
.history-detail-preview{position:relative;padding-top:24px !important;margin-bottom:20px;scroll-margin-top:70px;}
.history-detail-table,.history-detail-preview{padding:30px;width:100%;min-height:213px;background:#ffffff;border-radius:16px;}
.history-detail-preview-title{font-weight:500;font-size:24px;color:var(--text-color);margin-right:18px;}
.history-detail-preview-title > .history-detail-preview-domain{color:var(--global-color);}
.history-detail-preview-header .history-detail-preview-decs{color:var(--info-color);font-size:14px;font-weight:400;}
.history-detail-preview-header .history-detail-preview-update{margin-left:10px;color:var(--global-color);}
.history-detail-preview-line{height:1px;width:100%;background:#e1e6f0;margin:20px 0 24px;}
.history-detail-preview-update .icon-gengxin{margin-left:6px;}
.infinite-rotation{transform-origin:center center;display:inline-block;animation:rotate 1s linear;}
@keyframes rotate{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.history-charts-wrap{margin-top:24px;height:104px;max-width:100%;width:100%;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.history-detail-charts{height:100%;min-width:1100px;}
.g-section-title{text-align:center;font-weight:600;font-size:46px;margin-bottom:86px;}
.history-detail-screening-bottom,.history-detail-screening-top{display:flex;align-items:flex-start;gap:24px;margin-bottom:24px;}
.history-detail-screening-bottom{margin-bottom:30px;}
.no-zh .screening-label{width:100px;}
.screening-label{flex-shrink:0;width:64px;height:36px;font-weight:400;font-size:16px;color:#040f43;line-height:36px;}
.screening-options-wrap{display:flex;flex-wrap:wrap;gap:14px;}
.screening-option{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:62px;padding:0 14px;font-size:12px;color:var(--info-color);background-color:#fff;border:1px solid #e1e6f0;border-radius:6px;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;}
.screening-option:hover{border-color:#7b61ff;color:#7b61ff;}
.screening-option.screening-active{color:#7b61ff;border-color:#7b61ff;background-color:#fff;}
a.light-link{color:var(--global-color);}
a.light-link:visited{color:var(--info-color);}
a.light-link:hover{color:var(--global-color) !important;}
.query-finish-dialog .g-checkbox-item:hover{color:var(--global-color) !important;}
.g-faq-wrap{background:#F7F9FF;padding:140px 0;}
