.error {
    padding: .3rem 0;
    text-align: center;
}

.error .error-img {
    display: block;
    width: 2.02rem;
    height: 2.3rem;
    margin: 30% auto .36rem;
}

.error .error-msg {
    font-size: .26rem;
    color: #666;
    text-align: center;
}

.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 {
    animation-name: pop;
    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);
}

@keyframes pop {
    0% {
        transform: scale(1.85);
        opacity: 0;
    }

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

.meishi-msg-bg {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.meishi-msg-doc {
    position: fixed;
    left: 0.16rem;
    right: 0.16rem;
    border-radius: 0.06rem;
    background: #fff;
    overflow: hidden;
    z-index: 1001;
    animation-name: popup;
    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: flex;
    font-size: 0.34rem;
}

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

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

.dp-meishi-msg-btn {
    color: #FF6633
}

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

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

    100% {
        transform: scale(1);
        opacity: 1;
    }
}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
.btn {
    font-weight: 500;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
    font-size: 0.26rem;
    border: 0;
    outline: 0;
    border-radius: 0.06rem;
}

.btn-orange {
    color: #fff;
    background: #ff9e20;
}

.btn-orange:active {
    background: #d66500;
}

.btn-disabled {
    color: #fff;
    background: #ccc;
}

.btn-large {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.32rem;
    font-weight: 300;
}
.btn-larger {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.34rem;
    font-weight: 500;
}

.btn-full {
    height: 0.8rem;
    font-size: 0.32rem;
    width: 100%;
    font-weight: 500;
}
.icon-badge {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-label-badge.png')
        no-repeat 0 0;
    background-size: contain;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.08rem;
    height: 0.24rem;
    width: 0.5rem;
    padding-right: 0.2rem;
    z-index: 999;
}

.poi-stars {
    display: inline-block;
}

.icon-star-orange {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-30-full.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
}

.icon-dp-star-full {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-star-full.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.02rem;
}

.icon-star-grey {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-30-empty.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.02rem;
}

.icon-dp-star-empty {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-star-empty.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.02rem;
}

.icon-star-orange-half {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-30-half.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
}

.icon-dp-star-half {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-star-half.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
}

.icon-phone-green {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-phone-48-normal.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.48rem;
    height: 1.9em;
}

.icon-phone-dp {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-tel.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.48rem;
    height: 1.9rem;
}

.icon-phone-grey {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-phone-48-disable.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.48rem;
    height: 1.9em;
}

.icon-phone-green:active {
    background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-phone-48-onpress.png');
}

.icon-arrow-right {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-arrow-right.png')
        no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 0.23rem;
    height: 0.26rem;
    vertical-align: middle;
}

.icon-star-orange-24-full {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-full.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-empty {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-empty.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.02rem;
}

.icon-star-orange-24-9 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-9.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-8 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-8.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-7 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-7.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-6 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-6.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-5 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-5.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-4 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-4.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-3 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-3.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-2 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-2.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

.icon-star-orange-24-1 {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-star-24-1.png')
        no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
}

html {
    font-size: 312.5%;
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #333;
    background-color: #f0f0f0;
    min-height: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
    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;
}

.page {
    font-size: 0.28rem;
}

.card {
    background: #fff;
    padding: 0.24rem;
    padding-bottom: 0;
    margin-bottom: 0.2rem;
}

.card .card-body {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    display: block;
    padding-bottom: 0.24rem;
}

.card:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.text-orange {
    color: #fa7251;
}

.text-grey {
    color: #999;
}

.text-default {
    color: #666;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

body {
    background: #fff
}

body.init-state {
    background: #464659;
}
.page {
    font-size: 0.28rem;
}

.img-captcha {
    height: 0.8rem;
}

.icon-exclaim {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-redbag-deal-28-info.png')
        no-repeat center;
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
    background-size: contain;
}

.dp-icon-exclaim {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-checkbox-info.png')
        no-repeat center;
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
    background-size: contain;
}

.content-container {
    height: 8rem;
    padding-top: 0.48rem;
    background: #464659;
    background-size: contain;
}

.redpackage-bubble-container {
    width: 5rem;
    margin: 0 auto;
    overflow: hidden;
}

.redpackage-bubble-container .redpackage-avatar-container {
    padding-top: 0.05rem;
}

.redpackage-bubble-container .redpackage-avatar-container .redpackage-avatar {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 0.32rem;
}

.redpackage-bubble-container .redpackage-bubble {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-redbag-deal-bubble.png')
            no-repeat;
    height: 1rem;
    margin-left: 0.75rem;
    overflow: hidden;
    padding: 0.24rem 0 0 0.15rem;
    background-size: contain;
}

.redpackage-bubble-container .redpackage-bubble .redpackage-bubble-text-success {
    color: #b7b7b7;
    padding-left: 0.4rem;
}

.redpackage-bubble-container .redpackage-bubble .redpackage-bubble-text-title {
    color: #fc3;
    padding-left: 0.4rem;
    margin-top: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redpackage-main-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.6rem;
    width: 6.5rem;
    margin: 0 auto;
}

.redpackage-main-container .redpackage-poi-name {
    position: absolute;
    font-size: 0.18rem;
    color: #cc9;
    bottom: 1.85rem;
    width: 2rem;
    text-align: center;
    transform: rotate(-90deg);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redpackage-main-container .redpackage-poi-avatar {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.45rem;
    left: 1.4rem;
    top: 1.5rem;
}

.redpackage-main-container .redpackage-money-container {
    position: absolute;
    color: #fc6;
    left: 2.5rem;
    top: 1.6rem;
    width: 3.5rem;
    text-align: center;
}

.redpackage-main-container .redpackage-money-container .redpackage-money-number {
    font-size: 0.88rem;
}

.redpackage-main-container .redpackage-money-container .redpackage-money-unit {
    font-size: 0.32rem;
}

.redpackage-main-container .redpackage-expire {
    position: absolute;
    font-size: 0.24rem;
    color: #ab1b1b;
    right: 1.3rem;
    bottom: 0.95rem;
}

.redpackage-main-container .redpackage-expire .redpackage-expire-time {
    margin-left: 0.1rem;
}

.redpackage-main-container .redpackage-redbag {
    height: 2.6rem;
    width: 5rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-redbag-deal-redbag.png')
            no-repeat center;
    background-size: contain;
}

.redpackage-main-container .redpackage-redbag-error {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/redpackage-receive-error.png')
            no-repeat center;
    background-size: contain;
}

.redpackage-main-container .img-stargold {
    position: absolute;
    top: 0;
    right: 0.08rem;
    bottom: 0;
    width: 6rem;
}

.redpackage-success-link {
    font-size: 0.24rem;
    color: #fc3;
    margin-top: 0.2rem;
    margin-bottom: 0.36rem;
}

.input-phone-container {
    margin: 0.8rem 0 0.3rem 0;
}

.input-phone-container .input-round {
    font-size: 0.34rem;
    border-radius: 0.4rem;
    outline: none;
    padding: 0.14rem 0.65rem;
    width: 3rem;
    border: none;
}

.footer-container {
    background: #fff;
    min-height: 5rem;
}

.footer-container .footer-content {
    position: relative;
    background: #fff;
    padding: 0.17rem 0.24rem 1rem 0.24rem;
}

.footer-container .footer-content .footer-friends-tip {
    font-size: 0.24rem;
    color: #999;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0.25rem;
}

.footer-container .footer-content .footer-friends-tip .footer-friends-tip-renderer {
    background: #fff;
    padding: 0 0.3rem;
}

.footer-container .footer-content .comment-top-line {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
}

.footer-container .footer-content .comment-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.2rem;
}

.footer-container .footer-content .comment-item .friends-avatar {
    width: 0.72rem;
    height: 0.72rem;
    float: left;
}

.footer-container .footer-content .comment-item .friends-money {
    font-size: 0.36rem;
    color: #f63;
    padding-top: 0.2rem;
}

.footer-container .footer-content .comment-item .friends-header {
    overflow: hidden;
    padding-left: 0.2rem;
}

.footer-container .footer-content .comment-item .friends-header .friends-name {
    vertical-align: middle;
    display: inline-block;
    max-width: 2.5rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-container .footer-content .comment-item .friends-header .comment-time {
    font-size: 0.24rem;
    color: #999;
    padding-left: 0.1rem;
    vertical-align: middle;
}

.footer-container .footer-content .comment-item .friends-header .commen-content {
    font-size: 0.24rem;
    margin-top: 0.16rem;
}

.simulate-oval-container {
    height: 0.125rem;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
}

.simulate-oval-container .simulate-oval-gap {
    display: inline-block;
    height: 0.125rem;
    width: 0.125rem;
}

.simulate-oval-container .simulate-oval-gap:first-child {
    width: 0.0625rem;
}

.simulate-oval-container .simulate-oval {
    width: 0.25rem;
    height: 0.125rem;
    display: inline-block;
    background: #464659;
    border-radius: 0 0 0.125rem 0.125rem;
}

.redpackage-help {
    color: #32b9aa;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2rem 0 0.4rem 0;
    background: #fff;
    box-shadow: 0 -0.4rem 0.7rem #fff;
}

.dp-redpackage-help {
    color: #ff6633;
}

.btn-img {
    font-size: 0.36rem;
    color: #c30;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 5rem;
    height: 0.8rem;
    margin-bottom: 0.15rem;
    padding-bottom: 0.1rem;
    border: none;
    outline: none;
}

.btn-gold-img {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-redbag-deal-btn-normal.png')
        no-repeat center;
    background-size: contain;
}

.btn-gold-img:active {
    background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-redbag-deal-btn-onpress.png');
}

.btn-gold-img.disabled, .btn-grey-img {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/bg-redbag-deal-btn-disable.png')
        no-repeat center;
    color: #fff;
    background-size: contain;
}

.popup-dialog-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.popup-dialog-mask .popup-dialog-container {
    padding: 0.6rem 0.4rem;
    background: #f0f0f0;
    width: 5rem;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 0.1rem;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-title {
    font-size: 0.36rem;
    font-weight: 500;
    text-align: center;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-subtitle {
    font-size: 0.26rem;
    margin-top: 0.2rem;
    text-align: center;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-body {
    margin-top: 0.3rem;
    overflow: hidden;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-body .popup-phone-input {
    width: 1.9rem;
    height: 0.8rem;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 0.08rem;
    margin-right: 0.2rem;
    outline: none;
    padding: 0 0.2rem;
    float: left;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-body .captcha-container {
    padding-bottom: 0.2rem;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-body .captcha-container .captcha-text {
    margin-bottom: 0.1rem;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-body .btn-get-code {
    width: 2.4rem;
    float: left;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer {
    margin-top: 0.2rem;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .btn-send-code {
    width: 100%;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .term-container {
    margin-top: 0.3rem;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .term-container a {
    color: #333;
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .simulate-check {
    width: 0.3rem;
    display: inline-block;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-uikit-checkbox-normal.png')
                    no-repeat center;
    background-size: contain
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .simulate-check.checked {
    background-image: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-uikit-checkbox-checkin.png');
}

.popup-dialog-mask .popup-dialog-container .popup-dialog-footer .dp-simulate-check {
    width: 0.3rem;
    display: inline-block;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-dp-checkbox-checkin.png')
                    no-repeat center;
    background-size: contain;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog {
    font-size: 0;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    border: none;
    border-radius: 0.08rem;
    outline: none;
    text-align: center;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog span {
    font-size: 0.32rem;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog.btn-disabled {
    color: #fff;
    background: #d2d2d2;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog.btn-green {
    color: #fff;
    background: #33c1af;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog.btn-green:active {
    background: #1e8073;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog.dp-btn-color {
    color: #fff;
    background-color: #ff6633;
}

.popup-dialog-mask .popup-dialog-container .btn-dialog.dp-btn-color:active {
    background-color: #ff6633;
}

.share-text {
    font-size: 0.32rem;
    color: #fc3;
    line-height: 1.37;
}

.share-mask {
    position: fixed;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
}

.share-text-bottom {
    margin-top: 0.8rem;
}

.img-radial {
    width: 100%;
}

.img-redbag {
    width: 3rem;
    height: 3.57rem;
}

.arrow-share {
    background: url('//s3plus.meituan.net/v1/mss_20cf2cb609bf414daf70e3738dd9eeab/meituan-web-img/promotion/ic-arrow-share.png')
        no-repeat;
    position: absolute;
    width: 0.7rem;
    height: 1rem;
    right: -0.7rem;
    top: -1rem;
    background-size: contain;
}

.redpackage-share-container {
    width: 5rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    position: relative;
}

.redpackage-positioner {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.redpackage-positioner .redpackage-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    margin-left: -2rem;
    margin-top: -1.6rem;
    text-align: center;
}