@charset "utf-8";
img,object,embed,video {max-width: 100%;}
.ie6 img {width: 100%;}
.fluid {clear: both;margin-left: 0;width: 100%;float: left;display: block;}
.fluidList {list-style: none;list-style-image: none;margin: 0;padding: 0;}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,select,textarea,table,tr,th,td {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
body {margin: 0 auto;color: #000;font: 100 12px arial;background: #fff;}
img,
a img {margin: 0 auto; max-width: 100%; border: 0;}
a {color: #333;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}
li {list-style-type: none;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.gridContainer {margin-left: auto;margin-right: auto;width: 100%;max-width:640px;min-width:320px;clear: none;float: none;background: #fff;}
.form-control {display: block; width: 100%; padding: .375rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out }
.btn {display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .375rem; font-size: .75rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }
.btn:hover {color: #212529; text-decoration: none }
.btn.focus,.btn:focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) }
.btn.disabled,.btn:disabled { opacity: .65 }
.btn:not(:disabled):not(.disabled) { cursor: pointer }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545}
.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130 }
.btn-danger.focus,.btn-danger:focus { color: #fff; background-color: #c82333; border-color: #bd2130; box-shadow: 0 0 0 .2rem rgba(225,83,97,.5) }
.btn-danger.disabled,.btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545 }
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d }
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(225,83,97,.5) }

