/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
body {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background-color: #f2f2f2;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a {
  color: #666;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0;
  padding: 0;
}

.info {
  line-height: 20px;
  font-size: 12px;
  color: #afafaf;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  behavior: url(css/pie.htc);
}
.form-control:focus {
  border-color: #c80032;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #afafaf;
}
.form-control::-webkit-input-placeholder {
  color: #afafaf;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #999;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

/**
 * Forms common styles
 */
.form-row {
  position: relative;
  margin: 5px 0;
}

.form-tit {
  font-size: 14px;
  color: #444;
}

.form-pretitle {
  padding-left: 20%;
}
.form-pretitle .form-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  line-height: 30px;
  text-align: right;
}
.form-pretitle .form-tit.form-lg {
  line-height: 32px;
}

.input-wrap,
.textarea-wrap,
.date-wrap,
.form-label {
  position: relative;
}

/**
 * Input & extarea
 */
input.form-control,
textarea.form-control {
  text-indent: 8px;
}

.form-textarea {
  position: relative;
  z-index: 1;
  line-height: 20px;
}

.form-textarea-bot {
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}

.form-textarea-num {
  color: #afafaf;
}

/**
 * Raido and Checkbox
 */
.form-label {
  font-weight: normal;
}
.form-label input {
  position: absolute;
  left: -99999px;
}
.form-label:hover .form-radiobtn {
  background-position: -40px -20px;
}
.form-label:hover .form-checkbtn {
  background-position: 0 -20px;
}

.form-label-con {
  display: inline-block;
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.form-radiobtn,
.form-checkbtn {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-image: url(../images/form.png);
  background-repeat: no-repeat;
}

.form-radiobtn {
  background-position: -40px 0;
}

.form-checkbtn {
  background-position: 0 0;
}

.r-on .form-radiobtn, .r-on:hover .form-radiobtn {
  background-position: -40px -40px;
}

.c-on .form-checkbtn, .c-on:hover .form-checkbtn {
  background-position: 0 -40px;
}

/**
 * Select
 */
.form-select {
  width: 100%;
}
.form-select select {
  width: 100%;
  padding: 4px 0;
  text-indent: 4px;
  font-size: 12px;
  color: #666;
  background: none;
  border: none;
}

/**
 * Datepicker
 */
/**
 * size
 */
/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}

/**
 * Alternate buttons
 */
