
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/
.style_04 .prod_default4 .prod_info { padding: 0px; text-align: center;  width: 100%;}
.style_04 .prod_default4 .p_name { margin: 0; font-size: 32px;}
.prod_default4 .p_cart a {   background: #3bc2bb !important; }

.tab_main.niceTabContent.tabconSet {   border-left-color: #3bc2bb !important;}
li.tab_li.tabItemSet.tab_li_left.tabCurItem {  background: #3bc2bb !important;}
li.tab_li.tabItemSet.tab_li_left { background: #ccc !important;}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
.style_04 .prod_default4 .p_name { margin: 0; font-size: 24px;}
}
body{ background-position:left top; }


 #div_blank_1492982003282{width:100%;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492982003282{}}   @media screen and (max-width:640px) {#div_blank_1492982003282{width:100%;height:26px;top:0px;left:0%;}} #div_blank_1492982003282 > .view_contents{overflow:visible;}  #div_blank_1492982003282  {box-sizing:border-box;background:#eeeeee;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492982003282  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492982003282  {box-sizing:border-box;}}


 #dh_style_01_1482562315212{width:62.416666666666664%;position:absolute;left:37.583333333333336%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:12.894736842105264%;z-index:2;left:81.57894736842105%;top:78.5px;height:50px;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#3bc2bb;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#aaff56;border-right-color:#aaff56;border-left-color:#aaff56;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#3bc2bb;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a {color:#06cabc;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#06cabc;}}

 #image_logo_1482563182658{width:26.416666666666664%;height:66px;position:absolute;left:0%;top:36px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1482563182658{}}   @media screen and (max-width:640px) {#image_logo_1482563182658{width:65.78947368421053%;height:70px;left:3.684210526315789%;top:63.5px;}} 

 #text_style_02_1492982360735{width:35.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:2.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492982360735{}}   @media screen and (max-width:640px) {#text_style_02_1492982360735{width:57.631578947368425%;top:64px;left:8.157894736842106%;display:none;}}  #text_style_02_1492982360735>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492982360735>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492982360735>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492982577526{width:1.5833333333333335%;height:20px;position:absolute;top:7.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492982577526{}}   @media screen and (max-width:640px) {#image_style_01_1492982577526{width:6.315789473684211%;height:25px;top:64px;left:0%;display:none;}} #image_style_01_1492982577526 > .view_contents{overflow:visible;} 

 #text_default_1528790867102{width:8%;height:23px;position:absolute;left:29.25%;top:69.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1528790867102{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1528790867102{width:370px;height:300px;top:0px;left:0%;}} 
 #div_includeBlock_1492981926754{width:1200px;height:121px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492981926754{}}   @media screen and (max-width:640px) {#div_includeBlock_1492981926754{width:100%;height:140px;top:0px;left:0%;}}  #comm_layout_header{height:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:140px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;} 


 #productList_style_04_1492984689952{width:61.83333333333333%;position:absolute;top:113px;left:19.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1492984689952{}}   @media screen and (max-width:640px) {#productList_style_04_1492984689952{width:100%;top:50px;left:0%;}} #productList_style_04_1492984689952 > .view_contents{overflow:visible;} 

 #text_style_06_1492989161018{width:54.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:172px;left:22.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492989161018{}}   @media screen and (max-width:640px) {#text_style_06_1492989161018{width:100%;top:102px;left:0%;}}  #text_style_06_1492989161018>.view_contents {box-sizing:border-box;font-size:16px;line-height:24px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492989161018>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492989161018>.view_contents {box-sizing:border-box;font-size:12px;}}

 #productList_style_04_1492984788829{width:16.833333333333332%;position:absolute;top:219px;left:41.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1492984788829{}}   @media screen and (max-width:640px) {#productList_style_04_1492984788829{width:47.63157894736842%;top:174px;left:26.18421052631579%;}} #productList_style_04_1492984788829 > .view_contents{overflow:visible;} 

 #text_style_02_1493126559385{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:301px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493126559385{}}   @media screen and (max-width:640px) {#text_style_02_1493126559385{width:100%;top:249px;left:0%;}}  #text_style_02_1493126559385>.view_contents {box-sizing:border-box;text-align:center;font-size:16px;line-height:32px;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493126559385>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493126559385>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1492987591633{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492987591633{}}   @media screen and (max-width:640px) {#layout_1492987591633{height:331px;}} #layout_1492987591633 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492987591633  {background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;background: url(../img/upimages/proImg/20170424064730317.jpg);background-attachment:fixed;}


 #text_style_02_1492984967291{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492984967291{}}   @media screen and (max-width:640px) {#text_style_02_1492984967291{width:100%;top:37px;left:0%;display:block;}}  #text_style_02_1492984967291>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1492984967291  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492984967291>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492984967291>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493132402103{width:26.75%;height:9px;position:absolute;top:116px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132402103{}}   @media screen and (max-width:640px) {#image_style_01_1493132402103{width:50%;height:10px;top:87px;left:25%;}} #image_style_01_1493132402103 > .view_contents{overflow:visible;}  #layout_diy_1492984142{height:141px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1492984142{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1492984142{height:104px;}} #layout_diy_1492984142 > .view_contents{max-width:1200px;}  #layout_diy_1492984142  {background:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#layout_diy_1492984142{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_diy_1492984142{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_diy_1492984142{
		
	}
}




 #text_style_02_1493130406216{width:36.19512195121951%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60px;left:5.204268292682927%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130406216{}}   @media screen and (max-width:640px) {#text_style_02_1493130406216{width:100%;top:0px;left:0%;}}  #text_style_02_1493130406216>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130406216>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130406216>.view_contents {box-sizing:border-box;}}

 #text_style_02_1493130518240{width:51.80487804878049%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:116.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130518240{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1493130518240{width:370px;top:50px;left:0%;}}  #text_style_02_1493130518240>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130518240>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130518240>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493264847376{width:89.26829268292683%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:166.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264847376{}}   @media screen and (max-width:640px) {#text_style_02_1493264847376{width:100%;top:75px;left:0%;}}  #text_style_02_1493264847376>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264847376>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264847376>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493264930989{width:60.58536585365854%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:231.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264930989{}}   @media screen and (max-width:640px) {#text_style_02_1493264930989{width:100%;top:196px;left:0%;}}  #text_style_02_1493264930989>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264930989>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264930989>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493264993500{width:90.63414634146342%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:281.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264993500{}}   @media screen and (max-width:640px) {#text_style_02_1493264993500{width:100%;top:216px;left:0%;}}  #text_style_02_1493264993500>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264993500>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264993500>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493265030790{width:83.51219512195122%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:328.5px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265030790{}}   @media screen and (max-width:640px) {#text_style_02_1493265030790{width:100%;top:279px;left:0%;}}  #text_style_02_1493265030790>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265030790>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265030790>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493265058978{width:90.14634146341464%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:378.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265058978{}}   @media screen and (max-width:640px) {#text_style_02_1493265058978{width:100%;top:299px;left:0%;}}  #text_style_02_1493265058978>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265058978>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265058978>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493265103032{width:91.8048780487805%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:448.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265103032{}}   @media screen and (max-width:640px) {#text_style_02_1493265103032{width:100%;top:448px;left:0%;}}  #text_style_02_1493265103032>.view_contents {box-sizing:border-box;font-size:18px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265103032>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265103032>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1493265141516{width:91.02439024390245%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:498.5px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265141516{}}   @media screen and (max-width:640px) {#text_style_02_1493265141516{width:100%;top:468px;left:0%;}}  #text_style_02_1493265141516>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265141516>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265141516>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493130808951{width:42.34146341463415%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:57px;left:5.861280487804878%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130808951{}}   @media screen and (max-width:640px) {#text_style_02_1493130808951{width:100%;top:0px;left:0%;}}  #text_style_02_1493130808951>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130808951>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130808951>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493265389322{width:87.70731707317073%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:367px;left:5.676829268292683%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265389322{}}   @media screen and (max-width:640px) {#text_style_02_1493265389322{width:100%;top:365px;left:0%;}}  #text_style_02_1493265389322>.view_contents {box-sizing:border-box;font-size:16px;color:#ff0000;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265389322>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265389322>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493265454463{width:84.1951219512195%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:431px;left:5.676829268292683%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265454463{}}   @media screen and (max-width:640px) {#text_style_02_1493265454463{width:100%;top:525px;left:0%;}}  #text_style_02_1493265454463>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265454463>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265454463>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493265340018{width:87.90243902439025%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:261.5px;left:5.676829268292683%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265340018{}}   @media screen and (max-width:640px) {#text_style_02_1493265340018{width:100%;top:204px;left:0%;}}  #text_style_02_1493265340018>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265340018>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265340018>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493265247063{width:88.29268292682927%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:146px;left:5.676829268292683%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265247063{}}   @media screen and (max-width:640px) {#text_style_02_1493265247063{width:100%;top:43px;left:0%;}}  #text_style_02_1493265247063>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265247063>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265247063>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1493130926360{width:42.4390243902439%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493130926360{}}   @media screen and (max-width:640px) {#text_style_02_1493130926360{width:100%;top:26px;left:0%;}}  #text_style_02_1493130926360>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493130926360>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493130926360>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493265781932{width:37.170731707317074%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:131.5px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493265781932{}}   @media screen and (max-width:640px) {#text_style_02_1493265781932{width:100%;top:91px;left:0%;}}  #text_style_02_1493265781932>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493265781932>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493265781932>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #image_style_01_1493265894515{width:43.31707317073171%;height:395px;position:absolute;top:110px;left:50.5015243902439%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493265894515{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1493265894515{width:235px;height:164px;top:375px;left:5.451127819548872%;}} #image_style_01_1493265894515 > .view_contents{overflow:visible;} 

 #text_style_02_1493131215891{width:42.4390243902439%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:43px;left:5.0182926829268295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131215891{}}   @media screen and (max-width:640px) {#text_style_02_1493131215891{width:100%;top:0px;left:0%;}}  #text_style_02_1493131215891>.view_contents {box-sizing:border-box;font-size:24px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131215891>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131215891>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1493131232658{width:44.390243902439025%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:120px;left:4.8323170731707314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493131232658{}}   @media screen and (max-width:640px) {#text_style_02_1493131232658{width:100%;top:50px;left:0%;}}  #text_style_02_1493131232658>.view_contents {box-sizing:border-box;font-size:16px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493131232658>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493131232658>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #image_style_01_1493131883374{width:46.43902439024391%;height:331px;position:absolute;top:146px;left:52.27743902439025%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131883374{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1493131883374{width:227px;height:148px;top:410px;left:6.954887218045112%;}} #image_style_01_1493131883374 > .view_contents{overflow:visible;}  #tab_style_03_1493128543608{width:100%;height:623px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1493128543608{}}   @media screen and (max-width:640px) {#tab_style_03_1493128543608{width:100%;height:602px;top:0px;left:0%;}}  #tab_style_03_1493128543608 .tabItemSet.tabCurItem {border-left-color:#ff0000;border-left-style:none;border-left-width:0px;border-top-color:#ff0000;border-top-style:none;border-top-width:0px;border-right-color:#999999;border-bottom-color:#ff0000;border-right-style:none;border-right-width:0px;background:#0066cc;} #tab_style_03_1493128543608 .tabItemSet {color:#ffffff;background:#666666;} #tab_style_03_1493128543608 .tabconSet {border-left-color:#0066cc;border-left-style:solid;border-left-width:2px;} #layout_1493132628842{height:717px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493132628842{}}   @media screen and (max-width:640px) {#layout_1493132628842{height:657px;}} #layout_1493132628842 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493132473075{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:53px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493132473075{}}   @media screen and (max-width:640px) {#text_style_02_1493132473075{width:100%;top:29px;left:0%;display:block;}}  #text_style_02_1493132473075>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1493132473075  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493132473075>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493132473075>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493132464979{width:26.75%;height:9px;position:absolute;top:109px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132464979{}}   @media screen and (max-width:640px) {#image_style_01_1493132464979{width:50%;height:21px;top:79px;left:25%;}} #image_style_01_1493132464979 > .view_contents{overflow:visible;} 


 #image_style_01_1493264311031{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264311031{}}   @media screen and (max-width:640px) {#image_style_01_1493264311031{width:55.09641873278237%;height:70px;top:28px;left:22.400000000000002%;}} #image_style_01_1493264311031 > .view_contents{overflow:visible;} 

 #text_style_02_1493264453658{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264453658{}}   @media screen and (max-width:640px) {#text_style_02_1493264453658{width:100%;top:123px;left:0%;}}  #text_style_02_1493264453658>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264453658>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264453658>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493264310864{width:17%;height:277px;position:absolute;top:162px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493264310864{}}   @media screen and (max-width:640px) {#div_includeBlock_1493264310864{width:32.8%;height:248px;top:109px;left:8.28125%;}}  #div_includeBlock_1493264310864  {background:#ffffff;}


 #image_style_01_1493264346032{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264346032{}}   @media screen and (max-width:640px) {#image_style_01_1493264346032{width:55.09641873278237%;height:70px;top:28px;left:22.400000000000002%;}} #image_style_01_1493264346032 > .view_contents{overflow:visible;} 

 #text_style_02_1493264500925{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264500925{}}   @media screen and (max-width:640px) {#text_style_02_1493264500925{width:100%;top:123px;left:0%;}}  #text_style_02_1493264500925>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264500925>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264500925>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493264345755{width:17%;height:283px;position:absolute;top:162px;left:20.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493264345755{}}   @media screen and (max-width:640px) {#div_includeBlock_1493264345755{width:32.8%;height:249px;top:109px;left:59.07072368421053%;}}  #div_includeBlock_1493264345755  {background:#ffffff;}


 #image_style_01_1493264358200{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264358200{}}   @media screen and (max-width:640px) {#image_style_01_1493264358200{width:55.09641873278237%;height:70px;top:29px;left:22.451790633608816%;}} #image_style_01_1493264358200 > .view_contents{overflow:visible;} 

 #text_style_02_1493264510251{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264510251{}}   @media screen and (max-width:640px) {#text_style_02_1493264510251{width:100%;top:120px;left:0%;}}  #text_style_02_1493264510251>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264510251>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264510251>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493264358040{width:17%;height:277px;position:absolute;top:162px;left:41.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493264358040{}}   @media screen and (max-width:640px) {#div_includeBlock_1493264358040{width:32.8%;height:225px;top:442px;left:0.7894736842105263%;}}  #div_includeBlock_1493264358040  {background:#ffffff;}


 #image_style_01_1493264364253{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264364253{}}   @media screen and (max-width:640px) {#image_style_01_1493264364253{width:55.09641873278237%;height:70px;top:29px;left:22.451790633608816%;}} #image_style_01_1493264364253 > .view_contents{overflow:visible;} 

 #text_style_02_1493264518732{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:157px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493264518732{}}   @media screen and (max-width:640px) {#text_style_02_1493264518732{width:100%;top:120px;left:0%;}}  #text_style_02_1493264518732>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493264518732>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493264518732>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1493264363810{width:17%;height:277px;position:absolute;top:165px;left:63.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1493264363810{}}   @media screen and (max-width:640px) {#div_includeBlock_1493264363810{width:32.8%;height:225px;top:442px;left:33.55263157894737%;}}  #div_includeBlock_1493264363810  {background:#ffffff;}


 #image_style_01_1494107826399{width:43.93305439330544%;height:104px;position:absolute;top:23px;left:28.03347280334728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494107826399{}}   @media screen and (max-width:640px) {#image_style_01_1494107826399{width:55.09641873278237%;height:70px;top:29px;left:22.451790633608816%;}} #image_style_01_1494107826399 > .view_contents{overflow:visible;} 

 #text_style_02_1494107826407{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494107826407{}}   @media screen and (max-width:640px) {#text_style_02_1494107826407{width:100%;top:120px;left:0%;}}  #text_style_02_1494107826407>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494107826407>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494107826407>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1494107826252{width:17%;height:277px;position:absolute;top:162px;left:83%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494107826252{}}   @media screen and (max-width:640px) {#div_includeBlock_1494107826252{width:32.8%;height:224px;top:442px;left:67.10526315789474%;}}  #div_includeBlock_1494107826252  {background:#ffffff;} #layout_1492984432555{height:501px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492984432555{}}   @media screen and (max-width:640px) {#layout_1492984432555{height:769px;}} #layout_1492984432555 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492984432555  {background: url(../img/upimages/myImg/index_01.jpg);background-attachment:fixed;background-repeat:no-repeat;background-position-x:50%;background-position-y:50%;}


 #text_style_02_1493134462461{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:80px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134462461{}}   @media screen and (max-width:640px) {#text_style_02_1493134462461{width:100%;top:21px;left:0%;display:block;}}  #text_style_02_1493134462461>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1493134462461  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134462461>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134462461>.view_contents {box-sizing:border-box;}}

 #image_style_01_1493134497941{width:26.75%;height:9px;position:absolute;top:134px;left:36.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134497941{}}   @media screen and (max-width:640px) {#image_style_01_1493134497941{width:50%;height:23px;top:71px;left:25%;}} #image_style_01_1493134497941 > .view_contents{overflow:visible;}  #layout_1492985193631{height:148px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492985193631{}}   @media screen and (max-width:640px) {#layout_1492985193631{height:94px;}} #layout_1492985193631 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1492985193631  {background:#ffffff;}


 #text_style_02_1492985219199{width:74.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:11px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492985219199{}}   @media screen and (max-width:640px) {#text_style_02_1492985219199{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1492985219199>.view_contents {box-sizing:border-box;} #text_style_02_1492985219199  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492985219199>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492985219199>.view_contents {box-sizing:border-box;}} #layout_1493134484917{height:73px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134484917{}}   @media screen and (max-width:640px) {#layout_1493134484917{}} #layout_1493134484917 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493134484917  {background:#ffffff;}


 #text_style_02_1493134793469{width:79.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134793469{}}   @media screen and (max-width:640px) {#text_style_02_1493134793469{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493134793469>.view_contents {box-sizing:border-box;} #text_style_02_1493134793469  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134793469>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134793469>.view_contents {box-sizing:border-box;}} #layout_1493134767631{height:69px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134767631{}}   @media screen and (max-width:640px) {#layout_1493134767631{height:121px;}} #layout_1493134767631 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493134889549{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493134889549{}}   @media screen and (max-width:640px) {#text_style_02_1493134889549{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493134889549>.view_contents {box-sizing:border-box;} #text_style_02_1493134889549  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493134889549>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493134889549>.view_contents {box-sizing:border-box;}} #layout_1493134843937{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493134843937{}}   @media screen and (max-width:640px) {#layout_1493134843937{height:67px;}} #layout_1493134843937 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493211040064{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:11px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493211040064{}}   @media screen and (max-width:640px) {#text_style_02_1493211040064{width:100%;top:11px;left:0%;display:block;}}  #text_style_02_1493211040064>.view_contents {box-sizing:border-box;} #text_style_02_1493211040064  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493211040064>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493211040064>.view_contents {box-sizing:border-box;}} #layout_1493211031639{height:73px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493211031639{}}   @media screen and (max-width:640px) {#layout_1493211031639{height:72px;}} #layout_1493211031639 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493211988281{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493211988281{}}   @media screen and (max-width:640px) {#text_style_02_1493211988281{width:100%;top:8px;left:0%;display:block;}}  #text_style_02_1493211988281>.view_contents {box-sizing:border-box;} #text_style_02_1493211988281  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493211988281>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493211988281>.view_contents {box-sizing:border-box;}} #layout_1493211939882{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493211939882{}}   @media screen and (max-width:640px) {#layout_1493211939882{height:72px;}} #layout_1493211939882 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493266478712{width:76.58333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493266478712{}}   @media screen and (max-width:640px) {#text_style_02_1493266478712{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493266478712>.view_contents {box-sizing:border-box;} #text_style_02_1493266478712  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493266478712>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493266478712>.view_contents {box-sizing:border-box;}} #layout_1493266476052{height:62px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493266476052{}}   @media screen and (max-width:640px) {#layout_1493266476052{}} #layout_1493266476052 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1493266546235{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493266546235{}}   @media screen and (max-width:640px) {#text_style_02_1493266546235{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1493266546235>.view_contents {box-sizing:border-box;} #text_style_02_1493266546235  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493266546235>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493266546235>.view_contents {box-sizing:border-box;}} #layout_1493266542923{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493266542923{}}   @media screen and (max-width:640px) {#layout_1493266542923{height:56px;}} #layout_1493266542923 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109253030{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109253030{}}   @media screen and (max-width:640px) {#text_style_02_1494109253030{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109253030>.view_contents {box-sizing:border-box;} #text_style_02_1494109253030  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109253030>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109253030>.view_contents {box-sizing:border-box;}} #layout_1494109249946{height:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109249946{}}   @media screen and (max-width:640px) {#layout_1494109249946{height:56px;}} #layout_1494109249946 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109282085{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:11px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109282085{}}   @media screen and (max-width:640px) {#text_style_02_1494109282085{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109282085>.view_contents {box-sizing:border-box;} #text_style_02_1494109282085  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109282085>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109282085>.view_contents {box-sizing:border-box;}} #layout_1494109278702{height:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109278702{}}   @media screen and (max-width:640px) {#layout_1494109278702{height:57px;}} #layout_1494109278702 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109299275{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:13px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109299275{}}   @media screen and (max-width:640px) {#text_style_02_1494109299275{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109299275>.view_contents {box-sizing:border-box;} #text_style_02_1494109299275  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109299275>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109299275>.view_contents {box-sizing:border-box;}} #layout_1494109290760{height:73px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109290760{}}   @media screen and (max-width:640px) {#layout_1494109290760{height:63px;}} #layout_1494109290760 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1494109429350{width:26.75%;height:9px;position:absolute;top:72px;left:37.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494109429350{}}   @media screen and (max-width:640px) {#image_style_01_1494109429350{width:50%;height:23px;top:63px;left:25%;}} #image_style_01_1494109429350 > .view_contents{overflow:visible;} 

 #text_style_02_1494109419792{width:24.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:37.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109419792{}}   @media screen and (max-width:640px) {#text_style_02_1494109419792{width:100%;top:12px;left:0%;display:block;}}  #text_style_02_1494109419792>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;} #text_style_02_1494109419792  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109419792>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109419792>.view_contents {box-sizing:border-box;}} #layout_1494109413502{height:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109413502{}}   @media screen and (max-width:640px) {#layout_1494109413502{height:93px;}} #layout_1494109413502 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109444596{width:94.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109444596{}}   @media screen and (max-width:640px) {#text_style_02_1494109444596{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109444596>.view_contents {box-sizing:border-box;} #text_style_02_1494109444596  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109444596>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109444596>.view_contents {box-sizing:border-box;}} #layout_1494109437890{height:67px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109437890{}}   @media screen and (max-width:640px) {#layout_1494109437890{}} #layout_1494109437890 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109472974{width:96.41666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109472974{}}   @media screen and (max-width:640px) {#text_style_02_1494109472974{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109472974>.view_contents {box-sizing:border-box;} #text_style_02_1494109472974  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109472974>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109472974>.view_contents {box-sizing:border-box;}} #layout_1494109578416{height:71px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109578416{}}   @media screen and (max-width:640px) {#layout_1494109578416{}} #layout_1494109578416 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494109492718{width:94.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494109492718{}}   @media screen and (max-width:640px) {#text_style_02_1494109492718{width:100%;top:0px;left:0%;display:block;}}  #text_style_02_1494109492718>.view_contents {box-sizing:border-box;} #text_style_02_1494109492718  {font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494109492718>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494109492718>.view_contents {box-sizing:border-box;}} #layout_1494109580406{height:146px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494109580406{}}   @media screen and (max-width:640px) {#layout_1494109580406{}} #layout_1494109580406 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1493220480072{width:3.833333333333333%;height:56px;position:absolute;top:32.5px;left:56.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220480072{}}   @media screen and (max-width:640px) {#image_style_01_1493220480072{width:13.94736842105263%;height:47px;top:19.5px;left:2.783717105263158%;}} #image_style_01_1493220480072 > .view_contents{overflow:visible;} 

 #text_style_02_1493216818733{width:34.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:44.5px;left:9.666666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1493216818733{}}   @media screen and (max-width:640px) {#text_style_02_1493216818733{width:70.52631578947368%;top:108.5px;left:21.398026315789473%;}}  #text_style_02_1493216818733>.view_contents {box-sizing:border-box;text-align:left;font-size:24px;line-height:32px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1493216818733>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1493216818733>.view_contents {box-sizing:border-box;font-size:16px;}}

 #image_style_01_1493220426727{width:3.833333333333333%;height:56px;position:absolute;top:32.5px;left:2.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220426727{}}   @media screen and (max-width:640px) {#image_style_01_1493220426727{width:11.578947368421053%;height:52px;top:98.5px;left:3.967927631578947%;}} #image_style_01_1493220426727 > .view_contents{overflow:visible;} 

 #productList_style_04_1493216680585{width:25%;position:absolute;top:7.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_04_1493216680585{}}   @media screen and (max-width:640px) {#productList_style_04_1493216680585{width:78.94736842105263%;top:5px;left:18.684210526315788%;}} #productList_style_04_1493216680585 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#productList_style_04_1493216680585 .prod_default4 .p_cart a {  font-size: 24px; border: 1px solid #fff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_04_1493216680585{
		
	}
} #layout_1493216560521{height:108.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1493216560521{height:138.5px;}}   @media screen and (max-width:640px) {#layout_1493216560521{height:183px;}} #layout_1493216560521 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1493216560521  {background:#3bc2bb;}



 #text_default_1487663340375{width:24.166666666666668%;height:72px;position:absolute;top:79.5px;left:75.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487663340375{width:28.63202545068929%;left:71.15588547189819%;top:79.5px;}}   @media screen and (max-width:640px) {#text_default_1487663340375{width:88.42105263157895%;height:75px;top:226px;left:5.7894736842105265%;display:block;}}  #text_default_1487663340375  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}

 #text_default_1487662975623{width:33.33333333333333%;height:115px;position:absolute;top:79.5px;left:16.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487662975623{left:21.84351802757158%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1487662975623{width:100%;height:300px;top:36px;left:5.7894736842105265%;}} 

 #text_style_01_1547620182313{width:7.166666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:242.65625px;left:86%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1547620182313{}}   @media screen and (max-width:640px) {#text_style_01_1547620182313{width:96%;top:301px;left:2%;}}  #text_style_01_1547620182313>.view_contents {box-sizing:border-box;font-size:14px;padding-left:0px;text-align:right;padding-right:8px;background:transparent;color:#ffffff;font-family:Microsoft YaHei;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1547620182313>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1547620182313>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1487662689666{width:1200px;height:348px;position:absolute;top:-1px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487662689666{width:100%;left:0%;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1487662689666{width:100%;height:546px;top:0px;left:0%;display:block;}} 

 #div_blank_1487662729998{width:100%;height:12px;position:absolute;top:276px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{display:block;}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:100%;height:19px;top:365px;left:0%;display:block;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:287px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:371px;left:0%;display:block;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:347px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:348px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:546px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#212831;}
