
/* =========================================
   1. 核心动画引擎 (安全版)
   ========================================= */

/* 默认状态：改为 opacity 1，防止 JS 报错时内容消失 */
/* 我们改用 JS 来添加 'hidden' 类进行初始化 */
.reveal-up {
    /* 暂时去掉 opacity: 0; 防止全站消失 */
    /* 动画交给 JS 动态控制，或者保留下面的 transform */
    transform: translateY(0); 
    transition: all 1.0s ease-out;
}

/* 只有当 JS 成功运行并添加了 .js-loaded 类后，才启用隐藏 */
/* 这一步是为了防止 JS 报错导致内容永久消失 */
body.js-ready .reveal-up {
    opacity: 0;
    transform: translateY(60px);
}

/* 激活状态 */
body.js-ready .reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    body.js-ready .reveal-up { transform: translateY(30px); }
    body.js-ready .reveal-up.active { transform: translateY(0); }
}
body{ background-position:left top; }


 #image_logo_1762831785223{width:11.5%;height:164px;position:absolute;top:34.48295211791992px;left:6.495028177897136%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1762831785223{top:34.474430084228516px;left:3.8544467337287758%;}}   @media screen and (max-width:640px) {#image_logo_1762831785223{width:16.53333333333333%;height:73px;top:10px;left:1.1083333333333334%;z-index:1000;}} 

 #image_style_01_1762847178245{width:397px;height:66px;position:absolute;top:124px;left:20.291666666666668%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1762847178245{height:41px;width:306px;left:20.185185185185187%;top:111px;}}   @media screen and (max-width:640px) {#image_style_01_1762847178245{width:96.53333333333333%;height:60px;position:absolute;top:84.90908813476562px;left:1.7348484039306642%;display:block;}} #image_style_01_1762847178245 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1762847178245{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1762847178245{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1762847178245{
		
	}
}

 #text_html_new_1767755396452{width:72.91666666666666%;height:78px;position:absolute;top:30.451702117919922px;left:21.2476323445638%;z-index:10000;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_html_new_1767755396452{width:771px;left:17.049957985101745%;top:24.426136016845703px;}}   @media screen and (max-width:640px) {#text_html_new_1767755396452{width:77.06666666666668%;height:80px;top:6.982954025268555px;left:16.88257548014323%;}} 
/*----------------------电脑板式样式 (PC & 平板默认)----------------------*/
#text_html_new_1767755396452 .custom-header-wrapper {
    text-align: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
}

/* H1 主标题设置 */
#text_html_new_1767755396452 h1 {
    margin: 0 0 8px 0;
    color: #59a55d;      /* 绿色 */
    font-weight: 800;    /* 特粗 */
    font-size: 24px;     /* PC端字号 */
    line-height: 1.2;
}

/* H2 副标题设置 */
#text_html_new_1767755396452 h2 {
    margin: 0;
    color: #666666;      /* 灰色 */
    font-weight: 500;    /* 中等粗细 */
    font-size: 18px;     /* PC端字号 (你要求的18号) */
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_html_new_1767755396452 {
        /* 平板继承电脑样式，保持 18px，不需要额外写 */
    }
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    /* 手机端强制缩小字号 */
    #text_html_new_1767755396452 h1 {
        font-size: 16px !important; /* 手机 H1 */
    }
    #text_html_new_1767755396452 h2 {
        font-size: 12px !important; /* 手机 H2 */
    }
}

 #text_html_new_1767759029672{width:39.08333333333333%;height:34px;position:absolute;top:139.99147033691406px;left:54.95643870035807%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_html_new_1767759029672{left:53.71360214265658%;top:120.98579406738281px;}}   @media screen and (max-width:640px) {#text_html_new_1767759029672{width:100%;height:36px;top:135.8295440673828px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/

/* 1. 容器设置：隐藏溢出，强制不换行 */
#text_html_new_1767759029672 .custom-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    background: transparent;
}

/* 2. 滚动内容设置 */
#text_html_new_1767759029672 .custom-marquee-content {
    display: inline-block;
    /* 20秒滚动一圈，匀速，无限循环 */
    animation: simpleMarquee 20s linear infinite;
}

/* 3. 鼠标放上去暂停 (方便用户复制号码) */
#text_html_new_1767759029672 .custom-marquee-container:hover .custom-marquee-content {
    animation-play-state: paused;
}

/* 4. 单个联系方式样式 (★ 核心修复) */
#text_html_new_1767759029672 .custom-contact-item {
    display: inline-flex;
    align-items: center;
    margin-right: 50px; 
    
    /* ★ 强制覆盖蓝色链接，使用深灰色 (rgb 89,89,89) ★ */
    color: #595959 !important; 
    text-decoration: none !important;
    
    font-size: 16px;   
    font-weight: 500;
    font-family: Arial, sans-serif;
    transition: color 0.3s; /* 添加平滑变色效果 */
}

/* 添加悬停变色效果 (品牌绿) */
#text_html_new_1767759029672 .custom-contact-item:hover {
    color: #819e88 !important;
}

/* 5. 图标样式 (★ 修复：同时支持 i, em, fa 标签) */
#text_html_new_1767759029672 .custom-contact-item i,
#text_html_new_1767759029672 .custom-contact-item em,
#text_html_new_1767759029672 .custom-contact-item .fa {
    margin-right: 8px;
    font-size: 18px;   
    color: #d4a768 !important; /* ★ 强制金色 */ 
    font-style: normal;
}

/* 6. 定义滚动动画 (向左移动50%) */
@keyframes simpleMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    #text_html_new_1767759029672 .custom-contact-item {
        margin-right: 30px; 
    }
}


/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    #text_html_new_1767759029672 .custom-contact-item {
        font-size: 12px;    
        margin-right: 20px; 
    }
    
    #text_html_new_1767759029672 .custom-contact-item i,
    #text_html_new_1767759029672 .custom-contact-item em,
    #text_html_new_1767759029672 .custom-contact-item .fa {
        font-size: 14px;    
        margin-right: 5px;
    }
    
    /* 手机端可以稍微快一点 */
    #text_html_new_1767759029672 .custom-marquee-content {
        animation-duration: 15s; 
    }
}

 #text_html_new_1768182536055{width:100%;height:90px;position:absolute;top:198.47443008422852px;left:0.011365254720052084%;z-index:10001;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_html_new_1768182536055{}}   @media screen and (max-width:640px) {#text_html_new_1768182536055{width:12.533333333333333%;height:60px;top:12.85511302947998px;left:87.46666666666667%;z-index:10001;}} #text_html_new_1768182536055 > .view_contents{overflow:visible;} 
/* ==================================================
   ★ 核心修复：针对模块 ID 的强制设置 ★
   解决：下拉菜单被挡住、导航栏下方留白过大
   ================================================== */
