.rmc-picker,
.rmc-multi-picker {
  height: 238px;
  /*34*7*/
}
.rmc-multi-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.rmc-picker-item {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9b9b9b;
  width: 100%;
  box-sizing: border-box;
}
.rmc-picker {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.rmc-picker-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 204px;
  background-repeat: no-repeat;
}
.rmc-picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rmc-picker-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
.rmc-date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  padding: 10px 0;
}
.rmc-date-picker-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.rmc-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
.rmc-picker-popup-close {
  display: none;
}
.rmc-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-scrolling: touch;
  outline: 0;
}
.rmc-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rmc-picker-popup-mask-hidden {
  display: none;
}
.rmc-picker-popup-header {
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7, transparent, transparent);
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
}
.rmc-picker-popup-header-left,
.rmc-picker-popup-header-right {
  padding-left: 15px;
  padding-right: 15px;
}
.rmc-picker-popup-item {
  color: #0ae;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.rmc-picker-popup-item-active {
  background-color: #ddd;
}
.rmc-picker-popup-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
  color: #666;
  cursor: default;
}
.rmc-picker-popup-fade-enter,
.rmc-picker-popup-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rmc-picker-popup-fade-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rmc-picker-popup-fade-enter.rmc-picker-popup-fade-enter-active,
.rmc-picker-popup-fade-appear.rmc-picker-popup-fade-appear-active {
  -webkit-animation-name: rmcPopupPickerFadeIn;
          animation-name: rmcPopupPickerFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rmc-picker-popup-fade-leave.rmc-picker-popup-fade-leave-active {
  -webkit-animation-name: rmcPopupPickerFadeOut;
          animation-name: rmcPopupPickerFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rmcPopupPickerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rmcPopupPickerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rmcPopupPickerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rmcPopupPickerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rmc-picker-popup-slide-fade-enter,
.rmc-picker-popup-slide-fade-appear {
  -webkit-transform: translate(0, 100%);
          -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
}
.rmc-picker-popup-slide-fade-enter,
.rmc-picker-popup-slide-fade-appear,
.rmc-picker-popup-slide-fade-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rmc-picker-popup-slide-fade-enter.rmc-picker-popup-slide-fade-enter-active,
.rmc-picker-popup-slide-fade-appear.rmc-picker-popup-slide-fade-appear-active {
  -webkit-animation-name: rmcPopupPickerSlideFadeIn;
          animation-name: rmcPopupPickerSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rmc-picker-popup-slide-fade-leave.rmc-picker-popup-slide-fade-leave-active {
  -webkit-animation-name: rmcPopupPickerSlideFadeOut;
          animation-name: rmcPopupPickerSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rmcPopupPickerSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes rmcPopupPickerSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rmcPopupPickerSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes rmcPopupPickerSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling:touch;
  -webkit-text-size-adjust:none;
}

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

body{
  margin: 0;
  color:#667580;
  background-color:#f3f4f5;
  -webkit-overflow-scrolling:touch;
  -webkit-text-size-adjust:none;
}
ul{
  margin:0;
  padding:0;
}
li{
  list-style:none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 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 */
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
  text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

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

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

img {
  border-style: none;
}

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

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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"] {
  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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}.bg-1 {
  background-color: #fff;
  color: #667580; }
.border-1px:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none; }

.border-b:after {
  border-bottom: 1px solid #e6e7e8; }

.border-l:after {
  border-left: 1px solid #e6e7e8; }

.border-t:after {
  border-top: 1px solid #e6e7e8; }

.border-r:after {
  border-right: 1px solid #e6e7e8; }

.border-a:after {
  border: 1px solid #e6e7e8; }

.border-4a:after {
  border: 1px solid #e6e7e8;
  border-radius: 4px; }

.border-8a:after {
  border: 1px solid #e6e7e8;
  border-radius: 8px; }

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent; }

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none; }
  input:focus {
    outline: none; }
.component-carousel {
  white-space: nowrap;
  overflow: hidden;
}

.component-carousel .slide-item {
  height: 150px;
  width: 100%;
  display: inline-block;
  background: #e6e7e8;
}

.component-carousel .slide-item .image-item {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.component-carousel .dot-wrap {
  opacity: 0.7;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 26px;
  bottom: 26px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.component-carousel .dot-wrap .content-title {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  padding: 4px 0 0 8px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.component-carousel .dot-wrap ul {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  width: .8rem;
}

.component-carousel .dot-wrap ul li {
  opacity: 0.4;
  background: #ffffff;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 4px;
}

.component-carousel .dot-wrap ul li.active {
  opacity: 1;
  width: 10px;
  margin-right: 2px;
}
.count-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 14px 0px 14px 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.count-item {
  position: relative;
  display: table-cell;
  text-align: center;
}

.count-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  box-sizing: border-box;
  border-right: 1px solid #e6e7e8;
}

.count {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.title {
  font-size: 14px;
  color: #6B7175;
  line-height: 16px;
  text-align: center;
}
@charset "UTF-8";

.rc-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.rc-dialog-wrap {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.rc-dialog-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.rc-dialog-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  text-decoration: none;
}

.rc-dialog-close-x:after {
  content: '\D7';
}

.rc-dialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.rc-dialog-title {
  margin: 0;
  line-height: 1.42857143;
}

.rc-dialog-body {
  position: relative;
  padding: 15px;
}

.rc-dialog-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.rc-dialog-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.rc-dialog-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.rc-dialog-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .rc-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .rc-dialog-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.rc-dialog-slide-fade-enter,
.rc-dialog-slide-fade-appear {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
}

.rc-dialog-slide-fade-enter,
.rc-dialog-slide-fade-appear,
.rc-dialog-slide-fade-leave {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-slide-fade-enter.rc-dialog-slide-fade-enter-active,
.rc-dialog-slide-fade-appear.rc-dialog-slide-fade-appear-active {
  -webkit-animation-name: rcDialogSlideFadeIn;
  animation-name: rcDialogSlideFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-dialog-slide-fade-leave.rc-dialog-slide-fade-leave-active {
  -webkit-animation-name: rcDialogSlideFadeOut;
  animation-name: rcDialogSlideFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rcDialogSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes rcDialogSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes rcDialogSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}

@keyframes rcDialogSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}

.rc-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}

.rc-dialog-mask-hidden {
  display: none;
}

.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-fade-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  -webkit-animation-name: rcDialogFadeIn;
  animation-name: rcDialogFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
  animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@charset "UTF-8";

.rc-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.rc-dialog-wrap {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.rc-dialog-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.rc-dialog-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 6px 6px;
  background-clip: padding-box;
}

.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  text-decoration: none;
}

.rc-dialog-close-x:after {
  content: '\D7';
}

.rc-dialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.rc-dialog-header {
  padding: 13px 20px 14px 20px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
}

.rc-dialog-body {
  padding: 20px;
}

.rc-dialog-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px 10px 10px;
  text-align: right;
  border-radius: 0 0 5px 5px;
}

.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-zoom-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
  -webkit-animation-name: rcDialogZoomIn;
  animation-name: rcDialogZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
  -webkit-animation-name: rcDialogZoomOut;
  animation-name: rcDialogZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rcDialogZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes rcDialogZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes rcDialogZoomOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@keyframes rcDialogZoomOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@media (min-width: 768px) {
  .rc-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.rc-dialog-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}

.rc-dialog-mask-hidden {
  display: none;
}

.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-fade-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  -webkit-animation-name: rcDialogFadeIn;
  animation-name: rcDialogFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
  animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.rc-dialog-mask {
  background-color: initial;
  top: 0;
  height: inherit;
}

.rc-dialog-wrap {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.rc-dialog-wrap.bgOpacity {
  background-color: rgba(0, 0, 0, 0);
}

.rc-dialog-wrap .rc-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
}

.rc-dialog-wrap .rc-dialog .rc-dialog-content {
  height: 100%;
  border-radius: 0;
}

.rc-dialog-wrap .rc-dialog .rc-dialog-content .rc-dialog-close-x:after {
  content: '';
}

.rc-dialog-wrap .rc-dialog .rc-dialog-content .rc-dialog-body {
  height: 100%;
  padding: 0;
}

.rc-dialog-bottom-slide-fade-enter,
.rc-dialog-bottom-slide-fade-appear {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.rc-dialog-bottom-slide-fade-enter,
.rc-dialog-bottom-slide-fade-appear,
.rc-dialog-bottom-slide-fade-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dialog-bottom-slide-fade-enter.rc-dialog-bottom-slide-fade-enter-active,
.rc-dialog-bottom-slide-fade-appear.rc-dialog-bottom-slide-fade-appear-active {
  -webkit-animation-name: rcDialogBottomSlideFadeIn;
          animation-name: rcDialogBottomSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dialog-bottom-slide-fade-leave.rc-dialog-bottom-slide-fade-leave-active {
  -webkit-animation-name: rcDialogBottomSlideFadeOut;
          animation-name: rcDialogBottomSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcDialogBottomSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rcDialogBottomSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes rcDialogBottomSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@keyframes rcDialogBottomSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

.rc-dialog-left-slide-fade-enter,
.rc-dialog-left-slide-fade-appear {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.rc-dialog-left-slide-fade-enter,
.rc-dialog-left-slide-fade-appear,
.rc-dialog-left-slide-fade-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dialog-left-slide-fade-enter.rc-dialog-left-slide-fade-enter-active,
.rc-dialog-left-slide-fade-appear.rc-dialog-left-slide-fade-appear-active {
  -webkit-animation-name: rcDialogLeftSlideFadeIn;
          animation-name: rcDialogLeftSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dialog-left-slide-fade-leave.rc-dialog-left-slide-fade-leave-active {
  -webkit-animation-name: rcDialogLeftSlideFadeOut;
          animation-name: rcDialogLeftSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcDialogLeftSlideFadeIn {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rcDialogLeftSlideFadeIn {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes rcDialogLeftSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes rcDialogLeftSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.rc-dialog-right-slide-fade-enter,
.rc-dialog-right-slide-fade-appear {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.rc-dialog-right-slide-fade-enter,
.rc-dialog-right-slide-fade-appear,
.rc-dialog-right-slide-fade-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dialog-right-slide-fade-enter.rc-dialog-right-slide-fade-enter-active,
.rc-dialog-right-slide-fade-appear.rc-dialog-right-slide-fade-appear-active {
  -webkit-animation-name: rcDialogRightSlideFadeIn;
          animation-name: rcDialogRightSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.rc-dialog-right-slide-fade-leave.rc-dialog-right-slide-fade-leave-active {
  -webkit-animation-name: rcDialogRightSlideFadeOut;
          animation-name: rcDialogRightSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

@-webkit-keyframes rcDialogRightSlideFadeIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes rcDialogRightSlideFadeIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rcDialogRightSlideFadeOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes rcDialogRightSlideFadeOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.rc-dialog-top-slide-fade-enter,
.rc-dialog-top-slide-fade-appear {
  -webkit-transform: translate(0, -500px);
      -ms-transform: translate(0, -500px);
          transform: translate(0, -500px);
}

.rc-dialog-top-slide-fade-enter,
.rc-dialog-top-slide-fade-appear,
.rc-dialog-top-slide-fade-leave {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dialog-top-slide-fade-enter.rc-dialog-top-slide-fade-enter-active,
.rc-dialog-top-slide-fade-appear.rc-dialog-top-slide-fade-appear-active {
  -webkit-animation-name: rcDialogTopSlideFadeIn;
          animation-name: rcDialogTopSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dialog-top-slide-fade-leave.rc-dialog-top-slide-fade-leave-active {
  -webkit-animation-name: rcDialogTopSlideFadeOut;
          animation-name: rcDialogTopSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcDialogTopSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -500px);
            transform: translate(0, -500px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rcDialogTopSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -500px);
            transform: translate(0, -500px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes rcDialogTopSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, -500px);
            transform: translate(0, -500px);
  }
}

@keyframes rcDialogTopSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, -500px);
            transform: translate(0, -500px);
  }
}

.rc-dialog-topTool-slide-fade-enter,
.rc-dialog-topTool-slide-fade-appear {
  -webkit-transform: translate(0, -88px);
      -ms-transform: translate(0, -88px);
          transform: translate(0, -88px);
}

.rc-dialog-topTool-slide-fade-enter,
.rc-dialog-topTool-slide-fade-appear,
.rc-dialog-topTool-slide-fade-leave {
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-dialog-topTool-slide-fade-enter.rc-dialog-topTool-slide-fade-enter-active,
.rc-dialog-topTool-slide-fade-appear.rc-dialog-topTool-slide-fade-appear-active {
  -webkit-animation-name: rcDialogTopToolSlideFadeIn;
          animation-name: rcDialogTopToolSlideFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-dialog-topTool-slide-fade-leave.rc-dialog-topTool-slide-fade-leave-active {
  -webkit-animation-name: rcDialogTopToolSlideFadeOut;
          animation-name: rcDialogTopToolSlideFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes rcDialogTopToolSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -88px);
            transform: translate(0, -88px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes rcDialogTopToolSlideFadeIn {
  0% {
    -webkit-transform: translate(0, -88px);
            transform: translate(0, -88px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes rcDialogTopToolSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, -88px);
            transform: translate(0, -88px);
    opacity: 0;
  }
}

@keyframes rcDialogTopToolSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, -88px);
            transform: translate(0, -88px);
    opacity: 0;
  }
}

@-webkit-keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .1;
  }
}

@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .1;
  }
}

@-webkit-keyframes rcDialogFadeOut {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rcDialogFadeOut {
  0% {
    opacity: .1;
  }

  100% {
    opacity: 0;
  }
}
.footer {
  min-height: 44px;
}
@charset "UTF-8";

@font-face {
  font-family: 'sysicomoon';
  src: url(../images/834c9ceb.sysicomoon.eot);
  src: url(../images/834c9ceb.sysicomoon.eot) format("embedded-opentype"), url(../images/bb1e9ebe.sysicomoon.ttf) format("truetype"), url(../images/8b296b11.sysicomoon.woff) format("woff"), url(../images/b7aef490.sysicomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="m-sys-"], [class*=" m-sys-"] {
  font-family: 'sysicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-sys-toast-success:before {
  content: "\E929";
}

.m-sys-toast-faile:before {
  content: "\E92A";
}

.m-sys-wodegongzi:before {
  content: "\E903";
}

.m-sys-wodedangan:before {
  content: "\E926";
}

.m-sys-tuanduichengyuan:before {
  content: "\E982";
}

.m-sys-shenpi:before {
  content: "\E983";
}

.m-sys-qingjia:before {
  content: "\E984";
}

.m-sys-qiandao:before {
  content: "\E985";
}

.m-sys-ocean:before {
  content: "\E986";
}

.m-sys-kaoqinrili:before {
  content: "\E987";
}

.m-sys-kaoqin:before {
  content: "\E988";
}

.m-sys-jixiao:before {
  content: "\E989";
}

.m-sys-jiaban:before {
  content: "\E98A";
}

.m-sys-gengduo:before {
  content: "\E98B";
}

.m-sys-elearning:before {
  content: "\E98C";
}

.m-sys-dongtai:before {
  content: "\E98D";
}

.m-sys-group:before {
  content: "\E94A";
}

.m-sys-telephone:before {
  content: "\E97D";
}

.m-sys-note:before {
  content: "\E97E";
}

.m-sys-mobile:before {
  content: "\E97F";
}

.m-sys-刷新:before {
  content: "\E980";
  color: #0095ff;
}

.m-sys-加载失败:before {
  content: "\E981";
  color: #0095ff;
}

.m-sys-backward:before {
  content: "\E91D";
}

.m-sys-guanbi:before {
  content: "\E949";
}

.m-sys-xiaoxi-active:before {
  content: "\E979";
  color: #1695f0;
}

.m-sys-wo-active:before {
  content: "\E97A";
  color: #1695f0;
}

.m-sys-tongxunlu-active:before {
  content: "\E97B";
  color: #1695f0;
}

.m-sys-gongzuo-active:before {
  content: "\E97C";
  color: #0088f1;
}

.m-sys-nv:before {
  content: "\E976";
  color: #f6a3d8;
}

.m-sys-nan:before {
  content: "\E978";
  color: #4dd0e1;
}

.m-sys-eye:before {
  content: "\E951";
}

.m-sys-zuzhijiagou:before {
  content: "\E95C";
}

.m-sys-zuzhigoucheng:before {
  content: "\E95D";
}

.m-sys-zhanghushezhi:before {
  content: "\E95E";
}

.m-sys-xinjian .path1:before {
  content: "\E95F";
  color: #1695f0;
}

.m-sys-xinjian .path2:before {
  content: "\E960";
  margin-left: -1em;
  color: #fafafa;
}

.m-sys-xiaoxishezhi:before {
  content: "\E961";
}

.m-sys-xiaoxi:before {
  content: "\E962";
}

.m-sys-wodetuandui:before {
  content: "\E963";
}

.m-sys-wodeshangjin:before {
  content: "\E964";
}

.m-sys-woderenwu:before {
  content: "\E965";
}

.m-sys-wodequnzu:before {
  content: "\E966";
}

.m-sys-wodemingpian .path1:before {
  content: "\E967";
  color: #ff9500;
}

.m-sys-wodemingpian .path2:before {
  content: "\E968";
  margin-left: -0.857421875em;
  color: white;
}

.m-sys-wodekaoqin .path1:before {
  content: "\E969";
  color: #349bf6;
}

.m-sys-wodekaoqin .path2:before {
  content: "\E96A";
  margin-left: -0.869140625em;
  color: white;
}

.m-sys-wodekaoqin .path3:before {
  content: "\E96B";
  margin-left: -0.869140625em;
  color: white;
}

.m-sys-wo:before {
  content: "\E96C";
}

.m-sys-tongxunlu:before {
  content: "\E96D";
}

.m-sys-shuaxin:before {
  content: "\E96E";
}

.m-sys-shezhi:before {
  content: "\E96F";
}

.m-sys-lishi:before {
  content: "\E970";
}

.m-sys-guanyu .path1:before {
  content: "\E971";
  color: #8bda44;
}

.m-sys-guanyu .path2:before {
  content: "\E972";
  margin-left: -1em;
  color: white;
}

.m-sys-guanyu .path3:before {
  content: "\E973";
  margin-left: -1em;
  color: white;
}

.m-sys-gongzuo:before {
  content: "\E974";
}

.m-sys-gender-female:before {
  content: "\E975";
}

.m-sys-denglushezhi:before {
  content: "\E977";
}

.m-sys-more-button:before {
  content: "\E95B";
}

.m-sys-cancleprocess .path1:before {
  content: "\E958";
  color: #8bda44;
}

.m-sys-cancleprocess .path2:before {
  content: "\E95A";
  margin-left: -1em;
  color: white;
}

.m-sys-attendance:before {
  content: "\E954";
}

.m-sys-achievements:before {
  content: "\E956";
}

.m-sys-vacation:before {
  content: "\E953";
}

.m-sys-overtime:before {
  content: "\E955";
}

.m-sys-approval:before {
  content: "\E959";
}

.m-sys-pitchon:before {
  content: "\E941";
}

.m-sys-add .path1:before {
  content: "\E94C";
  color: #1695f0;
}

.m-sys-add .path2:before {
  content: "\E94D";
  margin-left: -1em;
  color: white;
}

.m-sys-add .path3:before {
  content: "\E94E";
  margin-left: -1em;
  color: white;
}

.m-sys-reduce .path1:before {
  content: "\E94F";
  color: #9da1a3;
}

.m-sys-reduce .path2:before {
  content: "\E950";
  margin-left: -1em;
  color: white;
}

.m-sys-form-filter:before {
  content: "\E902";
}

.m-sys-charts:before {
  content: "\E946";
}

.m-sys-pull-refresh:before {
  content: "\E947";
}

.m-sys-small-close:before {
  content: "\E948";
}

.m-sys-edit:before {
  content: "\E943";
}

.m-sys-batch:before {
  content: "\E944";
}

.m-sys-chexiao:before {
  content: "\E936";
}

.m-sys-huifu:before {
  content: "\E937";
}

.m-sys-jiacu:before {
  content: "\E938";
}

.m-sys-jianshaosuojin:before {
  content: "\E939";
}

.m-sys-wuxupailie:before {
  content: "\E93A";
}

.m-sys-xiahuaxian:before {
  content: "\E93B";
}

.m-sys-youxupailie:before {
  content: "\E93C";
}

.m-sys-zengjiasuojin:before {
  content: "\E93D";
}

.m-sys-zhonghuaxian:before {
  content: "\E93E";
}

.m-sys-approval-progress .path1:before {
  content: "\E92C";
  color: #349af6;
}

.m-sys-approval-progress .path2:before {
  content: "\E92F";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-complate .path1:before {
  content: "\E93F";
  color: #8bda44;
}

.m-sys-approval-complate .path2:before {
  content: "\E940";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-end-false .path1:before {
  content: "\E934";
  color: #bfc4c7;
}

.m-sys-approval-end-false .path2:before {
  content: "\E935";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-end-true .path1:before {
  content: "\E92D";
  color: #8bda44;
}

.m-sys-approval-end-true .path2:before {
  content: "\E92E";
  margin-left: -1em;
  color: white;
}

.m-sys-kaishi-yiwancheng .path1:before {
  content: "\E930";
  color: #8bda44;
}

.m-sys-kaishi-yiwancheng .path2:before {
  content: "\E931";
  margin-left: -1em;
  color: white;
}

.m-sys-weikaishi .path1:before {
  content: "\E932";
  color: #bfc4c7;
}

.m-sys-weikaishi .path2:before {
  content: "\E933";
  margin-left: -1em;
  color: white;
}

.m-sys-caozuojilu .path1:before {
  content: "\E900";
  color: #007ed9;
  opacity: 0.3;
}

.m-sys-caozuojilu .path2:before {
  content: "\E901";
  margin-left: -1em;
  color: #007ed9;
}

.m-sys-warning .path1:before {
  content: "\E904";
  color: white;
}

.m-sys-warning .path2:before {
  content: "\E952";
  margin-left: -1em;
  color: #349af6;
}

.m-sys-success .path1:before {
  content: "\E905";
  color: white;
}

.m-sys-success .path2:before {
  content: "\E906";
  margin-left: -0.94140625em;
  color: #00e099;
}

.m-sys-success .path3:before {
  content: "\E907";
  margin-left: -0.94140625em;
  color: #00e099;
}

.m-sys-file .path1:before {
  content: "\E908";
  color: #e6ebee;
}

.m-sys-file .path2:before {
  content: "\E909";
  margin-left: -0.7998046875em;
  color: white;
}

.m-sys-file .path3:before {
  content: "\E90A";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path4:before {
  content: "\E90B";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path5:before {
  content: "\E90C";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path6:before {
  content: "\E90D";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-close .path1:before {
  content: "\E90E";
  color: white;
}

.m-sys-close .path2:before {
  content: "\E90F";
  margin-left: -1em;
  color: #ff7360;
}

.m-sys-error .path1:before {
  content: "\E910";
  color: white;
}

.m-sys-error .path2:before {
  content: "\E911";
  margin-left: -1em;
  color: #ff9500;
}

.m-sys-yuanxingjiahao:before {
  content: "\E912";
}

.m-sys-guanbisanjiao:before {
  content: "\E913";
}

.m-sys-duobuforward:before {
  content: "\E914";
}

.m-sys-duobubackward:before {
  content: "\E915";
}

.m-sys-danbuforward:before {
  content: "\E916";
}

.m-sys-danbubackward:before {
  content: "\E917";
}

.m-sys-aite:before {
  content: "\E918";
}

.m-sys-jiahao:before {
  content: "\E919";
}

.m-sys-yuanxingguanbi .path1:before {
  content: "\E91A";
  color: #acb7bf;
}

.m-sys-yuanxingguanbi .path2:before {
  content: "\E91B";
  margin-left: -1em;
  color: white;
}

.m-sys-forward:before {
  content: "\E91C";
}

.m-sys-arrowup:before {
  content: "\E91E";
}

.m-sys-arrowdown:before {
  content: "\E91F";
}

.m-sys-singlebox:before {
  content: "\E920";
}

.m-sys-checkbox:before {
  content: "\E921";
}

.m-sys-checkbox-active:before {
  content: "\E922";
  color: #007ed9;
}

.m-sys-morengongneng:before {
  content: "\E924";
}

.m-sys-sousuo:before {
  content: "\E928";
}

.icon-active:before {
  color: #007ed9;
}

.icon-disabled:before {
  color: #e6eaed;
}

.icon-disabled {
  pointer-events: none;
}

.icon-disabled .path1:before {
  color: #e6eaed;
}

.big {
  font-size: 32px !important;
}

.small {
  font-size: 16px !important;
}

.m-sys-bgcolor.sys-bgcolor-f1 {
  background-color: #ff7360;
}

.m-sys-bgcolor.sys-bgcolor-f2 {
  background-color: #ff9500;
}

.m-sys-bgcolor.sys-bgcolor-f3 {
  background-color: #ffc300;
}

.m-sys-bgcolor.sys-bgcolor-f4 {
  background-color: #8bda44;
}

.m-sys-bgcolor.sys-bgcolor-f5 {
  background-color: #00e099;
}

.m-sys-bgcolor.sys-bgcolor-f6 {
  background-color: #4dd0e1;
}

.m-sys-bgcolor.sys-bgcolor-f7 {
  background-color: #39b6ff;
}

.m-sys-bgcolor.sys-bgcolor-f8 {
  background-color: #349af6;
}

.m-sys-bgcolor.sys-bgcolor-f9 {
  background-color: #8a92ff;
}
@charset "UTF-8";

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.ui-button {
  width: 100%;
  border-radius: 1px;
  text-align: center;
  box-sizing: border-box;
  font-size: .14rem;
}

.ui-button .btn {
  height: 0.49rem;
  line-height: 0.49rem;
  text-align: center;
  color: #000;
  display: -webkit-box;
    /* 09版本*/
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  border-radius: 3px;
}

.ui-button .btn-icon {
  font-size: 0.16rem;
  line-height: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-button .btn-icon .btn-tex {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 0.04rem;
  padding-left: 0.04rem;
  height: 0.14rem;
  line-height: 0.14rem;
  margin-bottom: 0.1rem;
  margin-top: 0.02rem;
  font-size: 0.1rem;
  color: #349af6;
}

.ui-button .icon-left {
  vertical-align: middle;
}

.ui-button .icon-left .icon {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.ui-button .btn-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-button .btn-span {
  font-size: 18px;
  height: 0.18rem;
  width: 0.18rem;
  margin-top: 0.1rem;
  border-radius: 10px;
  line-height: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.ui-button .iconFont {
  height: 0.16rem;
  width: 0.16rem;
  vertical-align: middle;
}

.ui-button .iconFont span {
  height: 0.2rem;
  width: 0.2rem;
}

.ui-button .btn:active, .ui-button .btn-icon:active {
  background: rgba(0, 0, 0, 0.15);
}
.datepicker-block {
  display: block;
  text-align: center;
  width: 100%;
  height: 44px;
  font-size: 14px;
  padding: 14px 0px;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(236, 234, 234, 0.23);
  position: relative;
  z-index: 2;
  background: #FFF;
}

.datepicker-block .datepicker-title {
  font-size: 14px;
  color: #1E80C7;
  line-height: 16px;
  background-color: #FFF;
}

.datepicker-block .datepicker-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #1e80c7;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.datepicker_wrap {
  z-index: 1;
}

.datepicker_wrap .searchItem-footer-border {
  position: relative;
  overflow: hidden;
}

.datepicker_wrap .searchItem-footer-border .ui-button {
  width: 50%;
  float: left;
}

.datepicker_wrap .searchItem-footer-border .ui-button .btn {
  height: 44px;
  color: #fff;
}

.datepicker_wrap .searchItem-footer-border .ui-button.btn_empty {
  background: #fff;
}

.datepicker_wrap .searchItem-footer-border .ui-button.btn_empty .btn {
  color: #1E80C7;
}

.datepicker_wrap .searchItem-footer-border .ui-button.btn_submit {
  background: #1695f0;
}

.datepicker_wrap .searchItem-footer-border:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-top: 1px solid #E6E7E8;
}
@charset "UTF-8";

.ui-page {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 头、中部、脚纵向显示 */
  margin: 0;
  overflow: scroll;
  font-size: 16px;
}
.ui-page .ui-page-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: .14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.border-1px:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
}

.border-b:after {
  border-bottom: 1px solid #e6e7e8;
}

.border-r:after {
  border-right: 1px solid #e6e7e8;
}

.ui-grid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ui-grid-box .grid-cell {
  width: 25%;
  padding: .12rem .04rem 0 .04rem;
  box-sizing: border-box;
  position: relative;
}

.ui-grid-box .grid-cell:active {
  background-color: #e4ebf0;
}

.ui-grid-box .grid-icon {
  height: .44rem;
  width: .44rem;
  border-radius: .12rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  font-size: .20rem;
  line-height: .44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-grid-box .grid-icon-text {
  line-height: .16rem;
  font-size: .14rem;
  margin: .08rem .04rem .12rem .04rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #36434d;
  background: transparent;
}
.tab-items {
  color: #3a4247;
  width: 100%;
}

.tab-items .active-tab-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #1695F0;
  width: .2rem;
}

.tab-items .tab-item-title {
  padding: 0 .1rem;
  margin: 0 .12rem;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 6px;
  line-height: .2rem;
}

.tab-items .tab-item-title.active-tab {
  color: #1695F0;
  border-bottom: 2px solid #1695f0;
}

.tab-container .tab-items {
  text-align: center;
  position: relative;
  font-size: .16rem;
  background: #fafafa;
  width: 100%;
}

.tab-container .tab-items:after {
  border-bottom: 1px solid #e6eaed;
}

.tab-container .tab-items .tab-item-title {
  line-height: 1;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

header {
  height: .44rem;
  -webkit-transition: height .5s;
  transition: height .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: .18rem;
  line-height: .44rem;
  position: relative;
  z-index: 2;
  background: #fafafa;
  color: #667580;
}

header.border-1px:after {
  border-bottom: 1px solid #e4ebf0;
}

header.show {
  height: .44rem;
}

header.hide {
  height: 0px;
}

header .nav-left {
  min-width: .7rem;
  text-align: left;
  padding-left: .12rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .nav-right {
  min-width: .7rem;
  text-align: right;
  padding-right: .12rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .nav-right .icon {
  margin-left: .16rem;
}

header .nav-center {
  text-align: center;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #3A4247;
}

header .nav-center .nav-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
      /*
            text-overflow: ellipsis;
            overflow: hidden;
            
            white-space: nowrap;
            */
}

header a {
  font-size: .16rem;
  color: #007ed9;
}
.search-nav {
  background: #f5f6f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: .44rem;
  -webkit-transition: height 500ms;
  transition: height 500ms;
  display: -webkit-box;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-size: .18rem;
  line-height: .44rem;
  position: relative;
  z-index: 2;
  background: #fafafa;
  color: #667580;
}

.search-nav a {
  font-size: .16rem;
  color: #007ed9;
}

.search-nav input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.search-nav input:focus {
  outline: none;
}

.search-nav a {
  background-color: transparent;
    /* 1 */
  -webkit-text-decoration-skip: objects;
    /* 2 */
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.search-nav a:active,
  .search-nav a:hover {
  outline-width: 0;
  text-decoration: none;
}

.search-nav.border-1px:after {
  border-bottom: 1px solid #e6eaed;
}

.search-nav .cancel-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  .56rem;
      -ms-flex: 0 0  .56rem;
          flex: 0 0  .56rem;
  text-align: center;
}

.search-nav .search-input {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin: .08rem .04rem .08rem .12rem;
  padding-right: .22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  border-radius: .14rem;
  background: #fff;
}

.search-nav .icon.search-icon {
  line-height: .28rem;
  padding-left: .06rem;
}

.search-nav .icon.close-icon {
  position: absolute;
  line-height: .28rem;
  padding-right: .06rem;
  right: 0;
  bottom: 0;
}

.search-nav input {
  height: .28rem;
  line-height: .16rem;
  font-size: .14rem;
  padding: .06rem;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  border-radius: 0 .14rem .14rem 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.default-avatar {
  background-color: #e6eaed;
}

.default-avatar div {
  width: 22px;
  height: 40px;
  margin: 0 auto;
    /* margin-top: 6px; */
  background-image: url(../images/089edd47.default-avatar.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
}

[class^='avatar-'] {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: inline-block;
}

.avatar-medium {
  border-radius: 50%;
  height: .32rem;
  width: .32rem;
  font-size: .14rem;
  line-height: .32rem;
}

.avatar-null {
  color: #bfc4c7;
  background-color: #f3f4f5;
}

.avatar-small {
  border-radius: 50%;
  height: .16rem;
  width: .16rem;
  font-size: .10rem;
  line-height: .16rem;
}

.avatar-original {
  border-radius: 50%;
  height: .56rem;
  width: .56rem;
  font-size: .14rem;
  line-height: .56rem;
}

.avatar-big {
  border-radius: 50%;
  height: .4rem;
  width: .4rem;
  font-size: .12rem;
  line-height: .4rem;
}
.statusIcon {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  box-sizing: border-box;
  text-align: center;
  max-width: 108px;
  min-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #6B7175;
}

.outstand {
  color: #1695f0;
}

.rowbuttongroup .statusIcon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border-radius: 86px;
  border: 1px solid #E6E7E8;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  box-sizing: border-box;
}

.rowbuttongroup .outstand:after {
  border: 1px solid #a5d1f0;
}

.statusIcon.more {
  width: 52px;
  max-width: 52px;
  min-width: 52px;
  text-overflow: clip;
  box-sizing: border-box;
}

.statusIcon:nth-child(2) {
  margin: 0 8px;
}

.statusIcon:active {
  color: #959A9E;
  background-color: #E6E7E8;
  border-radius: 86px;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
}
@charset "UTF-8";

.table-item {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 12px 16px 12px;
  box-sizing: border-box;
  margin-bottom: 8px;
  /*当列表上有checkbox时*/
  /*当列表上有头像时*/
  /*当列表上有异步行按钮时*/
}

.table-item.isAndroid {
  padding: 16px 16px 10px;
}

.table-item.isAndroid .info-container .empty-margin-bottom {
  margin-bottom: 4px;
}

.table-item:last-child {
  margin-bottom: 0;
}

.table-item .rowbuttongroup {
  position: relative;
  padding: 7px 8px 6px;
  box-sizing: border-box;
}

.table-item .groupline {
  position: absolute;
  width: 100%;
  display: inline-block;
  left: 0;
  top: 0;
}

.table-item .groupline:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border-top: 1px solid #E6E7E8;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  box-sizing: border-box;
}

.table-item .checkbox-container {
  width: .28rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table-item .checkbox-container .icon-radio {
  display: block;
  height: .16rem;
  width: .16rem;
  border-radius: .08rem;
  border: 1px solid #acb7bf;
  box-sizing: border-box;
}

.table-item .checkbox-container .icon-radio-active {
  display: block;
  height: .16rem;
  width: .16rem;
  border-radius: .08rem;
  border: 1px solid #007ed9;
  box-sizing: border-box;
}

.table-item .checkbox-container .icon-radio-active:after {
  width: .06rem;
  height: .06rem;
  background-color: #007ed9;
  border-radius: .03rem;
  content: ' ';
  position: absolute;
  margin: .04rem;
}

.table-item .media-container {
  width: .52rem;
  display: inline-block;
  vertical-align: top;
}

.table-item .media-container .table-item-avatar {
  display: block;
}

.table-item .info-container {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.table-item .info-container.check-pos {
  margin-left: .28rem;
}

.table-item .info-container .main-title {
  font-size: .16rem;
  line-height: .2rem;
  font-weight: 600;
  color: #3A4247;
  margin-bottom: .04rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.table-item .info-container .main-title.empty-content {
  margin-bottom: 0;
  margin-top: 0.04rem;
}

.table-item .info-container .empty-margin-bottom {
  margin-bottom: .08rem;
}

.table-item .info-container .submain-title {
  margin-bottom: .08rem;
  font-size: .14rem;
  line-height: .16rem;
  color: #3A4247;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.table-item .info-container ul {
  color: #6B7175;
}

.table-item .info-container li {
  line-height: .16rem;
  font-size: .14rem;
  padding: .02rem 0;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-item.hasCheck .info-container {
  width: calc(100% - 28px);
}

.table-item.hasCheck.hasMedia .info-container {
  width: calc(100% - 80px);
  margin-left: 0;
}

.table-item.hasCheck.hasMedia .media-container {
  margin-left: 28px;
}

.table-item.hasMedia {
  padding: 12px;
}

.table-item.hasMedia.hasAsynRowHandler .info-container {
  width: calc(100% - 80px);
}

.table-item.hasMedia.hasAsynRowHandler.isSyncRowHandler .info-container {
  width: calc(100% - 52px);
}

.table-item.hasMedia.hasAsynRowHandler.isSyncRowHandler .paddingForSyncRowHandler {
  padding: 12px;
}

.table-item.hasMedia .info-container {
  width: calc(100% - 52px);
}

.table-item.hasAsynRowHandler {
    /*并且是同步行按钮时*/
}

.table-item.hasAsynRowHandler .info-container {
  width: calc(100% - 36px);
}

.table-item.hasAsynRowHandler.isSyncRowHandler {
  padding: 0;
}

.table-item.hasAsynRowHandler.isSyncRowHandler .info-container {
  width: 100%;
}

.table-item.hasAsynRowHandler.isSyncRowHandler .paddingForSyncRowHandler {
  padding: 12px 16px 16px;
}

.table-item.hasAsynRowHandler.isSyncRowHandler .paddingForSyncRowHandler.isAndroid {
  padding: 16px 16px 10px;
}

.table-item .table-icon-Artboard {
  display: inline-block;
  float: right;
  margin-top: -2px;
  right: 16px;
  height: 32px;
  width: 32px;
  background: url(../images/2323dc34.Artboard.svg) no-repeat 6px 5px;
  position: absolute;
  top: 10px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}
li {
  list-style: none;
}

.simple-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: .12rem 0;
  margin: 0 .08rem .08rem .08rem;
  border-radius: .03rem;
  background: #fff;
}

.simple-item .simple-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 .32rem;
      -ms-flex: 0 0 .32rem;
          flex: 0 0 .32rem;
  width: .32rem;
  height: .32rem;
  border-radius: 10px;
  margin: 0 .12rem;
  text-align: center;
  line-height: .32rem;
  color: #fff;
}

.simple-item .simple-title {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: .06rem 0;
  font-size: .16rem;
  line-height: .2rem;
  color: #667580;
  overflow: hidden;
  word-wrap: break-word;
}

.simple-item .simple-icon {
  line-height: .32rem;
  color: #9da1a3;
  margin-right: .12rem;
}
.modal_popup.rc-dialog {
  bottom: 50%;
}

.ui-modal {
  width: 2.7rem;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .18rem 0rem 0rem;
  border-radius: .10rem;
  background: #fff;
  font-size: 0.16rem;
  box-sizing: border-box;
}

.ui-modal .ui-modal-inner {
  position: relative;
  padding: 0rem .18rem 0rem;
}

.ui-modal .ui-modal-inner .ui-modal-title {
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #000;
  word-break: break-all;
}

.ui-modal .ui-modal-inner .ui-modal-title-align {
  text-align: justify;
}

.ui-modal .ui-modal-inner .ui-modal-content {
  font-size: .14rem;
  line-height: 1.4;
  text-align: center;
  margin-top: .15rem;
  color: #6b7175;
  max-height: 90px;
  overflow-y: auto;
  word-break: break-all;
}

.ui-modal .ui-modal-inner .bottom-gradient {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 20px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.ui-modal .ui-modal-buttons {
  margin-top: .20rem;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  display: -webkit-flex;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #0095ff;
}

.ui-modal .ui-modal-buttons .ui-modal-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .12rem 0rem;
  border-top: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
}

.ui-modal .ui-modal-buttons .ui-modal-button:last-child {
  border-right: none;
}
.ui-prompts {
  font-size: 0.16rem;
  width: 100%;
  min-height: 0.4rem;
  max-height: 100%;
  overflow-y: scroll;
  line-height: 0.4rem;
  color: #fff;
  position: fixed;
  z-index: 10005;
}

.ui-prompts .icon-container {
  width: 0.4rem;
  min-height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-prompts .icon-container .icon-error {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/c2329dd0.error.svg) no-repeat;
}

.ui-prompts .front {
  float: left;
}

.ui-prompts .after {
  float: right;
}

.ui-prompts .message {
  margin: 0 0.4rem;
  font-size: 0.16rem;
  padding: 0.08rem 0;
  line-height: 0.24rem;
  min-height: 0.24rem;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}

.ui-prompts .icon {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}

.display {
  display: none;
}

.chos-error {
  background: #ff7360;
}

.chos-notc {
  background: #349af6;
}

.chos-suc {
  background: #00e099;
}

.chos-warn {
  background: #ff9500;
}

.empty-top {
  top: 0;
}

.empty-top.ui-prompts {
  max-height: 100%;
}

.default-top {
  top: 44px;
}

.default-top.ui-prompts {
  max-height: calc(100% - 44px);
}

.iPhone-top {
  top: 64px;
}

.iPhone-top.ui-prompts {
  max-height: calc(100% - 64px);
}

.Android-top {
  top: 69px;
}

.autoHideTip {
  -webkit-animation: mymove linear 3s forwards;
          animation: mymove linear 3s forwards;
}

@-webkit-keyframes mymove {
  0% {
    opacity: 0;
    z-index: 10005;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes mymove {
  0% {
    opacity: 0;
    z-index: 10005;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 1;
  }
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
.tip-box {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
  padding: 5px 36px 5px 12px;
  width: -webkit-max-content;
  width: max-content;
}

.tip-box .tip-txt {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
}

.tip-box .tip-close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 18px;
  width: 30px;
  height: 30px;
  background-size: 16px 16px;
  background-image: url(../images/d4aa979d.tipclose.png);
  background-repeat: no-repeat;
  background-position: center;
}

.tip-box .triangle-down, .tip-box .triangle-up {
  position: absolute;
}

.tip-box .triangle-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  bottom: -7px;
}

.tip-box .triangle-up {
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
}
.radius-label {
  position: relative;
  display: inline-block;
  line-height: 10px;
  font-size: 10px;
  text-align: center;
  padding: 3px 8px 2px;
  border-radius: 10px;
  color: #1695f0;
}

.radius-label:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border: 1px solid #349AF6;
  border-radius: 32px;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.border-1px:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
}

.readonly-input-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: .16rem;
  color: #9da0a3;
  background-color: #fff;
}

.readonly-input-container:after {
  border-bottom: 1px solid #e6e7e8;
}

.readonly-input-container .readonly-label {
  max-width: 1.12rem;
  word-wrap: break-word;
  word-break: break-all;
  line-height: .2rem;
  margin-right: .08rem;
  font-size: .16rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.readonly-input-container .readonly-value {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #9da0a3;
  font-size: .16rem;
}

.readonly-input-container .arrow-btn {
  font-size: .16rem;
  position: absolute;
  right: .12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #E6E7E8;
}
.input-group {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: .16rem;
  background-color: #fff;
}

.input-group:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #e6e7e8;
}

.input-group input::-webkit-input-placeholder {
  color: #bfc4c7;
  opacity: 1;
}

.input-group .labelin {
  padding: .14rem .08rem .14rem .12rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  max-width: 1.12rem;
  line-height: .2rem;
  word-wrap: break-word;
  color: #3a4247;
  word-break: break-all;
}

.input-group .textin {
  width: 100%;
  padding: .14rem .32rem .14rem .12rem;
  text-align: right;
  line-height: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3a4247;
  font-size: .16rem;
  background-color: #fff;
  -webkit-tap-highlight-color: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.input-group .input-required {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.input-group .input-required.hide-required {
  display: none;
}

.input-group.error-line:after {
  border-bottom: 1px solid #f20000;
}

.input-group .arrow-btn {
  font-size: .16rem;
  position: absolute;
  right: .12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9DA0A3;
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
}

input:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.searchItem-footer-border {
  position: relative;
  overflow: hidden;
}

.searchItem-footer-border .ui-button {
  width: 50%;
  float: left;
}

.searchItem-footer-border .ui-button .btn {
  height: .44rem;
  color: #fff;
}

.searchItem-footer-border .ui-button.btn_empty {
  background: #fff;
}

.searchItem-footer-border .ui-button.btn_empty .btn {
  color: #1E80C7;
}

.searchItem-footer-border .ui-button.btn_submit {
  background: #1695f0;
}

.searchItem-footer-border:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #E6E7E8;
}
.search-input-container {
  background: #fafafa;
  font-size: .14rem;
}

.search-input-container.active .search-input {
  border-color: #1695F0;
}

.search-input-container .search-input {
  height: .4rem;
  box-sizing: border-box;
  padding-left: .1rem;
  padding-right: .08rem;
  width: 90%;
  margin: .4rem 5% 1.26rem;
  border-radius: 3px;
  border: 1px solid #E6E7E8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-input-container input::-webkit-input-placeholder {
  color: #bfc4c7;
  opacity: 1;
}
.arrow-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: .16rem;
  background-color: #fff;
  /*overflow: hidden;*/
}

.arrow-container:after {
  border-bottom: 1px solid #e6e7e8;
}

.arrow-container input::-webkit-input-placeholder {
  color: #bfc4c7;
  opacity: 1;
}

.arrow-container .input-label {
    /*float: left;*/
  display: inline-block;
  max-width: 1.12rem;
  word-wrap: break-word;
  line-height: .2rem;
  margin-right: .08rem;
  color: #3a4247;
  font-size: .16rem;
  vertical-align: top;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  word-break: break-all;
}

.arrow-container .input-required {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.arrow-container .hide-required {
  display: none;
}

.arrow-container .input-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  line-height: .2rem;
  color: #3a4247;
  font-size: .16rem;
  background-color: #fff;
  -webkit-tap-highlight-color: 0;
}

.arrow-container.error-line:after {
  border-bottom: 1px solid #f20000;
}

.arrow-container .arrow-btn {
  font-size: .16rem;
  position: absolute;
  right: .12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9DA0A3;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

.border-1px:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
}

.textarea-container {
  font-size: .16rem;
  position: relative;
  padding-left: .12rem;
  padding-right: .12rem;
  padding-bottom: 0.14rem;
  padding-top: 0.14rem;
  background: #fff;
}

.textarea-container:after {
  border-bottom: 1px solid #e6e7e8;
}

.textarea-container .textarea-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.textarea-container .textarea-title-box .textarea-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  color: #3a4247;
}

.textarea-container .textarea-title-box .textarea-title .textarea-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  margin-right: 8px;
}

.textarea-container .textarea-title-box .textarea-title .required {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.textarea-container .textarea-title-box .front-count {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #1e80c7;
  width: .42rem;
  line-height: .18rem;
  padding-left: .08rem;
  font-size: .12rem;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.textarea-container .textarea-title-box .count-over {
  color: #f53100;
}

.textarea-container .textarea-title-box .count-no-over {
  color: #1e80c7;
}

.textarea-container textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  resize: none;
  line-height: .2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: .16rem;
  color: #3a4247;
  height: .6rem;
  width: 100%;
  margin-top: .12rem;
  border: transparent;
  outline: transparent;
}

.textarea-container textarea:focus {
  outline: none;
}

.textarea-container textarea::-webkit-input-placeholder {
  color: #bfc4c7 !important;
}

.textarea-container.error-line:after {
  border-bottom: 1px solid #f20000;
}

.textarea-container .read-only {
  color: #9da0a3;
}

.textarea-container .padding {
  padding-left: 12px;
  padding-right: 32px;
}
.search-block-container {
  font-size: .14rem;
}

.search-block-container .search-input-block-container {
  box-sizing: border-box;
  width: 90%;
  margin: 0 5%;
  padding: .4rem 0 1.26rem;
}

.search-block-container .search-input-block-container .search-input-block {
  width: 42%;
  height: .4rem;
  box-sizing: border-box;
  padding-left: .1rem;
  border-radius: 3px;
  border: 1px solid #E6E7E8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-block-container .search-input-block-container .search-input-block.active {
  border-color: #1695F0;
}

.search-block-container .search-input-block-container .block-line {
  width: 16px;
  color: #BFC4C7;
  display: inline-block;
  height: 1px;
  background: #BFC4C7;
  margin: 0 .1rem;
  position: relative;
  top: -4px;
}

.search-block-container input::-webkit-input-placeholder {
  color: #bfc4c7;
  opacity: 1;
}
input::-webkit-input-placeholder
, input:-moz-placeholder
, input::-moz-placeholder
, input:-ms-input-placeholder {
  color: #bfc4c7;
}

.normal-block-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: .16rem;
  background-color: #fff;
}

.normal-block-container .input-label {
  display: inline-block;
  max-width: 1.12rem;
  word-wrap: break-word;
  line-height: .2rem;
  margin-right: .08rem;
  color: #3a4247;
  word-break: break-all;
  font-size: .16rem;
  vertical-align: top;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.normal-block-container .input-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  line-height: .2rem;
  color: #3a4247;
  font-size: .16rem;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.normal-block-container .input-content .input-block {
  width: calc(50% - 16px);
  text-align: center;
  position: absolute;
  padding: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.normal-block-container .input-content .symbol {
  width: .32rem;
  height: .01rem;
  border-radius: .1rem;
  background-color: #9DA0A3;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
}

.normal-block-container:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #e6e7e8;
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
}

input:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
/*!
 * UEditor Mini版本
 * version: 1.2.2
 * build: Fri Feb 10 2017 15:00:06 GMT+0800 (CST)
 */
 .richEditor_popup .edui-container div:nth-child(1) {
    height: 0 !important;
 }
.richEditor_popup .edui-container .edui-toolbar {
    height: 47px !important;
 }
.richEditor_popup .ui-page .edui-toolbar {
    position: static !important;
}
.edui-container *{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.edui-container p{
   margin: 0;
   padding: 0;
   line-height: 1.2;
   word-break: break-all;
}

.edui-toolbar .icon{
    font-size: 24px;
    line-height: .44rem;
}
.edui-btn-toolbar{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
}
.edui-btn-toolbar .icon-disable{
	color: rgb(230, 234, 237);
}
.edui-btn-toolbar .icon-active{
	color: rgb(0, 126, 217);
}
.edui-btn-toolbar .edui-btn{
	-webkit-box-flex : 1;
	-webkit-flex : 1;
	    -ms-flex : 1;
	        flex : 1;
	text-align: center;
}

.edui-container{
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
}

.edui-container ul{
	margin:0 0 0 2em !important;
    overflow: initial !important;
} 
.edui-container ol{
    margin:0 0 0 2em !important;
    padding:0 !important;
}
.edui-container ul li {
	list-style-type: disc !important;
    line-height: 1.2;
}
.edui-container ol li{
    list-style-type: decimal !important;
    line-height: 1.2;
}

.edui-container .edui-toolbar {
    position: relative;
    width: auto;
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 46px;
        -ms-flex : 0 0 46px;
            flex : 0 0 46px;
    border-bottom: 1px solid #e4ebf0;
}
/*.edui-container .edui-toolbar:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 1px;
    box-sizing: border-box;
    pointer-events: none;
}*/

.edui-toolbar .edui-btn-toolbar {
    position: relative;
}

.edui-container .edui-editor-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
}

.edui-editor-body .edui-body-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0;
    outline: 0;
    cursor: text;
    padding: 0 10px;
    overflow: auto;
    display: block;
    word-wrap: break-word;
    font-size: 16px;
}

.edui-editor-body.focus {
    border: 1px solid #5c9dff
}

.edui-editor-body table {
    margin: 10px 0;
    border-collapse: collapse;
    display: table;
}

.edui-editor-body td {
    padding: 5px 10px;
    border: 1px solid #DDD
}

.edui-editor-body iframe.mathquill-embedded-latex {
    border: 0;
    padding: 0;
    display: inline;
    margin: 0;
    background: 0 0;
    vertical-align: middle;
    width: 0;
    height: 0
}

.edui-btn-toolbar .edui-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: auto;
    margin: 0 1px;
    padding: 1px;
    border: 0;
    background: 0 0
}

.edui-btn-toolbar .edui-btn .edui-icon {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

.edui-btn-toolbar .edui-btn.edui-hover,
.edui-btn-toolbar .edui-btn.edui-active {
    background-color: #d5e1f2;
    padding: 0;
    border: 1px solid #a3bde3;
    _z-index: 1
}

.edui-btn-toolbar .edui-btn.edui-disabled {
    opacity: .3;
    filter: alpha(opacity=30)
}

.edui-btn-toolbar .edui-btn .edui-icon-source {
    background-position: -260px -0px
}

.edui-btn-toolbar .edui-btn .edui-icon-undo {
    background-position: -160px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-redo {
    background-position: -100px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-bold {
    background-position: 0 0
}

.edui-btn-toolbar .edui-btn .edui-icon-italic {
    background-position: -60px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-underline {
    background-position: -140px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-strikethrough {
    background-position: -120px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-superscript {
    background-position: -620px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-subscript {
    background-position: -600px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-font,
.edui-btn-toolbar .edui-btn .edui-icon-forecolor {
    background-position: -720px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-backcolor {
    background-position: -760px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-insertorderedlist {
    background-position: -80px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-insertunorderedlist {
    background-position: -20px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-selectall {
    background-position: -400px -20px
}

.edui-btn-toolbar .edui-btn .edui-icon-cleardoc {
    background-position: -520px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-paragraph {
    background-position: -140px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-fontfamily {
    background-position: -140px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-fontsize {
    background-position: -140px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-justifyleft {
    background-position: -460px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-justifycenter {
    background-position: -420px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-justifyright {
    background-position: -480px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-justifyjustify {
    background-position: -440px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-link {
    background-position: -500px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-unlink {
    background-position: -640px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-image {
    background-position: -380px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-emotion {
    background-position: -60px -20px
}

.edui-btn-toolbar .edui-btn .edui-icon-video {
    background-position: -320px -20px
}

.edui-btn-toolbar .edui-btn .edui-icon-map {
    background-position: -40px -40px
}

.edui-btn-toolbar .edui-btn .edui-icon-gmap {
    background-position: -260px -40px
}

.edui-btn-toolbar .edui-btn .edui-icon-horizontal {
    background-position: -360px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-print {
    background-position: -440px -20px
}

.edui-btn-toolbar .edui-btn .edui-icon-preview {
    background-position: -420px -20px
}

.edui-btn-toolbar .edui-btn-fullscreen {
    float: right
}

.edui-btn-toolbar .edui-btn .edui-icon-fullscreen {
    background-position: -100px -20px
}

.edui-btn-toolbar .edui-btn .edui-icon-removeformat {
    background-position: -580px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-drafts {
    background-position: -560px 0
}

.edui-btn-toolbar .edui-btn .edui-icon-formula {
    background-position: -80px -20px
}

.edui-btn-toolbar .edui-splitbutton {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 2px
}

.edui-splitbutton .edui-btn {
    margin: 0
}

.edui-splitbutton .edui-caret {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 8px;
    height: 20px;
}

.edui-btn-toolbar .edui-splitbutton,
.edui-btn-toolbar .edui-splitbutton {
    _border: 0
}

.edui-btn-toolbar .edui-splitbutton.edui-hover .edui-btn {
    background-color: #d5e1f2
}

.edui-btn-toolbar .edui-splitbutton.edui-disabled {
    opacity: .3;
    filter: alpha(opacity=30)
}

.edui-btn-toolbar .edui-splitbutton.edui-disabled .edui-caret {
    opacity: .3 \0;
    filter: alpha(opacity=30)\0
}

.edui-btn-toolbar .edui-combobox {
    border: 1px solid #CCC;
    padding: 0;
    margin: 0 2px;
    line-height: 20px
}

.edui-combobox .edui-button-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 60px;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    cursor: default
}

.edui-combobox .edui-button-spacing {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin: 0;
    padding: 0 3px
}

.edui-combobox .edui-caret {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 20px;
    width: 12px;
    margin: 0;
    padding: 0;
}

.edui-btn-toolbar .edui-combobox.edui-disabled {
    opacity: .2;
    filter: alpha(opacity=20)
}

.edui-btn-toolbar .edui-combobox.edui-disabled .edui-button-label,
.edui-btn-toolbar .edui-combobox.edui-disabled .edui-caret {
    opacity: .2 \0;
    filter: alpha(opacity=20)\0
}

.edui-combobox-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    box-shadow: 2px 2px 5px #d3d6da;
    min-width: 160px;
    _width: 160px
}

.edui-combobox-menu .edui-combobox-item {
    display: block;
    border: 1px solid #fff
}

.edui-combobox-menu .edui-combobox-item-label {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    margin-left: 10px
}

.edui-combobox-menu .edui-combobox-item:hover,
.edui-combobox-menu .edui-combobox-stack-item:hover,
.edui-combobox-menu .edui-combobox-item-hover {
    background-color: #d5e1f2;
    padding: 0;
    border: 1px solid #a3bde3
}

.edui-combobox-menu .edui-combobox-item .edui-combobox-icon {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 25px;
    background: red;
    vertical-align: bottom;
}

.edui-combobox-menu .edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-menu .edui-combobox-item-separator {
    min-width: 160px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    background: #d3d3d3;
    margin: 5px 0;
    *margin-top: -8px
}

.edui-combobox-fontsize .edui-combobox-item-0.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-fontsize .edui-combobox-item-1.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-fontsize .edui-combobox-item-2.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-fontsize .edui-combobox-item-3.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-fontsize .edui-combobox-item-4 .edui-combobox-item-label {
    height: 27px;
    line-height: 27px
}

.edui-combobox-fontsize .edui-combobox-item-4.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 5px
}

.edui-combobox-fontsize .edui-combobox-item-5 .edui-combobox-item-label {
    height: 31px;
    line-height: 31px
}

.edui-combobox-fontsize .edui-combobox-item-5.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 4px
}

.edui-combobox-fontsize .edui-combobox-item-6 .edui-combobox-item-label {
    height: 47px;
    line-height: 47px
}

.edui-combobox-paragraph .edui-combobox-item-1 .edui-combobox-item-label {
    font-size: 32px;
    height: 36px;
    line-height: 36px
}

.edui-combobox-paragraph .edui-combobox-item-1 .edui-combobox-icon {
    height: 25px;
    margin-bottom: 5px
}

.edui-combobox-paragraph .edui-combobox-item-1.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 7px
}

.edui-combobox-paragraph .edui-combobox-item-2 .edui-combobox-item-label {
    font-size: 28px;
    height: 27px;
    line-height: 27px
}

.edui-combobox-paragraph .edui-combobox-item-2 .edui-combobox-icon {
    margin-bottom: 5px
}

.edui-combobox-paragraph .edui-combobox-item-2.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 10px
}

.edui-combobox-paragraph .edui-combobox-item-3 .edui-combobox-item-label {
    font-size: 24px;
    height: 25px;
    line-height: 25px
}

.edui-combobox-paragraph .edui-combobox-item-3 .edui-combobox-icon {
    height: 25px;
    margin-bottom: 5px
}

.edui-combobox-paragraph .edui-combobox-item-3.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 11px
}

.edui-combobox-paragraph .edui-combobox-item-4 .edui-combobox-item-label {
    font-size: 18px;
    height: 25px;
    line-height: 25px
}

.edui-combobox-paragraph .edui-combobox-item-4.edui-combobox-checked .edui-combobox-icon {
    background-position: 10px 6px
}

.edui-combobox-paragraph .edui-combobox-item-5 .edui-combobox-item-label {
    font-size: 16px
}

.edui-combobox-paragraph .edui-combobox-item-6 .edui-combobox-item-label {
    font-size: 12px
}

.edui-modal {
    position: fixed;
    _position: absolute;
    top: 10%;
    left: 50%;
    border: 1px solid #acacac;
    box-shadow: 2px 2px 5px #d3d6da;
    background-color: #fff;
    outline: 0
}

.edui-modal-header {
    padding: 5px 10px;
    border-bottom: 1px solid #eee
}

.edui-modal-header .edui-close {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    padding: 1px;
    border: 0;
    cursor: pointer
}

.edui-modal-header .edui-close.edui-hover {
    background-color: #d5e1f2;
    padding: 0;
    border: 1px solid #a3bde3
}

.edui-modal-header .edui-title {
    margin: 0;
    line-height: 25px;
    font-size: 20px
}

.edui-modal-body {
    position: relative;
    max-height: 400px;
    font-size: 12px;
    overflow-y: auto
}

.edui-modal-footer {
    float: right;
    padding: 5px 15px 15px;
    overflow: hidden
}

.edui-modal-footer .edui-btn {
    float: left;
    height: 24px;
    width: 96px;
    margin: 0 10px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #ababab;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: pointer
}

.edui-modal-footer .edui-btn.edui-hover {
    background-color: #d5e1f2;
    border: 1px solid #a3bde3
}

.edui-modal-backdrop {
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c6c6c6
}

.edui-modal .edui-modal-tip {
    color: red;
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    display: none
}

.edui-dialog-image-body {
    width: 700px;
    height: 400px
}

.edui-dialog-video-body {
    width: 600px;
    height: 350px
}

.edui-dialog-gmap-body {
    width: 550px;
    height: 400px
}

.edui-dialog-map-body {
    width: 580px;
    height: 400px
}

.edui-dialog-link-body {
    width: 400px;
    height: 200px
}

.edui-popup {
    display: none;
    padding: 2px
}

.edui-popup .edui-popup-body {
    border: 1px solid #bfbfbf;
    background-color: #fff
}

.edui-popup .edui-popup-caret {
    width: 21px;
    height: 11px
}



.edui-tab-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
    height: 30px
}

.edui-tab-nav .edui-tab-item {
    float: left;
    margin-bottom: -1px;
    margin-top: 1px;
    margin-top: 0\9
}

.edui-tab-nav .edui-tab-item .edui-tab-text {
    display: block;
    padding: 8px 12px;
    border: 1px solid transparent;
    color: #08c;
    text-decoration: none;
    outline: 0;
    _border: 1px solid #fff;
    cursor: pointer
}

.edui-tab-nav .edui-tab-item .edui-tab-text:FOCUS {
    outline: 0
}

.edui-tab-nav .edui-tab-item.edui-active .edui-tab-text {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    padding: 8px 12px;
    color: #555;
    cursor: default
}

.edui-tab-content .edui-tab-pane {
    padding: 1px;
    position: relative;
    display: none;
    background-color: #fff;
    clear: both
}

.edui-tab-content .edui-tab-pane.edui-active {
    display: block
}

.edui-btn-toolbar .edui-tooltip {
    position: absolute;
    padding: 5px 0;
    display: none;
    z-index: 99999
}

.edui-tooltip .edui-tooltip-arrow {
    position: absolute;
    top: 0;
    _top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    margin-left: -5px;
    border-color: transparent;
    border-style: dashed dashed solid;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    background: transparent
}

.edui-tooltip .edui-tooltip-inner {
    padding: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    background-color: #000;
    white-space: nowrap;
    line-height: 12px
}

.edui-splitbutton-color-label {
    width: 16px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
    line-height: 3px
}

.edui-popup .edui-colorpicker {
    margin: 10px;
    font-size: 12px
}

.edui-colorpicker .edui-colorpicker-topbar {
    height: 27px;
    width: 200px;
    overflow: hidden
}

.edui-colorpicker .edui-colorpicker-topbar .edui-colorpicker-preview {
    height: 20px;
    border: 1px inset #000;
    margin-left: 1px;
    width: 128px;
    float: left
}

.edui-colorpicker .edui-colorpicker-topbar .edui-colorpicker-nocolor {
    float: right;
    margin-right: 1px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    border: 1px solid #333;
    padding: 3px 5px;
    cursor: pointer
}

.edui-colorpicker table {
    border-collapse: collapse;
    border-spacing: 2px
}

.edui-colorpicker tr.edui-colorpicker-firstrow {
    height: 30px
}

.edui-colorpicker table td {
    padding: 0 2px
}

.edui-colorpicker table td .edui-colorpicker-colorcell {
    display: block;
    text-decoration: none;
    color: #000;
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: pointer
}

.edui-toolbar .edui-separator {
    width: 2px;
    height: 20px;
    padding: 1px 2px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    border: 0
}@charset "UTF-8";

@font-face {
  font-family: 'sysicomoon';
  src: url(../images/834c9ceb.sysicomoon.eot);
  src: url(../images/834c9ceb.sysicomoon.eot) format("embedded-opentype"), url(../images/bb1e9ebe.sysicomoon.ttf) format("truetype"), url(../images/8b296b11.sysicomoon.woff) format("woff"), url(../images/b7aef490.sysicomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="m-sys-"], [class*=" m-sys-"] {
  font-family: 'sysicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-sys-toast-success:before {
  content: "\E929";
}

.m-sys-toast-faile:before {
  content: "\E92A";
}

.m-sys-wodegongzi:before {
  content: "\E903";
}

.m-sys-wodedangan:before {
  content: "\E926";
}

.m-sys-tuanduichengyuan:before {
  content: "\E982";
}

.m-sys-shenpi:before {
  content: "\E983";
}

.m-sys-qingjia:before {
  content: "\E984";
}

.m-sys-qiandao:before {
  content: "\E985";
}

.m-sys-ocean:before {
  content: "\E986";
}

.m-sys-kaoqinrili:before {
  content: "\E987";
}

.m-sys-kaoqin:before {
  content: "\E988";
}

.m-sys-jixiao:before {
  content: "\E989";
}

.m-sys-jiaban:before {
  content: "\E98A";
}

.m-sys-gengduo:before {
  content: "\E98B";
}

.m-sys-elearning:before {
  content: "\E98C";
}

.m-sys-dongtai:before {
  content: "\E98D";
}

.m-sys-group:before {
  content: "\E94A";
}

.m-sys-telephone:before {
  content: "\E97D";
}

.m-sys-note:before {
  content: "\E97E";
}

.m-sys-mobile:before {
  content: "\E97F";
}

.m-sys-刷新:before {
  content: "\E980";
  color: #0095ff;
}

.m-sys-加载失败:before {
  content: "\E981";
  color: #0095ff;
}

.m-sys-backward:before {
  content: "\E91D";
}

.m-sys-guanbi:before {
  content: "\E949";
}

.m-sys-xiaoxi-active:before {
  content: "\E979";
  color: #1695f0;
}

.m-sys-wo-active:before {
  content: "\E97A";
  color: #1695f0;
}

.m-sys-tongxunlu-active:before {
  content: "\E97B";
  color: #1695f0;
}

.m-sys-gongzuo-active:before {
  content: "\E97C";
  color: #0088f1;
}

.m-sys-nv:before {
  content: "\E976";
  color: #f6a3d8;
}

.m-sys-nan:before {
  content: "\E978";
  color: #4dd0e1;
}

.m-sys-eye:before {
  content: "\E951";
}

.m-sys-zuzhijiagou:before {
  content: "\E95C";
}

.m-sys-zuzhigoucheng:before {
  content: "\E95D";
}

.m-sys-zhanghushezhi:before {
  content: "\E95E";
}

.m-sys-xinjian .path1:before {
  content: "\E95F";
  color: #1695f0;
}

.m-sys-xinjian .path2:before {
  content: "\E960";
  margin-left: -1em;
  color: #fafafa;
}

.m-sys-xiaoxishezhi:before {
  content: "\E961";
}

.m-sys-xiaoxi:before {
  content: "\E962";
}

.m-sys-wodetuandui:before {
  content: "\E963";
}

.m-sys-wodeshangjin:before {
  content: "\E964";
}

.m-sys-woderenwu:before {
  content: "\E965";
}

.m-sys-wodequnzu:before {
  content: "\E966";
}

.m-sys-wodemingpian .path1:before {
  content: "\E967";
  color: #ff9500;
}

.m-sys-wodemingpian .path2:before {
  content: "\E968";
  margin-left: -0.857421875em;
  color: white;
}

.m-sys-wodekaoqin .path1:before {
  content: "\E969";
  color: #349bf6;
}

.m-sys-wodekaoqin .path2:before {
  content: "\E96A";
  margin-left: -0.869140625em;
  color: white;
}

.m-sys-wodekaoqin .path3:before {
  content: "\E96B";
  margin-left: -0.869140625em;
  color: white;
}

.m-sys-wo:before {
  content: "\E96C";
}

.m-sys-tongxunlu:before {
  content: "\E96D";
}

.m-sys-shuaxin:before {
  content: "\E96E";
}

.m-sys-shezhi:before {
  content: "\E96F";
}

.m-sys-lishi:before {
  content: "\E970";
}

.m-sys-guanyu .path1:before {
  content: "\E971";
  color: #8bda44;
}

.m-sys-guanyu .path2:before {
  content: "\E972";
  margin-left: -1em;
  color: white;
}

.m-sys-guanyu .path3:before {
  content: "\E973";
  margin-left: -1em;
  color: white;
}

.m-sys-gongzuo:before {
  content: "\E974";
}

.m-sys-gender-female:before {
  content: "\E975";
}

.m-sys-denglushezhi:before {
  content: "\E977";
}

.m-sys-more-button:before {
  content: "\E95B";
}

.m-sys-cancleprocess .path1:before {
  content: "\E958";
  color: #8bda44;
}

.m-sys-cancleprocess .path2:before {
  content: "\E95A";
  margin-left: -1em;
  color: white;
}

.m-sys-attendance:before {
  content: "\E954";
}

.m-sys-achievements:before {
  content: "\E956";
}

.m-sys-vacation:before {
  content: "\E953";
}

.m-sys-overtime:before {
  content: "\E955";
}

.m-sys-approval:before {
  content: "\E959";
}

.m-sys-pitchon:before {
  content: "\E941";
}

.m-sys-add .path1:before {
  content: "\E94C";
  color: #1695f0;
}

.m-sys-add .path2:before {
  content: "\E94D";
  margin-left: -1em;
  color: white;
}

.m-sys-add .path3:before {
  content: "\E94E";
  margin-left: -1em;
  color: white;
}

.m-sys-reduce .path1:before {
  content: "\E94F";
  color: #9da1a3;
}

.m-sys-reduce .path2:before {
  content: "\E950";
  margin-left: -1em;
  color: white;
}

.m-sys-form-filter:before {
  content: "\E902";
}

.m-sys-charts:before {
  content: "\E946";
}

.m-sys-pull-refresh:before {
  content: "\E947";
}

.m-sys-small-close:before {
  content: "\E948";
}

.m-sys-edit:before {
  content: "\E943";
}

.m-sys-batch:before {
  content: "\E944";
}

.m-sys-chexiao:before {
  content: "\E936";
}

.m-sys-huifu:before {
  content: "\E937";
}

.m-sys-jiacu:before {
  content: "\E938";
}

.m-sys-jianshaosuojin:before {
  content: "\E939";
}

.m-sys-wuxupailie:before {
  content: "\E93A";
}

.m-sys-xiahuaxian:before {
  content: "\E93B";
}

.m-sys-youxupailie:before {
  content: "\E93C";
}

.m-sys-zengjiasuojin:before {
  content: "\E93D";
}

.m-sys-zhonghuaxian:before {
  content: "\E93E";
}

.m-sys-approval-progress .path1:before {
  content: "\E92C";
  color: #349af6;
}

.m-sys-approval-progress .path2:before {
  content: "\E92F";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-complate .path1:before {
  content: "\E93F";
  color: #8bda44;
}

.m-sys-approval-complate .path2:before {
  content: "\E940";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-end-false .path1:before {
  content: "\E934";
  color: #bfc4c7;
}

.m-sys-approval-end-false .path2:before {
  content: "\E935";
  margin-left: -1em;
  color: white;
}

.m-sys-approval-end-true .path1:before {
  content: "\E92D";
  color: #8bda44;
}

.m-sys-approval-end-true .path2:before {
  content: "\E92E";
  margin-left: -1em;
  color: white;
}

.m-sys-kaishi-yiwancheng .path1:before {
  content: "\E930";
  color: #8bda44;
}

.m-sys-kaishi-yiwancheng .path2:before {
  content: "\E931";
  margin-left: -1em;
  color: white;
}

.m-sys-weikaishi .path1:before {
  content: "\E932";
  color: #bfc4c7;
}

.m-sys-weikaishi .path2:before {
  content: "\E933";
  margin-left: -1em;
  color: white;
}

.m-sys-caozuojilu .path1:before {
  content: "\E900";
  color: #007ed9;
  opacity: 0.3;
}

.m-sys-caozuojilu .path2:before {
  content: "\E901";
  margin-left: -1em;
  color: #007ed9;
}

.m-sys-warning .path1:before {
  content: "\E904";
  color: white;
}

.m-sys-warning .path2:before {
  content: "\E952";
  margin-left: -1em;
  color: #349af6;
}

.m-sys-success .path1:before {
  content: "\E905";
  color: white;
}

.m-sys-success .path2:before {
  content: "\E906";
  margin-left: -0.94140625em;
  color: #00e099;
}

.m-sys-success .path3:before {
  content: "\E907";
  margin-left: -0.94140625em;
  color: #00e099;
}

.m-sys-file .path1:before {
  content: "\E908";
  color: #e6ebee;
}

.m-sys-file .path2:before {
  content: "\E909";
  margin-left: -0.7998046875em;
  color: white;
}

.m-sys-file .path3:before {
  content: "\E90A";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path4:before {
  content: "\E90B";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path5:before {
  content: "\E90C";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-file .path6:before {
  content: "\E90D";
  margin-left: -0.7998046875em;
  color: #acb7bf;
}

.m-sys-close .path1:before {
  content: "\E90E";
  color: white;
}

.m-sys-close .path2:before {
  content: "\E90F";
  margin-left: -1em;
  color: #ff7360;
}

.m-sys-error .path1:before {
  content: "\E910";
  color: white;
}

.m-sys-error .path2:before {
  content: "\E911";
  margin-left: -1em;
  color: #ff9500;
}

.m-sys-yuanxingjiahao:before {
  content: "\E912";
}

.m-sys-guanbisanjiao:before {
  content: "\E913";
}

.m-sys-duobuforward:before {
  content: "\E914";
}

.m-sys-duobubackward:before {
  content: "\E915";
}

.m-sys-danbuforward:before {
  content: "\E916";
}

.m-sys-danbubackward:before {
  content: "\E917";
}

.m-sys-aite:before {
  content: "\E918";
}

.m-sys-jiahao:before {
  content: "\E919";
}

.m-sys-yuanxingguanbi .path1:before {
  content: "\E91A";
  color: #acb7bf;
}

.m-sys-yuanxingguanbi .path2:before {
  content: "\E91B";
  margin-left: -1em;
  color: white;
}

.m-sys-forward:before {
  content: "\E91C";
}

.m-sys-arrowup:before {
  content: "\E91E";
}

.m-sys-arrowdown:before {
  content: "\E91F";
}

.m-sys-singlebox:before {
  content: "\E920";
}

.m-sys-checkbox:before {
  content: "\E921";
}

.m-sys-checkbox-active:before {
  content: "\E922";
  color: #007ed9;
}

.m-sys-morengongneng:before {
  content: "\E924";
}

.m-sys-sousuo:before {
  content: "\E928";
}

.icon-active:before {
  color: #007ed9;
}

.icon-disabled:before {
  color: #e6eaed;
}

.icon-disabled {
  pointer-events: none;
}

.icon-disabled .path1:before {
  color: #e6eaed;
}

.big {
  font-size: 32px !important;
}

.small {
  font-size: 16px !important;
}

.m-sys-bgcolor.sys-bgcolor-f1 {
  background-color: #ff7360;
}

.m-sys-bgcolor.sys-bgcolor-f2 {
  background-color: #ff9500;
}

.m-sys-bgcolor.sys-bgcolor-f3 {
  background-color: #ffc300;
}

.m-sys-bgcolor.sys-bgcolor-f4 {
  background-color: #8bda44;
}

.m-sys-bgcolor.sys-bgcolor-f5 {
  background-color: #00e099;
}

.m-sys-bgcolor.sys-bgcolor-f6 {
  background-color: #4dd0e1;
}

.m-sys-bgcolor.sys-bgcolor-f7 {
  background-color: #39b6ff;
}

.m-sys-bgcolor.sys-bgcolor-f8 {
  background-color: #349af6;
}

.m-sys-bgcolor.sys-bgcolor-f9 {
  background-color: #8a92ff;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .safe-area {
    height: constant(safe-area-inset-bottom);
    /* iOS 11.0-iOS 11.1 */
    height: env(safe-area-inset-bottom);
    /*iOS 11.2 */
    height: 34px;
    width: 100%;
    clear: both;
  }
}
.choose-page {
  position: relative;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f3f4f5;
}

.choose-page .choose-empty {
  margin-bottom: 12px;
  height: 122px;
  background: #fff url(../images/e54d81c8.empty.svg) no-repeat center center;
}

.choose-page .choose-back-icon {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  margin-left: -12px;
}

.choose-page .chooseList {
  background: #f3f4f5;
  box-shadow: 0 .005rem .01rem 0 #e6eaed;
  font-size: 16px;
  overflow-y: scroll;
  scroll-behavior: auto;
}

.choose-page .chooseList li {
  position: relative;
  line-height: 20px;
  font-size: 16px;
  padding: 14px 40px 14px 16px;
  overflow: hidden;
  background: #fff;
}

.choose-page .chooseList li:after {
  border-bottom: 1px solid #e6e7e8;
}

.choose-page .chooseList li:last-child:after {
  border-bottom: none;
}

.choose-page .chooseList li:active {
  background: #e6e7e8;
}

.choose-page .chooseList .m-sys-checkbox, .choose-page .chooseList .mutiple.m-sys-checkbox-active, .choose-page .chooseList .single.m-sys-checkbox-active, .choose-page .chooseList .icon.m-sys-singlebox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
}

.choose-page .chooseList .chooseActive, .choose-page .chooseList .icon.m-sys-singlebox {
  color: #007ed9;
}

.choose-page .chooseList .chooseActive .sys-checkbox-active {
  margin-left: 8px;
}

.choose-page .chooseList .icon {
  color: #acb7bf;
  line-height: 0;
}

.choose-page .searchItem-choose-footer-border {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.choose-page .footer .ui-button .btn {
  width: 100%;
  font-size: 16px;
}

.choose-page .footer .ui-button.btn-cancel .btn {
  color: #000;
  background: #fff;
  line-height: 20px;
}

.choose-page .footer .ui-button.btn_submit, .choose-page .footer .ui-button.btn_empty {
  width: 50%;
  float: left;
}

.choose-page .footer .ui-button.btn_submit .btn {
  color: #fff;
  background: #1695F0;
}

.choose-page .footer .ui-button.btn_empty .btn {
  color: #1E80C7;
  background: #fff;
}

.flex-shrink {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.chooseul {
  max-height: 285px;
  overflow: auto;
  background: #f2f4f5;
  color: #3A4247;
  font-size: 16px;
}

.chooseul li {
  position: relative;
  padding: .16rem .12rem;
  text-align: center;
  line-height: .2rem;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chooseul li:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #e6e7e8;
}

.chooseul li:first-child:active {
  background-color: #fff;
}

.cancle-btn {
  margin-top: 12px;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  color: #3A4247;
}

.basechoose-popup.rc-dialog-wrap .rc-dialog {
  position: absolute;
  bottom: 0;
}

.basechoose-popup .rc-dialog-content {
  background-color: #F2F4F5;
}
.tab {
  border: 1px solid #e6e7e8;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 4px 18px;
  font-size: 14px;
  color: #9da1a3;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
}

.tab.active {
  background: #349af6;
  color: #fff;
  border-color: #349af6;
}
.tabchoose-box .tabchoose-content {
  position: relative;
  background: #fff;
  padding: 15px 15px 12px;
  overflow: hidden;
}

.tabchoose-box .tabchoose-content .tabchoose-label {
  font-size: 16px;
  color: #3a4247;
  line-height: 20px;
  text-align: left;
}

.tabchoose-box .tabchoose-content .tabchoose-tags {
  float: right;
}

.tabchoose-box .tabchoose-content .tabchoose-tags .only-one-opt {
  font-size: 16px;
  margin-right: 32px;
}

.tabchoose-box .tabchoose-des {
  font-size: 14px;
  color: #9da1a3;
  line-height: 16px;
  text-align: left;
  padding: 8px 12px;
}
.dropdown-title {
  z-index: 1;
  margin: 0 auto;
  padding: 0 18px;
  overflow: hidden;
  position: relative;
  line-height: .44rem;
}

.dropdown-title .title-text {
  font-size: .18rem;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3a4247;
}

.dropdown-title .title-text.color-style {
  color: #bfc4c7;
}

.dropdown-title .triangle-icon {
  width: 0;
  height: 0;
  margin-top: 19px;
  margin-left: 5px;
  border-radius: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7175;
}

.dropdown-title .triangle-icon.color-style {
  border-top: 6px solid #bfc4c7;
}

.dropdown-title.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  text-align: center;
}

.dropdown-container {
  z-index: -1;
  position: relative;
}

.dropdown-container .dropdown-bg {
  width: 100%;
  opacity: 0;
  background: #000;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.dropdown-container .bg_show {
  opacity: 0.1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.dropdown-container .menu {
  padding: 0;
  position: absolute;
  top: 26px;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.dropdown-container .menu .dropdown-list {
  border-radius: 0 0 3px 3px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

.dropdown-container .menu .dropdown-list .dropdown-item {
  line-height: 20px;
  font-size: .16rem;
  text-align: center;
  color: #6b7175;
  padding: .12rem 0.06rem;
  font-weight: 500;
  box-sizing: border-box;
  width: 100%;
}

.dropdown-container .menu .dropdown-list .active {
  color: #fff;
  background: #1695f0;
}

.dropdown-container .open {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 10;
}

.dropdown-container.container-open {
  z-index: 2;
}
.fileUploader_popup .rc-dialog-content {
  background: transparent; }

.imagePreview {
  height: 100%; }
  .imagePreview .title {
    height: 30px;
    line-height: 30px;
    background: black; }
  .imagePreview .content {
    height: calc(100% - 164px);
    width: 100%;
    background: black; }
    .imagePreview .content .imgcontainer {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center; }
  .imagePreview .footer {
    position: relative;
    height: 134px;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 41px;
    box-sizing: border-box; }
    .imagePreview .footer .cancel {
      position: relative;
      height: 36px;
      width: 36px;
      border: 1px solid #fff;
      margin: 0 auto;
      border-radius: 18px;
      box-sizing: border-box; }
      .imagePreview .footer .cancel span:first-child {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 17px;
        height: 1px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .imagePreview .footer .cancel span:last-child {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 17px;
        height: 1px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .imagePreview .footer .name {
      position: absolute;
      width: 100%;
      bottom: 0;
      font-size: 14px;
      color: #fff;
      vertical-align: bottom;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      box-sizing: border-box;
      padding: 0 12px 12px 12px; }

.fileUploader_wrap.rc-dialog-wrap {
  background: transparent; }
.ui-uploader-container {
  min-height: 1.14rem;
  background: #fff;
  padding: .12rem 0rem 0rem 0rem;
  color: #6b7175;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  .ui-uploader-container.readOnly {
    min-height: 0; }
    .ui-uploader-container.readOnly .ui-uploader-label .file-title {
      color: #9da0a3; }
  .ui-uploader-container .ui-uploader-label {
    margin-bottom: .12rem;
    font-size: .16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-right: .12rem;
    color: #3a4247; }
    .ui-uploader-container .ui-uploader-label .file-title {
      display: inline-block;
      word-wrap: break-word;
      line-height: .2rem;
      margin-right: .08rem;
      vertical-align: top;
      max-width: 100%;
      word-break: break-all; }
    .ui-uploader-container .ui-uploader-label .file-required {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; }
  .ui-uploader-container.noFile {
    padding: 12px 0; }
    .ui-uploader-container.noFile .ui-uploader-label {
      margin-bottom: 0; }
  .ui-uploader-container:after {
    border-bottom: 1px solid #E6E7E8; }
  .ui-uploader-container.error:after {
    border-bottom: 1px solid #f20000; }

.ui-uploader-photos {
  width: 100%;
  min-height: .76rem;
  line-height: 0; }
  .ui-uploader-photos.isReadOnly .ui-uploader-photoContainer {
    padding-right: .06rem; }
  .ui-uploader-photos .ui-uploader-photoContainer {
    position: relative;
    display: inline-block;
    padding-right: .08rem; }
    .ui-uploader-photos .ui-uploader-photoContainer img {
      display: block; }
    .ui-uploader-photos .ui-uploader-photoContainer .ui-uploader-progressBar {
      width: .64rem;
      height: .64rem;
      position: absolute;
      top: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.34);
      zoom: 1;
      color: #fff;
      line-height: .64rem;
      text-align: center;
      font-size: .16rem; }
    .ui-uploader-photos .ui-uploader-photoContainer .ui-uploader-file-name {
      width: .64rem;
      height: .14rem;
      font-size: .12rem;
      text-align: center;
      margin-top: .04rem;
      margin-bottom: .08rem;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: .12rem; }
      .ui-uploader-photos .ui-uploader-photoContainer .ui-uploader-file-name.error {
        color: #f20000; }
    .ui-uploader-photos .ui-uploader-photoContainer .delet-btn {
      position: absolute;
      top: -6px;
      right: 4px;
      width: 26px;
      height: 32px;
      background: url(../images/e882475e.file-close.svg) no-repeat right top;
      background-size: 16px 16px; }
  .ui-uploader-photos .ui-uploader-button {
    display: inline-block;
    width: .64rem;
    height: .76rem;
    vertical-align: top;
    position: relative; }

.ui-uploader-add {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  border: solid 1px #e6eaed;
  position: absolute;
  top: 0;
  box-sizing: border-box; }
  .ui-uploader-add.click-add {
    background: #e6eaed; }
    .ui-uploader-add.click-add span {
      background-color: #fff; }
  .ui-uploader-add span {
    width: .02rem;
    height: .42rem;
    position: absolute;
    top: .11rem;
    left: .31rem;
    background-color: #e6eaed; }
  .ui-uploader-add .y {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.ui-uploader-file-icon {
  width: .64rem;
  height: .64rem;
  border-radius: 2px; }

.ui-uploader-fileIcon {
  width: .64rem;
  height: .64rem;
  background: url(../images/70441032.files.svg) no-repeat center;
  background-size: .44rem .44rem;
  background-color: #acb7bf; }

.ui-uploader-file-detail {
  width: .88rem;
  height: 1.08rem;
  background: url(../images/70441032.files.svg) no-repeat center;
  background-size: .64rem .64rem;
  background-color: #acb7bf;
  top: .48rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.ui-uploader-files-name {
  position: relative;
  left: 50%;
  top: .64rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: .2rem;
  line-height: .24rem;
  width: 1.76rem;
  word-wrap: break-word;
  word-break: break-word; }

.ui-uploader-placeholder {
  font-size: .16rem;
  color: #acb7bf; }

input[type="file"] {
  display: inherit !important;
  visibility: hidden;
  width: 0px;
  height: 0px; }

.bg-class {
  height: calc(100% - .44rem);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.file-detail .dropdown-container.right .menu:before {
  right: 0.09rem;
  top: -.20rem; }

.file-detail .dropdown-container.right .menu .dropdown-list {
  top: -.05rem;
  width: .72rem; }

.fileUploader_popup,
.fileUploader_popup .rc-dialog-content,
.fileUploader_popup .rc-dialog-body {
  height: 100%; }

.pic-error {
  background: url(../images/a477e9ff.pic-error.svg) no-repeat;
  background-size: 100%; }
@charset "UTF-8";
/*动画最外部容器，可定位*/
.loadingWrapper_schedule {
  width: 500px;
  height: 500px;
}

/*中间盒子*/
.contenting {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 1111111;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}

/*承载动画外层盒子*/
.span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0);
  height: 100px;
  border-radius: 1px;
}

/*底部亮条*/
.cloud {
  width: 4px;
  height: 10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -5px;
  box-shadow: 6px 0px 0px 0px black, 12px 0px 0px 0px black, 18px 0px 0px 0px black, 24px 0px 0px 0px black, 30px 0px 0px 0px black, 36px 0px 0px 0px black;
  -webkit-animation: rain 1s linear infinite;
  animation: rain 1s linear infinite;
}

/*进度条*/
.cloudAfter {
  width: 40px;
  height: 10px;
  position: absolute;
  content: "";
  background-color: #2196f3;
  top: 0px;
  opacity: 1;
  -webkit-animation: line_flow 1s linear infinite reverse;
  animation: line_flow 1s linear infinite reverse;
}

@-webkit-keyframes rain {
  0% {
    box-shadow: 6px 0px 0px 0px rgba(0, 0, 0, 0.3), 12px 0px 0px 0px rgba(0, 0, 0, 0.4), 18px 0px 0px 0px rgba(0, 0, 0, 0.5), 24px 0px 0px 0px rgba(0, 0, 0, 0.5), 30px 0px 0px 0px rgba(0, 0, 0, 0.6), 36px 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  100% {
    box-shadow: 6px 0px 0px 0px black, 12px 0px 0px 0px black, 18px 0px 0px 0px black, 24px 0px 0px 0px black, 30px 0px 0px 0px black, 36px 0px 0px 0px black;
    opacity: 1;
  }
}

@keyframes rain {
  0% {
    box-shadow: 6px 0px 0px 0px rgba(0, 0, 0, 0.3), 12px 0px 0px 0px rgba(0, 0, 0, 0.4), 18px 0px 0px 0px rgba(0, 0, 0, 0.5), 24px 0px 0px 0px rgba(0, 0, 0, 0.5), 30px 0px 0px 0px rgba(0, 0, 0, 0.6), 36px 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  100% {
    box-shadow: 6px 0px 0px 0px black, 12px 0px 0px 0px black, 18px 0px 0px 0px black, 24px 0px 0px 0px black, 30px 0px 0px 0px black, 36px 0px 0px 0px black;
    opacity: 1;
  }
}

@-webkit-keyframes line_flow {
  0% {
    width: 40px;
  }

  100% {
    width: 0px;
  }
}

@keyframes line_flow {
  0% {
    width: 40px;
  }

  100% {
    width: 0px;
  }
}

/*rotate animate*/
/*初始化页面。最外层包裹warpper*/
.loader_rotate_bg {
  width: 100%;
  height: 100%;
}

/*包裹动画盒子*/
.loader_rotate_warpper {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
  height: 300px;
}

.rotate_loaderChildren_inner {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 26px;
  width: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  color: #2196f3;
}

.rotate_loaderChildren_outer {
  position: absolute;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -23px;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  color: #2196f3;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@charset "UTF-8";

.load-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 94px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.load-wrapper .load-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/f162065a.1.png);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: jump 2.64s  infinite;
  animation: jump 2.64s infinite;
  will-change: transform;
}

.load-wrapper .load-shadow {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 26px;
  height: 4px;
  border-radius: 13px / 2px;
  background: #c9c8c8;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-animation: shrink .66s infinite;
  animation: shrink .66s infinite;
  will-change: transform;
}

.load-wrapper .load-text {
  margin-top: 74px;
  margin-left: 34px;
  color: rgba(10, 10, 10, 0.3);
  font-size: 14px;
}

/**
 *  动画
 */
@-webkit-keyframes jump {
  0% {
    -webkit-animation-timing-function: ease-out;
  }

  12.5% {
    -webkit-transform: translate3d(-15px, -30px, 0) rotate(-20deg);
    transform: translate3d(-15px, -30px, 0) rotate(-20deg);
    -webkit-animation-timing-function: ease-in;
  }

  24% {
    background-image: url(../images/f162065a.1.png);
  }

  25% {
    -webkit-transform: translate3d(-15px, 0px, 0) rotate(-20deg);
    transform: translate3d(-15px, 0px, 0) rotate(-20deg);
    background-image: url(../images/ebd3ae15.2.png);
  }

  37.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(30deg);
    transform: translate3d(-10px, -30px, 0) rotate(30deg);
    -webkit-animation-timing-function: ease-in;
  }

  49% {
    background-image: url(../images/ebd3ae15.2.png);
  }

  50% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/3f681a21.3.png);
  }

  62.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(0deg);
    transform: translate3d(-10px, -30px, 0) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
  }

  74% {
    background-image: url(../images/3f681a21.3.png);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/7bdb0638.4.png);
  }

  87.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(20deg);
    transform: translate3d(-10px, -30px, 0) rotate(20deg);
    -webkit-animation-timing-function: ease-in;
  }

  99% {
    background-image: url(../images/7bdb0638.4.png);
  }

  100% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/f162065a.1.png);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes jump {
  0% {
    -webkit-animation-timing-function: ease-out;
  }

  12.5% {
    -webkit-transform: translate3d(-15px, -30px, 0) rotate(-20deg);
    transform: translate3d(-15px, -30px, 0) rotate(-20deg);
    -webkit-animation-timing-function: ease-in;
  }

  24% {
    background-image: url(../images/f162065a.1.png);
  }

  25% {
    -webkit-transform: translate3d(-15px, 0px, 0) rotate(-20deg);
    transform: translate3d(-15px, 0px, 0) rotate(-20deg);
    background-image: url(../images/ebd3ae15.2.png);
  }

  37.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(30deg);
    transform: translate3d(-10px, -30px, 0) rotate(30deg);
    -webkit-animation-timing-function: ease-in;
  }

  49% {
    background-image: url(../images/ebd3ae15.2.png);
  }

  50% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/3f681a21.3.png);
  }

  62.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(0deg);
    transform: translate3d(-10px, -30px, 0) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
  }

  74% {
    background-image: url(../images/3f681a21.3.png);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/7bdb0638.4.png);
  }

  87.5% {
    -webkit-transform: translate3d(-10px, -30px, 0) rotate(20deg);
    transform: translate3d(-10px, -30px, 0) rotate(20deg);
    -webkit-animation-timing-function: ease-in;
  }

  99% {
    background-image: url(../images/7bdb0638.4.png);
  }

  100% {
    -webkit-transform: translate3d(-10px, 0px, 0) rotate(0deg);
    transform: translate3d(-10px, 0px, 0) rotate(0deg);
    background-image: url(../images/f162065a.1.png);
    -webkit-animation-timing-function: ease-out;
  }
}

@-webkit-keyframes shrink {
  0% {
    background: #c9c8c8;
    width: 26px;
    border-radius: 13px / 2px;
  }

  50% {
    background: rgba(201, 200, 200, 0.5);
    width: 14px;
    border-radius: 7px / 2px;
  }

  100% {
    background: #c9c8c8;
    width: 26px;
    border-radius: 13px / 2px;
  }
}

@keyframes shrink {
  0% {
    background: #c9c8c8;
    width: 26px;
    border-radius: 13px / 2px;
  }

  50% {
    background: rgba(201, 200, 200, 0.5);
    width: 14px;
    border-radius: 7px / 2px;
  }

  100% {
    background: #c9c8c8;
    width: 26px;
    border-radius: 13px / 2px;
  }
}
.user-select-page {
  overflow: hidden;
}

.user-select-page header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.user-select-page header .nav-left {
  padding-left: 0;
}

.user-select-page header .nav-right {
  padding-right: 0;
}

.user-select-page header .m-sys-backward.icon {
  line-height: 1;
  top: 2px;
  position: relative;
}

.single-staff-empty, .single-staff-clear {
  padding: 10px 8px 10px 12px;
}

.staff-backward, .staff-clear, .staff-submit {
  padding: 10px 8px 10px 12px;
}

.staff-clear, .staff-submit {
  color: #007ed9;
}
.user-search-input {
  height: .4rem;
  padding-left: .12rem;
  min-width: .8rem;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.user-search-input.hideSearch .m-sys-sousuo {
  display: none;
}

.user-search-input .m-sys-sousuo.icon {
  line-height: 40px;
  vertical-align: text-bottom;
  margin-right: .04rem;
}

.user-search-input .search-input {
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 0;
}

.user-search-input .search-inputinput::-webkit-input-placeholder {
  color: #bfc4c7;
  opacity: 1;
}
.selected-user {
  white-space: nowrap;
  overflow-x: scroll;
}

.selected-user .avatar-medium {
  height: .40rem;
  width: .40rem;
  font-size: .14rem;
  line-height: .40rem;
  margin-left: .04rem;
  margin-right: .04rem;
}

.selected-user .avatar-container {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.selected-user.hasDe .avatar-container:last-child {
  position: relative;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.selected-user.hasDe .avatar-container:last-child .avatar-layout {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
}
.user-search-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  background: #fff;
  height: .5rem;
  padding: .05rem 0;
  box-sizing: border-box;
}

.user-search-bar:after {
  border-bottom: 1px solid #e6e7e8;
}

.user-search-bar .user-search-input, .user-search-bar .selected-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.user-list {
  background-color: #fff;
  overflow-y: scroll;
}

.user-list.user-filter {
  background-color: #f5f6f7;
}

.user-list.user-multiple .user-main {
  width: calc(100% - 90px);
}

.user-list .user-main {
  width: calc(100% - 64px);
}

.user-list .user-list:before {
  content: '';
  height: .5rem;
  display: inline-block;
}

.user-list .user-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: 12px 4px;
  height: 64px;
  box-sizing: border-box;
}

.user-list .user-item:active {
  background-color: #f5f6f7;
}

.user-list .user-item .user-check {
  margin-left: 8px;
  color: #acb7bf;
  line-height: .44rem;
}

.user-list .user-item .user-avatar {
  margin: 0 8px;
}

.user-list .user-item .user-avatar.avatar-medium {
  height: 0.4rem;
  width: 0.4rem;
  line-height: .4rem;
  border-radius: .2rem;
}

.user-list .user-item .user-main {
  color: #667580;
  margin-left: 4px;
}

.user-list .user-item .user-name {
  line-height: .2rem;
  margin-bottom: .04rem;
  font-weight: 500;
  font-size: 16px;
  color: #36434D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-list .user-item .user-name .active {
  color: #007ed9;
}

.user-list .user-item .user-name.nullName {
  height: 100%;
  line-height: .44rem;
  margin-left: 8px;
}

.user-list .user-item .user-email {
  line-height: .16rem;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-list .user-item .user-email .active {
  color: #007ed9;
}
.border-1px:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
}

.border-b:after {
  border-bottom: 1px solid #e6e7e8;
}

.border-l:after {
  border-left: 1px solid #e6e7e8;
}

.border-t:after {
  border-top: 1px solid #e6e7e8;
}

.border-r:after {
  border-right: 1px solid #e6e7e8;
}

.border-a:after {
  border: 1px solid #e6e7e8;
}

.border-4a:after {
  border: 1px solid #e6e7e8;
  border-radius: 4px;
}

.border-8a:after {
  border: 1px solid #e6e7e8;
  border-radius: 8px;
}

*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
}

input:focus {
  outline: none;
}
.acc-item {
  margin: 12px 0;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.acc-item:first-child {
  margin: 0;
}

.acc-item:last-child {
  margin-bottom: 0;
}

.acc-item .acc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  justyify-content: flex-start;
  font-size: 18px;
  line-height: 22px;
  color: #3a4247;
  padding: 12px;
  position: relative;
}

.acc-item .acc-header:after {
  content: "";
  width: calc(200% - 48px);
  height: 200%;
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #e4ebf0;
}

.acc-item .acc-header .acc-item-border {
  float: left;
  width: 2px;
  height: 18px;
  background: #1695f0;
  margin-top: 1px;
}

.acc-item .acc-header .acc-header-left {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.acc-item .acc-header .acc-header-left .arrow {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 6px;
  background: url(../images/17a6ddc1.arrow.svg) no-repeat;
}

.acc-item .acc-header .acc-header-right {
  position: relative;
  display: inline-block;
  width: 50px;
}

.acc-item .acc-header .acc-header-right .line {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #e6e7e8;
}

.acc-item .acc-header .acc-header-right .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 11px;
  bottom: 3px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../images/3c26f160.updown.svg) no-repeat;
}

.acc-item .acc-header .acc-header-right .up {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.acc-item .acc-title {
  padding-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acc-item:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  border-bottom: 1px solid #e6e7e8;
}
