﻿/* 引入Oswald字体 */
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../css/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../css/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../css/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../css/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../css/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*首页页脚区域友情链接区CSS代码*/
.links {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 5px;
    max-height: 304px;
    overflow-y: auto;
    overflow-x: hidden;
}

.site-footer .widget .links::-webkit-scrollbar {
    width: 0;
}

.links a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    padding: 5px;
    margin: 5px 8px 13px;
    border-radius: 5px;
    color: rgb(255,255,255,.6);
    /*background-color: rgb(255,255,255,.6);*/
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0px 1px 3px 0px #ffffff87;
    box-shadow: 0px 1px 3px 0px #ffffff87;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.links a:hover {
    background: #ffffff2b;
}

.links a img {
    display: inline-block;
    height: 20px;
    padding: 0 5px 2px 0;
}

/*商城分类文章详情CSS代码*/
.site-content .book {
    background-color: #ffffff;
    border-bottom: 1px dashed #c5d1dc;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    border-bottom: 0;
}

/*ios移动端部分手机不支持background-attachment: fixed 的解决办法*/
@media screen and (max-width:768px) {
body{
    background: none !important;
    
}
	body:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(/wp-content/themes/elitepress/images/bg_3.jpg) repeat center center !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
}

/*配合ios移动端部分手机不支持background-attachment: fixed 的解决办法，针对panderslider不兼容增加的CSS*/
.top-slider-nav {
    overflow: hidden;
}

/*文章详情标题相关CSS*/
.site-content .entry-header h1.entry-title {
    line-height: 1.2;
    margin-bottom: 1.3rem;
    line-height: 38px;
    margin-bottom: 5px;
}

.entry-header h1.entry-title > a {
    font-size: 2.5rem;
    font-weight: 500;
}

.blog-seprator {
    display: none;
}

/*商店产品详情页标签相关CSS代码*/
.tagged_as a {
    background-color: rgba(0,150,94,.1);
    color: #00965e;
    padding: 3px;
    border-radius: 0.3rem;
}

.tagged_as a:hover {
    color: #00784b;
    background-color: rgba(0,150,94,.2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/**文章详情中点赞，收藏功能按钮CSS代码*/
.functional-area-button {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 25px 0;
}

.functional-area-button .post-like, .functional-area-button .shoucang {
    font-size: 1.3rem;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-color: #6c757d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
    margin-right: 8px;
}

.functional-area-button .post-like:hover, .functional-area-button .shoucang:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.functional-area-button .shoucang {
    margin-right: 0;
}

.functional-area-button .count, .functional-area-button .shoucangone {
    margin-left: 3px;
}

.functional-area-button .post-like {
    padding: 0;
    /* border: none; */
    background: none;
}

.functional-area-button .post-like a {
    padding: 6px 24px;
    display: inline-block;
    /* border: 1px solid transparent; */
    /* border-color: #6c757d; */
    /* border-radius: 3px; */
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
}

/* 首页化工中间体区域CSS */
.post-chemintermediate {
    padding: 0 10px 6px 5px;
}

@media (max-width:580px) {
    .post-chemintermediate {
        padding: 0 10px 6px;
    }
}

.line-one-img {
    float: left;
    width: 215px;
    margin: 0 10px 0 0;
}

.one-img-5 {
    height: 215px;
    /*overflow: hidden;*/
}

.line-one-img.one-img-5:before, .line-one-img.one-img-5:after {
    content: "";
    display: table;
    clear: both;
}

.line-one-thumbnail {
    float: left;
    width: 215px;
    height: auto;
    /*overflow: hidden;*/
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.one-img-5 .line-one-thumbnail .blog-info {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,.3);
    width: 100%;
}

.post-chemintermediate .cat-one-list .list-date {
    margin: 0;
    color: rgba(255,255,255,.4);
    text-shadow: 1px 1px 3px rgba(0,0,0,.6);
}

.cat-one-list li {
    line-height: 220%;
    margin: 0 50px 0 0;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-date {
    float: right;
    color: #999;
}

.post-chemintermediate .cat-one-list .list-cat-title a {
    color: #333;
    color: rgba(255,255,255,.7);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.cat-one-list .list-cat-title a:hover {
    color: #31a3dd;
}

.post-chemintermediate .cat-one-list .list-cat-title a:hover {
    color: #31a3dd;
    color: rgba(255,255,255,1);
}

@media screen and (max-width: 580px) {
.one-img-5, .one-img-10 {
    height: auto;
}
.line-one-img {
    float: none;
    width: 100%;
    margin: 0;
}
.line-one-thumbnail {
    float: left;
    width: 48%;
    margin: 0;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.line-one-thumbnail:nth-child(2) {
    float: right;
}
.cat-one-list li {
    margin: 0;
}
}

@media screen and (max-width: 480px) {
.list-date {
    /*display: none;*/
}
}

/*首页公司动态为保持在苹果电脑上显示效果相同设置CSS*/
#ycnews .nav-tabs li.cat_name_news a {
    line-height: 1.4;
}

#ycnews .cat-one-list li {
    line-height: 30px;
}

#ycnews .slide-text-bg2 {/*该父元素里的h3设置的inline-block导致在windows系统时会把该处的父元素撑高8px而macbook的sarafi浏览器里不撑高，所以统一设定该父元素高度与子元素h3同高*/
    height: 80px;
    margin-bottom: 10px;
}

/*侧边栏近期产品，热门产品，近期新闻，热门新闻标题相关CSS*/
.widget .nav-tabs.one li a#recent-posts.activeone, .widget .nav-tabs.one li a#hot-posts.activeone, .widget .nav-tabs.four li a#recent-postsfour.activefour, .widget .nav-tabs.four li a#hot-postsfour.activefour {
    font-weight: 600;
    color: #2a2e34;
    font-weight: 400;
    color: #000;
}

.widget .nav-tabs.one li.active a#recent-posts, .widget .nav-tabs.one li.active a#hot-posts, .widget .nav-tabs.four li.active a#recent-postsfour, .widget .nav-tabs.four li.active a#hot-postsfour {
    color: #000;
}

/**备用CSS
.container {
    width: 100%;
    margin: auto;
}

@media (min-width: 1510px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 2em;
        grid-gap: 1em;
    }
}

@media (max-width: 1509px) and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .container {
        max-width: 576px;
    }
}


@media (max-width: 768px) {
    .entry-header .entry-title > a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .entry-header .entry-title > a {
        font-size: 16px;
    }
}
*/

/*文章列表展示图片部局新修改*/
/**
.wp-block-gallery {
    display: grid;
}

@media (max-width:575px) {
    .wp-block-gallery {
        column-gap: 1rem;
        row-gap: 2rem;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .wp-block-gallery {
        column-gap: 1rem;
        row-gap: 2rem;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (min-width: 768px) {
    .wp-block-gallery {
        column-gap: 2rem;
        row-gap: 3rem;
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.wp-block-gallery article {
    width: 100%;
}

.site-content-three.wp-block-gallery .outer_box {
    width: 100%;
}

.site-content-three.wp-block-gallery .outer-cover {
    width: 100%;
}

@media (min-width: 576px) {
    .list .wp-block-gallery {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 575px) {
    .list .wp-block-gallery {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
*/

