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

.information-form{
    padding: 20px;
}
.information-form .form-control{
    margin-bottom: 20px;
}
.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: 5px;
    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;
}

.bf-container {
    width: 1100px;
    margin: 80px auto;
}

.advance-sales-tips {
    padding: 10px 0;
    color: #f00;
}

.important-tips {
    color: #3b9ffe;
    font-weight: bold;
}

.cart-giveaway .price-giveaway {
    text-decoration: line-through;
    color: #333;
}

.alert {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    z-index: 9999999;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alert.alert-success {
    color: #11c569;
}

.alert.alert-error {
    color: #f00;
}

/*基本类样式*/
.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 ,.btn.btn-select{
    color: #555;
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px 30px;
    vertical-align: middle;
}
.btn.btn-select{
    padding: 2px 10px;
}
.btn.btn-select.active,.btn.btn-select:hover{
    border-color: #ff6c00;
    position: relative;
    overflow: hidden;
}
.btn.btn-select.active:after{
    display: block;
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color:transparent #ff6c00 #ff6c00 transparent; 
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);

}

.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:after {
    overflow: hidden;
}

.group .form-control {
    margin-left: 10px;
    float: left;
}

.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: 140px;
    padding-left: 10px;
    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;
}

/*表单样式*/
.table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    background: #fff;
}

.table:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.table, .table:hover {
    /*-webkit-transition: 0.25s;
  transition: 0.25s;*/
}

.table th {
    padding: 20px 25px;
    background: #f5f5f5;
    line-height: 1;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.table th em {
    font-style: normal;
    color: #999;
}

.table th strong {
    padding-right: 30px;
}

.table td {
    padding: 25px;
    font-size: 14px;
    line-height: 30px;
}

.table.panic-buying-end {
    background: #fff url(../images/game_over.png) no-repeat right 20px bottom;
}

.table.returns-done, .table.returns-fail {
    background: url(../images/returns_done.png) no-repeat right 20px bottom;
}

.table.time-passed {
    background: url(../images/coupon_passed.png) no-repeat right 20px bottom;
}

.table.table-used {
    background: url(../images/coupon_used.png) no-repeat right 20px bottom;
}

.table.returns-fail th {
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.table .btn {
    margin-bottom: 10px;
}

.table.table-default {
    margin-bottom: 20px;
    border: none;
}

.table.table-default:hover {
    box-shadow: none;
}

.table.table-default td, .table.table-default th {
    padding: 5px;
    line-height: 1.5;
}

/*-----------------------------主体结构------------------------------*/
#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: 1;
    filter: alpha(opacity=100);
    -webkit-perspective: 800px;
    perspective: 800px;
}

#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:hover .wrapper {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    /*-webkit-transition: 0.25s;
  transition: 0.25s;*/
}

#productPreview .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: 300px 0 80px;
    position: relative;
    background: url("../images/service_items.png") no-repeat center 60px;
}

#siteService:after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 260px;
    right: 0;
}

#siteService .items {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    padding-right: 20px;
}

#siteService h6 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

#siteService a {
    font-size: 13px;
    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;
    height: 100%;
}

.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 {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside-menu .asidebar-content .account-form {
    padding: 20px 20px 70px;
    width: 400px;
}

.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: 40px;
    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 .cart-giveaway p {
    margin-bottom: 0;
}

.shopping-cart-list .description {
    padding-left: 145px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 10px;
}

.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 {
    overflow-x: hidden;
}

#wrapper #wrapper-menu {
    width: 400px;
    position: fixed;
    background: #fff;
    right: -600px;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    -webkit-transition: right 0.25s;
    transition: right 0.25s;
}

#wrapper #wrapper-content {
    position: relative;
    left: 0;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}

#wrapper.active #wrapper-content {
    left: -400px;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}

#wrapper.active #wrapper-menu {
    right: 0;
    -webkit-transition: right 0.25s;
    transition: right 0.25s;
}

