body {
    margin: 0;
    font-family:"Microsoft YaHei","Arimo","helvetica Neue","Helvetica,Arial,sans-serif" !important;
    background: #f4f7fb;
    color: #202733;
}
div,a,h1,h2,h3,h4,h5,h6,span,p,i,canvas{
    font-family:"Microsoft YaHei","Arimo","helvetica Neue","Helvetica,Arial,sans-serif";
}

a {
    text-decoration: none;
    color: #fff;
}
.classification a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.el-table .warning-row {
    background: #f8fbff;
}
.margin_center{
    width: 80%;
    margin: auto;
    box-sizing: border-box;
}
.margin_bck{
    width: 80%;
    margin: 1.875rem auto;
    box-sizing: border-box;
	/* margin-top: -3.7rem; */
}
.ba_rad{
    background: #f4f7fb;
    padding: 1.5rem 0 2rem;
    }
.ba_ind{
    position: relative;
    z-index: 9;
}
#particles-js {
	width: 100%;
	height: 100%;
    z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.dis_box {
    display: flex;
}

.tab {
    width: 12.75rem;
    height: 100vh;
    background:
        linear-gradient(180deg, rgba(15, 118, 178, 0.16) 0%, rgba(15, 76, 117, 0.10) 42%, rgba(255, 255, 255, 0.02) 100%),
        #173b5c;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 16px 0 40px rgba(14, 32, 58, 0.16);
    backdrop-filter: none;
}

.tab_box {
    width: 100%;
    margin: 0;
    min-height: 100%;
}

.tab_logo {
    flex: none;
    padding: .95rem .85rem .65rem;
    vertical-align: middle;
    box-sizing: border-box;
}

.tab_logo img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

.tab_left {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex: none;
    flex-direction: column;
}

.classification {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: .32rem;
    padding: .35rem .65rem;
    font-size: .95rem;
    font-weight: 640;
    letter-spacing: 0;
}

