.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.listScroll > ul {
  font-size: 0;
  white-space: nowrap;
  voerflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.listScroll > ul > li {
  display: inline-block;
  width: 10rem;
  border-right: 0.1rem solid #f0f0f0;
}

.layout-root {
  width: 100%;
  position: relative;
}
.navbar .navigoter {
  text-align: center;
  height: 100%;
}
.navbar .title {
  font-size: 1.6rem;
}
.navbar i {
  display: inline-block;
  vertical-align: middle;
}
.navbar .back-ico {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 20px;
  text-align: center;
}
.navbar .center.search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.common-search-form {
  position: relative;
  width: 100%;
}
.common-search-form > input {
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 14px;
  border: 0;
  background-color: #e3e3e3;
  color: #333;
}
.common-search-form > a {
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  color: #999;
  background-color: #e3e3e3;
  text-align: left;
}
.layout-footer {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
}
.layout-footer > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer > ul > li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.layout-footer > ul > li > a {
  display: block;
}
.layout-footer > ul > li > a > span {
  display: block;
  height: 18px;
  font-size: 1.25rem;
}
.layout-footer > ul > li > a > i {
  display: block;
  margin: 3px auto;
}
.layout-footer > .main-title {
  margin: 0 0 1% 0;
  font: 1.5rem '苹果方';
  color: #767676;
}
.layout-footer.cart-footer {
  background: #FFFFFF;
  z-index: 11;
}
.layout-footer.cart-footer:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.layout-footer.cart-footer:before,
.layout-footer.cart-footer:after {
  content: " ";
  display: table;
}
.layout-footer.cart-footer:after {
  clear: both;
}
.layout-footer.cart-footer .toolbar-inner {
  float: left;
  width: 70%;
}
.layout-footer.cart-footer .toolbar-inner i {
  display: inline-block;
}
.layout-footer.cart-footer .add-cart-container {
  float: right;
  width: 30%;
  background: #00ce6f;
}
.layout-footer.cart-footer .add-cart-container .add-cart {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.model-area {
  width: 100%;
  background: #f0f0f0;
}
.model-area .model {
 margin: 0.5% 0.5% 0 0.5%;
  overflow: hidden;
}
.model-area .model .model-category {
  height: 4rem;
  line-height: 4rem;
  font-size: 0;
  background: #FFFFFF;
}
.model-area .model .model-category .model-title {
  font-size: 1.5rem;
  color: #333333;
  font-family: 'Arial', "黑体", sans-serif;
  margin: 0;
}
.model-area .model .model-category .model-title:before {
  content: '';
  height: 3rem;
  margin-right: 0.5rem;
  border-left: 0.5rem solid #75d392;
}
.model-area .model .model-category .model-title .more {
  font-size: 1.5rem;
  color: #75d392;
  font-family: 'Arial', "黑体", sans-serif;
  font-weight: normal;
  display: block;
  float: right;
  padding-right: 1rem;
}
.product-category-list {
  position: relative;
  padding-bottom: 60%;
  font-size: 0;
  background: #f0f0f0;
  overflow: hidden;
}
.product-category-list .left,
.product-category-list .right {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: #fff;
  vertical-align: top;
}
.product-category-list .left span,
.product-category-list .right span {
  font-size: 1.5rem;
  color: #333333;
  font-family: 'Arial', "黑体", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-category-list .left a,
.product-category-list .right a {
  display: block;
  height: 100%;
  padding: 1rem;
}
.product-category-list .left .sub-container,
.product-category-list .right .sub-container {
  height: 50%;
  background: #fff;
}
.product-category-list .left .sub-container .name,
.product-category-list .right .sub-container .name,
.product-category-list .left .sub-container .pic,
.product-category-list .right .sub-container .pic {
  float: left;
  width: 50%;
}
.product-category-list .left .sub-container:nth-child(2),
.product-category-list .right .sub-container:nth-child(2) {
  margin-top: 2px;
}
.product-category-list .left:nth-child(odd),
.product-category-list .right:nth-child(odd) {
  margin: 2px 1px 0 -1px;
}
.product-category-list .left:nth-child(even),
.product-category-list .right:nth-child(even) {
  margin: 2px -1px 0 1px;
}
.product-category-list .right {
  top: 0;
  right: 0;
  background: #f0f0f0;
}
.special-offer {
  background: #f0f0f0;
}
.special-offer ul {
  -webkit-overflow-scrolling: touch;
}
.special-offer ul > li {
  margin-top: 2px;
  padding: 1.25%;
  background: #FFFFFF;
}
.special-offer span {
  display: block;
}
.special-offer .product-pic {
  text-align: center;
}
.special-offer .product-pic a {
  display: block;
}
.special-offer .product-message {
  margin-top: 5px;
}
.special-offer .product-message .product-name {
  font-size: 1.3rem;
  color: #404040;
  font-family: 'Arial', "黑体", sans-serif;
  display: -webkit-box;
  height: 3.2rem;
  line-height: 1.6rem;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.special-offer .product-message .product-marketPrice {
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.special-offer .product-message .product-salePrice {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.brand-list {
  background: #f0f0f0;
}
.brand-list ul {
  font-size: 0;
}
.brand-list ul > li {
  position: relative;
  display: inline-block;
  width: 33.33333333%;
  vertical-align: top;
  padding-bottom: 33.33333333%;
  background: #FFFFFF;
}
.brand-list ul > li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, 100%;
}
.brand-list ul > li:nth-child(3n+1) {
  margin: 2px 1px 0 -1px;
}
.brand-list ul > li:nth-child(3n+2) {
  margin: 2px -1px 0 1px;
}
.brand-list ul > li:nth-child(3n) {
  margin: 2px -3px 0 3px;
}
.product-list-title {
  width: 100%;
  height: 4rem;
  padding-top: 1.5rem;
  background: #FFFFFF;
}
.product-list-title ul > li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  vertical-align: top;
}
.product-list-title ul > li span {
  font-size: 1rem;
  color: #333;
  font-family: 'Arial', "黑体", sans-serif;
}
.product-list-title ul > li i {
  display: inline-block;
}
.product-list-stream {
  background: #f0f0f0;
}
.product-list-stream > ul:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.product-list-stream > ul:before,
.product-list-stream > ul:after {
  content: " ";
  display: table;
}
.product-list-stream > ul:after {
  clear: both;
}
.product-list-stream > ul > li {
  float: left;
  width: 50%;
  vertical-align: top;
  padding: 2.5%;
  padding-bottom: 0;
  background: #FFFFFF;
}
.product-list-stream > ul > li .product-pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
}
.product-list-stream > ul > li .product-pic a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-list-stream > ul > li:nth-child(odd) {
  margin: 2px 1px 0 -1px;
}
.product-list-stream > ul > li:nth-child(even) {
  margin: 2px -1px 0 1px;
}
.product-list-stream span {
  display: block;
}
.product-list-stream .product-message {
  margin: 5% 0;
}
.product-list-stream .product-message .product-name {
  font-size: 1.3rem;
  color: #404040;
  font-family: 'Arial', "黑体", sans-serif;
  display: -webkit-box;
  height: 3.2rem;
  line-height: 1.6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-stream ol {
  width: 100%;
  font-size: 0;
}
.product-list-stream ol:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.product-list-stream ol:before,
.product-list-stream ol:after {
  content: " ";
  display: table;
}
.product-list-stream ol:after {
  clear: both;
}
.product-list-stream ol > li {
  display: inline-block;
  float: left;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
}
.product-list-stream ol > li.product-marketPrice {
  padding-left: 2px;
}
.product-list-stream ol > li.product-cart {
  float: right;
  text-align: right;
}
.product-list-stream ol > li.product-cart .cart-container i {
  display: inline-block;
}

.price-mark {
  font-size: 1rem;
  color: #fb0100;
  font-family: 'Arial', "黑体", sans-serif;
  display: inline-block;
  padding: 2px;
  border: 1px solid #fb0100;
  border-radius: 5px;
}
.product-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fb0100;
  font-family: "Century Gothic", sans-serif !important;
}
.product-price:before {
  font-size: 1rem;
  content: '\00a5';
  font-weight: normal;
  font-family: "Century Gothic", sans-serif !important;
  color: #fb0100;
}
.product-uom {
  font-size: 1.3rem;
  font-weight: normal;
  color: #8d8d8d;
}
.product-price-del {
  font-size: 1rem;
  font-weight: normal;
  color: #8d8d8d;
}
.product-price-del:before {
  content: '\00a5';
}
.product-title {
  font-size: 1.3rem;
  color: #323232;
}
.product-description {
  font-size: 1rem;
  color: #8d8d8d;
  font-family: 'Arial', "黑体", sans-serif;
}
.filter-content,
.common-product-list {
  position: relative;
  border-top: 5px solid #f0f0f0;
}
.filter-content .product-list,
.common-product-list .product-list {
  padding: 5px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  /*overflow-y: scroll;*/
}



.filter-content ul.product-list li,
.common-product-list ul.product-list li {
  font-size: 0;
  margin-bottom: 5px;
  background-color: #fff;
}
.filter-content ul.product-list li .product-img,
.common-product-list ul.product-list li .product-img {
  width: 28%;
  padding: 10px 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.filter-content ul.product-list li .product-desc,
.common-product-list ul.product-list li .product-desc {
  display: inline-block;
  position: relative;
  width: 71%;
  padding: 10px 5px 5px 5px;
  font-size: 1rem;
  vertical-align: top;
}
.filter-content ul.product-list li .product-desc .sprite-ico-cart,
.common-product-list ul.product-list li .product-desc .sprite-ico-cart {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.filter-content ul.product-list li .product-desc del,
.common-product-list ul.product-list li .product-desc del {
  padding-left: 1rem;
}
.filter-content ul.product-list .product-list-name a,
.common-product-list ul.product-list .product-list-name a {
  color: #323232;
  font-size: 1.3rem;
}
.filter-content ul.product-list .product-list-info,
.common-product-list ul.product-list .product-list-info {
  font-size: 1rem;
  color: #8d8d8d;
  font-family: 'Arial', "黑体", sans-serif;
}
.filter-content ul.product-list .product-list-info i,
.common-product-list ul.product-list .product-list-info i {
  display: inline-block;
  vertical-align: middle;
}
.filter-content ul.product-list .product-stodel,
.common-product-list ul.product-list .product-stodel {
  display: inline-block;
}
.filter-content ul.product-list .product-stodel i,
.common-product-list ul.product-list .product-stodel i {
  margin-top: -1px;
}
.filter-content ul.product-list .product-list-mp,
.common-product-list ul.product-list .product-list-mp {
  color: #fb0100;
}
.filter-content ul.product-list .search-add-cat,
.common-product-list ul.product-list .search-add-cat {
  display: inline-block;
  float: right;
  margin-right: 2rem;
}
.filter-content ul.product-list li.load-more,
.common-product-list ul.product-list li.load-more {
  color: #11CA68;
  font-size: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background-color: #f2f2f2;
}
.filter-content ul.product-list li.load-more button,
.common-product-list ul.product-list li.load-more button {
  height: 3rem;
  width: 16rem;
  border: 1px solid #11CA68;
  border-radius: 3px;
  background-color: #fff;
}
.filter-content ul.product-list li.load-more button,
.common-product-list ul.product-list li.load-more button {
  margin: 0 auto;
}
.filter-content ul.product-list .hot-sale,
.common-product-list ul.product-list .hot-sale {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 5px;
}
.filter-content .product-list.no-list,
.common-product-list .product-list.no-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
}
.filter-content .product-list.no-list div,
.common-product-list .product-list.no-list div {
  font-size: 1.25rem;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 5.5rem;
  color: #8f8f8f;
  width: 100%;
  text-align: center;
}
.filter-content .product-list.no-list .no-list-warning,
.common-product-list .product-list.no-list .no-list-warning {
  padding-top: 8rem;
}
.filter-content .product-list.no-list .sprite-search-warning,
.common-product-list .product-list.no-list .sprite-search-warning {
  display: inline-block;
}
.filter-content .product-list.no-list .fuzzy,
.common-product-list .product-list.no-list .fuzzy {
  color: #11CA68;
  padding-top: 1.625rem;
}
.filter-content .product-list.no-list .fuzzy > button,
.common-product-list .product-list.no-list .fuzzy > button {
  height: 3rem;
  width: 16rem;
  border: 1px solid #11CA68;
  border-radius: 3px;
  background-color: #fff;
}
.filter-content .product-list {
  padding-top: 3.3rem;
}
.filter-sort-bg,
.filter-side-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 2;
}
.filter-side-bg {
  z-index: 550;
}
.top-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2rem;
  -moz-background-clip: padding;
  border-radius: 2rem;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #000;
  opacity: 0.6;
  height: 4rem;
  width: 4rem;
  z-index: 3000000;
}
.top-scroll i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
#to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2rem;
  -moz-background-clip: padding;
  border-radius: 2rem;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  bottom: 24px;
  left: 24px;
  background-color: #000;
  opacity: 0.6;
  height: 4rem;
  width: 4rem;
  z-index: 300000;
}
.item-content .pickerspan-staticphone-one {
  display: inline-block;
  width: 20%;
}
.item-content .pickerspan-staticphone-two {
  display: inline-block;
  width: 40%;
}
.item-content .pickerspan-staticphone-three {
  display: inline-block;
  width: 20%;
}
.item-content .pickerspan-staticphone-line {
  display: inline-block;
  width: 5%;
}
.di-switch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 15px;
}
.di-switch .span-setdefault {
  line-height: 32px;
  margin-right: 10px;
  font-size: 14px;
}
.display-none {
  display: none !important;
}
.navbar .left {
  margin-right: 0px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .right {
  margin-left: 0px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.show-tips {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Arial', "黑体", sans-serif;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 99999;
  line-height: 2rem;
  padding: 0 1rem;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  text-align: center;
}
.show-tips.top-show {
  top: 30%;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/
  }
  25% {
    opacity: 1;
    /*中间状态 透明度为1*/
  }
  75% {
    opacity: 1;
    /*中间状态 透明度为1*/
  }
  100% {
    opacity: 0;
    /*结尾状态 透明度为0*/
  }
}
.preload-global {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  width: 45px;
  height: 45px;
  z-index: 10000;
  text-align: center;
  background: #777;
  border-radius: 7px;
  padding-top: 12px;
}
.not-found i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.iframe-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.member-benefit .nav-container {
  width: 100%;
}
.member-benefit .nav-container .wrap {
  width: 100%;
}
.member-benefit .nav-container .wrap:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.member-benefit .nav-container .wrap:before,
.member-benefit .nav-container .wrap:after {
  content: " ";
  display: table;
}
.member-benefit .nav-container .wrap:after {
  clear: both;
}
.member-benefit .nav-container .wrap .item {
  font-size: 1rem;
  color: #000;
  font-family: 'Arial', "黑体", sans-serif;
  float: left;
  width: 20%;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.member-benefit .nav-container .wrap .item.active {
  color: #0ec966;
  border-bottom: 2px solid #0ec966;
}
.member-benefit .member-img-container {
  display: none;
}
.member-benefit .member-img-container:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.member-benefit .member-img-container:before,
.member-benefit .member-img-container:after {
  content: " ";
  display: table;
}
.member-benefit .member-img-container:after {
  clear: both;
}
.member-benefit .member-img-container.active {
  display: block;
}
.member-benefit .member-img-container img {
  float: left;
  width: 100%;
}
#to-cart_2 {
  display: none;
  position: fixed;
  bottom: 21px;
  left: 20px;
  background-color: #000;
  height: 80px;
  width: 80px;
  z-index: 9000000;
  background: url(../images/activity/20161207/app_cart_b.dd7ae7fa.png) center center;
}
#to-cart_2 .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.nb-icon-wrap {
  display: none!important;
}
.nb-invite-wrap-base {
  display: none!important;
}
.discount-wrap-global-style {
  position: relative;
  margin-top: 15%;
  border-top: 1px solid #ccc;
  text-align: center;
}
.discount-wrap-global-style .discount-tips {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffffff;
  position: relative;
  top: -11px;
  font-size: 14px;
  margin-bottom: 20px;
}
.discount-wrap-global-style .discount-each-wrap {
  text-align: center;
}
.discount-wrap-global-style .discount-each-wrap .discount-each {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 25%;
  vertical-align: top;
}
.discount-wrap-global-style .discount-each-wrap .discount-each i {
  display: block;
}
.discount-wrap-global-style .discount-each-wrap .discount-each span {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.auth-img-modal-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.auth-img-modal-wrap .auth-img-modal {
  position: absolute;
  left: 50%;
  width: 300px;
  height: 250px;
  margin-left: -150px;
  top: 50%;
  margin-top: -110px;
  background: #fff;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-title {
  text-align: right;
  height: 50px;
  background: #01cc56;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-title .close-text {
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 80px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-2 {
  width: 80px;
  height: 35px;
  margin: 10px auto;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-2 img {
  width: 100%;
  height: 100%;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-3 {
  width: 200px;
  height: 40px;
  margin: 10px auto;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-3 .auth-img-store {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: #999;
}
.auth-img-modal-wrap .auth-img-modal .auth-img-content .con-4 {
  width: 120px;
  height: 48px;
  margin: 15px auto 20px auto;
  color: #ffffff;
  background: #01cc56;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 100;
}

.ng-hide{display:none}
.nav {
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    right: -276px;
    top: 0;
    width: 276px;
    z-index: 999999;
}
.search1{z-index:888;position:absolute;top:0;left:0;width:100%;height:100%;background:#FFF}
.search1{z-index:888;position:absolute;top:0;left:0;width:100%;height:100%;background:#FFF}
.search_header{position:relative;z-index:100;height:50px;background:#FBFBFB;padding:0 50px 7px 60px}
.search_header .back{z-index:2;position:absolute;top:0;left:0;height:50px;padding-left:30px;background:url(../images/wutianjia.png) no-repeat 15px center;background-size:1.8rem 1.8rem;font-size:15px}
.search_header .search1{padding-left:35px;position:relative;height:30px;border-radius:5px;margin-top:9px;background:#F3F3F3 url(../images/search1.png) 2% 60% no-repeat;background-size:20px 20px}
.search_header .search1 .text{width:96%;border:none;height:26px;height:26px;outline:0;font-size:14px;color:#666;display:block;background:#F3F3F3}
.search_header .search1 .submit{width:36px;height:36px;position:absolute;left:0;top:0;background:url(../images/category/search.png) center center no-repeat;background-size:22px 22px;border:none;border-radius:5px}
.search_header .menu{z-index:2;position:absolute;right:5px;top:0;width:40px;height:50px;background:url(../images/pub_goods1.png) no-repeat center;background-size:1.8rem .88rem;line-height:50px;font-size:14px;transition:background .3s}
.search_header .menu.active{background-image:url(../images/category/menu-active.png);background-size:16px}
.search_header .menu.active:after{content:" ";display:block;position:absolute;right:12px;bottom:-1px;width:16px;height:8px;background:url(../images/category/connector.png) no-repeat center 0}
.new_header .t-nav{margin-top:50px}

.search_history{background:#fff;display:none;padding-bottom:.5rem;width:100%}
.search_history>section.shBox{padding:.5rem .75rem}
.search_history h3{color:#999;font-size:1.65rem;font-weight:400;margin-bottom:1.625rem;padding-left:2.2rem}
.search_history h3.search_history1{background:url(../images/sx_b5.jpg) no-repeat left center/6% auto}
.search_history h3.search_history2{background:url(../images/sx_b6.jpg) no-repeat left center/6% auto}
.search_history ul{margin-left:-.5rem}
.search_history li{border:1px solid #dad7d7;border-radius:1rem;color:#424242;display:inline-block;font-size:1.1rem;margin-bottom:.5rem;margin-left:1rem;padding:0.8rem 1.5rem}
.search_history .search_historyHr{border-top:1px solid #ddd}
.search_history .btn-clear{background:url(../images/sx_b7.jpg) no-repeat scroll left center/20% auto;color:#8594a6;font-size:1.35rem;margin:0 auto;padding-left:2.6rem;width:15rem}