.stores-page__scroller,
.store-list--scrollable .stores-list,
.store-list--scrollable .city-list,
.store-list--scrollable .shops,
.city-list,
.shops {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.store-sum__img-wrap,
.brands-pro__img-wrap {
  position: relative;
}

.store-sum__img,
.brands-pro__img,
.stores-list__img,
.shops__img {
  position: absolute;
  height: auto;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart-box {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
}

.cart-box:first-child {
  margin-top: 10px;
}

.cart-box__head {
  background: #f7f7f7;
  padding: 5px 10px;
  position: relative;
}

.cart-box__head .edit-checkbox {
  position: static;
  margin: 0;
  left: auto;
  top: auto;
}

.cart-box__coupon-link {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.75em;
  color: #ec3a35;
}

.cart-box__promotion {
  padding: 5px 10px;
  font-size: 12px;
}

.cart-box__promotion-tip {
  float: right;
  color: #ec3a35;
  margin-left: 5px;
}

.cart-box__label {
  color: #ec3a35;
  border: 1px solid;
  padding: 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cart-box .pro-list__item {
  padding-left: 30px;
}

.cart-box .pro-list__main {
  border-bottom: 0;
}

.cart-box__body .u-check {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.75em;
}

.cart-box__body .u-number-input {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1.5em;
  line-height: 1.5;
}

.cart-box__body .u-number-input input {
  width: 2em;
}

.cart-box__body .u-number-input button {
  width: 1.5em;
}

.cart-box__foot {
  padding: 5px 10px;
  text-align: right;
  color: #ec3a35;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
}

.cart-box__price-num {
  font-size: 16px;
}

.cart-box .pro-list__promotion {
  font-size: 12px;
  background-color: #fff9f9;
  padding: 5px 60px 5px 30px;
  color: #888;
  margin-left: -30px;
  position: relative;
}

.cart-box .pro-list__promotion-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  border: 0;
}

.cart-box .pro-list__promotion-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.cart-box .pro-list__cell {
  position: relative;
}

.cart-bar {
  text-align: left;
  border-top: 1px solid #e9e9e9;
}

.cart-bar .bar__left {
  padding: 0;
  height: 100%;
  white-space: nowrap;
  padding-left: 5px;
  border-top: 0;
}

.cart-bar .bar__left::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.cart-bar .bar__left > * {
  vertical-align: middle;
}

.cart-bar__promotion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.cart-bar__pay {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.cart-bar .bar__right {
  height: 100%;
  display: block;
}

.cart-bar__actions {
  padding: 0 10px;
  font-size: 0;
  text-align: right;
}

.cart-bar__actions::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.cart-bar__action {
  font-size: 14px;
  color: #333;
  width: 4.5em;
  line-height: 2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.cart-bar__action--delete {
  color: #ec3a35;
  border-color: #ec3a35;
}

.is-editing .pay-bar,
.is-editing .pay-checkbox {
  display: none;
}

.page-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.page-category > .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.category-tab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-tab::after {
  content: "";
  display: block;
  clear: both;
}

.category-tab .tab-control__tabs,
.category-tab .tab-control__contents {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  float: left;
  height: 100%;
}

.category-tab .tab-control__tabs {
  display: block;
  background: #eee;
  width: 30%;
}

.category-tab .tab-control__contents {
  width: 70%;
}

.category-tab .tab-control__tab {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-right: 0;
  line-height: 3;
  position: relative;
}

.category-tab .tab-control__content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.category-tab .tab-control__tab--current {
  background: #fff;
  color: #ec3a35;
}

.category-tab .tab-control__tab--current::before {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon-floor-red.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.category-banner {
  padding: 5px;
}

.category-banner__img-wrap,
.category-banner__img {
  display: block;
}

.categorys {
  padding-left: 5px;
}

.categorys__head {
  padding: 5px;
}

.categorys__body {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 5px;
}

.categorys__list {
  margin: -5px;
}

.categorys__list::after {
  content: "";
  display: block;
  clear: both;
}

.categorys__item {
  float: left;
  width: 33.3%;
  text-align: center;
  padding: 5px;
}

.categorys__img-wrap {
  margin: 0 auto;
  width: 65px;
  height: 65px;
  position: relative;
}

.categorys__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.categorys__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list {
  background: #fff;
  margin-bottom: 10px;
  border-top: 1px solid #e9e9e9;
}

.search-list__head {
  color: #666666;
  font-size: 13px;
  padding: 8px 10px;
  position: relative;
}

.search-list__clear {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-clear-light-gray.png) center center no-repeat;
  -webkit-background-size: 70% 70%;
  background-size: 70%;
}

.search-list__body {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 0;
}

.search-list__body::after {
  content: "";
  display: block;
  clear: both;
}

.search-list__item {
  padding: 8px 0;
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 50%;
}

.search-list__item:nth-child(2n) .search-list__link {
  border-left: 1px solid #e9e9e9;
}

.search-list__item:nth-child(2n+1):last-child {
  width: 100%;
}

.search-list__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 2;
  padding: 0 10px;
}

.search-result__head {
  padding: 6px 10px;
}

.store-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.store-header__search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-sum {
  position: relative;
  margin-bottom: 10px;
}

.store-sum__bg {
  display: block;
  width: 100%;
  height: 100px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.store-sum__info {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
}

.store-sum__info::after {
  content: "";
  display: block;
  clear: both;
}

.store-sum__store {
  float: left;
  padding-left: 3rem;
}

.store-sum__store::after {
  content: "";
  display: block;
  clear: both;
}

.store-sum__action {
  float: right;
  text-align: right;
}

.store-sum__box{position:relative;}
.store-sum__box .store-sum__action{
	position:absolute;
	right:5px;
	bottom:60px;
	
}
.store-sum__box .store-sum__btn{
	float:left; 
	color:#fff;
}
.store-sum__box .store-sum__fan{
	float:right; 
	color:#fff; 
	background:rgba(0,0,0,.5);
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.store-sum__img-wrap {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -3rem;
}

.store-sum__label {
  color: #3b9bff;
  border: 1px solid;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.store-sum__btn {
  background: #ec3a35;
  border: 0;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.store-sum__btn::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  background: url(../images/icon-concern.png) no-repeat center center;
  -webkit-background-size: 80% 80%;
  background-size: 80% 80%;
}

.store-banner {
  padding: 5px 10px;
}

.store-banner__link {
  display: block;
}

.store-pro {
  padding: 5px 10px;
}

.store-pro .products__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  white-space: normal;
  height: 3em;
}

.store-pro .products__price {
  position: relative;
}

.store-pro .products__label {
  font-size: 12px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.75em;
}

.store-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e9e9e9;
}

.store-bar__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 49px;
}

.store-bar__item + .store-bar__item {
  border-left: 1px solid #e9e9e9;
}

.config-coupon {
  padding: 5px 10px;
}

.config-coupon__link {
  display: block;
  border: 1px dashed #999;
  color: #898989;
  text-align: center;
  line-height: 3.5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.config-pro {
  padding: 5px;
}

.config-pro__list {
  margin-bottom: 0;
}

.config-pro__list::after {
  content: "";
  display: block;
  clear: both;
}

.config-pro__item {
  float: left;
  width: 50%;
  padding: 5px;
}

.config-pro__inner {
  display: block;
  border: 1px dashed #999;
  color: #898989;
  text-align: center;
  line-height: 6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.store-intro {
  padding: 0 10px;
  margin-bottom: 10px;
}

.store-intro__main {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

.store-intro__name {
  font-size: 15px;
  position: relative;
  padding-left: 8px;
}

.store-intro__name::before {
  content: "";
  width: 4px;
  background-color: #419dfc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
}

.store-intro__address {
  color: #999;
}

.store-intro__contact {
  font-size: 13px;
  margin: 0 -5px;
}

.store-intro__time,
.store-intro__phone {
  display: inline-block;
  padding: 0 5px;
}

.store-intro__tip {
  color: #666;
}

.brands-pro__list {
  margin-bottom: 0;
  padding: 0 5px;
}

.brands-pro__item {
  margin-bottom: 5px;
  background-color: #fff;
}

.brands-pro__link {
  display: block;
  padding: 10px;
  display: table;
  width: 100%;
}

.brands-pro__img-wrap,
.brands-pro__main {
  display: table-cell;
  vertical-align: middle;
}

.brands-pro__img-wrap {
  width: 90px;
  height: 90px;
}

.brands-pro__main {
  padding-left: 10px;
}

.brands-pro__name {
  font-size: 17px;
  color: #5a5a5a;
}

.brands-pro__intro {
  font-size: 12px;
  color: #54aef4;
  margin-bottom: 15px;
}

.brands-pro__price {
  font-size: 18px;
  color: #f45456;
}

.brands-pro__price::before {
  content: "\a5";
  font-size: 12px;
}

.brands-slide {
  margin: 0 5px;
  overflow: hidden;
}

.brands {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

.brands__item {
  display: inline-block;
  margin-right: 4px;
}

.brands__link {
  background-color: #fff;
  display: block;
  position: relative;
}

.brands__img {
  height: 50px;
}

.floor-pros {
  padding: 0 5px 5px;
  overflow: hidden;
}

.floor-pros__list {
  margin: -2px;
}

.floor-pros__list::after {
  content: "";
  display: block;
  clear: both;
}

.floor-pros__part {
  float: left;
  width: 50%;
  position: relative;
}

.floor-pros__part::before {
  content: "";
  display: block;
  padding-top: 78.68852459%;
}

.floor-pros__part:nth-child(2)::before,
.floor-pros__part:nth-child(3)::before {
  padding-top: 39.3442623%;
}

.floor-pros__link {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.floor-pros__img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service-cate {
  padding: 10px;
}

.service-cate__item {
  margin-bottom: 10px;
}

.service-cate__link {
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px 58px;
  position: relative;
  color: #636363;
}

.service-cate__link::before,
.service-cate__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.service-cate__link::before {
  left: 10px;
  width: 38px;
  height: 38px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.service-cate__link::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-cate__item--online .service-cate__link::before {
  background-image: url(../images/icon-service-online.png);
}

.service-cate__item--online .service-cate__link {
  background-color: #ffdfdf;
}

.service-cate__item--after-sale .service-cate__link::before {
  background-image: url(../images/icon-service-after-sale.png);
}

.service-cate__item--after-sale .service-cate__link {
  background-color: #e1f5ff;
}

.service-cate__item--problem .service-cate__link::before {
  background-image: url(../images/icon-service-problem.png);
}

.service-cate__item--problem .service-cate__link {
  background-color: #fff9e3;
}

.service-cate__name {
  font-size: 15px;
}

.service-cate__sup-name {
  font-size: 12px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.stores-page__scroller,
.stores-list,
.stores-all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stores-page__scroller,
.store-list--scrollable .stores-list,
.store-list--scrollable .city-list,
.store-list--scrollable .shops,
.city-list,
.shops {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stores-page {
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.stores-page,
.stores-page__container,
.stores-page__main {
  overflow: hidden;
}

.stores-page__container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stores-page__head > .header {
  position: relative;
}

.stores-page__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.stores-list,
.city-list,
.shops {
  overflow: hidden;
}

.store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.store-list--scrollable {
  overflow: auto;
}

.store-list__tabs {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.store-list__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.store-list__contents .tab-control__content {
  height: 100%;
  overflow: auto;
}

.stores-list {
  overflow: hidden;
}

.stores-list {
  margin-bottom: 0;
}

.stores-list__item {
  padding: 0 10px;
}

.stores-list__item + .stores-list__item {
  border-top: 1px solid #e9e9e9;
}

.stores-list__link {
  display: block;
  padding-top: 8px;
}

.stores-list__main {
  position: relative;
}

.stores-list__main::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.stores-list__foot {
  padding: 8px 0;
  font-size: 13px;
  color: #858585;
}

.stores-list__foot::after {
  content: "";
  display: block;
  clear: both;
}

.stores-list__time {
  float: left;
  width: 50%;
}

.stores-list__time::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  margin-right: 5px;
  background: url(../images/icon-clock.png) no-repeat center center;
  -webkit-background-size: 90% 90%;
  background-size: 90% 90%;
}

.stores-list__pos {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  text-align: right;
  width: 50%;
}

.stores-list__pos::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.125em;
  background: url(../images/icon-location.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.stores-list__distance + .stores-list__address::before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}

.stores-list__img {
  height: 100%;
  width: 100%;
}

.stores-list__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
}

.stores-all {
  padding-left: 85px;
}

.city-list {
  margin-bottom: 0;
  float: left;
  width: 85px;
  margin-left: -85px;
  height: 100%;
}

.city-list__item {
  line-height: 2.5;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.city-list__item--current {
  background-color: #eee;
  color: #0081cc;
}

.city-list__link {
  display: block;
}

.shops {
  height: 100%;
  padding: 5px;
  background-color: #eee;
}

.shops__list {
  margin-bottom: 0;
  background-color: #fff;
}

.shops__item {
  padding: 8px;
  border-bottom: 1px solid #e9e9e9;
}

.shops__link {
  display: block;
  padding-left: 100px;
}

.shops__link::after {
  content: "";
  display: block;
  clear: both;
}

.shops__img-wrap {
  float: left;
  margin-left: -100px;
  margin-top: 0.25em;
  width: 90px;
  position: relative;
}

.shops__img-wrap::before {
  content: "";
  display: block;
  padding-top: 63.63636364%;
}

.shops__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}

.shops__time,
.shops__pos {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}

.shops__time::before,
.shops__pos::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
  background: no-repeat center center;
  -webkit-background-size: 85% 85%;
  background-size: 85% 85%;
  margin-right: 5px;
}

.shops__time::before {
  background-image: url(../images/icon-clock.png);
}

.shops__pos::before {
  background-image: url(../images/icon-location.png);
}

.stores-banner__link {
  display: block;
}

.stores-banner img {
  display: block;
}

.store-coupon {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