#text_html_new_1768182536055 {
    overflow: visible !important; /* 强制允许内容溢出(显示下拉菜单) */
    z-index: 99999 !important;    /* 确保层级最高 */
    height: auto !important;      /* 高度自动，防止留白 */
    min-height: auto !important;  /* 清除最小高度限制 */
}

/* ==================================================
   全局基础重置
   ================================================== */
#text_html_new_1768182536055 * { box-sizing: border-box; }

/* 强制覆盖系统默认蓝链接 */
#text_html_new_1768182536055 a { 
    text-decoration: none !important; 
    font-family: Arial, sans-serif; 
    transition: all 0.3s; 
    color: #333 !important; 
}
#text_html_new_1768182536055 ul { list-style: none; padding: 0; margin: 0; }
#text_html_new_1768182536055 li { padding: 0; margin: 0; }

/* 内部容器层级保险 */
#text_html_new_1768182536055 .custom-nav-wrapper {
    position: relative;
    z-index: 9999;
}

/* ==================================================
   PC & 平板端样式 (Desktop > 768px)
   ================================================== */
@media screen and (min-width: 769px) {
    /* 隐藏手机端元素 */
    #text_html_new_1768182536055 .mobile-header-bar,
    #text_html_new_1768182536055 .mobile-drawer,
    #text_html_new_1768182536055 .mobile-overlay { display: none !important; }

    /* 容器 */
    #text_html_new_1768182536055 .pc-nav-container {
        width: 100%; background: #fff; height: 80px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        position: relative;
        z-index: 9999;
    }
    
    /* 菜单列表 */
    #text_html_new_1768182536055 .pc-menu {
        max-width: 1200px; margin: 0 auto; height: 100%;
        display: flex; justify-content: center; align-items: center;
    }

    /* 一级菜单项 */
    #text_html_new_1768182536055 .pc-menu > li {
        position: relative; height: 100%; display: flex; align-items: center;
    }
    
    #text_html_new_1768182536055 .pc-menu > li > a.nav-link {
        padding: 0 20px; font-size: 16px; font-weight: 600; 
        height: 100%; display: flex; align-items: center;
        color: #333 !important;
        position: relative; 
    }
    
    /* 绿色横条 (Underline) */
    #text_html_new_1768182536055 .pc-menu > li > a.nav-link::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0;
        width: 0%; height: 4px; 
        background-color: #819e88; 
        transition: width 0.3s ease; 
    }

    /* 鼠标移入或选中时 */
    #text_html_new_1768182536055 .pc-menu > li:hover > a.nav-link::after,
    #text_html_new_1768182536055 .pc-menu > li > a.nav-link.active::after {
        width: 100%;
    }
    
    #text_html_new_1768182536055 .pc-menu > li:hover > a.nav-link,
    #text_html_new_1768182536055 .pc-menu > li > a.nav-link.active { 
        color: #819e88 !important; 
    }
    
    #text_html_new_1768182536055 .pc-menu i.fa { margin-left: 5px; font-size: 12px; color: #999; }

    /* --- 二级下拉菜单 --- */
    #text_html_new_1768182536055 .pc-dropdown {
        position: absolute; top: 80px; left: 0;
        background: #fff; min-width: 220px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-top: 3px solid #819e88;
        opacity: 0; visibility: hidden; transform: translateY(10px);
        transition: all 0.3s ease; 
        z-index: 10000; 
    }
    
    #text_html_new_1768182536055 .pc-menu > li:hover .pc-dropdown {
        opacity: 1; visibility: visible; transform: translateY(0);
    }

    #text_html_new_1768182536055 .pc-dropdown a {
        display: block; padding: 12px 20px; font-size: 14px; color: #555 !important;
        border-bottom: 1px solid #f5f5f5;
    }
    #text_html_new_1768182536055 .pc-dropdown a:hover {
        background: #f9f9f9; color: #d4a768 !important; padding-left: 25px;
    }

    /* --- 三级菜单 --- */
    #text_html_new_1768182536055 .pc-sub-item { position: relative; }
    #text_html_new_1768182536055 .pc-dropdown .flex-link {
        display: flex; justify-content: space-between; align-items: center;
    }
    
    #text_html_new_1768182536055 .pc-dropdown-level3 {
        position: absolute; left: 100%; top: 0;
        background: #fff; min-width: 200px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-left: 3px solid #d4a768;
        opacity: 0; visibility: hidden;
        transition: all 0.3s ease;
        z-index: 10001; 
    }
    
    #text_html_new_1768182536055 .pc-sub-item:hover .pc-dropdown-level3 {
        opacity: 1; visibility: visible;
    }
}

/* ==================================================
   手机端样式 (Mobile <= 768px)
   ================================================== */
