* {
    --primary_color: #eb950f;
    --max_width: 1200px;
    --font_family_bold: 'HarmonyOS Sans SC Bold';
    font-family: 'HarmonyOS Sans SC Regular';
    word-break: keep-all !important;
    --chino_theme_color: #d10e17;
}

a {
    text-decoration: none;
}

.line2_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line8_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}



.required::after {
    content: '*';
    color: #cb1017;
}



.chino_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.chino_inner.h-full {
    height: 100%;
}

.chino_inner.flex {
    display: flex;
}

.chino_inner.justify-center {
    justify-content: center;
}

.chino_inner.items-center {
    align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e98a11;
}

.breadcrumb {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.breadcrumb-item a {
    display: flex;
    align-items: center;
    color: #55575a;
}

.breadcrumb-item a svg {
    display: inline-block;
    margin-right: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
@media screen and (max-width: 1000px) {
    .chino_inner {
        max-width: 100%;
        padding: 0 20px;
    }
}




.chino_table_content tbody,
.chino_table_content td,
.chino_table_content  tfoot,
.chino_table_content  th,
.chino_table_content thead,
.chino_table_content tr {
    border-width: 1px !important;
}

table p {
    margin: 3px !important;
}

.chino_table_content table th,
.chino_table_content table td {
    padding: 0;
}

.chino_table_content table tr td:nth-child(1),
.chino_table_content table tr th:nth-child(1) {
    /*background-color: #e8e8e8;*/
    /*font-weight: bold;*/
}


.chino_table_content table p {
    margin: 0;
    padding: 3px;
}

.chino_table_content #content {
    padding-right: 20px;
}

.chino_table_content table {
    margin-right: 0 !important;
}


@media screen and (max-width: 1068px) {
    .chino_table_content #content {
        overflow: auto;
    }
    .chino_table_content #content {
        padding-right: 0 !important;
    }
}



.form input::placeholder, .form textarea::placeholder {
    color: rgba(0,0,0,.5) !important;
}
