@charset "UTF-8";
/**
 * @file framework.scss
 * @public
 * @overview
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file reset.scss
 * @private
 * @copyright normalize.css v3.0.2 | MIT License | git.io/normalize
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * <s>Address styling not present in IE 8/9.</s>
 * + We don't want to show background
 */
mark {
  background: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: block;
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: "Microsoft Yahei", Arial, sans-serif; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 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).
 */
/**
 * 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).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. disable horizontal resize
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 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; }

/* list
   ========================================================================== */
ul, ol, dd, dt, dl {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

/* heading
   ========================================================================== */
h2, h3, h4, h5, h6 {
  margin: 0; }

/* paragraph
   ========================================================================== */
p {
  margin: 0; }

/* em
   ========================================================================== */
em {
  font-style: normal; }

/* box-sizing
   ========================================================================== */
* {
  box-sizing: border-box; }

/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
body {
  font: 14px/1.7142857143 "Microsoft Yahei", Arial, sans-serif; }

.en {
  font: 14px/1.7142857143 Arial; }

a {
  text-decoration: none; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 29px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

small {
  font-family: Arial, sans-serif;
  font-size: 13px; }

/**
 * @file _utilities.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.clearfix:before, .collection-compact:before, .clearfix:after, .collection-compact:after {
  display: table;
  content: " ";
  clear: both; }

/**
 * @section block utility classes
 * @prefix blk-
 */
.blk-inline {
  display: inline-block; }

.blk-stacked {
  position: relative;
  display: block; }

.blk-fixed {
  position: fixed; }

.blk-abs {
  position: absolute; }

.blk-abs-fullsize, .blk-shimming {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.blk-center, .container, .container-fullfit-v, .container-fullfit {
  margin-left: auto;
  margin-right: auto; }

.blk-left {
  float: left; }

.blk-right {
  float: right; }

.blk-shimming {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/**
 * @section textual utility classes
 * @prefix txt-
 */
.txt-left {
  text-align: left; }

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

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

.txt-middle {
  vertical-align: middle; }

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  /* for ie8 */ }

.txt-breakall, .txt-rtf, .definitions-compact > dd, .dl-compact > dd {
  word-break: break-all;
  word-wrap: break-word; }

.txt-justify {
  text-align: justify;
  text-align-last: justify;
  /* ie9 chrome*/
  -ms-text-align-last: justify;
  -moz-text-align-last: justify;
  /*ff*/ }

.txt-rtf {
  max-width: 677px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: auto;
  font-size: 12px;
  font-family: Arial, sans-serif; }
  .txt-rtf h1 {
    font-size: 32px; }
  .txt-rtf h2 {
    font-size: 27px; }
  .txt-rtf h3 {
    font-size: 19px; }
  .txt-rtf h4 {
    font-size: 16px; }
  .txt-rtf h5 {
    font-size: 13px; }
  .txt-rtf h6 {
    font-size: 12px; }
  .txt-rtf h1, .txt-rtf h2, .txt-rtf h3, .txt-rtf h4, .txt-rtf h5, .txt-rtf h6 {
    font-weight: bold;
    color: inherit; }
  .txt-rtf p {
    margin: 5px 0; }
  .txt-rtf strong, .txt-rtf em {
    color: inherit; }
  .txt-rtf img {
    max-width: 100%;
    display: inline-block; }

.en .txt-rtf {
  word-break: normal; }

hr, .hr {
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd; }
  hr.dotted, .hr.dotted {
    border-style: dotted; }
  hr.dashed, .hr.dashed {
    border-style: dashed; }

hr {
  margin: 20px 0; }

/**
 * rmb format
 */
.rmb:before, .rmb-floor:before {
  content: "\00A5";
  font-style: normal;
  font-size: 0.7em;
  font-size: 1em \9;
  margin-right: 1px; }

.rmb-floor:after {
  content: "\8D77";
  font-size: 13px;
  font-weight: normal;
  color: #b3b3b3;
  margin-left: 3px; }

.en .rmb-floor:after {
  content: '+'; }

/**
 * image thumbnail
 */
.thumbnail {
  position: relative;
  display: block; }
  .thumbnail > img {
    display: block;
    width: 100%;
    height: 100%; }

.W-model-meta {
  color: #999; }
  .W-model-meta > a {
    margin-right: 30px; }
    .W-model-meta > a img {
      display: inline;
      width: 26px;
      height: 26px;
      margin-right: 8px;
      vertical-align: middle; }
  .W-model-meta > time {
    margin-right: 20px; }
  .W-model-meta > span {
    margin-right: 20px; }

.W-model-stats {
  color: #999; }
  .W-model-stats > span {
    margin-right: 20px; }

.W-model-meta-bar {
  padding: 14px 0; }
  .W-model-meta-bar > .W-model-meta {
    float: left; }
  .W-model-meta-bar .W-share-buttons {
    float: right; }

.W-share-buttons > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition-property: -webkit-box-shadow;
  -moz-transition-property: -moz-box-shadow;
  -ms-transition-property: -ms-box-shadow;
  -o-transition-property: -o-box-shadow; }
  .W-share-buttons > a:hover {
    -webkit-box-shadow: 0 0 10px #f49610;
    -moz-box-shadow: 0 0 10px #f49610;
    box-shadow: 0 0 10px #f49610; }
.W-share-buttons > .tqq {
  background-position: -37px 0; }
.W-share-buttons > .wechat {
  background-position: -73px 0; }
.W-share-buttons > .baidu {
  background-position: -109px 0; }
.W-share-buttons > .douban {
  background-position: -147px 0; }

.W-review-editor {
  margin-left: 50px; }
  .W-review-editor > a {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -50px; }
    .W-review-editor > a > img {
      width: 100%;
      height: 100%; }
  .W-review-editor > .footer {
    margin-top: 15px; }
    .W-review-editor > .footer > small {
      margin-left: 10px; }

.W-image-viewer > .original {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
  height: 320px;
  border: 1px solid #e7e7e7;
  background-color: #fff; }
  .W-image-viewer > .original img {
    margin: 0 auto;
    max-width: 100%; }
.W-image-viewer .thumbnails {
  margin-top: 18px;
  margin-left: -10px; }
  .W-image-viewer .thumbnails > li {
    width: 88px;
    height: 66px;
    margin-left: 10px; }
    .W-image-viewer .thumbnails > li > img {
      width: 100%;
      height: 100%; }

.W-articles-list > article {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd; }
  .W-articles-list > article > p {
    color: #666; }
    .W-articles-list > article > p:hover {
      color: #333; }

.W-keyword-filter {
  padding: 20px 0 10px;
  text-align: right; }
  .W-keyword-filter .result {
    margin-right: 10px; }
  .W-keyword-filter .form-control {
    width: 250px; }

.statement {
  position: relative;
  padding-left: 50px; }
  .statement img[role=avatar] {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -42px; }
  .statement time {
    display: inline;
    margin-left: 10px; }
  .statement > header {
    margin-bottom: 10px; }
  .statement > p {
    word-break: break-all;
    word-wrap: break-word; }
  .statement > footer {
    margin-top: 15px; }

.statement-review {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background; }
  .statement-review:hover {
    background: #f4f4f4; }

.statement-editor textarea {
  resize: none; }
.statement-editor .form-control {
  min-height: 120px; }
.statement-editor > footer > small {
  margin-left: 10px; }

/**
 * @file _layout.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.container, .container-fullfit-v, .container-fullfit {
  position: relative;
  width: 980px; }

.s-nav-justify > li {
  float: none;
  display: table-cell;
  width: 1%; }

.container-fullfit-v, .container-fullfit {
  margin-left: -18px;
  margin-right: -18px; }

.container-fullfit {
  margin-top: -18px; }

.collection > * {
  position: relative;
  overflow: hidden; }

.collection-compact > * {
  position: relative;
  overflow: hidden;
  float: left; }

.collection.collection-border-dotted > * {
  border-style: dotted !important; }

.collection.collection-border-dashed > * {
  border-style: dashed !important; }

.collection.collection-border-collapsed > * {
  border-top-width: 0 !important; }

.collection-compact.collection-border-collapsed > * {
  border-top-width: 0 !important;
  border-left-width: 0 !important; }

.container-fullfit.collection > * {
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.definitions-compact > dt {
  float: left;
  width: 100px;
  text-align: right; }
.definitions-compact > dd {
  margin-left: 100px;
  margin-bottom: 30px; }

.dl-compact > dt {
  float: left;
  width: 100px;
  text-align: right; }
.dl-compact > dd {
  margin-left: 100px;
  margin-bottom: 30px; }

/**
 * page section
 */
.section3 {
  margin-top: 30px; }
  .section3 > h3 {
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6; }

.section2-related {
  margin-top: 50px; }
  .section2-related > h2 {
    text-align: center;
    margin-bottom: 20px; }

/**
 * @file _components.scss
 * @private
 * @overview
 *
 */
/**
 * @file _form.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.form-group:before, .form-group:after {
  display: table;
  content: " ";
  clear: both; }

.form-group {
  padding: 15px 20px; }

.form-label {
  display: inline-block;
  padding: 5px 10px 5px 0;
  font-weight: bold;
  color: #333;
  text-align: right;
  vertical-align: top;
  letter-spacing: 0; }

.form-radio, .form-checkbox {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0; }
  .form-radio > input, .form-checkbox > input {
    position: absolute;
    margin-top: 6px;
    left: 0; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-transition-property: -webkit-box-shadow;
  -moz-transition-property: -moz-box-shadow;
  -ms-transition-property: -ms-box-shadow;
  -o-transition-property: -o-box-shadow;
  color: #555; }
  .form-control:focus {
    outline: 0; }
  .form-control[disalbed], .form-control[readonly] {
    cursor: not-allowed;
    opacity: 1; }

.form-control-text {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-right: 8px; }

.form-captcha {
  display: inline-block;
  height: 34px;
  vertical-align: middle; }

.form-control-group {
  letter-spacing: 0; }

.form-group.require .form-label:before {
  content: "*";
  color: red;
  margin-right: 4px; }

textarea.form-control {
  height: auto; }

.form-group button {
  letter-spacing: 0; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  letter-spacing: 0; }

.input-group.has-icon .form-control {
  padding-left: 34px; }

.input-group-btn:last-child,
.input-group-addon:last-child,
.input-group .form-control:last-child, .input-group-btn:last-child > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-btn:first-child,
.input-group-addon:first-child,
.input-group .form-control:first-child, .input-group-btn:first-child > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon {
  line-height: 1.7142857143;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0px 10px; }
  .input-group-addon:last-child {
    border-left: 0; }

.input-group-btn,
.input-group-addon,
.input-group .form-control {
  display: table-cell; }

.input-group-btn {
  width: 1%;
  vertical-align: middle; }
  .input-group-btn:first-child > button {
    margin-right: -1px; }
  .input-group-btn:last-child > button {
    margin-left: -1px; }

.input-group-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  padding: 4px 0;
  font-size: 15px;
  text-align: center; }

.form-inline .form-control, .form-compact-inline .form-group .form-control, .form-inline .form-control-group, .form-compact-inline .form-group .form-control-group {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
.form-inline .input-group, .form-compact-inline .form-group .input-group {
  display: inline-table; }
.form-inline .input-group-btn, .form-compact-inline .form-group .input-group-btn {
  width: auto; }

.form-inline .form-group {
  display: inline-block;
  letter-spacing: -1em; }
.form-inline .form-group + .form-group {
  margin-left: 30px; }

.form-compact-inline .form-group {
  letter-spacing: -1em; }

.form-compact .form-label {
  position: absolute;
  left: 0;
  width: 100px; }
.form-compact .form-group {
  position: relative;
  padding-left: 100px; }

.input-width-medium {
  width: 400px !important; }

.has-error .form-control,
.has-error .form-checkbox,
.has-error .form-radio {
  border-color: #ff0101; }
.has-error .form-control:focus {
  border-color: #ff0101; }

/**
 * @file framework/components/button.scss
 * @private
 * @overview
 *   paginator toast form table dialog menu tagList badge stamp button messager label ribbon
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.button, .buttonLink, .buttonToggle {
  display: inline-block;
  overflow: hidden;
  padding: 4px 12px;
  line-height: 1.7142857143;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  border: 1px solid transparent;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [disabled].button, [disabled].buttonLink, [disabled].buttonToggle {
    opacity: 0.55;
    filter: alpha(opacity=55);
    cursor: not-allowed; }

.button {
  border-radius: 2px; }

.buttonLink {
  text-decoration: underline; }

.buttonToggle {
  position: relative;
  border-color: #ddd; }
  .buttonToggle:after {
    visibility: hidden;
    position: absolute;
    right: -10px;
    bottom: 0; }
  .buttonToggle.active:after {
    visibility: visible; }

/**
 * UI Popup style
 */
.ui-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 45;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  min-width: 200px; }

/**
 * UI Throbber style
 */
.ui-throbber {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=20);
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center; }

.ui-throbber > .inner {
  top: 65px;
  right: 15px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  border-radius: 2px;
  display: inline-block;
  position: relative; }

.ui-throbber .text {
  padding-left: 20px;
  background: url(/res/img/spinner.gif) no-repeat 0 50%;
  color: #000; }

.ui-throbber .text:after {
  content: "..."; }

/**
 * UI Window
 */
.ui-window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  min-width: 350px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden; }

.ui-window-header {
  padding-left: 16px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  color: #333; }

.ui-window-title {
  font-size: 16px;
  font-weight: bold; }

.ui-window-close {
  position: absolute;
  right: 8px;
  top: 0px;
  padding: 0px 5px;
  cursor: pointer;
  color: #ccc;
  font-size: 25px; }

.ui-window-close:hover {
  color: #000; }

.ui-window-body {
  background: #fff; }

.ui-dialogue-body {
  padding: 20px; }

.ui-dialogue-footer {
  padding: 10px;
  text-align: center; }

.ui-dialogue-footer .btn {
  margin-left: 10px; }

.ui-dialogue-footer .btn:first-child {
  margin-left: 0; }

.ui-alert-dialogue {
  overflow: hidden; }

.ui-alert-dialogue .ui-dialogue-body {
  text-align: center; }

.ui-alert-dialogue .ui-dialogue-body .text {
  margin-left: 15px;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px; }

.ui-alert-dialogue .ui-dialogue-footer {
  padding-bottom: 20px; }

.ui-alert-dialogue .ui-dialogue-footer .btn-info {
  background: #2c82f8;
  color: #fff; }

.ui-alert-dialogue .ui-dialogue-footer .btn-success {
  background: #45b147;
  color: #fff; }

.ui-alert-dialogue .ui-dialogue-footer .btn-warning {
  background: #f8d42c !important;
  color: #fff; }

.ui-confirm-dialogue .ui-dialogue-body {
  padding: 40px 30px; }

.ui-confirm-dialogue .ui-dialogue-footer .btn-default {
  margin-left: 18px; }

/**
 *   pay dialog styles
 */
.ui-pay-dialogue img {
  vertical-align: middle; }

.ui-pay-dialogue label {
  margin-right: 20px; }

.ui-pay-dialogue .ui-dialogue-body {
  text-align: center; }

/**
 * @file framework/components/paginator.scss
 * @private
 * @overview
 *
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.paginator {
  margin: 40px 0;
  font-size: 0;
  text-align: center; }
  .paginator > li {
    display: inline-block;
    margin-right: 3px;
    font-size: 15px; }
    .paginator > li > a, .paginator > li > span {
      display: block;
      padding: 0px 8px;
      text-decoration: none;
      border: 1px solid transparent;
      border-radius: 2px;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -ms-transition-property: background;
      -o-transition-property: background; }
    .paginator > li > i {
      padding: 6px 10px;
      font-style: normal; }
  .paginator > .active > span, .paginator .active > a {
    color: #fff; }

/**
 * @file framework/components/ribbon.scss
 * @private
 * @overview
 * 授带
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.ribbon {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  .ribbon > .inner {
    width: 98.98px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-left: -24.388px;
    margin-top: 11.102px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/**
 * @file framework/components/ribbon.scss
 * @private
 * @overview
 * 授带
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
.stamp {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-family: Arial, sans-serif;
  line-height: 1.7142857143;
  font-size: 13px;
  border-radius: 2px; }

/**
 * @file framework/components/mask.scss
 * @private
 * @overview
 * 遮罩层
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.ui-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30); }

/**
 * @file framework/components/toast.scss
 * @private
 * @overview
 * 提示条
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * UI Toast style
 */
.toast, .toast-info, .toast-success, .toast-error, .toast-warn {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 112;
  text-align: center;
  padding: 12px 16px 12px 60px;
  border: 3px solid transparent;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .toast > .icon, .toast-info > .icon, .toast-success > .icon, .toast-error > .icon, .toast-warn > .icon {
    position: absolute;
    top: 8px;
    left: 14px;
    width: 33px;
    height: 33px; }

/**
 * @file _form.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0 black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

[data-hint]:hover:after {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  visibility: visible;
  opacity: 1; }

[data-hint]:after {
  position: absolute;
  top: -28px;
  right: -6px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease; }

/**
 * @file framework/components/mask.scss
 * @private
 * @overview
 * 遮罩层
 *
 */
.attention {
  padding: 10px 20px 18px;
  background: #fdeacf;
  overflow: hidden; }

/**
 * @file framework/components/progressbar.scss
 * @private
 * @overview
 * 进度条
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.progressbar {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progressbar-inner {
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #eee;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

/**
 * @file _icons.scss
 * @private
 * @overview
 *
 */
@font-face {
  font-family: 'icons';
  src: url("/res/saishi/fonts/iconfont.eot?a23e232145e");
  src: url("/res/saishi/fonts/iconfont.eot?#iefixa23e232145e") format("embedded-opentype"), url("/res/saishi/fonts/iconfont.woff?a23e232145e") format("woff"), url("/res/saishi/fonts/iconfont.ttf?a23e232145e") format("truetype"), url("/res/saishi/fonts/iconfont.svg?a23e232145e#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.ico {
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico:before {
  font-family: "icons" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.icon-font {
  font-family: "icons" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",sizingMethod=crop); }

.ico-fax:before {
  content: "\e64a"; }

.ico-user:before {
  content: "\e64c"; }

.ico-email:before {
  content: "\e64b"; }

.ico-arrow-down2:before {
  content: "\e600"; }

.ico-arrow-up:before {
  content: "\e601"; }

.ico-arrow-up2:before {
  content: "\e602"; }

.ico-attachment:before {
  content: "\e603"; }

.ico-baidu:before {
  content: "\e604"; }

.ico-bin:before {
  content: "\e605"; }

.ico-bubble:before {
  content: "\e606"; }

.ico-calendar:before {
  content: "\e607"; }

.ico-camera:before {
  content: "\e608"; }

.ico-check:before {
  content: "\e609"; }

.ico-clock:before {
  content: "\e60a"; }

.ico-clock2:before {
  content: "\e60b"; }

.ico-cog:before {
  content: "\e60c"; }

.ico-credit-card:before {
  content: "\e60d"; }

.ico-douban:before {
  content: "\e60e"; }

.ico-download2:before {
  content: "\e60f"; }

.ico-external-link:before {
  content: "\e610"; }

.ico-eye:before {
  content: "\e611"; }

.ico-good:before {
  content: "\e612"; }

.ico-heart:before {
  content: "\e613"; }

.ico-integral-deduct:before {
  content: "\e614"; }

.ico-integral-give:before {
  content: "\e615"; }

.ico-location:before {
  content: "\e616"; }

.ico-newspaper:before {
  content: "\e617"; }

.ico-paperclip:before {
  content: "\e618"; }

.ico-pen:before {
  content: "\e619"; }

.ico-phone:before {
  content: "\e61a"; }

.ico-pic:before {
  content: "\e61b"; }

.ico-printer:before {
  content: "\e61c"; }

.ico-qq:before {
  content: "\e61d"; }

.ico-qq2:before {
  content: "\e61e"; }

.ico-qrcode:before {
  content: "\e61f"; }

.ico-quotes-left:before {
  content: "\e620"; }

.ico-quotes-right:before {
  content: "\e621"; }

.ico-qzone:before {
  content: "\e622"; }

.ico-recommend:before {
  content: "\e623"; }

.ico-reply1:before {
  content: "\e624"; }

.ico-search:before {
  content: "\e625"; }

.ico-share:before {
  content: "\e626"; }

.ico-shoes:before {
  content: "\e627"; }

.ico-switch:before {
  content: "\e628"; }

.ico-trash:before {
  content: "\e629"; }

.ico-upload2:before {
  content: "\e62a"; }

.ico-user1:before {
  content: "\e62b"; }

.ico-user-2:before {
  content: "\e62c"; }

.ico-view-all:before {
  content: "\e62d"; }

.ico-volume:before {
  content: "\e62e"; }

.ico-vote:before {
  content: "\e62f"; }

.ico-wechat:before {
  content: "\e630"; }

.ico-weibo:before {
  content: "\e631"; }

.ico-weixin:before {
  content: "\e632"; }

.ico-arrow-double-down:before {
  content: "\e633"; }

.ico-doubledown:before {
  content: "\e634"; }

.ico-doubleup:before {
  content: "\e635"; }

.ico-datepicker:before {
  content: "\e636"; }

.ico-diamond:before {
  content: "\e637"; }

.ico-rounddiamond:before {
  content: "\e638"; }

.ico-lock:before {
  content: "\e639"; }

.ico-tuijian2:before {
  content: "\e63a"; }

.ico-xiangsi1:before {
  content: "\e63b"; }

.ico-xiangsi2:before {
  content: "\e63c"; }

.ico-souxie1:before {
  content: "\e63d"; }

.ico-souxie2:before {
  content: "\e63e"; }

.ico-tuijian1:before {
  content: "\e63f"; }

.ico-start:before {
  content: "\e640"; }

.ico-pause:before {
  content: "\e641"; }

.ico-customer1:before {
  content: "\e642"; }

.ico-customer2:before {
  content: "\e643"; }

.ico-customer3:before {
  content: "\e644"; }

.ico-customer4:before {
  content: "\e645"; }

.ico-download:before {
  content: "\e646"; }

.ico-vip:before {
  content: "\e647"; }

.ico-flag:before {
  content: "\e648"; }

.ico-gouwuche:before {
  content: "\e649"; }

.ico-shoe-show1:before {
  content: "\e64d"; }

.ico-paperclip1:before {
  content: "\e64e"; }

.ico-angleright:before {
  content: "\e651"; }

.ico-asc:before {
  content: "\e658"; }

.ico-desc:before {
  content: "\e659"; }

.ico-bukaixin:before {
  content: "\e64f"; }

.ico-alipay:before {
  content: "\e66d"; }

.ico-toudi:before {
  content: "\e650"; }

/**
 * @file _animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
@keyframes jump {
  0% {
    top: 0; }
  100% {
    top: -4px; } }
@-o-keyframes jump {
  0% {
    top: 0; }
  100% {
    top: -4px; } }
@-moz-keyframes jump {
  0% {
    top: 0; }
  100% {
    top: -4px; } }
@-webkit-keyframes jump {
  0% {
    top: 0; }
  100% {
    top: -4px; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0; }
  70% {
    -webkit-transform: scale(1.03); }
  100% {
    -webkit-transform: scale(1); } }
@-webkit-keyframes bounceOut {
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0; }
  30% {
    -webkit-transform: scale(1.03); }
  0% {
    -webkit-transform: scale(1); } }
.fx-bounceIn {
  -webkit-animation: bounceIn 0.5s;
  -moz-animation: bounceIn 0.5s;
  -o-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s; }

.fx-bounceOut {
  -webkit-animation: bounceOut 0.2s;
  -moz-animation: bounceOut 0.2s;
  -o-animation: bounceOut 0.2s;
  animation: bounceOut 0.2s; }

.fx-fadeIn {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  -o-animation: fadeIn 1s; }

.fx-fadeInUp {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -ms-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s; }

.U-Table.S-1 {
  width: 100%;
  border-top: 1px solid #e5e5e5; }
  .U-Table.S-1 > tbody {
    color: #666; }
  .U-Table.S-1 td, .U-Table.S-1 th {
    border-bottom: 1px solid #e5e5e5; }
  .U-Table.S-1 th {
    color: #000;
    background: #fafafa;
    text-align: left;
    padding: 14px; }
  .U-Table.S-1 td {
    padding: 12px 14px; }
  .U-Table.S-1 tr:nth-child(even) {
    background: #fafafa; }

/**
 * @file _components.scss
 * @private
 * @overview
 *
 */
/**
 * @file skin/_form.scss
 * @private
 * @overview
 *  表单风格样式
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
input ::-webkit-input-placeholder {
  color: #999; }
input::-moz-placeholder {
  color: #999;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #999; }

.form-control {
  border-color: #ccc;
  background: #fff;
  color: #666;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control:focus {
    border-color: #f7b659;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 161, 40, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 161, 40, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 161, 40, 0.4); }
  .form-control.name-input {
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form-control.name-input:focus {
      border-color: #ccc;
      box-shadow: none; }
  .form-control.code-input {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .form-control.code-input:focus {
      border-color: #ccc;
      box-shadow: none; }
  .form-control[disalbed], .form-control[readonly] {
    background: #eee; }

.input-group-addon {
  border-color: #ccc;
  background: #eee;
  color: #666; }

/**
 * @file skin/_button.scss
 * @private
 * @overview
 *   按钮风格样式
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
/**
 * 主按钮配色
 */
.button {
  border-color: #d0d0d0;
  background: #fff;
  color: #333; }
  .button:hover {
    background: #f2f2f2;
    border-color: #c4c4c4;
    color: #333; }
  .button:focus {
    background: #f2f2f2;
    border-color: #bcbcbc;
    color: #333; }
  .button:active, .button.active {
    background: #ebebeb;
    border-color: #bcbcbc;
    color: #333;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .button:active:hover, .button:active:focus, .button.active:hover, .button.active:focus {
      background: #e6e6e6;
      border-color: #b2b2b2; }
  .button[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-color: #d0d0d0;
    color: #333; }

.button-master {
  border-color: #e0880a;
  background: #f49610;
  color: #fff; }
  .button-master:hover {
    background: #e0880a;
    border-color: #c87909;
    color: #fff; }
  .button-master:focus {
    background: #e0880a;
    border-color: #b97009;
    color: #fff; }
  .button-master:active, .button-master.active {
    background: #d27f0a;
    border-color: #b97009;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .button-master:active:hover, .button-master:active:focus, .button-master.active:hover, .button-master.active:focus {
      background: #c87909;
      border-color: #a66508; }
  .button-master[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f49610;
    border-color: #e0880a;
    color: #fff; }

.button-slave {
  border-color: #1c988a;
  background: #20ae9d;
  color: #fff; }
  .button-slave:hover {
    background: #1c988a;
    border-color: #188376;
    color: #fff; }
  .button-slave:focus {
    background: #1c988a;
    border-color: #16766a;
    color: #fff; }
  .button-slave:active, .button-slave.active {
    background: #1a8c7e;
    border-color: #16766a;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .button-slave:active:hover, .button-slave:active:focus, .button-slave.active:hover, .button-slave.active:focus {
      background: #188376;
      border-color: #13655b; }
  .button-slave[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #20ae9d;
    border-color: #1c988a;
    color: #fff; }

.button-danger {
  border-color: #ba1600;
  background: #d31900;
  color: #fff; }
  .button-danger:hover {
    background: #ba1600;
    border-color: #a01300;
    color: #fff; }
  .button-danger:focus {
    background: #ba1600;
    border-color: #911100;
    color: #fff; }
  .button-danger:active, .button-danger.active {
    background: #aa1400;
    border-color: #911100;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .button-danger:active:hover, .button-danger:active:focus, .button-danger.active:hover, .button-danger.active:focus {
      background: #a01300;
      border-color: #7c0f00; }
  .button-danger[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #d31900;
    border-color: #ba1600;
    color: #fff; }

.buttonLink {
  color: #f49610; }
  .buttonLink:hover {
    color: #e0880a; }

.buttonToggle {
  padding: 2px 10px;
  border-color: #ddd;
  background: #fff;
  color: #333; }
  .buttonToggle:after {
    border-color: transparent transparent #e0880a; }
  .buttonToggle:active, .buttonToggle.active {
    border-color: #e0880a; }

.button-s {
  font-size: 13px;
  padding: 0 8px; }

.button-l {
  font-size: 16px;
  padding: 5px 25px; }

.button-xl {
  font-size: 18px;
  padding: 6px 30px; }

/**
 * @file skin/_paginator.scss
 * @private
 * @overview
 *  分页器风格样式
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.paginator > li > a, .paginator > li > span {
  color: #666;
  border-color: #ddd;
  background: #fff; }
.paginator > li > a:hover {
  background: #eee; }
.paginator > li.active > a, .paginator > li.active > span {
  background: #f49610; }

.paginator-s > li > a, .paginator-s > li > span {
  font-size: 14px;
  padding: 0 8px; }

.paginator-l > li > a, .paginator-l > li > span {
  font-size: 16px;
  padding: 0 8px; }

/**
 * @file framework/skin/ribbon.scss
 * @private
 * @overview
 *  标带风格样式
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.ribbon > .inner {
  color: #fff;
  background: #f49610; }

/**
 * @file skin/_stamp.scss
 * @private
 * @overview
 * 标志风格样式
 */
.stamp {
  background: #0cd2cb;
  color: #fff; }

.stamp-good {
  background: #0cd2cb;
  color: #fff; }

.stamp-stick {
  background: #f19149;
  color: #fff; }

.stamp-media {
  background: #f07e9e;
  color: #fff; }

.stamp-file {
  background: #da76f7;
  color: #fff; }

/**
 * @file framework/components/toast.scss
 * @private
 * @overview
 * 提示条
 *
 */
/**
 * UI Toast style
 */
.toast, .toast-info, .toast-success, .toast-error, .toast-warn, .toast-info {
  border-color: #2c82f8; }
  .toast > .icon, .toast-info > .icon, .toast-success > .icon, .toast-error > .icon, .toast-warn > .icon, .toast-info > .icon {
    background: url("/res/default/img/sprite.png") no-repeat -758px -423px; }

.toast-success {
  border-color: #389852; }
  .toast-success > .icon {
    background-position: -759px -6px; }

.toast-error {
  border-color: #ff6e00;
  font-weight: bold; }
  .toast-error > .icon {
    background-position: -759px -125px; }

.toast-warn {
  border-color: #f8d42c; }
  .toast-warn > .icon {
    background-position: -758px -378px; }

/**
 * @file framework/components/toast.scss
 * @private
 * @overview
 * 提示条
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.ui-window-header {
  border-top: 2px solid #f49610; }

/**
 * @file framework/components/mask.scss
 * @private
 * @overview
 * 遮罩层
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.attention {
  border: 1px solid #f49610; }

/**
 * @file framework/components/progressbar.theme.scss
 * @private
 * @overview
 * 进度条
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.progressbar-master > .progressbar-inner {
  background-color: #f49610; }

.progressbar-slave > .progressbar-inner {
  background-color: #20ae9d; }

/**
 * @file skin/_text.scss
 * @private
 * @overview
 *  文本风格样式，包括标题，段落，强调，小字，高亮
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
body {
  color: #666; }

a {
  color: #f49610; }
  a:hover {
    color: #e0880a; }

a[name], a[role] {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }

mark, cite {
  color: #f49610; }

em, strong {
  color: #333; }

small {
  color: #999; }

.rmb, .rmb-floor, .rmbunit {
  color: #d31900; }

/**
 * @file skin/_pointer.scss
 * @private
 * @overview
 *  文本风格样式，包括标题，段落，强调，小字，高亮
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.pointer-none:hover {
  color: inherit; }

.pointer-mark, .child-pointer-mark > * {
  -webkit-transition-property: color, border-color;
  -moz-transition-property: color, border-color;
  -ms-transition-property: color, border-color;
  -o-transition-property: color, border-color; }
  .pointer-mark:hover, .pointer-mark.active, .child-pointer-mark > *:hover, .child-pointer-mark > *.active {
    color: #f49610;
    border-color: #f49610; }

.pointer-glow, .collection-pointer-glow > * {
  -webkit-transition-property: border-color, -webkit-box-shadow;
  -moz-transition-property: border-color, -moz-box-shadow;
  -ms-transition-property: border-color, -ms-box-shadow;
  -o-transition-property: border-color, -o-box-shadow; }
  .pointer-glow:hover, .pointer-glow.active, .collection-pointer-glow > *:hover, .collection-pointer-glow > *.active {
    border-color: #f49610;
    -webkit-box-shadow: 0 0 7px #f49610;
    -moz-box-shadow: 0 0 7px #f49610;
    box-shadow: 0 0 7px #f49610; }

.pointer-brush, .child-pointer-brush > * {
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -ms-transition-property: color, background;
  -o-transition-property: color, background; }
  .pointer-brush:hover, .pointer-brush.active, .child-pointer-brush > *:hover, .child-pointer-brush > *.active {
    background: #f49610; }
    .pointer-brush:hover *, .pointer-brush.active *, .child-pointer-brush > *:hover *, .child-pointer-brush > *.active * {
      color: #fff; }

.pointer-scale, .image-pointer-scale img {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }
  .pointer-scale:hover, .pointer-scale.active, .image-pointer-scale img:hover, .image-pointer-scale img.active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

/**
 * @file framework/skin/pens.scss
 * @private
 * @overview
 *  配色笔
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/skin/elements.scss
 * @private
 * @overview
 *  元色谱表
 *  配色体现在字体，边框，背景，阴影上，要定义足够大的色谱表才能达到要求
 *  一般来说，主从两色系配上四种状态色系就够用了。如果视觉设计师是用色狂魔，要么改造他，要么改造方案，主要困难在于命名。
 */
/**
 * @section 基础灰色系
 */
/**
 * @section 暗灰色系
 */
/**
 * @section 主色系
 */
/**
 * @section 从色系
 */
/**
 * @section 成功色系
 */
/**
 * @section 危险色系
 */
/**
 * @section 警告色系
 */
.gray-pen {
  color: #666;
  border-color: #666; }

.master-pen {
  color: #f49610;
  border-color: #f49610; }

.slave-pen {
  color: #20ae9d;
  border-color: #20ae9d; }

.success-pen {
  color: #20ae9d;
  border-color: #20ae9d; }

.danger-pen {
  color: #d31900;
  border-color: #d31900; }

.mute-pen {
  color: #aaa;
  border-color: #aaa; }

.black-brush {
  background-color: #000; }

.white-brush {
  background-color: #fff; }

.master-brush {
  background-color: #f49610; }

.slave-brush {
  background-color: #20ae9d; }

.slave-brush-light {
  background-color: #29d8c3; }

.success-brush {
  background-color: #20ae9d; }

.danger-brush {
  background-color: #d31900; }

.mute-brush {
  background-color: #aaa; }

.alpha8 {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.alpha6 {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.alpha4 {
  opacity: 0.4;
  filter: alpha(opacity=40); }

/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.gametimer dl {
  display: inline-block; }
.gametimer .time-wrap {
  position: relative;
  padding: 0 14px 10px;
  text-align: center;
  font-size: 0;
  z-index: 1; }
.gametimer.u-countdown-2 {
  width: 246px !important; }
.gametimer.u-countdown-3, .gametimer.u-countdown-4, .gametimer.u-countdown-5 {
  text-align: center;
  border-radius: 10px; }
  .gametimer.u-countdown-3 .title, .gametimer.u-countdown-4 .title, .gametimer.u-countdown-5 .title {
    padding-top: 10px;
    line-height: 1.3; }
    .gametimer.u-countdown-3 .title .time, .gametimer.u-countdown-4 .title .time, .gametimer.u-countdown-5 .title .time {
      font-size: 22px; }
.gametimer.u-countdown-3 dd {
  display: inline-block;
  font-size: 25px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAYAAABznEEcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQlJREFUeNrs0r9LAnEYx/G762bDhs7JwSHIKWjIpUEHoclBEPynnP1DoqFdiX5Y0aCJ1FrgUIKIQ57vg2cz8A4Uf/B54IUg+r3nfXfuVaPvbGBc5HCCI6RwgDGGGOAD0ziH+bjAGbI4tING+MQrupitYPEMKiijiPSS30fXfMcLnvCMDn7+i7hbctgvbnGNG7tTcecYVdRwaXc77ng4NXX7LkQP97Z3G28ur1OY4OA/PKCFR3vsX/b0ogUD5HGOkn16a341v/2Ef4gWLZhtmcBz9mAUoQhFKEIRilCEIhShCEUoQhGKUIQiFKEIRShCEYpQhCIUoQhFKEIRilCEIhbH3/H9J2jOBRgAn4wsQxhhXGUAAAAASUVORK5CYII=") no-repeat center; }
.gametimer.u-countdown-3 dt {
  display: inline-block;
  font-size: 12px;
  vertical-align: -8px;
  margin-left: -4px; }
.gametimer.u-countdown-4 dl {
  min-width: 47px;
  margin: 0 6px; }
.gametimer.u-countdown-4 dd {
  position: relative;
  padding: 0 2px;
  height: 51px;
  font-size: 36px;
  line-height: 51px; }
  .gametimer.u-countdown-4 dd img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
.gametimer.u-countdown-5 dl {
  min-width: 64px; }
.gametimer.u-countdown-5 dd {
  display: inline-block;
  width: 56px;
  font-size: 18px;
  line-height: 56px; }
.gametimer.u-countdown-5 dt {
  display: inline-block;
  font-size: 12px;
  vertical-align: -8px; }
.gametimer.u-countdown-6 {
  padding: 27px 0 0 30px; }
  .gametimer.u-countdown-6 .title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .gametimer.u-countdown-6 .timer {
    border-radius: 0; }
    .gametimer.u-countdown-6 .timer:before {
      content: '';
      position: absolute;
      left: -30px;
      border-style: solid;
      top: 0;
      border-width: 30px 15px; }
    .gametimer.u-countdown-6 .timer span {
      border-radius: 0; }
    .gametimer.u-countdown-6 .timer span:first-child {
      position: relative; }
      .gametimer.u-countdown-6 .timer span:first-child:before {
        content: '';
        position: absolute;
        top: 0;
        border-style: solid;
        border-width: 20px 10px;
        border-color: #FFF #FFF transparent transparent;
        left: -20px; }

#nav-countdown .u-countdown-1 .timer {
  font-size: 14px !important; }

.contact .ico {
  float: left;
  line-height: 1; }
.contact time {
  display: block;
  font-size: 13px; }
.contact .phone-number {
  font-size: 21px;
  line-height: 1.2; }
.contact.hotline-style-1 .ico {
  font-size: 54px;
  width: 54px; }
.contact.hotline-style-1 time, .contact.hotline-style-1 .phone-number {
  margin-left: 64px; }
.contact.hotline-style-2 .ico {
  font-size: 54px;
  width: 54px; }
.contact.hotline-style-2 time, .contact.hotline-style-2 .phone-number {
  margin-left: 60px; }
.contact.hotline-style-3 .ico {
  font-size: 54px;
  width: 54px; }
.contact.hotline-style-3 time, .contact.hotline-style-3 .phone-number {
  margin-left: 64px; }
.contact.hotline-style-4 .ico {
  font-size: 54px;
  width: 54px; }
.contact.hotline-style-4 time, .contact.hotline-style-4 .phone-number {
  margin-left: 56px; }
.contact.hotline-style-5 .ico {
  float: none; }

/**
 * @file _extends.scss
 * @private
 * @overview
 * @warn 这个模块必须在具有生成css目标文件的scss的中引入，而不要在私有scss文件中引入，否则会生成大量重复样式
 *
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.W-share-buttons > a, .statement-review, .form-control, .paginator > li > a, .paginator > li > span, .pointer-mark, .child-pointer-mark > *, .pointer-glow, .collection-pointer-glow > *, .pointer-brush, .child-pointer-brush > *, .pointer-scale, .image-pointer-scale img, a, .menubutton .arrowhead-down, .menubutton > .dropdownmenu, #doc-navbar .nav, .fixedtoolbar .toolitem, .fixedtoolbar .tooldrawer, .fixedtoolbar .toolsearch a {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s; }

/**
 * @file _external.scss
 * @private
 * @overview
 *
 */
/**
 * webuploader style
 */
.webuploader-container {
  position: relative; }

.uploader-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.webuploader-pick {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  overflow: hidden; }

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none; }

/**
 * @section 百度编辑器
 */
.edui-editor-drafts a {
  text-decoration: underline; }

/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
.mode-title {
  padding: 20px 0 24px 25px;
  height: 28px !important; }

.u-box-recommend {
  position: relative;
  width: 980px; }

.u-mode {
  border: 1px solid #e6e6e6;
  background: #fff; }

.u-mode .mode-title {
  float: left; }

.u-mode .mode-title .ch {
  font-size: 24px;
  line-height: 28px;
  color: #333; }

.u-mode .more {
  font: 14px/2 "Microsoft Yahei", "冬青黑体";
  color: #333; }

.u-content {
  width: 740px;
  padding-right: 30px; }

.img-box img {
  max-width: 100%;
  max-height: 100%; }

.u-title-wrap .title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

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

.ovl {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.clear {
  clear: both; }

.col4 {
  padding: 0 0 24px 19px;
  overflow: hidden;
  box-sizing: border-box; }
  .col4 li {
    float: left;
    position: relative;
    margin-right: 16px;
    width: 223px;
    height: 240px;
    border: 1px solid #dedede;
    transition: all 0.3s;
    box-sizing: border-box;
    margin-top: 10px; }
    .col4 li:hover {
      background-color: #f3f3f3; }
      .col4 li:hover .img-box .cover {
        visibility: visible; }
        .col4 li:hover .img-box .cover .state span.blr {
          top: 0;
          bottom: 0; }
        .col4 li:hover .img-box .cover .state span.btb {
          left: 0;
          right: 0; }
        .col4 li:hover .img-box .cover .cover-bg {
          opacity: 0.5;
          filter: alpha(opacity=50); }
      .col4 li:hover .theme-color {
        color: #666 !important; }
  .col4 .img-box {
    display: block;
    height: 160px;
    overflow: hidden; }
    .col4 .img-box img {
      width: 100%;
      max-height: inherit;
      transition: all 0.4s; }
    .col4 .img-box .cover {
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 160px;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 160px; }
      .col4 .img-box .cover .state {
        position: relative;
        display: inline-block;
        height: 32px;
        z-index: 3;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        padding: 0 10px; }
        .col4 .img-box .cover .state span {
          position: absolute;
          background-color: #fff;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .col4 .img-box .cover .state span.blr {
            top: 50%;
            bottom: 50%;
            width: 1px; }
            .col4 .img-box .cover .state span.blr.bl {
              left: 0; }
            .col4 .img-box .cover .state span.blr.br {
              right: 0; }
          .col4 .img-box .cover .state span.btb {
            left: 50%;
            right: 50%;
            height: 1px; }
            .col4 .img-box .cover .state span.btb.bt {
              top: 0; }
            .col4 .img-box .cover .state span.btb.bb {
              bottom: 0; }
      .col4 .img-box .cover .cover-bg {
        position: absolute;
        width: 100%;
        height: 92%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
  .col4 .title {
    display: block;
    padding: 0px 14px 4px 14px;
    height: 34px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden; }
  .col4 .data-line {
    padding: 0 14px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .col4 .data-line .key {
      float: left;
      position: relative;
      padding-right: 10px;
      min-width: 44px; }
      .col4 .data-line .key:after {
        content: ':';
        position: absolute;
        right: 5px; }

.img-box .ribbon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 9; }
  .img-box .ribbon .inner {
    color: #fff;
    width: 100px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    margin-left: -24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.col4 .time {
  padding: 0 14px;
  font-size: 12px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6, li, div, p, pre, span, a, td {
  word-break: break-all;
  word-wrap: break-word; }

.sp-top-disabled-bgcolor {
  background-color: #c1c1c1 !important; }

.sp-bottom-disabled-bgcolor {
  background-color: #cfcfcf !important; }

.have-not-sold-out-bgcolor {
  height: 100%;
  border-radius: 3%;
  background-color: #f37365 !important; }
  .have-not-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.have-sold-out-bgcolor {
  border-radius: 3%;
  height: 100%;
  background-color: #cfcfcf !important; }
  .have-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.product-bottom-title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white; }

.text-price-through {
  font-size: 15px;
  color: #999999;
  text-decoration: line-through; }

.notice-wrap {
  position: relative;
  padding: 30px 25px;
  background-color: #FFF;
  box-sizing: border-box;
  border: 1px solid #e6e6e6; }
  .notice-wrap .h3 {
    display: block;
    font-size: 24px;
    padding-bottom: 25px;
    max-width: 640px; }
  .notice-wrap .notice-summary {
    position: relative;
    padding-left: 215px;
    margin-right: 290px;
    height: 133px; }
    .notice-wrap .notice-summary .img-box {
      position: absolute;
      width: 200px;
      height: 133px;
      left: 0;
      top: 0;
      overflow: hidden; }
      .notice-wrap .notice-summary .img-box img {
        width: 100%;
        max-height: inherit; }
      .notice-wrap .notice-summary .img-box .price {
        position: absolute;
        right: 10px;
        bottom: 0;
        width: 71px;
        height: 20px;
        line-height: 20px;
        color: #FFF;
        text-align: center;
        font-size: 17px;
        background: url("/res/default/img/price_bg.png?v=ef13a8543") no-repeat center; }
    .notice-wrap .notice-summary .intro {
      display: block;
      font-size: 14px;
      line-height: 24px;
      height: 96px;
      margin-bottom: 13px;
      overflow: hidden;
      color: #333;
      word-break: break-all; }
      .notice-wrap .notice-summary .intro:hover {
        text-decoration: underline; }
    .notice-wrap .notice-summary .data {
      font-size: 14px;
      color: #999; }
      .notice-wrap .notice-summary .data .money-icon {
        font-size: 15px; }
      .notice-wrap .notice-summary .data a {
        display: inline-block;
        max-width: 180px;
        overflow: hidden;
        height: 24px;
        vertical-align: middle;
        color: #999; }
      .notice-wrap .notice-summary .data .address-wrap {
        color: #666; }
      .notice-wrap .notice-summary .data .price-wrap {
        float: right;
        font-size: 18px;
        margin-right: 10px;
        margin-top: -3px; }
      .notice-wrap .notice-summary .data .price-wrap-recommend-buttom {
        float: left;
        font-size: 18px; }
  .notice-wrap .notice-countdown {
    text-align: center;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 275px;
    height: 185px; }
    .notice-wrap .notice-countdown > h4 {
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #fff;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .notice-wrap .notice-countdown .time {
      padding-top: 16px;
      height: 151px;
      font-size: 28px;
      line-height: 38px;
      color: #FFF;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .notice-wrap .notice-countdown .time h4 {
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        color: #fff; }
      .notice-wrap .notice-countdown .time .step {
        display: block;
        height: 80px;
        line-height: 80px;
        color: #FFF; }

.u-box-recommend {
  position: relative;
  width: 980px;
  margin: 0 auto;
  color: #333; }

.u-mode {
  margin: 40px auto;
  font: 14px/2 "Microsoft Yahei", "冬青黑体";
  color: #333; }

.u-mode .mode-title {
  padding-top: 15px;
  height: 45px; }

.u-mode .mode-title .ch {
  font-size: 24px;
  line-height: 28px;
  color: #333; }

.mode-title {
  padding-left: 0px !important;
  padding-bottom: 35px; }

.u-content {
  width: 740px;
  padding-right: 30px; }

.theme2-bgcolor {
  background-color: #ff6f00 !important; }

.theme2-bgcolor2 {
  background-color: #f80 !important; }

.sp-top-disabled-bgcolor {
  background-color: #c1c1c1 !important; }

.sp-bottom-disabled-bgcolor {
  background-color: #cfcfcf !important; }

.sp-bottom-abled-bgcolor {
  background-color: #f37365 !important; }

.have-not-sold-out-bgcolor {
  height: 100%;
  border-radius: 3%;
  background-color: #f37365 !important; }
  .have-not-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.have-sold-out-bgcolor {
  border-radius: 3%;
  height: 100%;
  background-color: #cfcfcf !important; }
  .have-sold-out-bgcolor span {
    font-size: 15px;
    color: white; }

.product-bottom-title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white; }

.vip-qrcode-wrap {
  width: 350px;
  padding: 24px 20px;
  text-align: center; }
  .vip-qrcode-wrap .vip-upgrade-qrcode {
    display: inline-block; }
  .vip-qrcode-wrap .vip-qrcode-tip {
    margin: 14px 0 0;
    color: #888;
    font-size: 13px; }

a {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color; }

/**
 * 懒加载图片样式
 */
img[data-src] {
  background: #f8f8f8 url(/res/img/spinner.gif) no-repeat 50% 50%;
  margin: 0 auto; }
img[role=avatar] {
  border-radius: 50%; }
  img[role=avatar][size=small] {
    width: 30px;
    height: 30px; }

kbd {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 4px;
  margin: 0 5px;
  line-height: 1.4;
  border-radius: 2px;
  font-family: Menlo, Consolas, "Courier New", monospace;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

embed {
  vertical-align: top; }

.arrowhead, .arrowhead-up, .arrowhead-down, .arrowhead-left, .arrowhead-right {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid; }

.arrowhead-up {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0; }

.arrowhead-down {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-width: 0; }

.arrowhead-left {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-width: 0; }

.arrowhead-right {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-width: 0; }

.menubutton {
  position: relative; }
  .menubutton > a {
    display: block; }
  .menubutton .arrowhead-down {
    margin-left: 3px;
    border-width: 4px 3px 0;
    border-top-color: #fff;
    vertical-align: middle;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform; }
  .menubutton > .dropdownmenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    left: 50%;
    padding-top: 8px;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px); }
    .menubutton > .dropdownmenu::-webkit-scrollbar {
      width: 1px; }
    .menubutton > .dropdownmenu > .arrowhead-up {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -4px;
      border-width: 0 8px 8px; }
    .menubutton > .dropdownmenu > .menu {
      position: relative;
      border-radius: 2px;
      overflow: hidden;
      padding: 3px; }
    .menubutton > .dropdownmenu a {
      display: block;
      padding: 1px 15px;
      max-width: 150px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .menubutton:hover > .dropdownmenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .menubutton:hover .arrowhead-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.ie8 .menubutton:hover > .login-flag {
  top: 18px; }

nav a, .nav a {
  color: inherit; }
  nav a:hover, .nav a:hover {
    color: inherit; }

#doc-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee; }
  #doc-header > .container, #doc-header > .container-fullfit-v, #doc-header > .container-fullfit {
    height: 100%; }
    #doc-header > .container > .gametimer, #doc-header > .container-fullfit-v > .gametimer, #doc-header > .container-fullfit > .gametimer, #doc-header > .container > .contact, #doc-header > .container-fullfit-v > .contact, #doc-header > .container-fullfit > .contact {
      position: absolute;
      bottom: 165px;
      right: 28px;
      z-index: 11; }
    #doc-header > .container > .contact, #doc-header > .container-fullfit-v > .contact, #doc-header > .container-fullfit > .contact {
      padding: 5px 15px;
      min-width: 200px;
      color: #fff;
      overflow: hidden;
      border-radius: 3px; }
      #doc-header > .container > .contact p, #doc-header > .container-fullfit-v > .contact p, #doc-header > .container-fullfit > .contact p {
        font-size: 20px; }

#doc-navbar {
  position: fixed;
  height: 120px;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 20;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  #doc-navbar.narrow {
    height: 68px; }
    #doc-navbar.narrow .logo {
      height: 40px; }
    #doc-navbar.narrow .nav-text > strong {
      font-size: 20px;
      line-height: 30px; }
    #doc-navbar.narrow .nav-text .nav-slogan {
      opacity: 0;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }
  #doc-navbar a {
    color: #fff;
    outline: none; }
  #doc-navbar .nav-brand {
    position: relative; }
  #doc-navbar .logo, #doc-navbar .nav-text, #doc-navbar .nav-text strong {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #doc-navbar .logo {
    display: inline-block;
    margin-right: 8px;
    height: 96px;
    vertical-align: top; }
  #doc-navbar .nav-text {
    display: inline-block;
    width: 700px; }
    #doc-navbar .nav-text > strong {
      display: block;
      font-size: 28px;
      line-height: 40px;
      height: 40px;
      font-weight: normal;
      color: #fff; }
  #doc-navbar .nav-slogan {
    font-size: 16px;
    line-height: 21px;
    max-width: 700px; }
  #doc-navbar .nav-top {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 13px;
    z-index: 10; }
    #doc-navbar .nav-top > .site-phone {
      margin-right: 20px; }
  #doc-navbar .resale-top {
    position: absolute;
    top: 5px;
    font-size: 13px;
    z-index: 10; }
    #doc-navbar .resale-top .resale-txt, #doc-navbar .resale-top .resale-img {
      display: inline-block;
      vertical-align: middle; }
    #doc-navbar .resale-top .resale-img {
      width: 19px; }
  #doc-navbar .nav-user {
    display: inline-block; }
    #doc-navbar .nav-user.user-logout > span {
      margin: 0 2px; }
    #doc-navbar .nav-user.user-logged {
      white-space: nowrap; }
      #doc-navbar .nav-user.user-logged img {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: -8px;
        margin-right: 5px; }
      #doc-navbar .nav-user.user-logged > a {
        display: inline-block; }
    #doc-navbar .nav-user .has-msg {
      position: relative; }
      #doc-navbar .nav-user .has-msg:after {
        position: absolute;
        content: '\02022';
        font-size: 20px;
        top: 2px;
        right: 2px;
        line-height: 1em; }
  #doc-navbar .nav-header {
    padding: 12px 0;
    height: 100%; }
  #doc-navbar .nav {
    position: absolute;
    right: 20px;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    white-space: normal;
    text-align: left;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity; }
    #doc-navbar .nav > li {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      width: auto;
      padding: 0 12px; }
      #doc-navbar .nav > li > a {
        line-height: 42px; }
    #doc-navbar .nav.collapse {
      opacity: 0;
      visibility: hidden \9 ; }
  #doc-navbar .nav-search-form {
    position: absolute;
    right: -15px;
    bottom: 0;
    padding: 6px;
    border: none;
    color: #fff; }
    #doc-navbar .nav-search-form input {
      display: block;
      background: transparent;
      width: 30px;
      border-color: transparent;
      height: 28px;
      padding: 0 0 0 30px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #doc-navbar .nav-search-form .input-group-icon {
      padding: 2px 0;
      cursor: pointer; }
    #doc-navbar .nav-search-form.open {
      color: #333; }
      #doc-navbar .nav-search-form.open input {
        width: 400px;
        border-color: #e7e7e7;
        background: #fff;
        border-radius: 25px; }

/* 页面主体 */
#doc-main {
  margin-top: -83px;
  /* 页面主体头部 */
  /* 页面主体内容 */ }
  #doc-main > .header {
    position: relative;
    height: 83px;
    line-height: 83px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    z-index: 11; }
    #doc-main > .header > h1 {
      margin: 0;
      padding: 0 18px;
      text-align: center; }
  #doc-main > .main {
    position: relative;
    min-height: 500px;
    padding: 18px 18px 20px;
    margin-bottom: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e7e7e7;
    border-top: none; }
    #doc-main > .main.special-bg {
      background-color: #fff; }

.ie8 #doc-main > .main {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-left: -1px;
  margin-right: -1px; }

#doc-footer {
  position: relative;
  color: #fff; }
  #doc-footer a {
    color: #fff; }
  #doc-footer h2 {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #fff; }
  #doc-footer .links {
    min-height: 190px;
    margin-right: 200px; }
    #doc-footer .links a {
      margin-right: 30px; }
  #doc-footer .qrcode {
    position: absolute;
    top: 20px;
    right: 0; }
    #doc-footer .qrcode > img {
      width: 150px;
      height: 150px; }
  #doc-footer > .copyright {
    font-size: 12px;
    padding: 10px 0;
    text-align: center; }
  #doc-footer .bottomStream .streamIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url("/res/default/img/stream.gif") center center no-repeat; }
  #doc-footer .bottomStream .streamInfo {
    display: inline-block;
    vertical-align: middle; }
    #doc-footer .bottomStream .streamInfo i {
      width: 15px;
      height: 17px;
      display: inline-block;
      vertical-align: text-bottom; }

.fixedtoolbar {
  position: fixed;
  z-index: 13;
  right: 0;
  top: 50%;
  margin-top: -240px;
  background: #fff; }
  .fixedtoolbar .toolitem {
    position: relative;
    width: 76px;
    margin-top: -1px;
    padding: 5px 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background; }
    .fixedtoolbar .toolitem:first-child {
      border-top-left-radius: 3px; }
    .fixedtoolbar .toolitem:last-child {
      border-bottom-left-radius: 3px; }
    .fixedtoolbar .toolitem.sub-li:hover .tooldrawer {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .fixedtoolbar .toolitem .title {
      font-size: 12px; }
  .fixedtoolbar .tool-countdown .tooldrawer {
    padding: 6px;
    font-size: inherit;
    background-color: rgba(222, 222, 222, 0.5); }
    .fixedtoolbar .tool-countdown .tooldrawer.u-countdown-6 {
      padding-left: 36px; }
    .fixedtoolbar .tool-countdown .tooldrawer .title {
      display: none; }
    .fixedtoolbar .tool-countdown .tooldrawer .time-wrap {
      padding: 0; }
    .fixedtoolbar .tool-countdown .tooldrawer .timer {
      padding: 10px; }
    .gametimer.u-countdown-4 dt {
      font-size: 13px;
      color: #fff; }
  .fixedtoolbar .tooldrawer {
    visibility: hidden;
    position: absolute;
    right: 76px;
    top: 0;
    opacity: 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  .fixedtoolbar ul.tooldrawer {
    white-space: nowrap;
    font-size: 0; }
    .fixedtoolbar ul.tooldrawer > li {
      display: inline-block;
      margin-left: -1px;
      border-left: 1px solid #ddd;
      padding: 4px;
      font-size: 13px; }
  .fixedtoolbar .toolwechat .tooldrawer img {
    width: 120px;
    height: 120px; }
  .fixedtoolbar .toolqq .tooldrawer img {
    width: 30px;
    height: 34px; }
  .fixedtoolbar .toolqq .tooldrawer li a {
    display: inline-block;
    padding: 40px 15px 0;
    background: url(/assets/img/ico_qq.png) no-repeat center 5px; }
  .fixedtoolbar .toolshare .tooldrawer > li {
    padding: 14px;
    font-size: 30px;
    line-height: 1; }
  .fixedtoolbar .toolphone .tooldrawer > li {
    display: block;
    border: none;
    text-align: left;
    padding: 2px 10px; }
  .fixedtoolbar .toolsearch a {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -o-transition-property: none; }

.wechatQRCodeWindow {
  width: 350px; }
  .wechatQRCodeWindow .qr-logo {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 108px;
    left: 50%;
    margin-left: -17px;
    background-color: #fff; }
  .wechatQRCodeWindow .ui-window-body .qr-wrap {
    position: relative;
    height: 250px;
    padding: 15px 0; }
  .wechatQRCodeWindow .ui-window-body canvas, .wechatQRCodeWindow .ui-window-body table {
    display: block;
    margin: 0 auto; }
  .wechatQRCodeWindow p {
    padding: 5px 15px;
    border-top: 1px solid #ddd; }

/**
 * @section gametimer
 */
.gametimer {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 2px; }
  .gametimer .title {
    padding: 1px 15px; }
    .en .gametimer .title .ico {
      margin-right: 5px; }
  .gametimer .timer {
    padding: 10px; }
    .gametimer .timer > span, .gametimer .timer em {
      display: inline-block; }
    .gametimer .timer > span {
      padding: 0 8px;
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .gametimer .timer > span.day-span {
        margin-right: 3px; }
        .gametimer .timer > span.day-span em {
          text-indent: 0; }
    .gametimer .timer em {
      font: 30px/40px SimHei;
      color: inherit;
      text-indent: -3px; }
    .gametimer .timer sub {
      font-size: 12px;
      vertical-align: 2px;
      bottom: 0; }
    .gametimer .timer dl {
      border-radius: 4px;
      text-align: center;
      background: #fff;
      overflow: hidden;
      padding: 0;
      margin: 0 2px;
      min-width: 44px;
      height: 50px; }
      .gametimer .timer dl dd {
        padding: 0 5px;
        font: 30px/34px SimHei;
        color: inherit; }
      .gametimer .timer dl dt {
        font: bold 12px/16px Arial;
        text-transform: uppercase;
        background-color: #eee;
        color: inherit; }

.result-indicator {
  padding: 10px;
  text-align: center;
  line-height: 32px; }
  .result-indicator > .icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }

.login-box {
  width: 480px;
  height: 326px; }

.form-login form fieldset, .phone-login-box form fieldset, .phone-verification-box form fieldset {
  margin-top: 18px;
  padding: 0 30px; }
.form-login fieldset, .phone-login-box fieldset, .phone-verification-box fieldset {
  margin-top: 20px; }
.form-login .form-group, .phone-login-box .form-group, .phone-verification-box .form-group {
  padding: 20px 68px 15px 100px; }
  .form-login .form-group .form-label, .phone-login-box .form-group .form-label, .phone-verification-box .form-group .form-label {
    width: 110px; }
  .form-login .form-group .form-control[disabled], .phone-login-box .form-group .form-control[disabled], .phone-verification-box .form-group .form-control[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1; }
  .form-login .form-group .captcha, .phone-login-box .form-group .captcha, .phone-verification-box .form-group .captcha {
    width: 175px;
    display: inline-block; }
  .form-login .form-group .j-code, .phone-login-box .form-group .j-code, .phone-verification-box .form-group .j-code {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    margin-left: 16px; }
.form-login .error-msg-new, .phone-login-box .error-msg-new, .phone-verification-box .error-msg-new {
  color: #f43838;
  text-align: center; }
.form-login button, .phone-login-box button, .phone-verification-box button {
  min-width: 120px; }
.form-login .error-msg, .phone-login-box .error-msg, .phone-verification-box .error-msg {
  display: none;
  position: relative;
  text-align: center;
  line-height: 30px; }
  .form-login .error-msg:before, .phone-login-box .error-msg:before, .phone-verification-box .error-msg:before {
    content: '\D7';
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff4f60;
    color: #fff;
    border-radius: 50%; }
.form-login .reset-btn, .phone-login-box .reset-btn, .phone-verification-box .reset-btn {
  position: absolute;
  top: 25px;
  right: 80px;
  color: #666; }
.form-login .logoin-operation, .phone-login-box .logoin-operation, .phone-verification-box .logoin-operation {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.form-login .logoin-operation a, .phone-login-box .logoin-operation a, .phone-verification-box .logoin-operation a {
  display: block;
  line-height: 20px; }
.form-login .third-login, .phone-login-box .third-login, .phone-verification-box .third-login {
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .form-login .third-login > li, .phone-login-box .third-login > li, .phone-verification-box .third-login > li {
    width: 33.333%;
    border-left: 1px solid #e6e6e6; }
  .form-login .third-login > li:first-child, .phone-login-box .third-login > li:first-child, .phone-verification-box .third-login > li:first-child {
    border-left: none; }
  .form-login .third-login a, .phone-login-box .third-login a, .phone-verification-box .third-login a {
    display: block;
    line-height: 40px;
    text-align: center; }
    .form-login .third-login a.no-skin-color, .phone-login-box .third-login a.no-skin-color, .phone-verification-box .third-login a.no-skin-color {
      color: #666; }
  .form-login .third-login span, .form-login .third-login i, .phone-login-box .third-login span, .phone-login-box .third-login i, .phone-verification-box .third-login span, .phone-verification-box .third-login i {
    display: inline-block;
    vertical-align: middle; }
  .form-login .third-login span, .phone-login-box .third-login span, .phone-verification-box .third-login span {
    width: auto; }
.form-login footer, .phone-login-box footer, .phone-verification-box footer {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 68px 0 98px; }
  .form-login footer button, .phone-login-box footer button, .phone-verification-box footer button {
    width: 100%; }

div.register-phone-box {
  display: block; }

.register-phoneAndEmail {
  width: 480px;
  height: 326px; }

.phone-login-box, .phone-login-box2 {
  display: none; }
  .phone-login-box .stepone fieldset, .phone-login-box2 .stepone fieldset {
    margin-top: 20px; }
  .phone-login-box .stepone .captcha, .phone-login-box2 .stepone .captcha {
    width: 175px;
    display: inline-block; }
  .phone-login-box .stepone .check-img, .phone-login-box2 .stepone .check-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
  .phone-login-box .stepone .j-code, .phone-login-box2 .stepone .j-code {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
    margin-left: 16px; }
  .phone-login-box .steptwo fieldset, .phone-login-box2 .steptwo fieldset {
    padding: 0 30px; }
  .phone-login-box .steptwo.existphone, .phone-login-box2 .steptwo.existphone {
    margin-top: 25px; }
    .phone-login-box .steptwo.existphone .form-group, .phone-login-box2 .steptwo.existphone .form-group {
      padding: 10px 20px 25px 100px; }
    .phone-login-box .steptwo.existphone .countDown, .phone-login-box2 .steptwo.existphone .countDown {
      position: absolute;
      top: 15px;
      right: 30px; }
  .phone-login-box .steptwo.newphone, .phone-login-box2 .steptwo.newphone {
    margin-top: 5px; }
    .phone-login-box .steptwo.newphone .form-group, .phone-login-box2 .steptwo.newphone .form-group {
      padding: 15px 20px 5px 100px; }
    .phone-login-box .steptwo.newphone .countDown, .phone-login-box2 .steptwo.newphone .countDown {
      position: absolute;
      top: 20px;
      right: 30px;
      cursor: pointer; }
  .phone-login-box .steptwo .pos-phone, .phone-login-box2 .steptwo .pos-phone {
    position: relative;
    top: 5px; }
  .phone-login-box .steptwo .checkBox, .phone-login-box2 .steptwo .checkBox {
    margin-left: 10px;
    position: relative;
    top: 2px; }
  .phone-login-box .steptwo .web-protocol, .phone-login-box2 .steptwo .web-protocol {
    display: inline-block;
    margin-left: 5px; }
  .phone-login-box .error-msg-new, .phone-login-box2 .error-msg-new {
    display: block;
    width: 390px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 30px; }
    .phone-login-box .error-msg-new:before, .phone-login-box2 .error-msg-new:before {
      content: '\D7';
      display: inline-block;
      margin-right: 8px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      background: #ff4f60;
      color: #fff;
      border-radius: 50%; }
  .phone-login-box footer, .phone-login-box2 footer {
    padding: 0 30px; }
    .phone-login-box footer .submit, .phone-login-box2 footer .submit {
      width: 100%; }
  .phone-login-box .third-login > li, .phone-login-box2 .third-login > li {
    width: 50%; }

.phone-login-box.phone-bind-box {
  display: block; }
  .phone-login-box.phone-bind-box .form-group {
    padding: 15px 20px; }
  .phone-login-box.phone-bind-box .bind-phone-input {
    display: inline-block;
    width: 300px; }
  .phone-login-box.phone-bind-box .get-code-btn.disabled {
    color: #666; }
  .phone-login-box.phone-bind-box footer {
    bottom: 34px; }

.anonymous-wrap {
  width: 680px; }

.anonymous-wrap .anonymous-order {
  display: block; }

.tag-filter {
  position: relative; }
  .tag-filter.show .tag-list {
    max-height: inherit; }
  .tag-filter.show .more {
    position: relative;
    top: -4px; }
  .tag-filter .more {
    position: absolute;
    top: 102px;
    width: 100%;
    height: 32px;
    background-color: #FFF; }
    .tag-filter .more:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 30%;
      width: 100%;
      height: 1px;
      background-color: #e5e5e5; }
    .tag-filter .more a {
      position: absolute;
      padding: 0 4px;
      top: 10px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      min-width: 50px;
      color: #999;
      background-color: #FFF;
      border: 1px solid #e5e5e5;
      border-top: none; }
    .tag-filter .more i {
      display: inline-block;
      width: 20px;
      height: 24px;
      vertical-align: middle;
      line-height: 24px; }
  .tag-filter .tag-list {
    margin-left: 66px;
    max-height: 138px;
    overflow: hidden; }
  .tag-filter .name {
    float: left;
    min-width: 66px;
    padding: 2px 4px;
    text-align: center; }
  .tag-filter .tag {
    float: left;
    border: 1px dotted #aaa;
    min-width: 66px;
    padding: 0 4px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 10px 20px;
    color: inherit; }

.tab-filter {
  overflow: hidden;
  font-size: 21px; }
  .tab-filter > .tab {
    float: left;
    margin-right: 40px;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
  .tab-filter a {
    color: inherit; }

.buttonToggle.active:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background: url(/res/img/check.png) no-repeat; }
.buttonToggle.active:before {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 12px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 0; }

.site-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

body {
  position: relative; }

#musicArea {
  position: fixed;
  right: 17px;
  bottom: 20px;
  z-index: 999;
  height: 40px;
  width: 40px; }
  #musicArea .info {
    display: none;
    position: absolute;
    right: -230px;
    top: 5px;
    margin-right: 3px;
    height: 30px;
    padding-right: 20px;
    width: 210px;
    vertical-align: middle; }
    #musicArea .info .musicName {
      display: inline-block;
      margin-right: 0;
      width: 140px;
      height: 30px;
      line-height: 21px;
      padding: 5px 10px;
      background-color: #fff;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    #musicArea .info .btn-wrap {
      display: inline-block;
      height: 30px;
      padding: 5px 14px;
      line-height: 20px;
      vertical-align: top;
      background-color: #fff;
      border-left: 1px solid #e5e5e5;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    #musicArea .info .switch-btn {
      display: inline-block;
      height: 30px;
      cursor: pointer; }
      #musicArea .info .switch-btn.stop {
        background-image: url("/res/default/img/music-stop.png"); }
      #musicArea .info .switch-btn.play {
        background-image: url("/res/default/img/music-play.png"); }
  #musicArea .icon-music {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px; }
    #musicArea .icon-music.operate {
      background: url("/res/default/img/music.gif") no-repeat center; }
    #musicArea .icon-music.no-operate {
      background: url("/res/default/img/music.png") no-repeat center; }
  #musicArea .icon-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px; }
    #musicArea .icon-wrap.bg {
      background: url("/res/default/img/music-bg.png") no-repeat center; }

#header-DIY {
  position: relative; }

.text-danger {
  color: #ff933f; }

.fl {
  float: left; }

.fr {
  float: right; }

.en #window-captcha .form-compact .form-group, .en .form-compact .form-group {
  padding-left: 126px; }
  .en #window-captcha .form-compact .form-group .form-label, .en .form-compact .form-group .form-label {
    width: 134px; }

.editorImageUnits {
  white-space: nowrap; }

.editorImageUnit {
  display: inline-block;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

.editorImageUnit img {
  display: block;
  margin: 0 auto; }

.editorImageUnit div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #eee;
  line-height: 40px;
  font-size: 18px;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: Microsoft Yahei; }

.editorImageUnits.col2 > .unit0 {
  width: 50%; }
.editorImageUnits.col2 > .unit1 {
  width: 50%; }

.editorImageUnits.col3 > .unit0 {
  width: 33%; }
.editorImageUnits.col3 > .unit1 {
  width: 33%; }
.editorImageUnits.col3 > .unit2 {
  width: 34%; }

.icox-lock {
  display: inline-block;
  background: url(/res/default/img/ico-lock.gif) no-repeat;
  width: 19px;
  height: 23px; }

.ico-check-circle {
  display: inline-block;
  background: url(/res/default/img/ico-check.png) no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: middle; }

.lowTipWindow {
  width: 584px;
  height: 386px; }
  .lowTipWindow .ui-window-close {
    display: none; }
  .lowTipWindow .tip-wrap {
    position: relative; }
    .lowTipWindow .tip-wrap a {
      color: #1d9afa; }
    .lowTipWindow .tip-wrap a:hover {
      text-decoration: underline; }
    .lowTipWindow .tip-wrap .chrome-link {
      position: absolute;
      top: 105px;
      font-size: 16px;
      left: 88px; }
    .lowTipWindow .tip-wrap .chrome-link-load {
      position: absolute;
      top: 112px;
      left: 247px; }
    .lowTipWindow .tip-wrap .ie-link {
      position: absolute;
      font-size: 16px;
      top: 105px;
      left: 339px; }
    .lowTipWindow .tip-wrap .ie-link-load {
      position: absolute;
      left: 453px;
      top: 112px; }
    .lowTipWindow .tip-wrap .tip-close {
      position: absolute;
      width: 100px;
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      top: 330px;
      left: 50%;
      margin-left: -50px;
      background: #34cd62;
      color: white;
      font-size: 16px; }

#jiathis_webchat img {
  display: inline-block; }

#copy-link {
  display: inline-block; }

.toolcart .list-wrap {
  position: absolute;
  top: 0;
  transition: all 0.3s; }

/*.toolcart li.sub-li:hover .list-wrap {
    right: 100% !important;
}*/
.toolcart * {
  box-sizing: content-box; }
.toolcart .linkWrap {
  display: block;
  /* margin-right: 52px; */
  float: left; }
  .toolcart .linkWrap:hover p:nth-child(1) {
    color: inherit; }
.toolcart .shopping-wrap-t, .toolcart .shopping-wrap-f, .toolcart .shopping-wrap-s {
  right: 0;
  cursor: auto; }
.toolcart .cartCount {
  color: #CB2929; }
.toolcart .shopping-wrap-s {
  margin-right: 2px;
  border: none;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  right: 76px;
  top: 0;
  opacity: 0;
  background: #fff;
  color: #333;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px); }

.toolcart .suc-ms .close-cart {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 13px;
  height: 13px;
  background-image: url(/res/default/img/cart_close.png);
  background-size: cover;
  cursor: pointer; }

.toolcart .empty-cart {
  width: 312px;
  height: 80px;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  line-height: 80px;
  font-size: 14px;
  border: 1px solid #d3d3d3; }
  .toolcart .empty-cart .cart-icon {
    display: inline-block;
    background: url(/res/default/img/empty_cart.png) no-repeat;
    width: 46px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -25px; }
  .toolcart .empty-cart .cart-text {
    text-indent: 5em;
    display: inline-block; }
  .toolcart .empty-cart b {
    color: #e4393c; }

.toolcart .shopping-list {
  color: #343434;
  font-size: 12px;
  width: 346px;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  border: 1px solid #d3d3d3;
  position: relative; }
  .toolcart .shopping-list ul {
    overflow: hidden;
    padding: 0px 16px 14px;
    max-height: 482px; }
    .toolcart .shopping-list ul .del-cart {
      display: inline-block;
      margin-top: 4px;
      cursor: pointer;
      line-height: 12px;
      color: #343434;
      border: none;
      background: #fff; }
  .toolcart .shopping-list .scroll-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: #eaeaea; }
    .toolcart .shopping-list .scroll-bar .scroll-side {
      position: absolute;
      top: 0;
      left: 1px;
      width: 8px;
      height: 30px;
      background-color: #666;
      border-radius: 4px; }
  .toolcart .shopping-list li {
    margin-top: 20px;
    position: relative; }
    .toolcart .shopping-list li:after {
      content: '';
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      clear: both; }
  .toolcart .shopping-list .cart-img {
    width: 34px;
    height: 34px;
    float: left; }
  .toolcart .shopping-list .cart-middle {
    width: 150px;
    float: left;
    margin-left: 18px;
    font-size: 12px;
    text-align: left; }
    .toolcart .shopping-list .cart-middle p {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      line-height: 15px;
      color: #343434; }
    .toolcart .shopping-list .cart-middle .cart-batch {
      line-height: 26px;
      color: #777777; }
  .toolcart .shopping-list .cart-right {
    margin-left: 24px;
    text-align: right;
    top: -5px;
    right: 0;
    position: absolute; }
  .toolcart .shopping-list .cart-foot {
    height: 42px;
    background-color: #E4E4E4;
    text-align: right; }
    .toolcart .shopping-list .cart-foot .cart-sum {
      display: inline-block; }
    .toolcart .shopping-list .cart-foot .cart-total {
      display: inline-block;
      margin-left: 10px; }
    .toolcart .shopping-list .cart-foot .goCart {
      border-radius: 3px;
      display: inline-block;
      width: 66px;
      text-align: center;
      margin: 5px 8px 0px 10px;
      padding: 10px 8px;
      line-height: 12px; }
  .toolcart .shopping-list strong {
    color: #ff6000; }
  .toolcart .shopping-list .itemCount {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 72px; }

.toolcart .suc-ms {
  box-sizing: border-box;
  height: 135px;
  width: 335px;
  padding: 17px 12px;
  line-height: 2;
  vertical-align: middle;
  background-color: #FFF;
  box-shadow: -1px 0px 8px rgba(195, 195, 195, 0.8);
  border: 1px solid #d3d3d3; }
  .toolcart .suc-ms:before {
    display: inline-block;
    width: 40px;
    content: '';
    height: 40px;
    background: url(/res/default/img/suc_add.png) no-repeat;
    position: absolute;
    top: 16px;
    left: 15px; }
  .toolcart .suc-ms dl {
    position: absolute;
    left: 66px;
    top: 8px; }
  .toolcart .suc-ms dt {
    font-size: 15px;
    font-weight: bold;
    text-align: left; }
  .toolcart .suc-ms dd {
    font-size: 12px; }
    .toolcart .suc-ms dd .cart-num {
      color: #d33030; }
  .toolcart .suc-ms .cart-foot {
    border-top: 1px solid #cacaca;
    top: 72px;
    position: absolute;
    padding: 16px 28px; }
    .toolcart .suc-ms .cart-foot button {
      width: 85px;
      height: 29px;
      font-size: 14px;
      border: none;
      padding: 0; }
    .toolcart .suc-ms .cart-foot a {
      margin: 0 20px;
      width: 85px;
      height: 29px;
      font-size: 14px;
      border: none;
      padding: 0;
      text-align: center;
      display: inline-block; }

.scroll-wrap {
  position: relative; }

.toolcart .tooldrawer {
  border: none; }
  .toolcart .tooldrawer .sub-li {
    border: none; }

[ms-controller] {
  visibility: hidden; }

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

.QR_popover {
  position: fixed;
  z-index: 10000000001;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin: -200px 0 0 -200px;
  overflow: hidden;
  top: 50%;
  width: 360px; }

.QR_popover .head_ {
  border-bottom: 1px solid #EEEEEE;
  padding: 9px 15px; }

.QR_popover h3 {
  line-height: 30px; }

.QR_popover .close_ {
  margin-top: 2px;
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF; }

.QR_popover .content_ {
  display: table-cell;
  width: 360px;
  height: 251px;
  vertical-align: middle;
  text-align: center; }
  .QR_popover .content_ .qr-logo {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
    background-color: #fff; }
  .QR_popover .content_ table {
    display: block;
    margin: 0 auto; }

.QR_popover .footer_ {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #DDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 10px;
  line-height: 1.5; }

.none {
  display: none; }

.change-bind {
  text-decoration: underline; }

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