@media screen and (max-width: 768px) {
    #text_html_new_1768182536055 .pc-nav-container { display: none !important; }

    #text_html_new_1768182536055 .mobile-header-bar {
        position: absolute; top: 0; right: 0; z-index: 99;
        padding: 20px;
    }
    #text_html_new_1768182536055 .mobile-toggle-btn i {
        font-size: 28px; color: #333; cursor: pointer;
    }

    #text_html_new_1768182536055 .mobile-overlay {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.5); z-index: 999;
        display: none; 
    }
    #text_html_new_1768182536055 .mobile-overlay.active { display: block; }

    #text_html_new_1768182536055 .mobile-drawer {
        position: fixed; top: 0; right: -100%; 
        width: 80%; max-width: 320px; height: 100vh;
        background: #fff; z-index: 1000;
        transition: right 0.4s ease;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    #text_html_new_1768182536055 .mobile-drawer.active { right: 0; }

    #text_html_new_1768182536055 .drawer-header {
        height: 60px; border-bottom: 1px solid #eee; position: relative;
    }
    #text_html_new_1768182536055 .close-btn {
        position: absolute; right: 20px; top: 10px;
        font-size: 30px; color: #999; cursor: pointer;
    }

    #text_html_new_1768182536055 .mobile-menu a {
        display: block; color: #333 !important; text-decoration: none;
    }

    #text_html_new_1768182536055 .mobile-menu > li {
        border-bottom: 1px solid #eee;
    }
    
    #text_html_new_1768182536055 .m-link-wrap {
        display: flex; justify-content: space-between; align-items: center;
        width: 100%; background: #fff;
    }
    
    #text_html_new_1768182536055 .mobile-menu > li > a,
    #text_html_new_1768182536055 .m-link-wrap > a {
        padding: 16px 20px; font-size: 16px; font-weight: 700; flex: 1;
    }

    #text_html_new_1768182536055 .m-arrow {
        width: 50px; height: 50px; line-height: 50px; text-align: center;
        border-left: 1px solid #f5f5f5; color: #999; cursor: pointer;
    }
    #text_html_new_1768182536055 .m-arrow i { transition: transform 0.3s; }

    #text_html_new_1768182536055 .m-sub-menu {
        display: none; background: #f9f9f9; 
    }
    
    #text_html_new_1768182536055 li.expanded > .m-sub-menu { display: block; }
    #text_html_new_1768182536055 li.expanded > .m-link-wrap .m-arrow i { transform: rotate(180deg); }
    #text_html_new_1768182536055 li.expanded > .m-link-wrap a { color: #819e88 !important; }

    #text_html_new_1768182536055 .m-sub-menu li { border-bottom: 1px solid #e5e5e5; }
    #text_html_new_1768182536055 .m-sub-menu a {
        padding: 14px 20px 14px 35px; 
        font-size: 14px; font-weight: 500; color: #555 !important;
    }

    #text_html_new_1768182536055 .m-sub-menu.level-3 {
        background: #f0f0f0; 
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.03);
    }
    #text_html_new_1768182536055 .m-sub-menu.level-3 a {
        padding: 12px 20px 12px 50px; 
        font-size: 13px; color: #666 !important;
    }
    #text_html_new_1768182536055 .m-sub-menu.level-3 a:hover {
        color: #819e88 !important; padding-left: 55px;
    }
} #comm_layout_header{height:288.4744300842285px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:289.4658966064453px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:171.8295440673828px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_11_1764837544391{width:100%;height:350px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_11_1764837544391{}}   @media screen and (max-width:640px) {#banner_style_11_1764837544391{width:100%;height:333px;position:absolute;top:0px;left:0%;}}  #banner_style_11_1764837544391 .btnaSet {opacity:1;text-align:center;padding-right:40px;padding-left:40px;padding-top:0px;padding-bottom:0px;background:#819e88;border-radius:10px;} #banner_style_11_1764837544391 .twoBgSet {background:transparent;border-width:0px;border-style:none;} #banner_style_11_1764837544391 .titProSet {font-size:30px;padding-bottom:20px;border-width:0px;border-style:solid;border-right:none !important;border-top:none !important;border-bottom:none !important;border-left:none !important;font-weight:bold;color:#819e88;margin-top:20px;} #banner_style_11_1764837544391 .defProSet {font-size:20px;font-weight:normal;border-width:0px;border-style:none;border-right:none !important;border-bottom:none !important;border-left:none !important;padding-bottom:8px;padding-top:23px;color:#666666;text-align:center;height:115px;line-height:32px;border-top:none !important;} #banner_style_11_1764837544391 .crIco {background:rgba(255,255,255,0);} #banner_style_11_1764837544391 .altTipOn {background:rgba(255,255,255,0);} @media screen and (min-width:641px) and (max-width:1200px) { #banner_style_11_1764837544391 .defProSet {font-size:14px;height:86px;padding-top:15px;}} @media screen and (max-width:640px) { #banner_style_11_1764837544391 .titProSet {font-size:19px;padding-bottom:5px;margin-bottom:0px;}} @media screen and (max-width:640px) { #banner_style_11_1764837544391 .defProSet {font-size:12px;padding-top:11px;padding-bottom:0px;height:113px;line-height:20px;margin-top:4px;}} @media screen and (max-width:640px) { #banner_style_11_1764837544391 .btnaSet {padding-top:0px;font-size:14px;padding-left:20px;padding-right:20px;margin-top:2px;}} #layout_diy_1764837515{height:350px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1764837515{height:350px;}}   @media screen and (max-width:640px) {#layout_diy_1764837515{height:333px;}} 


 #productList_style_37_1765338650600{width:100%;height:1558px;position:absolute;top:5.97161865234375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_37_1765338650600{height:1297px;}}   @media screen and (max-width:640px) {#productList_style_37_1765338650600{width:100%;height:1911px;position:absolute;top:0px;left:0%;}} #productList_style_37_1765338650600 > .view_contents{overflow:hidden;}  #productList_style_37_1765338650600 .oneSet {padding-left:0px;padding-right:0px;text-align:center;border-width:4px;border-style:solid;border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:transparent;margin-bottom:3px;background:#ffffff;color:#819e88;} #productList_style_37_1765338650600 .oneSet:hover {border-width:3px;border-style:solid;border-color:#819e88;color:#819e88;background:#ffffff;margin-bottom:5px;border-top:none !important;} #productList_style_37_1765338650600 #currentSet {border-width:3px;border-style:solid;border-color:#819e88;color:#819e88;background:#ffffff;margin-bottom:5px;border-top:none !important;} #productList_style_37_1765338650600 .curgSet {border-width:3px;border-style:solid;border-color:#819e88;color:#819e88;background:#ffffff;margin-bottom:5px;border-top:none !important;} #productList_style_37_1765338650600 #oneHot {border-width:3px;border-style:solid;border-color:#819e88;color:#819e88;background:#ffffff;margin-bottom:5px;border-top:none !important;} #productList_style_37_1765338650600 .foodKindSet {background:#f6f6f6;} #productList_style_37_1765338650600 .titleSet {text-align:left;font-size:16px;font-style:normal;background:transparent;font-weight:bold;font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;} #productList_style_37_1765338650600 .modSet {background:transparent;border-width:1px;border-style:solid;border-color:#e5e5e5;padding-bottom:8px;padding-top:15px;padding-left:15px;padding-right:15px;} #productList_style_37_1765338650600 .modSet:hover {border-color:#819e88;} #productList_style_37_1765338650600 .modSet.selectedmodSet {border-color:#819e88;} #productList_style_37_1765338650600 .twoSet:hover {background:#ffffff;color:#819e88;} #productList_style_37_1765338650600 .choosesub {background:#ffffff;color:#819e88;} #productList_style_37_1765338650600 #twoHot {background:#ffffff;color:#819e88;} #productList_style_37_1765338650600 .detailSet {font-size:14px;color:#666666;font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;} #productList_style_37_1765338650600 .saleSet {font-size:14px;} #productList_style_37_1765338650600 .priceSet {font-size:16px;color:#ff5656;} #productList_style_37_1765338650600 .twoSet {background:#819e88;color:#ffffff;padding-left:30px;padding-right:30px;margin-left:2px;} #productList_style_37_1765338650600 #pagecurSet {background:#819e88;border-color:transparent;} #productList_style_37_1765338650600 .page_btn .pageSet:hover {background:#bf0000;color:#ffffff;border-color:transparent;} #productList_style_37_1765338650600 .modSet:hover .titleSet {color:#819e88;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_37_1765338650600 .contentAreaSet {padding-top:8px;padding-left:6px;padding-right:6px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_37_1765338650600 .titleSet {font-size:14px;font-weight:bold;text-align:left;font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_37_1765338650600 .detailSet {font-size:12px;font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .titleSet {font-size:12px;font-weight:bold;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .modSet {padding-bottom:0px;padding-top:6px;padding-left:6px;padding-right:6px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .detailSet {font-size:12px;margin-top:2px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .saleSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .priceSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .oneSet {height:35px;line-height:35px;margin-bottom:3px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .contentAreaSet {padding-top:5px;padding-left:5px;padding-right:5px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .oneSet:hover {margin-bottom:3px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 #currentSet {margin-bottom:3px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .curgSet {margin-bottom:3px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 #oneHot {margin-bottom:3px;}} @media screen and (max-width:640px) { #productList_style_37_1765338650600 .twoSet {padding-left:15px;padding-right:15px;}} #layout_1764837549507{height:1563.9716186523438px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1764837549507{height:1302.9658966064453px;}}   @media screen and (max-width:640px) {#layout_1764837549507{height:1911px;}} #layout_1764837549507 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_html_new_1768031580287{width:100%;height:381px;position:absolute;top:32px;left:0.00757598876953125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_html_new_1768031580287{width:946px;left:0%;top:29.9886474609375px;height:386px;}}   @media screen and (max-width:640px) {#text_html_new_1768031580287{width:100%;height:667px;top:25px;left:0%;}} 
