.elementor-92 .elementor-element.elementor-element-7e92c8a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-92 .elementor-element.elementor-element-3cb0afb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-92 .elementor-element.elementor-element-cdf9886 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:700;color:#B90001;}.elementor-92 .elementor-element.elementor-element-9112f10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-e7a8f93 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:700;color:#B90001;}.elementor-92 .elementor-element.elementor-element-b029e61 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:700;color:#B90001;}.elementor-92 .elementor-element.elementor-element-bb9ae4b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:700;color:#B90001;}.elementor-92 .elementor-element.elementor-element-6e71f8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-6e71f8d:not(.elementor-motion-effects-element-type-background), .elementor-92 .elementor-element.elementor-element-6e71f8d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-92 .elementor-element.elementor-element-4020a8b > .elementor-widget-container{padding:015px 0px 0px 015px;}.elementor-92 .elementor-element.elementor-element-4020a8b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:700;color:#373737;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-92 .elementor-element.elementor-element-b8475db > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-92 .elementor-element.elementor-element-b8475db{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;color:#464646;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-92 .elementor-element.elementor-element-20f3d2a .elementor-button{background-color:#F8F8F8;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:500;fill:#050505;color:#050505;}.elementor-92 .elementor-element.elementor-element-20f3d2a .elementor-button-content-wrapper{flex-direction:row-reverse;}@media(min-width:768px){.elementor-92 .elementor-element.elementor-element-3cb0afb{--width:100%;}.elementor-92 .elementor-element.elementor-element-9112f10{--width:100%;}.elementor-92 .elementor-element.elementor-element-6e71f8d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-3a54b35 *//* 基本样式：去除列表符号，设置字体、颜色和间距 */
.product-subcategories-list {
    list-style-type: none; /* 移除默认的项目符号 */
    padding: 0; /* 去除内边距 */
    margin: 0; /* 去除外边距 */
    font-family: 'Poppins', sans-serif; /* 设置字体为 Poppins */
    font-size: 14px; /* 设置字体大小 */
    line-height: 1.9; /* 增加行高，使文本更易读 */
    color: #000; /* 设置字体颜色 */
}

/* 设置每个子分类项的默认样式 */
.product-subcategories-list li {
    margin-bottom: 13px; /* 每个列表项之间增加一些间距 */
}

/* 链接样式 */
.product-subcategories-list a {
    color: #000; /* 链接文本颜色 */
    text-decoration: none; /* 去除下划线 */
    font-weight: 400; /* 设置普通文本的粗细 */
}

/* 悬停时的链接样式 */
.product-subcategories-list a:hover {
    color: #d81a1a; /* 设置悬停时的链接颜色 */
   
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8386733 *//* 基本样式：去除列表符号，设置字体、颜色和间距 */
.product-subcategories-list {
    list-style-type: none; /* 移除默认的项目符号 */
    padding: 0; /* 去除内边距 */
    margin: 0; /* 去除外边距 */
    font-family: 'Poppins', sans-serif; /* 设置字体为 Poppins */
    font-size: 14px; /* 设置字体大小 */
    line-height: 1.9; /* 增加行高，使文本更易读 */
    color: #000; /* 设置字体颜色 */
}

/* 设置每个子分类项的默认样式 */
.product-subcategories-list li {
    margin-bottom: 13px; /* 每个列表项之间增加一些间距 */
}

/* 链接样式 */
.product-subcategories-list a {
    color: #000; /* 链接文本颜色 */
    text-decoration: none; /* 去除下划线 */
    font-weight: 400; /* 设置普通文本的粗细 */
}

/* 悬停时的链接样式 */
.product-subcategories-list a:hover {
    color: #d81a1a; /* 设置悬停时的链接颜色 */
   
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bd31d99 *//* 基本样式：去除列表符号，设置字体、颜色和间距 */
.product-subcategories-list {
    list-style-type: none; /* 移除默认的项目符号 */
    padding: 0; /* 去除内边距 */
    margin: 0; /* 去除外边距 */
    font-family: 'Poppins', sans-serif; /* 设置字体为 Poppins */
    font-size: 14px; /* 设置字体大小 */
    line-height: 1.9; /* 增加行高，使文本更易读 */
    color: #000; /* 设置字体颜色 */
}

/* 设置每个子分类项的默认样式 */
.product-subcategories-list li {
    margin-bottom: 13px; /* 每个列表项之间增加一些间距 */
}

/* 链接样式 */
.product-subcategories-list a {
    color: #000; /* 链接文本颜色 */
    text-decoration: none; /* 去除下划线 */
    font-weight: 400; /* 设置普通文本的粗细 */
}

/* 悬停时的链接样式 */
.product-subcategories-list a:hover {
    color: #d81a1a; /* 设置悬停时的链接颜色 */
   
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9c6978d *//* 基本样式：去除列表符号，设置字体、颜色和间距 */
.product-subcategories-list {
    list-style-type: none; /* 移除默认的项目符号 */
    padding: 0; /* 去除内边距 */
    margin: 0; /* 去除外边距 */
    font-family: 'Poppins', sans-serif; /* 设置字体为 Poppins */
    font-size: 14px; /* 设置字体大小 */
    line-height: 1.9; /* 增加行高，使文本更易读 */
    color: #000; /* 设置字体颜色 */
}

/* 设置每个子分类项的默认样式 */
.product-subcategories-list li {
    margin-bottom: 13px; /* 每个列表项之间增加一些间距 */
}

/* 链接样式 */
.product-subcategories-list a {
    color: #000; /* 链接文本颜色 */
    text-decoration: none; /* 去除下划线 */
    font-weight: 400; /* 设置普通文本的粗细 */
}

/* 悬停时的链接样式 */
.product-subcategories-list a:hover {
    color: #d81a1a; /* 设置悬停时的链接颜色 */
   
}/* End custom CSS */