
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #div_blank_1552613492456{width:100%;height:40px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1552613492456{}}   @media screen and (max-width:640px) {#div_blank_1552613492456{width:96%;height:200px;top:0px;left:2%;display:none;}} #div_blank_1552613492456 > .view_contents{overflow:visible;}  #div_blank_1552613492456  {box-sizing:border-box;background:#f4f4f4;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1552613492456  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1552613492456  {box-sizing:border-box;}}


 #text_style_01_1552613707095{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:7.5px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552613707095{left:0%;top:9.5px;}}   @media screen and (max-width:640px) {#text_style_01_1552613707095{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;display:none;}}  #text_style_01_1552613707095>.view_contents {font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1552613707095>.view_contents {font-size:12px;}}

 #cart_style_4_1552613751073{width:13.5%;height:22px;position:absolute;top:9px;left:86.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_4_1552613751073{width:165px;left:81.76795580110497%;top:9px;}}   @media screen and (max-width:640px) {#cart_style_4_1552613751073{display:none;}} 

 #text_style_01_1552613817369{width:5.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:80.58333333333333%;top:10.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552613817369{left:74.84979281767956%;width:6.961325966850829%;top:10.5px;}}   @media screen and (max-width:640px) {#text_style_01_1552613817369{width:96%;font-size:12px;color:#333;line-height:1.6;top:59.42469135802469px;left:2%;display:none;}}  #text_style_01_1552613817369>.view_contents {font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1552613817369>.view_contents {font-size:12px;}}

 #user_style_05_1552613847492{width:34.416666666666664%;position:absolute;left:44.54166666666667%;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1552613847492{left:36.455455801104975%;width:36.574585635359114%;top:13px;}}   @media screen and (max-width:640px) {#user_style_05_1552613847492{display:none;}}  #user_style_05_1552613847492 .textSet {text-align:right;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1552613847492{
	
}
#user_style_05_1552613847492 .PopUpLogin #popUpLogin-t ul{float:right;}
#user_style_05_1552613847492  .Login_after {float:right;}
#user_style_05_1552613847492 li{float:left;padding: 0px 6px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1552613847492{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1552613847492{
		
	}
}

 #image_logo_1552614391996{width:26.916666666666668%;height:65px;position:absolute;left:0%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1552614391996{left:0%;width:29.171270718232044%;top:60px;height:48px;}}   @media screen and (max-width:640px) {#image_logo_1552614391996{height:37px;width:176px;left:2.9931640625%;top:8.5px;}} 

 #searchbox_style_01_1552614492396{width:22.583333333333332%;position:absolute;left:77.41666666666667%;top:82.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1552614492396{left:74.25414364640885%;width:25.74585635359116%;top:64px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1552614492396{display:none;}} #searchbox_style_01_1552614492396 > .view_contents{overflow:visible;} 

 #dh_style_11_1552730733612{width:46.25%;z-index:999;position:absolute;left:29.666666666666668%;top:80.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1552730733612{z-index:999;left:29.193715469613256%;width:44.64088397790055%;top:63.5px;}}   @media screen and (max-width:640px) {#dh_style_11_1552730733612{width:44px;z-index:999;top:5px;left:86.25%;}} #dh_style_11_1552730733612 > .view_contents{overflow:visible;}  #dh_style_11_1552730733612 .mainMenuSet {font-size:16px;} #dh_style_11_1552730733612 .mainMenuSet:hover {color:#f2355f;background:transparent;} #dh_style_11_1552730733612 #hot>a {color:#f2355f;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1552730733612 .mainMenuSet {font-size:14px;}}
 #div_a_includeBlock_1552613784159{width:1200px;height:172px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552613784159{width:96%;left:2.014846235418876%;height:125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552613784159{width:100%;height:54px;top:0px;left:0%;}} #div_a_includeBlock_1552613784159 > .view_contents{overflow:visible;}  #comm_layout_header{height:172px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:125px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:54px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#ffffff;}


 #image_style_01_1553247948835{width:100%;height:500px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553247948835{height:354px;}}   @media screen and (max-width:640px) {#image_style_01_1553247948835{width:100%;height:139px;top:0px;left:0%;}} #image_style_01_1553247948835 > .view_contents{overflow:visible;} 


 #text_style_01_1553247949050{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:36px;left:59.291666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553247949050{left:61.86636740331492%;top:34px;}}   @media screen and (max-width:640px) {#text_style_01_1553247949050{width:58.9%;font-size:12px;color:#333;line-height:1.6;top:9px;left:40.9375%;}}  #text_style_01_1553247949050>.view_contents {text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553247949050>.view_contents {font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1553247949050>.view_contents {font-size:14px;}}

 #text_style_01_1553247949063{width:48.41666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.5%;top:73px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553247949063{left:56.491712707182316%;width:42.209944751381215%;top:64px;}}   @media screen and (max-width:640px) {#text_style_01_1553247949063{width:58.9%;font-size:12px;color:#333;line-height:1.6;top:29px;left:40.9375%;}}  #text_style_01_1553247949063>.view_contents {font-size:50px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553247949063>.view_contents {font-size:40px;}} @media screen and (max-width:640px) { #text_style_01_1553247949063>.view_contents {font-size:20px;}}

 #text_style_01_1553247949068{width:44%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:52.708333333333336%;top:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553247949068{left:55.656077348066304%;width:43.31491712707182%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1553247949068{width:85.26315789473684%;font-size:12px;color:#333;line-height:1.6;top:86px;left:2%;display:none;}}  #text_style_01_1553247949068>.view_contents {color:#666666;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553247949068>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1553247949068>.view_contents {font-size:12px;}}

 #text_style_01_1553247949075{width:8.583333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.33333333333334%;top:229px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553247949075{left:71.89053867403314%;width:10.939226519337018%;top:190px;}}   @media screen and (max-width:640px) {#text_style_01_1553247949075{width:20.526315789473685%;font-size:12px;color:#333;line-height:1.6;top:88px;left:60.25878906249999%;}}  #text_style_01_1553247949075>.view_contents {font-size:16px;text-align:center;color:#f2355f;border-width:1px;border-style:solid;border-color:#f2355f;border-radius:50px;font-weight:bold;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553247949075>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1553247949075>.view_contents {font-size:12px;line-height:18px;}}

 #text_style_01_1553247949083{width:44%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553247949083{width:43.31491712707182%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1553247949083{width:61.5625%;font-size:12px;color:#333;line-height:1.6;top:60px;left:38.4375%;display:block;}}  #text_style_01_1553247949083>.view_contents {color:#666666;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553247949083>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1553247949083>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1553247948843{width:1200px;height:300px;position:absolute;top:106px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553247948843{width:96%;left:2%;height:260px;top:46px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553247948843{width:100%;height:111px;top:8.5px;left:0%;}}  #layout_1553247948832{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553247948832{height:354px;}}   @media screen and (max-width:640px) {#layout_1553247948832{height:139px;}} #layout_1553247948832 > .view_contents{overflow:visible;} 



 #text_style_01_1552705336670{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:49.359375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552705336670{left:13.939393939393941%;width:72.12121212121212%;top:50.359375px;}}   @media screen and (max-width:640px) {#text_style_01_1552705336670{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1552705336670>.view_contents {text-align:center;font-size:24px;line-height:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552705336670>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1552705336670>.view_contents {font-size:18px;}}

 #text_style_01_1552705604064{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:105.359375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552705604064{left:6.0606060606060606%;width:87.87878787878788%;top:106.359375px;}}   @media screen and (max-width:640px) {#text_style_01_1552705604064{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1552705604064>.view_contents {text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552705604064>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552705604064>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1552704802627{width:18.166666666666668%;height:183px;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552704802627{left:2%;top:40px;width:165px;height:182px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552704802627{width:46.999999999999986%;height:66px;top:10px;left:2%;display:none;}} 

 #couponList_style_18_1552704838976{width:80.16666666666666%;position:absolute;top:60px;left:19.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#couponList_style_18_1552704838976{top:40px;left:20.98024920466596%;width:726px;}}   @media screen and (max-width:640px) {#couponList_style_18_1552704838976{width:96%;top:24px;left:2%;}} #couponList_style_18_1552704838976 > .view_contents{overflow:visible;}  #layout_1552639790523{height:304px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552639790523{height:265px;}}   @media screen and (max-width:640px) {#layout_1552639790523{height:417px;}} #layout_1552639790523 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1552706168578{height:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552706168578{height:13px;}}   @media screen and (max-width:640px) {#layout_1552706168578{height:6px;}} #layout_1552706168578 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1552706168578  {background:#f2355f;}


 #text_style_01_1552707277184{width:59.957961114030475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.109375px;left:20.021019442984763%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707277184{width:754.203125px;left:10.02120890774125%;top:33.109375px;}}   @media screen and (max-width:640px) {#text_style_01_1552707277184{width:96%;font-size:12px;color:#333;line-height:1.6;top:25px;left:1.9970703125%;}}  #text_style_01_1552707277184>.view_contents {font-size:50px;color:#f2355f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707277184>.view_contents {font-size:42px;}} @media screen and (max-width:640px) { #text_style_01_1552707277184>.view_contents {font-size:18px;}}

 #text_style_01_1552707277189{width:30.2154492905938%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:149.109375px;left:34.8922753547031%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707277189{left:34.88865323435843%;top:110px;}}   @media screen and (max-width:640px) {#text_style_01_1552707277189{width:96%;font-size:12px;color:#333;line-height:1.6;top:51px;left:1.9970703125%;}}  #text_style_01_1552707277189>.view_contents {color:#f2355f;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707277189>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707277189>.view_contents {font-size:12px;}} #layout_1552707277175{height:247px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552707277175{height:182px;}}   @media screen and (max-width:640px) {#layout_1552707277175{height:96px;}} #layout_1552707277175 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1552706360602{width:60.9375%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552706360602{left:5.871539792387543%;width:74.39446366782006%;top:35px;}}   @media screen and (max-width:640px) {#text_style_01_1552706360602{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:14px;left:7.583333333333334%;}}  #text_style_01_1552706360602>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552706360602>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552706360602>.view_contents {font-size:14px;}}

 #text_style_01_1552706885061{width:53.125%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:89px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552706885061{left:5.860726643598616%;top:63px;}}   @media screen and (max-width:640px) {#text_style_01_1552706885061{width:85.33333333333334%;font-size:12px;color:#333;line-height:1.6;top:36px;left:7.583333333333334%;}}  #text_style_01_1552706885061>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552706885061>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552706885061>.view_contents {font-size:14px;}}

 #image_style_01_1552706947155{width:40.88541666666667%;height:104px;position:absolute;left:51.953125%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552706947155{left:54.947015570934255%;width:39.10034602076124%;top:26px;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1552706947155{height:79px;left:calc(50% - 61.5px);top:70px;width:123px;}} #image_style_01_1552706947155 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1552706294779{width:32%;height:169px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552706294779{width:30.6%;left:2.014846235418876%;height:126px;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552706294779{width:47%;height:160px;top:0px;left:1.9970703125%;}}  #div_a_includeBlock_1552706294779  {background:#f2355f;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1552706294779  {border-radius:16px;}} @media screen and (max-width:640px) { #div_a_includeBlock_1552706294779  {border-radius:8px;}}


 #text_style_01_1552707222415{width:60.9375%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707222415{left:5.871539792387543%;width:74.39446366782006%;top:35px;}}   @media screen and (max-width:640px) {#text_style_01_1552707222415{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:14px;left:7.583333333333334%;}}  #text_style_01_1552707222415>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707222415>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707222415>.view_contents {font-size:14px;}}

 #text_style_01_1552707222422{width:53.125%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:89px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707222422{left:5.860726643598616%;top:63px;}}   @media screen and (max-width:640px) {#text_style_01_1552707222422{width:85.33333333333334%;font-size:12px;color:#333;line-height:1.6;top:36px;left:7.583333333333334%;}}  #text_style_01_1552707222422>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707222422>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707222422>.view_contents {font-size:14px;}}

 #image_style_01_1552707222425{width:31.510416666666668%;height:124px;position:absolute;left:57.161458333333336%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707222425{left:60.91587370242214%;width:30.103806228373703%;top:20px;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1552707222425{height:77px;left:calc(50% - 37px);top:70px;width:74px;}} #image_style_01_1552707222425 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1552707222147{width:32%;height:169px;position:absolute;top:0px;left:34%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552707222147{width:30.6%;height:126px;left:34.65668080593849%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552707222147{width:47%;height:160px;top:0%;left:51%;}}  #div_a_includeBlock_1552707222147  {background:#f2355f;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1552707222147  {border-radius:16px;}} @media screen and (max-width:640px) { #div_a_includeBlock_1552707222147  {border-radius:8px;}}


 #text_style_01_1552707246669{width:60.9375%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707246669{left:5.871539792387543%;width:74.39446366782006%;top:35px;}}   @media screen and (max-width:640px) {#text_style_01_1552707246669{width:86.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:14px;left:7.583333333333334%;}}  #text_style_01_1552707246669>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707246669>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707246669>.view_contents {font-size:14px;}}

 #text_style_01_1552707246677{width:53.125%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.375%;top:89px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707246677{left:5.860726643598616%;top:63px;}}   @media screen and (max-width:640px) {#text_style_01_1552707246677{width:85.33333333333334%;font-size:12px;color:#333;line-height:1.6;top:36px;left:7.583333333333334%;}}  #text_style_01_1552707246677>.view_contents {color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707246677>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707246677>.view_contents {font-size:14px;}}

 #image_style_01_1552707246683{width:31.510416666666668%;height:113px;position:absolute;left:57.161458333333336%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707246683{left:58.79108996539792%;width:31.4878892733564%;top:23px;height:88px;}}   @media screen and (max-width:640px) {#image_style_01_1552707246683{height:93px;left:7.635416666666667%;top:70px;width:88px;}} #image_style_01_1552707246683 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1552707246557{width:32%;height:169px;position:absolute;top:0px;left:68%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552707246557{width:30.6%;height:126px;left:67.29851537645811%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552707246557{width:47%;height:175px;top:56px;left:53%;display:none;}}  #div_a_includeBlock_1552707246557  {background:#f2355f;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1552707246557  {border-radius:16px;}} #layout_1552706187819{height:169px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552706187819{height:126px;}}   @media screen and (max-width:640px) {#layout_1552706187819{height:160px;}} #layout_1552706187819 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1552707627525{height:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552707627525{height:22px;}}   @media screen and (max-width:640px) {#layout_1552707627525{height:8px;}} #layout_1552707627525 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_01_1552707618350{width:66.54676258992805%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.856115107913669%;top:16px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618350{left:4.959558823529412%;width:68.94117647058823%;top:11px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_01_1552707618350{width:100%;font-size:12px;color:#333;line-height:1.6;top:6px;left:0%;display:block;}}  #text_style_01_1552707618350>.view_contents {font-size:32px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618350>.view_contents {font-size:28px;}} @media screen and (max-width:640px) { #text_style_01_1552707618350>.view_contents {font-size:14px;text-align:center;}}

 #text_style_01_1552707618360{width:66.54676258992805%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.856115107913669%;top:68px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618360{left:4.970588235294118%;width:50%;top:55px;z-index:5;}}   @media screen and (max-width:640px) {#text_style_01_1552707618360{width:96%;font-size:12px;color:#333;line-height:1.6;top:343.3818181818182px;left:2%;display:none;}}  #text_style_01_1552707618360>.view_contents {font-size:12px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1552707618360>.view_contents {font-size:12px;}}

 #text_style_01_1552707618368{width:28.9568345323741%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.856115107913669%;top:104px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618368{left:4.966911764705882%;width:30.117647058823525%;top:86px;z-index:5;}}   @media screen and (max-width:640px) {#text_style_01_1552707618368{width:57.30994152046783%;font-size:12px;color:#333;line-height:1.6;top:30px;left:21.47887323943662%;display:block;}}  #text_style_01_1552707618368>.view_contents {text-align:center;line-height:26px;background:#ffffff;color:#f2355f;border-radius:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618368>.view_contents {font-size:14px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1552707618368>.view_contents {line-height:20px;}}

 #image_style_01_1552707618372{width:130px;height:141px;position:absolute;left:65.1978417266187%;top:130px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707618372{left:66.57720588235294%;width:23.058823529411764%;top:101.5px;height:109px;z-index:4;}}   @media screen and (max-width:640px) {#image_style_01_1552707618372{display:none;}} #image_style_01_1552707618372 > .view_contents{overflow:visible;} 

 #text_style_01_1552707618378{width:28.9568345323741%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.856115107913669%;top:140px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618378{width:30.117647058823525%;left:4.958920187793427%;top:116px;z-index:5;}}   @media screen and (max-width:640px) {#text_style_01_1552707618378{width:57.30994152046783%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;display:none;}}  #text_style_01_1552707618378>.view_contents {text-align:center;line-height:26px;background:#ffffff;color:#f2355f;border-radius:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618378>.view_contents {font-size:14px;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1552707618378>.view_contents {line-height:20px;}}

 #text_style_01_1552707618385{width:16.72661870503597%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:314px;left:6.469199640287769%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618385{left:6.411764705882353%;top:246px;width:81px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1552707618385{width:50.69444444444445%;font-size:12px;color:#333;line-height:1.6;top:86px;left:24.757922535211268%;}}  #text_style_01_1552707618385>.view_contents {color:#ffffff;text-align:center;border-width:1px;border-style:solid;border-color:#ffffff;border-radius:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618385>.view_contents {font-size:14px;}}

 #div_blank_1552707618393{width:43.3453237410072%;height:200px;position:absolute;left:52.96762589928058%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1552707618393{left:56.06985294117647%;width:44%;height:161px;top:26px;z-index:2;}}   @media screen and (max-width:640px) {#div_blank_1552707618393{top:190px;height:40px;left:28.52112676056338%;display:none;}} #div_blank_1552707618393 > .view_contents{overflow:visible;}  #div_blank_1552707618393  {box-sizing:border-box;background:transparent;border-top:none !important;border-right:none !important;border-bottom:none !important;border-style:solid;border-width:1px;border-color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1552707618393  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1552707618393  {box-sizing:border-box;border-left:none !important;}}

 #text_style_01_1552707618400{width:35.97122302158273%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.902877697841724%;top:38.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618400{left:63.00367647058823%;width:30.352941176470587%;z-index:3;top:33.5px;}}   @media screen and (max-width:640px) {#text_style_01_1552707618400{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;}}  #text_style_01_1552707618400>.view_contents {text-align:center;color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618400>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707618400>.view_contents {font-size:18px;}}

 #text_style_01_1552707618406{width:29.31654676258993%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:62.23021582733813%;top:73px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618406{z-index:4;left:63.40073529411765%;top:61px;}}   @media screen and (max-width:640px) {#text_style_01_1552707618406{width:100%;font-size:12px;color:#333;line-height:1.6;top:182.5px;left:0%;display:none;}}  #text_style_01_1552707618406>.view_contents {text-align:center;color:#ffffff;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618406>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552707618406>.view_contents {font-size:18px;}}

 #text_style_01_1552707618414{width:33.81294964028777%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.472009892086331%;top:264.5px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618414{left:6.397058823529411%;width:32.94117647058823%;top:208.5px;z-index:5;}}   @media screen and (max-width:640px) {#text_style_01_1552707618414{width:51.388888888888886%;font-size:12px;color:#333;line-height:1.6;top:62.5px;left:17.671654929577464%;}}  #text_style_01_1552707618414>.view_contents {font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618414>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552707618414>.view_contents {font-size:12px;}}

 #text_style_01_1552707618421{width:25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.964028776978417%;top:224px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552707618421{left:21.084558823529413%;width:26.588235294117645%;top:179px;z-index:5;}}   @media screen and (max-width:640px) {#text_style_01_1552707618421{width:39.96310763888889%;font-size:12px;color:#333;line-height:1.6;top:54px;left:59.859154929577464%;}}  #text_style_01_1552707618421>.view_contents {color:#ffffff;font-weight:bold;font-size:46px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552707618421>.view_contents {font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1552707618421>.view_contents {font-size:20px;}}
 #div_a_includeBlock_1552707618186{width:46.33333333333333%;height:392px;position:absolute;left:2.4166666666666665%;top:31.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552707618186{width:45.1%;left:3.598886532343584%;top:24px;height:291px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552707618186{height:118px;top:0px;left:51.170602605863195%;}}  #div_a_includeBlock_1552707618186  {background:transparent;border-width:0px;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1552707618186  {border-radius:16px;}} @media screen and (max-width:640px) { #div_a_includeBlock_1552707618186  {border-radius:8px;}}


 #image_style_01_1552707618540{width:314px;height:357px;position:absolute;left:calc(50% - 157px);top:51px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707618540{left:20.705882352941174%;width:58.58823529411765%;top:40px;height:282px;}}   @media screen and (max-width:640px) {#image_style_01_1552707618540{display:block;width:57.04225352112676%;top:19.5px;left:21.47887323943662%;height:89px;}} #image_style_01_1552707618540 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1552707618200{width:46.33333333333333%;height:438px;position:absolute;left:51.0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552707618200{width:45.1%;left:50.7%;height:338px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552707618200{height:118px;left:2.5%;}}  #div_a_includeBlock_1552707618200  {background:#e8e8e8;border-width:0px;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1552707618200  {border-radius:16px;}} @media screen and (max-width:640px) { #div_a_includeBlock_1552707618200  {border-radius:8px;}}
 #div_a_includeBlock_1552707618030{width:100%;height:447px;position:absolute;top:34px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552707618030{width:100%;left:0%;top:19px;height:344px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552707618030{width:96%;height:122px;top:0px;left:1.9970703125%;}} 

 #div_blank_1552707618038{width:100%;height:511px;position:absolute;top:-2px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1552707618038{width:96%;left:2.014846235418876%;height:384px;}}   @media screen and (max-width:640px) {#div_blank_1552707618038{width:96%;height:130px;top:-2px;left:2%;}} #div_blank_1552707618038 > .view_contents{overflow:visible;}  #div_blank_1552707618038  {box-sizing:border-box;background:#f2355f;border-radius:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1552707618038  {box-sizing:border-box;border-radius:16px;}} @media screen and (max-width:640px) { #div_blank_1552707618038  {box-sizing:border-box;border-radius:8px;}} #layout_1552707618028{height:509px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552707618028{height:382px;}}   @media screen and (max-width:640px) {#layout_1552707618028{height:128px;}} #layout_1552707618028 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1552708032285{width:100%;height:30px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552708032285{width:96%;left:2.014846235418876%;height:22px;}}   @media screen and (max-width:640px) {#image_style_01_1552708032285{width:96%;height:7px;top:0px;left:1.9970703125%;}} #image_style_01_1552708032285 > .view_contents{overflow:visible;}  #layout_1552708032284{height:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552708032284{height:22px;}}   @media screen and (max-width:640px) {#layout_1552708032284{height:7px;}} #layout_1552708032284 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1552708020718{width:59.957961114030475%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.109375px;left:20.021019442984763%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552708020718{width:754.203125px;left:10.02120890774125%;top:33.109375px;}}   @media screen and (max-width:640px) {#text_style_01_1552708020718{width:96%;font-size:12px;color:#333;line-height:1.6;top:25px;left:1.9970703125%;}}  #text_style_01_1552708020718>.view_contents {font-size:50px;color:#f2355f;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552708020718>.view_contents {font-size:42px;}} @media screen and (max-width:640px) { #text_style_01_1552708020718>.view_contents {font-size:18px;}}

 #text_style_01_1552708020728{width:30.2154492905938%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:149.109375px;left:34.8922753547031%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552708020728{left:34.88865323435843%;top:110px;}}   @media screen and (max-width:640px) {#text_style_01_1552708020728{width:96%;font-size:12px;color:#333;line-height:1.6;top:51px;left:1.9970703125%;}}  #text_style_01_1552708020728>.view_contents {color:#f2355f;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552708020728>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552708020728>.view_contents {font-size:12px;}} #layout_1552708020712{height:247px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552708020712{height:182px;}}   @media screen and (max-width:640px) {#layout_1552708020712{height:96px;}} #layout_1552708020712 > .view_contents{overflow:visible;max-width:1200px;} 


 #SeckillList_style_05_1552708057820{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#SeckillList_style_05_1552708057820{width:96%;left:2.014846235418876%;top:0px;}}   @media screen and (max-width:640px) {#SeckillList_style_05_1552708057820{width:96%;top:0px;left:2.03125%;z-index:2;}} #SeckillList_style_05_1552708057820 > .view_contents{overflow:visible;}  #SeckillList_style_05_1552708057820 .btnaSet {margin-left:70px;margin-right:70px;background:#f2355f;} #SeckillList_style_05_1552708057820 .titleSet {font-size:24px;} #SeckillList_style_05_1552708057820 .priceSet {font-size:36px;color:#f2355f;} #SeckillList_style_05_1552708057820 .unitSet {color:#f2355f;} #SeckillList_style_05_1552708057820 .modSet {border-style:solid;border-width:1px;border-color:#f2f2f2;box-shadow:#e0e0e0 0px 0px 15px ;padding-bottom:23px;} #SeckillList_style_05_1552708057820 .modSet:hover {box-shadow:#cccccc 0px 0px 15px ;} @media screen and (min-width:641px) and (max-width:1200px) { #SeckillList_style_05_1552708057820 .titleSet {font-size:20px;}} @media screen and (min-width:641px) and (max-width:1200px) { #SeckillList_style_05_1552708057820 .priceSet {font-size:28px;}} @media screen and (min-width:641px) and (max-width:1200px) { #SeckillList_style_05_1552708057820 .btnaSet {margin-left:40px;margin-right:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #SeckillList_style_05_1552708057820 .modSet {padding-bottom:18px;}} @media screen and (max-width:640px) { #SeckillList_style_05_1552708057820 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #SeckillList_style_05_1552708057820 .priceSet {font-size:18px;}} @media screen and (max-width:640px) { #SeckillList_style_05_1552708057820 .modSet {font-size:12px;padding-bottom:8px;border-radius:8px;}} @media screen and (max-width:640px) { #SeckillList_style_05_1552708057820 .btnaSet {margin-left:6px;margin-right:6px;}}
