
@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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #div_blank_1534733013960{width:100%;height:40px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1534733013960{height:40px;}}   @media screen and (max-width:640px) {#div_blank_1534733013960{width:1920px;height:200px;top:402px;left:2%;display:none;z-index:2;}} #div_blank_1534733013960 > .view_contents{overflow:visible;}  #div_blank_1534733013960  {box-sizing:border-box;background:#f3f3f3;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1534733013960  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1534733013960  {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#div_blank_1534733013960{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1534733013960{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1534733013960{
		
	}
}


 #text_style_01_1596683078683{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:7px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596683078683{left:0%;width:26.850828729281766%;z-index:2;top:7.5px;}}   @media screen and (max-width:640px) {#text_style_01_1596683078683{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;display:none;}}  #text_style_01_1596683078683>.view_contents {font-size:14px;color:#111111;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1596683078683>.view_contents {font-size:14px;}}

 #user_style_05_1596683129593{width:36.916666666666664%;position:absolute;left:20.125%;top:8.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1596683129593{left:25.576657458563535%;width:15.995762711864407%;z-index:2;top:9.5px;}}   @media screen and (max-width:640px) {#user_style_05_1596683129593{display:none;}}  #user_style_05_1596683129593 .textSet {font-size:14px;font-family:Arial;padding-right:11px;border-color:#999999;border-width:0px;border-top:none !important;border-bottom:none !important;border-left:none !important;border-right:none !important;}

 #text_style_01_1596683224690{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:90.58333333333333%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596683224690{left:87.69743605691602%;width:12.030905077262693%;z-index:2;}}   @media screen and (max-width:640px) {#text_style_01_1596683224690{width:96%;font-size:12px;color:#333;line-height:1.6;top:126px;left:2%;display:none;}}  #text_style_01_1596683224690>.view_contents {color:#111111;font-size:14px;text-align:right;border-bottom:none !important;border-top:none !important;border-style:solid;border-width:1px;border-right:none !important;font-family:Arial;border-left:none !important;} @media screen and (max-width:640px) { #text_style_01_1596683224690>.view_contents {font-size:14px;}}

 #text_style_01_1596683265450{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.165182749430336%;top:7.485119342803955px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596683265450{left:74.26252365112305%;width:11.037527593818984%;z-index:1;top:7.5px;}}   @media screen and (max-width:640px) {#text_style_01_1596683265450{width:96%;font-size:12px;color:#333;line-height:1.6;top:42px;left:2%;display:none;}}  #text_style_01_1596683265450>.view_contents {font-size:14px;color:#111111;text-align:right;font-family:Arial;} @media screen and (max-width:640px) { #text_style_01_1596683265450>.view_contents {font-size:14px;}}

 #image_logo_1596683373647{width:34.166666666666664%;height:61px;position:absolute;left:0%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1596683373647{left:0%;width:37.127071823204425%;z-index:2;height:50px;}}   @media screen and (max-width:640px) {#image_logo_1596683373647{left:1.7333334604899089%;top:22.000000953674316px;height:41px;width:281px;display:block;}} 

 #searchbox_style_02_1596683714032{width:482px;left:38.58333333333333%;top:78px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1596683714032{width:367px;left:37.4896408839779%;top:75px;z-index:2;}}   @media screen and (max-width:640px) {#searchbox_style_02_1596683714032{width:79.2%;left:10.399999999999999%;top:75.99702835083008px;display:block;}} #searchbox_style_02_1596683714032 > .view_contents{overflow:visible;}  #searchbox_style_02_1596683714032 .btnaSet {border-color:transparent;background-color:#FCC218;height:42px;border-radius:21px;} #searchbox_style_02_1596683714032 .inputSet {border-color:#000000;height:42px;border-radius:21px;background:#f2f2f2;border-style:ridge;border-width:0px;color:#111111;} @media screen and (max-width:640px) { #searchbox_style_02_1596683714032 .btnaSet {height:33px;}} @media screen and (max-width:640px) { #searchbox_style_02_1596683714032 .inputSet {height:33px;}}

 #cart_style_7_1596684218233{width:165px;height:42px;left:86.08333333333333%;top:78px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_7_1596684218233{width:165px;height:42px;left:81.63172046080331%;z-index:2;top:75.00000715255737px;}}   @media screen and (max-width:640px) {#cart_style_7_1596684218233{width:165px;height:42px;display:none;}}  #cart_style_7_1596684218233 .textSet {font-family:Arial;}


 #image_style_01_1596684449582{width:21px;height:21px;position:absolute;left:7.868705035971223%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596684449582{left:7.160973756209664%;top:23.5px;}}   @media screen and (max-width:640px) {#image_style_01_1596684449582{display:block;}} #image_style_01_1596684449582 > .view_contents{overflow:visible;} 

 #text_style_01_1596684336651{width:60%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:26.79428539687781%;top:10px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596684336651{width:77.39130434782608%;left:22.59856467304925%;top:13.98214340209961px;}}   @media screen and (max-width:640px) {#text_style_01_1596684336651{width:50%;font-size:12px;color:#333;line-height:1.6;top:50.5px;left:25%;display:block;}}  #text_style_01_1596684336651>.view_contents {line-height:50px;color:#ffffff;background:transparent;font-size:18px;background-color:transparent;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596684336651>.view_contents {font-size:18px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_01_1596684336651>.view_contents {font-size:18px;}}
 #allcate{width:294px;height:70px;position:absolute;left:0%;top:160px;}   @media screen and (min-width:641px) and (max-width:1200px) {#allcate{left:0%;width:247px;z-index:2;height:68px;top:160px;}}   @media screen and (max-width:640px) {#allcate{display:none;}}  #allcate:hover  {background:#EDB613;}

 #dh_style_28_1596684717755{width:75.58333333333334%;z-index:999;position:absolute;left:24.403525034586586%;top:162px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1596684717755{z-index:1000;left:26.203404442738677%;width:73.51694915254238%;top:162.9732208251953px;}}   @media screen and (max-width:640px) {#dh_style_28_1596684717755{width:44px;z-index:999;top:21.994049072265625px;left:86.73016764322917%;display:block;}} #dh_style_28_1596684717755 > .view_contents{overflow:visible;}  #dh_style_28_1596684717755 .mainMenuSet:hover {color:#ffffff;font-size:18px;font-weight:normal;font-family:Arial;background:#EDB613;} #dh_style_28_1596684717755 #hot>a {color:#ffffff;font-size:18px;font-weight:normal;font-family:Arial;background:#EDB613;} #dh_style_28_1596684717755 #hot .aview {color:#ffffff;font-size:18px;font-weight:normal;font-family:Arial;background:#EDB613;} #dh_style_28_1596684717755 .mainMenuSet {color:#ffffff;font-weight:normal;font-family:Arial;font-size:18px;padding-top:12px;padding-bottom:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 .subMenuSet {line-height:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 .thrMenuSet {line-height:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 .mainMenuSet {line-height:40px;font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 .mainMenuSet:hover {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 #hot>a {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1596684717755 #hot .aview {font-size:16px;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .mainMenuSet {font-size:16px;text-align:left;line-height:44px;height:44px;margin-bottom:0px;padding-bottom:17px;padding-left:7px;padding-right:7px;padding-top:1px;bg-hover-color:transparent;color:#111111;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .mainMenuSet:hover {background:#EDB613;font-size:16px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:0px;border-color:#EDB613;border-bottom:none !important;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 #hot>a {background:#EDB613;font-size:16px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:0px;border-color:#EDB613;border-bottom:none !important;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 #hot .aview {background:#EDB613;font-size:16px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:0px;border-color:#EDB613;border-bottom:none !important;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .thrMenuSet:hover {background:transparent;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .thrCurSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .subMenuSet:hover {background:transparent;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .subCurSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_28_1596684717755 .dhAreaSet {background:#f3f3f3;}}
 #div_a_includeBlock_1596683054887{width:1200px;height:230.00001525878906px;position:absolute;top:0px;left:calc(50% - 600px);display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596683054887{display:block;width:100%;left:0%;height:228px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596683054887{width:100%;height:107.99702835083008px;top:0px;left:0%;display:block;z-index:2;}} #div_a_includeBlock_1596683054887 > .view_contents{overflow:visible;} 

 #div_blank_new01_1596685455908{width:10.509721492380452%;height:200px;position:absolute;top:24px;left:84.97109826589595%;display:none;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596685455908{display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1596685455908{width:24.752475247524753%;height:131px;top:0px;left:0%;display:block;z-index:1;}}  #div_blank_new01_1596685455908  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596685455908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596685455908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596685455908 .modSet {background:transparent;}}

 #image_style_01_1597133804944{width:100%;height:70px;position:absolute;top:160px;left:0%;z-index:1;background-color: #FCC218}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597133804944{}}   @media screen and (max-width:640px) {#image_style_01_1597133804944{width:100%;height:134px;top:0px;left:0%;display:none;}} #image_style_01_1597133804944 > .view_contents{overflow:visible;}  #comm_layout_header{height:230.00001525878906px;z-index:99;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:230.00001525878906px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:131px;z-index:50;display:block;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