/*产品展示列表区域修改间距展示CSS*/
/*
@media (min-width:992px) {
    .wp-block-gallery article {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .site-content-three .outer-cover {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .site-content-three.wp-block-gallery .outer_box {
        padding: 0 10px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .wp-block-gallery article {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .site-content-three .outer-cover {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .site-content-three.wp-block-gallery .outer_box {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .wp-block-gallery article {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .site-content-three .outer-cover {
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .site-content-three.wp-block-gallery .outer_box {
        padding: 0 10px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) {
    #sidebar-section-float2 {
        padding-left: 15px;
    }
}

@media (max-width: 1023px) and (min-width:992px) {
    #sidebar-section-float2 {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #sidebar-section-float2 {
        padding: 0 15px;
    }
}

.display-switcher {
    margin: 0 5px 13px;
}
*/

/*首页幻灯片CSS*/
@media (max-width:767px) {
    .slider-one .flexslider .slides > li {
        height: 30vh;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .slider-one .flexslider .slides > li {
        height: 45vh;
    }
}

@media (min-width:1025px) {
    .slider-one .flexslider .slides > li {
        height: calc(100vh - 190px);
    }
}

/** 首页各产品系列区域CSS */
section.section {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.5);
    -o-box-shadow: 0 2px 10px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.5);
    -ms-box-shadow: 0 2px 10px 3px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}

.post-chemintermediate:before, .post-chemintermediate:after, .section:before, .section:after {
    content: "";
    display: table;
    clear: both;
}

.cate-title {
    background: #f5f6f7;
    margin-bottom: 15px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 15px;
}

.sec-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    color: rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(221,221,221,.5);
    line-height: 1;
    padding: 15px 3px 0;
    margin: 0;
    -webkit-box-shadow: 0 1px #fff;
    box-shadow: 0 1px #fff;
}

.sec-title .more {
    font-size: 12px;
    font-weight: 400;
    color: inherit;
}

.sec-title .more:hover {
    color: red;
    text-decoration: none;
}

.pull-right {
    float: right;
}

.sec-title span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: -1px;
    color: red;
    border-bottom: 1px solid red;
    line-height: 1;
    padding-bottom: 10px;
}

.rowone:before, .rowone:after {
    content: "";
    display: table;
    clear: both;
}

.home-blog .shopcenter .post {
    margin: 0 5px 15px;
}

.home-blog .post-cinnamon-series.tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-blog .post-cinnamon-series .post {
    margin: 0 5px 15px;
}

.home-blog .post-foodadditive .post {
    margin: 0 5px 15px;
}

.home-blog .post-veterawmaterial .post {
    margin: 0 5px 15px;
    background: none;
}

.home-blog .post-feedrawmaterial .post {
    margin: 0 5px 15px;
}

.section.modules-agriculturalrawmaterials {
    margin-bottom: 0;
}

.home-blog .post-agriculturalrawmaterials.tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-blog .post-agriculturalrawmaterials .post {
    margin: 0 5px 15px;
}

/* .home-blog .post-chemintermediate .post {
    margin: 0 5px 15px;
} */

/*首页我们的业务CSS*/
.service-btn a {
    margin: 15px 0 5px;
}

/*文章详情标题中包含 仅供出口 字样后面设置的CSS*/
.for_export_only, .for_research_only {
    color: red;
    -webkit-box-shadow: 2px 2px 4px 1px #ccc;
    box-shadow: 2px 2px 4px 1px #ccc;
    border-radius: 4px;
    padding: 0.5rem;
    display: none;
    -webkit-text-emphasis-style: dot;
    background-color: rgba(255, 0, 0, 0.1);
    margin-left: 5px;
}

/*首页幻灯片CSS代码*/
/*
.flexslider.sliderone .slides {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flexslider.sliderone a img {
    max-height: 641px;
    overflow: hidden;
}
*/

/*小屏幕菜单栏搜索弹出窗口CSS*/
@media (min-width:1025px) {
    #top-menu-searchtwo {
        display: none !important;
    }
}

/*商店产品详情页价格库存各参数项随屏幕尺寸响应式变化CSS代码*/
@media (min-width:769px) {    
    .woocommerce div.product div.summary.entry-summary {
        position: relative !important;
        width: 48% !important;
        padding: 0 !important;
    }
    .woocommerce div.product div.summary.entry-summary .price {
        display: block !important;
    }
    .woocommerce div.product div.summary.entry-summary .stock {
        display: block !important;
    }
    .woocommerce div.product div.summary.entry-summary .addtocart_button {
        display: block !important;
        width: 100px !important;
        border-radius: 15px 0 0 15px !important;
    }
    .woocommerce div.product div.summary.entry-summary #buy_now_button {
        width: 100px !important;
        display: block !important;
        border-radius: 0px 15px 15px 0 !important;
    }
}

/*公司动态列表页标题CSS代码*/
.site-content .rowtao .entry-header .entry-title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: 18px/24px Microsoft Yahei;
}

@media (min-width:768px) {
    .site-content .rowtao .entry-header .entry-title a {
       -webkit-line-clamp: 1;
    }
    .site-content .rowtao .entry-header .summary {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:767px) {
    .site-content .rowtao .entry-header .entry-title a {
        height: 48px;
    }
    .site-content .rowtao .entry-header .summary {
        height: 56px;
        word-break: break-all;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/*侧边栏浏览历史区域添加新的排列图标效果*/
#view-history ul li:before {
    content: "";
    position: absolute;
    display: none;
}

#view-history ul li a {
    position: relative;
    padding-left: 36px;
}

#view-history ul li a:before {
    content: "";
    display: block;
    left: 8px;
    position: absolute;
    top: 3.5px;
    background-image: url(../images/pic.b53792e7.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

#view-history ul li a:hover:before {
    -webkit-animation: unset;
    animation: unset;
}

#view-history ul li:first-child a:before {
    background-position: -5px -427px;
}

#view-history ul li:nth-child(2) a:before {
    background-position: -5px -452px;
}

#view-history ul li:nth-child(3) a:before {
    background-position: -5px -477px;
}

#view-history ul li:nth-child(4) a:before {
    background-position: -5px -502px;
}

#view-history ul li:nth-child(5) a:before {
    background-position: -5px -527px;
}

#view-history ul li:nth-child(6) a:before {
    background-position: -5px -552px;
}

#view-history ul li:nth-child(7) a:before {
    background-position: -5px -577px;
}

#view-history ul li:nth-child(8) a:before {
    background-position: -5px -602px;
}

