
/**
    *编辑器         \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_1498118782352{width:100%;height:50px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498118782352{height:40px;}}   @media screen and (max-width:640px) {#div_blank_1498118782352{width:82.64462809917356%;height:200px;top:68px;left:8.67768595041322%;display:none;}} #div_blank_1498118782352 > .view_contents{overflow:visible;}  #div_blank_1498118782352  {box-sizing:border-box;background:#f1f1f1;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498118782352  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498118782352  {box-sizing:border-box;}}


 #user_style_05_1498118839710{width:49.416666666666664%;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1498118839710{left:1%;width:43.52617079889807%;top:9px;}}   @media screen and (max-width:640px) {#user_style_05_1498118839710{width:158px;top:85px;display:none;}}  #user_style_05_1498118839710 .textSet {font-size:14px;}

 #image_logo_1498035359306{width:12.25%;height:77px;position:absolute;top:65px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1498035359306{left:0.9991383881230116%;width:16.333333333333332%;top:60px;}}   @media screen and (max-width:640px) {#image_logo_1498035359306{width:99px;height:52px;top:0px;z-index:1000;}} 

 #dh_style_01_1498035433458{width:66.66666666666666%;z-index:999;position:absolute;top:85.5px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1498035433458{z-index:999;left:28.298979321314953%;width:70.62566277836692%;top:80.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1498035433458{width:44px;z-index:999;top:4px;left:86.91200657894737%;}} #dh_style_01_1498035433458 > .view_contents{overflow:visible;}  #dh_style_01_1498035433458 #hot>a {color:#fe6634;} #dh_style_01_1498035433458 .mainMenuSet:hover {color:#fe6634;} @media screen and (max-width:640px) { #dh_style_01_1498035433458 .mainMenuSet:hover {color:#fe6634;}} @media screen and (max-width:640px) { #dh_style_01_1498035433458 .mainMenuSet {background:transparent;color:#333333;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1498035433458{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1498035433458{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1498035433458{
		
	}
#dh_style_01_1498035433458 .Mslide{
		  background: rgba(245, 245, 245, 0.96);
	}
#dh_style_01_1498035433458 .miniMenu.Mslide .sidebar{
		 color:#fa0027;
	}
 #dh_style_01_1498035433458 .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {width: 85%;}
}

 #cart_style_4_1498455754396{width:13.833333333333334%;height:22px;position:absolute;top:14px;left:86.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_4_1498455754396{left:81.44220572640509%;width:18.55779427359491%;top:9px;}}   @media screen and (max-width:640px) {#cart_style_4_1498455754396{width:162px;height:22px;top:57px;display:none;}}  #cart_style_4_1498455754396 .numtSet {color:#fe6634;} #cart_style_4_1498455754396 .priceSet {color:#fe6634;} #cart_style_4_1498455754396  {background: url(../img/upimages/pkgimg/pkgimg/icon/20170626134657100.png);background-repeat:no-repeat;}
/*----------------------电脑板式样式----------------------*/
#cart_style_4_1498455754396 .jscartStyle4{
	background-image:none;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_4_1498455754396{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_4_1498455754396{
		
	}
}

 #searchbox_style_02_1498119111665{width:17.833333333333336%;position:absolute;top:11px;left:67.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1498119111665{left:58.85471898197243%;width:21.527041357370095%;top:8px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1498119111665{width:100%;top:122px;left:0%;display:none;}} #searchbox_style_02_1498119111665 > .view_contents{overflow:visible;}  #searchbox_style_02_1498119111665 .inputSet {height:28px;line-height:24px;} #searchbox_style_02_1498119111665 .btnaSet {height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_02_1498119111665 .btnaSet {height:24px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_02_1498119111665 .inputSet {height:24px;}}
 #div_includeBlock_1498035175320{width:1200px;height:160px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498035175320{height:150px;width:100%;left:0%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1498035175320{width:100%;height:54px;top:0%;left:0%;}} #div_includeBlock_1498035175320 > .view_contents{overflow:visible;} 

 #qqol_style_01_1498455321751{width:14.757554462403375%;position:absolute;top:45px;left:85.24244553759662%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1498455321751{top:33px;left:85.24158271474019%;}}   @media screen and (max-width:640px) {#qqol_style_01_1498455321751{width:57.85123966942148%;top:53px;left:21.07438016528926%;display:none;}} #qqol_style_01_1498455321751 > .view_contents{overflow:visible;}  #comm_layout_header{height:160px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:150px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:54px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #image_style_01_1498117520520{width:100%;height:450px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498117520520{height:300px;}}   @media screen and (max-width:640px) {#image_style_01_1498117520520{width:100%;height:130px;top:0px;left:0%;}} #image_style_01_1498117520520 > .view_contents{overflow:visible;}  #layout_diy_1498095664{height:450px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1498095664{height:300px;}}   @media screen and (max-width:640px) {#layout_diy_1498095664{height:130px;}} 


 #text_style_02_1498097783875{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:129px;left:64.04166666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498097783875{left:63.19260339342524%;top:74px;}}   @media screen and (max-width:640px) {#text_style_02_1498097783875{width:85.78947368421052%;top:16px;left:3.421052631578948%;z-index:2;}}  #text_style_02_1498097783875>.view_contents {box-sizing:border-box;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498097783875>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1498097783875>.view_contents {box-sizing:border-box;font-size:14px;line-height:24px;text-align:center;}}

 #productList_style_01_1498097194189{width:61.25000000000001%;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1498097194189{z-index:2;width:58.85471898197243%;left:1%;top:74px;}}   @media screen and (max-width:640px) {#productList_style_01_1498097194189{width:97%;top:78.5px;left:1.4967105263157894%;z-index:1;}} #productList_style_01_1498097194189 > .view_contents{overflow:visible;}  #productList_style_01_1498097194189 .modSet {border-top-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-left-style:solid;border-left-width:0px;border-bottom-width:0px;border-top-width:0px;border-right-width:0px;}

 #text_style_02_1498097987355{width:27.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:685px;left:7.833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498097987355{left:9.166224814422057%;top:488px;}}   @media screen and (max-width:640px) {#text_style_02_1498097987355{width:67.10526315789474%;top:40px;left:20.13157894736842%;z-index:2;}}  #text_style_02_1498097987355>.view_contents {box-sizing:border-box;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498097987355>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1498097987355>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:24px;}}

 #image_style_01_1498113431964{width:1.7500000000000002%;height:89px;position:absolute;top:214px;left:61.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498113431964{left:60.96566808059385%;top:134px;}}   @media screen and (max-width:640px) {#image_style_01_1498113431964{width:55.09641873278237%;height:200px;top:1477.5px;left:22.451790633608816%;display:none;}} #image_style_01_1498113431964 > .view_contents{overflow:visible;} 

 #image_style_01_1498113491204{width:1.7500000000000002%;height:89px;position:absolute;top:759.5px;left:5.333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498113491204{left:6.992311770943796%;top:547.5px;}}   @media screen and (max-width:640px) {#image_style_01_1498113491204{width:55.09641873278237%;height:200px;top:225px;left:44.90358126721763%;display:none;}} #image_style_01_1498113491204 > .view_contents{overflow:visible;} 

 #productList_style_04_1498097839111{width:28.666666666666668%;position:absolute;left:63.208333333333336%;top:189.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1498097839111{width:35.843054082714744%;z-index:2;left:62.026113467656415%;top:110px;}}   @media screen and (max-width:640px) {#productList_style_04_1498097839111{width:97%;left:1.4990234375%;top:285.5px;z-index:3;}} #productList_style_04_1498097839111 > .view_contents{overflow:visible;}  #productList_style_04_1498097839111 .imgSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;} #productList_style_04_1498097839111 .modSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background:transparent;box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px ;color:#666666;} #productList_style_04_1498097839111 .titleSet {font-size:18px;border-bottom-style:solid;border-bottom-width:0px;padding-bottom:5px;margin-bottom:12px;border-bottom-color:#dbdbdb;color:#666666;text-align:left;} #productList_style_04_1498097839111 .priceSet {font-size:20px;color:#666666;} #productList_style_04_1498097839111 .unitSet {font-family:Verdana;color:#666666;font-size:14px;} #productList_style_04_1498097839111 .btnaSet {font-size:14px;background:#fe6634;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498097839111 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498097839111 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498097839111 .btnaSet {font-size:12px;padding-bottom:8px;padding-top:8px;padding-left:12px;padding-right:12px;}} @media screen and (max-width:640px) { #productList_style_04_1498097839111 .titleSet {font-size:14px;color:#ffffff;text-align:center;}} @media screen and (max-width:640px) { #productList_style_04_1498097839111 .priceSet {font-size:12px;color:#ffffff;}} @media screen and (max-width:640px) { #productList_style_04_1498097839111  {background:#fe6634;}} @media screen and (max-width:640px) { #productList_style_04_1498097839111 .unitSet {color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1498097839111 .prod_info{
	width:100%;
}
#productList_style_04_1498097839111 .p_price{
	text-align:left;float:none;
}
#productList_style_04_1498097839111  .pro_button{ }
#productList_style_04_1498097839111 .p_cart {
	width:40%;margin:0;
}
#productList_style_04_1498097839111 .p_cart a{
	
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1498097839111{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1498097839111{
		
	}
#productList_style_04_1498097839111 .p_price{
	text-align:center;float:none;
}
#productList_style_04_1498097839111  .pro_button{display:none; }
}

 #productList_style_01_1498095878949{width:771px;position:absolute;top:400px;left:calc(100% - 771px);z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1498095878949{left:38.6%;top:300.5px;z-index:2;width:569px;}}   @media screen and (max-width:640px) {#productList_style_01_1498095878949{width:97%;top:391px;left:1.5%;z-index:7;}} #productList_style_01_1498095878949 > .view_contents{overflow:visible;}  #productList_style_01_1498095878949 .modSet {border-top-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-left-style:solid;border-left-width:32px;border-bottom-width:0px;border-top-width:32px;} @media screen and (max-width:640px) { #productList_style_01_1498095878949 .modSet {border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}}

 #productList_style_04_1498098005964{width:28.666666666666668%;position:absolute;left:6.833333333333333%;top:735px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1498098005964{width:32.87380699893955%;z-index:2;left:7.946712619300106%;top:523px;}}   @media screen and (max-width:640px) {#productList_style_04_1498098005964{width:97%;left:1.4990234375%;top:597.5px;z-index:8;}} #productList_style_04_1498098005964 > .view_contents{overflow:visible;}  #productList_style_04_1498098005964 .imgSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;} #productList_style_04_1498098005964 .modSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background:transparent;box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px ;color:#666666;} #productList_style_04_1498098005964 .titleSet {font-size:18px;border-bottom-style:solid;border-bottom-width:0px;padding-bottom:5px;margin-bottom:12px;border-bottom-color:#dbdbdb;color:#666666;text-align:left;} #productList_style_04_1498098005964 .priceSet {font-size:20px;color:#666666;} #productList_style_04_1498098005964 .unitSet {font-family:Verdana;color:#666666;font-size:14px;} #productList_style_04_1498098005964 .btnaSet {font-size:14px;background:#fe6634;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498098005964 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498098005964 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498098005964 .btnaSet {font-size:12px;padding-bottom:8px;padding-top:8px;padding-left:12px;padding-right:12px;}} @media screen and (max-width:640px) { #productList_style_04_1498098005964 .titleSet {font-size:14px;color:#ffffff;text-align:center;}} @media screen and (max-width:640px) { #productList_style_04_1498098005964 .priceSet {font-size:12px;color:#ffffff;}} @media screen and (max-width:640px) { #productList_style_04_1498098005964  {background:#fe6634;}} @media screen and (max-width:640px) { #productList_style_04_1498098005964 .unitSet {color:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1498098005964 .prod_info{
	width:100%;
}
#productList_style_04_1498098005964 .p_price{
	text-align:left;float:none;
}
#productList_style_04_1498098005964  .pro_button{ }
#productList_style_04_1498098005964 .p_cart {
	width:40%;margin:0;
}
#productList_style_04_1498098005964 .p_cart a{
	
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1498098005964{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1498098005964{
		
	}
#productList_style_04_1498098005964 .p_price{
	text-align:center;float:none;
}
#productList_style_04_1498098005964  .pro_button{display:none; }
} #layout_1498095687172{height:1015px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498095687172{height:770px;}}   @media screen and (max-width:640px) {#layout_1498095687172{height:712px;}} #layout_1498095687172 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_03_1498440346035{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1498440346035{width:98%;left:1.007423117709438%;top:0%;}}   @media screen and (max-width:640px) {#productList_style_03_1498440346035{width:97%;top:0px;left:1.4473684210526316%;}} #productList_style_03_1498440346035 > .view_contents{overflow:visible;}  #productList_style_03_1498440346035 .titleSet {font-size:16px;text-align:center;padding-left:6px;padding-right:6px;margin-top:6px;margin-bottom:6px;} #productList_style_03_1498440346035 .modSet {padding-bottom:80px;padding-left:0px;} #productList_style_03_1498440346035 .btnaSet {padding-top:4px;padding-bottom:4px;padding-left:4px;padding-right:4px;background:#fe6634;} #productList_style_03_1498440346035 .imgSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} #productList_style_03_1498440346035 .modSet:hover .imgSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} #productList_style_03_1498440346035 .priceSet {color:#333333;} #productList_style_03_1498440346035 .unitSet {color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498440346035 .titleSet {font-size:14px;margin-top:2px;margin-bottom:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498440346035 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498440346035 .btnaSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498440346035 .unitSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498440346035 .modSet {padding-bottom:63px;}} @media screen and (max-width:640px) { #productList_style_03_1498440346035 .titleSet {font-size:12px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #productList_style_03_1498440346035 .priceSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_03_1498440346035 .btnaSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_03_1498440346035 .modSet {padding-bottom:8px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_03_1498440346035 .prod_Item{
	margin-bottom:0!important;
}
#productList_style_03_1498440346035 .relative{
	overflow:visible;
}
#productList_style_03_1498440346035 .prod_info{
	position:absolute;top:318px;left:14px;width:90%;margin:0 auto;background-color:rgba(254,254,254,0.8);;box-shadow: 0px 0px 2px #888888;
}
#productList_style_03_1498440346035 .p_line {
	text-align:center;
}
#productList_style_03_1498440346035 .p_buy {
	position:static;display:block;width:50%;margin:14px auto;text-align:center;
}
#productList_style_03_1498440346035 .p_buy a{
	position:static;
}
#productList_style_03_1498440346035 .page_btn{
	margin-top:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1498440346035{
		
	}