/*----------------------通用样式----------------------*/
#text_html_new_1768031580287 * { box-sizing: border-box; }

#text_html_new_1768031580287 .custom-footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #fff;
}

/* 链接全局重置：强制白色 */
#text_html_new_1768031580287 a { 
    text-decoration: none; 
    color: #ffffff !important; 
    transition: all 0.3s; 
}
#text_html_new_1768031580287 a:hover { 
    color: #d4a768 !important; /* 悬停金色 */ 
}

/* 主容器 */
#text_html_new_1768031580287 .footer-main-content {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

/* 上部三列区域 */
#text_html_new_1768031580287 .footer-top-columns {
    display: flex;
    justify-content: flex-start; /* 紧凑排列 */
    flex-wrap: wrap; 
    /* ★ 修改：PC端去掉gap，完全靠宽度比例控制 */
    gap: 0; 
    margin-bottom: 30px;
}

/* 标题样式 */
#text_html_new_1768031580287 .f-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 3px solid #d4a768;
    padding-left: 10px;
    line-height: 1.2;
}

/* =========================================
   1. 左侧：导航栏 (Quick Links) - 25%
   ========================================= */
#text_html_new_1768031580287 .footer-nav { 
    width: 25%; /* ★ 1:2:1 的 1 */
    padding-right: 20px; /* 防止文字贴到中间栏 */
} 
#text_html_new_1768031580287 .footer-nav ul { 
    padding: 0 0 0 18px; 
    margin: 0; 
}
#text_html_new_1768031580287 .footer-nav li { 
    margin-bottom: 12px;
    list-style-type: disc; 
    color: #ffffff; 
}
#text_html_new_1768031580287 .footer-nav a { 
    font-size: 14px; 
    opacity: 0.9;
    text-decoration: underline; 
    text-underline-offset: 3px; 
}

/* =========================================
   2. 中间：联系方式 (Contact Info) - 50%
   ========================================= */
#text_html_new_1768031580287 .footer-contact { 
    width: 50%; /* ★ 1:2:1 的 2 */
    padding-right: 20px; /* 右侧留空 */
} 

#text_html_new_1768031580287 .contact-item {
    display: flex; align-items: flex-start;
    margin-bottom: 15px;
}
#text_html_new_1768031580287 .c-icon {
    width: 20px; height: 20px;
    margin-right: 12px; margin-top: 2px; flex-shrink: 0;
}
#text_html_new_1768031580287 .c-icon img { 
    width: 100%; height: 100%; object-fit: contain; 
    filter: brightness(0) invert(1); 
}
#text_html_new_1768031580287 .c-info { font-size: 14px; line-height: 1.6; opacity: 0.95; }
#text_html_new_1768031580287 .links-group { display: inline-block; }
#text_html_new_1768031580287 .sep { margin: 0 5px; opacity: 0.5; font-size: 12px; }
#text_html_new_1768031580287 .contact-item a { text-decoration: none !important; }

/* =========================================
   3. 右侧：二维码 (Connect With Us) - 25%
   ========================================= */
#text_html_new_1768031580287 .footer-qr { 
    width: 25%; /* ★ 1:2:1 的 1 */
} 
#text_html_new_1768031580287 .qr-container { 
    display: flex; 
    gap: 30px; /* ★ 修改：二维码间距改为 30px */
}
#text_html_new_1768031580287 .qr-box { text-align: center; }
#text_html_new_1768031580287 .qr-img {
    width: 100px; height: 100px;
    background: #fff; padding: 5px;
    border-radius: 4px; margin-bottom: 8px;
}
#text_html_new_1768031580287 .qr-img img { width: 100%; height: 100%; object-fit: contain; }
#text_html_new_1768031580287 .qr-box span { display: block; font-size: 12px; opacity: 0.8; }


/* =========================================
   4. 友情链接区域
   ========================================= */
#text_html_new_1768031580287 .footer-links-section {
    border-top: 1px dashed rgba(255,255,255,0.1);
    padding-top: 15px;
    font-size: 13px; opacity: 0.9;
    display: flex;
    align-items: center; 
    flex-wrap: wrap; 
}
#text_html_new_1768031580287 .link-label { 
    margin-right: 15px; font-weight: bold; flex-shrink: 0; 
}
#text_html_new_1768031580287 .link-list-container {
    display: flex; flex-wrap: wrap; gap: 20px; 
}
#text_html_new_1768031580287 .link-list-container a {
    text-decoration: underline; text-underline-offset: 3px; position: relative;
}
#text_html_new_1768031580287 .link-list-container a:not(:last-child)::after {
    content: "|"; position: absolute; right: -12px; top: 0;
    color: rgba(255,255,255,0.4); text-decoration: none; pointer-events: none;
}


/* =========================================
   5. 底部版权
   ========================================= */
#text_html_new_1768031580287 .footer-copyright {
    text-align: center; font-size: 12px; opacity: 0.7; line-height: 1.6;
}
#text_html_new_1768031580287 .footer-copyright .slogan {
    font-size: 13px; font-weight: 500; color: #d4a768; margin-top: 5px;
}


