: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;
        color: #111;
}
.reset_style a:hover {
	    color: #e60012 !important;
    font-weight: 700 !important;
}

.p_breadcrumbItem a,
.p_breadcrumbItem span{
	color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
}

.p_breadcrumbItem:not(:first-child)::before {
	content:" / " !important;
}

.p_page {
	padding-top: 10px;
  padding-bottom: 10px;
}

#c_grid-116273709439191 {
    position: sticky;
    top: 0px;
    z-index: 999;
}