.prod_default23 .yuanjia2,.prod_default23 .line_through{display:none!important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #text_style_01_1597136886700{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:86.99406433105469px;/*left:26.54142125447591%;*/left:0;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597136886700{left:27.793017888473255%;top:50.98809814453125px;}}   @media screen and (max-width:640px) {#text_style_01_1597136886700{width:50%;font-size:12px;color:#333;line-height:1.6;top:19.997024536132812px;left:1.3333334604899088%;display:block;}}  #text_style_01_1597136886700>.view_contents {color:#111111;font-family:Microsoft YaHei;font-size:24px;} @media screen and (max-width:640px) { #text_style_01_1597136886700>.view_contents {font-size:16px;}}

 #text_style_01_1597137035134{width:43.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:119.99406433105469px;/*left:26.54142125447591%;*/left:0;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597137035134{left:27.799321837344408%;top:86.98809814453125px;width:469px;}}   @media screen and (max-width:640px) {#text_style_01_1597137035134{width:97.33333333333334%;font-size:12px;color:#333;line-height:1.6;top:44.985107421875px;left:1.3333333333333286%;}}  #text_style_01_1597137035134>.view_contents {color:#FCC218;font-size:60px;font-weight:normal;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1597137035134>.view_contents {font-size:49px;}} @media screen and (max-width:640px) { #text_style_01_1597137035134>.view_contents {font-size:32px;}}

 #text_style_01_1597137148997{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:227.98512268066406px;/*left:26.54142125447591%;*/left:0;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597137148997{left:27.799321837344408%;top:174.97915649414062px;}}   @media screen and (max-width:640px) {#text_style_01_1597137148997{width:65.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:94.97023010253906px;left:1.3333334604899088%;}}  #text_style_01_1597137148997>.view_contents {color:#111111;font-family:Microsoft YaHei;font-size:24px;} @media screen and (max-width:640px) { #text_style_01_1597137148997>.view_contents {font-size:16px;}}

 #button_style_05_1597137237967{width:125px;/*left:26.54142125447591%;*/left:0;top:364.9851531982422px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_05_1597137237967{width:125px;left:27.799321837344408%;top:278.9970703125px;}}   @media screen and (max-width:640px) {#button_style_05_1597137237967{width:125px;left:1.9206350962320964%;top:203.9910888671875px;display:none;}} #button_style_05_1597137237967 > .view_contents{overflow:visible;}  #button_style_05_1597137237967 .btnaSet {background:#FCC218;font-size:16px;color:#ffffff;height:44px;}

 #topnav{width:290px;position:absolute;top:0.931549072265625px;left:0%;z-index:29999;display: none;}
    @media screen and (min-width:641px) and (max-width:1200px) {#topnav{left:0%;width:25.847457627118644%;top:-2.000019073486328px;}}   @media screen and (max-width:640px) {#topnav{width:100%;top:624.9851341247559px;left:0%;display:none;}} #topnav > .view_contents{overflow:visible;}  #topnav .oneBgSet {background:#ffffff;border-style:solid;border-width:1px;border-color:#f0f0f0;margin-top:-1px;border-left:none !important;border-right:none !important;} #topnav .oneSet {color:#111111;font-size:14px;padding-top:11px;padding-bottom:2px;height:47px;font-family:Arial;} #topnav .twoSet {color:#666666;padding-left:0px;padding-right:12px;font-size:14px;} #topnav .oneSet:hover {color:#ffffff;font-family:Arial;font-size:14px;background:transparent;padding-top:11px;padding-bottom:2px;} #topnav #currentSet {color:#ffffff;font-family:Arial;font-size:14px;background:transparent;padding-top:11px;padding-bottom:2px;} #topnav .curgSet {color:#ffffff;font-family:Arial;font-size:14px;background:transparent;padding-top:11px;padding-bottom:2px;} #topnav #oneHot {color:#ffffff;font-family:Arial;font-size:14px;background:transparent;padding-top:11px;padding-bottom:2px;} #topnav .twoSet:hover {color:#ff708a;} #topnav .choosesub {color:#ff708a;} #topnav #twoHot {color:#ff708a;} #topnav .titleSet {font-size:14px;color:#ffffff;line-height:59px;height:30px;background:transparent;font-family:Arial;} #topnav .searchIcoSet {padding-top:0px;padding-left:0px;margin-left:12px;margin-right:7px;padding-right:0px;} #topnav .modSet:hover .titleSet {color:#ffffff;font-family:Arial;font-size:14px;} #topnav .oneBgSet:hover {background:#EDB613;} @media screen and (min-width:641px) and (max-width:1200px) { #topnav .oneSet {font-size:14px;padding-top:9px;padding-bottom:2px;}} @media screen and (min-width:641px) and (max-width:1200px) { #topnav .oneBgSet {padding-bottom:2px;}}
/*----------------------电脑板式样式----------------------*/
#topnav{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#topnav{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#topnav{
		
	}
} #layout_diy_1596682931{height:544.9315490722656px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1596682931{height:478.0059509277344px;}}   @media screen and (max-width:640px) {#layout_diy_1596682931{height:141.002976px;display:block;}} #layout_diy_1596682931 > .view_contents{max-width:1200px;overflow: unset;
}  #layout_diy_1596682931  {} @media screen and (min-width:641px) and (max-width:1200px) { #layout_diy_1596682931  {background-size:auto 100%;}}
 #layout_1597305415232{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1597305415232{height:1px;}}   @media screen and (max-width:640px) {#layout_1597305415232{height:1px;}} #layout_1597305415232 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_17_1597376635743{width:380px;height:248px;position:absolute;top:37.9136962890625px;left:12.103926533400411%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1597376635743{width:31.779661016949152%;height:168px;left:0%;top:32.90177917480469px;}}   @media screen and (max-width:640px) {#image_style_17_1597376635743{width:96.00000000000001%;height:140px;top:81.48809814453125px;left:3.999999999999986%;}} #image_style_17_1597376635743 > .view_contents{overflow:visible;}  #image_style_17_1597376635743 .titleSet {text-align:left;padding-left:20px;font-size:24px;color:#111111;font-weight:bold;font-family:Arial;text-indent:0em;margin-bottom:1px;padding-bottom:0px;} #image_style_17_1597376635743 .detailSet {text-align:left;padding-left:20px;font-size:16px;font-weight:normal;color:#999999;font-family:Arial;line-height:22px;height:27px;padding-top:0px;margin-bottom:8px;margin-top:1px;text-indent:0em;padding-bottom:15px;} #image_style_17_1597376635743 .btnSet {margin-left:20px;font-size:16px;padding-top:0px;margin-top:30px;color:#111111;border-color:#111111;padding-left:0px;padding-bottom:0px;padding-right:0px;border-right:none !important;border-top:none !important;border-left:none !important;text-align:left;border-width:2px;line-height:26px;margin-bottom:34px;font-family:Arial;font-weight:bold;border-style:solid;} #image_style_17_1597376635743 .tipsText {padding-bottom:29px;background:transparent;} #image_style_17_1597376635743 .modSet:hover .btnSet {color:#FCC218;border-width:2px;border-style:solid;border-color:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597376635743 .detailSet {font-size:16px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597376635743 .titleSet {font-size:32px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597376635743 .btnSet {font-size:12px;margin-left:12px;margin-top:19px;margin-bottom:9px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597376635743 .tipsText {padding-bottom:28px;margin-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597376635743 .titleSet {font-size:24px;padding-left:10px;}} @media screen and (max-width:640px) { #image_style_17_1597376635743 .btnSet {font-size:12px;letter-spacing:0px;padding-left:0px;padding-right:0px;margin-left:10px;margin-right:2px;margin-top:20px;padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597376635743 .tipsText {margin-bottom:0px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_17_1597376635743 .detailSet {font-size:14px;padding-left:10px;}}

 #text_style_01_1597377510976{width:11.300505050505052%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:147.202392578125px;left:13.378014227356575%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597377510976{left:1.2951474068528515%;top:94.389892578125px;width:169px;}}   @media screen and (max-width:640px) {#text_style_01_1597377510976{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1597377510976>.view_contents {color:#999999;font-family:Arial;}

 #image_style_17_1597377583926{width:23.98989898989899%;height:248px;position:absolute;top:37.90179443359375px;left:38.005050505050505%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1597377583926{width:31.56779661016949%;height:168px;left:33.44336687508276%;top:32.87202453613281px;}}   @media screen and (max-width:640px) {#image_style_17_1597377583926{width:96.00000000000001%;height:140px;top:47.90179443359375px;left:3.999999999999986%;}} #image_style_17_1597377583926 > .view_contents{overflow:visible;}  #image_style_17_1597377583926 .titleSet {text-align:left;padding-left:20px;font-size:24px;color:#111111;font-weight:bold;font-family:Arial;text-indent:0em;margin-bottom:1px;padding-bottom:0px;} #image_style_17_1597377583926 .detailSet {text-align:left;padding-left:20px;font-size:16px;font-weight:normal;color:#999999;font-family:Arial;line-height:22px;height:27px;padding-top:0px;margin-bottom:8px;margin-top:1px;text-indent:0em;padding-bottom:15px;} #image_style_17_1597377583926 .btnSet {margin-left:20px;font-size:16px;padding-top:0px;margin-top:30px;color:#111111;border-color:#111111;padding-left:0px;padding-bottom:0px;padding-right:0px;border-right:none !important;border-top:none !important;border-left:none !important;text-align:left;border-width:2px;line-height:26px;margin-bottom:34px;font-family:Arial;font-weight:bold;} #image_style_17_1597377583926 .tipsText {padding-bottom:29px;background:transparent;} #image_style_17_1597377583926 .modSet:hover .btnSet {color:#FCC218;border-width:2px;border-color:#FCC218;font-family:Arial;font-weight:bold;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377583926 .detailSet {font-size:16px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377583926 .titleSet {font-size:32px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377583926 .btnSet {font-size:12px;margin-left:12px;margin-top:19px;margin-bottom:9px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377583926 .tipsText {padding-bottom:28px;margin-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597377583926 .titleSet {font-size:24px;padding-left:10px;}} @media screen and (max-width:640px) { #image_style_17_1597377583926 .btnSet {font-size:12px;letter-spacing:0px;padding-left:0px;padding-right:0px;margin-left:10px;margin-right:2px;margin-top:20px;padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597377583926 .tipsText {margin-bottom:0px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_17_1597377583926 .detailSet {font-size:14px;padding-left:10px;}}

 #text_style_01_1597377606407{width:11.300505050505052%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:147.39584350585938px;left:39.237617723869555%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597377606407{left:35.15278444451801%;top:94.389892578125px;width:167px;}}   @media screen and (max-width:640px) {#text_style_01_1597377606407{width:50%;font-size:12px;color:#333;line-height:1.6;top:47.90179443359375px;left:50%;}}  #text_style_01_1597377606407>.view_contents {color:#999999;font-family:Arial;}

 #image_style_17_1597377682668{width:23.98989898989899%;height:248px;position:absolute;top:37.90179443359375px;left:63.888888888888886%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1597377682668{width:33.36864406779661%;height:168px;left:66.6162264549126%;top:32.88690185546875px;}}   @media screen and (max-width:640px) {#image_style_17_1597377682668{width:96.00000000000001%;height:140px;top:47.90179443359375px;left:3.999999999999986%;}} #image_style_17_1597377682668 > .view_contents{overflow:visible;}  #image_style_17_1597377682668 .titleSet {text-align:left;padding-left:20px;font-size:24px;color:#111111;font-weight:bold;font-family:Arial;text-indent:0em;margin-bottom:1px;padding-bottom:0px;} #image_style_17_1597377682668 .detailSet {text-align:left;padding-left:20px;font-size:16px;font-weight:normal;color:#999999;font-family:Arial;line-height:22px;height:27px;padding-top:0px;margin-bottom:8px;margin-top:1px;text-indent:0em;padding-bottom:15px;} #image_style_17_1597377682668 .btnSet {margin-left:20px;font-size:16px;padding-top:0px;margin-top:30px;color:#111111;border-color:#111111;padding-left:0px;padding-bottom:0px;padding-right:0px;border-right:none !important;border-top:none !important;border-left:none !important;text-align:left;border-width:2px;line-height:26px;margin-bottom:34px;font-family:Arial;font-weight:bold;} #image_style_17_1597377682668 .tipsText {padding-bottom:29px;background:transparent;} #image_style_17_1597377682668 .modSet:hover .btnSet {color:#FCC218;font-family:Arial;font-weight:bold;font-size:16px;border-width:2px;border-color:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377682668 .detailSet {font-size:16px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377682668 .titleSet {font-size:32px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377682668 .btnSet {font-size:12px;margin-left:12px;margin-top:19px;margin-bottom:9px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597377682668 .tipsText {padding-bottom:28px;margin-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597377682668 .titleSet {font-size:24px;padding-left:10px;}} @media screen and (max-width:640px) { #image_style_17_1597377682668 .btnSet {font-size:12px;letter-spacing:0px;padding-left:0px;padding-right:0px;margin-left:10px;margin-right:2px;margin-top:20px;padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597377682668 .tipsText {margin-bottom:0px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_17_1597377682668 .detailSet {font-size:14px;padding-left:10px;}}

 #text_style_01_1597377703513{width:11.300505050505052%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:147.39584350585938px;left:65.17612958195234%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597377703513{left:68.98614269191935%;top:94.389892578125px;width:121px;}}   @media screen and (max-width:640px) {#text_style_01_1597377703513{width:50%;font-size:12px;color:#333;line-height:1.6;top:157.39584350585938px;left:50%;}}  #text_style_01_1597377703513>.view_contents {color:#999999;font-family:Arial;} #layout_1596685532665{height:295.002976px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596685532665{height:200.9017791748047px;}}   @media screen and (max-width:640px) {#layout_1596685532665{height:528px;display:none;}} #layout_1596685532665 > .view_contents{overflow:visible;} 


 #text_style_01_1596693958489{width:18.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:34px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596693958489{left:0%;top:24px;width:232px;}}   @media screen and (max-width:640px) {#text_style_01_1596693958489{width:40%;font-size:12px;color:#333;line-height:1.6;top:16px;left:2%;}}  #text_style_01_1596693958489>.view_contents {font-size:24px;font-weight:bold;line-height:60px;border-width:3px;border-style:solid;border-color:#FCC218;border-top:none !important;border-right:none !important;border-left:none !important;font-family:Arial;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596693958489>.view_contents {font-size:20px;line-height:50px;}} @media screen and (max-width:640px) { #text_style_01_1596693958489>.view_contents {font-size:16px;line-height:42px;border-width:1px;}}

 #div_blank_new01_1596694009887{width:100%;height:96px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596694009887{height:76px;width:99.89406779661016%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1596694009887{width:96%;height:59px;top:0%;left:2%;}}  #div_blank_new01_1596694009887  {box-sizing:border-box;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:1px;border-color:#e7e7e7;} #div_blank_new01_1596694009887 .modSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596694009887  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596694009887  {box-sizing:border-box;border-width:1px;}}

 #div_blank_new05_1597380181848{width:10.833333333333334%;position:absolute;top:83.97915649414062px;left:0.007441202799479167%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1597380181848{left:0%;top:63.97320556640625px;}}   @media screen and (max-width:640px) {#div_blank_new05_1597380181848{width:32.89473684210527%;top:46.98809814453125px;left:2.0000001271565755%;}}  #div_blank_new05_1597380181848  {box-sizing:border-box;} #div_blank_new05_1597380181848 .roundcs {border-width:3px;border-color:#FCC218;} #div_blank_new05_1597380181848 .modSet {background:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1597380181848  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1597380181848  {box-sizing:border-box;}}

 #text_style_01_1597380775457{width:5.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:48.98809814453125px;left:94.84126917521158%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597380775457{top:34.48808288574219px;left:93.4322033898305%;width:61px;}}   @media screen and (max-width:640px) {#text_style_01_1597380775457{width:12.533333333333333%;font-size:12px;color:#333;line-height:1.6;top:27.497039794921875px;left:85.46666679382324%;}}  #text_style_01_1597380775457>.view_contents {font-family:Arial;color:#999999;} #layout_1596686905531{height:133px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596686905531{height:95.002976px;}}   @media screen and (max-width:640px) {#layout_1596686905531{height:69.98809814453125px;}} #layout_1596686905531 > .view_contents{overflow:visible;max-width:1200px;} 


#productList_style_16_1596694530634 {
	width: 100%;
	left: 0%;
	top: 0px;
	position: static;
}