.pop-bill .pop-container {
    padding: 20px;
}

.pop .J_SelectCity {
    margin-bottom: 20px;
}

/*首页样式*/
/*个人中心*/
.account-center {
    padding-bottom: 35px;
    padding-top: 90px;
    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: 600px;
}

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

.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.cancle-order .progressbar {
    background: url(../images/point_close.png) no-repeat left center;
}

.order-progressbar.cancle-order .pull-right {
    float: right;
}

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

.address-form.md-size {
    width: 450px;
    margin: 0 auto;
    padding: 40px 0;
}

.address-form.md-size .form-control {
    margin-bottom: 20px;
}

.address-form.md-size .title {
    font-size: 30px;
}

.xdsoft_datetimepicker {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 8px;
    padding-left: 0px;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_noselect::selection {
    background: transparent;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0px;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    right: 0px;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #33AAFF;
    box-shadow: #178FE5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 90px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    text-align: center;
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #33AAFF;
    box-shadow: #178FE5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.xdsoft_scroller_box {
    position: relative;
}

@media (min-height: 700px) {
    .asidebar-content {
        min-height: 550px;
    }
}

@media (max-height: 680px) {
    .asidebar-content {
        min-height: 400px;
    }
}

/*弹窗*/
.pop {
    border: 0 none;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 9999999;
}

.pop .pop-title {
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #999;
    margin-bottom: 20px;
}

.pop .pop-title strong {
    font-size: 18px;
}

.pop-inner-wrap {
    border: 0 none;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    overflow-y: scroll;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.pop-shadow {
    position: fixed !important;
    left: 0;
    top: -20%;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 99999;
}

.pop-container {
    background-color: #fff;
    position: relative;
    margin: -50% auto 0;
    width: 600px;
    z-index: 999999;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.pop-container.xs-size {
    width: 400px;
}
.pop-container.md-size{
    width: 500px;
}
.pop-container.lg-size{
    width: 760px;
}
.pop-close {
    position: absolute;
    right: -35px;
    top: -10px;
    z-index: 99;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    background: url(../images/pop_close.png) no-repeat center 12px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}

.pop .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ddd;
    cursor: pointer;
    font-size: 18px;
}

.pop .close-btn:hover {
    color: #333;
}

.pop-close:hover {
    background-position: center -38px;
}

.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: 80px;
    padding-bottom: 50px;
}

#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: 80px 10px;
    min-height: 500px;
}

.information-list-group {
    padding-top: 30px;
    padding-bottom: 30px;
}

.information-list-group .information-list {
    margin-bottom: 30px;
}

.table-show .vertical-middle {
    vertical-align: middle;
}

.active-code {
    padding: 40px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.active-code-information .list-inline {
    width: 400px;
    background: #f3f3f3;
    padding: 40px;
    margin: 10px auto;
}

.active-code-information .list-inline li {
    width: 48%;
    padding: 10px 0;
}

.active-code-information .list-inline .fa-check {
    color: #177bdb;
}

.active-code-information .list-inline .fa-times {
    color: #fe5e60;
}

.faq-list {
    background: #f3f3f3;
    padding-top: 90px;
    padding-bottom: 110px;
}

.faq-list .submenu {
    float: left;
    width: 180px;
}

.faq-list .submenu h2 {
    font-weight: bold;
    font-size: 14px;
}

.faq-list .submenu .title {
    font-size: 14px;
}

.faq-list .submenu .items {
    margin-bottom: 20px;
}

.faq-list .submenu ul {
    padding-left: 20px;
    font-size: 12px;
}

.faq-list .submenu a {
    color: #333;
    line-height: 2;
}

.faq-list .submenu a:hover, .faq-list .submenu a.active {
    color: #167ada;
}

.faq-list .news-container {
    background: #fff;
    margin-left: 200px;
    padding: 30px 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.faq-list .news-container .news-container-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.faq-list .news-container .items {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 30px;
    color: #666;
}

.faq-list .news-container .items .list-items {
    padding-left: 20px;
}

.faq-list .news-container .items .list-items .title {
    font-size: 12px;
}

.faq-list .news-container .title {
    font-size: 14px;
    font-weight: bold;
}

.faq-list .news-container .id-card {
    margin-top: 20px;
}

.faq-list .news-container .id-card h4 {
    font-weight: bold;
}

.faq-list .news-container .id-card h4 strong {
    font-size: 80%;
    font-weight: bold;
}

.table.table-strip {
    border-collapse: collapse;
}

.table.table-strip td {
    border: 1px solid #ddd;
    padding: 10px;
}

.hide {
    display: none;
}

.icon.logo-abc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -40px;
}

.icon.logo-bc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -80px;
}