/*搜索框placeholder滚动内容的CSS*/
#search-suggestion {
    height: 30px;
    position: absolute;
    top: 8px;
    overflow: hidden;
    display: none !important;
}

#search-suggestion .search-list li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: none;
}

#search-suggestion ul li a:before {
    display: none;
}

/*搜索框提示文本设置到底层添加显示相关CSS*/
.search-form input.search-field {
    border-radius: 3px 0 0 3px;
    position: absolute;
    height: 46px;
    z-index: 1;
    width: calc(100% - 39px);
    background-color: transparent;
}

/*搜索框滚动切换提示内容CSS代码*/
.scroll_up_down {
    line-height: 46px;
    font-size: 16px;
    position: absolute;
    left: 8px;
}

/*搜索框内容清除按钮CSS代码*/
.keyword-clearinput {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    line-height: 45px;
    padding: 0 6px;
    z-index: 2;
}

.keyword-clearinput svg.icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

input#keywordstwo {
    padding-left: 24px;
}

.chat_item.chat_search .keyword-clearinput {
    padding: 0 0 0 2px;
}

/*改造主导航菜单效果修改的CSS代码*/
.navbar-nav > li > a {
    margin: 10px 0;
}

.navbar-default .navbar-nav > .dropdown > a:after {
    bottom: -10px;
    border-bottom-color: #fffffff5;
    -webkit-transition: none;
    transition: none;
}

@media (min-width:1025px) {
    .slider-one .flexslider .slides > li {
        height: calc(100vh - 210px);
    }
}

#top-menu-search {
    top: 16px;
}

/*标题分隔行CSS代码*/
.page-title-seprator {
    margin: 15px auto;
}

/* 文章详情属性名称CSS代码 */
.property_name {
    display: inline-block;
    width: 5em;
    text-align: justify;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    vertical-align: top;
    text-indent: 0;
}

.property_name:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* 网页主内容区清除浮动 */
.site-content:before, .site-content:after {
    content: "";
    display: table;
    clear: both;
}

/* 联系我们区域新增修改SS */
@media screen and (min-width:600px) {
.entry-content .contact_us_details {
    background: url(/wp-content/themes/elitepress/images/contact.jpg) left no-repeat;
    background-size: cover;
    padding: 80px 0 50px 360px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    margin: 0;
    overflow: hidden;
}

.entry-content .contact_us_details p {
    /* background: unset; */
    margin-left: 180px;
}
}

/* 我的收藏页CSS代码 */
.favourties-title {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
    font-family: Arial,Helvetica,'Microsoft JhengHei','微軟正黑體',sans-serif;
}

.favourties-title svg {
    margin-right: 5px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 22px;
    vertical-align: text-bottom;
}

.videolistbox h3 {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cancel-shoucang {
    background: #fff;
    display: block;
    line-height: 35px;
    border-radius: 3px 0 3px 3px;
    height: 35px;
}

/* 我的收藏分页导航CSS */
.my_favouritesnavi .wp-pagenavi {
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0;
}

/** 在线客服返回底部按钮CSS */
/** .to-bottom {
    height: 9px;
    position: relative;
}

.to-bottom i:before {
    position: absolute;
    left: 60.5px;
    top: -7px;
    cursor: pointer;
} */

/* 主导航菜单相关CSS代码 */
@media screen and (min-width:1025px) {
.pre-box {
    position: absolute;
    top: 50px;
    left: 73px;
    z-index: 1001;
}

.dropdown-submenu ul.dropdown-menu > li:first-child .pre-box {
    top: 13px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -10px;
}

.follow-box {
    background: none;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    /* top: 35px; */
    /* left: -46px; */
    /* cursor: pointer; */
    -webkit-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg);
    /* z-index: 1001; */
    opacity: 0;
}

.follow-box:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    z-index: 9;
    width: 16px;
    height: 10px;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    background: #fffffff5;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown-submenu ul.dropdown-menu li:first-child:hover .pre-box .follow-box:after {
    background: green;
}

.open .follow-box {
    opacity: 1;
}

.changecolor .follow-box:after {
    background: green;
}
}

/** 文章末尾打印，关闭等按钮CSS代码 */
.text-last{
	margin-top: 45px;
	float: right;
}
.text-last span{
	float: left;
	font-size: 12px;
	color: #666;
	margin-left: 26px;
	line-height: 24px;
	cursor: pointer;
}
.text-last span i{
	width: 26px;
	height: 24px;
	float: left;
}
.text-last .l1 i{
	background: url(../images/x26_03.png) no-repeat -10px -1px;
}
.text-last .l2 i{
	background: url(../images/x26_03.png) no-repeat -45px -1px;
}
.text-last .l3 i{
	background: url(../images/x26_03.png) no-repeat -74px -1px;
}
.text-last .l4 i{
	background: url(../images/x26_03.png) no-repeat -105px -1px;
}
.text-last span:hover{
	color: #0068b7;
}
.text-last .l1:hover i{
	background: url(../images/x26_03.png) no-repeat -10px -30px;
}
.text-last .l2:hover i{
	background: url(../images/x26_03.png) no-repeat -45px -30px;
}
.text-last .l3:hover i{
	background: url(../images/x26_03.png) no-repeat -74px -30px;
}
.text-last .l4:hover i{
	background: url(../images/x26_03.png) no-repeat -105px -30px;
}

/** 列表展示产品相关参数标签CSS代码 */
.list .stock-price .excerpt dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** 侧边栏图片添加价格显示标签CSS代码 */
.side-img .ribbon-lanren-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    top: -15px;
    right: 0.5px;
    width: 73px;
    height: 60px;
    left: 0.5px;
    z-index: 1;
    width: 45px;
}
.side-img .ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    left: 26px;
    top: 21px;
    padding: 0px 0;
    width: 61px;
    font-size: 12px;
    left: -14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
}
.side-img .ribbon-green:before, .side-img .ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}
.side-img .ribbon-green:before {
    left: 0;
}
.side-img .ribbon-green:after {
    right: 0;
}
.side-img .price_number {
    color: red;
}

/** 隐藏侧边栏自动产生的<br>标签 */
aside.sidebar-widget.widget br {
    display: none;
}

/** 首页展示产品标题区域相关CSS */
.allintermediate .goods-cas_number, .thumbnail-postcard .goods-cas_number {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allintermediate .goods-cas_number {
    text-shadow: 0 0 1px rgba(0,0,0,.5);
    color: rgba(255,255,255,.6);
}

/* .post-intermediate.part1 .allintermediate .goods-cas_number {
    display: none;
} */

/* @media screen and (max-width: 767px) {
    .post-intermediate.part1 .allintermediate .goods-cas_number {
        display: block;
    }
} */

/** 文章详情页标题区域相关CSS */
.sub-title.goods-cas_number {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** 首页兽用原料区域标题相关CSS */
.post-veterawmaterial .item-inner .sub-title.goods-cas_number {
    text-align: left;
    padding: 0 7px;
}

/** 首页侧边栏，热门产品标题序号CSS */
/** b.b_num {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
} */

span.num {
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ccc;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin: 3px 8px 0 0;
}

#hotposts .row:first-child span.num {
    background-color: #ff7878;
}
#hotposts .row:nth-child(2) span.num {
    background-color: #f9c909;
}
#hotposts .row:nth-child(3) span.num {
    background-color: #24f00c;
}