#productList_style_03_1498440346035 .prod_info{
	top:248px;left:14px;width:90%;
}
#productList_style_03_1498440346035 .p_buy {
	width:50%;margin:10px auto;
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_03_1498440346035{
		
	}
#productList_style_03_1498440346035 .prod_info{
	top:135px;left:8px;width:90%;
}
#productList_style_03_1498440346035 .p_buy {
	width:60%;margin:4px auto;
}
} #layout_1498440346031{height:1055px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498440346031{height:867px;}}   @media screen and (max-width:640px) {#layout_1498440346031{height:944px;}} #layout_1498440346031 > .view_contents{overflow:visible;max-width:1200px;} 



 #liuyanban_style_03_1568016571545{width:607px;left:9.170765987350668%;top:39px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_03_1568016571545{width:454px;left:2%;top:48px;}}   @media screen and (max-width:640px) {#liuyanban_style_03_1568016571545{width:100%;left:0%;top:0px;display:none;}}  #liuyanban_style_03_1568016571545 .titSet {color:#ffffff;} #liuyanban_style_03_1568016571545 .messageBoardSet {height:100px;}

 #text_style_01_1568017657934{width:22.248947684906796%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.1034275405893%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1568017657934{left:56.83987274655355%;width:40.084835630965%;top:48px;}}   @media screen and (max-width:640px) {#text_style_01_1568017657934{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;}}  #text_style_01_1568017657934>.view_contents {color:#ffffff;font-size:18px;}

 #div_blank_new01_1568017764066{width:29%;height:1px;position:absolute;left:55.983162958508714%;top:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1568017764066{left:56.81833244962884%;width:41%;top:90px;}}   @media screen and (max-width:640px) {#div_blank_new01_1568017764066{width:75px;height:50px;top:0px;left:37.62376237623762%;display:none;}}  #div_blank_new01_1568017764066  {box-sizing:border-box;} #div_blank_new01_1568017764066 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1568017764066  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1568017764066  {box-sizing:border-box;}}

 #image_style_01_1568016529290{height:43px;position:absolute;top:124.421875px;left:56.60327720986169%;width:1.984365604329525%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529290{width:33px;top:124.421875px;left:57.45128579003181%;}}   @media screen and (max-width:640px) {#image_style_01_1568016529290{width:55.09641873278236%;height:200px;top:50px;left:22.45179063360882%;display:none;}} #image_style_01_1568016529290 > .view_contents{overflow:visible;} 

 #image_style_01_1568016529324{height:45px;position:absolute;top:195.921875px;left:56.60327720986169%;width:2.164762477450391%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529324{width:39px;left:57.13315217391305%;top:195.921875px;}}   @media screen and (max-width:640px) {#image_style_01_1568016529324{width:55.09641873278236%;height:200px;top:250px;left:22.45179063360882%;display:none;}} #image_style_01_1568016529324 > .view_contents{overflow:visible;} 

 #image_style_01_1568016529305{height:57px;position:absolute;top:267.421875px;left:56.36274804570054%;width:2.6458208057727%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529305{width:47px;left:56.70897401908802%;top:267.421875px;}}   @media screen and (max-width:640px) {#image_style_01_1568016529305{width:55.09641873278236%;height:200px;top:650px;left:22.45179063360882%;display:none;}} #image_style_01_1568016529305 > .view_contents{overflow:visible;} 

 #text_style_01_1568018297744{width:24.954900781719783%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.73361395069152%;top:129.921875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1568018297744{width:32.13149522799576%;left:63.19923117709438%;top:124.421875px;}}   @media screen and (max-width:640px) {#text_style_01_1568018297744{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:none;}}  #text_style_01_1568018297744>.view_contents {color:#6b6b6b;font-size:18px;}

 #text_style_01_1568018313473{width:24.233313289236317%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.73361395069152%;top:197.421875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1568018313473{width:26.299045599151643%;left:63.19923117709438%;top:202.421875px;}}   @media screen and (max-width:640px) {#text_style_01_1568018313473{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:none;}}  #text_style_01_1568018313473>.view_contents {color:#6b6b6b;font-size:18px;}

 #dh_style_01_1568018522717{width:47%;z-index:999;position:absolute;top:425px;left:26.51834034876729%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1568018522717{z-index:999;width:627px;left:16.755037115588546%;top:419px;}}   @media screen and (max-width:640px) {#dh_style_01_1568018522717{width:12.121212121212121%;z-index:999;top:32px;left:0%;display:none;}} #dh_style_01_1568018522717 > .view_contents{overflow:visible;}  #dh_style_01_1568018522717 #hot>a {color:#6b6b6b;} #dh_style_01_1568018522717 .mainMenuSet {color:#6b6b6b;font-weight:normal;} #dh_style_01_1568018522717 .mainMenuSet:hover {color:#6b6b6b;}

 #text_style_01_1568018576861{width:25.015033072760072%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.73361395069152%;top:273px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1568018576861{width:33.51007423117709%;left:63.19923117709438%;top:274px;}}   @media screen and (max-width:640px) {#text_style_01_1568018576861{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:none;}}  #text_style_01_1568018576861>.view_contents {color:#6b6b6b;font-size:18px;}

 #text_style_01_1568019010539{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:480px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1568019010539{top:468px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1568019010539{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:block;}}  #text_style_01_1568019010539>.view_contents {color:#6b6b6b;font-size:14px;text-align:center;}
 #div_includeBlock_1498114919278{width:100%;height:534px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498114919278{height:518px;}}   @media screen and (max-width:640px) {#div_includeBlock_1498114919278{width:100%;height:49px;top:-1px;left:0%;}} #div_includeBlock_1498114919278 > .view_contents{overflow:visible;}  #div_includeBlock_1498114919278  {background-repeat:no-repeat;background-size:cover;background-position-x:0%;background: url(../img/upimages/pkgimg/pkgimg/icon/center13331.png);} #comm_layout_footer{height:534px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:518px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:48px;}} #comm_layout_footer > .view_contents{overflow:visible;} 