.icon.logo-bgy {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -600px;
}

.icon.logo-bos {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -360px;
}

.icon.logo-cbc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -120px;
}

.icon.logo-cgb {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -480px;
}

.icon.logo-cib {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -280px;
}

.icon.logo-citic {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -400px;
}

.icon.logo-cmb {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -200px;
}

.icon.logo-cmbc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -240px;
}

.icon.logo-ctb {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -160px;
}

.icon.logo-ebc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -560px;
}

.icon.logo-hxb {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -440px;
}

.icon.logo-icbc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center 0;
}

.icon.logo-it {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -680px;
}

.icon.logo-pbc {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -320px;
}

.icon.logo-psb {
    width: 178px;
    height: 38px;
    background: #ffffff url(../images/bank/bank.jpg) no-repeat center -520px;
}

.icon.icon-ex, .icon.icon-re, .icon.icon-fix {
    width: 80px;
    height: 60px;
}

.icon.icon-ex {
    background: url(../images/icon_ex.png) no-repeat center center;
}

.icon.icon-re {
    background: url(../images/icon_re.png) no-repeat center center;
}

.icon.icon-fix {
    background: url(../images/icon_fix.png) no-repeat center center;
}

.icon.icon-ex:hover {
    background: url(../images/icon_ex_hover.png) no-repeat center center;
}

.icon.icon-re:hover {
    background: url(../images/icon_re_hover.png) no-repeat center center;
}

.icon.icon-fix:hover {
    background: url(../images/icon_fix_hover.png) no-repeat center center;
}

.bankList a {
    border: 1px solid #ddd;
    float: left;
    margin-right: 19px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    width: 178px;
    height: 38px;
    background: #fff;
    position: relative;
}

.bankList a:nth-child(5n) {
    margin-right: 0;
}

.bankList b {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 99;
    display: none;
    background: url("../images/bank/bank_selected.png") no-repeat center center;
}

.bankList a:hover b {
    display: block;
}

.weixin-code {
    width: 220px;
    height: 220px;
    padding: 20px;
    margin-left: 150px;
    position: relative;
}

.weixin-code:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url("../images/weixin_bg.png") no-repeat center top;
}

.alipay-code {
    width: 220px;
    height: 220px;
    padding: 20px;
    margin-left: 150px;
    position: relative;
}

.alipay-code:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url("../images/alipay_bg.png") no-repeat center top;
}

#weixin-pay, #alipay-code {
    padding: 80px 50px;
}

#weixin-pay {
    background: url("../images/weixin_intro.png") no-repeat 70% center;
}

#alipay-code {
    background: url("../images/alipay_intro.png") no-repeat 70% center;
}

/*订单清算*/
.order-checkout-information {
    margin-bottom: 60px;
}

.order-checkout-information p {
    font-size: 12px;
    color: #999;
}

.order-checkout-information a {
    color: #333;
}