.time_stamp, .views_stamp {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

/* 首页肉桂系列和农用原料系列产品图片相关CSS代码 */
.post-cinnamon-series .thumbnail-postcard .thumbnail_box .thumbnail, .post-agriculturalrawmaterials .thumbnail-postcard .thumbnail_box .thumbnail {
    padding: 0 0 100%;
    margin: 0;
    border: none;
    position: relative;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.post-cinnamon-series .thumbnail-postcard .thumbnail_box .thumbnail .postcard-pic, .post-agriculturalrawmaterials .thumbnail-postcard .thumbnail_box .thumbnail .postcard-pic {
    object-fit: cover;
    -webkit-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin: 0 auto;
}

/** 首页我们的业务区CSS */
@media screen and (max-width:991px) {
    .service-featured-img {
         width: 100%;
         float: none;
    }
    .service-featured-img img {
        margin: 0 auto;
    }
}

@media screen and (max-width:199px) {
    .service-area .media-body {
        padding: 0 10px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .service-area .media-body {
        padding: 0 10px;
    }
}

/**TouchSlider相关CSS*/
           /**body,td,th,*/ .find_nav ul, .find_nav li, .swipe ul, .swipe li{
                font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
                padding:0;
                margin:0;
            }
            a{
            /** color: #333; */
            text-decoration:none;
            cursor:pointer;
            }
            .find_nav {
                width: 100%;
                height: 50px;
                background-color: #f9f9f9;
                /** position: fixed; */
                top: 0;
                z-index: 9999;
                border-bottom: 1px solid #ddd;
                display: -moz-box;
                display: -webkit-box;
                display: box;
            }
            .find_nav_left {
                height: 50px;
                position: relative;
                overflow: hidden;
                -moz-box-flex: 1;
                -webkit-box-flex: 1;
                box-flex: 1;
            }
            .find_nav_list {
                position: absolute;
                left: 0;
            }
            .find_nav_list ul {
                position: relative;
                white-space: nowrap;
                font-size: 0;
            }
            .find_nav_list ul li {
                display: inline-block;
                padding: 0;
                margin:0 20px;
            }
            .find_nav_list ul li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 50px;
                font-size: 14px;
                text-align: center;
                color: #666;
            }
            .find_nav_cur a {
                color: #48a5f4 !important;
            }
            .find_nav_list a.active{ color:#C00}
            .sideline {
                display: block;
                position: absolute;
                border: 0;
                height: 2px;
                background-color: #48a5f4;
                left: 0;
                top: 48px;
                pointer-events: none;
            }
            .li_list{ min-height:800px; font-size:40px; line-height:800px; color:#fff; text-align:center}
            .swipe{ padding:70px 0 0 0;}
            /** .li_list{overflow-y:auto; display:table;} */ /*将每个li封闭成一个盒子，就可以独立每个li内的内容*/
            /** .li_list span{ display:block; height:300px; overflow:hidden; background:rgba(255,255,255,.2); color:#fff; margin:0 0 20px; font-size:55px; line-height:300px; text-align:center} */

/** 产品分类目录相关CSS */
.cat-folder .seperate_line {
    margin: 0;
}

.cat-folder .seperate_line:last-child {
    display: none;
}

/** 首页我们的业务区域相关CSS */
@media screen and (max-width:480px) {
    .service-area p {
        text-align: left;
    }
}

.service-area h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:420px) {
    .service-area h4 {
        -webkit-line-clamp: 2;
        height: 50px;
    }
}

/** 悬浮 圆圈转动特效 */
@keyframes sonarEffect{
    0%{opacity:.3;}
    40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5)}
    100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5);-webkit-transform:scale(1.25);opacity:0;}
}
@-webkit-keyframes sonarEffect{
    0%{opacity:.3}
    40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5)}
    100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5);-webkit-transform:scale(1.25);opacity:0}
}
@-moz-keyframes sonarEffect{
    0%{opacity:.3}
    40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5)}
    100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #0166ce,0 0 0 5px rgba(255,255,255,.5);-webkit-transform:scale(1.25);opacity:0}
}

/** 返回顶部添加圆圈转动特效 */
.hc_scrollup i {
    font-size: 15px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    /* width: 55px; */
    /* height: 55px; */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    /* color: #000; */
    /* border: 1px solid #999; */
    /* background: transparent; */
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hc_scrollup i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out infinite;
    -moz-animation: sonarEffect 1.3s ease-out infinite;
    animation: sonarEffect 1.3s ease-out infinite;
}

/** 超出文本收起展开按钮CSS*/
.der_top a.more {
    color: orange;
}

.der_top a.more:hover {
    color: #08d;
}

/** 文章详情页标题相关CSS */
button#copyInput {
    display: none;
    margin-left: 10px;
    font-size: 14px;
    color: #2972fa;
    background: none;
    font-size: 2.5rem;
    -webkit-transform: scale(.45);
    transform: scale(.45);
    margin-left: -webkit-calc(-2.5rem * 0.45 + 5px);
    margin-left: calc(-2.5rem * 0.45 + 5px);
}

.entry-title:hover button#copyInput {
    display: initial;
}

button#copyInput i {
    margin-right: 5px;
}

/** 自定义弹窗效果CSS */
/** .tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} */

#alertMessage {
    position: fixed;
    top: 30px;
    left: 20%;
    right: 20%;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    z-index: 999999;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/** 新增复制文章详情按钮CSS */
.content_details #copyButton, #tab-description.wc-tab #copyButton {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px;
    top: 50px;
    right: 5%;
    font-size: 13px;
    color: #2972fa;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
}

.content_details #copyButton:hover, #tab-description.wc-tab #copyButton:hover {
    background-color: #fff;
}

#tab-description.wc-tab {
    position: relative;
}

.content_details #copyButton svg {
    margin-right: 2px;
    font-size: 14px;
}

.content_details:hover #copyButton, #tab-description.wc-tab:hover #copyButton {
    display: block;
}

/** 产品card列表展示相关CSS */
/* .card_display_area {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
} */

