@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: "Microsoft Yahei", "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;
}

/*初始化信息*/
/*函数*/
/*表格显示*/
.flex-table .flex-row {
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.flex-table .flex-row.flex-row-head {
  border-top: none;
}
.flex-table .flex-row .form-calculate {
  display: block;
  margin: 0 auto;
}
.flex-table .flex-row .calculate-num {
  text-align: center;
}
.flex-table .flex-row-collapse {
  border-top: 1px solid #ddd;
}
.flex-table .flex-row-collapse .flex-row {
  border-top: none;
}
.flex-table a {
  color: #333;
  text-decoration: none;
}

.flex-group.table-checkout .flex-control {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.flex-group.table-checkout .flex-control .btn-account {
  margin-left: 30px;
  vertical-align: middle;
  margin-top: 0;
}

/*购物车*/
.table-checkout .flex-row, .table-checkout .flex-row-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-checkout .flex-row-collapse .flex-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-table img {
  max-width: 100%;
}

/*行*/
.flex-row {
  display: table;
  width: 100%;
}
.flex-row.direction-vertical {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/*项*/
.flex-col-12 {
  width: 100%;
}

.flex-col-11 {
  width: 91.66667%;
}

.flex-col-10 {
  width: 83.33333%;
}

.flex-col-9 {
  width: 75%;
}

.flex-col-8 {
  width: 66.66667%;
}

.flex-col-7 {
  width: 58.33333%;
}

.flex-col-6 {
  width: 50%;
}

.flex-col-5 {
  width: 41.66667%;
}

.flex-col-4 {
  width: 33.33333%;
}

.flex-col-3 {
  width: 25%;
}

.flex-col-2 {
  width: 16.66667%;
}

.flex-col-1 {
  width: 8.33333%;
}

/*end*/
/*ie .no-flexbox */
.flex-row {
  display: table;
}

.flex-col-1 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-2 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-3 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-4 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-5 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-6 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-7 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-8 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-9 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-10 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-11 {
  display: table-cell;
  vertical-align: middle;
}

.flex-col-12 {
  display: table-cell;
  vertical-align: middle;
}

/*end*/
/**
 * 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: "Microsoft Yahei", "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 {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: "Microsoft Yahei", Arial, helvetica, sans-serif;
  background: #fff;
  min-height: 100%;
  min-width: 1200px;
}

.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;
  height: 0;
  line-height: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.img-responsive {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.symbol {
  padding-left: 5px;
  padding-right: 5px;
  color: #ddd;
}
.symbol.sm-size {
  padding-right: 10px;
  padding-left: 10px;
}
.symbol.md-size {
  padding-right: 20px;
  padding-left: 20px;
}

.divider {
  height: 1px;
  background: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
.divider.md-size {
  margin-top: 15px;
  margin-bottom: 15px;
}
.divider.lg-size {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-dashed {
  border: 1px dashed #ddd;
  line-height: 1;
}
.divider-dashed.lg-size {
  margin-bottom: 30px;
  margin-top: 30px;
}

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

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #167ada;
  cursor: pointer;
}
a, a:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.visited {
  color: #333;
}

/*价格*/
.price {
  font-size: 18px;
  color: #ff6c00;
}
.price.xs-size {
  font-size: 14px;
}
.price.sm-size {
  font-size: 24px;
  line-height: 56px;
  display: inline-block;
  vertical-align: middle;
}

/*数量提醒*/
.remind-num {
  font-size: 18px;
  color: #ff6c00;
}
.remind-num.xs-size {
  font-size: 12px;
}

/*页面标题*/
.page-title {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  padding-bottom: 10px;
}

/*筛选条*/
.filter-bar {
  font-size: 14px;
  color: #333;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
  margin-top: 10px;
}
.filter-bar span {
  font-size: 12px;
  color: #999;
}
.filter-bar a {
  display: inline-block;
  margin-right: 30px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: -2px;
}
.filter-bar a.block-show {
  color: #333;
}
.filter-bar a:hover, .filter-bar a.active {
  color: #3b9ffe;
  border-color: #3b9ffe;
}

/*分页*/
.pagination {
  margin-top: 30px;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #666;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 2px;
  margin-right: 3px;
  margin-left: 3px;
}
.pagination .prev {
  margin-right: 30px;
}
.pagination .next {
  margin-left: 30px;
}

.sub-title {
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1;
  margin-top: 36px;
}

.form-group .form-control {
  margin-bottom: 20px;
}
.form-group.table-show .items {
  padding-left: 10px;
}
.form-group.table-show .items:first-child {
  padding-left: 0;
  padding-right: 10px;
}

/*成功信息提示*/
.success-tips.lg-size, .error-tips.lg-size {
  padding-top: 40px;
  padding-bottom: 40px;
}
.success-tips h1, .error-tips h1 {
  font-size: 30px;
}
.success-tips .description, .error-tips .description {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #333333;
}

.add-file {
  background: #f8f8f8;
  padding: 25px;
  border: 2px dashed #ddd;
  position: relative;
  border-radius: 3px;
  color: #999999;
  font-size: 14px;
}
.add-file .fa {
  font-size: 36px;
  color: #999;
}
.add-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.table-show {
  display: table;
  width: 100%;
}
.table-show > * {
  display: table-cell;
  vertical-align: top;
}
.table-show.fixed-layout {
  table-layout: fixed;
}

/*基本类样式*/
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  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;
  cursor: pointer;
}
.icon.icon-cart-s {
  width: 17px;
  height: 17px;
  background-image: url(../images/icon/icon_cart_s.png);
  vertical-align: middle;
}
.icon.icon-arrow-down {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/icon_arrow_down.png);
}
.icon.icon-card, .icon.icon-cart, .icon.icon-tack, .icon.icon-car, .icon.icon-heart {
  width: 40px;
  height: 40px;
}
.icon.icon-card {
  background-image: url(../images/icon/icon_card.png);
}
.icon.icon-cart {
  background-image: url(../images/icon/icon_cart.png);
}
.icon.icon-tack {
  background-image: url(../images/icon/icon_tack.png);
}
.icon.icon-car {
  background-image: url(../images/icon/icon_track.png);
}
.icon.icon-heart {
  background-image: url(../images/icon/icon_heart.png);
}
.icon.icon-bf, .icon.icon-qq, .icon.icon-pay, .icon.icon-weibo {
  background-image: url(../images/icon/icon_share.png);
  width: 18px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.icon.icon-bf:hover, .icon.icon-qq:hover, .icon.icon-pay:hover, .icon.icon-weibo:hover {
  background-position-y: -17px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.icon.icon-qq {
  background-position: 2px 0;
}
.icon.icon-bf {
  background-position: -18px 0;
}
.icon.icon-pay {
  background-position: -35px 0;
}
.icon.icon-weibo {
  background-position: -54px 0;
}
.icon.icon-phone {
  background-image: url(../images/icon/icon_phone.png);
  width: 8px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.icon.icon-close {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/icon_close.png);
}
.icon.icon-pay-big, .icon.icon-track-big, .icon.icon-order-big, .icon.icon-page-big {
  width: 84px;
  height: 84px;
}
.icon.icon-pay-big {
  background-image: url(../images/icon/icon_pay_big.png);
}
.icon.icon-track-big {
  background-image: url(../images/icon/icon_track_big.png);
}
.icon.icon-order-big {
  background-image: url(../images/icon/icon_order_big.png);
}
.icon.icon-page-big {
  background-image: url(../images/icon/icon_page_big.png);
}
.icon.icon-times {
  width: 7px;
  height: 7px;
  background-image: url(../images/icon/icon_times.png);
}
.icon.icon-logistics {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_logistics.png);
}
.icon.icon-returns, .icon.icon-exchange, .icon.icon-tools {
  width: 80px;
  height: 60px;
  background-position-y: top;
}
.icon.icon-returns {
  background-image: url(../images/icon/icon_returns.png);
}
.icon.icon-returns:hover {
  background-position-y: -61px;
}
.icon.icon-exchange {
  background-image: url(../images/icon/icon_exchange.png);
}
.icon.icon-exchange:hover {
  background-position-y: -61px;
}
.icon.icon-tools {
  background-image: url(../images/icon/icon_tools.png);
}
.icon.icon-tools:hover {
  background-position-y: -62px;
}
.icon.icon-user {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_user.png);
  background-position-y: top;
  vertical-align: middle;
}
.icon.icon-user:hover {
  background-position-y: -22px;
}

/*图标样式*/
button:focus {
  outline: none;
}

.btn {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  font-size: 12px;
  padding: 3px 30px;
  border-radius: 1px;
  cursor: pointer;
  box-sizing: border-box;
  height: 30px;
  line-height: 24px;
  border-radius: 3px;
  font-family: "Microsoft Yahei";
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-align: center;
}
.btn.block-show {
  width: 100%;
  padding: 0;
}
.btn.sm-size {
  width: 190px;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.btn:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}
.btn.btn-buy, .btn.btn-more, .btn.btn-save {
  color: #fff;
  background: -webkit-linear-gradient(#3b9ffe, #2286e4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b9ffe), to(#2286e4));
  background: linear-gradient(#3b9ffe, #2286e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b9ffe, endColorstr= #2286e4);
}
.btn.btn-buy:hover, .btn.btn-more:hover, .btn.btn-save:hover {
  background: -webkit-linear-gradient(#55acff, #308fe9);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#55acff), to(#308fe9));
  background: linear-gradient(#55acff, #308fe9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55acff, endColorstr= #308fe9);
}
.btn.btn-save {
  padding-right: 30px;
  padding-left: 30px;
}
.btn.btn-default {
  background: #f5faff;
  border: 1px solid #3b9ffe;
  color: #3b9ffe;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}
.btn.btn-default:hover {
  background: -webkit-linear-gradient(#3b9ffe, #2286e4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b9ffe), to(#2286e4));
  background: linear-gradient(#3b9ffe, #2286e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b9ffe, endColorstr= #2286e4);
  color: #fff;
}
.btn.btn-account {
  height: 56px;
  line-height: 48px;
  border: 1px solid #0168ca;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.75) inset, 0 1px 5px rgba(0, 0, 0, 0.15);
  background: -webkit-linear-gradient(#3ca0ff, #1479d8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ca0ff), to(#1479d8));
  background: linear-gradient(#3ca0ff, #1479d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3ca0ff, endColorstr= #1479d8);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-right: 55px;
  padding-left: 55px;
  margin-top: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-account:hover {
  background: -webkit-linear-gradient(#51aaff, #1e7fdb);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#51aaff), to(#1e7fdb));
  background: linear-gradient(#51aaff, #1e7fdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#51aaff, endColorstr= #1e7fdb);
}
.btn.btn-binding, .btn.btn-cancel {
  color: #555;
  border: 1px solid #ddd;
  background: #fff;
  padding: 2px 30px;
  vertical-align: middle;
}
.btn.btn-cancel {
  margin-right: 8px;
  padding: 2px 30px;
}
.btn.btn-pay {
  color: #fff;
  vertical-align: middle;
  background: -webkit-linear-gradient(#fb8348, #f65f2a);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fb8348), to(#f65f2a));
  background: linear-gradient(#fb8348, #f65f2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fb8348, endColorstr= #f65f2a);
}
.btn.btn-explain {
  border: 1px solid #3b9ffe;
  color: #3b9ffe;
  padding: 2px 20px;
}

.btn-horizontal-group {
  display: inline-block;
  vertical-align: middle;
}

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

[disabled="disabled"] {
  border-color: #ddd !important;
  background: #ddd !important;
  color: #666 !important;
  box-shadow: none !important;
  pointer-events: none;
}

input[type="password"].form-control, input[type="text"].form-control {
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.group .form-control {
  margin-left: 10px;
}
.group .form-control:first-child {
  margin-left: 0;
}

.form-control {
  height: 36px;
  line-height: 20px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 24px;
}
.form-control.ng-invalid, .form-control.ng-invalid-required {
  border-color: #fe5e60;
  color: #fe5e60;
}
.form-control.block-show {
  width: 100%;
}
.form-control[readonly="readonly"] {
  background: #f3f3f3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.form-control.sm-size {
  width: 220px;
}

.form-calculate {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 70px;
  height: 24px;
}
.form-calculate .form-control {
  height: 24px;
  width: 70px;
  border: 1px solid #e4e4e6;
  padding: 2px 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.form-calculate .control-icon {
  background: #e4e4e6;
  color: #b6b8be;
  width: 20px;
  line-height: 24px;
  display: block;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.form-calculate .control-icon:hover {
  background: #2186e5;
  color: #fff;
}
.form-calculate .control-icon.icon-minus {
  left: 0;
  top: 0;
  bottom: 0;
}
.form-calculate .control-icon.icon-plus {
  right: 0;
  top: 0;
  bottom: 0;
}

.form-control-icon {
  position: relative;
}
.form-control-icon .control-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Microsoft Yahei";
}
.form-control-icon .control-icon:focus {
  outline: none;
}
.form-control-icon.validate-code .form-control {
  padding-right: 120px;
}
.form-control-icon.validate-code .control-icon {
  width: 120px;
  border: 1px solid #ccc;
  background: -webkit-linear-gradient(#f5f5f5, #cccccc);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cccccc));
  background: linear-gradient(#f5f5f5, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr= #cccccc);
  border-radius: 0px 5px 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #929499;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.75) inset;
}
.form-control-icon.search-bar .form-control {
  padding-right: 60px;
  border: none;
}
.form-control-icon.search-bar .control-icon {
  color: #333;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  width: 60px;
  cursor: pointer;
}
.form-control-icon.datetimepicker .form-control {
  padding-right: 20px;
}
.form-control-icon.datetimepicker .control-icon {
  line-height: 40px;
  width: 20px;
}

textarea.form-control {
  min-height: 40px;
  vertical-align: top;
  width: auto;
}
textarea.block-show {
  width: 100%;
}

.form-field {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-field.extend-form {
  width: 470px;
}
.form-field > * {
  margin-top: 20px;
}

.select-form select {
  background: -webkit-linear-gradient(#fbfbfb, #f3f3f3);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f3f3f3));
  background: linear-gradient(#fbfbfb, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfbfb, endColorstr= #f3f3f3);
}

/*select美化*/
.select-analogy {
  display: inline-block;
  height: 30px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  width: 150px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  border-radius: 2px;
  vertical-align: middle;
  background: url(../images/linear_btn.jpg) repeat-x left bottom;
}
.select-analogy .selected-items {
  padding: 2px 30px 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select-analogy .selected-items:after, .select-analogy .selected-items:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: none;
}
.select-analogy .selected-items:after {
  border-width: 8px;
  border-color: transparent transparent #fff transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
  z-index: 9;
}
.select-analogy .selected-items:before {
  border-width: 9px;
  border-color: transparent transparent #e5e5e5 transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  z-index: 8;
}
.select-analogy:hover {
  z-index: 999;
}
.select-analogy .control-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.select-analogy .control-icon .fa {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.select-analogy.active {
  z-index: 9999;
}
.select-analogy.active .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.select-analogy.active .selected-items:after, .select-analogy.active .selected-items:before {
  display: block;
}
.select-analogy .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.select-analogy .select-list {
  display: block;
  top: 100%;
  padding-top: 10px;
  display: none;
  left: -1px;
  position: absolute;
  min-width: 100%;
}
.select-analogy .select-list ul {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px rgba(12, 3, 7, 0.15);
  color: #333;
  border-radius: 0 0 2px 2px;
}
.select-analogy .select-list a, .select-analogy .select-list span {
  display: block;
  padding: 3px 10px;
  color: #333;
  text-decoration: none;
}
.select-analogy .select-list a:hover, .select-analogy .select-list span:hover {
  background: #eee;
}
.select-analogy .select-list a, .select-analogy .select-list a:hover, .select-analogy .select-list span, .select-analogy .select-list span:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.select-analogy select {
  width: 120%;
  position: relative;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  border: none;
}
.select-analogy select:focus {
  outline: none;
}

/*延保服务*/
.extend-service {
  position: relative;
  z-index: 777;
  display: inline-block;
}
.extend-service:hover {
  z-index: 7777;
}
.extend-service:hover .title {
  color: #167ada;
  border-color: #167ada;
}
.extend-service:hover .title:after, .extend-service:hover .title:before {
  display: block;
}
.extend-service:hover .extend-service-menu {
  display: block;
}
.extend-service .title {
  font-size: 12px;
  line-height: 1;
  color: #999999;
  border: 1px solid #ddd;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 3px;
}
.extend-service .title:after, .extend-service .title:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: none;
}
.extend-service .title:after {
  border-width: 8px;
  border-color: transparent transparent #fff transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
  z-index: 9;
}
.extend-service .title:before {
  border-width: 9px;
  border-color: transparent transparent #e5e5e5 transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  z-index: 8;
}
.extend-service .extend-service-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 380px;
  padding-top: 10px;
  display: none;
}
.extend-service .extend-service-menu .inner-items {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e5e5;
}
.extend-service .extend-service-menu .inner-items h4, .extend-service .extend-service-menu .inner-items li {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.extend-service .extend-service-menu .inner-items li {
  border-top: 1px solid #e5e5e5;
}
.extend-service .extend-service-menu .inner-items li:hover {
  background: -webkit-linear-gradient(#fbfbfb, #eeeeee);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#eeeeee));
  background: linear-gradient(#fbfbfb, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfbfb, endColorstr= #eeeeee);
}
.extend-service .extend-service-menu .inner-items li:hover, .extend-service .extend-service-menu .inner-items li:hover + li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.extend-service .extend-service-menu .price {
  font-size: 14px;
}
.extend-service.pos-top .extend-service-menu {
  top: auto;
  bottom: 100%;
  padding-bottom: 10px;
  padding-top: 0;
}
.extend-service.pos-top .title:after {
  border-color: #fff transparent transparent transparent;
  bottom: auto;
  top: -11px;
}
.extend-service.pos-top .title:before {
  border-color: #e5e5e5 transparent transparent transparent;
  bottom: auto;
  top: -11px;
}

.radio-select {
  position: relative;
  cursor: pointer;
}
.radio-select input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.radio-select span {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #333;
  width: 130px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
.radio-select input:checked ~ span {
  border: 1px solid #3b9ffe;
  color: #167ada;
  background: url("../images/mark_selected_s.png") no-repeat right top;
}
.radio-select.no-store span {
  background: #f5f5f5;
  pointer-events: none;
  color: #666;
}

/*表单样式*/
/*-----------------------------主体结构------------------------------*/
#content {
  position: relative;
  left: 0;
}
#content, #content.active {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.container {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

#content.active, #siteHeader.active, #siteBanner.active {
  left: -400px;
}

/*电脑端*/
.isPC #siteBanner {
  position: fixed;
}
.isPC #bfContainer {
  margin-top: 880px;
}

/*菜单*/
#siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.25s;
  transition: 0.25s
  /*网站菜单*/
  /*用户登录和注册*/
  /*购物车*/
}
#siteHeader.static {
  position: relative !important;
}
#siteHeader.static.active {
  left: 0;
}
#siteHeader .menu {
  /*二级菜单*/
}
#siteHeader .menu > li:hover > a, #siteHeader .menu > li.active > a {
  border-color: #aaa;
  background: #fff;
  box-shadow: 0 10px 10px #efefef inset;
}
#siteHeader .menu > li:hover > a:after, #siteHeader .menu > li.active > a:after {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#siteHeader .menu > li:hover .submenu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#siteHeader .menu > li > a {
  line-height: 60px;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #333;
  position: relative;
}
#siteHeader .menu > li > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#siteHeader .menu > li > a:hover {
  border-color: #aaa;
  background: #fff;
  box-shadow: 0 10px 10px #efefef inset;
}
#siteHeader .menu > li > a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
#siteHeader .menu .submenu {
  position: absolute;
  left: 0;
  top: -600px;
  right: 0;
  z-index: -1;
  min-height: 180px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#siteHeader .menu .submenu img {
  margin: 0 auto 20px;
}
#siteHeader .menu .submenu li {
  width: 350px;
}
#siteHeader .menu .submenu h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
#siteHeader .menu .submenu a {
  color: #666;
}
#siteHeader .menu .submenu a:hover {
  color: #167ada;
}
#siteHeader.slideUp {
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#siteHeader.slideDown {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#siteHeader .site-top {
  height: 60px;
  background: -webkit-linear-gradient(#e5e5e5, #dddddd);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#dddddd));
  background: linear-gradient(#e5e5e5, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr= #dddddd);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.75) inset, 0 1px 1px #999999;
  position: relative;
}
#siteHeader .logo, #siteHeader .menu {
  display: inline-block;
  vertical-align: top;
}
#siteHeader .logo {
  padding-right: 60px;
  padding-top: 10px;
}
#siteHeader .account {
  padding-top: 15px;
}
#siteHeader .account .btn-horizontal-group {
  background: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#dfdfdf));
  background: linear-gradient(#f8f8f8, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr= #dfdfdf);
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
#siteHeader .account .btn-horizontal-group:hover {
  background: -webkit-linear-gradient(#3b9ffe, #2286e4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b9ffe), to(#2286e4));
  background: linear-gradient(#3b9ffe, #2286e4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b9ffe, endColorstr= #2286e4);
  border-color: #3b9ffe;
  box-shadow: 0 1px 0 rgba(10, 96, 177, 0.75);
  color: #fff;
}
#siteHeader .account .btn-horizontal-group:hover .btn {
  color: #fff;
}
#siteHeader .account .btn-horizontal-group:hover .symbol {
  color: #2d87dc;
  text-shadow: 1px 0 0 #5aaaf6;
}
#siteHeader .account .symbol {
  padding: 0;
  color: #ccc;
  text-shadow: 1px 0 0 #fff;
}
#siteHeader .account .btn {
  background: transparent;
  height: 30px;
  line-height: 30px;
  color: #333;
  padding: 0 15px;
}
#siteHeader .account .btn:hover {
  box-shadow: none;
  color: #fff;
}
#siteHeader .btn-shopping-cart {
  font-size: 14px;
  margin-left: 30px;
  background: transparent;
  border: none;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  line-height: 30px;
}
#siteHeader .btn-shopping-cart:focus {
  outline: none;
}
#siteHeader .btn-shopping-cart .icon {
  margin-right: 5px;
  vertical-align: text-top;
}

/*焦点图*/
#siteBanner {
  height: 800px;
  margin-top: 60px;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
#siteBanner a {
  display: block;
  height: 100%;
}
#siteBanner .reservation {
  width: 100%;
  background: url("../images/banner.jpg") no-repeat center top;
  height: 800px;
  float: left;
}
#siteBanner .reservation.active {
  display: block;
}
#siteBanner .linkage {
  width: 100%;
  height: 800px;
  float: left;
  background: url("../images/banner_2.jpg") no-repeat center top;
}
#siteBanner .linkage.active {
  display: block;
}
#siteBanner .owl-nav {
  display: none;
}
#siteBanner .owl-dots {
  position: absolute;
  text-align: center;
  z-index: 88;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
}
#siteBanner .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
}
#siteBanner .owl-dots .owl-dot.active {
  background: #fff;
}

