
body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
  max-width: 765px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
  background: #f7f7f7;
  font-weight: lighter;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
img {
  outline: none;
  border: none;
}
@media screen and (min-width: 765px) {
  body {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  /*首页顶部banner*/
  .index-header #slider,
  .index-header .slider {
    height: 300px !important;
  }
}
html {
  padding: 0;
  margin: 0;
  max-width: 765px;
  margin: 0 auto;
  background: #f7f7f7;
}
input {
  color: #222;
  text-align: left;
  font-size: 10pt;
  outline: none;
  font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
}
input[type=text] {
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
  display: block;
}
.marginAuto {
  margin: 0 auto;
}
.block {
  display: block;
}
.Elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prices {
  font-size: 12px;
  font-family: Verdana;
  color: #ff5500;
  font-weight: normal;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.search-w-box {
  position: relative;
  background: transparent;
  padding: 10px 11px;
  border-bottom: 1px solid #eee;
  border-bottom-style: double;
}
.search-w-input {
  outline: 0;
  border: 1px solid #ddd;
  font-size: 14px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABi0lEQVR42s2XsU4CQRRFoXGREmOxW1ASAgWfsEqt/2FhLTV+A4mSDf1+hNFEgrEhJsTC2Gmx/AHJWrjeSe4mEzLgDLMDS3ICmffevWFmduZtpVLmTxzHLXADHkACUpJwTMRaRRqG4Blkmojc0MawBu7BLwU/wQRcggB4JODYhDkZa0RtzdS0AV6kf3EHqhp1VebmdUKjoWtaB68sfAPdHWary9qMWnWdoogFczGNFksVUENoRTobKV/TdgEbsy2tebgtcZqvaYFPRb7m000JPSYsHJwBC2r3VMEhgyMHxiNqD1XBRwb7Doz71H5SBRMGAwfGAbUTVTBl0HNg7FE7LZXxwaba5eY637a59vE43ZbnADnYkam4JDoFmHakS+Lsv+SxdC36FqY++KLW2LQRmFs0At/UWIGmbuGJZG605mutz4rf7+BUV+B4rdn7YHdywWk8Ij7HIubIzV6Tpmbm0oabGbS3M3kjCbOdzaU2ZsATbgl+yJJjg03tkrW55aNVGvPrfb+DCfMr8fsPcg6fmHF/AckAAAAASUVORK5CYII=) 8px no-repeat #ffffff;
  background-size: 15px 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  padding: 5px 0;
  padding-left: 28px;
  border-radius: 30px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}
.footer {
  margin: 5px 0;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}
.Thead {
  position: relative;
  font-size: 15px;
  color: #888;
  border-left: 5px solid #44b549;
  padding-left: 10px;
  margin: 12px 10px;
}
.Thead .more {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(../images/icon/iconfont-you.png) center no-repeat;
  background-size: 20px;
  opacity: 0.8;
}
.hidden {
  display: none;
}
/* 底部导航按钮 */
.bottom_nav {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #eee;
  background: rgba(238, 238, 238, 0.8);
}
.bottom_nav > a {
  height: 45px;
  padding-top: 4px;
  color: #999;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  width: 25%;
  outline: none;
  border-bottom: 2px solid transparent;
  transition-duration: 150ms;
}
.bottom_nav > a i {
  background-image: url(../images/icon_nav.png);
  background-repeat: no-repeat;
  background-size: 161px 46px;
  -webkit-background-size: 161px 46px;
  width: 23px;
  height: 23px;
  content: '\20';
  display: block;
  margin: 0 auto 2px auto;
}
.bottom_nav .nav_search i {
  background-position: -46px 0;
}
.bottom_nav .nav_search.hover i {
  background-position: -46px -23px;
}
.bottom_nav .nav_shopcart i {
  background-position: -138px 0;
}
.bottom_nav .nav_shopcart.hover i {
  background-position: -138px -23px;
}
.bottom_nav .nav_me i {
  background-position: -69px 0;
}
.bottom_nav .nav_me.hover i {
  background-position: -69px -23px;
}
.bottom_nav .nav_index i {
  background-position: 0 0;
}
.bottom_nav .nav_index.hover i {
  background-position: 0 -23px;
}
.bottom_nav > a.hover {
  border-bottom-color: #e4393c;
  background: #eaeaea;
  background: rgba(238, 238, 238, 0.9);
  color: #e4393c;
}
header.bheader {
  margin: 5px 10px;
  line-height: 24px;
  position: relative;
  text-align: center;
}
header.bheader span {
  font-size: 15px;
  color: #555;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-block;
  background: #f7f7f7;
  padding: 0 20px;
  z-index: 1;
}
header.bheader span a {
  color: #fff !important;
}
header.bheader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.gBanner {
  max-width: 100%;
  display: block;
}
._Tiping {
  opacity: 0.8;
  position: fixed;
  background: url('../images/icon/iconfont-iconfontroundcheck-50x.png') center 20px no-repeat #333333;
  background-image: -webkit-image-set(url(../images/icon/iconfont-iconfontroundcheck-50x.png) 1x, url(../images/icon/iconfont-iconfontroundcheck-100x.png) 2x);
  background-size: 50px;
  color: #fff;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
}
#list-loading {
  display: none;
  height: 30px;
  text-align: center;
  padding: 10px 0;
}
#list-loading img {
  display: inline-block;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.productCount {
/*  width: 82px;*/
  display: inline-block;
  height: 25px;
  border: 1px solid #eee;
}
.productCount .btn {
  display: block;
  background: #eee;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  float: left;
  background: url('../images/icon/iconfont-add1-16x.png') center no-repeat #f7f7f7;
  background-image: -webkit-image-set(url(../images/icon/iconfont-add1-16x.png) 1x, url(../images/icon/iconfont-add1-32x.png) 2x);
  background-size: 16px;
}
.productCountMinus {
  background-image: url('../images/icon/iconfont-minus-20x.png') !important;
  background-image: -webkit-image-set(url(../images/icon/iconfont-minus-20x.png) 1x, url(../images/icon/iconfont-minus-40x.png) 2x) !important;
  background-size: 20px !important;
  border-right: 1px solid #eee;
}
.productCountPlus {
  border-left: 1px solid #eee;
}
.productCountNum {
  display: block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  background: #FFF;
  position: relative;
  float: left;
}
.productCountNum input {
  outline: none;
  border: none;
  display: block;
  height: 23px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  background: transparent;
  margin: 0;
  padding: 0 5px;
}