.slogan {
    font-family: 'MHeiGB-Light', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.slogan .slogan-title {
    font-size: 40px;
    line-height: 1;
}

.slogan.sm-size .slogan-title {
    font-size: 46px;
}

.slogan .description {
    color: #333;
    font-size: 18px;
    line-height: 2;
}

.function-point-list {
    font-family: 'MHeiGB-Light', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif
    /*第一屏*/
    /*第三屏*/
    /*第四屏*/
    /*第六屏*/
    /*第七屏*/
    /*第八屏*/
}

.function-point-list .view-in-tv {
    height: 1280px;
    position: relative;
    overflow: hidden;
}

.function-point-list .view-in-tv {
    /*第二屏*/
}

.function-point-list .view-in-tv .big-screen {
    height: 1280px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/product/home/banner.jpg") no-repeat center center;
    background-size: 2560px 1280px;
    z-index: 9;
    -webkit-transition: 1s;
    transition: 1s;
}

.function-point-list .view-in-tv .big-screen .slogan {
    padding-top: 270px;
}

.function-point-list .view-in-tv .big-screen .slogan-title {
    -webkit-transition: 1s;
    transition: 1s;
}

.function-point-list .view-in-tv .big-screenTV #bfBigScreenTV {
    height: 1280px;
}

.function-point-list .view-in-tv .big-screenTV #bfBigScreenTV .inner-items-background {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1340px;
    height: 806px;
    margin-left: -670px;
    margin-top: -403px;
    -webkit-transform: translate3d(0, 0, 0) scale(3);
    transform: translate3d(0, 0, 0) scale(3);
    -webkit-transition: 1s;
    transition: 1s;
    background: url("../images/product/home/p_2.png") no-repeat center center;
}

.function-point-list .view-in-tv .big-screenTV .slogan {
    padding-top: 200px;
}

.function-point-list .view-in-tv .big-screenTV .slogan .slogan-title img, .function-point-list .view-in-tv .big-screenTV .slogan .description img {
    position: relative;
    top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.function-point-list .view-in-tv .big-screenTV .slogan-title {
    padding-bottom: 25px;
}

.function-point-list .view-in-tv.animate-active .big-screen {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.function-point-list .view-in-tv.animate-active .big-screen .slogan-title {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    transition: 1s;
}

.function-point-list .view-in-tv.animate-active .big-screenTV #bfBigScreenTV .inner-items-background {
    -webkit-transform: scale(1) translateY(140px);
    -ms-transform: scale(1) translateY(140px);
    transform: scale(1) translateY(140px);
    -webkit-transition: 1s;
    transition: 1s;
}

.function-point-list .view-in-tv.animate-active .big-screenTV .slogan .slogan-title img, .function-point-list .view-in-tv.animate-active .big-screenTV .slogan .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s 0.7s, top 1s 0.7s;
    transition: opacity 1.5s 0.7s, top 1s 0.7s;
}

.function-point-list .view-in-tv.animate-active .big-screenTV .slogan .description img {
    -webkit-transition: opacity 1.5s 1s, top 1s 1s;
    transition: opacity 1.5s 1s, top 1s 1s;
}

.function-point-list .saloon .inner-items-background {
    height: 852px;
    background: url("../images/product/home/p_3.jpg") no-repeat center center;
    background-size: 2560px 852px;
}

.function-point-list .tv-quality {
    padding-bottom: 70px;
    padding-top: 70px;
}

.function-point-list .tv-quality .slogan {
    padding-top: 80px;
}

.function-point-list .tv-quality .slogan .slogan-title img, .function-point-list .tv-quality .slogan .description img {
    position: relative;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, bottom 1s;
    transition: opacity 1.5s, bottom 1s;
}

.function-point-list .tv-quality .slogan .description img {
    -webkit-transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
    transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
}

.function-point-list .tv-quality .slogan .slogan-title {
    margin-bottom: 20px;
}

.function-point-list .tv-quality .inner-items-background {
    height: 1072px;
    background: url("../images/product/home/p_4.jpg") no-repeat center center;
    background-size: auto 1072px;
}

