
/**
    *编辑器         \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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #image_style_01_1576900774918{width:5.6407112201103615%;height:39px;position:absolute;top:21.984375px;left:19.953249540159412%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900774918{width:86px;left:3.791092258748675%;top:22px;}}   @media screen and (max-width:640px) {#image_style_01_1576900774918{width:64px;height:28px;top:15px;left:1.7333333333333332%;}} #image_style_01_1576900774918 > .view_contents{overflow:visible;} 

 #text_style_01_1576900906120{width:25.260576333537703%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:16.47265625px;left:25.062749080318824%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576900906120{left:14.077412513255567%;top:16.5px;width:401px;}}   @media screen and (max-width:640px) {#text_style_01_1576900906120{width:65.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:17.5px;left:18.133333333333333%;}}  #text_style_01_1576900906120>.view_contents {font-size:28px;font-weight:bold;text-align:center;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1576900906120>.view_contents {font-size:16px;color:#000000;}}

 #image_style_01_1576900938048{width:2.207041513399895%;height:40px;position:absolute;top:22px;left:70.25748817656333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900938048{width:40px;left:80.96666224814422%;top:22px;}}   @media screen and (max-width:640px) {#image_style_01_1576900938048{width:42px;height:40px;top:195px;left:44.4%;display:none;}} #image_style_01_1576900938048 > .view_contents{overflow:visible;} 

 #text_style_01_1576901028371{width:6.200735680504467%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:13.5px;left:72.91119285338938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576901028371{width:121px;left:calc(100% - 121px);}}   @media screen and (max-width:640px) {#text_style_01_1576901028371{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:none;}}  #text_style_01_1576901028371>.view_contents {color:#333333;}

 #dh_style_39_1576901089592{width:63.058328954282715%;z-index:999;position:absolute;top:87.5px;left:18.470835522858643%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_39_1576901089592{z-index:999;width:100%;left:0%;}}   @media screen and (max-width:640px) {#dh_style_39_1576901089592{width:12%;z-index:999;top:5px;left:85.99166666666666%;display:none;}} #dh_style_39_1576901089592 > .view_contents{overflow:visible;}  #dh_style_39_1576901089592 .mainMenuSet {color:#333333;} @media screen and (max-width:640px) { #dh_style_39_1576901089592 .icoMenuSet {color:#0069ba;background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_39_1576901089592 .twoBgSet {background:#333333;color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_39_1576901089592{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1576901089592{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_39_1576901089592{
		
	}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox{background-color:#016dbf;}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox .menuUlCopy li a{color:#fff;border-bottom-color:transparent;font-size:18px;}
#dh_style_39_1576901089592 .menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a{color:fff;border-bottom-color:#fff}
}

 #dh_style_35_1579230307290{width:60%;z-index:999;display:none;position:absolute;left:20%;top:57.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_35_1579230307290{width:70%;z-index:999;display:none;left:15%;top:57.09375px;}}   @media screen and (max-width:640px) {#dh_style_35_1579230307290{width:12.266666666666666%;z-index:999;display:block;top:8px;left:84.26666666666667%;}} #dh_style_35_1579230307290 > .view_contents{overflow:visible;}  #comm_layout_header{height:131.5px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:131.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:rgba(255,255,255,0.7);}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	float:left;
margin-top:0 !important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		float:none !important;margin-top:none !important;background:#ffffff !important;height:60px;
	}
}


 #image_style_01_1577097279507{width:100%;height:520px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577097279507{height:257px;}}   @media screen and (max-width:640px) {#image_style_01_1577097279507{width:100%;height:165px;top:0px;left:0%;}} #image_style_01_1577097279507 > .view_contents{overflow:visible;}  #layout_1498113507863{height:520px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498113507863{height:257px;}}   @media screen and (max-width:640px) {#layout_1498113507863{height:165px;}} #layout_1498113507863 > .view_contents{overflow:visible;} 


 #homelink_style_03_1577097603641{width:45%;position:absolute;top:2.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_03_1577097603641{width:439px;}}   @media screen and (max-width:640px) {#homelink_style_03_1577097603641{width:96%;top:10px;left:2%;display:none;}} #homelink_style_03_1577097603641 > .view_contents{overflow:visible;}  #homelink_style_03_1577097603641 .tabItemSet.tabCurItem {background:#016dbf;} #layout_1577097602080{height:52.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577097602080{height:92.5px;}}   @media screen and (max-width:640px) {#layout_1577097602080{height:1px;}} #layout_1577097602080 > .view_contents{overflow:visible;max-width:1200px;} 


 #prodPic_style_02_1482461252881{width:34.833333333333336%;height:520px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodPic_style_02_1482461252881{height:487px;width:422px;left:1%;}}   @media screen and (max-width:640px) {#prodPic_style_02_1482461252881{width:96%;height:391px;left:2%;top:0px;}} 


 #text_style_02_1498112616373{width:50.625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:20px;left:24.6875%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498112616373{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1498112616373{width:370px;top:0px;}}  #text_style_02_1498112616373>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;color:#565656;line-height:30px;} #text_style_02_1498112616373  {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498112616373>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498112616373>.view_contents {box-sizing:border-box;}}

 #div_blank_1498112669544{width:80%;height:1px;position:absolute;top:35px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498112669544{left:8.67768595041322%;width:82.64462809917356%;}}   @media screen and (max-width:640px) {#div_blank_1498112669544{width:300px;height:200px;top:300px;}} #div_blank_1498112669544 > .view_contents{overflow:visible;}  #div_blank_1498112669544  {box-sizing:border-box;background:rgba(0, 0, 0,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498112669544  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498112669544  {box-sizing:border-box;}}

 #productList_style_05_1498112766363{width:80%;position:absolute;top:70px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_05_1498112766363{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_05_1498112766363{width:100%;top:500px;}} #productList_style_05_1498112766363 > .view_contents{overflow:visible;}  #productList_style_05_1498112766363 .titleSet {font-size:12px;} #productList_style_05_1498112766363 .priceSet {font-size:14px;} #productList_style_05_1498112766363 .unitSet {font-size:12px;} #productList_style_05_1498112766363 .modSet {background:#ffffff;} #productList_style_05_1498112766363 .imgSet {background:#ffffff;}
 #div_includeBlock_1498112599746{width:13.333333333333334%;height:457px;position:absolute;top:0px;left:86.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498112599746{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1498112599746{width:100%;height:786px;top:647px;left:0%;display:none;}}  #div_includeBlock_1498112599746  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:rgba(51,51,51,0.3);border-right-color:rgba(51,51,51,0.3);border-bottom-color:rgba(51,51,51,0.3);border-left-color:rgba(51,51,51,0.3);}

 #prodInfor_style_04_1577097146442{width:50%;position:absolute;top:21px;left:35.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodInfor_style_04_1577097146442{left:49.94697773064687%;top:0px;}}   @media screen and (max-width:640px) {#prodInfor_style_04_1577097146442{width:96%;top:401px;left:2%;}} #prodInfor_style_04_1577097146442 > .view_contents{overflow:visible;}  #prodInfor_style_04_1577097146442 .buyTProSet {background:#016dbf;border-radius:30px;} #layout_1496303516196{height:520px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1496303516196{height:725.5px;}}   @media screen and (max-width:640px) {#layout_1496303516196{height:665px;}} #layout_1496303516196 > .view_contents{overflow:visible;max-width:1200px;} 


 #customDetail_style_prodDetail_01_1577169011631{width:100%;position:absolute;top:19.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customDetail_style_prodDetail_01_1577169011631{left:49.94697773064687%;top:238.5px;}}   @media screen and (max-width:640px) {#customDetail_style_prodDetail_01_1577169011631{width:96%;top:623px;left:2%;}}  #layout_1498179784493{height:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498179784493{}}   @media screen and (max-width:640px) {#layout_1498179784493{}} #layout_1498179784493 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1498113765483{height:24px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498113765483{}}   @media screen and (max-width:640px) {#layout_1498113765483{height:25px;}} #layout_1498113765483 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1576940519269{width:7.083333333333333%;height:39px;position:absolute;top:111px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940519269{top:111px;left:1.0604453870625663%;}}   @media screen and (max-width:640px) {#image_style_01_1576940519269{width:67px;height:26px;top:10px;left:0.9333333333333335%;}} #image_style_01_1576940519269 > .view_contents{overflow:visible;} 

 #text_style_01_1576940574960{width:33.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:105.5px;left:7.541666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940574960{left:9.593716861081655%;top:111px;}}   @media screen and (max-width:640px) {#text_style_01_1576940574960{width:82.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:10px;left:8.666666666666668%;}}  #text_style_01_1576940574960>.view_contents {color:#ffffff;font-size:28px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576940574960>.view_contents {font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1576940574960>.view_contents {font-size:16px;}}

 #text_style_01_1576940604969{width:1.0833333333333335%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:15.5px;left:41.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940604969{top:10.5px;left:44.290164369035%;}}   @media screen and (max-width:640px) {#text_style_01_1576940604969{width:6.133333333333333%;font-size:12px;color:#333;line-height:1.6;top:96px;left:42.53333333333333%;display:none;}}  #text_style_01_1576940604969>.view_contents {height:230px;border-bottom:none !important;border-left:none !important;border-top:none !important;border-color:#ffffff;border-style:solid;border-width:2px;} @media screen and (max-width:640px) { #text_style_01_1576940604969>.view_contents {height:120px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1576940604969{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1576940604969{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1576940604969{
		
	}
}

 #dh_style_39_1576940689652{width:57.666666666666664%;z-index:999;position:absolute;top:7.5px;left:42.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_39_1576940689652{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_39_1576940689652{width:96%;z-index:999;top:260px;left:2%;display:none;}} #dh_style_39_1576940689652 > .view_contents{overflow:visible;}  #dh_style_39_1576940689652 .mainMenuSet {color:#ffffff;font-size:16px;}
/*----------------------电脑板式样式----------------------*/
#dh_style_39_1576940689652{
	
}
#dh_style_39_1576940689652 .menuStyle_39 .menuUl #hot>a{color:#fff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1576940689652{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_39_1576940689652{
		
	}
}

 #text_style_01_1576940781499{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:64px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940781499{top:68.5px;left:47.98349681866384%;}}   @media screen and (max-width:640px) {#text_style_01_1576940781499{width:48.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:53px;left:20.533333333333335%;}}  #text_style_01_1576940781499>.view_contents {color:#ffffff;}

 #text_style_01_1576940812735{width:19.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:218px;left:63.095052083333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576940812735{width:247px;}}   @media screen and (max-width:640px) {#text_style_01_1576940812735{width:96%;font-size:12px;color:#333;line-height:1.6;top:181px;left:2%;}}  #text_style_01_1576940812735>.view_contents {color:#ffffff;text-align:center;}

 #image_style_01_1576940938690{width:11.416666666666666%;height:137px;position:absolute;top:64px;left:86.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940938690{height:107px;}}   @media screen and (max-width:640px) {#image_style_01_1576940938690{width:89px;height:72px;top:53px;left:69.06666666666666%;}} #image_style_01_1576940938690 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#image_style_01_1576940938690{
	width:137px;height:137px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1576940938690{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1576940938690{
		width:84px;height:84px;
	}
}

 #text_style_01_1579255024053{width:11.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:207px;left:86.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255024053{}}   @media screen and (max-width:640px) {#text_style_01_1579255024053{width:24%;font-size:12px;color:#333;line-height:1.6;top:137px;left:68.26666666666667%;}}  #text_style_01_1579255024053>.view_contents {color:#ffffff;text-align:center;line-height:20px;} @media screen and (max-width:640px) { #text_style_01_1579255024053>.view_contents {line-height:18px;}}

 #text_style_01_1579255457175{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:98.5px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255457175{}}   @media screen and (max-width:640px) {#text_style_01_1579255457175{width:41.06666666666667%;font-size:12px;color:#333;line-height:1.6;top:80px;left:20.4%;}}  #text_style_01_1579255457175>.view_contents {color:#ffffff;}

 #text_style_01_1579255461116{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:134px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255461116{}}   @media screen and (max-width:640px) {#text_style_01_1579255461116{width:33.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:106px;left:20.4%;}}  #text_style_01_1579255461116>.view_contents {color:#ffffff;}

 #text_style_01_1579255464682{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:169px;left:44.80338541666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1579255464682{}}   @media screen and (max-width:640px) {#text_style_01_1579255464682{width:36.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:138.5px;left:20.4%;}}  #text_style_01_1579255464682>.view_contents {color:#ffffff;} #comm_layout_footer{height:260px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:274px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:209px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#1a1a1a;}

