@charset "UTF-8";
/*! 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
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #212325;
  background-color: white;
}

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: #212325;
  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: #919395;
}

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: #a1a3a5;
}

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

/**
 * 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-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 44px;
  border-radius: 6px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.btn:hover {
  text-decoration: none;
}

/**
 * Alternate buttons
 */
.btn-solid {
  color: white;
  background-color: #212325;
  border-color: #212325;
}
.btn-solid:hover {
  background-color: #282b2d;
  border-color: #282b2d;
}

.btn-solid.btn-primary {
  color: white;
  background-color: #f01400;
  border-color: #f01400;
}
.btn-solid.btn-primary:hover {
  background-color: #ff1600;
  border-color: #ff1600;
}

.btn-solid.btn-success {
  color: white;
  background-color: #7bdbc0;
  border-color: #7bdbc0;
}
.btn-solid.btn-success:hover {
  background-color: #87dec6;
  border-color: #87dec6;
}

.btn-solid.btn-warning {
  color: white;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-solid.btn-warning:hover {
  background-color: #ffa80f;
  border-color: #ffa80f;
}

.btn-solid.btn-danger {
  color: white;
  background-color: #f01400;
  border-color: #f01400;
}
.btn-solid.btn-danger:hover {
  background-color: #ff1600;
  border-color: #ff1600;
}

.btn-ghost {
  color: #212325;
  background-color: transparent;
  border-color: #212325;
}
.btn-ghost:hover {
  color: white;
  background-color: #212325;
}

.btn-ghost.btn-primary {
  color: #f01400;
  background-color: transparent;
  border-color: #f01400;
}
.btn-ghost.btn-primary:hover {
  color: white;
  background-color: #f01400;
}

.btn-ghost.btn-success {
  color: #7bdbc0;
  background-color: transparent;
  border-color: #7bdbc0;
}
.btn-ghost.btn-success:hover {
  color: white;
  background-color: #7bdbc0;
}

.btn-ghost.btn-warning {
  color: #ffa200;
  background-color: transparent;
  border-color: #ffa200;
}
.btn-ghost.btn-warning:hover {
  color: white;
  background-color: #ffa200;
}

.btn-ghost.btn-danger {
  color: #f01400;
  background-color: transparent;
  border-color: #f01400;
}
.btn-ghost.btn-danger:hover {
  color: white;
  background-color: #f01400;
}

.btn-icon {
  vertical-align: middle;
}
.btn-icon i {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

.btn-icon-only i {
  margin-right: 0;
}
.btn-icon-only:hover {
  color: inherit;
  background-color: inherit;
}

.btn-link {
  padding-right: 0;
  padding-left: 0;
  color: #f01400;
  line-height: inherit;
}
.btn-link:hover {
  text-decoration: underline;
}

/**
 * Button Disabled
 */
.btn-solid.btn-disabled, .btn-solid.btn-disabled:hover {
  background-color: #212325;
  border-color: #212325;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

.btn-ghost.btn-disabled, .btn-ghost.btn-disabled:hover {
  color: #212325;
  background-color: transparent;
  border-color: #212325;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

/**
 * Button Sizes
 */
.btn-xs {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  behavior: url(css/pie.htc);
}

.btn-sm {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  behavior: url(css/pie.htc);
}

.btn-lg {
  padding-right: 24px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  behavior: url(css/pie.htc);
}

/**
 * Progress
 * ----------------------------------------------------------------------------
*/
.progress-ring {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
}
.progress-ring .info {
  margin-top: 10px;
  line-height: 1.3;
  color: #818385;
}

.progress-ring-title {
  position: absolute;
  top: 56%;
  right: 0;
  left: 0;
  font-size: 12px;
  color: #919395;
}

.progress-ring-rate {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  font-size: 20px;
  color: #212325;
}

.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: white;
  line-height: 26px;
  background-color: #ffc3bd;
  border: 7px solid white;
  border-radius: 11px;
}

/* progress bar */
.progress-bar {
  position: relative;
  padding-right: 65px;
}

.progress-bar-total,
.progress-bar-real {
  height: 5px;
  border: 0.5px solid #f01400;
  border-radius: 2.5px;
}

.progress-bar-total {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.progress-bar-real {
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  background-color: #f01400;
}

.progress-bar-percent {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  width: 60px;
  margin-top: -7px;
  font-size: 12px;
  color: #f01400;
  line-height: 14px;
}

/**
 * Modulars
 * ----------------------------------------------------------------------------
 */
/* mod */
.mod-thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.mod-thumb img {
  display: block;
  width: 100%;
  height: 7rem;
}
.mod-thumb .progress-bar {
  position: absolute;
  right: 8px;
  bottom: 16px;
  left: 8px;
  z-index: 2;
}
.mod-thumb .progress-bar-total,
.mod-thumb .progress-bar-real {
  border-color: white;
}
.mod-thumb .progress-bar-real {
  background-color: white;
}
.mod-thumb .progress-bar-percent {
  color: white;
}

.mod-thumb-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
}

.mod-title {
  margin-top: 10px;
  font-size: 14px;
  color: #212325;
  line-height: 1;
}

.mod-info {
  margin-top: 4px;
  font-size: 12px;
  color: #a1a3a5;
  line-height: 1;
}

/**
 * List
 * ----------------------------------------------------------------------------
 */
.list-head-wrap {
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
}

.list-head-title {
  font-size: 14px;
  font-weight: bold;
  color: #919395;
  line-height: inherit;
}

.list-head-prefix {
  display: inline-block;
  width: 3px;
  height: 18px;
  margin-right: 8px;
  background-color: #f01400;
  border-radius: 1.5px;
  vertical-align: middle;
}

.list-body {
  padding-left: 20px;
  background-color: white;
}

.list-cell {
  border-bottom: 1px solid #f1f3f5;
}
.list-cell:last-child {
  border-bottom: 0;
}

.list-cell-wrap {
  position: relative;
  padding-right: 110px;
  line-height: 44px;
}

.list-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #212325;
  line-height: inherit;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #a1a3a5;
  vertical-align: middle;
}

.list-left,
.list-right {
  position: absolute;
  top: 0;
  line-height: inherit;
}

.list-left {
  left: 0;
}

.list-right {
  right: 0;
  text-align: right;
}
.list-right .list-icon {
  margin-left: -16px;
  color: #a1a3a5;
}

.list-btn-row {
  padding: 0 20px;
  text-align: right;
}
.list-btn-row .btn {
  margin: 16px 0;
  line-height: 36px;
}

.list-info {
  font-size: 14px;
  color: #a1a3a5;
  vertical-align: middle;
}

.list-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  vertical-align: middle;
}
.list-icon i {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  vertical-align: middle;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.list-unfold .icon-arrowline-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-sub {
  display: none;
}
.list-sub .list-head-wrap {
  padding-left: 0;
}
.list-sub .list-head-title {
  font-size: 16px;
  color: #212325;
}
.list-sub .list-body {
  padding-left: 0;
}
.list-sub .list-cell {
  border-bottom: 0;
}
.list-sub .list-cell-wrap {
  margin-right: 20px;
  padding-right: 188px;
  line-height: 39px;
}
.list-sub .list-has-prefix {
  padding-left: 24px;
}
.list-sub .list-title {
  font-weight: normal;
}
.list-sub .list-right {
  width: 180px;
}

.list-sub-wrap {
  border-bottom: 1px solid #f1f3f5;
}
.list-sub-wrap:last-child {
  border-bottom: 0;
}

.list-sub-title {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #919395;
  line-height: 24px;
  background-color: #f1f3f5;
  border-radius: 4px;
}

.list-prefix-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #e1e3e4;
  text-align: center;
  vertical-align: middle;
}
.list-prefix-icon i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}

