﻿@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,textarea,table,tr,th,td {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  color: #000;
  font: 100 12px arial;
  background: #fff;
}
img,
a img {
  margin: 0 auto;
  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;
}
.button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    border: 0px none;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
}
.button_link.arrow_right {
    background: url("../images/bg_img.png") no-repeat scroll 100% -505px / 160px auto #EEE;
}
.button_link.block_link {
    display: block;
    padding: 5px 15px;
}
.button_link_icon, .button_link {
    line-height: 33px;
    padding: 0px 12px;
    background: none repeat scroll 0% 0% #EEE;
    border: 1px solid #CCC;
    border-radius: 3px;
    display: inline-block;
    color: #000;
    font-weight: normal;
}
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*max-width:640px;*/
  clear: none;
  float: none;
}
/* Header */
header {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

header .marquees { height:25px; border-bottom:1px #ddd solid; background:#FEFEFE; line-height:25px; overflow:hidden;}
.header-title {
  width: 100%;
  padding:4px 0;
  height: 40px;
  position: relative;
  background:#fff;
  z-index:1000;
  overflow: hidden;
}
.mini_header_scroll{position: fixed;width: 100%;left: 0;top: 0;}
.header-title .header-class {
  float: right;
  width: 26px;
  height: 26px;
  margin:9px 5px 0 10px;
  background: transparent url("../images/header_icon_1_1.png") no-repeat ;
}
.header-title .header-class a {
  display: block;
  margin: 0 auto;
  height: 28px;
}
.header-title .logo {
	margin:0 auto;
	padding:10px 0 0 5px;
	width:123px;
	height: 34px;
	float:left;
}
.header-title .shoppinginfo {
  float: right;
}
.header-title .shoppinginfo .account {
  float: left;
  margin: 5px 15px 0 0;
  width: 28px;
  height: 38px;
}
.header-title .shoppinginfo .account a {
  margin: 3px 0 0 0;
  display: block;
  width: 28px;
  height: 26px;
  text-indent: -99999px;
  background: transparent url("../images/header_icon_1_2.png") no-repeat;
}
.header-title .shoppinginfo .favorites {
  float: left;
  margin-right: 5px;
  width: 25px;
  height: 38px;
}
.header-title .shoppinginfo .favorites a {
  margin-top: 8px;
  display: block;
  width: 25px;
  height: 22px;
  text-indent: -99999px;
  background: url(../images/global.png) no-repeat -98px 0;
}
.header-title .shoppinginfo .csshow {
  float: left;
  margin-right: 5px;
  width: 25px;
  height: 38px;
}
.header-title .shoppinginfo .csshow a {
  margin-top: 8px;
  display: block;
  width: 25px;
  height: 22px;
  text-indent: -99999px;
  background: url(../images/ico_cs.gif) no-repeat center center;
}
.header-title .shoppinginfo .cart {
  float: left;
  margin: 3px 10px 0 0;
  width: 30px;
  height: 32px;
}
.header-title .shoppinginfo .cart a {
  position: relative;
  margin:5px 0 0 0;
  display: block;
  widht: 30px;
  height: 28px;
  color: #f40;
  font-weight: 700;
  background: transparent url("../images/header_icon_1_3.png") no-repeat;
}
.header-title .shoppinginfo .cart a span{
    position: absolute;
    background: none repeat scroll 0% 0% #ED6D00;
    border-radius: 100%;
    color: #FFF;
    font-size: 9px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    right: 0px;
    top: -6px;
	text-align:center;
}
/* Search */
#search .remove,
.stars,
select.std,
#results .flag span {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/globals.png) !important;
}
/* Retina Background Images */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  #search .remove,
  .stars,
  select.std,
  #results .flag span {
    background-image: url(../images/globals-2.png) !important;
    background-size: 150px 200px;
  }
}
.search {
  margin:10px;
  position: relative;
  height:38px;
  border: 1px solid #CCC;
  -webkit-user-select: none;
}
.search input[type="text"] {
    display: block;
	margin:0 14% 0 2%;
    width: 84%;
    padding: 0px;
    border: 0px none;
    outline: medium none;
    border-radius: 0px;
    font-size: 14px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.search button {
  display: block;
  position: absolute;
  top: 0px;
  right:0px;
  height: 38px;
  width: 50px;
  background: url("../images/bg_img.png") no-repeat scroll 18px -372px/160px auto #CCC;
  border: none;
}

.recommend_m h2{font-size:14px;height:45px;line-height: 45px;text-transform: uppercase;border-top: 1px solid #53c2d4;padding: 0 4%;}
.recommend_category{background-color: #f1f1f1;height: 45px;line-height: 45px;color: #747474;overflow: hidden;border-top: 1px solid #53c2d4;}
.recommend_category li{float: left;width: 25%;text-align: center;}
.recommend_category .selected{color: #d10000;border-bottom: 3px solid #53c2d4;height: 40px;}
.recommend_category .last{margin-right: 0;}
.recommend_category_con{padding-top: 15px;}
.recommend_category_stop{position: fixed;left: 0;top: 44px;width: 100%;z-index: 1012;}
.col-index-md-3 .goods_aImg, .col-index-sm-2 .goods_aImg{padding: 2px;}
#productsContent {width: 100%;overflow: hidden;padding-bottom:10px;margin:0 auto;}

.footerNav {width:293px;overflow:hidden;margin:0 auto;}

.footerNav a {width:65px;height:60px;display:inline-block;border:1px solid #C7C7C7;margin:0 3px 6px;float:left;border-radius:5px;
    color: #000; display:inline-block;text-align:center; font-size: 12px;line-height:13px;padding-top:5px;background:url("../images/icon_x.png") repeat-x  scroll 0 -260px
}
.footerNav a span {  background: url('../images/icon_3.png') no-repeat scroll -473px 0px transparent;
  background-size: auto 100%;
  width: 22px;
  height: 24px;
  display: block;
  margin: 4px auto 10px auto;}

.footerNav .foot_home span {}
.footerNav .foot_cate span {background-position: -527px 0;
  margin-top: 5px;
  margin-bottom: 0px;
  height: 25px;}
.footerNav .foot_order span {background-position: -670px 0;
  height: 25px;
  margin-bottom: 2px;
  width: 25px;}
.footerNav .foot_history span {background-position: -134px 0;
  height: 30px;
  margin-bottom: -4px;}
.footerNav .foot_account span {background-position: -719px 0;
  height: 28px;
  width: 24px;
  margin-bottom: 0px;}
.footerNav .foot_cart span { background-position: -640px 0;
  margin-bottom: 2px;
  height: 26px;}
.footerNav .foot_wishlist span {background-position: -669px 0;
  height: 30px;
  margin-bottom: -4px;}
.footerNav .foot_look span {background-position: -780px 2px;
  height: 28px;
  width: 25px;
  margin-bottom: -1px;}
.footerNav .foot_cart em.shop_cart_new {background:none;display:inline;margin:0;color:#FF007E;font-style: normal;}

.sale_banner { position:fixed; bottom:0px; width:100%; z-index:999999; }
.sale_banner .banbox { position:relative;}
.sale_banner .sale_close { position:absolute; top:0; right:0px; float:right; width:24px; height:30px; background:url(../images/close.png) no-repeat;}
/*  菜单 */
#hide_menu{background-position:0 15px;width:28px;float:left;}
#hide_menu.return_icon{ background:url("../images/bg_img.png") no-repeat 14px -1338px/160px auto #eee;}
.return_icons{ background:url("../images/bg_img.png") no-repeat 5px -1342px/160px auto #eee;}

#menu{position:absolute;top:49px;right:100%;background-color:#fff;z-index:999}
#menu.menushow{-webkit-animation-name:spin-1;-webkit-animation-duration:0.5s;right:0;z-index:999;width:100%;height:100%;}
@-webkit-keyframes spin-1{0%{right:100%;}
100%{right:0;width:100%;}
}
#menu.menuhide{-webkit-animation-name:spin-2;-webkit-animation-duration:0.5s;right:100%;width:100%;}
@-webkit-keyframes spin-2{0%{right:0;}
100%{right:100%;}
}
.mainhide{-webkit-animation-name:spin-3;-webkit-animation-duration:0.5s;margin-left:100%;width:0;height:0;padding:0!important;overflow:hidden;}
@-webkit-keyframes spin-3{0%{margin-left:0;width:100%;height:100%;overflow:auto;}
100%{position:absolute;margin-left:100%;width:0;height:0;padding:0;overflow:hidden;}
}
.mainshow{-webkit-animation-name:spin-4;-webkit-animation-duration:0.5s;margin-left:0;}
@-webkit-keyframes spin-4{0%{margin-left:100%;}
100%{margin-left:0;}
}
.page_title{padding:14px 15px;}
.text_orange{color:#ED6D00;}
.text_center{text-align:center;}
ul.droplist{border-bottom:1px solid #E5E5E5;}
ul.droplist > li{border-top:1px solid #E5E5E5;}
ul.droplist > li > b{display:block;font-size:16px;padding:14px 0 14px 15px;background:url('../images/bg_img.png') no-repeat 15px -447px;background-size:160px;}
ul.droplist > li b span{padding:0 20px;}
ul.droplist ol{display:none;border-top:1px dashed #e5e5e5;padding:0 15px;}
ul.droplist ol > li{font-size:14px;}
ul.droplist ol > li a{background:url('../images/bg_img.png') no-repeat 0 -1059px;background-size:160px;display:block;color:#333;padding:14px 0 14px 25px;}
ul.droplist ol > li a.current{background-position:0 -1104px}
/*ul.droplist .opened ~ ol{display:block;}
*/ul.droplist b.opened{background-position:15px -402px;}
ul.droplist.gray_sublist ol{border-top:1px solid #E5E5E5;background:#eee;padding:0;}
ul.droplist.gray_sublist ol li{border-top:1px dashed #fff;}
ul.droplist.gray_sublist > li b span{padding-left:0;}
ul.droplist.gray_sublist ol li:first-child{border-top:none;}
ul.droplist.gray_sublist ol li a{background:none;padding:14px 35px;color:#666;}
ul.droplist.gray_sublist ol li a.text_orange{color:#ED6D00;}
ul.droplist.gray_sublist > li{padding-left:0;}
ul.droplist.gray_sublist > li > b{background-position:100% -1143px;}
ul.droplist.gray_sublist b.opened{background-position:100% -1176px;}


/* Content */
#mainWrapper {
  width: 100%;
  min-width: 320px;
}
.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;
}
.product-title {
  margin: 2px 0;
  width: 100%;
  height: 38px;
  text-align: center;
  font: 700 16px/ 38px arial;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  background: url(../images/headbg.png) repeat-x;
}
.proBox {
  width: 100%;
}
.proBox .proTitle {
  margin: 10px 5px;
  padding:5px;
  height: 30px;
  text-align: left;
  color: #666;
  font: 100 17px/30px arial;
  border:1px #ddd solid;
  border-radius:5px;
}
.proBox .proTitle i { display:block; float:left; margin:7px 0 0 10px; width:24px; height:20px; background:url(../images/bg_img.png) no-repeat scroll 0px -980px/160px auto;}
.proContent {
  padding: 1%;
}
.proContent .listbox {
  position:relative;
  float: left;
  border: 1px solid #dddddd;
  margin: 1%;
  width: 47%;

}
.proContent .listbox:hover {
  border: 1px solid #f40;
}
.proContent .listbox .proImg img {
  width: 100%;
}
.proContent .listbox .proName {
  text-align: center;
  font: 100 12px/18px arial;
}
.proContent .listbox .proName a {
  color: #333;
}
.proContent .listbox .proName a:hover {
  color: #f00;
}
.proContent .listbox .proPrice {
  text-align: center;
}
.proContent .listbox .proPrice s {
  margin-left: 2px;
  color: #888;
  font: 100 12px/18px arial;
}
.proContent .listbox .proPrice b {
  color: #900;
}
.discount_off{width:34px; height:40px; padding-left:2px; padding-top:0px; background:url(../images/discount_off_icon.gif) no-repeat; position:absolute; top:-5px; right:-5px; color:#FFF; font-size:22px; line-height:20px; text-align:left; z-index:999;}
.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;
  padding: 5px 10px;
  line-height:24px;
}
#productInfromation h2 {
  color: #000;
  width: 100%;
  font-size: 16px;
}
#productInfromation h2 strong {
  font-weight: bold;
}
#productInfromation .price b {
  color: #F13F07;
  font-weight: bold;
  font-size: 16px;
}
#productInfromation .price s {
  color: #888;
  font-size: 12px;
  line-height: 1.4em;
}
#productInfromation .sku {
  font-size: 12px;
  color: #828385;
}
#productInfromation .rating {
  padding-top: 5px;
  width: 70%;
  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;
}
#select-block {
  margin: 2%;
  padding: 5px;
}
#select-block .setbox {
}
.setco {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.setco dt {
  float: left;
  width: 12%;
  padding-right: 1%;
  text-align: right;
  line-height: 20px;
}
.setco dd {
  float: right;
  width: 86%;
}
.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;
}
.control{}.control li{margin-top:10px;font-size:14px;font-weight:bold;color:#D60000;}
.btn_yellow{background:#3b88c5;}
.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;
}
#productDescription {
  margin: 2%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
#productDescription .feature {
  color: #000;
  font: italic 20px Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#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;
  height: 14px;
  line-height: 16px;
  overflow: hidden;
}
.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 {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.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 #f0cab6;
  background: #ffe4d0;
  overflow: hidden;
  text-align: center;
  color: #e5511d;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.cart_btn:hover {
  background: #ffd9bc;
  color: #e5511d;
}
.carts_btn {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  border: 1px solid #ff4400;
  background: #ff4400;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.carts_btn:hover {
  background: #f22d00;
  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: #900;
  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: 0;
  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 {
  height: 40px;
  border: 1px #ddd solid;
  border-radius: 4px 4px 4px 4px;
  margin-top: 3px;
}
/*帮助中心*/
.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: #67a3d6;
  border: 1px solid #67a3d6;
  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: #67a3d6;
  border-color: #67a3d6;
  color: #fff;
}
.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;
}
a.pxui-gray-button,
.pxui-gray-button,
input.pxui-gray-button {
  background: #B9B9B9;
  border-color: #B9B9B9;
  color: #fff;
}
.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: #fb4e3a;
  border-color: #fb4e3a;
}
.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;
}
/*------------*/
#tabsbox{ background-color: #FFFFFF; border:1px solid #CCC; margin-bottom: 0px;}
#tabsbox #heading{ }
#tabsbox #heading ul{ padding: 0px; margin: 0px; background: url('images/icons.gif') repeat-x 100% -576px; height: 25px; overflow: hidden;}
#tabsbox #heading ul .current{ height: 25px; float: left; background-image: url('images/icons.gif'); background-position: 0px -603px; line-height: 25px;}
#tabsbox #heading ul .current a{ color: #CC0000;}
#tabsbox #heading ul li a{ display: block; line-height: 25px; text-align: center; font-weight: bold;}
#tabsbox #heading ul li{ border-width: 1px; border-color: #DDDDDD; height: 25px; float: left; width:33%; line-height: 25px; border-right-style: solid;}
#tabsbox .box{ margin: 5px 0px 0px 0px; background-color: #FFFFFF; clear: both; height: 770px;}
/*-----------*/


/* Footer */
footer{background:#eee;text-align:center;padding:14px;}
footer.copyright{padding-top:0;}
footer.stepfooter{background:#fff;}
.footer_menu,.menu{background:#fff;border:1px #ddd solid;border-radius:6px; margin:0 auto; padding:0;}
.footer_menu li,.menu li{border-bottom:1px #ddd solid;}
.footer_menu li:last-child,.menu li:last-child{border-bottom:0;}
.footer_menu a,.menu a{text-align:left;color:#333;font-size:14px;display:block;padding:16px 0 16px 45px;background:url("../images/bg_img.png?r=31779") no-repeat;background-size:160px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}
.menu .select,.menu .select select{background:none;border:none;}
.menu a{padding:16px 15px;background:url("../images/bg_img.png?r=31779") no-repeat 100% -501px;background-size:160px;}
#shopping_bag{background-position:18px -115px;}
#login_about{background-position:18px -157px;}
#wishlist{background-position:18px -198px;}
#my_orders{background-position:20px -239px;}
#recently_viewed{background-position:18px -284px;}
#help_center{background-position:22px -325px;}
#boutique{background-position:-127px -367px;}
.footer_nav{margin-top:10px;}
.footer_nav a{display:inline-block;border-right:1px #999 solid;padding:0 8px 0 3px;color:#333;font-size:12px;line-height:14px;}
.footer_nav a:last-child{border-right:0;}
.select_box{padding:0 8px;}
.select_box table{width:100%;}
.select_box table td{width:50%;padding:8px;}
.copyright{font-size:9px;color:#999;line-height:normal;}
.payment_logo_box img{width:24px;}
.inset_shadow{box-shadow:0 2px 6px -2px #999 inset;}
.select{position:relative;display:block;border:1px #ccc solid;border-radius:6px;overflow:hidden;}
.select select{width:100%;border:0;font-size:14px;height:43px;line-height:43px;padding:0 25px 0 14px;background:none;outline:none;background-color:#eee;-webkit-appearance:none;}
.select .time_select{background-color:#fff;}
.select:after{position:absolute;right:0;top:0;content:" ";width:43px;height:43px;background:url('../images/bg_img.png') 100% -505px no-repeat;background-size:160px;pointer-events:none;}

.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;
}
.couponsBanne{display:inline-block;font-size:11px;color:#fff;background:#B00000;border-radius:4px;padding:4px 6px;}
.couponsBanne:hover{color:#fff;}
.zpzq { margin:3px; padding-bottom:10px; border:1px #ddd solid; border-radius:5px;}
.zpzq .zpzq-title { margin-bottom:10px; border-radius:5px 5px 0 0; height:30px; border-bottom:1px #ddd solid; background: #F6F6F6; background: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#E8E8E8)); font:100 14px/30px arial; color:#000; text-transform:capitalize; text-indent:10px;}
.zpzq .zpzq-title b { color:#f00;}
.zpzq .zpzq-content { padding:0 2px;}
.zpzq .zpzq-content ul { display:block;}
.zpzq .zpzq-content li { float:left; width:30%; padding:1px 1px 1px 0; margin-bottom:10px; text-align:center;}
.zpzq .zpzq-content .zpimg { min-width:100px; min-height:120px; }
.zpzq .zpzq-content .zpimg img { min-width:100px; min-height:120px; }
.zpzq .zpzq-content .zptext { font:100 11px arial;}
.zpzq .zpzq-content .zpbutton { background:#B00000; border:0px; border-radius:5px; height:22px; color:#fff; font-size:11px; cursor:pointer;}
.zpzq .zpzq-content .zpbutton:hover { background:#D74447;}

.calculator .useCoupon{color:#184c95;display:block;text-align:center;background:#eee;text-decoration:underline;}
.calculator .useCoupon:hover{color:#184c95;}

.item_price_info li{padding:0;margin:8px 0;}
.item_price_info{overflow:hidden;clear:both;width:auto;}
.item_price_info .item_tit{text-align:left; float:left;width:auto;border:none;color:#999;padding:0 28px;}
.item_price_info .item_content{text-align:right; float:right; width:auto;border:none;font-size:16px;color:#000;}


ul{ list-style:none;} 
/*选项卡1*/ 
#Tab1{ 
width:95%;
padding:0; margin:0 auto;
font-size:12px;
border:1px #ddd solid;
} 
/*菜单class*/ 
.Menubox { 
width:100%; 
height:34px; 
line-height:34px; 
background:url(../../images/product_bg.png) repeat-x 0px -380px;
border-bottom:1px #ddd solid;
} 
.Menubox ul{ 
margin:0px; 
padding:0px;
} 
.Menubox li{ 
float:left; 
display:block; 
cursor:pointer; 
text-align:center;
width:48.9%;
font-size:11px;
border:0; cursor:pointer; font-weight:700; text-transform:uppercase; color:#333; height:34px; line-height:34px; border-right:1px #ddd solid;} 
.Menubox li.hover{ 
padding:0px; 
width:48.8%;
font-size:11px;
border:0; cursor:pointer; font-weight:700; text-transform:uppercase; color:#000; background:url(../../images/product_bg.png) repeat-x 0px -425px; height:34px; border-right:1px #ddd solid;} 
.Contentbox{ 
clear:both;
margin:0 auto;
width:100%;
padding:10px 0;
text-align:left;
line-height:22px;
font-size:12px;
} 
#libkey{border:1px solid #C1C1C1;width:95%;padding:3px 5px;height:22px;}

.focus{width:100%; min-width:320px;   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); /* 取消链接高亮 */  }
.btn-danger {
color: #fff;
background-color: #87d4e1;
border-color: #87d4e1;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btnfont { font-family:Arial, sans-serif; margin:0 auto !important;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

/*.proBox .proContent .listbox {
  position:relative;
  float: left;
  border: 1px solid #dddddd;
  margin: 1%;
  width: 30%;
}
*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

/*.proBox .proContent .listbox {
  position:relative;
  float: left;
  border: 1px solid #dddddd;
  margin: 1%;
  width: 22%;
}
*/
}

.top_nsort{ display:block; background:#ddd; width:100%}
.top_nsort .top_nsort_list {float:left;width:49.8%;display:block; overflow:hidden; margin:5px 0;padding:0;}
.top_nsort .top_nsort_list a {font:100 12px/20px Arial, Helvetica, sans-serif;color:#000;}