/*pc端*/
.prodPicStyle_1{width:100%; height:100%; position:relative;z-index: 62;}
.prodPicStyle_1 .diyProbox_test{width: 100%;height: 100%;}
.prodPicStyle_1 .diy_proImg{width:100%;overflow:hidden;zoom:1;height:80%;line-height:400px;text-align:center;vertical-align:middle; /* display: table-cell; */background:transparent;}
.prodPicStyle_1 .diy_proImg img{width:100%;height:100%;vertical-align:middle;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg{overflow:hidden;zoom:1;width: 400px;margin: 12px auto;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox{float:left;overflow:hidden;zoom:1;position:relative;width: 360px;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox ul li img{width: 74px;height: 74px;object-fit: scale-down;}
.prodPicStyle_1 .diy_moreImg .diy_qbox{padding: 0;margin:0px;overflow:hidden;zoom:1;width:999999px;/*position:absolute*/}
.prodPicStyle_1 .diy_moreImg .diy_qbox li{float:left;margin-left:10px;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img{border:2px solid transparent;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon{width:20px;text-align:center;padding-top:29px;float:left;overflow:hidden;zoom:1;cursor:pointer}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img.hotImg{border:2px solid #e4393c;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon img{border:0px;}
.prodPicStyle_1 .diyproImgBox_moblie{visibility: hidden;}


/*手机端*/
.prodPicStyle_1 .diyproImgBox_moblie{width:100%; height:100%;}
.prodPicStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.prodPicStyle_1 .main_image{height:100%; overflow:hidden; position:relative;}
.prodPicStyle_1 .main_image ul{width:100%!important; height:100%; overflow:hidden; position:absolute; top:0; left:0;}
.prodPicStyle_1 .main_image li{float:left; width:100%!important; height:100%; }
.prodPicStyle_1 .main_image li span{display:block; width:100%; height:100%; background-position: 50% 50%!important;background-size:contain!important;}
.prodPicStyle_1 .main_image li a{display:block; width:100%; height:100%}
.prodPicStyle_1 .flicking_con{position:absolute; bottom:20px;left:0%;z-index:999; width:100%; height:14px; text-align:center;}
.prodPicStyle_1 .flicking_con a{float:none;width:21px;height:21px;margin:0;padding:0;background:url('../res/prodPic/style_02/btn_main_img.png') 0 0 no-repeat;display:inline-block;text-indent:-1000px}
.prodPicStyle_1 .flicking_con a.on{background-position:0 -21px}


/*响应式---480*/
@media screen and (max-width: 481px){
    .prodPicStyle_1{width:100%; height:100%; position:relative;}
    .prodPicStyle_1 .diyproImgBox_moblie{visibility: visible;}
    .prodPicStyle_1 .diyProbox{height: 0;overflow: hidden;}
    .prodPicStyle_1 .diyproImgBox_moblie{width: 100%;}
}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:700px !important;height:500px !important;background:#ffffff;border:1px solid #e2e2e2;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url('/images/../res/prodPic/style_02/mask.png') repeat scroll 0 0 rgba(69,126,235,0.3);cursor:move;z-index:999;}
.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

.prodetailstyle_1 .mobile{ display:none; }
.prodetailstyle_1 .pc{ display:block; }
.prodetailstyle_1 .collage_bt{ font-size:20px; line-height:3; }
.prodetailstyle_1 .itembox{ background:#eee; padding:10px 20px; border-bottom:1px solid #e5e5e5; overflow:hidden; font-size:16px; display:flex; justify-content: space-between; flex-wrap: wrap;}
.prodetailstyle_1 .user_img{ width:50px; height:50px; border-radius:200px; overflow:hidden; }
.prodetailstyle_1 .user_img img{ width:100% !important; height:100%; margin:0 !important;}
.prodetailstyle_1 .itembox>div{ line-height:50px; margin:0 5px;}
.prodetailstyle_1 .initiator_name.pc{ width:100px; text-align:center; }
.prodetailstyle_1 .join_list_ul{ overflow:hidden; }
.prodetailstyle_1 .join_list_ul li{float:left; box-sizing: border-box; -webkit-box-sizing: border-box; margin:0 5px;}
.prodetailstyle_1 .surplus_value{ color:red; }
.prodetailstyle_1 .join_btn{ background:rgb(239,91,81); margin:13px 0; color:white; line-height:1; border-radius: 20px; padding:4px 20px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prodetailstyle_1 .join_btn:hover{ cursor:pointer; }

.proListShow{ box-sizing: border-box; margin-top: 30px;}
.proListShow h2{ display: block; border-left: 4px solid #e85342; font-size: 18px; line-height: 1; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px;}
.proListShow .listUl{ border: 1px solid #f5f5f5; padding: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box;}
.proListShow .listLi{ width: calc(96%/4);}
.proListShow .listLi .imgDiv{  position: relative; padding-bottom: 100%; overflow: hidden;}
.proListShow .imgDiv img{ transition: transform .3s; width: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.proListShow .titleDiv{ text-align: center; color: #333; font-size: 16px; line-height: 1.5; margin-top: 10px;}

.prodetail_1 .selectTdClass{background-color:#edf5fa !important}
.prodetail_1 table.noBorderTable td,
.prodetail_1 table.noBorderTable th,
.prodetail_1 table.noBorderTable caption{border:1px dashed #ddd !important}
.prodetail_1 table{margin-bottom:10px;border-collapse:collapse;display:table;}
.prodetail_1 td,.proListShow th{padding: 5px 10px;border: 1px solid #DDD;}
.prodetail_1 caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.prodetail_1 th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.prodetail_1 table tr.firstRow th{border-top-width:2px;}
.prodetail_1 .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.prodetail_1 .ue-table-interlace-color-double{ background-color: #f7faff; }
.prodetail_1 td p{margin:0;padding:0;}
@media screen and (min-width:641px){
	.proListShow .listLi:hover .imgDiv img{ transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1); -moz-transform: translateX(-50%) scale(1.1); -o-transform: translateX(-50%) scale(1.1);}
}
@media screen and (max-width:640px){
	.prodetailstyle_1 .collage_bt{ font-size:14px; }
	.prodetailstyle_1 .itembox .more_img{ margin-right:10px; }
	.prodetailstyle_1 .user_img{ width:30px; height:30px; }
	.prodetailstyle_1 .empty_img{ width:30px; height:30px; margin-left:-20px; border:1px dotted #e5e5e5; background:white; border-radius:200px; float:right;}
	.prodetailstyle_1 .more_img .hav_img{ float:left; }
	.prodetailstyle_1 .itembox{ font-size:12px; padding:10px; display:block;}
	.prodetailstyle_1 .itembox>div{ line-height:30px; margin:0; float:left; position:relative;}
	.prodetailstyle_1 .itembox .join_button{ float:right; margin:5px 0;}
	.prodetailstyle_1 .join_btn{ padding:0 20px; line-height:2; margin:0; line-height:unset;}
	.prodetailstyle_1 .pc{ display:none; }
	.prodetailstyle_1 .mobile{ display:block; }
	.prodetailstyle_1 .initiator_name.mobile>span{ line-height:1.5; display:block; }

	.proListShow h2{ font-size: 16px;}
	.proListShow .listLi{ width: calc( 96%/2 ); margin-bottom: 15px;}
	.proListShow .titleDiv{ font-size: 14px;}
}
@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.prodetail_1 img{width:100% !important; height:auto !important;}
}



	#image_style_01_1576900774918 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900774918 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1576900774918 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1576900774918 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;}

	#image_style_01_1576900938048 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576900938048 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1576900938048 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1576900938048 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;}
.menuStyle_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_39 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02.subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

.menuStyle_39 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_39 .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%);}

@media screen and (max-width:640px) {
.menuStyle_39 .imgIco{ margin-right:10px;}
.menuStyle_39 .menuUl,
.menuStyle_39 .menuUl_box {display:none;}
.menuStyle_39 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_39 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_39 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_39 .miniMenu .leftBox{height: 100%}
.menuStyle_39 .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_39 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_39 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_39 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_39 .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_39 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_39 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_39 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_39_1576901089592 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_39_1576901089592 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_39_1576901089592 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_39_1576901089592 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		

.menuStyle_35{width:100%; position:relative;}
.menuStyle_35 *{box-sizing: border-box;}
.menuStyle_35 .miniMenu *,
.menuStyle_35 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_35 .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_35 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_35 ul,.menuStyle_35 li{padding:0;margin:0px;list-style:none}
.menuStyle_35 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_35 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_35 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl>li{position:relative;}
.menuStyle_35 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; background:#0bb2dc ; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_35 .menuUl>li>a:hover{background: #1fcefb;}
.menuStyle_35 .menuUl #hot>a{color:#fff; background: #1fcefb;}
.menuStyle_35 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_35 .menuUl #hot>a span{color:inherit;}
.menuStyle_35 .menuLayout .miniMenu{display:none;}
.menuStyle_35 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_35 .menuUl>.logo{background: #fff;}
.menuStyle_35 .menuUl>.logo a{background: #fff;}
.menuStyle_35 .menuUl>.logo a:hover{background: #fff;}
.menuStyle_35 .menuUl>li>#menuLogo{height: 85%; background: #fff;}

.menuStyle_35 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_35 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_35 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_35 .menuUl02 .subMenu02.subCurSet{color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover {background: #f7f5f8; color: #53bdd7; border-left: 2px solid #53bdd7;}
.menuStyle_35 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_35 .menuUl03{position: absolute; background: #fff; left: 100%; top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_35 .menuUl03 .subMenu03{color: #5f6366; padding: 0 15px; line-height: 40px;}
.menuStyle_35 .menuUl03 .subMenu03:hover{background:#f6f6f6; color: #77c6cb;}
.menuStyle_35 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_35 .menuUl03 .subMenu03.thrCurSet {color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .rflex { position: relative;}
.menuStyle_35 .maxWidth{margin: auto;}

.menuStyle_35 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_35 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_35 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_35 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_35 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_35 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_35 .subBox .subImgsbox>a{display: block; height: 100%; font-size:14px; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_35 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_35 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_35 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_35 .subBox p{overflow: hidden; float: left;}
.menuStyle_35 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_35 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_35 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_35 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu02:hover,
.menuStyle_35 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_35 .subBox .subMenu03:hover,
.menuStyle_35 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03.thrCurSet{color: #2d93ff;}

.menuStyle_35 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_35 .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%);}

@media screen and (max-width:640px) {
.menuStyle_35 .imgIco{ margin-right:10px;}
.menuStyle_35 .menuUl,
.menuStyle_35 .menuUl_box {display:none;}
.menuStyle_35 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_35 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_35 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_35 .miniMenu .leftBox{height: 100%}
.menuStyle_35 .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_35 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_35 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_35 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_35 .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,.2);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_35 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_35 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_35_1579230307290 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_35_1579230307290 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_35_1579230307290 .menuUl li #menuLogo{
		height: px;
		margin-right: 20px;
		margin-left: 20px;
	}
			#dh_style_35_1579230307290 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_35_1579230307290 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


	#image_style_01_1577097279507 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577097279507 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1577097279507 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1577097279507 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;}
.homelink_style03 { width: 100%;}
.homelink_style03 .home-icon{ position: relative; z-index: 999; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 15px; border-radius: 100%; box-shadow: 0px 5px 10px #ccc; background: #000; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .home-icon img{ width: 100%;}
.homelink_style03 .link_ul.pc{ display: inline-block;}
.homelink_style03 .link_li { display: inline-block; position: relative; vertical-align: middle;}

.homelink_style03 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px 0 50px; font-size: 14px; color: #333; background: #fff; border-radius: 50px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .link_li.on>a{ background: rgb(255,140,98); color: #fff;}
.homelink_style03 .mobile{ display: none;}
@keyframes slidedown{
    from {
        transform: rotateX(90deg);
    }
    to {
        transform: rotateX(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(90deg);
    }
}

@media screen and (max-width:640px) {
    .homelink_style03 .link_ul.pc{ display: none;}
    .homelink_style03 .link_li{ left: 0 !important;}
    .homelink_style03 .link_li>a{ padding: 0 20px; font-size: 12px;}
    .homelink_style03 .home-icon{ display: block;}
    .homelink_style03 .link_ul.mobile{ display: block; height: 0; min-width: 100%; position: relative; transform: rotateX(90deg); transform-origin: top; transition: all .3s;}
    .homelink_style03 .link_li{ display: block; max-width: 100%;}
    .homelink_style03 .link_li>a{ max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 5px;}
    
    .homelink_style03 .mobile.slideDown{ animation: slidedown .3s; transform: rotateX(0deg);}
    .homelink_style03 .mobile.slideUp{ animation: slideup .3s; transform: rotateX(90deg);}
}


/*产品样式*/
.prod_default5{width:100%; clear: both;}
.prod_default5 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prod_default5 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default5 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default5 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default5 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default5 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default5 .prod_Item:hover .prod_img{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_default5 .prod_Item:hover .prod_info{bottom: 5%;}
.prod_default5 .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_default5 .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_default5 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default5 .prod_info {position: absolute; left: 50%; bottom:3%; padding: 3%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); background: rgba(255,255,255,.8); overflow: hidden; width: 86%; padding-top: 10px; box-sizing: border-box; }
.prod_default5 .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_default5 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default5 .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_default5 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default5 .p_group .p_lb{display: none;}
.prod_default5 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default5 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default5 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default5 .p_value {color: #333; font-size:22px;}
.prod_default5 .unit {color: #333;font-size: 16px;}
.prod_default5 .p_vip {display: block; float: right; text-align: right; line-height:20px; height: 26px; white-space: nowrap;}
.prod_default5 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default5 .v_value {color: #333; font-size: 18px;}
.prod_default5 .v_unit {color: #333;font-size: 12px;}
.prod_default5 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default5 .p_link { float: left; width: 48%; text-align: center;}
.prod_default5 .p_link a {display: block; padding: 10px 15px;}
.prod_default5 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default5 .p_cart a {display: block; padding: 10px 15px;}
.prod_default5 a{text-decoration:none; }  

/*分页*/
.prod_default5 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default5 .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';}
.prod_default5 .page_btn a.cur,.prod_default5 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default5 .page_btn a:nth-child(n+12){display: none;}
.prod_default5 .page_btn a:nth-last-child(1),.prod_default5 .page_btn a:nth-last-child(2),.prod_default5 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default5 .prev_btn,.prod_default5 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default5 .no_page{border: 0 !important;}
.prod_default5 .page_btn a:nth-child(n+10){display: none;}

.prod_default5 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default5 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;float: left;}
.prod_default5 .yuanjia2{color:#888;font-size: 14px;}

.prod_default5 .jiage{color: #888;font-size: 14px;}
.prod_default5 .btnn {background-color: #ff002a;width: 50%;border:none;color:white;height: 35px;display: block;clear: both;margin-top: 10px;}
.prod_default5 .btnn a{color:white; display:block;}

.prod_default5 .freeinfo{ clear:both; overflow:hidden;}
.prod_default5 .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_default5 .Collage_ico{ position:absolute; width:40px; height: 40px; left:0; top:0; z-index: 100;}
.prod_default5 .Collage_ico img{ width:100%; height:100%; }

@media screen and (max-width: 767px){
.prod_default5 .ptoldprice{ display:none; }
.prod_default5 .unit,.prod_default5 .p_vip .v_jg,.prod_default5 .v_unit{font-size: 12px;}
.prod_default5 .p_vip{height: 18px; line-height: 23px;}
.prod_default5 .v_value{font-size: 14px;}
.prod_default5 .p_value{font-size: 18px;}
.prod_default5 .prod .p_detail{display: none !important;}
.prod_default5 .Collage_ico{ width:25px; height:25px; }
/*分页*/
/* .prod_default5 .page_btn a:nth-child(n+5){display: none;} */
}

			/*pc*/
		#productList_style_05_1498112766363 li{width: 100%;}
		#productList_style_05_1498112766363 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_05_1498112766363 li{width: 32.666666666667%;}
			#productList_style_05_1498112766363 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_05_1498112766363 li{width: 49.5%;}
			#productList_style_05_1498112766363 li.prod_Item{margin-bottom:1%;}
		}
						 #productList_style_05_1498112766363 .p_detail.pc,#productList_style_05_1498112766363 .p_name.pc {display:block;}
		 #productList_style_05_1498112766363 .p_detail.pad, #productList_style_05_1498112766363 .p_detail.mobile,#productList_style_05_1498112766363 .p_name.pad, #productList_style_05_1498112766363 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_05_1498112766363 .p_detail.pad,#productList_style_05_1498112766363 .p_name.pad {display:block;}
		 #productList_style_05_1498112766363 .p_detail.pc, #productList_style_05_1498112766363 .p_detail.mobile,#productList_style_05_1498112766363 .p_name.pc, #productList_style_05_1498112766363 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_05_1498112766363 .p_detail.mobile,#productList_style_05_1498112766363 .p_name.mobile {display:block;}
		 #productList_style_05_1498112766363 .p_detail.pc, #productList_style_05_1498112766363 .p_detail.pad,#productList_style_05_1498112766363 .p_name.pc, #productList_style_05_1498112766363 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_05_1498112766363 .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_05_1498112766363 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_05_1498112766363 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_05_1498112766363 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_05_1498112766363 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_05_1498112766363 .submit_div{ display: inline-block; }

	#productList_style_05_1498112766363 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_05_1498112766363 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_05_1498112766363 .page_submit{margin-left:5px;}
	#productList_style_05_1498112766363 .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_05_1498112766363 .page_btn{ font-size:12px; }
			#productList_style_05_1498112766363 .submit_div{ display:none; }
		}

			#productList_style_05_1498112766363 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_05_1498112766363 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_05_1498112766363  .showActivity {display: none !important;}
            #productList_style_05_1498112766363  .btnaSet ,#productList_style_05_1498112766363  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.proInfoStyle04{position: relative;overflow: hidden;font-family: "Microsoft YaHei";}
.proInfoStyle04 .proInfo_title .prodName{margin:0;color: #000;font-size: 32px;font-weight: normal;border-bottom: 1px solid #dbdbdb;line-height:1.4;padding: 15px 0;}
.proInfoStyle04 .proInfo_title .proBrief{color: #333;font-size: 16px;margin: 15px 0;}
.proInfoStyle04 .proInfo_parameter p,.proInfoStyle04 .proInfo_prop p{color: #222;font-size: 16px;line-height:35px;}
.proInfoStyle04 .probuy{padding:35px 0 10px 0;margin-top: 15px;clear: both;}
.proInfoStyle04 .probuy .Consultation{border: 0;background: transparent;border-radius:4px;font-size: 20px;font-family: "Microsoft YaHei";cursor: pointer;}
.proInfoStyle04 .probuy .btn1{width:40%;line-height:50px;margin-right: 10px;background: #ef001d;color:#fff;}
.proInfoStyle04 .probuy .btn2{width: 30%;line-height: 50px;border: 1px solid #ef001d;color: #ef001d;}
.proInfoStyle04 .other-link ul{width: 100%;}
.proInfoStyle04 .other-link ul li{float: left;margin-right: 10px;line-height: 35px;cursor: pointer;}
.proInfoStyle04 .other-link ul li:nth-of-type(1) i{background: url(../img/prodInfor/style_04/scBg.png) no-repeat center;background-size: 100%;padding:8px;margin-right: 10px;}
.proInfoStyle04 .other-link ul li:nth-of-type(2) i{background: url(../img/prodInfor/style_04/shareBg.png) no-repeat center;background-size: 100%;padding:10px;margin-right: 10px;}
.proInfoStyle04 .proInfo_prop .prop.insidediv.sys_item_specpara{width: 100%;overflow: hidden;}
.proInfoStyle04 .proInfo_prop .prop_Ttile{float: left;height: 40px;line-height: 40px;margin-right: 10px;color: #888;}
.proInfoStyle04 .proInfo_prop .sys_spec_text{width:75%;float: left;}
.proInfoStyle04 .proInfo_prop .sys_spec_text li{float: left;padding: 0 2%;height: 40px;line-height: 40px;}
.proInfoStyle04 .proInfo_prop .colorimg li span{display: block;width: 20px;height: 15px;margin-top: 12.5px;border: 1px solid #eee;}
.proInfoStyle04 .proInfo_prop .colorimg li span:hover{display: block;width: 20px;height: 15px;margin-top: 12.5px;border: 1px solid red;}
.proInfoStyle04 .proInfo_prop .prop li.selected a span{color: #F40;border: 1px solid #F40;}

@media screen and  (max-width: 481px){
    .proInfoStyle04 .proInfo_title .prodName{font-size: 18px;}
    .proInfoStyle04 .proInfo_title .proBrief{font-size: 14px;}
    .proInfoStyle04 .probuy .btn1{width: 100%;line-height: 40px;font-size: 16px;}
    .proInfoStyle04{padding: 10px;}
}.prodetail_1{font-size:14px; color:#555; line-height:1.4; text-align:left; padding:.4em 0; width:100%;}
.prodetail_1 img{max-width: 100%;}

.prodetailstyle_1 .mobile{ display:none; }
.prodetailstyle_1 .pc{ display:block; }
.prodetailstyle_1 .collage_bt{ font-size:20px; line-height:3; }
.prodetailstyle_1 .itembox{ background:#eee; padding:10px 20px; border-bottom:1px solid #e5e5e5; overflow:hidden; font-size:16px; display:flex; justify-content: space-between; flex-wrap: wrap;}
.prodetailstyle_1 .user_img{ width:50px; height:50px; border-radius:200px; overflow:hidden; }
.prodetailstyle_1 .user_img img{ width:100% !important; height:100%; margin:0 !important;}
.prodetailstyle_1 .itembox>div{ line-height:50px; margin:0 5px;}
.prodetailstyle_1 .initiator_name.pc{ width:100px; text-align:center; }
.prodetailstyle_1 .join_list_ul{ overflow:hidden; }
.prodetailstyle_1 .join_list_ul li{float:left; box-sizing: border-box; -webkit-box-sizing: border-box; margin:0 5px;}
.prodetailstyle_1 .surplus_value{ color:red; }
.prodetailstyle_1 .join_btn{ background:rgb(239,91,81); margin:13px 0; color:white; line-height:1; border-radius: 20px; padding:4px 20px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.prodetailstyle_1 .join_btn:hover{ cursor:pointer; }

.proListShow{ box-sizing: border-box; margin-top: 30px;}
.proListShow h2{ display: block; border-left: 4px solid #e85342; font-size: 18px; line-height: 1; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px;}
.proListShow .listUl{ border: 1px solid #f5f5f5; padding: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box;}
.proListShow .listLi{ width: calc(96%/4);}
.proListShow .listLi .imgDiv{  position: relative; padding-bottom: 100%; overflow: hidden;}
.proListShow .imgDiv img{ transition: transform .3s; width: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.proListShow .titleDiv{ text-align: center; color: #333; font-size: 16px; line-height: 1.5; margin-top: 10px;}

.prodetail_1 .selectTdClass{background-color:#edf5fa !important}
.prodetail_1 table.noBorderTable td,
.prodetail_1 table.noBorderTable th,
.prodetail_1 table.noBorderTable caption{border:1px dashed #ddd !important}
.prodetail_1 table{margin-bottom:10px;border-collapse:collapse;display:table;}
.prodetail_1 td,.proListShow th{padding: 5px 10px;border: 1px solid #DDD;}
.prodetail_1 caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.prodetail_1 th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.prodetail_1 table tr.firstRow th{border-top-width:2px;}
.prodetail_1 .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.prodetail_1 .ue-table-interlace-color-double{ background-color: #f7faff; }
.prodetail_1 td p{margin:0;padding:0;}
@media screen and (min-width:641px){
	.proListShow .listLi:hover .imgDiv img{ transform: translateX(-50%) scale(1.1); -webkit-transform: translateX(-50%) scale(1.1); -moz-transform: translateX(-50%) scale(1.1); -o-transform: translateX(-50%) scale(1.1);}
}
@media screen and (max-width:640px){
	.prodetailstyle_1 .collage_bt{ font-size:14px; }
	.prodetailstyle_1 .itembox .more_img{ margin-right:10px; }
	.prodetailstyle_1 .user_img{ width:30px; height:30px; }
	.prodetailstyle_1 .empty_img{ width:30px; height:30px; margin-left:-20px; border:1px dotted #e5e5e5; background:white; border-radius:200px; float:right;}
	.prodetailstyle_1 .more_img .hav_img{ float:left; }
	.prodetailstyle_1 .itembox{ font-size:12px; padding:10px; display:block;}
	.prodetailstyle_1 .itembox>div{ line-height:30px; margin:0; float:left; position:relative;}
	.prodetailstyle_1 .itembox .join_button{ float:right; margin:5px 0;}
	.prodetailstyle_1 .join_btn{ padding:0 20px; line-height:2; margin:0; line-height:unset;}
	.prodetailstyle_1 .pc{ display:none; }
	.prodetailstyle_1 .mobile{ display:block; }
	.prodetailstyle_1 .initiator_name.mobile>span{ line-height:1.5; display:block; }

	.proListShow h2{ font-size: 16px;}
	.proListShow .listLi{ width: calc( 96%/2 ); margin-bottom: 15px;}
	.proListShow .titleDiv{ font-size: 14px;}
}
@media screen and (max-width:767px){
.prodetail_1{font-size:12px; }
.prodetail_1 img{width:100% !important; height:auto !important;}
}


#customDetail_style_prodDetail_01_1577169011631{height:auto;}


#customDetail_style_prodDetail_01_1577169011631 .view_contents{ display:block !important; }

@media screen and (max-width:767px){
#customDetail_style_prodDetail_01_1577169011631 #proDetailContent div,#proDetailContent p,#proDetailContent a,#proDetailContent span, #proDetailContent table { width:100% !important; } }


    #customDetail_style_prodDetail_01_1577169011631 .imgDiv{ padding-bottom: 67%;}

	#image_style_01_1576940519269 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940519269 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576940519269 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1576940519269 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;}
.menuStyle_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_39 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02.subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

.menuStyle_39 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_39 .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%);}

@media screen and (max-width:640px) {
.menuStyle_39 .imgIco{ margin-right:10px;}
.menuStyle_39 .menuUl,
.menuStyle_39 .menuUl_box {display:none;}
.menuStyle_39 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_39 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_39 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_39 .miniMenu .leftBox{height: 100%}
.menuStyle_39 .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_39 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_39 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_39 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_39 .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_39 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_39 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_39 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_39_1576940689652 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_39_1576940689652 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_39_1576940689652 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_39_1576940689652 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		


	#image_style_01_1576940938690 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576940938690 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1576940938690 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1576940938690 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;}
