﻿@charset "UTF-8";
#mask, .mask, .block_home_slider, .pro-opt-box, .order-box, .fast-step-mess, .myaccount-box, .my-order-pro-list .content, .other-user-name {
  margin-left: auto;
  margin-right: auto; }

.index-menu li, .pro-mess-select .pro-data-select .s-l, .pro-mess-select .pro-data-select .s-r, .pro-meal-l, .pro-meal-r, .pro-buy-box span.pro-prize-btn .fl-prize, .pro-buy-box span.pro-prize-btn .pro-ok-color, #star_box, #star_box .star li {
  float: left; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */ }

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 0.875em;
  /* 0 */
  line-height: 1.5;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
    font-size: 14px;
  /* 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,
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.
 * 3. Correct `inline-block` display in IE 6/7.
 */
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
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c; }
  a:active, a:hover {
    outline: 0;
    /* 2 */ }
  a:hover {
    color: #006699; }

/* 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 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */ }

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */ }

/**
 * 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; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

/* h1 {
  font-size:$baseFontSize * 1.5;
}
h2 {
  font-size:$baseFontSize * 1.3;
}
h3 {
  font-size:$baseFontSize * 1.17;
}
h4 { 
  font-size:$baseFontSize;
}
h5,h6 {
  font-size:$baseFontSize * 0.85;
  text-transform:uppercase;
} */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8e8e8e; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8e8e8e; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8e8e8e; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8e8e; }

