
/* Preloader */

@keyframes hidePreloader {
    0% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 0;
        height: 0;
    }
}

body>div.preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1071;
    opacity: 0;
    transition: opacity .1s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.loaded)>div.preloader {
    opacity: 1;
}

body:not(.loaded) {
    overflow: hidden;
}

body.loaded>div.preloader {
    animation: hidePreloader .1s linear .1s forwards;
}

    
/* 高级搜索 search box */
.search-container {
    display: flex;
    min-height: 100vh;
}

/* 左侧导航栏样式 */
.search-sidebar {
    width: 200px;
    background-color: #eaecf3;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.search-tab {
    padding: 15px 20px;
    color: #0d0d0d;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.search-tab:hover {
    background-color: #dedee7;
}

.search-tab.active {
    background-color: #ffffff;
    border-left: 3px solid #3553fc;
    font-weight: bold;
}

/* 右侧内容区样式 */
.search-content {
    flex: 1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #fff;
    /* background-color: #f9f9f9; */
}

.search-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.search-tab-content.active {
    display: block;
}

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

/* 内容样式 */
.search-tab-content h2 {
    margin-bottom: 15px;
    color: #2c3e50;
}

.search-tab-content p {
    margin-bottom: 10px;
}

.search-ab-content ul {
    margin-left: 20px;
    margin-top: 10px;
}

.search-tab-content li {
    margin-bottom: 5px;
}

.search-tab-content img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 4px;
}

.search-sub-label {
    margin-right: 15px;
}

/* ---------------- 定制 css ---------------- */


.logo_i {
    line-height: 1;
    display: inline-block;
    width: 26px;
    height: 26px;
    padding-top: 0rem;
    padding-right: 0.1rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    color: rgba(38, 102, 251, 1);
    border: 0px solid #e2e8f0;
    border-radius: .2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* 顶部导航菜单 */


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 96%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 1.6rem;
        padding-top: 2px;
        padding-bottom: 0rem;
    }
}


.nav_title_left_box {
    background-color: rgb(35, 35, 35);
    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.nav_title_left_box_active {
    background-color: rgba(38, 102, 251, 1);
    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.nav_search_input {
    display: block;
    overflow-wrap: break-word;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    color: rgb(136, 136, 136);
    border: 1px solid #e2e8f0;
    border-radius: .2rem;
    height: 28px;
    width: 260px;
    padding: .2rem 0.5rem;
    margin-top: 13px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.nav_link_top {
    line-height: 0.7;
    border-left: 15px solid rgb(31, 31, 31);
}
.nav_link_top.active {
    border-left: 15px solid rgba(38, 102, 251, 1);
}



.select_one {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    width: 120px;
    height: 25px;
    padding-top: 0.1rem;
    padding-right: 0.2rem;
    padding-bottom: 0.1rem;
    padding-left: 0.5rem;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: .2rem;
    background: #fff url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%232D3748\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right 1.25rem center/8px 10px;
    box-shadow: inset 0 1px 2px rgba(31, 45, 61, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.table_list {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    vertical-align: middle;
    max-width: 100%;
}

.table_list td {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    vertical-align: middle;
}

.table_list thead th {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    vertical-align: middle;
}

.td_center {
    text-align: center;
}

.table_tools {
    margin-bottom: 0.1rem;
}

.table_tools td {
    font-size: .8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-top: 0px solid #eaecf3;
}

.tbody_group {
    background-color: #f3f3f3;
    border-radius: 90px; /* 四个角都有10px的圆角 */
}

.td_tools {
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
}

.spider_label {
    color: #959393;
    font-size: .8rem;
}

.table_detail td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    vertical-align: middle;
}

.table_detail thead th {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    vertical-align: middle;
}





.date_pick {
    width: 150px;
    padding-left: 8px;
    padding-right: 5px;
    background-color: #ffffff;
}
.keywords_input {
    width: 180px;
    padding-left: 8px;
    padding-right: 5px;
}
.term_search {
    min-width: 100px;
    padding-left: 8px;
    padding-right: 5px;
}
.input_search {
    min-width: 100px;
    padding-left: 8px;
    padding-right: 5px;
}


/* ---------------- 定制 css: sider 对话框 ---------------- */

.side_dialog_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.side_dialog {
    position: fixed;
    top: 0;
    right: -1000px; /* 初始状态隐藏在右侧 */
    width: 1000px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.side_dialog.active {
    right: 0; /* 显示状态 */
}

.side_dialog_close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: #666;
}

/* ---------------- 定制 css: 流式 flex_summary_box ---------------- */

.flex_summary_box_section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start; /* 从左到右排列 */
}

.flex_summary_box {
    min-width: 220px;
    width: 23.2%;
    height: 200px;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}


.flex_summary_box_header {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;     /* 垂直居中 */
}

.flex_summary_box_content {
    flex: 1;
    font-size: 15px;
}

.flex_summary_box_footer {
    height: 50px;
    font-size: 15px;
    border-top: 1px solid #dddddd;
    display: flex;
    justify-content: flex-end;
    align-items: center;     /* 垂直居中 */
}



.flex_summary_box_title {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    line-height: 20px;
    font: HarmonyOS Sans SC Med;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}




/* ---------------- 定制 css:  ---------------- */

.order_section_label_logic {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #006df3;
  border-radius: 4px;
  color: rgba(38, 102, 251, 1);
  line-height: 16px;
  font-size: 18px;
  font-weight: normal;
  font-family: HarmonyOS_Sans_SC_Medium;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: break-word;
  margin: 0px;
  padding: 2px 10px;
}


.common_form_input {
  font-size: 18px;
  font-weight: 400;
  /* display: block; */
  width: 100%;
  height: 36px;
  padding: 1rem 0.5rem;
  transition: all .2s ease;
  color: #4a5568;
  border: 1px solid #d0d0d0;
  border-radius: .175rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}

.common_form_select {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 36px;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  transition: all .2s ease;
  color: #4a5568;
  border: 1px solid #d0d0d0;
  border-radius: .175rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}

.box_center_point {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    text-align: center;
}

.box_flex_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;     /* 垂直居中 */
}

.box_flex_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;     /* 垂直居中 */
}

.line_label {
    color: #152c5b;
    font-weight: 400;
    padding-right: 6px;
}

.detail_label {
    color: #152c5b;
    font-weight: 800;
    padding-right: 10px;
}


.tab_section_label {
  width: 100px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 18px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* New UI compatibility: make old sections transparent inside wb-page */
.wb-page .bg-section-secondary { background: transparent; }
.wb-page .container { max-width: 100%; padding: 0; }
.wb-page .pt-lg-6 { padding-top: 0 !important; }
