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


 #banner_style_01_1498024193066{width:100%;height:430px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1498024193066{height:285px;}}   @media screen and (max-width:640px) {#banner_style_01_1498024193066{width:100%;height:161px;top:0px;left:0%;}}  #layout_diy_1498017293{height:430px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1498017293{height:285px;}}   @media screen and (max-width:640px) {#layout_diy_1498017293{height:161px;}} 



 #text_style_02_1498024986692{width:73.44110854503464%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498024986692{width:191px;left:0%;top:5px;}}   @media screen and (max-width:640px) {#text_style_02_1498024986692{width:54.47154471544715%;top:0px;left:0%;}}  #text_style_02_1498024986692>.view_contents {box-sizing:border-box;font-size:40px;color:#fe6634;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498024986692>.view_contents {box-sizing:border-box;font-size:32px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_02_1498024986692>.view_contents {box-sizing:border-box;font-size:24px;line-height:36px;}}

 #text_style_02_1498025063522{width:46.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498025063522{left:0%;top:45px;}}   @media screen and (max-width:640px) {#text_style_02_1498025063522{width:29.81029810298103%;top:10px;left:48.00403225806452%;}}  #text_style_02_1498025063522>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498025063522>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1498025063522>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
 #div_includeBlock_1498025168250{width:28.333333333333332%;height:80px;position:absolute;top:109px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498025168250{height:77px;left:0.9991383881230116%;top:71px;width:242px;z-index:2;}}   @media screen and (max-width:640px) {#div_includeBlock_1498025168250{width:97%;height:36px;top:35px;left:1.4473684210526316%;z-index:3;}}  #div_includeBlock_1498025168250  {border-right-color:#999999;border-right-width:1px;border-right-style:solid;} @media screen and (max-width:640px) { #div_includeBlock_1498025168250  {border-right-width:0px;}}

 #image_style_01_1498027006731{width:36.16666666666667%;height:262px;position:absolute;top:601px;left:63.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498027006731{z-index:2;left:62.4%;top:427px;height:210px;width:345px;}}   @media screen and (max-width:640px) {#image_style_01_1498027006731{width:55.09641873278237%;height:129px;top:547px;left:43.24013157894736%;display:none;z-index:3;}} #image_style_01_1498027006731 > .view_contents{overflow:visible;} 

 #text_style_02_1498025253767{width:51.74999999999999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:113px;left:38.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498025253767{left:38.2307131495228%;top:73.5px;width:548px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_02_1498025253767{width:97%;top:86px;left:1.4967105263157894%;z-index:3;}}  #text_style_02_1498025253767>.view_contents {box-sizing:border-box;font-size:14px;color:#8b8b8b;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498025253767>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498025253767>.view_contents {box-sizing:border-box;text-indent:2em;}}

 #productList_style_01_1498026306844{width:746px;position:absolute;top:303px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1498026306844{left:0.9991383881230116%;top:211.5px;z-index:2;width:569px;}}   @media screen and (max-width:640px) {#productList_style_01_1498026306844{width:97%;top:231px;left:1.4967105263157894%;z-index:1;}} #productList_style_01_1498026306844 > .view_contents{overflow:visible;} 

 #div_blank_1498027086171{width:36.1%;height:276px;position:absolute;top:303px;left:63.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498027086171{z-index:2;left:62.4%;top:211.5px;height:205px;width:345px;}}   @media screen and (max-width:640px) {#div_blank_1498027086171{width:97%;height:90px;top:462.5px;left:1.5%;z-index:2;}} #div_blank_1498027086171 > .view_contents{overflow:visible;}  #div_blank_1498027086171  {box-sizing:border-box;background:rgba(0,0,0,.6);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498027086171  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498027086171  {box-sizing:border-box;background:#fe6634;}}

 #productList_style_04_1498027188723{width:28.666666666666668%;position:absolute;left:67.58333333333333%;top:361.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1498027188723{width:35.843054082714744%;z-index:2;left:62.77008218451749%;top:240.5px;}}   @media screen and (max-width:640px) {#productList_style_04_1498027188723{width:97%;left:1.4990234375%;top:467.5px;z-index:3;}} #productList_style_04_1498027188723 > .view_contents{overflow:visible;}  #productList_style_04_1498027188723 .imgSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;} #productList_style_04_1498027188723 .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 ;} #productList_style_04_1498027188723 .titleSet {font-size:18px;border-bottom-style:solid;border-bottom-width:1px;padding-bottom:5px;margin-bottom:12px;border-bottom-color:#dbdbdb;color:#ffffff;text-align:center;} #productList_style_04_1498027188723 .priceSet {font-size:20px;color:#ffffff;} #productList_style_04_1498027188723 .unitSet {font-family:Verdana;color:#ffffff;font-size:14px;} #productList_style_04_1498027188723 .btnaSet {font-size:14px;background:#fe6634;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498027188723 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498027188723 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498027188723 .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_1498027188723 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_04_1498027188723 .priceSet {font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1498027188723 .prod_info{
	width:100%;
}
#productList_style_04_1498027188723 .p_price{
	text-align:center;float:none;
}
#productList_style_04_1498027188723  .pro_button{ }
#productList_style_04_1498027188723 .p_cart {
	width:40%;margin:0 auto;
}
#productList_style_04_1498027188723 .p_cart a{
	
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1498027188723{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1498027188723{
		
	}
#productList_style_04_1498027188723  .pro_button{display:none; }
} #layout_1498024212386{height:962px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498024212386{height:721px;}}   @media screen and (max-width:640px) {#layout_1498024212386{height:576px;}} #layout_1498024212386 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1498029220427{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:7.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498029220427{left:16.64899257688229%;width:22.375397667020145%;top:66px;}}   @media screen and (max-width:640px) {#text_style_02_1498029220427{width:370px;top:153px;left:calc(50% - 185px);z-index:6;display:none;}}  #text_style_02_1498029220427>.view_contents {box-sizing:border-box;font-size:20px;text-align:right;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498029220427>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498029220427>.view_contents {box-sizing:border-box;}}

 #text_style_02_1498029274311{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:130px;left:7.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498029274311{left:10.392364793213149%;width:28.63202545068929%;top:102px;}}   @media screen and (max-width:640px) {#text_style_02_1498029274311{width:370px;top:85px;left:calc(50% - 185px);z-index:6;display:none;}}  #text_style_02_1498029274311>.view_contents {box-sizing:border-box;text-align:right;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498029274311>.view_contents {box-sizing:border-box;font-size:28px;}} @media screen and (max-width:640px) { #text_style_02_1498029274311>.view_contents {box-sizing:border-box;}}

 #div_blank_1498029346218{width:5.166666666666667%;height:64px;position:absolute;top:180px;left:33.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498029346218{left:32.237539766702014%;width:6.786850477200425%;top:152px;}}   @media screen and (max-width:640px) {#div_blank_1498029346218{width:300px;height:200px;top:266px;left:13.157894736842104%;display:none;z-index:6;}} #div_blank_1498029346218 > .view_contents{overflow:visible;}  #div_blank_1498029346218  {box-sizing:border-box;background:transparent;border-top-color:#999999;border-top-style:solid;border-top-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498029346218  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498029346218  {box-sizing:border-box;}}

 #text_style_02_1498029413913{width:27.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:205px;left:10.541666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498029413913{left:4.7720042417815485%;width:34.252386002120886%;top:175px;}}   @media screen and (max-width:640px) {#text_style_02_1498029413913{width:370px;top:540px;left:calc(50% - 185px);display:none;z-index:6;}}  #text_style_02_1498029413913>.view_contents {box-sizing:border-box;font-size:14px;text-align:right;font-weight:normal;color:#999999;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498029413913>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498029413913>.view_contents {box-sizing:border-box;}}

 #productList_style_01_1498028455097{width:56.41666666666667%;position:absolute;top:0px;left:43.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1498028455097{top:0px;left:44.08967391304348%;width:517px;}}   @media screen and (max-width:640px) {#productList_style_01_1498028455097{width:97%;top:0px;left:1.4473684210526316%;z-index:1;}} #productList_style_01_1498028455097 > .view_contents{overflow:visible;} 

 #div_blank_1498028623934{width:56.41666666666667%;height:507px;position:absolute;top:40px;left:40.33333333333333%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498028623934{width:517px;top:25px;left:41.28612142099682%;height:388px;}}   @media screen and (max-width:640px) {#div_blank_1498028623934{width:97%;height:101px;top:231px;left:1.4990234375%;z-index:2;}} #div_blank_1498028623934 > .view_contents{overflow:visible;}  #div_blank_1498028623934  {box-sizing:border-box;background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498028623934  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498028623934  {box-sizing:border-box;background:#fe6634;}}

 #productList_style_04_1498029676817{width:28.666666666666668%;position:absolute;left:9.541666666666666%;top:330px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1498029676817{width:33.404029692470836%;left:5.620360551431601%;top:291.5px;}}   @media screen and (max-width:640px) {#productList_style_04_1498029676817{width:97%;left:1.4990234375%;top:244px;z-index:4;}} #productList_style_04_1498029676817 > .view_contents{overflow:visible;}  #productList_style_04_1498029676817 .imgSet {border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;} #productList_style_04_1498029676817 .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 ;} #productList_style_04_1498029676817 .titleSet {font-size:18px;border-bottom-style:solid;border-bottom-width:1px;padding-bottom:5px;margin-bottom:12px;border-bottom-color:#dbdbdb;color:#ffffff;text-align:right;} #productList_style_04_1498029676817 .priceSet {font-size:20px;color:#ffffff;} #productList_style_04_1498029676817 .unitSet {font-family:Verdana;color:#ffffff;font-size:14px;} #productList_style_04_1498029676817 .btnaSet {font-size:14px;background:#ff7f00;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498029676817 .titleSet {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_04_1498029676817 .priceSet {font-size:18px;}} @media screen and (max-width:640px) { #productList_style_04_1498029676817 .titleSet {font-size:14px;text-align:center;}} @media screen and (max-width:640px) { #productList_style_04_1498029676817 .priceSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1498029676817 .prod_info{
	width:100%;
}
#productList_style_04_1498029676817 .p_price{
	text-align:right;float:none;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1498029676817{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1498029676817{
		
	}
#productList_style_04_1498029676817 .p_price{
	text-align:center;float:none;
}
}
 #div_includeBlock_1498028817001{width:1200px;height:547px;position:absolute;top:0%;left:calc(50% - 600px);z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1498028817001{width:100%;left:0%;height:413px;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1498028817001{width:100%;height:337px;top:0%;left:0%;}} 

 #div_blank_1498028774587{width:100%;height:310px;position:absolute;top:312px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1498028774587{top:263px;left:0%;height:194px;}}   @media screen and (max-width:640px) {#div_blank_1498028774587{width:82.64462809917356%;height:200px;top:1023px;left:13.412828947368421%;display:none;}} #div_blank_1498028774587 > .view_contents{overflow:visible;}  #div_blank_1498028774587  {box-sizing:border-box;background:#fe6634;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1498028774587  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1498028774587  {box-sizing:border-box;}} #layout_1498028432322{height:622px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498028432322{height:457px;}}   @media screen and (max-width:640px) {#layout_1498028432322{height:356px;}} #layout_1498028432322 > .view_contents{overflow:visible;}  #layout_1498028432322  {background:#f2f2f2;}


 #text_style_02_1498396730150{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.58333333333333%;top:74.75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1498396730150{width:38.54166666666667%;left:30.729166666666664%;top:74.75px;}}   @media screen and (max-width:640px) {#text_style_02_1498396730150{width:52.10526315789473%;top:21px;left:23.94736842105263%;}}  #text_style_02_1498396730150>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1498396730150>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1498396730150>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:20px;}} #layout_1498396722336{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498396722336{display:none;}}   @media screen and (max-width:640px) {#layout_1498396722336{height:61px;display:block;}} #layout_1498396722336 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1498396722336  {background:#f5f5f5;}}


 #productList_style_03_1498395101261{width:100%;position:absolute;top:90px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1498395101261{width:98%;left:1.007423117709438%;top:35px;}}   @media screen and (max-width:640px) {#productList_style_03_1498395101261{width:97%;top:0px;left:1.4473684210526316%;}} #productList_style_03_1498395101261 > .view_contents{overflow:visible;}  #productList_style_03_1498395101261 .titleSet {font-size:16px;text-align:center;padding-left:6px;padding-right:6px;margin-top:6px;margin-bottom:6px;} #productList_style_03_1498395101261 .modSet {padding-bottom:80px;padding-left:0px;} #productList_style_03_1498395101261 .btnaSet {padding-top:4px;padding-bottom:4px;padding-left:4px;padding-right:4px;background:#fe6634;} #productList_style_03_1498395101261 .imgSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} #productList_style_03_1498395101261 .modSet:hover .imgSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;} #productList_style_03_1498395101261 .priceSet {color:#333333;} #productList_style_03_1498395101261 .unitSet {color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498395101261 .titleSet {font-size:14px;margin-top:2px;margin-bottom:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498395101261 .priceSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498395101261 .btnaSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498395101261 .unitSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1498395101261 .modSet {padding-bottom:63px;}} @media screen and (max-width:640px) { #productList_style_03_1498395101261 .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_1498395101261 .priceSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_03_1498395101261 .btnaSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_03_1498395101261 .modSet {padding-bottom:8px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_03_1498395101261 .prod_Item{
	margin-bottom:0!important;
}
#productList_style_03_1498395101261 .relative{
	overflow:visible;
}
#productList_style_03_1498395101261 .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_1498395101261 .p_line {
	text-align:center;
}
#productList_style_03_1498395101261 .p_buy {
	position:static;display:block;width:50%;margin:14px auto;text-align:center;
}
#productList_style_03_1498395101261 .p_buy a{
	position:static;
}
#productList_style_03_1498395101261 .page_btn{
	margin-top:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1498395101261{
		
	}
