
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #div_blank_1501061169247{width:100%;height:40px;position:absolute;top:0px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1501061169247{}}   @media screen and (max-width:640px) {#div_blank_1501061169247{width:100%;height:44px;top:0px;left:0%;}} #div_blank_1501061169247 > .view_contents{overflow:visible;}  #div_blank_1501061169247  {box-sizing:border-box;background:#262626;border-bottom-width:4px;border-bottom-style:solid;border-bottom-color:#288ADD;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1501061169247  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1501061169247  {box-sizing:border-box;}}

 #div_blank_1501062615080{width:100%;height:60px;position:absolute;top:154px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1501062615080{}}   @media screen and (max-width:640px) {#div_blank_1501062615080{width:100%;height:60px;top:169px;left:0%;display:block;}} #div_blank_1501062615080 > .view_contents{overflow:visible;}  #div_blank_1501062615080  {box-sizing:border-box;background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1501062615080  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1501062615080  {box-sizing:border-box;}}


 #user_style_05_1501061598572{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1501061598572{}}   @media screen and (max-width:640px) {#user_style_05_1501061598572{width:43.52617079889807%;top:0px;left:0%;display:none;}}  #user_style_05_1501061598572 .textSet {font-size:14px;color:#ffffff;line-height:36px;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1501061598572 li.w{
	display:none;
}
#user_style_05_1501061598572 ul div{ margin-top:.6%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1501061598572{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1501061598572{
		
	}
}

 #image_logo_1501062096541{width:26.166666666666664%;height:72px;position:absolute;top:64px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1501062096541{left:0%;width:28.57142857142857%;}}   @media screen and (max-width:640px) {#image_logo_1501062096541{width:180px;height:50px;top:64px;left:calc(50% - 90px);}} 

 #searchbox_style_02_1501066249548{width:40.166666666666664%;position:absolute;top:79px;left:59.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1501066249548{left:58.93451720310766%;width:41.10497237569061%;}}   @media screen and (max-width:640px) {#searchbox_style_02_1501066249548{width:100%;top:131px;left:0%;}} #searchbox_style_02_1501066249548 > .view_contents{overflow:visible;}  #searchbox_style_02_1501066249548 .inputSet {border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_02_1501066249548{

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1501066249548{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_02_1501066249548{
		
	}
}

 #dh_style_01_1501062333440{width:100%;z-index:22;position:absolute;top:154px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1501062333440{z-index:999;left:0%;width:100%;top:154px;}}   @media screen and (max-width:640px) {#dh_style_01_1501062333440{width:15%;z-index:999;top:181.5px;left:42.508143322475576%;}} #dh_style_01_1501062333440 > .view_contents{overflow:visible;}  #dh_style_01_1501062333440 .mainMenuSet {font-size:16px;color:#ffffff;line-height:60px;height:60px;margin-left:0px;margin-right:0px;} #dh_style_01_1501062333440 #hot>a {color:#ffffff;background:#288ADD;font-size:16px;} #dh_style_01_1501062333440 .mainMenuSet:hover {background:#288ADD;margin-left:0px;margin-right:0px;} #dh_style_01_1501062333440 #hot>a:hover {margin-top:0px;margin-left:0px;margin-right:0px;} @media screen and (max-width:640px) { #dh_style_01_1501062333440 .icoMenuSet {text-align:center;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;line-height:35px;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440 .mainMenuSet {margin-left:-24px;padding-left:10px;color:#ffffff;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440 .columnSet {color:#ffffff;height:35px;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440 #hot>a {color:#288add;border-bottom-style:none;background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440 .mainMenuSet:hover {background:transparent;color:#288ADD;}} @media screen and (max-width:640px) { #dh_style_01_1501062333440 #hot>a:hover {color:#288ADD;}}

 #qqol_style_01_1501134370169{width:49.333333333333336%;position:absolute;top:0px;left:21.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1501134370169{left:21.07438016528926%;}}   @media screen and (max-width:640px) {#qqol_style_01_1501134370169{width:57.85123966942148%;top:105px;left:21.07438016528926%;display:none;}} #qqol_style_01_1501134370169 > .view_contents{overflow:visible;} 

 #text_style_02_1501208738718{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8px;left:69.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501208738718{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501208738718{width:370px;top:10px;left:0%;}}  #text_style_02_1501208738718>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:20px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501208738718>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501208738718>.view_contents {box-sizing:border-box;text-align:left;}}
 #div_includeBlock_1501061892440{width:1200px;height:214px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1501061892440{width:96%;left:1.9791666666666665%;height:214px;}}   @media screen and (max-width:640px) {#div_includeBlock_1501061892440{width:96%;height:216.5px;top:0px;left:2%;}} #div_includeBlock_1501061892440 > .view_contents{overflow:visible;} 

 #cart_style_9_1501209138082{width:80px;height:80px;position:absolute;top:0px;left:93.11314125087843%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_9_1501209138082{left:89.48667815482503%;top:0px;}}   @media screen and (max-width:640px) {#cart_style_9_1501209138082{width:25.344352617079892%;height:92px;top:229px;left:37.327823691460054%;display:none;}} #cart_style_9_1501209138082 > .view_contents{overflow:visible;}  #cart_style_9_1501209138082  {padding-top:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #cart_style_9_1501209138082  {padding-top:500px;}}