/*----------------------平板样式 (641px - 1024px)----------------------*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
    #text_html_new_1768031580287 .footer-top-columns {
        gap: 0; 
        justify-content: flex-start;
    }

    /* 保持 1:2:1 比例 */
    #text_html_new_1768031580287 .footer-nav { 
        width: 25%; 
        padding-right: 10px;
    }
    #text_html_new_1768031580287 .footer-contact { 
        width: 50%; 
        padding: 0 15px; 
    }
    #text_html_new_1768031580287 .footer-qr { 
        width: 25%; 
        padding-left: 10px;
    }
    
    #text_html_new_1768031580287 .qr-img { width: 80px; height: 80px; }
}


/*----------------------手机样式 (小于640px)----------------------*/
@media screen and (max-width: 640px) {
    #text_html_new_1768031580287 .footer-top-columns {
        flex-direction: column;
        gap: 20px; 
        margin-bottom: 20px;
    }
    
    #text_html_new_1768031580287 .footer-nav, 
    #text_html_new_1768031580287 .footer-contact, 
    #text_html_new_1768031580287 .footer-qr {
        width: 100%; padding: 0; 
    }

    #text_html_new_1768031580287 .f-title { font-size: 14px; margin-bottom: 12px; }

    /* Quick Links 双列 */
    #text_html_new_1768031580287 .footer-nav ul {
        display: grid; grid-template-columns: 1fr 1fr;
        gap: 8px 10px; padding-left: 18px; 
    }
    #text_html_new_1768031580287 .footer-nav li { margin-bottom: 0; }

    #text_html_new_1768031580287 .c-icon { width: 16px; height: 16px; margin-right: 8px; margin-top: 3px; }
    #text_html_new_1768031580287 .c-info { font-size: 12px; line-height: 1.5; }

    /* 二维码居中 + 间距30px */
    #text_html_new_1768031580287 .qr-container { 
        justify-content: center; 
        gap: 30px; 
    } 
    #text_html_new_1768031580287 .qr-img { width: 90px; height: 90px; margin: 0 auto 8px auto; }

    /* 友情链接居中 */
    #text_html_new_1768031580287 .footer-links-section {
        flex-direction: column; align-items: center; text-align: center; gap: 10px;
    }
    #text_html_new_1768031580287 .link-label { margin: 0; margin-bottom: 5px; }
    
    #text_html_new_1768031580287 .link-list-container {
        display: grid; grid-template-columns: 1fr 1fr; 
        gap: 10px 20px; justify-content: center; width: 100%;
    }
    #text_html_new_1768031580287 .link-list-container a { display: block; font-size: 12px; }
    #text_html_new_1768031580287 .link-list-container a::after { display: none; }
}

 #text_html_new_1768035515160{width:33.33333333333333%;height:68px;position:absolute;top:232.9317626953125px;left:66.6742426554362%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_html_new_1768035515160{}}   @media screen and (max-width:640px) {#text_html_new_1768035515160{width:100%;height:300px;top:0px;left:0%;}} 
/*---------------------- 侧边栏样式 (大字版) ----------------------*/
#text_html_new_1768035515160 .deva-sidebar-container {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px; 
}

/* 按钮项 */
#text_html_new_1768035515160 .sb-item {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #819e88; 
    border-radius: 6px;
    cursor: pointer;
    
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center; /* 垂直居中 */
    
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.3s;
    text-decoration: none;
    /* 去掉了 padding，完全靠 justify-content: center 和内部间距控制 */
}

#text_html_new_1768035515160 .sb-item:hover {
    background-color: #d4a768; 
    transform: translateX(-5px);
}

/* 图标 SVG */
#text_html_new_1768035515160 .sb-icon {
    width: 24px; /* ★ 增大图标至 24px */
    height: 24px;
    display: flex;
    margin-bottom: 4px; /* ★ 增加间距：图标和文字分开 */
}
#text_html_new_1768035515160 .sb-icon svg {
    width: 100%; height: 100%;
}

/* 文字样式 */
#text_html_new_1768035515160 .sb-text {
    font-size: 12px; /* ★ 增大字号至 12px */
    color: #fff;
    line-height: 1; /* 紧凑行高 */
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 500;
}

/* ---------------- 弹出层 ---------------- */
#text_html_new_1768035515160 .sb-popup {
    position: absolute;
    right: 70px;
    top: 0;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

#text_html_new_1768035515160 .sb-item:hover .sb-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 二维码层 */
#text_html_new_1768035515160 .qr-popup .img-box {
    width: 120px; height: 120px; margin-bottom: 5px;
}
#text_html_new_1768035515160 .qr-popup img {
    width: 100%; height: 100%; object-fit: contain;
}
#text_html_new_1768035515160 .qr-popup span {
    font-size: 12px; color: #666; font-weight: bold;
}

/* 文字层 */
#text_html_new_1768035515160 .text-popup {
    top: 50%;
    transform: translate(20px, -50%);
    padding: 10px 15px;
}
#text_html_new_1768035515160 .sb-item:hover .text-popup {
    transform: translate(0, -50%);
}

#text_html_new_1768035515160 .text-popup .label {
    font-size: 12px; color: #999; margin-bottom: 2px; display: block; text-align: left; width: 100%;
}
#text_html_new_1768035515160 .text-popup .val {
    font-size: 14px; color: #333; font-weight: bold; font-family: Arial, sans-serif;
}

/*---------------------- 手机端处理 ----------------------*/
@media screen and (max-width: 640px) {
    #text_html_new_1768035515160 .sb-item { display: none; }
    
    #text_html_new_1768035515160 .sb-top {
        display: flex;
        position: fixed;
        bottom: 80px;
        right: 15px;
        z-index: 9999;
        opacity: 0.9;
        width: 50px; height: 50px; 
    }
    /* 手机端 Top 字号稍微小一点 */
    #text_html_new_1768035515160 .sb-top .sb-text { font-size: 10px; }
    #text_html_new_1768035515160 .sb-top .sb-icon { width: 20px; height: 20px; margin-bottom: 2px; }
} #comm_layout_footer{height:420px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:415.9886474609375px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:692px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#819e88;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		
	}
}

            body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{ font-family: Arial; }
    	body{-ms-text-size-adjust: 100% !important;-webkit-text-size-adjust: 100% !important;text-size-adjust: 100% !important;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;}
