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

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  color: #667580;
  background-color: #fff; }

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-b:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e4ebf0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none; }

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

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

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

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

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

.border-8a:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e4ebf0;
  border-radius: 8px;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  padding: 1px;
  -webkit-box-sizing: border-box;
  pointer-events: none; }
@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: hidden; }
  .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 div {
    display: block; }
  .ui-page .icon {
    font-size: .24rem;
    line-height: .44rem; }
    .ui-page .icon:active {
      color: #007ed9; }
  .ui-page a {
    font-size: .18rem;
    color: #007ed9; }
  .ui-page .left {
    text-align: left;
    width: .76rem;
    padding-left: .12rem; }
  .ui-page .right {
    text-align: right;
    width: .76rem;
    padding-right: .12rem; }
    .ui-page .right .icon {
      margin-left: .16rem; }
  .ui-page .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; }
  .ui-page footer {
    min-height: .44rem; }
.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; }
.avatar-medium {
  line-height: .4rem;
  color: #fff;
  border-radius: .2rem;
  display: inline-block;
  height: .4rem;
  width: .4rem;
  text-align: center;
  font-size: .16rem; }
.table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .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; }
  .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;
    color: #36434d;
    margin-bottom: .04rem; }
  .table-item .submain-title {
    font-size: .14rem;
    line-height: .16rem;
    color: #667580; }
  .table-item .title-media {
    width: .56rem; }
  .table-item ul {
    margin: 0 .12rem .08rem 0;
    padding: .06rem .08rem;
    color: #667580;
    background-color: #f7f8f9; }
  .table-item li {
    line-height: .16rem;
    font-size: .14rem;
    padding: .02rem 0; }
    .table-item li .item-right {
      float: right; }

.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; }
.ui-modal {
  width: 2.71rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  padding: .16rem .16rem .15rem .17rem;
  border-radius: .04rem;
  background: #fff;
  font-size: 0.16rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .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: justify;
      margin-top: .08rem;
      color: #667580; }
  .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;
    }
}*/
.zj-btn-con {
  border-radius: 1px;
  text-align: center; }
  .zj-btn-con .zj-btn {
    height: 0.49rem;
    text-align: center;
    background: #e4ebf0;
    color: #000;
    font-size: 0.2rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .zj-btn-con .zj-btn-icon {
    font-size: 0.1rem;
    line-height: 0.12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .zj-btn-con .zj-btn-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .zj-btn-con .zj-btn-img span {
    height: 0.3rem;
    width: 0.3rem;
    margin-top: 0.06rem;
    border-radius: 50%;
    background: #f5f8fa; }
  .zj-btn-con .zj-iconFont {
    height: 0.1rem;
    width: 0.1rem;
    display: inline-block;
    background: red;
    padding: 0.03rem; }
  .zj-btn-con .zj-btn:active, .zj-btn-con .zj-btn-icon:active {
    background: rgba(0, 0, 0, 0.15); }
.zj-btn-footer {
  position: fixed;
  bottom: 0;
  font-size: 0.10rem;
  width: 100%;
  height: 0.54rem;
  box-shadow: inset 0 0.005rem 0 0 #acb7bf;
  z-index: 4;
  background: #fff; }
  .zj-btn-footer .zj-f-btns {
    width: 100%;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%; }
    .zj-btn-footer .zj-f-btns .zj-f-btn {
      list-style: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%;
      color: #667580; }
      .zj-btn-footer .zj-f-btns .zj-f-btn .zj-btn-con {
        width: 100%;
        height: 100%; }
  .zj-btn-footer .zj-btn-icon {
    height: 100%; }
  .zj-btn-footer .zj-button-list {
    width: 100%;
    position: absolute;
    bottom: 0.54rem;
    z-index: 3;
    background: #fff; }
    .zj-btn-footer .zj-button-list .zj-btn-con:before {
      content: "";
      height: 1px;
      display: block;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
      width: 100%;
      background: #e4ebf0; }

.zj-buttons-footer:before {
  content: "";
  height: 1px;
  display: block;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  width: 100%;
  background: #e4ebf0; }
@font-face {
  font-family: 'sysicomoon';
  src:  url(../86fcddf48ba54e24c9c9327f750a1750.eot);
  src:  url(../86fcddf48ba54e24c9c9327f750a1750.eot) format('embedded-opentype'),
    url(../5cf71cf901ccc39df4477a1377020768.ttf) format('truetype'),
    url(../56f09440c64da7cdc88dd94aef04fe17.woff) format('woff'),
    url(../aca9eece5e90c5d9eaf33469f84c89be.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;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sys-yuanxingjiahao-nomal:before {
  content: "\E900";
}
.sys-yuanxingforward-nomal:before {
  content: "\E901";
}
.sys-yuanxingbackward-nomal:before {
  content: "\E902";
}
.sys-shuangsanjiaoforward-nomal:before {
  content: "\E903";
}
.sys-shuangsanjiaobackward-nomal:before {
  content: "\E904";
}
.sys-guanbisanjiao-nomal:before {
  content: "\E905";
  color: rgba(0, 126, 217, 1);
}
.sys-aite-nomal:before {
  content: "\E906";
}
.sys-jiahao-nomal:before {
  content: "\E907";
}
.sys-guanbi-nomal .path1:before {
  content: "\E908";
  color: rgb(172, 183, 191);
}
.sys-guanbi-nomal .path2:before {
  content: "\E909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.sys-forward-nomal:before {
  content: "\E90A";
}
.sys-backward-nomal:before {
  content: "\E90B";
}
.sys-arrowup-nomal:before {
  content: "\E90C";
}
.sys-arrowdown-nomal:before {
  content: "\E90D";
}

.icon-disabled:before {
  opacity: 0.3;
}
.icon-disabled .path1:before {
  color: rgba(172, 183, 191,0.3);
}
.icon-hidden {
   display: none;
}
.big {
 font-size: 18px;
}
.small {
  font-size: 14px;
}
.dropdown-container .dropdown-title {
  height: .24rem;
  font-size: .2rem;
  line-height: .24rem;
  letter-spacing: -0.5;
  color: #667580;
  text-align: center; }
  .dropdown-container .dropdown-title .icon {
    position: relative;
    left: 6px; }

.dropdown-container .menu {
  opacity: 0;
  width: 1.88rem;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -0.94rem;
  margin-top: -1px;
  padding-bottom: .24rem;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .dropdown-container .menu .dropdown-list {
    height: 0;
    margin-top: 10px;
    border-radius: 0.04rem;
    background-color: #36434d;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .dropdown-container .menu .dropdown-list:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 50%;
      width: 0px;
      height: 0px;
      margin-left: -8px;
      border: 8px solid transparent;
      border-bottom-color: #36434d; }
    .dropdown-container .menu .dropdown-list .dropdown-item {
      height: .2rem;
      color: #fff;
      font-size: .16rem;
      line-height: .2rem;
      margin-top: .24rem;
      text-align: center;
      list-style: none; }
  .dropdown-container .menu .dropdown-list-open {
    height: 3.3rem;
    -webkit-transition: all .5s;
    transition: all .5s; }

.dropdown-container .open {
  opacity: 1;
  height: 3.39rem;
  -webkit-transition: all .5s;
  transition: all .5s; }
* {
  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; }

.ui-input {
  border: none; }
  .ui-input:focus {
    outline: none; }

.ui-input-box {
  background: #fff; }
  .ui-input-box .ui-input-title {
    padding-top: .2rem;
    height: .2rem;
    font-size: .16rem;
    line-height: 1.2;
    color: #667580; }
    .ui-input-box .ui-input-title.essential .label:after {
      content: '*';
      font-size: .16rem;
      color: #f20000;
      vertical-align: sub; }
    .ui-input-box .ui-input-title .placeholder {
      margin-left: .08rem;
      color: #acb7bf; }
  .ui-input-box .ui-input {
    height: .2rem;
    width: 100%;
    padding-right: .29rem;
    font-size: .16rem; }
  .ui-input-box .ui-input-line {
    height: 1px;
    width: 100%;
    background-color: #e4ebf0;
    /*transform: scaleY(0.5);*/ }
  .ui-input-box .ui-input-clear {
    display: none; }

.ui-input-box.active .ui-input-title {
  padding-top: .12rem;
  height: .14rem;
  margin-bottom: .02rem;
  font-size: .12rem;
  color: #007ed9; }
  .ui-input-box.active .ui-input-title .label-color {
    color: #667580; }
  .ui-input-box.active .ui-input-title .error-label-color {
    color: #f20000; }

.ui-input-box.active .ui-input {
  height: .24rem;
  font-size: .16rem;
  margin-bottom: .08rem; }
  .ui-input-box.active .ui-input.clear {
    background: url(../ecf1262a7b0a05cea373b8f1d8175a2e.svg) no-repeat right center;
    background-size: .16rem .16rem; }

.ui-input-box.active .ui-input-line {
  background-color: #007ed9; }
  .ui-input-box.active .ui-input-line.line-color {
    background-color: #e4ebf0; }
  .ui-input-box.active .ui-input-line.error-line-color {
    background-color: #f20000; }

.ui-input-error-msg {
  line-height: 1.5;
  color: #f20000; }

.ui-input-box.read .ui-input {
  height: .24rem;
  font-size: .16rem;
  margin-bottom: .08rem; }

.ui-input-box.read .ui-input-title {
  padding-top: .12rem;
  height: .14rem;
  margin-bottom: .02rem;
  font-size: .12rem;
  color: #007ed9; }
  .ui-input-box.read .ui-input-title .label-color {
    color: #667580; }

.ui-input-box.read .ui-input-line.line-color {
  background-color: #e4ebf0; }
.calendar {
  position: relative;
  background: #fff; }
  .calendar .month-container {
    width: 100%; }
    .calendar .month-container .month {
      height: .32rem;
      line-height: .32rem;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      color: #787878;
      font-size: .12rem; }
      .calendar .month-container .month .info {
        height: .48rem; }
    .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 {
        width: .12rem;
        text-align: center;
        font-weight: bold;
        font-size: .12rem;
        display: table-cell;
        color: #667580; }
    .calendar .month-container .days-container {
      margin-left: .12rem;
      margin-right: .12rem; }
      .calendar .month-container .days-container .days-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        box-sizing: border-box;
        margin: 4px 0px; }
        .calendar .month-container .days-container .days-row .current > span {
          color: #2196f3; }
        .calendar .month-container .days-container .days-row .active > span {
          background-color: #2196f3;
          color: #fff; }
        .calendar .month-container .days-container .days-row .firstActive > span {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-top-left-radius: 50%;
          border-bottom-left-radius: 50%; }
        .calendar .month-container .days-container .days-row .hidden > span {
          visibility: hidden; }
        .calendar .month-container .days-container .days-row .disabled > span {
          opacity: 0.55; }
        .calendar .month-container .days-container .days-row .range > span {
          width: .43rem;
          color: #fff;
          border-radius: 0;
          background-color: #2196f3; }
  .calendar .year {
    background: #2196f3;
    height: .45rem;
    margin-bottom: .1rem;
    text-align: center;
    color: #fff;
    font-size: .14rem; }
    .calendar .year span {
      opacity: 0.6; }
    .calendar .year .active span {
      opacity: 1; }
    .calendar .year .cyear, .calendar .year .cmonth {
      display: table;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .calendar .year .cyear {
      height: 40%;
      font-weight: 400; }
      .calendar .year .cyear > span {
        display: table-cell;
        vertical-align: middle; }
    .calendar .year .cmonth {
      height: 60%;
      line-height: .11rem;
      font-size: .11rem; }
      .calendar .year .cmonth > span {
        display: table-cell;
        vertical-align: middle;
        font-size: .2rem; }
  .calendar .calendar-month {
    height: 1.8rem;
    position: relative; }
    .calendar .calendar-month .year-forward,
    .calendar .calendar-month .month-back,
    .calendar .calendar-month .year-back,
    .calendar .calendar-month .month-forward {
      top: .23rem;
      position: relative; }
    .calendar .calendar-month.show-part {
      height: auto;
      min-height: .4rem; }
      .calendar .calendar-month.show-part .days-row:not(.always-show) {
        display: none; }

.ui-page .month-back, .ui-page .year-back {
  margin-left: .26rem; }

.ui-page .month-forward {
  margin-left: 0.26rem; }

.ui-page .year-forward {
  margin-left: 1.51rem; }

.day {
  width: .4rem;
  height: .4rem;
  margin: 0.05rem;
  text-align: center;
  display: table-cell; }
  .day > span {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    font-size: .16rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #36434d; }
  .day.lastActive > span {
    width: .43rem;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.calendar-modal .month-back, .calendar-modal .year-back {
  margin-left: .22rem; }

.calendar-modal .month-forward {
  margin-left: 0.21rem; }

.calendar-modal .year-forward {
  margin-left: 1.21rem; }

.calendar-modal .ui-modal-buttons {
  margin-top: .71rem; }

.calendar-modal .day {
  width: .3rem;
  height: .3rem; }
  .calendar-modal .day > span {
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .12rem; }
  .calendar-modal .day.lastActive > span {
    width: .35rem; }

.calendar-modal .week {
  padding-left: .1rem;
  padding-right: .1rem; }

.date-picker > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 36px;
  color: #212121;
  font-size: .16rem;
  font-family: inherit; }

.years-selector {
  overflow-y: auto;
  height: 1.7rem;
  font-size: .1rem;
  box-sizing: border-box;
  padding: 0px;
  text-align: center; }
  .years-selector > li {
    line-height: 2.4;
    cursor: pointer;
    color: #757575; }
  .years-selector > li.active {
    color: #2196f3; }
/*.lookup-panel .search {
	margin-top:2px;
	color:#2196f3;
}
.lookup-search  {
	margin-top:1px;
}
.lookup-search .search-icon {
    height: 33px;
    width: 33px;
    display:inline-block;
}*/

/* -------------------------- */
.mechanismrout-hidden{
    height: 37px;
    overflow: hidden;
    border-bottom: solid 1px #ADABAB;
}
.mechanismrout-box{
    overflow-x: scroll;
    height: 55px;
    width: 100%;
    white-space: nowrap;
}
.mechanismrout {
    display: inline-block;
    padding: 5px 15px;
    font-size: 17px;
}
.mechanismrout-check {
    display: inline-block;
    padding: 5px 15px;
    font-size: 17px;
    color: #2296f3;
    border-bottom: solid 2px #2296f3;
}
.mechanismlist{
    border-bottom: solid 1px #ddd;
    padding: 5px 15px;
    font-size: 17px;
}
.mechanismlist-none{
    display: none;
}
.mechanismlist-check{
    border-bottom: solid 1px #ddd;
    padding: 5px 15px;
    font-size: 17px;
    color: #2296f3;
}.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%; }
.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; }
.dropdown-container {
  margin: -32px auto;
  position: relative;
  z-index: 2; }
.datepicker-c {
  display: inline-block;
  margin: 15px 5%;
  height: 30px;
  width: 90%;
  border: solid 1px #000; }

.datepicker-c > input {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(88, 85, 85, 0.8); }
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;
  width: 3.51rem;
  overflow: scroll;
  font-size: .16rem;
  color: #36434d; }
  textarea:focus {
    outline: none; }

.ui-textarea-box {
  height: 1.08rem;
  background: #fff;
  padding: 0 .12rem; }
  .ui-textarea-box .ui-textarea-title {
    padding-top: .2rem;
    height: .2rem;
    font-size: .16rem;
    line-height: 1.2;
    color: #667580; }
    .ui-textarea-box .ui-textarea-title .essential {
      color: #f20000; }
    .ui-textarea-box .ui-textarea-title .placeholder {
      margin-left: .08rem;
      color: #acb7bf; }
  .ui-textarea-box .ui-textarea {
    height: .68rem; }

.ui-textarea-box.active .ui-textarea-title {
  padding-top: .12rem;
  height: .14rem;
  margin-bottom: .02rem;
  font-size: .12rem;
  color: #007ed9; }
  .ui-textarea-box.active .ui-textarea-title .label-color {
    color: #667580; }

.ui-textarea-box.active .ui-textarea {
  height: .72rem; }
.ui-uploader-container {
  height: 1.28rem;
  background: #fff;
  padding: .12rem .11rem 0 .12rem;
  color: #667580;
  box-sizing: border-box; }
  .ui-uploader-container .ui-uploader-label {
    margin-bottom: .12rem;
    font-size: .12rem; }

.ui-uploader-photos {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  position: relative;
  border-radius: 3px; }
  .ui-uploader-photos .ui-uploader-photoContainer {
    position: relative;
    display: inline-block;
    padding-right: .08rem; }
    .ui-uploader-photos .ui-uploader-photoContainer .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 .file-name {
      width: .64rem;
      height: .14rem;
      font-size: .12rem;
      text-align: center;
      margin-top: .04rem;
      margin-bottom: .08rem; }
  .ui-uploader-photos .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: relative;
  box-sizing: border-box; }
  .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); }

.file-icon {
  width: .64rem;
  height: .64rem;
  border-radius: 2px; }

input[type="file"] {
  display: inherit !important;
  visibility: hidden;
  width: 0px;
  height: 0px; }
.ui-input-box, .ui-textarea-box {
  padding: 0 .12rem; }

.ui-input-error-msg {
  margin-left: .12rem; }
.iconListItem {
   font-size: 16px;
   margin-top: 30px;
}
.sizeAndStatus {
   margin-top: 10px;
   margin-left: 10px;
}
.name {
  color: red;
}
.status {
   margin-left: 30px;
}
.iconList {
   height: 568px;
   overflow-y: scroll;
}
.iconList .icon {
   position: relative;
   top: 20px;
   left: 10px;
}
.desc {
  font-size: 16px;
}
