
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, 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;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #text_style_01_1525671558198{width:31.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:14.75%;top:26.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525671558198{}}   @media screen and (max-width:640px) {#text_style_01_1525671558198{width:96%;top:166.5px;left:2%;display:none;}}  #text_style_01_1525671558198>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;color:#0a7234;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525671558198>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525671558198>.view_contents {box-sizing:border-box;}}

 #image_logo_1525938120056{width:14.000000000000002%;height:92px;position:absolute;left:0.04166666666666667%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1525938120056{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_logo_1525938120056{width:168px;height:92px;top:0px;left:27.6%;display:none;}} 

 #dh_style_01_1483435618649{width:99.66666666666667%;z-index:999;left:0.16666666666666669%;top:101.97684955596924px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483435618649{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1483435618649{width:96%;z-index:1000;left:2%;top:219.5px;display:none;}} #dh_style_01_1483435618649 > .view_contents{overflow:visible;}  #dh_style_01_1483435618649  {}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1483435618649{
	
}
.menuStyle_7 .son2box{width:150px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1483435618649{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}

 #image_logo_1578918550495{width:14.000000000000002%;height:92px;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1578918550495{width:66.006600660066%;display:none;}}   @media screen and (max-width:640px) {#image_logo_1578918550495{width:14.133333333333335%;height:52px;top:11px;left:1.0666666666666667%;display:block;}} 

 #text_style_01_1578918567806{width:31.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578918567806{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1578918567806{width:100%;top:10px;left:0%;display:block;}}  #text_style_01_1578918567806>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;color:#0a7234;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578918567806>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1578918567806>.view_contents {box-sizing:border-box;font-size:20px;}}
 #div_includeBlock_1484118319812{width:1200px;height:161.97684955596924px;position:absolute;top:12px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:122px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:63px;top:0px;left:0%;display:block;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;} 

 #banner_style_01_1579004644432{width:99.81467753891772%;height:419px;position:absolute;top:2px;left:0.18532246108228317%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1579004644432{}}   @media screen and (max-width:640px) {#banner_style_01_1579004644432{width:100%;height:120px;top:63px;left:0%;display:block;}} 

 #dh_style_07_1579004754948{width:99.66666666666667%;z-index:999;left:0%;top:20px;position:absolute;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_07_1579004754948{z-index:999;display:none;}}   @media screen and (max-width:640px) {#dh_style_07_1579004754948{width:96%;z-index:99999999;left:4%;top:7px;display:block;}} #dh_style_07_1579004754948 > .view_contents{overflow:visible;}  #dh_style_07_1579004754948  {}
/*----------------------电脑板式样式----------------------*/
#dh_style_07_1579004754948{
	
}
.menuStyle_7 .son2box{width:150px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_07_1579004754948{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
} #comm_layout_header{height:174px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:183px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #dh_style_menu2_02_1525831884269{width:23%;position:absolute;top:32px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_menu2_02_1525831884269{}}   @media screen and (max-width:640px) {#dh_style_menu2_02_1525831884269{width:96%;top:818px;left:2%;display:none;}} #dh_style_menu2_02_1525831884269 > .view_contents{overflow:visible;} 

 #productList_style_01_1526111108808{width:75.41666666666667%;position:absolute;top:31.990737915039062px;left:24.59375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1526111108808{}}   @media screen and (max-width:640px) {#productList_style_01_1526111108808{width:96%;top:0px;left:2%;display:none;}} #productList_style_01_1526111108808 > .view_contents{overflow:visible;} 

 #text_style_01_1579005045638{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:13.359375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579005045638{width:38.54166666666667%;display:none;left:30.729166666666664%;top:13.359375px;}}   @media screen and (max-width:640px) {#text_style_01_1579005045638{width:96%;font-size:12px;color:#333;line-height:1.6;display:block;top:10px;left:2%;}}  @media screen and (max-width:640px) { #text_style_01_1579005045638>.view_contents {text-align:center;font-weight:bold;font-size:19px;}} #layout_diy_1524406551{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1524406551{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1524406551{height:57px;}} #layout_diy_1524406551 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_01_1579005057148{width:75.41666666666667%;position:absolute;top:31.990737915039062px;left:24.59375%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1579005057148{}}   @media screen and (max-width:640px) {#productList_style_01_1579005057148{width:96%;top:10px;left:2%;display:block;}} #productList_style_01_1579005057148 > .view_contents{overflow:visible;}  #layout_1576670448465{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1576670448465{}}   @media screen and (max-width:640px) {#layout_1576670448465{height:828px;}} #layout_1576670448465 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_default_1576669635962{width:17.985012489592005%;height:184px;position:absolute;left:55.79595129059117%;top:23.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1576669635962{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1576669635962{width:46.99999999999999%;top:10px;left:2%;}} 

 #image_style_01_1576669690025{width:12.816326530612246%;height:151px;position:absolute;left:81.83544962531224%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576669690025{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1576669690025{display:none;}} #image_style_01_1576669690025 > .view_contents{overflow:visible;} 

 #text_default_1577101849150{width:42.298084929225645%;height:171px;position:absolute;top:16px;left:4.329725228975854%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1577101849150{}}   @media screen and (max-width:640px) {#text_default_1577101849150{width:96%;height:190px;top:0px;left:0%;display:none;}} 
 #div_a_includeBlock_1576669619204{width:100.08333333333333%;height:313px;position:absolute;top:61.484375px;left:-0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1576669619204{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1576669619204{width:100%;height:194px;top:316px;left:0%;display:none;}} #div_a_includeBlock_1576669619204 > .view_contents{overflow:visible;} 

 #div_blank_new05_1578023086984{width:103.08333333333333%;position:absolute;top:22.484375px;left:-1.5416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578023086984{}}   @media screen and (max-width:640px) {#div_blank_new05_1578023086984{width:96%;top:283px;left:2%;display:none;}}  #div_blank_new05_1578023086984  {box-sizing:border-box;} #div_blank_new05_1578023086984 .roundcs {border-width:3px;border-color:#fcfbf9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578023086984  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578023086984  {box-sizing:border-box;}}

 #text_default_1578918881572{width:17.985012489592005%;height:184px;position:absolute;left:55.79595129059117%;top:23.5px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1578918881572{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#text_default_1578918881572{width:97.86666666666667%;top:10px;left:1.866666666666667%;display:block;}} 

 #image_style_01_1578918924785{width:12.816326530612246%;height:151px;position:absolute;left:0%;top:20px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578918924785{width:100%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1578918924785{display:block;width:34.93333333333333%;left:58.13333333333334%;top:46.5px;height:111px;}} #image_style_01_1578918924785 > .view_contents{overflow:visible;}  #comm_layout_footer{height:374.484375px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:233px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:194px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#729680;}
.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;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_7{width:100%; position:relative;}
.menuStyle_7 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_7 .dflex{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;}
.menuStyle_7 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_7 ul,.menuStyle_7 li{padding:0;margin:0px;list-style:none}
.menuStyle_7 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_7 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_7 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl>li{position:relative;z-index: 3;}
.menuStyle_7 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:60px; box-sizing:border-box; line-height:60px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; background:linear-gradient(0deg,#e7e7e7,#fefefe);}
.menuStyle_7 .menuUl #hot{z-index: 3;}
.menuStyle_7 .menuUl #hot>a{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;}
.menuStyle_7 .menuLayout .miniMenu{display:none;}
.menuStyle_7 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_7 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_7 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_7 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_7 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_7 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_7 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_7 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_7 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_7 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_7 .rflex { position: relative;}

.menuStyle_7 .menuson2{width: 100%;min-width:680px;position: absolute;text-align: left;top: calc(100% - 2px);background: linear-gradient(180deg,#e7e7e7,#fefefe); padding:0 20px;padding-bottom:25px;z-index:2;border:1px solid #ddd;  display:none;}
.menuStyle_7 .sondiv{width:60%;float:left;}
.menuStyle_7 .son2box{width:85px;float:left;}
.menuStyle_7 .son2{color:#666;font-weight:bold;padding: 5px 2px;}
.menuStyle_7 .son2:hover{background: #0091db;color:#fff;}
.menuStyle_7 .son3box{float:left;width:calc(100% - 85px); vertical-align:middle;}
.menuStyle_7 .son3box a{color:#999;margin:0 10px;display: inline; padding:5px 2px;}
.menuStyle_7 .son3box a:hover{background: #0091db;color:#fff;}
.menuStyle_7 .bcimg{float:right;width:35%;margin-top:15px;}
.menuStyle_7 .bcimg img{width:100%;}
.menuStyle_7 .showbox{line-height:35px;border-bottom:1px solid #c6c6c6;}
.menuStyle_7 .clearhr{border:none;clear:both;}
.menuStyle_7 .mainMenuSet:hover{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;z-index: 5;}
@media screen and (max-width:640px) {
.menuStyle_7 .menuUl,
.menuStyle_7 .menuUl_box {display:none;}
.menuStyle_7 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_7 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_7 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_7 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_7 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_7 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_7 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: block; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_7 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_7 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_7 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_01_1483435618649 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


.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;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/2214332.png') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner2.jpg') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/1/268/png/157741541589815b1b8996fc4edbc.png?version=0') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/1/268/png/1577415415899130bc7d37a82369c.png?version=0') center top no-repeat;}
                #banner_style_01_1579004644432 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1579004644432 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }
/*菜单样式*/
.menuStyle_7{width:100%; position:relative;}
.menuStyle_7 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_7 .dflex{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;}
.menuStyle_7 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_7 ul,.menuStyle_7 li{padding:0;margin:0px;list-style:none}
.menuStyle_7 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_7 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_7 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl>li{position:relative;z-index: 3;}
.menuStyle_7 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:60px; box-sizing:border-box; line-height:60px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; background:linear-gradient(0deg,#e7e7e7,#fefefe);}
.menuStyle_7 .menuUl #hot{z-index: 3;}
.menuStyle_7 .menuUl #hot>a{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;}
.menuStyle_7 .menuLayout .miniMenu{display:none;}
.menuStyle_7 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_7 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_7 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_7 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_7 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_7 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_7 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_7 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_7 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_7 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_7 .rflex { position: relative;}

.menuStyle_7 .menuson2{width: 100%;min-width:680px;position: absolute;text-align: left;top: calc(100% - 2px);background: linear-gradient(180deg,#e7e7e7,#fefefe); padding:0 20px;padding-bottom:25px;z-index:2;border:1px solid #ddd;  display:none;}
.menuStyle_7 .sondiv{width:60%;float:left;}
.menuStyle_7 .son2box{width:85px;float:left;}
.menuStyle_7 .son2{color:#666;font-weight:bold;padding: 5px 2px;}
.menuStyle_7 .son2:hover{background: #0091db;color:#fff;}
.menuStyle_7 .son3box{float:left;width:calc(100% - 85px); vertical-align:middle;}
.menuStyle_7 .son3box a{color:#999;margin:0 10px;display: inline; padding:5px 2px;}
.menuStyle_7 .son3box a:hover{background: #0091db;color:#fff;}
.menuStyle_7 .bcimg{float:right;width:35%;margin-top:15px;}
.menuStyle_7 .bcimg img{width:100%;}
.menuStyle_7 .showbox{line-height:35px;border-bottom:1px solid #c6c6c6;}
.menuStyle_7 .clearhr{border:none;clear:both;}
.menuStyle_7 .mainMenuSet:hover{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;z-index: 5;}
@media screen and (max-width:640px) {
.menuStyle_7 .menuUl,
.menuStyle_7 .menuUl_box {display:none;}
.menuStyle_7 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_7 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_7 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_7 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_7 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_7 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_7 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: block; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_7 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_7 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_7 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_07_1579004754948 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


/*菜单样式*/
.menu2Style_2{width:100%; position:relative;}
.menu2Style_2 *{-webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; box-sizing: border-box;}
.menu2Style_2 ul,.menu2Style_2 li{padding:0;margin:0px;list-style:none}
.menu2Style_2 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_2 .menu2Ul li{position:relative;}
.menu2Style_2 .menu2Ul li>a{position: relative; text-decoration:none; color:#8b5a5a;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:left; padding: 0 1em; letter-spacing:normal; white-space:nowrap; border:1px solid #8b5a5a; margin-bottom: 5px; }
.menu2Style_2 .menu2Ul li>a i{position: absolute; right: 1em; top: 50%; color: inherit; font-size: inherit; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.menu2Style_2 .menu2Ul li>a:hover{color:#fff; background: #8b5a5a;}
.menu2Style_2 .menu2Ul li>a:hover i{right: .5em;}
.menu2Style_2 .menu2Ul a.subCurSet{ background: #8b5a5a; color: #fff;}

@media screen and (max-width:768px) {
}/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1526111108808 li{width: 24.25%;}
#productList_style_01_1526111108808 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1526111108808 li{width: 32.666666666667%;}
	#productList_style_01_1526111108808 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1526111108808 li{width: 49.5%;}
	#productList_style_01_1526111108808 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_01_1526111108808 .p_detail.pc,#productList_style_01_1526111108808 .p_name.pc {display:block;}
   #productList_style_01_1526111108808 .p_detail.pad, #productList_style_01_1526111108808 .p_detail.mobile,#productList_style_01_1526111108808 .p_name.pad, #productList_style_01_1526111108808 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1526111108808 .p_detail.pad,#productList_style_01_1526111108808 .p_name.pad {display:block;}
   #productList_style_01_1526111108808 .p_detail.pc, #productList_style_01_1526111108808 .p_detail.mobile,#productList_style_01_1526111108808 .p_name.pc, #productList_style_01_1526111108808 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1526111108808 .p_detail.mobile,#productList_style_01_1526111108808 .p_name.mobile {display:block;}
   #productList_style_01_1526111108808 .p_detail.pc, #productList_style_01_1526111108808 .p_detail.pad,#productList_style_01_1526111108808 .p_name.pc, #productList_style_01_1526111108808 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1526111108808 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1526111108808 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1526111108808 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1526111108808 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1526111108808 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1526111108808 .submit_div{ display: inline-block; }

	#productList_style_01_1526111108808 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1526111108808 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1526111108808 .page_submit{margin-left:5px;}
	#productList_style_01_1526111108808 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1526111108808 .page_btn{ font-size:12px; }
			#productList_style_01_1526111108808 .submit_div{ display:none; }
		}

			#productList_style_01_1526111108808 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1526111108808 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1526111108808  .showActivity {display: none !important;}
            #productList_style_01_1526111108808  .btnaSet ,#productList_style_01_1526111108808  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1579005057148 li{width: 24.25%;}
#productList_style_01_1579005057148 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1579005057148 li{width: 32.666666666667%;}
	#productList_style_01_1579005057148 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1579005057148 li{width: 49.5%;}
	#productList_style_01_1579005057148 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_01_1579005057148 .p_detail.pc,#productList_style_01_1579005057148 .p_name.pc {display:block;}
   #productList_style_01_1579005057148 .p_detail.pad, #productList_style_01_1579005057148 .p_detail.mobile,#productList_style_01_1579005057148 .p_name.pad, #productList_style_01_1579005057148 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1579005057148 .p_detail.pad,#productList_style_01_1579005057148 .p_name.pad {display:block;}
   #productList_style_01_1579005057148 .p_detail.pc, #productList_style_01_1579005057148 .p_detail.mobile,#productList_style_01_1579005057148 .p_name.pc, #productList_style_01_1579005057148 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1579005057148 .p_detail.mobile,#productList_style_01_1579005057148 .p_name.mobile {display:block;}
   #productList_style_01_1579005057148 .p_detail.pc, #productList_style_01_1579005057148 .p_detail.pad,#productList_style_01_1579005057148 .p_name.pc, #productList_style_01_1579005057148 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1579005057148 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1579005057148 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1579005057148 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1579005057148 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1579005057148 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1579005057148 .submit_div{ display: inline-block; }

	#productList_style_01_1579005057148 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1579005057148 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1579005057148 .page_submit{margin-left:5px;}
	#productList_style_01_1579005057148 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1579005057148 .page_btn{ font-size:12px; }
			#productList_style_01_1579005057148 .submit_div{ display:none; }
		}

			#productList_style_01_1579005057148 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1579005057148 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1579005057148  .showActivity {display: none !important;}
            #productList_style_01_1579005057148  .btnaSet ,#productList_style_01_1579005057148  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1576669690025 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576669690025 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576669690025 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1576669690025 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578918924785 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578918924785 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;}