/*主体内容*/
#bfContainer {
  background: #fff;
}

/*推荐产品*/
#recommendTV {
  padding-top: 70px;
  padding-bottom: 105px;
  overflow: hidden;
}
#recommendTV li {
  width: 33.333%;
}
#recommendTV .description {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 20px 20px 10px;
  line-height: 1;
}
#recommendTV .price {
  margin-bottom: 15px;
}
#recommendTV .wrapper {
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-perspective: 800px;
          perspective: 800px;
}
#recommendTV.active li:nth-child(1) .wrapper {
  -webkit-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
}
#recommendTV.active li:nth-child(2) .wrapper {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#recommendTV.active li:nth-child(3) .wrapper {
  -webkit-transition: 0.5s 0.75s;
  transition: 0.5s 0.75s;
}
#recommendTV.active .wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#recommendTV.active .wrapper:hover .block-show {
  -webkit-transform: translate3d(0, 0, 100px);
          transform: translate3d(0, 0, 100px);
}

/*电视升级信息*/
#tvUpgrade {
  margin-top: 90px;
  padding-bottom: 40px;
}
#tvUpgrade .description {
  width: 220px;
  padding: 30px 95px 0 160px;
}
#tvUpgrade .list-inline {
  margin-bottom: 20px;
  margin-top: 40px;
}
#tvUpgrade li {
  width: 50%;
  margin-bottom: 10px;
}
#tvUpgrade li span {
  padding-left: 20px;
  background: url(../images/icon/icon_check_blue.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  color: #666;
}
#tvUpgrade .upgrade-box {
  padding-left: 475px;
}

