@charset "UTF-8";
/*! 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: #fff;
  -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,
figcaption,
figure,
footer,
header,
main,
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,
[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: transparent; }

/**
 * 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"],
[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 */ }

/**
 * Button的size
 */
.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 #e4ebf0; }

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

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

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

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

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

.border-8a:after {
  border: 1px solid #e4ebf0;
  border-radius: 8px; }
@charset "UTF-8";
.ui-page {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 头、中部、脚纵向显示 */
  margin: 0;
  overflow: scroll;
  font-size: 16px; }
  .ui-page header {
    height: .44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: .18rem;
    line-height: .44rem;
    position: relative; }
    .ui-page header.border-1px:after {
      border-bottom: 1px solid #e4ebf0; }
  .ui-page header div {
    display: block; }
  .ui-page .icon {
    font-size: .24rem;
    line-height: .44rem; }
    .ui-page .icon:active {
      color: #007ed9; }
  .ui-page a {
    font-size: .16rem;
    color: #007ed9; }
  .ui-page .nav-left {
    width: .7rem;
    text-align: left;
    padding-left: .12rem; }
    .ui-page .nav-left a, .ui-page .nav-leftspan {
      display: inline-block;
      height: 100%; }
  .ui-page .nav-right {
    width: .7rem;
    text-align: right;
    padding-right: .12rem; }
    .ui-page .nav-right .icon {
      margin-left: .16rem; }
    .ui-page .nav-right a, .ui-page .nav-rightspan {
      display: inline-block;
      height: 100%; }
  .ui-page .nav-center {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center; }
  .ui-page .ui-page-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: .14rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none; }
  .ui-page footer {
    min-height: .44rem; }
@font-face {
  font-family: 'sysicomoon';
  src:  url(../images/4318e42f.sysicomoon.eot);
  src:  url(../images/4318e42f.sysicomoon.eot) format('embedded-opentype'),
    url(../images/2ce01e11.sysicomoon.ttf) format('truetype'),
    url(../images/41cfd03d.sysicomoon.woff) format('woff'),
    url(../images/605c6185.sysicomoon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.sys-caozuojilu .path1:before {
  content: "\E900";
  color: rgb(0, 126, 217);
  opacity: 0.3;
}
.sys-caozuojilu .path2:before {
  content: "\E901";
  margin-left: -1em;
  color: rgb(0, 126, 217);
}
.sys-guanbi:before {
  content: "\E902";
}
.sys-warning .path1:before {
  content: "\E903";
  color: rgb(255, 255, 255);
}
.sys-warning .path2:before {
  content: "\E904";
  margin-left: -1em;
  color: rgb(52, 154, 246);
}
.sys-success .path1:before {
  content: "\E905";
  color: rgb(255, 255, 255);
}
.sys-success .path2:before {
  content: "\E906";
  margin-left: -0.94140625em;
  color: rgb(0, 224, 153);
}
.sys-success .path3:before {
  content: "\E907";
  margin-left: -0.94140625em;
  color: rgb(0, 224, 153);
}
.sys-file .path1:before {
  content: "\E908";
  color: rgb(230, 235, 238);
}
.sys-file .path2:before {
  content: "\E909";
  margin-left: -0.7998046875em;
  color: rgb(255, 255, 255);
}
.sys-file .path3:before {
  content: "\E90A";
  margin-left: -0.7998046875em;
  color: rgb(172, 183, 191);
}
.sys-file .path4:before {
  content: "\E90B";
  margin-left: -0.7998046875em;
  color: rgb(172, 183, 191);
}
.sys-file .path5:before {
  content: "\E90C";
  margin-left: -0.7998046875em;
  color: rgb(172, 183, 191);
}
.sys-file .path6:before {
  content: "\E90D";
  margin-left: -0.7998046875em;
  color: rgb(172, 183, 191);
}
.sys-close .path1:before {
  content: "\E90E";
  color: rgb(255, 255, 255);
}
.sys-close .path2:before {
  content: "\E90F";
  margin-left: -1em;
  color: rgb(255, 115, 96);
}
.sys-error .path1:before {
  content: "\E910";
  color: rgb(255, 255, 255);
}
.sys-error .path2:before {
  content: "\E911";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}
.sys-yuanxingjiahao:before {
  content: "\E912";
}
.sys-guanbisanjiao:before {
  content: "\E913";
}
.sys-duobuforward:before {
  content: "\E914";
}
.sys-duobubackward:before {
  content: "\E915";
}
.sys-danbuforward:before {
  content: "\E916";
}
.sys-danbubackward:before {
  content: "\E917";
}
.sys-aite:before {
  content: "\E918";
}
.sys-jiahao:before {
  content: "\E919";
}
.sys-yuanxingingguanbi .path1:before {
  content: "\E91A";
  color: rgb(172, 183, 191);
}
.sys-yuanxingingguanbi .path2:before {
  content: "\E91B";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.sys-forward:before {
  content: "\E91C";
}
.sys-backward:before {
  content: "\E91D";
}
.sys-arrowup:before {
  content: "\E91E";
}
.sys-arrowdown:before {
  content: "\E91F";
}
.sys-singlebox:before {
  content: "\E920";
}
.sys-checkbox:before {
  content: "\E921";
}
.sys-checkbox-active:before {
  content: "\E922";
  color: rgb(0, 126, 217);
}
.sys-xiazai:before {
  content: "\E923";
}
.sys-morengongneng:before {
  content: "\E924";
}
.sys-lajitong:before {
  content: "\E925";
}
.sys-gengduo:before {
  content: "\E926";
}
.sys-duoxuan:before {
  content: "\E927";
}
.sys-sousuo:before {
  content: "\E928";
}
.sys-shizhong:before {
  content: "\E929";
}
.sys-bitian:before {
  content: "\E92A";
}
.sys-bitian-active:before {
  content: "\E92B";
  color: rgb(255, 115, 96);
}

.icon-active:before {
  color: rgb(0, 126, 217);
}
.icon-disabled:before {
  color: rgb(230, 234, 237);
}
.icon-disabled {
  pointer-events: none;
}
.icon-disabled .path1:before {
  color: rgb(230, 234, 237);
}
.big {
  font-size: 32px!important;
}
.small {
  font-size: 16px!important;
}
.search-nav {
  background: #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-nav.border-1px:after {
    border-bottom: 1px solid #e6eaed; }
  .search-nav .cancel-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0  .56rem;
            flex: 0 0  .56rem;
    text-align: center; }
  .search-nav .search-input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: .08rem .04rem .08rem .12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .14rem;
    background: #fff; }
  .search-nav .icon.search-icon {
    line-height: .28rem;
    padding-left: .06rem; }
  .search-nav .icon.close-icon {
    line-height: .28rem;
    padding-right: .06rem; }
  .search-nav input {
    height: .28rem;
    line-height: .16rem;
    font-size: .14rem;
    padding: .06rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-radius: 0 .14rem .14rem 0; }
.ui-grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .ui-grid-box .grid-cell {
    width: 25%;
    padding: .16rem .08rem 0 .08rem;
    box-sizing: border-box;
    position: relative; }
    .ui-grid-box .grid-cell:active {
      background-color: #e4ebf0; }
  .ui-grid-box .grid-icon {
    height: .4rem;
    width: .4rem;
    border-radius: .08rem;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    font-size: .24rem;
    line-height: .32rem; }
  .ui-grid-box .grid-icon-text {
    line-height: .16rem;
    font-size: .14rem;
    margin: .08rem .08rem .16rem .08rem;
    text-align: center;
    display: -webkit-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: nowrap;
    color: #36434d;
    background: transparent; }
.default-avatar {
  background-color: #e6eaed; }
  .default-avatar div {
    width: 22px;
    height: 24px;
    margin: 0 auto;
    margin-top: 6px;
    background-image: url(../images/089edd47.default-avatar.svg); }

.avatar-medium {
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: .32rem;
  width: .32rem;
  text-align: center;
  font-size: .14rem;
  line-height: .32rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

.avatar-small {
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: .16rem;
  width: .16rem;
  text-align: center;
  font-size: .12rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

.avatar-original {
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: .56rem;
  width: .56rem;
  text-align: center;
  font-size: .14rem;
  line-height: .56rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

.avatar-big {
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: .4rem;
  width: .4rem;
  text-align: center;
  font-size: .14rem;
  line-height: .4rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }
.tab-items .active-tab-bar {
  position: absolute;
  bottom: 1px;
  height: 1px;
  background-color: #039be5;
  width: .2rem; }

.tab-items .tab-item-title {
  padding: 0 .06rem;
  margin: 0 .12rem;
  line-height: .2rem; }
  .tab-items .tab-item-title.active-tab {
    color: #007ed9; }

.tab-nav {
  border-bottom: 1px solid #e6eaed; }
  .tab-nav.border-1px:after {
    border-bottom: 1px solid #e6eaed; }
  .tab-nav [role='left'], .tab-nav [role='right'] {
    position: absolute;
    top: 0;
    min-width: .76rem;
    line-height: .44rem; }
  .tab-nav [role='left']:after, .tab-nav [role='right']:after {
    content: "";
    display: block;
    clear: both; }
  .tab-nav [role='right'] {
    text-align: right;
    right: 0;
    padding-right: 0.12rem; }
  .tab-nav [role='left'] {
    text-align: left;
    left: 0;
    padding-left: 0.12rem; }

header.tab-nav {
  font-size: .16rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  header.tab-nav [role='center'] {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center; }

div.tab-nav {
  font-size: .16rem;
  position: relative;
  white-space: wrap; }
  div.tab-nav .avatar-original {
    margin-bottom: 0.28px; }
  div.tab-nav .tab-card {
    padding-bottom: 0.12rem; }
  div.tab-nav .tab-card:after {
    content: '';
    clear: both;
    display: block; }
  div.tab-nav [role='center'] {
    text-align: center;
    padding: 22px .12rem 0 .12rem; }
  div.tab-nav .title:first-line {
    width: .2rem; }
  div.tab-nav .title {
    font-size: .2rem;
    font-weight: 700;
    line-height: .24rem;
    color: #667580;
    padding: .08rem 0 0.04rem 0; }
  div.tab-nav .sub-title {
    font-size: .12rem;
    line-height: .14rem;
    color: #667580; }
  div.tab-nav .tab-items {
    text-align: center;
    margin-top: .12rem;
    margin-bottom: .1rem; }
.table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }
  .table-item:active {
    background-color: #e4ebf0; }
  .table-item .checkbox-container {
    width: .28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .table-item .checkbox-container.checked {
      color: #349af6; }
  .table-item .media-container {
    width: .52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .12rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .table-item .info-container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: .12rem;
    box-sizing: border-box; }
  .table-item .title-container {
    margin: .12rem .12rem .08rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .table-item .titile-info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .table-item .main-title {
    font-size: .16rem;
    line-height: .2rem;
    font-weight: 600;
    color: #36434d;
    margin-bottom: .04rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }
  .table-item .submain-title {
    font-size: .14rem;
    line-height: .16rem;
    color: #667580;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }
  .table-item a.submain-title {
    color: #007ed9; }
  .table-item .title-media {
    width: .56rem; }
  .table-item ul {
    margin: 0 .12rem .12rem 0;
    padding: .06rem .08rem;
    color: #667580;
    background-color: #f7f8f9; }
  .table-item li {
    line-height: .16rem;
    font-size: .14rem;
    padding: .02rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .table-item li .item-right {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: right;
      font-size: .14rem; }
    .table-item li .sep-con {
      width: .18rem; }
    .table-item li .sub-title {
      max-width: 1rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .table-item li .avatar-small {
      margin-left: 4px; }

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

.icon-radio-active {
  display: inline-block;
  height: .16rem;
  width: .16rem;
  border-radius: .08rem;
  border: 1px solid #007ed9;
  box-sizing: border-box; }
  .icon-radio-active:after {
    width: .06rem;
    height: .06rem;
    background-color: #007ed9;
    border-radius: .03rem;
    content: ' ';
    position: absolute;
    margin: .04rem; }
.simple-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .12rem 0;
  margin: 0 .08rem .08rem .08rem;
  border-radius: .03rem;
  background: #fff; }
  .simple-item .simple-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 .32rem;
            flex: 0 0 .32rem;
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    margin: 0 .12rem; }
  .simple-item .simple-title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: .06rem 0;
    font-size: .16rem;
    line-height: .2rem;
    color: #667580;
    overflow: hidden;
    word-wrap: break-word; }
.ui-modal {
  width: 2.71rem;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .16rem .16rem .15rem .17rem;
  border-radius: .04rem;
  background: #fff;
  font-size: 0.16rem; }
  .ui-modal .posi-top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ui-modal .posi-center {
    top: 55rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .ui-modal .ui-modal-inner {
    position: relative; }
    .ui-modal .ui-modal-inner .ui-modal-title {
      font-size: 0.16rem;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      color: #36434d; }
    .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: .08rem;
      color: #667580;
      max-height: 70vh;
      overflow-y: auto; }
  .ui-modal .ui-modal-buttons {
    margin-top: .31rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #007ed9; }
    .ui-modal .ui-modal-buttons .ui-modal-button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.example-enter {
  opacity: 0.01; }

.example-enter.example-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }
.ui-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
  visibility: hidden;
  opacity: 0; }
  .ui-overlay.ui-overlay-visible {
    visibility: visible;
    opacity: 1; }
.ui-modal {
  width: 2.71rem;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .16rem .16rem .15rem .17rem;
  border-radius: .04rem;
  background: #fff;
  font-size: 0.16rem; }
  .ui-modal .posi-top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ui-modal .posi-center {
    top: 55rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .ui-modal .ui-modal-inner {
    position: relative; }
    .ui-modal .ui-modal-inner .ui-modal-title {
      font-size: 0.16rem;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      color: #36434d; }
    .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: .08rem;
      color: #667580;
      max-height: 70vh;
      overflow-y: auto; }
  .ui-modal .ui-modal-buttons {
    margin-top: .31rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #007ed9; }
    .ui-modal .ui-modal-buttons .ui-modal-button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.example-enter {
  opacity: 0.01; }

.example-enter.example-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }
.ui-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
  visibility: hidden;
  opacity: 0; }
  .ui-overlay.ui-overlay-visible {
    visibility: visible;
    opacity: 1; }
/*@keyframes mymove
{
    from {transform:translateY(-100%);}
    to {transform:translateY(0%);}
}*/
.ui-panel-base {
  position: absolute;
  z-index: 2;
  background-color: #fff; }

.top-ui-panel {
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  /* animation:mymove .6s ease-in-out .2s forwards;*/ }
  .top-ui-panel.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    box-shadow: rgba(0, 0, 0, 0.156863) 0rem 0.03rem 0.01rem, rgba(0, 0, 0, 0.227451) 0rem 0.03rem 0.01rem; }

.left-ui-panel {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  .left-ui-panel.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.156863) 0rem 0.03rem 0.01rem, rgba(0, 0, 0, 0.227451) 0rem 0.03rem 0.01rem; }

.right-ui-panel {
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .right-ui-panel.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.156863) 0rem 0.03rem 0.01rem, rgba(0, 0, 0, 0.227451) 0rem 0.03rem 0.01rem; }

.bottom-ui-panel {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  .bottom-ui-panel.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    box-shadow: rgba(0, 0, 0, 0.156863) 0rem 0.03rem 0.01rem, rgba(0, 0, 0, 0.227451) 0rem 0.03rem 0.01rem; }

/*.left-ui-panel-enter {
    transform: translateX(-100%);
    &.left-ui-panel-enter-active {
        transform: translateX(0);
        transition: transform 500ms ease-in;
    }
}

.left-ui-panel-leave {
    transform: translateX(0);
    &.left-ui-panel-leave-active {
        transform: translateX(-100%);
        transition: transform 500ms ease-in;
    }
}*/
@charset "UTF-8";
.ui-button {
  width: 100%; }
  .ui-button .btn-con {
    border-radius: 1px;
    text-align: center; }
    .ui-button .btn-con .btn {
      height: 0.49rem;
      line-height: 0.49rem;
      text-align: center;
      color: #000;
      display: -webkit-box;
      /* 09版本*/
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
          flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      vertical-align: middle;
      border-radius: 3px; }
    .ui-button .btn-con .btn-icon {
      font-size: 0.16rem;
      line-height: 0.12rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ui-button .btn-con .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.19rem;
        line-height: 0.19rem;
        font-size: 0.1rem; }
    .ui-button .btn-con .icon-left {
      vertical-align: middle; }
      .ui-button .btn-con .icon-left .icon {
        margin-left: 0.08rem;
        margin-right: 0.08rem; }
    .ui-button .btn-con .btn-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .ui-button .btn-con .btn-span {
      height: 0.3rem;
      width: 0.3rem;
      margin-top: 0.06rem;
      border-radius: 50%;
      background: #f5f8fa;
      line-height: 0.3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      vertical-align: middle; }
    .ui-button .btn-con .iconFont {
      height: 0.16rem;
      width: 0.16rem;
      vertical-align: middle; }
    .ui-button .btn-con .iconFont span {
      height: 0.2rem;
      width: 0.2rem; }
    .ui-button .btn-con .btn:active, .ui-button .btn-con .btn-icon:active {
      background: rgba(0, 0, 0, 0.15); }
  .ui-button .disabled {
    background: #e6eaed; }
.ui-btnFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0.54rem;
  box-shadow: inset 0 0.005rem 0 0 #acb7bf;
  z-index: 4;
  background: #fff; }
  .ui-btnFooter .f-btns .f-btn {
    list-style: none;
    display: -webkit-box;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    color: #667580; }
    .ui-btnFooter .f-btns .f-btn .ui-button {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .ui-btnFooter .f-btns .f-btn .ui-button .btn-con {
        width: 100%; }
    .ui-btnFooter .f-btns .f-btn .wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .ui-btnFooter .f-btns .f-btn .left-null {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .ui-btnFooter .f-btns .f-btn .right-null {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .ui-btnFooter .f-btns .f-btn .btn-main {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ui-btnFooter .f-btns .f-btn .btn-main .ui-button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .ui-btnFooter .btn-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ui-btnFooter .button-list {
    width: 100%;
    position: absolute;
    bottom: 0.54rem;
    z-index: 3;
    background: #fff; }
    .ui-btnFooter .button-list .btn-con:before {
      content: "";
      height: 1px;
      display: block;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
      width: 100%;
      background: #e4ebf0; }
@-webkit-keyframes swipe {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translateX(-1.2rem);
            transform: translateX(-1.2rem); } }

@keyframes swipe {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translateX(-1.2rem);
            transform: translateX(-1.2rem); } }

.swipe-obj {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 .12rem;
  left: 0;
  top: 0; }

.swipe-btn {
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff7360;
  color: #fff; }
  .swipe-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
* {
  padding: 0;
  margin: 0;
  list-style: none; }

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

.input-container {
  width: 100%; }
  .input-container .input-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: .6rem;
    padding: .2rem 0rem 0rem 0rem; }
    .input-container .input-item .input-title {
      height: .2rem;
      font-size: .16rem;
      line-height: 1.2;
      color: #667580;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .input-container .input-item .input-title .input-label.space {
        margin-right: .08rem; }
      .input-container .input-item .input-title .required {
        color: #f20000;
        height: 100%;
        line-height: 1.5;
        margin-left: .04rem;
        margin-right: .08rem; }
      .input-container .input-item .input-title .input-placeholder {
        color: #acb7bf;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .input-container .input-item .input-title .extra {
        width: .2rem; }
    .input-container .input-item .input-content {
      width: 100%;
      height: .2rem;
      font-size: .16rem;
      line-height: 1.6;
      color: #36434d;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .input-container .input-item .input-content input {
        height: .15rem; }
      .input-container .input-item .input-content.area-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .input-container .input-item .input-content.area-input .area-clear {
          width: 50%; }
    .input-container .input-item .input-line {
      height: 1px;
      width: 100%;
      background-color: #e4ebf0;
      position: absolute;
      bottom: 0;
      z-index: 2; }
      .input-container .input-item .input-line.line-fff {
        background: #fff; }
    .input-container .input-item .input-btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .input-container .input-item.active {
    padding-top: .12rem; }
    .input-container .input-item.active .input-title {
      height: .14rem;
      font-size: .12rem; }
      .input-container .input-item.active .input-title .input-placeholder {
        font-size: 0; }
    .input-container .input-item.active .input-content {
      height: .24rem;
      margin-top: .02rem;
      margin-bottom: .08rem;
      position: relative; }
      .input-container .input-item.active .input-content.clear {
        background: url(../images/e06567ef.close.svg) no-repeat right center;
        background-size: .16rem .16rem;
        padding-right: .32rem;
        box-sizing: border-box; }
      .input-container .input-item.active .input-content.area-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .input-container .input-item.active .input-content.area-input .area-clear {
          width: 50%; }
      .input-container .input-item.active .input-content .area-clear {
        height: .24rem; }
        .input-container .input-item.active .input-content .area-clear.clear {
          background: url(../images/e06567ef.close.svg) no-repeat right center;
          background-size: .16rem .16rem;
          padding-right: .2rem; }
  .input-container .input-item.focus .input-title {
    color: #007ed9; }
  .input-container .input-item.focus .input-line {
    background-color: #007ed9;
    height: 1px; }
  .input-container .input-item.error .input-title .input-label {
    color: #f20000; }
  .input-container .input-item.error .input-title .input-placeholder {
    font-size: .12rem; }
  .input-container .input-item.error .input-line {
    background-color: #f20000;
    height: 1px; }

.error-msg {
  line-height: 1.5;
  color: #f20000;
  height: .18rem;
  font-size: .12rem;
  margin-left: .12rem; }

.description {
  line-height: 1.5;
  color: #007ed9;
  height: .18rem;
  font-size: .12rem;
  margin-left: .12rem; }

.symbol {
  width: .32rem;
  height: .01rem;
  border-radius: .1rem;
  background-color: #acb7bf;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%; }
.arrow-container {
  width: 100%; }
  .arrow-container .arrow-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: .6rem;
    padding: .2rem 0rem 0rem 0rem; }
    .arrow-container .arrow-item .arrow-title {
      height: .2rem;
      font-size: .16rem;
      line-height: 1.2;
      color: #667580;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .arrow-container .arrow-item .arrow-title .arrow-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .arrow-container .arrow-item .arrow-title .arrow-label.space {
          margin-right: .08rem; }
      .arrow-container .arrow-item .arrow-title .required {
        color: #f20000;
        height: 100%;
        line-height: 1.5;
        margin-left: .04rem;
        margin-right: .08rem; }
      .arrow-container .arrow-item .arrow-title .arrow-placeholder {
        color: #acb7bf;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .arrow-container .arrow-item .arrow-title .extra {
        width: .2rem; }
    .arrow-container .arrow-item .arrow-content {
      width: 100%;
      min-height: .19rem;
      font-size: .16rem;
      line-height: 1.6;
      color: #36434d;
      box-sizing: border-box;
      word-break: break-all;
      padding-right: .16rem; }
    .arrow-container .arrow-item .arrow-line {
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 2;
      background-color: #e4ebf0; }
      .arrow-container .arrow-item .arrow-line.line-fff {
        background: #fff; }
    .arrow-container .arrow-item .arrow-btn {
      position: absolute;
      right: 0rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .arrow-container .arrow-item.active {
    padding-top: .12rem; }
    .arrow-container .arrow-item.active .arrow-title {
      height: .14rem;
      font-size: .12rem;
      color: #667580; }
      .arrow-container .arrow-item.active .arrow-title .arrow-placeholder {
        font-size: 0; }
    .arrow-container .arrow-item.active .arrow-content {
      min-height: .23rem;
      margin-top: .02rem;
      padding-bottom: .08rem; }
  .arrow-container .arrow-item.error .arrow-title .arrow-label {
    color: #f20000; }
  .arrow-container .arrow-item.error .arrow-title .arrow-placeholder {
    font-size: .12rem; }
  .arrow-container .arrow-item.error .arrow-line {
    background-color: #f20000;
    height: 1px; }

.error-msg {
  line-height: 1.5;
  color: #f20000;
  height: .18rem;
  font-size: .12rem;
  margin-left: .12rem; }
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none; }

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  resize: none;
  line-height: 1.5;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: .16rem;
  color: #36434d；; }
  textarea:focus {
    outline: none; }

.textarea-container {
  width: 100%;
  height: 1.08rem; }
  .textarea-container .textarea-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: .2rem 0rem 0rem 0rem; }
    .textarea-container .textarea-item .textarea-title {
      height: .2rem;
      font-size: .16rem;
      line-height: 1.2;
      color: #667580;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .textarea-container .textarea-item .textarea-title .textarea-label.space {
        margin-right: .08rem; }
      .textarea-container .textarea-item .textarea-title .required {
        color: #f20000;
        height: 100%;
        line-height: 1.5;
        margin-left: .04rem;
        margin-right: .08rem; }
      .textarea-container .textarea-item .textarea-title .textarea-placeholder {
        color: #acb7bf;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        text-overflow: ellipsis;
        overflow: auto;
        white-space: nowrap; }
      .textarea-container .textarea-item .textarea-title .extra {
        width: .2rem; }
    .textarea-container .textarea-item .textarea-content {
      width: 100%;
      height: .68rem;
      font-size: .16rem;
      line-height: 1.6;
      color: #36434d; }
    .textarea-container .textarea-item .textarea-line {
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 2;
      background-color: #e4ebf0; }
      .textarea-container .textarea-item .textarea-line.line-fff {
        background: #fff; }
    .textarea-container .textarea-item .textarea-btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .textarea-container .error-msg {
    line-height: 1.5;
    color: #f20000;
    height: .18rem;
    font-size: .12rem; }
  .textarea-container .textarea-item.active {
    padding-top: .12rem; }
    .textarea-container .textarea-item.active .textarea-title {
      height: .14rem;
      font-size: .12rem; }
      .textarea-container .textarea-item.active .textarea-title .textarea-placeholder {
        font-size: 0; }
    .textarea-container .textarea-item.active .textarea-content {
      height: .72rem;
      margin-top: .02rem; }
      .textarea-container .textarea-item.active .textarea-content.clear {
        background: url(../images/e06567ef.close.svg) no-repeat right center;
        background-size: .16rem .16rem; }
    .textarea-container .textarea-item.active .ellipsis {
      padding-bottom: .08rem; }
  .textarea-container .textarea-item.focus .textarea-title {
    color: #007ed9; }
  .textarea-container .textarea-item.focus .textarea-line {
    background-color: #007ed9;
    height: 1px; }
  .textarea-container .textarea-item.error .textarea-title .textarea-label {
    color: #f20000; }
  .textarea-container .textarea-item.error .textarea-title .textarea-placeholder {
    font-size: .12rem; }
  .textarea-container .textarea-item.error .textarea-line {
    background-color: #f20000;
    height: 1px; }

.error-msg {
  line-height: 1.5;
  color: #f20000;
  height: .18rem;
  font-size: .12rem;
  margin-left: .12rem; }

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: .72rem; }

.readOnly {
  min-height: .72rem; }
.chooseGroup {
	height: 100%;
}

.chooseList {
	height: 86%;
	font-size: 16px;
	overflow-y: scroll;
	scroll-behavior: auto;
}

.chooseList li {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	padding: 0 40px;
	overflow: hidden;
}

.chooseList li:after{
   content: "";
   display: block;
   position: absolute;
   left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 100%;
   height: 1px;
   background: #e6eaed;
   transform:scaleY(0.5);
   -webkit-transform:scaleY(0.5);
}

.chooseCaption {
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	color: #667580;
	background-color: #fff;
}
.chooseCaption:after {
	content: "";
   	display: block;
   	position: absolute;
   	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 100%;
   	height: 1px;
   	background: #acb7bf;
   	transform:scaleY(0.5);
    -webkit-transform:scaleY(0.5);
}

.chooseCaption .content {
	font-size: 16px;
	vertical-align: top;
	margin-left: -32px;
}

.chooseList.single li {
	padding: 0;
}

.chooseList li:active {
	background:#e7eaed;
}

.sys-checkbox, .mutiple.sys-checkbox-active {
	position: absolute;
	top: 2%;
	right: 12px;
	font-size: 16px;
}

.single.sys-checkbox-active, .icon.sys-singlebox {
	margin-left: 8px;
	font-size: 16px;
	position: absolute;
}

.chooseList .xiaoliziActive, .chooseList .icon.sys-singlebox {
	color: #007ed9;
}

.chooseList .icon {
	color: #acb7bf;
}

.xiaoliziActive .sys-checkbox-active {
	margin-left: 8px;
}

.chooseCaption .btn {
	float: left;
	padding: 0 12px;
	font-size: 16px;
	color: #007ed9;
}

.chooseCaption .confirm {
	float: right;
}.chooseListPanel.active {
	position: relative;
	height: 70%;
	top: 30%;
	left: 0;
}

@-webkit-keyframes slidein {
	from {
		top: 100%;
	}

	to {
		top: 30%;
	}
}

@keyframes slidein {
	from {
		top: 100%;
	}

	to {
		top: 30%;
	}
}

.blockActive {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 28px 0 8px;
    margin: 8px 8px 0 0;
	background:#f5f6f7;
}

.block-readonly {
	padding: 0 8px;
}

.sys-yuanxingguanbi.icon {
	position: absolute;
	right: 8px;
	bottom: -6px;
	font-size: 16px;
}

.dataBlock .arrow-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	    flex-flow: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.dataBlock .active .arrow-content {
	width: initial;
	padding-right: 28px;
}.ui-uploader-container {
  min-height: 1.14rem;
  background: #fff;
  padding: .12rem 0rem 0rem 0rem;
  color: #667580;
  box-sizing: border-box;
  overflow: hidden; }
  .ui-uploader-container .ui-uploader-label {
    margin-bottom: .12rem;
    font-size: .12rem;
    line-height: .14rem; }

.ui-uploader-photos {
  overflow-x: auto;
  width: 100%;
  min-height: .76rem;
  white-space: nowrap;
  position: relative;
  line-height: 0;
  overflow-y: hidden; }
  .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-button {
    display: inline-block;
    position: absolute;
    top: 0;
    width: .64rem; }

.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);
            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%);
          transform: translateX(-50%); }

.ui-uploader-files-name {
  position: relative;
  left: 50%;
  top: .64rem;
  -webkit-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: .12rem;
  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; }

.delet-btn {
  font-size: .16rem;
  color: #007ed9;
  line-height: .2rem;
  text-align: right; }
.calendar {
  background: #fff; }
  .calendar .month-list {
    height: 450px;
    border: solid 2px #000; }
  .calendar .month-container {
    width: 100%; }
    .calendar .month-container .month {
      width: 100%;
      padding: 1px .12rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      color: #787878; }
      .calendar .month-container .month .monthYear-container {
        -ms-flex: 3.1;
            flex: 3.1;
        height: .32rem;
        line-height: .32rem;
        margin-top: .27rem;
        -webkit-flex: 3.1;
        -webkit-box-flex: 3.1; }
      .calendar .month-container .month .month-text {
        color: #667580;
        font-size: .24rem; }
        .calendar .month-container .month .month-text span:first-child {
          font-weight: 500; }
      .calendar .month-container .month .year-text {
        color: #acb7bf;
        font-size: .24rem; }
      .calendar .month-container .month .icon-con {
        -ms-flex: 1;
            flex: 1;
        -webkit-flex: 1;
        margin-top: 20px;
        -webkit-box-flex: 1; }
        .calendar .month-container .month .icon-con .month-icon {
          display: none; }
        .calendar .month-container .month .icon-con .icon {
          color: #ACB7BF; }
    .calendar .month-container .weeks {
      padding-left: .12rem;
      padding-right: .12rem;
      box-sizing: border-box;
      line-height: .2rem;
      display: table;
      table-layout: fixed;
      width: 100%;
      height: .2rem;
      background-color: #f5f6f7; }
      .calendar .month-container .weeks span {
        text-align: center;
        font-size: .12rem;
        display: table-cell;
        color: #667580; }
    .calendar .month-container .days-container {
      margin: 0.06rem .12rem 0 .12rem;
      transition: All 0.4s ease-in-out;
      -webkit-transition: All 0.4s ease-in-out; }
      .calendar .month-container .days-container .days-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        box-sizing: border-box;
        margin-top: 0.04rem; }
        .calendar .month-container .days-container .days-row .current > span {
          color: #2196f3; }
        .calendar .month-container .days-container .days-row .active > span {
          background-color: #007ed9;
          color: #fff; }
        .calendar .month-container .days-container .days-row .firstActive > span {
          width: 100%;
          height: .44rem;
          line-height: .44rem;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-top-left-radius: .22rem;
          border-bottom-left-radius: .22rem; }
        .calendar .month-container .days-container .days-row .hidden > span {
          visibility: hidden; }
        .calendar .month-container .days-container .days-row .disabled > span {
          color: #acb7bf;
          background-color: #fff; }
        .calendar .month-container .days-container .days-row .range > span {
          width: 100%;
          height: .44rem;
          line-height: .44rem;
          color: #fff;
          border-radius: 0;
          background-color: #007ed9; }
  .calendar .calendar-month {
    height: 100%;
    overflow-y: scroll; }
    .calendar .calendar-month.show-part {
      height: auto;
      min-height: .4rem; }
      .calendar .calendar-month.show-part .days-row:not(.always-show) {
        display: none; }

.day {
  text-align: center;
  display: table-cell; }
  .day > span {
    width: .44rem;
    height: .44rem;
    margin: 1px auto;
    display: inline-block;
    font-size: .16rem;
    line-height: .44rem;
    border-radius: 50%;
    color: #36434d; }
  .day.lastActive > span {
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    border-top-right-radius: .22rem;
    border-bottom-right-radius: .22rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.ui-prompts {
  font-size: 0.16rem;
  width: 100%;
  min-height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  position: fixed;
  z-index: 2; }
  .ui-prompts .prp-ic {
    width: 0.4rem;
    min-height: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ui-prompts .prp-front {
    float: left; }
  .ui-prompts .prp-after {
    float: right; }
  .ui-prompts .prp-p {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 0.16rem;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    line-height: 0.24rem;
    min-height: 0.24rem;
    max-height: 11rem;
    overflow-y: auto; }
  .ui-prompts .prp-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; }

.top {
  top: 0.44rem; }

.bottom {
  bottom: 0; }
@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: transparent;
  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; } }
.dropdown-title {
  width: 1.6rem;
  z-index: 1;
  position: relative;
  height: 24px;
  line-height: .24rem; }
  .dropdown-title.left {
    text-align: left; }
  .dropdown-title.right {
    text-align: right; }
  .dropdown-title .title-text {
    font-size: .2rem;
    max-width: 1.3rem;
    text-align: center;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis; }
  .dropdown-title .icon {
    position: absolute;
    top: -9px;
    margin-left: 6px; }
  .dropdown-title.center {
    text-align: center;
    padding-right: .24rem; }

.dropdown-container {
  top: .3rem;
  z-index: 1;
  position: relative; }
  .dropdown-container .menu {
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: height .5s, max-height .5s, min-height .5s, opacity .5s;
    transition: height .5s, max-height .5s, min-height .5s, opacity .5s; }
    .dropdown-container .menu:before {
      z-index: 2;
      content: "";
      position: absolute;
      border: 8px solid transparent;
      border-bottom-color: #36434d; }
    .dropdown-container .menu .dropdown-list {
      height: 0;
      border-radius: 4px;
      overflow: scroll;
      -webkit-transition: height .5s, max-height .5s, min-height .5s, opacity .5s;
      transition: height .5s, max-height .5s, min-height .5s, opacity .5s;
      padding: 0 .12rem;
      margin-top: -.05rem;
      background-color: #36434d; }
      .dropdown-container .menu .dropdown-list .dropdown-item {
        font-size: .16rem;
        text-align: center;
        color: #ffffff; }
    .dropdown-container .menu .dropdown-list-open {
      height: 100%;
      -webkit-transition: height .5s, max-height .5s, min-height .5s, opacity .5s;
      transition: height .5s, max-height .5s, min-height .5s, opacity .5s; }
  .dropdown-container .open {
    opacity: 1;
    -webkit-transition: height .5s, max-height .5s, min-height .5s, opacity .5s;
    transition: height .5s, max-height .5s, min-height .5s, opacity .5s; }
  .dropdown-container.center .menu .dropdown-list {
    border: solid 1px #fff; }
    .dropdown-container.center .menu .dropdown-list .dropdown-item {
      margin: .24rem 0; }
  .dropdown-container.center .menu:before {
    left: 50%;
    top: -.2rem;
    margin-left: -8px; }
  .dropdown-container.left .menu:before, .dropdown-container.right .menu:before {
    z-index: 1;
    top: -.16rem; }
  .dropdown-container.left .menu .dropdown-list, .dropdown-container.right .menu .dropdown-list {
    position: absolute;
    padding: 0 28px 0 16px; }
    .dropdown-container.left .menu .dropdown-list .dropdown-item, .dropdown-container.right .menu .dropdown-list .dropdown-item {
      margin-top: .2rem;
      text-align: left;
      word-break: keep-all;
      white-space: nowrap; }
      .dropdown-container.left .menu .dropdown-list .dropdown-item:first-child, .dropdown-container.right .menu .dropdown-list .dropdown-item:first-child {
        margin-top: .27rem; }
      .dropdown-container.left .menu .dropdown-list .dropdown-item .item-label, .dropdown-container.right .menu .dropdown-list .dropdown-item .item-label {
        position: relative;
        margin-left: .12rem;
        top: -.14rem; }
.timepicker {
  width: 100%;
  color: #acb7bf;
  bottom: 0;
  font-size: .16rem;
  text-align: center;
  box-sizing: content-box; }
  .timepicker .timepicker-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .timepicker .timepicker-content .left {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      text-align: right; }
    .timepicker .timepicker-content .right {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      text-align: left; }
    .timepicker .timepicker-content .center {
      -webkit-box-flex: 1.8;
          -ms-flex: 1.8;
              flex: 1.8; }
    .timepicker .timepicker-content .timepicker-col-1 {
      -ms-flex-flow: row;
          flex-flow: row; }
  .timepicker .timepicker-viewport {
    height: 100%; }
    .timepicker .timepicker-viewport .timepicker-wheel {
      height: .40rem;
      line-height: .40rem;
      width: 100%;
      border-top: 1px solid #e4ebf0;
      border-bottom: 1px solid #e4ebf0; }
  .timepicker .timepicker-scroll {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .timepicker .timepicker-scroll li {
      position: absolute;
      height: 40px;
      width: 100%;
      font-size: 24px;
      line-height: 40px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .timepicker .timepicker-scroll li.active {
        color: #007ed9; }
.datetimepicker .calendar {
  height: 3.56rem; }

.datetimepicker .calendar-month {
  overflow: hidden; }

.datetimepicker .nav-left span, .datetimepicker .nav-right span {
  font-size: .16rem;
  letter-spacing: -0.4px;
  color: #007ed9; }

.datetimepicker .nav-center span {
  font-size: .2rem;
  letter-spacing: -0.5px;
  color: #597080; }

.datetimepicker .ui-page-content {
  overflow: hidden; }

.datetimepicker .weeks, .datetimepicker .month {
  border: solid 1px #fff; }

.datetimepicker .month {
  background: #fff; }

.datetimepicker .calendar-month .days-container {
  height: 2.56rem;
  overflow: scroll; }

.datetimepicker .nav-left {
  width: 1.2rem !important; }

.datetimepicker .nav-left a {
  width: inherit !important; }

.datetimepicker .timepicker {
  overflow: hidden; }
.search-user {
  height: .5rem;
  position: absolute;
  top: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 8px 5px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  background: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  z-index: 2;
  background: #fff; }
  .search-user .sys-sousuo.icon {
    line-height: .4rem;
    margin: 0 0 0 8px; }
  .search-user input {
    padding-left: 8px;
    min-width: 40px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .search-user .avatar-medium {
    margin: 0 4px;
    vertical-align: middle;
    height: .4rem;
    width: .4rem;
    line-height: 0.4rem;
    border-radius: 50%; }
  .search-user .select-user-list {
    white-space: nowrap;
    overflow: auto; }

.user-list.user-filter {
  background-color: #f5f6f7; }

.user-list:before {
  content: '';
  height: .5rem;
  display: inline-block; }

.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 4px;
  height: 64px;
  box-sizing: border-box; }
  .user-item:active {
    background-color: #f5f6f7; }
  .user-item .user-check {
    margin-left: 8px;
    color: #acb7bf; }
  .user-item .user-avatar {
    margin: 0 8px; }
    .user-item .user-avatar .avatar-medium {
      height: 0.4rem;
      width: 0.4rem;
      line-height: .4rem;
      border-radius: .2rem; }
  .user-item .user-main {
    color: #667580;
    margin-left: 4px; }
  .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-item .user-name .active {
      color: #007ed9; }
  .user-item .user-email {
    line-height: .16rem;
    font-size: 14px; }
    .user-item .user-email .active {
      color: #007ed9; }

.clear .nav-left {
  width: 1.28rem; }