.function-point-list .tv-quality.animate-active .slogan .slogan-title img, .function-point-list .tv-quality.animate-active .slogan .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .tv-quality.animate-active .slogan .description img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .tv-soundbar {
    position: relative;
    margin-top: -200px;
    padding-bottom: 130px;
}

.function-point-list .tv-soundbar .slogan-title {
    margin-bottom: 30px;
}

.function-point-list .tv-soundbar .slogan-title img, .function-point-list .tv-soundbar .description img {
    position: relative;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, bottom 1s;
    transition: opacity 1.5s, bottom 1s;
}

.function-point-list .tv-soundbar .description img {
    -webkit-transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
    transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
}

.function-point-list .tv-soundbar.animate-active .slogan .slogan-title img, .function-point-list .tv-soundbar.animate-active .slogan .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .tv-soundbar.animate-active .slogan .description img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .bf-appearance {
    height: 1220px;
}

.function-point-list .bf-appearance .inner-items-background {
    height: 755px;
    background: url("../images/product/home/p_6.png") no-repeat center top;
}

.function-point-list .bf-appearance .slogan {
    padding-top: 185px;
}

.function-point-list .bf-appearance .slogan .slogan-title {
    margin-bottom: 40px;
}

.function-point-list .bf-appearance .slogan .description {
    margin-bottom: 85px;
}

.function-point-list .bf-appearance .slogan .slogan-title img, .function-point-list .bf-appearance .slogan .description img {
    position: relative;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, bottom 1s;
    transition: opacity 1.5s, bottom 1s;
}

.function-point-list .bf-appearance .slogan .description img {
    -webkit-transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
    transition: opacity 1.5s 0.67s, bottom 1s 0.67s;
}

.function-point-list .bf-appearance.animate-active .slogan .slogan-title img, .function-point-list .bf-appearance.animate-active .slogan .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .bf-appearance.animate-active .slogan .description img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .bf-feature {
    height: 1035px;
    background: url("../images/product/home/p_7.jpg") no-repeat center center;
    background-size: 2560px 1035px;
}

.function-point-list .bf-feature.animate-active .slogan .slogan-title img, .function-point-list .bf-feature.animate-active .slogan .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .bf-feature.animate-active .slogan .description img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .bf-feature .slogan {
    color: #fff;
    padding-top: 185px;
}

.function-point-list .bf-feature .slogan .slogan-title {
    margin-bottom: 40px;
}

.function-point-list .bf-feature .slogan .description {
    color: #fff;
}

.function-point-list .bf-feature .slogan .slogan-title img, .function-point-list .bf-feature .slogan .description img {
    position: relative;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .tv-backfaces {
    position: relative;
    height: 1100px;
}

.function-point-list .tv-backfaces .inner-items-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("../images/product/home/p_8.png") no-repeat center center;
    background-size: 2056px 1100px;
    left: 2056px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, left 1s;
    transition: opacity 1.5s, left 1s;
}

.function-point-list .tv-backfaces .container {
    position: relative;
    z-index: 99;
}

.function-point-list .tv-backfaces .slogan {
    padding-top: 160px;
}

.function-point-list .tv-backfaces .slogan .slogan-title {
    margin-bottom: 40px;
}

.function-point-list .tv-backfaces .slogan .description {
    margin-bottom: 110px;
}

