@charset "UTF-8";
/**
 * 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: 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: 14px;
  /* 0 */
  line-height: 1.5;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 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 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * 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 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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-family: 'courier new', 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 */
  *overflow: visible
  /* 4 */
}

/**
 * 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 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 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.
 */
q {
  quotes: none;
}

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: 21px;
}

h2 {
  font-size: 18.2px;
}

h3 {
  font-size: 16.38px;
}

h4 {
  font-size: 14px;
}

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: "Microsoft Yahei", Arial, helvetica, sans-serif;
  font-size: 12px;
}

a, a:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  font-size: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  font-size: 14px;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.icon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon.icon-bar, .icon.icon-bot, .icon.icon-food, .icon.icon-ice, .icon.icon-nife, .icon.icon-oil, .icon.icon-other {
  width: 18px;
  height: 22px;
  vertical-align: middle;
}
.icon.icon-bar {
  background-image: url(../images/icon_bar.png);
}
.icon.icon-bot {
  background-image: url(../images/icon_bot.png);
}
.icon.icon-food {
  background-image: url(../images/icon_food.png);
}
.icon.icon-ice {
  background-image: url(../images/icon_ice.png);
}
.icon.icon-nife {
  background-image: url(../images/icon_nife.png);
}
.icon.icon-oil {
  background-image: url(../images/icon_oil.png);
}
.icon.icon-other {
  background-image: url(../images/icon_other.png);
}

.btn {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 1px;
  cursor: pointer;
  box-sizing: border-box;
  height: 36px;
  line-height: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
}
.btn.block-show {
  width: 100%;
  padding: 0;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
}
.btn.btn-cart {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
}
.btn.btn-cart .fa-shopping-cart, .btn.btn-cart span {
  color: #ff6a18;
}
.btn.btn-cart .fa-angle-right {
  margin-left: 10px;
}

.block-show {
  display: block;
}
.block-show img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 14px/1 FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: '\f00c';
  color: #1e8cbe;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  content: '\2022';
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #fff;
}

input[type=radio]:checked {
  background: #fcdb00;
  border-color: #fcdb00;
}