/* Header */
header {display: block;margin: 0 auto;width: 100%;max-width:640px;min-width: 320px;}
.header-payment {display: flex; flex-wrap: wrap; justify-content: center; padding: 10px;}
.header-payment p {display: block; padding: 5px; font-size: 14px;}
#quick_pay {display: flex; }
#quick_pay button,
#quick_pay select {border-radius: 0;}
#quick_pay input {width: 60px; font-size: 12px; border-radius: 0;}
#quick_pay input[name="totalcash"] {width: 40px;}
.header { padding:10px 0; min-width:100%; border-bottom:1px #f1f1f1 solid; display: flex; justify-content: space-between; align-items: center;}
.header .logo {text-align: center;}
.header .logo img {height: 50px;}
.header .menu-search,
.header .account-cart {position: relative; padding: 0 5px; display: flex; align-items: center;}
.header .menu-search a ,
.header .account-cart a {padding: 0 5px;}
.header .menu-search a svg,
.header .account-cart a svg { fill: #000; width: 30px; height: 30px;}
.header a.cart svg,
.header a.search svg { width: 25px; height: 25px;}
.header a.cart .mycart {position: absolute; top: -5px; right: 5px; width: 16px; height: 16px; border-radius: 50%; background: #dc3545; text-align: center; line-height: 16px; color: #fff;}

.search-box { display: none; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 199999; transition: all .3s ease-in-out;}
.search-box .search-draw {max-width: 96%; margin-top: 120px;}
.search-box .search-title { background: #f0f0f0; text-align: center; height: 54px; position: relative; line-height: 54px; }
.search-box .search-title h3 {display: block; height: 100%; line-height: 54px; font-size: 20px; font-weight: bold; visibility: visible;}
.search-box .search-close { position: absolute; top: 0; right: 0; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.search-box .search-inner { display: flex; padding: 24px; background: #fff; }
.search-box input { height: 44px; border: 0; width: calc(100% - 100px); text-indent: 10px; background: none; box-sizing: border-box; font-size: 16px; border: 1px solid #dc3545;border-radius: 0; }
.search-box button { width: 100px; height: 44px; line-height: 44px; border: 0; background: #dc3545; margin: 0; color: #1d1f21; text-align: center; cursor: pointer; font-size: 14px; }

.pop-search { display: flex; top: 0;}


.notice { background:#f6f6f6; text-align:center; position:relative; 	}
.showBan {  background: #fbfbfb; border:1px #ddd solid; border-width: 1px 0; }
.showBan a { display:block; padding:12px 1%; float:left; width:48%; text-align:center;}

/* Content */
#homeWrapper {
  margin:0 auto;
  width: 100%;
 /* max-width:640px;*/
  min-width: 320px;
}
#mainWrapper {
  margin:0 auto;
  width: 100%;
 /* max-width:640px;*/
  min-width: 320px;
  background:#fff;
}
.home-brand {
  width: 100%;
  min-width: 320px;
}
.home-brand a {
  display: block;
  float: left;
  margin: 2% 1%;
  width: 22%;
  min-height: 50px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.home-brand a img {
  min-height: 50px;
}
.show-category { padding:5px 5px 10px 5px; display:none; width:98%;}
.show-category a { display:table; float:left; width:30%; margin:1.3%; height:48px;  border:1px #cdcdcd solid; background:#fff; text-align:center; border-radius:2px; font-size:11px;}
.show-category a span { display: table-cell; vertical-align:middle;   }
.row { margin:5px 0;}
.small-6 { width: 46%;}
.columns { padding-left: .3125rem; padding-right: .3125rem; float: left; }
.sub-button { background:#133b63; width:100%; border:1px #133b63 solid; border-radius:3px; height:26px; color:#fff; font:100 13px arial; }
#back-button { background:#fff; width:100%; border:1px #133b63 solid; border-radius:3px; height:26px; color:#133b63; font:100 13px arial; }
.mobile-web-sprite1 {
    background: url(../images/MobileWebSprite11v14@2.png) top left no-repeat;
    background-size: 290px 1500px;
    display: inline-block;
}
.filter-icon-open {
    width: 20px;
    height: 14px;
    background-position: -81px -942px;
}

.product-title {
  margin: 0 0 10px 0;
  padding:12px 0;
  width: 98%; 
  padding-left:2%;
  text-align: left;
  font: 100 12px arial;
  color:#fff;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  background:#dc3545;
}
.product-title span {display: none;}
.product-title a { color:#fff;}
.product-title img { margin:0 5px;}
.proBox {
  padding-top:10px;
  width: 100%;
}
.proBox .proTitle {
  margin-bottom: 5px;
  text-align: center;
  color: #313131;
  font: 100 14px arial;
  border-bottom:1px #ddd solid;
}
.proBox .proTitle span { float:left; width:33.33333%; display: table; margin:0; padding:0; height:30px; background: #ebebeb; border-radius:0; }
.proBox .proTitle span a { display:table-cell; vertical-align:middle; color:#313131; font-size:12px; }
.proBox .proTitle span.hover { background: #ce0645; border-radius:3px 3px 0 0; }
.proBox .proTitle span.hover a { color:#fff;  }
.proBox .proContent {
  padding: 1%;
}
.proBox .proContent .listbox {
  position: relative;
  float: left;
  margin: 1.5%;
  width:47%;
  text-align:center;
}

.proBox .proContent .listbox .proImg { display:table; border:1px solid #ddd; border-radius:7px; padding:3px; margin-bottom:10px;}
.proBox .proContent .listbox .proImg a { display:table-cell; vertical-align:middle; }
.proBox .proContent .listbox .proImg img {
  width: 100%;
  border-radius:7px;
}
.proBox .proContent .listbox .rating-box { margin:5px 8px 0 8px; height: 12px; background: url(../images/rating-bar.png) no-repeat center center;}
.proBox .proContent .listbox .rating-box span {margin: 0 auto; display:block; height:12px; width: 58px; background: url(../images/xin.jpg) no-repeat; }

.proBox .proContent .listbox .proName {
  padding: 0 8px;
  overflow:hidden;
  font: 100 12px arial;
}
.proBox .proContent .listbox .proName a {
  color: #777;}
.proBox .proContent .listbox .proName a:hover {
  color: #f00;
}
.proBox .proContent .listbox .proPrice {
  text-align: center;
  padding:5px 0;
}
.proBox .proContent .listbox .proPrice s {
  margin-right: 5px;
  color: #999;
  font: 100 13px/18px arial;
}
.proBox .proContent .listbox .proPrice b {
  color: #c00;
  font-size:16px;
}
.proBox .proContent .listbox .sale { position:absolute; padding:5px 10px; color:#fff; top:4%; right:4%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #e27c7c; font:600 12px arial; text-transform:uppercase;}

.cate-lei { margin:0 5% 30px 5%;}
.cate-lei .cate-hd {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    margin-top: 14px;
}
.cate-lei .cate-bd {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-list a {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
.category-list .icon-minus-squared { display:block; float:right; background: url(../images/green-ico.jpg) no-repeat top; width: 22px; height:32px; }
.category-list i.active { background-position: 0 -32px;}
.category-list dd a { display:block; text-indent:15px; color:#777;}

.descriptionDiv {
	margin:1%;
    width: 91.33333%;
    clear: both;
    font-size: 12px;
    line-height: 20px;
    padding: 3%;
    border: 1px dotted #c9c9c9;
}
.descriptionDiv h1 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

.new-ct {
  min-height: 300px;
  background-color: #fff;
}
.new-category {
  padding: 30px 12px 20px;
}
.new-category .new-category-lst {
  border: 1px solid #ded6c9;
  background-color: #fff;
  border-radius: 5px;
}
.new-category .new-category-lst .new-category-li .new-category-a,
.new-category .new-category2-lst .new-category2-li .new-category2-a {
  border-bottom: 1px solid #ded6c9;
}
.new-category .new-category-lst .new-category-li:last-child .new-category-a {
  border-bottom: none;
}
.new-category .new-category-lst .new-category-li .new-category-a {
  display: block;
  padding: 11px 13px 10px;
  background: url(../images/icon.png) 98% -839px no-repeat;
  font-size: 14px;
  color: #6e6e6e;
}
.new-category .new-category-lst .new-category-li .new-category-a.new-on {
  background: url(../images/icon.png) 98% -893px no-repeat;
}
.new-category .new-category-lst .new-category-li .new-category-a .icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px 2px 0;
  border-radius: 7px;
  background-color: #e4393c;
}
.new-category .new-category2-lst .new-category2-li .new-category2-a {
  border-top: 1px solid #fff;
}
.new-category .new-category-lst .new-category-li:last-child .new-category2-lst .new-category2-li:first-child {
  border-top: 1px solid #ded6c9;
}
.new-category .new-category-lst .new-category-li:last-child .new-category2-lst .new-category2-li:last-child .new-category2-a {
  border-bottom: none;
}
.new-category .new-category2-lst {
  background-color: #fff;
}
.new-category .new-category2-lst .new-category2-li {
  display: table;
  width: 100%;
}
.new-category .new-category2-lst .new-category2-li .new-category2-a {
  display: table-cell;
  width: 33.9%;
  padding: 10px 0;
  font-size: .75em;
  color: #6e6e6e;
  text-align: center;
}
.new-category .new-category2-lst .new-category2-li .new-category2-a .new-bar {
  float: left;
  width: 1px;
  height: 12px;
  margin-top: 3px;
  border-bottom: 1px solid #fff;
  background-color: #ded6c9;
  vertical-align: middle;
}
.new-category .new-category2-lst .new-category2-li .new-category2-a:first-child .new-bar {
  border: none;
  background: none;
}
a.new-category1-a {
  padding: 10px 0;
  width: 100%;
  height: 18px;
  border-bottom: 1px #ddd solid;
  display: block;
  text-indent: 20px;
  color: #000;
}
a.new-category1-a:hover {
  color: #f00;
}
.showpage {
  clear: both;
  padding-top: 10px;
}
.page {
  height: 60px;
  position: relative;
}
.prv {
  text-align: center;
  color: #aaa;
  line-height: 30px;
  width: 103px;
  height: 30px;
  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  text-decoration: none;
  background: #e3e3e3;
  margin-left: 5px;
}
.next {
  float: right;
  text-align: center;
  color: #81511c;
  line-height: 30px;
  width: 103px;
  height: 30px;
  display: inline-block;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  text-decoration: none;
  background: #e3e3e3;
  margin-right: 5px;
}
#select-choice-1 {
  float: left;
  width: 72px;
  padding-top: 4px;
  padding-left: 4px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: #E3E3E3;
  border-radius: 6px;
  border: 1px solid #C9C9C9;
  outline: none;
  color: #898989;
  position: absolute;
  top: 0;
  left: 126px;
  z-index: 88;
}
#productInfromation {
  position: relative;
  margin: 5px auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 10px;
  background: #f7f7f7;
  text-shadow: 1px 1px 1px #fff;
}
#productInfromation h2 {
  color: #444;
  width: 96%;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 0;
  line-height: 26px;
}
#productInfromation h2 strong {
  font-weight: 100;
}
#productInfromation .price {
 
  color: #c00;
  font-weight: bold;
  font-size: 20px;
  width:100%;
  text-align: left;
}
#productInfromation .price s { font-size:12px; color:#777; margin-right:8px; font-weight:100;}
#productInfromation .price em {
  color: #888;
  font-size: 12px;
  line-height: 1.4em;
}
#productInfromation .sku {
 
  width:100%;
  text-align: left;
  font-size: 12px;
  color: #828385;
}
#productInfromation .rating {
  width:100%;
  text-align: left;
  font-size: 12px;
}
#productInfromation .rating strong {
  color: #F13F07;
}
.stars {
  display: inline-block;
  text-indent: -1000em;
  width: 54px;
  height: 10px;
  overflow: hidden;
  background-image: url(../images/globas.png) !important;
}
.rating0 {
  background-position: -54px -168px;
}
.rating1 {
  background-position: -43px -168px;
}
.rating2 {
  background-position: -32px -168px;
}
.rating3 {
  background-position: -21px -168px;
}
.rating4 {
  background-position: -10px -168px;
}
.rating5 {
  background-position: 0 -168px;
}
.allcolor {
  padding: 10px 0;
}
.allcolor a {
  margin: 2%;
  display: block;
  float: left;
  border: 1px solid #dddddd;
}
.allcolor a:hover {
  border: 1px solid #ff4400;
}
.allcolor a img {
  width: 50px;
  height: 46px;
}
.allcolor a.selected { border:1px #f60 solid;}

#select-block {
  margin: 2%;
  padding: 5px 2px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  /*background: url(../images/searchbg.png) center;*/
}
#select-block .setbox {
  padding: 5px;
  border-radius: 5px;
  background: #fefefe;
}
.setco {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.setco dt {
  float: left;
  width: 13%;
  padding-right: 1%;
  text-align: right;
  line-height: 20px;
}
.setco dd {
  float: right;
  width: 85%;
}
.sku_si {
  clear: left;
}
.sku_si li {
  display: inline-block;
  margin: 0 6px 6px 0;
  float: left;
}
.sku_si li a {
  line-height: 22px;
  border: 1px solid #dadada;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  color: #2b2b2b;
  cursor: pointer;
}
.sku_si li a:hover {
  border: 1px #2b2b2b solid;
  text-decoration: none !important;
}
.sku_si li .sku_curs {
  border-color: #2b2b2b;
  background: #2b2b2b;
  color: #fff !important;
}
.seted span {
  line-height: 22px;
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.sku_co {
  clear: left;
}
.sku_co li {
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
}
.sku_co li a {
  border: 1px solid #dadada;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 1px;
  display: inline-block;
  color: #2b2b2b;
  cursor: pointer;
}
.sku_co li a img { border-radius:5px;}
.sku_co li a:hover {
  border: 1px #f40 solid;
  text-decoration: none !important;
}
.sku_co li .sku_cos {
  border-color: #f40;
  background: #f40;
  color: #fff !important;
}
.show-color { padding-left:5px;}

.goods_qty {
  float: left;
  width: 50px;
  height: 28px;
}
.goods_qty input {
  border: 1px solid #ccc;
  FONT-SIZE: 12px;
  width: 48px !important;
  text-align: center;
  height: 24px;
  _height: 24px;
  padding: 1px 0;
  line-height: 24px;
  margin: 2px 0;
}
.goods_qty_select {
  float: left;
  width: 27px;
  height: 28px;
  margin-top: 2px;
}
.goods_qty_select a {
  display: inline-block;
  width: 27px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 28px;
  _font-family: arial;
  _font-size: 9px;
}
.goods_qty_select a:hover {
  _font-family: arial;
  _font-size: 9px;
}
.goods_qty_up_btn {
  height: 28px;
  background: url(../images/cart_btn_add.gif) no-repeat;
}
.goods_qty_down_btn {
  height: 28px;
  background: url(../images/cart_btn_reduce.gif) no-repeat;
}

.add{padding:5px 0 0 0}
.add_AS{padding:0}
.add01{color:#333}
.add dd a:hover{color:#de0454}.
add dt a{text-decoration:underline}
.add dd{padding-top:0;line-height:26px;color:#666}
.add dd.dd-typeInfo{display:none}

#productDescription {

  margin: 2%; width:91.9%;
  padding: 2%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius:5px;overflow:hidden;
  
}
#productDescription .title-hd { font:100 14px arial; color:#000; margin-bottom:10px;}
#productDescription h3 {
  font-weight: bold;
  text-transform: uppercase;
}
#productDescription li {
  list-style: square;
  margin-left: 17px;
  line-height: 1.8em;
}
.listview {
  float: left;
  margin: 1%;
  width: 31%;
}

.listview .view-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.listview .view-img img {
  max-width: 100%;
}
.listview .view-name {
  padding: 2px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}
.listview .view-price {
  text-align: center;
  font-weight: bold;
}
.listview .view-price b {
  color: #900;
  margin-right: 5px;
}
.listview .view-price s {
  color: #999;
  font-weight: 100;
}
#Articles {
  margin: 2%;
  padding: 5px 0;
  background: #fff;
  border-bottom: 1px #dddddd solid;
}
#Articles .feature {
  color: #333;
  font: 700 14px arial,serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#Articles .articles-content {
  padding: 10px;
}
#Articles .articles-content .add-address {
  display: block;
  float: right;
  background: #eeeeee;
  padding: 5px;
}
.showbotton {
  margin:0 auto;
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width:640px;
  min-width:320px;
  z-index:99999;
}
.shopping_cart_btn {
  float: left;
  width: 40%;
}
.shopping_cart {
  float: left;
  width: 20%;
  background: #ffffff;
}
.viewcart {
  width: 100%;
  height: 42px;
  display: block;
  line-height: 40px;
  background: url(../images/cart.gif) no-repeat center center #ffffff;
}
.viewcart a {
  margin: auto;
  display: block;
  width: 42px;
  height: 40px;
}
.viewcart a span {
  float: right;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #fb605e;
}
.cart_btn {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  border: 1px solid #f7539a;
  /*background: #c0023e;*/
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#db084d), color-stop(0.5, #db084d), to(#c10341));
}
.cart_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#c10341), color-stop(0.5, #c10341), to(#db084d));
  color: #fff;
}
.carts_btn {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  border: 1px solid #fd9732;
  /*background: #fd9732;*/
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe9833), color-stop(0.5, #fe9833), to(#cb6a01));
}
.carts_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#cb6a01), color-stop(0.5, #cb6a01), to(#fe9833));
  color: #fff;
}
.btn-fav {
  margin: 0 0 0 10px;
  color: #f00;
  float: left;
  display: block;
  width: 85px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
}
#mainContent {
  padding: 2%;
}
/* 购物车 */
.showcart {
  padding: 10px 5px;
  width: 100%;
}
.showcart .cartimg {
  float: left;
  width: 24%;
  border: 1px #ddd solid;
}
.showcart .cartinfo {
  float: left;
  padding-left: 5px;
  width: 60%;
}
.showcart .cartinfo ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.showcart .cartinfo li {
  list-style-type: none;
  margin: 0;
  padding: 2px 0;
  display: block;
  font-size: 12px;
}
.showcart .cartinfo li input {
  border: 1px #ddd solid;
  padding: 3px 5px;
  text-align: center;
}
.showcart .cartinfo li b {
  color: #7aa93c;
  font-size: 16px;
}
.showcart .cartdel {
  float: left;
  width: 10%;
}
.totalbox {
  margin-right: 10px;
  padding: 10px 2px;
  border-bottom: 1px #dddddd solid;
  background: #f7f7f7;
  text-transform: uppercase;
  color: #767676;
  line-height: 20px;
}
.totalbox span {
  float: left;
  display: block;
}
.totalbox p {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #484a4d;
}
.totalbox .or {
  color: #f40;
}
.cartbox {
  position: fixed;
  bottom: 0px;
  left:50%;
 margin-left: -50%;
  max-width:640px;
  width: 100%;
  background: #ffffff;
}
.cartbox .cash {
  width: 50%;
  color: #fff;
  background: #c4112f;
  font: 100 16px/50px arial;
  text-transform: uppercase;
}
.cartbox span {
  display: block;
  float: left;
  width: 50%;
  line-height: 50px;
  text-align: center;
}
.cartbox span b {
  color: #c4112f;
}
h2.std {
  position: relative;
  background: none repeat scroll 0% 0% #F7F7F7;
  padding: 15px 10px;
  font: italic 14px Georgia,serif;
  color: #3C3C3C;
  border-bottom: 1px solid #EDEDED;
}
h2.std #totalcount {
  color: red;
  font-weight: 700;
}
.step {
  width: 100%;
  height: 56px;
}
.step .placeorder {
  float: left;
  width: 50%;
  background: url(../images/icon_cart_bg.gif) repeat-x;
  height: 56px;
}
.step .pay {
  float: left;
  width: 50%;
  background: url(../images/icon_cart_bg.gif) repeat-x 0 -56px;
  height: 56px;
}
.step .placeorder span {
  display: block;
  margin: 14px auto;
  width: 130px;
  height: 28px;
  background: #ffffff url(../images/icon_cart.gif) no-repeat 0 0;
  font: 700 14px/28px arial;
  text-transform: uppercase;
  color: #932b42;
}
.step .placeorder span div {
  float: left;
  margin-right: 5px;
  width: 23px;
  height: 28px;
  color: #fff;
  text-align: center;
}
.step .pay span {
  display: block;
  margin: 14px auto;
  width: 60px;
  height: 28px;
  background: #ffffff url(../images/icon_cart.gif) no-repeat 0 -28px;
  font: 700 14px/28px arial;
  text-transform: uppercase;
  color: #333;
}
.step .pay span div {
  float: left;
  width: 23px;
  margin-right: 5px;
  height: 28px;
  color: #fff;
  text-align: center;
}
.step2 {
  width: 100%;
  height: 56px;
}
.step2 .placeorder {
  float: left;
  width: 50%;
  background: url(../images/icon_cart_bg.gif) repeat-x 0 -56px;
  height: 56px;
}
.step2 .pay {
  float: left;
  width: 50%;
  background: url(../images/icon_cart_bg.gif) repeat-x;
  height: 56px;
}
.step2 .placeorder span {
  display: block;
  margin: 14px auto;
  width: 130px;
  height: 28px;
  background: #ffffff url(../images/icon_cart.gif) no-repeat 0 -28px;
  font: 700 14px/28px arial;
  text-transform: uppercase;
  color: #333;
}
.step2 .placeorder span div {
  float: left;
  margin-right: 5px;
  width: 23px;
  height: 28px;
  color: #fff;
  text-align: center;
}
.step2 .pay span {
  display: block;
  margin: 14px auto;
  width: 60px;
  height: 28px;
  background: #ffffff url(../images/icon_cart.gif) no-repeat 0 0;
  font: 700 14px/28px arial;
  text-transform: uppercase;
  color: #932b42;
}
.step2 .pay span div {
  float: left;
  width: 23px;
  margin-right: 5px;
  height: 28px;
  color: #fff;
  text-align: center;
}
.order-title {
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  background: #558abe;
  text-align: center;
  text-transform: uppercase;
  font: 700 12px/30px arial;
  color: #fff;
}
/*会员*/
.member {
  padding: 10px 0;
  border-bottom: 1px #ddd solid;
  color: #888;
}
.member span {
  font-size: 16px;
  color: #fb4e3a;
  margin-right: 10px;
}
.fav {
  float: left;
  padding: 10px 0;
  width: 46%;
}
.fav span {
  padding: 0 2px;
  color: #fb4e3a;
}
.jifeng {
  float: left;
  padding: 10px 0;
  width: 46%;
}
.jifeng span {
  color: #fb4e3a;
  font-size: 16px;
}
.pxui-list span {
  margin-left: 10px;
  font-size: 12px;
  color: #bbb;
}
.pxui-list span font {
  color: #ff6600;
}
.pxui-form-info {
  padding: 10px 0 ;
}
.pxui-form-info div {
  overflow: hidden;
}
.pxui-form-info span {
  width: 70px;
  padding-right: 5px;
  text-align: right;
  color: #40597d;
  float: left;
  line-height: 51px;
}
.pxui-form-info p {
  width: 100%;
  margin-right: -75px;
  float: left;
}
.error-msg,
.pxui-form-info p.error-msg {
  float: none;
  background: #fffbd5;
  padding: 10px;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  display: none;
}
.pxui-form-info p span {
  display: block;
  float: none;
  width: auto;
  margin-right: 73px;
  text-align: left;
  color: #575757;
  line-height: 16px;
  padding-bottom: 10px;
}
.pxui-form-info p input[type=text],
.pxui-form-info p input[type=number],
.pxui-form-info p input[type=email],
.pxui-form-info p input[type=password] {
  text-indent: 8px;
}
.pxui-form-info p input,
.pxui-form-info p textarea,
.pxui-form-info p .pxui-select {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.pxui-area .pxui-form-info {
  margin: 10px;
}
.pxui-form-info p .pxui-select span {
  padding: 0;
  margin: 0;
  text-indent: 10px;
  line-height: 20px;
}
.pxui-form-info p .pxui-select i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.pxui-form-info label {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #2876d6;
}
.pxui-form-info p input[type=checkbox] {
  line-height: 20px;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.login-page .pxui-form-info p .pxui-gray-button,
.login-page .pxui-form-info p input.pxui-light-button {
  width: auto;
  padding: 9px 12px 8px 12px;
  display: inline-block;
  margin: 0;
  border: 0;
  vertical-align: middle;
  margin-bottom: 12px;
}
.login-page .pxui-form-info p input.pxui-light-button {
  width: 50%;
}
.login-page .pxui-form-info p .pxui-gray-button {
  line-height: 20px;
  width: 45%;
  text-align: center;
  padding: 9px 0 8px 0;
  float: right;
}
.login-page h3 {
  text-align: center;
  border: 1px solid #b4bdd0;
  border-left: 0;
  border-right: 0;
  line-height: 36px;
  font-weight: normal;
  font-size: 14px;
}
.login-page div.pxui-form-info {
  margin-top: 20px;
}
.login-page div.pxui-other-login {
  margin-top: 0;
}
.login-page div.pxui-form-info a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 10px 0 0 0;
  text-indent: 98px;
  position: relative;
  line-height: 22px;
}
.login-page div.pxui-form-info i {
  background-image: url(../images/index.gif);
  background-size: 89px 167px;
  width: 89px;
  height: 39px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.login-page div.pxui-form-info a:nth-child(2) i {
  background-position: 0 -44px;
}
.login-page div.pxui-form-info a:nth-child(3) i {
  background-position: 0 -88px;
}
.login-page div.pxui-form-info a:nth-child(4) i {
  background-position: 0 -127px;
}
.error-msg,
.pxui-form-info p.error-msg {
  padding-left: 26px;
}
.login-page .loginput {width:94%;
  height: 35px;
  border: 1px #ddd solid;
  border-radius: 4px 4px 4px 4px;
  margin: 3px 0;padding:1%;
}
.login-page .logselect {width:96%;
  height: 38px;
  border: 1px #ddd solid;
  border-radius: 4px 4px 4px 4px;
  margin: 3px 0;padding:1%;
}

/*帮助中心*/
.page-role {
  padding-top: 10px;
}
.page-title a,
.page-title i {
  background-size: 179px 175px;
  background-image: url(../images/public.gif);
}
.page-title {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  background: #fb4e3a;
  border: 1px solid #ea3520;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  height: 40px;
  overflow: hidden;
}
.page-title a {
  position: absolute;
  margin: 5px 6px;
  background-position: 0 -144px;
  display: inline-block;
  padding-left: 15px;
  line-height: 30px;
  font-size: 14px;
  right: 0;
  color: #fff;
}
.page-title i {
  display: inline-block;
  width: 15px;
  background-position: -124px -144px;
  height: 30px;
  vertical-align: top;
}
.page-title a.return {
  background-position: -76px -45px;
  width: 62px;
  padding-left: 0;
  text-indent: 8px;
  left: 0;
}
.pxui-area {
  background: #fff;
  border-bottom: 2px solid #ddd;
  overflow: hidden;
}
.pxui-area .pxui-form-info {
  margin: 10px;
}
.pxui-list a {
  display: block;
  line-height: 40px;
  border-top: 1px solid #cfcfcf;
  padding-left: 14px;
  position: relative;
}
.pxui-list a:first-child {
  border-top-width: 0;
}
.pxui-list a:Hover {
  color: #000;
}
.pxui-list a i {
  float: right;
  top: 23px;
  right: 10px;
  background: #CFCFCF;
  border-radius: 0;
}
.pxui-list a i.arrow-bottom {
  right: 15px;
}
.pxui-list a i::before {
  background: #CFCFCF;
  border-radius: 0;
}
.arrow-right,
.arrow-left,
.arrow-bottom,
.arrow-top {
  display: inline-block;
  position: relative;
  background: red;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -6px;
}
.arrow-right::before,
.arrow-left::before,
.arrow-bottom::before,
.arrow-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-width: 0;
  background: red;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*大图*/
a.a,
.a {
  color: #2876D6;
}
.good-page .tuan-time i,
.good-page .services i,
.touchslider-prev,
.touchslider-next,
.good-page .comment-list strong i,
.goshop i {
  background-image: url(../images/index.gif);
  background-size: 105px 82px;
}
a.pxui-light-button,
.pxui-light-button,
input.pxui-light-button {
  background: #fb4e3a;
  border-color: #fb4e3a;
  color: #fff;
  -webkit-appearance:none;
}
.pxui-light-button:active,
input.pxui-light-button:active {
  background: #C93A29;
  border-color: #C93A29;
}
a.pxui-blue-button,
.pxui-blue-button,
input.pxui-blue-button {
  background: #56678e;
  border-color: #56678e;
  color: #fff;
  -webkit-appearance:none;
}
a.pxui-gray-button,
.pxui-gray-button,
input.pxui-gray-button {
  background: #B9B9B9;
  border-color: #B9B9B9;
  color: #fff;
  -webkit-appearance:none;
}
.pxui-gray-button:active,
input.pxui-gray-button:active {
  background: #8D8D8D;
  border-color: #8D8D8D;
}
input.pxui-light-button:disabled,
input.pxui-gray-button:disabled,
input.pxui-blue-button:disabled {
  opacity: 0.9;
  color: #ccc;
}
input.pxui-gray-button:disabled:active {
  background: #B9B9B9;
  border-color: #B9B9B9;
}
input.pxui-light-button:disabled:active {
  background: #7aa93c;
  border-color: #7aa93c;
}
.addtocart {
  height: 50px;
  border: 0px;
  font: 700 16px/50px arial;
}
.cash-input {
  margin: 5px auto;
  width: 100%;
  text-indent: 5px;
  font: 100 12px/36px arial;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.cash-country {
  margin: 5px auto;
  width: 100%;
  height: 36px;
  text-indent: 5px;
  font: 100 12px/36px arial;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.return-top {
  width: 1px;
  height: 1px;
  position: fixed;
  _position: absolute;
  top: 82%;
  right: 0;
  z-index: 100;
  display: none;
}
.return-top .toTop,
.return-top .toBot,
.return-top .claslei,
.return-top .toCloes {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.return-top .toTop {
  display: none;
  background: url(../images/icon_all_home.png) no-repeat 0 -49px;
  margin-top: -48px;
}
.return-top .toBot {
  background: url(../images/icon_all_home.png) no-repeat 0 -147px;
}
.return-top .claslei {
  display: none;
  background: url(../images/icon_all_home.png) no-repeat 0 0px;
  margin-top: -95px;
}
.return-top .claslei a {
  display: block;
  width: 40px;
  height: 40px;
}
.return-top .toCloes {
  display: none;
  background: url(../images/icon_all_home.png) no-repeat 0 -98px;
  margin-top: 0px;
}
.brands a {
  display: block;
  margin: 3px 0;
  width: 24%;
  float: left;
  text-align: center;
}

.ask_contact { float:left; clear:both; text-align:left; width:100%;}
.ask_contact .ask_i { margin-bottom:10px; padding:20px 0; border-bottom:1px #ddd solid; font:600 italic 12px/20px arial;}
.ask_contact table { width:100%; }
.ask_contact h2 { font:700 italic 30px "Times New Roman", serif; color:#FF007E; font-style:italic;}
.show_closed { background:#000 url(images/closed.jpg) no-repeat center center; height:100px; width:100%; margin-top:30px;}
.ask_contact table {
background: #fff;
margin-bottom: 0.25rem;
}
.ask_contact tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.ask_contact tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.ask_contact table tr td {
padding: .2625rem .325rem;
font-size: .875rem;
color: #222;
}
.ask_contact input[type=text], 
.ask_contact input[type=password], 
.ask_contact input[type=date], 
.ask_contact input[type=datetime], 
.ask_contact input[type=datetime-local], 
.ask_contact input[type=month], 
.ask_contact input[type=week], 
.ask_contact input[type=email], 
.ask_contact input[type=number], 
.ask_contact input[type=search], 
.ask_contact input[type=tel], 
.ask_contact input[type=time], 
.ask_contact input[type=url], 
.ask_contact textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
background-color: #fff;
font-family: inherit;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
color: rgba(0,0,0,.75);
display: block;
font-size: .875rem;
margin: 0;
padding: .5rem;
height: 2.3125rem;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
-moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
transition: box-shadow .45s,border-color .45s ease-in-out;
}
.buy_button {
background-color: #F25C64;
color: #FFF;
letter-spacing: .2em;
margin-bottom: 0;
font-family: proximaNovaBold,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
border:0;
font-size:16px;
cursor:pointer;
}
.width_100 {
width: 100%;
height:60px;
}
.focus{width:100%; min-width:298px;   margin:0 auto; position:relative; overflow:hidden;  }
  .focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
  .focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
  }
  .focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
  .focus .hd ul .on{ background:#FE6C9C;  }
  .focus .bd{ position:relative; z-index:0; }
  .focus .bd li img{ width:100%;   background:url(../images/loading.gif) center center no-repeat;  }
  .focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
  
  
/* footer */
.footer-container { margin-top:20px; width:100%; background:#121214; position:relative; }
.footer { padding:20px 2% 0 2%; width:96%;}
.footer .sale-title { position:absolute; top:-16px; left:10px;}
.footer .sale-title i.ico-sale { float:left; display:block;  width: 0; height: 0; border-bottom: 16px solid #6a9234; border-left: 10px solid transparent; }
.footer .sale-title span { padding:0 20px; float: left; display: block; background: #7aa93c; height:36px; font:100 18px/36px "Shadows Into Light",cursive; color:#fff;}
.footer dl.footer-account { float:left; margin:14px 0; padding-left:2%; width:31%; color:#fff;}
.footer .footer-account dt { padding:15px 0; font:100 16px/15px arial;}
.footer .footer-account dd { padding:8px 0; font:100 12px Arial;}
.footer .footer-account dd a { color:#fff; }
.footer .footer-account dd a i {float:left; display:block; margin:4px 5px 0 5px; width: 0; height: 0; border-top:4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #6a9234;}
.footer .footer-article { padding-left:15px;}
.footer .footer-article h2 { margin:5px 0 20px 0; font:100 16px Arial; color:#fff; }
.footer .footer-article .article-bd { color:#777; margin-bottom:10px;}
.footer .footer-article ul.features{padding:0;margin-top:-5px}
.footer .footer-article ul.features li{position:relative;padding:10px 0;line-height:1;display:block}
.footer .footer-article ul.features li i{ float:left; display:block; margin:1px 5px 0 0; width: 13px; height:9px;}
.footer .footer-article ul.features .icon-ok { background:url(../images/ico-ok.png) no-repeat;}
.footer .footer-article ul.features li a { color:#fff;}


.footer-bottom{min-height:50px;line-height:40px;background-color:#0c0c0c;padding:25px 0; text-align:center;}
.footer-bottom a.logo{ text-align:center;}
.footer-bottom a.logo img{display:inline-block;vertical-align:middle}
.footer-bottom .custom-block{ text-align:center; padding:0 2%;}
.footer-bottom .custom-block img{max-width:100%;display:inline-block;vertical-align:middle}
.footer-bottom address{ color:#fff; text-align:center; font-style:normal; line-height:20px}

#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#08c;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

.footer-bottom .social-icons{ margin:0 auto; width:100%; display:block; }
.footer-bottom .social-icons .clumn_pic {width:20.9%;float:left;margin:2%;padding:0;}
.footer-bottom .social-icons .clumn_pic a img {border:0;width:100%; max-width:40px; text-align:center; display:block}


.footer-bottom ul.links a{color:#777;font-size:11px}
.footer-bottom ul.links li{padding:0 12px;border-right:1px solid #bbb;font-size:11px}
.footer-bottom ul.links li:first-child{padding-left:0}
.information { color:#f00; padding-left:20px;}

.recommend {width:100%; display:block;margin:1% auto;padding:0; background:#000; text-align:center}

.share-buttons__label { display: inline-block; margin-right: 25px; text-transform: uppercase; font-size: 14px; font-weight: bolder; vertical-align: text-bottom;color:#f60829; }
.share-buttons__list { display: inline-block; list-style:none;} 
.share-buttons__item { display: inline-block ;float:left;list-style:none; }
.share-buttons__item a {color:#f60829; font-size:12px;}
.share-buttons__item:not(:last-child) { margin-right: 8px; }
.share-buttons__item:hover { color: #e80e1c }