.list-single {
  margin: 10px 0;
}
.list-single .list-body {
  padding-left: 0;
}
.list-single .list-cell-wrap {
  padding-left: 20px;
}
.list-single .list-sub {
  padding-left: 20px;
  border-top: 1px solid #f1f3f5;
}

.list-large {
  margin-bottom: 10px;
}
.list-large:nth-child(1) .list-cell:nth-child(1) .list-prefix-icon {
  background-color: #92e389;
}
.list-large:nth-child(1) .list-cell:nth-child(2) .list-prefix-icon {
  background-color: #fec44d;
}
.list-large:nth-child(1) .list-cell:nth-child(3) .list-prefix-icon {
  background-color: #f89d8a;
}
.list-large:nth-child(2) .list-cell:nth-child(1) .list-prefix-icon {
  background-color: #78b3f3;
}
.list-large:nth-child(3) .list-cell:nth-child(1) .list-prefix-icon {
  background-color: #8d92de;
}
.list-large .list-cell {
  margin-left: 36px;
}
.list-large .list-cell-wrap {
  line-height: 49px;
}
.list-large .list-left {
  left: -36px;
}
.list-large .list-prefix-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
}
.list-large .list-prefix-icon i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  color: white;
}

.list-simple .list-cell-wrap {
  padding-right: 50%;
}
.list-simple .list-right {
  right: 4%;
  width: 36%;
  text-align: right;
}
.list-simple .list-right .list-info {
  display: block;
  width: 46%;
}
.list-simple .list-right .list-info:first-child {
  float: left;
}
.list-simple .list-right .list-info:last-child {
  float: right;
}