/*产品预告*/
#productPreview {
  padding-top: 130px;
  padding-bottom: 150px;
  background: -webkit-linear-gradient(#c8dfff 10%, #c0f6fb);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c8dfff 10%), to(#c0f6fb));
  background: linear-gradient(#c8dfff 10%, #c0f6fb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8dfff, endColorstr=#c0f6fb);
  overflow: hidden;
}
#productPreview .items {
  float: left;
  padding: 50px 10px 20px 30px;
  width: 310px;
  min-height: 215px;
  background: #fff;
  margin-left: 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#productPreview .items:first-child {
  margin-left: 0;
}
#productPreview .items h3 {
  font-size: 30px;
  color: #167ada;
  line-height: 1.2;
}
#productPreview .items .description {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
#productPreview .items img {
  float: right;
  margin-top: -80px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#productPreview .items img.small {
  margin-right: 50px;
}
#productPreview .items {
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-perspective: 800px;
          perspective: 800px;
}
#productPreview .wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#productPreview.active .items {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#productPreview.active .items:nth-child(1) {
  -webkit-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
}
#productPreview.active .items:nth-child(2) {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#productPreview.active .items:nth-child(3) {
  -webkit-transition: 0.5s 0.75s;
  transition: 0.5s 0.75s;
}
#productPreview.active .items:hover .wrapper {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#productPreview.active .items:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/*服务信息*/
#siteService {
  padding: 80px 0;
}
#siteService .items {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding-right: 20px;
}
#siteService h6 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
#siteService a {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 1.8;
}
#siteService a:hover {
  color: #3b9ffe;
}
#siteService .service-number {
  font-size: 30px;
  font-family: 'Helvetica';
  font-weight: normal;
  line-height: 1.6;
}
#siteService .btn-default {
  margin-bottom: 10px;
  color: #3b9ffe;
}
#siteService .btn-default:hover {
  color: #fff;
}