.function-point-list .tv-backfaces .slogan .slogan-title img, .function-point-list .tv-backfaces .slogan .description img {
    position: relative;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .tv-backfaces .slogan .description img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .tv-backfaces.animate-active .inner-items-background {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, left 1s;
    transition: opacity 1.5s, left 1s;
}

.function-point-list .tv-backfaces.animate-active .slogan-title img, .function-point-list .tv-backfaces.animate-active .description img {
    position: relative;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s, top 1s;
    transition: opacity 1.5s, top 1s;
}

.function-point-list .tv-backfaces.animate-active .description:nth-of-type(1) img {
    -webkit-transition: opacity 1.5s 0.3s, top 1s 0.3s;
    transition: opacity 1.5s 0.3s, top 1s 0.3s;
}

.function-point-list .tv-backfaces.animate-active .description:nth-of-type(2) img {
    -webkit-transition: opacity 1.5s 0.6s, top 1s 0.6s;
    transition: opacity 1.5s 0.6s, top 1s 0.6s;
}

.function-point-list .tv-function-slide {
    height: 1100px;
    background: #f3f3f3;
    position: relative;
}

.function-point-list .tv-function-controls {
    position: relative;
    top: 650px;
    cursor: pointer;
    z-index: 99;
}

.function-point-list .tv-function-controls .title {
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    position: relative;
    top: 100px;
    margin-bottom: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top 1.5s, opacity 1s;
    transition: top 1.5s, opacity 1s;
}

.function-point-list .tv-function-controls h3 {
    font-weight: normal;
}

.function-point-list .tv-function-controls .tv-function-controls-title .items {
    display: inline-block;
    position: relative;
    color: #777;
    background: #fff;
    border-radius: 5px;
    margin-left: 40px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 50px;
    top: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top 1.5s, opacity 1s;
    transition: top 1.5s, opacity 1s;
}

.function-point-list .tv-function-controls .tv-function-controls-title .items:first-child {
    margin-left: 0;
}

.function-point-list .tv-function-controls .tv-function-controls-title .items:hover, .function-point-list .tv-function-controls .tv-function-controls-title .items.active {
    background: -webkit-linear-gradient(#c1c1c0, #ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c1c1c0), to(#ffffff));
    background: linear-gradient(#c1c1c0, #ffffff);
    color: #000;
}

.function-point-list .tv-function-controls .tv-function-controls-title .items:hover .tips, .function-point-list .tv-function-controls .tv-function-controls-title .items.active .tips {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.function-point-list .tv-function-controls .tv-function-controls-title .items .tips {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 100%;
    top: 70px;
    font-size: 18px;
    line-height: 1.5;
    color: #777;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.animate-active .tv-function-controls .title {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: top 1s 0.5s, opacity 1.5s 0.5s;
    transition: top 1s 0.5s, opacity 1.5s 0.5s;
}

.animate-active .tv-function-controls .tv-function-controls-title .items {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.animate-active .tv-function-controls .tv-function-controls-title .items:nth-child(1) {
    -webkit-transition: top 1.5s 0.3s, opacity 1s 0.4s;
    transition: top 1.5s 0.3s, opacity 1s 0.4s;
}

.animate-active .tv-function-controls .tv-function-controls-title .items:nth-child(2) {
    -webkit-transition: top 1.5s 0.6s, opacity 1s 0.8s;
    transition: top 1.5s 0.6s, opacity 1s 0.8s;
}

.animate-active .tv-function-controls .tv-function-controls-title .items:nth-child(3) {
    -webkit-transition: top 1.5s 0.9s, opacity 1s 1.2s;
    transition: top 1.5s 0.9s, opacity 1s 1.2s;
}

.animate-active .tv-function-border .tv-function-border-left {
    margin-left: -1630px;
    -webkit-transition: 1s;
    transition: 1s;
}

.animate-active .tv-function-border .tv-function-border-right {
    margin-right: -1630px;
    -webkit-transition: 1s;
    transition: 1s;
}

.tv-function-border .tv-function-border-left, .tv-function-border .tv-function-border-right {
    position: absolute;
    height: 774px;
    bottom: 0;
    z-index: 9;
    width: 1242px;
}

.tv-function-border.close .tv-function-border-left, .tv-function-border.close .tv-function-border-right {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    transition: 1s;
}

.tv-function-border.close .tv-function-border-left {
    margin-left: -2560px;
}

.tv-function-border.close .tv-function-border-right {
    margin-right: -2560px;
}

.tv-function-border .tv-function-border-left {
    background: url("../images/product/home/p_left.png") no-repeat right top;
    background-size: 1242px 774px;
    left: 50%;
    margin-left: -1280px;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tv-function-border .tv-function-border-right {
    background: url("../images/product/home/p_right.png") no-repeat left top;
    background-size: 1242px 774px;
    right: 50%;
    margin-right: -1280px;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tv-function-base {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/product/home/tv_bottom.jpg") no-repeat center center;
    background-size: 2489px 1050px;
}

.tv-function-base, .tv-function-base.close {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -1050px;
    -webkit-transition: top 1s, opacity 1s;
    transition: top 1s, opacity 1s;
}

.tv-function-base.open {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-transition: top 1.5s, opacity 1s;
    transition: top 1.5s, opacity 1s;
}

.tv-function-echolucent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/product/home/tv_left.jpg") no-repeat center center;
    background-size: 2560px 1100px;
}

.tv-function-echolucent, .tv-function-echolucent.close {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 2560px;
    -webkit-transition: left 1.5s, opacity 1s;
    transition: left 1.5s, opacity 1s;
}

.tv-function-echolucent.open {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transition: left 1.5s, opacity 1s;
    transition: left 1.5s, opacity 1s;
}

.function-point-list .function-point {
    overflow: hidden;
}

.logistics-track {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
    color: #666;
    position: relative;
}

.logistics-track .logistics-track-line {
    position: absolute;
    width: 2px;
    top: 18px;
    left: 8px;
    bottom: 38px;
    background-color: #e6e6e6;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 0;
}

.logistics-track .logistics-time {
    font-family: Arial;
    color: #aaa;
}

.logistics-track .logistics-location {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background: transparent url(../images/merge_point.png) no-repeat 3px -3px;
}

.logistics-track .logistics-location.current {
    background-image: url(../images/merge_current_point.png);
}

.logistics-track .logistics-location.current .logistics-title {
    color: #388e3c;
    font-size: 14px;
}

.asidebar-footer .price.sm-size {
    line-height: 40px;
}

.asidebar-footer .save-price {
    color: #333;
}

.notice-animation {
    position: relative;
}

.notice-animation .notice-num {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 16px;
    height: 16px;
    background-color: #f65f2a;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 12px;
    margin-bottom: -10px;
    font-family: arial;
    text-shadow: none;
}

.toggle-detail {
    cursor: pointer;
}

.toggle-detail:hover {
    color: #167ada;
}

.coupon-num {
    width: 160px;
    height: 97px;
    padding: 25px 0 0 40px;
    background: url(../images/coupon_card.png) no-repeat center center;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
}

.coupon-num.sm-size {
    font-size: 29px;
}

.coupon-num.sm-size strong {
    width: 66px;
    line-height: 36px;
}

.coupon-num.sm-size span {
    margin-top: 5px;
}

.coupon-num strong {
    display: block;
    width: 70px;
    text-align: center;
}

.coupon-num span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.active-tips {
    padding-top: 30px;
}

.active-tips h3 {
    padding-bottom: 10px;
    margin-top: 30px;
}

.active-tips li {
    line-height: 2;
}

.img-list img {
    margin-right: 10px;
}

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

.order-progressbar .items.flex-col-4 {
    width: 33.333333%;
    padding-top: 20px;

}

.long-progressbar.order-progressbar .progressbar {
    background: url(../images/long_p.png) no-repeat center center;
}

.long-progressbar.order-progressbar .progressbar span {
    background: url(../images/long_p_active.png) no-repeat left center;
    width: 0;
}

.long-progressbar.order-progressbar .progressbar.progressbar-deal-close span {
    width: 100%;
}

.long-progressbar.order-progressbar .progressbar.progressbar-pass span {
    width: 70%;
}

.order-progressbar.long-progressbar .items.deal-close span {
    margin: 0;
}

.coupon-list p {
    margin-bottom: 10px;
}

.coupon-list .tips {
    color: #999;
    font-size: 12px;
}

/* Preload images */
body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*弹窗*/
.pop {
    border: 0 none;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 9999999;
}

.pop-inner-wrap {
    border: 0 none;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.pop-shadow {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    opacity: 0.75;
    filter: alpha(opacity=75);
    z-index: 9999;
}

.pop-title {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.pop-title h2 {
    font-weight: bold;
    font-size: 18px;
}

.pop-title .pull-right {
    padding-top: 10px;
}
.pop-title .pull-right.remind-tips{
    padding-top: 0;
}

#J_Aftermarket .table-show {
    padding: 30px 0;
}

#J_Aftermarket a {
    color: #333;
}

#J_Aftermarket a:hover {
    color: #4ea6fa;
}

#J_Aftermarket .items-cell {
    border-left: 1px solid #ddd;
}

#J_Aftermarket .items-cell:first-child {
    border-left: none;
}

.img-circle {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    background: #fff;
    border: 1px solid #ddd;
}

.img-circle img {
    max-width: 60px;
}

.alert-form {
    width: 400px;
    background: #fff;
    padding: 30px;
    margin: 20px auto;
}

.alert-form, .btn-group {
    margin-top: 30px;
}

.alert-form .page-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.product-detail-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-detail-info {
    margin-left: 635px;
    font-size: 14px;
}

.product-detail-info .price {
    font-size: 30px;
    line-height: 1;
}

.product-attribute-list {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.product-attribute-list li .title {
    float: left;
    min-width: 80px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.product-attribute-list li:first-child .title {
    line-height: 30px;
}

.product-attribute-list li:not(:first-child) {
    margin-top: 15px;
}

.product-attribute-list li:last-child {
    margin-top: 30px;
}

.product-attribute-list .select-analogy {
    width: auto;
    padding-right: 10px;
    background: transparent;
    border: none;
    box-sizing: content-box;
}

.product-attribute-list .select-analogy select {
    width: auto;
}

.product-attribute-list .select-analogy .fa-angle-down {
    right: 0;
}

.product-detail-info .tips {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

#detailThumb {
    width: 65px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#detailThumb .list {
    position: absolute;
    left: 0;
    top: 0;
}

#detailThumb a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

#detailThumb a.active {
    border-color: #333;
}

#detailThumb a img {
    max-width: 100%;
}

#detailSlide {
    float: left;
}

#thumbDetail {
    margin-left: 70px;
}

#thumbDetail img {
    max-width: 100%;
}