.btn-icon {
  position: relative;
  display: inline-block;
  color: #666;
}
.btn-icon i {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

.btn-base,
.btn-round {
  min-width: 60px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}

.btn-round {
  border-radius: 18px;
}

.btn-solid {
  color: #fff;
  background-color: #c80032;
  border-color: #c80032;
}
.btn-solid:hover {
  background-color: #d70036;
  border-color: #d70036;
}

.btn-solid-success {
  color: #fff;
  background-color: #38c17f;
  border-color: #38c17f;
}
.btn-solid-success:hover {
  background-color: #41c887;
  border-color: #41c887;
}

.btn-solid-warning {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-solid-warning:hover {
  background-color: #ffa80f;
  border-color: #ffa80f;
}

.btn-solid-danger {
  color: #fff;
  background-color: #fb4a4a;
  border-color: #fb4a4a;
}
.btn-solid-danger:hover {
  background-color: #fb5959;
  border-color: #fb5959;
}

.btn-hollow {
  color: #c80032;
  background-color: transparent;
  border-color: #af002c;
}
.btn-hollow:hover {
  color: #fff;
  background-color: #c80032;
  border-color: #c80032;
}

.btn-icon-only {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-icon-only i {
  margin-right: 0;
}
.btn-icon-only:hover {
  color: #c80032;
}

.btn-link {
  color: #c80032;
}
.btn-link:hover {
  text-decoration: underline;
}

.btn-shut {
  display: inline-block;
  color: #666;
}
.btn-shut i {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle;
}
.btn-shut span {
  font-size: 12px;
  vertical-align: middle;
}
.btn-shut:hover {
  color: #c80032;
}

/**
 * Button Disabled
 */
.btn-hollow.btn-disabled, .btn-hollow.btn-disabled:hover {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}

/**
 * Button Sizes
 */
.btn-lg {
  padding: 6px 12px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 6px;
  behavior: url(css/pie.htc);
}

.btn-sm {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  behavior: url(css/pie.htc);
}

.btn-xs {
  padding: 1px 6px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  behavior: url(css/pie.htc);
}

/**
 * Button block
 */
.btn-block {
  display: block;
  width: 100%;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
/**
 * normal tooltip
 */
.tooltip {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 1070;
  min-width: 30px;
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 34px;
  text-align: center;
  behavior: url(css/pie.htc);
}

.tooltip-txt {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}

.tooltip-arr {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-top-style: solid;
}

/**
 * tooltip show direction
 */
.tooltip-up {
  top: -30px;
}

.tooltip-down {
  bottom: -30px;
}

/**
 * Dropdown menus
 * ----------------------------------------------------------------------------
 */
/**
 * Dropdown common styles
 */
.drop {
  position: absolute;
  left: 0;
  z-index: 1030;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.drop-wrap {
  padding: 6px 0;
  border: 1px solid #ddd;
  border-radius: 9px;
}

.drop-cell {
  position: relative;
  vertical-align: bottom;
}

.drop-link {
  position: relative;
  display: block;
  padding: 6px 12px;
  color: #666;
  cursor: pointer;
}
.drop-link:hover {
  background-color: #f6f6f6;
}

.drop-text {
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
}

.drop-icon-pre,
.drop-icon-suf {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}

.drop-icon-pre {
  display: inline-block;
  margin-right: 4px;
}

.drop-icon-suf {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
/**
 * Popups Common styles
 */
.popup {
  position: absolute;
  z-index: 1060;
  display: none;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.popup-head {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fafafa;
}

.popup-tit {
  font-size: 14px;
  color: #222;
}

.popup-shut {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid transparent;
  line-height: 24px;
  color: #ccc;
  vertical-align: middle;
  cursor: pointer;
}
.popup-shut:hover {
  color: #c80032;
}
.popup-shut i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}

.popup-content-in {
  padding: 0 40px;
}

.popup-foot {
  padding: 20px;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}
.popup-foot .btn {
  width: 90px;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 0;
}
.popup-foot .btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.popup-foot .btn-hollow {
  background-color: #f7f7f7;
}
.popup-foot .btn-hollow:hover {
  color: #333;
  border-color: #bfbfbf;
  background-color: #fff;
}

/**
 * Icons
 */
.popup-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 20px;
}

.popup-warning .popup-icon {
  color: #ffa200;
}

/**
 * Container size
 */
.popup-base {
  width: 330px;
}

.popup-test {
  width: 80%;
}

.popup-scan {
  width: 520px;
}

/**
 * Customize
 */
.popup-content-simple {
  padding: 32px 40px 16px;
}

.popup-content-complex {
  border-bottom: 1px solid white;
}
.popup-content-complex .form-table {
  float: left;
  width: 50%;
}
.popup-content-complex .form-table ul {
  margin: 0 20px;
}

.popup-base {
  top: 30%;
  left: 50%;
  margin-left: -165px;
}

.popup-test {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}
.popup-test .popup-head {
  text-align: left;
  background-color: transparent;
}
.popup-test .popup-tit {
  position: relative;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.popup-test .popup-tit:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background-color: #e21347;
  border-radius: 2px;
  vertical-align: middle;
}
.popup-test .popup-content-in {
  padding: 30px 0;
}
.popup-test .popup-foot {
  padding-top: 0;
}
.popup-test .test-body-cell-wrap {
  padding: 0 30px;
}
.popup-test .test-stem {
  font-size: 16px;
  line-height: 26px;
}
.popup-test .test-item-cell {
  margin-bottom: 10px;
}
.popup-test .test-item-link {
  background-color: #f6f6f6;
}
.popup-test .test-btns {
  text-align: center;
}
.popup-test .test-item-selected {
  color: #fff;
  background-color: #888;
}

.popup-test-hint {
  width: 380px;
}
.popup-test-hint .goldcoin {
  display: inline-block;
  margin: 0 15px;
}

.popup-scan .popup-content-in {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.scan-classname {
  font-size: 20px;
  font-weight: bold;
  color: #c80032;
}

.scan-qqnum {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.scan-qr {
  width: 160px;
  height: 160px;
  margin: 30px auto;
}
.scan-qr img {
  width: inherit;
  height: inherit;
}

.scan-shut {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 0;
  width: 30px;
  margin-left: -15px;
  text-align: center;
}

.scan-shut-line {
  display: block;
  width: 2px;
  height: 30px;
  margin: 0 auto;
  background-color: #fff;
}

.scan-shut-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
/**
 * Simple tabs
 */
.simpleTab-head {
  padding: 0 22px;
  border-bottom: 2px solid #ddd;
}

.simpleTab-tab {
  position: relative;
  float: left;
  padding: 0 16px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.simpleTab-link {
  display: block;
  line-height: 46px;
}
.simpleTab-link:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -2px;
  left: 30px;
  height: 2px;
  background-color: #c80032;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.simpleTab-cur {
  color: #c80032;
}
.simpleTab-cur:after {
  right: 16px;
  left: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.simpleTab-con,
.toastTab-con {
  display: none;
  height: 350px;
}
.simpleTab-con:first-child,
.toastTab-con:first-child {
  display: block;
}

/**
 * Toast tabs
 */
.toastTab-head {
  overflow: hidden;
}

.toastTab-tab {
  float: left;
  width: 50%;
  text-align: center;
}

.toastTab-link {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
}

.toastTab-cur {
  color: white;
  background-color: #c80032;
}

/**
 * slides
 * ----------------------------------------------------------------------------
*/
/* slides modular*/
.slides,
.slides-cell,
.slides-link,
.slides-img {
  height: 380px;
}

.slides {
  position: relative;
  display: none;
  overflow: hidden;
}

.slides-cell {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* slides bg*/
.slides-img {
  width: 100%;
}

.slide1 {
  background-image: url(../images/ban/ban1.png);
}

.slide2 {
  background-image: url(../images/ban/ban2.png);
}

.slide3 {
  background-image: url(../images/ban/ban3.png);
}

.slide4 {
  background-image: url(../images/ban/ban4.png);
}

.slide5 {
  background-image: url(../images/ban/ban5.png);
}

.slide6 {
  background-image: url(../images/ban/ban6.png);
}

.slide7 {
  background-image: url(../images/ban/ban7.png);
}

.slide8 {
  background-image: url(../images/ban/ban8.png);
}

.slide9 {
  background-image: url(../images/ban/ban9.png);
}

.slide10 {
  background-image: url(../images/ban/ban10.png);
}

/* slides arrows: navigation */
.slidesjs-navigation {
  position: absolute;
  top: 50%;
  z-index: 11;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url(../images/ban/slide.png);
  background-repeat: no-repeat;
}

.slidesjs-previous {
  left: 50%;
  margin-left: -600px;
  background-position: 0 0;
}

.slidesjs-next {
  right: 50%;
  margin-right: -600px;
  background-position: -50px 0;
}

/* slides dots: pagination */
.slidesjs-pagination {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 10;
  text-align: center;
  list-style: none;
}
.slidesjs-pagination li {
  display: inline-block;
  margin: 0 4px;
}
.slidesjs-pagination li a {
  display: block;
  width: 40px;
  height: 3px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.slidesjs-pagination li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-color: #fff;
}

/**
 * Progress
 * ----------------------------------------------------------------------------
*/
/* progress ring */
.progress-ring {
  position: relative;
  width: 140px;
  height: 140px;
  text-align: center;
}
.progress-ring .info {
  margin-top: 10px;
  line-height: 1.3;
  color: #888;
}

.progress-ring-title {
  position: absolute;
  top: 34%;
  right: 0;
  left: 0;
  font-size: 12px;
  color: #999;
}

.progress-ring-rate {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 24px;
  color: #222;
}

.progress-ring-level {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.progress-ring-level span {
  display: inline-block;
  min-width: 44px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-color: #e21347;
  border: 7px solid #fff;
  border-radius: 11px;
}

.progress-ring-sm {
  position: relative;
  width: 44px;
  height: 44px;
}
.progress-ring-sm .progress-ring-rate {
  top: 0;
  font-size: 12px;
  color: #666;
  line-height: 46px;
}

/* progress bar */
.progress-bar {
  position: relative;
  padding-top: 54px;
  padding-bottom: 32px;
}

.progress-bar-anchor {
  position: absolute;
  top: 0;
  left: 35%;
  z-index: 2;
  width: 42px;
  margin-left: -21px;
  text-align: center;
}

.progress-bar-anchor-bubble {
  display: inline-block;
  width: 38px;
  height: 46px;
  margin-bottom: -5px;
  padding: 2px;
  background: url(../images/anchor.png) center top no-repeat;
}
.progress-bar-anchor-bubble .portrait {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.progress-bar-anchor-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #ff7d63;
  border-radius: 50%;
}

.progress-bar-sum,
.progress-bar-real {
  height: 8px;
  border-radius: 4px;
}

.progress-bar-sum {
  position: relative;
  z-index: 1;
  background-color: #eee;
}

.progress-bar-real {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff7d63;
}

.progress-bar-date {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #999;
}
.progress-bar-date:first-child {
  left: 0;
}
.progress-bar-date:last-child {
  right: 0;
}

/**
 * Calendar
 * ----------------------------------------------------------------------------
*/
.calendar {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.cld-head {
  position: relative;
  margin-bottom: 10px;
}

.cld-prev,
.cld-next {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
  color: #ccc;
  line-height: 26px;
  background-color: #f7f7f7;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.cld-prev:hover,
.cld-next:hover {
  color: #fff;
  background-color: #e21347;
}

.cld-prev {
  left: 0;
}

.cld-next {
  right: 0;
}

.cld-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  vertical-align: middle;
}

.cld-present {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}

.cld-cell {
  position: relative;
  float: left;
  width: 14.2857142857%;
  height: 32px;
  line-height: 32px;
}

.cld-text {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: #888;
  line-height: 26px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.cld-week .cld-text,
.cld-light .cld-text {
  color: #ccc;
}

.cld-week .cld-text {
  cursor: default;
}

.cld-hastask .cld-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-left: -4px;
  background-color: #e21347;
  border-radius: 1.5px;
}

.cld-doing .cld-text {
  border-color: #e21347;
}

.cld-selected .cld-text {
  color: #fff;
  background-color: #e21347;
  border-color: #e21347;
}

.cld-done .cld-text {
  color: #fff;
  background-color: #38c17f;
  border-color: #38c17f;
}

/**
 * Static
 * ----------------------------------------------------------------------------
 */
.graph {
  position: relative;
  margin-left: 7%;
}

.graph-top ul,
.graph-bot ul {
  margin: 0 2%;
}

.graph-top {
  position: relative;
  height: 180px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.graph-top ul {
  position: relative;
  z-index: 1;
}
.graph-top .graph-cell {
  position: relative;
  height: 180px;
}
.graph-top .graph-cell-wrap {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  text-align: center;
}

.graph-cell {
  float: left;
  width: 14.2857142857%;
  text-align: center;
}

.graph-num {
  display: none;
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.graph-bar {
  display: inline-block;
  width: 20px;
  margin: 0 auto;
  background: -webkit-linear-gradient(#ff7d63, #e21347);
  background: -o-linear-gradient(#ff7d63, #e21347);
  background: -moz-linear-gradient(#ff7d63, #e21347);
  background: linear-gradient(#ff7d63, #e21347);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.graph-item {
  display: block;
  font-size: 12px;
  color: #999;
}

.graph-scale-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.graph-scale {
  position: absolute;
  left: -30px;
  width: 24px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: right;
}

.graph-scale-start {
  bottom: -10px;
}

.graph-scale-hor {
  margin-top: -10px;
}

.graph-scale-hor1 {
  top: 75%;
}

.graph-scale-hor2 {
  top: 50%;
}

.graph-scale-hor3 {
  top: 25%;
}

.graph-scale-hor4 {
  top: 0%;
}

.graph-scale-line {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.graph-scale-line1 {
  top: 75%;
}

.graph-scale-line2 {
  top: 50%;
}

.graph-scale-line3 {
  top: 25%;
}

.graph-scale-line4 {
  top: 0%;
}

/**
 * Chat
 * ----------------------------------------------------------------------------
 */
.chat-body {
  position: relative;
  margin-top: 4px;
  height: 312px;
}

.chat-body-wrap {
  position: relative;
  padding: 0 16px;
}

.chat-cell {
  padding: 4px 0;
  vertical-align: bottom;
}
.chat-cell .info {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.chat-speak {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.chat-speak span {
  cursor: default;
}

.chat-speaker-teacher {
  color: #c80032;
  text-indent: -40px;
}

.chat-speaker-system {
  color: #ffd565;
}

.chat-speak-myself {
  color: #000;
}

.chat-bubble {
  position: absolute;
  top: -28px;
  right: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.chat-bubble-wrap {
  display: inline-block;
  padding: 0 6px;
  line-height: 24px;
  background-color: #e21347;
  border-radius: 12px;
}
.chat-bubble-wrap span {
  font-size: 12px;
  color: #fff;
}
.chat-bubble-wrap i {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 1;
  margin-left: -4px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #c80032;
  border-top-style: solid;
}

.chat-bubble-show {
  top: -36px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.chat-comment {
  position: relative;
}

.chat-comment-wrap {
  padding-top: 20px;
  padding-left: 16px;
}

.chat-form {
  position: relative;
  height: 30px;
  padding-right: 100px;
  background-color: #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}

.chat-input {
  width: 176px;
  height: 30px;
  color: #666;
  text-indent: 6px;
  background-color: transparent;
}
.chat-input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
  opacity: 1;
}
.chat-input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.chat-input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.chat-input-focus {
  background-color: #e5e5e5;
}

.chat-form-bottom {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.chat-submit {
  display: inline-block;
  width: 58px;
  height: 30px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 0;
  cursor: default;
}
.chat-submit:hover {
  color: #fff;
  background-color: #c80032;
}

.chat-emo {
  margin-right: 4px;
}
.chat-emo i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #666;
  vertical-align: -2px;
}
.chat-emo:hover i {
  color: #c80032;
}

/**
 * Finish
 * ----------------------------------------------------------------------------
 */
.finish-inner {
  width: 340px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}
.finish-inner .progress-ring {
  width: 168px;
  height: 168px;
  margin: 0 auto;
}
.finish-inner .progress-ring svg {
  -webkit-transform: rotate(155deg);
  -ms-transform: rotate(155deg);
  -o-transform: rotate(155deg);
  transform: rotate(155deg);
}
.finish-inner .portrait {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 126px;
  margin-top: -63px;
  margin-left: -63px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.finish-inner .goldcoin {
  position: absolute;
  top: 48%;
  right: -100px;
}
.finish-inner .goldcoin .goldcoin-num {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.finish-inner .finish-gain .goldcoin {
  position: static;
}

.finish-title {
  margin-bottom: 40px;
  font-size: 30px;
  color: #444;
}

.finish-name {
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.finish-step-wrap {
  margin: 0 2px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.finish-step {
  height: 20px;
  margin-bottom: 30px;
}
.finish-step .col-2:first-child .finish-step-wrap {
  background-color: #e21347;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.finish-step .col-2:last-child {
  position: relative;
}
.finish-step .col-2:last-child .finish-step-wrap {
  background-color: #dadada;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.finish-step-hint {
  position: absolute;
  top: 50%;
  right: -158px;
  margin-top: -34px;
}
.finish-step-hint .arrow {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  border-right-color: rgba(78, 78, 78, 0.8);
  border-right-style: solid;
  margin-top: -8px;
}

.finish-step-hint-wrap {
  min-width: 118px;
  padding: 10px 10px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  background-color: #4e4e4e;
  border-radius: 10px;
}

.finish-foot {
  position: relative;
}

.finish-btn {
  min-width: 100px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 40px;
  background-color: #e21347;
  border-radius: 20px;
}
.finish-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.finish-qr {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 100px;
  height: 100px;
  margin-top: -51px;
  border: 1px solid #ddd;
}
.finish-qr .arr {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  border-right-color: #ccc;
  border-right-style: solid;
  margin-top: -4px;
}

.finish-qr-wrap {
  padding: 8px;
}
.finish-qr-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.finish-success {
  width: 260px;
  margin: 0 auto;
}
.finish-success img {
  display: block;
  width: 100%;
  height: auto;
}

.finish-gain {
  padding: 30px 0 20px;
  text-align: center;
}
.finish-gain .goldcoin {
  display: inline-block;
  margin: 0 10px;
}

/**
 * Test
 * ----------------------------------------------------------------------------
*/
.test-inner {
  margin: 0 40px;
}

/**
 * test head
 */
.test-head {
  margin-bottom: 20px;
  line-height: 26px;
  vertical-align: middle;
}

.test-progress-num {
  display: inline-block;
  font-size: 16px;
  color: #222;
  vertical-align: middle;
}
.test-progress-num span {
  margin: 0 2px;
}
.test-progress-num span:first-child {
  font-size: 22px;
}

.test-progress-bar,
.test-progress-cur {
  width: 412px;
  height: 20px;
  border-radius: 10px;
}

.test-progress-bar {
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
  vertical-align: middle;
  overflow: hidden;
}

.test-progress-cur {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/progressbar.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/**
 * test body
 */
.test-body {
  position: relative;
  min-height: 390px;
  padding: 40px 0;
  background-color: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
}

.test-body-cell-wrap {
  padding: 0 60px;
}

.test-stem {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}

.test-item-cell {
  margin-bottom: 20px;
}
.test-item-cell:last-child {
  margin-bottom: 0;
}

.test-item-link {
  position: relative;
  display: block;
  padding: 11px 0;
  line-height: 26px;
  color: #666;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.test-item-link:hover {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.test-item-lead {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 45px;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.test-item-text {
  display: block;
  margin-left: 45px;
  padding: 0 15px;
  font-size: 16px;
}

.test-item-selected {
  color: #fff;
  background-color: #888;
}

.test-mark {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.test-mark i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: bold;
}

.test-correct {
  color: #0baa55;
  background-color: #5af4a2;
}
.test-correct i {
  margin-left: -5px;
}

.test-wrong {
  color: #df2f00;
  background-color: #ff9579;
}

/**
 * test foot
 */
.test-foot {
  margin-top: 20px;
}

.test-reason {
  position: relative;
}
.test-reason .drop {
  position: absolute;
  top: 0;
  left: 0;
}
.test-reason .drop-wrap {
  border: 0;
}
.test-reason .drop-link {
  padding: 6px 16px;
  white-space: nowrap;
}
.test-reason .drop-text {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

.test-reason-link {
  display: inline-block;
  font-size: 14px;
  color: #afafaf;
  line-height: 36px;
}
.test-reason-link .arrow {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #afafaf;
  border-top-style: solid;
  margin-left: 4px;
  vertical-align: middle;
}

.test-btns {
  font-size: 16px;
  text-align: right;
}
.test-btns a {
  width: 90px;
}
.test-btns .btn-link {
  color: #666;
}
.test-btns .btn-link:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

/**
 * test answer
 */
.test-answer {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  z-index: 1;
  background-color: #efe7df;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.test-answer-show {
  right: 0;
}

.test-answer-wrap {
  padding: 60px;
  font-size: 22px;
  color: #b79b7e;
  line-height: 1.6;
}

.test-answer-title {
  margin-bottom: 8px;
  font-weight: bold;
}

/**
 * test hint
 */
.test-hint {
  height: 350px;
  text-align: center;
}
.test-hint .info {
  padding: 15px 0 10px;
  font-size: 14px;
}
.test-hint .goldcoin-num {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

.test-hint-img {
  width: 275px;
  height: 275px;
  margin: 0 auto;
  background-image: url(../images/frog/frog-hint.png);
  background-repeat: no-repeat;
}

.test-hint-correct {
  background-position: 0 0;
}

.test-hint-wrong {
  background-position: -275px 0;
}

.test-hint-title {
  margin-top: -50px;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

/**
 * bullet screen
 * ----------------------------------------------------------------------------
 */
.bulletScreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
}

/**
 * bullet track
 */
.bullet-track1 {
  top: 35px;
}

.bullet-track2 {
  top: 77px;
}

/**
 * bullet item
 */
.bullet-item {
  position: absolute;
  cursor: pointer;
}
.bullet-item:hover .bullet-report-lg {
  display: inline-block;
}

.bullet-itemIn {
  position: relative;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid;
  border-color: transparent;
  border-radius: 17px;
}

.bullet-item-txt,
.bullet-thumbup-num {
  color: #fff;
  text-shadow: #000 1px 0px 0px, #000 0px 1px 0px, #000 -1px 0px 0px, #000 0px -1px 0px;
  vertical-align: middle;
}

.bullet-item-txt {
  font-size: 20px;
}

.bullet-thumbup-num {
  font-size: 18px;
}

/* common item */
.bullet-report-lg {
  position: absolute;
  top: -15px;
  left: 0;
  display: none;
  z-index: 1;
  padding: 0 4px;
  font-size: 12px;
  color: #ffd565;
  line-height: 20px;
  background-color: rgba(34, 34, 34, 0.8);
  border: 1px solid #222;
  border-radius: 2px;
}
.bullet-report-lg:hover {
  background-color: #222;
}

.bullet-thumbup-lg {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  background: url(../images/bullet.png) -30px -60px no-repeat;
  vertical-align: middle;
}
.bullet-thumbup-lg:hover {
  background-position: -30px -80px;
}

.bullet-like {
  position: absolute;
  top: -10px;
  right: 0;
  display: none;
}

.bullet-like-ico {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/bullet.png) -90px -60px no-repeat;
  vertical-align: middle;
}

.bullet-like-num {
  font-size: 16px;
  color: #ff1b8c;
  vertical-align: middle;
}

/* my item */
.bullet-myitem .bullet-itemIn {
  border-color: rgba(251, 74, 74, 0.8);
}

/* hot item */
.bullet-hotitem .bullet-item-txt,
.bullet-hotitem .bullet-thumbup-num {
  color: #ff1b8c;
}
.bullet-hotitem .bullet-thumbup-lg {
  background-position: -60px -60px;
}
.bullet-hotitem .bullet-thumbup-lg:hover {
  background-position: -60px -80px;
}

/**
 * bullet control
 * ----------------------------------------------------------------------------
 */
.bulletControl {
  position: absolute;
  right: 0;
  bottom: -52px;
  left: 0;
  z-index: 1;
  padding: 12px 0;
  background-color: #222;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.bullet-on {
  bottom: 57px;
}

.bullet-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
}

/**
 * bullet common pop
 */
.bullet-pop {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bullet-popIn {
  border: 1px #26272b solid;
  border-radius: 2px;
  background-color: rgba(34, 34, 34, 0.95);
}

/**
 * bullet setup
 */
/* trigger */
.bullet-setupWrap {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

.bullet-setup-btn {
  background-position: -60px 0;
}
.bullet-setup-btn:hover {
  background-position: -60px -30px;
}

.bullet-setup-btnCur, .bullet-setup-btnCur:hover {
  background-position: -60px -30px;
}

/* setup pop */
.bullet-setup-pop {
  right: -10px;
  width: 330px;
}

.bullet-setup-popIn {
  padding: 0 14px;
}

.bullet-setup-popRow {
  padding: 15px 0;
  border-bottom: 1px #4d4e56 solid;
}

.bullet-setupTit {
  padding: 0 5px 5px 5px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

/* slider */
.bullet-setupSlider {
  position: relative;
  margin: 0 5px;
  padding-top: 12px;
  padding-right: 45px;
  padding-bottom: 12px;
  padding-left: 68px;
}
.bullet-setupSlider label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #888;
  line-height: 28px;
}
.bullet-setupSlider input {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  background: none;
  outline: none;
}
.bullet-setupSlider .ui-slider {
  height: 4px;
  border: none;
  background: #4d4e56;
}
.bullet-setupSlider .ui-slider-handle {
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #fff;
  cursor: pointer;
}
.bullet-setupSlider .ui-slider-range {
  height: 4px;
  margin: 0;
  line-height: 4px;
  font-size: 0;
  background: #e21347;
}

/* area */
.bullet-setupArea {
  margin-top: 5px;
}

.bullet-setupArea-li {
  float: left;
  width: 90px;
  padding: 0 5px;
}

.bullet-areaWrap {
  position: relative;
  border-radius: 3px;
  border: 2px solid #4d4e56;
  cursor: pointer;
}
.bullet-areaWrap:hover {
  border-color: #666;
}

.bullet-area {
  height: 63px;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
}

.bullet-areaAll {
  background-position: 0 -102px;
}

.bullet-areaTop {
  background-position: 0 -172px;
}

.bullet-areaBot {
  background-position: 0 -242px;
}

.bullet-areaCheck {
  position: absolute;
  display: none;
  right: 4px;
  bottom: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/bullet.png) 0 -80px no-repeat;
}

.bullet-areaCur, .bullet-areaCur:hover {
  border-color: #e21347;
}
.bullet-areaCur .bullet-areaCheck {
  display: block;
}

/**
 * bullet post
 */
.bullet-postWrap {
  position: relative;
  margin-right: 44px;
  margin-left: 20px;
}

/* post input */
.bullet-postInput-wrap {
  position: relative;
  padding-right: 60px;
  border-radius: 3px;
  background-color: rgba(95, 97, 106, 0.4);
}

.bullet-postInput {
  width: 100%;
  height: 28px;
  font-size: 12px;
  color: #666;
  text-indent: 8px;
  background: none;
  outline: none;
}

.bullet-postSubmit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 28px;
  font-size: 12px;
  color: #9fa1a9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #5f616a;
}

.bullet-postOn .bullet-postInput-wrap {
  background-color: #fff;
}
.bullet-postOn .bullet-postSubmit {
  background-color: #e21347;
  color: #fff;
  cursor: pointer;
}
.bullet-postOn .bullet-postSubmit:hover {
  background-color: #c80032;
}

/* emo trigger */
.bullet-postEmo,
.bullet-postExp {
  position: absolute;
  top: 2px;
  z-index: 2;
}

.bullet-postEmo {
  right: 60px;
  background-position: -90px 0;
}

.bullet-postEmo:hover, .bullet-postEmo:hover:hover,
.bullet-postEmo-cur,
.bullet-postEmo-cur:hover {
  background-position: -90px -30px;
}

/* exp trigger */
.bullet-postExp {
  right: 84px;
  background-position: -120px 0;
}

.bullet-postExp:hover, .bullet-postExp:hover:hover,
.bullet-postExp-cur,
.bullet-postExp-cur:hover {
  background-position: -120px -30px;
}

/* emo pop */
.bullet-postEmo-pop {
  left: auto;
  right: 60px;
  width: 350px;
}

.bullet-emo {
  height: 104px;
  padding: 13px 15px;
}

.bullet-emo-link {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}
.bullet-emo-link:hover {
  color: #ff7d63;
}

/* exp pop */
.bullet-postExp-pop {
  right: 60px;
  left: auto;
}
.bullet-postExp-pop .bullet-popIn {
  padding: 6px;
}

.bullet-exp {
  width: 436px;
  height: 76px;
}

.bullet-exp-li {
  float: left;
}

.bullet-exp-link {
  display: block;
  padding: 4px;
}
.bullet-exp-link:hover {
  background-color: #090909;
}

/**
 * bullet hint popup
 */
.bullet-hintPop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 90px;
  margin-top: -45px;
  margin-left: -60px;
  z-index: 1029;
  display: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #222;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bullet-hintPop-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.bullet-hintPop-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/bullet.png) 0 -310px no-repeat;
}

.bullet-hintPop-txt {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

/**
 * Filter
 * ----------------------------------------------------------------------------
 */
.filter-wrap {
  padding: 10px 30px;
}

.filter-row-wrap {
  position: relative;
  padding-left: 50px;
  line-height: 24px;
}

.filter-head {
  position: absolute;
  top: 8px;
  left: 0;
  line-height: inherit;
}

.filter-head-text {
  font-weight: 600;
  color: #333;
  vertical-align: middle;
}

.filter-head-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #afafaf;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.filter-head-icon i {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle;
}

.filter-cell {
  float: left;
  margin: 8px;
}

.filter-link {
  display: block;
  padding: 0 8px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.filter-link:hover {
  background-color: #f0f0f0;
}

.filter-active, .filter-active:hover {
  color: white;
  background-color: #c80032;
}

/**
 * Answer
 * ----------------------------------------------------------------------------
 */
.answer-panel {
  position: absolute;
  right: 0;
  bottom: 57px;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.5);
}

.answer-panel-wrap {
  position: relative;
  height: 36px;
  padding: 12px 0;
  line-height: 36px;
}
.answer-panel-wrap .answer-panel-cell:nth-child(2) {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
}

.answer-submit {
  padding: 0 8px;
}

.answer-submit-txt,
.answer-fill-txt {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

.answer-submit-result {
  display: inline-block;
  min-width: 50px;
  max-width: 70px;
  margin-right: 8px;
  font-size: 24px;
  color: #c80032;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.answer-submit-btn {
  display: inline-block;
  vertical-align: middle;
}

.answer-choice-cell,
.answer-fill-cell {
  float: left;
}

.answer-choice-cell {
  width: 16.6666666667%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.answer-choice-link {
  display: block;
  margin: 0 8px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #999;
}

.answer-choice-seleted {
  background-color: #c80032;
}

.answer-panel-choice .answer-panel-cell:nth-child(1) {
  margin-right: 238px;
}
.answer-panel-choice .answer-submit {
  width: 214px;
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}

/**
 * Learn unlock
 * ----------------------------------------------------------------------------
 */
.learn-unlock {
  text-align: center;
}

.unlock-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-image: url(../images/frog/frog-unlock.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.unlock-inner {
  width: 60%;
  margin: 0 auto;
}
.unlock-inner .btn-solid {
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
}
.unlock-inner .btn-solid i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.unlock-inner .info {
  margin-top: 10px;
  font-size: 14px;
}

.unlock-text {
  margin-bottom: 40px;
  font-size: 20px;
  color: #444;
  line-height: 1.4;
}

.unlock-foot {
  margin-top: 50px;
  text-align: right;
}
.unlock-foot .link-normal {
  font-size: 14px;
  text-decoration: underline;
}

/**
 * Navigation
 * ----------------------------------------------------------------------------
 */
.nav {
  position: absolute;
  top: 50%;
  left: 320px;
  z-index: 1031;
  margin-top: -20px;
}

.nav-cell {
  float: left;
  margin: 0 30px;
}

.nav-link {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 38px;
  border-bottom: 2px solid transparent;
  vertical-align: middle;
}
.nav-link:hover {
  color: #c80032;
}
.nav-link .arrow {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #c80032;
  border-top-style: solid;
  margin-left: 5px;
}

.nav-cur .nav-link {
  color: #c80032;
  border-color: #c80032;
}

/**
 * Titles
 * ----------------------------------------------------------------------------
 */
.title-base {
  font-size: 14px;
}

.title-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  color: #c80032;
}

.title-text {
  color: #666;
  vertical-align: middle;
}

/* mBoard title */
.mBoard-title {
  margin-bottom: 30px;
  text-align: center;
}
.mBoard-title .title-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
  color: #c80032;
}
.mBoard-title .title-text {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.mBoard-title .title-bar {
  width: 60px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #c80032;
  border-radius: 2px;
}

/* subpage title */
.subpage-title {
  margin-bottom: 30px;
}
.subpage-title .title-icon {
  margin-right: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
}
.subpage-title .title-text {
  font-size: 24px;
  color: #333;
}

/**
 * Modulars
 * ----------------------------------------------------------------------------
 */
.modular-container {
  width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

/**
 * modular normal
 */
.mod {
  position: relative;
  top: 0;
  margin: 15px;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.mod:hover {
  top: -5px;
}
.mod:hover .mod-wrap {
  border-color: #ccc;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.mod:hover .mod-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.mod-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  behavior: url(css/pie.htc);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.mod-wrap .lab {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  border-top-right-radius: 6px;
  behavior: url(css/pie.htc);
}

/* modular thumb */
.mod-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.mod-thumb,
.mod-thumb img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  behavior: url(css/pie.htc);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.mod-thumb-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 200px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.mod-thumb-info {
  display: inline-block;
  vertical-align: middle;
}

.mod-thumb-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  vertical-align: middle;
}

.mod-thumb-tit {
  display: inline-block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
}

/* modular body */
.mod-body-wrap {
  padding: 30px 20px;
}

/* modular body: author */
.mod-author {
  position: relative;
  height: 70px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 100px;
  color: #afafaf;
  line-height: 18px;
}
.mod-author .portrait {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-author .portrait,
.mod-author .portrait img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  behavior: url(css/pie.htc);
}

.mod-author-name {
  font-size: 14px;
}

.mod-author-info {
  margin-top: 8px;
  font-size: 12px;
}

/* modular body: detail */
.mod-title {
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
}

.mod-info {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* modular foot */
.mod-foot-wrap {
  margin: 0 20px;
  padding: 20px 0;
  text-align: right;
  border-top: 1px solid #eee;
}

/**
 * modular subject
 */
.subject-mod .mod-wrap {
  border: none;
}
.subject-mod .mod-body {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  behavior: url(css/pie.htc);
}
.subject-mod .mod-body-wrap {
  position: relative;
  height: 102px;
  padding: 20px;
}
.subject-mod .mod-author {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}
.subject-mod .mod-author .portrait {
  position: static;
}
.subject-mod .mod-author-name {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
}
.subject-mod .mod-detail {
  margin-left: 110px;
}

/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
  height: 500px;
  text-align: center;
  vertical-align: middle;
}
.empty .btn {
  width: 116px;
  margin-top: 10px;
  padding: 0;
  line-height: 36px;
}

.empty-wrap {
  display: inline-block;
  vertical-align: middle;
}

.empty-icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url(../images/empty.png);
  background-repeat: no-repeat;
}

.empty-text {
  margin-top: 8px;
  font-size: 16px;
  color: #888;
}

.empty-sm {
  height: 200px;
}
.empty-sm .empty-icon {
  width: 120px;
  height: 120px;
}
.empty-sm .empty-text {
  font-size: 14px;
}

.empty-icon-order {
  background-position: 0 0;
}

.empty-icon-search {
  background-position: -200px 0;
}

.empty-icon-collection {
  background-position: -400px 0;
}

.empty-icon-task {
  background-position: 0 -200px;
}

.empty-icon-trace {
  background-position: -200px -200px;
}

.empty-icon-course {
  background-position: 0 -400px;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
/**
 * logo
 */
.logo {
  width: 200px;
  height: 44px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.logo a {
  display: block;
  width: 100%;
  height: inherit;
}

/**
 * price
 */
.price-present {
  color: #c80032;
}
.price-present i {
  margin-right: 6px;
  font-style: normal;
  font-size: 18px;
}
.price-present span {
  font-size: 30px;
  font-weight: bold;
}

.price-original {
  margin-right: 10px;
  color: #888;
  text-decoration: line-through;
}
.price-original i {
  font-style: normal;
}

/**
 * lab
 */
.lab {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  background-color: #c80032;
}

.lab-flex {
  display: inline-block;
  padding: 0 6px;
  font-weight: normal;
  font-size: font-size-small;
  color: white;
  line-height: 20px;
  border-radius: 3px;
}

.lab-primary {
  background-color: #c80032;
}

.lab-warning {
  background-color: #fb4a4a;
}

.lab-success {
  background-color: #38c17f;
}

.lab-ongoing {
  background-color: #ffa200;
}

.lab-disabled {
  background-color: #999;
}

.lab-notstart {
  color: #afafaf;
  background-color: #f4f4f4;
}

.lab-normal {
  color: #666;
  background-color: #f4f4f4;
}

/**
 * tag
 */
.tag {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #afafaf;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.tag:hover {
  color: #fff;
  background-color: rgba(255, 125, 99, 0.6);
}

/**
 * third party
 */
.qq {
  color: #33b0ff;
}

.qqzone {
  color: #ffd565;
}

.wechat {
  color: #38c17f;
}

.alipay {
  color: #33b0ff;
}

/**
 * box
 */
.box {
  background-color: #fff;
  border: 1px solid #ddd;
}

.box-round {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

/**
 * crumb
 */
.crumb {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.crumb a {
  color: inherit;
}
.crumb a:hover {
  color: #c80032;
}

/**
 * info
 */
.info {
  font-size: 12px;
  color: #afafaf;
}

/**
 * portrait
 */
.portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

/**
 * gold coin
 */
.goldcoin-icon,
.goldcoin-icon2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.goldcoin-icon {
  background-position: 0 -100px;
}

.goldcoin-icon2 {
  background-position: -50px -100px;
}

.goldcoin-num {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}

/**
 * toast
 */
.toast {
  position: absolute;
  z-index: 1029;
}

.toast-wrap {
  min-width: 110px;
  min-height: 30px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.toast-wrap .goldcoin {
  margin: 15px 0;
}
.toast-wrap .goldcoin-num {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/**
 * Switch
 */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 8px;
  background-color: rgba(175, 175, 175, 0.4);
  border-radius: 4px;
  cursor: pointer;
}

.switch-handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -9px;
  background-color: #fff;
  border: 5px solid #666;
  border-radius: 50%;
  overflow: hidden;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.switch-on {
  background-color: #e21347;
}
.switch-on .switch-handle {
  left: 12px;
}

/**
 * service
 */
.mini {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 1030;
  width: 55px;
}
.mini .link {
  position: relative;
  display: block;
}
.mini .link.service {
  height: 90px;
  background-image: url("../images/service.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mini .link:hover .qr-wrap {
  display: block;
}
.mini .qr-wrap {
  position: absolute;
  top: 50%;
  right: 65px;
  display: none;
  width: 120px;
  min-height: 120px;
  margin-top: -66px;
  padding: 5px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mini .qr-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.mini .qr-wrap .arrow {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: white;
  border-left-style: solid;
  margin-top: -8px;
}
.mini .qr-wrap .info {
  line-height: 1;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.body-base {
  margin-top: 140px;
}

.body-sp {
  margin-top: 100px;
}

.body-learn {
  min-width: 1200px;
  margin-top: 40px;
  background-color: #f5f0eb;
  background-image: url(../images/ban/learn-ban.png);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: contain;
  overflow-x: auto;
}

.body-screen {
  overflow: hidden;
}

.body-log {
  background-color: #f5f0eb;
  background-image: url(../images/dingniu-log-bg.png);
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.webWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.webWidth-narrow {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/**
 * top
 */
.top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

/**
 * header
 */
.header {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 28px;
  background-color: #fff;
}

.header-wrap {
  position: relative;
}

.header-shadow {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mb-header {
  display: none;
}

/**
 * footer
 */
.footer {
  background-color: #2d2d2d;
}

.footer-wrap {
  padding: 56px 0;
}

.mb-footer {
  display: none;
}

/**
 * fixtool
 */
.fixtool {
  position: fixed;
  bottom: 220px;
  left: 50%;
  z-index: 1029;
  display: none;
  width: 70px;
  margin-left: 630px;
}

.fixtool-wrap {
  padding: 0 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.fixtool-cell {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.fixtool-cell:last-child {
  border-bottom: 0;
}

.fixtool-link {
  display: inline-block;
  padding: 14px 0;
  color: #afafaf;
}
.fixtool-link:hover {
  color: #c80032;
}

.fixtool-icon {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.fixtool-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
}

.fixtool-name {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

/**
 * main
 */
.main-cell {
  position: relative;
  padding: 50px 0 60px;
}
.main-cell .webWidth {
  width: 1230px;
}

.main-cell-light {
  background-color: #fff;
}

.main-cell-dark {
  background-color: #f9f9f9;
}

/**
 * subpage
 */
.subpage {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subpage .crumb {
  width: 1200px;
  margin-top: -20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

/**
 * Top
 * ----------------------------------------------------------------------------
*/
/**
 * welcome
 */
.welcome {
  font-size: 12px;
  line-height: 40px;
}

/**
 * sitenav
 */
.sitenav-wrap {
  line-height: 40px;
}

.sitenav-cell {
  float: left;
}
.sitenav-cell:last-child a {
  border-right: 0;
}

.sitenav-link {
  display: inline-block;
  padding: 0 16px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  border-right: 1px solid #ddd;
}
.sitenav-link:hover {
  color: #c80032;
}

.sitenav-link-icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  color: #c80032;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
/* logo */
.header .logo {
  background-position: 0 0;
}

/* search */
.search-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 530px;
  height: 40px;
  margin-top: -20px;
  margin-left: -265px;
}
.search-primary .search-wrap {
  position: relative;
  border: 2px solid #c80032;
  border-radius: 20px;
}
.search-primary .search-wrap form {
  padding: 0 106px 0 40px;
}
.search-primary .search-icon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
}
.search-primary .search-icon i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #666;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-primary .search-input {
  width: 100%;
  height: 36px;
  font-size: 12px;
  background: none;
}
.search-primary .search-input::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.search-primary .search-input:-ms-input-placeholder {
  color: #afafaf;
}
.search-primary .search-input::-webkit-input-placeholder {
  color: #afafaf;
}
.search-primary .search-btn {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 106px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #c80032;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search-primary .search-btn:hover {
  background-color: #d70036;
}

/**
 * Banner
 * ----------------------------------------------------------------------------
*/
.ban {
  height: 380px;
  overflow: hidden;
}

/**
 * Home banner
 * only for contents
 */
.ban-wrap-in {
  width: 50%;
  height: 380px;
  padding-left: 100px;
  vertical-align: middle;
}

.ban-con {
  display: inline-block;
  padding-top: 150px;
  vertical-align: middle;
}

.ban-con-title-head {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.ban-con-title {
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: bolder;
  color: #c80032;
  line-height: 1.2;
}

.ban-con-subtitle {
  font-size: 24px;
  line-height: 40px;
}

.ban-con-text {
  max-height: 44px;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
}

.ban-con-btns {
  margin-top: 30px;
}
.ban-con-btns .btn {
  width: 128px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  border: none;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.ban-con-btns .btn:hover {
  background-color: #e20038;
}
.ban-con-btns .btn-solid {
  background-color: #c80032;
}

.slide1 .ban-con-title span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  background-color: #c80032;
  border-radius: 50%;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.footer .logo {
  background-position: 0 -44px;
}

.copyright {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  text-align: center;
}

/* consult */
.consult-cell {
  float: left;
  color: #777;
}

.consult-tel {
  padding: 5px 0;
}

.consult-tel-icon,
.consult-tel-num {
  float: left;
}

.consult-tel-icon {
  margin-right: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  vertical-align: middle;
}

.consult-tel-num {
  display: inline-block;
  vertical-align: middle;
}
.consult-tel-num p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
}
.consult-tel-num span {
  font-size: 26px;
  line-height: 30px;
}

.consult-srervice {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-left: 20px;
  padding: 0;
  line-height: 58px;
  text-align: center;
  background-color: #252525;
  border-radius: 50%;
  vertical-align: middle;
}
.consult-srervice i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
}
.consult-srervice:hover {
  color: inherit;
  background-color: #4b4b4b;
}

/**
 * Course
 * ----------------------------------------------------------------------------
 */
/**
 * Course head
 */
.course-header {
  top: 0;
  display: none;
  padding: 26px 0;
}
.course-header .course-name {
  font-size: 36px;
  line-height: 44px;
}

/**
 * Course banner
 */
.course-ban {
  background-color: #f5f0eb;
  background-image: url(../images/ban/course-ban.png);
  background-position: center center;
  background-repeat: repeat-x;
}

.course-ban-wrap {
  position: relative;
  padding: 80px 0;
}
.course-ban-wrap .crumb {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
}

.course-preview {
  float: left;
  width: 600px;
}

.course-info {
  float: right;
  width: 560px;
}

.course-preview-wrap {
  position: relative;
  cursor: pointer;
}
.course-preview-wrap:hover .course-preview-play {
  color: #fb003f;
}
.course-preview-wrap .mask {
  position: absolute;
  z-index: 1;
}

.course-preview-mask {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.course-preview-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  margin-top: -47px;
  margin-left: -47px;
  z-index: 2;
  color: #fff;
}
.course-preview-play i {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 94px;
  vertical-align: middle;
}

.course-info-top {
  height: 132px;
  margin-bottom: 55px;
}

.course-name {
  max-height: 96px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  color: #444;
  line-height: 48px;
  overflow: hidden;
}

.course-stat {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  line-height: 16px;
}

.course-stat-cell {
  float: left;
}
.course-stat-cell:first-child .course-stat-cell-wrap {
  padding-left: 0;
}
.course-stat-cell:last-child .course-stat-cell-wrap {
  border-right: 0;
}

.course-stat-cell-wrap {
  position: relative;
  padding: 0 20px;
  line-height: 16px;
  border-right: 1px solid #ccc;
}

.course-stat-icon {
  display: inline-block;
  margin-right: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

.course-stat-text {
  vertical-align: middle;
}

.course-stat-link {
  color: #999;
}
.course-stat-link:hover {
  color: #c80032;
}

.course-stat-link-cur, .course-stat-link-cur:hover {
  color: #c80032;
}

.course-price {
  margin-bottom: 30px;
}
.course-price .price-original,
.course-price .price-present {
  display: block;
}
.course-price .price-original {
  margin-bottom: 20px;
  font-size: 24px;
}
.course-price .price-present i {
  font-size: 26px;
}
.course-price .price-present span {
  font-size: 48px;
}

.course-btn .btn {
  margin-right: 10px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.course-btn .btn-lg {
  padding: 0 50px;
  line-height: 48px;
}
.course-btn .btn-hollow {
  line-height: 44px;
  color: #c80032;
  background-color: transparent;
  border: 2px solid #c80032;
}
.course-btn .btn-hollow:hover {
  color: #fff;
  background-color: #c80032;
}

.share-drop {
  position: absolute;
  top: 28px;
  left: 20px;
  z-index: 1;
  display: none;
  width: 120px;
}

.share-drop-wrap {
  padding: 8px 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.share-drop-arr {
  position: absolute;
  top: -11px;
  left: 20px;
  z-index: 1;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

.share-drop-cell {
  float: left;
  width: 33.3%;
  text-align: center;
}

.share-link {
  display: inline-block;
  margin: 0 4px;
}

.share-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.share-icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/**
 * Course details
 */
.course-container {
  position: relative;
}

.course-anchor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 70px;
}

.course-anchor-wrap {
  background-color: #fff;
  border: 2px solid #c80032;
  border-radius: 6px;
}

.course-anchor-cell {
  padding: 0 16px;
  text-align: center;
  vertical-align: bottom;
}
.course-anchor-cell:last-child {
  border-bottom: 0;
}

.course-anchor-link {
  display: block;
  padding: 16px 0;
  color: #666;
  border-bottom: 1px solid #eee;
}

.course-anchor-icon {
  display: none;
  margin-bottom: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.course-anchor-text {
  font-size: 14px;
  line-height: 16px;
}

.course-anchor-cur {
  background-color: #c80032;
}
.course-anchor-cur .course-anchor-link {
  color: #fff;
  border-color: #c80032;
}
.course-anchor-cur i {
  display: inline-block;
}

.course-detail {
  margin-left: 100px;
}

.course-detail-title {
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 40px;
}

.course-detail-con {
  padding: 40px;
}

.teacher-brief {
  position: relative;
  padding-left: 190px;
}
.teacher-brief .portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.teacher-brief-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.teacher-brief-con {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.course-chapter {
  padding: 10px 0;
}

.course-chapter-cell:last-child {
  border-bottom: 0;
}

.course-chapter-link {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #888;
  line-height: 36px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-chapter-link:hover {
  color: #c80032;
  background-color: #f0f0f0;
}
.course-chapter-link span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: #afafaf;
  vertical-align: middle;
}

/**
 * Order
 * ----------------------------------------------------------------------------
 */
/**
 * order tabs
 */
.order-container .simpleTab-link {
  padding-bottom: 16px;
  line-height: normal;
}

/**
 * order view
 */
.order-row {
  display: block;
  margin: 20px 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.order-row .form-checkbtn {
  top: 17px;
  left: 20px;
  margin-top: 0;
}
.order-row .form-label-con {
  display: block;
  margin-right: 0;
}
.order-row:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.order-row.c-on .box {
  border-color: #c80032;
}
.order-row.c-on .order-cell-head {
  border-color: rgba(200, 0, 50, 0.1);
  background-color: rgba(200, 0, 50, 0.05);
}

.order-nopay .order-cell-detail {
  margin-right: 0;
}

.order-cell-head {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.order-cell-head-wrap {
  padding-right: 20px;
  padding-left: 50px;
  line-height: 48px;
}

.order-cell-delete {
  font-size: 12px;
  color: #999;
}
.order-cell-delete:hover {
  color: #c80032;
}
.order-cell-delete i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.order-cell-delete span {
  vertical-align: middle;
}

.order-cell-body-wrap {
  position: relative;
}

.order-cell-detail {
  position: relative;
  margin-right: 180px;
  padding-top: 26px;
  padding-right: 230px;
  padding-bottom: 26px;
  padding-left: 50px;
}

.order-cell-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 30px;
}

.order-cell-info {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.order-price {
  position: absolute;
  top: 26px;
  right: 50px;
  bottom: 26px;
}
.order-price .price-original {
  font-size: 24px;
  color: #444;
  text-decoration: none;
}

.order-cell-btn {
  padding: 0 24px;
  font-size: 16px;
  line-height: 40px;
}

.order-status {
  font-size: 16px;
}

.order-cell-pay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 180px;
  text-align: center;
  border-left: 1px solid #eee;
}

.order-subtitle {
  margin-top: 36px;
  margin-bottom: -5px;
  font-size: 16px;
}

/**
 * order pay mode
 */
.order-paymode {
  margin-top: 15px;
}

.order-paymode-item {
  position: relative;
  display: block;
  float: left;
  width: 180px;
  margin-right: 20px;
  overflow: hidden;
}
.order-paymode-item.r-on .order-paymode-wrap {
  padding: 10px 16px;
  border: 2px solid #c80032;
}
.order-paymode-item.r-on .order-paymode-select,
.order-paymode-item.r-on .order-paymode-arr {
  display: block;
}
.order-paymode-item .link-normal {
  display: inline-block;
  margin-top: 40px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.order-paymode-item .link-normal:hover {
  color: #c80032;
  textx-decoration: none;
}

.order-paymode-wrap {
  padding: 11px 18px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.order-paymode-icon {
  display: inline-block;
  margin-right: 8px;
}
.order-paymode-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  vertical-align: middle;
}

.order-paymode-text {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
}

.order-paymode-select {
  right: 1px;
  z-index: 2;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
}

.order-paymode-arr {
  right: -22px;
  z-index: 1;
  display: none;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 22px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #c80032;
  border-bottom-style: solid;
}

.order-paymode-select,
.order-paymode-arr {
  position: absolute;
  bottom: 0;
  display: none;
}

/**
 * order total
 */
.order-total {
  margin-top: 50px;
  padding-top: 40px;
  text-align: right;
  border-top: 2px solid #ddd;
}
.order-total .btn {
  width: 170px;
  padding: 0;
  line-height: 48px;
}

.order-total-sum {
  margin-bottom: 24px;
}
.order-total-sum .price-present i {
  font-size: 18px;
}
.order-total-sum .price-present span {
  font-size: 30px;
}

/**
 * Space
 * ----------------------------------------------------------------------------
*/
/**
 * Space layout
 */
.space-header {
  top: 0;
}

.space-narrow {
  width: 345px;
}

.space-wide {
  width: 835px;
}

/**
 * Space banner
 */
.space-ban {
  height: 240px;
  margin-bottom: -40px;
  background-color: #f5f0eb;
  background-image: url(../images/ban/space-ban.png);
  background-position: center center;
  background-repeat: repeat-x;
}

.space-ban-wrap {
  position: relative;
  height: 120px;
  padding: 40px 0;
}

.space-user-info-wrap {
  position: relative;
  padding-left: 160px;
}
.space-user-info-wrap .portrait {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.space-user-info-wrap .info {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.space-user-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
}

.space-level {
  line-height: 26px;
  vertical-align: middle;
}

.space-level-title {
  vertical-align: middle;
}

.space-level-icons {
  display: inline-block;
  vertical-align: middle;
}

.space-level-cell {
  float: left;
  margin: 0 2px;
}

.space-level-icon {
  display: block;
  width: 26px;
  height: 26px;
}
.space-level-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.space-level-sm {
  line-height: 18px;
}
.space-level-sm .space-level-icon {
  width: 18px;
  height: 18px;
}

.space-level-lg {
  line-height: 30px;
}
.space-level-lg .space-level-icon {
  width: 30px;
  height: 30px;
}

.space-user-data-wrap {
  padding: 36px 0;
}

.space-user-data-cell {
  float: right;
  margin-left: 40px;
}

.space-user-data-cell-wrap {
  position: relative;
  padding-left: 64px;
}

.space-user-data-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}

.space-data-icon1 {
  background-position: 0px 0;
}

.space-data-icon2 {
  background-position: -50px 0;
}

.space-data-icon3 {
  background-position: -100px 0;
}

.space-user-data-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #999;
}

.space-user-data-num {
  font-size: 24px;
  color: #444;
}

.space-user-sign {
  line-height: 48px;
}
.space-user-sign a,
.space-user-sign div {
  display: inline-block;
  vertical-align: middle;
}
.space-user-sign div {
  margin-left: 5px;
}

.space-user-sign-btn {
  display: inline-block;
  min-width: 30px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background-color: #ff7d63;
  border-radius: 14px;
}
.space-user-sign-btn:hover {
  background-color: #ff5330;
}

/**
 * Space modular
 */
.space-mod {
  margin-bottom: 20px;
}

.space-mod-wrap {
  position: relative;
  padding: 20px 30px;
}

.space-mod-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.space-mod-title .info {
  font-weight: normal;
}

/**
 * Space task
 */
.task-row {
  margin-bottom: 20px;
}
.task-row:last-child {
  margin-bottom: 0;
}

.task-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 8px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.task-list-cell {
  position: relative;
  margin: 6px 0;
  padding-left: 16px;
}

.task-dot {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background-color: #999;
  border-radius: 50%;
}

.task-text {
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

/**
 * Space trace
 */
.trace-text {
  margin-bottom: 10px;
  text-align: center;
}

/**
 * Space steps
 */
.space-steps-brief {
  position: absolute;
  top: 20px;
  left: 30px;
}

.space-steps-title {
  margin-bottom: 10px;
  font-size: font-size-base;
  font-weight: bold;
  color: #444;
}

.space-steps-text {
  padding: 3px 0;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

.space-steps {
  position: relative;
  margin: 0 auto;
  margin-top: 125px;
}

.space-steps-img img {
  width: 100%;
}

.space-steps-locate {
  position: absolute;
  margin-bottom: -3px;
}

.step-vertical-1 {
  bottom: 11.2970711297%;
}

.step-vertical-2 {
  bottom: 17.9916317992%;
}

.step-vertical-3 {
  bottom: 24.6861924686%;
}

.step-vertical-4 {
  bottom: 36.4016736402%;
}

.step-vertical-5 {
  bottom: 43.0962343096%;
}

.step-vertical-6 {
  bottom: 49.7907949791%;
}

.step-vertical-7 {
  bottom: 61.5062761506%;
}

.step-vertical-8 {
  bottom: 68.2008368201%;
}

.step-vertical-9 {
  bottom: 74.8953974895%;
}

.step-vertical-10 {
  bottom: 86.6108786611%;
}

.step-vertical-11 {
  bottom: 93.3054393305%;
}

.step-vertical-12 {
  bottom: 100%;
}

.step-horizontal-1 {
  left: 7.7419354839%;
  margin-left: -44px;
}

.step-horizontal-2 {
  left: 14.1935483871%;
  margin-left: -39px;
}

.step-horizontal-3 {
  left: 26.1935483871%;
  margin-left: -60.5px;
}

.step-horizontal-4 {
  left: 32.6451612903%;
  margin-left: -39px;
}

.step-horizontal-5 {
  left: 39.0967741935%;
  margin-left: -39px;
}

.step-horizontal-6 {
  left: 51.0967741935%;
  margin-left: -60.5px;
}

.step-horizontal-7 {
  left: 57.5483870968%;
  margin-left: -39px;
}

.step-horizontal-8 {
  left: 64%;
  margin-left: -39px;
}

.step-horizontal-9 {
  left: 76%;
  margin-left: -60.5px;
}

.step-horizontal-10 {
  left: 82.4516129032%;
  margin-left: -39px;
}

.step-horizontal-11 {
  left: 88.9032258065%;
  margin-left: -39px;
}

.step-horizontal-12 {
  left: 100.9032258065%;
  margin-left: -60.5px;
}

.space-bubble {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: block;
  max-height: 96px;
  margin-bottom: 14px;
  padding: 4px 3px;
  text-align: center;
  background-color: #e21347;
  border-radius: 20px;
}
.space-bubble .arrow {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #e21347;
  border-top-style: solid;
  margin-left: -6px;
}

.space-bubble-text {
  display: inline-block;
  margin: 2px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  white-space: nowrap;
}

.space-bubble-text-dark {
  background-color: #be002f;
}

.space-steps-locate-img {
  display: block;
  width: 28px;
  height: 34px;
  margin: 0 auto;
}
.space-steps-locate-img img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Space class
 */
.space-class {
  margin-bottom: 20px;
}

.space-class-head {
  padding: 0 30px;
  background-color: #fbf9f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.space-class-head span {
  line-height: 60px;
}

.space-class-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.space-class-body-wrap {
  position: relative;
  height: 190px;
  padding: 40px 30px 40px 200px;
}
.space-class-body-wrap .progress-ring {
  position: absolute;
  top: 40px;
  left: 30px;
}

.class-detail-top {
  position: relative;
  padding-top: 20px;
  padding-right: 130px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.class-detail-pretitle {
  margin-bottom: 10px;
  font-size: 14px;
  color: #888;
}

.class-detail-title {
  font-size: 18px;
  color: #222;
}

.class-enter {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 1;
  width: 110px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border-radius: 18px;
}

.class-detail-op {
  margin-top: 24px;
}

.class-detail-op-cell {
  float: left;
  margin-right: 30px;
}

.class-detail-op-link {
  color: #888;
  line-height: 28px;
  vertical-align: middle;
}
.class-detail-op-link:hover {
  color: #c80032;
}

.class-detail-op-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.class-detail-op-icon1 {
  background-position: 0px -50px;
}

.class-detail-op-icon2 {
  background-position: -50px -50px;
}

.class-detail-op-icon3 {
  background-position: -100px -50px;
}

.class-detail-op-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  vertical-align: middle;
}

.space-class-foot {
  height: 80px;
  background-color: #fbfbfb;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.space-class-foot-wrap {
  padding: 22px 30px 0;
}
.space-class-foot-wrap .link-light {
  float: right;
  line-height: 32px;
}

.class-rank,
.class-rank-title,
.class-rank-list {
  float: left;
}

.class-rank-title {
  margin-right: 20px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.class-rank-cell {
  position: relative;
  float: left;
  margin-left: -7px;
  text-align: center;
}
.class-rank-cell .portrait {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.class-rank-cell:last-child {
  height: 50px;
  margin-left: 10px;
  padding-left: 10px;
}
.class-rank-cell:last-child .portrait {
  border-color: #c80032;
}
.class-rank-cell:last-child .portrait:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 32px;
  background-color: #eee;
}

.myplace {
  font-size: 12px;
  color: #c80032;
  line-height: 18px;
}

.space-class-more {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #c80032;
  vertical-align: middle;
}
.space-class-more i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/**
 * Space answer and question
 */
.aq-wrap {
  padding: 30px 30px;
}

.aq-content {
  margin-bottom: 10px;
  line-height: 1.7;
}

.aq-info {
  font-size: 14px;
  color: #888;
  line-height: 32px;
  vertical-align: middle;
}
.aq-info > span {
  vertical-align: middle;
}

.aq-user {
  margin-right: 20px;
}
.aq-user .portrait {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.aq-answer-cell {
  border-bottom: 1px solid #eee;
}

.aq-user-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 0 4px;
  font-size: 12px;
  color: #ff7d63;
  line-height: 16px;
  background-color: rgba(255, 125, 99, 0.1);
  border: 1px solid #ff7d63;
  border-radius: 3px;
}

.aq-question .aq-content {
  font-size: 16px;
  color: #222;
}

.aq-answer .aq-content {
  font-size: 14px;
  color: #666;
}

.aq-data {
  background-color: #f6f6f6;
}

.aq-data-wrap {
  padding: 9px 30px;
  line-height: 36px;
}
.aq-data-wrap .info {
  font-size: 14px;
  line-height: 36px;
}

.aq-form {
  padding: 30px 30px 0;
}
.aq-form .btn-base {
  margin-top: 10px;
}

.aq-textarea {
  width: 100%;
  height: 144px;
  background-color: #fff;
  border: 1px solid #eee;
}
.aq-textarea::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.aq-textarea:-ms-input-placeholder {
  color: #afafaf;
}
.aq-textarea::-webkit-input-placeholder {
  color: #afafaf;
}
.aq-textarea:focus {
  border-color: #ff7d63;
}

/**
 * Exam
 * ----------------------------------------------------------------------------
*/
.exam-wrap {
  position: relative;
  padding: 20px 30px;
}
.exam-wrap .info {
  margin-top: 5px;
  padding-left: 20px;
  color: #666;
}

.exam-num-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  font-size: 12px;
  color: #666;
  line-height: 23px;
  background-color: #fbf9f7;
  border-right: 1px solid #f3ece6;
  border-bottom: 1px solid #f3ece6;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 5px;
}

.exam-title {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  vertical-align: middle;
}
.exam-title .lab-flex {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

.exam-title-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid #c80032;
}

.my-score {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 30px;
  color: #c80032;
}
.my-score span {
  margin-left: 5px;
  font-size: 12px;
}

.exam-record {
  display: block;
  min-height: 30px;
  margin-top: 5px;
  clear: both;
}

.exam-btnArea {
  text-align: right;
}
.exam-btnArea a {
  white-space: nowrap;
  font-size: 13px;
}
.exam-btnArea .btn {
  padding: 6px 14px;
}
.exam-btnArea .link-default {
  display: inline-block;
  padding-top: 5px;
  text-decoration: underline;
}

.exam-inst {
  position: relative;
  margin-top: 10px;
}

.exam-inst-con {
  display: none;
  border: 1px dashed #ccc;
  padding: 0 20px 20px 25px;
  border-radius: 6px;
}
.exam-inst-con h4 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.exam-inst-con h4 span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  background-color: #afafaf;
  vertical-align: middle;
}
.exam-inst-con p {
  font-size: 12px;
  color: #999;
  line-height: 2;
}

.exam-inst-collapse {
  position: relative;
  padding-bottom: 14px;
  font-size: 12px;
  text-align: center;
}
.exam-inst-collapse div {
  position: absolute;
  top: -7px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.exam-inst-collapse a {
  color: #afafaf;
}
.exam-inst-collapse a:hover {
  color: #666;
}
.exam-inst-collapse i {
  margin-left: 5px;
}

.exam-inst-uncollapse {
  padding-top: 8px;
  padding-bottom: 0;
}
.exam-inst-uncollapse div {
  top: -3px;
}
.exam-inst-uncollapse a {
  display: inline-block;
  padding: 0 10px;
  color: #afafaf;
  background-color: white;
}
.exam-inst-uncollapse i:before {
  margin-left: 5px;
  content: "\e7ec";
}

.exam-countdown {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  color: #ffa200;
}
.exam-countdown i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

/**
 * Class
 * ----------------------------------------------------------------------------
*/
/**
 * class info
 */
.space-class-info {
  margin-left: 30px;
}

.class-name {
  margin-bottom: 40px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.teacher-cell {
  float: left;
  margin-right: 20px;
}

.teacher-cell-wrap {
  text-align: center;
}
.teacher-cell-wrap .portrait {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 50%;
}

.teacher-name {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.joinqq {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  background-color: transparent;
  border-color: #666;
  border-radius: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: 3px;
}
.joinqq:hover {
  color: #fff;
  background-color: #c80032;
  border-color: #c80032;
}

/**
 * class user
 */
.space-class-user {
  margin-right: 30px;
}
.space-class-user .portrait,
.space-class-user .space-user-data-wrap {
  display: inline-block;
  vertical-align: middle;
}
.space-class-user .portrait {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.space-class-user .space-user-data-cell-wrap {
  padding-left: 0;
}

/**
 * learn progress
 */
.learn-progress {
  position: relative;
}

.learn-progress-wrap {
  padding-right: 136px;
}

.learn-start-btn {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 1;
  display: block;
  width: 116px;
  padding: 0;
  line-height: 36px;
}

/**
 * task chapter
 */
.task-chapter {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.task-chapter .space-mod-title {
  padding: 0 30px;
}

.task-chapter-wrap {
  position: relative;
}

.task-chapter-cell {
  position: relative;
  padding: 0 30px;
  line-height: 56px;
}
.task-chapter-cell:hover {
  background-color: #f9f9f9;
}
.task-chapter-cell:hover .task-btn {
  display: block;
}
.task-chapter-cell .progress-ring-sm {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
}

.task-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  display: none;
  width: 96px;
  margin-top: -15px;
  padding: 0;
  line-height: 30px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.task-chapter-name {
  margin-right: 116px;
  margin-left: 64px;
  font-size: 14px;
  color: #444;
}

.task-chapter-line {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 51px;
  width: 2px;
  background-color: #eee;
}

/**
 * question
 */
.question {
  margin-top: -20px;
}

.question-wrap .link-light {
  display: block;
  padding-top: 18px;
}

.question-cell {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.question-title {
  position: relative;
  margin-bottom: 10px;
  padding-right: 80px;
  line-height: 20px;
}

.question-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #999;
  line-height: 20px;
  vertical-align: middle;
}
.question-icon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
}

.question-title-text {
  font-size: 16px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.question-like {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  vertical-align: middle;
}

.question-like.primary .question-icon {
  color: #c80032;
}

.question-like-num {
  font-size: 14px;
  vertical-align: -2px;
}

.question-con {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}

/**
 * achieve
 */
.achieve {
  text-align: center;
}
.achieve .space-level {
  float: none;
}

.achieve-rank,
.achieve-brief {
  margin-top: 25px;
}

.achieve-rank .info {
  margin-bottom: 5px;
}

.achieve-brief {
  margin-bottom: 10px;
  font-size: font-size-base;
  color: #888;
}

/**
 * rank
 */
.rank {
  margin-top: -16px;
}

.rank-cell {
  position: relative;
  padding: 16px 0;
}
.rank-cell .portrait {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
}
.rank-cell .space-level {
  position: absolute;
  top: 50%;
  right: 0;
  float: none;
  display: inline-block;
  width: 100px;
  margin-top: -9px;
  text-align: right;
}

.rank-num {
  display: inline-block;
  margin-right: 8px;
}

.rank-user {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.rank-user-name {
  color: #444;
}

/**
 * realtime
 */
.real-wrap {
  position: relative;
}
.real-wrap ul {
  position: relative;
  z-index: 1;
}

.real-cell {
  line-height: 36px;
}
.real-cell span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.real-dot {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #afafaf;
  border: 2px solid #fff;
  border-radius: 50%;
}

.real-time {
  width: 42px;
  color: #afafaf;
}

.real-user {
  width: 50px;
  color: #c80032;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.real-thing {
  width: 56%;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real-line {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 4.5px;
  width: 1px;
  background-color: #ddd;
}

/**
 * Learn
 * ----------------------------------------------------------------------------
 */
/**
 * Learn layout
 */
.learn-header {
  top: 0;
  padding: 0;
  line-height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.learn-header .webWidth {
  width: auto;
  margin: 0 10px;
}
.learn-header .goldcoin {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.learn-header .header-icon {
  display: inline-block;
  width: 40px;
  color: #666;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.learn-header .header-icon i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}
.learn-header .header-icon:hover {
  color: #e21347;
}
.learn-header .header-icon:first-child {
  display: none;
}

.learn-classname {
  display: inline-block;
  margin: 0 auto 0 20px;
  padding: 0;
  font-size: 18px;
  color: #222;
  line-height: inherit;
  vertical-align: middle;
}
.learn-classname span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.learn-main {
  padding: 30px 0;
}

.learn-main-wrap {
  position: relative;
}

/**
 * Learn menu
 */
.learn-menu {
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
  z-index: 1029;
  width: 60px;
  background-color: #2d2d2d;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.learn-menu-show {
  left: 0;
}

.learn-menu-cell {
  text-align: center;
}

.learn-menu-icon {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  vertical-align: middle;
  margin: 0 auto 4px;
}

.learn-menu-text {
  font-size: 14px;
}

.learn-menu-cell-link {
  display: block;
  padding: 15px 0;
  color: #afafaf;
}
.learn-menu-cell-link:hover {
  color: #fff;
}

.learn-menu-cur {
  color: #fff;
  background-color: #e21347;
}

.learn-menu-disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.learn-menu-disabled:hover {
  color: #afafaf;
  background-color: inherit;
}

.menu-trigger i.icon-sideunfold {
  display: none;
}
.menu-trigger i.icon-sidefold {
  display: inline-block;
}

.menu-trigger-fold i.icon-sideunfold {
  display: inline-block;
}
.menu-trigger-fold i.icon-sidefold {
  display: none;
}

/**
 * Learn content
 */
.learn-content {
  margin: 0 5% 40px;
  padding: 20px 0;
}

.learn-test .learn-content-wrap {
  padding: 30px 0;
}

.learn-finish .learn-content-wrap {
  min-height: 548px;
  background-image: url(../images/decorate.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.learn-unlock .learn-content-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.learn-chapter-title {
  font-size: 24px;
  color: #222;
}

/**
 * Learn mod
 */
.learn-note .learn-mod-head-wrap,
.learn-note .learn-mod-body-wrap {
  margin: 0 50px;
}

.learn-mod {
  padding-bottom: 20px;
}

.learn-mod-head {
  border-bottom: 1px solid #ddd;
}

.learn-mod-head-wrap {
  line-height: 49px;
}

.learn-mod-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #c80032;
}

.learn-mod-title-bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c80032;
}

.learn-mod-cell {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.learn-mod-cell:last-child {
  border-bottom: 0;
}

/**
 * Complex
 */
.complx-wrap {
  position: relative;
  padding-left: 110px;
}
.complx-wrap .portrait {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.complx-row {
  vertical-align: middle;
}
.complx-row .tag {
  margin-right: 8px;
}

.complx-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.complx-content {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}

/**
 * Screen
 * ----------------------------------------------------------------------------
 */
/**
 * Screen layout
 */
.screen-wide,
.screen-narrow {
  position: fixed;
  top: 40px;
  bottom: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.screen-wide {
  width: auto;
  left: 0;
  right: 250px;
  z-index: 1;
  background-color: #f2f2f2;
}
.screen-wide.screen-narrow-hide {
  right: 0;
}

.screen-narrow {
  right: 0;
  width: 250px;
  background-color: #f7f7f7;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.screen-narrow.screen-narrow-hide {
  right: -250px;
}
.screen-narrow .simpleTab-head {
  padding: 0 11px;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
}
.screen-narrow .simpleTab-tab {
  width: 50%;
  padding: 0;
}

.screen-lg,
.screen-sm {
  background-color: #474747;
  overflow: hidden;
}
.screen-lg img,
.screen-sm img {
  display: block;
  width: 100%;
  height: auto;
}

.screen-lg {
  position: relative;
}
.screen-lg .mask {
  position: absolute;
}

.screen-sm {
  height: 140px;
}

/**
 * Screen player
 */
.screen-play-btn {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.screen-play-btn-lg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}
.screen-play-btn-lg i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  vertical-align: middle;
  color: #fff;
}
.screen-play-btn-lg:hover {
  background-color: #000;
}

.screen-play-btn-sm {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: rgba(175, 175, 175, 0.2);
}
.screen-play-btn-sm i {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
}
.screen-play-btn-sm:hover {
  background-color: #e21347;
}
.screen-play-btn-sm:hover i {
  color: #fff;
}

.screen-lg video {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 0;
  background-color: gray;
}
.screen-lg .screen-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 1;
}

.screen-player {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  height: 44px;
  padding: 6.5px 0;
  background-color: #f0f0f0;
}

.screen-player-wrap {
  padding-left: 10px;
}

.screen-player-cell {
  float: left;
  line-height: 44px;
}

.screen-player-time,
.screen-player-cur-speed {
  line-height: 44px;
}

.screen-player-time {
  margin: 0 13px;
}

.screen-player-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #666;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.screen-player-btn:hover {
  color: #e21347;
}

.screen-player-btn-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
}

.screen-player-cur-speed {
  font-size: 20px;
}

.screen-player-speed,
.screen-player-volume {
  position: relative;
}

.player-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.player-progress .ui-slider {
  margin: 0 auto;
  background-color: rgba(175, 175, 175, 0.4);
}
.player-progress .ui-slider .ui-slider-handle {
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e21347;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.player-progress .ui-slider-vertical {
  width: 2px;
  height: 80px;
  border-radius: 1px;
}
.player-progress .ui-slider-vertical .ui-slider-handle {
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -6px;
}
.player-progress .ui-slider-horizontal {
  height: 4px;
}
.player-progress .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.player-progress .ui-slider-range {
  z-index: 1;
  background-color: #e21347;
}

.screen-player-volume .player-progress {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 44px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  padding: 10px 0;
}
.screen-player-volume:hover .drop {
  display: block;
}

.player-slider.ui-widget.ui-widget-content {
  border: none;
}

.progress-dot {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-block;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  cursor: pointer;
}
.progress-dot span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  vertical-align: 2px;
}
.progress-dot:hover span {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  vertical-align: -2px;
}

.screen-player-speed:hover .speed-adjust {
  display: block;
}

.speed-adjust {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 86px;
  margin-left: -43px;
}
.speed-adjust ul {
  padding: 8px 0;
}
.speed-adjust .link-default {
  font-size: 14px;
  color: #444;
}
.speed-adjust .link-default.cur-speed {
  color: #e21347;
}

.speed-adjust-cell {
  line-height: 30px;
  text-align: center;
}

.screen-player-bullet {
  display: inline-block;
  padding: 0 10px;
}

.bullet-text {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}

/**
 * Screen like
 */
.screen-like {
  display: inline-block;
  min-width: 46px;
  padding: 0 16px;
  font-size: 16px;
  color: #666;
  line-height: 45px;
  text-align: center;
  background-color: #eae3dd;
  border-radius: 22.5px;
  vertical-align: middle;
}

.screen-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.screen-like-up:hover {
  color: #fff;
  background-color: #e21347;
}

.screen-like-down:hover {
  color: #fff;
  background-color: #888;
}

.learn-screen-eval {
  padding: 10px 0;
  text-align: right;
}

.screen-brief {
  padding: 15px 20px;
  font-size: 14px;
  color: #888;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}

/**
 * Wechat pay
 * ----------------------------------------------------------------------------
 */
.scan-con {
  padding: 40px 0;
}

.scan-conIn {
  position: relative;
  width: 70%;
  min-height: 520px;
  margin: 0 auto;
}
.scan-conIn .col-2 {
  text-align: center;
}

.scan-img {
  width: 344px;
  margin: 0 auto;
}
.scan-img img {
  display: block;
  width: 100%;
  height: auto;
}

.scan-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}

.scan-rmd {
  font-size: 14px;
  color: #e21347;
  line-height: 1.5;
}

.scan-order {
  font-size: 12px;
  color: #666;
  line-height: 1;
}

.scan-order-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.scan-order-ico i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
}

.scan-QRWrap {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin-bottom: 30px;
}

.scan-QR {
  width: 200px;
  height: 200px;
  padding: 5px;
}
.scan-QR img {
  display: block;
  width: 100%;
  height: auto;
}

.scan-QR-tl,
.scan-QR-tr,
.scan-QR-bl,
.scan-QR-br {
  position: absolute;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/corner.png);
  background-repeat: no-repeat;
}

.scan-QR-tl {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.scan-QR-tr {
  top: 0;
  right: 0;
  background-position: -25px 0;
}

.scan-QR-bl {
  bottom: 0;
  left: 0;
  background-position: 0 -25px;
}

.scan-QR-br {
  bottom: 0;
  right: 0;
  background-position: -25px -25px;
}

.scan-inst-ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  line-height: 50px;
  text-align: center;
  background-color: #38c17f;
  border-radius: 50%;
  vertical-align: middle;
}
.scan-inst-ico i {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  color: white;
}

.scan-txt {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  color: #38c17f;
  text-align: left;
  vertical-align: middle;
}

.scan-foot {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/**
 * Login
 * ----------------------------------------------------------------------------
*/
.log {
    position: absolute;
    width: 380px;
    min-height: 400px;
    padding: 40px;
}
.log .simpleTab-head {
  margin-top: 20px;
  margin-right: 13%;
  margin-bottom: 10px;
  margin-left: 13%;
  border-bottom: 0;
}
.log .simpleTab-tab {
  width: 50%;
  padding: 0;
}
.log .simpleTab-cur:after {
  right: 25%;
  left: 25%;
}
.log .forms {
  padding-top: 10px;
}
.log .input-group {
  position: relative;
  margin-top: 14px;
  padding-right: 90px;
  padding-left: 36px;
  color: #666;
  line-height: 44px;
  border-bottom: 1px solid #eee;
}
.log .input-group-prepend {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
.log .form-control {
  padding: 0;
  height: 44px;
  font-size: 14px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.log .form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.log .form-control:-ms-input-placeholder {
  color: #afafaf;
}
.log .form-control::-webkit-input-placeholder {
  color: #afafaf;
}
.log .input-group-text {
  padding: 0;
  font-size: 16px;
  color: #666;
  background-color: transparent;
  border: 0;
}
.log .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.log .input-group-append .btn {
  font-size: 14px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.log .input-group-append .btn:hover {
  color: #e21347;
  background-color: transparent;
}
.log .input-group-append .btn i {
  font-size: 16px;
}
.log .input-group-pwd .pwd-visible i {
  color: #e21347;
}
.log .input-group-pwd .pwd-visible i:before {
  content: '\e614';
}
.log button[type=submit] {
  margin-top: 44px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  border-radius: 22px;
}
.log .link-normal {
  font-size: 14px;
}
.log .link-normal:hover, .log .link-normal:active {
  color: #e21347;
}
.log .input-group-active {
  border-color: #e21347;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.log .input-group-active .input-group-text {
  color: #e21347;
  text-decoration: none;
}

.log-logo {
  width: 174px;
  height: 44px;
  margin: 0 auto;
  /*background-image: url(../images/dingniu-logo.png);*/
  background-repeat: no-repeat;
  background-position: 0 0;
}

.log-qr {
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.log-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.log-subtitle {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  text-align: center;
  color: black;
}

.log-success {
  text-align: center;
}
.log-success .log-subtitle {
  padding-top: 0;
  font-size: 28px;
  font-weight: 500;
  color: #38c17f;
  vertical-align: middle;
}
.log-success .log-subtitle i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 44px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}
.log-success h4.info {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
}
.log-success .info {
  margin-top: 10px;
  font-size: 14px;
}
.log-success .portrait {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 50px auto 40px;
  padding: 12px;
  border: 2px solid #eee;
}
.log-success .welcome {
  font-size: 20px;
  color: #444;
  font-weight: 600;
}
.log-success .link-success {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
}
.log-lg {
    width: 800px;
}
.log-guide .log-subtitle {
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: 26px;
}
.guide-cell {
    float: left;
    width: 33.3%;
}

.guide-title,
.guide-cont {
    margin: 0 10px;
}

.guide-title {
    font-size: 16px;
}

.guide-title-num {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    line-height: 32px;
    font-weight: 600;
    color: #e21347;
    text-align: center;
    background-color: rgba(226, 19, 71, 0.1);
    border: 1px solid rgba(226, 19, 71, 0.5);
    vertical-align: middle;
}

.guide-cont {
    padding: 20px 20px 0;
    text-align: center;
}
.guide-cont img {
    display: block;
    width: 100%;
    height: auto;
}
.guide-cont .log-qr {
    width: 160px;
    height: 160px;
}
.guide-cont .info {
    margin-top: 10px;
    font-size: 14px;
}

.register {
  position: absolute;
  width: 1000px;
  height: 630px;
  overflow: hidden;
}
.register .content {
  position: relative;
}
.register .content ul {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.register .content .qr-wrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.register .content .qr-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.register .content .qr-wrap .info {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.register .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 90px;
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.register .btn:hover {
  color: white;
  background-color: #e21347;
  border-color: #e21347;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.primary {
  color: #c80032;
}

.green {
  color: #38c17f;
}

.red {
  color: #fb4a4a;
}

.yellow {
  color: #ffd565;
}

.link-normal, .link-default, .link-light, .link-success {
  font-size: 12px;
  text-decoration: none;
}

.link-normal {
  color: #c80032;
}
.link-normal:hover {
  text-decoration: underline;
}

.link-default {
  color: #666;
}
.link-default:hover {
  color: #c80032;
}

.link-light {
  color: #999;
}
.link-light:hover {
  color: #c80032;
}

.link-success {
  color: #38c17f;
}
.link-success:hover {
  text-decoration: underline;
}

.col-1 {
  float: left;
  width: 100%;
}

.col-2 {
  float: left;
  width: 50%;
}

.col-3 {
  float: left;
  width: 33.3333333333%;
}

.col-4 {
  float: left;
  width: 25%;
}

.col-5 {
  float: left;
  width: 20%;
}

.col-6 {
  float: left;
  width: 16.6666666667%;
}

.col-7 {
  float: left;
  width: 14.2857142857%;
}

.col-8 {
  float: left;
  width: 12.5%;
}

.col-9 {
  float: left;
  width: 11.1111111111%;
}

.col-10 {
  float: left;
  width: 10%;
}

.col-11 {
  float: left;
  width: 9.0909090909%;
}

.col-12 {
  float: left;
  width: 8.3333333333%;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.icon {
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}

/**
 * Adaptation
 * ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1024px) {
  /**
   * slides
   * ----------------------------------------------------------------------------
  */
  /* slides modular*/
  .slides,
  .slides-cell,
  .slides-link,
  .slides-img {
    height: 190px;
  }

  /**
   * Calendar
   * ----------------------------------------------------------------------------
  */
  .calendar {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 0;
  }

  /**
   * Navigation
   * ----------------------------------------------------------------------------
   */
  .nav {
    display: none;
  }

  /**
   * Titles
   * ----------------------------------------------------------------------------
   */
  /* subpage title */
  .subpage-title {
    margin-top: 30px;
  }
  .subpage-title .title-icon {
    margin-left: 5%;
  }

  /**
   * Modulars
   * ----------------------------------------------------------------------------
   */
  .modular-container {
    width: 100%;
  }

  /**
   * modular normal
   */
  .mod {
    margin: 15px 7.5px;
  }

  /* modular thumb */
  /* modular body: author */
  .mod-author {
    height: 150px;
    padding-left: 0;
  }
  .mod-author .portrait {
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
  }

  .mod-author-name {
    text-align: center;
  }

  .mod-title {
    overflow: hidden;
  }

  .subject-mod .mod-body-wrap {
    height: 204px;
  }
  .subject-mod .mod-title {
    max-height: 48px;
  }
  .subject-mod .mod-author {
    position: static;
    top: auto;
    left: auto;
    margin: 10px auto 0;
  }
  .subject-mod .mod-author .portrait {
    position: static;
  }
  .subject-mod .mod-detail {
    margin-left: 0;
  }

  /**
   * Misc
   * ----------------------------------------------------------------------------
  */
  /**
   * logo
   */
  .logo {
    display: none;
  }

  /**
   * price
   */
  /**
   * crumb
   */
  .crumb {
    display: none;
  }

  /**
   * Layout
   * ----------------------------------------------------------------------------
  */
  .body-base {
    margin-top: 76px;
  }

  .body-sp,
  .body-mine {
    margin-top: 76px;
  }
  .body-sp .webWidth,
  .body-mine .webWidth {
    width: 85%;
  }

  .body-learn {
    min-width: auto;
    margin-top: 60px;
  }

  .webWidth {
    width: 100%;
  }

  .webWidth-narrow {
    width: 100%;
  }

  /**
   * top
   */
  .top {
    display: none;
  }

  /**
   * header
   */
  .header {
    top: 0;
    padding-top: 48px;
  }

  .mb-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
    display: block;
    height: 76px;
    background-color: #fff;
  }
  .mb-header .search-primary {
    margin-top: 28px;
  }

  .mb-header-wrap {
    position: relative;
  }
  .mb-header-wrap .btn-icon {
    font-weight: bold;
  }
  .mb-header-wrap .btn-icon i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    vertical-align: middle;
  }

  .mb-header-left,
  .mb-header-right {
    position: absolute;
    top: 20px;
    z-index: 1;
    line-height: 56px;
  }

  .mb-header-left {
    left: 0;
  }

  .mb-header-right {
    right: 0;
  }

  .mb-header-title {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
  }

  /**
   * footer
   */
  .footer {
    display: none;
  }

  .mb-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    display: block;
    height: 56px;
    background-color: white;
    border-top: 1px solid #ddd;
  }

  .mb-nav-link {
    display: block;
    padding-top: 4px;
    text-align: center;
  }

  .mb-nav-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
  }
  .mb-nav-icon i {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    vertical-align: middle;
  }

  .mb-nav-text {
    display: block;
    font-size: 12px;
  }

  .mb-nav-cur {
    color: #c80032;
  }

  .pay-footer {
    height: 60px;
  }
  .pay-footer .mb-footer-wrap {
    padding: 5px 20px;
    line-height: 50px;
    *zoom: 1;
  }
  .pay-footer .mb-footer-wrap:before, .pay-footer .mb-footer-wrap:after {
    content: " ";
    display: table;
  }
  .pay-footer .mb-footer-wrap:after {
    clear: both;
  }
  .pay-footer .course-price {
    margin-bottom: 0;
    line-height: inherit;
    vertical-align: middle;
  }
  .pay-footer .course-btn .btn {
    margin-right: 0;
    margin-left: 10px;
  }

  /**
   * fixtool
   */
  .fixtool {
    display: none;
  }

  /**
   * main
   */
  .main-cell .webWidth {
    width: 100%;
  }

  .main-cell-wrap > div {
    margin: 0 15px;
  }

  /**
   * subpage
   */
  .subpage {
    padding-top: 0;
  }

  .subpage-course {
    padding-top: 302px;
  }

  /**
   * Banner
   * ----------------------------------------------------------------------------
  */
  .ban {
    height: 190px;
  }

  /**
   * Home banner
   * only for contents
   */
  /**
   * Course
   * ----------------------------------------------------------------------------
   */
  /**
   * Course head
   */
  /**
   * Course banner
   */
  .course-ban {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .course-ban-wrap {
    padding: 40px 0;
  }

  .course-preview {
    position: absolute;
    top: 40px;
    left: 20px;
    float: none;
    width: 300px;
  }

  .course-info {
    float: none;
    width: auto;
    margin: 0 20px;
    padding-left: 320px;
  }

  .course-preview-wrap img {
    display: block;
    width: 100%;
    height: auto;
  }

  .course-preview-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75.2px;
    height: 75.2px;
    margin-top: -37.6px;
    margin-left: -37.6px;
  }
  .course-preview-play i {
    width: 75.2px;
    height: 75.2px;
    line-height: 75.2px;
    font-size: 75.2px;
    vertical-align: middle;
  }

  .course-info-top {
    height: 87.12px;
    margin-bottom: 0;
  }

  .course-name {
    height: 33.6px;
    max-height: auto;
    font-size: 28px;
    line-height: 33.6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .course-stat {
    margin-top: 12px;
  }

  .course-price {
    margin-bottom: 15px;
  }
  .course-price .price-original,
  .course-price .price-present {
    display: inline-block;
  }
  .course-price .price-original {
    margin-bottom: 0;
    font-size: 20px;
  }
  .course-price .price-present i {
    font-size: 24px;
  }
  .course-price .price-present span {
    font-size: 40px;
  }

  .course-btn .btn-lg {
    padding: 0 25px;
    line-height: 38.4px;
  }
  .course-btn .btn-hollow {
    line-height: 35.2px;
  }

  .course-anchor {
    position: fixed;
    top: 325px;
    left: auto;
    width: 100%;
  }

  .course-anchor-wrap {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    *zoom: 1;
  }
  .course-anchor-wrap:before, .course-anchor-wrap:after {
    content: " ";
    display: table;
  }
  .course-anchor-wrap:after {
    clear: both;
  }

  .course-anchor-cell {
    float: left;
    width: 25%;
    padding: 0;
  }
  .course-anchor-cell:last-child a {
    border-right: 0;
  }

  .course-anchor-link {
    padding: 12px 0;
    line-height: 28px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }

  .course-anchor-icon {
    margin-bottom: 0;
  }

  .course-anchor-text {
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
  }

  .course-detail {
    margin-left: 0;
  }
  .course-detail .box {
    border: 0;
    border-radius: 0;
  }

  /**
   * Order
   * ----------------------------------------------------------------------------
   */
  /**
   * order tabs
   */
  .order-container {
    width: 90%;
    margin: 0 auto;
  }

  /**
   * Space
   * ----------------------------------------------------------------------------
  */
  /**
   * Space layout
   */
  .space-main {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 56px;
  }
  .space-main .webWidth {
    width: 100%;
  }

  .space-narrow {
    width: 32%;
  }

  .space-wide {
    width: 66%;
  }

  .space-user-data-cell {
    margin-left: 10px;
  }

  .space-mod-wrap {
    *zoom: 1;
  }
  .space-mod-wrap:before, .space-mod-wrap:after {
    content: " ";
    display: table;
  }
  .space-mod-wrap:after {
    clear: both;
  }

  /**
   * Learn
   * ----------------------------------------------------------------------------
   */
  /**
   * Learn layout
   */
  .learn-header {
    padding-top: 20px;
  }
  .learn-header .header-icon:first-child {
    display: inline-block;
  }

  /**
   * Learn menu
   */
  .learn-menu {
    position: fixed;
    top: 60px;
    left: 14px;
    bottom: auto;
    display: none;
    width: 120px;
    background-color: rgba(45, 45, 45, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  }

  .learn-menu-cell {
    text-align: left;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .learn-menu-cell:last-child {
    border-bottom: 0;
  }

  .learn-menu-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 8px auto 20px;
  }

  .learn-menu-text {
    vertical-align: middle;
  }
  .learn-menu-text br {
    display: none;
  }

  .learn-menu-cell-link {
    padding: 12px 0;
  }

  .learn-menu-cur {
    color: #afafaf;
    background-color: inherit;
  }

  /**
   * Screen
   * ----------------------------------------------------------------------------
   */
  /**
   * Screen layout
   */
  .screen-wide,
  .screen-narrow {
    top: 60px;
  }

  /**
   * Mine
   * ----------------------------------------------------------------------------
  */
  /**
   * Space banner
   */
  .mine-ban {
    height: 168px;
  }
  .mine-ban .space-ban-wrap {
    height: 84px;
    padding: 20px 0;
  }
  .mine-ban .space-user-info-wrap {
    padding-left: 124px;
  }
  .mine-ban .portrait {
    width: 84px;
    height: 84px;
  }
  .mine-ban .space-user-name {
    font-size: 24px;
    line-height: 84px;
  }

  .mine-main {
    padding-bottom: 56px;
  }

  .mine-mod-wrap {
    padding: 10px 0;
  }

  .mine-mod-cell {
    margin-left: 20px;
    padding-right: 20px;
    line-height: 54px;
    border-bottom: 1px solid #eee;
  }
  .mine-mod-cell:last-child {
    border-bottom: 0;
  }

  .mine-mod-cell-wrap {
    position: relative;
    margin: 10px 0;
    padding-left: 54px;
  }

  .mine-prefix-icon,
  .mine-suffix-icon {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
  }
  .mine-prefix-icon i,
  .mine-suffix-icon i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    vertical-align: middle;
  }

  .mine-prefix-icon {
    left: 0;
  }
  .mine-prefix-icon i {
    color: #c80032;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .mine-suffix-icon {
    right: 0;
  }
  .mine-suffix-icon i {
    color: #666;
  }

  .mine-title {
    font-size: 18px;
    line-height: inherit;
  }

  /**
   * Login
   * ----------------------------------------------------------------------------
  */
  .login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/login/bg-mb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .login-logo {
    position: relative;
    top: 26%;
    width: 40%;
    margin: 0 auto;
  }
  .login-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .login-btn-container {
    position: fixed;
    right: 0;
    bottom: 10%;
    left: 0;
    text-align: center;
  }
  .login-btn-container .btn {
    width: 34%;
    margin: 0 2%;
    padding: 0;
    font-size: 1.2em;
    line-height: 44px;
    border-radius: 27px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  }
  .login-btn-container .btn:nth-child(2) {
    color: #c80032;
    background-color: white;
    border-color: white;
  }

  /**
   * Wechat pay
   * ----------------------------------------------------------------------------
   */
  .scan-container {
    width: 90%;
    margin: 0 auto;
  }

  .col-2 {
    width: 100%;
  }
  .col-2:last-child {
    display: none;
  }
}