#productList_style_16_1596694530634 > .view_contents {
	overflow: visible;
}
#productList_style_16_1596694530634 .titleSet {
	font-size: 14px;
	color: #111111;
	font-family: Arial;
	margin-bottom: 5px;
	margin-top: 2px;
}
#productList_style_16_1596694530634 .unitSet {
	font-size: 16px;
	color: #f33340;
	font-family: Arial;
}
#productList_style_16_1596694530634 .priceSet {
	font-size: 16px;
	color: #f33340;
	font-family: Arial;
	margin-top: 6px;
}
#productList_style_16_1596694530634 .imgSet {
	border-width: 0px;
	border-style: ridge;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f3f3f3;
}
#productList_style_16_1596694530634 .modSet {
	background: transparent;
}
#productList_style_16_1596694530634 .detailSet {
	font-family: Arial;
}
/*----------------------电脑板式样式----------------------*/
#productList_style_16_1596694530634{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1596694530634{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_16_1596694530634{
		
	}
}

 #productList_style_16_1596695622256{width:100%;position:absolute;top:36.078125px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_16_1596695622256{width:96%;display:none;}}   @media screen and (max-width:640px) {#productList_style_16_1596695622256{width:96%;top:0px;left:2%;display:none;}} #productList_style_16_1596695622256 > .view_contents{overflow:visible;}  #productList_style_16_1596695622256 .modSet {border-width:1px;border-style:solid;border-color:#e7e7e7;padding-bottom:20px;} #productList_style_16_1596695622256 .imgSet {border-style:solid;border-width:1px;border-color:#e7e7e7;border-right:none !important;border-top:none !important;border-left:none !important;background:transparent;} #productList_style_16_1596695622256 .titleSet {font-size:16px;border-style:none;border-width:0px;padding-bottom:0px;} #productList_style_16_1596695622256 .priceSet {font-size:20px;font-weight:normal;font-family:Microsoft YaHei;color:#ff768f;} #productList_style_16_1596695622256 .unitSet {font-size:18px;color:#ff768f;} #productList_style_16_1596695622256 .btnaSet {height:34px;line-height:34px;padding-right:40px;padding-left:40px;color:#ffffff;background:#ff768f;border-width:0px;border-style:none;box-shadow:transparent 0px 0px 1px inset;margin-top:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1596695622256 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1596695622256 .btnaSet {margin-top:12px;padding-left:30px;padding-right:30px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_16_1596695622256 .modSet {padding-bottom:16px;}} @media screen and (max-width:640px) { #productList_style_16_1596695622256 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_16_1596695622256 .priceSet {font-size:18px;}} @media screen and (max-width:640px) { #productList_style_16_1596695622256 .unitSet {font-size:16px;}} @media screen and (max-width:640px) { #productList_style_16_1596695622256 .btnaSet {padding-left:30px;padding-right:30px;margin-top:10px;}} @media screen and (max-width:640px) { #productList_style_16_1596695622256 .modSet {padding-bottom:14px;}}    #layout_1596694504334 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1597383574618{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:103.74107360839844px;left:50.329865773518875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597383574618{left:51.86421992415089%;top:107.72023010253906px;}}   @media screen and (max-width:640px) {#text_style_01_1597383574618{width:50%;font-size:12px;color:#333;line-height:1.6;top:11px;left:4.432539876302084%;}}  #text_style_01_1597383574618>.view_contents {color:#FCC218;font-size:18px;font-family:Arial;}

 #text_style_01_1597383580301{width:47.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:129.71728515625px;left:50.329865773518875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597383580301{left:51.87525668386685%;top:144.70535278320312px;}}   @media screen and (max-width:640px) {#text_style_01_1597383580301{width:78.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:34.732147216796875px;left:4.431750488281249%;}}  #text_style_01_1597383580301>.view_contents {font-size:42px;font-family:Arial;font-weight:bold;line-height:60px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1597383580301>.view_contents {font-size:34px;}} @media screen and (max-width:640px) { #text_style_01_1597383580301>.view_contents {font-size:20px;line-height:40px;}}

 #text_style_01_1597383588131{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:292.68157958984375px;left:50.329865773518875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597383588131{left:51.88629021078853%;top:284.6696472167969px;width:86px;}}   @media screen and (max-width:640px) {#text_style_01_1597383588131{width:16.266666666666666%;font-size:12px;color:#333;line-height:1.6;top:131.67559814453125px;left:4.432539876302084%;}}  #text_style_01_1597383588131>.view_contents {font-family:Arial;font-weight:bold;border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-width:2px;} #text_style_01_1597383588131 .view_contents:hover {color:#FCC218;border-color:#FCC218;border-width:2px;} #layout_1596694936902{height:458.7321472167969px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596694936902{height:351.6785888671875px;}}   @media screen and (max-width:640px) {#layout_1596694936902{height:224.002976px;}} #layout_1596694936902 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1596694936902  {background: url(../img/comm/bannerbg.jpg);background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1596694936902  {background-size:cover;background-repeat:no-repeat!important;}}


 #text_style_01_1596696045427{width:13.750000000000002%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:32.994049072265625px;left:0.007935841878255209%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596696045427{left:0%;top:24px;width:135.86904907226562px;}}   @media screen and (max-width:640px) {#text_style_01_1596696045427{width:33.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:16px;left:2%;}}  #text_style_01_1596696045427>.view_contents {font-size:24px;font-weight:bold;line-height:60px;border-width:3px;border-style:solid;border-color:#FCC218;border-top:none !important;border-right:none !important;border-left:none !important;font-family:Arial;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596696045427>.view_contents {font-size:20px;line-height:50px;}} @media screen and (max-width:640px) { #text_style_01_1596696045427>.view_contents {font-size:16px;line-height:42px;border-width:1px;}}

 #div_blank_new01_1596696045441{width:100%;height:96px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596696045441{height:76px;width:99.78876612701659%;left:0.21217980627286234%;}}   @media screen and (max-width:640px) {#div_blank_new01_1596696045441{width:96%;height:59px;top:0%;left:2%;}}  #div_blank_new01_1596696045441  {box-sizing:border-box;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:1px;border-color:#e7e7e7;} #div_blank_new01_1596696045441 .modSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596696045441  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596696045441  {box-sizing:border-box;border-width:1px;}}

 #div_blank_new05_1597380123066{width:10.833333333333334%;position:absolute;top:83.97024536132812px;left:0.007441202799479167%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1597380123066{}}   @media screen and (max-width:640px) {#div_blank_new05_1597380123066{width:32.89473684210527%;top:46.49702453613281px;left:2.0000001271565755%;}}  #div_blank_new05_1597380123066  {box-sizing:border-box;} #div_blank_new05_1597380123066 .roundcs {border-width:3px;border-color:#FCC218;} #div_blank_new05_1597380123066 .modSet {background:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1597380123066  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1597380123066  {box-sizing:border-box;}}

 #text_style_01_1597380762785{width:5.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:47.9910888671875px;left:94.84126917521158%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597380762785{}}   @media screen and (max-width:640px) {#text_style_01_1597380762785{width:14.666666666666666%;font-size:12px;color:#333;line-height:1.6;top:27.497024536132812px;left:81.78492838541666%;}}  #text_style_01_1597380762785>.view_contents {font-family:Arial;color:#999999;} #layout_1596696045423{height:124px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596696045423{height:106.95834350585938px;}}   @media screen and (max-width:640px) {#layout_1596696045423{height:69.49702453613281px;}} #layout_1596696045423 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_23_1597202655933{width:100%;left:0%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_23_1597202655933{width:100%;left:0%;top:0px;}}   @media screen and (max-width:640px) {#productList_style_23_1597202655933{width:100%;left:0%;top:10px;}} #productList_style_23_1597202655933 > .view_contents{overflow:visible;}  #productList_style_23_1597202655933 .titleSet {font-size:14px;color:#111111;font-family:Arial;margin-bottom:5px;margin-top:2px;} #productList_style_23_1597202655933 .unitSet {font-size:16px;color:#f13340;font-family:Arial;} #productList_style_23_1597202655933 .priceSet {font-size:16px;color:#f13340;font-family:Arial;margin-top:6px;} #productList_style_23_1597202655933 .imgSet {border-width:0px;border-style:ridge;padding-top:15px;padding-bottom:15px;background:#f3f3f3;} #productList_style_23_1597202655933 .modSet {background:transparent;} #productList_style_23_1597202655933 .detailSet {font-family:Arial;}
/*----------------------电脑板式样式----------------------*/
#productList_style_23_1597202655933{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1597202655933{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_23_1597202655933{
		
	}
} #layout_1596696053808{height:689px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596696053808{height:612px;}}   @media screen and (max-width:640px) {#layout_1596696053808{height:1444px;}} #layout_1596696053808 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_17_1596695002576{width:585px;height:248px;position:absolute;top:13.300605773925781px;left:0.007935841878255209%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1596695002576{width:461px;height:194px;}}   @media screen and (max-width:640px) {#image_style_17_1596695002576{width:96.00000000000001%;height:140px;top:16px;left:1.999999999999993%;}} #image_style_17_1596695002576 > .view_contents{overflow:visible;}  #image_style_17_1596695002576 .titleSet {text-align:left;padding-left:20px;font-size:24px;color:#ffffff;font-weight:normal;font-family:Arial;} #image_style_17_1596695002576 .detailSet {text-align:left;padding-left:20px;font-size:26px;font-weight:normal;color:#ffffff;font-family:Arial Black;line-height:22px;height:27px;margin-top:15px;} #image_style_17_1596695002576 .btnSet {margin-left:20px;font-size:16px;padding-top:0px;margin-top:45px;color:#ffffff;border-color:#ffd8bd;padding-left:0px;padding-bottom:0px;padding-right:0px;border-right:none !important;border-top:none !important;border-left:none !important;text-align:left;border-width:2px;line-height:24px;margin-bottom:25px;font-family:Arial;font-weight:bold;} #image_style_17_1596695002576 .tipsText {padding-bottom:29px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1596695002576 .detailSet {font-size:16px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1596695002576 .titleSet {font-size:32px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1596695002576 .btnSet {font-size:12px;margin-left:12px;margin-top:19px;margin-bottom:9px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1596695002576 .tipsText {padding-bottom:28px;margin-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1596695002576 .titleSet {font-size:24px;padding-left:10px;}} @media screen and (max-width:640px) { #image_style_17_1596695002576 .btnSet {font-size:12px;letter-spacing:0px;padding-left:0px;padding-right:0px;margin-left:10px;margin-right:2px;margin-top:20px;padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1596695002576 .tipsText {margin-bottom:0px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_17_1596695002576 .detailSet {font-size:14px;padding-left:10px;}}

 #image_style_17_1597384708349{width:48.75%;height:248px;position:absolute;top:13.288681030273438px;left:51.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_17_1597384708349{width:457px;left:51.54327133954582%;height:193px;}}   @media screen and (max-width:640px) {#image_style_17_1597384708349{width:96.00000000000001%;height:140px;top:166.99404907226562px;left:1.999999999999993%;}} #image_style_17_1597384708349 > .view_contents{overflow:visible;}  #image_style_17_1597384708349 .titleSet {text-align:left;padding-left:20px;font-size:24px;color:#ffffff;font-weight:normal;font-family:Arial;} #image_style_17_1597384708349 .detailSet {text-align:left;padding-left:20px;font-size:26px;font-weight:normal;color:#ffffff;font-family:Arial Black;line-height:22px;height:27px;margin-top:15px;} #image_style_17_1597384708349 .btnSet {margin-left:20px;font-size:16px;padding-top:0px;margin-top:45px;color:#ffffff;border-color:#ffd8bd;padding-left:0px;padding-bottom:0px;padding-right:0px;border-right:none !important;border-top:none !important;border-left:none !important;text-align:left;border-width:2px;line-height:24px;margin-bottom:25px;font-family:Arial;font-weight:bold;} #image_style_17_1597384708349 .tipsText {padding-bottom:29px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597384708349 .detailSet {font-size:16px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597384708349 .titleSet {font-size:32px;padding-left:14px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597384708349 .btnSet {font-size:12px;margin-left:12px;margin-top:19px;margin-bottom:9px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_17_1597384708349 .tipsText {padding-bottom:28px;margin-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597384708349 .titleSet {font-size:24px;padding-left:10px;}} @media screen and (max-width:640px) { #image_style_17_1597384708349 .btnSet {font-size:12px;letter-spacing:0px;padding-left:0px;padding-right:0px;margin-left:10px;margin-right:2px;margin-top:20px;padding-bottom:0px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_17_1597384708349 .tipsText {margin-bottom:0px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_17_1597384708349 .detailSet {font-size:14px;padding-left:10px;}} #layout_1597202804127{height:261.3006057739258px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1597202804127{height:207.28868865966797px;}}   @media screen and (max-width:640px) {#layout_1597202804127{height:318.002976px;}} #layout_1597202804127 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_new01_1597207769636{width:100%;height:96px;position:absolute;top:2px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1597207769636{height:76px;width:100%;left:0%;top:8.976192474365234px;}}   @media screen and (max-width:640px) {#div_blank_new01_1597207769636{width:96%;height:59px;top:10px;left:3.3003300330033%;}}  #div_blank_new01_1597207769636  {box-sizing:border-box;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:1px;border-color:#e7e7e7;} #div_blank_new01_1597207769636 .modSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1597207769636  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1597207769636  {box-sizing:border-box;border-width:1px;}}

 #text_style_01_1597207821712{width:27.500000000000004%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36.99700927734375px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597207821712{left:0%;top:31.97024154663086px;width:278px;}}   @media screen and (max-width:640px) {#text_style_01_1597207821712{width:58.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:25.970245361328125px;left:3.3015874226888022%;}}  #text_style_01_1597207821712>.view_contents {font-size:24px;font-weight:bold;line-height:60px;border-width:3px;border-style:solid;border-color:#FCC218;border-top:none !important;border-right:none !important;border-left:none !important;font-family:Arial;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1597207821712>.view_contents {font-size:20px;line-height:50px;}} @media screen and (max-width:640px) { #text_style_01_1597207821712>.view_contents {font-size:16px;line-height:42px;border-width:1px;}}

 #div_blank_new05_1597379995324{width:130px;position:absolute;top:85.76190185546875px;left:0.007441202799479167%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1597379995324{left:0%;top:72.7589111328125px;}}   @media screen and (max-width:640px) {#div_blank_new05_1597379995324{width:32.89473684210527%;top:58.97027587890625px;left:3.3015874226888022%;}}  #div_blank_new05_1597379995324  {box-sizing:border-box;} #div_blank_new05_1597379995324 .roundcs {border-width:3px;border-color:#FCC218;} #div_blank_new05_1597379995324 .modSet {background:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1597379995324  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1597379995324  {box-sizing:border-box;}}

 #text_style_01_1597380729455{width:5.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51.994049072265625px;left:94.84126917521158%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597380729455{}}   @media screen and (max-width:640px) {#text_style_01_1597380729455{width:13.333333333333334%;font-size:12px;color:#333;line-height:1.6;top:40.994049072265625px;left:84.32460327148438%;}}  #text_style_01_1597380729455>.view_contents {font-family:Arial;color:#999999;} #layout_1596698037117{height:135.99700927734375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596698037117{height:108.002976px;}}   @media screen and (max-width:640px) {#layout_1596698037117{height:84.002976px;}} #layout_1596698037117 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_23_1597208078444{width:100%;left:0%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_23_1597208078444{width:100%;top:0.7232208251953125px;left:0%;}}   @media screen and (max-width:640px) {#productList_style_23_1597208078444{width:100%;left:0%;top:10px;}} #productList_style_23_1597208078444 > .view_contents{overflow:visible;}  #productList_style_23_1597208078444 .titleSet {font-size:14px;color:#111111;font-family:Arial;margin-bottom:5px;margin-top:2px;} #productList_style_23_1597208078444 .unitSet {font-size:16px;color:#f13340;font-family:Arial;} #productList_style_23_1597208078444 .priceSet {font-size:16px;color:#f13340;font-family:Arial;margin-top:6px;} #productList_style_23_1597208078444 .imgSet {border-width:0px;border-style:ridge;padding-top:15px;padding-bottom:15px;background:#f3f3f3;} #productList_style_23_1597208078444 .modSet {background:transparent;} #productList_style_23_1597208078444 .detailSet {font-family:Arial;} #productList_style_23_1597208078444 .oldpriceSet {font-family:Arial;}