.time {
  color: #999;
  font-size: 12px;
}

/*网站底部*/
#siteFooter {
  padding: 30px 0;
  background: #f3f3f3;
  color: #666;
  font-size: 12px;
}
#siteFooter a {
  color: #666;
  font-size: 12px;
}
#siteFooter a:hover {
  color: #3b9ffe;
}
#siteFooter .btn-buy {
  color: #fff;
}
#siteFooter .btn-buy:hover {
  color: #fff;
}

/*侧边栏*/
.aside-menu {
  position: relative;
  padding-bottom: 70px;
}
.aside-menu.active {
  right: 0;
}
.aside-menu, .aside-menu.active {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.aside-menu h2 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.aside-menu h2 small {
  font-weight: normal;
  font-size: 50%;
  padding-top: 10px;
}
.aside-menu .asidebar-content {
  padding-top: 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-menu .asidebar-content .account-form {
  padding: 40px;
  width: 100%;
}
.aside-menu .asidebar-content .account-form .form-label {
  margin-bottom: 25px;
  position: relative;
}
.aside-menu .asidebar-content .account-form .form-label label {
  font-size: 14px;
  color: #929499;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.aside-menu .asidebar-content .account-form .form-label .form-control {
  height: 46px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}
.aside-menu .asidebar-content .account-form .form-label .error {
  position: absolute;
  right: 0;
  top: 0;
}
.aside-menu .asidebar-content .list {
  width: 100%;
}
.aside-menu .asidebar-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 19px;
  line-height: 19px;
  border-top: 1px solid #ddd;
  padding: 25px;
  box-shadow: 0 1px 0 #fff inset;
  color: #aaaaaa;
  background: #f8f8f8;
}
.aside-menu .asidebar-footer a {
  position: relative;
}
.aside-menu .asidebar-footer a span {
  position: absolute;
  white-space: nowrap;
  background: #fff;
  padding: 3px 5px;
  bottom: 40px;
  left: -53px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  font-size: 12px;
  color: #666666;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.aside-menu .asidebar-footer a span:after {
  display: none;
  content: '';
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 6px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.aside-menu .asidebar-footer a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 28px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.aside-menu .asidebar-footer a:hover span:after {
  display: block;
}
.aside-menu .asidebar-footer .title {
  padding-right: 10px;
}
.aside-menu.shopping-cart-information {
  font-size: 12px;
}
.aside-menu.shopping-cart-information.fixed {
  padding-bottom: 100px;
  width: 460px;
  right: -460px;
}
.aside-menu.shopping-cart-information.active {
  right: 0;
}
.aside-menu.shopping-cart-information strong .price {
  line-height: 56px;
}
.aside-menu.shopping-cart-information h2 {
  padding: 40px 40px 10px;
}
.aside-menu.shopping-cart-information .asidebar-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aside-menu.shopping-cart-information .asidebar-footer {
  padding: 20px 40px;
  height: 60px;
}
.aside-menu.shopping-cart-information .asidebar-footer .btn-account {
  margin-top: 0;
}

.error {
  color: #fe5e60;
}

/*弹窗阴影*/
#shadow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  z-index: 8888;
}

/*购物车列表*/
.shopping-cart-list .items {
  padding: 5px 25px 20px 20px;
  position: relative;
}
.shopping-cart-list .items .icon-close {
  position: absolute;
  right: 10px;
  top: 40%;
  display: none;
}
.shopping-cart-list .items, .shopping-cart-list .items:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.shopping-cart-list .items:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.shopping-cart-list .items:hover .description {
  border-color: transparent;
}
.shopping-cart-list .items:hover .icon-close {
  display: block;
}
.shopping-cart-list .items:hover + .items .description {
  border-color: transparent;
}
.shopping-cart-list .items:first-child .description {
  border: none;
}
.shopping-cart-list a {
  font-size: 14px;
  color: #333;
}
.shopping-cart-list img {
  width: 120px;
  margin-top: 20px;
}
.shopping-cart-list p {
  margin-bottom: 10px;
}
.shopping-cart-list .description {
  padding-left: 145px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.shopping-cart-list .extend-service {
  margin-left: 20px;
}
.shopping-cart-list .extend-service .extend-service-menu {
  right: 0;
  left: auto;
}

.empty-shopping-cart {
  font-size: 14px;
  color: #929499;
  padding-top: 80px;
}
.empty-shopping-cart strong {
  font-size: 24px;
  display: block;
  padding-top: 120px;
  background: url(../images/icon/icon_cart_b.png) no-repeat center top;
}

/*小屏幕菜单显示*/
.btn-menu-toggle {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #333;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

#BFSubMenu {
  width: 400px;
}
#BFSubMenu a {
  display: block;
  padding: 10px 50px;
  font-size: 14px;
  color: #333;
  line-height: 2;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#BFSubMenu a:hover {
  background: #fff;
  box-shadow: 0 10px 10px #efefef inset;
  border-color: #aaa;
}
#BFSubMenu li {
  position: relative;
}
#BFSubMenu li .control-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  color: #aaa;
}
#BFSubMenu .submenu {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  display: none;
}
#BFSubMenu .submenu a {
  padding-left: 70px;
}

#wrapper-menu {
  width: 600px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

