@charset "utf-8";
/* CSS Document */
*{-webkit-tap-highlight-color: transparent;-webkit-appearance: none;}
html{font-size: 10px;  width: 100%;  height: 100%; margin:0; padding:0;}
body,p,h1,h2,h3,h4,h5,h6,dl,dd,dt,ul,li,ol,section,form,input{margin:0;padding:0;}
input{border:none;}
a,a:active,a:visited{color:#323232;text-decoration:none;}
a:hover{color:#333; }
img{ vertical-align:top;border-style:none;}
ul,li,ol{ list-style:none;}
h1,h2,h3,h4{ font-weight:normal;}
body{ background-color:#f6f6f6; color:#666; font:12px/1.5 "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",Helvetica Neue,tahoma,simsun,\5b8b\4f53;position:relative;min-width:1192px;min-height:100%;display:block;}
.fl{float:left;}
.fr{float:right;}
.pa5{padding:10px 5px;}
.pa10{ padding:10px;}
.ptb10{ padding-bottom:10px;}
.pr10{ padding-right:10px;}
.pb5{ padding-bottom:5px;}
.pr5{ padding-right:5px;}
.pl5{ padding-left:5px;}

.bold{font-weight:bold;}
.gray{color:#787878;}
.black{color:#323232;}
.orange{color:#FF6300;}
.red{ color:#c00;}
.dis{ display:block;}


.pb40{ padding-bottom:40px;}
.green {color: #0f0;}
.pl10{ padding-left:10px;}
.pt10{ padding-top:10px}
.plr10{ padding-left:10px; padding-right:10px;}
.pal10{ padding:10px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.hidex{overflow-x:hidden;}
.ls25{letter-spacing:25px;}

/*通用对话框*/
.common-dialog-open{overflow-y:hidden !important;}
.common-overlay{background:#000;opacity:.5;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);position: fixed;z-index: 1000;top:0;bottom:0;left:0;right:0;display: none;}
.common-dialog{display:none;opacity:0;overflow:hidden;position:fixed;top:0;bottom:0;left:0;right:0;	z-index:1040;-webkit-overflow-scrolling:touch;outline:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;}
.common-dialog-open .common-dialog{overflow-x:hidden;overflow-y:auto;}
.common-dialog.in{opacity: 1;}
.common-dialog .common-dialog-box {-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.common-dialog.in .common-dialog-box {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
.common-dialog .common-dialog-box{position: relative;margin:30px auto;width: 500px;background-color: #ffffff;border-radius:10px;border: 1px solid #999999;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);}
.common-dialog .common-dialog-box{margin-top:60px;}
.common-dialog-box .closeBtn{position:absolute;top:-12px;right:-12px;width:25px;height:25px;padding:0;line-height:25px;font-family:Arial,sans-serif;font-size:20px;font-weight:bold;text-decoration:none;text-align:center;text-shadow:0 1px 0 #ffffff;color: #fff;background-color:#8b8b8b;border:2px solid #fff;border-radius: 25px;box-shadow:0 0 3px 1px #999;outline:none;}
.common-dialog-box .closeBtn:hover{background-color:#444;}
.common-dialog-header{padding:10px;border-bottom: 1px solid #e5e5e5;}
.common-dialog-header h3{font-size:16px;font-weight:bold;margin:0;padding:0;}
.common-dialog-body{padding:10px;line-height:20px;font-size:14px;}
.common-dialog-footer{padding:10px;border-top:1px solid #e5e5e5;overflow:hidden;}
.common-dialog-footer .closeBtn2{float:right;padding:5px 10px;font-size:14px;font-weight:bold;background:#8b8b8b;border-radius:3px;color:#FFF;cursor:pointer;}
.common-dialog-footer .closeBtn2:hover{background-color:#444;}

/* 页数显示 开始 */
.pageShow{position:relative;padding:20px 0;width:100%;height:20px;line-height:20px;font-size:12px;text-align:center;background-color:#F6F6F6;}
.pageShow .checked{color:#006ebc;font-size:16px;}
.pageShow .active{color:#006ebc;}
.pageShow a{position:relative;padding:0 10px;color:#787878;}

/*下拉框样式*/
.dropDownItem{}
.dropDownList{display:none;position:absolute;top:100%;z-index:9;background:#FFF;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);-moz-box-shadow: 1px 1px 5px #909090;-webkit-box-shadow: 1px 1px 5px #909090;box-shadow:1px 1px 5px #909090;overflow-y:auto;}
.dropDownList li{text-align:left;padding:0 10px;color:#000;}

/*头部导航条*/
.topTabBox{display:block;margin:0;padding:0;background:#f2f2f2;border-bottom:#d7d7d7 1px solid;}
.topTab{position:relative;zoom:1;width:1192px;margin:0 auto;height:26px;line-height:16px;}
.funcTab{position:relative;width:1192px;margin-left:-10px;color:#666;}
.funcTab>li{position:relative;display:inline-block;margin-left:10px;float:left;}
.funcTab>li a{display:block;padding:5px;color:#666;}
.funcTab>li a:hover{color:#cb2027;}
.funcTab .downArrow{position:absolute;right:0;display:inline-block;top:50%;margin-top:-2px;content:'';border-left:3px solid transparent;border-right:3px solid transparent;border-top:5px solid #666;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.funcTab .dropDownItem:hover .downArrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation="2");}
.funcTab .userId{display:block;padding:5px;color:#666;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.funcTab .userId,.funcTab .toLogout{line-height:16px;padding:5px;}
.topTabDropDownList{width:100px;}
.topTabDropDownList li a{padding:10px 0;color:#000;cursor:pointer;}
.sbb1p{border-bottom:solid #E6E6E2 1px}
/* .funcTab .mobileLinkItem .appQRCode{display:none;position:absolute;top:100%;left:-25px;padding:5px;width:100px;height:140px;background-color:#FFF;background-image:url(../img/QRCode.jpg);background-repeat:no-repeat;background-position:5px 5px;border:#ececec 1px solid;color:#cb2027;text-align:center;z-index:9;} */
.funcTab .mobileLinkItem:hover .appQRCode{display:block;}

/*搜索栏*/
.mobileIcon{position:absolute;width:11px;height:16px;left:0;background:url(../img/icons.png) no-repeat -240px -177px;}
.cartIcon{position:absolute;width:21px;height:19px;left:0;background:url(../img/icons.png) no-repeat -210px -177px;}
.topBanner{height:85px;position:relative;zoom:1;overflow:hidden;}
.topBanner a{position:absolute;left:50%;top:0;}
.topBanner img{position:relative;left:-50%;top:0;cursor:pointer;}
#top_0 .navTabBox{display:block;margin:0;padding:0;background:#FFF;border-bottom:solid #cb2027 2px; z-index:1;}
.searchArea{position:relative;zoom:1;width:1192px;margin:0 auto;height:110px;}
.searchKeyList{position:absolute;width:451px;top:50%;margin-top:11px;left:50%;margin-left:-209px;padding-left:2px;border:#d81b1e solid 1px;background:#FFF;z-index:9;display:none;}
.searchKeyList li{line-height:30px;cursor:pointer;padding:0 15px;}
.searchKeyList li:hover{background:#EEE;color:#cb2027;}
/* .kpmLogo{position:absolute;left:50px;height:57px;width:178px;top:50%;margin-top:-28px;background:url(../img/kpmLogo.png) no-repeat;cursor:pointer;} */
#top_0 .searchBar{position:absolute;left:50%;margin-left:-209px;top:50%;margin-top:-24px;width:418px;height:28px;padding:2px 129px 2px 15px;border:solid #d81b1e 2px;font-size:18px;}
#top_0 .searchBtn{display:block;position:absolute;background:#d81b1e;width:110px;height:34px;top:50%;margin-top:-23px;left:50%;margin-left:245px;cursor:pointer;color:#FFF;font-size:18px;line-height:36px;text-align:center;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.schoolLink{position:absolute;height:50px;top:45%;margin-top:-24px;left:50%;margin-left:435px;cursor:pointer;}
.searchInput{width:100%;height:28px;line-height:28px;outline:none;font-size:16px;}
.suggestList{display:block;position:absolute;width:300px;height:20px;left:50%;margin-left:-210px;top:50%;margin-top:16px;}
.suggestList li{display:inline-block;line-height:20px;padding:0 5px;cursor:pointer;}
.suggestList li a:hover{color:#cb2027;}
.soldQty{display:none;position:absolute;right:0;top:50%;margin-top:-30px;width:200px;height:30px;line-height:30px;font-size:20px;}
.sbr1p{border-right:solid #E6E6E2 1px;}

.navTabBox2{display:block;margin:0;padding:0;background:#FFF;}
.navTabBox2 .searchArea2{position:relative;zoom:1;width:1192px;margin:0 auto;height:110px;}
.navTabBox2 .searchArea2 .stepImg{display:inline-block;position:absolute;width:454px;height:60px;right:0;top:50%;margin-top:-30px;}
.navTabStep1 .stepImg{background:url(../img/payStep1.png);}
.navTabStep2 .stepImg{background:url(../img/payStep2.png);}
.navTabStep3 .stepImg{background:url(../img/payStep3.png);}

/*头部功能条*/
.navTab{position:relative;zoom:1;width:1192px;margin:0 auto;height:42px;line-height:42px;font-size:16px; }
/*.bottomBarCenter{display:block;position:absolute;width:992px;left:200px;bottom:-3px;height:3px;background:#000; z-index:0;}*/
.allSort{display:inline-block;width:200px;height:42px;position:relative;text-align:center;float:left;}
.allSort .downArrow{position:absolute;right:30px;display:inline-block;top:50%;margin-top:-2px;content:'';border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #FFF;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.allSort>a{display:block;width:200px;height:42px;}
#top_0 .allSort>a:active, .allSort>a:hover, .allSort>a:link, .allSort>a:visited{background:#cb2027;color:#fff;}
.allSort:hover .downArrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.fixed .allSortDropDownList{display:block;}
.fixed .downArrow{display:none;}
.allSortDropDownList{position:absolute;top:100%;z-index:9;background:#fafafa;display:none;}
.allSortDropDownList>li{display:block;position:relative;width:200px;height:74px;padding:0 15px;box-sizing:border-box;border-top:#d7d7d7 1px solid;cursor:pointer;text-align:left;color:#000;}
.allSortDropDownList>li:hover{background:#f0697c;background:-webkit-gradient(linear, 0 0,100% 100%, from(#e65a7e), to(#f6747a));background:-moz-linear-gradient(left top, #e65a7e,#f6747a);background:-ms-linear-gradient(left top, #e65a7e,#f6747a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e65a7e,endColorstr=#f6747a,gradientType=0);color:#fff;}
.allSortDropDownList>li:hover a{color:#fff;}
.allSortDropDownList>li a{color:#000;}
.allSortDropDownList>li a:hover{text-decoration:underline;}
.allSortDropDownList>li .content{display:none;position:absolute;left:100%;width:832px;height:367px;font-size:12px;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,0.3);}
.allSortDropDownList>li .content.first{top:0px;}
.allSortDropDownList>li .content.first:before{position:absolute;left:-6px;display:block;top:30px;content:'';border-right:6px solid #FFF;border-bottom:4px solid transparent;border-top:4px solid transparent;}
.allSortDropDownList>li .content.second{top:-74px;}
.allSortDropDownList>li .content.second:before{position:absolute;left:-6px;display:block;top:104px;content:'';border-right:6px solid #FFF;border-bottom:4px solid transparent;border-top:4px solid transparent;}
.allSortDropDownList>li .content.third{top:-148px;}
.allSortDropDownList>li .content.third:before{position:absolute;left:-6px;display:block;top:178px;content:'';border-right:6px solid #FFF;border-bottom:4px solid transparent;border-top:4px solid transparent;}
.allSortDropDownList>li .content.fourth{top:-222px;}
.allSortDropDownList>li .content.fourth:before{position:absolute;left:-6px;display:block;top:252px;content:'';border-right:6px solid #FFF;border-bottom:4px solid transparent;border-top:4px solid transparent;}
.allSortDropDownList>li .content.fifth{top:-296px;}
.allSortDropDownList>li .content.fifth:before{position:absolute;left:-6px;display:block;top:326px;content:'';border-right:6px solid #FFF;border-bottom:4px solid transparent;border-top:4px solid transparent;}
.allSortDropDownList>li:hover .content{display:block;}
.allSortDropDownList>li i{position:absolute;display:inline-block;width:22px;height:22px;left:20px;top:10px;z-index:1;background:url(../img/icons.png) no-repeat;}
.allSortDropDownList>li .primaryCategoryLabel{display:block;width:80px;height:20px;line-height:20px;padding:13px 0 0 35px;}
.allSortDropDownList>li:hover .rankIcon2{background-position:-40px -4px;}
.allSortDropDownList>li:hover .rankIcon3{background-position:-80px -4px;}
.allSortDropDownList>li:hover .rankIcon4{background-position:-120px -4px;}
.allSortDropDownList>li:hover .rankIcon5{background-position:-160px -4px;}
.allSortDropDownList>li:hover .rankIcon6{background-position:-200px -4px;}
.allSortDropDownList>li:hover .rankIcon7{background-position:-240px -4px;}
.allSortDropDownList>li:hover .rankIcon8{background-position:-280px -5px;}
.allSortDropDownList>li:hover .rankIcon9{background-position:-320px -4px;}
.allSortDropDownList>li:hover .rankIcon10{background-position:-360px -4px;}
.allSortDropDownList>li:hover .rankIcon1{background-position:-440px -4px;}
.allSortDropDownList>li .rankIcon2{background-position:-40px -40px;}
.allSortDropDownList>li .rankIcon3{background-position:-80px -40px;}
.allSortDropDownList>li .rankIcon4{background-position:-120px -40px;}
.allSortDropDownList>li .rankIcon5{background-position:-160px -40px;}
.allSortDropDownList>li .rankIcon6{background-position:-200px -40px;}
.allSortDropDownList>li .rankIcon7{background-position:-240px -40px;}
.allSortDropDownList>li .rankIcon8{background-position:-280px -40px;}
.allSortDropDownList>li .rankIcon9{background-position:-320px -40px;}
.allSortDropDownList>li .rankIcon10{background-position:-360px -40px;}
.allSortDropDownList>li .rankIcon1{background-position:-440px -40px;}
.allSortDropDownList>li .hotSecondCategory{font-size:12px;display:block;width:170px;height:14px;line-height:14px;margin-top:10px;overflow:hidden;white-space:nowrap;text-overflow:clip;}
.allSortDropDownList>li .content .secondaryCategoryBox{display:inline-block;box-sizing:border-box;width:562px;background:#fff;height:100%;float:left;padding:5px 20px;line-height:30px;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList{float:left;display:inline-block;overflow:hidden;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li{display:inline-block;position:relative;float:left;width:241px;margin:0 10px;margin-bottom:10px;color:#333;overflow:hidden;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li a{color:#333;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li a:active{color:#333;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li a:visited{color:#333;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li a:link{color:#333;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li a:hover{color:#cb2027;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li .secondaryCategoryItem{display:block;padding-left:10px;border-bottom:#666 1px solid;font-weight:bold;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li .minorCategoryList{display:block;float:left;margin-left:-1px;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li .minorCategoryList>li{display:inline-block;position:relative;float:left;padding:10px 5px 0 6px;line-height:20px;
background:url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAMAAEDAREAAhEBAxEB/8QASwABAQAAAAAAAAAAAAAAAAAAAAkBAQAAAAAAAAAAAAAAAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAARAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK6AA//Z) no-repeat 0px 14px;}
.allSortDropDownList>li .content .secondaryCategoryBox .secondaryCategoryList>li .minorCategoryList>li.hot a{color:#cb2027;}
.allSortDropDownList>li .content .brandListBox{display:inline-block;width:252px;background:#fff;height:100%;float:left;}
.allSortDropDownList>li .content .brandListBox .brandListTitle{display:block;float:left;color:#333;font-size:14px;width:140px;height:16px;line-height:16px;padding:15px 0 5px 20px;}
.allSortDropDownList>li .content .brandListBox .brandList{display:block;float:left;border-top:#eee solid 1px;border-left:#eee solid 1px;}
.allSortDropDownList>li .content .brandListBox .brandList li{display:inline-block;width:120px;height:60px;padding:8px 2px;float:left;overflow:hidden;border-right:#eee solid 1px;border-bottom:#eee solid 1px;}
.allSortDropDownList>li .content .brandListBox .brandList li img{width:100%;}
.allSortDropDownList>li .content .closeCategory{position:absolute;right:15px;top:15px;color:#333;font-size:14px;line-height:14px;text-decoration:none;}
.allSortDropDownList>li .content .closeCategory:hover{color:#cb2027;}
.fixed .allSortDropDownList>li .content .closeCategory{display:none;}

.navFuncTab{ display:inline-block; position: relative;height:42px;z-index:8;}
.navFuncTab li {float:left;width:130px;height:42px;cursor: pointer; text-align:center;}
.navFuncTab li.back {border-bottom: 4px solid #cb2027;width:9px;height:39px; position: absolute}
.navFuncTab li a {color: #000;outline: none;text-align: center;text-transform: uppercase;letter-spacing: 0;z-index: 10;display: block;float: left;position: relative;overflow: hidden;width:130px; text-align:cente;}
#top_0 .navFuncTab .active a{color:#cb2027;}
.myCart{display:inline-block;position:relative;width:160px;height:42px;background:#555555;float:right;font-size:16px; font-weight:normal; right:0;}
.myCart:hover{filter:alpha(Opacity=85);-moz-opacity:0.85;opacity:0.85;}
.myCart a{display:block;width:100%;height:42px;color:#FFF;}
.myCart i{position:absolute;display:block;left:20px;top:0px;width:30px;height:30px;background:url(../img/icons.png) no-repeat -40px -160px;color:#FFF;}
.myCart .myCartLabel{display:inline-block;width:68px;padding-left:50px;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.myCart .myCartLabel:after{position:absolute;height:60%;left:118px;top:20%; content:"";border-right:#333 1px solid;}
.myCart .cartQty{display: inline-block;width:40px;color:#e47878;font-size:16px; text-align:center;}

/*多图链接*/
.multipleLinkBox{display:block;margin:0;padding:0;}
.multipleLink{position:relative;zoom:1;width:1192px;margin:0 auto;}
.multipleLink li{display:inline-block;float:left;width:298px;height:200px;}
.multipleLink li img{width:100%;}



/*推荐商品*/
.recommendBox{margin:0;padding:0;}
.recommendListBox{position:relative;zoom:1;width:1326px;margin:0 auto; padding-top: 20px;}
.recommendTitle{padding:10px 0;width:1192px;margin-bottom:5px;border-bottom:#666 3px solid;}
.recommendTitle b{display:inline-block;font-size:18px;padding-left:20px;height:26px;line-height:24px;border-left:#000 5px solid;color:#000;}
.recommendTitle.cart b{border-left:#bbb 5px solid;color:#333;}
.recommendTitle.noUnderLine{border-bottom:none;}
.recommendListBox:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.recommendContent li{box-sizing:border-box;position:relative;display:inline-block;width:235px;margin-right:3px;float:left;background:#FFF;}
.recommendContent li .cornerMark{ z-index:1; top:0; left:0; width: 205px;height: 205px;margin: 10px 15px;}
.recommendContent li .recommendGoodsPic:hover{-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration:0.5s;-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-transform:scale(1.05,1.05);}
.recommendGoodsPic{display:block;width:205px;height:205px;cursor:pointer;padding:10px 15px;}
.recommendContent li dl{padding:10px 15px;}
.recommendContent li dl .recommendGoodsName{padding:5px 0;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.currency{color:#cb2027;}
.price{color:#cb2027;margin-left:2px;font-size:24px;font-weight:bold;}
.recommendContent li dl .price{font-size:18px;margin-right:10px;}
.recommendContent li dl .discount{margin-left:10px;padding:3px 6px;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;color:#f34b46;border:#f34b46 1px solid;font-size:12px;}

/*底部链接区域*/
.footerBox{margin:0;padding:0;background:#e3e3e3;border-top:solid #CCC 1px;}
.footer{box-sizing:border-box;position:relative;zoom:1;width:1192px;margin:0px auto;padding:20px 30px;}
.serviceList{padding:0 0 20px 30px;border-bottom:solid #CCC 1px;margin-bottom:20px;}
.footer .serviceList li{display:inline-block;position:relative;width:180px;}
.serviceList li b{font-size:16px;color:#333;}
.footerIcon{position:absolute;width:47px;height:47px;}
.footerIcon:hover{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
.footerIcon1{background:url(../img/icons.png) no-repeat -40px -100px;}
.footerIcon2{background:url(../img/icons.png) no-repeat -100px -100px;}
.footerIcon3{background:url(../img/icons.png) no-repeat -160px -100px;}
.footerIcon4{background:url(../img/icons.png) no-repeat -220px -100px;}
.footerIcon5{background:url(../img/icons.png) no-repeat -280px -100px;}
.footerIcon6{background:url(../img/icons.png) no-repeat -340px -100px;}
.serviceContent{padding-left:50px;height:47px;}
.helpContentBox{width:300px;vertical-align:top;padding:15px 0;font-size:16px;border-right:#CCC 1px solid;}
.helpLink li{display:inline-block;}
.helpTel{display:inline-block;box-sizing:border-box;padding-left:42px;width:100%;color:#cb2027;font-size:28px;margin:10px 0;background:url(../img/clientTel.png) no-repeat;}
.helpTime{display:inline-block;width:280px;margin-bottom:30px;}
.linkList{width:120px;vertical-align:top;line-height:26px;padding-left:40px;}
.linkList p{font-size:18px;margin-bottom:10px;color:#333;}
.linkList a{display:block;font-size:14px;color:#666;}
.linkList a:hover{text-decoration:underline;}
.footerBox .QRCodeBox{padding:20px 30px;border-left:solid #CCC 1px;color:#cb2027;}
.footerBox .QRCode{display:inline-block;width:100px;height:100px;margin-left:30px;}
/* .footerBox .QRCode.app{background:url(../img/QRCode.jpg) no-repeat;}
.footerBox .QRCode.wxgzh{background:url(../img/wxgzhQRCode.jpg) no-repeat;} */

/*关于我们*/
.aboutUsBox{margin:0;padding:0;border-top:solid #CCC 1px;background:#555555;}
.aboutUs{width:1192px;margin:0px auto;text-align:center;padding:10px 0;color:#FFFFFF;}
.aboutUs a{color:#FFFFFF;padding:0 20px;cursor:pointer;}
.aboutUs a:hover{text-decoration:underline;}
.aboutUs .GSJIcon{display:block;width:50px;height:53px;margin:0 auto;background:url(../img/icons.png) no-repeat -210px -210px;}
/*返回顶部*/
.backToTopBtn{position:fixed;bottom:100px;right:50%;margin-right:-656px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#000;opacity:0.3;cursor:pointer;}
.backArrow{display:block;width:60px;height:60px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AQMAAAAAMksxAAAABlBMVEX///////9VfPVsAAAAAXRSTlMAQObYZgAAAEVJREFUeF5jGH6ADcbghzHkG6AMywNQRsEDKONBAYTBeMACwmBukIEw2Bn4IAw+IBMMZICSYIYFUDmYAdT8AMxIAKNhBgAB9Am4FSENbQAAAABJRU5ErkJggg==) no-repeat;}

/*商品名链接*/
.nameLink{cursor:pointer;}
.nameLink:hover{text-decoration:underline;}

/*清除浮动*/
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: "\20 ";clear: both;height: 0;}

/*图片链接*/
.imageLink{display:block;width:100%;overflow:hidden;cursor:pointer;}
.userCenterStep{font-size:14px;padding-left:25px;background:url(../img/userCenterIcon.png) no-repeat;}

/*国旗图标*/
.rectangleFlag{display:inline-block;width:30px;height:20px; vertical-align:middle;}
.rectangleFlag.JPN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat 0 0;}
.rectangleFlag.AUS{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -35px 0;}
.rectangleFlag.AUT{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -70px 0;}
.rectangleFlag.CAN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -105px 0;}
.rectangleFlag.CHN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -140px 0;}
.rectangleFlag.GBR{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -175px 0;}
.rectangleFlag.DEU{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -210px 0;}
.rectangleFlag.KOR{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -245px 0;}
.rectangleFlag.ESP{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -280px 0;}
.rectangleFlag.SWE{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -315px 0;}
.rectangleFlag.CHE{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -350px 0;}
.rectangleFlag.USA{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -385px 0;}
.rectangleFlag.FRA{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -420px 0;}
.rectangleFlag.NZL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -455px 0;}
.rectangleFlag.ITA{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -490px 0;}
.rectangleFlag.BGR{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -525px 0;}
.rectangleFlag.POL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -560px 0;}
.rectangleFlag.DNK{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -595px 0;}
.rectangleFlag.NLD{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -630px 0;}
.rectangleFlag.CTN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -665px 0;}
.rectangleFlag.PHL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -700px 0;}
.rectangleFlag.VNM{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -735px 0;}
.rectangleFlag.THA{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -770px 0;}
.rectangleFlag.MYS{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -805px 0;}
.rectangleFlag.SGP{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -840px 0;}
.rectangleFlag.IDN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -875px 0;}
.rectangleFlag.IND{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -910px 0;}
.rectangleFlag.NPL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -945px 0;}
.rectangleFlag.SAU{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -980px 0;}
.rectangleFlag.TUR{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1015px 0;}
.rectangleFlag.FIN{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1050px 0;}
.rectangleFlag.NOR{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1085px 0;}
.rectangleFlag.RUS{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1120px 0;}
.rectangleFlag.CZE{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1155px 0;}
.rectangleFlag.IRL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1190px 0;}
.rectangleFlag.BEL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1225px 0;}
.rectangleFlag.PRT{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1260px 0;}
.rectangleFlag.EGY{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1295px 0;}
.rectangleFlag.MEX{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1330px 0;}
.rectangleFlag.CHL{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1365px 0;}
.rectangleFlag.ARG{background:url(../img/rectangleFlagIcon/flagIcon.png) no-repeat -1400px 0;}

/*商品标签*/
.cornerMark{ position: absolute; z-index:100;  pointer-events: none;}
.cornerMark .label{ position:absolute; width:25%; height:25%;}
.cornerMark .left_top{ left:0; top:0;}
.cornerMark .left_bottom{ left:0; bottom:0;}
.cornerMark .right_top{ right:0; top:0;}
.cornerMark .right_bottom{ right:0; bottom:0;}
.cornerMark .blue-baokuan{background:url(../img/cornerMark/blue-baokuan.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/blue-baokuan.png',sizingMethod='scale');}
.cornerMark .blue-qianggou{background:url(../img/cornerMark/blue-qianggou.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/blue-qianggou.png',sizingMethod='scale');}
.cornerMark .blue-remai{background:url(../img/cornerMark/blue-remai.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/blue-remai.png',sizingMethod='scale');}
.cornerMark .blue-renqi{background:url(../img/cornerMark/blue-renqi.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/blue-renqi.png',sizingMethod='scale');}
.cornerMark .blue-tuijian{background:url(../img/cornerMark/blue-tuijian.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/blue-tuijian.png',sizingMethod='scale');}
.cornerMark .green-baokuan{background:url(../img/cornerMark/green-baokuan.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/green-baoyou.png',sizingMethod='scale');}
.cornerMark .green-baoyou{background:url(../img/cornerMark/green-baokuan.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/green-baoyou.png',sizingMethod='scale');}
.cornerMark .green-miaosha{background:url(../img/cornerMark/green-miaosha.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/green-miaosha.png',sizingMethod='scale');}
.cornerMark .green-remai{background:url(../img/cornerMark/green-remai.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/green-remai.png',sizingMethod='scale');}
.cornerMark .green-tejia{background:url(../img/cornerMark/green-tejia.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/green-tejia.png',sizingMethod='scale');}
.cornerMark .orange-xianshi{background:url(../img/cornerMark/orange-xianshi.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/orange-xianshi.png',sizingMethod='scale');}
.cornerMark .orange-xinpin{background:url(../img/cornerMark/orange-xinpin.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/orange-xinpin.png',sizingMethod='scale');}
.cornerMark .orange-youzhi{background:url(../img/cornerMark/orange-youzhi.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/orange-youzhi.png',sizingMethod='scale');}
.cornerMark .orange-zhengpin{background:url(../img/cornerMark/orange-zhengpin.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/orange-zhengpin.png',sizingMethod='scale');}
.cornerMark .purple-daigou{background:url(../img/cornerMark/purple-daigou.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/purple-daigou.png',sizingMethod='scale');}
.cornerMark .purple-qingcang{background:url(../img/cornerMark/purple-qingcang.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/purple-qingcang.png',sizingMethod='scale');}
.cornerMark .purple-shuaimai{background:url(../img/cornerMark/purple-shuaimai.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/purple-shuaimai.png',sizingMethod='scale');}
.cornerMark .purple-zengpin{background:url(../img/cornerMark/purple-zengpin.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/purple-zengpin.png',sizingMethod='scale');}
.cornerMark .quanminfengqiang{background:url(../img/cornerMark/quanminfengqiang.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/quanminfengqiang.png',sizingMethod='scale');}
.cornerMark .round-baokuan{background:url(../img/cornerMark/round-baokuan.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-baokuan.png',sizingMethod='scale');}
.cornerMark .round-miaosha{background:url(../img/cornerMark/round-miaosha.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-miaosha.png',sizingMethod='scale');}
.cornerMark .round-qianggou{background:url(../img/cornerMark/round-qianggou.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-qianggou.png',sizingMethod='scale');}
.cornerMark .round-qingcang{background:url(../img/cornerMark/round-qingcang.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-qingcang.png',sizingMethod='scale');}
.cornerMark .round-remai{background:url(../img/cornerMark/round-remai.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-remai.png',sizingMethod='scale');}
.cornerMark .round-xinkuan{background:url(../img/cornerMark/round-xinkuan.png) no-repeat 0 0; background:none\9; background-size:100%; -webkit-background-size:100%;-o-background-size:100%;-moz-background-size:100%; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/cornerMark/round-xinkuan.png',sizingMethod='scale');}






