/**    *编辑器         \View\css\diy\editPageComm.css    *编辑器-预览    \View\css\diy\pageCom.css    *编辑器-发布    \Model\viewsRes\publish\comm.css*/@charset "utf-8";/*----------------公共部分----------------*/html{overflow-x:hidden; overflow-y:auto;}body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}em,i{font-style:normal;}a{color:#333;}a{text-decoration:none;}*{margin:0px; padding:0px;outline: none !important;}img {-ms-interpolation-mode:bicubic; border:none;}.view{z-index: 1;position: absolute;}.horizontal .view{position:relative; float:left;}.vertical .view{position:relative;}.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}/*流布局*/.flow .view_contents > .view{float: left;}.clear { clear: both; }/*苹果去除样式*/select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}/*模块分页*/.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}.no_page{border: 0 !important;}@media screen and (max-width:768px){/*分页*/.page_btn a:nth-child(n+5){display: none;}.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}}/*图片放大样式*/.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}.pos_fixed{position: fixed; width: 100%;}.imageButton{position: fixed; bottom: 15%; left: 50%; 	-webkit-transform: translateX(-50%); 	-moz-transform: translateX(-50%); 	-ms-transform: translateX(-50%); 	-o-transform: translateX(-50%); 	transform: translateX(-50%); }.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);	-webkit-transition: all ease .2s; 	-moz-transition: all ease .2s; 	-ms-transition: all ease .2s;	-o-transition: all ease .2s; 	transition: all ease .2s; }.imageButton span:hover{opacity: .8;}.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}@media screen and (max-width: 768px){/*mobi*/	.imgBox img{border-width: 10px;}	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}}    .jurisdiction_mask{        top: 0;        left: 0;        position: fixed;        height: 100%;        width: 100%;        background-color: rgba(0, 0, 0,0.5);        z-index: 2147483647;		display:none;    }    .jurisdiction_tips{        width: 400px;        background: #ffffff;        position: absolute;        left: 50%;        top: 45%;        -ms-transform:translate(-50%,-50%);        -webkit-transform:translate(-50%,-50%);        -o-transform:translate(-50%,-50%);        -moz-transform:translate(-50%,-50%);        transform:translate(-50%,-50%);        padding: 23px 20px;        box-sizing: border-box;        text-align: center;    }    .jurisdiction_tips img{        display: block;        margin: 0 auto;    }    .jurisdiction_tips h3{        font-size: 18px;        font-weight: 400;        line-height: 40px;color: #575757;        text-align: center;        margin: 5px 0 0;    }    .jurisdiction_tips p{        color: #999;        font-size: 16px;        text-align: center;        font-weight: 300;        margin: 0;    }    .jurisdiction_tips button{        color: #fff;        font-size: 12px;        padding: 10px 0;        margin: 10px 3px 0;        background-color: #aaa;        cursor: pointer;        display: inline-block;        box-sizing: border-box;        border: none;        outline: none !important;        width: 98px;    }    .jurisdiction_tips .jurisdiction_login{        background: #ff0099;    }    .jurisdiction_tips button:hover{        opacity: 0.8;    }    .jurisdiction_tips_mobile{        display: none;    }    @media screen and (max-width: 450px){        .jurisdiction_tips{            width: 80%;            padding: 20px 15px;        }        .jurisdiction_tips p{            display: none;        }        .jurisdiction_tips .jurisdiction_tips_mobile{            display: block;        }        .jurisdiction_tips img{width: 60px;}        .jurisdiction_tips h3{font-size: 16px;}        .jurisdiction_tips p{            font-size: 14px;        }        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}    }body{ background-position:left top; } #div_blank_1528869685984{width:1920px;height:42px;position:absolute;top:0px;left:calc(50% - 960px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1528869685984{}}   @media screen and (max-width:640px) {#div_blank_1528869685984{width:100%;height:36px;top:28px;left:0%;display:none;}} #div_blank_1528869685984 > .view_contents{overflow:visible;}  #div_blank_1528869685984  {box-sizing:border-box;background:#eeeeee;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1528869685984  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1528869685984  {box-sizing:border-box;}} #image_logo_1528872076666{width:20.833333333333336%;height:72px;position:absolute;top:64px;left:0%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1528872076666{top:71px;left:0%;height:43px;}}   @media screen and (max-width:640px) {#image_logo_1528872076666{width:150px;height:35px;top:12px;left:1.2%;}}  #user_style_05_1528874097357{width:46.75%;position:absolute;top:10.5px;left:0%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1528874097357{top:10.5px;left:0%;}}   @media screen and (max-width:640px) {#user_style_05_1528874097357{width:96%;top:67px;left:2%;display:none;}}  #user_style_05_1528874097357 .textSet {font-size:14px;} #searchbox_style_01_1528874014711{width:35.91666666666667%;position:absolute;top:67px;left:64.08333333333334%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1528874014711{top:62px;left:59.46477900552486%;width:367px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1528874014711{width:96%;top:198px;left:2%;display:none;}} #searchbox_style_01_1528874014711 > .view_contents{overflow:visible;}  #searchbox_style_01_1528874014711 .kwSet {text-align:left;height:21px;padding-right:20px;padding-left:15px;} #searchbox_style_01_1528874014711 .btnaSet {font-family:Microsoft YaHei;color:#ffffff;background:#5d5d5d;font-size:16px;line-height:38px;border-top-color:#5d5d5d;border-right-color:#5d5d5d;border-bottom-color:#5d5d5d;border-left-color:#5d5d5d;border-left-style:solid;border-left-width:1px;} #searchbox_style_01_1528874014711 .inputSet {border-top-color:#5d5d5d;border-right-color:#5d5d5d;border-bottom-color:#5d5d5d;border-left-color:#5d5d5d;padding-left:65px;} #searchbox_style_01_1528874014711 .searchIcoSet {padding-left:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1528874014711 .modSet {height:35px;padding-bottom:0px;margin-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_01_1528874014711 .kwSet {margin-right:5px;padding-bottom:0px;margin-bottom:0px;}}/*----------------------电脑板式样式----------------------*/#searchbox_style_01_1528874014711 .keyWord a.kwSet:nth-of-type(5){	display:none;}#searchbox_style_01_1528874014711 .keyWord a.kwSet:last-of-type{	display:none;}/*----------------------平板板式样式----------------------*/@media screen and (min-width:641px) and (max-width:1200px) {	#searchbox_style_01_1528874014711{			}}/*----------------------手机板式样式----------------------*/@media screen and (max-width:640px) {	#searchbox_style_01_1528874014711{			}} #cart_style_4_1528874162165{width:15.25%;height:22px;position:absolute;top:9px;left:84.75%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_4_1528874162165{width:184.328125px;left:79.60980662983425%;top:9px;}}   @media screen and (max-width:640px) {#cart_style_4_1528874162165{width:96%;height:22px;top:35px;left:2%;display:none;}}  #dh_style_11_1528962459344{width:40.91666666666667%;z-index:999;position:absolute;left:41.833333333333336%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1528962459344{z-index:999;left:39.01933701657458%;width:38.56353591160221%;top:0px;}}   @media screen and (max-width:640px) {#dh_style_11_1528962459344{width:13.4375%;z-index:999;top:8px;left:85.625%;}} #dh_style_11_1528962459344 > .view_contents{overflow:visible;}  #dh_style_11_1528962459344 .mainMenuSet {font-size:14px;color:#5d5d5d;font-weight:bold;} #dh_style_11_1528962459344 #hot>a {color:#5d5d5d;font-size:14px;font-weight:bold;background:transparent;} #dh_style_11_1528962459344 .mainMenuSet:hover {background:transparent;} @media screen and (max-width:640px) { #dh_style_11_1528962459344 #hot>a {color:#6a773f;}} @media screen and (max-width:640px) { #dh_style_11_1528962459344 .mainMenuSet {color:rgba(255,255,255,0.9);}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1528962459344 #hot>a {font-weight:normal;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1528962459344 .mainMenuSet {font-weight:normal;}} #div_a_includeBlock_1528943864839{width:100%;height:159px;position:absolute;top:-1px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528943864839{width:96%;left:2.014846235418876%;height:141px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528943864839{width:100%;height:60px;top:0px;left:0%;}} #div_a_includeBlock_1528943864839 > .view_contents{overflow:visible;}  #comm_layout_header{height:158px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:140px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;} #image_style_01_1581515557865{width:100%;height:640px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581515557865{height:362px;}}   @media screen and (max-width:640px) {#image_style_01_1581515557865{width:100%;height:144px;top:0px;left:0%;}} #image_style_01_1581515557865 > .view_contents{overflow:visible;}  #layout_1528869516784{height:640px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528869516784{height:362px;}}   @media screen and (max-width:640px) {#layout_1528869516784{height:144px;}} #layout_1528869516784 > .view_contents{overflow:visible;}  #couponList_style_1_1528877597939{width:100%;left:0%;top:70px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#couponList_style_1_1528877597939{width:96.60657476139978%;left:1.6967126193001079%;top:50px;}}   @media screen and (max-width:640px) {#couponList_style_1_1528877597939{width:96%;left:2%;top:30px;}} /*----------------------电脑板式样式----------------------*/#couponList_style_1_1528877597939 .couponStyle_1 .coupon_Item{padding: 0px 72px;	}/*----------------------平板板式样式----------------------*/@media screen and (min-width:641px) and (max-width:1200px) {	#couponList_style_1_1528877597939 .couponStyle_1 .coupon_Item{padding: 0px 25px;			}}/*----------------------手机板式样式----------------------*/@media screen and (max-width:640px) {	#couponList_style_1_1528877597939{			}} #layout_1528876883357{height:278px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528876883357{height:241px;}}   @media screen and (max-width:640px) {#layout_1528876883357{height:326px;}} #layout_1528876883357 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528876883357  {background:#f2f2f2;} #div_blank_1528880035542{width:300px;height:97px;position:absolute;left:37.5%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1528880035542{left:0.4937845303867403%;width:99.00990099009901%;height:89px;top:36px;}}   @media screen and (max-width:640px) {#div_blank_1528880035542{width:99%;height:52px;top:2px;left:0.49957482993197283%;}} #div_blank_1528880035542 > .view_contents{overflow:visible;}  #div_blank_1528880035542  {background: url(../images/tubiao3.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} #text_style_01_1528880348434{width:16.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:41.66666666666667%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528880348434{width:21.325966850828728%;left:39.37845303867403%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1528880348434{width:34.01360544217687%;top:26px;left:33.16326530612245%;}}  #text_style_01_1528880348434>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528880348434>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1528880348434>.view_contents {box-sizing:border-box;font-size:16px;}} #text_style_01_1528880280758{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.583333333333336%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528880280758{left:33.78970994475139%;width:32.81767955801105%;top:38px;}}   @media screen and (max-width:640px) {#text_style_01_1528880280758{width:52.721088435374156%;top:3px;left:23.74574829931973%;}}  #text_style_01_1528880280758>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528880280758>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1528880280758>.view_contents {box-sizing:border-box;font-size:16px;}} #div_a_includeBlock_1528879996321{width:100%;height:210px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528879996321{width:96%;left:2.014846235418876%;height:164px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528879996321{width:92%;height:80px;top:18px;left:4.0625%;}}  #layout_diy_1528868833{height:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1528868833{height:164px;}}   @media screen and (max-width:640px) {#layout_diy_1528868833{height:98px;}} #layout_diy_1528868833 > .view_contents{max-width:1200px;}  #layout_diy_1528868833  {background:#ffffff;} #image_style_01_1581474792969{width:658px;height:409px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581474792969{left:0%;width:481px;height:297px;}}   @media screen and (max-width:640px) {#image_style_01_1581474792969{width:49%;height:280px;top:0px;left:0%;z-index:2;}} #image_style_01_1581474792969 > .view_contents{overflow:visible;}  #image_style_01_1581474792989{width:245px;height:245px;position:absolute;left:57.08333333333333%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581474792989{left:55.36947513812155%;width:199px;top:0px;height:187px;}}   @media screen and (max-width:640px) {#image_style_01_1581474792989{width:49%;height:180px;top:99px;left:51.11111111111111%;z-index:1;}} #image_style_01_1581474792989 > .view_contents{overflow:visible;}  #image_style_01_1581474793037{width:585px;height:450px;position:absolute;left:615px;top:434px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581474793037{left:47.527624309392266%;width:474.75px;height:303px;top:318px;}}   @media screen and (max-width:640px) {#image_style_01_1581474793037{width:360px;height:181px;top:473.5px;left:0%;z-index:2;}} #image_style_01_1581474793037 > .view_contents{overflow:visible;}  #image_style_01_1581474793004{width:23.5%;height:283px;position:absolute;left:308px;top:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581474793004{width:195px;height:195px;top:427px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1581474793004{width:49%;height:116px;top:350.5px;left:0%;z-index:2;}} #image_style_01_1581474793004 > .view_contents{overflow:visible;}  #image_style_01_1581474793044{width:23.583333333333336%;height:283px;position:absolute;left:0%;top:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581474793044{width:195px;height:195px;top:427px;left:215px;}}   @media screen and (max-width:640px) {#image_style_01_1581474793044{width:49%;height:116px;top:350.5px;left:51.11111111111111%;z-index:2;}} #image_style_01_1581474793044 > .view_contents{overflow:visible;}  #text_style_01_1581474793020{width:31.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:58.333333333333336%;top:344px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581474793020{top:254px;left:55.697513812154696%;}}   @media screen and (max-width:640px) {#text_style_01_1581474793020{width:96%;top:316px;left:0%;display:block;z-index:2;}}  #text_style_01_1581474793020>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581474793020>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1581474793020>.view_contents {box-sizing:border-box;font-size:14px;}} #text_style_01_1581474793012{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:58.416666666666664%;top:298px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581474793012{left:55.6664364640884%;width:30.165745856353592%;top:221px;}}   @media screen and (max-width:640px) {#text_style_01_1581474793012{width:95.60329861111111%;top:291px;left:0%;z-index:2;}}  #text_style_01_1581474793012>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581474793012>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1581474793012>.view_contents {box-sizing:border-box;font-size:14px;}} #text_style_01_1581474793060{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:6.708333333333333%;top:504px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581474793060{left:7.0839088397790055%;top:366px;}}   @media screen and (max-width:640px) {#text_style_01_1581474793060{width:96%;top:612px;left:0.8854166666666666%;z-index:2;display:none;}}  #text_style_01_1581474793060>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581474793060>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1581474793060>.view_contents {box-sizing:border-box;font-size:12px;}} #text_style_01_1581474793052{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:6.708333333333333%;top:465px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581474793052{width:30.165745856353592%;left:7.417127071823204%;top:333px;}}   @media screen and (max-width:640px) {#text_style_01_1581474793052{width:44.89795918367347%;top:641px;left:15%;z-index:2;display:none;}}  #text_style_01_1581474793052>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581474793052>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1581474793052>.view_contents {box-sizing:border-box;font-size:12px;}} #text_style_01_1581504143829{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:68.04166666666667%;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581504143829{left:48.135359116022094%;width:50%;top:94px;}}   @media screen and (max-width:640px) {#text_style_01_1581504143829{width:59.44444444444444%;font-size:12px;color:#333;line-height:1.6;top:5px;left:38.658854166666664%;z-index:6;}}  #text_style_01_1581504143829>.view_contents {text-align:right;font-size:102px;font-weight:bold;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581504143829>.view_contents {font-size:72px;}} @media screen and (max-width:640px) { #text_style_01_1581504143829>.view_contents {font-size:70px;}} #text_style_01_1581504322523{width:9.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:78.33333333333333%;top:209px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581504322523{left:78.81906077348066%;width:8.287292817679557%;top:169px;}}   @media screen and (max-width:640px) {#text_style_01_1581504322523{width:20%;font-size:12px;color:#333;line-height:1.6;top:71px;left:51.11111111111111%;z-index:9;}}  #text_style_01_1581504322523>.view_contents {text-align:right;font-size:25px;line-height:28px;background:#ffffff;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581504322523>.view_contents {font-size:16px;background:#ffffff;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1581504322523>.view_contents {font-size:16px;line-height:20px;background:#ffffff;}} #div_a_includeBlock_1581474792573{width:100%;height:884px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1581474792573{width:96%;left:2.014846235418876%;height:622px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1581474792573{width:96%;height:655px;top:0px;left:2%;}}  #layout_1581474792570{height:884px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581474792570{height:622px;}}   @media screen and (max-width:640px) {#layout_1581474792570{height:655px;}} #layout_1581474792570 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1581474792570  {background:#ffffff;} #layout_1528868837171{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528868837171{height:50px;}}   @media screen and (max-width:640px) {#layout_1528868837171{height:30px;display:none;}} #layout_1528868837171 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528868837171  {background:#ffffff;} #text_style_01_1528884796625{width:31.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.416666666666664%;top:268px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528884796625{left:34.46281813361612%;top:201px;}}   @media screen and (max-width:640px) {#text_style_01_1528884796625{width:47.5%;top:82px;left:26.25%;}}  #text_style_01_1528884796625>.view_contents {box-sizing:border-box;font-size:28px;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528884796625>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1528884796625>.view_contents {box-sizing:border-box;font-size:16px;}} #layout_1528884695720{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528884695720{height:279px;}}   @media screen and (max-width:640px) {#layout_1528884695720{height:132px;display:none;}} #layout_1528884695720 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528884695720  {background: url(../images/tu7.jpg);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} #div_blank_1581476877238{width:300px;height:97px;position:absolute;left:37.5%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1581476877238{left:0.4937845303867403%;width:99.00990099009901%;height:89px;top:36px;}}   @media screen and (max-width:640px) {#div_blank_1581476877238{width:99%;height:52px;top:2px;left:0.49957482993197283%;}} #div_blank_1581476877238 > .view_contents{overflow:visible;}  #div_blank_1581476877238  {background: url(../images/tubiao3.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} #text_style_01_1581476877275{width:16.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:41.66666666666667%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581476877275{width:21.325966850828728%;left:39.37845303867403%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1581476877275{width:34.01360544217687%;top:26px;left:33.16326530612245%;}}  #text_style_01_1581476877275>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581476877275>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581476877275>.view_contents {box-sizing:border-box;font-size:16px;}} #text_style_01_1581476877284{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.583333333333336%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581476877284{left:33.78970994475139%;width:32.81767955801105%;top:38px;}}   @media screen and (max-width:640px) {#text_style_01_1581476877284{width:52.721088435374156%;top:3px;left:23.74574829931973%;}}  #text_style_01_1581476877284>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581476877284>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581476877284>.view_contents {box-sizing:border-box;font-size:16px;}} #div_a_includeBlock_1581476876788{width:100%;height:210px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1581476876788{width:96%;left:2.014846235418876%;height:164px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1581476876788{width:92%;height:80px;top:18px;left:4.0625%;}}  #layout_1581476876785{height:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581476876785{height:164px;}}   @media screen and (max-width:640px) {#layout_1581476876785{height:98px;}} #layout_1581476876785 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1581476876785  {background:#ffffff;} #productList_style_22_1581476993181{width:100%;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_22_1581476993181{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#productList_style_22_1581476993181{width:96%;top:0px;left:2%;}} #productList_style_22_1581476993181 > .view_contents{overflow:visible;}  #productList_style_22_1581476993181 .btnaSet:hover {background:#ff5656;color:#ffffff;border-width:0px;} #productList_style_22_1581476993181 .twoBgSet {background:rgba(255, 255, 255,0.7);background-color:rgba(255, 255, 255,0.7);} @media screen and (max-width:640px) { #productList_style_22_1581476993181 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_22_1581476993181 .priceSet {font-size:16px;margin-top:2px;}} @media screen and (max-width:640px) { #productList_style_22_1581476993181 .unitSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_22_1581476993181 .btnaSet {margin-top:4px;font-size:12px;}} #layout_1581476960541{height:816px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581476960541{height:616px;}}   @media screen and (max-width:640px) {#layout_1581476960541{height:551px;}} #layout_1581476960541 > .view_contents{overflow:visible;max-width:1200px;}  #text_style_01_1528943586661{width:19.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:40.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528943586661{width:144px;left:calc(50% - 72px);top:31px;}}   @media screen and (max-width:640px) {#text_style_01_1528943586661{width:35%;top:24px;left:32.5%;}}  #text_style_01_1528943586661>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;background:#6a773f;color:#ffffff;font-size:24px;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-radius:initial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528943586661>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1528943586661>.view_contents {box-sizing:border-box;font-size:14px;line-height:32px;}} #layout_1528884699626{height:156px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528884699626{height:116px;}}   @media screen and (max-width:640px) {#layout_1528884699626{height:85px;}} #layout_1528884699626 > .view_contents{overflow:visible;max-width:1200px;}  #div_blank_1581477691130{width:300px;height:97px;position:absolute;left:37.5%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1581477691130{left:0.4937845303867403%;width:99.00990099009901%;height:89px;top:36px;}}   @media screen and (max-width:640px) {#div_blank_1581477691130{width:99%;height:52px;top:2px;left:0.49957482993197283%;}} #div_blank_1581477691130 > .view_contents{overflow:visible;}  #div_blank_1581477691130  {background: url(../images/tubiao3.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} #text_style_01_1581477691148{width:16.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:41.66666666666667%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581477691148{width:21.325966850828728%;left:39.37845303867403%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1581477691148{width:34.01360544217687%;top:26px;left:33.16326530612245%;}}  #text_style_01_1581477691148>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581477691148>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581477691148>.view_contents {box-sizing:border-box;font-size:16px;}} #text_style_01_1581477691155{width:40.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:29.875%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581477691155{left:26.353591160220997%;width:47.29281767955801%;top:38px;}}   @media screen and (max-width:640px) {#text_style_01_1581477691155{width:73.62318840579711%;top:3px;left:13.18840579710145%;}}  #text_style_01_1581477691155>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581477691155>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581477691155>.view_contents {box-sizing:border-box;font-size:16px;}} #div_a_includeBlock_1581477690757{width:100%;height:210px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1581477690757{width:96%;left:2.014846235418876%;height:164px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1581477690757{width:92%;height:80px;top:18px;left:4.0625%;}}  #layout_1581477690754{height:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581477690754{height:164px;}}   @media screen and (max-width:640px) {#layout_1581477690754{height:98px;}} #layout_1581477690754 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1581477690754  {background:#f2f2f2;} #image_style_01_1528944331990{width:50.74999999999999%;height:618px;position:absolute;top:0px;left:49.25%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528944331990{left:49.1039364640884%;width:460.484375px;height:458px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1528944331990{width:47%;height:165px;top:0px;left:53.04347826086957%;}} #image_style_01_1528944331990 > .view_contents{overflow:visible;}  #image_style_01_1528944633455{width:566px;height:396px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528944633455{left:0%;width:426px;height:291px;}}   @media screen and (max-width:640px) {#image_style_01_1528944633455{width:51%;height:92px;top:0px;left:0%;}} #image_style_01_1528944633455 > .view_contents{overflow:visible;}  #image_style_01_1528944669639{width:283px;height:198px;position:absolute;left:23.583333333333336%;top:420px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528944669639{left:24.005524861878452%;width:210px;height:147px;top:311px;}}   @media screen and (max-width:640px) {#image_style_01_1528944669639{width:128px;height:66px;top:99px;left:0%;}} #image_style_01_1528944669639 > .view_contents{overflow:visible;}  #text_style_01_1528944896870{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:2.5833333333333335%;top:531.5px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528944896870{width:139px;top:398.5px;left:2.430939226519337%;}}   @media screen and (max-width:640px) {#text_style_01_1528944896870{width:31.292517006802722%;top:123px;left:0%;display:none;}}  #text_style_01_1528944896870>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528944896870>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1528944896870>.view_contents {box-sizing:border-box;font-size:12px;}} #text_style_01_1528944960301{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:2.5833333333333335%;top:568.5px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528944960301{top:425.5px;left:2.430939226519337%;}}   @media screen and (max-width:640px) {#text_style_01_1528944960301{width:28.91156462585034%;top:141px;left:0%;display:none;}}  #text_style_01_1528944960301>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528944960301>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1528944960301>.view_contents {box-sizing:border-box;font-size:12px;}} #text_style_01_1528944867733{width:13.333333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:2.5833333333333335%;top:433.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528944867733{left:2.430939226519337%;width:22.099447513812155%;top:322.5px;}}   @media screen and (max-width:640px) {#text_style_01_1528944867733{width:13.043478260869565%;top:108px;left:40.28985507246377%;}}  #text_style_01_1528944867733>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:52px;color:#6a773f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528944867733>.view_contents {box-sizing:border-box;font-size:46px;}} @media screen and (max-width:640px) { #text_style_01_1528944867733>.view_contents {box-sizing:border-box;font-size:20px;writing-mode:vertical-lr;height:auto;}} #div_a_includeBlock_1528944562618{width:100%;height:619px;position:absolute;top:0px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528944562618{width:96%;left:2.014846235418876%;height:458px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528944562618{width:92%;height:165px;top:0px;left:4%;}}  #layout_1528943543100{height:619px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528943543100{height:458px;}}   @media screen and (max-width:640px) {#layout_1528943543100{height:165px;}} #layout_1528943543100 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528943543100  {background:#f2f2f2;} #layout_1581478203026{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581478203026{height:50px;}}   @media screen and (max-width:640px) {#layout_1581478203026{height:30px;}} #layout_1581478203026 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1581478203026  {background:#f2f2f2;} #div_blank_1581478264135{width:300px;height:97px;position:absolute;left:37.5%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1581478264135{left:0.4937845303867403%;width:99.00990099009901%;height:89px;top:36px;}}   @media screen and (max-width:640px) {#div_blank_1581478264135{height:24.832px;}} #div_blank_1581478264135 > .view_contents{overflow:visible;}  #div_blank_1581478264135  {background: url(../images/tubiao3.png);background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;} #text_style_01_1581478264154{width:16.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:41.66666666666667%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581478264154{width:21.325966850828728%;left:39.37845303867403%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1581478264154{width:34.01360544217687%;top:26px;left:33.16326530612245%;}}  #text_style_01_1581478264154>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581478264154>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581478264154>.view_contents {box-sizing:border-box;font-size:16px;}} #text_style_01_1581478264162{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.583333333333336%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581478264162{left:33.78970994475139%;width:32.81767955801105%;top:38px;}}   @media screen and (max-width:640px) {#text_style_01_1581478264162{width:52.721088435374156%;top:3px;left:23.74574829931973%;}}  #text_style_01_1581478264162>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6a773f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581478264162>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1581478264162>.view_contents {box-sizing:border-box;font-size:16px;}} #div_a_includeBlock_1581478263764{width:100%;height:210px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1581478263764{width:96%;left:2.014846235418876%;height:164px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1581478263764{width:96%;height:88.832px;top:10px;left:2%;}}  #layout_1581478263762{height:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1581478263762{height:164px;}}   @media screen and (max-width:640px) {#layout_1581478263762{height:109px;}} #layout_1581478263762 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1581478263762  {background:#ffffff;} #image_style_01_1528945320461{width:656px;height:500px;position:absolute;left:2.875%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528945320461{left:2.7468922651933703%;width:400px;height:386px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1528945320461{width:323px;height:206px;top:0px;left:6.3768115942028984%;z-index:4;}} #image_style_01_1528945320461 > .view_contents{overflow:visible;}  #div_blank_1528945361581{width:656px;height:500px;position:absolute;left:0%;top:33px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1528945361581{left:0%;width:400px;height:386px;top:24px;}}   @media screen and (max-width:640px) {#div_blank_1528945361581{width:323px;height:206px;top:21px;left:0.3401360544217687%;z-index:1;}} #div_blank_1528945361581 > .view_contents{overflow:visible;}  #div_blank_1528945361581  {box-sizing:border-box;background:transparent;border-top-color:#6a773f;border-right-color:#6a773f;border-bottom-color:#6a773f;border-left-color:#6a773f;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:4px;border-bottom-width:4px;border-right-width:4px;border-top-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1528945361581  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1528945361581  {box-sizing:border-box;}} #text_style_01_1528945567343{width:40.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:59.916666666666664%;top:33px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528945567343{left:49.627071823204425%;width:50.38674033149171%;top:24px;}}   @media screen and (max-width:640px) {#text_style_01_1528945567343{width:96%;top:252px;left:1.997282608695652%;z-index:5;}}  #text_style_01_1528945567343>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#6a773f;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528945567343>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1528945567343>.view_contents {box-sizing:border-box;font-size:12px;}} #text_style_01_1581478342191{width:19.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:457px;left:80.75%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1581478342191{width:15.906680805938494%;left:84.08839779005525%;top:349px;}}   @media screen and (max-width:640px) {#text_style_01_1581478342191{width:35%;top:615px;left:32.395833333333336%;z-index:2;}}  #text_style_01_1581478342191>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;background:#6a773f;color:#ffffff;font-size:24px;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-radius:initial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1581478342191>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1581478342191>.view_contents {box-sizing:border-box;font-size:14px;line-height:32px;}} #div_a_includeBlock_1528945275459{width:100%;height:533px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1528945275459{width:96%;left:2.014846235418876%;height:410px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1528945275459{width:92%;height:647px;top:0px;left:4.0625%;}} #div_a_includeBlock_1528945275459 > .view_contents{overflow:visible;}  #layout_1528884913633{height:533px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528884913633{height:410px;}}   @media screen and (max-width:640px) {#layout_1528884913633{height:647px;}} #layout_1528884913633 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528884913633  {background:#ffffff;} #layout_1528943855505{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528943855505{height:50px;}}   @media screen and (max-width:640px) {#layout_1528943855505{height:30px;}} #layout_1528943855505 > .view_contents{overflow:visible;max-width:1200px;}  #image_style_01_1528946318376{width:295px;height:72px;position:absolute;top:68px;left:37.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528946318376{width:232px;height:64px;left:calc(50% - 116px);top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1528946318376{width:201px;height:68px;top:0px;left:23.55263157894737%;display:none;}} #image_style_01_1528946318376 > .view_contents{overflow:visible;}  #dh_style_11_1528946437973{width:41.41666666666667%;z-index:999;position:absolute;top:191px;left:29.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1528946437973{z-index:999;left:29.268292682926827%;top:145px;}}   @media screen and (max-width:640px) {#dh_style_11_1528946437973{width:96%;z-index:999;top:78px;left:2%;display:none;}} #dh_style_11_1528946437973 > .view_contents{overflow:visible;}  @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1528946437973 .mainMenuSet {font-size:14px;}} #dh_style_11_1528946437973 .mainMenuSet {color:#231815;} #dh_style_11_1528946437973 #hot>a {color:#231815;} #text_style_01_1528946468168{width:17.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:252px;left:15.041666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528946468168{width:198px;top:203px;left:11.57045334040297%;}}   @media screen and (max-width:640px) {#text_style_01_1528946468168{width:96%;top:132px;left:2%;display:none;}}  #text_style_01_1528946468168>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528946468168>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1528946468168>.view_contents {box-sizing:border-box;}} #image_style_01_1528946501636{width:20px;height:26px;position:absolute;top:253px;left:12.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528946501636{top:203px;left:8.632688229056203%;}}   @media screen and (max-width:640px) {#image_style_01_1528946501636{width:20px;height:20px;top:246px;left:47.368421052631575%;display:none;}} #image_style_01_1528946501636 > .view_contents{overflow:visible;}  #text_style_01_1528946586567{width:24.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:252px;left:37.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528946586567{width:258px;left:34.88865323435843%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1528946586567{width:96%;top:170px;left:2%;display:none;}}  #text_style_01_1528946586567>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528946586567>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1528946586567>.view_contents {box-sizing:border-box;}} #text_style_01_1528946604071{width:26.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:252px;left:62.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528946604071{left:63.850410922587486%;top:203px;width:289px;}}   @media screen and (max-width:640px) {#text_style_01_1528946604071{width:96%;top:208px;left:2%;display:none;}}  #text_style_01_1528946604071>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528946604071>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1528946604071>.view_contents {box-sizing:border-box;}} #image_style_01_1528946615543{width:2%;height:28px;position:absolute;top:252px;left:34.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528946615543{top:202px;left:31.859756097560975%;width:20px;}}   @media screen and (max-width:640px) {#image_style_01_1528946615543{width:24px;height:20px;top:276px;left:46.8421052631579%;display:none;}} #image_style_01_1528946615543 > .view_contents{overflow:visible;}  #image_style_01_1528946625634{width:1.6666666666666667%;height:28px;position:absolute;top:252px;left:60.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528946625634{width:20px;left:60.86956521739131%;top:200.5px;}}   @media screen and (max-width:640px) {#image_style_01_1528946625634{width:24px;height:20px;top:306px;left:46.8421052631579%;display:none;}} #image_style_01_1528946625634 > .view_contents{overflow:visible;}  #text_style_01_1528946764354{width:64.58333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302px;left:17.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1528946764354{width:503px;left:calc(50% - 251.5px);top:252px;}}   @media screen and (max-width:640px) {#text_style_01_1528946764354{width:100%;top:13px;left:0%;}}  #text_style_01_1528946764354>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1528946764354>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1528946764354>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;height:25px;}} #image_style_01_1581494428808{width:5.25%;height:90px;position:absolute;top:221px;left:94.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581494428808{left:93.75497083775186%;top:170.5px;}}   @media screen and (max-width:640px) {#image_style_01_1581494428808{width:46.99999999999999%;height:214.8571428571428px;top:326px;left:26.500000000000004%;display:none;}} #image_style_01_1581494428808 > .view_contents{overflow:visible;}  #comm_layout_footer{height:386px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:337px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:51px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background-size:auto 100%;background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;background: url(../images/ban3.jpg);} @media screen and (max-width:640px) { #comm_layout_footer  {background-repeat:no-repeat;background-size:100% auto;background-position-x:50%;background-position-y:50%;}}/*弹窗效果*/.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}.PopUpLogin #userWXLi img{cursor:pointer}#popUpLoginMain {display:none;background:url(../images/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}#popUpLoginMain .MoreInfo a:hover{color:#f00}#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}/*需要更换的颜色值的*/.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}.PopUpLoginStyle_1 .modBgColor{background:#1490FD}/*产品样式*/.prod_default22{width:100%; clear: both;} .prod_default22 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}.prod_default22 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}.prod_default22 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}.prod_default22 .relative{position:relative; width:100%; height:auto; overflow:hidden;}.prod_default22 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}.prod_default22 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}.prod_default22 .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_default22 .prod_Item:hover .prod_info{bottom: 5%;} */.prod_default22 .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_default22 .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_default22 .dummy{margin-top:75%}/*控制产品图片显示比例*/.prod_default22 .prod_info {position: absolute;left: 50%;bottom: 0;padding: 5%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);background: rgba(255,255,255,.8);overflow: hidden;width:calc(100% + 2px);box-sizing: border-box;}.prod_default22 .p_name {text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #333; line-height: 1.4; width: 100%;}.prod_default22 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/.prod_default22 .p_detail { font-size: 12px; color: #666; display: block; margin-top: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/.prod_default22 .p_group { margin: 5px 0; display: block; float: left;text-align: left!important; width:50%; color: #666; font-size: 12px;}.prod_default22 .p_group .p_lb{display: none;}.prod_default22 .p_line{overflow: hidden;; width: 100%;}.prod_default22 .p_num { margin: 5px 0; display: block; float: right; text-align: right!important; width: 50%; color: #666; font-size: 12px;}.prod_default22 .p_price {float: left; line-height: 1; white-space: nowrap;}.prod_default22 .p_value {color: #333; font-size:18px;display: inline-block;margin-top: 5px;}.prod_default22 .unit {color: #333;font-size: 16px;}.prod_default22 .p_vip {display: block; float: left; text-align: right; line-height:20px; height: 26px; white-space: nowrap;width: 48%;}.prod_default22 .p_vip_price{float: left; width: 2px;}.prod_default22 .p_vip .v_jg{color:#666; font-size: 12px;}.prod_default22 .v_value {color: #666; font-size: 12px;}.prod_default22 .v_unit {color: #666;font-size: 12px;}.prod_default22 .pro_button {display:none; margin: 10px 0; overflow: hidden;}.prod_default22 .p_link { float: left; width: 48%; text-align: center;}.prod_default22 .p_link a {display: block; padding: 10px 15px;}.prod_default22 .p_cart { float: right; width: 48%; text-align: center;}.prod_default22 .p_cart a {display: block; padding: 10px 15px;}.prod_default22 a{text-decoration:none; }  .prod_default22 .status{float: left!important;margin-right: 8px!important;margin-top: 3px;border: 1px solid #7d7d7d;display: inline-block;padding: 0 2px;margin-right: 0px;text-align: center;font-size: 12px;font-family: 'Times New Roman';vertical-align: middle;text-indent: 0px;}/*分页*/.prod_default22 .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;}.prod_default22 .page_btn .cur{ background:red; color:white; cursor:pointer;}.prod_default22 .page:hover{ background:red; color:white; cursor:pointer;}.prod_default22 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}.prod_default22 .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_default22 .page_btn a.cur,.prod_default22 .page_btn a:hover{border:1px solid #4c4c4c;}.prod_default22 .page_btn a:nth-child(n+12){display: none;}.prod_default22 .page_btn a:nth-last-child(1),.prod_default22 .page_btn a:nth-last-child(2),.prod_default22 .page_btn a:nth-last-child(3){display: inline-block !important;}.prod_default22 .prev_btn,.prod_default22 .next_btn{font-family: '黑体' !important; border: 0 !important;}.prod_default22 .no_page{border: 0 !important;}.prod_default22 .page_btn a:nth-child(n+10){display: none;}/*拼购*/.prod_default22 .Collage_item{}.prod_default22 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}.prod_default22 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}.prod_default22 .prod_price{ display:inline-block;color: #ff002a;}.prod_default22 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}.prod_default22 .prod_infos .price_value{ font-size:26px; }.prod_default22 .prod_infos .units{font-size:16px;}.prod_default22 .prod_infos .zero{ font-size:12px; }.prod_default22 .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}.prod_default22 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}.prod_default22 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}.prod_default22 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;}.prod_default22 .zhekou {color: #333; font-size:12px;line-height: 1;clear:both;display: inline-block;}.prod_default22 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}.prod_default22 .zhekou #zk{ font-size:18px;}.prod_default22 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;}.prod_default22 .p_price2{font-family: "微软雅黑"; font-size: 12px;float: right;color: #888;margin-top: 5px;}.prod_default22 .line_through{text-decoration:line-through ;display: inline-block;}.prod_default22 .yuanjia2{color:inherit;font-size: inherit;}.prod_default22 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}.prod_default22 .jiage{color: inherit;font-size: inherit;}.prod_default22 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}.prod_default22 .pin_price{display: inline-block;line-height: 1;}.prod_default22 .btnn {background-color: transparent;width: 50%;border: 1px solid #7d7c7c;color: #333;height: 30px;display: block;clear: both;margin-top: 10px;}.prod_default22 .btnn a{ display:block;color: inherit;}.prod_default22 .freeinfo{ clear:both; overflow:hidden;}.prod_default22 .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_default22 .freeSet{color: #fff;font-size: 14px;text-align: center;text-align: center;position: relative;line-height: 1;top: -49px;height: 40px;width: 40px;display: table-cell;vertical-align: middle;}.prod_default22 .Collage_ico{ position:absolute; width:40px;left:0; top:0; z-index: 100;}.prod_default22 .Collage_ico img{ width:100%; height:100%; }@media screen and (max-width: 767px){.prod_default22 .btnn{width: 100%;}.prod_default22 .fuhao{font-size: 12px;}.prod_default22 .jiage{font-size: 12px;}.prod_default22 .ptoldprice{font-size: 12px;height: auto;}.prod_default22 .unit{font-size: 16px;}.prod_default22 .p_vip .v_jg{font-size: inherit;}.prod_default22 .v_unit{font-size: inherit;}.prod_default22 .v_value{font-size: inherit;}.prod_default22 .p_value{font-size: 18px;}.prod_default22 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}/*分页*//* .prod_default22 .page_btn a:nth-child(n+5){display: none;} */}.prod_default22 .showPage {display: none !important;}.prod_default22 .showKind {display: none !important;}.prod_default22 .showOldprice {display: none !important;}.prod_default22 .showPrice {display: none !important;}.prod_default22 .showIntro {display: none !important;}.prod_default22 .showButton {display: none !important;}.prod_default22 .showStatus {display: none !important;}.prod_default22 .showActivity {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;*//*弹窗效果*/.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}.PopUpLogin #userWXLi img{cursor:pointer}.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}#popUpLoginMain {display:none;background:url(../images/showloginbg_296824c85f6f48d7a8d564536e58240a.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}#popUpLoginMain .MoreInfo a:hover{color:#f00}#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}/*需要更换的颜色值的*/.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}.PopUpLoginStyle_1 .modBgColor{background:#1490FD}.searchStyle_1{position: relative;min-width: 200px;}.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}.searchPos-r{position: relative;}.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}.keyWord{margin-top: 5px;}.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}@media screen and (max-width: 768px) {.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}}	#searchbox_style_01_1528874014711 input::-webkit-input-placeholder{ color: ;}	#searchbox_style_01_1528874014711 input::-moz-input-placeholder{ color: ;}	#searchbox_style_01_1528874014711 input::-o-input-placeholder{ color: ;}	.jscartStyle4{background:url(../images/car.png) left center no-repeat;padding-left:26px;line-height:22px;}.jscartStyle4 a{font-size:12px;color:#333}.jscartStyle4 .colorFont b{font-family:"verdana"}.jscartStyle4 .mo-cart{display:none;}@media screen and (max-width: 321px){	.jscartStyle4 .cartTips{display:none}	.jscartStyle4 .mo-cart{display:block}}/*需要更换的颜色值*/.jscartStyle4 .colorFont{color:#ff002a}/*菜单样式*/.menuStyle_11{width:100%; position:relative;}.menuStyle_11 *{box-sizing: border-box;}.menuStyle_11 .miniMenu *,.menuStyle_11 .menuUl li *{	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;}.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}.menuStyle_11 .menuUl>li{position:relative;}.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}.menuStyle_11 .menuUl #hot>a span{color:inherit;}/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/.menuStyle_11 .menuLayout .miniMenu{display:none;}.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.menuStyle_11 .rflex { position: relative;}.menuStyle_11 .maxWidth{margin: auto;}.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}.menuStyle_11 .subBox p{overflow: hidden; float: left;}.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}.menuStyle_11 .subBox .subMenu02:hover,.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}.menuStyle_11 .subBox .subMenu03:hover,.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}/*图标*/.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}@media screen and (max-width:640px) {.menuStyle_11 .imgIco{ margin-right:10px;}	.menuStyle_11 .menuUl,.menuStyle_11 .menuUl_box {display:none;}.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}.menuStyle_11 .miniMenu .leftBox{height: 100%;}.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} .menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} .menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}}	#dh_style_11_1528962459344 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}@media screen and (min-width:640px) {	#dh_style_11_1528962459344 .maxWidth{max-width:px;}	#dh_style_11_1528962459344 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/	#dh_style_11_1528962459344 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */	#dh_style_11_1528962459344 .menuUl li #menuLogo{		height: px;		margin-right: px;		margin-left: px;	}}	#image_style_01_1581515557865 .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_1581515557865 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1581515557865 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1581515557865 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;}/*优惠券列表样式*/.couponStyle_3{clear: both; text-align:center; display: flex; justify-content: space-between; flex-wrap:wrap;}.couponStyle_3 .coupon_Item{ width:calc(94%/4); margin-bottom:2%; display:inline-block;}.diyBox3{margin:0 auto;}.diyBox3 .diyBox_bg{color:#fff;background-color:#8DAB25;}.diyBox3 .diyBox{width:100%; margin:0 auto; }.diyBox3 #couponMain{overflow:hidden;zoom:1; text-align: center; padding:15px 0;}.diyBox3 .diyBox .money{margin-top:20px; width:90%; margin:0 auto; clear:both; padding:5px 0; font-size:20px; white-space:nowrap;text-overflow:ellipsis; overflow: hidden;}.diyBox3 .diyBox .zhekou{font-size:20px; line-height:1;margin-left:5px;}.diyBox3 .diyBox .money .f{ font-size:16px; }.diyBox3 .diyBox .money .m{font-size:30px; line-height:1;}.diyBox3 .diyBox #coupons_c{padding-top:10px; float:right;}.diyBox3 .diyBox .name{ padding-left:5px; font-size:20px; vertical-align: bottom; }.diyBox3 .diyBox .condition{ width:70%; margin-top:10px; display: inline-block; padding:5px 10px; line-height:1.5;color:#fff;font-size:12px;text-align:center;overflow:hidden;zoom:1;white-space:nowrap;text-overflow:ellipsis;background:white; border-radius: 50px;}.diyBox3 .expiredDate{padding:5px 0;background:#000\9;filter:alpha(opacity=20);background:rgba(0,0,0,.2);text-align:center;color:#fff;line-height:20px;}#styleshow{border:1px solid #ddd;text-align:left}@media screen and (min-width:641px) and (max-width:1200px) {	}@media screen and (max-width:640px) {	.couponStyle_3 .coupon_Item{width:calc(96%/2); margin-bottom:4%;}	.diyBox3 .diyBox .condition{width:80%;}	.diyBox3 .diyBox .money .m{ font-size:20px;}	.diyBox3 .diyBox .money .f{ font-size:12px; }	.diyBox3 .diyBox .name{ font-size:14px; }	.diyBox3 .diyBox .zhekou{ font-size:14px; }	.diyBox3 .diyBox .duihuan{ font-size:14px; }}	#couponList_style_1_1528877597939 li{ width:32%;}	#couponList_style_1_1528877597939 .coupon_Item{ margin-bottom:2%;}	@media screen and (min-width: 641px) and (max-width: 1200px){		#couponList_style_1_1528877597939 li{ width:23.5%;}		#couponList_style_1_1528877597939 .coupon_Item{  margin-bottom:2%;}	}	@media screen and (max-width:640px){		#couponList_style_1_1528877597939 li{ width:49%;}		#couponList_style_1_1528877597939 .coupon_Item{  margin-bottom:2%;}	}			#image_style_01_1581474792969 .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_1581474792969 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1581474792969 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}#image_style_01_1581474792969 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_1581474792989 .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_1581474792989 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1581474792989 .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);}}.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_1581474793037 .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_1581474793037 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1581474793037 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}#image_style_01_1581474793037 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_1581474793004 .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_1581474793004 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1581474793004 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}.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_1581474793044 .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_1581474793044 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1581474793044 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}.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_default22{width:100%; clear: both;} .prod_default22 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}.prod_default22 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}.prod_default22 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}.prod_default22 .relative{position:relative; width:100%; height:auto; overflow:hidden;}.prod_default22 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}.prod_default22 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}.prod_default22 .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_default22 .prod_Item:hover .prod_info{bottom: 5%;} */.prod_default22 .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_default22 .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_default22 .dummy{margin-top:75%}/*控制产品图片显示比例*/.prod_default22 .prod_info {position: absolute;left: 50%;bottom: 0;padding: 5%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);background: rgba(255,255,255,.8);overflow: hidden;width:calc(100% + 2px);box-sizing: border-box;}.prod_default22 .p_name {text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #333; line-height: 1.4; width: 100%;}.prod_default22 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/.prod_default22 .p_detail { font-size: 12px; color: #666; display: block; margin-top: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/.prod_default22 .p_group { margin: 5px 0; display: block; float: left;text-align: left!important; width:50%; color: #666; font-size: 12px;}.prod_default22 .p_group .p_lb{display: none;}.prod_default22 .p_line{overflow: hidden;; width: 100%;}.prod_default22 .p_num { margin: 5px 0; display: block; float: right; text-align: right!important; width: 50%; color: #666; font-size: 12px;}.prod_default22 .p_price {float: left; line-height: 1; white-space: nowrap;}.prod_default22 .p_value {color: #333; font-size:18px;display: inline-block;margin-top: 5px;}.prod_default22 .unit {color: #333;font-size: 16px;}.prod_default22 .p_vip {display: block; float: left; text-align: right; line-height:20px; height: 26px; white-space: nowrap;width: 48%;}.prod_default22 .p_vip_price{float: left; width: 2px;}.prod_default22 .p_vip .v_jg{color:#666; font-size: 12px;}.prod_default22 .v_value {color: #666; font-size: 12px;}.prod_default22 .v_unit {color: #666;font-size: 12px;}.prod_default22 .pro_button {display:none; margin: 10px 0; overflow: hidden;}.prod_default22 .p_link { float: left; width: 48%; text-align: center;}.prod_default22 .p_link a {display: block; padding: 10px 15px;}.prod_default22 .p_cart { float: right; width: 48%; text-align: center;}.prod_default22 .p_cart a {display: block; padding: 10px 15px;}.prod_default22 a{text-decoration:none; }  .prod_default22 .status{float: left!important;margin-right: 8px!important;margin-top: 3px;border: 1px solid #7d7d7d;display: inline-block;padding: 0 2px;margin-right: 0px;text-align: center;font-size: 12px;font-family: 'Times New Roman';vertical-align: middle;text-indent: 0px;}/*分页*/.prod_default22 .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;}.prod_default22 .page_btn .cur{ background:red; color:white; cursor:pointer;}.prod_default22 .page:hover{ background:red; color:white; cursor:pointer;}.prod_default22 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}.prod_default22 .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_default22 .page_btn a.cur,.prod_default22 .page_btn a:hover{border:1px solid #4c4c4c;}.prod_default22 .page_btn a:nth-child(n+12){display: none;}.prod_default22 .page_btn a:nth-last-child(1),.prod_default22 .page_btn a:nth-last-child(2),.prod_default22 .page_btn a:nth-last-child(3){display: inline-block !important;}.prod_default22 .prev_btn,.prod_default22 .next_btn{font-family: '黑体' !important; border: 0 !important;}.prod_default22 .no_page{border: 0 !important;}.prod_default22 .page_btn a:nth-child(n+10){display: none;}/*拼购*/.prod_default22 .Collage_item{}.prod_default22 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}.prod_default22 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}.prod_default22 .prod_price{ display:inline-block;color: #ff002a;}.prod_default22 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}.prod_default22 .prod_infos .price_value{ font-size:26px; }.prod_default22 .prod_infos .units{font-size:16px;}.prod_default22 .prod_infos .zero{ font-size:12px; }.prod_default22 .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}.prod_default22 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}.prod_default22 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}.prod_default22 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;}.prod_default22 .zhekou {color: #333; font-size:12px;line-height: 1;clear:both;display: inline-block;}.prod_default22 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}.prod_default22 .zhekou #zk{ font-size:18px;}.prod_default22 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;}.prod_default22 .p_price2{font-family: "微软雅黑"; font-size: 12px;float: right;color: #888;margin-top: 5px;}.prod_default22 .line_through{text-decoration:line-through ;display: inline-block;}.prod_default22 .yuanjia2{color:inherit;font-size: inherit;}.prod_default22 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}.prod_default22 .jiage{color: inherit;font-size: inherit;}.prod_default22 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}.prod_default22 .pin_price{display: inline-block;line-height: 1;}.prod_default22 .btnn {background-color: transparent;width: 50%;border: 1px solid #7d7c7c;color: #333;height: 30px;display: block;clear: both;margin-top: 10px;}.prod_default22 .btnn a{ display:block;color: inherit;}.prod_default22 .freeinfo{ clear:both; overflow:hidden;}.prod_default22 .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_default22 .freeSet{color: #fff;font-size: 14px;text-align: center;text-align: center;position: relative;line-height: 1;top: -49px;height: 40px;width: 40px;display: table-cell;vertical-align: middle;}.prod_default22 .Collage_ico{ position:absolute; width:40px;left:0; top:0; z-index: 100;}.prod_default22 .Collage_ico img{ width:100%; height:100%; }@media screen and (max-width: 767px){.prod_default22 .btnn{width: 100%;}.prod_default22 .fuhao{font-size: 12px;}.prod_default22 .jiage{font-size: 12px;}.prod_default22 .ptoldprice{font-size: 12px;height: auto;}.prod_default22 .unit{font-size: 16px;}.prod_default22 .p_vip .v_jg{font-size: inherit;}.prod_default22 .v_unit{font-size: inherit;}.prod_default22 .v_value{font-size: inherit;}.prod_default22 .p_value{font-size: 18px;}.prod_default22 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}/*分页*//* .prod_default22 .page_btn a:nth-child(n+5){display: none;} */}.prod_default22 .showPage {display: none !important;}.prod_default22 .showKind {display: none !important;}.prod_default22 .showOldprice {display: none !important;}.prod_default22 .showPrice {display: none !important;}.prod_default22 .showIntro {display: none !important;}.prod_default22 .showButton {display: none !important;}.prod_default22 .showStatus {display: none !important;}.prod_default22 .showActivity {display: none !important;}/*pc*/#productList_style_22_1581476993181 li{width: 32%;}#productList_style_22_1581476993181 li.prod_Item{margin-bottom:2%;}@media screen and (max-width: 1024px){/*ipad*/	#productList_style_22_1581476993181 li{width: 32%;}	#productList_style_22_1581476993181 li.prod_Item{margin-bottom:2%;}}@media screen and (max-width: 768px){/*mobi*/	#productList_style_22_1581476993181 li{width: 49%;}	#productList_style_22_1581476993181 li.prod_Item{margin-bottom:2%;}}      #productList_style_22_1581476993181 .p_detail.pc,#productList_style_22_1581476993181 .p_name.pc {display:block;}   #productList_style_22_1581476993181 .p_detail.pad, #productList_style_22_1581476993181 .p_detail.mobile,#productList_style_22_1581476993181 .p_name.pad, #productList_style_22_1581476993181 .p_name.mobile {display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {   #productList_style_22_1581476993181 .p_detail.pad,#productList_style_22_1581476993181 .p_name.pad {display:block;}   #productList_style_22_1581476993181 .p_detail.pc, #productList_style_22_1581476993181 .p_detail.mobile,#productList_style_22_1581476993181 .p_name.pc, #productList_style_22_1581476993181 .p_name.mobile {display:none;}   }   @media screen and (max-width:640px) {   #productList_style_22_1581476993181 .p_detail.mobile,#productList_style_22_1581476993181 .p_name.mobile {display:block;}   #productList_style_22_1581476993181 .p_detail.pc, #productList_style_22_1581476993181 .p_detail.pad,#productList_style_22_1581476993181 .p_name.pc, #productList_style_22_1581476993181 .p_name.pad {display:none;}   }    	#productList_style_22_1581476993181 .status{}	#productList_style_22_1581476993181 .page_btn{ font-size:14px; text-align: center;}	#productList_style_22_1581476993181 .page_btn .all_page{ display:inline-block; margin:0 10px; }	#productList_style_22_1581476993181 .page:hover{ background:red; color:white; cursor:pointer;}	#productList_style_22_1581476993181 .page_btn .cur{ background:red; color:white; cursor:pointer;}	#productList_style_22_1581476993181 .submit_div{ display: inline-block; }	#productList_style_22_1581476993181 .page_btn input{ width:50px; margin:0 5px;}	#productList_style_22_1581476993181 .page_btn input:hover{ cursor:default; background:white; color:#333;}	#productList_style_22_1581476993181 .page_submit{margin-left:5px;}	#productList_style_22_1581476993181 .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_22_1581476993181 .page_btn{ font-size:12px; }			#productList_style_22_1581476993181 .submit_div{ display:none; }		}			#productList_style_22_1581476993181 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }		@media screen and (max-width:640px) {			#productList_style_22_1581476993181 .page{line-height:30px; padding:0 13px;}		}	             #productList_style_22_1581476993181  .showActivity {display: none !important;}                        #productList_style_22_1581476993181 .showPic{display: block !important;}                            #productList_style_22_1581476993181 .showTitle{display: block !important;}                            #productList_style_22_1581476993181 .showPrice{display: block !important;}                            #productList_style_22_1581476993181 .showButton{display: block !important;}                            #productList_style_22_1581476993181 .showOldprice{display: block !important;}                            @media screen and (min-width:641px) and (max-width:1200px) {                #productList_style_22_1581476993181  .showPage {display: none !important;}                #productList_style_22_1581476993181    .showKind {display: none !important;}                #productList_style_22_1581476993181   .showOldprice {display: none !important;}                #productList_style_22_1581476993181   .showPrice {display: none !important;}                #productList_style_22_1581476993181  .showIntro {display: none !important;}                #productList_style_22_1581476993181  .showButton {display: none !important;}                #productList_style_22_1581476993181  .showStatus {display: none !important;}                #productList_style_22_1581476993181  .showActivity {display: none !important;}                                #productList_style_22_1581476993181 .showPic{display: block !important;}                                #productList_style_22_1581476993181 .showTitle{display: block !important;}                                #productList_style_22_1581476993181 .showPrice{display: block !important;}                                #productList_style_22_1581476993181 .showButton{display: block !important;}                                #productList_style_22_1581476993181 .showOldprice{display: block !important;}                                }                            @media screen and (max-width:640px) {                #productList_style_22_1581476993181  .showPage {display: none !important;}                #productList_style_22_1581476993181    .showKind {display: none !important;}                #productList_style_22_1581476993181   .showOldprice {display: none !important;}                #productList_style_22_1581476993181   .showPrice {display: none !important;}                #productList_style_22_1581476993181  .showIntro {display: none !important;}                #productList_style_22_1581476993181  .showButton {display: none !important;}                #productList_style_22_1581476993181  .showStatus {display: none !important;}                #productList_style_22_1581476993181  .showActivity {display: none !important;}                                #productList_style_22_1581476993181 .showPic{display: block !important;}                                #productList_style_22_1581476993181 .showTitle{display: block !important;}                                #productList_style_22_1581476993181 .showPrice{display: block !important;}                                #productList_style_22_1581476993181 .showButton{display: block !important;}                                #productList_style_22_1581476993181 .showOldprice{display: block !important;}                                }            #productList_style_22_1581476993181  .btnaSet ,#productList_style_22_1581476993181  .btnaSet a{            overflow: hidden;            white-space: nowrap;            text-overflow: ellipsis;        }		#image_style_01_1528944331990 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1528944331990 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1528944331990 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}.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_1528944633455 .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_1528944633455 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1528944633455 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}.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_1528944669639 .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_1528944669639 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528944669639 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}.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_1528945320461 .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_1528945320461 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528945320461 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1528945320461 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_1528946318376 .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_1528946318376 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528946318376 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1528946318376 a{	cursor: default;}.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}.imgStyle img{box-sizing: border-box;}/*菜单样式*/.menuStyle_11{width:100%; position:relative;}.menuStyle_11 *{box-sizing: border-box;}.menuStyle_11 .miniMenu *,.menuStyle_11 .menuUl li *{	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;}.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}.menuStyle_11 .menuUl>li{position:relative;}.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}.menuStyle_11 .menuUl #hot>a span{color:inherit;}/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/.menuStyle_11 .menuLayout .miniMenu{display:none;}.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.menuStyle_11 .rflex { position: relative;}.menuStyle_11 .maxWidth{margin: auto;}.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}.menuStyle_11 .subBox p{overflow: hidden; float: left;}.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}.menuStyle_11 .subBox .subMenu02:hover,.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}.menuStyle_11 .subBox .subMenu03:hover,.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}/*图标*/.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}@media screen and (max-width:640px) {.menuStyle_11 .imgIco{ margin-right:10px;}	.menuStyle_11 .menuUl,.menuStyle_11 .menuUl_box {display:none;}.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}.menuStyle_11 .miniMenu .leftBox{height: 100%;}.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} .menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} .menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}}	#dh_style_11_1528946437973 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}@media screen and (min-width:640px) {	#dh_style_11_1528946437973 .maxWidth{max-width:px;}	#dh_style_11_1528946437973 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/	#dh_style_11_1528946437973 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */	#dh_style_11_1528946437973 .menuUl li #menuLogo{		height: px;		margin-right: px;		margin-left: px;	}}	#image_style_01_1528946501636 .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_1528946501636 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528946501636 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1528946501636 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_1528946615543 .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_1528946615543 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528946615543 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1528946615543 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_1528946625634 .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_1528946625634 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1528946625634 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1528946625634 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_1581494428808 .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_1581494428808 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1581494428808 .CompatibleImg img{width:100%; height:100%}}#image_style_01_1581494428808 a{	cursor: default;}.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}.imgStyle img{box-sizing: border-box;}				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}				.bottomMenu ul li .menuItem{position: relative;}				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }				@media screen and (max-width:767px) {					.bottomMenu{display: block;}										body{padding-bottom:55px!important;}				}				