html {
  font-family: "Microsoft Yahei", STHeiTi;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

body {
  padding: 0;
  color: #666; }

i, cite, em, var, address, dfn {
  font-style: normal; }

input, textarea, button {
  padding: 0;
  outline: none;
  resize: none;
  font-family: "Microsoft Yahei";
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

a, a:hover {
  color: #666; }

.dn {
  display: none; }

.show {
  display: block; }

.wrap {
  padding-bottom: 66px; }

.red {
  color: #cc3300; }

.gray {
  color: #8e8e8e; }

.gray_a {
  color: #aaa; }

.malr {
  margin: 0 10px; }

.plr15 {
  padding-left: 15px;
  padding-right: 15px; }

.green {
  color: #48bc79; }

.mt20 {
  margin-top: 20px; }

.pl30 {
  padding-left: 30px; }

.input-txt, .index-brand-name .brand-more, .proInfo_con, .meal-all-prize .del-prize, .comment-top .comm-time em, .pro-txt-content, .pro-buy-box span.pro-prize-btn .pro-ok-color, .order-other-mess ul.order-other-ul.order-other-info li .default-on, .order-other-mess ul.order-other-ul.order-other-info li .favo, .order-other-mess ul.order-other-ul.order-other-info li .point-em {
  font-size: 0.3rem; }

.bespeak-info li .bespeak-txt, .delt-pro a, .order-info-num a, .order-info-num em, .order-number-bar.order-number-bar_sf {
  font-size: 0.325rem; }

.index-pro-ad .index-av-txt, .index-brand-name .name-left, .bespeak-title a, .list-sider-menu li, .menu-more dt, .search-sort a, .search-sort .search-txt, .brank-list li p, .meal-title-box .meal-title, .comment-top .comm-time, .common-title-bar .comm-more, .pro-peijing, .order-mess-box, .order-pay-way p, .order-show-address.order-log div.span-ar, .order-pay-two-way, .order-other-mess ul.order-other-ul.order-other-info, .myaccount-list li, .ul-operate li {
  font-size: 0.35rem; }

.car-add-opt-button, .order-edit dt, .city-more-box dt, .city-more-box dd {
  font-size: 0.375rem; }

.index-shop span, .top-bar .top-text, .top-bar .top-edit, .top-select label input[type="submit"], .meal-title-box, .meal-all-prize .yes-prize, .meal-all-prize .buy-allmeal, .common-title-bar, .pro-meal-more, .pro-buy-box span, .pop-add-car, .pop-sure-opt, .pop-del-txt, .pop-suc-txt, .car-free-pos, .car-on-pro, .car-select-dushu em, .pro-opt-top, .pro-opt-edit, .pro-all-prize, .go-payMent, .order-show-address.order-log div, .order-show-address.drop-top-box, .order-info-num, .order-t-p, .fast-num, .star-txt, .order-number-bar, .my-order-pro-list .btn-cursor, .loginRet-btn, .entity-content ul li, .entity-list-box h3, .entity-map {
  font-size: 0.4rem; }

.search-sort a em, .pro-ul-li li .li-closed, .pro-mess-select .pro-name, .pro-buy-box span.pro-prize-btn .fl-prize, .closed, .myaccount-list li .a-fr, .news-title h3 ,.keyword-title h3{
  font-size: 0.45rem; }

.icon-car-yes, .top-bar .go-back, .top-bar .top-list, .meal-title-box, .pro-meal-list .pro_add, .order-addr-go {
  font-size: 0.5rem; }

.fl, .index-pro-ad-list li, .index-brand-list li, .bespeak-info li, .footer-menu li, .bespeak-icon {
  float: left; }

.fr, .bespeak-info li .bespeak-txt {
  float: right; }

.ovh, .pro-list li .pro-title a, .pro-ul-li li p a, .index-menu li.last, .brank-list li.last, .pay-method li.last, .sh-submit, .logo, .index-menu, .index-pro-ad-list, .index-brand-list, .bespeak-info, .pro-list, .block_home_slider .flicking_con li, .flexslider, .car-pro-delt, .pay-zhifubao, .pay-weixin, .login-qq, .login-zhi, .list-content, .pro-mess-select .pro-data-select, .pro-meal, .comment-top, .common-title-bar, .pro-buy-box span.pro-prize-btn .pro-ok-color, .order-edit dd, .pro-order-money-data li, #star_box .star li a, .my-order-pro-list .content {
  overflow: hidden; }

.fwb, .index-shop span, .block_home_slider .caption p.title, .top-bar .go-back, .top-bar .top-list, .pro-meal-list .pro_add, .order-edit dt, .order-t-p {
  font-weight: bold; }

.star-count, .comm-star, #star_box .star, #star_box .current-rating {
  background: url(/images/star.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100px auto;
  -moz-background-size: 100px auto;
  -o-background-size: 100px auto;
  background-size: 100px auto; }

.pro-list li .pro-title a, .pro-ul-li li p a {
  white-space: nowrap;
  text-overflow: ellipsis; }

.vam, .index-brand-name .brand-more em, .safe-icn, .icn-no-pro, .pay-zhifubao, .pay-weixin, .icn-addr, .icn-account, .icn-user-name, .icn-user-pwd, .icn-user-pwd-yes, .login-qq, .login-zhi, .top-direction, #pullDown .pullDownIcon, .pro-radius {
  vertical-align: middle; }

.index-menu li.last, .brank-list li.last, .pay-method li.last, .logo, .index-brand-name .brand-more em, .bespeak-title a, .index-shop span, .index-shop-list a, .pro-list li, .pro-list li .pro-new, .pro-list li.last, .block_home_slider .flicking_con ul, .block_home_slider .flicking_con li, .index-menu-icon, .bespeak-icon, .footer-menu-icon, .top-shop-car, .safe-icn, .icn-no-pro, .car-pro-delt, .pay-zhifubao, .pay-weixin, .icn-addr, .icn-account, .icn-user-name, .icn-user-pwd, .icn-user-pwd-yes, .login-qq, .login-zhi, .top-direction, .icon-car-yes, .icon-car-yes em, .menu-more dd, .top-bar .go-back, .top-bar .top-shop-car, .top-select label, .search-sort a em, #pullUp .pullDownLabel, #pullUp .pullUpLabel, #pullDown .pullDownLabel, #pullDown .pullUpLabel, .brank-list li, .pro-ul-li li .li-closed, .pro-ul-li li .add-car-pro, #pullDown .pullDownIcon, .pro-mess-select .pro-data-select .s-r span, .pro-mess-select .pro-data-select .select-data-m span, .pro-meal-list .pro_add, .pro-meal-list .pro-mp, .comment-list li .com-img dd, .pro-meal-more em, .pop-select-list li .span a, .car-add-opt-button, .pay-method li, .order-show-box.drop-show-box .order-pay-two-way, .order-edit dd label, .order-edit dd span, .order-info-num a, .order-pay-two-way .check-em .check-b, .order-check, .sub-b, .img-upload li, .my-infomation .my-user, .my-order-pro-list .btn-cursor, .my-order-pro-list .content ul li, .ygd-name-box .flex-1 a, .ul-operate li .verify, .other-user-name span, .news-list li em, .news-list.news-list-all li i, .news-title .news-from p, .entity-select-city li, .city-more-box li {
  display: inline-block; }

.tac, .index-menu li, .index-pro-ad-list li, .index-brand-name .brand-more em, .index-brand-list li, .bespeak-title, .pro-list li .pro-img, .footer-menu li, .block_home_slider, .block_home_slider .flicking_con, .num, .icon-car-yes, .list-sider-menu li a, .menu-more dt.last-see-more, .top-bar .go-back, .top-bar .top-text, .top-bar .top-list, .top-select.news-search, .search-sort a, .search-sort .search-txt, .pro-select-btn, #pullUp, #pullDown, #pullUp .pullDownLabel, #pullUp .pullUpLabel, #pullDown .pullDownLabel, #pullDown .pullUpLabel, .brank-list li, .pro-ul-li, .pro-ul-li li .li-closed, .proInfo_con, .pro-safe li, .pro-meal-list .pro-mp .img, .meal-all-prize .buy-allmeal, .pro-meal-more, .pro-buy-box span, .pop-add-car, .closed, .pop-sure-opt, .pop-del-txt, .del-reset, .del-submit, .pop-pointe-suc, .pop-suc-txt, .car-free-pos, .car-on-pro, .pro-checkbox, .car-pro-img, .delt-pro a, .car-minus, .car-add, .car-text, .pro-pot-tab th, .tab-input, .pro-opt-top, .pro-opt-edit, .car-add-opt-button, .pay-method-box, .pro-all-prize, .go-payMent, .order-show-box.drop-show-box, .order-edit dd label, .order-addr-go, .order-addr-icn, .order-pay-two-way, .order-p, .p-r, .sub-b, .img-upload li, .myorder-go-pay, .my-order-pro-list .btn-cursor, .loginRet-btn, .entity-content ul li, .map-nav, .to-spacing {
  text-align: center; }

.wrap, .img-width {
  width: 16rem;
  min-width: 8rem; }

#mask, .mask {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.prel, .search, .search .label, .index-pro-ad, .index-shop, .pro-list, .pro-list li, .footer-menu li, .block_home_slider, .block_home_slider .slide, .flexslider, .footer-menu-icon.footer-menu4, .top-shop-car, .icn-no-pro, .icon-car-yes em, .list-sider-menu li a, .top-bar, .top-select label, .pro-ul-li li, .pro-list-box, .pro-mess-select .pro-data-select .s-r, .meal-title-box, .pro-meal-more em, .pro-para-bg1, .pro-para-bg2, .pro-buy-box span.pro-prize-btn, .pop-content, .car-pro-list.record-bd, .pro-checkbox, .pro-peijing, .car-pro-last, .car-add-num, .car-select-dushu, .order-pay-two-way, .order-other-mess ul.order-other-ul li, #star_box, #star_box .star, .myaccount-list li, .order-number-bar, .my-order-pro-list, .ul-operate li, .other-user-name span, .news-list li {
  position: relative; }

.sh-submit, .logo, .index-pro-ad .index-av-txt, .index-shop span, .pro-list li .pro-new, .pro-list li .pro-new p, .block_home_slider .caption, .block_home_slider .flex-direction-nav a, .block_home_slider .flicking_con, .num, .icn-user-name, .icn-user-pwd, .icn-user-pwd-yes, .list-sider-menu li a em, .top-bar .go-back, .top-bar .top-list, .top-bar .top-shop-car, .top-bar .top-edit, .pro-ul-li li .li-closed, #wrapper, .proInfo_con, .pro-mess-select .pro-data-select .s-r .em, .meal-title-box .meal-title, .pro-para-bg1 .text, .pro-para-bg2 .text, .pro-buy-box span.pro-prize-btn .fr-mess, .pop-add-car, .closed, .pro-checkbox label, .pro-checkbox label:after, .pro-peijing .car-pro-delt, .delt-pro, .car-pro-last .car-pro-delt, .car-minus, .car-add, .car-select-dushu em, .order-pay-two-way .check-em, .order-pay-two-way .check-em .check-b, .point-em, .order-other-mess ul.order-other-ul.order-other-info li .default-on, .order-other-mess ul.order-other-ul.order-other-info li .favo, .order-other-mess ul.order-other-ul.order-other-info li .point-em, .p-r, .order-check:after, .order-check-bg, .order-check label, #star_box .star li a, #star_box .current-rating, .myaccount-list li .a-fr, .myaccount-list li .a-mess-point, .order-number-bar .red, .myorder-go-pay, .my-order-pro-list .btn-cursor, .ul-operate li .icn-account, .ul-operate li .verify, .news-list li em, .top-direction {
  position: absolute; }

.index-pro-ad .index-av-txt em {
  color: #b81c2b; }

.index-brand-name .brand-more em, .bespeak-title a, .index-shop span, .pro-list li .pro-new p, .footer-txt, .block_home_slider .caption p.title, .num, .top-bar .go-back, .top-bar .top-text, .top-bar .top-list, .top-bar .top-edit, .top-select label input[type="submit"], #pullUp .pullDownLabel, #pullUp .pullUpLabel, #pullDown .pullDownLabel, #pullDown .pullUpLabel, .pro-ul-li li p, .pro-ul-li li p a, .pro-ul-li li .add-car-pro, .proInfo_con, .pro-buy-box span, .pro-buy-box span.pro-prize-btn a, .pop-add-car a, .pop-sure-opt a, .del-submit, .delt-pro a, .pro-opt-top, .pro-opt-edit, .pro-opt-edit a, .pro-all-prize, .go-payMent, .go-payMent a, .sub-b, .my-infomation .my-user, .ul-operate li .verify, .loginRet-btn, .map-nav, .to-spacing {
  color: #fff; }

.index-pro-ad-list {
  border: none; }

.index-menu li.last, .brank-list li.last, .pay-method li.last {
  width: 100%;
  height: 0;
  line-height: auto; }

/*带时间戳的图片,pc和移动端 ,$imgUrl必须带文件夹和文件名字符串,例"icon/pig.png"*/
/*base64位的图片,pc和移动端 ,$imgUrl必须带文件夹和文件名字符串,例"icon/pig.png"*/

.sh-submit {
  display: block;
  left: 7px;
  top: 5px;
  border: none;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.input-txt {
  background: #fff; }

.index-menu {
  background: #fff;
  padding: 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .index-menu li {
    margin-right: 1px;
    margin-bottom: 1px;
    width: 24.8%;
    height: 70px;
    background: #eee; }
    .index-menu li a {
      display: block; }
    .index-menu li.no-m {
      margin-right: 0; }
    .index-menu li .index-txt {
      height: auto;
      line-height: 20px; }

.index-pro-ad {
  clear: both; }
  .index-pro-ad .index-av-txt {
    left: 10%;
    top: 20%; }
    .index-pro-ad .index-av-txt i {
      font-size: 0.8rem; }
    .index-pro-ad .index-av-txt em {
      font-size: 1.2rem; }

.index-pro-ad-list li {
  width: 50%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .index-pro-ad-list li.last {
    border-right: none; }
  .index-pro-ad-list li .ad-txt {
    height: auto;
    line-height: 20px; }
  .index-pro-ad-list li img {
    width: 100%;
    height:auto; }

.border-name {
  border-top: #d6d6d6 solid 1px;
  border-bottom: #d6d6d6 solid 1px; }

.index-brand-name {
  height: 50px;
  line-height: 50px;
  border-left: 6px solid #b81c2b;
  padding: 0 8px;
  background: #fff; }
  .index-brand-name .brand-more {
    font-weight: normal; }
    .index-brand-name .brand-more em {
      margin: -2px 0 0 4px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      background: #b81c2b;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }

.index-brand-list {
  padding: 1px 0;
  background: #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .index-brand-list li {
    width: 33%;
    height: 65px;
    line-height: 65px;
    margin-right: 1px;
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .index-brand-list li a {
      display: block; }
    .index-brand-list li img {
      width: 100%;
      max-width:100%;
      height:auto; }

.bespeak-title {
  height: 56px;
  line-height: auto;
  background: #b81c2b; }
  .bespeak-title a {
    margin-top: 10px;
    padding: 8px 25px;
    background: #8f131f; }

.bespeak-info {
  border: #d3d2d2 solid 1px; }
  .bespeak-info li {
    width: 31%;
    padding: 5% 0 5% 2%;
    border-right: #d3d2d2 solid 1px; }
    .bespeak-info li.last {
      border-right: none; }
    .bespeak-info li .bespeak-txt {
      width: 68%;
      padding-right: 4px;
      height: auto;
      line-height: 18px; }
      .bespeak-info li .bespeak-txt em {
        display: block;
        font-size: 1rem; }

.index-shop {
  clear: both; }

.index-shop-list {
  padding: 5% 2%; }
  .index-shop-list.entity-shop-list {
    background: #f3f3f3; }
    .index-shop-list.entity-shop-list a {
      padding: 6px 15px; }
  .index-shop-list a {
    padding: 5px 4px; }

.index-groom {
  background: #eee; }
  .index-groom .pro-list li .pro-img {
    border: none; }

.pro-list {
    padding: 2rem 0;
  text-align: justify; }
  .pro-list li {
    padding: 0 8px 10px;
    word-spacing: -2px;
    width: 45%;
    float:left; }
     .pro-list li.empty 
     {
         min-height:500px;
    }
    .pro-list li .pro-img {
      display: block;
      background: #fff; }
      .pro-list li .pro-img a {
        display: block; }
        .pro-list li .pro-img a img {
          width: 100%;}
    .pro-list li .pro-title {
      padding: 8px 10px 0;
      height: auto;
      line-height: 18px; }
      .pro-list li .pro-title a {
        display: block; }
      .pro-list li .pro-title em {
        color: #b81c2b; }
    .pro-list li .pro-new {
      right: 10px;
      top: 0;
      width: 0;
      height: 0;
      border-color: #1db379 #1db379 transparent #1db379;
      border-style: solid;
      border-width: 29px 13px 9px 13px; }
      .pro-list li .pro-new p {
        width: 26px;
        left: -13px; }
        .pro-list li .pro-new p.big-fnt {
          top: -30px;
          -webkit-transform: scale(0.9);
          -o-transform: scale(0.9);
          -moz-transform: scale(0.9);
          transform: scale(0.9); }
        .pro-list li .pro-new p.small-fnt {
          top: -17px;
          left: -14px;
          text-transform: uppercase;
          -webkit-transform: scale(0.6);
          -o-transform: scale(0.6);
          -moz-transform: scale(0.6);
          transform: scale(0.6); }
    .pro-list li.last {
      width: 100%;
      height: 0;
      line-height: auto; }
  .pro-list.pro-list_optic li .pro-img {
    padding: 2% 0; }
    .pro-list.pro-list_optic li .pro-img img {
      width: 80%; }

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  z-index: 35; }

.footer-menu li {
  width: 20%; }
  .footer-menu li a {
    display: block;
    padding: 10px 0; }
  .footer-menu li.current {
    background: #b81c2b; }

.footer-txt {
  display: block;
  height: 20px;
  line-height: 20px; }

.block_home_slider {
  background: #ffffff;
  line-height: 0px;
  /*底部小图标*/ }
  .block_home_slider .caption {
    padding: 13px 16px 12px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left; }
    .block_home_slider .caption p {
      padding-bottom: 0px;
      font-size: 1.1rem;
      color: #dedede;
      line-height: 17px; }
      .block_home_slider .caption p.title {
        padding-bottom: 6px;
        font-size: 1.5rem;
        line-height: normal; }
  .block_home_slider .flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin-top: -27px;
    display: block;
    top: 50%;
    background: url(/images/sprite_arrow_2.png) no-repeat;
    text-indent: -9000px; }
    .block_home_slider .flex-direction-nav a.flex-prev {
      left: 6px;
      background-position: left top; }
      .block_home_slider .flex-direction-nav a.flex-prev:hover {
        background-position: left bottom; }
    .block_home_slider .flex-direction-nav a.flex-next {
      right: 6px;
      background-position: right top; }
      .block_home_slider .flex-direction-nav a.flex-next:hover {
        background-position: right bottom; }
  .block_home_slider .flicking_con {
    bottom: 4px;
    width: 100%; }
    .block_home_slider .flicking_con li {
      margin: 0px 2px 0;
      padding: 0px;
      width: 10px;
      height: 10px;
      text-indent: -9000px;
      background: #666;
      cursor: pointer;
      border-radius: 50%; }
      .block_home_slider .flicking_con li.on {
        background: #b81c2b; }

.block_home_post_feature {
  width: 300px; }
  .block_home_post_feature p {
    padding-bottom: 0px; }

.flexslider {
  height: 178px;
  line-height: auto; }
  .flexslider.pro-flexslider {
    height: 417px;
    line-height: auto; }
    .flexslider.pro-flexslider .slides img {
      height: 417px; }
  .flexslider .slides > li {
    border: none; }
    .flexslider .slides > li img {
      width: 100%; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.num {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #b81c2b;
  border: #fff solid 2px; }
  .num em {
    display: block;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }

.footer-menu-icon.footer-menu4 .num {
  right: -16px;
  top: -10px; }

@media screen and (max-width: 340px) {
  .search .label {
    width: 65%; }

  .index-menu li {
    width: 24.77%; }

  .bespeak-info li .bespeak-txt em {
    font-size: 0.9rem; }

  .pro-list li {
    width: 44%; }

  .flexslider {
    height: 136px;
    line-height: auto; }
    .flexslider.pro-flexslider {
      height: 318px;
      line-height: auto; }
      .flexslider.pro-flexslider .slides img {
        height: 318px; } }
@media screen and (min-width: 341px) and (max-width: 361px) {
  .search .label {
    width: 68%; }

  .flexslider {
    height: 155px;
    line-height: auto; }
    .flexslider.pro-flexslider {
      height: 362px;
      line-height: auto; }
      .flexslider.pro-flexslider .slides img {
        height: 362px; }

  .index-menu li {
    width: 24.7%; } }
@media screen and (min-width: 361px) and (max-width: 401px) {
  .flexslider {
    height: 165px;
    line-height: auto; }

  .index-menu li {
    width: 24.7%; } }
@media screen and (min-width: 640px) {
  .index-menu li {
    height: 205px;
    line-height: auto; }
    .index-menu li .index-txt {
      font-size: 20px; }

  .pro-list li {
    width: 22.4%; }

  .flexslider {
    height: 415px; }

  .index-brand-list li {
    width: 33.2%; }

  .bespeak-info li {
    padding: 2% 0 2% 2%; } }

.sh-submit {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .425rem;
  width:.4rem;
  font: 0;
  font: -3203px;
  background-position: 0rem -23.55rem;
   background-size: 1.925rem 25.325rem;}

.index-menu-icon.icon_1 
{
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -3.81176rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_2 
{
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -6.25882rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_3 
{
 background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -29.15294rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_4 
{
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -53.05882rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_5 
{
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -70.73529rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_6 {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -73.64706rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; }
.index-menu-icon.icon_7 
{
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -76.23529rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }
.index-menu-icon.icon_8 
{
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.23529rem;
  width: 2.23529rem;
  font: 0;
  font: -2504px;
  background-position: 0rem -78.79412rem;
  background-size: 7.67647rem 101.26471rem;
  margin: 8px 0 2px; 
  }

.bespeak-icon.bepseak1 {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 1.94118rem;
  width: 1.82353rem;
  font: 0;
  font: -2767px;
  background-position: 0rem -81.38235rem;
  background-size: 7.67647rem 101.26471rem; }
.bespeak-icon.bepseak2 {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 1.94118rem;
  width: 1.88235rem;
  font: 0;
  font: -2844px;
  background-position: 0rem -83.64706rem;
  background-size: 7.67647rem 101.26471rem; }
.bespeak-icon.bepseak3 {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 1.94118rem;
  width: 1.88235rem;
  font: 0;
  font: -309px;
  background-position: 0rem -9.08824rem;
  background-size: 7.67647rem 101.26471rem; }

.footer-menu-icon.footer-menu1 {
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 2.05882rem;
  width: 2rem;
  font: 0;
  font: -219px;
  background-position: 0rem -6.44118rem;
  background-size: 2.5rem 10.76471rem; }
.footer-menu-icon.footer-menu2 {
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 1.82353rem;
  width: 2rem;
  font: 0;
  font: -146px;
  background-position: 0rem -4.29412rem;
  background-size: 2.5rem 10.76471rem;
  margin-bottom: 3px; }
.footer-menu-icon.footer-menu3 {
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 1.82353rem;
  width: 2.52941rem;
  font: 0;
  font: -73px;
  background-position: 0rem -2.14706rem;
  background-size: 2.5rem 10.76471rem;
  margin-bottom: 3px; }
.footer-menu-icon.footer-menu4 {
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 1.82353rem;
  width: 2.11765rem;
  font: 0;
  font: 0;
  background-position: 0rem 0rem;
  background-size: 2.5rem 10.76471rem;
  margin-bottom: 3px; }
.footer-menu-icon.footer-menu5 {
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 2.05882rem;
  width: 1.82353rem;
  font: 0;
  font: -300px;
  background-position: 0rem -8.82353rem;
  background-size: 2.5rem 10.76471rem; }

.top-shop-car {
  margin-top: 3px;
  background: url('/images/menuicn-s2fdf4f872d.png') no-repeat;
  height: 1.82353rem;
  width: 2.11765rem;
  font: 0;
  font: 0;
  background-position: 0rem 0rem;
  background-size: 2.5rem 10.76471rem; }
  .top-shop-car .num {
    width: 13px;
    height: 13px;
    line-height: 13px; }

.safe-icn {
  margin-right: 3px; }
  .safe-icn.safe1 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: 1.82353rem;
    width: 1.82353rem;
    font: 0;
    font: -3384px;
    background-position: 0rem -99.52941rem;
    background-size: 7.67647rem 101.26471rem; }
  .safe-icn.safe2 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: 1.94118rem;
    width: 1.88235rem;
    font: 0;
    font: -55px;
    background-position: 0rem -1.61765rem;
    background-size: 7.67647rem 101.26471rem; }
  .safe-icn.safe3 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: 2rem;
    width: 1.94118rem;
    font: 0;
    font: -3123px;
    background-position: 0rem -91.85294rem;
    background-size: 7.67647rem 101.26471rem; }
  .safe-icn.safe4 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: 1.88235rem;
    width: 2.05882rem;
    font: 0;
    font: -3309px;
    background-position: 0rem -97.32353rem;
    background-size: 7.67647rem 101.26471rem; }

.star-count, .comm-star, #star_box .star, #star_box .current-rating {
  background: url(/images/star.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100px auto;
  -moz-background-size: 100px auto;
  -o-background-size: 100px auto;
  background-size: 100px auto; }

.comm-star {
  background-color: #fff;
  background-position: 0 -17px; }

.icn-no-pro {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
      height: .5rem;
    width: .55rem;
  font: 0;
  font: -386px;
      background-position: 0rem -2.825rem;
    background-size: 1.92rem 25.325rem;
    top: -3px; }

.car-pro-delt {
  width: 22px;
  height: 22px;
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  background-position: 0 0;
  -webkit-background-size: 120px auto;
  -moz-background-size: 120px auto;
  -o-background-size: 120px auto;
  background-size: 120px auto;
  text-indent: -9999px; }

.pay-zhifubao {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 5.94118rem;
  width: 7.70588rem;
  font: 0;
  font: -710px;
  background-position: 0rem -20.88235rem;
  background-size: 7.67647rem 101.26471rem;
  text-indent: -9999px; }

.pay-weixin {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 6.82353rem;
  width: 6.23529rem;
  font: 0;
  font: -466px;
  background-position: 0rem -13.70588rem;
  background-size: 7.67647rem 101.26471rem;
  text-indent: -9999px; }

.icn-addr {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.29412rem;
  width: 1.52941rem;
  font: 0;
  font: -1645px;
  background-position: 0rem -48.38235rem;
  background-size: 7.67647rem 101.26471rem; }

.icn-account {
  margin: 0 15px 0 20px; }
  .icn-account.icn-a-it1 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .425rem;
    font: 0;
    font: -923px;
    background-position: 0rem -6.775rem;
    background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it2 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .5rem;
    font: 0;
    font: -1071px;
    background-position: 0rem -7.875rem;
    background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it3 {
    margin: 0 21px;
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .35rem;
    font: 0;
    font: -1146px;
    background-position: 0rem -8.425rem;
   background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it4 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .45rem;
    font: 0;
    font: -1221px;
    background-position: 0rem -9rem;
   background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it5 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .35rem;
    font: 0;
    font: -1296px;
    background-position: 0rem -9.5rem;
   background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it6 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .25rem;
    font: 0;
    font: -1371px;
    background-position: 0rem -10.075rem;
    background-size: 1.925rem 25.325rem; }
  .icn-account.icn-a-it7 {
    background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
    height: .475rem;
    width: .275rem;
    font: 0;
    font: -1446px;
    background-position: 0rem -10.625rem;
    background-size: 1.925rem 25.325rem; }

.icn-user-name {
     left: .4rem;
    top: .4rem;
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
     height: .425rem;
    width: .325rem;
  font: 0;
  font: -1734px;
      background-position: 0rem -12.75rem;
    background-size: 1.925rem 25.325rem; }

.icn-user-pwd {
      left: .4rem;
    top: .4rem;
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
      height: .425rem;
    width: .325rem;
  font: 0;
  font: -1296px;
     background-position: 0rem -9.525rem;
    background-size: 1.925rem 25.325rem; }

.icn-user-pwd-yes {
  left: 14px;
  top: 18px;
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 1.70588rem;
  width: 1.64706rem;
  font: 0;
  font: -1521px;
  background-position: 0rem -44.73529rem;
  background-size: 7.67647rem 101.26471rem; }

.login-qq {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
     height: 1.5rem;
    width: 1.5rem;
  font: 0;
  font: -1892px;
    background-position: 0rem -13.9rem;
    background-size: 1.925rem 25.325rem;
  text-indent: -9999px; }

.login-zhi {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
     height: 1.5rem;
    width: 1.5rem;
  font: 0;
  font: -2107px;
     background-position: 0rem -15.5rem;
    background-size: 1.925rem 25.325rem;
  text-indent: -9999px; }

.top-direction {
  background: url('/images/icon-s30a4ce6eb0.png') no-repeat;
  height: 2.11765rem;
  width: 1.23529rem;
  font: 0;
  font: -2322px;
  background-position: 0rem -68.29412rem;
  background-size: 7.67647rem 101.26471rem; }

.icon-car-yes {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: #fff  solid 2px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .icon-car-yes em {
    top: -5px;
    width: 18px;
    height: 10px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    -webkit-transform: rotate(132deg);
    -moz-transform: rotate(132deg);
    -o-transform: rotate(132deg);
    transform: rotate(132deg); }

@media screen and (min-width: 640px) {
  .index-menu-icon.icon_1 {
    margin: 77px 0 20px; }
  .index-menu-icon.icon_2 {
    margin: 75px 0 12px; }
  .index-menu-icon.icon_3 {
    margin: 82px 0 20px; }
  .index-menu-icon.icon_4 {
    margin: 77px 0 12px; }
  .index-menu-icon.icon_5 {
    margin: 47px 0 26px; }
  .index-menu-icon.icon_6 {
    margin: 54px 0 20px; }
  .index-menu-icon.icon_7 {
    margin: 55px 0 20px; }
  .index-menu-icon.icon_8 {
    margin: 65px 0 12px; }

  .bespeak-icon {
    margin-left: 16%; } }
.list-sider-bar {
  position: fixed;
  top: 2.5rem;
  width:3.95rem;
  background: #efefef;
  margin-bottom: -99999px;
  padding-bottom: 99999px; }
.list-sider-menu li{
    width: 3.95rem;

}
.list-frames {
  padding-left: 4rem;
  background: #fff;
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.list-content {
  background: #efefef;
  height: 100%; }

.list-sider-menu li {
  border: #ddd solid 1px;
  border-top: none; }
  .list-sider-menu li.current {
    background: #fff; }
  .list-sider-menu li a {
    display: block;
    padding: 28px 0;
    height: auto;
    line-height: 20px; }
    .list-sider-menu li a em {
      right: 2%; }

.menu-list-more {
  padding: 5%; }

.menu-more dt {
  display: block;
  padding-left: 3%;
  height: 30px;
  line-height: 30px;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .menu-more dt.last-see-more {
    margin-top: 30px;
    background: #c3c3c3;
}
  .menu-more dt.mt10 {
    margin-top: 10px; }
  .menu-more dt.last-see-more {
    margin-top: 30px;
    background: #c3c3c3; }
    .menu-more dt.last-see-more a {
      display: block; }
.menu-more dd {
  padding: 2% 3%;
  background: #fff; }

.top-bar .go-back, .top-bar .top-text, .top-select {
  height: 40px;
  line-height: 40px; }

.top-bar {
  height: 40px;
  line-height: auto;
  background: #333; }
  .top-bar.white-bg {
    background: #fff; }
    .top-bar.white-bg .go-back {
      color: #333; }
    .top-bar.white-bg .top-text {
      color: #333; }
    .top-bar.white-bg .top-edit {
      color: #333; }
  .top-bar .go-back {
    left: 0;
    top: 0;
    width: 40px; }
  .top-bar .top-list {
    right: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .top-bar .top-shop-car {
    right: 50px;
    top: 5px; }
    .top-bar .top-shop-car .num {
      top: -8px;
      right: -9px; }
  .top-bar .top-edit {
    right: 0;
    top: 0;
    padding: 0 5%;
    height: 40px;
    line-height: 40px; }

.top-select {
  padding-left: 14%; }
  .top-select.news-search {
    padding: 0; }
    .top-select.news-search label input[type="text"] {
      border: #d3d2d2 solid 1px;
      border-color: #333; }
    .top-select.news-search label input[type="submit"] {
      color: #666; }
  .top-select label {
    width: 100%; }
    .top-select label .sh-submit {
      left: 4px;
      top: 10px; }
    .top-select label input[type="text"] {
      width: 80%;
      border: none;
      height: 30px;
      line-height: 30px;
      padding-left: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .top-select label input[type="submit"] {
      height: 30px;
      line-height: 30px;
      padding: 0 4%;
      border: none;
      background: none; }

.search-sort {
  background: #f3f3f3;
  border-bottom: #ddd solid 1px;
  display: -webkit-box;
  display: -o-box;
  display: box; }
  .search-sort a {
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    display: block;
    padding: 10px 0;
    color: #343434; }
    .search-sort a.current {
      color: #b71e2b; }
      .search-sort a.current em {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .search-sort a em {
      width: 15px;
      height: 15px;
      line-height: 15px;
      padding-bottom: 5px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .search-sort .search-txt {
    padding: 3% 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1; }

.pro-list li .pro-img {
  border: #ddd solid 1px; }

.pro-select-btn {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  background: #1db27a;
  color: #fff;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .pro-select-btn:hover {
    color: #fff; }
  .pro-select-btn.pro-select-btn-had {
    background: #ccc; }

.select-more-list-box {
  position: fixed;
  top: 40px;
  width: 100%;
  background: #fff;
  padding: 2% 0;
  border-bottom: #d3d2d2 solid 1px;
  z-index: 10; }
  .select-more-list-box.commont-select-more-list {
    top: 4.8rem; }
  .select-more-list-box li {
    height: 35px;
    line-height: 35px; }
    .select-more-list-box li a {
      display: block;
      padding: 0 15%; }

#pullUp, #pullDown {
  padding: 5% 0; }
  #pullUp .pullDownLabel, #pullUp .pullUpLabel, #pullDown .pullDownLabel, #pullDown .pullUpLabel {
    width: 50px;
    height: 25px;
    line-height: 25px;
    background: #d1d1d1;
    border-radius: 5px; }

.brand-box {
  padding: 5%; }

.brank-list {
  text-align: justify; }
  .brank-list li 
  {
    
    height: 220px;
    line-height: auto;
    width: 49%;
    padding: 0 8px 10px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .brank-list li img {
      width: 100%;
      height: 185px; }
    .brank-list li p {
      height: 30px;
      line-height: 30px; }

.has-select-box {
  position: absolute;
  left: 0;
  top:40px;
 padding-bottom:40px;
  width: 50%;
  max-width: 300px;
  height:100%;
  background: #555;
  z-index: 5; 
  overflow-x:hidden;
  overflow-y:auto;
  }

.pro-ul-li {
  padding: 5%; }
  .pro-ul-li li {
    padding-bottom: 5%; }
    .pro-ul-li li .li-closed {
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      line-height: 28px;
      border: #e9e9e9 solid 1px;
      border-top: none;
      border-right: none; }
    .pro-ul-li li img {
      width: 100%; }
    .pro-ul-li li p {
      height: auto;
      line-height: 25px;
      text-align: left; }
      .pro-ul-li li p.pro-no-data {
        text-align: center;
        padding-top: 152px; }
      .pro-ul-li li p a {
        display: block; }
    .pro-ul-li li .add-car-pro {
      width: 80%;
      height: auto;
      line-height: 36px;
      border: #d3d2d2 solid 1px;
      border-color: #fff; }

.allmeal-box {
  padding: 5% 0 0;
  background: #f6f6f6; }
  .allmeal-box .car-pro-list {
    padding: 5%; }

.allmeal-list-box {
  padding: 5% 0 0; }

.pro-select-more-down {
  position: fixed;
  top: 42px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 51; }
  .pro-select-more-down li a {
    display: block;
    height: auto;
    line-height: 35px;
    padding: 0 10%; }
  .pro-select-more-down li.current a {
    color: #b81c2b; }

/**
*  下拉刷新、滚动翻页样式
*  SnoopyChen (ceo@vmeitime.com)
*  2013-04-26
*/
/*------------- S 默认必须样式  -------------*/
/**
 *
 * 下拉样式 Pull down styles
 *
 */
#wrapper {
  z-index: -1;
  top: 4rem;
  bottom: 1.2rem;
  width: 16rem;
  margin: 0 auto;
  /*background:#555;*/
  overflow-x: hidden; }

#pullDown .pullDownIcon {#wrapper
  width: 40px;
  height: 40px;
  background: url(/images/pull-icon@2x.png) 0 0 no-repeat;
  -webkit-background-size: 40px 80px;
  -moz-background-size: 40px 80px;
  -o-background-size: 40px 80px;
  background-size: 40px 80px;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: -webkit-transform; }

#pullDown .pullDownIcon {
  -webkit-transition-duration: rotate(0deg) translateZ(0);
  -moz-transition-duration: rotate(0deg) translateZ(0);
  -o-transition-duration: rotate(0deg) translateZ(0);
  transition-duration: rotate(0deg) translateZ(0); }

#pullDown.flip .pullDownIcon {
  -webkit-transition-duration: rotate(-180deg) translateZ(0);
  -moz-transition-duration: rotate(-180deg) translateZ(0);
  -o-transition-duration: rotate(-180deg) translateZ(0);
  transition-duration: rotate(-180deg) translateZ(0); }

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
  background-position: 0 100%;
  -webkit-transform: rotate(0deg) translateZ(0);
  -webkit-transition-duration: 0ms;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg) translateZ(0); }
  to {
    -webkit-transform: rotate(360deg) translateZ(0); } }
/*------------- E 默认必须样式  -------------*/
@media screen and (max-width: 321px) {
  .brank-list li img {
    height: 172px; }

  .list-sider-menu li a {
    padding: 24px 0; } }
.proInfo_con {
  right: 10%;
  bottom: 5%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #b2b2b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.pro-mess-select {
  border-top: #d3d2d2 solid 1px;
  border-bottom: #d3d2d2 solid 1px;
  border-width: 2px; }
  .pro-mess-select .pro-name {
    width: 90%;
    padding: 10px 0;
    margin: auto; }
    .pro-mess-select .pro-name .name {
      height: auto;
      line-height: 25px; }
    .pro-mess-select .pro-name .prize {
      color: #b81c2b; }
      .pro-mess-select .pro-name .prize .promotion{
      color: #999;
          font-size: 1.6rem;
       }
       .pro-mess-select .pro-name .prize .promotion .promotiontime{
      color: #fff;
      background-color:#af0000;
      padding:0px 10px;
      margin:0 10px;
       }
  .pro-mess-select .pro-data-select {
    padding: 15px 0;
    width: 90%;
    margin: auto;
    border-top: #f1f1f1 solid 1px; }
    .pro-mess-select .pro-data-select .s-l {
      width: 20%;
      height: auto;
      line-height: 25px; }
    .pro-mess-select .pro-data-select .s-r {
      width: 80%;
      height: auto;
      line-height: 25px;
      text-align: rigth; }
      .pro-mess-select .pro-data-select .s-r .em {
        right: 0;
        top: 5px; }
      .pro-mess-select .pro-data-select .s-r span {
        margin-right: 5px;
        padding: 0 10px; }
    .pro-mess-select .pro-data-select .select-data-m {
      clear: both; }
      .pro-mess-select .pro-data-select .select-data-m span {
        margin: 0 5px 5px 0;
        padding: 5px 10px;
        border: #d3d2d2 solid 1px;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .pro-mess-select .pro-data-select .select-data-m span.current {
          border: #b81c2b solid 2px;
          padding: 3px 8px; }
    .pro-mess-select .pro-data-select.pro-dushu .s-r a {
      border: none; }
      .pro-mess-select .pro-data-select.pro-dushu .s-r a:focus, .pro-mess-select .pro-data-select.pro-dushu .s-r a:hover {
        border: none;
        padding: 5px 10px; }

.pro-safe {
  border-bottom: #d3d2d2 solid 1px;
  border-width: 2px;
  background: #eee;
  padding: 18px 0; }
  .pro-safe ul {
    display: -webkit-box;
    display: -o-box;
    display: box; }
  .pro-safe li {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    height: auto;
    line-height: 22px; }
    .pro-safe li.last {
      padding: 0; }

@media screen and (max-width: 341px) {
  .pro-safe li {
    padding: 0 0 0 5px;
    font-size: 12px; } }
.pro-meal {
  padding: 10px; }

.pro-meal-l {
  width: 69%;
  border-right: #d3d2d2 solid 1px; }

.pro-meal-r {
  width: 30%; }

.meal-title-box {
  display: block;
  padding-bottom: 5%;
  height: 25px;
  line-height: 25px; }
  .meal-title-box .meal-title {
    right: 0;
    top: 0; }

.pro-meal-list {
  padding: 2% 0; }
  .pro-meal-list .pro_add {
    height: 114px;
    line-height: 110px;
    vertical-align: top; }
  .pro-meal-list .pro-mp {
    width: 106px; }
    .pro-meal-list .pro-mp .img {
      border: #d3d2d2 solid 1px; }
      .pro-meal-list .pro-mp .img img {
        width: 104px;
        height: 104px; }
    .pro-meal-list .pro-mp .prize {
      height: 30px;
      line-height: 30px; }

.meal-all-prize {
  padding: 8% 0 0 15%; }
  .meal-all-prize .del-prize {
    text-decoration: line-through; }
  .meal-all-prize .yes-prize em {
    color: #b81c2b; }
  .meal-all-prize .buy-allmeal {
    display: block;
    height: 28px;
    line-height: 28px;
    border: #d3d2d2 solid 1px;
    border-color: #333; }

.bg-bar {
  height: 20px;
  line-height: auto;
  border: #d3d2d2 solid 1px;
  background: #eee; }

.comment-box {
  padding: 5%; }

.comment-list li {
  padding: 5% 0;
  border-bottom: #d3d2d2 solid 1px; }
  .comment-list li .com-img dd {
    width: 100px;
    height: 100px;
    padding: 0 10px 0 0; }
    .comment-list li .com-img dd img {
      width: 100px;
      height: 100px; }

.comment-top .comm-star {
  width: 100px;
  height: 17px;
  line-height: auto; }
  .comment-top .comm-star .star-count {
    display: block;
    height: 17px;
    line-height: auto; }
.comment-top .comm-time {
  height: 20px;
  line-height: 20px; }
  .comment-top .comm-time em {
    padding-left: 5px;
    color: #aaa; }

.comment-txt {
  clear: both;
  display: block;
  padding-top: 2%;
  height: auto;
  line-height: 20px; }

.common-title-bar {
  padding: 0 0 4%;
  height: auto;
  line-height: 25px;
  border-bottom: #d3d2d2 solid 1px; }
  .common-title-bar .comm-more {
    height: 25px; }
  .common-title-bar.no-d {
    border-bottom: none; }

.pro-meal-more {
  height: 30px;
  line-height: 30px;
  padding: 5px 0 10px; }
  .pro-meal-more a {
    display: block;
    line-height: 30px; }
  .pro-meal-more em {
    top: 3px;
    padding: 0 5px;
    font-size: 1.8rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .pro-meal-more em.updown {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.pro-details {
  padding: 15px; }

.pro-details-list {
  padding: 5% 0; }
  .pro-details-list .common-title-bar {
    padding: 0 4%; }

.pro-parameter {
  padding: 10% 0; }

.pro-para-bg1 {
  width: 100%;
  height: 160px;
  line-height: auto;
  background: url(/images/yan-bg.jpg) no-repeat center top;
  -webkit-background-size: 94% auto;
  -moz-background-size: 94% auto;
  -o-background-size: 94% auto;
  background-size: 94% auto; }
  .pro-para-bg1 .text {
    display: block;
    height: auto;
    line-height: 25px; }
    .pro-para-bg1 .text em {
      color: #b81c2b; }
    .pro-para-bg1 .text.txt1 {
      left: 10%;
      top: -8px; }
    .pro-para-bg1 .text.txt2 {
      right: -10%;
      top: 55px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .pro-para-bg1 .text.txt3 {
      left: 50%;
      bottom: 28px;
      margin-left: -44px; }

.pro-para-bg2 {
  margin-top: 10%;
  height: 326px;
  line-height: auto;
  background: url(/images/yan-bg1.jpg) no-repeat center top;
  -webkit-background-size: 94% auto;
  -moz-background-size: 94% auto;
  -o-background-size: 94% auto;
  background-size: 94% auto; }
  .pro-para-bg2 .text {
    display: block;
    height: auto;
    line-height: 25px; }
    .pro-para-bg2 .text em {
      color: #b81c2b; }
    .pro-para-bg2 .text.txt1 {
      left: 50%;
      top: 50%;
      margin-left: -60px;
      margin-top: -60px; }
    .pro-para-bg2 .text.txt2 {
      right: -10%;
      top: 50%;
      margin-top: -50px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .pro-para-bg2 .text.txt3 {
      left: 50%;
      bottom: 6px;
      margin-left: -50px; }

.pro-data-tab {
  padding: 0 0 5%; }
  .pro-data-tab table {
    width: 100%;
    border-top: #d3d2d2 solid 1px;
    border-left: #d3d2d2 solid 1px; }
    .pro-data-tab table td {
      height: 40px;
      line-height: 40px;
      border-right: #d3d2d2 solid 1px;
      border-bottom: #d3d2d2 solid 1px;
      padding-left: 20px; }
      .pro-data-tab table td em {
        padding-left: 20px; }

.pro-txt-content {
  height: atuo;
  line-height: 20px;
  text-align: justify; }
  .pro-txt-content img {
    max-width: 100%; }

.pro-buy-box {
  width: 16rem;
  position: fixed;
  bottom: 0;
    margin: 0 auto;
  z-index: 20;
  height:2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box; }


  .pro-buy-box span {
    display: block;
    height: 40px;
    line-height: 40px; }
    .pro-buy-box span.pro-prize-btn {
       height:2rem;
         line-height:2rem;
         font-size:.7rem;
      -webkit-box-flex: 1.48;
      -moz-box-flex: 1.48;
      -o-box-flex: 1.48;
      box-flex: 1.48;
      background: #555; }
      .pro-buy-box span.pro-prize-btn a {
        display: block; }
      .pro-buy-box span.pro-prize-btn .fl-prize {
                 height:2rem;
         line-height:2rem;
         font-size:.7rem;
        width: 45%; }
      .pro-buy-box span.pro-prize-btn .fr-mess {
                 height:2rem;
         line-height:2rem;
         font-size:.7rem;
        width: 50%;
        right: 0;
        top: 0;
        text-align: left;
        padding: 2px 0 0; }
         .pro-buy-box span.pro-prize-btn .fr-mess.promotionorder {
        line-height: 16px;}
      .pro-buy-box span.pro-prize-btn .em {
        /*-webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);*/
        font-size: .7rem; }
        .pro-buy-box span.pro-prize-btn .em.font-c {
          color: #edb509; }
      .pro-buy-box span.pro-prize-btn .pro-ok-color {
        margin: 0 0 0 10px;
        width: 45%;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .pro-buy-box span.pro-prize-btn .pro-ok-prize {
        float: right;
        width: 50%; }
    .pro-buy-box span.pro-add-car {
             height:2rem;
         line-height:2rem;
         font-size:.7rem;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -o-box-flex: 1;
      box-flex: 1;
      background: #ff6600; }
      .pro-buy-box span.pro-add-car a {
        display: block;
        color: #fff; }
        .pro-buy-box span.pro-add-car a:hover {
          color: #fff; }

.pop-pro-list {
  padding-bottom: 10px;
  border-bottom: #ccc solid 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box; }
  .pop-pro-list .pro-img {
    display: block;
    max-width: 292px;
    border: #d3d2d2 solid 1px;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -o-box-flex: 4;
    box-flex: 4; }
    .pop-pro-list .pro-img img {
      width: 100%; }
  .pop-pro-list .pop-pro-name {
    padding-left: 4%;
    height: auto;
    line-height: 20px;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2; }
    .pop-pro-list .pop-pro-name .pop-pro-prize {
      padding-top: 5px;
      color: #b81c2b; }

.pop-select-list li {
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box;
  height: 30px;
  line-height: 30px;
  padding: 15px 0 0;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal; }
  .pop-select-list li .label {
    display: block;
    width: 75px;
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2; }
  .pop-select-list li .span {
    display: block;
    -webkit-box-flex: 3;
    -o-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3; }
    .pop-select-list li .span a {
      padding: 0 15px;
      margin-bottom: 5px;
      height: 28px;
      line-height: 28px;
      border: #d3d2d2 solid 1px; }
      .pop-select-list li .span a:focus, .pop-select-list li .span a:hover {
        border: #b81c2b solid 1px;
        color: #b81c2b; }

.pop-add-car {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #b81c2b; }
  .pop-add-car a {
    display: block; }

@media screen and (max-width: 321px) {
  .meal-all-prize {
    padding-top: 0; }

  .pro-meal-list .pro_add {
    height: 110px;
    line-height: 78px; }
  .pro-meal-list .pro-mp {
    width: 80px; }
    .pro-meal-list .pro-mp .img img {
      width: 78px;
      height: 78px; }
    .pro-meal-list .pro-mp .prize {
      height: 30px;
      line-height: 30px; }

  .pro-para-bg1 {
    width: 100%;
    height: 108px;
    line-height: auto; }
    .pro-para-bg1 .text.txt3 {
      bottom: -14px; }

  .pro-para-bg2 {
    height: 267px;
    line-height: auto; }
    .pro-para-bg2 .text.txt2 {
      right: -12%; }
    .pro-para-bg2 .text.txt3 {
      bottom: -6px; } }
@media screen and (min-width: 341px) and (max-width: 361px) {
  .pro-meal-list .pro_add {
    height: 110px;
    line-height: 105px; }
  .pro-meal-list .pro-mp {
    width: 98px; }
    .pro-meal-list .pro-mp .img img {
      width: 96px;
      height: 96px; }
    .pro-meal-list .pro-mp .prize {
      height: 30px;
      line-height: 30px; }

  .pro-para-bg2 .text.txt1 {
    margin-top: -75px; }
  .pro-para-bg2 .text.txt2 {
    right: -12%; }
  .pro-para-bg2 .text.txt3 {
    bottom: 20px; } }
@media screen and (min-width: 373px) and (max-width: 385px) {
  .pro-para-bg1 .text.txt3 {
    bottom: 22px; }

  .pro-para-bg2 .text.txt1 {
    margin-top: -66px; }
  .pro-para-bg2 .text.txt3 {
    bottom: 2px; } }
@media screen and (min-width: 402px) and (max-width: 415px) {
  .pro-para-bg1 .text.txt2 {
    top: 64px;
    right: -8%; }
  .pro-para-bg1 .text.txt3 {
    bottom: 12px; }

  .pro-para-bg2 .text.txt3 {
    bottom: -20px; } }
@media screen and (min-width: 640px) {
  .pro-meal-list .pro_add {
    padding: 0 4%;
    height: 184px;
    line-height: 184px; }
  .pro-meal-list .pro-mp {
    width: 280px;
    height: 200px; }
    .pro-meal-list .pro-mp .img img {
      width: 240px;
      height: 180px; }

  .common-title-bar {
    padding-bottom: 2%; }

  .pro-para-bg1 {
    height: 344px; }
    .pro-para-bg1 .text.txt1 {
      left: 18%;
      top: 15px; }
    .pro-para-bg1 .text.txt2 {
      right: 0;
      top: 180px; }
    .pro-para-bg1 .text.txt3 {
      margin-left: -60px; }

  .pro-para-bg2 {
    height: 832px; }
    .pro-para-bg2 .text.txt2 {
      right: 0; } }
.pop-box {
  position: fixed;
  right: 0;
  top: 50%;
  width: 80%;
  margin-top: -150px;
  background: #fff;
  z-index: 100; }
  .pop-box.pop-box_opt {
    width: 100%; }
  .pop-box.pop-box_del {
    width: 250px;
    right: 50%;
    margin-right: -125px;
    margin-top: -86px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .pop-box.pop-box_del .pop-content {
      height: 172px;
      line-height: auto; }
  .pop-box.pop-box-point {
    width: 180px;
    right: 50%;
    top: 50%;
    margin-top: -80px;
    margin-right: -90px;
    background: #000;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.5; }
    .pop-box.pop-box-point .pop-content {
      /*height: 4rem;*/
      line-height: auto; }

.pop-content {
  /*height: 7.5rem;*/
  line-height: auto;
  padding: 15% 5% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.pop-content .pop-suc-txt {
    font-size:.5rem !important
}
.closed {
  right: 5%;
  top: 2%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: #d3d2d2 solid 1px;
  font-family: Arial;
  color: #c1c1c1;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.pop-sure-opt {
  height: 40px;
  line-height: 40px;
  background: #67a8e5; }
  .pop-sure-opt a {
    display: block; }

.pop-del-txt {
  height: auto;
  line-height: 50px;
  border-bottom: #d3d2d2 solid 1px; }

.del-reset, .del-submit {
  width: 86px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: #666 solid 1px; }

.del-submit {
  background: #cd0919;
  margin-left: 20px; }

.pop-del-btn-box {
  padding-top: 10%; }

.pop-suc-txt {
  padding-top: 15px;
  color: #fff; }

.car-list-box.car-list-box_bt {
  padding-bottom: 15%; }

.car-free-pos {
  padding: 5% 0;
  height: 20px;
  line-height: 20px;
  background: #f6f6f6; }
  .car-free-pos .icn-no-pro {
    margin-right: 5px; }

.car-on-pro {
  padding: 15% 0 0; }
  .car-on-pro a {
    text-decoration: underline; }
    .car-on-pro a:hover {
      color: #b81c2b; }

.car-pro-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  padding: 15px 0; }
  .car-pro-list.car-pro-list-top {
    padding: 10px 0 0; }
    .car-pro-list.car-pro-list-top .pro-radius {
      padding: 0; }
  .car-pro-list.car-pro-list_opt-btn {
    padding: 3% 0 5%; }
  .car-pro-list.record-bd {
    border-bottom: #d3d2d2 solid 1px;
    margin-bottom: 5%;
    padding: 5% 3%; }

.pro-radius {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  width: 12%;
  padding: 10% 0 0; }

/* SQUARED TWO */
.pro-checkbox {
  display: block;
  width: 40px;
  height: 40px; }

.pro-checkbox label {
  cursor: pointer;
  width: 20px;
  height: 20px;
  left: 8px;
  top: -4px;
  background: #fff;
  border: #555 solid 2px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.pro-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pro-checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.pro-checkbox input[type=checkbox]:checked + label, .pro-checkbox input[type=radio]:checked + label {
  background: #b81c2b;
  border-color: #fff; }

.pro-checkbox input[type=checkbox]:checked + label:after, .pro-checkbox input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.pro-peijing {
  -webkit-box-flex: 5;
  -o-box-flex: 5;
  box-flex: 5;
  width: 88%;
  height: auto;
  line-height: 30px; }
  .pro-peijing i {
    color: #343434; }
  .pro-peijing .orig-prz {
    text-decoration: line-through; }
  .pro-peijing .car-pro-delt {
    right: 2%;
    top: 0; }

.car-pro-img {
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  width: 30%;
  height: 92px;
  line-height: 92px;
  border: #d3d2d2 solid 1px; }
  .car-pro-img img {
    width: 100%;
    vertical-align: top;
    height: 92px;
    line-height: auto; }

.car-pro-content {
  padding-left: 15px;
  width: 58%;
  height: auto;
  line-height: 22px;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3; }
.car-pro-content p:nth-child(1) a
{
    display:block;
    overflow:hidden;
  white-space: nowrap;
    text-overflow: ellipsis;
}
.delt-pro {
  right: 0;
  top: 0;
  width: 15%;
  background: #b81c2b;
  height: 126px;
  line-height: auto; }
  .delt-pro a {
    display: block;
    height: 126px;
    line-height: 126px; }

.car-pro-last {
  height: 28px;
  line-height: auto; }
  .car-pro-last .car-pro-delt {
    right: 8%;
    top: 2px; }

.car-add-num {
  margin-top: 5px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  border: #d3d2d2 solid 1px; }

.car-minus, .car-add {
  top: 0;
  width: 25px;
  height: 23px;
  line-height: 23px;
  background: none;
  border: none;
  outline: none; }

.car-minus {
  left: 0;
  border-right: #d3d2d2 solid 1px; }

.car-add {
  right: 0;
  border-left: #d3d2d2 solid 1px; }

.car-text {
  width: 80px;
  border: none;
  outline: none;
  height: 20px;
  line-height: 20px; }

.car-select-dushu {
  height: 25px;
  line-height: 25px; }
  .car-select-dushu em {
    right: 8%; }

.pro-opt-box {
  width: 95%;
  border: #d3d2d2 solid 1px; }
  .pro-opt-box.pro-order-opt {
    width: 100%;
    border: none; }
    .pro-opt-box.pro-order-opt .pro-pot-tab {
      border-top: #d3d2d2 solid 1px;
      border-left: #d3d2d2 solid 1px; }
      .pro-opt-box.pro-order-opt .pro-pot-tab th, .pro-opt-box.pro-order-opt .pro-pot-tab td {
        border-bottom: #d3d2d2 solid 1px;
        border-right: #d3d2d2 solid 1px; }
      .pro-opt-box.pro-order-opt .pro-pot-tab td.td-pl {
        padding-left: 6%; }
      .pro-opt-box.pro-order-opt .pro-pot-tab td input[disabled="disabled"] {
        background: #fff; }

.pro-pot-tab {
  width: 100%; }
  .pro-pot-tab th {
    height: auto;
    line-height: 40px;
    font-weight: normal; }
  .pro-pot-tab td {
    height: auto;
    line-height: 25px;
    padding: 2% 0; }
    .pro-pot-tab td.td-pl {
      padding-left: 10%; }

.tab-input {
  height: 25px;
  line-height: 25px;
  width: 90px;
  border: #d3d2d2 solid 1px; }
  .tab-input.disabled {
    background: #fff; }

.pro-opt-top, .pro-opt-edit {
  height: 35px;
  line-height: 30px;
  width: 100%;
  background: #67a8e5; }

.pro-opt-edit {
  margin-top: 10px; }
  .pro-opt-edit a {
    display: block; }

.car-add-opt-button {
  padding: 0 8%;
  height: 30px;
  line-height: 30px;
  color: #67a8e5;
  border: #67a8e5 solid 1px; }

.pro-pot-top-bar {
  padding: 0 0 8%;
  border-bottom: #d3d2d2 solid 1px; }
  .pro-pot-top-bar select {
    width: 70%;
    height: 30px;
    margin-left: 15px; }

@media screen and (min-width: 640px) {
  .car-pro-img {
    height: 150px;
    line-height: 150px; }
    .car-pro-img img {
      height: 150px; }

  .pro-radius {
    padding-top: 7%; }

  .pop-content {
    padding-top: 5%;
    height: auto; }

  .pro-pot-top-bar {
    padding-bottom: 4%; } }
.border-bottom {
  border-bottom: #d3d2d2 solid 1px; }

.order-box {
  width: 88%; }

.order-mess-box {
  padding: 15% 0;
  height: 30px;
  line-height: 30px; }
  .order-mess-box em {
    padding-left: 20px; }

.order-pay-way {
  padding: 25px 0; }

.pay-method {
  padding: 5% 0 0;
  display: block;
  text-align: justify; }
  .pay-method li {
    width: 45%;
    height: 120px;
    line-height: 120px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.pay-method-box {
  height: 120px;
  line-height: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: #d3d2d2 solid 1px; }
  .pay-method-box.current {
    border: #b81c2b solid 2px; }

.payMent-go-bar {
  margin-top: 15%;
  display: -webkit-box;
  display: -o-box;
  display: box;
  height: 40px;
  line-height: 40px;
  width: 100%; }

.pro-all-prize {
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  background: #333; }

.go-payMent {
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  background: #b81c2b; }
  .go-payMent a {
    display: block; }

.order-show-box {
  padding: 15px 20px;
  border-bottom: #d3d2d2 solid 1px; }
  .order-show-box.drop-show-box {
    padding: 15% 0;
    border-bottom: none; }
    .order-show-box.drop-show-box .order-pay-two-way {
      width: 80%; }

.order-edit dt {
  padding: 5px 10px 0;
  height: 30px;
  line-height: 30px; }
.order-edit dd {
  padding: 2% 0;
  height: 25px;
  line-height: 25px; }
  .order-edit dd label {
    width: 25%; }
  .order-edit dd span {
    width: 75%; }

.order-input {
  width: 90%;
  border: #d3d2d2 solid 1px;
  height: 25px;
  line-height: 25px; }

.order-show-address {
  width: 100%;
  height: auto;
  line-height: auto;
  display: -webkit-box;
  display: -o-box;
  display: box;
  box-sizing: -webkit-border-box;
  box-sizing: -o-border-box;
  box-sizing: border-box;
  padding: 3% 0;
  background: #f6f6f6; }
  .order-show-address.order-log {
    padding: 3% 5%;
    height: auto;
    line-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .order-show-address.order-log div {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -o-box-flex: 1;
      box-flex: 1; }
      .order-show-address.order-log div.span-ar {
        text-align: right; }
  .order-show-address.drop-top-box {
    padding: 5%;
    height: auto;
    line-height: 22px; }

.order-info-num {
  padding: 5px 0 5px 30px;
  height: auto;
  line-height: 50px;
  background: #f6f6f6;
  border-bottom: #d3d2d2 solid 1px; }
  .order-info-num a {
    margin-left: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: #d3d2d2 solid 1px;
    border-color: #333;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .order-info-num em {
    padding-left: 10px; }

.order-addr-txt {
  width: 50%;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  height: atuo;
  line-height: 22px; }
  .order-addr-txt .body {
    padding-bottom: 5%; }

.order-addr-go {
  height: 90px;
  line-height: 90px;
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2; }
  .order-addr-go a {
    display: block; }

.order-addr-icn {
  height: 90px;
  line-height: 78px;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1; }

.order-t-p {
  height: 40px;
  line-height: 40px;
  color: #2a2a2a; }

.order-pay-two-way {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: #333 solid 1px; }
  .order-pay-two-way .check-em {
    left: 28px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #b91d2b; }
    .order-pay-two-way .check-em .check-b {
      top: 4px;
      left: 4px;
      width: 10px;
      height: 5px;
      border: 3px solid #fff;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .order-pay-two-way.current {
    border: #b81c29 solid 1px;
    color: #b71d29; }
    .order-pay-two-way.current a {
      color: #b71d29; }
  .order-pay-two-way.mt30 {
    margin-top: 30px; }
  .order-pay-two-way a {
    display: block; }

.border_b {
  border-bottom: #d3d2d2 solid 1px; }

.point-em {
  right: 60px; }

.order-p {
  height: 25px;
  line-height: 25px; }

.order-other-mess {
  padding: 5% 5% 0; }
  .order-other-mess ul.order-other-ul li {
    height: auto;
    line-height: 40px;
    border-bottom: #d3d2d2 solid 1px; }
    .order-other-mess ul.order-other-ul li .bill-none {
      padding-top: 2%;
      line-height: 25px; }
    .order-other-mess ul.order-other-ul li.last {
      padding: 2% 0;
      border: none;
      height: auto;
      line-height: 22px; }
  .order-other-mess ul.order-other-ul.order-other-info li {
    border-bottom: none; }
    .order-other-mess ul.order-other-ul.order-other-info li .default-on, .order-other-mess ul.order-other-ul.order-other-info li .favo, .order-other-mess ul.order-other-ul.order-other-info li .point-em {
      right: 0;
      top: 0;
      color: #a9a9a9; }

.txt-a {
  width: 100%;
  height: 50px;
  line-height: 20px;
  border: #d3d2d2 solid 1px; }

.p-r {
  right: 0;
  top: 8px;
  width: 55px;
  height: 25px; }

.order-check {
  width: 50px;
  height: 25px; }

.order-check:after, .order-check-bg {
  content: '';
  left: 0;
  z-index: 0;
  width: 50px;
  height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #d6d6d6; }

.order-check-bg {
  z-index: 1; }

.pro-order-money-data li {
  height: 30px;
  line-height: 30px;
  border: none; }
  .pro-order-money-data li .order-time {
    color: #aaa; }

/* .order-check:before {
	content: 'ON';
	position: absolute;
	left:0;
	top:0;
	height:30px;
	z-index: 0;
	background:#b81c2a;
} */
.order-check label {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
  top: 0;
  left: 1px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.order-check input[type=checkbox]:checked + label {
  left: 24px; }

.order-check input[type=checkbox]:checked + label ~ .order-check-bg {
  background: #b81c2b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.input-o {
  width: 100px;
  height: 25px;
  line-height: 25px;
  border: #d3d2d2 solid 1px;
  background: #fff; }

.sub-b {
  width: 60px;
  height: 25px;
  line-height: 25px;
  background: #3c3c3c;
  border: none; }

.fast-num {
  padding: 5% 5% 0;
  height: auto;
  line-height: 50px; }
  .fast-num em {
    font-size: 2.2rem; }

.fast-step-mess {
  width: 90%; }
  .fast-step-mess li {
    height: auto;
    line-height: 22px;
    padding: 5% 0;
    border-bottom: #d3d2d2 solid 1px; }

.gray-bg-box {
  background: #f6f6f6;
  padding: 0 5%; }

.commont-box {
  padding: 5%; }

.select-star-box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box; }

.star-txt {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  height: auto;
  line-height: 24px; }

.star_box {
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3; }

#star_box {
  width: 135px; }
  #star_box .star {
    height: 24px;
    width: 135px;
    -webkit-background-size: 135px auto;
    -moz-background-size: 135px auto;
    -o-background-size: 135px auto;
    background-size: 135px auto;
    background-position: 0 -23px;
    cursor: pointer; }
    #star_box .star li {
      width: 24px;
      height: 24px; }
      #star_box .star li a {
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        z-index: 5; }
        #star_box .star li a.one-star {
          left: 0; }
        #star_box .star li a.two-stars {
          left: 29px; }
        #star_box .star li a.three-stars {
          left: 57px; }
        #star_box .star li a.four-stars {
          left: 84px; }
        #star_box .star li a.five-stars {
          left: 111px; }
  #star_box .current-rating {
    height: 24px;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: 0 0;
    -webkit-background-size: 135px auto;
    -moz-background-size: 135px auto;
    -o-background-size: 135px auto;
    background-size: 135px auto; }

.commont-textarea {
  padding: 4% 0; }
  .commont-textarea textarea {
    width: 100%;
    border: #d3d2d2 solid 1px;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 20px; }
  .commont-textarea p {
    padding: 3% 0; }

.img-upload li {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 5rem; }
  .img-upload li a {
    display: block;
    color: #aaa;
    border: #d3d2d2 solid 1px; }

.drop-select-way {
  margin: 30px 0 0;
  padding: 10% 0 0;
  border-top: #d3d2d2 solid 1px; }
  .drop-select-way .order-pay-two-way {
    width: 80%; }

@media screen and (min-width: 640px) {
  .order-mess-box {
    padding: 5% 0; }

  .pay-method li {
    height: 202px;
    line-height: 202px; }

  .pay-method-box {
    height: 200px;
    line-height: 200px; } }
.myaccount-box {
  padding: 20px;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box; }

.photo-img {
  width: 80px;
  height: 80px;
  border: #d3d2d2 solid 1px; }
  .photo-img img {
    width: 80px;
    height: 80px; }

.my-infomation {
  padding-left: 10px;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  height: auto;
  line-height: 28px; }
  .my-infomation .my-user {
    background: #b81c2b;
    height: auto;
    line-height: 20px;
    padding: 0 3%; }
  .my-infomation .upload-Phone {
    display: block;
    padding-left: 10px;
    height: auto;
    line-height: 80px; }

.myaccount-list li {
  height: 50px;
  line-height: 50px;
  border-bottom: #d3d2d2 solid 1px; }
  .myaccount-list li a {
    display: block; }
  .myaccount-list li .a-fr {
    right: 5%; }
  .myaccount-list li .a-mess-point {
    right: 12%;
    color: #aaa;
    font-size: 1rem; }

.my-order-list {
  background: #fff; }

.order-number-bar {
  padding: 0 0 0 5%;
  height: 50px;
  line-height: 50px; }
  .order-number-bar .red {
    right: 5%; }

.myorder-go-pay {
  right: 5%;
  top: 8px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: #b81c2b solid 1px;
  color: #b81c2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .myorder-go-pay.myorder-go-see {
    border: #333 solid 1px;
    color: #333;
    right: 86px; }

.my-order-pro-list {
  padding: 5% 0;
  border-top: #d3d2d2 solid 1px;
  border-bottom: #d3d2d2 solid 1px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .my-order-pro-list .btn-cursor {
    top: 14%;
    width: 15px;
    height: 102px;
    line-height: 102px; }
    .my-order-pro-list .btn-cursor.next {
      right: 10px; }
    .my-order-pro-list .btn-cursor.prev {
      left: 2px; }
  .my-order-pro-list .content {
    width: 90%;
    height: 102px;
    line-height: auto; }
    .my-order-pro-list .content ul {
      width: 1000px; }
      .my-order-pro-list .content ul li {
        margin-right: 5px;
        width: 100px;
        height: 100px;
        border: #d3d2d2 solid 1px; }
        .my-order-pro-list .content ul li img {
          width: 100px;
          height: 100px; }

.booking-box {
  padding: 0 5% 5%; }

.ygd-box {
  padding-bottom: 5%; }

.ygd-name-box {
  padding: 3% 2%;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box; }
  .ygd-name-box span {
    display: block; }
  .ygd-name-box .flex-2 {
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2; }
  .ygd-name-box .flex-1 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    text-align: right; }
    .ygd-name-box .flex-1 a {
      padding: 0 0 0 10%;
      height: 50px;
      line-height: 50px; }

@media screen and (max-width: 341px) {
  .my-order-pro-list .btn-cursor {
    top: 12px;
    height: 90px;
    line-height: 90px; }
    .my-order-pro-list .btn-cursor.next {
      right: 6px; }
  .my-order-pro-list .content ul li {
    width: 88px;
    height: 88px; }
    .my-order-pro-list .content ul li img {
      width: 88px;
      height: 88px; } }
.ul-operate {
  border-bottom: #d3d2d2 solid 1px;
  padding: 2% 0 0;
  background: #fff; }
  .ul-operate li {
    padding: 10px 0; }
    .ul-operate li.b-bd {
      border-bottom: #d3d2d2 solid 1px; }
    .ul-operate li .common-txt {
      margin-left: 45px;
      width: 80%; }
    .ul-operate li .icn-account {
      left: 14px;
      top: 14px;
      margin: 0; }
    .ul-operate li .verify {
      right: 5%;
      padding: 2% 3%;
      background: #51B148; }

.common-txt {
  height: 30px;
  line-height: 30px;
  border: none;
  background: #fff; }

.login-sub-box {
  background: #f6f6f6;
  padding: 10% 5% 5%;
  border-bottom: #d3d2d2 solid 1px; }
  .login-sub-box.no-bd {
    border-bottom: none; }

.loginRet-btn {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #b81c2b;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.other-user-name {
  width: 70%;
  height: 0;
  margin-top: 14%;
  border-bottom: #333 dashed 1px; }
  .other-user-name span {
    top: -9px;
    padding: 0 5%;
    background: #f6f6f6;
    height: 20px;
    line-height: 20px; }

.login-other-way {
  padding-top: 25px; }
  .login-other-way .login-zhi {
    margin-left: 20px; }

.no-reg {
  height: 50px;
  line-height: 50px;
  border-bottom: #d3d2d2 solid 1px;
  background: #fff; }
  .no-reg a {
    display: block; }

.new-box {
  padding: 5% 5% 2%; }
  .new-box .top-select .sh-submit {
    left: 14px; }
  .new-box .top-select input[type="text"] {
    padding-left: 34px; }

.news-list li {
  padding: 2% 5%;
  height: auto;
  line-height: 30px;
  border-bottom: #d3d2d2 solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .news-list li em {
    right: 5%;
    top: 7px; }
  .news-list li a {
    display: block;
    font-size:14px;
  }
.news-list.news-list-all li i {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dcdcdc; }

.news-title {
  padding: 2% 0 2% 5%;
  border-bottom: #d3d2d2 solid 1px; }
  .news-title h3 {
   
    line-height: 35px; }
  .news-title .news-from p {
    height: auto;
    line-height: 30px; }

.news-info-box {
  padding: 5% 5% 10%;
  height: auto;
  line-height: 30px; }
  
  .news-info-box img{
 width:100%;
  height: auto;}

@media screen and (max-width: 321px) {
  .news-title {
    padding: 2% 0 2% 2%; }
    .news-title .news-from p {
      margin-left: -14px;
      -webkit-transform: scale(0.9);
      -o-transform: scale(0.9);
      -moz-transform: scale(0.9);
      transform: scale(0.9); }

  .news-info-box {
    padding: 5% 2% 10%; } }
.entity-content {
  width: 100%;
  padding: 10% 5%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .entity-content ul {
    display: -webkit-box;
    display: -o-box;
    display: -moz-box;
    display: box; }
    .entity-content ul li {
      display: block;
      width: 50%;
      box-flex: -webkit-2;
      box-flex: -o-2;
      box-flex: -moz-2;
      box-flex: 2;
      height: 50px;
      line-height: 50px; }

.entity-select-city {
  padding: 10% 5%; }
  .entity-select-city li {
    width: 18%;
    height: auto;
    line-height: 32px; }
    .entity-select-city li a {
      display: block; }

.entity-list-box {
  padding: 5% 5% 10%;
  border-bottom: #d3d2d2 solid 1px; }
  .entity-list-box p {
    height: auto;
    line-height: 30px; }

.entity-map {
  padding-top: 3%;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  display: box; }

.map-nav, .to-spacing {
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  background: #51B148;
  box-flex: -webkit-2;
  box-flex: -o-2;
  box-flex: -moz-2;
  box-flex: 2; }
  .map-nav:hover, .to-spacing:hover {
    color: #fff; }

.to-spacing {
  background: none;
  color: #666; }

.top-direction {
  right: 5%;
  top: 6px; }

.entity-city-all {
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  padding: 0 0 10%;
  background: #fff; }

.city-more-box dt, .city-more-box dd {
  padding-left: 10%;
  border-bottom: #d3d2d2 solid 1px; }
.city-more-box dt {
  height: 50px;
  line-height: 50px; }
.city-more-box dd {
  padding-bottom: 5%;
  height: auto;
  line-height: 30px; }
.city-more-box p {
  text-transform: uppercase; }
.city-more-box ul {
  padding-top: 3%; }
.city-more-box li {
  width: 20%; }
  .city-more-box li a {
    display: block; }

.map-content .entity-list-box {
  border-bottom: none; }

i, cite, em, var, address, dfn {
  font-style: none; }
  
.bdsharebuttonbox
{
    position:fixed;
    display:none;
    width:100%;
}

.bdsharebuttonbox > a
{
    display:block;
}

.keyword-title {
    padding: 2% 0 2% 5%;
}
.keyword-info-box {
    padding: 0% 5% 10%;
    height: auto;
    line-height: 30px;
}
.keyword-comment-box
{
    padding: 5%;
    background-color:#fff;    
}