.imgStyle{font-size:0;}
#image_style_01_1762847178245 .CompatibleImg img{width:100%; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1762847178245 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1762847178245 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}	#image_style_01_1762847178245 a{
		cursor: default;
	}
	.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
	.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
	.imgStyle img{box-sizing: border-box;}
	@media screen and (max-width:1200px) {
			}
	@media screen and (max-width:767px) {
			}

					@media screen and (min-width:1201px) {
				#image_style_01_1762847178245{height:auto;}
			}
							h1{font-size: 2em;font-weight:bold;} h2{font-size: 1.5em;font-weight:bold;} h3{font-size: 1.17em;font-weight:bold;} h4{font-weight:bold;} body, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font: 12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;color: #333;} td, th{padding: 5px 10px;border: 1px solid #DDD;} table{border-collapse: collapse;} .list-paddingleft-2{padding-left: 30px;} .list-paddingleft-3{padding-left: 60px;} body.view{height:auto!important;} .tableviewcontent{overflow-x: auto;} @media screen and (max-width:640px){ .tableviewcontent{overflow-x: auto;scrollbar-width: none;} .tableviewcontent::-webkit-scrollbar{display: none;} } h1{font-size: 2em;font-weight:bold;} h2{font-size: 1.5em;font-weight:bold;} h3{font-size: 1.17em;font-weight:bold;} h4{font-weight:bold;} body, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font: 12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;color: #333;} td, th{padding: 5px 10px;border: 1px solid #DDD;} table{border-collapse: collapse;} .list-paddingleft-2{padding-left: 30px;} .list-paddingleft-3{padding-left: 60px;} body.view{height:auto!important;} .tableviewcontent{overflow-x: auto;} @media screen and (max-width:640px){ .tableviewcontent{overflow-x: auto;scrollbar-width: none;} .tableviewcontent::-webkit-scrollbar{display: none;} } h1{font-size: 2em;font-weight:bold;} h2{font-size: 1.5em;font-weight:bold;} h3{font-size: 1.17em;font-weight:bold;} h4{font-weight:bold;} body, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font: 12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;color: #333;} td, th{padding: 5px 10px;border: 1px solid #DDD;} table{border-collapse: collapse;} .list-paddingleft-2{padding-left: 30px;} .list-paddingleft-3{padding-left: 60px;} body.view{height:auto!important;} .tableviewcontent{overflow-x: auto;} @media screen and (max-width:640px){ .tableviewcontent{overflow-x: auto;scrollbar-width: none;} .tableviewcontent::-webkit-scrollbar{display: none;} } .bannerStyle_11{width:100%; height:100%; position:relative;}
