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


 #text_style_02_1490063023274{display:block;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063023274{z-index:6;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1490063023274{display:block;z-index:2;}} 

 #text_style_02_1490063046138{display:block;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1490063046138{z-index:6;height:1px;width:1px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1490063046138{display:block;z-index:2;}} 


 #user_style_05_1492506607649{width:9.25%;position:absolute;top:5px;left:90.71223958333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1492506607649{width:114px;left:86.9267955801105%;display:block;}}   @media screen and (max-width:640px) {#user_style_05_1492506607649{width:43.52617079889807%;top:600px;left:28.236914600550964%;display:none;}}  #user_style_05_1492506607649 .textSet {text-align:left;color:#c6a468;font-size:15px;} #user_style_05_1492506607649 .textSet:hover {color:rgba(189,112,84,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #user_style_05_1492506607649 .textSet {color:#c6a468;}}

 #image_logo_1492478646727{width:8.083333333333332%;height:77px;position:absolute;top:16px;left:45.958333333333336%;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492478646727{z-index:2;width:200px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1492478646727{width:37.89473684210527%;height:82px;top:0px;left:0%;z-index:2;display:none;}} 

 #text_style_08_1494229894473{width:33.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:9px;left:33.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494229894473{left:0%;width:100%;display:block;}}   @media screen and (max-width:640px) {#text_style_08_1494229894473{width:100%;top:8px;left:0%;}}  #text_style_08_1494229894473>.view_contents {box-sizing:border-box;color:#c6a468;font-size:56px;height:61px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494229894473>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494229894473>.view_contents {box-sizing:border-box;font-size:28px;height:30px;line-height:30px;}}

 #dh_style_01_1492478736906{width:74.20833333333333%;z-index:1002;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492478736906{z-index:1000;display:block;top:110px;left:0%;width:683px;}}   @media screen and (max-width:640px) {#dh_style_01_1492478736906{width:12.121212121212121%;z-index:1000;top:0px;left:87.89473684210526%;}} #dh_style_01_1492478736906 > .view_contents{overflow:visible;}  #dh_style_01_1492478736906 .mainMenuSet {font-size:18px;} #dh_style_01_1492478736906 #hot>a {color:#c6a468;} #dh_style_01_1492478736906 .mainMenuSet:hover {color:#c6a468;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .columnSet:hover {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906  {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .columnSet {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 .mainMenuSet:hover {background:transparent;color:#c6a468;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1492478736906 #hot>a:hover {background:transparent;color:#c6a468;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906  {background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .columnSet {background:#ffffff;color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .mainMenuSet {background:transparent;color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 #hot>a {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .mainMenuSet:hover {background:transparent;color:#c6a468;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .icoMenuSet:active {color:#000000;}} @media screen and (max-width:640px) { #dh_style_01_1492478736906 .icoMenuSet {color:#000000;}}

 #searchbox_style_01_1492506490186{width:24.5859375%;position:absolute;left:75.4140625%;top:111px;z-index:1001;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1492506490186{display:block;width:245px;left:72.97852598091198%;top:111px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1492506490186{width:55.00000000000001%;left:43.026315789473685%;top:48px;display:none;}}  #searchbox_style_01_1492506490186 .inputSet {border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background:#ffffff;color:#BD7054;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;} #searchbox_style_01_1492506490186 .btnaSet {color:#BD7054;border-top-color:#c6a468;border-right-color:#c6a468;border-bottom-color:#c6a468;border-left-color:#c6a468;} #searchbox_style_01_1492506490186 .kwSet {color:#ffffff;}

 #text_style_08_1494380351272{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:59.5px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494380351272{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_08_1494380351272{width:370px;top:21px;left:calc(50% - 185px);display:none;}}  #text_style_08_1494380351272>.view_contents {box-sizing:border-box;color:#333333;font-size:18px;text-align:center;font-family:Tahoma;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494380351272>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494380351272>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1492587848506{width:1200px;height:154px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492587848506{height:154px;width:99.99668610816543%;left:0%;z-index:4;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1492587848506{width:100%;height:44px;top:0px;left:0%;display:block;}} #div_includeBlock_1492587848506 > .view_contents{overflow:visible;}  #div_includeBlock_1492587848506>.view_contents {font-size:50px;}

 #div_blank_1492477665834{width:119.08333333333334%;height:47px;position:absolute;top:108px;left:-9.291666666666666%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492477665834{z-index:3;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492477665834{width:100%;height:37px;top:55px;left:0%;z-index:1;display:none;}} #div_blank_1492477665834 > .view_contents{overflow:visible;}  #div_blank_1492477665834  {box-sizing:border-box;background:#EAEEEF;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492477665834  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492477665834  {box-sizing:border-box;}} #comm_layout_header{height:155px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:155px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;display:block;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #text_style_02_1494297458084{width:99.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:36px;left:0.1666666666666714%;z-index:16;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494297458084{}}   @media screen and (max-width:640px) {#text_style_02_1494297458084{width:100%;top:40px;left:0%;}}  #text_style_02_1494297458084>.view_contents {box-sizing:border-box;text-align:left;font-weight:bold;color:#c6a468;text-indent:1em;border-left-style:solid;font-size:28px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494297458084>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494297458084>.view_contents {box-sizing:border-box;font-size:30px;}}

 #prodscreen_style_01_1494297774544{width:99.83333333333333%;left:0.1666666666666714%;top:86.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodscreen_style_01_1494297774544{width:96%;left:2%;}}   @media screen and (max-width:640px) {#prodscreen_style_01_1494297774544{width:96%;left:2%;top:80px;}}  #layout_1505370042026{height:187.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505370042026{height:187.5px;}}   @media screen and (max-width:640px) {#layout_1505370042026{height:210px;}} #layout_1505370042026 > .view_contents{overflow:visible;max-width:1200px;} 


 #homelink_style_01_1492509822031{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1492509822031{}}   @media screen and (max-width:640px) {#homelink_style_01_1492509822031{width:100%;top:0px;left:0%;}} 

 #productList_style_01_1492510510132{width:100%;position:absolute;top:148px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1492510510132{width:98%;left:1%;}}   @media screen and (max-width:640px) {#productList_style_01_1492510510132{width:98%;top:174px;left:1%;}} #productList_style_01_1492510510132 > .view_contents{overflow:visible;}  #productList_style_01_1492510510132 .modSet {text-align:left;} #productList_style_01_1492510510132 .priceSet {color:#89533f;text-align:center;} #productList_style_01_1492510510132 .unitSet {color:#89533f;} #productList_style_01_1492510510132 .titleSet {text-align:left;} #productList_style_01_1492510510132 .saleSet {text-align:left;} #productList_style_01_1492510510132 .detailSet {text-align:center;}

 #prodscreen_style_01_1492509830675{width:100%;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodscreen_style_01_1492509830675{}}   @media screen and (max-width:640px) {#prodscreen_style_01_1492509830675{width:100%;top:34px;left:0%;}}  #layout_diy_1492478679{height:1240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1492478679{height:1077.66667px;display:none;}}   @media screen and (max-width:640px) {#layout_diy_1492478679{height:1188.66667px;display:none;}} #layout_diy_1492478679 > .view_contents{max-width:1200px;}  #layout_diy_1492478679  {background:rgba(237,237,237,0.2);}


 #productList_style_03_1494297552252{width:99.5%;position:absolute;top:10px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1494297552252{width:95%;left:2.5%;top:10px;}}   @media screen and (max-width:640px) {#productList_style_03_1494297552252{width:95%;top:0px;left:2.5%;}} #productList_style_03_1494297552252 > .view_contents{overflow:visible;}  #productList_style_03_1494297552252 .imgSet {border-top-left-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;} #productList_style_03_1494297552252 .priceSet {color:#c6a468;} #productList_style_03_1494297552252 .unitSet {color:#c6a468;} #layout_1494297457538{height:831px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494297457538{height:680px;}}   @media screen and (max-width:640px) {#layout_1494297457538{height:995px;}} #layout_1494297457538 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1494474431024{height:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494474431024{}}   @media screen and (max-width:640px) {#layout_1494474431024{height:28px;}} #layout_1494474431024 > .view_contents{overflow:visible;max-width:1200px;} 


 #qqol_style_01_1492568181189{width:11.827956989247312%;position:absolute;top:15px;left:88.17199578355587%;z-index:8;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1492568181189{z-index:2;display:block;}}   @media screen and (max-width:640px) {#qqol_style_01_1492568181189{width:57.85123966942148%;top:600px;display:none;z-index:2;left:21.07438016528926%;}} #qqol_style_01_1492568181189 > .view_contents{overflow:visible;} 


 #text_style_02_1492482633790{width:30%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482633790{z-index:2;width:247px;}}   @media screen and (max-width:640px) {#text_style_02_1492482633790{width:100%;top:10px;left:0%;z-index:2;}}  #text_style_02_1492482633790>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482633790>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482633790>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:center;}}

 #text_style_12_1492480147372{width:56.25%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:61px;left:21.875%;z-index:11;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1492480147372{z-index:2;top:60px;left:21.875%;}}   @media screen and (max-width:640px) {#text_style_12_1492480147372{width:100%;top:118px;left:0%;display:block;}}  #text_style_12_1492480147372>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;height:70px;line-height:70px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1492480147372>.view_contents {box-sizing:border-box;font-size:15px;line-height:50px;height:50px;}} @media screen and (max-width:640px) { #text_style_12_1492480147372>.view_contents {box-sizing:border-box;line-height:40px;font-size:14px;height:40px;}}

 #text_style_02_1492482706841{width:30%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:35%;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482706841{z-index:1;left:31.547619047619047%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1492482706841{width:100%;top:40px;left:0%;z-index:1;display:block;}}  #text_style_02_1492482706841>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482706841>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482706841>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;text-align:center;}}

 #text_style_02_1492482751019{width:35.328753680078506%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:64.66666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482751019{z-index:2;left:57.68436250232515%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1492482751019{width:100%;top:70px;left:0%;z-index:2;display:block;}}  #text_style_02_1492482751019>.view_contents {box-sizing:border-box;font-size:18px;color:#000000;font-weight:normal;font-family:SimHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482751019>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482751019>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:30px;}}
 #div_includeBlock_1492588602327{width:100%;height:141px;position:absolute;top:0px;left:-0.08333333333333334%;z-index:9;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492588602327{left:0%;width:1008px;top:0px;height:119px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1492588602327{width:96%;height:169px;top:0px;left:2%;display:block;}} #div_includeBlock_1492588602327 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1492588602327  {background:#eaeeef;}}

 #div_blank_1492590511134{width:100%;height:70px;position:absolute;left:0%;top:50px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492590511134{width:100%;height:66px;left:0%;top:52px;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492590511134{width:100%;height:64px;top:106px;left:0%;display:block;}} #div_blank_1492590511134 > .view_contents{overflow:visible;}  #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;}} @media screen and (max-width:640px) { #div_blank_1492590511134  {box-sizing:border-box;background:#EAEEEF;}}

 #div_blank_1492590487944{width:100.91666666666667%;height:50px;position:absolute;left:0.25%;top:0px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492590487944{width:100%;height:52px;left:0%;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_blank_1492590487944{width:100%;height:106px;top:0px;left:0%;display:block;}} #div_blank_1492590487944 > .view_contents{overflow:visible;}  #div_blank_1492590487944  {box-sizing:border-box;background:#eaeeef;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492590487944  {box-sizing:border-box;background:#BD7054;}} @media screen and (max-width:640px) { #div_blank_1492590487944  {box-sizing:border-box;background:#eaeeef;}} #comm_layout_footer{height:141px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:119px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:170px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {padding-top:0px;background:#eaeeef;}