/*菜单样式*/
.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;}
}
.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;*/

	#image_style_01_1492982577526 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492982577526 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492982577526 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492982577526 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default4 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .p_name {margin-bottom: 5px; /* text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */ font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1492984689952 li{width: 100%;}
#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1492984689952 li{width: 49.5%;}
	#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1492984689952 li{width: 100%;}
	#productList_style_04_1492984689952 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1492984689952 .p_detail.pc {display:block;}
#productList_style_04_1492984689952 .p_detail.pad, #productList_style_04_1492984689952 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984689952 .p_detail.pad {display:block;}
	#productList_style_04_1492984689952 .p_detail.pc, #productList_style_04_1492984689952 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984689952 .p_detail.mobile {display:block;}
	#productList_style_04_1492984689952 .p_detail.pc, #productList_style_04_1492984689952 .p_detail.pad {display:none;}
	}

#productList_style_04_1492984689952 .p_name.pc {display:block;}
#productList_style_04_1492984689952 .p_name.pad, #productList_style_04_1492984689952 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984689952 .p_name.pad {display:block;}
	#productList_style_04_1492984689952 .p_name.pc, #productList_style_04_1492984689952 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984689952 .p_name.mobile {display:block;}
	#productList_style_04_1492984689952 .p_name.pc, #productList_style_04_1492984689952 .p_name.pad {display:none;}
	}

	#productList_style_04_1492984689952 .prodImg_box{width: 0px;}
	#productList_style_04_1492984689952 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .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_1492984689952 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1492984689952 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1492984689952 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984689952 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984689952 .submit_div{ display: inline-block; }
	
	#productList_style_04_1492984689952 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1492984689952 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1492984689952 .page_submit{margin-left:5px;}
	#productList_style_04_1492984689952 .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_1492984689952 .page_btn{ font-size:12px; }
			#productList_style_04_1492984689952 .submit_div{ display:none; }
		}

			#productList_style_04_1492984689952 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1492984689952 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.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_1492984788829 li{width: 100%;}
