.meishi-msg-toast {
  z-index: 1002;
  border: 0;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  background: transparent;
  pointer-events: none;
}

.meishi-msg-toast .meishi-msg-toast-content {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  display: inline-block;
  line-height: 1.5;
  padding: 0.35rem 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1.85);
            transform: scale(1.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(1.85);
            transform: scale(1.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
body.shade-open {
}
body.shade-open .new-navbar {
  background: #fafafa !important;
}
body.shade-open .new-navbar .nav-wrap-right .person-icon {
  border-color: #ff4b10;
}
body.shade-open .new-navbar .nav-wrap-right .person-icon::after {
  border-color: #ff4b10;
}
body.shade-open .new-navbar .new-nav-header {
  background: #ebeced;
}
body.shade-open .new-navbar .nav-wrap-left a.back .text-icon:before {
  border-bottom: 0.045rem solid #ff4b10;
  border-left: 0.045rem solid #ff4b10;
}
.nav-container {
  min-height: 0.84rem;
}
.nav-bar {
  position: relative;
  width: 100%;
  z-index: 30;
}
.nav-bar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  height: 0.84rem;
  line-height: 0.84rem;
  -webkit-user-select: none;
}
.nav-bar .nav .dropdown-toggle {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  //border-left: 1px solid #c6c0b3;
  width: 100%;
  text-align: center;
  color: #666;
}
.nav-bar .nav .dropdown-toggle .nav-head-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.nav-bar .nav .dropdown-toggle:first-child {
  border: 0;
}
.nav-bar .nav .dropdown-toggle.caret:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 0.15rem solid #b7b7b7;
  border-left: 0.09rem solid transparent;
  border-right: 0.09rem solid transparent;
  border-bottom: 0;
  margin-left: 0.12rem;
}
.nav-bar .nav .dropdown-toggle.active {
  color: #ff4b10;
}
.nav-bar .nav .dropdown-toggle.active.caret:after {
  border-top: 0;
  border-left: 0.09rem solid transparent;
  border-right: 0.09rem solid transparent;
  border-bottom: 0.15rem solid #ff4b10;
}
.nav-bar .dropdown-wrapper {
  position: relative;
}
.nav-bar .dropdown-wrapper .dropdown-module {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff
}
.nav-bar .dropdown-wrapper .dropdown-module.sort-active {
  height: auto;
}
.nav-bar .dropdown-wrapper .dropdown-module.sort-active .scroller-wrapper .dropdown-scroller {
  max-height: 6.16rem;
}
.nav-bar .dropdown-wrapper .dropdown-module.csp-active {
  height: auto;
}
.nav-bar .dropdown-wrapper .dropdown-module.category-active {
  height: auto;
}
.nav-bar .dropdown-wrapper .dropdown-module.category-active .scroller-wrapper .dropdown-scroller {
  max-height: 60%;
}
.nav-bar .dropdown-wrapper .dropdown-module.region-active {
  height: auto;
}
.nav-bar .dropdown-wrapper .dropdown-module.region-active .scroller-wrapper .dropdown-scroller {
  max-height: 60%;
}
.nav-bar .dropdown-wrapper .sub-nav {
  background: #fefefe;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
}
.nav-bar .dropdown-wrapper .sub-nav .tab {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.nav-bar .dropdown-wrapper .sub-nav .tab a {
  color: #666;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 0.26rem
}
.nav-bar .dropdown-wrapper .sub-nav .tab a.active {
  border-bottom: 0.06rem solid #ff4b10;
}
.nav-bar .dropdown-wrapper .scroller-wrapper {
  position: relative;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .hook.dropdown-list {
  min-height: 6rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .hook.dropdown-list a.active {
  color: #ff4b10;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .hook.dropdown-list a.active .quantity {
  color: #ff4b10;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .hook.dropdown-list a.active:before {
  position: absolute;
  left: 0.29rem;
  top: 0.32rem;
  content: '';
  height: 0.15rem;
  width: 0.2rem;
  border: 2px solid #ff4b10;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-bar .dropdown-wrapper .scroller-wrapper .hook.dropdown-list a span {
  margin-left: 0.78rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list {
  width: 100%;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a {
  display: block;
  color: #333;
  -webkit-transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #ddd8cd;
  line-height: 0.87rem;
  height: 0.87rem;
  position: relative;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a span {
  margin: 0;
  display: block;
  margin-right: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 0.4rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a .quantity {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin-right: 0.2rem;
  font-size: 0.24rem;
  color: #999;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a .quantity b {
  overflow: hidden;
  position: relative;
  margin-top: 0.28rem;
  font-weight: 400;
  background: #ccc;
  border-radius: 0.8rem;
  padding: 0 0.14rem;
  color: #fff;
  line-height: 0.28rem;
  font-size: 0.24rem;
  height: 0.28rem;
  float: right;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a .quantity .more:after {
  display: inline-block;
  content: '>';
  -webkit-transform: scale(0.8, 1.2) translateY(-0.02rem);
  transform: scale(0.8, 1.2) translateY(-0.02rem);
  padding-left: 7px;
  font-family: simsun;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a.active {
  color: #ff4b10;
  background: #f2f2f2;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a.location {
  background: #f2f2f2;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a.location span {
  margin-left: 0.5rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a.location.active:before {
  left: 0.15rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-list a.location.active {
  color: #ff4b10;
  background: #f2f2f2;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller {
  width: 100%;
  background: #f6f4f0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper {
  width: 100%;
  background: #fff;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .sort-wrapper a.active, .nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .category-wrapper a.active {
  color: #ff4b10;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper {
  position: relative;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .operate {
  background: rgba(216, 216, 216, 0.3);
  overflow: hidden;
  height: 0.94rem;
  line-height: normal;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .operate .save {
  opacity: 1;
  overflow: hidden;
  text-align: center;
  margin: 0.18rem 0.24rem 0 0;
  padding: 0.1rem 0.36rem;
  float: right;
  background: #ff4b10;
  border: 1px solid #ff4b10;
  border-radius: 0.08rem;
  color: #ffffff;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .operate .reset {
  text-align: center;
  overflow: hidden;
  margin: 0.18rem 0 0 0.24rem;
  padding: 0.1rem 0.36rem;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 0.08rem;
  float: left;
  color: #666666;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content {
  width: 100%;
  height: 7rem;
  overflow: auto;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #ddd8ce;
  line-height: 0.84rem;
  text-align: left;
  font-weight: 400;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li span, .nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number {
  margin-left: 0.3rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-per {
  margin-bottom: 0.2rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .input-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.18rem 0.2rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option {
  padding: 0 0.24rem;
  margin: 0.04rem 0 0.3rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option .option-wrapper {
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option .option-wrapper .option {
  display: inline-block;
  overflow: hidden;
  width: 1.6rem;
  border: 1px solid #bfbfbf;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  line-height: 0.64rem;
  color: #666666;
  text-align: center;
  font-size: 0.26rem
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option .option-wrapper .option.selected {
  border: 1px solid #ff4b10;
  color: #ff4b10;
  background: #eafcfa;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option .option-wrapper.three {
  width: 33.33%;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-number-option .option-wrapper.three .option {
  width: 2.21rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper .csp-wrapper .csp-content li .meal-per-option {
  padding-right: 0.2rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper > div {
  display: none;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller .dropdown-list-wrapper > div.active {
  display: block;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-scroller.active {
  width: 3.2rem;
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-sub-scroller {
  display: none;
  position: absolute;
  top: 0;
  left: 3.2rem;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  overflow-x: hidden;
  overflow-y: scroll
}
.nav-bar .dropdown-wrapper .scroller-wrapper .dropdown-sub-scroller.active {
  display: block;
}
.nav-bar.fixed {
  position: fixed;
  top: 0;
  padding-top: 0.87rem;
}
.nav-bar.nonavbar-fixed {
  position: fixed;
  top: 0;
  padding-top: 1.28rem;
}
.nav-bar.fixed-inapp {
  position: fixed;
  top: 0;
}

.deal-container {
  position: relative;
}

.deal-container .no-deals {
  padding-top: 0.6rem;
  padding-bottom: 1.25rem;
  font-size: 0.32rem;
  text-align: center;
  margin: 0;
}

.deal-container .shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20
}

.deal-container .shade.show {
  display: block;
}
.imgbox, .imgbox-dp {
  display: block;
  width: auto;
  height: auto;
  background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/meituan.png')
    center center no-repeat #e0e0e0;
  background-size: 60% auto;
}
.imgbox img, .imgbox-dp img {
  width: 100%;
  height: 100%;
}

.imgbox-dp {
  background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/dianping.png')
    center center no-repeat #e0e0e0;
}

.img-box.scale-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-box.scale-img img {
  position: relative;
}
.deal-item {
  display: block;
  position: relative;
  height: 1.64rem;
  padding: 0.2rem;
  background: #fff;
}
.deal-item .more {
  position: static;
  margin-right: 0.2rem
}
.deal-item .more:after {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-left: 0.04rem solid #999;
  border-bottom: 0.04rem solid #999;
  -webkit-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
  -moz-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
  -ms-transform: translateY(-50%) scaleY(0.7) rotateZ(-135deg);
}
.deal-item .deal-img {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.8rem;
  height: 1.64rem;
  text-align: center;
  overflow: hidden;
}
.deal-item .deal-img .imgbox {
  background-size: 50%;
}
.deal-item .deal-img .deal-nobooking {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  z-index: 1
}
.deal-item .deal-img .deal-nobooking:after {
  content: '免预约';
  font-size: 0.24rem;
  background: #ff4b10;
  color: #fff;
  padding: 0.05rem;
  position: absolute;
  width: 1.3rem;
  text-align: center;
  -webkit-transform: rotateZ(-45deg);
  left: -0.35rem;
  top: 0.2rem;
}

.deal-info {
  position: relative;
  height: 1.64rem;
  margin-left: 2rem;
}

.deal-info .deal-title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.41;
  text-overflow: ellipsis;
  overflow: hidden
}

.deal-info .deal-title.one-line {
  white-space: nowrap;
}

.deal-info .deal-title.two-line {
  height: 0.8rem;
  margin-bottom: 0.32rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.deal-info .deal-desc {
  font-size: 0.24rem;
  height: 0.68rem;
  margin-bottom: 0.16rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.deal-info .three-line {
  font-size: 0.24rem;
  height: 0.68rem;
  position: relative;
  bottom: 0.45rem;
}

.deal-info .deal-info-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  height: 0.44rem;
  overflow: hidden;
}

.deal-info .deal-info-line .deal-price {
  font-size: 0.26rem;
  color: #ff4b10;
}

.deal-info .deal-info-line .deal-price b {
  font-size: 0.38rem;
  margin-right: 0.04rem;
}

.deal-info .deal-info-line .deal-origin-price {
  margin-left: 0.04rem;
  font-size: 0.24rem;
  color: #666;
  text-decoration: none
}

.deal-info .deal-info-line .deal-origin-price:before {
  content: '门市价:';
}

.deal-info .deal-info-line .deal-campaign {
  display: inline-block;
  padding: 0 0.06rem;
  border: 0.02rem solid #ff9900;
  color: #ff9900;
  line-height: 1.5;
  font-size: 0.22rem;
  border-radius: 0.06rem;
  vertical-align: middle;
  margin-left: 0.04rem;
}

.deal-info .deal-info-line .deal-sold {
  float: right;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.44rem;
}
.deal-list-component {
  border-top: 1px solid #ddd8ce;
}
.deal-list-component .hr {
  margin-left: 0.2rem;
  height: 0;
  border-bottom: 1px solid #ddd8ce;
}
.deal-list-component .show-more {
  position: relative;
  display: block;
  color: #ff4b10;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  background: #fff;
  border-top: 1px solid #ddd8ce;
  text-align: center;
  margin-top: -1px;
}
.deal-list-component .show-more .align-center {
  position: relative;
  padding-right: 0.45rem;
  display: inline-block;
  width: auto
}
.deal-list-component .show-more .align-center:after {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-left: 0.04rem solid #999;
  border-bottom: 0.04rem solid #999;
  -webkit-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
  -ms-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
}
.deal-list-component .show-more .align-justify {
  position: relative;
  padding-right: 0.3rem;
  width: 100%;
  box-sizing: border-box;
  text-align: left
}
.deal-list-component .show-more .align-justify:after {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-left: 0.04rem solid #999;
  border-bottom: 0.04rem solid #999;
  -webkit-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
  -ms-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
}
.stars-container {
  display: inline-block;
}
.stars-container .stars-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.stars-container .stars-inner .stars {
  display: -webkit-box;
  display: flex;
  color: #ff4b10;
  -webkit-box-align: center;
  align-items: center;
}
.stars-container .stars-inner .stars span {
  display: -webkit-box;
  display: flex;
  margin-right: 0.04rem;
  position: relative;
}
.stars-container .stars-inner .stars span i {
  width: 100%;
  height: 100%;
}
.stars-container .stars-inner em {
  color: #ff4b10;
  font-style: normal;
  margin-left: 0.4em;
  vertical-align: middle;
}
.poi-deal-list {
  width: 100%;
  overflow: hidden;
}
.poi-deal-list .poi-deal-item {
  width: 100%;
  border-top: 1px solid #ddd8ce;
  border-bottom: 1px solid #ddd8ce;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.poi-deal-list .poi-deal-item .poi-info {
  display: block;
  padding: 0.2rem;
}
.poi-deal-list .poi-deal-item .poi-info .poi-info-line {
  position: relative;
  overflow: hidden;
  line-height: 1
}
.poi-deal-list .poi-deal-item .poi-info .poi-info-line.poi-star {
  padding-top: 0.04rem;
}
.poi-deal-list .poi-deal-item .poi-info .poi-name {
  display: inline-block;
  color: #333;
  max-width: 70%;
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.poi-deal-list .poi-deal-item .poi-info .icon {
  display: inline-block;
  margin: 0.04rem 0 0.04rem 0.1rem;
  white-space: normal;
}
.poi-deal-list .poi-deal-item .poi-info .stars {
  line-height: 1.4;
}
.poi-deal-list .poi-deal-item .poi-info .stars .icon:first-child {
  margin-left: 0;
}
.poi-deal-list .poi-deal-item .poi-info .stars .star-text {
  display: inline-block;
  margin-left: 0.1rem;
  color: #ff4b10;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
}
.poi-deal-list .poi-deal-item .poi-info .no-star {
  color: #999;
}
.poi-deal-list .poi-deal-item .poi-info .midas {
  display: inline-block;
  padding: 0 0.1rem;
  margin-left: 0.1rem;
  border: 1px solid #ccc;
  font-size: 0.24rem;
  color: #888;
  line-height: 1.4;
  border-radius: 0.05rem;
  vertical-align: middle;
}
.poi-deal-list .poi-deal-item .poi-info .poi-region, .poi-deal-list .poi-deal-item .poi-info .poi-distance, .poi-deal-list .poi-deal-item .poi-info .no-star {
  margin-top: 0.04rem;
  font-size: 0.24rem;
  color: #666;
  line-height: 1.4;
}
.poi-deal-list .poi-deal-item .poi-info .poi-region, .poi-deal-list .poi-deal-item .poi-info .poi-distance {
  float: right;
}
.poi-deal-list .poi-deal-item .poi-info .poi-region {
  margin-left: 0.1rem;
}
.poi-deal-list .poi-deal-item .deal-list {
  border-top: 1px solid #ddd8ce;
  border-bottom: 1px solid #ddd8ce;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item {
  position: relative;
  margin-left: 0.2rem;
  height: 1.64rem;
  padding: 0.2rem 0.2rem 0.2rem 0;
  border-bottom: 1px solid #ddd8ce;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-new {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0.08rem;
  font-size: 0.24rem;
  height: 0.28rem;
  line-height: 0.28rem;
  width: 0.6rem;
  background: #ff4b10;
  color: #fff;
  text-align: right
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-new:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -0.2rem;
  border: 0.14rem solid #ff4b10;
  border-left: 0.14rem solid transparent;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-img {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.64rem;
  text-align: center;
  overflow: hidden;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-img img {
  width: 100%;
  height: 100%;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-img .deal-nobooking {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  z-index: 1
}
.poi-deal-list .poi-deal-item .deal-list .deal-item .deal-img .deal-nobooking:after {
  content: '免预约';
  font-size: 0.24rem;
  background: #ff4b10;
  color: #fff;
  padding: 0.05rem;
  position: absolute;
  width: 1.3rem;
  text-align: center;
  -webkit-transform: rotateZ(-45deg);
  left: -0.35rem;
  top: 0.2rem;
}
.poi-deal-list .poi-deal-item .deal-list .deal-item:last-child {
  border-bottom: none;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info {
  position: relative;
  height: 1.64rem;
  margin-left: 2rem;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-title {
  font-size: 0.3rem;
  color: #333;
  height: 0.8rem;
  margin-bottom: 0.32rem;
  line-height: 1.41;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  overflow: hidden;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-price {
  font-size: 0.26rem;
  color: #ff4b10;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-price b {
  font-size: 0.38rem;
  margin-right: 0.04rem;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-origin-price {
  margin-left: 0.04rem;
  font-size: 0.24rem;
  color: #666;
  text-decoration: none
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-origin-price:before {
  content: '门市价:';
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-campaign {
  display: inline-block;
  padding: 0 0.06rem;
  border: 0.02rem solid #ff9900;
  color: #ff9900;
  line-height: 1.5;
  font-size: 0.22rem;
  border-radius: 0.06rem;
  vertical-align: middle;
  margin-left: 0.04rem;
}
.poi-deal-list .poi-deal-item .deal-list .deal-info .deal-info-line .deal-sold {
  float: right;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.44rem;
}
.poi-deal-list .poi-deal-item .load-more {
  padding: 0 0.2rem;
  color: #ff4b10;
  line-height: 0.8rem;
  text-align: center;
}
.poi-deal-list .poi-deal-item .load-more span {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 0.45rem;
  box-sizing: border-box
}
.poi-deal-list .poi-deal-item .load-more span:after {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-left: 0.04rem solid #999;
  border-bottom: 0.04rem solid #999;
  -webkit-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
  -ms-transform: translateY(-80%) scaleX(0.8) rotateZ(-45deg);
}
.poi-deal-list .poi-deal-item:first-child {
  border-top: none;
}
.poi-deal-list .poi-deal-item:last-child {
  margin-bottom: 0;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio, canvas, progress, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, [hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.btn-wrapper {
    margin: .28rem .2rem;
}

.btn {
    display: inline-block;
    height: .6rem;
    padding: 0 .32rem;
    margin: 0;
    text-align: center;
    border-radius: .06rem;
    font-size: .28rem;
    vertical-align: middle;
    line-height: .6rem;
    border: 0;
    color: #fff;
    background-color: var(--winteroly-primary);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none
}

.btn:focus {
  outline: 0;
}

.btn-strong {
    background-image: linear-gradient(135deg, #FF8225 0%, #FF4B10 100%);
    background-image: linear-gradient(135deg, var(--winteroly-btn-strong-bg-start) 0%, var(--winteroly-primary) 100%);
}

.btn-weak {
    border: .02rem solid #FF4B10;
    padding: 0 .3rem;
    background: 0;
    color: #FF4B10;
}

.btn-weak:active {
    color: #fff;
    background: #FF4B10;
}

.btn-tag {
    height: .62rem;
    padding: 0 .11rem;
    margin-bottom: 0.14rem;
    margin-right: 0.1rem;
    line-height: .62rem;
    background: 0;
    border: .02rem solid #ACACAC;
    color: #999;
}

.btn-tag:active {
    background: #dedfe3;
}

.btn-tag-light {
    margin-bottom: 0.14rem;
    margin-right: 0.1rem;
    border: .02rem solid #FDB338;
    color: #FDB338;
}

.btn-tag-light:active {
    background: #ffd8a6;
}

.btn-tag-promotion {
    padding: 0 .06rem;
    margin: 0;
    height: auto;
    border: .02rem solid #ff9900;
    font-size: .22rem;
    line-height: 1.5;
    color: #ff9900;
}

.btn-larger {
    height: .94rem;
    line-height: .94rem;
    font-size: .4rem;
}

.btn-footer {
    width: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn:disabled, .btn.btn-disabled {
    background-color: #dcdcdc;
    color: #999;
    border: 0;
    background-image: none;
}

.btn-warning {
    background-color: #fa7251;
    background-color: var(--winteroly-warning);
}

.btn-orange {
    background-color: #f63;
}

.btn-refund {
    font-size: .28rem;
    padding: 0;
    width: 1.6rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    background-color: #FF4B10;
    background-color: var(--winteroly-primary);
}
/* icon是所有图标必须要添加的class*/

.icon {
  display: inline-block;
  vertical-align: middle;
  height: 0.34rem;
  width: 0.34rem;
  background-size: 100% 100%;
}

/* 评分 */

.icon-star-orange, .icon-star-grey {
  height: 0.3rem;
  width: 0.3rem;
  background-size: cover;
}

.icon-star-0 {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-0-24.png');
}
.icon-star-1 {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-1-24.png');
}
.icon-star-2 {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-2-24.png');
}
.icon-star-3 {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-3-24.png');
}
.icon-star-4 {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-4-24.png');
}

.icon-star-grey {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-grey-24.png');
  position: absolute;
  left: 0;
  top: 0;
}

/* 大一些星星 */

.icon-star-orange-lg, .icon-star-grey-lg {
  width: 0.36rem;
  height: 0.36rem;
  background-size: cover;
}

.icon-star-grey-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-grey-36.png');
  position: absolute;
  left: 0;
  top: 0;
}

.icon-star-0-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-0-36.png');
}
.icon-star-1-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-1-36.png');
}
.icon-star-2-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-2-36.png');
}
.icon-star-3-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-3-36.png');
}
.icon-star-4-lg {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/star-full-4-36.png');
}

/* 红色版的星星*/
.red-star-icon {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-size: 100% 100%;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/red-star-grey.png');
}
.red-star-icon-full {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/red-star-full.png');
}
.red-star-icon-half {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/red-star-half.png');
}
/* 电话 */

.new-icon-tel {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/new-phone.png')
}

.new-icon-tel.dianping {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/new-phone-dianping.png');
}

/* checkbox */

.icon-checkbox {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/checkbox.png');
}

.icon-checkbox-select {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/checkbox-select.png');
}

.icon-checkbox-select-orange {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/checkbox-select-orange.png');
}

/* radio */

.icon-radio {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/radio.png');
}

.icon-radio-select {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/radio-select.png');
}

.icon-radio-select-orange {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/radio-select-orange.png');
}

/*收藏*/

.icon-collect, .icon-collected {
  transform: scale(1.21, 1.21);
  -ms-transform: scale(1.21, 1.21);
  -moz-transform: scale(1.21, 1.21);
  -webkit-transform: scale(1.21, 1.21);
  -o-transform: scale(1.21, 1.21);
}

/*分享*/

.icon-share {
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/share.png');
}

/*回到顶部*/

.icon-top {
  display: block;
  width: 0.86rem;
  height: 0.86rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/top.png');
}

/*对勾*/

.icon-success {
  width: 0.56rem;
  height: 0.56rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/success.png');
}

.icon-failure {
  width: 0.56rem;
  height: 0.56rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/failure.png');
}

/*已售*/

.icon-solds {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/solds-icon.png');
}

/*搜索*/

.icon-search {
  width: 0.46rem;
  height: 0.46rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/search.png');
}

/*随时退*/

.icon-refund-antomatic {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/refund-anytime.png');
}

/*自动退*/

.icon-refund-antomatic {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/refund-antomatic.png');
}

.icon-good-hand {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/good.png');
}

.icon-market {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/market.png');
}

.icon-nearby {
  width: 0.17rem;
  height: 0.2rem;
  background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/nearby.png');
}
.icon-album {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: 0rem -0.88rem;
  width: 0.34rem;
  height: 0.34rem;
}
.icon-collect {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.88rem 0rem;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-collected {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.44rem 0rem;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-home {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.38rem -0.88rem;
  width: 0.34rem;
  height: 0.34rem;
}
.icon-location {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -1.3rem -1.26rem;
  width: 0.28rem;
  height: 0.28rem;
}
.icon-maidan {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -1.32rem -0.34rem;
  width: 0.3rem;
  height: 0.3rem;
}
.icon-menu {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.44rem -0.44rem;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-nearby {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -1.32rem -1.02rem;
  width: 0.17rem;
  height: 0.2rem;
}
.icon-person-34 {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.76rem -0.88rem;
  width: 0.34rem;
  height: 0.34rem;
}
.icon-person-40 {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: 0rem 0rem;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-quan {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -1.32rem 0rem;
  width: 0.3rem;
  height: 0.3rem;
}
.icon-refund-anytime {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.34rem -1.26rem;
  width: 0.28rem;
  height: 0.28rem;
}
.icon-refund-automatic {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.66rem -1.26rem;
  width: 0.28rem;
  height: 0.28rem;
}
.icon-search {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: 0rem -0.44rem;
  width: 0.4rem;
  height: 0.4rem;
}
.icon-solds-icon {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.98rem -1.26rem;
  width: 0.28rem;
  height: 0.28rem;
}
.icon-tel {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -0.88rem -0.44rem;
  width: 0.39rem;
  height: 0.38rem;
}
.icon-tuan {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: -1.32rem -0.68rem;
  width: 0.3rem;
  height: 0.3rem;
}
.icon-waimai {
  background-image: url(../../assets/2573a00be5d4e6d4.png);
  background-position: 0rem -1.26rem;
  width: 0.3rem;
  height: 0.3rem;
}
.icon-sp {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 1.62rem 1.56rem;
    vertical-align: middle;
}
html {
    font-size: 312.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.28rem;
    line-height: 1.5;
    color: #333333;
    background-color: #f0f0f0;
    min-height: 100%;
    overflow: hidden;
}

a {
    color: #FF4B10;
    outline: none;
    text-decoration: none;
}

* {
    max-height: 999999px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix {
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

// 省略文本
@define-mixin ellipsis $line:3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: $line;
    -webkit-box-orient: vertical;
}
.input-checkbox {
  line-height: 1;
}

.switch-cont .switch {
  display: none;
}

.switch-cont label {
  position: relative;
  display: block;
  border-radius: 0.24rem;
  width: 0.9rem;
  height: 0.52rem;
  cursor: pointer
}

.switch-cont label::before {
  content: '';
  line-height: 0.52rem;
  background: #ddd;
  display: block;
  border-radius: 1rem;
  height: 0.52rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-cont label::after {
  content: '';
  position: absolute;
  top: 0.04rem;
  left: 0.04rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-cont .switch.icon-checkbox-select ~ label:after {
  margin-left: 0.39rem;
}

.switch-cont .switch.icon-checkbox-select ~ label:before {
  background: #ff4b10;
  content: '';
  color: #fff;
}
.horizontal-slider {
  width: 100%;
  height: 0.6rem;
}

.action .bar.bar-1 {
  // background: #FF4B10;
  background: linear-gradient(135deg, #ff8225 0%, #ff4b10 100%);
}

.handle {
  width: 0.54rem;
  height: 0.54rem;
}
.handle.active {
  background-color: grey;
}
.bar {
  position: relative;
  background: #ddd;
  border-radius: 0.38rem;
}
.bar.bar-1 {
  // background: #FF4B10;
  background: linear-gradient(135deg, #ff8225 0%, #ff4b10 100%);
  border-radius: 0.38rem;
}
.bar.bar-2 {
  background: #ddd;
  border-radius: 0.38rem;
}
.horizontal-slider .bar {
  top: 0.2rem;
  height: 0.1rem;
  line-height: 0.1rem;
}
.horizontal-slider .handle {
  top: -0.04rem;
  width: 0.54rem;
  height: 0.54rem;
  background: #ffffff;
}

.meal-per-btn {
  width: 0.54rem;
  height: 0.54rem;
  border: 3px solid #ff4b10;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 0.54rem;
}

.meal-per-btn span {
  position: absolute;
  top: -0.42rem;
  left: 50%;
  width: 1rem;
  text-align: center;
  color: #999999;
  font-size: 0.22rem;
  margin: 0 0 0 -0.5rem !important;
}

.meal-per-btn em {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #fff;
}

.handle-0 .meal-per-btn span {
}

.handle-0 .meal-per-btn span.is-close-1 {
  margin-left: -0.78rem !important;
}

.handle-0 .meal-per-btn span.is-close-2 {
  margin-left: -0.65rem !important;
}

.handle-0 .meal-per-btn span.is-close-3 {
  margin-left: -0.55rem !important;
}
.handle-1 .meal-per-btn span {
}
.handle-1 .meal-per-btn span.is-close-1 {
  margin-left: -0.4rem !important;
}
.handle-1 .meal-per-btn span.is-close-2 {
  margin-left: -0.44rem !important;
}
.handle-1 .meal-per-btn span.is-close-3 {
  margin-left: -0.48rem !important;
}
.banner {
  position: relative;
  width: 100%;
  height: 1rem;
  background-color: #f0efed;
  z-index: 21;
}
.banner .carousel a {
  display: block;
  text-align: center;
}
.banner .carousel a .imgbox {
  display: inline-block;
}
.navbar {
  height: 1.02rem;
  color: #000000;
  background: #ffd614;
  border-bottom: 1px solid #ffd614;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  z-index: 30;
}
.navbar .nav-wrap-left {
  height: 1.01rem;
  line-height: 1.01rem;
}
.navbar .nav-wrap-left a.back {
  display: block;
  height: 1rem;
  width: 0.45rem;
  line-height: 1rem;
  padding: 0 0.3rem;
}
.navbar .nav-wrap-left a.back .text-icon {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  vertical-align: middle;
  position: relative
}
.navbar .nav-wrap-left a.back .text-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0.07rem;
  top: 0.12rem;
  width: 0.2rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid #000;
  border-left: 0.04rem solid #000;
  -webkit-transform: scaleY(0.8) rotateZ(45deg);
  -moz-transform: scaleY(0.8) rotateZ(45deg);
  -ms-transform: scaleY(0.8) rotateZ(45deg);
}
.navbar .nav-wrap-left a.back .text-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.03rem;
  height: 0;
  width: 0.45rem;
}
.navbar .nav-wrap-left a.back:active {
  background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-header {
  position: absolute;
  width: 80%;
  left: 10%;
  right: 10%;
  z-index: -1;
  display: block;
  font-size: 0.36rem;
  font-weight: 400;
  text-align: center;
  line-height: 1rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navbar .nav-btn {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
.navbar .nav-btn .text-icon {
  display: block;
  margin: auto;
  margin-bottom: 0.1rem;
}
.navbar .nav-btn .icon-home-lg {
  transform: scale(1.35, 1.35);
  -ms-transform: scale(1.35, 1.35);
  -moz-transform: scale(1.35, 1.35);
  -webkit-transform: scale(1.35, 1.35);
  -o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn .icon-search {
  transform: scale(1.35, 1.35);
  -ms-transform: scale(1.35, 1.35);
  -moz-transform: scale(1.35, 1.35);
  -webkit-transform: scale(1.35, 1.35);
  -o-transform: scale(1.35, 1.35);
}
.navbar .nav-btn.collected {
  display: none;
}
.navbar .nav-wrap-right {
  position: absolute;
  right: 0;
  height: 100%;
}
.navbar .nav-wrap-right a {
  display: inline-block;
  height: 100%;
  line-height: 1rem;
  text-align: center;
  width: 0.94rem
}
.navbar .nav-wrap-right a:active {
  background: rgba(0, 0, 0, 0.1);
}
.navbar .nav-wrap-right a:last-child {
  margin-right: 0.04rem;
}
.navbar .nav-dropdown {
  position: absolute;
  right: 0.04rem;
  top: 1.06rem;
  width: 2rem;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  z-index: 100;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s;
}
.navbar .nav-dropdown li {
  height: 0.82rem;
  line-height: 0.82rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  text-align: center;
}
.navbar .nav-dropdown li a {
  display: block;
  height: 100%;
  font-size: 0.24rem;
  color: #fff;
}
.navbar .nav-dropdown li a .text-icon {
  margin-right: 0.1rem;
  vertical-align: -10%;
}
.navbar .nav-dropdown.active {
  height: 1.66rem;
}
.new-navbar {
  height: 0.9rem;
  line-height: 0.9rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;

  z-index: 999;
}
.new-navbar .nav-wrap-left {
  height: 0.9rem;
  line-height: 0.9rem;
}
.new-navbar .nav-wrap-left a.back {
  display: block;
  height: 0.9rem;
  width: 0.45rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
}
.new-navbar .nav-wrap-left a.back .text-icon {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  vertical-align: middle;
  position: relative
}
.new-navbar .nav-wrap-left a.back .text-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0.15rem;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-bottom: 0.045rem solid #ff4b10;
  border-left: 0.045rem solid #ff4b10;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.new-navbar .nav-wrap-left a.back:active {
  background: rgba(0, 0, 0, 0.1);
}
.new-navbar .new-nav-header {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  font-size: 0.26rem;
  font-weight: 400;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ffffff;
  width: 5.4rem;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-navbar .new-nav-header .nav-search {
  font-family: PingFangSC-Regular;
  font-size: 0.26rem;
  color: #999999;
  letter-spacing: 0.22px;
}
.new-navbar .new-nav-header .nav-search .search-icon {
  display: inline-block;
  position: relative;
  height: 0.18rem;
  width: 0.18rem;
  border: 0.04rem solid #8e8e94;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.12rem
}
.new-navbar .new-nav-header .nav-search .search-icon::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.04rem;
  background: #8e8e94;
  top: 0.09rem;
  right: -0.14rem;
  border-radius: 0.1rem;
}
.new-navbar .nav-btn {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff
}
.new-navbar .nav-btn.collected {
  display: none;
}
.new-navbar .nav-wrap-right {
  width: 0.45rem;
  padding: 0 0.3rem;
  text-align: center;
}
.new-navbar .nav-wrap-right .person-icon {
  display: inline-block;
  position: relative;
  top: -0.08rem;
  height: 0.18rem;
  width: 0.18rem;
  border: 0.045rem solid #ff4b10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.new-navbar .nav-wrap-right .person-icon::after {
  content: '';
  position: absolute;
  right: -0.21rem;
  height: 0.3rem;
  width: 0.15rem;
  border: 0.045rem solid #ff4b10;
  border-right: none;
  border-radius: 100% 0 0 100%/50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.new-navbar.nonavbar {
  padding-top: 0.4rem;
}

.new-navbar.scrolled, body.no-banner .new-navbar {
  background: #fafafa;
}

.new-navbar.scrolled .nav-wrap-left a.back .text-icon, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon {
}

.new-navbar.scrolled .nav-wrap-left a.back .text-icon:before, body.no-banner .new-navbar .nav-wrap-left a.back .text-icon:before {
  border-bottom: 0.045rem solid #ff4b10;
  border-left: 0.045rem solid #ff4b10;
}

.new-navbar.scrolled .new-nav-header, body.no-banner .new-navbar .new-nav-header {
  background: #ebeced;
}

.new-navbar.scrolled .nav-wrap-right .person-icon, body.no-banner .new-navbar .nav-wrap-right .person-icon {
  border-color: #ff4b10
}

.new-navbar.scrolled .nav-wrap-right .person-icon::after, body.no-banner .new-navbar .nav-wrap-right .person-icon::after {
  border-color: #ff4b10;
}
.new-navbar {
  height: 0.9rem;
  line-height: 0.9rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  background-color: #f0f0f0;
}
.new-navbar .new-nav-header {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 0 0 0.2rem;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  font-size: 0.26rem;
  font-weight: 400;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ffffff;
  width: 5.4rem;
  -webkit-box-align: center;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-navbar .new-nav-header .nav-search {
  font-family: PingFangSC-Regular;
  font-size: 0.26rem;
  color: #999999;
  letter-spacing: 0.22px;
}
.new-navbar .new-nav-header .nav-search .search-icon {
  display: inline-block;
  position: relative;
  height: 0.18rem;
  width: 0.18rem;
  border: 0.04rem solid #8e8e94;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.12rem
}
.new-navbar .new-nav-header .nav-search .search-icon::after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.04rem;
  background: #8e8e94;
  top: 0.09rem;
  right: -0.14rem;
  border-radius: 0.1rem;
}
.new-navbar .nav-btn {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.new-navbar .nav-wrap-right {
  width: 0.45rem;
  padding: 0 0.3rem;
  text-align: center;
}
.new-navbar .nav-dropdown {
  position: absolute;
  right: 0.04rem;
  top: 0.9rem;
  width: 2rem;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  z-index: 100;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s;
}
.new-navbar .nav-dropdown li {
  height: 0.82rem;
  line-height: 0.82rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  text-align: center;
}
.new-navbar .nav-dropdown li a {
  display: block;
  height: 100%;
  font-size: 0.24rem;
  color: #fff;
}
.new-navbar .nav-dropdown li a .text-icon {
  margin-right: 0.1rem;
  vertical-align: -10%;
}
.new-navbar .nav-dropdown.active-2 {
  height: 1.6rem;
}
.new-navbar .nav-dropdown.active-1 {
  height: 0.8rem;
}
.footer-container {
  padding: 0 0.2rem 0.4rem 0.2rem;
  background-color: #f0f0f0;
}
.footer-container .footer-bar {
  margin-bottom: 0.4rem;
  font-size: 0.28rem;
}
.footer-container .footer-bar .pull-right {
  float: right;
}
.footer-container .footer-bar .footer-mine-btn {
  width: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn, .footer-container .footer-bar .footer-mine-btn {
  width: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-container .footer-bar .footer-city-btn {
  margin-left: 0.2rem;
}
.footer-container .footer-bar .login-container a {
  margin-right: 0.2rem;
}
.footer-container .footer-nav {
  margin-bottom: 0.18rem;
  line-height: 1;
}
.footer-container .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  padding: 0.18rem 0;
  margin: 0;
  font-size: 0.24rem;
  white-space: nowrap;
}
.footer-container .footer-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  border-right: 0.02rem solid #666;
  text-align: center;
}
.footer-container .footer-nav li a {
  color: #ff4b10;
}
.footer-container .footer-nav li:last-child {
  border-right: 0;
}
.footer-container .footer-links {
  margin: 0.24rem 0.2rem;
  font-size: 0.24rem;
  text-align: center;
}
.footer-container .footer-links a {
  color: #ff4b10;
}
.footer-container .footer-copy-right {
  position: relative;
  font-size: 0.22rem;
  text-align: center;
  color: #999;
}
.footer-container .footer-copy-right .hr {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  content: '';
  border-top: 1px solid #999;
}
.footer-container .footer-copy-right .footer-copy-right-text {
  position: relative;
  padding: 0 0.3rem;
  font-size: 0.22rem;
  text-align: center;
  background-color: #f0efed;
  color: #999;
}
.footer-container .footer-copy-right a {
  color: #999;
}

.meishi-msg-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1000;
}

.meishi-msg-doc {
  position: fixed;
  left: 0.3rem;
  right: 0.3rem;
  border-radius: 0.06rem;
  background: #fff;
  overflow: hidden;
  z-index: 1001;
  -webkit-animation-name: popup;
          animation-name: popup;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  top: 25%;
}

.meishi-msg-doc .meishi-msg-hd {
  background: #f0efed;
  color: #333;
  text-align: center;
  padding: 0.28rem 0;
  overflow: hidden;
  font-size: 0.32rem;
  border-bottom: 1px solid #d8d8d8;
}

.meishi-msg-doc .meishi-msg-bd {
  font-size: 0.3rem;
  padding: 0.28rem;
  border-bottom: 1px solid #d8d8d8;
}

.meishi-msg-doc .meishi-msg-bd .meishi-msg-center {
  text-align: center;
}

.meishi-msg-doc .meishi-msg-ft {
  display: -webkit-box;
  display: flex;
  font-size: 0.34rem;
}

.meishi-msg-btn {
  display: block;
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: -1px;
  border-right: 1px solid #d8d8d8;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  color: #FF4B10
}

.meishi-msg-btn:active {
  background: #eee;
}
.meishi-msg-btn.meishi-msg-btn-cancel {
  color: #555555;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.dp .meishi-msg-btn {
  color: #f63;
}
.openordown-dianping-paddingTop {
  padding-top: 2.8rem;
}
.pop-wapper {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.4rem;
  overflow: hidden;
  z-index: 998;
}
.pop-wapper .mt-logo {
  position: absolute;
  top: 0.2rem;
  left: 0.44rem;
  width: 1rem;
  height: 1rem;
}
.pop-wapper .banner-title {
  position: absolute;
  top: 0.28rem;
  left: 1.64rem;
  right: 2rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.5;
  height: 0.84rem;
  overflow: hidden;
}
.pop-wapper .btn {
  position: absolute;
  top: 0.35rem;
  right: 0.2rem;
  width: 1.7rem;
  padding: 0;
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
}
.openordown-dianping {
  width: 100%;
  height: 2.4rem;
  background-image: url(//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-meishife-mobile-img/opendown_dp.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.openordown-dianping .download-guide {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#e1e1e1), color-stop(50%, #e1e1e1), color-stop(0, transparent));
  background-image: linear-gradient(0, #e1e1e1, #e1e1e1 50%, transparent 0);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 1px;
}
.openordown-dianping .download-guide .title {
  display: -webkit-box;
  display: flex;
  height: 0.6rem;
  margin: 0.48rem 0 0.28rem;
  -webkit-box-pack: center;
  justify-content: center;
}
.openordown-dianping .download-guide .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.16rem;
  background-image: url(img/dp_logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.openordown-dianping .download-guide .text {
  font-size: 0.4rem;
  font-weight: bolder;
  color: #111;
}
.openordown-dianping .download-guide .btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.openordown-dianping .download-guide .btn-open, .openordown-dianping .download-guide .btn-download {
  display: -webkit-box;
  display: flex;
  width: 2.52rem;
  height: 0.8rem;
  font-size: 0.28rem;
  border: 0.02rem solid #f63;
  border-radius: 0.04rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.openordown-dianping .download-guide .btn-open {
  margin-right: 0.3rem;
  color: #f63;
}
.openordown-dianping .download-guide .btn-download {
  color: #fff;
  background-color: #f63;
}
.nav-bread {
  padding: 0.3rem 0.2rem;
  color: #FF4B10;
  color: var(--winteroly-primary);
  font-size: 0.24rem;
}
.nav-bread a {
  color: #FF4B10;
  color: var(--winteroly-primary);
  text-decoration: none;
  outline: 0;
}
.nav-bread span {
  margin: 0 0.1rem;
}
.notification {
  position: relative;
  height: 0.9rem;
  background: #fff8ee;
  line-height: 0.9rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular;
  color: #ff9900;
  padding-left: 0.75rem
}
.notification::before {
  content: '!';
  position: absolute;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.26rem;
  line-height: 0.34rem;
  height: 0.34rem;
  width: 0.34rem;
  text-align: center;
  border: 1px solid #ff9900;
  border-radius: 50%;
}

.poi-item-wrapper {
  background: #ffffff;
  padding: 0.24rem 0 0 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}

.poi-item-wrapper .poi-info-wrapper {
  display: -webkit-box;
  display: flex;
}

.poi-item-wrapper .image-wrapper {
  position: relative;
  margin-top: 0.05rem;
  width: 1.6rem;
  height: 1.61rem;
}

.poi-item-wrapper .image-wrapper .imgbox {
  background-size: 50%;
}

.poi-item-wrapper .image-wrapper .left-label {
  position: absolute;
  display: inline-block;
  background: #be9e4d;
  color: #ffffff;
  left: -0.04rem;
  top: -0.04rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  min-width: 0.64rem;
  max-width: 1.09rem;
  font-family: '.PingFang-SC-Medium';
  font-size: 0.22rem;
  letter-spacing: 0.18px;
}

.poi-item-wrapper .image-wrapper .right-label {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.06rem;
  max-width: 0.6rem;
  text-align: center;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  -webkit-transform: scale(0.5) translate(50%, -50%);
  transform: scale(0.5) translate(50%, -50%);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1px;
}

.poi-item-wrapper .poi-info {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0 0.18rem 0.16rem 0;
  margin-left: 0.18rem;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: content-box;
  max-width: 5.28rem;
  min-height: 1.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.poi-item-wrapper .poi-info .poi-name {
  font-family: '.PingFang-SC-Medium';
  font-size: 0.34rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #333333;
  letter-spacing: 0.28px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poi-item-wrapper .poi-info .price-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0.24rem;
  line-height: 0.33rem;
  height: 0.33rem;
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poi-item-wrapper .poi-info .price {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #666666;
  letter-spacing: 0.2px;
}

.poi-item-wrapper .poi-info .location {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0.2px
}

.poi-item-wrapper .poi-info .location .area {
  margin-right: 0.08rem;
}

.poi-item-wrapper .poi-info .cate-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0.08rem;
  height: 0.33rem;
  line-height: 0.33rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poi-item-wrapper .poi-info .catename {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #666666;
  letter-spacing: 0.2px;
  margin-right: 0.09rem;
  vertical-align: middle;
}

.poi-item-wrapper .poi-info .smart-tag {
  display: inline-block;
  margin-right: 0.1rem;
  height: 0.28rem;
  line-height: 0.28rem;
  vertical-align: middle;
  padding: 0 0.04rem;
  font-size: 0.22rem;
  border-radius: 0.05rem;
}

.poi-item-wrapper .poi-info .smart-tag .label-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: -0.04rem 0.08rem 0 0;
  vertical-align: middle;
}

.poi-item-wrapper .poi-info .service-tags {
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  height: 0.33rem;
  line-height: 0.33rem;
  color: #6cbab2;
  letter-spacing: 0.2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.poi-item-wrapper .poi-info .service-tags .service-tag:not(:last-child):after {
  content: '|';
  margin: 0 0.1rem;
}

.poi-item-wrapper .poi-info.no-border {
  border: none;
}

.poi-item-wrapper .deal-info-wrapper {
  padding: 0.05rem 0 0.15rem 0;
}

.poi-item-wrapper .deal-info-wrapper .preferential {
  margin: 0.1rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 0.4rem;
  line-height: 0.4rem;
  white-space: nowrap;
}

.poi-item-wrapper .deal-info-wrapper .preferential .promotion-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 1.6rem;
  height: 0.4rem;
  font-family: PingFangSC-Regular;
  color: #ff8226;
  letter-spacing: 0.17px;
  margin-right: 0.18rem;
}

.poi-item-wrapper .deal-info-wrapper .preferential .promotion-wrapper .promotion {
  display: inline-block;
  max-width: 1.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid #ff8226;
  border-radius: 0.045rem;
  padding: 0 0.06rem;
  font-size: 0.22rem;
}

.poi-item-wrapper .deal-info-wrapper .preferential .icon {
  width: 0.3rem;
  height: 0.3rem;
}

.poi-item-wrapper .deal-info-wrapper .preferential .discount {
  font-family: '.PingFang-SC-Medium';
  font-size: 0.28rem;
  color: #ff6b6b;
  letter-spacing: 0.23px;
  margin: 0 0.04rem 0 0.08rem;
}

.poi-item-wrapper .deal-info-wrapper .preferential .content {
  font-family: PingFangSC-Regular;
  font-size: 0.22rem;
  color: #666666;
  letter-spacing: 0.18px;
  max-width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poi-item-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.malls-wrapper {
  margin: 0.2rem 0;
  padding: 0 0.2rem;
  background: #ffffff;
}
.malls-wrapper .malls-title {
  height: 0.72rem;
  line-height: 0.72rem;
  font-family: PingFangSC-Regular;
  font-size: 0.26rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.malls-wrapper .malls-title .icon-market {
  margin: -0.1rem 0.1rem 0 0;
}
.malls-wrapper .mall-items-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 2.58rem;
}
.malls-wrapper .mall-items-wrapper .mall-item {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  max-width: 2.26rem;
}
.malls-wrapper .mall-items-wrapper .mall-item .imgbox {
  background-size: 50%;
}
.malls-wrapper .mall-items-wrapper .mall-item .mall-label {
  max-width: 80%;
  position: absolute;
  display: inline-block;
  left: 0.1rem;
  top: 0.1rem;
  background: #ff6152;
  color: #ffffff;
  height: 0.36rem;
  font-size: 0.24rem;
  padding: 0 0.06rem;
  line-height: 0.36rem;
  font-family: '.PingFangSC-Medium';
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.malls-wrapper .mall-items-wrapper .mall-item .mall-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.26rem;
  font-family: '.PingFangSC-Regular';
  color: #333333;
  letter-spacing: 0.22px;
  margin-top: 0.16rem;
}
.malls-wrapper .mall-items-wrapper .mall-item .mall-distance {
  display: inline-block;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-top: 0.1rem;
  font-family: '.PingFangSC-Regular';
  font-size: 0.24rem;
  color: #999999;
  letter-spacing: 0.2px
}
.malls-wrapper .mall-items-wrapper .mall-item .mall-distance .icon-nearby {
  margin: -0.04rem 0.08rem 0 0;
}
.malls-wrapper .mall-items-wrapper .mall-item img {
  vertical-align: middle;
}
@-webkit-keyframes 'rotateing-anim' {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes 'rotateing-anim' {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.loading-container {
  -webkit-transform: translate3d(0, 0, 0);
}

.loading-container .item {
  text-align: center;
  padding: 0.2rem 0;
  background-color: #fff;
}

.loading-container .item .loading-spin-container {
  float: left;
  padding: 0 0 0 0.4rem;
}

.loading-container .item .loading-spin {
  display: inline-block;
  opacity: 0.8;
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  -webkit-animation: 0.85s rotateing-anim steps(8) infinite;
  animation: 0.85s rotateing-anim steps(8) infinite;
  vertical-align: middle;
  box-shadow: 0 -0.4em 0 0 #fff, -0.28em -0.28em 0 0 rgba(6, 193, 174, 0.75),
        -0.4em 0 0 0 rgba(6, 193, 174, 0.5),
        -0.28em 0.28em 0 0 rgba(6, 193, 174, 0.25);
}

.loading-container .deal-loading {
  display: none;
}

.loading-container.s-loading .deal-loading {
  display: block;
}

.loading-container.s-loading .deal-loadmore {
  display: none;
}

.loading-container.hide {
  display: none;
}
.hot-areas-wrapper {
  height: 3.5rem;
  font-size: 0.24rem;
  padding-top: 0.07rem;
  background: #ffffff;
  margin-bottom: 0.2rem;
}

.hot-area-item-wrapper {
  display: inline-block;
  margin-top: 0.25rem;
  width: 25%;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.hot-area-item-wrapper .image-wrapper {
  position: relative;
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #f4f4f4;
}

.hot-area-item-wrapper .image-wrapper .bubble {
  position: absolute;
  font-family: '.PingFang-SC-Medium';
  left: 0.49rem;
  bottom: 0.68rem;
  height: 0.26rem;
  width: 0.54rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0.2rem;
  background: #fb6256;
}

.hot-area-item-wrapper .image-wrapper img {
  max-width: 100%;
}

.hot-area-item-wrapper a {
  -webkit-tap-highlight-color: transparent;
}

.hot-area-item-wrapper .hot-area-name {
  display: inline-block;
  color: #666666;
  margin-top: 0.09rem;
  letter-spacing: 0.2px;
  font-family: PingFangSC-Regular;
  line-height: 0.33rem;
}
.banner-download {
  position: relative;
  min-height: 1.86rem;
}
.banner-download .banner-img {
  margin-top: -1px;
  width: 100%;
}
.banner-download .btn-invisible {
  position: absolute;
  display: block;
  width: 28%;
  height: 25%;
  right: 8%;
  background: transparent;
  border: 0;
  z-index: 1;
}
.banner-download .btn-invisible span {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.banner-download .call-app-btn {
  bottom: 54%;
}
.banner-download .download-btn {
  bottom: 20%;
}
.banner-download img {
  /*消除部分页面的 line-height 导致 img 上下有空隙的问题*/
  display: block;
}
.banner-download:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c6c0b3;
}
.hide {
  display: none;
}
.btn-weak {
  border: 0.025rem solid #ff4b10;
}
.footer-container .footer-nav li {
  border-right: 0.03rem solid #666;
}
.btn {
  line-height: 0.58rem;
}