@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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: .18rem;
    line-height: .44rem;
    position: relative;
    z-index: 2;
    background: #fff; }
    .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(../4318e42fe0d9d9ac9464e93fa44aea3d.eot);
  src:  url(../4318e42fe0d9d9ac9464e93fa44aea3d.eot) format('embedded-opentype'),
    url(../2ce01e115a5c75e5e0f40334e7c71c7a.ttf) format('truetype'),
    url(../41cfd03d15126c8ef3dd2294bf6ae842.woff) format('woff'),
    url(../605c6185f4b22f83c71e8c7a203c19b4.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-yuanxingguanbi .path1:before {
  content: "\E91A";
  color: rgb(172, 183, 191);
}
.sys-yuanxingguanbi .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(../089edd47a04e5845e60064608eb27aba.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: .10rem;
  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: .12rem;
  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: 2;
  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: 2;
  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; }
@-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;
  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%); }

.noswipe-btn {
  display: none; }
.readonly-input-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  font-size: .16rem;
  color: #9da0a3;
  background-color: #fff; }
  .readonly-input-container:active {
    background-color: #e6e7e8; }
    .readonly-input-container:active input, .readonly-input-container:active .value {
      background-color: #e6e7e8; }
  .readonly-input-container .label {
    width: .96rem;
    word-wrap: break-word;
    word-break: break-word;
    line-height: .2rem;
    margin-right: .08rem;
    font-size: .16rem; }
  .readonly-input-container .value {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    line-height: .2rem;
    color: #9da0a3;
    font-size: .16rem; }
  .readonly-input-container .line {
    height: 1px;
    width: 100%;
    background-color: #e6e7e8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5); }
  .readonly-input-container .arrow-btn {
    font-size: .16rem;
    position: absolute;
    right: .12rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #E6E7E8; }
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent; }

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

input::-webkit-input-placeholder {
  color: #bfc4c7; }

input:-moz-placeholder {
  color: #bfc4c7; }

input::-moz-placeholder {
  color: #bfc4c7; }

input:-ms-input-placeholder {
  color: #bfc4c7; }

.input-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .16rem;
  background-color: #fff;
  /*overflow: hidden;*/ }
  .input-container:active {
    background-color: #e6e7e8; }
    .input-container:active input, .input-container:active .input-content {
      background-color: #e6e7e8; }
  .input-container .input-label {
    /*float: left;*/
    display: inline-block;
    max-width: .96rem;
    word-wrap: break-word;
    line-height: .2rem;
    margin-right: .08rem;
    color: #6b7175;
    font-size: .16rem;
    vertical-align: top;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .input-container .label-width {
    width: .96rem; }
  .input-container .input-required {
    color: #bfc4c7;
    width: .32rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .input-container .hide-required {
    display: none; }
  .input-container .input-content {
    -webkit-box-flex: 1;
        -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: transparent; }
  .input-container .input-line {
    height: 1px;
    width: 100%;
    background-color: #e6e7e8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5); }
  .input-container .error-line {
    background-color: #f20000; }
  .input-container .arrow-btn {
    font-size: .16rem;
    position: absolute;
    right: .12rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #9DA0A3; }

/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
   
    appearance:none;
}
input::-webkit-clear-button {
    display: none;
    appearance:none;
}
input::-webkit-calendar-picker-indicator {

display: none;
appearance:none;
}*/
/*input[type=date] {
	position: relative;
	right: -50px;
}
input[type=month] {
	position: relative;
	right: -50px;
}*/
/**{
	padding:0;
	margin:0;
	list-style: none;	
}

.input-container {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: .14rem .32rem .14rem .12rem;
	display: flex;
	font-size: .16rem;
	&:active {
		background-color: #e6e7e8;
		input {
			background-color: #e6e7e8;
		}
	}

	.input-label {
		display: inline-block;
		max-width: .96rem;
		word-wrap: break-word;
		line-height: .2rem;
		margin-right: .08rem;
		color: #6b7175;
		font-size: .16rem;
	}

	.label-width {
		width: .96rem;
	}

	.input-required {
		color: #bfc4c7;
	}

	.hide-required {
		display: none;
	}
		
	.input-content {
		flex:auto;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: right;
		line-height: .2rem;
		color: #3a4247;
		font-size: .16rem;
	}

	.input-line {
		height: 1px;
		width: 100%;
		background-color: #e4ebf0;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}

	.error-line {
		background-color: #f20000;
	}

	.arrow-btn {
		font-size: .16rem;
		position:absolute;
		right: .12rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

.input-container:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }


*/
.textarea-container {
  font-size: .16rem;
  position: relative;
  padding-left: .12rem;
  padding-right: .32rem; }
  .textarea-container .textarea-item {
    position: relative;
    box-sizing: border-box; }
    .textarea-container .textarea-item .textarea-title {
      color: #667580; }
      .textarea-container .textarea-item .textarea-title .textarea-label {
        display: inline-block;
        max-width: 2.5rem;
        padding: 12px 0 12px 0; }
        .textarea-container .textarea-item .textarea-title .textarea-label.space {
          margin-right: .08rem;
          color: #6b7175; }
      .textarea-container .textarea-item .textarea-title .required {
        color: #bfc4c7;
        margin-left: .06rem;
        position: absolute; }
      .textarea-container .textarea-item .textarea-title .extra {
        width: .16rem;
        color: #9da0a3;
        font-size: .16rem;
        line-height: .48rem;
        position: absolute;
        right: -0.20rem; }
  .textarea-container .textarea-content {
    width: 100%;
    line-height: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3a4247;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .textarea-container .textarea-line {
    height: 1px;
    width: 100%;
    background-color: #e4ebf0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .textarea-container .error-line {
    background-color: #f20000; }
  .textarea-container .read-only {
    color: #9da0a3; }
  .textarea-container .padding {
    padding-left: 12px;
    padding-right: 32px; }

.textarea-content-pand {
  padding-bottom: 0.14rem; }
* {
  padding: 0;
  margin: 0;
  list-style: none; }

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

input::-webkit-input-placeholder {
  color: #bfc4c7; }

input:-moz-placeholder {
  color: #bfc4c7; }

input::-moz-placeholder {
  color: #bfc4c7; }

input:-ms-input-placeholder {
  color: #bfc4c7; }

.input-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .14rem .32rem .14rem .12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .16rem;
  background-color: #fff; }
  .input-container:active {
    background-color: #e6e7e8; }
    .input-container:active input, .input-container:active .input-content {
      background-color: #e6e7e8; }
  .input-container .input-label {
    display: inline-block;
    max-width: .96rem;
    word-wrap: break-word;
    line-height: .2rem;
    margin-right: .08rem;
    color: #6b7175;
    font-size: .16rem;
    vertical-align: top;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .input-container .label-width {
    width: .96rem; }
  .input-container .input-required {
    color: #bfc4c7;
    width: .32rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .input-container .hide-required {
    display: none; }
  .input-container .input-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: .2rem;
    color: #3a4247;
    font-size: .16rem;
    background-color: #fff; }
    .input-container .input-content .input-block {
      width: calc(50% - 16px);
      text-align: center; }
    .input-container .input-content .symbol {
      width: .32rem;
      height: .01rem;
      border-radius: .1rem;
      background-color: #9DA0A3;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%; }
    .input-container .input-content .symbol-area {
      display: inline-block;
      width: .32rem; }
  .input-container .input-line {
    height: 1px;
    width: 100%;
    background-color: #e6e7e8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5); }
  .input-container .error-line {
    background-color: #f20000; }
.chooseGroup {
  background: #f3f4f5;
  padding-top: .12rem;
  box-shadow: 0 .005rem .01rem 0 #e6eaed; }

.chooseList {
  font-size: 16px;
  overflow-y: scroll;
  scroll-behavior: auto;
  background: #fff; }

.chooseList li {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 40px 0 12px;
  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 li:active {
  background: #e7eaed; }

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

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

.chooseList .icon {
  color: #acb7bf; }

.xiaoliziActive .sys-checkbox-active {
  margin-left: 8px; }
.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-prompts {
  font-size: 0.16rem;
  width: 100%;
  min-height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  position: fixed;
  z-index: 2; }
  .ui-prompts .icon-container {
    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 .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: 11rem;
    overflow-y: auto; }
  .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; }

.position-propmp {
  top: 65px; }

@-webkit-keyframes myAnimation {
  0% {
    top: 0px; }
  20% {
    top: 65px; }
  60% {
    top: 65px; }
  86% {
    top: 65px; }
  100% {
    top: -65px; } }

@keyframes myAnimation {
  0% {
    top: 0px; }
  20% {
    top: 65px; }
  60% {
    top: 65px; }
  86% {
    top: 65px; }
  100% {
    top: -65px; } }

.animation-promp {
  -webkit-animation: myAnimation 3300ms forwards;
          animation: myAnimation 3300ms forwards; }
.textarea-page {
  z-index: 3; }
  .textarea-page header {
    background: #fff;
    color: #3a4247; }
    .textarea-page header .icon {
      color: #9da0a3;
      margin-right: .1rem; }
    .textarea-page header .clear {
      color: #9da0a3;
      font-size: .18rem;
      position: absolute; }
    .textarea-page header .achieve {
      font-size: .18rem;
      color: #1e80c7; }
  .textarea-page .ui-page-content {
    background: #f2f4f5;
    z-index: 2; }
    .textarea-page .ui-page-content .count-container {
      position: relative;
      height: .44rem;
      background: #fff; }
      .textarea-page .ui-page-content .count-container .count {
        position: absolute;
        right: .12rem;
        bottom: .12rem;
        color: #9da0a3; }
      .textarea-page .ui-page-content .count-container .front-count {
        color: #1e80c7; }
      .textarea-page .ui-page-content .count-container .count-more {
        color: #f53100; }
  .textarea-page textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    resize: none;
    line-height: .24rem;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: .16rem;
    color: #3a4247;
    height: 1.44rem;
    width: 100%; }
    .textarea-page textarea:focus {
      outline: none; }
  .textarea-page .textarea-container {
    padding: .12rem .12rem .06rem .12rem;
    background: #fff; }
.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(../70441032f5be4fdc9cc7fdbd93f5c706.svg) no-repeat center;
  background-size: .44rem .44rem;
  background-color: #acb7bf; }

.ui-uploader-file-detail {
  width: .88rem;
  height: 1.08rem;
  background: url(../70441032f5be4fdc9cc7fdbd93f5c706.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; }
.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;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .timepicker .timepicker-content .list1, .timepicker .timepicker-content .year, .timepicker .timepicker-content .list3 {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .timepicker .timepicker-content .list2 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .timepicker .timepicker-content .month {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
    .timepicker .timepicker-content .timepicker-col-1 {
      height: 100%;
      -ms-flex-flow: row;
          flex-flow: row; }
    .timepicker .timepicker-content .year .timepicker-wheel {
      padding-left: 50px; }
  .timepicker .timepicker-viewport {
    height: 100%;
    position: relative; }
    .timepicker .timepicker-viewport .timepicker-wheel {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      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; }
@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: 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;
    height: 100%;
    -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 {
      height: 100%;
      -ms-flex-flow: row;
          flex-flow: row; }
  .timepicker .timepicker-viewport {
    height: 100%;
    position: relative; }
    .timepicker .timepicker-viewport .timepicker-wheel {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      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; }
.datatimepicker-panel .nav-center .nav-title {
  font-size: .18rem;
  color: #3a4247;
  line-height: .44rem;
  text-align: center; }

.datatimepicker-panel .nav-right span {
  font-size: .18rem;
  color: #1e80c7;
  letter-spacing: -0.44px;
  line-height: .44rem;
  text-align: right; }

.datatimepicker-panel .nav-left span {
  font-size: .18rem;
  color: #9da0a3;
  letter-spacing: -0.44px;
  line-height: .44rem; }

.timepicker {
  top: 0;
  margin: auto;
  width: 100%;
  color: #acb7bf;
  bottom: 0;
  position: absolute;
  font-size: .16rem;
  text-align: center;
  box-sizing: content-box; }
  .timepicker .timepicker-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .timepicker .timepicker-content .date {
      -webkit-box-flex: 2.5;
          -ms-flex: 2.5;
              flex: 2.5;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .timepicker .timepicker-content .date .timepicker-wheel {
        padding-left: 5px; }
      .timepicker .timepicker-content .date .list1 {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; }
      .timepicker .timepicker-content .date .list2 {
        -webkit-box-flex: 1.5;
            -ms-flex: 1.5;
                flex: 1.5; }
      .timepicker .timepicker-content .date .list3 {
        -webkit-box-flex: 1.5;
            -ms-flex: 1.5;
                flex: 1.5; }
    .timepicker .timepicker-content .time {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .timepicker .timepicker-content .time .list4 {
        -webkit-box-flex: 1.5;
            -ms-flex: 1.5;
                flex: 1.5; }
      .timepicker .timepicker-content .time .list5 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .timepicker .timepicker-content .time .list6 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .timepicker .timepicker-content .timepicker-col-1 {
      height: 100%;
      -ms-flex-flow: row;
          flex-flow: row; }
  .timepicker .timepicker-viewport {
    height: 100%;
    position: relative; }
    .timepicker .timepicker-viewport .timepicker-wheel {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      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: 20px;
      line-height: 40px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .timepicker .timepicker-scroll li.active {
        color: #007ed9; }
.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-x: scroll; }
  .search-user .avatar-container {
    position: relative;
    display: inline-block; }
  .search-user .avatar-layout {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34); }
  .search-user .avatar-overlay {
    display: inline-block;
    background: black;
    opacity: 0.2; }

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

.user-select-page .nav-left .clear {
  position: absolute;
  margin-left: .1rem; }

.user-select-page .nav-center {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  .user-select-page .nav-center span {
    white-space: nowrap; }

.user-select-page .nav-right {
  width: .5rem; }
.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;
}
#my-dropdown {
  margin-top: 150px;
  margin-left: 100px; }
.iconListItem {
   font-size: 16px;
   margin-top: 30px;
}
.sizeAndStatus {
   margin-top: 10px;
   margin-left: 10px;
}
.name {
  color: red;
}
.status {
   margin-left: 30px;
}
.iconList {
   height: 568px;
}
.iconList .icon {
   position: relative;
   top: 20px;
   left: 10px;
}
.desc {
  font-size: 16px;
}
.test-modal-title {
  font-size: 0.16rem; }

.heart {
  position: relative;
  width: 100px;
  height: 90px;
  left: 25%;
  top: 25%;
  margin-top: 45px;
  margin-left: 50px;
  font-size: 0.16rem; }
  .heart:before, .heart:after {
    position: absolute;
    content: "click me";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: pink;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
/*@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;
    }
}*/
.test-panel-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  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; }
  .test-panel-buttons span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.test-panel-list {
  font-size: 0.16rem;
  text-align: center; }
  .test-panel-list li {
    height: 1.5rem;
    line-height: 9.5; }

.test-innertop {
  font-size: 0.16rem;
  height: 3rem;
  text-align: center; }
.btn-prompte {
  padding: .1rem;
  margin-left: 0.05rem;
  margin-top: 0.05rem;
  font-size: 20px;
  text-align: center;
  color: #fff; }
.timepicker {
  bottom: 0;
  position: absolute; }