.meta_area {
    padding: 0 5px 4px;
    background: #fff;
    padding-top: 15px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/** 给html加自定义颜色属性 */
html {
    --primary-color: #1f8bff;
    --primary-opacity-0: rgba(31, 139, 255, 0);
    --primary-opacity-05: rgba(31, 139, 255, .05);
    --primary-opacity-1: rgba(31, 139, 255, .1);
    --primary-opacity-15: rgba(31, 139, 255, .15);
    --primary-opacity-2: rgba(31, 139, 255, .2);
    --primary-opacity-25: rgba(31, 139, 255, .25);
    --primary-opacity-3: rgba(31, 139, 255, .3);
    --primary-opacity-35: rgba(31, 139, 255, .35);
    --primary-opacity-4: rgba(31, 139, 255, .4);
    --primary-opacity-45: rgba(31, 139, 255, .45);
    --primary-opacity-5: rgba(31, 139, 255, .5);
    --primary-opacity-55: rgba(31, 139, 255, .55);
    --primary-opacity-6: rgba(31, 139, 255, .6);
    --primary-opacity-65: rgba(31, 139, 255, .65);
    --primary-opacity-7: rgba(31, 139, 255, .7);
    --primary-opacity-75: rgba(31, 139, 255, .75);
    --primary-opacity-8: rgba(31, 139, 255, .8);
    --primary-opacity-85: rgba(31, 139, 255, .85);
    --primary-opacity-9: rgba(31, 139, 255, .9);
    --primary-opacity-95: rgba(31, 139, 255, .95);
    --primary-gray: #5578a1;
    --primary-gray-opacity-0: rgba(85, 120, 161, 0);
    --primary-gray-opacity-05: rgba(85, 120, 161, .05);
    --primary-gray-opacity-1: rgba(85, 120, 161, .1);
    --primary-gray-opacity-15: rgba(85, 120, 161, .15);
    --primary-gray-opacity-2: rgba(85, 120, 161, .2);
    --primary-gray-opacity-25: rgba(85, 120, 161, .25);
    --primary-gray-opacity-3: rgba(85, 120, 161, .3);
    --primary-gray-opacity-35: rgba(85, 120, 161, .35);
    --primary-gray-opacity-4: rgba(85, 120, 161, .4);
    --primary-gray-opacity-45: rgba(85, 120, 161, .45);
    --primary-gray-opacity-5: rgba(85, 120, 161, .5);
    --primary-gray-opacity-55: rgba(85, 120, 161, .55);
    --primary-gray-opacity-6: rgba(85, 120, 161, .6);
    --primary-gray-opacity-65: rgba(85, 120, 161, .65);
    --primary-gray-opacity-7: rgba(85, 120, 161, .7);
    --primary-gray-opacity-75: rgba(85, 120, 161, .75);
    --primary-gray-opacity-8: rgba(85, 120, 161, .8);
    --primary-gray-opacity-85: rgba(85, 120, 161, .85);
    --primary-gray-opacity-9: rgba(85, 120, 161, .9);
    --primary-gray-opacity-95: rgba(85, 120, 161, .95);
    --primary-dark: #32465e;
    --analogous-color: #33bbff;
    --analogous-opacity-1: rgba(51, 187, 255, .1);
    --analogous-opacity-2: rgba(51, 187, 255, .2);
    --analogous-opacity-3: rgba(51, 187, 255, .3);
    --analogous-opacity-4: rgba(51, 187, 255, .4);
    --analogous-opacity-5: rgba(51, 187, 255, .5);
    --analogous-opacity-6: rgba(51, 187, 255, .6);
    --analogous-opacity-7: rgba(51, 187, 255, .7);
    --analogous-opacity-8: rgba(51, 187, 255, .8);
    --analogous-opacity-9: rgba(51, 187, 255, .9);
    --white-default: #fff;
    --white-opacity-0: rgba(255, 255, 255, 0);
    --white-opacity-05: rgba(255, 255, 255, .05);
    --white-opacity-1: rgba(255, 255, 255, .1);
    --white-opacity-15: rgba(255, 255, 255, .15);
    --white-opacity-2: rgba(255, 255, 255, .2);
    --white-opacity-25: rgba(255, 255, 255, .25);
    --white-opacity-3: rgba(255, 255, 255, .3);
    --white-opacity-35: rgba(255, 255, 255, .35);
    --white-opacity-4: rgba(255, 255, 255, .4);
    --white-opacity-45: rgba(255, 255, 255, .45);
    --white-opacity-5: rgba(255, 255, 255, .5);
    --white-opacity-55: rgba(255, 255, 255, .55);
    --white-opacity-6: rgba(255, 255, 255, .6);
    --white-opacity-65: rgba(255, 255, 255, .65);
    --white-opacity-7: rgba(255, 255, 255, .7);
    --white-opacity-75: rgba(255, 255, 255, .75);
    --white-opacity-8: rgba(255, 255, 255, .8);
    --white-opacity-85: rgba(255, 255, 255, .85);
    --white-opacity-9: rgba(255, 255, 255, .9);
    --white-opacity-95: rgba(255, 255, 255, .95);
    --success-color: #67c23a;
    --success-opacity-1: rgba(103, 194, 58, .1);
    --success-opacity-2: rgba(103, 194, 58, .2);
    --success-opacity-3: rgba(103, 194, 58, .3);
    --success-opacity-4: rgba(103, 194, 58, .4);
    --success-opacity-5: rgba(103, 194, 58, .5);
    --success-opacity-6: rgba(103, 194, 58, .6);
    --success-opacity-7: rgba(103, 194, 58, .7);
    --success-opacity-8: rgba(103, 194, 58, .8);
    --success-opacity-9: rgba(103, 194, 58, .9);
    --warning-color: #e6a23c;
    --warning-opacity-1: rgba(230, 162, 60, .1);
    --warning-opacity-2: rgba(230, 162, 60, .2);
    --warning-opacity-3: rgba(230, 162, 60, .3);
    --warning-opacity-4: rgba(230, 162, 60, .4);
    --warning-opacity-5: rgba(230, 162, 60, .5);
    --warning-opacity-6: rgba(230, 162, 60, .6);
    --warning-opacity-7: rgba(230, 162, 60, .7);
    --warning-opacity-8: rgba(230, 162, 60, .8);
    --warning-opacity-9: rgba(230, 162, 60, .9);
    --error-color: #f56c6c;
    --error-opacity-1: rgba(245, 108, 108, .1);
    --error-opacity-2: rgba(245, 108, 108, .2);
    --error-opacity-3: rgba(245, 108, 108, .3);
    --error-opacity-4: rgba(245, 108, 108, .4);
    --error-opacity-5: rgba(245, 108, 108, .5);
    --error-opacity-6: rgba(245, 108, 108, .6);
    --error-opacity-7: rgba(245, 108, 108, .7);
    --error-opacity-8: rgba(245, 108, 108, .8);
    --error-opacity-9: rgba(245, 108, 108, .9);
    --gray-0: #001e3c;
    --gray-opacity-0: rgba(0, 30, 60, 0);
    --gray-opacity-05: rgba(0, 30, 60, .05);
    --gray-opacity-1: rgba(0, 30, 60, .1);
    --gray-opacity-15: rgba(0, 30, 60, .15);
    --gray-opacity-2: rgba(0, 30, 60, .2);
    --gray-opacity-25: rgba(0, 30, 60, .25);
    --gray-opacity-3: rgba(0, 30, 60, .3);
    --gray-opacity-35: rgba(0, 30, 60, .35);
    --gray-opacity-4: rgba(0, 30, 60, .4);
    --gray-opacity-45: rgba(0, 30, 60, .45);
    --gray-opacity-5: rgba(0, 30, 60, .5);
    --gray-opacity-55: rgba(0, 30, 60, .55);
    --gray-opacity-6: rgba(0, 30, 60, .6);
    --gray-opacity-65: rgba(0, 30, 60, .65);
    --gray-opacity-7: rgba(0, 30, 60, .7);
    --gray-opacity-75: rgba(0, 30, 60, .75);
    --gray-opacity-8: rgba(0, 30, 60, .8);
    --gray-opacity-85: rgba(0, 30, 60, .85);
    --gray-opacity-9: rgba(0, 30, 60, .9);
    --gray-opacity-95: rgba(0, 30, 60, .95);
    --gray-1: #324057;
    --gray-2: #475669;
    --gray-3: #8492A6;
    --gray-4: #99A9BF;
    --gray-5: #C0CCDA;
    --gray-6: #D3DCE6;
    --gray-7: #E5E9F2;
    --gray-8: #EFF2F7;
    --gray-9: #f2f7fc;
    --text-color: #324057;
    --text-color-2: #475669;
    --text-color-3: #758397;
    --text-color-4: #8492A6;
    --border-color-0: #cad4e0;
    --border-color: #D3DCE6;
    --border-color-2: #E5E9F2;
    --border-color-3: #EFF2F7;
    --bg-color: #e8f0fa;
    --text-shadow: rgba(255,255,255,.6);
}

/* 文章更新日期提示框CSS */
.time.show_update_date {
    position: relative;
}

.time.show_update_date .last-updated-container {
    display: none;
    position: absolute;
    color: #999;
    background: #eee;
    -webkit-border-radius: 15px;
    border-radius: 5px;
    padding: 3px 8px;
    white-space: nowrap;
    z-index: 1;
    border: 1px #eee solid;
    background: #fbfdfb;
    margin-top: 5px;
    /* top: calc(100% + 9px); */
}

.time.show_update_date:hover .last-updated-container {
    display: block;
}

.time.show_update_date .last-updated-container .triangle {
    position: relative;
    height: 0;
    width: 0;
    background: #fbfdfb;
    /* border: 1px #eee solid; */
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 20px;
    top: -3px;
}

.time.show_update_date .last-updated-container .triangle:before {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #eee;
    position: absolute;
    top: 25px;
    left: -9px;
    top: 0px;
}

.time.show_update_date .last-updated-container .triangle:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fbfdfb;
    position: absolute;
    top: 27px;
    left: -7px;
    top: 2px;
}