/*----------------------电脑板式样式----------------------*/
#productList_style_23_1597208078444{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1597208078444{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_23_1597208078444{
		
	}
} #layout_1596698220771{height:689px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596698220771{height:612.7232208251953px;}}   @media screen and (max-width:640px) {#layout_1596698220771{height:1444px;display:block;}} #layout_1596698220771 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1596698252951{width:25.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:8.982147216796875px;left:0.007441202799479167%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596698252951{left:0%;top:4px;width:286px;}}   @media screen and (max-width:640px) {#text_style_01_1596698252951{width:58.4%;font-size:12px;color:#333;line-height:1.6;top:7px;left:2%;}}  #text_style_01_1596698252951>.view_contents {font-size:24px;font-weight:bold;line-height:60px;border-width:3px;border-style:solid;border-color:transparent;border-top:none !important;border-right:none !important;border-left:none !important;font-family:Arial;border-bottom:none !important;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596698252951>.view_contents {font-size:20px;line-height:50px;}} @media screen and (max-width:640px) { #text_style_01_1596698252951>.view_contents {font-size:16px;line-height:42px;border-width:1px;}}

 #div_blank_new01_1596698252968{width:100%;height:70px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596698252968{height:56px;width:100%;left:0%;top:0.0059051513671875px;}}   @media screen and (max-width:640px) {#div_blank_new01_1596698252968{width:96%;height:50px;top:0px;left:2%;}}  #div_blank_new01_1596698252968  {box-sizing:border-box;border-right:none !important;border-top:none !important;border-left:none !important;border-style:solid;border-width:1px;border-color:#e7e7e7;} #div_blank_new01_1596698252968 .modSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596698252968  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596698252968  {box-sizing:border-box;border-width:1px;}}

 #div_blank_new05_1597380229796{width:10.833333333333334%;position:absolute;top:57.99700927734375px;left:0.007935841878255209%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1597380229796{left:0%;top:43.99107360839844px;}}   @media screen and (max-width:640px) {#div_blank_new05_1597380229796{width:32.89473684210527%;top:37.985137939453125px;left:2.0000001271565755%;}}  #div_blank_new05_1597380229796  {box-sizing:border-box;} #div_blank_new05_1597380229796 .roundcs {border-width:3px;border-color:#FCC218;} #div_blank_new05_1597380229796 .modSet {background:#FCC218;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1597380229796  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1597380229796  {box-sizing:border-box;}}

 #text_style_01_1597380387267{width:5.166666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:23.97320556640625px;left:94.84126917521158%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597380387267{}}   @media screen and (max-width:640px) {#text_style_01_1597380387267{width:13.600000000000001%;font-size:12px;color:#333;line-height:1.6;top:17.994049072265625px;left:84.7698486328125%;}}  #text_style_01_1597380387267>.view_contents {font-family:Arial;color:#999999;} #layout_1596698252949{height:93.002976px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596698252949{height:72.002976px;}}   @media screen and (max-width:640px) {#layout_1596698252949{height:60.985137939453125px;}} #layout_1596698252949 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_23_1597208480003{width:100%;left:0%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_23_1597208480003{width:100%;left:0%;top:7px;}}   @media screen and (max-width:640px) {#productList_style_23_1597208480003{width:100%;left:0%;top:10px;}} #productList_style_23_1597208480003 > .view_contents{overflow:visible;}  #productList_style_23_1597208480003 .titleSet {font-family:Arial;color:#111111;font-size:14px;margin-top:28px;} #productList_style_23_1597208480003 .priceSet {color:#f13340;font-size:16px;font-family:Arial;} #productList_style_23_1597208480003 .unitSet {color:#f13340;font-family:Arial;} #productList_style_23_1597208480003 .modSet {background:#f3f3f3;} #productList_style_23_1597208480003 .imgSet {background:#f3f3f3;}
/*----------------------电脑板式样式----------------------*/
#productList_style_23_1597208480003{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1597208480003{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_23_1597208480003{
		
	}
} #layout_1596698262753{height:278px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596698262753{height:480px;}}   @media screen and (max-width:640px) {#layout_1596698262753{height:730px;}} #layout_1596698262753 > .view_contents{overflow:visible;max-width:1200px;} 



 #footerCustom_textlist_01_1596699669556{width:100%;position:absolute;top:39px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#footerCustom_textlist_01_1596699669556{left:0.01553867403314917%;top:36px;}}   @media screen and (max-width:640px) {#footerCustom_textlist_01_1596699669556{}}  #footerCustom_textlist_01_1596699669556 .modSet {background:transparent;} #footerCustom_textlist_01_1596699669556 .oneSet {text-align:left;font-size:16px;font-family:Arial;font-weight:bold;} #footerCustom_textlist_01_1596699669556 .twoSet {text-align:left;font-size:14px;font-family:Arial;} @media screen and (min-width:641px) and (max-width:1200px) { #footerCustom_textlist_01_1596699669556 .oneSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #footerCustom_textlist_01_1596699669556 .twoSet {font-size:14px;}}
 #div_a_includeBlock_1596700113415{width:1200px;height:330px;position:absolute;top:1px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1596700113415{width:96%;left:1.9893815961934753%;top:0.93450927734375px;height:309px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1596700113415{width:100%;height:438.671875px;top:0px;left:0%;display:none;}} 

 #div_blank_new01_1596700394581{width:100%;height:60px;position:absolute;top:354px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1596700394581{left:calc(50% - 471.5px);top:374px;height:46px;}}   @media screen and (max-width:640px) {#div_blank_new01_1596700394581{width:24.752475247524753%;height:50px;top:0px;left:37.62376237623762%;display:none;}}  #div_blank_new01_1596700394581  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1596700394581 .modSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1596700394581  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1596700394581  {box-sizing:border-box;}}

 #text_style_01_1596700447715{width:46.77307425399028%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:370px;left:26.61346287300486%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1596700447715{width:635px;left:calc(50% - 317.5px);top:384.5px;}}   @media screen and (max-width:640px) {#text_style_01_1596700447715{width:95.46666666666667%;font-size:12px;color:#333;line-height:1.6;top:16px;left:2.2666666666666666%;}}  #text_style_01_1596700447715>.view_contents {font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1596700447715>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1596700447715>.view_contents {font-size:12px;color:#e5e5e5;}} #comm_layout_footer{height:414px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:420px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:51px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#222222;background-repeat:no-repeat;background-size:100% auto;}