.classification::before {
    content: "Navigation";
    display: block;
    padding: .45rem .2rem .35rem;
    color: rgba(232, 244, 252, 0.68);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.classification div {
    flex: none;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    min-height: 2.55rem;
    padding: 0 .72rem;
    white-space: nowrap;
    border-radius: 7px;
    color: rgba(248, 250, 252, 0.92);
    position: relative;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.classification div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .52rem;
    bottom: .52rem;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    flex: none;
}

.classification a {
    color: inherit;
    width: 100%;
    gap: .7rem;
}

.nav-icon {
    width: 1.1rem;
    min-width: 1.1rem;
    color: rgba(186, 230, 253, 0.82);
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.classification div > .nav-icon {
    margin-right: .7rem;
}

.classification div:hover {
    background: rgba(224, 242, 254, 0.10);
    color: #fff;
    transform: translateX(1px);
}

.select {
    background: rgba(224, 242, 254, 0.13);
    color: #fff !important;
    box-shadow: none;
}

.select::before {
    background: #22d3ee !important;
}

.select .nav-icon {
    color: #67e8f9;
}

.tab_right {
    flex: 1;
}

.tab_right img {
    width: 60%;
    float: right;
    margin-top: .5625rem;
}
.flex_box{
    flex: 1;
}
.information {
    width: 100%;
    background: #fff;
    z-index: 9;
    border-top: 1px solid #e0e7f0;
}

.information_box {
    width: 80%;
    margin: auto;
    color: #39465a;
    font-size: .875rem;
}

.logo_name {
    align-items: center;
    flex: 2;
}

.logo_name img {
    width: 5.625rem;
}

.footer-institution-mark {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #0087a7;
    background: #f8fbff;
    border: 1px solid #dfe7f1;
    font-size: 1.45rem;
    flex: 0 0 auto;
}

.contact {
    flex: 1;
    display: flex;
    align-items: center;
}
.contact_ju{
    justify-content: flex-end;
}

.sidebar-meta {
    position: absolute;
    left: .75rem;
    right: .75rem;
    bottom: .8rem;
    padding: .72rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(9, 47, 78, 0.54);
    color: rgba(226, 232, 240, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sidebar-meta-status {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .55rem;
    color: #d1fae5;
    font-size: .78rem;
    font-weight: 700;
}

.sidebar-meta-status span {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.sidebar-meta-row {
    display: flex;
    justify-content: space-between;
    gap: .65rem;
    padding: .28rem 0;
    font-size: .74rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.sidebar-meta-row span {
    color: rgba(203, 213, 225, 0.72);
}

.sidebar-meta-row strong {
    color: #f8fafc;
    font-weight: 700;
    text-align: right;
}

.information_top {
    min-height: 7.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px #e0e7f0 solid;
    box-sizing: border-box;
}

.bootom_name {
    margin-top: .625rem;
}

.felx1 {
    flex: 1;
}

.copyright {
    text-align: right;
    margin-top: .625rem;
}

.information_bootm {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
}
.ba_rgb{
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(17, 36, 66, 0.08);
    box-sizing: border-box;
}
.el-pagination__total,.el-pagination__jump{
    color: #39465a !important;
}
.pagin_box{
    text-align: center;
    margin: 1.25rem 0;
}
.fz_22{
    font-size: 1.375rem;
}
.name-wrapper a{
    color: #409EFF;
}
.tab_logo img{
    width: 100%;
    height: auto;
}
.text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.articles_title{
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi{
    width: 1.875rem;
    height: 1.875rem;
    margin: 1.25rem;
    float: left;
}
.multi img{
    width: 100%;
    height: 100%;
}
.waptab{
    display: flex;
	position: sticky;
	top: 0;
	left: 0;
    align-items: center;
    width: 100%;
    background: #062a4f;
    z-index: 999;
    min-height: 4.25rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}
.wap_logo{
    flex: 1;
    text-align: center;
}
.wap_logo img{
    width: 12.5rem;
}
.wap_tab{
    padding: 1.25rem;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.herbs_content {
    padding-top: 1.5rem;
}
.bot_tc{
    text-align: center;
}
.describe_name{
    padding: 10px;
    text-align: right;
    border: 1px solid #EBEEF5;
    background: #fafafa;
    width: 50%;
    word-wrap: break-word;
    word-break:break-all;
    color: #909399;
}
.describe_na{
    width: 50%;
    padding: 10px;
    border: 1px solid #EBEEF5;
    background: #fff;
    color: #606266;
    word-wrap: break-word;
    word-break:break-all;
}
.function_but{
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1000;
}
.function_icon{
    width: 3.25rem;
    height: 3.25rem;
    background: rgba(6, 42, 79, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .875rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.function_icon:hover{
    background: #409EFF;
    transform: translateY(-2px);
}
.function_icon.icon-180:hover{
    transform: rotate(180deg) translateY(2px);
}
.icon-180{
    transform:rotate(180deg);
}
.descr_box {
    max-height: 31.25rem;
    overflow: auto;
}

.reduction_but {
    text-align: right;
    display: flex;
    align-items: center;
}
.table_text{
    color: #000;
    font-size: 1rem;
}
.targets_bac{
    background-color: #91CC75;
}
.ingredients_bac{
    background-color: #409EFF;
}
.herbs_bac{
    background-color: #EE6666;
}
.diseases_bac{
    background-color: #FAC858;
}
.lengend_box{
    width: 2.8125rem;
    height: 1.5625rem;
    border-radius: .375rem;
    margin: 0 .625rem;
}
.dis-y-flex{
    align-items: center;
}
.t-c{
    text-align: center;
}
.length_mar{
    margin-bottom:10px;
    }

.page-shell {
    width: min(80%, 1280px);
    margin: 0 auto 1.5rem;
    color: #fff;
}

.page-hero {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 1.25rem;
    padding: 1.35rem 1.65rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dfe7f1;
    box-shadow: 0 8px 20px rgba(17, 36, 66, 0.04);
}

.page-kicker {
    margin: 0 0 .45rem;
    color: #0087a7;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-indent: 0 !important;
    text-align: left !important;
}

.page-title {
    margin: 0;
    color: #142033;
    font-size: clamp(1.65rem, 2.4vw, 2.3rem);
    line-height: 1.18;
}

.page-summary {
    max-width: none;
    margin: .6rem 0 0;
    color: #526174;
    font-size: .98rem;
    line-height: 1.65;
    text-indent: 0 !important;
    text-align: left;
}

.content_box {
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(17, 36, 66, 0.08);
    box-sizing: border-box;
}

.content_box.margin_center {
    width: min(92%, 1280px);
    margin: 0 auto 1.5rem;
    padding: 1.875rem;
}

.table_box {
    overflow: hidden;
}

.mobile-record-list {
    display: none;
}

.mobile-pagination {
    display: none;
}

.mobile-record-card {
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 36, 66, 0.05);
    overflow: hidden;
}

.mobile-record-card + .mobile-record-card {
    margin-top: .9rem;
}

.mobile-record-head {
    padding: .85rem .95rem;
    background: #f8fbff;
    border-bottom: 1px solid #e6edf5;
}

.mobile-record-kicker {
    margin: 0 0 .25rem;
    color: #0087a7;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mobile-record-title {
    display: block;
    color: #142033;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.mobile-record-title a {
    color: #142033;
}

.record-detail-link {
    color: #0087a7 !important;
    font-weight: 700;
    text-decoration: none;
}

.record-detail-link:hover,
.record-detail-link:focus {
    color: #006f91 !important;
    text-decoration: underline;
}

.el-table .record-detail-link,
.name-wrapper .record-detail-link,
.mobile-record-title .record-detail-link {
    color: #0087a7 !important;
}

.el-table .record-detail-link:hover,
.name-wrapper .record-detail-link:hover,
.mobile-record-title .record-detail-link:hover {
    color: #006f91 !important;
}

.mobile-record-body {
    display: grid;
    gap: .7rem;
    padding: .85rem .95rem .95rem;
}

.mobile-record-field {
    display: grid;
    gap: .2rem;
}

.mobile-record-field span {
    color: #6b778a;
    font-size: .74rem;
    font-weight: 700;
}

.mobile-record-field strong,
.mobile-record-field p {
    margin: 0;
    color: #243044;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.55;
    word-break: break-word;
}

.mobile-record-empty {
    padding: 1.2rem;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #64748b;
    text-align: center;
    background: #f8fafc;
}

.herbs_search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .75rem;
}

.herbs_search .el-autocomplete {
    width: min(36rem, 48vw) !important;
    max-width: 34rem;
}

.aut_but {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.el-table {
    border-radius: 8px !important;
    overflow: hidden;
    color: #243044;
}

.el-table th.el-table__cell {
    background: #f8fafc;
    color: #202733;
    font-weight: 700;
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: #fbfdff;
}

.el-table .cell {
    line-height: 1.45;
}

.el-button {
    border-radius: 6px;
}

.el-input__inner,
.el-textarea__inner {
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .tab_box,
    .margin_center,
    .margin_bck,
    .information_box {
        width: 90%;
    }

    .classification {
        font-size: .9rem;
    }

    .classification div {
        padding: 0 .35rem;
    }
}

@media (min-width: 769px) {
    body {
        padding-left: 12.75rem;
    }

    .herbs_content,
    .ingre_conent {
        padding-top: 1.5rem;
    }

    .margin_center,
    .margin_bck,
    .information_box,
    .page-shell {
        width: min(92%, 1280px);
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    body {
        padding-left: 0;
    }

    .tab {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        background: #062a4f;
        overflow: hidden;
        box-shadow: 0 8px 26px rgba(6, 42, 79, 0.18);
    }

    .sidebar-meta {
        display: none;
    }

    .tab_box {
        width: 100%;
        min-height: auto;
    }

    .tab_left {
        min-height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: .55rem;
        padding: .65rem .8rem .55rem;
        box-sizing: border-box;
    }

    .tab_logo {
        flex: 0 0 8rem;
        padding: 0;
        text-align: left;
    }

    .tab_logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .classification {
        flex: 0 0 100%;
        min-width: 0;
        width: 100%;
        flex-direction: row;
        gap: .4rem;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: .85rem;
        scrollbar-width: none;
    }

    .classification::-webkit-scrollbar {
        display: none;
    }

    .classification::before {
        display: none;
    }

    .classification div {
        width: auto;
        min-height: 2.45rem;
        padding: 0 .7rem;
        box-sizing: border-box;
        border-radius: 999px;
    }

    .classification div::before {
        left: .65rem;
        right: .65rem;
        top: auto;
        bottom: .25rem;
        width: auto;
        height: 2px;
    }

    .classification a {
        gap: .45rem;
    }

    .classification div > .nav-icon {
        margin-right: .45rem;
    }

    .nav-icon {
        width: .95rem;
        min-width: .95rem;
        font-size: .9rem;
    }

    .margin_center,
    .margin_bck,
    .page-shell,
    .information_box {
        width: 92%;
    }

    .ba_rad {
        padding-bottom: 1rem;
    }

    .ba_rgb,
    .content_box {
        padding: 1rem;
        margin-top: 1rem;
    }

    .content_box.margin_center {
        padding: 1rem;
    }

    .page-hero {
        padding: 1.1rem;
    }

    .herbs_search {
        align-items: stretch;
        flex-direction: column;
        text-align: left;
    }

    .herbs_search .el-autocomplete,
    .herbs_pc .el-autocomplete,
    .el-autocomplete {
        width: 100% !important;
        max-width: none;
    }

    .aut_but {
        width: 100%;
        justify-content: flex-end;
    }

    .table_box .el-table,
    .content_box > .el-table {
        display: none;
    }

    .mobile-record-list {
        display: block;
        margin-top: 1rem;
    }

    .desktop-pagination {
        display: none;
    }

    .mobile-pagination {
        display: block;
    }

    .information_top,
    .information_bootm {
        display: block;
    }

    .logo_name {
        display: block;
        text-align: center;
    }

    .logo_name .name {
        margin-left: 0 !important;
        margin-top: .875rem;
    }

    .copyright {
        text-align: left;
    }

    .function_but {
        right: .75rem;
        bottom: .75rem;
    }

    .function_icon {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.2rem;
    }
}