.time.show_update_date .last-updated-container .last-updated {
    margin: 0;
}

/* 主导航菜单搜索框CSS */
#top-menu-search input {
    padding-left: 24px;
    background: #d3d3d3a3;
    width: 150px;
    background: rgba(0,0,0,.05);
}
/**
@media (min-width:1025px) and (max-width:1199px) {
    #top-menu-search input:hover {
        width: 188px;
    }
}
@media (min-width:1200px) {
    #top-menu-search input:hover {
        width: 200px;
    }
}
*/

@media (min-width:1025px) and (max-width:1199px) {
    #top-menu-search input.showSearch, #top-menu-search input.btn-search-in, #top-menu-search:hover input {
        width: 188px;
    }
}

@media (min-width: 1200px) {
    #top-menu-search input.showSearch, #top-menu-search input.btn-search-in, #top-menu-search:hover input {
        width: 200px;
    }
}

#top-menu-search input:focus, #top-menu-search input:hover, #top-menu-search:hover input {
    border: 1px solid rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1,91,215,.25);
    box-shadow: 0 0 0 0.2rem rgba(1,91,215,.25);
}

/* 首页商店中心CSS */
.blogleftone.col-md-9:before {
    content: "";
    display: table;
    clear: both;
}

.section-header {
    margin: 0;
    padding: 15px 0 20px;
}

.companynote-box, .cloudtags-box {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
    border-radius: 3px;
}
.sidebarright.col-md-3:before, .sidebarright.col-md-3:after {
    content: "";
    display: block;
    clear: both;
}
/*@media only screen and (max-width: 768px) and (min-width: 200px) {
.home-blog .sidebarright {
    margin-top: -30px;
}
}*/
.companynote-box:before, .companynote-box:after, .cloudtags-box:before, .cloudtags-box:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 580px) {
.blogleftone {
    float: left !important;
}
}
@media screen and (max-width: 580px) {
.blogleftone {
    /*float: none;*/
}
}
.post-chemrawmaterial .thumbnail_box .metas .read-more, .post-intermediate .thumbnail_box .metas .read-more, .post-veterawmaterial .thumbnail_box .metas .read-more, .post-feedrawmaterial .thumbnail_box .metas .read-more {
    font-size: 12px;
    padding: 5px 10px;
}
.post-chemrawmaterial .thumbnail_box .metas .read-more:hover, .post-intermediate .thumbnail_box .metas .read-more:hover, .post-veterawmaterial .thumbnail_box .metas .read-more:hover, .post-feedrawmaterial .thumbnail_box .metas .read-more:hover {
    min-width: 95%;
}