/*首页样式*/
/*个人中心*/
.account-center {
  padding-bottom: 75px;
  padding-top: 135px;
  background: #f3f3f3;
  min-height: 650px
  /*个人中心主体内容*/
  /*个人信息*/
  /*订单消息列表*/
}
.account-center .container {
  position: relative;
}
.account-center .user-submenu {
  width: 160px;
  color: #555;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.account-center .user-submenu .items {
  margin-bottom: 20px;
}
.account-center .user-submenu h3 {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.account-center .user-submenu a {
  color: #555;
}
.account-center .user-submenu a.active, .account-center .user-submenu a:hover {
  color: #167ada;
}
.account-center .user-content {
  margin-left: 160px;
  background: #fff;
  padding: 50px;
  font-size: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  min-height: 500px;
}
.account-center .user-content p {
  line-height: 2;
}
.account-center .user-information {
  height: 130px;
}
.account-center .user-information p {
  padding-left: 160px;
  line-height: 1;
}
.account-center .user-information .user-nickname {
  color: #999;
}
.account-center .user-information .user-nickname b {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.account-center .user-information a {
  color: #333333;
}
.account-center .user-information a:hover {
  color: #167ada;
}
.account-center .user-information .user-account {
  padding-top: 30px;
}
.account-center .user-order-information .items {
  float: left;
  width: 50%;
  font-size: 18px;
  color: #333333;
  margin-top: 60px;
}
.account-center .user-order-information p {
  padding-top: 10px;
  padding-left: 100px;
}
.account-center .user-order-information a {
  font-size: 14px;
  color: #333;
}
.account-center .user-order-information a:hover {
  color: #167ada;
}
.account-center .user-order-information .icon {
  float: left;
}

/*头像*/
.thumb {
  position: relative;
  width: 128px;
  height: 128px;
}
.thumb input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/*帮助消息切换*/
.tips-toggle {
  font-size: 12px;
  color: #333;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.tips-toggle:hover .tips {
  display: block;
}
.tips-toggle.md-size {
  padding-top: 12px;
}
.tips-toggle .tips {
  position: absolute;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
  line-height: 2;
  padding: 15px;
  min-width: 260px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  right: 0;
  top: 100%;
  margin-top: 10px;
  display: none;
}
.tips-toggle .tips:after, .tips-toggle .tips:before {
  display: block;
  border-style: solid;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: -16px;
}
.tips-toggle .tips:after {
  border-width: 8px;
  right: 50px;
  border-color: transparent transparent #fff transparent;
}
.tips-toggle .tips:before {
  border-width: 9px;
  right: 49px;
  top: -18px;
  border-color: transparent transparent #ddd transparent;
}

/*我的预约*/
.appointment-list .table {
  margin-top: 40px;
}
.appointment-list .table:first-child {
  margin-top: 0;
}

/*标记*/
.mark {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  display: inline-block;
}
.mark.mark-binding {
  color: #fff;
  background: #3b9ffe;
  line-height: 1.5;
}
.mark.mark-read {
  background: #e5e5e5;
  color: #999;
}
.mark.mark-fail {
  background: #ff6c00;
  color: #fff;
}

.mark-service {
  color: #3b9ffe;
}

/*消息中心*/
.notice-list {
  font-size: 14px;
  color: #333;
}
.notice-list .items {
  padding-right: 140px;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px dashed #ddd;
}
.notice-list .items .control-icon {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 12px;
}
.notice-list .items .control-icon .mark {
  margin-left: 10px;
}

/*订单进度条*/
.order-progressbar {
  max-width: 830px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
.order-progressbar .progressbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 36px;
  z-index: 0;
  background: url(../images/point.png) no-repeat left center;
}
.order-progressbar .progressbar span {
  display: block;
  height: 36px;
  width: 0;
  background: url(../images/point_active.png) no-repeat left center;
}
.order-progressbar .progressbar.progressbar-place-order span {
  width: 150px;
}
.order-progressbar .progressbar.progressbar-payment span {
  width: 327px;
}
.order-progressbar .progressbar.progressbar-shipping span {
  width: 504px;
}
.order-progressbar .progressbar.progressbar-receiving span {
  width: 681px;
}
.order-progressbar .progressbar.progressbar-deal-close span {
  width: 100%;
}
.order-progressbar .items {
  float: left;
  width: 177px;
  position: relative;
  z-index: 9;
}
.order-progressbar .items.active .point {
  font-size: 0;
}
.order-progressbar .items.active strong {
  color: #ff6c00;
}
.order-progressbar .items.place-order {
  width: 150px;
}
.order-progressbar .items.place-order span {
  margin-left: -20px;
}
.order-progressbar .items.place-order strong {
  padding-right: 15px;
}
.order-progressbar .items.deal-close {
  width: 149px;
}
.order-progressbar .items.deal-close span {
  margin-right: -20px;
}
.order-progressbar .items.deal-close strong {
  padding-left: 10px;
}
.order-progressbar .items.receiving span {
  margin-left: -5px;
}
.order-progressbar .items .point {
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.order-progressbar .items strong {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #999999;
}

.remind-tips {
  color: #999;
}

/*属性列表*/
.attribute-list li {
  position: relative;
  min-height: 14px;
  margin-bottom: 10px;
  padding-left: 70px;
}
.attribute-list li label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 14px;
  width: 60px;
  color: #999999;
}
.attribute-list.md-size li {
  padding-left: 100px;
}
.attribute-list.md-size label {
  width: 90px;
}

/*订单物流信息*/
.order-logistics-information {
  padding: 40px;
  background: #f5f5f5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.order-logistics-information .logistics-infor {
  width: 250px;
  padding-right: 35px;
  border-right: 1px solid #ddd;
}
.order-logistics-information .payment-information {
  border-left: 1px solid #fff;
  padding-left: 35px;
}
.order-logistics-information .btn-edit {
  padding-left: 10px;
  color: #167ada;
}

.link {
  color: #167ada;
}

.table-show {
  display: table;
  width: 100%;
}
.table-show > * {
  display: table-cell;
  vertical-align: top;
}

.order-list {
  font-size: 14px;
  line-height: 2;
}
.order-list img {
  padding: 0 40px 0 0;
}
.order-list .items {
  margin-bottom: 20px;
}

.order-amount {
  width: 200px;
}
.order-amount .attribute-list label {
  color: #333;
}

/*退货*/
.pop-returns {
  line-height: 2;
  padding-bottom: 20px;
}
.pop-returns a {
  padding: 10px 20px;
  color: #333;
  border-left: 1px solid #ddd;
}
.pop-returns a:hover {
  color: #167ada;
}
.pop-returns a:hover .icon {
  background-position-y: -62px;
}
.pop-returns a:hover .icon.icon-tools {
  background-position-y: -61px;
}
.pop-returns a:first-child {
  border-left: none;
}
.pop-returns .icon {
  margin: 0 auto 10px;
}

/*地址列表*/
.address-list {
  margin-top: 20px;
}
.address-list .items {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  margin-right: 4%;
  float: left;
  color: #666666;
  line-height: 18px;
  margin-bottom: 20px;
  min-height: 80px;
}
.address-list .items .inner-items {
  padding: 15px 90px 15px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 2px;
}
.address-list .items input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.address-list .items input[type="radio"]:checked + .inner-items {
  color: #3b9ffe;
  border-color: #3b9ffe;
  background: url(../images/mark_selected.png) no-repeat right -1px top -1px;
}
.address-list .items input[type="radio"]:checked + .inner-items h4 {
  color: #3b9ffe;
}
.address-list .items input[type="radio"]:checked + .inner-items .control-icon {
  display: none;
}
.address-list .items:nth-child(2n) {
  margin-right: 0;
}
.address-list .items.no-margin {
  margin-right: 0;
}
.address-list .items:hover .inner-items, .address-list .items:hover a {
  color: #167ada;
  border-color: #167ada;
}
.address-list .items.add-address {
  font-size: 18px;
  color: #999999;
  line-height: 80px;
  text-align: center;
}
.address-list .items.add-address .inner-items {
  padding-right: 15px;
}
.address-list .items.add-address:hover {
  color: #167ada;
  border-color: #167ada;
}
.address-list .items.add-address:hover .icon {
  background-position-y: -22px;
}
.address-list .items .control-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.address-list .items h5 {
  font-weight: normal;
  margin-bottom: 10px;
}
.address-list .items h5 strong {
  font-size: 16px;
  font-weight: normal;
  padding-right: 20px;
}
.address-list .items h5 small {
  font-size: 80%;
}

/*城市选择*/
.J_SelectCity li {
  display: inline-block;
}
.J_SelectCity .select-list ul {
  width: 446px;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.J_SelectCity .select-town .select-list {
  margin-left: -160px;
}
.J_SelectCity .select-country .select-list {
  left: auto;
  right: -1px;
}
.J_SelectCity .select-analogy {
  margin-left: 10px;
}
.J_SelectCity .select-analogy:first-child {
  margin-left: 0;
}
.J_SelectCity.md-size .select-analogy {
  height: 52px;
  width: 240px;
}
.J_SelectCity.md-size .selected-items {
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
}
.J_SelectCity.md-size .control-icon {
  line-height: 50px;
}
.J_SelectCity.md-size select {
  font-size: 14px;
}

.address-form {
  padding: 35px;
  background: #fff;
}
.address-form .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.address-form .form-control {
  margin-bottom: 15px;
}
.address-form .select-city {
  margin-bottom: 15px;
}
.address-form .select-city .select-list ul {
  width: 290px;
}
.address-form .select-country {
  margin-left: 0;
  display: block;
  margin-top: 15px;
  width: 100%;
}
.address-form .btn {
  margin-left: 10px;
}
.address-form .btn:first-child {
  margin-left: 0;
}

.purchase-content {
  background: #f3f3f3;
  padding-top: 140px;
  padding-bottom: 115px;
}
.purchase-content .container {
  background: #fff;
  padding: 60px;
  width: 990px;
}
.purchase-content .page-title {
  margin-bottom: 30px;
}
.purchase-content .purchase-items {
  padding-bottom: 40px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 40px;
}
.purchase-content .select-city {
  margin-bottom: 20px;
}

.purchase-select-list .purchase-select-items {
  float: left;
  margin-left: 20px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  /* @include linearGradient(#fbfbfb, #f5f5f5);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfbfb, endColorstr= #f5f5f5);*/
  background: url(../images/linear_select.jpg) repeat-x left bottom;
}
.purchase-select-list .purchase-select-items:first-child {
  margin-left: 0;
}
.purchase-select-list .purchase-select-items h4 {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  font-weight: normal;
}
.purchase-select-list .purchase-select-items .inner-items {
  padding: 28px 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 175px;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.purchase-select-list .purchase-select-items input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.purchase-select-list .purchase-select-items input[type="radio"]:checked + .inner-items {
  color: #3b9ffe;
  border-color: #3b9ffe;
  background: url(../images/mark_selected.png) no-repeat right -1px top -1px;
}
.purchase-select-list .purchase-select-items input[type="radio"]:checked + .inner-items h4 {
  color: #3b9ffe;
}
.purchase-select-list .purchase-select-items.out-of-stock {
  color: #aaaaaa;
  cursor: auto;
}
.purchase-select-list .purchase-select-items.out-of-stock h4 {
  color: #aaaaaa;
}
.purchase-select-list .purchase-select-items.out-of-stock .inner-items {
  background: url(../images/mark_saleout.png) no-repeat right -1px top -1px;
}

.order-confirm .purchase-items {
  padding-left: 165px;
  position: relative;
}
.order-confirm .purchase-items > label {
  position: absolute;
  left: 0;
  top: 0;
}
.order-confirm .address-list {
  margin-top: 40px;
}
.order-confirm .btn-explain {
  margin-right: 10px;
  width: 170px;
}
.order-confirm .checkout-information {
  width: 210px;
  float: right;
}

/*产品详情页*/
.product-attribute {
  position: relative;
  height: 60px;
  z-index: 7777;
}
.product-attribute #localnav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 99;
  color: #333333;
  -webkit-transition: padding 0.25s;
          transition: padding 0.25s;
}
.product-attribute #localnav.static {
  position: static !important;
}
.product-attribute #localnav .small-menu {
  display: inline-block;
  vertical-align: middle;
}
.product-attribute #localnav #localnavToggle {
  border: none;
  background: transparent;
  font-size: 20px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.product-attribute #localnav .list {
  display: inline-block;
}
.product-attribute #localnav .btn {
  margin-left: 20px;
  color: #fff;
}
.product-attribute #localnav a {
  color: #333;
}
.product-attribute #localnav .group-size {
  font-size: 18px;
  margin-left: 10px;
}
.product-attribute #localnav .group-size a.active {
  color: #3b9ffe;
}
.product-attribute #localnav strong {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.product-attribute #localnav a.active {
  color: #08c;
}
.product-attribute #localnav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f5f5f5;
  background: rgba(243, 243, 243, 0.8);
  z-index: 99;
  -webkit-transition: 0.05s;
          transition: 0.05s;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: padding 0.25s;
          transition: padding 0.25s;
  z-index: 99;
}
.product-attribute #localnav.prodcut-category {
  background: #fff;
}
.product-attribute #localnav.prodcut-category a {
  padding-right: 50px;
}
.product-attribute #localnav.prodcut-category.fixed {
  background: rgba(255, 255, 255, 0.8);
}