.form-control {
  height: 36px;
  line-height: 20px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 24px;
}
.form-control.block-show {
  width: 100%;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form-control-icon {
  position: relative;
  display: inline-block;
}
.form-control-icon .control-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.form-control-icon.search-bar {
  width: 500px;
}
.form-control-icon.search-bar .form-control {
  padding-right: 110px;
  border: none;
  border: 1px solid #ff4f00;
}
.form-control-icon.search-bar .control-icon {
  color: #333;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 100px;
  padding: 0;
  background: #ff4f00;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

textarea.form-control {
  height: 120px;
  vertical-align: top;
  width: auto;
}

.symbol {
  padding-left: 5px;
  padding-right: 5px;
  color: #ddd;
}

.divider {
  height: 1px;
  background: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/*-----------------------------主体结构------------------------------*/
.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.dropDown {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.dropDown:hover .dropDown-menu {
  display: block;
}
.dropDown .dropDown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 120px;
  display: none;
}
.dropDown .dropDown-menu:after, .dropDown .dropDown-menu:before {
  display: block;
  content: '';
  border-style: solid;
  position: absolute;
}
.dropDown .dropDown-menu:after {
  border-width: 6px;
  border-color: transparent transparent #fff transparent;
  top: 0;
  left: 10px;
  z-index: 9;
}
.dropDown .dropDown-menu:before {
  border-width: 7px;
  border-color: transparent transparent #eee transparent;
  top: -3px;
  left: 9px;
}
.dropDown .dropDown-menu ul {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.dropDown .dropDown-menu ul a {
  display: block;
  padding-left: 20px;
  line-height: 2;
  color: #333;
}
.dropDown .dropDown-menu ul a:hover {
  background: #ff4f00;
  color: #fff;
}

.site-top {
  background: #f3f3f3;
  height: 35px;
  border-bottom: 1px solid #ddd;
  line-height: 35px;
}
.site-top a {
  color: #333;
}
.site-top a:hover {
  color: #ff4f00;
}

.site-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header .pull-right {
  padding-top: 10px;
}
.site-header .search-bar {
  margin-right: 80px;
}

.site-menu {
  background: #ff7300;
}
.site-menu .menu {
  height: 40px;
  line-height: 40px;
}
.site-menu .menu a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
.site-menu .menu a:hover, .site-menu .menu a.active {
  background: #ff8827;
}
.site-menu .category-switch > strong {
  line-height: 40px;
  text-align: center;
}

.category-switch {
  width: 200px;
  position: relative;
  margin-right: 20px;
}
.category-switch > strong {
  display: block;
  font-size: 16px;
  background: #ff4f00;
  color: #fff;
}
.category-switch .site-category {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.category-switch:hover .site-category {
  display: block;
}

.site-category {
  width: 200px;
  height: 400px;
}
.site-category .list {
  border: 1px solid #ff4f00;
  border-top: none;
  position: relative;
  z-index: 99;
}
.site-category .list > li {
  padding: 2px 0 2px 2px;
  background: #fff;
}
.site-category .list > li:hover {
  background: #ff4f00;
}
.site-category .list > li:hover a:after, .site-category .list > li:hover + li a:after {
  display: none;
}
.site-category .list > li:hover a:before {
  display: block;
}
.site-category .list > li:hover .fa-angle-right {
  color: #ff4f00;
}
.site-category .list > li:hover .submenu {
  display: block;
}
.site-category .list > li > a {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding-top: 16px;
  padding-bottom: 15px;
  color: #333;
  position: relative;
  background: #fff;
}
.site-category .list > li > a:after {
  display: block;
  content: '';
  background: #ddd;
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  top: 0;
}
.site-category .list > li > a:before {
  display: none;
  content: '';
  width: 2px;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.site-category .list > li:first-child a:after {
  display: none;
}
.site-category .list > li .fa-angle-right {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  color: #999;
}
.site-category .list > li .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 800px;
  background: #fff;
  border: 2px solid #ff4f00;
  display: none;
  z-index: 9;
}
.site-category .list > li .submenu .sub-items {
  padding: 10px;
}
.site-category .list > li .submenu .sub-items a {
  color: #333;
  padding-left: 5px;
}
.site-category .list > li .submenu .sub-items a:hover {
  color: #ff4f00;
  text-decoration: underline;
}
.site-category .list > li .submenu .sub-items strong {
  font-weight: normal;
  color: #ff4f00;
}
.site-category .list > li .submenu .submenu-left, .site-category .list > li .submenu .submenu-right {
  padding: 20px 10px;
}
.site-category .list > li .submenu .submenu-left {
  border-right: 1px solid #ddd;
}

.table-show {
  display: table;
  border-collapse: collapse;
}
.table-show > * {
  display: table-cell;
}
.table-show img {
  max-width: 100%;
}

.focusBanner-group {
  width: 793px;
  margin-left: 207px;
  padding-top: 8px;
}
.focusBanner-group .focusBanner {
  margin-bottom: 8px;
  height: 244px;
  overflow: hidden;
  position: relative;
}
.focusBanner-group .focusBanner .prev, .focusBanner-group .focusBanner .next {
  position: absolute;
  z-index: 9;
  top: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: -20px;
}
.focusBanner-group .focusBanner .next {
  right: 0;
}
.focusBanner-group .focusBanner .pagination {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 9;
}
.focusBanner-group .focusBanner .pagination li {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 5px;
  cursor: pointer;
}
.focusBanner-group .focusBanner .pagination li.active {
  background: #fff;
}

.static-banner a {
  padding-left: 8px;
}
.static-banner a:first-child {
  padding-left: 0;
}

.brand-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
.brand-group .table-show > * {
  vertical-align: middle;
}
.brand-group .table-show a {
  border: 1px solid #ddd;
}

.recommend-product {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f8f8f8;
}
.recommend-product h2 {
  font-size: 18px;
  border-left: 3px solid #ff6a18;
  line-height: 1;
  padding-left: 10px;
  font-weight: bold;
}

.product-list {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
}
.product-list .items {
  float: left;
  width: 188px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 12.5px;
  margin-bottom: 12.5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.product-list .items:nth-child(5n) {
  margin-right: 0;
}
.product-list .items a {
  color: #333;
}
.product-list .items .thumb {
  display: block;
  padding: 10px;
}
.product-list .items img {
  max-height: 168px;
}
.product-list .items .min-num {
  line-height: 18px;
  color: #999;
  margin-right: 10px;
}
.product-list .items:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-color: #ff4f00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-list .items:hover .shopping-action, .product-list .items:hover .form-control {
  border-color: #ff4f00;
}
.product-list .items:hover .shopping-action a, .product-list .items:hover .form-control a {
  background: #ff4f00;
  color: #fff;
}
.product-list .items:hover .action-addon {
  color: #ff4f00;
}
.product-list .items:hover .action-addon.disabled {
  color: #ffbb9d;
}
.product-list h4 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  margin-top: 10px;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
}
.product-list p {
  padding-left: 10px;
  padding-right: 10px;
}
.product-list .form-control {
  width: 70px;
  text-align: center;
  height: 40px;
  border-top: none;
  border-bottom: none;
  font-size: 14px;
  color: #333;
}
.product-list .action-group-btn {
  display: inline-block;
}
.product-list .shopping-action {
  background: #f8f8f8;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-list .shopping-action a {
  font-size: 14px;
  display: inline-block;
  width: 36px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ff4f00;
  vertical-align: middle;
  color: #ff4f00;
  background: #ffeae0;
}
.product-list .action-addon {
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
  cursor: pointer;
}
.product-list .action-addon.disabled {
  color: #ddd;
}

.price {
  font-size: 18px;
  color: #ff4f00;
  line-height: 1;
}

.service-intro {
  padding: 40px 0;
  border-top: 1px solid #ddd;
  color: #999;
}
.service-intro .table-show {
  width: 100%;
}
.service-intro .table-show .block-show {
  margin: 0 auto;
}
.service-intro h4 {
  font-size: 24px;
  color: #333;
  line-height: 2;
}

.site-helper {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  color: #999;
}
.site-helper dl {
  min-width: 170px;
}
.site-helper dt {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.site-helper a {
  color: #666;
  line-height: 2;
}
.site-helper a:hover {
  text-decoration: underline;
}
.site-helper .qq-service {
  font-size: 18px;
  color: #ff7300;
  font-weight: bold;
}
.site-helper .phone-number {
  font-size: 30px;
  color: #666;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.rm-margin-right {
  margin-right: 0 !important;
}

.site-footer {
  background: #ededed;
  border-top: 2px solid #ff6a18;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2;
}
.site-footer .link-group {
  margin-bottom: 20px;
}
.site-footer .link-group a {
  color: #333;
}
.site-footer .link-group a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=css.css.map */