.erji{
    width: auto !important;
    height: auto !important;
    transition: all ease-in-out 300ms;
}
.erji li{
    white-space: nowrap !important;
}
.p_level1Item:hover > .erji{
    display: block !important;
    transition: all ease-in-out 300ms;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #666;
}
::-webkit-scrollbar-thumb {
    background: var(--gege);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--gege);
}
.p_stitle{
    font-size: 18px;
    font-weight: bold;
}
.fixed_contacts {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 25%;
    transition: all 0.3s;
}

.fixed_contacts_default {
    width: 50px;
    height: 250px;
    background: #1D84DC;
}

.fixed_contacts_active {
    width: 320px;
    height: 380px;
    background: #1D84DC;
}

.fixed_contacts ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.fixed_contacts ul li:not(:last-child) {
    border-bottom: solid 1px #459CE7;
}

.fixed_contacts ul li:last-child {
    height: 130px;
    align-items: start;
}

.fixed_contacts ul li {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px !important;
    padding-inline-start: 0;
}

.fixed_contacts ul li a {
    color: inherit;
    display: none;
}

.fixed_contacts ul li a:hover {
    color: inherit !important;
}

.whatsapp_qrcode {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.whatsapp_qrcode a {
    height: 50px;
    line-height: 50px;
}

.whatsapp_qrcode img {
    display: none;
    width: 90px;
    /*	height: 75px;*/
}
.common_box{
    width: 65%;
    margin: 60px auto;
}

.common_box .title{
    text-align: center;
    margin-bottom: 40px;
}

.common_table {
    width: 100%;
    border: 1px solid #333;
}

.common_table tr td {
    line-height: 20px;
    font-size: 15px;
    padding: 10px 20px;
    height: 80px;
}

.common_table tr:nth-child(2n) {
    background: #fff;
}

.common_table tr td:nth-child(3) p {
    font-family: ml;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.common_table tr:nth-child(1) {
    background: #0058ab;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 65px !important;
    height: 65px !important;
}

.common_table tr:hover {
    background: #beddfb;
}

.common_table tr:nth-child(1):hover {
    background: #0058ab;
}

.common_tabletr td img {
    width: 95%;
    height: auto;
}

.total_records {
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.pager {
    width: 400px;
    height: 40px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: solid 1px #999;
    border-radius: 3px;
    box-sizing: border-box;
    color: #0058ab;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.pager .cur {
    background: #0058ab;
    color: #FFF;
}

.pager a:not(.disabled):hover {
    background: #0058ab;
    color: #FFF;
    cursor: pointer;
}

.pager .disabled {
    color: #999;
}

.pager .disabled:hover {
    cursor: not-allowed;
}

.product_large_category {
    width: 100%;
    height: 50px;
    display: flex;
    border: solid 1px #0058ab;
    margin-bottom: 50px;
}

.product_large_category a {
    display: block;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: inherit;
    font-size: 24px;
}

.product_large_category .active {
    background: #0d4696;
    color: #FFF;
}

.product_cover {
    width: auto;
    height: 220px;
}

.faq_q {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.faq_a {
    font-size: 16px;
    margin-bottom: 40px;
    color: #666;
}

.products_table_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.left_categories ul{
    width: 90%;
}

.left_categories ul li{
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 15px;
    padding: 10px 5px;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px rgba(150, 150, 150, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 200ms;
    /*font-size: 18px;*/
}

.left_categories ul li:hover{
    cursor: pointer;
    background: #2486D4;
    color: #FFF;
}

.left_categories ul .active{
    background: #2486D4;
    color: #FFF;
}