/*----------------------电脑板式样式----------------------*/
#cart_style_9_1501209138082{
	
}
.jscartStyle9 .cartNum{ background:#288ADD !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_9_1501209138082{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_9_1501209138082{
		
	}
} #comm_layout_header{height:214px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:214px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:229px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #banner_style_03_1501067016326{width:100%;height:664px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_03_1501067016326{}}   @media screen and (max-width:640px) {#banner_style_03_1501067016326{width:100%;height:300px;top:0px;left:0%;}}  #banner_style_03_1501067016326  {background:#262626;}
/*----------------------电脑板式样式----------------------*/
#banner_style_03_1501067016326 .bannerStyle_4 div.flicking_con a.on{
	border-radius:0;
        background:#1F93EC;
}
#banner_style_03_1501067016326 .bannerStyle_4 div.flicking_con a{border-radius:0; background:white; }
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_03_1501067016326{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_03_1501067016326{
		
	}
}


 #text_style_02_1501067616457{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501067616457{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501067616457{width:100%;top:0px;left:0%;}}  #text_style_02_1501067616457>.view_contents {box-sizing:border-box;color:#ffffff;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501067616457>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501067616457>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}}

 #text_style_02_1501067796034{width:30%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:35%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501067796034{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501067796034{width:100%;top:33px;left:1.3157894736842104%;}}  #text_style_02_1501067796034>.view_contents {box-sizing:border-box;color:rgba(255,255,255,0.8);font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501067796034>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501067796034>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #text_style_02_1501068053676{width:67.66666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:109.5px;left:16.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501068053676{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501068053676{width:100%;top:53px;left:calc(50% - 185px);}}  #text_style_02_1501068053676>.view_contents {box-sizing:border-box;color:rgba(255,255,255,0.9);font-size:30px;line-height:50px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501068053676>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501068053676>.view_contents {box-sizing:border-box;font-size:18px;line-height:35px;}}

 #text_style_02_1501068989237{width:6%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:163.5px;left:42.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501068989237{left:39.55461293743372%;width:8.16542948038176%;top:160.5px;}}   @media screen and (max-width:640px) {#text_style_02_1501068989237{width:55px;top:86.5px;left:21.1669921875%;}}  #text_style_02_1501068989237>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;text-align:center;line-height:45px;} #text_style_02_1501068989237  {background:#1F93EC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501068989237>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501068989237>.view_contents {box-sizing:border-box;font-size:20px;line-height:35px;}}

 #text_style_02_1501069254359{width:6.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252.5px;left:46.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069254359{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501069254359{width:78px;top:139px;left:calc(50% - 39px);}}  #text_style_02_1501069254359>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;text-align:center;line-height:35px;} #text_style_02_1501069254359  {border-bottom-style:none;border-bottom-width:1px;border-bottom-color:#ffffff;} #text_style_02_1501069254359:hover {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#1F93EC;} #text_style_02_1501069254359 .view_contents:hover {color:#1F93EC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069254359>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069254359>.view_contents {box-sizing:border-box;font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1501069254359:hover{
	cursor:pointer;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1501069254359{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1501069254359{
		
	}
}
 #div_includeBlock_1501067177788{width:1200px;height:287.5px;position:absolute;top:168.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1501067177788{width:100%;left:0%;height:287.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1501067177788{width:100%;height:208px;top:37px;left:0%;}} #div_includeBlock_1501067177788 > .view_contents{overflow:visible;}  #layout_1501062351964{height:664px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501062351964{height:664px;}}   @media screen and (max-width:640px) {#layout_1501062351964{height:300px;}} #layout_1501062351964 > .view_contents{overflow:visible;} 


 #text_style_02_1501117595620{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501117595620{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_02_1501117595620{width:100%;top:30px;left:0%;}}  #text_style_02_1501117595620>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:35px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501117595620>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1501117595620>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #text_style_02_1501117664628{width:80%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:100px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501117664628{}}   @media screen and (max-width:640px) {#text_style_02_1501117664628{width:80%;top:65px;left:10%;}}  #text_style_02_1501117664628>.view_contents {box-sizing:border-box;color:#e0e0e0;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501117664628>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1501117664628>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #image_style_01_1501072243350{width:10.916666666666666%;height:150px;position:absolute;top:170px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501072243350{width:131px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1501072243350{width:50%;height:120px;top:135px;left:0%;}} #image_style_01_1501072243350 > .view_contents{overflow:visible;} 

 #text_style_02_1501117878343{width:9.666666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:320px;left:0.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501117878343{left:2.689223223753977%;top:320px;width:118px;}}   @media screen and (max-width:640px) {#text_style_02_1501117878343{width:50%;top:255px;left:0%;}}  #text_style_02_1501117878343>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501117878343>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1501117878343>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}}

 #image_style_01_1501117977878{width:10.916666666666666%;height:150px;position:absolute;top:170px;left:29.694444444444446%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501117977878{width:13.891834570519618%;left:29.36660480735242%;top:170px;}}   @media screen and (max-width:640px) {#image_style_01_1501117977878{width:50%;height:120px;top:135px;left:50%;}} #image_style_01_1501117977878 > .view_contents{overflow:visible;} 

 #image_style_01_1501117999105{width:10.916666666666666%;height:150px;position:absolute;top:170px;left:59.38888888888889%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501117999105{width:13.891834570519618%;left:56.733275892541535%;top:170px;}}   @media screen and (max-width:640px) {#image_style_01_1501117999105{width:50%;height:120px;top:315px;left:0%;}} #image_style_01_1501117999105 > .view_contents{overflow:visible;} 

 #image_style_01_1501118016044{width:10.916666666666666%;height:150px;position:absolute;top:170px;left:89.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501118016044{width:13.891834570519618%;left:84.09994697773064%;top:170px;}}   @media screen and (max-width:640px) {#image_style_01_1501118016044{width:50%;height:120px;top:315px;left:50%;}} #image_style_01_1501118016044 > .view_contents{overflow:visible;} 

 #text_style_02_1501118358293{width:9.666666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:320px;left:30.319010416666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501118358293{width:12.513255567338282%;left:30.05534199363733%;}}   @media screen and (max-width:640px) {#text_style_02_1501118358293{width:50%;top:255px;left:50%;}}  #text_style_02_1501118358293>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501118358293>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1501118358293>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}}

 #text_style_02_1501118387009{width:9.666666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:320px;left:60.01302083333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501118387009{width:12.513255567338282%;left:57.421460763520685%;}}   @media screen and (max-width:640px) {#text_style_02_1501118387009{width:50%;top:435px;left:0%;}}  #text_style_02_1501118387009>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501118387009>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1501118387009>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}}

 #text_style_02_1501118404626{width:9.666666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:320px;left:89.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501118404626{width:12.513255567338282%;left:84.78923647932132%;}}   @media screen and (max-width:640px) {#text_style_02_1501118404626{width:50%;top:435px;left:50%;}}  #text_style_02_1501118404626>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501118404626>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1501118404626>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}} #layout_1501069515778{height:409px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501069515778{}}   @media screen and (max-width:640px) {#layout_1501069515778{height:494px;}} #layout_1501069515778 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501069515778  {background:#262626;background-size:100% auto;background-position-x:0%;background-repeat:no-repeat;}


 #text_style_02_1501118623215{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:57px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501118623215{}}   @media screen and (max-width:640px) {#text_style_02_1501118623215{width:100%;top:30px;left:0%;}}  #text_style_02_1501118623215>.view_contents {box-sizing:border-box;color:#262626;text-align:center;font-size:35px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501118623215>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1501118623215>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #text_style_02_1501118614593{width:80%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:110px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501118614593{}}   @media screen and (max-width:640px) {#text_style_02_1501118614593{width:80%;top:65px;left:10%;}}  #text_style_02_1501118614593>.view_contents {box-sizing:border-box;color:#565656;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501118614593>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1501118614593>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #productList_style_02_1501120131113{width:30%;position:absolute;top:203px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_02_1501120131113{left:1%;}}   @media screen and (max-width:640px) {#productList_style_02_1501120131113{width:96%;top:135px;left:2%;}} #productList_style_02_1501120131113 > .view_contents{overflow:visible;}  #productList_style_02_1501120131113 .btnaSet {color:#1F93EC;border-top-color:#1F93EC;border-right-color:#1F93EC;border-bottom-color:#1F93EC;border-left-color:#1F93EC;} #productList_style_02_1501120131113 .priceSet {color:#1F93EC;} #productList_style_02_1501120131113 .unitSet {color:#1F93EC;} #productList_style_02_1501120131113 .btnaSet:hover {background:#1F93EC;color:#ffffff;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}

 #productList_style_04_1501120408255{width:68.33333333333333%;position:absolute;top:203px;left:31.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1501120408255{top:203px;left:33.4%;width:64.5%;}}   @media screen and (max-width:640px) {#productList_style_04_1501120408255{width:96%;top:672px;left:2%;}} #productList_style_04_1501120408255 > .view_contents{overflow:visible;}  #productList_style_04_1501120408255 .priceSet {color:#1F93EC;} #productList_style_04_1501120408255 .unitSet {color:#1F93EC;} #productList_style_04_1501120408255 .btnaSet {background:#1F93EC;border-color:#1f93ee;} #productList_style_04_1501120408255 .btnaSet:hover {background:#262626;color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1501120408255{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1501120408255{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1501120408255 .pro_button{
		width:50%;
	}

}

 #text_style_02_1501120850536{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:748px;left:50.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501120850536{left:50.20711823966065%;top:656px;}}   @media screen and (max-width:640px) {#text_style_02_1501120850536{width:70%;top:1474px;left:15%;}}  #text_style_02_1501120850536>.view_contents {box-sizing:border-box;background:#1F93EC;color:#ffffff;font-size:25px;text-align:center;} #text_style_02_1501120850536:hover {} #text_style_02_1501120850536 .view_contents:hover {background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501120850536>.view_contents {box-sizing:border-box;font-size:20px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_02_1501120850536>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1501120850536{
	
}
#text_style_02_1501120850536 .view_contents{ transition:background .3s;}
#text_style_02_1501120850536 .view_contents:hover{ cursor:pointer;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1501120850536{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1501120850536{
		
	}
} #layout_1501071081419{height:799px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501071081419{height:1149.99609375px;}}   @media screen and (max-width:640px) {#layout_1501071081419{height:1504px;}} #layout_1501071081419 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501071081419  {}
 #layout_1501120846122{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501120846122{height:50px;}}   @media screen and (max-width:640px) {#layout_1501120846122{height:30px;}} #layout_1501120846122 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1501122613740{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501122613740{}}   @media screen and (max-width:640px) {#text_style_02_1501122613740{width:100%;top:30px;left:0%;z-index:2;}}  #text_style_02_1501122613740>.view_contents {box-sizing:border-box;color:#262626;text-align:center;font-size:35px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501122613740>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1501122613740>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #text_style_02_1501122628761{width:80%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:100px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501122628761{}}   @media screen and (max-width:640px) {#text_style_02_1501122628761{width:80%;top:65px;left:10%;z-index:2;}}  #text_style_02_1501122628761>.view_contents {box-sizing:border-box;color:#565656;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501122628761>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1501122628761>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #image_style_03_1501122948528{width:49.5%;height:405px;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501122948528{width:47.5%;left:2%;height:305px;}}   @media screen and (max-width:640px) {#image_style_03_1501122948528{width:96%;height:242px;top:135px;left:2%;z-index:2;}} #image_style_03_1501122948528 > .view_contents{overflow:visible;}  #image_style_03_1501122948528 .tipsText {font-size:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1501122948528 .tipsText {font-size:20px;}} @media screen and (max-width:640px) { #image_style_03_1501122948528 .tipsText {font-size:16px;}}

 #image_style_03_1501123129555{width:24.3%;height:197px;position:absolute;top:160px;left:50.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501123129555{width:23.3%;height:148px;left:50.46891569459173%;top:160px;}}   @media screen and (max-width:640px) {#image_style_03_1501123129555{width:47%;height:242px;top:384px;left:1.9983552631578947%;z-index:2;}} #image_style_03_1501123129555 > .view_contents{overflow:visible;}  #image_style_03_1501123129555 .tipsText {font-size:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1501123129555 .tipsText {font-size:20px;}} @media screen and (max-width:640px) { #image_style_03_1501123129555 .tipsText {font-size:16px;}}

 #image_style_03_1501123187757{width:24.3%;height:197px;position:absolute;top:368px;left:50.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501123187757{width:23.3%;height:148px;left:50.46891569459173%;top:317px;}}   @media screen and (max-width:640px) {#image_style_03_1501123187757{width:47%;height:242px;top:384px;left:50.99917763157895%;z-index:2;}} #image_style_03_1501123187757 > .view_contents{overflow:visible;}  #image_style_03_1501123187757 .tipsText {font-size:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1501123187757 .tipsText {font-size:20px;}} @media screen and (max-width:640px) { #image_style_03_1501123187757 .tipsText {font-size:16px;}}

 #image_style_03_1501123181639{width:24.4%;height:403px;position:absolute;top:160px;left:75.58333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501123181639{width:23%;height:305px;left:74.9%;top:160px;}}   @media screen and (max-width:640px) {#image_style_03_1501123181639{width:96%;height:499px;top:634px;left:1.9983552631578947%;z-index:1;}} #image_style_03_1501123181639 > .view_contents{overflow:visible;}  #image_style_03_1501123181639 .tipsText {font-size:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1501123181639 .tipsText {font-size:20px;}} @media screen and (max-width:640px) { #image_style_03_1501123181639 .tipsText {font-size:16px;}}

 #image_style_04_1501123610642{width:99.75%;position:absolute;top:577px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1501123610642{left:2.014846235418876%;top:473px;width:96%;}}   @media screen and (max-width:640px) {#image_style_04_1501123610642{width:96%;top:1141px;left:1.9983552631578947%;z-index:2;}} #image_style_04_1501123610642 > .view_contents{overflow:visible;}  #layout_1501122591394{height:879px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501122591394{height:777.98828125px;}}   @media screen and (max-width:640px) {#layout_1501122591394{height:1454px;}} #layout_1501122591394 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501122591394  {background:#f4f4f4;}
 #layout_1501124059058{height:41px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501124059058{}}   @media screen and (max-width:640px) {#layout_1501124059058{height:30px;}} #layout_1501124059058 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501124059058  {background:#f4f4f4;}


 #text_style_02_1501124154329{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501124154329{}}   @media screen and (max-width:640px) {#text_style_02_1501124154329{width:100%;top:30px;left:0%;z-index:2;}}  #text_style_02_1501124154329>.view_contents {box-sizing:border-box;color:#262626;text-align:center;font-size:35px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501124154329>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1501124154329>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #text_style_02_1501124178746{width:80%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:100px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501124178746{}}   @media screen and (max-width:640px) {#text_style_02_1501124178746{width:80%;top:65px;left:10%;z-index:2;}}  #text_style_02_1501124178746>.view_contents {box-sizing:border-box;color:#565656;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501124178746>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1501124178746>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}



 #productList_style_02_1501124733420{width:99%;position:absolute;top:30px;left:0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_02_1501124733420{left:0.49723756906077343%;width:99%;}}   @media screen and (max-width:640px) {#productList_style_02_1501124733420{width:99%;top:20px;left:0.547945205479452%;}} #productList_style_02_1501124733420 > .view_contents{overflow:visible;}  #productList_style_02_1501124733420 .priceSet {color:#1F93EC;} #productList_style_02_1501124733420 .unitSet {color:#1F93EC;} #productList_style_02_1501124733420 .btnaSet {color:#1F93EC;border-top-color:#1F93EC;border-right-color:#1F93EC;border-bottom-color:#1F93EC;border-left-color:#1F93EC;} #productList_style_02_1501124733420 .btnaSet:hover {color:#ffffff;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-top-width:1px;border-right-width:1px;background:#1F93EC;}

 #productList_style_02_1501124935147{width:99%;position:absolute;top:30px;left:0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_02_1501124935147{width:99%;left:0.49723756906077343%;}}   @media screen and (max-width:640px) {#productList_style_02_1501124935147{width:99%;top:20px;left:0.547945205479452%;}} #productList_style_02_1501124935147 > .view_contents{overflow:visible;}  #productList_style_02_1501124935147 .priceSet {color:#1F93EC;} #productList_style_02_1501124935147 .unitSet {color:#1F93EC;} #productList_style_02_1501124935147 .btnaSet {color:#1F93EC;border-top-color:#1F93EC;border-right-color:#1F93EC;border-bottom-color:#1F93EC;border-left-color:#1F93EC;} #productList_style_02_1501124935147 .btnaSet:hover {color:#ffffff;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-top-width:1px;border-right-width:1px;background:#1F93EC;} #tab_style_03_1501124333727{width:100%;height:587px;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1501124333727{height:529px;width:96%;left:2%;}}   @media screen and (max-width:640px) {#tab_style_03_1501124333727{width:96%;height:707px;top:135px;left:2%;}} #tab_style_03_1501124333727 > .view_contents{overflow:visible;}  #tab_style_03_1501124333727 .tabItemSet {background:transparent;font-size:16px;} #tab_style_03_1501124333727 .tabconSet {background:transparent;} #tab_style_03_1501124333727 .tabItemSet.tabCurItem {background:#1F93EC;color:#ffffff;} #tab_style_03_1501124333727 .tabItemSet:hover {background:#1F93EC;color:#ffffff;} #layout_1501124129865{height:747px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501124129865{height:689px;}}   @media screen and (max-width:640px) {#layout_1501124129865{height:842px;}} #layout_1501124129865 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1501125207408{height:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501125207408{}}   @media screen and (max-width:640px) {#layout_1501125207408{height:30px;}} #layout_1501125207408 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1501125577331{width:100%;height:268px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1501125577331{}}   @media screen and (max-width:640px) {#div_blank_1501125577331{width:100%;height:188px;top:0px;left:0%;}} #div_blank_1501125577331 > .view_contents{overflow:visible;}  #div_blank_1501125577331  {box-sizing:border-box;background: url(../img/upimages/pkgimg/pkgimg/pkgimg/web/75c58e0821727414d980f6a382a36a51.jpg);background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1501125577331  {box-sizing:border-box;background-size:auto 100%;background-position-x:50%;}} @media screen and (max-width:640px) { #div_blank_1501125577331  {box-sizing:border-box;background-size:auto 100%;background-position-x:50%;}}

 #text_style_02_1501125693107{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:34.574841883345044%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501125693107{}}   @media screen and (max-width:640px) {#text_style_02_1501125693107{width:100%;top:30px;left:0%;z-index:2;}}  #text_style_02_1501125693107>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:35px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501125693107>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1501125693107>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #text_style_02_1501125738274{width:80%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:106px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501125738274{}}   @media screen and (max-width:640px) {#text_style_02_1501125738274{width:80%;top:65px;left:10%;z-index:2;}}  #text_style_02_1501125738274>.view_contents {box-sizing:border-box;color:#e0e0e0;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501125738274>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1501125738274>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1505099740900{width:14.335910049191849%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:184px;left:42.832044975404074%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505099740900{}}   @media screen and (max-width:640px) {#text_style_01_1505099740900{width:50%;top:132px;left:25%;}}  #text_style_01_1505099740900>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:18px;text-align:center;padding-bottom:0px;} #text_style_01_1505099740900 .view_contents:hover {color:#1F93EC;padding-bottom:50px;text-decoration:underline;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505099740900>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1505099740900>.view_contents {box-sizing:border-box;font-size:14px;}} #layout_1501125248017{height:268px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501125248017{height:268px;}}   @media screen and (max-width:640px) {#layout_1501125248017{height:188px;}} #layout_1501125248017 > .view_contents{overflow:visible;}  #layout_1501125248017  {}



 #image_style_01_1501069547911{width:9.29839391377853%;height:110px;position:absolute;top:68px;left:83.17836010143702%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501069547911{width:110px;left:86.03245856353591%;top:68px;}}   @media screen and (max-width:640px) {#image_style_01_1501069547911{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1501069547911 > .view_contents{overflow:visible;} 

 #text_style_02_1501069547917{width:8.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:83.59375%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069547917{left:86.66436464088397%;top:192px;width:99px;}}   @media screen and (max-width:640px) {#text_style_02_1501069547917{width:26.31578947368421%;top:200px;left:36.8421052631579%;display:none;}}  #text_style_02_1501069547917>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069547917>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069547917>.view_contents {box-sizing:border-box;}}

 #image_style_01_1501069547926{width:9.166666666666666%;height:110px;position:absolute;top:68px;left:72.61197916666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501069547926{width:110px;left:71.355317679558%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1501069547926{width:55.09641873278237%;height:200px;top:800px;left:22.451790633608816%;display:none;}} #image_style_01_1501069547926 > .view_contents{overflow:visible;} 

 #text_style_02_1501069547933{width:8.583333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:72.90364583333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069547933{width:102px;left:72.08218232044199%;top:192px;}}   @media screen and (max-width:640px) {#text_style_02_1501069547933{width:28.421052631578945%;top:500px;left:35.78947368421053%;display:none;}}  #text_style_02_1501069547933>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069547933>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069547933>.view_contents {box-sizing:border-box;}}

 #text_style_02_1501069547989{width:28.249999999999996%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:69px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069547989{width:275px;left:21.666091160220994%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1501069547989{width:55.00000000000001%;top:0px;left:22.499999999999996%;display:none;}}  #text_style_02_1501069547989>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069547989>.view_contents {box-sizing:border-box;text-align:justify;}} @media screen and (max-width:640px) { #text_style_02_1501069547989>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1501069548019{width:13.416666666666666%;z-index:999;left:54.85416666666667%;top:61px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1501069548019{z-index:999;width:93px;top:64px;left:53.44440607734806%;}}   @media screen and (max-width:640px) {#dh_style_03_1501069548019{width:13.774104683195592%;z-index:999;left:43.112947658402206%;top:59px;display:none;}} #dh_style_03_1501069548019 > .view_contents{overflow:visible;}  #dh_style_03_1501069548019 .columnSet {background:transparent;font-size:12px;height:178px;line-height:14px;} #dh_style_03_1501069548019 #hot>a {background:transparent;} #dh_style_03_1501069548019 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;} #dh_style_03_1501069548019 .mainMenuSet:hover {} #dh_style_03_1501069548019 #hot>a:hover {}

 #text_style_02_1501069721635{width:6%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16px;left:23.963541666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069721635{left:21.324240331491712%;width:7.741251325556734%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1501069721635{width:370px;top:0px;left:0%;display:none;}}  #text_style_02_1501069721635>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:40px;border-bottom-style:solid;border-bottom-width:3px;border-bottom-color:#1F93EC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069721635>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069721635>.view_contents {box-sizing:border-box;}}

 #text_style_02_1501069622759{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:266px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069622759{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1501069622759{width:100%;top:15px;left:0%;}}  #text_style_02_1501069622759>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069622759>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069622759>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;padding-bottom:15px;}}

 #text_style_02_1501070028628{width:5.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16px;left:55.770833333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501070028628{width:6.961325966850829%;top:14px;left:54.711671270718234%;}}   @media screen and (max-width:640px) {#text_style_02_1501070028628{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1501070028628>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:40px;border-bottom-style:solid;border-bottom-width:3px;border-bottom-color:#1F93EC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501070028628>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501070028628>.view_contents {box-sizing:border-box;}}

 #text_style_02_1501070086379{width:7.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16px;left:72.61197916666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501070086379{width:10.718232044198896%;left:71.37603591160222%;top:14px;}}   @media screen and (max-width:640px) {#text_style_02_1501070086379{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1501070086379>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:40px;border-bottom-style:solid;border-bottom-width:3px;border-bottom-color:#1F93EC;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501070086379>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501070086379>.view_contents {box-sizing:border-box;}}

 #image_style_01_1501070222436{width:21.166666666666668%;height:91px;position:absolute;top:104.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501070222436{left:0%;width:20.0%;height:60px;top:128px;}}   @media screen and (max-width:640px) {#image_style_01_1501070222436{width:200px;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1501070222436 > .view_contents{overflow:visible;} 

 #image_style_01_1501069547964{width:2.4513947590870666%;height:25px;position:absolute;top:199px;left:23.630208333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501069547964{left:21.660911602209946%;top:207px;}}   @media screen and (max-width:640px) {#image_style_01_1501069547964{width:52.892561983471076%;height:200px;top:2235px;left:23.553719008264462%;display:none;}} #image_style_01_1501069547964 > .view_contents{overflow:visible;} 

 #image_style_01_1501069547971{width:2.197802197802198%;height:25px;position:absolute;top:167px;left:23.884114583333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501069547971{left:21.666091160220994%;top:175px;}}   @media screen and (max-width:640px) {#image_style_01_1501069547971{width:52.892561983471076%;height:200px;top:0px;left:23.553719008264462%;display:none;}} #image_style_01_1501069547971 > .view_contents{overflow:visible;} 

 #text_style_02_1501069547978{width:16.14539306846999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:167px;left:26.970052083333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069547978{width:183px;left:25.003453038674035%;top:175px;}}   @media screen and (max-width:640px) {#text_style_02_1501069547978{width:96.00000000000001%;top:2435px;left:1.999999999999993%;display:none;}}  #text_style_02_1501069547978>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069547978>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069547978>.view_contents {box-sizing:border-box;}}

 #text_style_02_1501069547957{width:18.416666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:199px;left:26.968750000000004%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501069547957{width:187px;left:25.003453038674035%;top:207px;}}   @media screen and (max-width:640px) {#text_style_02_1501069547957{width:96.00000000000001%;top:1935px;left:1.999999999999993%;display:none;}}  #text_style_02_1501069547957>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501069547957>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501069547957>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1501069547673{width:1200px;height:316px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1501069547673{width:96%;height:257px;left:2%;}}   @media screen and (max-width:640px) {#div_includeBlock_1501069547673{width:100%;height:80px;top:0px;left:0%;display:block;}} #div_includeBlock_1501069547673 > .view_contents{overflow:visible;}  #div_includeBlock_1501069547673  {} #comm_layout_footer{height:319px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:80px;}} #comm_layout_footer > .view_contents{overflow:hidden;}  #comm_layout_footer  {background:#262626;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.jscartStyle9{background:#fff;border-radius:12px;width:100%;margin:0 auto;border:1px solid #eee;box-sizing:border-box;height:100%}
