@charset "utf-8";

.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-bottom: 5px;
  height: 24px;
  text-align: center;
  color: #900;
  font: 700 16px/24px arial;
  background: url(../images/protitle.jpg) no-repeat center top;
}
.proBox .proContent {
  padding: 1%;
}
.proBox .proContent .listbox {
  float: left;
  border: 1px solid #dddddd;
  margin: 1%;
  width: 47%;
}
.proBox .proContent .listbox:hover {
  border: 1px solid #990000;
}
.proBox .proContent .listbox .proImg img {
  width: 100%;
}
.proBox .proContent .listbox .proName {
  text-align: center;
  font: 100 12px/18px arial;
}
.proBox .proContent .listbox .proName a {
  color: #333;
}
.proBox .proContent .listbox .proName a:hover {
  color: #f00;
}
.proBox .proContent .listbox .proPrice {
  text-align: center;
}
.proBox .proContent .listbox .proPrice s {
  margin-left: 2px;
  color: #888;
  font: 100 12px/18px arial;
}
.proBox .proContent .listbox .proPrice b {
  color: #900;
}
.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%;
  text-align:left;
}
.new-category .new-category2-lst .new-category2-li .new-category2-a {
  display: block;
  width: 53.9%;
  padding: 10px 35px;
  font-size: 12px;
  color: #6e6e6e;
  text-align: left;
}
.new-category .new-category4-lst .new-category3-li {
  display: table;
  width: 100%;
  text-align:left;
}

.new-category .new-category4-lst .new-category3-li .new-category-a {
  display: table-cell;
  width: 33.9%;
  padding: 10px 35px;
  font-size: 12px;
  color: #6e6e6e;
  text-align: left;
}


.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: #214473;
  width: 65%;
  font-size: 16px;
}
#productInfromation h2 strong {
  font-weight: bold;
}
#productInfromation .price {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #F13F07;
  font-weight: bold;
  font-size: 16px;
  width: 30%;
  text-align: right;
}
#productInfromation .price em {
  color: #888;
  font-size: 12px;
  line-height: 1.4em;
}
#productInfromation .sku {
  position: absolute;
  right: 10px;
  bottom: 5px;
  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;
}
.allcolor a.selected { border:1px #f60 solid;}

#select-block {
  margin: 2%;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: url(../images/searchbg.png) center;
}
#select-block .setbox {
  padding: 5px;
  border-radius: 5px;
  background: #faf8f4;
}
.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;
}
.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: #76860A;
  font: italic 20px Georgia,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: #f00;
  padding: 5px;
  color:#fff;
  font-weight:700;
}
.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%;
}

.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); /* 取消链接高亮 */  }



/* 购物车 */
.showcart {
  padding: 10px 5px;
  width: 100%;
}
.showcart .cartimg {
  float: left;
  width: 24%;
  border: 1px #ddd solid;
}
.showcart .cartimg img { width:100%;}
.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: #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;
}
.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;
}
/* Footer */
.footer{border-top:2px solid #333333;text-align:center;width:100%;}
.footer .footer-copy{padding-bottom:20px;background-color:#ffffff;width:94%;margin:0 auto;box-sizing:border-box;border-top:1px solid #e8e8e8;}
.footer .footer-copy p{width:100%;text-align:center;padding:20px 0 10px 0;}
.footer .footer-copy p a{text-decoration:none;font-size:14px;}
.share-all-box{width:98%;height:30px;overflow:hidden;margin:0 auto;}
.share-all-box li{width:30px;overflow:hidden;height:30px;text-align:center;display:inline-block;margin-right:4px;margin-left:4px;}
.share-all-box li img{margin:0 auto;}
.footer-norton{width:94%;margin:0 auto;border-top:1px solid #e8e8e8;padding:10px 0;margin-bottom:10px;}
.footer-norton .norton-info{display:inline-block;text-align:center;margin-top:10px;float:left;}
.footer-norton h1{font-size:14px;text-align:center;padding:5px 0px;}
.footer-norton .norton-info ul{margin:0px auto;padding:0px;border:0px;}
.footer-norton .norton-info ul li{margin:0px;padding-bottom:3px;border:0px;color:#999;text-align:left;font-size:12px;word-wrap:normal;word-spacing:normal;}
.footer-norton .norton-info ul li img{width:10px;height:10px;}
.footer-copy-cnt{color:#888888;margin-bottom:20px;font-size:11px; text-transform:capitalize;}
.footer-list{width:94%;height:auto;overflow:hidden;margin:0 auto;}
.footer-list .payfooter{margin:5px 0;}
.footer-list li{overflow:hidden;text-align:center;display:inline-block;margin-right:7px;margin-left:0px;line-height:20px;}
.footer-list li a{color:#333333;font-size:12px;}
.footer-list ul{margin-bottom:5px;}
.footer-tel{line-height:20px;}
.footer-tel p{margin-bottom:5px;color:#999999!important;font-size:13px;}
.norton{margin:5px 10px 5px 1px;float:left;}
.norton img{height:39px;}
/*#footer {
  width: 100%;
  min-width: 320px;
  text-align: center;
}
#footer .footer-header {
  color: #1a4363;
  font: 700 12px/35px "Times New Roman", Verdana, sans-serif;
  background: #b4ddfd;
}
#footer .footer-content {
  min-height: 100px;
  color: #fff;
  font: 100 12px/30px arial;
  background: #6681ac;
}
#footer .footer-content a {
  color: #fff;
  text-decoration: none;
}
#footer .footer-content a:hover {
  text-decoration: underline;
}*/
.cur {
	padding:10PX 0;
	text-align:center;
  height: 22px;
  font: 700 12px/22px "Times New Roman", Verdana, sans-serif;
  color: #333;
  border-bottom:1px #ddd solid;
  background:url(../images/searchbg.png)
  /* .bl(bottom,1px,solid,#6681ac);
		.background-color(#b4ddfd); */
}
.cur a {
  margin: 0 5px;
  color: #333;
}
.cur a:hover {
  text-decoration: underline;
}
.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;
}