.mainContent {
  min-height: 1000px;
  padding-top: 30px;
}

/*产品列表*/
.product-list {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 110px;
}
.product-list li {
  background: #fff;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 240px;
  padding: 55px;
  overflow: hidden;
  height: 260px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-list li:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-list li:hover .btn {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.product-list li .description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 40px;
}
.product-list li .btn {
  margin-top: 10px;
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*预约*/
.appointment-num {
  padding-left: 20px;
}
.appointment-num .tips {
  font-style: normal;
  color: #ff6c00;
}

/*定制*/
#tv-customized {
  padding-top: 50px;
  padding-bottom: 250px;
}
#tv-customized .custonized-content {
  position: relative;
}
#tv-customized #customizedThumb {
  position: absolute;
  top: 0;
  z-index: 9;
}
#tv-customized #customizedThumb.fixed {
  position: fixed;
}
#tv-customized #customized-menu {
  padding-left: 630px;
}
#tv-customized #customized-menu h1 {
  font-size: 36px;
  line-height: 1;
}
#tv-customized #customized-menu .viewThumb {
  color: #167ada;
  border: 1px solid #167ada;
  padding: 3px 10px;
  font-size: 12px;
}
#tv-customized #customized-menu .items {
  border-top: 1px dashed #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
#tv-customized #customized-menu .items .purchase-selected {
  padding-right: 90px;
  line-height: 60px;
  position: relative;
  min-height: 60px;
  display: none;
}
#tv-customized #customized-menu .items .purchase-selected .purchase-selected-items {
  font-size: 24px;
  font-weight: normal;
}
#tv-customized #customized-menu .items .purchase-selected .purchase-select-edit {
  color: #167ada;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  cursor: pointer;
  text-align: center;
}
#tv-customized #customized-menu h2 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
#tv-customized #customized-menu .title-tips {
  font-size: 12px;
  color: #999;
}
#tv-customized #customized-menu .title-tips a {
  color: #167ada;
}
#tv-customized #customized-menu .extend-service-list {
  background: #f8f8f8;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#tv-customized #customized-menu .extend-service-list .extend-service {
  display: block;
}
#tv-customized #customized-menu .extend-service-list .extend-service.extend-service-lettering .inner-items {
  padding: 20px;
  color: #999999;
  font-size: 12px;
}
#tv-customized #customized-menu .extend-service-list .extend-service.extend-service-lettering .inner-items .form-control {
  margin-bottom: 10px;
}
#tv-customized #customized-menu .extend-service-list .extend-service.extend-service-lettering .inner-items .btn {
  padding: 0;
  color: #167ada;
}
#tv-customized #customized-menu .extend-service-list .extend-service .title {
  border: none;
  display: block;
  color: #167ada;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
#tv-customized #customized-menu .extend-service-list .extend-service .title a {
  color: #167ada;
  font-size: 12px;
  line-height: 18px;
}
#tv-customized #customized-menu .extend-service-list .extend-service .title:after {
  left: 30px;
}
#tv-customized #customized-menu .extend-service-list .extend-service .title:before {
  left: 30px;
}
#tv-customized #customized-menu .extend-service-list .extend-service:last-child .title {
  border-bottom: none;
}
#tv-customized .tv-size .purchase-select-items .inner-items {
  width: 144px;
  min-height: 70px;
  padding: 0;
}
#tv-customized .purchase-select-items {
  margin-top: 25px;
}
#tv-customized .purchase-select-items .inner-items {
  width: 228px;
  min-height: 70px;
  padding: 0;
}
#tv-customized .purchase-select-items h4 {
  font-size: 18px;
  padding-bottom: 0;
}

#buy-now {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 30px;
  padding-top: 30px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 2;
  z-index: 8888;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#buy-now.active {
  left: -400px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#buy-now a {
  color: #167ada;
}
#buy-now a.btn {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#buy-now ol {
  list-style: decimal;
  padding-left: 20px;
}
#buy-now .delivery-address {
  margin-left: 120px;
}

/*预约*/
#pop-appointment .items-cell {
  border-left: 1px solid #ddd;
}
#pop-appointment .items-cell a {
  color: #333;
}
#pop-appointment .items-cell a:hover {
  color: #167ada;
}
#pop-appointment .items-cell:first-child {
  border-left: none;
}