.bannerStyle_11 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_11 .main_image{height:100%; overflow:hidden; position:relative;}
.bannerStyle_11 .main_image ul{width:100%; height:100%; overflow:hidden;}
.bannerStyle_11 .main_image li{position: relative; float:left; width:100%; height: 100%;  }
.bannerStyle_11 .main_image li .img_box{position: relative; display:block; width:100%; height: 100%;  overflow: hidden;}
.bannerStyle_11 .main_image li .img_box img{width: auto; height: 100%;display: block;margin: 0 auto;}
.bannerStyle_11 .info{ position: absolute; top: 50%; left: 50%; z-index:100; width: 75%;max-width: 100%; padding: 25px; box-sizing: border-box;  transform: translate(-50%,-50%); text-align: center; border:1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.5); color: #fff;}
.bannerStyle_11 .title{ font-size: 20px;}
.bannerStyle_11 .subTitle{ line-height: 2; font-size: 14px; margin-bottom: 5px;white-space: pre-wrap;}
.bannerStyle_11 .button{ display: inline-block; max-width: 100%; box-sizing: border-box; padding: 0 20px; margin-bottom: 5px; height: 35px; line-height: 32px; font-size: 16px; color: #fff; background: rgba(255,255,255,.3);}
.bannerStyle_11 .flicking_con{width:100%; position: absolute; bottom: 10px; text-align: center;}
.bannerStyle_11 .flicking_con .dot{ border:1px solid rgba(255,255,255,.8); margin: 0 2px; border-radius: 100px; overflow:hidden; display:inline-block; width: 0; height: 0;padding: 4px 4px; position:relative;}
.bannerStyle_11 .flicking_con .cur_two{ background: rgba(255,255,255,.8); }
.bannerStyle_11 .arrow{ position: absolute; top: 50%; z-index: 100; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%);text-align: center;line-height: 1;font-size: 60px;color: #999;padding: 0 14px;font-family: Arial;box-sizing: border-box;cursor:pointer;}
.bannerStyle_11 .arrowLef{ left: 0;}
.bannerStyle_11 .arrowRight{ right: 0;}
.bannerStyle_11 .arrow .awesome-font{display: none;}
.bannerStyle_11 .arrow .awesome-font:before{padding: 0 3px;box-sizing: border-box;}

@media screen and (max-width:640px) {
    .bannerStyle_11 .title{ font-size: 16px;}
    .bannerStyle_11 .subTitle{ font-size: 14px;}
    .bannerStyle_11 .button{ font-size: 14px; height: 24px; line-height: 21px; padding: 0 10px;}
    .bannerStyle_11 .info{ padding: 10px;}
    .bannerStyle_11 .arrow{font-size: 32px;padding: 0 6px;}
    .bannerStyle_11 .flicking_con .dot{ padding: 4px 4px;}
}

			#banner_style_11_1764837544391 .arrowSet{display:none!important;}
    			@media screen and (min-width: 1025px){/*pc*/
		#banner_style_11_1764837544391 .main_image .info{width: 75%;}
		}
		@media screen and (max-width: 1024px){/*ipad*/
		#banner_style_11_1764837544391 .main_image .info{width: 90%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
		#banner_style_11_1764837544391 .main_image .info{width: 95%;}
		}
                    



        #banner_style_11_1764837544391 .main_image li img{width: auto;height: 100%;margin: 0;position: relative;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}    @media screen and (min-width:641px) and (max-width:1200px) {
        #banner_style_11_1764837544391 .main_image li img{width: auto;height: 100%;margin: 0;position: relative;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}    }
    @media screen and (max-width:640px) {
        #banner_style_11_1764837544391 .main_image li img{width: auto;height: 100%;margin: 0;position: relative;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}    }
.prod_default37 .prod_kind::-webkit-scrollbar,.prod_default37 .prod_pro::-webkit-scrollbar{width: 0;display: none;}
.prod_default37 .prod_pro,.prod_default37 .prod_kind{overflow-y: scroll;}
/*侧栏分类*/
.prod_default37{ overflow:hidden; height:100%;}

.prod_default37 #prod_Sub_kind_div{
    overflow: hidden;
    width: 100%;
}
.prod_default37 a{ display:block; }
.prod_default37 .prod_kind{ float:left; height:100%; background:#F2F2F2; width:160px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prod_default37 #prod_Ulist_kind{  box-sizing: border-box; -webkit-box-sizing: border-box;}
.prod_default37 .prod_li_kind{ width:100%!important; }
.prod_default37 .list_item{text-align:left; padding:0 15px 0 30px; line-height:3.5; box-sizing: border-box; -webkit-box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;cursor: pointer;}
.prod_default37 .cur .list_item{  background:white; color: #2D8CF0;}
.prod_default37 #prod_Sub_kind{width: calc(100% - 80px);overflow: hidden;position: relative;font-size: 0;}
.prod_default37 .prod_Sub_kind{white-space: nowrap;}
.prod_default37 .prod_subli_kind{display: inline-block; width: auto!important;}
.prod_default37 .prod_subli_kind .sub_item{border: 0;background: #f2f2f2;width: auto;padding: 0 20px;margin-left: 10px;margin-bottom: 10px;line-height: 36px;cursor: pointer;}
.prod_default37 .cur .sub_item{  color:white; background: #2D8CF0;}
.prod_default37 .sub_prod_kind{width: 100%;overflow: hidden;position: relative;}
.prod_default37 .more .mobile_cent {display: none;}
.prod_default37 .more {position: absolute;right: 0;top:0; width: auto!important;line-height: 36px;}
.prod_default37 .more .more_icon{width: 20px;position: relative;top: 5px;}
.prod_default37 .more .reversal{
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
	filter:FlipV;/*兼容IE*/
}
.prod_default37 .imgIco{
	vertical-align: middle;display: inline-block;overflow: hidden;position: relative;padding: 15px;box-sizing: border-box;top: -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.prod_default37 .imgIco img{
	width: auto;height: 100%;vertical-align: top;position: absolute;top: 50%;left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%);
}
/*产品列表*/
.prod_default37 .prod_pro{height:100%; float:right; width:calc(100% - 160px); box-sizing: border-box; -webkit-box-sizing: border-box;}
.prod_default37 #prod_Ulist_pro{   padding:0 0 0 10px; box-sizing: border-box; -webkit-box-sizing: border-box;width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default37 .prod_Ulist_prolist{box-sizing: border-box; -webkit-box-sizing: border-box;} 
.prod_default37 .mia_li_item{box-sizing:border-box;padding-bottom: 8px; margin-bottom:10px;background: #F2F2F2;overflow: hidden;height: 100%;}
.prod_default37 .list_box{ width:100%; overflow:hidden; position:relative;}
.prod_default37 .showimg{ width:100%; position:relative; box-sizing: border-box; overflow:hidden; float:left;}
.prod_default37 .prod_Ulist_prolist *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default37 .prod_Ulist_prolist:hover .showimg{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default37 .showimg img{ width:100%; height:auto; position:absolute; left:0; top:0;}
.prod_default37 .showimg .dump{ margin-top:100%;}


.prod_default37 .status{text-indent:0px;display: inline-block;color:red; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family: Arial; vertical-align: middle;}
.prod_default37 .proinfo{ float:left; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding:10px 10px 0 10px; }
.prod_default37 .p_name{ font-size:14px; overflow:hidden;display: block;-webkit-box-orient: vertical;}
.prod_default37 .p_detail{ font-size:12px; margin:4px 0;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;}
.prod_default37 .pline{ overflow:hidden;}
.prod_default37 .price_value{   float:left; }
.prod_default37 .price_value div{ color:#ff5656; font-size:14px;display: inline-block;}
.prod_default37 .price_value div.p_price2{ color:#999; font-size:12px;text-decoration: line-through;}
.prod_default37 .price_value s{ font-size:12px; color:#666;}
.prod_default37 .zhekouSet{ line-height:1.4; }
.prod_default37 .priceSet{ line-height:30px;}
.prod_default37 .button{ float:right; }
.prod_default37 .cartbtn{ border-radius:200px;color:white; font-size:14px; width:24px; height:24px;margin-top: 3px; text-align:center; line-height:24px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prod_default37 .cartbtn img{ width:100%; height:auto; vertical-align: top; transform: scale(1.3);}
.prod_default37 .p_group{min-width: 60%;display: inline-block;float: left;}
.prod_default37 .p_number{min-width: 100%;display: inline-block;}

/*拼购*/
.prod_default37 .Collage_ico{ position:absolute; left:0px; top:0; width:25px; height:25px; z-index: 100;}
.prod_default37 .Collage_ico img{width:100%; height:100%;}

/*弹窗*/
 .clr{ clear: both; }
 .proInfo_price{ line-height:2; width:90%; margin:0 auto; padding-bottom:5px;}
 .zk_price{ font-size:14px; color:red; }
 .y_price{font-size: 12px; color:#e5e5e5; text-decoration:line-through}
 .costPrice_value{ display:inline-block;}
 .choseK{ box-shadow: 0px 0px 10px rgba(0,0,0,.3); background:white; width:100%; height:300px; position:fixed; left:0; bottom:50px; z-index: 9999;}
 .choseK .choseK_div{ width:90%; margin:0 auto; }
 .choseK .choseK_scroll{ position: relative; height:150px;border-top:1px solid #e5e5e5; margin-top:10px;}
 .choseK .proImg{ width:90px; height:90px; border:1px solid #e5e5e5; float:left; margin-top:-10px; overflow: hidden;}
 .choseK .close{ width:20px; height:20px; float:right; margin-top:10px;}
 .choseK .close img{ width:100%; height:100%; }
 .choseK .close:hover{ cursor: pointer; }
 .choseK .proImg img{ width:100%; height:auto; background:white;}
 .choseK .choseK_price{ float:left; margin:10px 0 0 10px;}
 .choseK .choseK_choose{  border-bottom:1px solid #e5e5e5;  padding-bottom:10px;}
 .choseK .choseK_bt{ font-size:14px; line-height:3; color:#333;}
 .choseK .prop_Ttile{ font-size:14px; line-height:3; color:#333;}
 .choseK .sys_spec_text{ width:100%; }
 .choseK .sys_spec_text>li{ width:70px; display:inline-block; border:none !important; margin-bottom:8px; margin-right: 8px; }
 .choseK .sys_spec_text>li>a{ display:block; width:100%; line-height:2; text-align: center; background-color:#e5e5e5;}
 .choseK .sys_spec_text>li.selected{ border:none !important; color:white; }
 .choseK .sys_spec_text>li.selected>a{ color:white; background:#F34648;}
 .choseK .choseK_num{ margin-bottom:20px; }
 .choseK .amount_value a{color:#666;text-decoration:none;font-size:20px;margin-left:-1px;margin-right:-1px;display: block;_display: inline;float: left;min-width:30px;height: 26px;border: 1px solid #ccc;line-height: 24px;padding: 0;vertical-align: top;overflow: hidden;text-align: center;background-color: #ededed;overflow: hidden;font-weight: bold;}
 .choseK .amount_value input{float: left;  margin: 0;  padding: 0;width: 45px;  height: 26px;  font-size: 14px;  line-height: 26px;  text-align: center;  color: #666;  border: 1px solid #CCC;  outline: 0;  background: #FFF;}
 .choseK .choseK_btn{ overflow: hidden; width:100%; position: absolute; left:0; bottom:0;}
 .choseK .choseK_btn>div{ width:50%; height:50px; line-height:50px; float:left; color:white; text-align: center;}
 .choseK .buy{ background:#F34648; }
 .choseK .addCar{ background:#FF8854; }
 .black{width:100%; height:100%; position:fixed; left:0; top:0; background-color:rgba(0,0,0,.5); z-index: 50;}
 .nonum{ display:none; }


 .prod_default37 .freeinfo{ clear:both; overflow:hidden;margin-top: 4px;}
 .prod_default37 .freeinfo span{ display:block; float:left;  border:1px solid #ff5656; border-radius:5px; padding:0 5px; color:#ff5656; margin-right:5px; box-sizing: border-box; }
 
 
 @media screen and (max-width: 767px){
	.prod_default37 .prod_kind{ overflow-y:scroll;}
	.prod_default37 .prod_pro{overflow-y:scroll;}
	.choseK .choseK_scroll{overflow-y:scroll;}
	.prod_default37 .prod_kind{width: 90px;}
	.prod_default37 .prod_pro{width:calc(100% - 90px);}
	.prod_default37 .list_item{font-size: 12px;padding:0 0 0 4px;}
.prod_default37 .prod_subli_kind .sub_item{padding: 0 10px;margin-bottom: 10px;}
	.prod_default37 #prod_Sub_kind{width: 100%;}
	.prod_default37 .more .cent{display: none;}
	.prod_default37 .more .mobile_cent {display: block;}
	.prod_default37 .more{position: relative;text-align: center;padding: 10px 0;}
	.prod_default37 .more .more_icon{top: 0;}
	.prod_default37 .imgIco{padding: 10px;}
	.prod_default37 #prod_Ulist_pro{padding:0 10px;}
	/* .prod_default37 .prod_Ulist_prolist{width:100%!important;}
.prod_default37 .p_name{display: block; margin-bottom:10px;}
.prod_default37 .showimg{ width:100px;}
.prod_default37 .proinfo{width:calc(100% - 100px);padding: 0 0 0 10px;} */
	
 }
	/* 价格居中 开始 */
		/* 价格居中 结束 */
				.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
				/*pc*/
		#productList_style_37_1765338650600 li{width: 24.25%;}
		#productList_style_37_1765338650600 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_37_1765338650600 li{width: 24.25%;}
			#productList_style_37_1765338650600 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_37_1765338650600 li{width: 49.5%;}
			#productList_style_37_1765338650600 li.prod_Item{margin-bottom:1%;}
		}
					#productList_style_37_1765338650600 .prod_kind.foodKindSet {width: 0px;}
			#productList_style_37_1765338650600 .prod_pro {width: calc(100% - 0px);}
			@media screen and (min-width:641px) and (max-width:1200px) {
				#productList_style_37_1765338650600 .prod_kind.foodKindSet {width: 0px;}
				#productList_style_37_1765338650600 .prod_pro {width: calc(100% - 0px);}
			}
			@media screen and (max-width:640px) {
				#productList_style_37_1765338650600 .prod_kind.foodKindSet {width: 0px;}
				#productList_style_37_1765338650600 .prod_pro {width: calc(100% - 0px);}
			}
				

        		@media screen and (min-width: 1025px){/*ipad*/
			#productList_style_37_1765338650600 li.prod_Ulist_prolist{margin-bottom:1%;}
		}
		@media screen and (max-width: 1024px) and (min-width: 767px){/*ipad*/
			#productList_style_37_1765338650600 li.prod_Ulist_prolist{margin-bottom:1%;}
		}
						 #productList_style_37_1765338650600 .p_detail.pc,#productList_style_37_1765338650600 .p_name.pc {display:block;}
		 #productList_style_37_1765338650600 .p_detail.pad, #productList_style_37_1765338650600 .p_detail.mobile,#productList_style_37_1765338650600 .p_name.pad, #productList_style_37_1765338650600 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_37_1765338650600 .p_detail.pad,#productList_style_37_1765338650600 .p_name.pad {display:block;}
		 #productList_style_37_1765338650600 .p_detail.pc, #productList_style_37_1765338650600 .p_detail.mobile,#productList_style_37_1765338650600 .p_name.pc, #productList_style_37_1765338650600 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_37_1765338650600 .p_detail.mobile,#productList_style_37_1765338650600 .p_name.mobile {display:block;}
		 #productList_style_37_1765338650600 .p_detail.pc, #productList_style_37_1765338650600 .p_detail.pad,#productList_style_37_1765338650600 .p_name.pc, #productList_style_37_1765338650600 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/








                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_37_1765338650600  .showActivity {display: none !important;}
            #productList_style_37_1765338650600  .btnaSet ,#productList_style_37_1765338650600  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	h1{font-size: 2em;font-weight:bold;} h2{font-size: 1.5em;font-weight:bold;} h3{font-size: 1.17em;font-weight:bold;} h4{font-weight:bold;} body, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font: 12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;color: #333;} td, th{padding: 5px 10px;border: 1px solid #DDD;} table{border-collapse: collapse;} .list-paddingleft-2{padding-left: 30px;} .list-paddingleft-3{padding-left: 60px;} body.view{height:auto!important;} .tableviewcontent{overflow-x: auto;} @media screen and (max-width:640px){ .tableviewcontent{overflow-x: auto;scrollbar-width: none;} .tableviewcontent::-webkit-scrollbar{display: none;} } h1{font-size: 2em;font-weight:bold;} h2{font-size: 1.5em;font-weight:bold;} h3{font-size: 1.17em;font-weight:bold;} h4{font-weight:bold;} body, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select{margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font: 12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;color: #333;} td, th{padding: 5px 10px;border: 1px solid #DDD;} table{border-collapse: collapse;} .list-paddingleft-2{padding-left: 30px;} .list-paddingleft-3{padding-left: 60px;} body.view{height:auto!important;} .tableviewcontent{overflow-x: auto;} @media screen and (max-width:640px){ .tableviewcontent{overflow-x: auto;scrollbar-width: none;} .tableviewcontent::-webkit-scrollbar{display: none;} } 
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #819e88; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:0!important;}
				.bottomMenu ul li a{display: inline-block;width: 100%;height: 100%;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuItem.iconTxt{top:5%;}
				.bottomMenu ul li .menuItem.txt{top: 50%;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
				.bottomMenu ul li .menuItem.icon{top: 20%;}
				.bottomMenu ul li .menuIco{width: auto; height: 26px; overflow: hidden; margin: 0 auto 4px;padding-top:2px;box-sizing:border-box;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;box-sizing:border-box;object-fit: contain;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #ffffff; line-height: 1;font-family:Arial;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:50px!important;}
				}
				