#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1492984788829 li{width: 49.5%;}
	#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1492984788829 li{width: 100%;}
	#productList_style_04_1492984788829 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1492984788829 .p_detail.pc {display:block;}
#productList_style_04_1492984788829 .p_detail.pad, #productList_style_04_1492984788829 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984788829 .p_detail.pad {display:block;}
	#productList_style_04_1492984788829 .p_detail.pc, #productList_style_04_1492984788829 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984788829 .p_detail.mobile {display:block;}
	#productList_style_04_1492984788829 .p_detail.pc, #productList_style_04_1492984788829 .p_detail.pad {display:none;}
	}

#productList_style_04_1492984788829 .p_name.pc {display:block;}
#productList_style_04_1492984788829 .p_name.pad, #productList_style_04_1492984788829 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1492984788829 .p_name.pad {display:block;}
	#productList_style_04_1492984788829 .p_name.pc, #productList_style_04_1492984788829 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1492984788829 .p_name.mobile {display:block;}
	#productList_style_04_1492984788829 .p_name.pc, #productList_style_04_1492984788829 .p_name.pad {display:none;}
	}

	#productList_style_04_1492984788829 .prodImg_box{width: 0px;}
	#productList_style_04_1492984788829 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .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_1492984788829 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1492984788829 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1492984788829 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984788829 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1492984788829 .submit_div{ display: inline-block; }
	
	#productList_style_04_1492984788829 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1492984788829 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1492984788829 .page_submit{margin-left:5px;}
	#productList_style_04_1492984788829 .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_1492984788829 .page_btn{ font-size:12px; }
			#productList_style_04_1492984788829 .submit_div{ display:none; }
		}

			#productList_style_04_1492984788829 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1492984788829 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1493132402103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132402103 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493132402103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493132402103 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}


	#image_style_01_1493265894515 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493265894515 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493265894515 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493265894515 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_1493131883374 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493131883374 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493131883374 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493131883374 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;}