/*弹窗效果*/
.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}

/*弹窗效果*/
.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;*/
/*菜单样式*/
.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_1498035433458 .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;}
}
.jscartStyle4{background:url(../img/cart/style_4/car.png) left center no-repeat;padding-left:26px;line-height:22px;}
.jscartStyle4 a{font-size:12px;color:#333}
.jscartStyle4 .colorFont b{font-family:"verdana"}
.jscartStyle4 .mo-cart{display:none;}


@media screen and (max-width: 321px){
	.jscartStyle4 .cartTips{display:none}
	.jscartStyle4 .mo-cart{display:block}
}

/*需要更换的颜色值*/
.jscartStyle4 .colorFont{color:#ff002a}


.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_1498119111665 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_02_1498119111665 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_02_1498119111665 input::-o-input-placeholder{ color: ;}

/* 清除浮动 */
.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;}
}




	#image_style_01_1498117520520 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498117520520 .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_1498117520520 .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_1498117520520 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_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

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

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

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

	/*产品状态  新品  推荐*/
	#productList_style_01_1498097194189 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1498097194189 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1498097194189 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1498097194189 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1498097194189 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1498097194189 .submit_div{ display: inline-block; }
	
	#productList_style_01_1498097194189 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1498097194189 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1498097194189 .page_submit{margin-left:5px;}
	#productList_style_01_1498097194189 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1498097194189 .page_btn{ font-size:12px; }
			#productList_style_01_1498097194189 .submit_div{ display:none; }
		}

			#productList_style_01_1498097194189 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1498097194189 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_01_1498097194189  .showActivity {display: none !important;}
            #productList_style_01_1498097194189  .btnaSet ,#productList_style_01_1498097194189  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1498113431964 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498113431964 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1498113431964 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1498113431964 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_1498113491204 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498113491204 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1498113491204 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1498113491204 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_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_1498097839111 li{width: 100%;}