/*弹窗效果*/
.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/res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.jscartStyle11{position: relative; background:#f2f2f2;border:1px solid #e5e5e5;box-sizing:border-box;height:100%;width: 100%;border-radius: 25px;}
.jscartStyle11 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle11 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle11 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#fd0000;}
.jscartStyle11 .cartName img{margin:0 5px;}
.jscartStyle11 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle11 .jscartContent{text-align:center;}
.jscartStyle11 .colorFont b{color:#f00}


/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(../../images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}
.PopUpLogin .Login_after span a {font-weight: bold;color: #f00 !important;margin-right: 1em;}
#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_3{ width: 100%;}
.searchStyle_3 .searchForm{ overflow: hidden;}
.searchStyle_3 .search_input{ float: left; width: calc( 100% - 90px); background-color: #eee; font-size: 14px; color: #1c78e7; border: 0; height: 45px; line-height: 45px; vertical-align: top; border-radius: 5px; padding: 0 10px; box-sizing: border-box;}
.searchStyle_3 .search-btn{ float: right; width: 80px; background-color: #1c78e7; color: #fff; text-align: center; height: 45px; font-size: 20px; border: none; border-radius: 5px; cursor: pointer;}
.searchStyle_3 .keyWord{ overflow: hidden;}
.searchStyle_3 .keyWord a{ font-size: 14px; line-height: 2;margin-right: 5px; color: #666; float: left;}
.searchStyle_3 .keyWord a:hover{ color: #1c78e7;}

@media screen and (max-width:640px) {
    .searchStyle_3 .search_input{ width: calc( 100% - 65px); font-size: 12px; height: 35px; line-height: 35px;}
    .searchStyle_3 .search-btn{ width: 55px; font-size: 16px; height: 35px;}
    .searchStyle_3 .keyWord a{ font-size: 12px; line-height: 2;}
}
	#searchbox_style_02_1596683714032 input::-webkit-input-placeholder{ color: #bbbbbb;}
	#searchbox_style_02_1596683714032 input::-moz-input-placeholder{ color: #bbbbbb;}
	#searchbox_style_02_1596683714032 input::-o-input-placeholder{ color: #bbbbbb;}
	.jscartStyle11{position: relative; background:#f2f2f2;border:1px solid #e5e5e5;box-sizing:border-box;height:100%;width: 100%;border-radius: 25px;}
.jscartStyle11 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle11 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle11 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#fd0000;}
.jscartStyle11 .cartName img{margin:0 5px;}
.jscartStyle11 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle11 .jscartContent{text-align:center;}
.jscartStyle11 .colorFont b{color:#f00}


	#image_style_01_1596684449582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1596684449582 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1596684449582 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1596684449582 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_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1596684717755 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1596684717755 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1596684717755 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1596684717755 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1596684717755 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1597133804944 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1597133804944 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1597133804944 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1597133804944 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;}
.button_default04 { width: 100%; height:40px; background: #ffd9e4; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 40px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_05_1597137237967 .button_default .buttonImg {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) {#button_style_05_1597137237967 .button_default .buttonImg {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) {#button_style_05_1597137237967 .button_default .buttonImg {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);}}.prodcateStyle_8 *{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.prodcateStyle_8 .catebg .onelevel{background:rgba(35,42,60,1); padding:10px; border-bottom:1px solid #f2d4b0; overflow:hidden;}
.prodcateStyle_8 .catebg .onelevel .oneSet{ padding:10px 0; display:block; color:white; font-size:16px;}
.prodcateStyle_8 .onelevel .imgIco{width:25px;  margin-right:10px; display:none; overflow:hidden; position:relative; vertical-align: middle;  }
.prodcateStyle_8 .onelevel .imgIco img{vertical-align: middle; width:100%; height:auto;}
.prodcateStyle_8 .subCateUl .twosBgSet{}
.prodcateStyle_8 .subCateUl .twolevel{ display:inline-block; }
.prodcateStyle_8 .subCateUl .twolevel a{ display:block; padding:0 15px; color:#f2d4b0; font-size:12px; text-align:center; line-height:25px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box; text-overflow: ellipsis; overflow:hidden;}
.prodcateStyle_8 .cate_title{ display:none; }

@media screen and (max-width:640px) {
	.prodcateStyle_8 .cate_title{ display:block; background:#f2d4b0; line-height:50px; color:#333; font-size:16px; text-align:center;}
	.prodcateStyle_8 .catebg{display:none;}
	.prodcateStyle_8 .catebg .onelevel .oneSet{ font-size:14px; padding:5px 0; }
}

		#topnav .cate_menu_item{ padding-left:15px; }
	
	
			#topnav .prodcateStyle_8 .onelevel .imgIco{ width:32px; display: inline-block;}
		@media screen and (min-width:641px) and (max-width:1200px) {
		#topnav .prodcateStyle_8 .onelevel .imgIco{ width:20px;}
	}
	@media screen and (max-width:640px)  {
		#topnav .prodcateStyle_8 .onelevel .imgIco{ width:20px;}
	}

.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1597376635743 .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_17_1597376635743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_17_1597376635743 .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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1597377583926 .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_17_1597377583926 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_17_1597377583926 .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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1597377682668 .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_17_1597377682668 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_17_1597377682668 .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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*产品样式*/
.prod_default23{width:100%; clear: both;}
.prod_default23 *{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_default23 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default23 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;background-color: #f6f6f6;overflow: hidden;}
.prod_default23 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default23 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default23 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default23 .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_default23 .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_default23 .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_default23 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5% 12px; box-sizing: border-box; }
.prod_default23 .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_default23 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default23 .status {margin-right:0!important;margin-top: 2px; color:#333;border:1px solid #7d7d7d;float:right;display:inline-block; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
.prod_default23 .p_detail { font-size: 12px; color: #666; display: block;margin-top: 2px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default23 .p_group { margin-top: 6px; display: block; float: left;text-align: left!important; width:60%; color: #666; font-size: 12px;}
.prod_default23 .p_line{overflow: hidden;; width: 100%;}
.prod_default23 .p_num { margin-top: 6px; display: block; float: right; text-align: right!important; width: 40%; color: #666; font-size: 12px;}
.prod_default23 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default23 .p_value {color: #333; font-size:18px;margin-top: 6px;display: inline-block;}
.prod_default23 .unit {color: #333;font-size: 16px;}
.prod_default23 .p_vip {display: block; float: left; text-align: left;white-space: nowrap;width: 48%;}
.prod_default23 .p_vip .v_jg{color:#666; font-size: inherit;}
.prod_default23 .v_value {color: #666; font-size: inherit;}
.prod_default23 .v_unit {color: #666;font-size: inherit;}
.prod_default23 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default23 .p_link { float: left; width: 48%; text-align: center;}
.prod_default23 .p_link a {display: block; padding: 10px 15px;}
.prod_default23 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default23 .p_cart a {display: block; padding: 10px 15px;}
.prod_default23 a{text-decoration:none;} 
/*分页*/
.prod_default23 .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_default23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.prod_default23 .page:hover{ background:red; color:white; cursor:pointer;}
.prod_default23 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default23 .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_default23 .page_btn a.cur,.prod_default23 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default23 .page_btn a:nth-child(n+12){display: none;}
.prod_default23 .page_btn a:nth-last-child(1),.prod_default23 .page_btn a:nth-last-child(2),.prod_default23 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default23 .prev_btn,.prod_default23 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default23 .no_page{border: 0 !important;}
.prod_default23 .page_btn a:nth-child(n+10){display: none;}

/*拼购*/
.prod_default23 .Collage_ico{ position:absolute; left:0; top:0; width:40px; z-index: 100;}
.prod_default23 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default23 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default23 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default23 .prod_price{ display:inline-block;color: #ff002a;}
.prod_default23 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default23 .prod_infos .price_value{ font-size:26px; }
.prod_default23 .prod_infos .units{font-size:16px;}
.prod_default23 .prod_infos .zero{ font-size:12px; }
.prod_default23 .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_default23 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default23 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}
.prod_default23 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;font-size: 12px;}
/* 折扣 */
.prod_default23 .zhekou {color: #333; font-size:18px;line-height: 1;clear:both;display: inline-block;}
.prod_default23 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}
.prod_default23 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;color: #888;}
.prod_default23 .p_price2{font-family: "微软雅黑";font-size: 12px;float: right;color: #666;margin-top: 6px;}
.prod_default23 .line_through{text-decoration:line-through;display: inline-block;}
.prod_default23 .yuanjia2{color:inherit;font-size: inherit;}
.prod_default23 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}
.prod_default23 .jiage{color:inherit;font-size: inherit;}
.prod_default23 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/* 按钮 */
.prod_default23 .btnn {background-color: transparent;width: 50%;height: 30px;display: block;margin-top: 10px; border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;}
.prod_default23 .btnn a{ display:block;color: inherit;}
/* 标识 */

.prod_default23 span.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_default23 .freeinfo{ clear:both; overflow:hidden;}
.prod_default23 .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; }


@media screen and (max-width: 767px){
	.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5%; box-sizing: border-box; }
	.prod_default23 .p_name{font-size: 14px;margin-bottom: 0px;}
	.prod_default23 .zhekou{font-size: 16px;line-height: 24px;}
	.prod_default23 .ptoldprice{ display:none; }
	.prod_default23 .unit{font-size: 16px;}
	.prod_default23 .p_vip .v_jg{font-size: 12px;}
	.prod_default23 .v_unit{font-size: 14px;}
	.prod_default23 .p_vip{height: 18px; line-height: 23px;}
	.prod_default23 .v_value{font-size: 14px;}
	.prod_default23 .p_value{font-size: 18px;display: inline-block;margin-top: 4px;}
	.prod_default23 .Collage_ico{ width:40px;}
	.prod_default23 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}
	.prod_default23 .btnn {height: 28px;width: 100%;line-height: 26px;}
	.prod_default23 .p_price2{margin-top: 4px;}

}
.prod_default23 .showPage {display: none !important;}
.prod_default23 .showKind {display: none !important;}
.prod_default23 .showOldprice {display: none !important;}
.prod_default23 .showPrice {display: none !important;}
.prod_default23 .showIntro {display: none !important;}
.prod_default23 .showButton {display: none !important;}
.prod_default23 .showStatus {display: none !important;}
.prod_default23 .showActivity {display: none !important;}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_16_1596694530634 li{width: 18.4%;}
		#productList_style_16_1596694530634 li.prod_Item{margin-bottom:2%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_16_1596694530634 li{width: 18.4%;}
			#productList_style_16_1596694530634 li.prod_Item{margin-bottom:2%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_16_1596694530634 li{width: 49%;}
			#productList_style_16_1596694530634 li.prod_Item{margin-bottom:2%;}
		}
						 #productList_style_16_1596694530634 .p_detail.pc,#productList_style_16_1596694530634 .p_name.pc {display:block;}
		 #productList_style_16_1596694530634 .p_detail.pad, #productList_style_16_1596694530634 .p_detail.mobile,#productList_style_16_1596694530634 .p_name.pad, #productList_style_16_1596694530634 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_16_1596694530634 .p_detail.pad,#productList_style_16_1596694530634 .p_name.pad {display:block;}
		 #productList_style_16_1596694530634 .p_detail.pc, #productList_style_16_1596694530634 .p_detail.mobile,#productList_style_16_1596694530634 .p_name.pc, #productList_style_16_1596694530634 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_16_1596694530634 .p_detail.mobile,#productList_style_16_1596694530634 .p_name.mobile {display:block;}
		 #productList_style_16_1596694530634 .p_detail.pc, #productList_style_16_1596694530634 .p_detail.pad,#productList_style_16_1596694530634 .p_name.pc, #productList_style_16_1596694530634 .p_name.pad {display:none;}
		 }
	
	#productList_style_16_1596694530634 .status{}


	#productList_style_16_1596694530634 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_16_1596694530634 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_16_1596694530634 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1596694530634 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1596694530634 .submit_div{ display: inline-block; }

	#productList_style_16_1596694530634 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_16_1596694530634 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_16_1596694530634 .page_submit{margin-left:5px;}
	#productList_style_16_1596694530634 .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_16_1596694530634 .page_btn{ font-size:12px; }
			#productList_style_16_1596694530634 .submit_div{ display:none; }
		}

			#productList_style_16_1596694530634 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_16_1596694530634 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_16_1596694530634  .showActivity {display: none !important;}
                        #productList_style_16_1596694530634 .showPrice{display: block !important;}
                            #productList_style_16_1596694530634 .showPic{display: block !important;}
                            #productList_style_16_1596694530634 .showTitle{display: block !important;}
                            #productList_style_16_1596694530634 .showOldprice{display: block !important;}
                            @media screen and (min-width:641px) and (max-width:1200px) {
                #productList_style_16_1596694530634  .showPage {display: none !important;}
                #productList_style_16_1596694530634    .showKind {display: none !important;}
                #productList_style_16_1596694530634   .showOldprice {display: none !important;}
                #productList_style_16_1596694530634   .showPrice {display: none !important;}
                #productList_style_16_1596694530634  .showIntro {display: none !important;}
                #productList_style_16_1596694530634  .showButton {display: none !important;}
                #productList_style_16_1596694530634  .showStatus {display: none !important;}
                #productList_style_16_1596694530634  .showActivity {display: none !important;}
                                #productList_style_16_1596694530634 .showPrice{display: block !important;}
                                #productList_style_16_1596694530634 .showPic{display: block !important;}
                                #productList_style_16_1596694530634 .showTitle{display: block !important;}
                                #productList_style_16_1596694530634 .showOldprice{display: block !important;}
                                }
                            @media screen and (max-width:640px) {
                #productList_style_16_1596694530634  .showPage {display: none !important;}
                #productList_style_16_1596694530634    .showKind {display: none !important;}
                #productList_style_16_1596694530634   .showOldprice {display: none !important;}
                #productList_style_16_1596694530634   .showPrice {display: none !important;}
                #productList_style_16_1596694530634  .showIntro {display: none !important;}
                #productList_style_16_1596694530634  .showButton {display: none !important;}
                #productList_style_16_1596694530634  .showStatus {display: none !important;}
                #productList_style_16_1596694530634  .showActivity {display: none !important;}
                                #productList_style_16_1596694530634 .showPrice{display: block !important;}
                                #productList_style_16_1596694530634 .showPic{display: block !important;}
                                #productList_style_16_1596694530634 .showTitle{display: block !important;}
                                #productList_style_16_1596694530634 .showOldprice{display: block !important;}
                                }


            #productList_style_16_1596694530634  .btnaSet ,#productList_style_16_1596694530634  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*产品样式*/
.prod_default16{width:100%; clear: both;}
.prod_default16 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default16 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default16 .prod_Item{text-align: center; -style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default16 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default16 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default16 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default16 .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%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default16 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default16 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default16 .sortsale{position:absolute;bottom: 0; background-color: rgba(0,0,0,0.4);}
.prod_default16 .prod_info {overflow: hidden; width: 100%; box-sizing: border-box; position: relative;}
.prod_default16 .p_name {text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin: 0 auto; width:80%;font-size: 16px;border-bottom: 1px solid #333333;padding: 12px 6px 8px 6px;margin-bottom: 8px;overflow: hidden;line-height: 1.4;}
.prod_default16 .p_name a {display:block;color: inherit;text-decoration:inherit;}
.prod_default16 .p_detail { font-size: 12px; color: #666; display: block;padding: 0 8px 8px 8px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default16 .p_group {width:60%; padding:10px 0 10px 10px;display: inline-block; float: left; color: #ffffff; font-size: 14px;text-align: left;}
.prod_default16 .p_group .p_lb{display: none;}
.prod_default16 .p_line{margin:0; overflow: hidden; width: 100% !important;}
.prod_default16 .p_num {width:40%;padding:10px 10px 10px 0; display: inline-block; float: right; text-align: right; color: #ffffff; font-size: 14px;}
.prod_default16 .p_jg{display: none;} 
.prod_default16 .p_price {line-height: 1; white-space: nowrap;display: block;}
.prod_default16 .p_value {color: #ff002a; font-size:24px;}
.prod_default16 .unit {color: #ff002a;font-size: 24px;}
.prod_default16 .p_vip {line-height:1; white-space: nowrap;padding-top:8px;}
.prod_default16 .p_vip .v_jg{color:#888; font-size: 14px;}
.prod_default16 .v_value {color: #888; font-size: 14px;}
.prod_default16 .v_unit {color: #888;font-size: 14px;}
.prod_default16 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default16 .p_link { float: left; width: 48%; text-align: center;}
.prod_default16 .p_link a {display: block; padding: 10px 15px;}
.prod_default16 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default16 .p_cart a {display: block; padding: 10px 15px;}

.prod_default16 .prod_info .p_buy{width:100%;float: none !important;margin: 0 auto;clear: both;clear: both;}
.prod_default16 .prod_info .p_buy a{height: 28px;line-height:26px;text-align: center;color: #ff002a; border:1px solid #a49d9c;padding: 0 30px;display:inline-block;font-size: 14px;box-shadow: #f73131 0px 0px 1px inset;margin-top: 20px;}
.prod_default16 .zhekou {color: #ff002a; font-size:22px;line-height: 1;}
.prod_default16 .p_price2{line-height:1;padding-top: 10px;color:#888;font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default16 .yuanjia2{color:#888;font-size: 14px;}
.prod_default16 .jiage{color: #888;font-size: 14px;}
/*分页*/
.prod_default16 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default16 .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_default16 .page_btn a.cur,.prod_default16 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default16 .page_btn a:nth-child(n+12){display: none;}
.prod_default16 .page_btn a:nth-last-child(1),.prod_default16 .page_btn a:nth-last-child(2),.prod_default16 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default16 .prev_btn,.prod_default16 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default16 .no_page{border: 0 !important;}
.prod_default16 .page_btn a:nth-child(n+10){display: none;}


.prod_default16 .freeinfo{ clear:both; overflow:hidden; margin-top:5px;}
.prod_default16 .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_default16 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default16 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default16 .end_text{ color:white; padding-bottom:10px;}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {padding:8px 0 8px 8px;}
	.prod_default16 .p_num {padding:8px 8px 8px 0;}
	.prod_default16 .p_value {font-size:18px;}
	.prod_default16 .unit {font-size: 18px;}
	.prod_default16 .zhekou {font-size: 18px;}
	.prod_default16 .yuanjia2{font-size: 12px;}
	.prod_default16 .p_price2{font-size: 12px;padding-top: 8px;}
	.prod_default16 .jiage{font-size: 12px;}
	.prod_default16 .p_vip{padding-top: 8px;}
	.prod_default16 .p_vip .v_jg{font-size: 12px;}
	.prod_default16 .v_value {font-size: 12px;}
	.prod_default16 .v_unit {font-size: 12px;}
	.prod_default16 .prod_info .p_buy a{height: 26px;line-height:24px;padding: 0 24px;font-size: 12px;margin-top: 20px;}	
}

@media screen and (max-width: 767px){
/*产品列表*/
.prod_default16 .p_name{font-size: 14px;margin-bottom: 4px;width:92%;padding: 6px 0px 4px 0px;}
.prod_default16 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default16 .prod:nth-child(2n){border-right: none;}
.prod_default16 .unit,.prod_default16 .p_vip .v_jg,.prod_default16 .v_unit{font-size: 12px;}
.prod_default16 .p_vip{line-height: normal;padding-top:0px;}
.prod_default16 .v_value{font-size: 12px;}
.prod_default16 .prod .p_detail{padding: 0 6px 6px 6px;}
.prod_default16 .p_value {font-size:14px;}
.prod_default16 .unit {font-size: 14px;}
.prod_default16 .zhekou {font-size:14px;}
.prod_default16 .p_price2{font-size: 12px;padding-top: 6px;}

.prod_default16 .yuanjia2{font-size: 12px;}
.prod_default16 .jiage{font-size: 12px;}
.prod_default16 .prod_info .p_buy a{height: 24px;line-height:22px;font-size: 12px;margin-top: 14px;padding: 0 18px;}
.prod_default16 .p_group{padding:6px 0 6px 6px; font-size:12px;}
.prod_default16 .p_num {padding:6px 6px 6px 0; font-size:12px;}
.prod_default16 .p_vip{padding-top: 6px;}

.prod_default16 .Collage_ico{ width:25px; height:25px; }
}
	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_16_1596695622256 li{width: 18.4%;}
		#productList_style_16_1596695622256 li.prod_Item{margin-bottom:2%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_16_1596695622256 li{width: 18.4%;}
			#productList_style_16_1596695622256 li.prod_Item{margin-bottom:2%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_16_1596695622256 li{width: 49%;}
			#productList_style_16_1596695622256 li.prod_Item{margin-bottom:2%;}
		}
						 #productList_style_16_1596695622256 .p_detail.pc,#productList_style_16_1596695622256 .p_name.pc {display:block;}
		 #productList_style_16_1596695622256 .p_detail.pad, #productList_style_16_1596695622256 .p_detail.mobile,#productList_style_16_1596695622256 .p_name.pad, #productList_style_16_1596695622256 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_16_1596695622256 .p_detail.pad,#productList_style_16_1596695622256 .p_name.pad {display:block;}
		 #productList_style_16_1596695622256 .p_detail.pc, #productList_style_16_1596695622256 .p_detail.mobile,#productList_style_16_1596695622256 .p_name.pc, #productList_style_16_1596695622256 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_16_1596695622256 .p_detail.mobile,#productList_style_16_1596695622256 .p_name.mobile {display:block;}
		 #productList_style_16_1596695622256 .p_detail.pc, #productList_style_16_1596695622256 .p_detail.pad,#productList_style_16_1596695622256 .p_name.pc, #productList_style_16_1596695622256 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_16_1596695622256 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_16_1596695622256 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_16_1596695622256 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_16_1596695622256 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1596695622256 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_16_1596695622256 .submit_div{ display: inline-block; }

	#productList_style_16_1596695622256 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_16_1596695622256 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_16_1596695622256 .page_submit{margin-left:5px;}
	#productList_style_16_1596695622256 .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_16_1596695622256 .page_btn{ font-size:12px; }
			#productList_style_16_1596695622256 .submit_div{ display:none; }
		}

			#productList_style_16_1596695622256 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_16_1596695622256 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_16_1596695622256  .showActivity {display: none !important;}
            #productList_style_16_1596695622256  .btnaSet ,#productList_style_16_1596695622256  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*产品样式*/
.prod_default23{width:100%; clear: both;}
.prod_default23 *{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_default23 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default23 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;background-color: #f6f6f6;overflow: hidden;}
.prod_default23 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default23 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default23 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default23 .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_default23 .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_default23 .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_default23 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5% 12px; box-sizing: border-box; }
.prod_default23 .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_default23 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default23 .status {margin-right:0!important;margin-top: 2px; color:#333;border:1px solid #7d7d7d;float:right;display:inline-block; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
.prod_default23 .p_detail { font-size: 12px; color: #666; display: block;margin-top: 2px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default23 .p_group { margin-top: 6px; display: block; float: left;text-align: left!important; width:60%; color: #666; font-size: 12px;}
.prod_default23 .p_line{overflow: hidden;; width: 100%;}
.prod_default23 .p_num { margin-top: 6px; display: block; float: right; text-align: right!important; width: 40%; color: #666; font-size: 12px;}
.prod_default23 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default23 .p_value {color: #333; font-size:18px;margin-top: 6px;display: inline-block;}
.prod_default23 .unit {color: #333;font-size: 16px;}
.prod_default23 .p_vip {display: block; float: left; text-align: left;white-space: nowrap;width: 48%;}
.prod_default23 .p_vip .v_jg{color:#666; font-size: inherit;}
.prod_default23 .v_value {color: #666; font-size: inherit;}
.prod_default23 .v_unit {color: #666;font-size: inherit;}
.prod_default23 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default23 .p_link { float: left; width: 48%; text-align: center;}
.prod_default23 .p_link a {display: block; padding: 10px 15px;}
.prod_default23 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default23 .p_cart a {display: block; padding: 10px 15px;}
.prod_default23 a{text-decoration:none;} 
/*分页*/
.prod_default23 .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_default23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.prod_default23 .page:hover{ background:red; color:white; cursor:pointer;}
.prod_default23 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default23 .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_default23 .page_btn a.cur,.prod_default23 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default23 .page_btn a:nth-child(n+12){display: none;}
.prod_default23 .page_btn a:nth-last-child(1),.prod_default23 .page_btn a:nth-last-child(2),.prod_default23 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default23 .prev_btn,.prod_default23 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default23 .no_page{border: 0 !important;}
.prod_default23 .page_btn a:nth-child(n+10){display: none;}

/*拼购*/
.prod_default23 .Collage_ico{ position:absolute; left:0; top:0; width:40px; z-index: 100;}
.prod_default23 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default23 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default23 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default23 .prod_price{ display:inline-block;color: #ff002a;}
.prod_default23 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default23 .prod_infos .price_value{ font-size:26px; }
.prod_default23 .prod_infos .units{font-size:16px;}
.prod_default23 .prod_infos .zero{ font-size:12px; }
.prod_default23 .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_default23 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default23 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}
.prod_default23 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;font-size: 12px;}
/* 折扣 */
.prod_default23 .zhekou {color: #333; font-size:18px;line-height: 1;clear:both;display: inline-block;}
.prod_default23 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}
.prod_default23 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;color: #888;}
.prod_default23 .p_price2{font-family: "微软雅黑";font-size: 12px;float: right;color: #666;margin-top: 6px;}
.prod_default23 .line_through{text-decoration:line-through;display: inline-block;}
.prod_default23 .yuanjia2{color:inherit;font-size: inherit;}
.prod_default23 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}
.prod_default23 .jiage{color:inherit;font-size: inherit;}
.prod_default23 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/* 按钮 */
.prod_default23 .btnn {background-color: transparent;width: 50%;height: 30px;display: block;margin-top: 10px; border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;}
.prod_default23 .btnn a{ display:block;color: inherit;}
/* 标识 */

.prod_default23 span.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_default23 .freeinfo{ clear:both; overflow:hidden;}
.prod_default23 .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; }


@media screen and (max-width: 767px){
	.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5%; box-sizing: border-box; }
	.prod_default23 .p_name{font-size: 14px;margin-bottom: 0px;}
	.prod_default23 .zhekou{font-size: 16px;line-height: 24px;}
	.prod_default23 .ptoldprice{ display:none; }
	.prod_default23 .unit{font-size: 16px;}
	.prod_default23 .p_vip .v_jg{font-size: 12px;}
	.prod_default23 .v_unit{font-size: 14px;}
	.prod_default23 .p_vip{height: 18px; line-height: 23px;}
	.prod_default23 .v_value{font-size: 14px;}
	.prod_default23 .p_value{font-size: 18px;display: inline-block;margin-top: 4px;}
	.prod_default23 .Collage_ico{ width:40px;}
	.prod_default23 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}
	.prod_default23 .btnn {height: 28px;width: 100%;line-height: 26px;}
	.prod_default23 .p_price2{margin-top: 4px;}

}
.prod_default23 .showPage {display: none !important;}
.prod_default23 .showKind {display: none !important;}
.prod_default23 .showOldprice {display: none !important;}
.prod_default23 .showPrice {display: none !important;}
.prod_default23 .showIntro {display: none !important;}
.prod_default23 .showButton {display: none !important;}
.prod_default23 .showStatus {display: none !important;}
.prod_default23 .showActivity {display: none !important;}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_23_1597202655933 li{width: 18.4%;}
		#productList_style_23_1597202655933 li.prod_Item{margin-bottom:2%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_23_1597202655933 li{width: 18.4%;}
			#productList_style_23_1597202655933 li.prod_Item{margin-bottom:2%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_23_1597202655933 li{width: 49%;}
			#productList_style_23_1597202655933 li.prod_Item{margin-bottom:2%;}
		}
						 #productList_style_23_1597202655933 .p_detail.pc,#productList_style_23_1597202655933 .p_name.pc {display:block;}
		 #productList_style_23_1597202655933 .p_detail.pad, #productList_style_23_1597202655933 .p_detail.mobile,#productList_style_23_1597202655933 .p_name.pad, #productList_style_23_1597202655933 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_23_1597202655933 .p_detail.pad,#productList_style_23_1597202655933 .p_name.pad {display:block;}
		 #productList_style_23_1597202655933 .p_detail.pc, #productList_style_23_1597202655933 .p_detail.mobile,#productList_style_23_1597202655933 .p_name.pc, #productList_style_23_1597202655933 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_23_1597202655933 .p_detail.mobile,#productList_style_23_1597202655933 .p_name.mobile {display:block;}
		 #productList_style_23_1597202655933 .p_detail.pc, #productList_style_23_1597202655933 .p_detail.pad,#productList_style_23_1597202655933 .p_name.pc, #productList_style_23_1597202655933 .p_name.pad {display:none;}
		 }
	
	#productList_style_23_1597202655933 .status{}


	#productList_style_23_1597202655933 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_23_1597202655933 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_23_1597202655933 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597202655933 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597202655933 .submit_div{ display: inline-block; }

	#productList_style_23_1597202655933 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_23_1597202655933 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_23_1597202655933 .page_submit{margin-left:5px;}
	#productList_style_23_1597202655933 .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_23_1597202655933 .page_btn{ font-size:12px; }
			#productList_style_23_1597202655933 .submit_div{ display:none; }
		}

			#productList_style_23_1597202655933 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_23_1597202655933 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_23_1597202655933  .showActivity {display: none !important;}
                        #productList_style_23_1597202655933 .showPrice{display: block !important;}
                            #productList_style_23_1597202655933 .showPic{display: block !important;}
                            #productList_style_23_1597202655933 .showTitle{display: block !important;}
                            #productList_style_23_1597202655933 .showOldprice{display: block !important;}
                            @media screen and (min-width:641px) and (max-width:1200px) {
                #productList_style_23_1597202655933  .showPage {display: none !important;}
                #productList_style_23_1597202655933    .showKind {display: none !important;}
                #productList_style_23_1597202655933   .showOldprice {display: none !important;}
                #productList_style_23_1597202655933   .showPrice {display: none !important;}
                #productList_style_23_1597202655933  .showIntro {display: none !important;}
                #productList_style_23_1597202655933  .showButton {display: none !important;}
                #productList_style_23_1597202655933  .showStatus {display: none !important;}
                #productList_style_23_1597202655933  .showActivity {display: none !important;}
                                #productList_style_23_1597202655933 .showPrice{display: block !important;}
                                #productList_style_23_1597202655933 .showPic{display: block !important;}
                                #productList_style_23_1597202655933 .showTitle{display: block !important;}
                                #productList_style_23_1597202655933 .showOldprice{display: block !important;}
                                }
                            @media screen and (max-width:640px) {
                #productList_style_23_1597202655933  .showPage {display: none !important;}
                #productList_style_23_1597202655933    .showKind {display: none !important;}
                #productList_style_23_1597202655933   .showOldprice {display: none !important;}
                #productList_style_23_1597202655933   .showPrice {display: none !important;}
                #productList_style_23_1597202655933  .showIntro {display: none !important;}
                #productList_style_23_1597202655933  .showButton {display: none !important;}
                #productList_style_23_1597202655933  .showStatus {display: none !important;}
                #productList_style_23_1597202655933  .showActivity {display: none !important;}
                                #productList_style_23_1597202655933 .showPrice{display: block !important;}
                                #productList_style_23_1597202655933 .showPic{display: block !important;}
                                #productList_style_23_1597202655933 .showTitle{display: block !important;}
                                #productList_style_23_1597202655933 .showOldprice{display: block !important;}
                                }


            #productList_style_23_1597202655933  .btnaSet ,#productList_style_23_1597202655933  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1596695002576 .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_17_1596695002576 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_17_1596695002576 .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;}
.imageStyle_17{ position: relative;}
.imageStyle_17 .text{ position: absolute; left: 0; bottom: 0; width: 100%; font-size: 16px; color: #fff; background: rgba(0,0,0,.4); text-align: center;padding: 12px 0; overflow: hidden;box-sizing: border-box;}
.imageStyle_17 .text .detailSet{margin-top: 4px;font-size: 14px;}
.imageStyle_17 .text .btnSet{border: 1px solid #fff;display: block;width: fit-content; font-size: 12px;padding: 4px 12px;margin: 12px auto 0;}
	#image_style_17_1597384708349 .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_17_1597384708349 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_17_1597384708349 .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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*产品样式*/
.prod_default23{width:100%; clear: both;}
.prod_default23 *{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_default23 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default23 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;background-color: #f6f6f6;overflow: hidden;}
.prod_default23 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default23 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default23 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default23 .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_default23 .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_default23 .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_default23 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5% 12px; box-sizing: border-box; }
.prod_default23 .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_default23 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default23 .status {margin-right:0!important;margin-top: 2px; color:#333;border:1px solid #7d7d7d;float:right;display:inline-block; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
.prod_default23 .p_detail { font-size: 12px; color: #666; display: block;margin-top: 2px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default23 .p_group { margin-top: 6px; display: block; float: left;text-align: left!important; width:60%; color: #666; font-size: 12px;}
.prod_default23 .p_line{overflow: hidden;; width: 100%;}
.prod_default23 .p_num { margin-top: 6px; display: block; float: right; text-align: right!important; width: 40%; color: #666; font-size: 12px;}
.prod_default23 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default23 .p_value {color: #333; font-size:18px;margin-top: 6px;display: inline-block;}
.prod_default23 .unit {color: #333;font-size: 16px;}
.prod_default23 .p_vip {display: block; float: left; text-align: left;white-space: nowrap;width: 48%;}
.prod_default23 .p_vip .v_jg{color:#666; font-size: inherit;}
.prod_default23 .v_value {color: #666; font-size: inherit;}
.prod_default23 .v_unit {color: #666;font-size: inherit;}
.prod_default23 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default23 .p_link { float: left; width: 48%; text-align: center;}
.prod_default23 .p_link a {display: block; padding: 10px 15px;}
.prod_default23 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default23 .p_cart a {display: block; padding: 10px 15px;}
.prod_default23 a{text-decoration:none;} 
/*分页*/
.prod_default23 .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_default23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.prod_default23 .page:hover{ background:red; color:white; cursor:pointer;}
.prod_default23 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default23 .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_default23 .page_btn a.cur,.prod_default23 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default23 .page_btn a:nth-child(n+12){display: none;}
.prod_default23 .page_btn a:nth-last-child(1),.prod_default23 .page_btn a:nth-last-child(2),.prod_default23 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default23 .prev_btn,.prod_default23 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default23 .no_page{border: 0 !important;}
.prod_default23 .page_btn a:nth-child(n+10){display: none;}

/*拼购*/
.prod_default23 .Collage_ico{ position:absolute; left:0; top:0; width:40px; z-index: 100;}
.prod_default23 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default23 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default23 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default23 .prod_price{ display:inline-block;color: #ff002a;}
.prod_default23 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default23 .prod_infos .price_value{ font-size:26px; }
.prod_default23 .prod_infos .units{font-size:16px;}
.prod_default23 .prod_infos .zero{ font-size:12px; }
.prod_default23 .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_default23 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default23 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}
.prod_default23 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;font-size: 12px;}
/* 折扣 */
.prod_default23 .zhekou {color: #333; font-size:18px;line-height: 1;clear:both;display: inline-block;}
.prod_default23 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}
.prod_default23 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;color: #888;}
.prod_default23 .p_price2{font-family: "微软雅黑";font-size: 12px;float: right;color: #666;margin-top: 6px;}
.prod_default23 .line_through{text-decoration:line-through;display: inline-block;}
.prod_default23 .yuanjia2{color:inherit;font-size: inherit;}
.prod_default23 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}
.prod_default23 .jiage{color:inherit;font-size: inherit;}
.prod_default23 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/* 按钮 */
.prod_default23 .btnn {background-color: transparent;width: 50%;height: 30px;display: block;margin-top: 10px; border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;}
.prod_default23 .btnn a{ display:block;color: inherit;}
/* 标识 */

.prod_default23 span.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_default23 .freeinfo{ clear:both; overflow:hidden;}
.prod_default23 .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; }


@media screen and (max-width: 767px){
	.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5%; box-sizing: border-box; }
	.prod_default23 .p_name{font-size: 14px;margin-bottom: 0px;}
	.prod_default23 .zhekou{font-size: 16px;line-height: 24px;}
	.prod_default23 .ptoldprice{ display:none; }
	.prod_default23 .unit{font-size: 16px;}
	.prod_default23 .p_vip .v_jg{font-size: 12px;}
	.prod_default23 .v_unit{font-size: 14px;}
	.prod_default23 .p_vip{height: 18px; line-height: 23px;}
	.prod_default23 .v_value{font-size: 14px;}
	.prod_default23 .p_value{font-size: 18px;display: inline-block;margin-top: 4px;}
	.prod_default23 .Collage_ico{ width:40px;}
	.prod_default23 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}
	.prod_default23 .btnn {height: 28px;width: 100%;line-height: 26px;}
	.prod_default23 .p_price2{margin-top: 4px;}

}
.prod_default23 .showPage {display: none !important;}
.prod_default23 .showKind {display: none !important;}
.prod_default23 .showOldprice {display: none !important;}
.prod_default23 .showPrice {display: none !important;}
.prod_default23 .showIntro {display: none !important;}
.prod_default23 .showButton {display: none !important;}
.prod_default23 .showStatus {display: none !important;}
.prod_default23 .showActivity {display: none !important;}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_23_1597208078444 li{width: 18.4%;}
		#productList_style_23_1597208078444 li.prod_Item{margin-bottom:2%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_23_1597208078444 li{width: 18.4%;}
			#productList_style_23_1597208078444 li.prod_Item{margin-bottom:2%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_23_1597208078444 li{width: 49%;}
			#productList_style_23_1597208078444 li.prod_Item{margin-bottom:2%;}
		}
						 #productList_style_23_1597208078444 .p_detail.pc,#productList_style_23_1597208078444 .p_name.pc {display:block;}
		 #productList_style_23_1597208078444 .p_detail.pad, #productList_style_23_1597208078444 .p_detail.mobile,#productList_style_23_1597208078444 .p_name.pad, #productList_style_23_1597208078444 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_23_1597208078444 .p_detail.pad,#productList_style_23_1597208078444 .p_name.pad {display:block;}
		 #productList_style_23_1597208078444 .p_detail.pc, #productList_style_23_1597208078444 .p_detail.mobile,#productList_style_23_1597208078444 .p_name.pc, #productList_style_23_1597208078444 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_23_1597208078444 .p_detail.mobile,#productList_style_23_1597208078444 .p_name.mobile {display:block;}
		 #productList_style_23_1597208078444 .p_detail.pc, #productList_style_23_1597208078444 .p_detail.pad,#productList_style_23_1597208078444 .p_name.pc, #productList_style_23_1597208078444 .p_name.pad {display:none;}
		 }
	
	#productList_style_23_1597208078444 .status{}


	#productList_style_23_1597208078444 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_23_1597208078444 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_23_1597208078444 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597208078444 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597208078444 .submit_div{ display: inline-block; }

	#productList_style_23_1597208078444 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_23_1597208078444 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_23_1597208078444 .page_submit{margin-left:5px;}
	#productList_style_23_1597208078444 .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_23_1597208078444 .page_btn{ font-size:12px; }
			#productList_style_23_1597208078444 .submit_div{ display:none; }
		}

			#productList_style_23_1597208078444 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_23_1597208078444 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_23_1597208078444  .showActivity {display: none !important;}
                        #productList_style_23_1597208078444 .showPrice{display: block !important;}
                            #productList_style_23_1597208078444 .showPic{display: block !important;}
                            #productList_style_23_1597208078444 .showTitle{display: block !important;}
                            #productList_style_23_1597208078444 .showOldprice{display: block !important;}
                            @media screen and (min-width:641px) and (max-width:1200px) {
                #productList_style_23_1597208078444  .showPage {display: none !important;}
                #productList_style_23_1597208078444    .showKind {display: none !important;}
                #productList_style_23_1597208078444   .showOldprice {display: none !important;}
                #productList_style_23_1597208078444   .showPrice {display: none !important;}
                #productList_style_23_1597208078444  .showIntro {display: none !important;}
                #productList_style_23_1597208078444  .showButton {display: none !important;}
                #productList_style_23_1597208078444  .showStatus {display: none !important;}
                #productList_style_23_1597208078444  .showActivity {display: none !important;}
                                #productList_style_23_1597208078444 .showPrice{display: block !important;}
                                #productList_style_23_1597208078444 .showPic{display: block !important;}
                                #productList_style_23_1597208078444 .showTitle{display: block !important;}
                                #productList_style_23_1597208078444 .showOldprice{display: block !important;}
                                }
                            @media screen and (max-width:640px) {
                #productList_style_23_1597208078444  .showPage {display: none !important;}
                #productList_style_23_1597208078444    .showKind {display: none !important;}
                #productList_style_23_1597208078444   .showOldprice {display: none !important;}
                #productList_style_23_1597208078444   .showPrice {display: none !important;}
                #productList_style_23_1597208078444  .showIntro {display: none !important;}
                #productList_style_23_1597208078444  .showButton {display: none !important;}
                #productList_style_23_1597208078444  .showStatus {display: none !important;}
                #productList_style_23_1597208078444  .showActivity {display: none !important;}
                                #productList_style_23_1597208078444 .showPrice{display: block !important;}
                                #productList_style_23_1597208078444 .showPic{display: block !important;}
                                #productList_style_23_1597208078444 .showTitle{display: block !important;}
                                #productList_style_23_1597208078444 .showOldprice{display: block !important;}
                                }


            #productList_style_23_1597208078444  .btnaSet ,#productList_style_23_1597208078444  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*产品样式*/
.prod_default4{width:100%; clear: both;}
.prod_default4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default4 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 15px;overflow: hidden;}
.prod_default4 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default4 .prodImg_box{position:relative; float: left; width:40%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default4 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default4 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default4 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default4 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default4 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default4 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default4 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default4 .prod_info {float: left; overflow: hidden; width: 60%; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}
.prod_default4 .p_name {margin-bottom: 5px;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default4 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; }/*文字两行后自动超出隐藏*/
.prod_default4 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default4 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default4 .p_group .p_lb{display: none;}
.prod_default4 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default4 .p_num {display: block;width:100%; color: #666; font-size: 12px;}
.prod_default4 .p_jg{display: none;}
.prod_default4 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default4 .p_value {color: #ff002a; font-size:26px;}
.prod_default4 .unit {color: #ff002a;font-size: 16px;}
.prod_default4 .p_vip {display: block;  text-align: left; line-height:24px; height: 26px; white-space: nowrap;clear:both;float: none;}
.prod_default4 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default4 .v_value {color: #333; font-size: 18px;}
.prod_default4 .v_unit {color: #333;font-size: 12px;}
.prod_default4 .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default4 .p_link { float: left; width: 48%; text-align: center;}
.prod_default4 .p_link a {display: block; padding: 10px 15px;}
.prod_default4 .p_cart .a_mode {display: block; padding: 10px 15px;background: #ff002a;color: #fff;text-align: center; border:1px solid #f00;}
.prod_default4 a{text-decoration:none; }  

/*分页*/
.prod_default4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default4 .page_btn a.cur,.prod_default4 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default4 .page_btn a:nth-child(n+12){display: none;}
.prod_default4 .page_btn a:nth-last-child(1),.prod_default4 .page_btn a:nth-last-child(2),.prod_default4 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default4 .prev_btn,.prod_default4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default4 .no_page{border: 0 !important;}
.prod_default4 .page_btn a:nth-child(n+10){display: none;}

.prod_default4 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default4 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;}
.prod_default4 .yuanjia2{color:#888;font-size: 14px;}

.prod_default4 .jiage{color: #888;font-size: 14px;}

.prod_default4 .freeinfo{ clear:both; overflow:hidden;}
.prod_default4 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

/*拼购*/
.prod_default4 .Collage_ico{ position: absolute; left:0; top:0; width:40px; height:40px; z-index: 100;}
.prod_default4 .Collage_ico img{ width:100%; height:100%; }
.prod_default4 .prod_two{color:#f00; margin-bottom:10px;}
.prod_default4 .prod_two .yuanjia{ color:#666; }
.prod_default4 .units:first-of-type{ padding-left:0; }
.prod_default4 .units{ font-size:12px; padding-left:10px; }
.prod_default4 .price_value{ font-size:26px; }
.prod_default4 .prod_price{ display:inline-block; vertical-align: bottom; line-height:1;}
.prod_default4 .prod_old_price{ color:#666; text-decoration: line-through; display:inline-block;}
.prod_default4 .end_time{ font-size:14px;margin-top:10px;}
.prod_default4 .pingoubtn{ overflow:hidden; }
.prod_default4 .pingoubtn .a_mode{ width:50%; float:left;}
.prod_default4 .pingoubtn .num{ background:white; float:left; color:#333;}
/*拼购结束*/

@media screen and (max-width: 767px){
.prod_default4 .p_cart .a_mode{ padding:10px; }
.prod_default4 .prod_info{padding: 6px;}
.prod_default4 .unit,.prod_default4 .p_vip .v_jg,.prod_default4 .v_unit{font-size: 12px;}
.prod_default4 .p_vip{height: 20px; line-height: 23px;}
.prod_default4 .v_value{font-size: 14px;}
.prod_default4 .p_value{font-size: 18px;}
.prod_default4 .prod .p_detail{display: none !important;}

.prod_default4 .Collage_ico{ width:25px; height:25px; }
.prod_default4 .price_value{ font-size:18px; }
.prod_default4 .end_time{ font-size:12px;}
}



	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_23_1597208480003 li{width: 32%;}
		#productList_style_23_1597208480003 li.prod_Item{margin-bottom:2%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_23_1597208480003 li{width: 49%;}
			#productList_style_23_1597208480003 li.prod_Item{margin-bottom:2%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_23_1597208480003 li{width: 100%;}
			#productList_style_23_1597208480003 li.prod_Item{margin-bottom:2%;}
		}
						 #productList_style_23_1597208480003 .p_detail.pc,#productList_style_23_1597208480003 .p_name.pc {display:block;}
		 #productList_style_23_1597208480003 .p_detail.pad, #productList_style_23_1597208480003 .p_detail.mobile,#productList_style_23_1597208480003 .p_name.pad, #productList_style_23_1597208480003 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_23_1597208480003 .p_detail.pad,#productList_style_23_1597208480003 .p_name.pad {display:block;}
		 #productList_style_23_1597208480003 .p_detail.pc, #productList_style_23_1597208480003 .p_detail.mobile,#productList_style_23_1597208480003 .p_name.pc, #productList_style_23_1597208480003 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_23_1597208480003 .p_detail.mobile,#productList_style_23_1597208480003 .p_name.mobile {display:block;}
		 #productList_style_23_1597208480003 .p_detail.pc, #productList_style_23_1597208480003 .p_detail.pad,#productList_style_23_1597208480003 .p_name.pc, #productList_style_23_1597208480003 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_23_1597208480003 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_23_1597208480003 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_23_1597208480003 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_23_1597208480003 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597208480003 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_23_1597208480003 .submit_div{ display: inline-block; }

	#productList_style_23_1597208480003 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_23_1597208480003 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_23_1597208480003 .page_submit{margin-left:5px;}
	#productList_style_23_1597208480003 .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_23_1597208480003 .page_btn{ font-size:12px; }
			#productList_style_23_1597208480003 .submit_div{ display:none; }
		}

			#productList_style_23_1597208480003 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_23_1597208480003 .page{line-height:30px; padding:0 13px;}
		}
	        
     #productList_style_23_1597208480003  .showActivity {display: none !important;}
            #productList_style_23_1597208480003  .btnaSet ,#productList_style_23_1597208480003  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.footerText_01{ width: 100%; position: relative; box-sizing: border-box;padding-top: 5px;padding-bottom: 10px;background: #a2a3e9;}
.footerText_01 .text_list{display: flex;flex-wrap: wrap;}
.footerText_01 .conDiv{flex: 1;align-items: center;}
.footerText_01 .conDiv .title_box a{color: #fff;height: 40px;line-height: 40px;font-size: 16px;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footerText_01 .conDiv .sub_title a{color: #fff;height: 30px;line-height: 30px;font-size: 14px;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

@media screen and (max-width:768px) {
    .footerText_01 .conDiv{width: 50%;min-width: 50%;max-width: 50%;float: left;}
}


        /*pc*/
        #footerCustom_textlist_01_1596699669556 .footerText_01 .conDiv{min-width: calc(100% / 4);max-width: calc(100% / 4);}
        @media screen and (max-width: 1024px){/*pad*/
        #footerCustom_textlist_01_1596699669556 .footerText_01 .conDiv{min-width: calc(100% / 4);max-width: calc(100% / 4);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #footerCustom_textlist_01_1596699669556 .footerText_01 .conDiv{min-width: calc(100% / 4);max-width: calc(100% / 4);}
        }
    .blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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: #111111; line-height: 1;font-family:Arial;}
				.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;}
				}
				
.clearfix:after,.banner:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix,.banner{*+height:1%;}

.pages {padding:18px 0px 44px 18px;clear:both;text-align:center}
.pages a,
.pages a:visited,.pages a:hover,.pages b {padding:0px 14px; border:1px solid #E8E8E8;display:inline-block;height:36px;line-heighT:36px;text-decoration:none;color:#888;margin:0 5px;border-radius: 3px;}
.pages a:hover,.pages b {border:1px solid #EDB613; color:#fff;background:#EDB613;}

.product_box .side {float: left;width: 19.5%;}
.product_box .content {float: right;min-width:720px;}

.hd_title {height: 90px;border-bottom: 1px solid #e7e7e7;text-align: center;}
.hd_title b {font-size: 20px;line-height: 60px;display: inline-block;position: relative;padding-top: 30px;}
.hd_title b::after {content: "";border-bottom: 3px solid #FCC218;position: absolute;bottom: -1px;display:block;width:100%;}

.about .view_contents {max-width: 1200px;}
.about_text {padding:20px 2%}
.about_text .img {float: left;width: 48%}
.about_text .img img {width: 100%;}
.about_text .desc {float: right;width: 48%;padding-top: 20px;}
.about_text .desc p,.aboutdesc p {text-indent: 2em;font-size: 18px;}

.contactlist {padding: 20px;}
.contactlist p {width: 33.333333%;text-indent: 0;float: left;}

@media screen and (max-width: 1024px){
    .about_text .img {float: none;width: 100%}
    .about_text .desc {float: none;width: 100%;}
    .about_text .desc p,.aboutdesc p {font-size: 16px;}
    .contactlist p {width: auto;text-indent: 0;float: none;}
}
@media screen and (max-width: 768px){
        .about_text .desc p,.aboutdesc p {font-size: 14px;}
    
}

#map_style_01_1535098250509 {height: 340px;padding-bottom: 30px;}

/*购物车*/
.order {}
.order .hd {padding: 24px 12px;-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.01), 0 2px 2px 0 rgba(0,0,0,.04);-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.01), 0 2px 2px 0 rgba(0,0,0,.04);box-shadow: 0 0 2px 0 rgba(0,0,0,.01), 0 2px 2px 0 rgba(0,0,0,.04);}
.order .hd h3 {font-size: 16px;text-indent: 1em}
.gouwuche {margin: -15px 0 15px;}
.gouwuche .table .carinfo {height: 88px;}
.gouwuche .table .carinfo img {width: 88px;float: left;height: 88px;}
.gouwuche .table .carinfo p {line-height: 28px;float: left;padding-left: 20px;width: 200px;font-size: 14px}
.gouwuche .red {color: #c00;font-size: 12px;}
.gouwuche .tprice {color: #999;display: block;line-height: 30px;text-decoration: line-through;}
.carnum {width: 92px;}
.carnum a {width: 26px;height: 26px;border: 1px solid #e4e4e4;display: block;float: left;text-align: center;line-height: 26px;font-size: 16px;color: #14A469;}
.carnum a:hover {background: #FAFAFA;}
.carnum p {float: left;}
.carnum input {float: left;line-height: 26px;height: 26px;border: solid #e4e4e4;border-width: 1px 0;width: 36px;text-align: center;}
.table {width: 100%;border-width: 0px;border-color: #E8E8E8;border-collapse: collapse;margin-top: 14px;border: 0;}

.table th {border-width: 1px;height: 40px;line-height: 40px;font-size: 12px;border: none;border-color: #EBEBEB;background: #FAFAFA;color: #666;font-weight: 400;text-align: left;}
.table td {border-width: 0 0 1px;border-style: solid;border-color: #eee;font-size: 12px;color: #666;padding: 10px 0;}
.table .move {line-height: 24px;}
.table .move a {color: #499113;text-decoration: none;}
.table .dele a {color: #666;text-decoration: none;}
.table .border_right {text-align: center;}
.tips {font-size: 14px;line-height: 1;border-radius: 4px;padding: 16px;margin-bottom: 24px;font-weight: 500;opacity: 1;color: #f60;background: #fff6e9}
.order .bd {padding: 32px;}
.order .price {color: #E4393C;font-weight: 400;}
.title_ddno {height: 40px;}
.title_ddno b {float: left;font-size: 16px;font-weight: 400;}
.title_ddno b em {font-size: 14px}
.title_ddno span {float: right;color: #162D8E;}
.title_ddno span a {color: #162D8E;}
.title_ddno span a:hover {color: #f00;}

.playprice li {line-height: 30px;border-top: 1px solid #e8e8e8;text-align: right;padding: 15px 0;}
.playprice li span, .playprice li p {display: inline-block;}
.playprice li p {width: 130px;}
.playprice li span {color: #999;}
.playprice li .price {font-weight: bold;}

.order .pbtn {text-align: right;padding: 10px 0 0;}
.order .sbtn {margin-left: 10px;}
.sbtn {padding:5px 20px;border: 1px solid #dbdbdb;color: #333;border-radius: 3px;display: inline-block;align-items: center;}
.sbtn:hover {opacity: .8;}
.sbtn-red {background-color: #c00;color: #fff;border-color: #c00;}
#Validform_msg {display:none}
.Validform_checktip{}
.Validform_wrong,
.Validform_right,
.Validform_loading{display:block;font-size:12px;color:#aaaaaa}
.Validform_right{
	color:#71b83d;
	font-size:12px;display:block;
}
.Validform_right {display:none;}

.Validform_wrong{
	color:#f00;
	font-size:12px;
}


.login-wrap {padding:20px 10% 0}
.login-wrap .hd {height: 46px;padding: 20px 0 0px;}
.login-wrap .hd ul {}
.login-wrap .hd li {display: inline-block;margin-right: 1em;}
.login-wrap .hd a {display: block;position: relative;font-size: 20px;line-height: 46px;color: #666;cursor: pointer;}
.login-wrap .hd a.on {background: none;border-bottom:1px solid #EDB613;color: #EDB613;height: 44px;}
.login-wrap .hd a.on:hover {background: none;}
.login-wrap .hd a:hover {background: #F2F2F2;}
.fl {float:left;}
.fr {float:right;}
.login-wrap .bd {padding: 20px 0 0px;height: 100%;overflow: hidden;}
.login-form {width: 100%;}
.login-form .input-inline {width: 100%;height:66px;position: relative;}
.login-form .input-inline input {border: 1px solid #e3e3e3;border-radius: 4px;outline: 0;width: 89%;height: 40px;line-height: 40px;font-size: 14px;color: #333;padding-left: 10%;}
.login-form .input-inline input:focus {border: 1px solid #fda233}
.login-form .input-inline input.danger {border: 1px solid #FF0000}
.login-form .input-inline p {clear:both;width:100%}
.login-form .input-inline .input-icon {background: url(../img/login_v6.png) no-repeat;position: absolute;left: 10px;top: 10px}
.login-form .input-inline .input-icon.i-phone {height: 22px;width: 14px;background-position: -141px -168px}
.login-form .input-inline .input-icon.i-email {height: 22px;width: 22px;background-position: -162px -168px}
.login-form .input-inline .input-icon.i-user {height: 20px;width: 18px;background-position: -79px -168px}
.login-form .input-inline .input-icon.i-password {height: 19px;width: 18px;background-position: -120px -168px}

.login-form .login-switch {text-align: center;margin-top: 12px;color: #666;font-size: 12px;}
.login-form .login-switch a {color: #666;font-size: 14px;}
.login-form .login-switch a:hover {color: #0767c8}
.login-form .login-submit {height: 40px;line-height: 40px}
.login-submit input {display: block;vertical-align: middle;height: 44px;line-height: 44px;text-align: center;border-radius: 4px;border: 1px solid #ccc;cursor: pointer;border: 0;color: #fff;width: 100%;font-size: 16px}
.login-submit input:hover {-webkit-transition: all .2s;transition: all .2s;opacity: .9}

.captcha a.sms,.captcha #telmsg {position: absolute;top: 0;right: 0;width: 120px;height: 38px;line-height: 38px;font-size: 14px;border-radius: 3px;}
.captcha #telmsg {pointer-events: none;background-color: #FCC218;border-color: #FCC218;color: #fff;text-align: center;display: none;}
.captcha #telmsg b {font-weight: 400;}
.captcha a.sms {border: 1px solid #FCC218;background: #fff;text-align: center;color: #FCC218;display: block;cursor: pointer;}
.captcha a.sms:hover {filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}

.captcha a.esms {position: absolute;top: 0;right: 0;width: 100px;height: 38px;line-height: 38px;font-size: 14px;border-radius: 3px;}
.captcha a.esms {border: 1px solid #FCC218;background: #EEF8FF;text-align: center;color: #FCC218;display: block;cursor: pointer;}
.captcha a.esms:hover {filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}

.login-form .input-inline.captcha input {width: 218px;padding-left: 10px}

.login-form .incode input {width: 218px;padding-left: 10px}
.incode a {position: absolute;top: 0;right: 0;width: 100px;height: 38px;line-height: 38px;font-size: 14px;border-radius: 3px;color: #0a0;}

.login-submit input {display:block;vertical-align:middle;height:40px;line-height:40px;text-align:center;border-radius:4px;border:1px solid #ccc;cursor:pointer;border:0;color: #fff;width: 100%;font-size: 16px}
.login-submit input:hover{-webkit-transition:all .2s;transition:all .2s;opacity:.9}
.login-submit input{border:1px solid #EDB613;background: #EDB613;}
.login-submit input:hover{background:#FCC218}

.login-form .login-switch {margin-top: 12px;color: #666;font-size: 12px;}
.login-form .login-switch a {color: #666;font-size: 14px;}


 #text_style_01_1597288942549{width:60.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:121.70237731933594px;left:37.67534764607747%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1597288942549{}}   @media screen and (max-width:640px) {#text_style_01_1597288942549{width:75.2%;font-size:12px;color:#333;line-height:1.6;top:45.96427917480469px;left:23.662699381510414%;}}  #text_style_01_1597288942549>.view_contents {color:#7f87ab;font-family:Arial;font-size:60px;font-weight:normal;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1597288942549>.view_contents {font-size:40px;}} #layout_1596789631054{height:400px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1596789631054{height:406px;}}   @media screen and (max-width:640px) {#layout_1596789631054{height:151.002976px;}} #layout_1596789631054 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1596789631054  {background: url(/static/img/about.jpg);background-position:50% 50% !important;background-size:cover;background-repeat:no-repeat!important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1596789631054  {background-size:auto 100%;}}
 
.footlogo .footimg {opacity: .2;margin-bottom: 1em;}
.footlogo p {font-size: 16px;color: #fff;line-height: 40px;}