#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_nav{display:block !important;width: 112px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_box{width: calc(100% - 112px); left: 112px;}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_li{height:calc(100%/4);}
#tab_style_03_1493128543608 #div_tab_style_03_1493128543608 .tab_img img{width:40px;height:40px;}

	#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493132464979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493132464979 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_1493264311031 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264311031 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493264311031 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493264311031 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_1493264346032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264346032 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493264346032 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493264346032 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_1493264358200 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264358200 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493264358200 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493264358200 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_1493264364253 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493264364253 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493264364253 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493264364253 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_1494107826399 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494107826399 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494107826399 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494107826399 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_1493134497941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493134497941 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493134497941 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1493134497941 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_1494109429350 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494109429350 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494109429350 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494109429350 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_1493220480072 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220480072 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493220480072 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493220480072 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_1493220426727 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1493220426727 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1493220426727 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1493220426727 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default4 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .p_name {margin-bottom: 5px; /* text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */ font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart {}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/


@media screen and (min-width: 768px){
}
@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 18px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



/*pc*/
#productList_style_04_1493216680585 li{width: 100%;}
#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_04_1493216680585 li{width: 49.5%;}
	#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_04_1493216680585 li{width: 100%;}
	#productList_style_04_1493216680585 li.prod_Item{margin-bottom:1%;}
}