#detailSlideNext, #detailSlidePrev {
    font-size: 20px;
    width: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.attribute-tab {
    position: relative;
}
.product-detail-slide{
    margin-bottom: 50px;
}
.attribute-tab.fixed {
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
}

.attribute-tab.fixed .fixed-bg {
    position: fixed;
    opacity: 0.8;
}

.attribute-tab.fixed .pull-right {
    opacity: 1;
    filter: alpha(opacity=1);
}

.attribute-tab a {
    display: inline-block;
    color: #333;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    position: relative;
    top: 0;
}

.attribute-tab .list {
    position: relative;
    z-index: 99999;

}

.attribute-tab .pull-right {
    padding-top: 10px;
    padding-bottom: 10px;
    /*display: none;*/
    opacity: 0;
    filter: alpha(opacity=0);
}

.attribute-tab .active {
    border-color: #2b8fee;
    color: #2b8fee;
}

.attribute-tab .btn {
    margin-left: 10px;
    line-height: 24px;
}

.fixed-bg {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 50px;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
}

.attribute-content {
    padding: 30px 0;
}

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

.success-tips, .error-tips {
    padding: 40px;
    font-size: 12px;
}

.success-tips h2 .fa, .error-tips h2 .fa {
    margin-right: 10px;
}

.success-tips h2, .error-tips h2 {

    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.success-tips h2 {
    color: #00c570;
}

.error-tips h2 {
    color: #f00;
}