.whatyui,
.un {
  font-size: inherit;
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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
 * ----------------------------------------------------------------------------
 */
/**
 * Make sliding smoothly in mobiles.
 */
* {
  -webkit-overflow-scrolling: touch;
}

/**
 * Give `body` a basic style.
 */
body {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  line-height: 1;
  background-color: white;
}

/**
 * Reset list.
 */
ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

/**
 * Reset forms.
 */
input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

/**
 * Remove default style of 'select' in IOS.
 */
select {
  -webkit-appearance: none;
  background-color: transparent;
}

/**
 * Remove default `cross` clear button in IE.
 */
input::-ms-clear {
  display: none;
}

/**
 * Remove default background color in Chrome.
 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
 * Remove default inner shadow in Safari for mobile.
 */
input,
textarea {
  -webkit-appearance: none;
}

/**
 * Remove default border-color in Chrome.
 */
input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

/**
 * Remove tap highlight in mobiles.
 */
a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Remove image's default margin bottom.
 */
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;
}

/**
 * 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: 1.1733333333rem;
  font-size: 0.32rem;
  line-height: 0.5333333333rem;
  color: #636567;
  background-color: white;
  background-image: none;
  border: 0.0266666667rem solid #ccc;
  border-radius: 0.1066666667rem;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control:focus {
  border-color: #0882f4;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.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: 0.2666666667rem 0;
}
.form-row .form-textarea-hint {
  margin-top: 0.1333333333rem;
}

.form-title {
  font-size: 0.3733333333rem;
  color: #313335;
  line-height: 1.1733333333rem;
}

.form-pretitle {
  padding-left: 2.1333333333rem;
}
.form-pretitle .form-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8666666667rem;
  margin-top: -0.5866666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input-wrap,
.textarea-wrap,
.date-wrap,
.form-label {
  position: relative;
}

.form-con .tooltip {
  display: none;
  left: 0;
  color: white;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.form-con .tooltip-up {
  top: -0.6933333333rem;
}
.form-con .tooltip-arr {
  left: 0.2666666667rem;
}
.form-con .tooltip-down {
  bottom: -0.6933333333rem;
}

.form-error .form-control {
  border-color: #f83737;
}
.error-info {
  font-size: 0.32rem;
  color: #f83737;
  line-height: 1.8;
  vertical-align: middle;
}
.error-info i {
  margin-right: .3em;
  font-size: 0.3733333333rem;
  vertical-align: middle;
}

.text-wrap {
  font-size: 0.3733333333rem;
  color: #636567;
  line-height: 1.1733333333rem;
}

/**
 * Input & extarea 
 */
input.form-control {
  text-indent: 0.2133333333rem;
}

.form-textarea {
  position: relative;
  z-index: 1;
  padding: 0.2133333333rem;
  line-height: 1.4;
}

.form-textarea-bot {
  font-size: 0.32rem;
  line-height: 30px;
}
.form-textarea-num {
  color: #ccc;
}

.input-hasicon .form-control {
  text-indent: 0.8533333333rem;
}
.input-icon {
  position: absolute;
  top: 50%;
  left: 0.2133333333rem;
  z-index: 1;
  display: inline-block;
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  margin-top: -0.2133333333rem;
  color: #ccc;
  line-height: 0.4266666667rem;
  vertical-align: middle;
}
.input-icon i {
  display: inline-block;
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  line-height: 0.4266666667rem;
  font-size: 0.4266666667rem;
  vertical-align: middle;
}

.input-append {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: none;
  margin-top: -0.24rem;
}
.input-append .btn-icon-only {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 4px;
  padding: 0;
  font-size: 0.4266666667rem;
  color: #5c5c5c;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
}

/**
 * Raido and Checkbox
 */
.form-label {
  position: relative;
  padding-left: 0.6933333333rem;
  font-weight: normal;
  cursor: pointer;
}
.form-label input {
  position: absolute;
  left: -999999px;
}
.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #0882f4;
}
.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #0882f4;
  border-color: #0775db;
}
.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
  display: block;
}
.form-label.active .form-label-con {
  color: #0882f4;
}

.form-radio-btn,
.form-checkbox-btn {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  margin-top: -0.2133333333rem;
  font-size: 0.32rem;
  color: white;
  line-height: 0.3733333333rem;
  text-align: center;
  vertical-align: middle;
  border: 0.0266666667rem solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-radio-btn i,
.form-checkbox-btn i {
  display: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  vertical-align: middle;
}
.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 0.1066666667rem;
}

.form-label-con {
  display: inline-block;
  margin-right: 0.5333333333rem;
  font-size: 0.3733333333rem;
  color: #636567;
  line-height: 1.1733333333rem;
}

.label-block .form-label {
  display: block;
  margin-left: 0.6933333333rem;
  padding-left: 0;
  border-bottom: 0.0266666667rem solid #eee;
}
.label-block .form-label:last-child {
  border-bottom: 0;
}
.label-block .form-radio-btn,
.label-block .form-checkbox-btn {
  left: -0.6933333333rem;
}
.label-block .form-label-con {
  margin-right: 0.5333333333rem;
  padding: 0.3253333333rem 0;
  line-height: 1.4;
}

/**
 * Select
 */
.form-select select {
  width: 100%;
  height: 1.1733333333rem;
  line-height: 1.1733333333rem;
  text-indent: 0.2133333333rem;
}

/**
 * Mix form group
 */
.mixform-wrap {
  position: relative;
}
.mixform-wrap .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.32rem;
}
.mixform-wrap.search-wrap {
  padding-right: 1.3866666667rem;
}
.mixform-wrap.vcode-wrap {
  padding-right: 2.3466666667rem;
}

/**
 * form corner
 */
.form-sharp .form-control, .form-sharp.form-lg .form-control {
  border-radius: 0;
}

/**
 * form size
 */
