.view #navbar {
  z-index: 180;
  display: block;
  left: 0;
  right: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background-color: #f5f5f5;
  color: #5f5f5f;
}
.view #navbar a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-size: 12px;
  line-height: 40px;
  background-image: none;
  font-weight: normal;
  text-align: center;
}
.view #navbar a:before {
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  color: inherit;
  text-indent: 0px;
}
.view #navbar a.button {
  color: black;
}
.view #navbar .icon:not(.button):before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 23px;
  margin: auto;
  width: 100%;
}
.view #navbar > a.icon.pressed:not(.button):before { color: inherit;}
.view #navbar a.addfavorites {
  width: 16% !important;
  background-color: #dfdfdf;
  color: #5f5f5f;
  height: 49px;
  line-height: 60px;
  padding-top: 8px;
}
.view #navbar a.addfavorites:before {
  line-height: 25px;
  font-size: 0.5em;
}
.view #navbar .addfavorites.on {
  /*background-color: #89cb63;
  color: #fff;*/
}
.view #navbar .addfavorites.on:before {
  /*background-color: #89cb63;
  color: #fff;*/
}
.view #navbar a.addbuy {
  width: 42% !important;
  line-height: 49px;
  color: #fff;
  text-indent: 8%;
  background: url(../../../../ImagesPublic/gotubuy.png) no-repeat 25% center;
  background-size: 25px;
  background-color: #ff5000;
}
.view #navbar a.addcart {
  width: 42% !important;
  color: #fff;
  line-height: 49px;
  text-indent: 8%;
  background: url(../../../../ImagesPublic/addshoppingcart.png) no-repeat 20% center;
  background-size: 25px;
  background-color: #D22526;
}
.systemc_qmenu {
  position: absolute !important;
  z-index: 2000;
  right: 10px;
  top: 10px;
  padding: 5px;
  text-align: center;
}
.systemc_qmenu span {
  display: block;
  border: 1px solid #5f5f5f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
}
.usercart {
  position: absolute !important;
  z-index: 2000;
  right: 50px;
  top: 10px;
  padding: 5px;
  text-align: center;
}
.usercart > span {
  display: block;
  border: 1px solid #5f5f5f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  padding: 3px;
}
.usercart > span > span {
  right: -8px;
  top: -8px;
}
.shoucang.on:before {
  background: url(../../../../ImagesPublic/icon_onshoucang.png) no-repeat center;
  background-size: 25px;
}
/* ICon ÑùÊ½ */

.usercart > span.gouwuche{background-image:url(../../../../ImagesPublic/icon_p_buy.png); background-repeat:no-repeat; background-position:center center;}
.systemc_qmenu span.caidanyuandian{background-image: url(../../../../ImagesPublic/icon_pmenu.png); background-repeat:no-repeat; background-position:center center;}
.view #navbar .addfavorites{background-image: url(../../../../ImagesPublic/icon_fav_e.png); background-repeat:no-repeat; background-position:center 1px;}
.view #navbar .addfavorites.on{background-image: url(../../../../ImagesPublic/icon_fav_f.png); background-repeat:no-repeat; background-position:center 1px;}