.shopcenter_title {
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.list-title-date {
    width: 99%;
    line-height: 210%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 0 20px;
}

.read_more_products {
    background: #fff;
    padding-top: 15px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.shopcenter .read_more_products .project-more-btn {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.blogleftone .tab-content > .tab-pane ul.list-posts {
    padding: 8px 0;
    margin-bottom: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: rgba(0,0,0,.5);
}

/** .home-blog .post-chemadditive .post, .home-blog .post-feedrawmaterial .post {
    margin-bottom: 15px;
} */

/* 首页产品中心CSS */
/* @media (max-width: 767px) {
  .home-blog .row.blog_row {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .home-blog .row.blog_row .home-post, .home-blog .row.blog_row .home-product {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .home-blog .row.blog_row .home-post .post, .home-blog .row.blog_row .home-product .post {
    margin: 0;
  }
} */

@media (max-width: 991px) {
    .home-blog .container, .home-blog .container .row.blog_row, .home-blog .container .row .blogleftone, .home-blog .container .row .sidebarright {
        padding-left: 2.4vw;
        padding-right: 2.4vw;
    }

    .home-blog .container .row {
        margin-left: -2.4vw;
        margin-right: -2.4vw;
    }

    .home-blog .container .row.blog_row .home-post, .home-blog .container .row.blog_row .home-product {
        padding: 0;
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
        width: calc(50% - 1.2vw);
    }

    .home-blog .container .row.blog_row .home-post .post, .home-blog .container .row.blog_row .home-product .post {
        margin: 0;
    }

    .home-blog .container .row.blog_row .home-post:nth-child(2n), .home-blog .container .row.blog_row .home-product:nth-child(2n) {
        margin-right: 0;
    }

    .home-blog .container .row.blog_row .home-product:last-child {
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-blog .container .row.blog_row .home-post, .home-blog .container .row.blog_row .home-product {
        width: calc(33.33% - 1.6vw)
    }

    .home-blog .container .row.blog_row .home-post:nth-child(2n), .home-blog .container .row.blog_row .home-product:nth-child(2n) {
        margin-right: 2.4vw;
    }
    
    .home-blog .container .row.blog_row .home-post:nth-child(3n), .home-blog .container .row.blog_row .home-product:nth-child(3n) {
        margin-right: 0;
    }
}

/* 默认分类，标签归档页CSS */
.site-content-details, .site-content.tags {
    margin: 0 -7.5px;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-content-details .outer-cover, .site-content.tags .outer-cover {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.site-content.tags .paginations {
    padding: 0 7.5px;
}

@media (max-width:767px) {
    .site-content-details, .site-content.tags {
        margin: 0;
    }
    .site-content-details .outer-cover, .site-content.tags .outer-cover {
        padding: 0;
        margin: 0 2.4vw 2.4vw 0;
        width: calc(50% - 2.4vw);
    }
    .site-content-details .outer-cover:nth-child(2n), .site-content.tags .outer-cover:nth-child(2n) {
        margin-right: 0;
    }
    .site-content-details .outer-cover:last-child, .site-content.tags .outer-cover:nth-last-of-type(2) {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .site-content.tags .paginations {
      padding: 0;
    }
}

@media (max-width: 991px) {
    /* 首页商店中心，肉桂系列 ，农用原料，化工中间体，食品添加剂，兽用原料，饲用原料 */
    .blogleftone .rowone .col-md-3, .modules-foodadditive .post-foodadditive .col-md-3, .modules-veterawmaterial .post-veterawmaterial .col-md-3, .modules-feedrawmaterial .post-feedrawmaterial .col-md-2 {
        padding: 0;
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
        width: calc(50% - 1.2vw);
    }

    .blogleftone .rowone .col-md-3 .post, .modules-chemintermediate .post-chemintermediate .line-one-img .line-one-thumbnail .post, .modules-foodadditive .post-foodadditive .col-md-3 .post, .modules-veterawmaterial .post-veterawmaterial .col-md-3 .post, .modules-feedrawmaterial .post-feedrawmaterial .col-md-2 .post {
        margin: 0;
    }

    .blogleftone .rowone .col-md-3:nth-child(2n), .modules-chemintermediate .post-chemintermediate .line-one-img .line-one-thumbnail:nth-child(2), .modules-foodadditive .post-foodadditive .col-md-3:nth-child(2n), .modules-veterawmaterial .post-veterawmaterial .col-md-3:nth-child(2n), .modules-feedrawmaterial .post-feedrawmaterial .col-md-2:nth-child(2n) {
        margin-right: 0;
    }

    /* 首页化工中间体 */
    .modules-chemintermediate .post-chemintermediate {
        padding: 0;
    }

    .modules-chemintermediate .post-chemintermediate .line-one-img .line-one-thumbnail {
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
        box-shadow: 0 0 8px rgba(0,0,0,.3);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: calc(50% - 1.2vw);
        margin-right: 2.4vw;
    }

    .modules-chemintermediate .post-chemintermediate .cat-one-list {
        padding: 0 10px 6px;
    }

    /* 首页食品添加剂，兽用原料，饲用原料 */
    .modules-foodadditive .post-foodadditive .col-md-3:last-child, .modules-veterawmaterial .post-veterawmaterial .col-md-3:last-child, .modules-feedrawmaterial .post-feedrawmaterial .col-md-2:last-child {
        margin-bottom: 15px;
    }
}

/* 首页化工中间体 */
@media (min-width: 581px) {
    .modules-chemintermediate .post-chemintermediate .line-one-img .line-one-thumbnail {
        width: 100%;
    }
}

/* 首页热销产品 */
@media (min-width: 992px) {
    .portfolio .row:nth-child(2) .col-md-3 {
        padding: 0;
        width: calc(25% - 1.8vw);
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
    }

    .portfolio .row:nth-child(2) .col-md-3:nth-child(4n) {
        margin-right: 0;
    }

    .portfolio .row:nth-child(2) .col-md-3:last-child {
        margin-bottom: 35px;
    }

    .portfolio .row:nth-child(2) .col-md-3 article {
        margin-bottom: 0;
    }
}

/* 首页我们的业务 */
@media (min-width: 992px) {
    .service .container .row .col-md-6 {
        padding: 0;
        width: calc(50% - 1.2vw);
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
    }

    .service .container .row .col-md-6:nth-child(2n) {
        margin-right: 0;
    }

    .service .container .row .col-md-6 .media.service-area {
        margin: 0;
    }

    .service .container .row .col-md-6:last-child {
        margin-bottom: 45px;
    }
}

/* 首页产品中心 */
@media (min-width: 992px) {
    .home-blog .container .row.blog_row .home-post, .home-blog .container .row.blog_row .home-product {
        padding: 0;
        width: calc(16.66% - 2vw);
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
    }

    .home-blog .container .row.blog_row .home-post:nth-child(6n), .home-blog .container .row.blog_row .home-product:nth-child(6n) {
        margin-right: 0;
    }

    .home-blog .container .row.blog_row .home-post .post, .home-blog .container .row.blog_row .home-product .post {
        margin: 0;
    }

    .home-blog .container .row.blog_row .home-product:last-child {
        margin-bottom: 35px;
    }
}

/* 首页相册中心 */
@media (max-width: 991px) and (min-width: 768px) {
    .albumdisplay-box #ycalbum {
        margin-left: 1.2vw;
        margin-right: 1.2vw;
    }
}

@media (min-width: 992px) {
    .albumdisplay-box #ycalbum {
        margin-left: -1.2vw;
        margin-right: -1.2vw;
    }
}

@media (min-width: 768px) {
    #ycalbum .swiper-slide .thumbnail_box {
        padding-left: 1.2vw;
        padding-right: 1.2vw;
    }
}

/* 首页新闻中心 */
@media (min-width: 992px) {
    .smq-news #ycnews .swiper-container-horizontal, .smq-news #ycnews .home_news_center {
        padding-left: 0;
        padding-right: 0;
        width: calc(50% - 1.2vw);
        margin-right: 2.4vw;
    }

    .smq-news #ycnews .home_news_center {
        margin-right: 0;
    }

    .smq-news #ycnews .swiper-slide .tao {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 首页商店中心 */
@media (min-width: 992px) {
    .home-blog .container .row .blogleftone {
        padding-left: 0;
    }
    
    .home-blog .container .row .sidebarright {
        padding-right: 0;
    }
}

/* 首页中间体 */
.home .modules-intermediate .allintermediate .post {
    margin: 0 10px 0 0;
}

.home .modules-intermediate .allintermediate .post .thumbnail_box {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

/* nav-tabs滑动切换设置CSS */
.nav-tabs.switch {
    position: relative;
}

.nav-tabs.switch li.anchor {
    border-bottom: 1px solid red;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: absolute;
    bottom: 0;
}

.recent-hotpoststwo .nav-tabs.switch li.anchor {
    border-bottom: none;
}

.recent-hotpoststwo .nav-tabs.switch li.active > a {
    cursor: pointer;
    border-bottom: 1px solid #fff !important;
    background: none !important;
}

.nav-tabs.switch li a:hover {
    cursor: pointer;
}

.tab-content.switch {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.tab-content.switch .tab-pane {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0 5px;
}

.widget .tab-content.switch .tab-pane {
    padding: 0 10px;
}

.tab-content.switch .tab-pane:first-child {
    left: 0;
}

.tab-content.switch .tab-pane:nth-child(2) {
    left: calc(100%);
}

.tab-content.switch .tab-pane:nth-child(3) {
    left: calc(200%);
}

/** 主导航菜单CSS */
.fixed-menu {
    position: fixed !important;
    top: 0;
    z-index: 999999;
}

.collapse.in {
    position: fixed;
    background: rgba(255,255,255,1);
    width: 100%;
    z-index: 9999;
    left: 0;
    max-height: 100vh;
    overflow: auto !important;
}

.cover-layer {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 999979;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #555555;
    filter: alpha(opacity=50);
}

@media (max-width: 767px) {
  li.dropdown i.fa.fa-angle-down, li.dropdown i.fa.fa-angle-right {
    width: 10%;
  }

  li.dropdown a i.fa.fa-angle-down:before, li.dropdown i.fa.fa-angle-right:before {
      margin-left: 10px;
  }

  li.dropdown a i.fa.fa-angle-down:before, li.dropdown i.fa.fa-angle-right:before {
      position: absolute;
      right: 10%;
      top: 0;
      -webkit-transition: .5s;
      transition: .5s;
      content: "\f107";
      padding: 17px 10%;
  }

  li.dropdown i.fa.fa-angle-down.aaa:before, li.dropdown i.fa.fa-angle-right.aaa:before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}

@media (max-width: 1024px) {
    .open > .dropdown-menu {
        display: none;
    }
}

@media (max-width: 1024px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }
}

/** 侧边栏导航菜单i标签点击变化时 */
@media (max-width: 1024px) {
  .menu li.menu-item-has-children a i.fa.fa-angle-down {
      width: 30px;
  }

  .sidebar-widget.widget li.menu-item-has-children a i.fa.fa-angle-down:before, .sidebar-widget.widget li.menu-item-has-children:hover a i.fa.fa-angle-down:before {
    content: "\f105";
    -webkit-transition: transform .3s,-webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    position: absolute;
    top: 7px;
    right: 10%;
  }

  .sidebar-widget.widget li.menu-item-has-children a i.fa.fa-angle-down.fa-angle-right:before {
      /* content: "\f107"; */
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}

/** 图片懒加载lazyload添加CSS效果 */
img.lazyload {
    opacity: 0;
    -webkit-transition: 300ms ease-out 0s, opacity 0.3s ease-in-out;
    transition: 300ms ease-out 0s, opacity 0.3s ease-in-out;
}

.fade-in {
    opacity: 1;
    -webkit-transition: 300ms ease-out 0s, opacity 0.5s ease-in-out !important;
    transition: 300ms ease-out 0s, opacity 0.5s ease-in-out !important;
}

.lazy-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.lazy-loading::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border-left: 3px solid #AAA;
    border-bottom: 3px solid #AAA;
    border-right: 3px solid #AAA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top: 3px solid transparent;
}

.lazy-loaded .lazy-loading {
    display: none;
}

/** 浏览历史记录CSS */
.history-img {
    height: 27px;
    width: 27px;
    object-fit: cover;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/** highslide图片CSS */
.highslide-container {
    z-index: 999999 !important;
}

/** 自建面包屑导航CSS */
.display-switcher #crumbs {
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
}

/* 面包屑导航中的热门文章标签隐藏2024.4.3 */
/* .breadcrumb .recommended-product-icon {
    display: none;
} */

/* 热销产品图标设置CSS2024.4.7 */
.recommended-product-icon {
    float: left;
}

.recommended-product-icon img {
    max-height: 60px;
    margin-top: -30px;
}

/* 分类归档页设置热销产品图标CSS2024.4.7 */
.thumbnail_box .recommended-product-icon, .post-veterawmaterial .recommended-product-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.thumbnail_box .recommended-product-icon img, .post-veterawmaterial .recommended-product-icon img {
    margin: 0;
    max-height: 50px;
}

/* 列表分类文章页热销产品图标CSS2024.4.7 */
#list .thumbnail_box .thumbnail .recommended-product-icon img {
    position: relative;
    width: auto;
    background: none;
}

/* 侧边栏最近更新热销产品图标CSS2024.4.7 */
.side_title .recommended-product-icon {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.recent-hotpoststwo .side_title .recommended-product-icon img {
    max-height: 29px;
} /* 首页近期、热门、热评产品区热销产品图标CSS2024.4.9 */

.side_title .recommended-product-icon img {
    max-height: 40px;
    margin: 0;
}

/* 文章详情中返回按键CSS2024.4.12 */
.back-and-forward {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.back-to-previous, .forward-to-next {
    margin-bottom: 15px;
    display: inline-block;
}

.back-to-previous {
    margin-right: 15px;
}

.back-to-previous a.back, .forward-to-next a.forward {
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: rgb(133, 133, 133);
    color: black;
    background-color: rgb(239, 239, 239);
    border: 1px solid;
}

/* 管制品拦截页CSS2024.4.18 */
.scheduled-products-list {
    overflow-x: auto;
}

.scheduled-products-list .BodyContent-body tr td {
    word-break: break-all;
}

/* 设置二级菜单的高度滚动以免菜单太长无法查看2024.9.26 */
@media screen and (min-width: 1025px) {
    .dropdown-submenu > .dropdown-menu, #menu-product-nav.menu > li > ul.sub-menu {
        max-height: 50vh;
        overflow: auto;
    }
    .dropdown-submenu > .dropdown-menu::-webkit-scrollbar, #menu-product-nav.menu > li > ul.sub-menu::-webkit-scrollbar {
      width: 0;
    }
}

/* 倒计时CSS2025.1.8 */
#CountMsg {
    font-size: 16px;
}

#CountMsg .day-count, #CountMsg .hour-count, #CountMsg .minute-count, #CountMsg .second-count {
    color: red;
}