.list-onlysub .list-sub {
  display: block;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
/**
 * Base styles
 */
.tabs {
  position: fixed;
  top: 44px;
  bottom: 44px;
  width: 100%;
}
.tabs .swiper-pagination {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  background-color: white;
  border-bottom: 1px solid #f1f3f5;
}
.tabs .swiper-pagination-bullet {
  position: relative;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs .my-bullet-active {
  color: #f01400;
}
.tabs .my-bullet-active .tabs-cur-bar {
  width: 14px;
  margin-left: -7px;
}
.tabs .swiper-slide {
  overflow-y: auto;
}

.tabs-cur-bar {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 2px;
  margin-left: 0;
  background-color: #f01400;
  border-radius: 1px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.tabs.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
/**
 * portrait
 */
.portrait {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/**
 * quick
 */
.quick {
  padding: 8px 0;
}

.quick-cell {
  margin: 16px 0;
  text-align: center;
}
.quick-cell:nth-child(1) .quick-icon {
  background-color: #8d92de;
}
.quick-cell:nth-child(2) .quick-icon {
  background-color: #78b3f3;
}
.quick-cell:nth-child(3) .quick-icon {
  background-color: #7bdbc0;
}
.quick-cell:nth-child(4) .quick-icon {
  background-color: #fec44d;
}
.quick-cell:nth-child(5) .quick-icon {
  background-color: #ccafed;
}
.quick-cell:nth-child(6) .quick-icon {
  background-color: #9de0f1;
}
.quick-cell:nth-child(7) .quick-icon {
  background-color: #92e389;
}
.quick-cell:nth-child(8) .quick-icon {
  background-color: #f89d8a;
}
.bxqk-icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 auto;
}
.bxqk-icon img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 50%;
  background: #ddd;
}
.bxqk-text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #616365;
  line-height: 1;
}

.quick-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  color: white;
  line-height: 40px;
}
.quick-icon i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

.quick-text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #616365;
  line-height: 1;
}

/**
 * notice
 */
.notice {
  padding: 10px 20px;
  border-top: 0.5px solid #f1f3f5;
}

.notice-wrap {
  position: relative;
  padding-left: 48px;
}

.notice-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-image: url("../images/notice-title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.notice-cell-wrap {
  position: relative;
  padding: 0 60px 0 12px;
  line-height: 20px;
}

.notice-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: #f01400;
}

.notice-link {
  display: block;
  font-size: 14px;
  color: #212325;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-date {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 12px;
  color: #a1a3a5;
  text-align: right;
}

/**
 * course gallery
 */
.course-gallery {
  margin: 0 10px;
  padding: 10px 0;
}

.course-gallery-cell .mod {
  margin: 10px;
}

/**
 * my information
 */
.myinfo {
  padding: 20px;
}

.myinfo-wrap {
  position: relative;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 50px;
  padding-left: 70px;
}
.myinfo-wrap .portrait {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: -30px;
  background-image: url(../images/user-default.png);
  overflow: hidden;
}