.jscartStyle9 .jsImg{display:block;height:100%;text-align:center; padding-top: 28px;}
.jscartStyle9 .jsImg img{min-width:32px;}
.jscartStyle9 .jscartContent{position:relative;}
.jscartStyle9 .cartNum{position:absolute;right:0px;top:0px;font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;height:35px;line-height:35px;min-width:35px;border-radius:50px;;text-align:center;}
.jscartStyle9 .cartNum .n{font-size:16px;}

/*需要更换颜色值*/
.jscartStyle9 .cartNum{background:#E73921}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}.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;*/
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}


	#searchbox_style_02_1501066249548 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_02_1501066249548 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_02_1501066249548 input::-o-input-placeholder{ color: ;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{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_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .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);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1501062333440 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}



.jscartStyle9{background:#fff;border-radius:12px;width:100%;margin:0 auto;border:1px solid #eee;box-sizing:border-box;height:100%}
.jscartStyle9 .jsImg{display:block;height:100%;text-align:center; padding-top: 28px;}
.jscartStyle9 .jsImg img{min-width:32px;}
.jscartStyle9 .jscartContent{position:relative;}
.jscartStyle9 .cartNum{position:absolute;right:0px;top:0px;font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;height:35px;line-height:35px;min-width:35px;border-radius:50px;;text-align:center;}
.jscartStyle9 .cartNum .n{font-size:16px;}

/*需要更换颜色值*/
.jscartStyle9 .cartNum{background:#E73921}

	#cart_style_9_1501209138082,#cart_style_9_1501209138082 .content{overflow:visible}
/*banner样式*/
.bannerStyle_4{width:100%; height:100%; position:relative;}
.bannerStyle_4 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_4 .main_image{height:calc(100% - 48px); overflow:hidden; position:relative; }
.bannerStyle_4 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_4 .main_image li{position:absolute; left:0; top:0; width:100%; height:100%; }
.bannerStyle_4 .main_image li a{display:block; width:100%; height:100%; overflow: hidden;}
.bannerStyle_4 .main_image li .img_1{background:url(/sysTools/Model/views/banner/style_03/v9Res/banner1.jpg) center top no-repeat}
.bannerStyle_4 .main_image li .img_2{background:url(/sysTools/Model/views/banner/style_03/v9Res/banner2.jpg) center top no-repeat}
.bannerStyle_4 .main_image li span{display:inline-block; width:100%; height:100%; background-size:100% 100% !important;}

.bannerStyle_4 .main_control{width:100%; max-width:1200px; text-align:right; position:relative; top:15px; z-index:99998;}
.bannerStyle_4 .main_control a{display:inline-block; width:50px; height:20px; background-size:cover !important; cursor:pointer;}
.bannerStyle_4 .main_control a.pause{background:url(../img/banner/style_03/pause-active.png) no-repeat;}
.bannerStyle_4 .main_control a.play{background:url(../img/banner/style_03/play-inactive.png) no-repeat;}

.bannerStyle_4 div.flicking_con{position:relative; top:-23px; left:0; z-index:99999; width:100%; max-width:160px; margin:auto; height:48px; box-sizing:border-box; padding-top:0; text-align:center; }
.bannerStyle_4 div.flicking_con a{width:8px; height:8px; padding:0; background:#eee; display:inline-block; box-sizing:border-box; margin:0 5px; border-radius:100%; cursor:pointer; }
.bannerStyle_4 div.flicking_con a.on{background:#333;}
.bannerStyle_4 div.flicking_con a:hover{background:#000;}
.bannerStyle_4 #btn_prev,.bannerStyle_4 #btn_next{z-index:11111; position:absolute; display:block; width:30px; height:72px; top:50%; margin-top:-37px; background-size:cover !important; border-radius:2px; opacity:.5; filter:Alpha(opacity=50); transition:all .3s; -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s;}
.bannerStyle_4 #btn_prev:hover,.bannerStyle_4 #btn_next:hover{opacity:1; filter:Alpha(opacity=100);}
.bannerStyle_4 #btn_prev{background:url(../img/banner/style_03/hover_left.png) no-repeat center center; left:0; }
.bannerStyle_4 #btn_next{background:url(../img/banner/style_03/hover_right.png) no-repeat center center; right:0; }
	
	#banner_style_03_1501067016326 .bannerStyle_4 .main_image li .img_0{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/web/20170726190442984.jpg') center top no-repeat;}
	
	#banner_style_03_1501067016326 .bannerStyle_4 .main_image li .img_1{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/web/5655948e1dbeb.jpg') center top no-repeat;}
	

	#image_style_01_1501072243350 .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_1501072243350 .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_1501072243350 .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_1501072243350 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_1501117977878 .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_1501117977878 .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_1501117977878 .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_1501117977878 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_1501117999105 .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_1501117999105 .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_1501117999105 .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_1501117999105 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_1501118016044 .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_1501118016044 .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_1501118016044 .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_1501118016044 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;}
/*产品样式*/
.prod_default2{width:100%; clear: both;}
.prod_default2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default2 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default2 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; background: #fff; box-shadow: 0 0 10px #ccc; margin-bottom: 1%;}
.prod_default2 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default2 .prodImg_box{position:relative; width:100%; overflow: hidden;}
.prod_default2 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; }
.prod_default2 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default2 .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_default2 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default2 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; text-align: center;margin-top: 15px;margin-bottom: 15px;}
.prod_default2 .p_name {position: absolute; bottom: 0; left: 0; padding: 6px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #fff; line-height: 1.4; width: 100%; background: rgba(0,0,0,.4); transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%);}
.prod_default2 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default2 .prod_Item:hover .p_name{transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%);}
.prod_default2 .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_default2 .p_detail {margin-top: 10px; font-size: 12px; color: white; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default2 .p_group { text-align:left;padding-left:5px;margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default2 .p_group .p_lb{display: none;}
.prod_default2 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden; width: 100%;margin-top: 10px;}
.prod_default2 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;padding-right:5px;}
.prod_default2 .p_jg{display: inline;}
.prod_default2 .p_price {float:none; line-height: 1; white-space: nowrap;font-family: "宋体";font-size: 16px;margin-bottom: 10px;}
.prod_default2 .p_value {color: #ff002e; font-size:20px;font-family: Arial;font-weight: bold;}
.prod_default2 .p_value span{font-family: Verdana;font-size: 16px;}
.prod_default2 .r_price {float:none; line-height:10px; white-space: nowrap;font-family: "宋体";font-size: 12px;color: #888;}
.prod_default2 .r_price .r_value span{text-decoration: line-through;}
.prod_default2 .unit {color: #ff002a;font-size: 16px; font-family: '微软雅黑';}
.prod_default2 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;}
.prod_default2 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default2 .v_value {color: #333; font-size: 18px;}
.prod_default2 .v_unit {color: #333;font-size: 12px; font-family: '微软雅黑';}
.prod_default2 .pro_button {display:block;overflow: hidden;margin-top: 10px;}
.prod_default2 .p_link { float: left; width: 48%; text-align: center;}
.prod_default2 .p_link a {display: block; padding: 10px 15px;}
.prod_default2 .p_cart { float: none; width:100%; text-align: center;}
.prod_default2 .p_cart a {display: block;padding: 3px 6px;border: #f1060b 1px solid;width: 100px;margin: 0 auto;font-size: 14px;color: #ec0122;position: relative;}
.prod_default2 .p_cart a:hover{background: #f1060b;color: #fff;}
.prod_default2 .p_cart a i{display:inline-block; width: 0;height: 0;border-top:5px solid transparent;border-left: 8px solid red;border-bottom:5px solid transparent;margin-right: 5px; border-left-color:inherit;}
.prod_default2 a{text-decoration:none; }  

.prod_default2 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default2 .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_default2 .page_btn a.cur,.prod_default2 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default2 .page_btn a:nth-child(n+12){display: none;}
.prod_default2 .page_btn a:nth-last-child(1),.prod_default2 .page_btn a:nth-last-child(2),.prod_default2 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default2 .prev_btn,.prod_default2 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default2 .no_page{border: 0 !important;}

/*状态*/
.prod_default2 .status{color:white; border-color:white;}

/*折扣价*/
.prod_default2 .p_price2{font-family: "宋体";}
.prod_default2 .yuanjia2{color:#888;font-size: 12px;}
.prod_default2 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default2 .jiage{color: #888;font-size: 12px;}

.prod_default2 .zhekou{color:#ff002e;font-size: 16px;font-weight: bold;}


.prod_default2 .freeinfo{ clear:both; overflow:hidden;}
.prod_default2 .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_default2 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default2 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default2 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }

@media screen and (max-width: 767px){
/*产品列表*/
/*.prod_default2 .prod{width:47%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default2 .prod:nth-child(2n){border-right: none;}*/
.prod_default2 .prod_info{padding: 6px;}
.prod_default2 .unit,.prod_default2 .p_vip .v_jg,.prod_default2 .v_unit{font-size: 12px;}
.prod_default2 .p_vip{height: 18px; line-height: 23px;}
.prod_default2 .v_value{font-size: 14px;}
.prod_default2 .p_value{font-size: 18px;}
.prod_default2 .prod .p_detail{display: none !important;}
.prod_default2 .p_name{ transform: translateY(0%); }
/*分页*/
/* .prod_default2 .page_btn a:nth-child(n+5){display: none;} */
}


/*pc*/
#productList_style_02_1501120131113 li{width: 100%;}
#productList_style_02_1501120131113 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_02_1501120131113 li{width: 100%;}
	#productList_style_02_1501120131113 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_02_1501120131113 li{width: 100%;}
	#productList_style_02_1501120131113 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_02_1501120131113 .p_detail.pc,#productList_style_02_1501120131113 .p_name.pc {display:block;}
   #productList_style_02_1501120131113 .p_detail.pad, #productList_style_02_1501120131113 .p_detail.mobile,#productList_style_02_1501120131113 .p_name.pad, #productList_style_02_1501120131113 .p_name.mobile {display:none;}

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

	/*产品状态  新品  推荐*/
	#productList_style_02_1501120131113 .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_02_1501120131113 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_02_1501120131113 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_02_1501120131113 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501120131113 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501120131113 .submit_div{ display: inline-block; }
	
	#productList_style_02_1501120131113 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_02_1501120131113 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_02_1501120131113 .page_submit{margin-left:5px;}
	#productList_style_02_1501120131113 .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_02_1501120131113 .page_btn{ font-size:12px; }
			#productList_style_02_1501120131113 .submit_div{ display:none; }
		}

			#productList_style_02_1501120131113 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_02_1501120131113 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_02_1501120131113  .showActivity {display: none !important;}
            #productList_style_02_1501120131113  .btnaSet ,#productList_style_02_1501120131113  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .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_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .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_default4 .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_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .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_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .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_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .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_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .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_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1501120408255 li{width: 48.5%;}
#productList_style_04_1501120408255 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1501120408255 li{width: 48.5%;}
	#productList_style_04_1501120408255 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1501120408255 li{width: 100%;}
	#productList_style_04_1501120408255 li.prod_Item{margin-bottom:3%;}
}

   
   #productList_style_04_1501120408255 .p_detail.pc,#productList_style_04_1501120408255 .p_name.pc {display:block;}
   #productList_style_04_1501120408255 .p_detail.pad, #productList_style_04_1501120408255 .p_detail.mobile,#productList_style_04_1501120408255 .p_name.pad, #productList_style_04_1501120408255 .p_name.mobile {display:none;}

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

	/*产品状态  新品  推荐*/
	#productList_style_04_1501120408255 .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_04_1501120408255 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1501120408255 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1501120408255 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1501120408255 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1501120408255 .submit_div{ display: inline-block; }
	
	#productList_style_04_1501120408255 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1501120408255 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1501120408255 .page_submit{margin-left:5px;}
	#productList_style_04_1501120408255 .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_04_1501120408255 .page_btn{ font-size:12px; }
			#productList_style_04_1501120408255 .submit_div{ display:none; }
		}

			#productList_style_04_1501120408255 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1501120408255 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_04_1501120408255  .showActivity {display: none !important;}
            #productList_style_04_1501120408255  .btnaSet ,#productList_style_04_1501120408255  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_03_1501122948528 .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_03_1501122948528 .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_03_1501122948528 .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_03_1501122948528 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1501123129555 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501123129555 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1501123129555 .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_03_1501123129555 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1501123187757 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1501123187757 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1501123187757 .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_03_1501123187757 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1501123181639 .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_03_1501123181639 .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_03_1501123181639 .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_03_1501123181639 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
.imgStyle_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1501123610642 .imgStyle_4 ul li,#image_style_04_1501123610642 .imgStyle_4 ul li{width: 24.25%;}
#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems,#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1501123610642 .imgStyle_4 ul li,#image_style_04_1501123610642 .imgStyle_4 ul li{width: 24.25%;}
	#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems,#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1501123610642 .imgStyle_4 ul li,#image_style_04_1501123610642 .imgStyle_4 ul li{width: 49%;}
	#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems,#image_style_04_1501123610642 .imgStyle_4 ul li.imgItems{margin-bottom:2%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_4 ul li a img,.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default2{width:100%; clear: both;}
.prod_default2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default2 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default2 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; background: #fff; box-shadow: 0 0 10px #ccc; margin-bottom: 1%;}
.prod_default2 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default2 .prodImg_box{position:relative; width:100%; overflow: hidden;}
.prod_default2 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; }
.prod_default2 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default2 .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_default2 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default2 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; text-align: center;margin-top: 15px;margin-bottom: 15px;}
.prod_default2 .p_name {position: absolute; bottom: 0; left: 0; padding: 6px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #fff; line-height: 1.4; width: 100%; background: rgba(0,0,0,.4); transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%);}
.prod_default2 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default2 .prod_Item:hover .p_name{transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%);}
.prod_default2 .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_default2 .p_detail {margin-top: 10px; font-size: 12px; color: white; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default2 .p_group { text-align:left;padding-left:5px;margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default2 .p_group .p_lb{display: none;}
.prod_default2 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden; width: 100%;margin-top: 10px;}
.prod_default2 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;padding-right:5px;}
.prod_default2 .p_jg{display: inline;}
.prod_default2 .p_price {float:none; line-height: 1; white-space: nowrap;font-family: "宋体";font-size: 16px;margin-bottom: 10px;}
.prod_default2 .p_value {color: #ff002e; font-size:20px;font-family: Arial;font-weight: bold;}
.prod_default2 .p_value span{font-family: Verdana;font-size: 16px;}
.prod_default2 .r_price {float:none; line-height:10px; white-space: nowrap;font-family: "宋体";font-size: 12px;color: #888;}
.prod_default2 .r_price .r_value span{text-decoration: line-through;}
.prod_default2 .unit {color: #ff002a;font-size: 16px; font-family: '微软雅黑';}
.prod_default2 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;}
.prod_default2 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default2 .v_value {color: #333; font-size: 18px;}
.prod_default2 .v_unit {color: #333;font-size: 12px; font-family: '微软雅黑';}
.prod_default2 .pro_button {display:block;overflow: hidden;margin-top: 10px;}
.prod_default2 .p_link { float: left; width: 48%; text-align: center;}
.prod_default2 .p_link a {display: block; padding: 10px 15px;}
.prod_default2 .p_cart { float: none; width:100%; text-align: center;}
.prod_default2 .p_cart a {display: block;padding: 3px 6px;border: #f1060b 1px solid;width: 100px;margin: 0 auto;font-size: 14px;color: #ec0122;position: relative;}
.prod_default2 .p_cart a:hover{background: #f1060b;color: #fff;}
.prod_default2 .p_cart a i{display:inline-block; width: 0;height: 0;border-top:5px solid transparent;border-left: 8px solid red;border-bottom:5px solid transparent;margin-right: 5px; border-left-color:inherit;}
.prod_default2 a{text-decoration:none; }  

.prod_default2 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default2 .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_default2 .page_btn a.cur,.prod_default2 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default2 .page_btn a:nth-child(n+12){display: none;}
.prod_default2 .page_btn a:nth-last-child(1),.prod_default2 .page_btn a:nth-last-child(2),.prod_default2 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default2 .prev_btn,.prod_default2 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default2 .no_page{border: 0 !important;}

/*状态*/
.prod_default2 .status{color:white; border-color:white;}

/*折扣价*/
.prod_default2 .p_price2{font-family: "宋体";}
.prod_default2 .yuanjia2{color:#888;font-size: 12px;}
.prod_default2 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default2 .jiage{color: #888;font-size: 12px;}

.prod_default2 .zhekou{color:#ff002e;font-size: 16px;font-weight: bold;}


.prod_default2 .freeinfo{ clear:both; overflow:hidden;}
.prod_default2 .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_default2 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default2 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default2 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }

@media screen and (max-width: 767px){
/*产品列表*/
/*.prod_default2 .prod{width:47%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default2 .prod:nth-child(2n){border-right: none;}*/
.prod_default2 .prod_info{padding: 6px;}
.prod_default2 .unit,.prod_default2 .p_vip .v_jg,.prod_default2 .v_unit{font-size: 12px;}
.prod_default2 .p_vip{height: 18px; line-height: 23px;}
.prod_default2 .v_value{font-size: 14px;}
.prod_default2 .p_value{font-size: 18px;}
.prod_default2 .prod .p_detail{display: none !important;}
.prod_default2 .p_name{ transform: translateY(0%); }
/*分页*/
/* .prod_default2 .page_btn a:nth-child(n+5){display: none;} */
}


/*pc*/
#productList_style_02_1501124733420 li{width: 23.5%;}
#productList_style_02_1501124733420 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_02_1501124733420 li{width: 23.5%;}
	#productList_style_02_1501124733420 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_02_1501124733420 li{width: 49%;}
	#productList_style_02_1501124733420 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_02_1501124733420 .p_detail.pc,#productList_style_02_1501124733420 .p_name.pc {display:block;}
   #productList_style_02_1501124733420 .p_detail.pad, #productList_style_02_1501124733420 .p_detail.mobile,#productList_style_02_1501124733420 .p_name.pad, #productList_style_02_1501124733420 .p_name.mobile {display:none;}

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

	/*产品状态  新品  推荐*/
	#productList_style_02_1501124733420 .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_02_1501124733420 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_02_1501124733420 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_02_1501124733420 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501124733420 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501124733420 .submit_div{ display: inline-block; }
	
	#productList_style_02_1501124733420 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_02_1501124733420 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_02_1501124733420 .page_submit{margin-left:5px;}
	#productList_style_02_1501124733420 .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_02_1501124733420 .page_btn{ font-size:12px; }
			#productList_style_02_1501124733420 .submit_div{ display:none; }
		}

			#productList_style_02_1501124733420 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_02_1501124733420 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_02_1501124733420  .showActivity {display: none !important;}
            #productList_style_02_1501124733420  .btnaSet ,#productList_style_02_1501124733420  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default2{width:100%; clear: both;}
.prod_default2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default2 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default2 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; background: #fff; box-shadow: 0 0 10px #ccc; margin-bottom: 1%;}
.prod_default2 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default2 .prodImg_box{position:relative; width:100%; overflow: hidden;}
.prod_default2 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; }
.prod_default2 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default2 .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_default2 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default2 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; text-align: center;margin-top: 15px;margin-bottom: 15px;}
.prod_default2 .p_name {position: absolute; bottom: 0; left: 0; padding: 6px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #fff; line-height: 1.4; width: 100%; background: rgba(0,0,0,.4); transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%);}
.prod_default2 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default2 .prod_Item:hover .p_name{transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%);}
.prod_default2 .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_default2 .p_detail {margin-top: 10px; font-size: 12px; color: white; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default2 .p_group { text-align:left;padding-left:5px;margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default2 .p_group .p_lb{display: none;}
.prod_default2 .p_line{margin-bottom: 5px; overflow: hidden; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden; width: 100%;margin-top: 10px;}
.prod_default2 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;padding-right:5px;}
.prod_default2 .p_jg{display: inline;}
.prod_default2 .p_price {float:none; line-height: 1; white-space: nowrap;font-family: "宋体";font-size: 16px;margin-bottom: 10px;}
.prod_default2 .p_value {color: #ff002e; font-size:20px;font-family: Arial;font-weight: bold;}
.prod_default2 .p_value span{font-family: Verdana;font-size: 16px;}
.prod_default2 .r_price {float:none; line-height:10px; white-space: nowrap;font-family: "宋体";font-size: 12px;color: #888;}
.prod_default2 .r_price .r_value span{text-decoration: line-through;}
.prod_default2 .unit {color: #ff002a;font-size: 16px; font-family: '微软雅黑';}
.prod_default2 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;}
.prod_default2 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default2 .v_value {color: #333; font-size: 18px;}
.prod_default2 .v_unit {color: #333;font-size: 12px; font-family: '微软雅黑';}
.prod_default2 .pro_button {display:block;overflow: hidden;margin-top: 10px;}
.prod_default2 .p_link { float: left; width: 48%; text-align: center;}
.prod_default2 .p_link a {display: block; padding: 10px 15px;}
.prod_default2 .p_cart { float: none; width:100%; text-align: center;}
.prod_default2 .p_cart a {display: block;padding: 3px 6px;border: #f1060b 1px solid;width: 100px;margin: 0 auto;font-size: 14px;color: #ec0122;position: relative;}
.prod_default2 .p_cart a:hover{background: #f1060b;color: #fff;}
.prod_default2 .p_cart a i{display:inline-block; width: 0;height: 0;border-top:5px solid transparent;border-left: 8px solid red;border-bottom:5px solid transparent;margin-right: 5px; border-left-color:inherit;}
.prod_default2 a{text-decoration:none; }  

.prod_default2 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default2 .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_default2 .page_btn a.cur,.prod_default2 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default2 .page_btn a:nth-child(n+12){display: none;}
.prod_default2 .page_btn a:nth-last-child(1),.prod_default2 .page_btn a:nth-last-child(2),.prod_default2 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default2 .prev_btn,.prod_default2 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default2 .no_page{border: 0 !important;}

/*状态*/
.prod_default2 .status{color:white; border-color:white;}

/*折扣价*/
.prod_default2 .p_price2{font-family: "宋体";}
.prod_default2 .yuanjia2{color:#888;font-size: 12px;}
.prod_default2 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default2 .jiage{color: #888;font-size: 12px;}

.prod_default2 .zhekou{color:#ff002e;font-size: 16px;font-weight: bold;}


.prod_default2 .freeinfo{ clear:both; overflow:hidden;}
.prod_default2 .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_default2 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default2 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default2 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }

@media screen and (max-width: 767px){
/*产品列表*/
/*.prod_default2 .prod{width:47%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default2 .prod:nth-child(2n){border-right: none;}*/
.prod_default2 .prod_info{padding: 6px;}
.prod_default2 .unit,.prod_default2 .p_vip .v_jg,.prod_default2 .v_unit{font-size: 12px;}
.prod_default2 .p_vip{height: 18px; line-height: 23px;}
.prod_default2 .v_value{font-size: 14px;}
.prod_default2 .p_value{font-size: 18px;}
.prod_default2 .prod .p_detail{display: none !important;}
.prod_default2 .p_name{ transform: translateY(0%); }
/*分页*/
/* .prod_default2 .page_btn a:nth-child(n+5){display: none;} */
}


/*pc*/
#productList_style_02_1501124935147 li{width: 23.5%;}
#productList_style_02_1501124935147 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_02_1501124935147 li{width: 23.5%;}
	#productList_style_02_1501124935147 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_02_1501124935147 li{width: 49%;}
	#productList_style_02_1501124935147 li.prod_Item{margin-bottom:2%;}
}

   
   #productList_style_02_1501124935147 .p_detail.pc,#productList_style_02_1501124935147 .p_name.pc {display:block;}
   #productList_style_02_1501124935147 .p_detail.pad, #productList_style_02_1501124935147 .p_detail.mobile,#productList_style_02_1501124935147 .p_name.pad, #productList_style_02_1501124935147 .p_name.mobile {display:none;}

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

	/*产品状态  新品  推荐*/
	#productList_style_02_1501124935147 .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_02_1501124935147 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_02_1501124935147 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_02_1501124935147 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501124935147 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_02_1501124935147 .submit_div{ display: inline-block; }
	
	#productList_style_02_1501124935147 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_02_1501124935147 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_02_1501124935147 .page_submit{margin-left:5px;}
	#productList_style_02_1501124935147 .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_02_1501124935147 .page_btn{ font-size:12px; }
			#productList_style_02_1501124935147 .submit_div{ display:none; }
		}

			#productList_style_02_1501124935147 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_02_1501124935147 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_02_1501124935147  .showActivity {display: none !important;}
            #productList_style_02_1501124935147  .btnaSet ,#productList_style_02_1501124935147  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1501124333727 #div_tab_style_03_1501124333727 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1501124333727 #div_tab_style_03_1501124333727 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1501124333727 #div_tab_style_03_1501124333727 .tab_img{display:none;}
#tab_style_03_1501124333727 #div_tab_style_03_1501124333727 .tab_ul{text-align:center}
#tab_style_03_1501124333727 #div_tab_style_03_1501124333727 .tab_nav{display:block !important;}

    #tab_style_03_1501124333727 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}


	#image_style_01_1501069547911 .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_1501069547911 .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_1501069547911 .CompatibleImg img{null}}
#image_style_01_1501069547911 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_1501069547926 .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_1501069547926 .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_1501069547926 .CompatibleImg img{null}}
#image_style_01_1501069547926 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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





	
#dh_style_03_1501069548019 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1501070222436 .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_1501070222436 .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_1501070222436 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501070222436 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_1501069547964 .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_1501069547964 .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_1501069547964 .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_1501069547964 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_1501069547971 .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_1501069547971 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1501069547971 .CompatibleImg img{null}}
#image_style_01_1501069547971 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				