/*弹窗效果*/
.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 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/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}
.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;}




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

}

.prodscreenStyle_1{width:100%; overflow:hidden;}
.prodscreenStyle_1 .select{padding:5px 10px;font-size:14px; width:100%; box-sizing:border-box; border:1px solid #eee;}
.prodscreenStyle_1 .select li{list-style:none;padding:10px 0 5px 80px}
.prodscreenStyle_1 .select li:last-child{border-bottom: 0 !important;}
.prodscreenStyle_1 .select .select-list{}
.prodscreenStyle_1 .select dl{zoom:1;position:relative;line-height:24px;min-height: 24px;}
.prodscreenStyle_1 .select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.prodscreenStyle_1 .select dt{width:75px;margin-bottom:5px;position:absolute;top:0;left:-75px;text-align:right;color:#666;height:24px;line-height:24px}
.prodscreenStyle_1 .select dd{float:left;display:inline;margin:0 0 5px 5px;}
.prodscreenStyle_1 .select dd a:hover{color:#fff;background-color:#149DEC;}
.prodscreenStyle_1 .select a{display:inline-block;white-space:nowrap;height:24px;line-height:24px;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;}
.prodscreenStyle_1 .select a:hover{color:#fff;background-color:#149DEC}
.prodscreenStyle_1 .select .selected a{color:#fff;background-color:#149DEC; }
.prodscreenStyle_1 .select .selected a span.close{font-family: 黑体;transition:all .7s;-webkit-transition:all .7s; -moz-transition:all .7s; -o-transition:all .7s;}
.prodscreenStyle_1 .select .selected a:hover span.close{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.prodscreenStyle_1 .select-result{border-bottom:#eee 1px dashed;}
.prodscreenStyle_1 .select-result dt{font-weight:bold}
.prodscreenStyle_1 .select-no{color:#999; line-height: 24px; font-size: 12px;}
.prodscreenStyle_1 .select .select-result a{background-color:#149DEC;}
.prodscreenStyle_1 .select .select-result a span.close{margin-left:2px; display:inline-block;}
.prodscreenStyle_1 .select .select-result a:hover{}
 	#prodscreen_style_01_1494297774544 .view_contents{overflow:unset;}
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}/*产品样式*/
.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:50%; 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: 50%; 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 .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; 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: 10px 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 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .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_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.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;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



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

			#productList_style_01_1492510510132 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1492510510132 .page{line-height:30px; padding:0 13px;}
		}
		.prodscreenStyle_1{width:100%; overflow:hidden;}
.prodscreenStyle_1 .select{padding:5px 10px;font-size:14px; width:100%; box-sizing:border-box; border:1px solid #eee;}
.prodscreenStyle_1 .select li{list-style:none;padding:10px 0 5px 80px}
.prodscreenStyle_1 .select li:last-child{border-bottom: 0 !important;}
.prodscreenStyle_1 .select .select-list{}
.prodscreenStyle_1 .select dl{zoom:1;position:relative;line-height:24px;min-height: 24px;}
.prodscreenStyle_1 .select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.prodscreenStyle_1 .select dt{width:75px;margin-bottom:5px;position:absolute;top:0;left:-75px;text-align:right;color:#666;height:24px;line-height:24px}
.prodscreenStyle_1 .select dd{float:left;display:inline;margin:0 0 5px 5px;}
.prodscreenStyle_1 .select dd a:hover{color:#fff;background-color:#149DEC;}
.prodscreenStyle_1 .select a{display:inline-block;white-space:nowrap;height:24px;line-height:24px;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;}
.prodscreenStyle_1 .select a:hover{color:#fff;background-color:#149DEC}
.prodscreenStyle_1 .select .selected a{color:#fff;background-color:#149DEC; }
.prodscreenStyle_1 .select .selected a span.close{font-family: 黑体;transition:all .7s;-webkit-transition:all .7s; -moz-transition:all .7s; -o-transition:all .7s;}
.prodscreenStyle_1 .select .selected a:hover span.close{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.prodscreenStyle_1 .select-result{border-bottom:#eee 1px dashed;}
.prodscreenStyle_1 .select-result dt{font-weight:bold}
.prodscreenStyle_1 .select-no{color:#999; line-height: 24px; font-size: 12px;}
.prodscreenStyle_1 .select .select-result a{background-color:#149DEC;}
.prodscreenStyle_1 .select .select-result a span.close{margin-left:2px; display:inline-block;}
.prodscreenStyle_1 .select .select-result a:hover{}
 	#prodscreen_style_01_1492509830675 .view_contents{overflow:unset;}
/*产品样式*/
.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_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 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}



@media screen and (max-width: 767px){
/*产品列表*/
.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 .page_btn a:nth-child(n+5){display: none;} */
}

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

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

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



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

			#productList_style_03_1494297552252 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1494297552252 .page{line-height:30px; padding:0 13px;}
		}
		
/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ 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;}
}