#productList_style_04_1493216680585 .p_detail.pc {display:block;}
#productList_style_04_1493216680585 .p_detail.pad, #productList_style_04_1493216680585 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585 .p_detail.pad {display:block;}
	#productList_style_04_1493216680585 .p_detail.pc, #productList_style_04_1493216680585 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1493216680585 .p_detail.mobile {display:block;}
	#productList_style_04_1493216680585 .p_detail.pc, #productList_style_04_1493216680585 .p_detail.pad {display:none;}
	}

#productList_style_04_1493216680585 .p_name.pc {display:block;}
#productList_style_04_1493216680585 .p_name.pad, #productList_style_04_1493216680585 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_04_1493216680585 .p_name.pad {display:block;}
	#productList_style_04_1493216680585 .p_name.pc, #productList_style_04_1493216680585 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_04_1493216680585 .p_name.mobile {display:block;}
	#productList_style_04_1493216680585 .p_name.pc, #productList_style_04_1493216680585 .p_name.pad {display:none;}
	}

	#productList_style_04_1493216680585 .prodImg_box{width: 0px;}
	#productList_style_04_1493216680585 .prod_info{width: calc(100% - 0px);}


/*产品状态  新品  推荐*/
 .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_1493216680585 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_04_1493216680585 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_04_1493216680585 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1493216680585 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_04_1493216680585 .submit_div{ display: inline-block; }
	
	#productList_style_04_1493216680585 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_04_1493216680585 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_04_1493216680585 .page_submit{margin-left:5px;}
	#productList_style_04_1493216680585 .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_1493216680585 .page_btn{ font-size:12px; }
			#productList_style_04_1493216680585 .submit_div{ display:none; }
		}

			#productList_style_04_1493216680585 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_04_1493216680585 .page{line-height:30px; padding:0 13px;}
		}
		