/*风迷码*/
.wind-code {
  font-size: 12px;
  color: #666666;
}
.wind-code .items-cell {
  width: 50%;
  border-left: 1px solid #ddd;
}
.wind-code .items-cell .inner-items {
  padding-left: 60px;
}
.wind-code .items-cell h3 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #333;
}
.wind-code .items-cell h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 35px;
}
.wind-code .items-cell .get-wind-code {
  margin-top: 40px;
}
.wind-code .items-cell .validate-code {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wind-code .items-cell .validate-code .form-control {
  margin-right: 20px;
}
.wind-code .items-cell .validate-code .form-control.sm-size {
  width: 160px;
}
.wind-code .items-cell .validate-code img {
  margin-right: 20px;
}
.wind-code .items-cell .validate-code .fa {
  cursor: pointer;
}
.wind-code .items-cell:first-child {
  border-left: none;
}
.wind-code .items-cell:first-child .inner-items {
  padding-right: 60px;
}

/*成功信息提示*/
.success-tips h1, .error-tips h1 {
  line-height: 1;
}
.success-tips p, .error-tips p {
  padding-bottom: 10px;
}
.success-tips.appoint, .error-tips.appoint {
  padding-left: 350px;
  font-size: 13px;
}

.success-tips h1 {
  color: #11c569;
}

.appointment-list {
  padding-top: 30px;
}

/*错误信息提示*/
.error-tips h1 {
  color: #fe5e60;
}

/*盲定*/
.container-bd {
  background: #f3f3f3;
  padding-top: 80px;
  min-height: 400px;
  padding-bottom: 1px;
}
.container-bd .container {
  background: #fff;
  margin-top: 60px;
}
.container-bd .container.lg-size {
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-bd .blind-order {
  padding: 60px;
}
.container-bd .blind-order h1 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 40px;
}
.container-bd .blind-order .items {
  display: inline-block;
  vertical-align: top;
  width: 298px;
}
.container-bd .blind-order .btn {
  padding-left: 20px;
  width: auto;
  padding-right: 20px;
  margin-top: -55px;
}
.container-bd .blind-rules {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.container-bd .blind-rules .items {
  width: 50%;
  float: left;
  font-size: 12px;
}
.container-bd .blind-rules .items .inner-items {
  padding-left: 70px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.container-bd .blind-rules .items ol {
  padding-left: 20px;
  color: #666666;
  line-height: 2;
  list-style: decimal;
}
.container-bd .blind-rules .items h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.container-bd .blind-rules .items:first-child {
  margin-right: -1px;
  border-right: 1px solid #ddd;
}
.container-bd .blind-rules .items:first-child .inner-items {
  padding-left: 0;
  padding-right: 70px;
  float: right;
}
.container-bd .blind-information {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999999;
}

.blind-success {
  padding: 50px;
}
.blind-success .items-cell {
  width: 50%;
}
.blind-success .items-cell .inner-items {
  padding-left: 60px;
}
.blind-success .items-cell:first-child {
  border-right: 1px solid #ddd;
}
.blind-success .items-cell:first-child .inner-items {
  padding-left: 0;
}
.blind-success .success-tips {
  margin-bottom: 20px;
}
.blind-success h2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blind-success .tips {
  margin-top: 30px;
  margin-bottom: 10px;
}
.blind-success .btn {
  margin-right: 20px;
}
.blind-success .inner-items {
  font-size: 12px;
  line-height: 2;
}
.blind-success .inner-items .title {
  margin-bottom: 30px;
}
.blind-success .inner-items .title .message {
  font-size: 18px;
}

.blind-information-form {
  padding: 30px;
  font-size: 12px;
  color: #999;
}
.blind-information-form .form-control {
  margin-bottom: 20px;
}
.blind-information-form h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.blind-information-form .option {
  margin-top: 30px;
}
.blind-information-form .option .btn-default {
  border-color: #ddd;
  margin-right: 20px;
  color: #333;
  background: #fff;
}
.blind-information-form .select-city {
  margin-top: 30px;
  margin-bottom: 30px;
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -90px;
  font-size: 12px;
  color: #999999;
}

.information-list {
  background: #f5f5f5;
  padding: 40px 0;
}
.information-list .items-cell {
  width: 50%;
  border-left: 1px solid #fff;
}
.information-list .items-cell:first-child {
  border-left: none;
  border-right: 1px solid #ddd;
}
.information-list .inner-items {
  padding-left: 40px;
}
.information-list .inner-items h3 {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
}
.information-list .inner-items li {
  line-height: 2;
}

.extend-form .tips {
  color: #999;
}

.radio-select .alipay, .radio-select .weixinpay, .radio-select .unionpay {
  background-color: #fafafa;
  width: 310px;
  background-size: cover;
}
.radio-select .alipay i, .radio-select .weixinpay i, .radio-select .unionpay i {
  display: inline-block;
  width: 308px;
  height: 150px;
}
.radio-select .alipay i {
  background: url(../images/alipay.png) no-repeat center center;
}
.radio-select .weixinpay i {
  background: url(../images/weixinpay.png) no-repeat center center;
}
.radio-select .unionpay i {
  background: url(../images/unionpay.png) no-repeat center center;
}

.play-game {
  padding-top: 30px;
}
.play-game h3 {
  line-height: 1.3;
  padding-bottom: 10px;
}
.play-game .table-show .items-cell {
  border: none;
  width: auto;
}
.play-game .table-show .items-cell:first-child {
  width: 130px;
}
.play-game .table-show .items-cell .inner-items {
  padding-left: 20px;
}

/*盲定开始*/
.tv-begin {
  background: #000;
}
.tv-begin .inner-background {
  background-size: 1920px 1100px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
}
.tv-begin .container {
  position: relative;
  z-index: 9;
}
.tv-begin .slide-intro {
  height: 1100px;
  position: relative;
}
.tv-begin .slide-intro .inner-background {
  background: url("../images/begin/tv.jpg") no-repeat center top;
}
.tv-begin .slide-intro .inner-items {
  padding-top: 295px;
  padding-left: 650px;
}
.tv-begin .slide-intro .title, .tv-begin .slide-intro .description {
  color: #fff;
}
.tv-begin .slide-intro .title span, .tv-begin .slide-intro .description span {
  position: relative;
}
.tv-begin .slide-intro .description {
  margin-bottom: 60px;
  margin-top: 60px;
}
.tv-begin .slide-intro .jump-link a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  text-transform: uppercase;
  background-size: cover;
  width: 261px;
  height: 151px;
  background: url("../images/begin/s_1_btn.png") no-repeat center top;
  position: relative;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-right: auto;
  margin-left: auto;
}
.tv-begin .slide-intro.active .title span, .tv-begin .slide-intro.active .description span {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transition: 0.8s 0.2s;
          transition: 0.8s 0.2s;
}
.tv-begin .slide-intro.active .description span {
  -webkit-transition: 1s 0.2s;
          transition: 1s 0.2s;
}
.tv-begin .slide-intro.active .jump-link a {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transition: 1.2s 0.2s;
          transition: 1.2s 0.2s;
}
.tv-begin .slide-tv {
  height: 1100px;
  position: relative;
}
.tv-begin .slide-tv .inner-background {
  background: url("../images/begin/s_bg_2.jpg") no-repeat center top;
}
.tv-begin .slide-tv .inner-items .description {
  padding-top: 160px;
}
.tv-begin .slide-struct {
  height: 1100px;
  position: relative;
}
.tv-begin .slide-struct .inner-background {
  background: url("../images/begin/s_bg_3.jpg") repeat-x left top;
}
.tv-begin .slide-struct .description {
  margin-top: 20px;
}
.tv-begin .slide-struct .inner-items {
  margin-top: 90px;
}
.tv-begin .slide-struct .title {
  padding-top: 130px;
  margin-bottom: 70px;
}
.tv-begin .slide-struct .title, .tv-begin .slide-struct .description, .tv-begin .slide-struct .icon-placehoder {
  position: relative;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tv-begin .slide-struct.active .title, .tv-begin .slide-struct.active .description, .tv-begin .slide-struct.active .icon-placehoder {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transition: 0.8s 0.2s;
          transition: 0.8s 0.2s;
}
.tv-begin .slide-struct.active .icon-placehoder {
  -webkit-transition: 1s 0.2s;
          transition: 1s 0.2s;
}
.tv-begin .slide-struct.active .description {
  -webkit-transition: 1.2s 0.2s;
          transition: 1.2s 0.2s;
}
.tv-begin .slide-advantage {
  height: 1100px;
  position: relative;
}
.tv-begin .slide-advantage .inner-background {
  background: url("../images/begin/s_bg_4.jpg") no-repeat center top;
}
.tv-begin .slide-advantage .items:first-child {
  padding-top: 100px;
}
.tv-begin .slide-advantage .title {
  margin-top: 80px;
}
.tv-begin .slide-advantage .description {
  margin-top: 30px;
}
.tv-begin .slide-advantage .title, .tv-begin .slide-advantage .description {
  position: relative;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tv-begin .slide-advantage.active .items:nth-child(1) .title, .tv-begin .slide-advantage.active .items:nth-child(1) .description {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s 0.2s;
          transition: 0.3s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(1) .description {
  -webkit-transition: 0.4s 0.2s;
          transition: 0.4s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(2) .title, .tv-begin .slide-advantage.active .items:nth-child(2) .description {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.6s 0.2s;
          transition: 0.6s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(2) .description {
  -webkit-transition: 0.8s 0.2s;
          transition: 0.8s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(3) .title, .tv-begin .slide-advantage.active .items:nth-child(3) .description {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.9s 0.2s;
          transition: 0.9s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(3) .description {
  -webkit-transition: 1.2s 0.2s;
          transition: 1.2s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(4) .title, .tv-begin .slide-advantage.active .items:nth-child(4) .description {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1.2s 0.2s;
          transition: 1.2s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(4) .description {
  -webkit-transition: 1.6s 0.2s;
          transition: 1.6s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(5) .title, .tv-begin .slide-advantage.active .items:nth-child(5) .description {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1.5s 0.2s;
          transition: 1.5s 0.2s;
}
.tv-begin .slide-advantage.active .items:nth-child(5) .description {
  -webkit-transition: 2s 0.2s;
          transition: 2s 0.2s;
}
.tv-begin .slide-boss {
  height: 1100px;
  position: relative;
}
.tv-begin .slide-boss .inner-background {
  background: url("../images/begin/s_bg_5.jpg") no-repeat center top;
}
.tv-begin .slide-boss .inner-items {
  padding-top: 150px;
  padding-left: 530px;
}
.tv-begin .slide-boss .inner-items .title {
  margin-top: 90px;
}

.linkage-container {
  overflow-x: hidden;
  background: #f3f3f3;
}
.linkage-container img {
  min-height: 700px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.linkage-container .container-bd {
  width: 1100px;
  margin: 60px auto;
  background: #fff;
}
.linkage-container .container-bd .form-group {
  width: 400px;
  margin: 0 auto;
}
.linkage-container .container-bd .select-analogy {
  width: 100%;
  height: 40px;
  line-height: 34px;
}
.linkage-container .container-bd .btn {
  margin-top: 20px;
}

.pay-method-container {
  padding: 50px 10px;
  min-height: 500px;
}

/*单页一*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

.list-inline li {
  font-size: 1.6rem;
}

.num-blue {
  color: #0084fe;
}

.page-detail-content {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  overflow-x: hidden
  /*动画*/
  /*end*/
}
.page-detail-content .title {
  font-size: 3.6rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}
.page-detail-content .title, .page-detail-content .description {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 2s;
          transition: opacity 0.8s, transform 2s;
}
.page-detail-content .animate-list li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.page-detail-content .active .title, .page-detail-content .active .description, .page-detail-content .active .tv-definition-engine-tv {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 2s;
          transition: opacity 1s, transform 2s;
}
.page-detail-content .active .description {
  -webkit-transition: opacity 0.8s, -webkit-transform 2.5s;
          transition: opacity 0.8s, transform 2.5s;
}
.page-detail-content .active .animate-list li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-detail-content .active .animate-list li:nth-child(1) {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 0.5s 0.5s;
          transition: opacity 0.8s 0.5s, transform 0.5s 0.5s;
}
.page-detail-content .active .animate-list li:nth-child(2) {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 1s 0.5s;
          transition: opacity 0.8s 0.5s, transform 1s 0.5s;
}
.page-detail-content .active .animate-list li:nth-child(3) {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 1.5s 0.5s;
          transition: opacity 0.8s 0.5s, transform 1.5s 0.5s;
}
.page-detail-content .active .animate-list li:nth-child(4) {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 2s 0.5s;
          transition: opacity 0.8s 0.5s, transform 2s 0.5s;
}
.page-detail-content .active .animate-list li:nth-child(5) {
  -webkit-transition: opacity 0.8s 0.5s, -webkit-transform 2.5s 0.5s;
          transition: opacity 0.8s 0.5s, transform 2.5s 0.5s;
}
.page-detail-content .tv-ui-slider {
  height: 570px;
  position: relative;
}
.page-detail-content .tv-ui-slider .tv-ui-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/tv-ui/banner.jpg") no-repeat center center;
}
.page-detail-content .tv-ui-slider .tv-ui-layer-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/tv-ui/f_1.png") right center;
  z-index: 7;
  -webkit-animation: glowworm 30s infinite;
          animation: glowworm 30s infinite;
}
.page-detail-content .tv-ui-slider .tv-ui-layer-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/tv-ui/f_2.png") left center;
  z-index: 9;
  -webkit-animation: glowworm 25s infinite;
          animation: glowworm 25s infinite;
}
.page-detail-content .tv-ui-slider .summary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 22;
  margin-left: -270px;
  margin-top: -110px;
}
.page-detail-content .tv-ui-slider .summary .title {
  font-size: 6rem;
  margin-bottom: 10px;
}
.page-detail-content .tv-ui-slider .summary ul {
  font-size: 0;
}
.page-detail-content .tv-ui-slider .summary li {
  font-size: 1.8rem;
  line-height: 40px;
  width: 140px;
  display: inline-block;
  border: 1px solid #fff;
  margin-left: -1px;
}
.page-detail-content .tv-ui-slider .summary li:hover, .page-detail-content .tv-ui-slider .summary li.active {
  background: rgba(255, 255, 255, 0.6);
}
.page-detail-content .tv-ui-slider .summary li:first-child {
  border-radius: 5px 0 0 5px;
}
.page-detail-content .tv-ui-slider .summary li:last-child {
  border-radius: 0 5px 5px 0;
}
.page-detail-content .tv-ui-slider .summary li a {
  color: #fff;
  display: block;
}
.page-detail-content .tv-ui-loop {
  height: 810px;
  background: url("../images/tv-ui/bg_2.jpg") no-repeat center center;
  color: #fff;
}
.page-detail-content .tv-ui-loop .tv-ui-loop-container {
  padding-top: 223px;
  height: 265px;
  margin-bottom: 120px;
  position: relative;
}
.page-detail-content .tv-ui-loop .tv-ui-loop-container .tv-ui-loop-focus {
  width: 475px;
  height: 695px;
  background: url("../images/tv-ui/focus.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -258px;
  margin-top: -350px;
  z-index: 9;
}
.page-detail-content .tv-ui-loop .tv-ui-loop-container .items {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.page-detail-content .tv-ui-loop .tv-ui-loop-container .tv-ui-loop-sliders {
  height: 265px;
}
.page-detail-content .tv-ui-design {
  height: 830px;
  position: relative;
  background: url("../images/tv-ui/bg_3.jpg") no-repeat center center;
}
.page-detail-content .tv-ui-design .summary {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -550px;
  margin-top: -260px;
}
.page-detail-content .tv-ui-layer {
  height: 1100px;
  position: relative;
  background: url("../images/tv-ui/bg_4.jpg") no-repeat center center;
}
.page-detail-content .tv-ui-layer .summary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-left: 160px;
  margin-top: -200px;
}
.page-detail-content .tv-ui-recommend {
  margin-top: -60px;
  position: relative;
}
.page-detail-content .tv-ui-recommend .summary {
  position: relative;
  z-index: 99;
}
.page-detail-content .tv-ui-recommend-show {
  height: 735px;
  position: relative;
  background: url("../images/tv-ui/bg_5.jpg") no-repeat center center;
}
.page-detail-content .tv-ui-recommend-show .recommend-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4.5rem;
  color: #fff;
  margin-left: -480px;
  margin-top: -220px;
}
.page-detail-content .learn-detail {
  padding: 40px 0;
  background: #f2f2f2;
}
.page-detail-content .learn-detail .btn {
  color: #c68677;
  border: 1px solid #c68677;
  line-height: 1.8;
}
.page-detail-content .learn-detail .btn:hover {
  background: #c68677;
  color: #fff;
}

@-webkit-keyframes glowworm {
  0% {
    background-position-y: bottom;
  }
  100% {
    background-position-y: top;
  }
}

@keyframes glowworm {
  0% {
    background-position-y: bottom;
  }
  100% {
    background-position-y: top;
  }
}
@media (max-width: 1366px) {
  .page-detail-content .tv-ui-slider {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .page-detail-content .tv-ui-slider .summary {
    margin-left: -120px;
  }
  .page-detail-content .tv-ui-slider .summary .title {
    font-size: 3rem;
  }
  .page-detail-content .tv-ui-slider .summary li {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-detail-content .tv-ui-loop .tv-ui-loop-sliders {
    display: none;
  }
  .page-detail-content .tv-ui-loop .summary {
    font-size: 1.4rem;
    padding: 20px;
    text-align: left;
  }
  .page-detail-content .tv-ui-loop .tv-ui-loop-container {
    margin-bottom: 0;
  }
  .page-detail-content .tv-ui-loop .tv-ui-loop-container .tv-ui-loop-focus {
    width: 100%;
    background-size: contain;
    margin-left: 0;
    left: 0;
  }
  .page-detail-content .tv-ui-design {
    height: 600px;
  }
  .page-detail-content .tv-ui-design .summary {
    position: static;
    margin: 0;
    text-align: left;
    padding: 120px 50px 20px 20px;
  }
  .page-detail-content .tv-ui-layer .summary, .page-detail-content .tv-ui-recommend .summary {
    position: static;
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    padding-top: 90px 20px 20px;
  }
  .page-detail-content .tv-ui-layer .tv-ui-recommend-show, .page-detail-content .tv-ui-recommend .tv-ui-recommend-show {
    background-position: -200px center;
  }
  .page-detail-content .summary .title, .page-detail-content .summary .description {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    -webkit-transition: 0 !important;
            transition: 0 !important;
  }
}

/*# sourceMappingURL=detail-8.css.map */