/*----------------------电脑板式样式----------------------*/
#SeckillList_style_05_1552708057820{
	
}
#SeckillList_style_05_1552708057820 .SeckillStyle_5 .skDummy{margin-top:75%;}
#SeckillList_style_05_1552708057820 .SeckillStyle_5 .oldpri{display:none;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#SeckillList_style_05_1552708057820{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#SeckillList_style_05_1552708057820{
		
	}
#SeckillList_style_05_1552708057820 .SeckillStyle_5 .secDate{font-size:12px;}
} #layout_1552639742171{height:970px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552639742171{height:770px;}}   @media screen and (max-width:640px) {#layout_1552639742171{height:742px;}} #layout_1552639742171 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1552708738316{height:40px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552708738316{height:32px;}}   @media screen and (max-width:640px) {#layout_1552708738316{height:8px;}} #layout_1552708738316 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1552614589168{width:100%;height:40px;position:absolute;top:190px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1552614589168{left:0%;top:162px;height:30px;}}   @media screen and (max-width:640px) {#div_blank_1552614589168{width:99.00990099009901%;height:60px;top:0px;left:0.4950495049504937%;}} #div_blank_1552614589168 > .view_contents{overflow:visible;}  #div_blank_1552614589168  {box-sizing:border-box;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1552614589168  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1552614589168  {box-sizing:border-box;}}

 #image_logo_1552634619977{width:26.916666666666668%;height:65px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1552634619977{left:2%;width:29.171270718232044%;top:40px;height:56px;}}   @media screen and (max-width:640px) {#image_logo_1552634619977{height:43px;width:176px;left:2.997532894736842%;top:5.5px;display:none;}} 


 #text_style_01_1552634653441{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634653441{left:6.349206349206349%;width:87.54960317460318%;}}   @media screen and (max-width:640px) {#text_style_01_1552634653441{width:35.3125%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1552634653441>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634653441>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552634653441>.view_contents {font-size:18px;}}

 #text_style_01_1552634684521{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:41.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634684521{top:39.890625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1552634684521{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1552634684521>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634684521>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634684521>.view_contents {font-size:14px;}}

 #text_style_01_1552634717047{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634717047{left:calc(50% - 94.5px);top:62.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1552634717047{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1552634717047>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634717047>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634717047>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1552634634604{width:20.083333333333332%;height:116px;position:absolute;top:50px;left:28.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552634634604{left:31.289766702014848%;top:40px;height:106px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552634634604{width:100%;height:112px;top:58.5px;left:0%;display:none;}} 


 #text_style_01_1552634820141{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634820141{left:6.349206349206349%;width:87.54960317460318%;}}   @media screen and (max-width:640px) {#text_style_01_1552634820141{width:35.3125%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1552634820141>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634820141>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552634820141>.view_contents {font-size:18px;}}

 #text_style_01_1552634820157{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:41.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634820157{top:39.890625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1552634820157{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1552634820157>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634820157>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634820157>.view_contents {font-size:14px;}}

 #text_style_01_1552634820162{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634820162{left:calc(50% - 94.5px);top:62.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1552634820162{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1552634820162>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634820162>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634820162>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1552634819893{width:20.083333333333332%;height:116px;position:absolute;top:50px;left:54.3125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552634819893{height:106px;left:55.602962619300115%;top:40px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552634819893{width:100%;height:112px;top:80px;left:0%;display:none;}} 


 #text_style_01_1552634826937{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634826937{left:6.349206349206349%;width:87.54960317460318%;}}   @media screen and (max-width:640px) {#text_style_01_1552634826937{width:35.3125%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1552634826937>.view_contents {font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634826937>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1552634826937>.view_contents {font-size:18px;}}

 #text_style_01_1552634826953{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:41.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634826953{top:39.890625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1552634826953{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1552634826953>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634826953>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634826953>.view_contents {font-size:14px;}}

 #text_style_01_1552634826957{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70.890625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552634826957{left:calc(50% - 94.5px);top:62.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1552634826957{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1552634826957>.view_contents {font-size:14px;text-align:center;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552634826957>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552634826957>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1552634826690{width:20.083333333333332%;height:116px;position:absolute;top:50px;left:79.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552634826690{height:106px;top:40px;left:79.91615853658537%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552634826690{width:100%;height:112px;top:80px;left:0%;display:none;}} 

 #text_style_01_1552635062543{width:48.91666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:197.5px;left:25.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552635062543{left:calc(50% - 230.5px);top:166.5px;}}   @media screen and (max-width:640px) {#text_style_01_1552635062543{width:74.375%;font-size:12px;color:#333;line-height:1.6;top:11px;left:12.8125%;}}  #text_style_01_1552635062543>.view_contents {font-size:14px;text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552635062543>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1552635062543>.view_contents {font-size:12px;}}

 #image_style_01_1553320708982{width:40px;height:146px;position:absolute;top:82px;left:calc(100% + 30px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553320708982{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1553320708982{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;display:none;}} #image_style_01_1553320708982 > .view_contents{overflow:visible;} 

 #qqol_style_01_1553320800939{width:17.5%;position:absolute;top:145.890625px;left:4.708333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1553320800939{left:3.1167152704135734%;top:107.890625px;}}   @media screen and (max-width:640px) {#qqol_style_01_1553320800939{width:69.3069306930693%;top:0px;left:15.346534653465348%;display:none;}} #qqol_style_01_1553320800939 > .view_contents{overflow:visible;}  #comm_layout_footer{height:230px;z-index:99;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:192px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:60px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#f4f4f4;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.jscartStyle4{background:url(../img/cart/style_4/car.png) left center no-repeat;padding-left:26px;line-height:22px;}