#productList_style_04_1498097839111 li.prod_Item{margin-bottom:0%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1498097839111 li{width: 100%;}
	#productList_style_04_1498097839111 li.prod_Item{margin-bottom:0%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1498097839111 li{width: 100%;}
	#productList_style_04_1498097839111 li.prod_Item{margin-bottom:0%;}
}

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

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

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

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

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

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

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

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

	/*产品状态  新品  推荐*/
	#productList_style_01_1498095878949 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1498095878949 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1498095878949 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1498095878949 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1498095878949 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1498095878949 .submit_div{ display: inline-block; }
	
	#productList_style_01_1498095878949 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1498095878949 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1498095878949 .page_submit{margin-left:5px;}
	#productList_style_01_1498095878949 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1498095878949 .page_btn{ font-size:12px; }
			#productList_style_01_1498095878949 .submit_div{ display:none; }
		}

			#productList_style_01_1498095878949 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1498095878949 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_01_1498095878949  .showActivity {display: none !important;}
            #productList_style_01_1498095878949  .btnaSet ,#productList_style_01_1498095878949  .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_1498098005964 li{width: 100%;}
#productList_style_04_1498098005964 li.prod_Item{margin-bottom:0%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1498098005964 li{width: 100%;}
	#productList_style_04_1498098005964 li.prod_Item{margin-bottom:0%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1498098005964 li{width: 100%;}
	#productList_style_04_1498098005964 li.prod_Item{margin-bottom:0%;}
}

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

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

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

			#productList_style_04_1498098005964 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1498098005964 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_04_1498098005964  .showActivity {display: none !important;}
            #productList_style_04_1498098005964  .btnaSet ,#productList_style_04_1498098005964  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .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%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .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; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_name .status{position: relative;top: -2px;}
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

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