#productList_style_03_1498395101261 .prod_info{
	top:248px;left:14px;width:90%;
}
#productList_style_03_1498395101261 .p_buy {
	width:50%;margin:10px auto;
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_03_1498395101261{
		
	}
#productList_style_03_1498395101261 .prod_info{
	top:135px;left:8px;width:90%;
}
#productList_style_03_1498395101261 .p_buy {
	width:60%;margin:4px auto;
}
} #layout_1498395101259{height:1096px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498395101259{height:867px;}}   @media screen and (max-width:640px) {#layout_1498395101259{height:1101px;}} #layout_1498395101259 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1498455302568{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498455302568{}}   @media screen and (max-width:640px) {#layout_1498455302568{height:26px;display:none;}} #layout_1498455302568 > .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;}
}




/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/pkgimg/banner/TB2gmgpcB9Jf.jpg') center top no-repeat;}
                #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/pkgimg/banner/dxuzqlrb1.jpg') center top no-repeat;}
                #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/pkgimg/pkgimg/banner/20170726103249547.jpg') center top no-repeat;}
                #banner_style_01_1498024193066 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1498024193066 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1498027006731 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498027006731 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1498027006731 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1498027006731 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_1498026306844 li{width: 100%;}
#productList_style_01_1498026306844 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1498026306844 li{width: 100%;}
	#productList_style_01_1498026306844 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1498026306844 li{width: 100%;}
	#productList_style_01_1498026306844 li.prod_Item{margin-bottom:1%;}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

			#productList_style_03_1498395101261 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1498395101261 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_03_1498395101261  .showActivity {display: none !important;}
            #productList_style_03_1498395101261  .btnaSet ,#productList_style_03_1498395101261  .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;}
				}
				