.form-lg.form-pretitle {
  padding-left: 2.1333333333rem;
}
.form-lg.form-pretitle .form-title {
  width: 1.8666666667rem;
  font-size: 0.4266666667rem;
  line-height: 1.3066666667rem;
}
.form-lg .form-control {
  height: 1.3066666667rem;
  font-size: 0.3733333333rem;
  border-radius: 0.1333333333rem;
}
.form-lg textarea.form-control {
  height: auto;
}
.form-lg .form-select select {
  height: 1.2533333333rem;
  line-height: 1.2533333333rem;
}
.form-lg .form-label {
  padding-left: 0.8rem;
}
.form-lg .form-radio-btn,
.form-lg .form-checkbox-btn {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  margin-top: -0.2666666667rem;
  font-size: 0.3733333333rem;
  line-height: 0.48rem;
}
.form-lg .form-radio-btn i,
.form-lg .form-checkbox-btn i {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.form-lg .form-label-con {
  font-size: 0.4266666667rem;
  line-height: 1.36rem;
}
.form-lg .search-wrap {
  padding-right: 1.92rem;
}
.form-lg .vcode-wrap {
  padding-right: 3.2rem;
}
.form-lg .btn {
  padding-top: 0;
  padding-right: 0.4266666667rem;
  padding-bottom: 0;
  padding-left: 0.4266666667rem;
  font-size: 0.4rem;
  line-height: 1.2533333333rem;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.16rem 0.32rem;
  font-size: 0.3733333333rem;
  line-height: 0.5866666667rem;
  border-radius: 0.1066666667rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #313335;
  text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/**
 * Alternate buttons
 */
.btn-solid {
  color: #313335;
  background-color: #fff;
  border-color: #ccc;
}
.btn-solid:hover {
  color: #313335;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
  box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
}

.btn-solid-primary {
  color: #fff;
  background-color: #0882f4;
  border-color: #0775db;
}
.btn-solid-primary:hover {
  color: #fff;
  background-color: #0775db;
  border-color: #0668c3;
  -webkit-box-shadow: 0 2px 6px rgba(7, 117, 219, 0.1);
  box-shadow: 0 2px 6px rgba(7, 117, 219, 0.1);
}

.btn-solid-secondary {
  color: #fff;
  background-color: #3b3e4c;
  border-color: #30323e;
}
.btn-solid-secondary:hover {
  color: #fff;
  background-color: #30323e;
  border-color: #25272f;
  -webkit-box-shadow: 0 2px 6px rgba(48, 50, 62, 0.1);
  box-shadow: 0 2px 6px rgba(48, 50, 62, 0.1);
}

.btn-solid-success {
  color: #fff;
  background-color: #15bc83;
  border-color: #12a573;
}
.btn-solid-success:hover {
  color: #fff;
  background-color: #12a573;
  border-color: #108e63;
  -webkit-box-shadow: 0 2px 6px rgba(18, 165, 115, 0.1);
  box-shadow: 0 2px 6px rgba(18, 165, 115, 0.1);
}

.btn-solid-warning {
  color: #fff;
  background-color: #ffa200;
  border-color: #e69200;
}
.btn-solid-warning:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #cc8200;
  -webkit-box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
  box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
}

.btn-solid-danger {
  color: #fff;
  background-color: #f83737;
  border-color: #f71e1e;
}
.btn-solid-danger:hover {
  color: #fff;
  background-color: #f71e1e;
  border-color: #f30909;
  -webkit-box-shadow: 0 2px 6px rgba(247, 30, 30, 0.1);
  box-shadow: 0 2px 6px rgba(247, 30, 30, 0.1);
}

.btn-solid-light {
  color: #313335;
  background-color: #f7f7f7;
  border-color: #eaeaea;
}
.btn-solid-light:hover {
  color: #313335;
  background-color: #eaeaea;
  border-color: #dedede;
  -webkit-box-shadow: 0 2px 6px rgba(234, 234, 234, 0.1);
  box-shadow: 0 2px 6px rgba(234, 234, 234, 0.1);
}

.btn-solid-dark {
  color: #fff;
  background-color: #313335;
  border-color: #252628;
}
.btn-solid-dark:hover {
  color: #fff;
  background-color: #252628;
  border-color: #191a1b;
  -webkit-box-shadow: 0 2px 6px rgba(37, 38, 40, 0.1);
  box-shadow: 0 2px 6px rgba(37, 38, 40, 0.1);
}

.btn-hollow {
  color: #313335;
  background-color: transparent;
  border-color: #ccc;
}
.btn-hollow:hover {
  color: white;
  background-color: #ccc;
}

.btn-hollow-primary {
  color: #0882f4;
  background-color: transparent;
  border-color: #0882f4;
}
.btn-hollow-primary:hover {
  color: white;
  background-color: #0882f4;
}

.btn-hollow-secondary {
  color: #3b3e4c;
  background-color: transparent;
  border-color: #3b3e4c;
}
.btn-hollow-secondary:hover {
  color: white;
  background-color: #3b3e4c;
}

.btn-hollow-success {
  color: #15bc83;
  background-color: transparent;
  border-color: #15bc83;
}
.btn-hollow-success:hover {
  color: white;
  background-color: #15bc83;
}

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

.btn-hollow-danger {
  color: #f83737;
  background-color: transparent;
  border-color: #f83737;
}
.btn-hollow-danger:hover {
  color: white;
  background-color: #f83737;
}

.btn-hollow-light {
  color: #eaeaea;
  background-color: transparent;
  border-color: #eaeaea;
}
.btn-hollow-light:hover {
  color: white;
  background-color: #eaeaea;
}

.btn-hollow-dark {
  color: #313335;
  background-color: transparent;
  border-color: #313335;
}
.btn-hollow-dark:hover {
  color: white;
  background-color: #313335;
}

.btn-outline {
  color: #313335;
  background-color: white;
  border-color: #ccc;
}
.btn-outline:hover {
  color: #313335;
  background-color: whitesmoke;
}

.btn-outline-primary {
  color: #0882f4;
  background-color: #cbe5fd;
  border-color: #0882f4;
}
.btn-outline-primary:hover {
  color: #0882f4;
  background-color: #b7dbfd;
}

.btn-outline-secondary {
  color: #3b3e4c;
  background-color: #9fa3b4;
  border-color: #3b3e4c;
}
.btn-outline-secondary:hover {
  color: #3b3e4c;
  background-color: #9398ab;
}

.btn-outline-success {
  color: #15bc83;
  background-color: #a8f5db;
  border-color: #15bc83;
}
.btn-outline-success:hover {
  color: #15bc83;
  background-color: #95f3d3;
}

.btn-outline-warning {
  color: #ffa200;
  background-color: #ffeccc;
  border-color: #ffa200;
}
.btn-outline-warning:hover {
  color: #ffa200;
  background-color: #ffe5b8;
}

.btn-outline-danger {
  color: #f83737;
  background-color: #fffcfc;
  border-color: #f83737;
}
.btn-outline-danger:hover {
  color: #f83737;
  background-color: #fee8e8;
}

.btn-outline-light {
  color: #eaeaea;
  background-color: white;
  border-color: #eaeaea;
}
.btn-outline-light:hover {
  color: #eaeaea;
  background-color: whitesmoke;
}

.btn-outline-dark {
  color: #313335;
  background-color: #95999d;
  border-color: #313335;
}
.btn-outline-dark:hover {
  color: #313335;
  background-color: #8a8f93;
}

.btn-prefix-icon,
.btn-suffix-icon {
  display: inline-block;
  vertical-align: middle;
}
.btn-prefix-icon span, .btn-prefix-icon i,
.btn-suffix-icon span,
.btn-suffix-icon i {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
.btn-prefix-icon i {
  margin-right: 0.1333333333rem;
}

.btn-suffix-icon i {
  margin-left: 0.1333333333rem;
}

.btn-icon {
  color: #313335;
}
.btn-icon:hover {
  color: white;
  background-color: #0882f4;
}

.btn-link, .btn-link:hover {
  color: #0882f4;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Button Sizes
 */
.btn-lg {
  padding: 0.2666666667rem 0.4266666667rem;
  font-size: 0.48rem;
  line-height: 0.64rem;
  border-radius: 0.1333333333rem;
}

.btn-sm {
  padding: 0.0533333333rem 0.2133333333rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  border-radius: 0.08rem;
}

.btn-xs {
  padding: 0.0266666667rem 0.16rem;
  font-size: 0.32rem;
  line-height: 0.5333333333rem;
  border-radius: 0.08rem;
}

/**
 * Dropdown menus
 * ----------------------------------------------------------------------------
 */
/**
 * Dropdown common styles
 */
.drop {
  position: absolute;
  right: 0;
  z-index: 1040;
  display: block;
  background: rgba(83, 86, 89, 0.95);
  border-radius: 0.1333333333rem;
}
.drop ul {
  padding: 0 0.2133333333rem;
}
.drop-cell {
  position: relative;
  padding-right: 0.2133333333rem;
  padding-left: 0.2133333333rem;
  border-bottom: 0.0266666667rem solid rgba(255, 255, 255, 0.1);
}
.drop-cell.drop-prepend .drop-link {
  padding-left: 0.96rem;
}

.drop-link {
  display: block;
  font-size: 0.32rem;
  color: white;
  text-decoration: none;
  line-height: 1.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-txt {
  font-size: 0.3733333333rem;
  vertical-align: middle;
}

.drop-ico-pre,
.drop-ico-suf {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  line-height: 0.5333333333rem;
  font-size: 0.5333333333rem;
  vertical-align: middle;
  margin-top: -0.2666666667rem;
}
.drop-ico-pre {
  left: 0.2133333333rem;
}

.drop-container {
  overflow: hidden;
}
.panel-drop {
  position: absolute;
  top: -2.6666666667rem;
  right: 0;
  left: 0;
  background-color: white;
  border-top: 0.0266666667rem solid #eee;
  border-radius: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.panel-drop.active {
  top: 0;
}
.panel-drop .drop-cell {
  border-color: #eee;
}
.panel-drop .drop-cell:last-child {
  border-bottom: 0;
}
.panel-drop .drop-link {
  color: #636567;
}
.panel-drop > ul {
  padding: 0.2133333333rem;
}
.drop-footer {
  text-align: center;
  border-top: 0.0266666667rem solid #eee;
}
.drop-footer .link-default,
.drop-footer .link-normal {
  display: block;
  font-size: 0.3733333333rem;
  line-height: 1.04rem;
}
.drop-footer li:first-child a {
  border-right: 0.0266666667rem solid #eee;
}

.item-drop .drop-cell {
  float: left;
  display: inline-block;
  padding: 0;
  border: 0;
}
.item-drop .drop-link {
  display: inline-block;
  margin: 0.1066666667rem;
  padding: 0 0.2133333333rem;
  line-height: 0.9066666667rem;
  border: 0.0266666667rem solid #ddd;
  border-radius: 0.1333333333rem;
}
.item-drop .drop-link.active {
  color: white;
  background-color: #0882f4;
  border-color: #0882f4;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
/**
 * Popups Common styles
 */
.popup {
  position: absolute;
  z-index: 1040;
  display: none;
  width: 8rem;
  border-radius: 0.1333333333rem;
  background-color: white;
  -webkit-box-shadow: 0 0.1333333333rem 0.4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.1333333333rem 0.4rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.popup-title {
  margin-bottom: 0.32rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}

.popup-shut {
  position: absolute;
  top: 0.1066666667rem;
  right: 0.1066666667rem;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  padding: 0;
  font-size: 0.3733333333rem;
  font-weight: bold;
  line-height: 0.5333333333rem;
  color: #222;
  vertical-align: middle;
}

.popup-body {
  padding: 0.64rem 0.64rem 0;
}

.popup-content {
  min-height: 1.2rem;
}
.popup-content > .text {
  font-size: 0.3733333333rem;
  font-weight: 500;
  color: #222;
}

.popup-foot {
  padding: 0.2133333333rem;
  text-align: right;
}
.popup-foot .btn {
  display: inline-block;
  min-width: 1.8666666667rem;
  padding-right: 0.5333333333rem;
  padding-left: 0.5333333333rem;
}
.popup-foot .btn-primary {
  font-weight: bolder;
}

/**
 * Icons
 */
.popup-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.popup-warning .popup-icon {
  color: #ffa200;
}

.popup-success .popup-icon {
  color: #15bc83;
}

.popup-danger .popup-icon {
  color: #f83737;
}

/**
 * Container size
 */
.popup-small {
  width: 360px;
}

.popup-block {
  width: 100%;
}

/**
 * popup simple
 */
.popup-simple .popup-head-op {
  top: 5px;
}
.popup-simple .popup-content-in {
  padding-top: 30px;
  padding-bottom: 20px;
}
.popup-simple .popup-foot {
  text-align: center;
}

/**
 * content customize
 */
.popup-content-simple {
  height: 60px;
  padding: 20px 28px 10px;
}

.popup-content-simple-in {
  display: inline-block;
  vertical-align: middle;
}
.popup-content-simple-in h4,
.popup-content-simple-in p {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
  text-align: center;
  vertical-align: middle;
}
.empty .btn {
  width: 3.2rem;
  margin-top: 0.2666666667rem;
  padding: 0;
  line-height: 0.9066666667rem;
}

.empty-wrap {
  display: inline-block;
  vertical-align: middle;
}

.empty-icon {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../images/empty-254492669bc6bc3433c0d575b84f23a1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.empty-icon-order {
  background-position: 0px 0;
}

.empty-icon-course {
  background-position: -120px 0;
}

.empty-icon-resource {
  background-position: -240px 0;
}

.empty-text {
  display: inline-block;
  margin-top: 0.4266666667rem;
  font-size: 0.4266666667rem;
  color: #888;
}

.empty-page {
  height: 100%;
}

/**
 * List
 * ----------------------------------------------------------------------------
*/
.list-head {
  position: relative;
  padding: 0 0.5333333333rem;
  line-height: 0.96rem;
  background-color: #f5f5f5;
}
.list-title {
  font-size: 0.3733333333rem;
  color: #999;
}
.list-head .append {
  position: absolute;
  top: 0;
  right: 0.5333333333rem;
  bottom: 0;
  line-height: inherit;
}

.list {
  margin-bottom: 0.2133333333rem;
  background-color: white;
}
.list:last-child {
  margin-bottom: 0;
}
.list-row {
  position: relative;
  display: block;
  height: 1.1733333333rem;
  margin-left: 0.4266666667rem;
  line-height: 1.1733333333rem;
  border-bottom: 0.0266666667rem solid rgba(238, 238, 238, 0.7);
}
.list-row:last-child {
  border-bottom: 0;
}
.list-row .prepend,
.list-row .append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.list-row .prepend {
  left: 0;
}
.list-row .append {
  right: 0;
  color: #999;
}
.list-row .append a {
  font-size: 0.32rem;
  color: #999;
}
.list-row .append a i {
  font-size: 0.3733333333rem;
}

.list-con {
  font-size: 0.3733333333rem;
  font-weight: 600;
  color: #313335;
}
.list-con .list-icon {
  font-size: 0.88rem;
  margin-right: 0.2133333333rem;
  vertical-align: middle;
}
.list-con .list-icon.icon-wechat-round-fill {
  color: #19d100;
}
.list.list-lg .list-row {
  height: 1.3066666667rem;
  line-height: 1.3066666667rem;
}
.list.list-lg.list-prepend .list-row {
  margin-left: 1.0133333333rem;
}
.list.list-lg.list-append .list-row {
  padding-right: 0.9066666667rem;
}
.list.list-lg .prepend {
  left: -1.0133333333rem;
}
.list.list-lg .list-con {
  font-size: 0.4rem;
}
.list.list-lg.form-list .list-row {
  height: auto;
  min-height: 1.3066666667rem;
}
.list.list-lg.form-list .form-control {
  height: 1.3066666667rem;
}

.form-list .list-row {
  height: auto;
  min-height: 1.1733333333rem;
  padding-right: 0.5333333333rem;
}
.form-list .list-row.form-row {
  margin-top: 0;
  margin-bottom: 0;
}
.form-list .form-pretitle {
  padding-left: 2.9333333333rem;
}
.form-list .form-pretitle .form-title {
  top: 0;
  width: 2.6666666667rem;
  margin-top: auto;
}
.form-list .form-control {
  font-size: 0.3733333333rem;
  text-indent: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.form-list .input-append {
  top: 0;
  margin-top: 0;
}
.form-list .textarea-wrap,
.form-list .form-textarea-bot {
  margin-right: 0.5333333333rem;
}
.form-list .form-textarea {
  padding: 0.3253333333rem 0;
}
.form-list .form-select select {
  text-indent: 0;
}

/**
 * Filter
 * ----------------------------------------------------------------------------
*/
/**
 * Drop filter
 * ----------------------------------------------------------------------------
*/
.dropfilter-wrap {
  position: relative;
  line-height: 0.9066666667rem;
  text-align: center;
}
.dropfilter-wrap .text {
  font-size: 0.3733333333rem;
  color: #313335;
}
.dropfilter-wrap .arrow {
  position: absolute;
  top: 50%;
  right: 0.2133333333rem;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 0.1066666667rem;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #888;
  border-top-style: solid;
  margin-top: -0.1066666667rem;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.dropfilter-wrap.active .text {
  color: #0882f4;
}
.dropfilter-wrap.active .arrow {
  border-top-color: #0882f4;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 4px 2px 0;
  -moz-transform-origin: 4px 2px 0;
  -ms-transform-origin: 4px 2px 0;
  transform-origin: 4px 2px 0;
}

/**
 * Modular
 * -----------------------------------------------------------------------------
 */
.mod-cell {
  margin: pxtoterm(8px) 0;
}

.mod-wrap {
  position: relative;
  min-height: 1.76rem;
  padding-left: 3.44rem;
}

.mod-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.12rem;
  border-radius: 0.1066666667rem;
  overflow: hidden;
}
.mod-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.mod-title {
  margin: 0.1066666667rem 0;
  max-height: 1.0453333333rem;
  font-size: 0.3733333333rem;
  font-weight: 500;
  line-height: 1.4;
  color: #313335;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mod-article p {
  max-height: 36px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mod-info {
  position: relative;
  padding-top: 0.1066666667rem;
}
.mod-info-cell {
  float: left;
  margin-right: 0.2133333333rem;
  font-size: 0.32rem;
  color: #999;
  line-height: 1;
}

.mod-info-icon {
  display: inline-block;
  margin-right: 0.1066666667rem;
  font-size: 0.2933333333rem;
  vertical-align: middle;
}

.mod-info-text {
  font-size: 0.2666666667rem;
  vertical-align: middle;
}

.mod-vertical {
  background-color: white;
  border: 0.0266666667rem solid #eee;
  border-radius: 0.1066666667rem;
  overflow: hidden;
}
.mod-vertical .mod-wrap {
  min-height: none;
  padding: 0;
}
.mod-vertical .mod-thumb {
  position: relative;
  width: 100%;
  border-radius: 0;
}
.mod-vertical .mod-con {
  padding: 0.1066666667rem 0.2133333333rem;
}
.mod-vertical .mod-title {
  height: 1.0453333333rem;
  max-height: none;
  font-weight: normal;
}
.mod-vertical .mod-article {
  display: block;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-vertical .mod-article p {
  display: inline-block;
  max-height: auto;
}
.mod-vertical .mod-info {
  padding-top: 0.0533333333rem;
}
.mod-vertical .mod-info-cell {
  margin-right: 0;
}

.mod-hasprice .mod-info-cell {
  line-height: 0.5333333333rem;
}

.mod-nothumb .mod-wrap {
  min-height: auto;
  padding-left: 0;
}
.mod-nothumb .mod-title {
  height: auto;
  max-height: 1.0453333333rem;
}

/**
 * Tabs
 * -----------------------------------------------------------------------------
 */
/**
 * home tabs
 */
.tabs-item {
  float: left;
  margin-right: 0.32rem;
}
.tabs-item:last-child {
  margin-right: 0;
}

.tabs-link {
  font-size: 0.3733333333rem;
  color: #313335;
}
.tabs-head.tabs-fixed {
  position: fixed;
  top: 1.1733333333rem;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

/**
 * simple tabs
 */
.simple-tabs {
  height: 1.1733333333rem;
  line-height: 1.1733333333rem;
  background-color: white;
  border-bottom: 0.0266666667rem solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-tabs .tabs-item {
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.simple-tabs .tabs-link {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.simple-tabs .tabs-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 0;
  display: inline-block;
  height: 0.0533333333rem;
  background-color: #0882f4;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.simple-tabs .tabs-link.active {
  color: #0882f4;
}
.simple-tabs .tabs-link.active:after {
  left: 0;
  width: 100%;
}

/**
 * Swiper tabs
 */
.swiper-tabs {
  position: fixed;
  top: 1.1733333333rem;
  bottom: 1.3866666667rem;
  width: 100%;
}
.swiper-tabs .swiper-pagination {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 1.1733333333rem;
  font-weight: 400;
  font-size: 0.4533333333rem;
  color: black;
  line-height: 1.1733333333rem;
  background-color: white;
}
.swiper-tabs .swiper-pagination-bullet {
  position: relative;
  height: inherit;
  font-size: 0.4rem;
  line-height: inherit;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-tabs .swiper-pagination-bullet .tabs-num {
  margin-left: 0.1066666667rem;
  font-size: 0.32rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.swiper-tabs .my-bullet-active {
  font-weight: 600;
  color: #0882f4;
  outline: none;
}
.swiper-tabs .my-bullet-active .tabs-cur-bar {
  width: 0.8533333333rem;
  margin-left: -0.4266666667rem;
}
.swiper-tabs .swiper-slide {
  text-align: left;
  overflow-y: auto;
}
.swiper-tabs .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-tabs.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background-color: transparent;
}
.swiper-tabs.sm .swiper-pagination {
  height: 0.9066666667rem;
  line-height: 0.9066666667rem;
  border-bottom: 0.0266666667rem solid #eee;
}
.swiper-tabs.sm .swiper-pagination-bullet {
  font-size: 0.3733333333rem;
}
.swiper-tabs.sm .tabs-cur-bar {
  bottom: 0;
}

.tabs-cur-bar {
  position: absolute;
  bottom: 0.1333333333rem;
  left: 50%;
  width: 0;
  height: 0.08rem;
  margin-left: 0;
  background-color: #0882f4;
  border-radius: 0.04rem;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
/**
 * shadow
 */
.shadow {
  -webkit-box-shadow: 0 0.0533333333rem 0.2133333333rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0533333333rem 0.2133333333rem rgba(0, 0, 0, 0.1);
}

/**
 * type icons
 */
.typeico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.typeico-doc {
  background-image: url(../images/types/type-doc.png);
}

.typeico-jpeg {
  background-image: url(../images/types/type-jpeg.png);
}

.typeico-music {
  background-image: url(../images/types/type-music.png);
}

.typeico-pdf {
  background-image: url(../images/types/type-pdf.png);
}

.typeico-ppt {
  background-image: url(../images/types/type-ppt.png);
}

.typeico-txt {
  background-image: url(../images/types/type-txt.png);
}

.typeico-unknown {
  background-image: url(../images/types/type-unknown.png);
}

.typeico-video {
  background-image: url(../images/types/type-video.png);
}

.typeico-xls {
  background-image: url(../images/types/type-xls.png);
}

.typeico-zip {
  background-image: url(../images/types/type-zip.png);
}

/**
 * touch action
 */
.touch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * item group
 */
.item-group .item {
  position: relative;
  font-size: 0.3733333333rem;
  color: #636567;
  line-height: 1.1733333333rem;
}
.item-group .pre-title {
  font-weight: 500;
  color: #222;
}

/**
 * labs
 */
.lab {
  display: inline-block;
  padding: 0.08rem 0.1066666667rem;
  font-size: 0.2666666667rem;
  font-weight: 400;
  color: white;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.08rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lab-red {
  background-color: #f83737;
}
.lab-red.lab-outline {
  color: #f83737;
  border: 0.0266666667rem solid #f83737;
}

.lab-green {
  background-color: #15bc83;
}
.lab-green.lab-outline {
  color: #15bc83;
  border: 0.0266666667rem solid #15bc83;
}

.lab-blue {
  background-color: #0882f4;
}
.lab-blue.lab-outline {
  color: #0882f4;
  border: 0.0266666667rem solid #0882f4;
}

.lab-orange {
  background-color: #ffa200;
}
.lab-orange.lab-outline {
  color: #ffa200;
  border: 0.0266666667rem solid #ffa200;
}

.lab-gray {
  background-color: #a1a3a5;
}
.lab-gray.lab-outline {
  color: #a1a3a5;
  border: 0.0266666667rem solid #a1a3a5;
}

.lab-disabled-dark {
  color: #ccc;
  background-color: #f3f3f3;
}

.lab-disabled-light {
  color: #ccc;
  background-color: white;
  border: 0.0266666667rem solid #eee;
}

.lab-outline {
  background-color: transparent;
}

/**
 * article
 */
.article {
  margin: 0 0.64rem;
  color: #222;
}
.article h1 {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.article h1:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #0882f4;
  border-radius: 1px;
}
.article p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}

/**
 * article
 */
.price {
  position: relative;
  display: block;
  line-height: inherit;
  vertical-align: middle;
}
.price-pre {
  font-size: 0.4266666667rem;
  font-weight: 700;
  color: #f83737;
}
.price-pre span {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  font-size: 0.32rem;
}

.price-ori {
  font-size: 0.2933333333rem;
  color: #636567;
  text-decoration: line-through;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
/**
 * base for `rem`
 */
html {
  font-size: 37.5px;
}

body {
  height: 100%;
  font-size: 10px;
}

/**
 * Page frame
 */
header,
footer {
  position: fixed;
  right: 0;
  left: 0;
  background-color: white;
}
header {
  top: 0;
  z-index: 1030;
  height: 1.1733333333rem;
}

footer {
  bottom: 0;
  z-index: 1029;
  height: 1.3866666667rem;
  -webkit-box-shadow: 0 -0.0533333333rem 0.2133333333rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 -0.0533333333rem 0.2133333333rem rgba(0, 0, 0, 0.1);
}

.main {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1028;
  width: 100%;
  overflow-y: auto;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main.main-light {
  background-color: white;
}
.main.main-dark {
  background-color: #f7f7f7;
}
.main.main-withhead {
  top: 1.1733333333rem;
}
.main.main-withfoot {
  bottom: 1.3866666667rem;
}
.main.main-withHomehead {
  top: 2.08rem;
}

/**
 * Container
 */
.container {
  padding: 0 0.5333333333rem;
}
.container .column {
  margin-right: -0.2666666667rem;
  margin-left: -0.2666666667rem;
}
.container .column > li {
  margin: 0.32rem 0;
}
.container .column .mod {
  margin: 0 0.2666666667rem;
}

/**
 * Row
 */
.row-outerhead {
  padding: 0 0.5333333333rem;
  font-size: 0.3733333333rem;
  color: #999;
  line-height: 0.9066666667rem;
}

.row {
  margin: 0.32rem 0;
  background-color: white;
}
.row:last-child {
  margin-bottom: 0;
}
.row-wrap {
  padding-top: 0.5333333333rem;
  padding-bottom: 0.5333333333rem;
  padding-right: 0.5333333333rem;
  padding-left: 0.5333333333rem;
  -webkit-box-sizing: borde-box;
  -moz-box-sizing: borde-box;
  box-sizing: borde-box;
}

.row-head {
  position: relative;
  margin-bottom: 0.5333333333rem;
  padding-left: 0.2666666667rem;
}
.row-head .title {
  font-size: 0.4266666667rem;
  font-weight: 600;
  color: #313335;
}
.row-head .append {
  position: absolute;
  top: 0;
  right: 0.5333333333rem;
  bottom: 0;
}

/**
 * Header
 * ----------------------------------------------------------------------------
*/
header > div {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.header-left,
.header-right {
  position: absolute;
  top: 0;
  bottom: 0;
}
.header-left {
  left: 0.1333333333rem;
}

.header-right {
  right: 0.1333333333rem;
}

.header-mid {
  padding-right: 0.9866666667rem;
  padding-left: 0.9866666667rem;
  line-height: 0.8533333333rem;
  text-align: center;
}
header.header-noleft .header-mid {
  padding-left: 0.5333333333rem;
}
header.header-noright .header-mid {
  padding-right: 0.5333333333rem;
}
header.header-search .header-mid {
  padding-right: 1.7066666667rem;
}
header.header-select .header-mid {
  font-size: 0.4rem;
  text-align: center;
}
header.header-select .btn-link {
  color: #0882f4;
}
header.header-home {
  height: 2.08rem;
}
header.header-home div.dropfilter {
  padding: 0;
}
header .title {
  font-size: 0.4533333333rem;
  font-weight: 600;
  color: #313335;
  line-height: inherit;
}
header .btn {
  padding: 0;
  color: #313335;
  border-radius: 0;
  vertical-align: middle;
}
header .btn-icon {
  display: inline-block;
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  font-size: 0.5866666667rem;
  line-height: 0.8533333333rem;
}
header .btn-icon i {
  vertical-align: 0.0666666667rem;
}
header .btn-link {
  padding: 0 0.2133333333rem;
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 0.8533333333rem;
}
header .search {
  position: relative;
  height: 0.8533333333rem;
  line-height: 0.8533333333rem;
}
header .search .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  font-size: 0.4266666667rem;
  color: #c1c1c1;
  line-height: inherit;
  text-align: center;
}
header .search input {
  width: 100%;
  height: inherit;
  line-height: inherit;
  padding: 0 0.4266666667rem 0 0.8533333333rem;
  font-size: 0.3733333333rem;
  color: #313335;
  background-color: #f7f7f7;
  border-radius: 0.4266666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .search input::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
header .search input:-ms-input-placeholder {
  color: #c1c1c1;
}
header .search input::-webkit-input-placeholder {
  color: #c1c1c1;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
*/
/**
 * Nav
 */
.nav-cell {
  float: left;
  width: 33.3333333333%;
  text-align: center;
}
.nav-cell i, .nav-cell span {
  display: block;
}

.nav-link {
  position: relative;
  width: 100%;
  text-decoration: none;
}
.nav-link.active .nav-icon-wrap {
  margin-top: -0.32rem;
  padding: 0.16rem;
  color: white;
  background-color: #0882f4;
  border-radius: 50%;
}
.nav-link.active .nav-text {
  font-weight: 600;
  color: #0882f4;
}
.nav-link.active .nav-shape {
  top: -0.3733333333rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-icon {
  padding-top: 0.2133333333rem;
  padding-bottom: 0.1333333333rem;
}
.nav-icon-wrap {
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  margin: 0 auto;
  padding: 0;
  font-size: 0.5866666667rem;
  color: #313335;
  border-radius: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.nav-text {
  font-size: 0.2666666667rem;
  font-weight: 400;
  color: #636567;
  line-height: 1;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.nav-shape {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.6266666667rem;
  height: 0.3733333333rem;
  margin-left: -0.8133333333rem;
  background-image: url("../images/nav-active.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

/**
 * Home
 * ----------------------------------------------------------------------------
*/
/**
 * Drop search
*/
.search-drop .search {
  height: 0.8533333333rem;
  margin-left: 0.5333333333rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  line-height: 0.8533333333rem;
}
.search-drop .search .form-control {
  height: inherit;
  line-height: inherit;
  padding: 0 0.4266666667rem 0 0;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0.4266666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-drop .search .form-control::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
.search-drop .search .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.search-drop .search .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.search-drop .search .search-btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
  background-color: transparent;
}
.search-drop .drop > ul {
  margin-right: 0.5333333333rem;
  margin-left: 0.5333333333rem;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Drop filter
*/
.mask.dropfilter-drop {
  top: 2.08rem;
}

/**
 * Home list
*/
.home-list .mod-title {
  height: 1.0453333333rem;
  max-height: none;
  margin: 0;
}
.home-list .mod-cell {
  padding: 0.4266666667rem 0;
  border-bottom: 0.0266666667rem solid #eee;
}
.home-list .mod-cell:last-child {
  border-bottom: 0;
}

/**
 * Project
 * ----------------------------------------------------------------------------
*/
.project-ban {
  height: 4.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-brief .mod {
  padding: 0.32rem 0.5333333333rem;
}
.project-brief .mod-title {
  max-height: 1.4933333333rem;
  font-size: 0.5333333333rem;
}
.project-brief .price-pre {
  font-size: 0.48rem;
}

.project-item, .order-item {
  padding: 0.1066666667rem 0.5333333333rem;
}
.project-item .item, .order-item .item {
  position: relative;
  padding-top: 0.3253333333rem;
  padding-bottom: 0.3253333333rem;
  padding-left: 1.92rem;
  line-height: 1.4;
  border-bottom: 0.0266666667rem solid #eee;
}
.project-item .item:last-child, .order-item .item:last-child {
  border-bottom: 0;
}
.project-item .item .pre-title, .order-item .item .pre-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  line-height: 1.1733333333rem;
}

.project-article {
  padding: 0.4266666667rem 0.5333333333rem;
}
.project-article .row-head {
  font-size: 0.4266666667rem;
}
.project-article .row-head span {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.0533333333rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  background-color: #0882f4;
  vertical-align: middle;
}
.project-article .article {
  margin: 0;
}

.project-course-list > ul {
  margin-left: 0.5333333333rem;
}
.project-course-list .mod-title {
  margin: 0;
}
.project-course-list .mod-cell {
  margin: 0;
  padding-top: 0.4266666667rem;
  padding-right: 0.5333333333rem;
  padding-bottom: 0.4266666667rem;
  border-bottom: 0.0266666667rem solid #eee;
}
.project-course-list .mod-cell:last-child {
  border-bottom: 0;
}
.project-course-list .mod-article {
  margin-top: 0.2133333333rem;
}

.project-teacher-list .portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border-radius: 50%;
}
.project-teacher-list .mod-wrap {
  min-height: 1.3333333333rem;
  padding-left: 1.6533333333rem;
}
.project-teacher-list .mod-con {
  padding: 0.1066666667rem 0;
}
.project-teacher-list .mod-article {
  margin-top: 0.1066666667rem;
}

.project-resource-list {
  padding: 0.1066666667rem 0;
}
.project-resource-list .list-row {
  height: 1.3066666667rem;
  padding-right: 1.3066666667rem;
  padding-left: 0.8533333333rem;
  line-height: 1.3066666667rem;
}
.project-resource-list .prepend,
.project-resource-list .append {
  line-height: 1.1733333333rem;
}
.project-resource-list .append {
  width: 1.1733333333rem;
  text-align: center;
}
.project-resource-list .append .icon {
  font-size: 0.3733333333rem;
  color: #ccc;
}
.project-resource-list .typeico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0.3866666667rem;
}
.project-resource-list .list-con {
  font-weight: normal;
  color: #636567;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-footer {
  border-top: 0.0266666667rem solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.project-footer .wrap {
  position: relative;
  padding-top: 0.24rem;
  padding-right: 0.5333333333rem;
  padding-bottom: 0.24rem;
  padding-left: 1.6rem;
}
.project-footer .wrap .btn-op {
  position: absolute;
  top: 50%;
  left: 0.2133333333rem;
  display: inline-block;
  min-width: 1.1733333333rem;
  margin-top: -0.44rem;
  padding: 0;
  color: #636567;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
.project-footer .wrap .btn-op i {
  display: inline-block;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  line-height: 0.5333333333rem;
  font-size: 0.5333333333rem;
  vertical-align: middle;
  margin: 0 auto;
}
.project-footer .wrap .btn-op .text {
  display: block;
  width: 100%;
  margin-top: 0.1066666667rem;
  font-size: 0.24rem;
  line-height: 1;
}
.project-footer .wrap .btn-op.active i {
  color: #f83737;
}
.project-footer .wrap .btn-op.active i.icon-heart-stroke:before {
  content: '\e60d';
}
.project-footer .wrap .btn-block {
  padding: 0;
  line-height: 0.9066666667rem;
  border-radius: 0.4533333333rem;
}

/**
 * Order
 * ----------------------------------------------------------------------------
*/
.order-list .row-head {
  margin-bottom: -0.32rem;
  padding-right: 0.5333333333rem;
  padding-left: 0.5333333333rem;
  line-height: 1.04rem;
}
.order-list .row-head .title {
  font-weight: normal;
  font-size: 0.32rem;
  color: #888;
}
.order-list .row-head .append {
  right: 0.5333333333rem;
}
.order-list .row-head .append span, .order-list .row-head .append a {
  font-size: 0.32rem;
}
.order-list .row-wrap {
  position: relative;
  padding-top: 0.4266666667rem;
  padding-bottom: 0.4266666667rem;
}
.order-list .row-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0.5333333333rem;
  height: 0;
  border-top: 0.0266666667rem solid #eee;
}
.order-list .row-wrap:last-child:after {
  display: none;
}
.order-list .mod-title {
  height: 1.0453333333rem;
  max-height: none;
  margin: 0;
}
.order-list .mod-wrap {
  height: 1.76rem;
}
.order-list .mod-info-cell {
  margin-right: 0;
}
.order-list .btn-op {
  display: inline-block;
  padding: 0;
  color: #999;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
.order-list .btn-op i {
  display: inline-block;
  width: 0.3733333333rem;
  height: 0.3733333333rem;
  line-height: 0.3733333333rem;
  font-size: 0.3733333333rem;
  vertical-align: middle;
  margin-left: 0.1066666667rem;
}
.order-list .btn-op .text {
  font-size: 0.32rem;
  line-height: inherit;
  vertical-align: middle;
}
.order-list .btn-op.active i {
  color: #f83737;
}
.order-list .btn-op.active i.icon-heart-stroke:before {
  content: '\e60d';
}
.deadline .row-head {
  line-height: 1.1733333333rem;
}
.deadline .row-head .title {
  font-size: 0.3733333333rem;
  color: black;
}
.deadline .mod-title {
  color: #999;
}

.order-footer {
  text-align: center;
}
.order-footer a {
  display: inline-block;
  width: 2.1333333333rem;
  margin: 0.2133333333rem 0.2133333333rem;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0.5866666667rem;
}
.order-footer a.btn-solid-light {
  color: #888;
}
.order-footer a.btn-solid-primary {
  width: 5.3333333333rem;
}

.order-detail .row-head {
  margin-bottom: 0;
  padding-right: 0.5333333333rem;
  padding-left: 0.5333333333rem;
  line-height: 1.1733333333rem;
  border-bottom: 0.0266666667rem solid #eee;
}
.order-detail .row-head .bar {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.08rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  margin-right: 0.2133333333rem;
  background-color: #0882f4;
  vertical-align: middle;
}
.order-detail .row-head .info {
  margin-left: 0.2133333333rem;
  font-weight: normal;
  font-size: 0.32rem;
  color: #999;
  vertical-align: middle;
}
.order-detail .row-head a {
  font-size: 0.3733333333rem;
  color: black;
}
.order-detail .row-head .price {
  display: inline-block;
  margin-left: 0.2133333333rem;
  font-size: 0.3733333333rem;
  color: #f83737;
}
.order-detail .row-wrap {
  padding: 0;
}
.order-detail .item-foot {
  line-height: 1.04rem;
  text-align: center;
}
.order-detail .item-foot a {
  font-size: 0.3733333333rem;
}
.order-detail .item-foot a i {
  margin-right: 0.2133333333rem;
}
.order-detail .item.label-block {
  padding-left: 0.5333333333rem;
}
.order-detail .item .form-label {
  margin-left: 0;
  border-bottom: 0;
}
.order-detail .item .form-checkbox-btn {
  left: -0.5333333333rem;
}

.personal-item .item {
  margin-left: 0.5333333333rem;
  color: black;
  border-bottom: 0.0266666667rem solid #eee;
}
.personal-item .item-prepend {
  padding-left: 1.1733333333rem;
}
.personal-item .item-append {
  padding-right: 1.1733333333rem;
}
.personal-item .prepend,
.personal-item .append {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.1733333333rem;
  text-align: center;
}
.personal-item .prepend .icon,
.personal-item .append .icon {
  display: inline-block;
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  font-size: 0.3733333333rem;
  line-height: 0.5866666667rem;
}
.personal-item .prepend {
  left: 0;
}
.personal-item .append {
  right: 0;
}
.personal-item .info {
  margin-left: 0.2133333333rem;
  font-weight: normal;
  font-size: 0.3733333333rem;
  color: #999;
}

.order-item {
  padding-top: 0;
  padding-bottom: 0;
}
.order-item .item {
  border-bottom: 0;
}
.order-item .item.item-append {
  padding-right: 1.1733333333rem;
}
.order-item .item.item-append .append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  line-height: 1.1733333333rem;
}
.order-item.invoice-item .item {
  padding-left: 2.56rem;
}

.invoice-head .form-label {
  display: block;
  padding-right: 0.6933333333rem;
  padding-left: 0;
}
.invoice-head .form-label-con {
  margin-right: 0;
  line-height: inherit;
}
.invoice-head .form-checkbox-btn {
  right: 0;
  left: auto;
}

/**
 * Login and register
 * ----------------------------------------------------------------------------
*/
/**
 * login
 */
.login {
  margin: 0 0.7466666667rem;
}
.login .title {
  margin-top: 1.0666666667rem;
  margin-bottom: 1.0666666667rem;
  font-size: 0.64rem;
  color: #0882f4;
  line-height: 1.4;
}
.login .form-row .form-con {
  margin-bottom: 0.2133333333rem;
}
.login .form-row .input-icon {
  color: #636567;
}
.login .form-row .form-control {
  border: 0;
  border-bottom: 0.0266666667rem solid #eee;
  border-radius: 0;
}
.login .form-row .form-control:focus {
  border-color: #0882f4;
}
.login .form-row .link-normal {
  font-size: 0.3733333333rem;
}
.login .mixform-wrap.vcode-wrap, .login .mixform-wrap.vimg-wrap {
  padding-right: 0;
}
.login .mixform-wrap .btn,
.login .mixform-wrap .vimg {
  top: 50%;
  height: 0.7733333333rem;
  margin-top: -0.3866666667rem;
}
.login .mixform-wrap .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.72rem;
}
.login .mixform-wrap .vimg {
  width: 2.1333333333rem;
}
.login .mixform-wrap .vimg img {
  width: 100%;
  height: 100%;
}

/**
 * register
 */
.register .list-row {
  height: auto;
  padding-top: 0.1066666667rem;
  pading-bottom: 0;
}
.register .form-row {
  margin-top: 0;
}
.register .form-con {
  height: auto;
  padding-bottom: 0;
}
.register .form-control {
  margin-bottom: 0;
  font-size: 0.3733333333rem;
  border: 0;
  border-radius: 0;
}
.register .radio-wrap {
  padding-left: 0.2133333333rem;
}

/**
 * Mine
 * ----------------------------------------------------------------------------
*/
.my-info {
  padding-top: 0.5333333333rem;
  padding-bottom: 0.4266666667rem;
  text-align: center;
  line-height: 1;
}
.my-info h1 {
  margin-top: 0.32rem;
  margin-bottom: 0.2133333333rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.my-info .portrait {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin: 0 auto;
}
.my-info .list-row {
  height: auto;
  margin-left: 0;
}
.my-info .info {
  margin-top: 0.2133333333rem;
}

.exit-btn {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.3733333333rem;
  font-weight: 600;
  line-height: 1.1733333333rem;
  background-color: white;
}
.exit-btn, .exit-btn:hover {
  color: #f83737;
}

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

.mask,
.mask-white {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mask {
  z-index: 1050;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask-white {
  z-index: 1050;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

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

.primary {
  color: #0882f4;
}

.blue {
  color: #0882f4;
}

.green {
  color: #15bc83;
}

.red {
  color: #f83737;
}

.yellow {
  color: #ffa23e;
}

.orange {
  color: #ffa200;
}

.purple {
  color: #7a43b6;
}

.dark {
  color: #222;
}

.base {
  color: #313335;
}

.light {
  color: #ccc;
}

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

.bg-dark {
  background-color: #f5f5f5;
}

.bg-transparent {
  background-color: transparent;
}

.info {
  font-size: 0.32rem;
  color: #ccc;
  line-height: 0.5333333333rem;
}

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

.link-default {
  font-size: inherit;
  color: #636567;
  text-decoration: none;
}
.link-default:hover {
  color: #0882f4;
}

.link-normal {
  font-size: inherit;
  color: #0882f4;
  text-decoration: none;
}
.link-normal:hover {
  text-decoration: underline;
}

.link-light {
  font-size: inherit;
  color: #999;
  text-decoration: none;
}
.link-light:hover {
  color: #0882f4;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.dvs-3 {
  float: left;
  width: 33.3333333333%;
}

.dvs-4 {
  float: left;
  width: 25%;
}

.dvs-5 {
  float: left;
  width: 20%;
}

.dvs-6 {
  float: left;
  width: 16.6666666667%;
}

.dvs-7 {
  float: left;
  width: 14.2857142857%;
}

.dvs-8 {
  float: left;
  width: 12.5%;
}

.dvs-9 {
  float: left;
  width: 11.1111111111%;
}

.dvs-10 {
  float: left;
  width: 10%;
}

.dvs-11 {
  float: left;
  width: 9.0909090909%;
}

.dvs-12 {
  float: left;
  width: 8.3333333333%;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

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

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

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

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

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

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

.portrait {
  overflow: hidden;
  background-image: url("../images/portraits/portrait-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.portrait img {
  display: block;
  width: 100%;
  height: auto;
}