.listTopcaption {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 999;
}
.listTopcaption .holder {
  padding: 0 45px;
  font-size: 14px;
  text-align: center;
  position: relative;
  background: rgba(238, 238, 238, 0.3);
}
.listTopcaption .holder p {
  height: 45px;
  font-size: 16px;
  font-weight: lighter;
  line-height: 45px;
  color: #666;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listTopArrow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 45px;
  width: 45px;
  background: url(../images/icon/iconfont-angleleft-25x.png) center no-repeat;
  background-image: -webkit-image-set(url(../images/icon/iconfont-angleleft-25x.png) 1x, url(../images/icon/iconfont-angleleft-50x.png) 2x);
  background-size: 25px;
}
.listTopArrow.home {
  position: absolute;
  left: initial;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 45px;
  width: 45px;
  background: url(../images/icon/iconfont-icontitlehuishouye-30x.png) center no-repeat;
  background-image: -webkit-image-set(url(../images/icon/iconfont-icontitlehuishouye-30x.png) 1x, url(../images/icon/iconfont-icontitlehuishouye-60x.png) 2x);
  background-size: 30px;
}
.listTopArrow.search {
  top: 10px;
}
.TopcaptionPos {
  background: #ffffff;
  height: 45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.gs-text {
  background: #fff;
  border: 1px solid #dedede;
  border-left: 1px solid #44b549;
  padding: 0;
  margin-bottom: 8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.gs-text input {
  float: left;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 25px;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
}
.gs-text input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.button {
  border-radius: 3px;
  padding: 7px 0;
  text-align: center;
  display: block;
  background: #e4393c;
  font-size: 15px;
  color: #FFF;
}
.button.green {
  background: #3fae38;
}
.button.gary {
  color: #fff;
  background: #ddd;
}
body {
  background: #f7f7f7;
}
#express_address {
  display: block;
  position: relative;
  color: #222;
  padding: 25px 15px;
  min-height: 48px;
  background: url(../images/icon/iconfont-right-40x.png) 97% center no-repeat #ffffff;
  background-image: -webkit-image-set(url(../images/icon/iconfont-right-40x.png) 1x, url(../images/icon/iconfont-right-80x.png) 2x);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  background-size: 40px;
  padding-right: 55px;
}
#express_address #wrp-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #3fae38;
  line-height: 98px;
}
#express_address .express-person-info {
  font-size: 15px;
}
#express_address .express-address-info {
  color: #666;
  line-height: 22px;
  margin-top: 5px;
  font-size: 12px;
}
#express_address #express-person-phone {
  font-size: 14px;
  padding-left: 10px;
  font-family: Verdana;
}
#express_address #express-name {
  font-size: 16px;
}
#express-bar {
  height: 4px;
  background: url(../images/icon/od-exp-bh.png) left center repeat-x #ffffff;
}
#orderDetailsWrapper {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
  padding: 10px 5px;
  min-height: 111px;
}
#orderDetailsWrapper #cartnothing {
  text-align: center;
  padding-top: 90px;
  line-height: 85px;
  height: 60px;
  color: #888;
  font-size: 14px;
  background: url(../images/shopcart.png) center 17% no-repeat #ffffff;
  background-size: 100px 100px;
}
.orderDetails {
  margin-bottom: 8px;
}
.orderDetails:last-child {
  margin-bottom: 0;
}
#orderDetailsWrapper .cartListDesc .title {
  height: 42px;
  line-height: 21px;
}
#orderDetailsWrapper .cartListDesc .count {
  font-size: 12px;
  margin-top: 8px;
}
.cartListWrap {
  position: relative;
  margin: 5px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
  animation-duration: 2s;
}
.cartListWrap img {

  display: block;
  float: left;
  margin-top: 4px;
  border: 1px solid #eeeeee;

}
.cartListWrap .cartListDesc {
  padding-bottom:5px;
  position: relative;
  margin-left: 95px;
  padding-left: 15px;
}
.cartListWrap .cartListDesc .title {
  font-size: 14px;
  color: #444a4d;
  text-shadow: 0 0 #eee;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cartListWrap .cartListDesc .spec {
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  margin-right: 10px;
  max-width: 50%;
  color: #888;
}
.cartListWrap .cartListDesc .pd-dsc {
  margin: 8px 0;
  
}
.cartListWrap .cartListDesc .prices {
  font-size: 12px;
  margin-top: 5px;
}
.cartListWrap .cartListDesc .info {
  margin-top: 5px;
  font-size: 12px;
  color: #919296;
  text-shadow: 0 0 #eee;
}
.cartListWrap .cartListDesc p {
  margin: 0;
  padding: 0;
}
.cartListWrap .cartListDesc .cartDelbtn {
  background: url(../images/icon/iconfont-iconremovesign-20x.png) center no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.cartListWrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cart-tip {
  margin: 0;
  padding: 10px;
  color: #ff5500;
}
#orderSummay {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 15px;
  text-align: left;
  padding-top: 0;
}
#orderSummay .prices {
  font-size: 16px;
}
.envsItem,
.reciItem {
  padding-left: 10px;
  background: #fff;
  position: relative;
}
.envsItem span,
.reciItem span {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.envsItem i,
.reciItem i {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  background-image: url(../images/iconfont-radiounchecked.png);
  background-image: -webkit-image-set(url(../images/iconfont-radiounchecked.png) 1x, url(../images/iconfont-radiounchecked-64.png) 2x);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}
.envsItem i.checked,
.reciItem i.checked {
  background: url(../images/iconfont-radio-checked.png) center no-repeat;
  background-image: url(../images/iconfont-radio-checked.png);
  background-image: -webkit-image-set(url(../images/iconfont-radio-checked.png) 1x, url(../images/iconfont-radio-checked-64.png) 2x);
}
.envsItem:last-child span,
.reciItem:last-child span {
  border-bottom: 1px solid #fff;
}
.font13 {
  font-size: 13px !important;
}
#wechat-payment-btn,
#wechat-reqpay-btn {
  margin: 0 10px;
  padding: 9px 0;
}
#wechat-payment-btn.disable,
#wechat-reqpay-btn.disable {
  background: #dddddd;
}
#wechat-reqpay-btn {
  margin-top: 10px;
}
#userWra {
  position: relative;
  background: #fff;
  padding-top: 30px;
  height: 50px;
}
#userHeadwra {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: -55px;
  border-radius: 100px;
}
#userHeadwra .userHead {
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  transform: scale(0) rotate(50deg);
}
#userHeadwra .userHead.active {
  transform: scale(1) rotate(0deg);
}
#reqinfo {
  margin-top: 10px;
}
#reqinfo p {
  text-align: center;
}
#reqinfo #wechat-payment-btn {
  width: 200px;
  margin: 20px auto;
}
#reqProcess {
  height: 10px;
  background: #fff;
  margin-top: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#reqProcess #reqProcessBar {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 10px;
  background: #3fae38;
  width: 100%;
}
#reqPercent {
  padding: 20px 0;
  margin: 0;
  line-height: 20px;
  font-family: Verdana;
  font-size: 40px;
}
.reqAmount {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.reqAmount .reqAmountBtn {
  font-size: 14px;
  display: inline-block;
  background: #fff;
  padding: 5px 7px;
  border: 1px solid #eee;
}
.reqAmount .reqAmountBtn.hov {
  border: 1px solid #ff5500;
  color: #ff5500;
}
#userReciInfo {
  background: #fff;
}
#reciWrap {
  display: none;
  padding: 10px;
  padding-top: 0;
}
.pdInfo {
  font-size: 12px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.pdInfo p {
  text-align: left;
  padding: 0;
  background: #fff;
  margin: 0;
}
.pinfo {
  position: relative;
  border-bottom: 1px dashed #eee;
  margin-bottom: 7px;
}
.pinfo:last-child {
  margin-bottom: 0;
  border: none;
}
.pinfo img {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  float: left;
}
.pinfo a {
  font-size: 12px;
  display: block;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #666;
}
.pinfo .r {
  margin-left: 60px;
}
.pinfo i {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-size: 12px;
  color: #777;
}
header.serialCaption {
  margin: 0 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 26px;
  position: relative;
  text-align: center;
}
header.serialCaption span {
  font-size: 14px;
  position: relative;
  display: inline-block;
  background: #f7f7f7;
  padding: 0 10px;
  color: #444;
  z-index: 1;
}
header.serialCaption span a {
  color: #fff !important;
}
header.serialCaption:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #dedede;
}
#order_success {
  background: #FF9000;
  padding: 20px;
}
#order_success img {
  float: left;
  display: block;
}
#order_success .desc {
  line-height: 20px;
  margin-left: 80px;
  color: #fff;
  height: 60px;
}
#order_success_addr {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
#order_success_addr .expname {
  position: relative;
  padding-bottom: 5px;
}
#order_success_addr .expname span {
  position: absolute;
  right: 0px;
  top: 0px;
}
#order_success_addr #buttons {
  margin-top: 20px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  text-align: center;
}
#order_success_addr #buttons .subtn {
  color: #555;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #aaa;
  padding: 3px 7px;
  margin: 0 5px;
}
.orderopt {
  position: relative;
  padding: 12px 15px;
  background-color: #fff;
  background: url(../images/icon/iconfont-right-40x.png) 97% center no-repeat #ffffff;
  background-image: -webkit-image-set(url(../images/icon/iconfont-right-40x.png) 1x, url(../images/icon/iconfont-right-80x.png) 2x);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  background-size: 20px;
  font-size: 14px;
  height: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.orderopt.inp {
  background: #fff;
}
.orderopt .label {
  position: absolute;
  left: 15px;
  z-index: 1;
}
.orderopt .value {
  position: absolute;
  right: 40px;
  z-index: 1;
}
.orderopt input#input-exptime {
  left: 0px;
  top: 0px;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 44px;
  z-index: 2;
  display: block;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
.orderopt input[type="text"] {
  left: 80px;
  right: 0px;
  top: -1px;
  position: absolute;
  width: auto;
  height: 43px;
  line-height: 44px;
  z-index: 2;
  display: block;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
.edit_address{
	margin:10px 0 0 20px;
	display:inline-block;
	width:16px;
	height:16px;
	background: url(../images/icon/icon-edit.png) center center no-repeat #ffffff;
}
.add_address{
	margin:10px 0 0 20px;
	display:inline-block;
	width:16px;
	height:16px;
	background: url(../images/icon/iconfont_add.png) center center no-repeat #ffffff;
}