/*   隐藏滚动条 开始 */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

html, body {
    overflow-y: auto;
    /* Firefox */
    scrollbar-width: none;
    /* IE 10+ */
    -ms-overflow-style: none;
}

/*  隐藏滚动条 结束 */


body {
    color: var(--font_black_c);
}

.layui-container {
    width: 100%;
    padding: 0 0;
    /*background-color: var(--test_dark_blue);*/
}

/*top  css  开始*/

.top_div {
    background-color: var(--top_b_c);
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.top_cont {
    padding: 8px 0px;
    width: 100%;
    display: flex;
    font-family: "Helvetica Neue", "Open Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;

}

.top_left {
    /*background-color: var(--test_qin);*/
    font-family: "Helvetica Neue", "Open Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 24px;
    padding-left: 7.9167%;
    padding-right: 7.9167%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.top_left a {
    font-size: 1.25rem;
    line-height: 24px;
    height: 24px;
}

.site_home {
    padding: 5px 0px;
    margin: 5px 0px;
    margin-right: 16px;
    font-weight: 600;
}

.home {
    background-color: var(--top_yellow);
    padding: 5px 10px;
    margin: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.top_right {
    /*background-color: var(--test_pink);*/
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 7.9167%;
    padding-right: 7.9167%;
}

.top_right a {
    font-size: 1.25rem;
    line-height: 24px;
    height: 24px;
}


.creat_invoice {
    background-color: var(--top_yellow);
    padding: 5px 10px;
    margin: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.admin_ht {
    /*margin-right: 16px;*/
    display: none;
}

.admin_in {
    margin-right: 16px;
}

.admin_ht_show {
    /*margin-right: 16px;*/
    display: inline-block;
}


.language_a {
    margin-right: 16px;
}

.user_a {
    margin-right: 16px;
}

.login_out {
    margin-right: 16px;
}

.login_a {
    margin-right: 16px;
}


.hide_css {
    display: none;
}

/*top  css  结束*/


/*bottom css  开始*/
.bottom_div {
    /*background-color: var(--top_b_c);*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 140px;
}

.bottom_link {
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom_link div {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.icp_bq {
    font-size: 16px;
}

/*bottom css  结束*/