.prod_default3 .zhe_price{position: relative;}
.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;display: inline-block;}
.prod_default3 .p_price2{font-family: "宋体";line-height: 24px;height: 26px;}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao2{color:#888;font-size: 12px;font-family: "微软雅黑";}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 14px;}
.prod_default3 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .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_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width:992px){
}

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




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

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

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

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

			#productList_style_03_1498440346035 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1498440346035 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_03_1498440346035  .showActivity {display: none !important;}
            #productList_style_03_1498440346035  .btnaSet ,#productList_style_03_1498440346035  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*留言板样式*/
.gformStyle_5{width:100%; box-sizing: border-box;}
.gformStyle_5 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}
.gformStyle_5 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_5 #gbook{width:98%; box-sizing:border-box; list-style:none; clear:both;margin:0 auto;}
.gformStyle_5 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_5 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_5 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_5 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_5 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_5 .gb_replay b{padding-left:50px;}
.gformStyle_5 .gb_replay .gb_content{padding-left:50px;}
.gformStyle_5 .gb_info{float:right; color:#666;}



/*alex新增风格的样式*/
.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}


@media screen and (max-width:991px){
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_5{padding:15px;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_5 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_5{padding:10px;min-width: 0;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformStyle_5 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_5 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_5 .gb_nickname,.gformStyle_5 .gb_nickname b{font-size:14px;}



.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

/*程序修改的颜色*/
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput,.gformStyle_5 li.gbList{background:#fff;}/*modBgColor*/
.gformStyle_5 .modFontColor{color:#333;}
.gformStyle_5 .modBorderColor{border-color:#f5f5f5 !important;}


.style_05_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}
#liuyanban_style_03_1568016571545 .error{ color: #f00 !important;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1568016529290 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529290 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1568016529290 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1568016529290 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_1568016529324 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529324 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1568016529324 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1568016529324 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_1568016529305 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1568016529305 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1568016529305 .CompatibleImg img{width:auto; height:auto}}
#image_style_01_1568016529305 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_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_1568018522717 .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;}
}

				.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;}
				}
				