.myinfo-name,
.myinfo-info {
  line-height: 22px;
}

.myinfo-name {
  font-size: 16px;
  font-weight: bold;
  color: #212325;
}
.myinfo-name .myinfo-num {
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #a1a3a5;
}

.myinfo-info {
  font-size: 12px;
  color: #a1a3a5;
}
.myinfo-info span {
  margin-right: 8px;
}

.myinfo-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  line-height: 44px;
}
.myinfo-right .btn-link {
  color: #a1a3a5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.myprogress {
  margin: 0 5%;
  padding: 16px 0;
}
.myprogress .progress-ring {
  margin: 0 auto;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.header,
.footer {
  position: fixed;
  right: 0;
  left: 0;
}

.header {
  top: 0;
}

.footer {
  bottom: 0;
}

.main {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 24px;
}

.no-data {
  text-align: center;
  padding: 20px;
}

.no-data img {
  max-width: 50%;
  padding-bottom: 20px;
  margin: 0 auto;
  display: block;
}

.main-light {
  background-color: white;
}

.main-dark {
  background-color: #f2f4f6;
  height: 100%;
}

.main-nofoot {
  bottom: 0;
}

.row {
  background-color: white;
}

.row-wrap {
  padding: 0 20px;
}

/**
 * Header
 * ----------------------------------------------------------------------------
*/
.header {
  line-height: 44px;
  background-color: white;
}

.header-wrap {
  position: relative;
}
.header-wrap .btn-icon {
  font-weight: bold;
}

.header-left,
.header-right {
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-left {
  left: 0;
}

.header-right {
  right: 0;
}

.header-title {
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
  text-align: center;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
*/
.footer {
  height: 44px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.footer-wrap li {
  text-align: center;
}

.nav-wrap {
  padding-top: 5.5px;
  color: #b1b3b5;
  cursor: pointer;
}

.nav-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
}

.nav-text {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  line-height: 1;
}

.nav-cur {
  color: #f01400;
}
.nav-cur .icon-nav-home-stroke:before {
  content: "";
}
.nav-cur .icon-nav-learn-stroke:before {
  content: "";
}
.nav-cur .icon-nav-affair-stroke:before {
  content: "";
}
.nav-cur .icon-nav-mine-stroke:before {
  content: "";
}

/**
 * Ban
 * ----------------------------------------------------------------------------
*/
.ban {
  position: relative;
}
.ban .swiper-container {
  width: 100%;
  height: 100%;
}
.ban .swiper-slide {
  text-align: center;
}
.ban .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.ban .swiper-pagination .my-bullet-active {
  background-color: #f01400;
}
.ban .swiper-pagination-bullets {
  bottom: 10px;
}

.ban-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  height: 10px;
  background-image: url(../images/arc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/**
 * 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,
.mask-white {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mask {
  z-index: 1010;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mask-white {
  z-index: 1019;
  background-color: white;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.primary {
  color: #f01400;
}

.green {
  color: #7bdbc0;
}

.red {
  color: #f01400;
}

.yellow {
  color: #fec44d;
}

.text {
  color: #212325;
}

.text-light {
  color: #818385;
}

.text-lighter {
  color: #919395;
}

.text-lightest {
  color: #a1a3a5;
}

.link-normal {
  font-size: 12px;
  color: #f01400;
  text-decoration: none;
}
.link-normal:hover {
  text-decoration: underline;
}

.link-default {
  font-size: 12px;
  color: #616365;
  text-decoration: none;
}
.link-default:hover {
  color: #f01400;
}

.link-light {
  font-size: 12px;
  color: #919395;
  text-decoration: none;
}
.link-light:hover {
  color: #f01400;
}

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

.bt {
  border-top: 1px solid #e1e3e4;
}

.br {
  border-right: 1px solid #e1e3e4;
}

.bb {
  border-bottom: 1px solid #e1e3e4;
}

.bl {
  border-left: 1px solid #e1e3e4;
}

.icon {
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}

.tip-msg {
  font-size: 12px;
  color: #98999A;
  text-align: center;
}