
.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-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;
  }
}

.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;
}
.mobi-tabs-wrapper .mobi-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  border-bottom: 0.08rem solid #ddd8ce;
}
.mobi-tabs-wrapper .mobi-tabs li {
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
}
.mobi-tabs-wrapper .mobi-tabs li a {
  padding-top: 0.28rem;
  padding-bottom: 0.2rem;
  display: block;
  color: inherit;
  height: 100%
}
.mobi-tabs-wrapper .mobi-tabs li a:active {
  background-color: rgb(217, 216, 214);
}
.mobi-tabs-wrapper .mobi-tabs li.active {
  color: #ff4b10;
}
.mobi-tabs-wrapper .mobi-tabs .slide {
  position: absolute;
  bottom: -0.08rem;
  border-bottom: 0.08rem solid #ff4b10;
  -webkit-transition: left 0.2s ease-in;
}
.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;
}
.img-preview .flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: flex;
}
.img-preview .flex-center {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.img-preview .slide-img {
  background: #000;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.img-preview .slide-img > p {
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  margin-top: 0.2rem;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
.img-preview .slide-img i {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 10;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #fff
}
.img-preview .slide-img i:after {
  color: white;
  font-weight: bold;
}
.img-preview .slide-img ul {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.img-preview .slide-img li {
  height: 100%;
  padding: 0;
}
.img-preview .slide-img img {
  width: 100%;
  max-height: 87%;
}
.img-preview .slide-img span {
  position: absolute;
  font-size: 0.25rem;
  color: #fff;
  right: 0.2rem;
  top: 0.1rem;
  z-index: 11;
}
.img-preview .translate {
  -webkit-transition: 0.15s all ease;
}
.img-preview .full-height {
  height: 100%;
  overflow-y: auto;
}/*! 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;
}
.mobi-tabs-wrapper {
  margin-bottom: 0.3rem;
}
.album-no-tip {
  line-height: 5rem;
  text-align: center;
}

.pic-cont {
  position: relative;
  overflow: auto;
}

.pic-cont .img-item:nth-child(odd) {
  float: left;
  margin: 0.44rem 0 0 0.44rem;
}

.pic-cont .img-item:nth-child(even) {
  float: right;
  margin: 0.44rem 0.44rem 0 0;
}

.pic-cont .img-item {
  position: relative;
  width: 40%;
  height: 2.5rem;
  margin-bottom: 0.64rem;
  overflow: hidden;
}

.pic-cont .img-item .imgbox {
  background-size: 50%;
}

.pic-cont .img-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.52rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}