.jscartStyle4 a{font-size:12px;color:#333}
.jscartStyle4 .colorFont b{font-family:"verdana"}
.jscartStyle4 .mo-cart{display:none;}


@media screen and (max-width: 321px){
	.jscartStyle4 .cartTips{display:none}
	.jscartStyle4 .mo-cart{display:block}
}

/*需要更换的颜色值*/
.jscartStyle4 .colorFont{color:#ff002a}


/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

	#searchbox_style_01_1552614492396 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1552614492396 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1552614492396 input::-o-input-placeholder{ color: ;}
	/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1552730733612 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1552730733612 .maxWidth{max-width:px;}
	#dh_style_11_1552730733612 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1552730733612 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1552730733612 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


	#image_style_01_1553247948835 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553247948835 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1553247948835 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1553247948835 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*优惠券列表样式*/
.couponStyle_18 *{ font-family: '微软雅黑';}
.couponStyle_18{ text-align: center; display: flex; justify-content:space-between; flex-wrap: wrap;}
.couponStyle_18 .coupon_Item{width:calc(94%/4); position: relative; height:180px; text-align: center; display:inline-block;margin-bottom:2%;}
.couponStyle_18 .coupon_Item>div{border:1px solid #eee; width:100%; height:100%;}
.couponStyle_18 .name{ font-size: 16px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display:inline-block;}
.couponStyle_18 .condition{ width:85%; margin:0 auto; font-size:14px; margin-bottom:5px; line-height: 3; display:inline-block; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.couponStyle_18 .price{line-height:1.5;}
.couponStyle_18 .price .f{ font-size:14px; }
.couponStyle_18 .price .m{ font-size:35px; }
.couponStyle_18 .duihuan{ font-size:20px; line-height: 2.5;}
.couponStyle_18 .zhekou{ font-size:35px; }
.couponStyle_18 .f{ font-size: 16px; }
.couponStyle_18 .item{ width:100%;  position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.couponStyle_18 .item .itemdiv{ margin:0 auto; }
.couponStyle_18 .couponbtn{ width:65px; margin:0 auto; color:white; line-height:2; font-size: 12px;}
@media screen and (min-width:641px) and (max-width:1200px) {
	
}

@media screen and (max-width:640px) {
	.couponStyle_18 .coupon_Item{width:calc(96%/2); margin-bottom:4%;}
	.couponStyle_18 .zhekou{ font-size:25px; }
	.couponStyle_18 .price{ font-size:20px;}
	.couponStyle_18 .price .f{ font-size:14px; }
	.couponStyle_18 .price .m{ font-size:25px; }
}

	#couponList_style_18_1552704838976 li{ width:23.5%;}
	#couponList_style_18_1552704838976 .coupon_Item{ margin-bottom:2%;}
	@media screen and (min-width: 641px) and (max-width: 1200px){
		#couponList_style_18_1552704838976 li{ width:23.5%;}
		#couponList_style_18_1552704838976 .coupon_Item{  margin-bottom:2%;}
	}
	@media screen and (max-width:640px){
		#couponList_style_18_1552704838976 li{ width:49%;}
		#couponList_style_18_1552704838976 .coupon_Item{  margin-bottom:2%;}
	}


		
	#image_style_01_1552706947155 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552706947155 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552706947155 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552706947155 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1552707222425 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707222425 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552707222425 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552707222425 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1552707246683 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707246683 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552707246683 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552707246683 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1552707618372 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707618372 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552707618372 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552707618372 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1552707618540 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552707618540 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552707618540 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1552708032285 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552708032285 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552708032285 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552708032285 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;}
/*团购秒杀样式*/
.SeckillStyle_5{width:100%; clear: both;}
.SeckillStyle_5 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.SeckillStyle_5 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.SeckillStyle_5 .skItem{list-style:none; height:auto;}
.SeckillStyle_5 .tg{position:relative; width:100%; height:auto; overflow:hidden;}
.SeckillStyle_5 .tgImg_box{position:relative; width:100%; overflow: hidden;}
.SeckillStyle_5 .tg_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.SeckillStyle_5 .tg_img img{width:100%; height:auto;}
.SeckillStyle_5 .skDummy{margin-top:100%}/*控制图片比例*/
.SeckillStyle_5 .tg_info {overflow: hidden;text-align: center;}
.SeckillStyle_5 .sk_name { width: 100%; font-size: 18px; color: #000; line-height: 1.4; padding: 6px;-webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; }
.SeckillStyle_5 .sk_name .div_mode{overflow: hidden;}
.SeckillStyle_5 .oldpri{overflow: hidden;padding: 5px;}
.SeckillStyle_5 .letfpri{float: left;font-size: 14px;color: #999;}
.SeckillStyle_5 .saleNum {float: right;font-size: 12px; /*background:#000;IE6-IE8*/ filter: alpha(opacity=20); background: rgba(0,0,0,.2);padding: 0 5px; border-radius: 2px;}
.SeckillStyle_5 .skpri{font-size: 14px;color: #999;margin-bottom: 5px;}
.SeckillStyle_5 .unitSet,.SeckillStyle_5 .priceSet{font-size: 20px;color: #FE9011;}
.SeckillStyle_5 .pribottom{position: relative;background: #2EC6CE; font-size: 16px; border-radius: 20px; color: #fff;padding: 5px 0;/* height: 42px; line-height: 42px;*/ overflow: hidden;}
.SeckillStyle_5 .secDate{color: inherit; line-height: inherit; font-size: inherit;}
.SeckillStyle_5 .pribottom a{display: none; width: 100%; height: inherit; line-height: inherit; color: inherit; }
.SeckillStyle_5 .pribottom .gnoBuy{color: #7f8586 !important;}
.SeckillStyle_5 .pribottom:hover a{display: block;}
.SeckillStyle_5 .pribottom:hover .secDate{display: none;}
/* .SeckillStyle_5 .pribottom .gBuy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);} */
/* .SeckillStyle_5 .pribottom:hover .gBuy{display: block;} */


/*分页*/
.SeckillStyle_5 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.SeckillStyle_5 .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';}
.SeckillStyle_5 .page_btn a.cur,.SeckillStyle_5 .page_btn a:hover{border:1px solid #4c4c4c;}
.SeckillStyle_5 .prev_btn,.SeckillStyle_5 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.SeckillStyle_5 .no_page{border: 0 !important;}


@media screen and (max-width:768px){
/*分页*/
.SeckillStyle_5 .page_btn a:nth-child(n+5){display: none;}
.SeckillStyle_5 .page_btn a:nth-last-child(1),.SeckillStyle_5 .page_btn a:nth-last-child(2),.SeckillStyle_5 .page_btn a:nth-last-child(3){display: inline-block !important;}
.SeckillStyle_5 .letfpri {font-size: 12px; letter-spacing: -0.5px;width: 45%;white-space: nowrap;overflow: hidden;}
.SeckillStyle_5 .saleNum{width: 55%;white-space: nowrap;overflow: hidden;}
.SeckillStyle_5 .sk_name {font-size: 12px;}
.SeckillStyle_5 .unitSet, .SeckillStyle_5 .priceSet {font-size: 14px;}
.SeckillStyle_5 .pribottom {height: 30px;line-height: 30px;}

}
/*pc*/
#SeckillList_style_05_1552708057820 li{width: 32%;}
#SeckillList_style_05_1552708057820 li.skItem{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#SeckillList_style_05_1552708057820 li{width: 32%;}
	#SeckillList_style_05_1552708057820 li.skItem{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#SeckillList_style_05_1552708057820 li{width: 49%;}
	#SeckillList_style_05_1552708057820 li.skItem{margin-bottom:2%;}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1553320708982 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553320708982 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1553320708982 .CompatibleImg img{width:100%; height:100%}}
.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;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}




				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				