@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic);.block {
    position: absolute;
    left: 0;
    top: 0;
}

.sliderContainer {
    position: relative;
    text-align: center;
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px;
}

.sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52CCBA;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
    top: 9px;
    background-position: 0 0px !important;
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

.slider:hover {
    background: #1991FA;
}

     
.sliderIcon {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 22px;
    height: 22px;
    background: url(/images/slider.png);
}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(/images/refresh.png);
}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:none}.iu-button-container{display:inline-block;width:100%;text-align:center}.iu-button-container .iu-button-button{-webkit-box-sizing:content-box;box-sizing:content-box;padding:0;width:100%;height:100%;outline:none;border:none;background:transparent;-webkit-box-shadow:none;box-shadow:none;color:currentColor;text-align:center;text-decoration:none;cursor:pointer;-webkit-transition:background-color .3s,width .3s,border-width .3s,border-color .3s,border-radius .3s;transition:background-color .3s,width .3s,border-width .3s,border-color .3s,border-radius .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.iu-button-container .iu-button-button span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iu-button-container .iu-button-button>span{display:inherit;font-weight:100;font-size:2em;-webkit-transition:opacity .3s .1s;transition:opacity .3s .1s}.iu-button-container .iu-button-button>svg{position:absolute;width:54px;height:54px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.iu-button-container .iu-button-button>svg path{opacity:0;fill:none}.iu-button-container .iu-button-button svg.iu-button-progress-circle{-webkit-animation:a .9s infinite cubic-bezier(.085,.26,.935,.71);animation:a .9s infinite cubic-bezier(.085,.26,.935,.71)}.iu-button-container .iu-button-button svg.iu-button-progress-circle path{stroke:currentColor;stroke-width:5}.iu-button-container .iu-button-button svg.iu-button-checkmark path,.iu-button-container .iu-button-button svg.iu-button-cross path{stroke:#fff;stroke-linecap:round;stroke-width:4}.iu-button-container.disabled .iu-button-button{cursor:not-allowed}.iu-button-container.loading .iu-button-button{padding:0;width:54px;border-width:6.5px;border-color:#ddd;background-color:transparent;color:currentColor;cursor:wait}.iu-button-container.loading .iu-button-button span{display:none;opacity:0;-webkit-transition:all .15s;transition:all .15s}.iu-button-container.loading .iu-button-button .iu-button-progress-circle>path{opacity:1;-webkit-transition:opacity .15s .3s;transition:opacity .15s .3s}.iu-button-container.success .iu-button-button{border-color:#a0d468;background-color:#a0d468}.iu-button-container.success .iu-button-button span{display:none;opacity:0;-webkit-transition:all .15s;transition:all .15s}.iu-button-container.success .iu-button-button .iu-button-checkmark>path{opacity:1}.iu-button-container.error .iu-button-button{border-color:#ed5565;background-color:#ed5565}.iu-button-container.error .iu-button-button span{display:none;opacity:0;-webkit-transition:all .15s;transition:all .15s}.iu-button-container.error .iu-button-button .iu-button-cross>path{opacity:1}.iu-button-container.error,.iu-button-container.loading,.iu-button-container.success{width:100%!important;height:100%!important}@-webkit-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn);-webkit-transform-origin:center center;transform-origin:center center}}@keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn);-webkit-transform-origin:center center;transform-origin:center center}}.iu-container,.iu-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.iu-container *{outline:none}.iu-container.disabled .iu-loadContainer{cursor:not-allowed}.iu-container.disabled .iu-loadContainer .iu-dropzone{background:transparent!important}.iu-container.disabled .iu-deletePreview,.iu-container.disabled .iu-label,.iu-container.disabled .iu-loadContainer .iu-pseudobutton *{cursor:not-allowed}.iu-imgPreview{position:relative;display:inline-block;margin:5px 10px 5px 0;width:100px;height:100px;border:1px solid #bec3c7;border-radius:10px;background-position:50%;background-size:cover;background-repeat:no-repeat;vertical-align:bottom}.iu-deletePreview{position:absolute;top:2px;right:2px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;border:1px solid #bec3c7;border-radius:50%;background:#fff;font-size:medium;cursor:pointer}.iu-fileInput{display:inline-block}.iu-filesInputContainer{display:inline-block;margin:5px 10px 5px 0;vertical-align:bottom}.iu-loadContainer{position:relative;overflow:hidden;width:100px;height:100px;border-radius:10px;cursor:pointer}.iu-pseudobutton span{height:100%}.iu-pseudobutton span .iu-imgPreview{margin:0}.iu-dropzone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%!important;height:100%!important;border-width:1px!important;border-style:solid!important;border-radius:10px!important}.iu-dropzone:hover{background-color:#eee}.iu-label{display:block;padding-bottom:5px;font-size:16px;cursor:pointer}.iu-pseudobutton{margin-top:0;width:100px;height:100px}.iu-pseudobuttonContent{line-height:1!important}.iu-notification{position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.iu-container,.iu-container *{font-family:Bad Script,cursive}.cascader-picker {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 28px;
}
.cascader-picker {
    position: relative;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    line-height: 28px;
}
.cascader-picker-label {
    position: absolute;
    left: 0;
    line-height: 28px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cascader-picker-input {
    position: relative;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: transparent !important;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    line-height: 28px;
}
.cascader-picker-input:hover {
    border-color: #49a9ee;
}
.cascader-picker-up {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 1px solid #108ee9;
    border-top: 1px solid #108ee9;
}
.cascader-picker-down {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #108ee9;
    border-bottom: 1px solid #108ee9;
}
.cascader-menu {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #e9e9e9;
    overflow: auto;
    border-radius: 4px 0 0 4px;
}
.cascader-menu-item {
    width:100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.cascader-menu-item:hover {
    background: #ecf6fd;
}
.cascader-menu-item-active {
    background: #f7f7f7;
    font-weight: 600;
}
.cascader-menu-item-expand {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.43);
    border-right: 1px solid rgba(0, 0, 0, 0.43);
}
.cascader-picker-clear {
    position: absolute;
    right: 7px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    z-index: 2;
    background: url(images/closed.png) no-repeat;
    background-size: 100% 100%;
}/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*! https://github.com/lzxb/flex.css */[data-flex]{display:-webkit-box;display:-ms-flexbox;display:flex}[data-flex]>*{display:block}[data-flex]>[data-flex]{display:-webkit-box;display:-ms-flexbox;display:flex}[data-flex~="dir:left"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}[data-flex~="dir:right"]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end}[data-flex~="dir:top"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-flex~="dir:bottom"]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end}[data-flex~="main:left"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}[data-flex~="main:right"]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}[data-flex~="main:justify"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[data-flex~="main:center"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-flex~="cross:top"]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-flex~="cross:bottom"]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[data-flex~="cross:center"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-flex~="cross:baseline"]{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}[data-flex~="cross:stretch"]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}[data-flex~="box:mean"]>*,[data-flex~="box:first"]>*,[data-flex~="box:last"]>*,[data-flex~="box:justify"]>*{width:0;height:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}[data-flex~="box:first"]>:first-child,[data-flex~="box:last"]>:last-child,[data-flex~="box:justify"]>:first-child,[data-flex~="box:justify"]>:last-child{width:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}[data-flex~="dir:top"][data-flex~="box:mean"]>*,[data-flex~="dir:top"][data-flex~="box:first"]>*,[data-flex~="dir:top"][data-flex~="box:last"]>*,[data-flex~="dir:top"][data-flex~="box:justify"]>*,[data-flex~="dir:bottom"][data-flex~="box:mean"]>*,[data-flex~="dir:bottom"][data-flex~="box:first"]>*,[data-flex~="dir:bottom"][data-flex~="box:last"]>*,[data-flex~="dir:bottom"][data-flex~="box:justify"]>*{width:auto;height:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}[data-flex~="dir:top"][data-flex~="box:first"]>:first-child,[data-flex~="dir:top"][data-flex~="box:last"]>:last-child,[data-flex~="dir:top"][data-flex~="box:justify"]>:first-child,[data-flex~="dir:top"][data-flex~="box:justify"]>:last-child,[data-flex~="dir:bottom"][data-flex~="box:first"]>:first-child,[data-flex~="dir:bottom"][data-flex~="box:last"]>:last-child,[data-flex~="dir:bottom"][data-flex~="box:justify"]>:first-child [data-flex~="dir:bottom"][data-flex~="box:justify"]>:last-child{height:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}[data-flex-box="0"]{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}[data-flex-box="1"]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}[data-flex-box="2"]{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-ms-flex-negative:2;flex-shrink:2}[data-flex-box="3"]{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3;-ms-flex-negative:3;flex-shrink:3}[data-flex-box="4"]{-webkit-box-flex:4;-ms-flex-positive:4;flex-grow:4;-ms-flex-negative:4;flex-shrink:4}[data-flex-box="5"]{-webkit-box-flex:5;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:5;flex-shrink:5}[data-flex-box="6"]{-webkit-box-flex:6;-ms-flex-positive:6;flex-grow:6;-ms-flex-negative:6;flex-shrink:6}[data-flex-box="7"]{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7;-ms-flex-negative:7;flex-shrink:7}[data-flex-box="8"]{-webkit-box-flex:8;-ms-flex-positive:8;flex-grow:8;-ms-flex-negative:8;flex-shrink:8}[data-flex-box="9"]{-webkit-box-flex:9;-ms-flex-positive:9;flex-grow:9;-ms-flex-negative:9;flex-shrink:9}[data-flex-box="10"]{-webkit-box-flex:10;-ms-flex-positive:10;flex-grow:10;-ms-flex-negative:10;flex-shrink:10}body {
  font-family: Arial, cursive;
}
ul,
li,
a,
p,
h2,
h3,
textarea,
button,
input,
select {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #2c3e50;
  border: none;
}
ul:focus,
li:focus,
a:focus,
p:focus,
h2:focus,
h3:focus,
textarea:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.extra-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.extra-content ul li {
  float: left;
  padding: 5px;
  border: 10px solid #ddd;
  width: 50%;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 320px;
}
.extra-content ul li div {
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.extra-content ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
}
.extra-content ul li div button {
  border-radius: 25px;
  width: 80%;
  max-width: 120px;
  height: 24px;
  font-size: 13px;
  text-align: center;
  background: #34abec;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  height: 1%;
}
/*
    首页分类
*/
.index-nav .height {
  height: 38px;
  background: #1FA1EA;
}
.index-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 38px;
  background: #1FA1EA;
}
.index-nav li {
  position: relative;
  line-height: 38px;
}
.index-nav li + li::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  content: '';
  border-left: 1px solid #1284c4;
  border-right: 1px solid #4eb5ee;
}
.index-nav .on a {
  margin: 5px 10px;
  line-height: 28px;
  border-radius: 8px;
  background: #1284c4;
}
.index-nav a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.index-list-box .zhanwei {
  display: none;
}
/*
    首页列表
*/
.index-list {
  overflow: hidden;
  background: #fff;
}
.index-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.index-list .tit {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-list .author {
  width: 100%;
}
.index-list .con {
  line-height: 20px;
  font-size: 12px;
  color: #666;
}
.index-list time {
  font-size: 12px;
}
.index-list .bottom {
  margin-top: 5px;
}
.index-list .font .iconfont {
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
}
.coupon-list {
  overflow: hidden;
  background: #fff;
}
.coupon-list li {
  border-top: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
}
.coupon-list .author {
  width: 100%;
}
.coupon-list .font .iconfont {
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
}
/*
    主题类型图标
*/
.icon-top {
  background: red;
}
.icon-job {
  background: #00b38a;
}
.icon-share {
  background: green;
}
.icon-ask {
  background: blue;
}
.icon-good {
  background: violet;
}
.icon-undefined {
  display: none;
}
.data-load .msg {
  line-height: 70px;
  text-align: center;
  font-size: 14px;
}
.data-load-true {
  margin: 20px auto 20px auto;
  position: relative;
  -webkit-animation: rotate-forever 1s infinite linear;
          animation: rotate-forever 1s infinite linear;
  height: 30px;
  width: 30px;
  border: 4px solid #1FA1EA;
  border-right-color: transparent;
  border-radius: 50%;
}
.data-load-true .msg {
  display: none;
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
    公共头部
*/
.common-header {
  height: 50px;
  z-index: 999;
  position: relative;
  background: #f3f3f3;
  -webkit-animation: move-down 0.3s ease-out;
          animation: move-down 0.3s ease-out;
}
.common-header .icon {
  width: 50px;
  height: 50px;
}
.common-header .icon a {
  display: block;
  color: #969696;
}
.common-header .iconfont {
  font-size: 24px;
  color: #969696;
}
.common-header .title {
  line-height: 50px;
  text-align: center;
  color: #969696;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes move-down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
    详情
*/
.topic .user {
  position: relative;
  padding: 10px;
  line-height: 20px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
.topic .user .name {
  font-size: 14px;
  color: #1FA1EA;
}
.topic .user .lou {
  line-height: 14px;
  font-size: 14px;
  color: #aaa;
}
.topic .user time {
  padding-left: 5px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
}
.topic .user .qt div {
  padding-right: 5px;
}
.topic .user .font {
  position: absolute;
  top: 0;
  right: 0;
}
.topic .user .font .iconfont {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  opacity: 0.8;
}
.topic .tit2 {
  padding: 10px;
  font-size: 18px;
  background: #eee;
}
.topic .content {
  overflow: hidden;
  padding: 10px;
  line-height: 24px;
  font-size: 13px;
}
.topic .tit3 {
  padding: 5px 10px;
  line-height: 24px;
  border-left: 8px solid #1FA1EA;
  background: #eee;
  font-weight: normal;
  font-size: 14px;
}
.topic .tit3 em {
  font-style: normal;
  color: #1FA1EA;
}
/*
    回复列表
*/
.re-list {
  margin-bottom: 20px;
}
.re-list li {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ddd;
}
.re-list li .name {
  font-size: 14px;
  color: #1FA1EA;
}
.re-list li .lou {
  line-height: 14px;
  font-size: 14px;
  color: #aaa;
}
.re-list li time {
  padding-left: 5px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
}
.re-list li .bottom .font {
  position: relative;
  padding: 10px;
}
.re-list li .bottom .font em {
  font-size: 13px;
  font-style: normal;
}
.re-list li .bottom .font-true {
  color: #1FA1EA;
}
.re-list a {
  color: #1FA1EA;
}
/*
    回复�?*/
.reply-box {
  padding: 10px;
}
.reply-box .text {
  margin-bottom: 10px;
}
.reply-box .text textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 10px;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 13px;
  resize: none;
}
.reply-box .btn {
  padding: 5px 30px;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #1594db;
  font-size: 14px;
  color: #fff;
  background: #1FA1EA;
}
/*
    用户头像
*/
.user-headimg {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: cover;
  background-color: #eee;
}
.bookimg {
  width: 80px;
  height: 80px;
}
/*
    登录
*/
.userregister .center {
  width: 300px;
}
.userregister .resultRed {
  float: left;
  height: 24px;
  font-size: 18px;
  color: #f05458;
}
.userregister .resultGreen {
  float: left;
  height: 24px;
  font-size: 18px;
  color: green;
}
.userregister .result {
  float: left;
  height: 24px;
  font-size: 18px;
}
.userregister .text {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  font-size: 13px;
}
.userregister .text link {
  width: 100%;
  line-height: 28px;
  border: 1px solid #eee;
  font-size: 13px;
}
.userregister .text a {
  line-height: 28px;
  font-size: 13px;
  padding-left: 5px;
  color: #20a2e9;
}
.userregister .text .icon-input {
  background-image: url(/images/005.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-pwd {
  background-image: url(/images/006.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-user {
  background-image: url(/images/001.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-type {
  background-image: url(/images/002.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-school {
  background-image: url(/images/003.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-cert {
  background-image: url(/images/004.jpg);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 5px;
  line-height: 28px;
  border-radius: 5px;
  padding-left: 32px;
  border: 1px solid #eee;
  font-size: 13px;
}
.userregister .text .icon-hd {
  background-image: url(/images/hd.gif);
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text .icon-op {
  background-image: url(/images/op.gif);
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .text label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 5px;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 13px;
}
.userregister .text .name {
  color: #999;
  text-align: left;
  float: left;
  width: 90px;
  padding: 5px 5px;
  font-size: 13px;
}
.userregister .text .select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 5px 5px;
  width: 190px;
  font-size: 13px;
}
.userregister .text span {
  font-size: 13px;
  color: red;
}
.userregister .texti {
  margin-bottom: 15px;
  position: relative;
}
.userregister .texti input {
  text-align: left;
  padding: 5px 5px;
  float: left;
  width: 150px;
  font-size: 13px;
  line-height: 28px;
  padding-left: 32px;
}
.userregister .texti .icon-code {
  background-image: url(/images/007.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.userregister .texti .name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 130px;
  font-size: 13px;
  padding: 5px 5px;
  border: 1px solid #eee;
}
.userregister .texti p {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.userregister .texti span {
  font-size: 13px;
  color: red;
}
.userregister .forget {
  display: inline;
}
.userregister .forget link {
  width: 50%;
  line-height: 28px;
  border: 1px solid #eee;
  font-size: 13px;
  color: #20a2e9;
}
.userregister .forget a {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.userregister .forget div {
  line-height: 28px;
  font-size: 13px;
  color: #20a2e9;
}
.userregister .line {
  margin-bottom: 15px;
  display: inline;
  font-size: 13px;
}
.userregister .line link {
  width: 100%;
  line-height: 28px;
  border: 1px solid #eee;
}
.userregister .line a {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.userregister .line input {
  text-align: left;
  line-height: 28px;
}
.userregister .btn {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #34abec;
}
.userregister .btn-red {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #f05458;
}
.userregister .btn-name {
  min-width: 80px;
  margin: auto;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #f05458;
}
.userregister .btn-gray {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #939393;
}
.signin .center {
  width: 280px;
}
.signin .resultRed {
  float: left;
  height: 24px;
  font-size: 18px;
  color: #f05458;
}
.signin .resultGreen {
  float: left;
  height: 24px;
  font-size: 18px;
  color: green;
}
.signin .result {
  float: left;
  height: 24px;
  font-size: 18px;
}
.signin .text {
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  font-size: 13px;
}
.signin .text link {
  width: 100%;
  line-height: 28px;
  border: 1px solid #eee;
  font-size: 13px;
}
.signin .text a {
  line-height: 28px;
  font-size: 13px;
  padding-left: 5px;
  color: #20a2e9;
}
.signin .text .icon-input {
  background-image: url(/images/005.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-pwd {
  background-image: url(/images/006.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-user {
  background-image: url(/images/001.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-type {
  background-image: url(/images/002.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-school {
  background-image: url(/images/003.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-cert {
  background-image: url(/images/004.jpg);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 5px;
  line-height: 28px;
  border-radius: 5px;
  padding-left: 32px;
  border: 1px solid #eee;
  font-size: 13px;
}
.signin .text .icon-hd {
  background-image: url(/images/hd.gif);
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text .icon-op {
  background-image: url(/images/op.gif);
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .text label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 5px;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 13px;
}
.signin .text .name {
  color: #999;
  text-align: left;
  float: left;
  width: 90px;
  padding: 5px 5px;
  font-size: 13px;
}
.signin .text .select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 5px 5px;
  width: 190px;
  font-size: 13px;
}
.signin .text span {
  font-size: 13px;
  color: red;
}
.signin .texti {
  margin-bottom: 15px;
  position: relative;
}
.signin .texti input {
  text-align: left;
  padding: 5px 5px;
  float: left;
  width: 140px;
  font-size: 13px;
  line-height: 28px;
  padding-left: 32px;
}
.signin .texti .icon-code {
  background-image: url(/images/007.gif);
  position: absolute;
  left: 0;
  z-index: 5;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.signin .texti .name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 130px;
  font-size: 13px;
  padding: 5px 5px;
  border: 1px solid #eee;
}
.signin .texti p {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.signin .texti span {
  font-size: 13px;
  color: red;
}
.signin .forget {
  display: inline;
}
.signin .forget link {
  width: 50%;
  line-height: 28px;
  border: 1px solid #eee;
  font-size: 13px;
  color: #20a2e9;
}
.signin .forget a {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.signin .forget div {
  line-height: 28px;
  font-size: 13px;
  color: #20a2e9;
}
.signin .line {
  margin-bottom: 15px;
  display: inline;
  font-size: 13px;
}
.signin .line link {
  width: 100%;
  line-height: 28px;
  border: 1px solid #eee;
}
.signin .line a {
  line-height: 28px;
  padding-left: 5px;
  color: #20a2e9;
}
.signin .line input {
  text-align: left;
  line-height: 28px;
}
.signin .btn {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #34abec;
}
.signin .btn-white {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 28px;
  border-radius: 20px;
  border-color: #34abec;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  font-size: 1em;
  color: #34abec;
  background-color: white;
}
.signin .btn-red {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #f05458;
}
.signin .btn-name {
  min-width: 80px;
  margin: auto;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #f05458;
}
.signin .btn-gray {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background: #939393;
}
.report_info .item {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  color: #444;
  line-height: 28px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
}
.report_info .name {
  color: #999;
  text-align: left;
  margin-right: 10px;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.report_info .input {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 28px;
  padding-right: 10px;
}
.report_info .btn {
  display: block;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  width: 80%;
  margin: auto;
  background: #34abec;
}
.myaccount {
  height: 480px;
}
.myaccount .center {
  width: 280px;
}
.myaccount .text {
  margin-bottom: 30px;
}
.myaccount .text input {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  float: right;
  line-height: 28px;
  border-radius: 5px;
  font-size: 13px;
}
.myaccount .text label {
  width: 40%;
  line-height: 28px;
  border-radius: 5px;
  font-size: 13px;
}
.myaccount .text link {
  line-height: 28px;
  border-radius: 5px;
  font-size: 13px;
}
.myaccount .text .right-arrow {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  padding-top: 5px;
}
.myaccount .text .right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #2c3e50;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.myaccount .btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
  font-size: 1em;
  color: #fff;
  background: #1FA1EA;
}
.myaccount .btn-gray {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
  font-size: 1em;
  color: #fff;
  background: #939393;
}
.myaccount .btn-red {
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
  font-size: 1em;
  color: #fff;
  background: #f74f34;
}
.myaccount .code {
  display: block;
  width: 100px;
  line-height: 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #1FA1EA;
}
.myaccount .code-red {
  background: #e63e3e;
}
.msaccount {
  margin: 10px 5px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  top: 10px;
}
.msaccount .tab-nav {
  text-align: left;
  padding-left: 5px;
}
.msaccount .tab-nav li {
  line-height: 24px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
.msaccount .tab-nav li .right-arrow {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.msaccount .tab-nav li .right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #969696;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.msaccount .tab-nav li .circle {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.msaccount .tab-nav .on {
  border-bottom: 3px solid #1FA1EA;
}
.bookresource {
  border-radius: 5px;
}
.bookresource .tab-nav {
  text-align: left;
  margin: 0;
  padding: 0;
}
.bookresource .tab-nav div {
  line-height: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
.bookresource .tab-nav div .right-arrow {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.bookresource .tab-nav div .right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #969696;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
/*
    个人中心
*/
.user-index .headimg {
  padding: 20px;
  background: #f8f8f8;
  text-align: center;
}
.user-index .headimg .user-headimg {
  width: 80px;
  height: 80px;
}
.user-index .name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
}
.user-index .score {
  font-size: 12px;
  color: #eee;
}
.user-index .tab-nav {
  text-align: left;
  padding-left: 5px;
}
.user-index .tab-nav li {
  line-height: 48px;
  border-bottom: 1px solid #dddddd;
  float: left;
}
.user-index .tab-nav li img {
  width: 32px;
  height: 32px;
  padding-top: 8px;
  padding-right: 10px;
  float: left;
}
.user-index .tab-nav li link {
  padding-top: 8px;
}
.user-index .tab-nav li .right-arrow {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  padding-top: 28px;
}
.user-index .tab-nav li .right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #2c3e50;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.user-index .tab-nav li .circle {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.user-index .tab-nav .on {
  border-bottom: 3px solid #1FA1EA;
}
.user-index .list {
  display: none;
}
.user-index .list a {
  overflow: hidden;
  height: 28px;
  padding: 5px 10px;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}
.user-index .list a .tit {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-index .list a time {
  padding-left: 20px;
  font-size: 12px;
  color: #aaa;
}
.right-arrow {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #2c3e50;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 6px;
}
/*
    我的消息
*/
.msg-box .list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.msg-box .list li a {
  color: #1FA1EA;
}
.msg-box .list li .name {
  font-weight: bold;
  line-height: 28px;
}
.msg-box .list li .name time {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.msg-box .list li .content {
  padding: 5px 0;
}
.msg-box .list li .dian-true {
  display: none;
}
.msg-box .list li .dian-false {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background: red;
}
.book_info .center {
  width: 320px;
}
.book_info .item {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  color: #444;
  line-height: 28px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
}
.book_info .name {
  color: #999;
  text-align: left;
  margin-right: 10px;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.book_info .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 210px;
}
.book_info .btn {
  display: block;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
  background: #34abec;
}
.basic_info .center {
  width: 320px;
}
.basic_info .item {
  border-bottom: 1px solid #eee;
  color: #444;
  line-height: 28px;
  font-size: 13px;
}
.basic_info .item .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  color: #999;
  vertical-align: middle;
  line-height: 28px;
  text-align: right;
  padding-left: 10px;
}
.basic_info .item .right-arrow {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  padding-top: 18px;
}
.basic_info .item .right-arrow::after {
  display: inline-block;
  content: ' ';
  height: 10px;
  width: 10px;
  border-width: 2px 2px 0 0;
  border-color: #2c3e50;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -9px;
}
.basic_info .btn {
  display: block;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  width: 100%;
  background: #34abec;
}
.basic_info .btn-red {
  display: block;
  padding: 5px 10px;
  width: 100%;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  margin-top: 10px;
  color: #fff;
  background: #f74f34;
}
.teacher_info .center {
  width: auto;
}
.teacher_info .item {
  border-bottom: 1px solid #eee;
  color: #444;
  line-height: 24px;
  font-size: 13px;
  width: 100%;
  padding-top: 15px;
}
.teacher_info .item .img {
  width: 24px;
  height: 24px;
  padding-left: 5px;
  line-height: 24px;
  vertical-align: middle;
}
.teacher_info .btn {
  display: block;
  padding: 5px 10px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  width: 100%;
  background: #34abec;
}
.teacher_info .btn-red {
  display: block;
  padding: 5px 10px;
  width: 100%;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
  margin-top: 10px;
  color: #fff;
  background: #f74f34;
}
.headimg {
  padding: 20px;
}
.headimg .book_img {
  width: 80px;
  height: 80px;
}
.headimgcircle {
  padding: 20px;
  border-bottom: 2px solid #eee;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: cover;
  background-color: #eee;
}
.headimgcircle .book_img {
  width: 80px;
  height: 80px;
}
/*
    发表主题
*/
.topic-create .item {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  color: #444;
}
.topic-create .key {
  width: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #999;
}
.topic-create select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  font-size: 13px;
  color: #222;
}
.topic-create input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 28px;
  font-size: 13px;
}
.topic-create textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 300px;
  line-height: 24px;
  font-size: 13px;
  resize: none;
}
.topic-create .btn {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 28px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #1FA1EA;
}
.normaltab {
  border-bottom: 2px solid #34abec;
  color: #34abec;
  background-color: transparent;
}
.clicktab {
  background-color: transparent;
}
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 15px;
  width: 280px;
  padding-top: 20px;
  font-size: 18px;
}
.menu ul li {
  float: left;
  padding-left: 60px;
}
.menu ul .normal {
  border-bottom: 2px solid #34abec;
  color: #34abec;
  background-color: transparent;
}
.menu ul .click {
  background-color: transparent;
}
.menu ul .normalnoborder {
  color: #34abec;
  background-color: transparent;
}
/* confirm windows */
.confirm-wins-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  margin: auto;
  z-index: 30;
}
.confirm-wins-container .wins {
  position: absolute;
  margin-top: 50%;
  background: #f3f3f3;
  width: 80%;
  margin-left: 1em;
  padding: 1em;
  border-radius: 4px;
}
.confirm-wins-container .wins .title {
  font-size: 13px;
  margin: 0.5em;
}
.confirm-wins-container .wins .fn-btn {
  margin-top: 1em;
}
.confirm-wins-container .wins .btn {
  display: inline-block;
  line-height: 28px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  width: 80px;
}
.confirm-wins-container .wins .left-btn {
  float: left;
  background: #f05458;
  color: #fff;
}
.confirm-wins-container .wins .right-btn {
  float: right;
  background: #1FA1EA;
  color: #fff;
}
.mask-wins-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
  background: rgba(0, 0, 0, 0.4);
}
.mask-wins-container .wins {
  position: absolute;
  background: white;
  width: 80%;
  margin-left: 1em;
  padding: 1em;
  border-radius: 4px;
}
.mask-wins-container .wins .title {
  font-size: 13px;
  margin: 0.5em;
}
.mask-wins-container .wins .fn-btn {
  margin-top: 1em;
}
.mask-wins-container .wins .btn {
  display: inline-block;
  line-height: 28px;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  width: 80px;
}
.mask-wins-container .wins .left-btn {
  float: left;
  background: #f05458;
  color: #fff;
}
.mask-wins-container .wins .right-btn {
  float: right;
  background: #1FA1EA;
  color: #fff;
}
.confirm-binding {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  z-index: 30;
  background: rgba(0, 0, 0, 0.2);
}
.confirm-binding .bind {
  background: white;
  border-radius: 10px;
  width: 280px;
  margin: 50% auto;
}
.confirm-binding .bind .title {
  font-size: 13px;
  margin: 0.5em;
}
.confirm-binding .bind .bind-btn {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  text-align: center;
  font-size: 14px;
  font-family: 黑体;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ow-left {
  float: left;
  text-align: center;
}
.ow-left img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 110px;
}
.ow-right {
  float: left;
  width: 220px;
}
.ow-nick {
  margin: 10px;
  font-weight: 700;
}
.row {
  width: 100%;
}
.ow-content {
  margin: 10px;
  margin-top: 25px;
  font-weight: 500;
}
.coupondetail {
  width: 100%;
  margin: 5px;
  min-height: 80px;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupondetail:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.couponcode {
  float: left;
  text-align: center;
  background-color: #5974F8;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
}
.couponcode .right_top_corner {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  z-index: 1;
  background: #fff;
  top: -1px;
  right: -1px;
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #4674c1;
  border-left: 1px solid #4674c1;
}
.couponcode .right_bottom_corner {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  z-index: 1;
  background: #fff;
  right: -1px;
  bottom: -1px;
  border-radius: 5px 0 0 0;
  border-top: 1px solid #4674c1;
  border-left: 1px solid #4674c1;
}
.couponcode .common {
  text-align: center;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  width: 80px;
  position: relative;
}
.couponmid {
  float: left;
  color: black;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
  border-radius: 5px;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
  -webkit-box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.08), 2px 0px 2px rgba(51, 51, 51, 0.08), 0px 2px 2px rgba(51, 51, 51, 0.08);
          box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.08), 2px 0px 2px rgba(51, 51, 51, 0.08), 0px 2px 2px rgba(51, 51, 51, 0.08);
  /* for opera or ie9 */
}
.couponmid .left_top_corner {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  z-index: 1;
  top: -1px;
  left: -1px;
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  border-right: 1px solid rgba(51, 51, 51, 0.08);
}
.couponmid .left_bottom_corner {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  z-index: 1;
  left: -1px;
  bottom: -1px;
  border-radius: 0 5px 0 0;
  border-top: 1px solid rgba(51, 51, 51, 0.08);
  border-right: 1px solid rgba(51, 51, 51, 0.08);
}
.coupondes {
  float: right;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.row {
  width: 100%;
}
.couponbtn {
  color: #fff;
  background: #5476E8;
  line-height: 30px;
  border-radius: 20px;
  width: 80px;
  font-size: 13px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.report-detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.report-detail ul li {
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.report-detail ul li div {
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.report-detail ul li img {
  height: 100px;
  width: 100px;
}
.flex-auto-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.protocal {
  margin: 10px;
  width: 95%;
  overflow: auto;
  font-size: 13px;
}
.protocal p {
  text-indent: 26px;
}
.protocal .p2 {
  text-indent: 52px;
}
.protocal div {
  padding-left: 26px;
}
.cascader-picker > span.cascader-picker-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 25px);
}
.cascader-picker {
  width: 100%;
}
select {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
select::-ms-expand {
  display: none;
}
.select-wrapper {
  padding-left: 0px;
  overflow: hidden;
}

@font-face {font-family: "iconfont";
  src: url(iconfont.eot); /* IE9*/
  src: url(iconfont.eot#iefix) format('embedded-opentype'), 
  url(iconfont.woff) format('woff'), 
  url(iconfont.ttf) format('truetype'), 
  url(iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-huifu:before { content: "\E608"; }
.icon-job:before { content: "\E602"; }
.icon-fanhui:before { content: "\E607"; }
.icon-dianzan:before { content: "\E609"; }
.icon-shouye:before { content: "\E600"; }
.icon-fabu:before { content: "\E60B"; }
.icon-share:before { content: "\E603"; }
.icon-wode:before { content: "\E601"; }
.icon-good:before { content: "\E604"; }
.icon-xiaoxi:before { content: "\E60A"; }
.icon-top:before { content: "\E606"; }
.icon-ask:before { content: "\E605"; }
.icon-tuichu:before { content: "\E60C"; }
#root {
    margin: 120px auto;

    padding: 10px;

    max-width: 420px;

    border-top: 1px solid #fff;

    border-top: 5px solid rgba(#083b2d, 0.76);

    border-bottom: 10px solid #f5f5f5;

    border-radius: 0px;

    background-color: #fff;

    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.examples-container {
    margin: 0;

    padding: 0;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    border: none;
}

.iu-button-container {
    display: inline-block;

    width: 100%;

    text-align: center;
}

.iu-button-container .iu-button-button {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    padding: 0;

    width: 100%;

    height: 100%;

    outline: none;

    border: none;

    background: transparent;

    -webkit-box-shadow: none;

            box-shadow: none;

    color: currentColor;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s, border-radius 0.3s;

    transition: background-color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s, border-radius 0.3s;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    -webkit-tap-highlight-color: transparent;

    & span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
    }
}

.iu-button-container .iu-button-button > span {
    display: inherit;

    font-weight: 100;

    font-size: 2em;

    -webkit-transition: opacity 0.3s 0.1s;

    transition: opacity 0.3s 0.1s;
}

.iu-button-container .iu-button-button > svg {
    position: absolute;

    width: 54px;

    height: 54px;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

    pointer-events: none;
}

.iu-button-container .iu-button-button > svg path {
    opacity: 0;

    fill: none;
}

.iu-button-container .iu-button-button svg.iu-button-progress-circle {
    -webkit-animation: spin 0.9s infinite cubic-bezier(0.085, 0.26, 0.935, 0.71);
            animation: spin 0.9s infinite cubic-bezier(0.085, 0.26, 0.935, 0.71);
}

.iu-button-container .iu-button-button svg.iu-button-progress-circle path {
    stroke: currentColor;

    stroke-width: 5;
}

.iu-button-container .iu-button-button svg.iu-button-checkmark path,
.iu-button-container .iu-button-button svg.iu-button-cross path {
    stroke: #fff;

    stroke-linecap: round;

    stroke-width: 4;
}

.iu-button-container.disabled .iu-button-button {
    cursor: not-allowed;
}

.iu-button-container.loading .iu-button-button {
    padding: 0;

    width: 54px;

    border-width: 6.5px;

    border-color: #ddd;

    background-color: transparent;

    color: currentColor;

    cursor: wait;
}

.iu-button-container.loading .iu-button-button span {
    display: none;

    opacity: 0;

    -webkit-transition: all 0.15s;

    transition: all 0.15s;
}

.iu-button-container.loading .iu-button-button .iu-button-progress-circle > path {
    opacity: 1;

    -webkit-transition: opacity 0.15s 0.3s;

    transition: opacity 0.15s 0.3s;
}

.iu-button-container.success .iu-button-button {
    border-color: #a0d468;

    background-color: #a0d468;
}

.iu-button-container.success .iu-button-button span {
    display: none;

    opacity: 0;

    -webkit-transition: all 0.15s;

    transition: all 0.15s;
}

.iu-button-container.success .iu-button-button .iu-button-checkmark > path {
    opacity: 1;
}

.iu-button-container.error .iu-button-button {
    border-color: #ed5565;

    background-color: #ed5565;
}

.iu-button-container.error .iu-button-button span {
    display: none;

    opacity: 0;

    -webkit-transition: all 0.15s;

    transition: all 0.15s;
}

.iu-button-container.error .iu-button-button .iu-button-cross > path {
    opacity: 1;
}

.iu-button-container.loading,
.iu-button-container.success,
.iu-button-container.error {
    width: 100% !important;

    height: 100% !important;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);

        -webkit-transform-origin: center center;

                transform-origin: center center;
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);

        -webkit-transform-origin: center center;

                transform-origin: center center;
    }
}

@keyframes spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);

        -webkit-transform-origin: center center;

                transform-origin: center center;
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);

        -webkit-transform-origin: center center;

                transform-origin: center center;
    }
}

.iu-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    & * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        outline: none;
    }

    &.disabled {
        & .iu-loadContainer {
            cursor: not-allowed;

            & .iu-dropzone {
                background: transparent !important;
            }

            & .iu-pseudobutton {
                & * {
                    cursor: not-allowed;
                }
            }
        }

        & .iu-label {
            cursor: not-allowed;
        }

        & .iu-deletePreview {
            cursor: not-allowed;
        }
    }
}

.iu-imgPreview {
    position: relative;

    display: inline-block;

    margin: 5px 10px 5px 0;

    width: 100px;

    height: 100px;

    border: #bec3c7 1px solid;

    border-radius: 10px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    vertical-align: bottom;
}

.iu-deletePreview {
    position: absolute;

    top: 2px;

    right: 2px;

    z-index: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    padding: 4px;

    border: #bec3c7 1px solid;

    border-radius: 50%;

    background: #fff;

    font-size: initial;

    cursor: pointer;
}

.iu-fileInput {
    display: inline-block;
}

.iu-emptyPreview {
}

.iu-filesInputContainer {
    display: inline-block;

    margin: 5px 10px 5px 0;

    vertical-align: bottom;
}

.iu-loadContainer {
    position: relative;

    overflow: hidden;

    width: 100px;

    height: 100px;

    border-radius: 10px;

    cursor: pointer;
}

.iu-pseudobutton span {
    height: 100%;

    & .iu-imgPreview {
        margin: 0;
    }
}

.iu-dropzone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    width: 100% !important;

    height: 100% !important;

    border-width: 1px !important;

    border-style: solid !important;

    border-radius: 10px !important;

    &:hover {
        background-color: rgb(238, 238, 238);
    }
}

.iu-label {
    display: block;

    padding-bottom: 5px;

    font-size: 16px;

    cursor: pointer;
}

.iu-pseudobutton {
    margin-top: 0;

    width: 100px;

    height: 100px;
}

.iu-pseudobuttonContent {
    line-height: 1 !important;
}

.iu-notification {
    position: absolute;

    bottom: 0;

    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);
}
.iu-container {
	font-family: 'Bad Script', cursive;
	& *  {
		font-family: 'Bad Script', cursive;
	}
}@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #032f62;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.markdown-body .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.markdown-body .pl-c2::before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #22863a;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #005cc5;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292e;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292e;
}

.markdown-body .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.markdown-body .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.markdown-body .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.markdown-body .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #6f42c1;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.markdown-body .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
}

.markdown-body strong {
  font-weight: bolder;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body h1 {
  font-size: 32px;
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
  font-weight: 600;
}

.markdown-body h3 {
  font-size: 20px;
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.markdown-body h5 {
  font-size: 14px;
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
  font-weight: 600;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body .octicon {
  vertical-align: text-bottom;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .pl-3 {
  padding-left: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #959da5;
          box-shadow: inset 0 -1px 0 #959da5;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h3 {
  font-size: 1.25em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: 0.875em;
}

.markdown-body h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li {
  word-wrap: break-all;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  max-width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.markdown-body pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #c6cbd1;
          box-shadow: inset 0 -1px 0 #c6cbd1;
}

.markdown-body :checked+.radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}
