:root {
    --theme-color: #e60012;
    --sub-color: #d72c26;
    --main-fs: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

html,body {
    scroll-behavior: smooth;
    word-break: break-word;
    font-family: 'Microsoft Yahei' !important;
}
.reset_style a:hover {
	    color: #e60012 !important;
    font-weight: 700 !important;
}

.p_page {
	padding-top: 10px;
  padding-bottom: 10px;
}
#c_grid-116273709439191{
    position: sticky;
    top: 0px;
    z-index: 999;
}

.p_breadcrumbItem ,   .p_breadcrumbItem a,
.text-secondary{
        color: #9c9c9c;font-size: 12px;

}

.e_breadcrumb-112 .p_breadcrumbItem:not(:first-child)::before {
        content: ' / ';

}