
@charset "utf-8";
html {
    background-color: #fff;
    color: #000;
    font-size: 12px
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
iframe,
xmp {
    margin: 0;
    padding: 0
}
body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
    line-height: 1.5;
    font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
    font-size: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft YaHei", simsun, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}
address,
cite,
dfn,
i,
optgroup,
var {
    font-style: normal
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}
caption,
th {
    text-align: inherit
}
ul,
ol,
menu {
    list-style: none
}
fieldset,
img {
    border: 0
}
img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: " "
}
textarea {
    overflow: auto;
    resize: vertical
}
input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
mark {
    background-color: transparent
}
a,
ins,
s,
del {
    text-decoration: none
}
sup,
sub {
    vertical-align: baseline
}
/*html {overflow-x: hidden;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;}*/
body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: .28em;
    line-height: 1;
    -webkit-text-size-adjust: none;
}
hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}
a {
    text-decoration: none;
}
.header span:nth-child(1) {
    position: relative;
    z-index: 99;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
@charset "utf-8";
/* 常量样式 -------------------------------------------------------------------- */
html {
    --color1: #19b293;
    --color2: #EDEDED;
}
/* 通用 ---------------------------------------------------------------------- */
.r_padding_15 {
    padding: 15px;
}
.r_padding_bottom_20{
    padding-bottom: 20px;
}
.r_margin_top_1 {
    margin-top: 1px;
}
.r_margin_top_5 {
    margin-top: 5px;
}
.r_margin_top_10 {
    margin-top: 10px;
}
.r_margin_top_20 {
    margin-top: 20px;
}
.r_margin_top_30 {
    margin-top: 30px;
}
.r_margin_top_40 {
    margin-top: 40px;
}
.r_margin_top_50 {
    margin-top: 50px;
}
.r_size_12{
    font-size: 12px !important;
}
.r_size_14{
    font-size: 14px !important;
}
.r_size_16{
    font-size: 16px !important;
}
.flex_2 > div{
    flex: none !important;
    width: calc(50% - 3px) !important;
}
.flex_3 > div{
    flex: none !important;
    width: calc(33.33% - 3px) !important;
}
/* 背景 -------------------------------------------------------------------------- */
.r_backgrounp_white{
    background-color: white;
}
.r_backgrounp_1 {
    background-color: var(--color2);
    min-height: 100vh;
}
/* 字体颜色 -------------------------------------------------------------------------- */
.r_color_1 {
    color: var(--color1);
}
/* 导航 --------------------------------------------------------------------------- */
.r_nav_1 {
    position: static;
    display: flex;
    padding: 15px 10px;
    background-color: var(--color1);
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.r_nav_1>div:nth-child(1) {
    position: absolute;
    top: 15px;
    left: 15px;
}
/* 主体 -------------------------------------------------------------------------- */
.r_main_1>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid var(--color2);
}
.r_main_2 {
    display: flex;
    gap: 1px;
    align-items: center;
    flex-wrap: wrap;
}
.r_main_2>div {
    width: calc(33.33% - 11px);
    font-size: 12px;
    background-color: #ffffff;
    padding: 5px;
}
.r_main_2>div>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.r_main_2>div>div>div:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.r_main_2>div>div:nth-child(2) {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.r_main_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
    flex-wrap: wrap;
}
/* r_main_4 是模块里面布局 */
.r_main_4>div {
    flex: 1;
    text-align: center;
    border: 1px solid var(--color1);
    padding: 10px 0;
    background-color: #ffffff;
}
.r_main_4>div>div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.r_main_4>div>div:nth-child(1) {
    font-size: 12px;
}
.r_main_4>div>div:nth-child(2) {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.r_main_4_tip{
    background-color: var(--color1);
    color: #ffffff;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
}
.r_main_4_select {
    background-color: var(--color1) !important;
    color: #ffffff !important;
}
.r_main_4_select>div:nth-child(2)>div:nth-child(2) {
    background-color: #ffffff !important;
    color: var(--color1) !important;
}
.r_main_5 {
    display: flex;
    align-items: center;
    gap: 1px;
    border-right: 1px solid var(--color1);
    border-left: 1px solid var(--color1);

    overflow-x: scroll;
    white-space: nowrap;
}
.r_main_5::-webkit-scrollbar {
    display: none;
}
.r_main_5>div {
    flex: none;
    width: 80px;
}
.r_main_5>div>div:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
}
.r_main_5>div>div:nth-child(2)>div:nth-child(2) {
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.r_main_6 {
    background-color: #ffffff;
    border: 1px solid var(--color1);
    padding: 5px 0;
}
.r_main_6>table {
    width: 100%;
}
.r_main_6>table>tr {
    border-bottom: 1px solid var(--color2);
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.r_main_6>table>tr>td {
    flex: 1;
    text-align: center;
    font-size: 14px;
}
.r_main_6>table>tr>td:nth-child(1) {
    /* text-align: left; */
    font-weight: bold;
}
.r_main_6_item_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
}
.r_main_6_item_1>div:nth-child(1)>div {
    width: 50px;
}
.r_main_7 {
    border: 1px solid var(--color1);
    background-color: #ffffff;
    padding: 10px 0;
}
.r_main_7>div:nth-child(1) {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--color2);
}
.r_main_7>div:nth-child(1)>div:nth-child(1) {
    font-weight: bold;
}
.r_main_7>div:nth-child(1)>div:nth-child(2) {
    font-size: 10px;
    width: 30px;
    text-align: center;
    line-height: 12px;
    color: red;
    border: 1px solid red;
    background-color: #ffebeb;
    border-radius: 5px;
}
.r_main_7>div:nth-child(2),
.r_main_7>div:nth-child(3) {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 10px 0 10px;
}
.r_main_8 {
    margin: 15px 15px 0 15px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 10px;
}
.r_main_8_title {
    color: var(--color1);
    font-weight: bold;
    border-bottom: 1px solid var(--color2);
    padding-bottom: 10px;
}
.r_main_8_list>div {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.r_main_8_list>div:last-child {
    margin-bottom: 0;
}
.r_main_8_list>div>div:nth-child(1) {
    color: #8d8d8d;
}
.r_main_8_list>div>div:nth-child(2) {
    font-weight: bold;
}
/* 标题 --------------------------------------------------------------------- */
.r_title_1 {
    color: var(--color1);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
}
.r_title_1_line{
    background-color: var(--color1);
    width: 5px;
    height: 20px;
}
.r_title_2 {
    font-weight: bold;
}
.router-view {
  position: absolute;
  width: 100%;
}
/*html,body{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  font-size: 0.16rem;
  width:100%;
  height: 100%;
  overflow: hidden;
}*/
.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
  will-change: transform;
  transition: all 300ms ease;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.slide-right-enter {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.slide-right-leave-active {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.slide-right-leave-to {
  display: none;
}
.slide-right-enter-active,
.slide-right-leave-active {
  transition: opacity 0.2s ease;
}
.slide-left-enter {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.slide-left-leave-active {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.huadongHEight[data-v-fee7a218] {
  width: 6.44rem;
  background: none;
  text-align: center;
  margin: 0 auto;
  height: 1rem;
  margin-bottom: 20px;
  line-height: 1rem;
  display: flex;
}
.content[data-v-fee7a218] {
  background: url(../../static/img/bground.4ee63ba.png) 0 0/100% 100% no-repeat;
  height: 100%;
  /*background-size: 100%;*/
}
.fixCentent[data-v-fee7a218] {
  text-align: center;
}
.paddingTopList[data-v-fee7a218] {
  padding: 20px 0;
}
.userName[data-v-fee7a218] {
  width: 5.9rem;
  background: rgba(0, 0, 0, 0.1);
  height: 1rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1rem;
  display: flex;
}
.userName span[data-v-fee7a218]:nth-child(1) {
  flex: 1;
}
.container[data-v-fee7a218] {
  position: absolute;
  font-size: 0.3rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 270px;
}
.userName img[data-v-fee7a218] {
  width: 0.4rem;
  height: 0.4rem;
}
.userName span[data-v-fee7a218]:nth-child(2) {
  flex: 5;
  overflow: hidden;
}
.userName span:nth-child(2) input[data-v-fee7a218] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 0.3rem;
}
input[data-v-fee7a218]:focus {
  outline-color: rgba(0, 0, 0, 0);
}
[data-v-fee7a218]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.checkBox[data-v-fee7a218] {
  display: flex;
  margin-bottom: 30px;
}
.checkbox[data-v-fee7a218] {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.checkboxInp[data-v-fee7a218] {
  width: 17px;
  height: 17px;
}
.footBtn[data-v-fee7a218] {
  width: 5.9rem;
  height: 0.94rem;
  background: #2c81ec;
  margin: 0 auto;
  text-align: center;
  line-height: 0.94rem;
  font-size: 0.34rem;
  color: #fff;
}

.footSao[data-v-97d06a9a] {
  position: absolute;
  display: flex;
  flex: 1;
  bottom: 0;
  width: 96%;
  margin-left: 0.14rem;
  background: #fff;
  border-radius: 4px;
  margin-right: 0.14rem;
}
.footSao img[data-v-97d06a9a] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.footSao .opraTaggle[data-v-97d06a9a] {
  width: 15%;
  text-align: center;
  border-right: 1px solid #5fccab;
}
.footSao .opraTaggle .iconToggle[data-v-97d06a9a] {
  font-size: 20px;
  line-height: 50px;
  color: #5fccab;
}
.footSao .operationBTn[data-v-97d06a9a] {
  width: 85%;
  height: 50px;
  font-size: 0.26rem;
  text-align: center;
  line-height: 50px;
}
#homePage[data-v-97d06a9a] {
  background: url(../../static/img/bg.cf21b1d.jpg) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: fixed;
}
header[data-v-97d06a9a] {
  /*padding: .07rem;*/
  font-size: 0.24rem;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 25%;
}
.nab-hospital[data-v-97d06a9a] {
  height: 0.92rem;
  line-height: 0.96rem;
  padding: 0 0.14rem;
}
.acmagin[data-v-97d06a9a] {
  margin-top: 0 !important;
}
.nab-hospital img[data-v-97d06a9a] {
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: middle;
  padding: 0 0.2rem 0 0;
}
.nab-hospitalFloatRight[data-v-97d06a9a] {
  float: right;
}
.attendance[data-v-97d06a9a] {
  padding-right: 0.24rem;
  color: #fff;
}
.attendance input[type="checkbox"][data-v-97d06a9a] {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 12px;
  -webkit-appearance: none;
  border: 1px solid #fff;
}
.attendance input[type="checkbox"][data-v-97d06a9a]:checked::after {
  position: absolute;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13px;
  content: "\2713";
  color: #fff;
  font-size: 12px;
}
#Hospital[data-v-97d06a9a] {
  font-size: 0.24rem;
  color: #fff;
}
.toDayStatistics[data-v-97d06a9a] {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  margin-top: 0.2rem;
  display: flex;
}
.nawJob[data-v-97d06a9a] {
  font-size: 0.24rem;
  flex: 1;
  padding-left: 0.14rem;
}
.finisshTheWork[data-v-97d06a9a] {
  font-size: 0.24rem;
  padding-left: 0.14rem;
  flex: 1;
}
.nawJob span[data-v-97d06a9a]:nth-child(1),
.nawJob span[data-v-97d06a9a]:nth-child(4) {
  margin-top: -0.04rem;
}
.nawJob span[data-v-97d06a9a]:nth-child(2),
.nawJob span[data-v-97d06a9a]:nth-child(3),
.nawJob span[data-v-97d06a9a]:nth-child(4) {
  background-image: linear-gradient(to top, #32d5a7, #399083);
  display: inline-block;
  width: 0.38rem;
  text-align: center;
  font-size: 0.4rem;
}
.finisshTheWork span[data-v-97d06a9a]:nth-child(2),
.finisshTheWork span[data-v-97d06a9a]:nth-child(3),
.finisshTheWork span[data-v-97d06a9a]:nth-child(4) {
  background-image: linear-gradient(to top, #32d5a7, #399083);
  display: inline-block;
  width: 0.38rem;
  text-align: center;
  font-size: 0.4rem;
}
.toExamine[data-v-97d06a9a] {
  height: 0.32rem;
  padding-left: 0.14rem;
  line-height: 0.32rem;
  margin-top: 0.26rem;
  color: #fff;
}
.Acceptance span[data-v-97d06a9a]:nth-child(1) {
  background: #ffc90a;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.Handle span[data-v-97d06a9a]:nth-child(1) {
  background: #ff2156;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.toExamineChild span[data-v-97d06a9a]:nth-child(1) {
  background: #07f2af;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.toExamine[data-v-97d06a9a] {
  display: flex;
}
.toExamine div[data-v-97d06a9a] {
  flex: 1;
}
.Handle[data-v-97d06a9a],
.toExamineChild[data-v-97d06a9a] {
  padding-left: 0.36rem;
}
.Acceptance span[data-v-97d06a9a]:nth-child(2),
.Handle span[data-v-97d06a9a]:nth-child(2),
.toExamineChild span[data-v-97d06a9a]:nth-child(2) {
  padding: 0 0 0 0.12rem;
  font-size: 0.26rem;
}
.Acceptance span[data-v-97d06a9a]:nth-child(3),
.Handle span[data-v-97d06a9a]:nth-child(3),
.toExamineChild span[data-v-97d06a9a]:nth-child(3) {
  font-size: 0.34rem;
}
.contain[data-v-97d06a9a] {
  margin-top: 0.28rem;
  display: flex;
  position: absolute;
  top: 25%;
  width: 100%;
  height: 64%;
  overflow: hidden;
}
.containLeft[data-v-97d06a9a] {
  flex: 1;
  background: #fff;
  margin-left: 0.14rem;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0.24rem;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
}
.containRight[data-v-97d06a9a] {
  flex: 5;
  margin-bottom: 6px;
  overflow: hidden;
  overflow-y: auto;
  margin-right: 0.14rem;
  margin-left: 0.04rem;
}
footer[data-v-97d06a9a] {
  background: #fff;
  height: 0.1rem;
  margin-top: 0.14rem;
}
.listLeft[data-v-97d06a9a] {
  width: 70%;
  float: left;
  margin-top: 0.24rem;
}
.listRight[data-v-97d06a9a] {
  width: 30%;
  float: left;
  margin-top: 0.3rem;
}
.listLeft p[data-v-97d06a9a]:nth-child(1) {
  font-size: 0.26rem;
  padding: 0 0 0.2rem 0px;
}
.listLeft p[data-v-97d06a9a]:nth-child(2) {
  font-size: 0.22rem;
}
.listParent img[data-v-97d06a9a] {
  width: 0.66rem;
  height: 0.66rem;
  float: left;
}
.listParent[data-v-97d06a9a] {
  padding: 0 0.1rem 0rem 0.1rem;
  height: 1.26rem;
  flex: 1;
}
.listParentBg[data-v-97d06a9a] {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0 0rem 0rem 0.1rem;
}
.containRightHeight[data-v-97d06a9a] {
  height: 1.26rem;
  float: left;
  width: 50%;
  margin-top: 0.06rem;
}
.containLeft img[data-v-97d06a9a] {
  width: 0.5rem;
  height: 0.48rem;
}
.containLeftShezhi[data-v-97d06a9a] {
  position: absolute;
  bottom: 0.24rem;
  left: 25%;
}
.containLeftText[data-v-97d06a9a] {
  margin-bottom: 0.08rem;
}
[data-v-97d06a9a] .vanDialogCs {
  padding: 20px;
}
[data-v-97d06a9a] .vanDialogCs .van-dialog__header {
  padding-top: 0;
}
[data-v-97d06a9a] .vanDialogCs .van-dialog__content {
  display: block;
  width: 100%;
}
[data-v-97d06a9a] .vanDialogCs .van-dialog__content .searchField {
  padding: 0;
}
[data-v-97d06a9a] .vanDialogCs .van-dialog__content .searchField input {
  padding: 20px;
  padding-right: 0;
  border-bottom: 1px solid #ccc;
}

footer[data-v-6e39dffd] {
  margin-top: 0.1rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
}
footer ul[data-v-6e39dffd] {
  width: 100%;
  display: flex;
  padding-top: 0.1rem;
}
footer ul a[data-v-6e39dffd] {
  flex: 1;
  color: #333;
}
footer img[data-v-6e39dffd] {
  width: 0.38rem;
  height: 0.4rem;
  margin-bottom: 0.08rem;
}
footer ul li[data-v-6e39dffd] {
  flex-grow: 1;
  text-align: center;
  font-size: 0.24rem;
  list-style: none;
}
footer ul li a[data-v-6e39dffd] {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}

#commponentList[data-v-6435c38c] {
  margin-top: 40px;
}
.page-loadmore-wrapper[data-v-6435c38c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mint-header[data-v-6435c38c] {
  background: #1ab394;
}
#commponentList[data-v-6435c38c] {
  background: #f6f6f6;
  position: relative;
  padding-top: 0.2rem;
}
.missionPeron[data-v-6435c38c]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-6435c38c] {
  font-weight: bold;
}
.missionPeron[data-v-6435c38c] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-6435c38c] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-6435c38c] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-6435c38c] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-6435c38c] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-6435c38c] {
  height: auto !important;
}
.navMissionPeronContain[data-v-6435c38c] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-6435c38c] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-6435c38c]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-6435c38c] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-6435c38c]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-6435c38c]:nth-child(2) {
  float: right;
}

/*.footerZhongjian p:nth-child(1) {
		height: .43rem;
	}*/
.footerMissionPeronContain span:nth-child(2) button[data-v-6435c38c] {
  width: 1.28rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.yellowBg[data-v-6435c38c] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}

.imgFileOne[data-v-5e7647aa] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-5e7647aa] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-5e7647aa] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFileAudio[data-v-5e7647aa] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-5e7647aa]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-5e7647aa] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-5e7647aa] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-5e7647aa] {
  padding: 20px 0;
}
.imgClass img[data-v-5e7647aa] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.header[data-v-5e7647aa] {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  margin-top: 14px;
  height: 18px;
  line-height: 19px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.inptText[data-v-5e7647aa] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.header div[data-v-5e7647aa] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.imgBadio[data-v-5e7647aa] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.footer[data-v-5e7647aa] {
  /*position: absolute;*/
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-5e7647aa] {
  flex: 1;
  padding: 0 !important;
}
.header div[data-v-5e7647aa]:nth-child(3) {
  text-align: left;
}
.header div[data-v-5e7647aa]:nth-child(4) {
  text-align: right;
  color: #9d9d9d;
}
.header img[data-v-5e7647aa] {
  width: 0.4rem;
  height: 0.4rem;
}
.mint-header[data-v-5e7647aa] {
  background: #1ab394;
}
.audioList[data-v-5e7647aa] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-5e7647aa] {
  width: 1rem;
}
.audioList span[data-v-5e7647aa] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-5e7647aa] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

#currentOne[data-v-04f51c83],
#optionsOne[data-v-04f51c83] {
  z-index: 88;
  border-radius: 4px;
  font-size: 0.3rem;
  width: 100%;
}
#container[data-v-04f51c83] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#replaceOne[data-v-04f51c83] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}
/*#currentOne { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
#currentOne[data-v-04f51c83] {
  margin-bottom: 0;
  height: 0.5rem;
  line-height: 0.6rem;
  overflow: hidden;
}
.mint-cell[data-v-04f51c83]:last-child {
  width: 100%;
}
#currentOne[data-v-04f51c83],
#replaceOne[data-v-04f51c83],
#optionsOne li[data-v-04f51c83] {
  width: 100%;
}
#optionsOne[data-v-04f51c83] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
.ListBorder[data-v-04f51c83] {
  border-bottom: 1px solid #eee;
  min-height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-04f51c83]:first-child {
  border-top: 1px solid #eee;
}
#currentOne[data-v-04f51c83],
#optionsOne li[data-v-04f51c83] {
  padding: 5px;
}
#currentOne[data-v-04f51c83],
#optionsOne[data-v-04f51c83],
#optionsOne li[data-v-04f51c83] {
  background-color: #fff;
}
.inp[data-v-04f51c83] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-04f51c83] {
  background: red;
}
input[data-v-04f51c83]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.hide[data-v-04f51c83] {
  background: #0000ff;
}
[data-v-04f51c83]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

#current[data-v-0baec60a],
#options[data-v-0baec60a] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-0baec60a] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-0baec60a]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-0baec60a] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-0baec60a] {
  margin-top: -0.2rem !important;
}
#current[data-v-0baec60a] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-0baec60a]:last-child {
  width: 100%;
}
.ListBorder[data-v-0baec60a] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-0baec60a]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-0baec60a],
#replace[data-v-0baec60a],
#options li[data-v-0baec60a] {
  width: 85%;
}
#options[data-v-0baec60a] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-0baec60a],
#options li[data-v-0baec60a] {
  padding: 5px;
}
#current[data-v-0baec60a],
#options[data-v-0baec60a],
#options li[data-v-0baec60a] {
  background-color: #fff;
}
.inp[data-v-0baec60a] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-0baec60a] {
  background: red;
}
.hide[data-v-0baec60a] {
  background: #0000ff;
}

#sendToYourId[data-v-100f0030] {
  overflow: hidden;
}
.headerOne[data-v-100f0030] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-100f0030] {
  background: #1ab394;
}
.header[data-v-100f0030] {
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
}
.header div[data-v-100f0030] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.header div[data-v-100f0030]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.active[data-v-100f0030] {
  display: block !important;
  margin-left: 15px;
  margin-top: 10px;
  color: greenyellow;
}
.personList[data-v-100f0030] {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0.14rem;
}
.personListImg[data-v-100f0030] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListImg img[data-v-100f0030] {
  width: 1rem;
  border-radius: 50%;
}
.personListZhiban[data-v-100f0030] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListZhiban span[data-v-100f0030] {
  display: inline-block;
  width: 1rem;
  border-radius: 50%;
  text-align: center;
  background: #23c6c8;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
}
.personListContain[data-v-100f0030] {
  flex: 3;
  font-size: 0.3rem;
}
.personListContain p[data-v-100f0030]:nth-child(1) {
  padding-bottom: 0.4rem;
  padding-top: 0.06rem;
}
.personListContain p[data-v-100f0030]:nth-child(2) {
  font-size: 0.26rem;
}
.personListState[data-v-100f0030] {
  flex: 1;
  font-size: 0.34rem;
  color: #9d9d9d;
}
.personListState p[data-v-100f0030]:nth-child(1) {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}

#sendToYourId[data-v-84447412] {
  overflow: hidden;
}
.footer[data-v-84447412] {
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-84447412] {
  flex: 1;
  padding: 0 !important;
}
.unchoose[data-v-84447412] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.headerOne[data-v-84447412] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-84447412] {
  background: #1ab394;
}
.header[data-v-84447412] {
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem;
  /*margin-top: 54px;*/
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.header div[data-v-84447412] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.header div[data-v-84447412]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.active[data-v-84447412] {
  display: block !important;
  margin-left: 15px;
  margin-top: 10px;
  color: greenyellow;
}
.personList[data-v-84447412] {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0.14rem;
}
.personListImg[data-v-84447412] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListImg img[data-v-84447412] {
  width: 1rem;
  border-radius: 50%;
}
.personListZhiban[data-v-84447412] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListZhiban span[data-v-84447412] {
  display: inline-block;
  width: 1rem;
  border-radius: 50%;
  text-align: center;
  background: #23c6c8;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
}
.personListContain[data-v-84447412] {
  flex: 3;
  font-size: 0.3rem;
}
.personListContain .name[data-v-84447412] {
  display: flex;
  justify-content: space-between;
}
.personListContain p[data-v-84447412]:nth-child(1) {
  padding-bottom: 0.4rem;
  padding-top: 0.06rem;
}
.personListContain p[data-v-84447412]:nth-child(2) {
  font-size: 0.26rem;
}
.personListState[data-v-84447412] {
  /*flex: 1;*/
  /*font-size: .34rem;*/
  /*color: #9d9d9d;*/
  font-size: 0.34rem;
  width: 0.6rem;
  color: #9d9d9d;
  margin-top: 0.3rem;
}
.personListState p[data-v-84447412]:nth-child(1) {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-84447412] {
  background: #39bbbd;
  border-color: #999;
  border: none;
}
.mint-checkbox-core[data-v-84447412] {
  box-sizing: border-box;
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.mint-checkbox-core[data-v-84447412]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.checkAllBtn[data-v-84447412] {
  float: left;
  /*padding: 0;*/
  /*line-height: .7rem;*/
  margin: 14px 0;
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem 0.14rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

#sendToYourId[data-v-26c83043] {
  overflow: hidden;
}
.headerOne[data-v-26c83043] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-26c83043] {
  background: #1ab394;
}
.header[data-v-26c83043] {
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem;
  /*margin-top: 54px;*/
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.header div[data-v-26c83043] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.header div[data-v-26c83043]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.active[data-v-26c83043] {
  display: block !important;
  margin-left: 15px;
  margin-top: 10px;
  color: greenyellow;
}
.personList[data-v-26c83043] {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0.14rem;
}
.personListImg[data-v-26c83043] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListZhiban[data-v-26c83043] {
  flex: 1;
  padding-left: 0.1rem;
}
.personListZhiban span[data-v-26c83043] {
  display: inline-block;
  width: 1rem;
  border-radius: 50%;
  text-align: center;
  background: #23c6c8;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
}
.personListImg img[data-v-26c83043] {
  width: 1rem;
  border-radius: 50%;
}
.personListContain[data-v-26c83043] {
  flex: 3;
  font-size: 0.3rem;
}
.personListContain .name[data-v-26c83043] {
  display: flex;
  justify-content: space-between;
}
.personListContain p[data-v-26c83043]:nth-child(1) {
  padding-bottom: 0.4rem;
  padding-top: 0.06rem;
}
.personListContain p[data-v-26c83043]:nth-child(2) {
  font-size: 0.26rem;
}
.personListState[data-v-26c83043] {
  flex: 1;
  font-size: 0.34rem;
  color: #9d9d9d;
}
.personListState p[data-v-26c83043]:nth-child(1) {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}






































.headerOne[data-v-bd768700] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-bd768700] {
  background: #1ab394;
}
.mint-cell[data-v-bd768700]:first-child {
  min-height: 36px !important;
  display: inline-block;
}
.mint-cell-title[data-v-bd768700] {
  flex: none;
}
.mint-cell[data-v-bd768700] {
  width: 100%;
  min-height: 36px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-left: 0.2rem;
}
.mint-button[data-v-bd768700] {
  height: 35px;

  border-radius: 0;
  margin-top: 0.06rem;
}
.ListBorder[data-v-bd768700] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-bd768700]:first-child {
  border-top: 1px solid #eee;
}

#agencyList .navTab {
  position: fixed;
  top: 0.9rem;
  width: 100%;
}
#agencyList .navTab .mint-navbar .mint-tab-item {
  padding: 14px 0;
}
#agencyList .navTab .mint-navbar .mint-tab-item.is-selected {
  border-bottom: 3px solid #1ab394;
  color: #1ab394;
}
#agencyList .navTab .mint-navbar .mint-tab-item .mint-tab-item-label {
  font-size: 0.3rem;
}

.header[data-v-26385940] {
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  transform: translateZ(0);
}
.footer[data-v-26385940] {
  position: absolute;
  bottom: 0;
}
.navTabChild[data-v-26385940] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}

.classRedColor[data-v-30b96eac] {
  color: red;
}
.page-loadmore-wrapper[data-v-30b96eac] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-30b96eac] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#commponentList[data-v-30b96eac] {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.missionPeron[data-v-30b96eac]:last-child {
  margin-bottom: 0rem;
}
.missionPeron[data-v-30b96eac] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
  position: relative;
}
.missionPeronContain[data-v-30b96eac] {
  border-top: 6px solid transparent;
  font-size: 0.22rem;
}
.greenBg[data-v-30b96eac] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-30b96eac] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-30b96eac] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-30b96eac] {
  border-top: none !important;
  height: auto !important;
}
.navMissionPeronContain[data-v-30b96eac] {
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #333;
  margin: 0.2rem 0 0.25rem 0;
  overflow: hidden;
}
.navChildMissionPeronContain[data-v-30b96eac] {
  font-size: 0.28rem;
  overflow: hidden;
}
.navMissionPeronContain span[data-v-30b96eac]:nth-child(1) {
  float: left;
  line-height: 0.4rem;
  height: 0.4rem;
}
.navChildBottom[data-v-30b96eac] {
  padding: 0.3rem 0;
  overflow: hidden;
}
.fontWeightText[data-v-30b96eac] {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #999;
}
.stateString[data-v-30b96eac] {
  border-radius: 0.08rem;
  font-size: 0.24rem;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  color: #1ab394;
  border: 0.01rem solid #1ab394;
}
.footerMissionPeronContain[data-v-30b96eac] {
  color: #666;
  border-top: 1px solid #ddd;
  background: #fff;
}
.footerMissionPeronContain span[data-v-30b96eac]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-30b96eac]:nth-child(2) {
  float: right;
}
.navChildBottom p[data-v-30b96eac]:nth-child(2) {
  float: right;
  color: #1ab394;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
.navChildBottom p span[data-v-30b96eac] {
  width: 1.3rem;
  text-align: center;
  border-right: 0.01rem solid #ddd;
}
.navChildBottom p span[data-v-30b96eac]:last-child {
  border-right: none;
}
.navChildBottom p .grayColor[data-v-30b96eac] {
  color: #73738e;
}
.footerZhongjian p[data-v-30b96eac] {
  line-height: 0.4rem;
  overflow: hidden;
}
.footerZhongjian p[data-v-30b96eac]:nth-child(2) {
  margin: 0.16rem 0;
}
.footerMissionPeronContain p:nth-child(2) button[data-v-30b96eac] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.checkbox[data-v-30b96eac] {
  position: absolute;
  left: 0.1rem;
  top: 0.3rem;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-30b96eac] {
  background: #1ab394;
  border-color: #999;
}
.mint-checkbox-core[data-v-30b96eac] {
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.mint-checkbox-core[data-v-30b96eac]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.footer[data-v-30b96eac] {
  box-sizing: border-box;
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0.18rem 0.48rem;
  text-align: center;
  z-index: 66;
}
.checkAllBtn[data-v-30b96eac] {
  float: left;
  padding: 0;
  line-height: 0.7rem;
}
.butSub[data-v-30b96eac] {
  float: right;
}
.butSub .returnListSub[data-v-30b96eac] {
  width: 1.74rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  float: left;
}
.butSub .returnListSub[data-v-30b96eac]:first-child {
  border: 0.01rem solid #1ab394;
  color: #1ab394;
  border-radius: 0.1rem 0 0 0.1rem;
}
.butSub .returnListSub[data-v-30b96eac]:last-child {
  background: #1ab394;
  border: 0.01rem solid #1ab394;
  color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
}

.menubg[data-v-74de0e22] {
  position: fixed;
  color: #1ab394;
  height: 40px;
  /*top: 1.4rem;*/
  top: 0.92rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.active[data-v-74de0e22] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.footer[data-v-74de0e22] {
  position: absolute;
  bottom: 0;
}
.header[data-v-74de0e22] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-74de0e22] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
*[data-v-74de0e22] {
  /*font-size: .2rem;*/
}
.mint-header[data-v-74de0e22] {
  background: #1ab394;
}
.navTab[data-v-74de0e22] {
  display: flex;
}
.navTabChild[data-v-74de0e22] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-74de0e22] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

.classRedColor[data-v-6b47b03c] {
  color: red;
}
.page-loadmore-wrapper[data-v-6b47b03c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-6b47b03c] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#commponentList[data-v-6b47b03c] {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
}
.missionPeron[data-v-6b47b03c]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-6b47b03c] {
  font-weight: bold;
}
.missionPeron[data-v-6b47b03c] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-6b47b03c] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-6b47b03c] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-6b47b03c] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-6b47b03c] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-6b47b03c] {
  height: auto !important;
}
.navMissionPeronContain[data-v-6b47b03c] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-6b47b03c] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-6b47b03c]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-6b47b03c] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-6b47b03c]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-6b47b03c]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-6b47b03c]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-6b47b03c] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.md-popup .telList[data-v-a1088bf0] {
  width: 100%;
  min-height: 3rem;
  max-height: 5rem;
  background-color: #ffffff;
}
.md-popup .telList ul[data-v-a1088bf0] {
  padding: 0;
  width: 100%;
}
.md-popup .telList ul li[data-v-a1088bf0] {
  padding-left: 0.4rem;
  line-height: 1rem;
  height: 1rem;
  text-align: left;
  font-size: 0.32rem;
  color: #333;
  border-bottom: 0.02rem solid #dddddd;
  margin-top: 0;
}
.md-popup img[data-v-a1088bf0] {
  width: 0.3rem;
  margin-right: 0.3rem;
}
.botButton-submittui[data-v-a1088bf0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.distribute-submittui[data-v-a1088bf0] {
  flex: 1;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.button-textqian[data-v-a1088bf0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#container[data-v-a1088bf0] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-a1088bf0] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-a1088bf0] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-a1088bf0] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-a1088bf0] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-a1088bf0] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-a1088bf0] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-a1088bf0] {
  width: 100% !important;
}
.footer[data-v-a1088bf0] {
  border-top: 1px solid #eee;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 8;
  /* display: flex; */
}
.footer div[data-v-a1088bf0] {
  width: 99%;
}
.footer .mint-button--normal[data-v-a1088bf0] {
  flex: 1;
  /* width: 23%; */
  padding: 0 !important;
}
ul[data-v-a1088bf0] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-a1088bf0] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-a1088bf0] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-a1088bf0] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-a1088bf0] {
  width: 0.5rem;
}
ul li .title .mark[data-v-a1088bf0] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-a1088bf0] {
  background: #95ce41 !important;
}
ul li .content[data-v-a1088bf0] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-a1088bf0] {
  font-weight: bold;
}
.title p[data-v-a1088bf0],
.title h3[data-v-a1088bf0] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-a1088bf0] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-a1088bf0] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-a1088bf0] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-a1088bf0] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-a1088bf0]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-a1088bf0]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-a1088bf0] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-a1088bf0] {
  background: #fff;
}
.audio-left img[data-v-a1088bf0] {
  background: #fff;
}
.header[data-v-a1088bf0] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-a1088bf0] {
  background: #1ab394;
}
.btnLeft[data-v-a1088bf0] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-a1088bf0] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-a1088bf0] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-a1088bf0] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-a1088bf0] {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-a1088bf0] {
  padding-bottom: 0.2rem;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-a1088bf0] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-a1088bf0] {
  display: none;
}

.redClas[data-v-a1088bf0] {
  color: red !important;
  border-bottom-color: red !important;
}

.followBox[data-v-57d24298] {
  width: 0.5rem;
  margin-right: 0.2rem;
  display: inline-block;
}
.followBox img[data-v-57d24298] {
  width: 100%;
}

ul[data-v-b512ff22] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  z-index: 1;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-b512ff22] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-b512ff22] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-b512ff22] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-b512ff22] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-b512ff22] {
  width: 0.5rem;
}
ul li .title .mark[data-v-b512ff22] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-b512ff22] {
  background: #95ce41 !important;
}
ul li .content[data-v-b512ff22] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-b512ff22] {
  font-weight: bold;
}
.title p[data-v-b512ff22],
.title h3[data-v-b512ff22] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-b512ff22] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-b512ff22] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-b512ff22] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-b512ff22] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-b512ff22]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-b512ff22]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-b512ff22] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-b512ff22] {
  background: #fff;
}
.audio-left img[data-v-b512ff22] {
  background: #fff;
}
.header[data-v-b512ff22] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-b512ff22] {
  background: #1ab394;
}
.btnLeft[data-v-b512ff22] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-b512ff22] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-b512ff22] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-b512ff22] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-b512ff22] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-b512ff22] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-b512ff22] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-b512ff22] {
  display: none;
}

.voice-box {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  padding: 0 0.24rem;
}
.voice-box .play-btn {
  display: inline-block;
  width: 10%;
}
.voice-box .play-btn img {
  width: 0.61rem;
}
.voice-box .time {
  width: 13%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .timep {
  width: 12%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .slider-box {
  width: 37%;
  display: inline-block;
  margin: 0 0.3rem;
}
.voice-box .slider {
  width: 100%;
  position: relative;
  top: -0.05rem;
  height: 0.24rem;
  cursor: default;
  user-select: none;
  outline: none;
}
.voice-box .slider-track {
  position: absolute;
  height: 0.1rem;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.01rem;
  background-color: #999999;
}
.voice-box .slider-fill {
  position: absolute;
  width: 0.2rem;
  height: 0.1rem;
  background-color: #e0e0e0;
  left: 0;
  top: 50%;
  margin-top: -0.01rem;
}
.voice-box .slider-thumb {
  position: absolute;
  top: 70%;
  width: 0.42rem;
  left: 20%;
  z-index: 99;
  height: 0.42rem;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 0.02rem 0.06rem #000, 0 0 0.01rem #000, 0 0 0.01rem #000;
}

.cle:after {
  content: "";
  display: block;
  clear: both;
}
.list {
  margin-top: 10px;
}
.list .list-p {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
}
.list .list-di-p {
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  margin-top: 5px;
}
.popup-top {
  margin: 50px 0px;
}
.popup-b {
  margin-top: 100px;
  float: right;
  margin-right: 20px;
}

.el-cascader-panel.is-bordered {
  border: 0px solid #e4e7ed !important;
}
.di-ka-kj {
  margin: 10px auto;
  width: 6rem;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 5px;
}
.di-ka-kj .di-left {
  float: left;
  width: 80px;
  text-align: right;
}
.di-ka-kj .di-p {
  float: left;
  margin-left: 10px;
}
.di-ka-kj .di-xiang {
  font-size: 12px;
  font-weight: 400;
  color: #606266;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}
.di-ka-kj .delete-button {
  height: 145px;
  border-radius: 0px 8px 8px 0px;
}

.g-btns[data-v-3ea2aad8] {
  text-align: center;
  margin-top: 2rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  position: absolute;
  top: 42%;
  left: -26%;
}
.g-btns > button[data-v-3ea2aad8] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-3ea2aad8] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-3ea2aad8] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox[data-v-3ea2aad8] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-3ea2aad8] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-3ea2aad8] {
  cursor: pointer;
}
.greet button[data-v-3ea2aad8]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-3ea2aad8]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  /* width: 2.4rem; */
}
canvas[data-v-3ea2aad8] {
  flex: 1;
  cursor: crosshair;
}

.selectedBox[data-v-6673366a] {
  width: 100% !important;
}

.returnTitle[data-v-3fa377ba] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  margin-top: 40px;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.returnBorder[data-v-3fa377ba] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-3fa377ba] {
  padding: 0.2rem;
  font-size: 0.32rem;
  height: 2.4rem;
  width: 95%;
  position: relative;
}
.footer[data-v-3fa377ba] {
  position: absolute;
  background: rgb(255, 255, 255);
  bottom: 0;
  padding: 0.1rem;
  width: 95%;
  border-top: 1px solid #eee;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-3fa377ba] {
  flex: 1;
  padding: 0 !important;
}
.returnListSub[data-v-3fa377ba] {
  width: 80%;
  text-align: center;
}

/*.sayYuyin{
		position: absolute;
		right: 0;
		top: 28%;
	}*/
.audioP[data-v-3fa377ba] {
  width: 100%;
}
.audioP div[data-v-3fa377ba]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem;
}
.audioP img[data-v-3fa377ba] {
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.imgFileAudio[data-v-3fa377ba] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.audioList[data-v-3fa377ba] {
  width: 100%;
  display: flex;
}
.audioList img[data-v-3fa377ba] {
  width: 1rem;
}
.imgAudio[data-v-3fa377ba] {
  width: 2rem !important;
  /*height: .5rem;*/
}
.audioList span[data-v-3fa377ba] {
  display: inline-block;
  flex: 1;
}
.headerOne[data-v-3fa377ba] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-3fa377ba] {
  background: #1ab394;
}

.botButton-submittui[data-v-02ff5636] {
  flex: 1;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* width: 2.47rem; */
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.imgFileOne[data-v-02ff5636] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-02ff5636] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFileAudio[data-v-02ff5636] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
#containerTwo[data-v-02ff5636] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.imgFile[data-v-02ff5636] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-02ff5636]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-02ff5636] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-02ff5636] {
  width: 0.8rem;
  height: 0.8rem;
}
.zichanSao[data-v-02ff5636] {
  width: 0.4rem;
}
.sayPai[data-v-02ff5636],
.zantIng[data-v-02ff5636] {
  position: relative;
  left: 65%;
  /*left: 45%;*/
}
.zhushiS[data-v-02ff5636] {
  padding-left: 0.2rem;
}
.zichanText[data-v-02ff5636] {
  text-align: left;
  padding-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zichanRight[data-v-02ff5636] {
  text-align: right;
  color: #9d9d9d;
  flex: 1 !important;
}
.borderT[data-v-02ff5636] {
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  font-size: 0.3rem;
  border-top: 1px solid #eee;
  /*padding: 0 .1rem;*/
  display: flex;
  background: #fff;
  margin-top: 14px;
  height: 39px;
  line-height: 9px;
  overflow: hidden;
  width: 100%;
}
.borderTSpe[data-v-02ff5636] {
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  border-top: 1px solid #eee;
  display: flex;
  margin-top: 14px;
  overflow: hidden;
  width: 100%;
  font-size: 0.3rem;
  min-height: 0.78rem;
  line-height: 0.8rem;
  background: #fff;
  align-items: center;
}
input[data-v-02ff5636]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.imgClass img[data-v-02ff5636] {
  width: 1rem;
  height: 1rem;
}
.footer[data-v-02ff5636] {
  /* position: fixed; */
  background: #ffffff;
  bottom: 0;
  padding: 0.1rem;
  /* width: 95%; */
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #eee;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-02ff5636] {
  flex: 1;
  padding: 0 !important;
}
.inptText[data-v-02ff5636] .el-textarea__inner {
  width: 100%;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
  border: none;
  font-size: 0.3rem;
}
.headerOne[data-v-02ff5636] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-02ff5636] {
  background: #1ab394;
}
.header[data-v-02ff5636] {
  display: flex;
  padding: 0.2rem;
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.header div[data-v-02ff5636] {
  flex: 2;
  font-size: 0.3rem;
}
.fristPadding[data-v-02ff5636] {
  margin-top: 14px;
}

.popAssertSearch{
  background: #fff;
  height: 2rem;
  padding: .2rem;
}
.popAssertSearch .inputP{
  display: flex;
  height: .8rem;
  padding: 0 .2rem .3rem .2rem;
}
.popAssertSearch .inputP>.searchBtn{
  width: .8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: .06rem;
  border: .01rem solid #b8bbbf;
}
.popAssertSearch .inputP>input{
  flex: 1;
  line-height: .8rem;
  border-bottom: .01rem solid #ddd;
  border-radius: .04rem;
  margin-right: .2rem;
  font-size: .32rem;
}
.popAssertSearch .popBtn{
  height: .8rem;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  background: #1AB394;
  color: #fff;
}

.redClas[data-v-02ff5636] {
  color: red !important;
}

#Standby_xz {
  height: 100%;
  background: #f6f6f6;
}
#Standby_xz .standby_type {
  display: flex;
  height: 0.78rem;
  line-height: 0.8rem;
  margin-top: 0.2rem;
  background: #fff;
  padding: 0 0.2rem;
}
#Standby_xz .standby_type span:nth-child(2) {
  flex: 1;
}
#Standby_xz .qSearch {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.28rem;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
#Standby_xz .search-box {
  display: flex;
  align-items: center;
  flex: 1;
  background: #fff;
}
#Standby_xz .search-box input {
  outline: 0;
  border: 0;
  background: #fff;
  height: 0.78rem;
  flex: 1;
  text-indent: 0.1rem;
}
#Standby_xz .search-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
#Standby_xz .screening {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

.qSearch[data-v-2872ad29] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-2872ad29] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-2872ad29] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-2872ad29] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-2872ad29] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

#templateheader_xz .header {
  height: 40px;
}
#templateheader_xz .header .headerTwo {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}

#StandbyPerson_xz {
  height: 100%;
  background: #f6f6f6;
}
#StandbyPerson_xz .qSearch {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.28rem;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
#StandbyPerson_xz .search-box {
  display: flex;
  align-items: center;
  flex: 1;
  background: #fff;
}
#StandbyPerson_xz .search-box input {
  outline: 0;
  border: 0;
  background: #fff;
  height: 0.78rem;
  flex: 1;
  text-indent: 0.1rem;
}
#StandbyPerson_xz .search-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
#StandbyPerson_xz .screening {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

#StandbyType_xz {
  position: fixed;
  top: 0;
  height: 100%;
  background: #f6f6f6;
}
#StandbyType_xz .standby_type {
  display: flex;
  height: 0.78rem;
  line-height: 0.8rem;
  margin-top: 0.2rem;
  background: #fff;
  padding: 0 0.2rem;
}
#StandbyType_xz .standby_type span:nth-child(2) {
  flex: 1;
}
#StandbyType_xz .qSearch {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.28rem;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
#StandbyType_xz .search-box {
  display: flex;
  align-items: center;
  flex: 1;
  background: #fff;
}
#StandbyType_xz .search-box input {
  outline: 0;
  border: 0;
  background: #fff;
  height: 0.78rem;
  flex: 1;
  text-indent: 0.1rem;
}
#StandbyType_xz .search-box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
#StandbyType_xz .screening {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

.imgFileOne[data-v-cd0e6ce0] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
#container[data-v-cd0e6ce0] {
  -webkit-overflow-scrolling: touch;
}
.imgFileCuo[data-v-cd0e6ce0] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgBadio[data-v-cd0e6ce0] {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}
.imgFile[data-v-cd0e6ce0] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-cd0e6ce0]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFileAudio[data-v-cd0e6ce0] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile span[data-v-cd0e6ce0] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-cd0e6ce0] {
  width: 0.8rem;
  height: 0.8rem;
}
.headerOne[data-v-cd0e6ce0] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.imgClass img[data-v-cd0e6ce0] {
  width: 1rem;
  height: 1rem;
}
.mint-header[data-v-cd0e6ce0] {
  background: #1ab394;
}
.header[data-v-cd0e6ce0] {
  display: flex;
  padding: 0.2rem;
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
  height: 18px;
  line-height: 18px;
  background: #fff;
}
.header div[data-v-cd0e6ce0]:nth-child(3) {
  text-align: right;
  color: #9d9d9d;
}
.header div[data-v-cd0e6ce0]:nth-child(4) {
  text-align: right;
}
.header img[data-v-cd0e6ce0] {
  width: 0.4rem;
  height: 0.4rem;
}
.mint-header[data-v-cd0e6ce0] {
  background: #1ab394;
}
.header div[data-v-cd0e6ce0] {
  flex: 1;
  padding-left: 0.4rem;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.sayPai[data-v-cd0e6ce0],
.zantIng[data-v-cd0e6ce0] {
  position: relative;
  right: 0;
  bottom: 11%;
  left: 64%;
  /*top:-8px;*/
  padding-right: 0.2rem;
}
.zhushiS[data-v-cd0e6ce0] {
  position: relative;
  left: 0;
  padding-left: 0.2rem;
  bottom: 11%;
  /*top:-8px;*/
}
.footer[data-v-cd0e6ce0] {
  position: absolute;
  width: 95%;
  z-index: 10;
  padding: 0.1rem 0.16rem;
  /*bottom: 0;*/
  background: #fff;
  display: flex;
}
.btnLeft[data-v-cd0e6ce0] {
  flex: 1;
}
.returnTitle[data-v-cd0e6ce0] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.eee[data-v-cd0e6ce0] {
  background: #eee;
}
.red[data-v-cd0e6ce0] {
  background: red;
}
.returnBorder[data-v-cd0e6ce0] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-cd0e6ce0] {
  padding: 0.2rem;
  font-size: 0.3rem;
  height: 2.4rem;
  width: 95%;
}
.contain[data-v-cd0e6ce0] {
}

.footer[data-v-6d9da3b0] {
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
#container[data-v-6d9da3b0] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.returnListSub[data-v-6d9da3b0] {
  flex: 1;
  padding: 0 !important;
}

.footer[data-v-20747dce] {
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
#container[data-v-20747dce] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.returnListSub[data-v-20747dce] {
  flex: 1;
  padding: 0 !important;
}

#sendToYourId[data-v-d9bdf11c] {
  overflow: hidden;
}
.unchoose[data-v-d9bdf11c] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.headerOne[data-v-d9bdf11c] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-d9bdf11c] {
  background: #1ab394;
}
.header[data-v-d9bdf11c] {
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem;
  /*margin-top: 54px;*/
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.header div[data-v-d9bdf11c] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.header div[data-v-d9bdf11c]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.active[data-v-d9bdf11c] {
  display: block !important;
  margin-left: 15px;
  margin-top: 10px;
  color: greenyellow;
}
.personList[data-v-d9bdf11c] {
  display: flex;
  border-top: 1px solid #eee;
  padding: 0.14rem;
}
.personListImg[data-v-d9bdf11c] {
  /* flex: 1; */
  padding-right: 0.3rem;
  padding-left: 0.1rem;
}
.personListZhiban[data-v-d9bdf11c] {
  /*flex:1;*/
  padding-left: 0.1rem;
  padding-right: 0.3rem;
}
.personListZhiban span[data-v-d9bdf11c] {
  display: inline-block;
  width: 1rem;
  border-radius: 50%;
  text-align: center;
  background: #23c6c8;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
}
.personListImg img[data-v-d9bdf11c] {
  width: 1rem;

  border-radius: 50%;
}
.personListContain[data-v-d9bdf11c] {
  flex: 3;
  font-size: 0.3rem;
  margin-right: 0.6rem;
}
.personListContain .name[data-v-d9bdf11c] {
  display: flex;
  justify-content: space-between;
}
.personListContain p[data-v-d9bdf11c]:nth-child(1) {
  padding-bottom: 0.4rem;
  padding-top: 0.06rem;
}
.personListContain p[data-v-d9bdf11c]:nth-child(2) {
  font-size: 0.26rem;
}
.personListState[data-v-d9bdf11c] {
  /* flex: 1; */
  font-size: 0.34rem;
  width: 0.6rem;
  color: #9d9d9d;
  margin-top: 0.3rem;
}
.personListState p[data-v-d9bdf11c]:nth-child(1) {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-d9bdf11c] {
  background: #1ab394;
  border-color: #999;
}
.mint-checkbox-core[data-v-d9bdf11c] {
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.mint-checkbox-core[data-v-d9bdf11c]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.checkAllBtn[data-v-d9bdf11c] {
  float: left;
  /*padding: 0;*/
  /*line-height: .7rem;*/
  margin: 14px 0;
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: 0.2rem 0.14rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.footer[data-v-1ee541a8] {
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
#container[data-v-1ee541a8] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.returnListSub[data-v-1ee541a8] {
  flex: 1;
  padding: 0 !important;
}

.headerOne[data-v-9e16e27e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
#container[data-v-9e16e27e] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.mint-header[data-v-9e16e27e] {
  background: #1ab394;
}
.header[data-v-9e16e27e] {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  margin-top: 54px;
  height: 18px;
  line-height: 19px;
  margin-bottom: 14px;
}
.header div[data-v-9e16e27e] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.imgBadio[data-v-9e16e27e] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.header div[data-v-9e16e27e]:nth-child(2) {
  /*text-align: ;*/
}
.header div[data-v-9e16e27e]:nth-child(3) {
  text-align: left;
}
.header div[data-v-9e16e27e]:nth-child(4) {
  text-align: right;
  color: #9d9d9d;
}
.header img[data-v-9e16e27e] {
  width: 0.4rem;
  height: 0.4rem;
}
.footer[data-v-9e16e27e] {
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  padding: 0.1rem;
  width: 95%;
  border-top: 1px solid #eee;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.btn[data-v-9e16e27e] {
  background-color: #f8ac59;
  color: white;
}
.returnListSub[data-v-9e16e27e] {
  flex: 1;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 0.74rem;
  font-size: 0.32rem;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  border-radius: 0.05rem;
  border: none;
  padding: 0 !important;
}
.raidoParment[data-v-9e16e27e] {
  height: 39px;
  overflow: hidden;
  line-height: 9px;
}

.headerOne[data-v-58c8597e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-cell[data-v-58c8597e] {
  width: 100%;
}
.mint-header[data-v-58c8597e] {
  background: #1ab394;
}
#container[data-v-58c8597e] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scrollList[data-v-58c8597e] {
  font-size: 0.3rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.1rem 0.2rem;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 14px;
}
.scrollList div[data-v-58c8597e]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.mint-field-core[data-v-58c8597e] {
  margin-top: -0.4rem;
}
.mint-button[data-v-58c8597e] {
  height: 36px;
  margin-top: -1px;
}
.scorllPad[data-v-58c8597e] {
  padding: 0 0.2rem;
}
.scrollList div[data-v-58c8597e]:nth-child(2) {
  text-indent: 20px;
  line-height: 0.5rem;
  padding: 0.1rem 0 0.1rem 0;
  border-bottom: 1px solid #eee;
}
.scrollList div[data-v-58c8597e]:nth-child(3) {
  display: flex;
  padding: 0.26rem 0 0.2rem 0;
}
.scrollList div:nth-child(3) span[data-v-58c8597e] {
  flex: 1;
}

.headerOne[data-v-f19ce762] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
#container[data-v-f19ce762] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.mint-cell[data-v-f19ce762] {
  width: 100%;
}
.mint-header[data-v-f19ce762] {
  background: #1ab394;
}
.scrollList[data-v-f19ce762] {
  font-size: 0.3rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.1rem 0.2rem;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 14px;
}
.scrollList div[data-v-f19ce762]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.mint-field-core[data-v-f19ce762] {
  margin-top: -0.4rem;
}
.mint-button[data-v-f19ce762] {
  height: 36px;
  margin-top: -1px;
}
.scorllPad[data-v-f19ce762] {
  padding: 0 0.2rem;
}
.scrollList div[data-v-f19ce762]:nth-child(2) {
  text-indent: 20px;
  line-height: 0.5rem;
  padding: 0.1rem 0 0.1rem 0;
  border-bottom: 1px solid #eee;
}
.scrollList div[data-v-f19ce762]:nth-child(3) {
  display: flex;
  padding: 0.26rem 0 0.2rem 0;
}
.scrollList div:nth-child(3) span[data-v-f19ce762] {
  flex: 1;
}

#container[data-v-fe2d3e38] {
  -webkit-overflow-scrolling: touch;
}
.headerOne[data-v-fe2d3e38] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-fe2d3e38] {
  background: #1ab394;
}
.contain[data-v-fe2d3e38] {
  font-size: 0.3rem;
  padding: 0 0.4rem;
}
.contain div[data-v-fe2d3e38]:nth-child(1) {
  font-size: 0.34rem;
  text-align: center;
  padding: 0.4rem 0;
}
.contain div:nth-child(2) p[data-v-fe2d3e38]:nth-child(1),
.contain div:nth-child(3) p[data-v-fe2d3e38]:nth-child(1),
.contain div:nth-child(4) p[data-v-fe2d3e38]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0;
  font-weight: bold;
}
.contain div:nth-child(2) p[data-v-fe2d3e38]:nth-child(2),
.contain div:nth-child(3) p[data-v-fe2d3e38]:nth-child(2),
.contain div:nth-child(4) p[data-v-fe2d3e38]:nth-child(2) {
  font-size: 0.3rem;
  line-height: 0.5rem;
}
.footer[data-v-fe2d3e38] {
  position: absolute;
  background: rgb(255, 255, 255);
  /*bottom: 0;*/
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-fe2d3e38] {
  flex: 1;
  padding: 0 !important;
}
.contain div[data-v-fe2d3e38]:nth-child(3),
.contain div[data-v-fe2d3e38]:nth-child(4) {
  margin-top: 10px;
}

.classRedColor[data-v-1f3b71c0] {
  color: red;
}
.navTab[data-v-1f3b71c0] {
  display: flex;
}
.marginTopConFalse[data-v-1f3b71c0] {
  margin-top: 40px;
}
.marginTopCon[data-v-1f3b71c0] {
  margin-top: 1.85rem;
}
.navTab[data-v-1f3b71c0] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
.menubg[data-v-1f3b71c0] {
  position: fixed;
  color: #1ab394;
  height: 40px;
  /*top: 1.45rem;*/
  top: 0.92rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.marginTopS[data-v-1f3b71c0] {
  margin-top: 0.9rem;
}
.navTabChild[data-v-1f3b71c0] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-1f3b71c0] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.footer button[data-v-1f3b71c0] {
  margin-top: 0 !important;
  height: 41px !important;
}
.active[data-v-1f3b71c0] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.header[data-v-1f3b71c0] {
  position: absolute;
  top: 0;
  height: 0.76rem;
  background: red;
  line-height: 0.76rem;
}
.red[data-v-1f3b71c0] {
  background: red;
  color: #fff;
}
.mint-button[data-v-1f3b71c0] {
  height: 34px !important;
  margin-top: -6px;
}
.footer[data-v-1f3b71c0] {
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.page-loadmore-wrapper[data-v-1f3b71c0] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-1f3b71c0] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#commponentList[data-v-1f3b71c0] {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
}
.missionPeron[data-v-1f3b71c0]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-1f3b71c0] {
  font-weight: bold;
}
.missionPeron[data-v-1f3b71c0] {
  width: 95%;
  margin: 0.14rem 0 0.1rem 0.18rem;
  border-radius: 4px;
  overflow: hidden;
}
.missionPeronContain[data-v-1f3b71c0] {
  border-top: 6px solid transparent;
  font-size: 0.22rem;
}
.greenBg[data-v-1f3b71c0] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-1f3b71c0] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-1f3b71c0] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-1f3b71c0] {
  height: auto !important;
}
.navMissionPeronContain[data-v-1f3b71c0] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
}
.navChildMissionPeronContain[data-v-1f3b71c0] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-1f3b71c0]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-1f3b71c0] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-1f3b71c0]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-1f3b71c0]:nth-child(2) {
  float: left;
  margin-left: 0.3rem;
}
.footerMissionPeronContain span[data-v-1f3b71c0]:nth-child(3) {
  float: right;
}
.footerZhongjian p[data-v-1f3b71c0]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(3) button[data-v-1f3b71c0] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

#container[data-v-45d43084] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-45d43084] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-45d43084] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-45d43084] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-45d43084] {
  margin-left: 0.02rem;
}
.audioBorder[data-v-45d43084] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-45d43084] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-45d43084] {
  width: 100% !important;
}
.footer[data-v-45d43084] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-45d43084] {
  width: 100%;
}
.footer .mint-button--normal[data-v-45d43084] {
  flex: 1;
  width: 100%;
  padding: 0 !important;
}

/*.returnListSub {
		flex: 1;
		padding: 0!important;
	}*/
ul[data-v-45d43084] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-45d43084] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-45d43084] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-45d43084] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-45d43084] {
  width: 0.5rem;
}
ul li .title .mark[data-v-45d43084] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-45d43084] {
  background: #95ce41 !important;
}
ul li .content[data-v-45d43084] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-45d43084] {
  font-weight: bold;
}
.title p[data-v-45d43084],
.title h3[data-v-45d43084] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-45d43084] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-45d43084] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-45d43084] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-45d43084] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-45d43084]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-45d43084]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-45d43084] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-45d43084] {
  background: #fff;
}
.audio-left img[data-v-45d43084] {
  background: #fff;
}
.header[data-v-45d43084] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-45d43084] {
  background: #1ab394;
}
.btnLeft[data-v-45d43084] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-45d43084] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-45d43084] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-45d43084] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-45d43084] {
  display: inline-block;
  width: 0.36rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.36rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-45d43084] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-45d43084] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-45d43084] {
  display: none;
}

.returnTitle[data-v-1f047051] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  margin-top: 40px;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.returnBorder[data-v-1f047051] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-1f047051] {
  padding: 0.2rem;
  font-size: 0.32rem;
  height: 2.4rem;
  width: 95%;
  position: relative;
}
.footer[data-v-1f047051] {
  position: absolute;
  background: rgb(255, 255, 255);
  /*bottom: 0;*/
  padding: 0.1rem;
  width: 95%;
  border-top: 1px solid #eee;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-1f047051] {
  flex: 1;
  padding: 0 !important;
}
.returnListSub[data-v-1f047051] {
  width: 80%;
  text-align: center;
}

/*.sayYuyin{
		position: absolute;
		right: 0;
		top: 28%;
	}*/
.audioP[data-v-1f047051] {
  width: 100%;
}
.audioP div[data-v-1f047051]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem;
}
.audioP img[data-v-1f047051] {
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.imgFileAudio[data-v-1f047051] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.audioList[data-v-1f047051] {
  width: 100%;
  display: flex;
}
.audioList img[data-v-1f047051] {
  width: 1rem;
}
.imgAudio[data-v-1f047051] {
  width: 2rem !important;
  /*height: .5rem;*/
}
.audioList span[data-v-1f047051] {
  display: inline-block;
  flex: 1;
}
.headerOne[data-v-1f047051] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-1f047051] {
  background: #1ab394;
}

.list[data-v-0588c685] {
  background: #fff;
  font-size: 0.3rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 0.76rem;
  line-height: 0.78rem;
  display: flex;
  border-bottom: 1px solid #eee;
}
.list span[data-v-0588c685]:nth-child(1) {
  flex: 4;
}
.list span[data-v-0588c685]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.ellipsis[data-v-0588c685] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list[data-v-74b59cb2] {
  background: #fff;
  font-size: 0.3rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 0.76rem;
  line-height: 0.78rem;
  display: flex;
  border-bottom: 1px solid #eee;
}
.list span[data-v-74b59cb2]:nth-child(1) {
  flex: 4;
}
.list span[data-v-74b59cb2]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.ellipsis[data-v-74b59cb2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#container[data-v-0cbf07e9] {
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
}
.InspectionState[data-v-0cbf07e9],
.descriptionState[data-v-0cbf07e9] {
  display: flex;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  padding: 0 0.26rem;
  background: #fff;
}
.InspectionState div[data-v-0cbf07e9]:nth-child(1) {
  /*flex: 1;*/
  width: 17.5%;
}
.InspectionState div[data-v-0cbf07e9]:nth-child(2) {
  /*flex: 2;*/
  width: 45%;
  text-align: right;
  color: #333333;
}
.InspectionState div[data-v-0cbf07e9]:nth-child(3) {
  flex: 2;
}
.descriptionState div[data-v-0cbf07e9]:nth-child(1) {
  flex: 1;
}
.descriptionState div[data-v-0cbf07e9]:nth-child(2) {
  flex: 4;
}
.descriptionState div[data-v-0cbf07e9]:nth-child(3) {
  text-align: right;
  flex: 1;
}
.addClassHuan[data-v-0cbf07e9] {
  word-wrap: break-word;
  text-align: left;
  line-height: 0.4rem;
}
.positonBorder[data-v-0cbf07e9] {
  border-bottom: 1px solid #ebebeb;
}
.footer[data-v-0cbf07e9] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-0cbf07e9] {
  flex: 1;
  padding: 0 !important;
}
.contain[data-v-0cbf07e9] {
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.positionHis[data-v-0cbf07e9] {
  padding: 0.16rem 0.26rem;
  font-size: 0.28rem;
  display: flex;
  text-align: center;
  color: #666666;
}
.descriptionHis[data-v-0cbf07e9] {
  padding: 0.16rem 0.26rem;
  font-size: 0.28rem;
  display: flex;
  color: #666666;
}
.descriptionHis span[data-v-0cbf07e9]:nth-child(1) {
  flex: 1;
  text-align: left;
}
.descriptionHis span[data-v-0cbf07e9]:nth-child(2) {
  flex: 2;
  text-align: right;
}
.positionHis span[data-v-0cbf07e9]:nth-child(1) {
  flex: 1;
}
.positionHis span[data-v-0cbf07e9]:nth-child(2) {
  flex: 4;
}

.periodCheck[data-v-92570000] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodCheck .header[data-v-92570000] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodCheck .paddingD[data-v-92570000] {
  padding: 0.2rem;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.periodCheck .paddingD .whiteBox[data-v-92570000] {
  background: #fff;
  border-radius: 0.1rem;
}
.periodCheck .paddingD .whiteBox .itemline[data-v-92570000] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItem[data-v-92570000] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  display: flex;
  line-height: 0.48rem;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .whiteBox .formItem .lableT[data-v-92570000] {
  color: #666;
  /*text-align: right;*/
}
.periodCheck .paddingD .whiteBox .formItem .lableC[data-v-92570000] {
  flex: 1;
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-92570000] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-92570000]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo[data-v-92570000] {
  display: inline-block;
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo span[data-v-92570000] {
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon[data-v-92570000] {
  display: flex;
  justify-content: space-between;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon img[data-v-92570000] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF[data-v-92570000] {
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-92570000] {
  height: 1.6rem;
  width: 100%;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.1rem 0.16rem;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: auto;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-92570000]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-92570000] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-92570000]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-92570000] {
  float: left;
  width: calc(25% - 0.25rem);
  height: 1.65rem;
  margin-top: 0.3rem;
  position: relative;
  margin-right: 0.25rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox img[data-v-92570000] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-92570000] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn[data-v-92570000] {
  display: flex;
  margin-top: 0.26rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-92570000] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .whiteBox .formTypeName[data-v-92570000] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodCheck .paddingD .marginD[data-v-92570000] {
  margin: 0.2rem 0;
}
.periodCheck .paddingD .marginD .centerDel[data-v-92570000] {
  padding: 0.25rem 0.3rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .marginD .centerDel .formItem[data-v-92570000] {
  padding: 0;
  flex: 1;
  border: none;
}
.periodCheck .paddingD .marginD .centerDel .deleteImg[data-v-92570000] {
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .marginD input[type="checkbox"][data-v-92570000],
.periodCheck .paddingD .marginD input[type="radio"][data-v-92570000] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.periodCheck .paddingD .marginD .noBgInput[data-v-92570000] {
  color: #cccccc;
  font-size: 0.32rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.periodCheck .paddingD .marginD .bgInput[data-v-92570000] {
  background: #f5f5f5;
  width: 100%;
  border-radius: 0.06rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  color: #666;
  font-size: 0.28rem;
}
.periodCheck .paddingD .marginD .bgInput .fa-icon[data-v-92570000] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodCheck .paddingD .marginD .formItem[data-v-92570000] {
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-92570000] {
  width: 100%;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.1rem 0.16rem;
  -webkit-appearance: none;
  -webkit-user-select: auto;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-92570000]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .marginD .radioLabel[data-v-92570000] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  display: inline-block;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .checkLabel[data-v-92570000] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.06rem;
  border: 1px solid #b5b5b5;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList[data-v-92570000] {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.periodCheck .paddingD .marginD .radioList .radioListItem[data-v-92570000] {
  margin-right: 0.4rem;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD span[data-v-92570000] {
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD .fa-icon[data-v-92570000] {
  vertical-align: middle;
}
.periodCheck .paddingD .cameraImg[data-v-92570000],
.periodCheck .paddingD .scanImg[data-v-92570000] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
  margin-right: 0.3rem;
}
.periodCheck .paddingD .formTitle[data-v-92570000] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0;
  line-height: 0.45rem;
}
.periodCheck .paddingD .addPeriod[data-v-92570000] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
}
.periodCheck .footerBtn[data-v-92570000] {
  position: fixed;
  bottom: 0;
  height: 1.2rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.periodCheck .footerBtn .mint-button[data-v-92570000] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}
.ellipsis[data-v-92570000] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popAssertSearch{
  background: #fff;
  height: 2rem;
  padding: .2rem;
}
.popAssertSearch .inputP{
  display: flex;
  height: .8rem;
  padding: 0 .2rem .3rem .2rem;
}
.popAssertSearch .inputP>.searchBtn{
  width: .8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: .06rem;
  border: .01rem solid #b8bbbf;
}
.popAssertSearch .inputP>input{
  flex: 1;
  line-height: .8rem;
  border-bottom: .01rem solid #ddd;
  border-radius: .04rem;
  margin-right: .2rem;
  font-size: .32rem;
}
.popAssertSearch .popBtn{
  height: .8rem;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  background: #1AB394;
  color: #fff;
}

.textOneActive[data-v-b4f46100] {
  color: #1ab394;
}
.twoTextActive[data-v-b4f46100] {
  color: #666 !important;
}
.twoActive[data-v-b4f46100] {
  background: #fff;
}
.oneBgActive[data-v-b4f46100] {
  background: #1ab394;
}
.twoBgActive[data-v-b4f46100] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-b4f46100] {
  border: 1px solid #1ab394;
}
.twoBgBorderActive[data-v-b4f46100] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-b4f46100] {
  background: #1ab394;
}
.twoBgBorderActive .icon-inner[data-v-b4f46100] {
  background: #ddd !important;
}
.item[data-v-b4f46100] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-b4f46100] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-b4f46100] {
  flex: 1;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  box-shadow: 0px 0px 3px 0px rgba(63, 63, 63, 0.16);
}
.item .oneActive[data-v-b4f46100] {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.item .time[data-v-b4f46100] {
  color: #b5b5b5;
  font-size: 0.28rem;
}
.item .title[data-v-b4f46100] {
  color: #1ab394;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-b4f46100] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-b4f46100] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-b4f46100] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-b4f46100] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-b4f46100] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-b4f46100] {
  background: #35afb1;
}
.line-active[data-v-b4f46100] {
  background: #35afb1;
}

.navTab[data-v-1b82a725] {
  display: flex;
}
.search-box input[data-v-1b82a725] {
  outline: 0;
  border: 0;
  background: #fff;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box[data-v-1b82a725] {
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #f4f4f4;
  background: #f4f4f4;
}
.search-box .icon[data-v-1b82a725] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.navTab[data-v-1b82a725] {
  position: fixed;
  top: 0.94rem;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
.menubg[data-v-1b82a725] {
  position: fixed;
  color: #1ab394;
  height: 40px;
  /*top: 1.45rem;*/
  top: 0.92rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.navTabChild[data-v-1b82a725] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-1b82a725] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.footer[data-v-1b82a725] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.page-loadmore-wrapper[data-v-1b82a725] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-1b82a725] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#commponentList[data-v-1b82a725] {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
}
.missionPeron[data-v-1b82a725]:last-child {
  margin-bottom: 0rem;
}
/*.fontWeightText {
		font-weight: bold;
	}*/
.missionPeron[data-v-1b82a725] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-1b82a725] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-1b82a725] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-1b82a725] {
  /*background: linear-gradient(to right, #fc0036 0%, #f45403 100%);*/
  background: #ed5565;
}
.yellowBg[data-v-1b82a725] {
  /*background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);*/
  background: #f8ac59;
}
.buldBg[data-v-1b82a725] {
  /*background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);*/
  background: #1ab394;
}
.footerZhongjian[data-v-1b82a725] {
  line-height: 0.66rem !important;
  height: auto !important;
}
.redClass[data-v-1b82a725] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.navMissionPeronContain[data-v-1b82a725] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*font-weight: bold;*/
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-1b82a725] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-1b82a725]:nth-child(1) {
  /*margin-left: .05rem;*/
  float: left;
}
.footerMissionPeronContain[data-v-1b82a725] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-1b82a725]:nth-child(1) {
  float: left;
}
s .footerMissionPeronContain span[data-v-1b82a725]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-1b82a725]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-1b82a725] {
  width: 1.34rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.active[data-v-b589c570] {
  display: block !important;
  margin-top: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
}
.returnListSub[data-v-b589c570] {
  width: 100%;
  text-align: center;
}
.ListBorder[data-v-b589c570] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-b589c570]:first-child {
  border-top: 1px solid #eee;
}
.footer[data-v-b589c570] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}

*[data-v-8b0e345e] {
}
#container[data-v-8b0e345e] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-8b0e345e] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-8b0e345e] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-8b0e345e] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-8b0e345e] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-8b0e345e] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-8b0e345e] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-8b0e345e] {
  width: 100% !important;
}
.footer[data-v-8b0e345e] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-8b0e345e] {
  width: 100%;
}
.footer .mint-button--normal[data-v-8b0e345e] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-8b0e345e] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-8b0e345e] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-8b0e345e] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-8b0e345e] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-8b0e345e] {
  width: 0.5rem;
}
ul li .title .mark[data-v-8b0e345e] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-8b0e345e] {
  background: #95ce41 !important;
}
ul li .content[data-v-8b0e345e] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-8b0e345e] {
  font-weight: bold;
}
.title p[data-v-8b0e345e],
.title h3[data-v-8b0e345e] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-8b0e345e] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-8b0e345e] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-8b0e345e] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-8b0e345e] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-8b0e345e]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-8b0e345e]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-8b0e345e] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-8b0e345e] {
  background: #fff;
}
.audio-left img[data-v-8b0e345e] {
  background: #fff;
}
.header[data-v-8b0e345e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-8b0e345e] {
  background: #1ab394;
}
.btnLeft[data-v-8b0e345e] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-8b0e345e] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-8b0e345e] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-8b0e345e] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-8b0e345e] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-8b0e345e] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-8b0e345e] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-8b0e345e] {
  display: none;
}

.imgFileOne[data-v-16cd9ad0] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-16cd9ad0] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-16cd9ad0] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFileAudio[data-v-16cd9ad0] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-16cd9ad0]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-16cd9ad0] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-16cd9ad0] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-16cd9ad0] {
  padding: 20px 0;
}
.imgClass img[data-v-16cd9ad0] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.header[data-v-16cd9ad0] {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  margin-top: 14px;
  height: 18px;
  line-height: 19px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.inptText[data-v-16cd9ad0] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.header div[data-v-16cd9ad0] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.imgBadio[data-v-16cd9ad0] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.header div[data-v-16cd9ad0]:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer[data-v-16cd9ad0] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-16cd9ad0] {
  flex: 1;
  padding: 0 !important;
}
.header div[data-v-16cd9ad0]:nth-child(3) {
  text-align: left;
}
.header div[data-v-16cd9ad0]:nth-child(4) {
  text-align: right;
  color: #9d9d9d;
}
.header img[data-v-16cd9ad0] {
  width: 0.4rem;
  height: 0.4rem;
}
.mint-header[data-v-16cd9ad0] {
  background: #1ab394;
}
.audioList[data-v-16cd9ad0] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-16cd9ad0] {
  width: 1rem;
}
.audioList span[data-v-16cd9ad0] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-16cd9ad0] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

*[data-v-7fb0bb7f] {
  font-size: 0.3rem;
  /*overflow: hidden;*/
}
.red[data-v-7fb0bb7f] {
  background: red;
}
.green[data-v-7fb0bb7f] {
  background: greenyellow;
}
.shangYue[data-v-7fb0bb7f] {
  visibility: hidden;
}
ul[data-v-7fb0bb7f] {
  list-style-type: none;
}
.thisDay[data-v-7fb0bb7f] {
  background: #eee;
}
.activeClass[data-v-7fb0bb7f] {
  background: #999;
}
.yue[data-v-7fb0bb7f] {
  display: none;
}
.container[data-v-7fb0bb7f] {
  width: 100%;
  height: 100%;
  /*   display: flex;
            justify-content: space-between;  */
  flex-direction: row;
}
#calendar[data-v-7fb0bb7f] {
  width: 100%;
  margin: 0 auto;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}
.month[data-v-7fb0bb7f] {
  width: 100%;
}
.month ul[data-v-7fb0bb7f] {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.year-month[data-v-7fb0bb7f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.typeselect[data-v-7fb0bb7f] {
  border-top: 1px solid #eee;
}
.year-month[data-v-7fb0bb7f]:hover {
  background: rgba(150, 2, 12, 0.1);
}
.choose-year[data-v-7fb0bb7f] {
  padding-left: 20px;
  padding-right: 20px;
}
.choose-month[data-v-7fb0bb7f] {
  text-align: center;
}
.arrow[data-v-7fb0bb7f] {
  padding: 10px;
}
.arrow[data-v-7fb0bb7f]:hover {
  background: rgba(100, 2, 12, 0.1);
}
.month ul li[data-v-7fb0bb7f] {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.weekdays[data-v-7fb0bb7f] {
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  justify-content: space-around;
}
.weekdays li[data-v-7fb0bb7f] {
  display: inline-block;
  width: 13.6%;
  text-align: center;
}
.days[data-v-7fb0bb7f] {
  padding: 0;
  background: #ffffff;
  margin: 0;
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-around;
}
.days li[data-v-7fb0bb7f] {
  list-style-type: none;
  display: inline-block;
  /*width: 14.2%;*/
  width: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.days li .active[data-v-7fb0bb7f] {
  /*background: #00B8EC;
            color: #fff;
            border-radius: 5px;  */
  line-height: 1rem;
  position: relative;
  cursor: pointer;
}
.days li .error[data-v-7fb0bb7f] {
  background: green;
}
.days li .active .showUser[data-v-7fb0bb7f] {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
}
.days li .other-month[data-v-7fb0bb7f] {
  /* padding: 5px; */
  color: gainsboro;
  display: none;
  line-height: 1rem;
}
.days li .normal[data-v-7fb0bb7f] {
  line-height: 1rem;
}
.days li[data-v-7fb0bb7f]:hover {
  background: #e1e1e1;
}
.container .showEvent[data-v-7fb0bb7f] {
  min-width: 200px;
}
.container .showEvent .title[data-v-7fb0bb7f] {
  width: 100%;
  height: 55px;
  background: rgb(188, 143, 143);
  line-height: 55px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.container .showEvent .btm[data-v-7fb0bb7f] {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.container .showEvent > div[data-v-7fb0bb7f]:not(first) {
  padding: 5px 5px;
}
.radioYuan[data-v-7fb0bb7f] {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 41%;
  top: 70%;
  border-radius: 50%;
  border: 1px solid;
  background-color: red;
}

.addClassHuan[data-v-d219a946] {
  word-wrap: break-word;
  line-height: 0.4rem;
}
.footer[data-v-d219a946] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-d219a946] {
  flex: 1;
  padding: 0 !important;
}
.positonParen[data-v-d219a946] {
}
.positionHis[data-v-d219a946] {
  padding: 0.16rem 0.26rem;
  font-size: 0.28rem;
}
.inspectinHisPosition[data-v-d219a946] {
  display: flex;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  padding: 0 0.26rem;
  background: #fff;
}
.inspectinHisnormal[data-v-d219a946] {
  display: flex;
  /* height: .9rem; */
  line-height: 0.9rem;
  font-size: 0.3rem;
  padding: 0 0.26rem;
  background: #fff;
}
.yichang[data-v-d219a946] {
  color: #e10808 !important;
}
.noyichang[data-v-d219a946] {
  color: #1ab394 !important;
}
.red[data-v-d219a946] {
  color: #e10808;
}
.HisprocessImg[data-v-d219a946] {
  width: 30%;
  margin-left: 1%;
  float: left;
  border: 1px solid #999;
}
.inspectinHisprocess[data-v-d219a946] {
  padding: 0 0.26rem;
  background: #fff;
  font-size: 0.3rem;
  padding-bottom: 10px;
}
.inspectinHisnormal span[data-v-d219a946]:nth-child(1) {
  flex: 1;
  overflow: hidden;
}
.inspectinHisnormal span[data-v-d219a946]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.inspectinHisPosition span[data-v-d219a946]:nth-child(1) {
  flex: 3;
  color: #999999;
}
.inspectinHisprocess[data-v-d219a946] {
  display: flex;
}
.inspectinHisprocess p[data-v-d219a946]:nth-child(1) {
  flex: 1;
}
.positonBorder[data-v-d219a946] {
  border-bottom: 1px solid #ebebeb;
}
.inspectinHisPosition span[data-v-d219a946]:nth-child(2) {
  flex: 5;
  text-align: right;
  overflow: hidden;
  color: #333;
}

#container[data-v-7213a706] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-7213a706] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-7213a706] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-7213a706] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-7213a706] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-7213a706] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-7213a706] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-7213a706] {
  width: 100% !important;
}
.footer[data-v-7213a706] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-7213a706] {
  width: 100%;
}
.footer .mint-button--normal[data-v-7213a706] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-7213a706] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-7213a706] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-7213a706] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-7213a706] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-7213a706] {
  width: 0.5rem;
}
ul li .title .mark[data-v-7213a706] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-7213a706] {
  background: #95ce41 !important;
}
ul li .content[data-v-7213a706] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-7213a706] {
  font-weight: bold;
}
.title p[data-v-7213a706],
.title h3[data-v-7213a706] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-7213a706] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-7213a706] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-7213a706] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-7213a706] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-7213a706]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-7213a706]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-7213a706] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-7213a706] {
  background: #fff;
}
.audio-left img[data-v-7213a706] {
  background: #fff;
}
.header[data-v-7213a706] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-7213a706] {
  background: #1ab394;
}
.btnLeft[data-v-7213a706] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-7213a706] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-7213a706] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-7213a706] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-7213a706] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-7213a706] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-7213a706] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-7213a706] {
  display: none;
}

.returnTitle[data-v-7ee2e62c] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.returnBorder[data-v-7ee2e62c] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-7ee2e62c] {
  padding: 0.2rem 0.2rem;
  font-size: 0.3rem;
  height: 2.4rem;
  width: 94%;
}
#container[data-v-7ee2e62c] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.headerOne[data-v-7ee2e62c] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-7ee2e62c] {
  background: #1ab394;
}
.header[data-v-7ee2e62c] {
  display: flex;
  padding: 0.2rem;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
}
.header div[data-v-7ee2e62c] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.header div[data-v-7ee2e62c]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.borderT[data-v-7ee2e62c] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  width: 100%;
  background: #fff;
  overflow: hidden;
  height: 0.78rem;
  line-height: 0.78rem;
}
.mint-cell[data-v-7ee2e62c] {
  min-height: 40px;
  padding-left: 0.2rem;
}
.footer[data-v-7ee2e62c] {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 8;
  display: flex;
  background: #fff;
  padding: 0.1rem;
  text-align: center;
}
.footer button[data-v-7ee2e62c] {
  width: 46%;
  margin-left: 2.5%;
}

.header[data-v-1c1fd825] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.mint-header[data-v-1c1fd825] {
	background: #1ab394;
}
.ListBorder[data-v-1c1fd825] {
	border-bottom: 1px solid #eee;
	height: 38px;
	font-size: .3rem;
	line-height: 39px;
	overflow: hidden;
	padding-left: .2rem;
}
#container[data-v-1c1fd825] {
	-webkit-overflow-scrolling: touch;
	width: 100%;overflow-x: hidden;
}
.ListBorder[data-v-1c1fd825]:first-child {
	border-top: 1px solid #eee;
}
.mint-cell[data-v-1c1fd825] {
	margin-top: -6.5px!important;
}












































































































#request-person[data-v-6f4b785c] {
  background: #f6f6f6;
  overflow: hidden;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
#request-person .header[data-v-6f4b785c] {
  z-index: 999;
  position: fixed;
  font-size: 0.3rem;
  width: 100%;
  height: 100px;
  background: #f6f6f6;
}
#request-person .header .content[data-v-6f4b785c] {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#request-person .header .content img[data-v-6f4b785c] {
  width: 0.4rem;
}
#request-person .header .content .title[data-v-6f4b785c] {
  text-align: center;
  flex: 1;
}
#request-person .header .search[data-v-6f4b785c] {
  width: 96%;
  margin: 0 auto;
  border-radius: 15px;
}
#request-person .list[data-v-6f4b785c] {
  margin-top: 100px;
  overflow: auto;
  height: calc(100vh - 100px);
  background: #fff;
}
#request-person .list .personList .personListContain[data-v-6f4b785c] {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0.3rem;
  border-bottom: 0.01rem solid #eee;
  line-height: 0.6rem;
}

.imgBage[data-v-2d6d305c] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.mint-swipe-items-wrap > div.is-active[data-v-2d6d305c] {
  overflow: auto;
}

.file-preview[data-v-50717a5a] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.file-preview .headerTwo[data-v-50717a5a] {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  transform: translateZ(0);
}
.file-preview .mint-swipe-items-wrap > div.is-active[data-v-50717a5a] {
  overflow: auto;
}

.tephone-content-textTwo[data-v-03149718] {
  height: 0.6rem;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 0.3rem;
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.0470588);
}
.tephone-content-textTwo span[data-v-03149718] {
  font-size: 0.24rem;
  display: inline-block;
}
.active[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
}
#myStat[data-v-03149718],
#myStat1[data-v-03149718],
#myStat2[data-v-03149718] {
  margin-left: 0.3rem;
}
.telphone-border[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  /*height: 2rem;*/
}
.ReceptionParent[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  height: 3.7rem;
}
.marquee_box[data-v-03149718] {
  overflow: hidden;
}
.marquee_title[data-v-03149718] {
  padding: 0 20px;
  height: 30px;
  /*关键样式*/
  font-size: 14px;
  border-right: 1px solid #d8d8d8;
  align-items: center;
}
.marquee_box[data-v-03149718] {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  /*关键样式*/
  overflow: hidden;
}
.marquee_list[data-v-03149718] {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.marquee_list ul[data-v-03149718] {
  height: 30px;
}
.marquee_top[data-v-03149718] {
  transition: top 0.5s;
}

/*关键样式*/
.active[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
}
.marquee_list li[data-v-03149718] {
  height: 30px;
  /*关键样式*/
  float: left;
  line-height: 30px;
  /*关键样式*/
  font-size: 13px;
}
.marquee_list li span[data-v-03149718] {
  display: inline-block;
}
.marquee_top[data-v-03149718] {
  transition: top 0.5s;
}

/*关键样式*/
.current-border-p[data-v-03149718] {
  color: #fff;
  font-size: 0.4rem;
  padding: 0.2rem 0;
}
.distribution-flex[data-v-03149718] {
  margin-top: -1.14rem;
}
#hardwareNumber-text[data-v-03149718],
#softwareNumber-text[data-v-03149718] {
  font-size: 0.5rem;
}
.hardwareNumber[data-v-03149718],
.softwareNumber[data-v-03149718] {
  margin-top: 1.4rem;

  font-size: 0.5rem;
}
.noWorkLi[data-v-03149718] {
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: left;
  color: #44d3e4;
  font-size: 0.3rem;
}
.cilckImg[data-v-03149718] {
  /*margin-bottom: .05rem;*/
}
.complete-border[data-v-03149718] {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0470588);
}
#tephone-content-io[data-v-03149718] {
  height: 0.6rem;
}
#tephone-content-io ul[data-v-03149718] {
  line-height: 0.6rem;
  padding: 0 0.4rem 0 0.4rem;
  list-style-type: none;
}
#tephone-content-io ul li[data-v-03149718] {
  list-style: none;
  font-size: 0.4rem;
}
.tephone-content-text[data-v-03149718] {
  height: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.0470588);
}
.tephone-content-text span[data-v-03149718]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0 0 0 0.3rem;
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.tephone-content-text span[data-v-03149718]:nth-child(2) {
  font-size: 0.3rem;
  float: right;
  padding: 0 0.6rem 0 0.6rem;
  color: rgba(255, 255, 255, 0.5);
}
.tephone-content-text[data-v-03149718]:nth-child(even) {
  background: #183b93;
}
.complete-content span[data-v-03149718] {
  flex-grow: 1;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.complete-border-title[data-v-03149718] {
  font-size: 0.4rem;
  text-align: center;
  padding: 0.2rem;
  color: #fff;
}
.complete-content span[data-v-03149718] {
  flex-grow: 1;
  display: inline-block;
  width: 25%;
}
#complete-li[data-v-03149718] {
  display: none;
}
.complete-content-bar[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
  color: rgba(255, 255, 255, 0.5);
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  font-size: 0.3rem;
}
.complete-content-bar span[data-v-03149718] {
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.5);
}
.noWorkLiTwo[data-v-03149718] {
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.3rem;
  color: #44d3e4;
}
.distribution-border[data-v-03149718],
.current-border[data-v-03149718] {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0470588);
}
.current-content[data-v-03149718] {
  display: flex;
  font-size: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.0470588);
}
.current-content li[data-v-03149718]:nth-child(1) {
  flex-grow: 2;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-03149718]:nth-child(2) {
  flex-grow: 2;
  width: 40%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-03149718]:nth-child(3) {
  flex-grow: 1;
  width: 10%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-03149718]:nth-child(4) {
  flex-grow: 1;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content[data-v-03149718]:nth-child(odd) {
  background: #183b93;
}
.distribution[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
}
.Receptiontel span[data-v-03149718]:nth-child(1) {
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0;
}
.distribution-flex[data-v-03149718] {
  display: flex;
  color: #fff;
}
.softwareNumber[data-v-03149718] {
  flex: 1;
  display: flex;
  align-items: center;
}
#medio[data-v-03149718] {
  position: relative;
}
#jd_1_b[data-v-03149718] {
  position: absolute;
  left: 3.2rem;
  top: -1.2rem;
}
#jd_1[data-v-03149718] {
  float: left;
  width: 5rem;
  height: 0.5rem;
  position: relative;
  left: 0;
}
.hardwarePie[data-v-03149718] {
  flex: 2;
}
.ve-pie[data-v-03149718] {
  top: -80px;
}
.hardwareNumber[data-v-03149718] {
  flex: 1;
  display: flex;
  align-items: center;
}
.distribution-flex[data-v-03149718] {
  height: 4rem;
}
#hardwareNumber-text[data-v-03149718],
#softwareNumber-text[data-v-03149718] {
  width: 100%;
  text-align: center;
}
#hardwareNumber[data-v-03149718],
#softwareNumber[data-v-03149718] {
  text-align: center;
}
.Reception[data-v-03149718] {
  font-size: 0.2rem;
  text-align: center;
  display: flex;
}
.Receptiontel[data-v-03149718] {
  flex: 1;
  background: rgba(255, 255, 255, 0.0470588);
  margin-left: 0.16rem;
  border-radius: 4px;
}
.statisticalChart[data-v-03149718] {
  height: 5rem;
  font-size: 0.3rem;
  color: #fff;
}
.statisticalChartText[data-v-03149718],
.telphone-border-tile[data-v-03149718] {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0;
}
.ve-line[data-v-03149718] {
  height: 100% !important;
  color: #fff !important;
}
#dailyList[data-v-03149718] {
  background: url(../../static/img/rd_bg.44b2ad1.jpg) 0% 0% / 100% no-repeat;
  background-color: #00266d;
  min-height: 14rem;
  width: 100%;
  margin-top: 40px;
}
.parentList[data-v-03149718] {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.dailyListHead[data-v-03149718] {
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
  padding: 0.3rem 0;
}
.dutytext[data-v-03149718] {
  padding: 0 0.2rem;
  background: rgba(255, 255, 255, 0.0470588);
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 4px;
  font-size: 0.34rem;
  color: #fff;
}
.workNumber[data-v-03149718],
.statisticalChart[data-v-03149718] {
  background: rgba(255, 255, 255, 0.0470588);
  color: #fff;
  border-radius: 4px;
}
.parentListName[data-v-03149718],
.parentListNameNum[data-v-03149718] {
  display: flex;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.4rem;
}
.parentListName span[data-v-03149718] {
  flex: 1;
}
.upd_img[data-v-03149718] {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.1rem;
}
.parentListNameNum div[data-v-03149718] {
  flex: 1;
  line-height: 0.2rem;
}
.parentListNameNumText[data-v-03149718] {
  font-size: 0.58rem;
}
.parentListNameNumBai[data-v-03149718] {
  font-size: 0.2rem;
  /*display: none;*/
}

.marquee-tips {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.relatedBox[data-v-4aa05604] {
  width: 100%;
}
.relatedBox[data-v-4aa05604] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.relatedBox[data-v-4aa05604] .myVantTbar .van-nav-bar__content,
.relatedBox[data-v-4aa05604] .myVantTbar .van-nav-bar__title,
.relatedBox[data-v-4aa05604] .myVantTbar .van-icon,
.relatedBox[data-v-4aa05604] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.relatedBox[data-v-4aa05604] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.relatedBox .iconBtn[data-v-4aa05604] {
  border: 0;
}
.relatedBox .textClickable[data-v-4aa05604] {
  color: #1ab394;
  font-weight: 600;
  text-decoration: underline;
}
.relatedBox[data-v-4aa05604] .van-cell {
  font-size: 16px !important;
}

.popAssertSearch{
  background: #fff;
  height: 2rem;
  padding: .2rem;
}
.popAssertSearch .inputP{
  display: flex;
  height: .8rem;
  padding: 0 .2rem .3rem .2rem;
}
.popAssertSearch .inputP>.searchBtn{
  width: .8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: .06rem;
  border: .01rem solid #b8bbbf;
}
.popAssertSearch .inputP>input{
  flex: 1;
  line-height: .8rem;
  border-bottom: .01rem solid #ddd;
  border-radius: .04rem;
  margin-right: .2rem;
  font-size: .32rem;
}
.popAssertSearch .popBtn{
  height: .8rem;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  background: #1AB394;
  color: #fff;
}

.contens-box[data-v-0f1c61b6] {
  background-color: #f4f4f4;
  height: 100vh;
  box-sizing: border-box;
}
.contens-box[data-v-0f1c61b6] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.contens-box[data-v-0f1c61b6] .myVantTbar .van-nav-bar__content,
.contens-box[data-v-0f1c61b6] .myVantTbar .van-nav-bar__title,
.contens-box[data-v-0f1c61b6] .myVantTbar .van-icon,
.contens-box[data-v-0f1c61b6] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.contens-box[data-v-0f1c61b6] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.contens-box .stickBox[data-v-0f1c61b6] {
  height: 2.1875rem /* 35/16 */;
}
.contens-box .stickBox[data-v-0f1c61b6] .van-sticky {
  height: 2rem /* 23/16 */;
  z-index: 999;
}
.contens-box .contens-area-box .area-header-serch[data-v-0f1c61b6] {
  height: 0.9375rem /* 15/16 */;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-0f1c61b6],
.contens-box .contens-area-box .area-header-serch .right-srach[data-v-0f1c61b6] {
  width: 100%;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date[data-v-0f1c61b6],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date[data-v-0f1c61b6] {
  padding: 0.15625rem 0.34375rem /* 5.5/16 */;
  border: 1px solid #ccc;
  border-radius: 0.125rem /* 2/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date .van-field__left-icon[data-v-0f1c61b6],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date .van-field__left-icon[data-v-0f1c61b6] {
  font-size: 1rem /* 16/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-0f1c61b6] {
  font-size: 20px;
  font-weight: 600;
}
.contens-box .box-zb-cards[data-v-0f1c61b6] {
  padding: 0 0.1875rem /* 3/16 */;
  box-sizing: border-box;
  height: calc(100% - 2.1875rem);
}
[data-v-0f1c61b6] html,
body[data-v-0f1c61b6] {
  overflow-x: hidden;
}
.zbBox[data-v-0f1c61b6] {
  width: 100%;
  height: 100%;
}
.cellItemBoxs[data-v-0f1c61b6] {
  box-sizing: border-box;
}
.cellItemBoxs[data-v-0f1c61b6]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-0f1c61b6] {
  background-color: #fff;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-cell__title {
  display: flex;
  justify-content: space-between;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-cell__title .states {
  text-align: right;
  margin-right: 0.3125rem /* 5/16 */;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-cell__title .centerText {
  text-align: center;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-divider {
  margin: 4px 0 !important;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-step--vertical {
  margin-bottom: 5px;
  border-bottom: 1px dashed #c3c3c373;
}
.cellItemBoxs .contens[data-v-0f1c61b6] .vancollapItems .van-step--vertical:last-child {
  margin-bottom: 0px;
}
.cellItemBoxs .empty_contens[data-v-0f1c61b6] {
  text-align: center;
}
[data-v-0f1c61b6] .greenItemcolor {
  color: green;
}
[data-v-0f1c61b6] .greenItemcolor .customColor {
  color: green;
}
[data-v-0f1c61b6] .redItemcolor {
  color: red;
}
[data-v-0f1c61b6] .redItemcolor .customColor {
  color: red;
}
[data-v-0f1c61b6] .redItemcolor /deep/ .orangeItemcolor .customColor {
  color: orange !important;
}

.contens-box[data-v-be0cba9e] {
  background-color: #f4f4f4;
  height: 100vh;
  box-sizing: border-box;
}
.contens-box[data-v-be0cba9e] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.contens-box[data-v-be0cba9e] .myVantTbar .van-nav-bar__content,
.contens-box[data-v-be0cba9e] .myVantTbar .van-nav-bar__title,
.contens-box[data-v-be0cba9e] .myVantTbar .van-icon,
.contens-box[data-v-be0cba9e] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.contens-box[data-v-be0cba9e] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.contens-box .stickBox[data-v-be0cba9e] {
  height: 1.1rem /* 35/16 */;
}
.contens-box .stickBox[data-v-be0cba9e] .van-sticky {
  height: 1.1rem /* 23/16 */;
  z-index: 999;
}
.contens-box .box-zb-cards[data-v-be0cba9e] {
  padding: 0 0.1875rem /* 3/16 */;
  box-sizing: border-box;
  height: calc(100% - 2.1875rem);
}
[data-v-be0cba9e] html,
body[data-v-be0cba9e] {
  overflow-x: hidden;
}
.zbBox[data-v-be0cba9e] {
  width: 100%;
  height: 100%;
}
.zbBox[data-v-be0cba9e] .van-pull-refresh {
  height: 100%;
}
.cellItemBoxs[data-v-be0cba9e] {
  box-sizing: border-box;
}
.cellItemBoxs[data-v-be0cba9e]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-be0cba9e] {
  background-color: #fff;
}
.cellItemBoxs .contens[data-v-be0cba9e] .vancollapItems .van-cell__title {
  display: flex;
  justify-content: space-between;
}
.cellItemBoxs .contens[data-v-be0cba9e] .vancollapItems .van-cell__title .states {
  text-align: right;
  margin-right: 0.3125rem /* 5/16 */;
}











































































































.tephone-content-textPerson[data-v-50137684] {
  height: 0.6rem;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.0470588);
}
.tephone-content-textPerson span[data-v-50137684] {
  display: inline-block;
}
.marquee_box[data-v-50137684] {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  /*关键样式*/
  overflow: hidden;
}
.marquee_top[data-v-50137684] {
  transition: top 0.5s;
}
.parentList[data-v-50137684] {
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.telphone-border[data-v-50137684] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  /*height: 2rem;*/
}
.telphone-border-tile[data-v-50137684] {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
}
.hardwareNumber[data-v-50137684] {
  flex: 1;
  display: flex;
  align-items: center;
}
.distribution-flex[data-v-50137684] {
  height: 4rem;
}
.distribution-flex[data-v-50137684] {
  display: flex;
  color: #fff;
}
.softwareNumber[data-v-50137684] {
  flex: 1;
  display: flex;
  align-items: center;
}
#hardwareNumber-text[data-v-50137684],
#softwareNumber-text[data-v-50137684] {
  width: 100%;
  text-align: center;
}
#hardwareNumber[data-v-50137684],
#softwareNumber[data-v-50137684] {
  text-align: center;
}
.distribution-flex[data-v-50137684] {
  margin-top: -1.14rem;
  height: 4rem;
  display: flex;
  color: #fff;
}
#hardwareNumber-text[data-v-50137684],
#softwareNumber-text[data-v-50137684] {
  font-size: 0.3rem;
}
.hardwarePie[data-v-50137684] {
  flex: 2;
}
.ve-pie[data-v-50137684] {
  top: -80px;
}
.hardwareNumber[data-v-50137684],
.softwareNumber[data-v-50137684] {
  margin-top: 1.4rem;
}
.active[data-v-50137684] {
  background: rgba(255, 255, 255, 0.0470588);
}
.Reception[data-v-50137684] {
  font-size: 0.2rem;
  text-align: center;
  display: flex;
}
.marquee_list[data-v-50137684] {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.tephone-content-textTwo[data-v-50137684] {
  height: 0.6rem;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 0.3rem;
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.0470588);
}
.tephone-content-textTwo span[data-v-50137684] {
  font-size: 0.24rem;
  display: inline-block;
}
.tephone-content-text[data-v-50137684] {
  height: 0.6rem;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.6rem;
  background: rgba(255, 255, 255, 0.0470588);
}
.tephone-content-text span[data-v-50137684]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0 0 0 0.7rem;
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.marquee_list ul[data-v-50137684] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.tephone-content-text span[data-v-50137684]:nth-child(2) {
  font-size: 0.3rem;
  float: right;
  padding: 0 0.4rem 0 0.6rem;
  color: rgba(255, 255, 255, 0.5);
}
.marquee_box[data-v-50137684] {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  /*关键样式*/
  overflow: hidden;
}
#myStat[data-v-50137684],
#myStat1[data-v-50137684],
#myStat2[data-v-50137684] {
  margin-left: 0.3rem;
  margin-top: 0.4rem;
}
.Receptiontel[data-v-50137684] {
  flex: 1;
  width: 30%;
  padding: 0.4rem 0 0 0;
  margin-bottom: 0.2rem;
  background: rgba(255, 255, 255, 0.0470588);
  margin-left: 0.16rem;
  border-radius: 4px;
}
#daily[data-v-50137684] {
  width: 100%;
  background: url(../../static/img/rd_bg.44b2ad1.jpg) 0% 0% / 100% no-repeat;
  background-color: #00266d;
  min-height: 14rem;
}
.header[data-v-50137684] {
  color: #fff;
  padding: 0.7rem 0 0rem 0.4rem;
}
.headerNav[data-v-50137684] {
  font-size: 0.5rem;
}
.content[data-v-50137684] {
  color: #fff;
  overflow: hidden;
}
.workNumber[data-v-50137684],
.workNumber-data[data-v-50137684] {
  display: flex;
}
.upd_img[data-v-50137684] {
  width: 0.4rem;
  height: 0.4rem;
}
.workNumber span[data-v-50137684] {
  flex-grow: 1;
  text-align: center;
  font-size: 0.36rem;
  padding: 0.56rem 0 0.3rem 0;
}
.workNumber-data div[data-v-50137684] {
  flex-grow: 1;
  text-align: center;
}
.workNumber-data-tel span[data-v-50137684]:nth-child(1),
.workNumber-data-order span[data-v-50137684]:nth-child(1) {
  font-size: 0.6rem;
}
.workNumber-data-tel[data-v-50137684],
.workNumber-data-order[data-v-50137684] {
  padding: 0 0 0.56rem 0rem;
}
.headerNav p[data-v-50137684]:nth-child(2) {
  font-size: 0.36rem;
}
.content-telphone[data-v-50137684] {
  font-size: 0.2rem;
  padding: 0.2rem 0.1rem 0 0.1rem;
}
.content-telphonetext[data-v-50137684],
.telphone-border[data-v-50137684] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
}
.telephoneList[data-v-50137684] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  /*height: 4.1rem;*/
}
.telephoneList-title[data-v-50137684] {
  font-size: 0.36rem;
  text-align: center;
  padding: 0.4rem 0;
}
.marginTopL[data-v-50137684] {
  margin-top: 40px;
}

.noWorkLiTwo[data-v-04d17bfe] {
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.3rem;
  color: #44d3e4;
}
.noWorkLi[data-v-04d17bfe] {
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: left;
  color: #44d3e4;
  font-size: 0.3rem;
}
.marquee_box[data-v-04d17bfe] {
  overflow: hidden;
}
.marquee_title[data-v-04d17bfe] {
  padding: 0 20px;
  height: 30px;
  /*关键样式*/
  font-size: 14px;
  border-right: 1px solid #d8d8d8;
  align-items: center;
}
.marquee_list[data-v-04d17bfe] {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.marquee_list ul[data-v-04d17bfe] {
  height: 30px;
}
.marquee_top[data-v-04d17bfe] {
  transition: top 0.5s;
}
/*关键样式*/
.active[data-v-04d17bfe] {
  background: rgba(255, 255, 255, 0.0470588);
}
.marquee_list li[data-v-04d17bfe] {
  height: 30px;
  /*关键样式*/
  float: left;
  line-height: 30px;
  /*关键样式*/
  font-size: 13px;
}
.marquee_list li span[data-v-04d17bfe] {
  display: inline-block;
}
.marquee_box[data-v-04d17bfe] {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  /*关键样式*/
  overflow: hidden;
}
.current-border-p[data-v-04d17bfe] {
  color: #fff;
  font-size: 0.4rem;
  padding: 0.2rem 0;
}
.current-content[data-v-04d17bfe] {
  display: flex;
  font-size: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.0470588);
}
.current-content li[data-v-04d17bfe]:nth-child(1) {
  flex-grow: 2;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-04d17bfe]:nth-child(2) {
  flex-grow: 2;
  width: 40%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-04d17bfe]:nth-child(3) {
  flex-grow: 1;
  width: 10%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-04d17bfe]:nth-child(4) {
  flex-grow: 1;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content[data-v-04d17bfe]:nth-child(odd) {
  background: #183b93;
}
.distribution-border[data-v-04d17bfe],
.current-border[data-v-04d17bfe] {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0470588);
}
.parentList[data-v-04d17bfe] {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.workNumber[data-v-04d17bfe],
.statisticalChart[data-v-04d17bfe] {
  background: rgba(255, 255, 255, 0.0470588);
  color: #fff;
  border-radius: 4px;
}
.statisticalChartText[data-v-04d17bfe],
.telphone-border-tile[data-v-04d17bfe] {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0;
}
#daily[data-v-04d17bfe] {
  width: 100%;
  background: url(../../static/img/rd_bg.44b2ad1.jpg) 0% 0% / 100% no-repeat;
  background-color: #00266d;
  min-height: 14rem;
}









































































































































































.colorGreen[data-v-cad2f56a] {
  color: green;
}
.bulidHei[data-v-cad2f56a] {
  color: #333;
}
.colorYellow[data-v-cad2f56a] {
  color: #ffa500;
}
.colorRed[data-v-cad2f56a] {
  color: red;
}
.menubgHeight[data-v-cad2f56a] {
  height: 40px;
}
.ContainerClass[data-v-cad2f56a] {
  margin-top: 2.7rem;
}
.vxContainerClass[data-v-cad2f56a] {
  margin-top: 1.88rem;
  overflow: hidden;
  overflow-y: auto;
}
.menubg[data-v-cad2f56a] {
  position: fixed;
  color: #1ab394;
  top: 1.9rem;
  z-index: 5;
  width: 1.2rem;
  z-index: 9999999999;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#modelShow[data-v-cad2f56a] {
  position: fixed;
  left: 0;
  top: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#modelShowTwo[data-v-cad2f56a] {
  position: fixed;
  left: 0;
  top: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.active[data-v-cad2f56a] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.navTab[data-v-cad2f56a] {
  /*position: fixed;*/
  /*top: 87px;*/
  /*top:.87rem;
		width: 100%;
		z-index: 3;
		height: .46rem;*/
  background: #fff;
}
.mint-header[data-v-cad2f56a] {
  background: #1ab394;
}
.navTab[data-v-cad2f56a] {
  display: flex;
}
.navTabChild[data-v-cad2f56a] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-cad2f56a] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.marginTopL[data-v-cad2f56a] {
  margin-top: 40px;
}

.colorGreen[data-v-3085e4c6] {
  color: green;
}
.bulidHei[data-v-3085e4c6] {
  color: #333;
}
.colorYellow[data-v-3085e4c6] {
  color: #ffa500;
}
.colorRed[data-v-3085e4c6] {
  color: red;
}
#modelShow[data-v-3085e4c6] {
  position: fixed;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
}
#menubgOne[data-v-3085e4c6] {
  position: fixed;
  color: #1ab394;
  height: 40px;
  top: 1.9rem;
  z-index: 5;
  width: 1.2rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.active[data-v-3085e4c6] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.navTab[data-v-3085e4c6] {
  /*position: fixed;
		top: 87px;
		width: 100%;
		z-index: 3;
		height: .46rem;*/
  background: #fff;
}
*[data-v-3085e4c6] {
  /*font-size: .2rem;*/
}
.mint-header[data-v-3085e4c6] {
  background: #1ab394;
}
.navTab[data-v-3085e4c6] {
  display: flex;
}
.navTabChildOne[data-v-3085e4c6] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-3085e4c6] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

.colorGreen[data-v-41b43866] {
  color: green;
}
.colorYellow[data-v-41b43866] {
  color: #ffa500;
}
.colorRed[data-v-41b43866] {
  color: red;
}
.footer div[data-v-41b43866] {
  width: 100%;
}
.imgClass img[data-v-41b43866] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.btnLeft[data-v-41b43866] {
  margin-left: 0 !important;
}
.footer div[data-v-41b43866] {
  width: 100%;
}
.footer .mint-button--normal[data-v-41b43866] {
  flex: 1;
  width: 94%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-41b43866]:last-child {
  margin: 0 !important;
}
.audioList[data-v-41b43866] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-41b43866] {
  width: 1rem;
}
.audioList span[data-v-41b43866] {
  display: inline-block;
  flex: 1;
}
.mint-cell[data-v-41b43866] {
  display: block !important;
}
.iconColor[data-v-41b43866] {
  color: rgb(157, 157, 157);
}
[data-v-41b43866]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(157, 157, 157);
}
.taskNav[data-v-41b43866] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 0.32rem;
  padding: 0 0.2rem 0 0;
}
.taskNavBorder[data-v-41b43866] {
  border-bottom: 1px solid #eee;
}
.gerner0[data-v-41b43866] {
  display: none;
}
.taskNavTitle[data-v-41b43866] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-41b43866] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-41b43866] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.taskIcon[data-v-41b43866] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskIconDown[data-v-41b43866] {
  vertical-align: middle;
  padding-left: 0.2rem;
}
.imgFileOne[data-v-41b43866] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-41b43866] {
  position: relative;
  height: 1rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-41b43866] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFileAudio[data-v-41b43866] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.personFile[data-v-41b43866] {
  width: 100%;
  background: #fff;
  min-height: 1rem;
  padding: 0.2rem;
}
.imgFile[data-v-41b43866] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-41b43866]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-41b43866],
.personFile span[data-v-41b43866] {
  width: 1rem;
  height: 1rem;
  /*background: #eee;*/
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-41b43866],
.personFile img[data-v-41b43866] {
  width: 0.8rem;
  height: 0.8rem;
}
.personFile img[data-v-41b43866] {
  border-radius: 50%;
}
  .md-toast{
    z-index: 99999999 !important;
  }
.mint-cell {
	    display: block!important;
	    padding-left: 10px;
	    width: 100%;
	}
.mint-actionsheet{
    z-index: 9999999999 !important;
  }
.mint-switch-core {
	    width: 46px!important;
	    height: 26px!important;
	}
.mint-indicator-wrapper {
	    z-index: 999999999999999999999999999 !important;
	}
.mint-datetime {
	    z-index: 999999 !important;
	}
.mint-switch-core::before {
	    width: 45px!important;
	    height: 24px!important;
	}
.mint-datetime-action{
    color: #1ab394 !important;
  }
.mint-switch-core::after {
	    width: 23px!important;
	    height: 23px!important;
	}
.picker-center-highlight:before,
	.picker-center-highlight:after {
	    background-color: #a9a9a9!important;
	}
.picker-items {
	    width: 100%;
	}
.picker-slot {
	    font-size: 14px!important;
	}
.picker-item {
	    padding: 0!important;
	}
.mint-radiolist {
	    width: 100%;
	}
.mint-radiolist-label {
	    padding: 0 10px 0 0 !important;
	}
.mint-cell {
	    min-height: 40px!important;
	    margin-top: 0!important;
	    border-bottom: 1px solid #eee;
	}
.mint-radio-label {
	    display: inline-block;
	    margin-top: 4px;
	    margin-left: 0!important;
	    /*margin-left: -5px!important;*/
	}
.mint-cell:last-child {
	    border-bottom: none!important;
	}
.picker-slot-wrapper {
	    text-align: center;
	}
.mint-cell-wrapper {
	    font-size: 15px!important;
	}
.mint-msgbox-wrapper {
	    z-index: 999999!important;
	}
.v-modal {
	    z-index: 99999!important;
	}
#newTackbuild_xz .mint-popup-bottom {
	    z-index: 999999!important;
	}
.picker-slot-wrapper {
	    text-align: center;
	}
.mint-cell-wrapper {
	    font-size: 15px!important;
	}
.mint-msgbox-wrapper {
	    z-index: 999999!important;
	}
.v-modal {
	    z-index: 99999!important;
	}
#newTackbuild_xz .mint-popup-bottom {
	    z-index: 999999!important;
	}
.mint_popup .mint-popup-bottom {
	    z-index: 999999 !important;
	}
/*.mint-indexlist-nav{*/
/*position: fixed !important;*/
/*}*/
.mint-msgbox-confirm{
    /*background: #1ab394 !important;*/
    color: #1ab394 !important;
  }
/*.mint-msgbox-cancel{*/
/*  color: #73738E;*/
/*}*/
/*.mint-msgbox-message{*/
/*  color: #666 !important;*/
/*} */
.md-radio-item.selected .md-radio-content,.md-radio-item.selected .md-icon{
  color: rgb(26, 179, 148);
  fill:rgb(26, 179, 148) !important;
}
.md-popup-title-bar .title-bar-right.md-popup-confirm{
  color: rgb(26, 179, 148) !important;
}

.colorBuld[data-v-30b58e9a] {
  color: #333 !important;
}
.colorGreen[data-v-30b58e9a] {
  color: green !important;
}
.colorYellow[data-v-30b58e9a] {
  color: #ffa500 !important;
}
.colorRed[data-v-30b58e9a] {
  color: red !important;
}
.typess[data-v-30b58e9a] {
  font-weight: bold;
  color: #25a4bb;
}
.paddBott[data-v-30b58e9a] {
  padding-bottom: 10px;
}
.imgFileOne[data-v-30b58e9a] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-30b58e9a] {
  position: relative;
  height: 1.2rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-30b58e9a] {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
}
.noListDisplay[data-v-30b58e9a] {
  display: none;
}
.noListBorder[data-v-30b58e9a] {
  border-bottom: 0 !important;
}
.imgFile[data-v-30b58e9a] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-30b58e9a]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
ul[data-v-30b58e9a] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-30b58e9a] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-30b58e9a] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-30b58e9a] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-30b58e9a] {
  width: 0.5rem;
}
ul li .title .mark[data-v-30b58e9a] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-30b58e9a] {
  background: #95ce41 !important;
}
ul li .content[data-v-30b58e9a] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
[data-v-30b58e9a] .content p img {
  width: 100%;
}
.title h3[data-v-30b58e9a] {
  font-weight: bold;
}
.title p[data-v-30b58e9a],
.title h3[data-v-30b58e9a] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-30b58e9a] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -7px;
  /*让线往上靠标题的一半的一半*/
  bottom: -20px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-30b58e9a] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-30b58e9a] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.imgFile img[data-v-30b58e9a],
.personFile img[data-v-30b58e9a] {
  width: 0.8rem;
  height: 0.8rem;
}
.iconColor[data-v-30b58e9a] {
  color: #9d9d9d;
}
.btnLeft[data-v-30b58e9a] {
  margin-left: 0 !important;
}
.footer div[data-v-30b58e9a] {
  width: 100%;
}
.footer .mint-button--normal[data-v-30b58e9a] {
  flex: 1;
  width: 23%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-30b58e9a]:last-child {
  margin: 0 !important;
}
.detailsNav[data-v-30b58e9a] {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
[data-v-30b58e9a] .detailsNav p img {
  width: 100%;
}
[data-v-30b58e9a] .htmlP p {
  line-height: 0.4rem;
}
.taskNavBorder[data-v-30b58e9a] {
  border-bottom: 1px solid #eee;
}
.footer[data-v-30b58e9a] {
  border-top: 1px solid #eee;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-30b58e9a] {
  width: 100%;
}
.taskIcon[data-v-30b58e9a] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskNav[data-v-30b58e9a] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 15px;
  padding: 0 10px;
}
.taskNavTitle[data-v-30b58e9a] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-30b58e9a] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-30b58e9a] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-bottom: 1px solid #eee;
}

#changeShiftsHis {
  background: #f6f6f6;
  height: 100%;
}
#changeShiftsHis .cont {
  padding-top: 40px;
  overflow: scroll;
}
#changeShiftsHis .cont ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#changeShiftsHis .cont ul li {
  position: relative;
  margin-top: 10px;
}
#changeShiftsHis .cont ul li .wrap {
  position: relative;
  width: 100%;
}
#changeShiftsHis .cont ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#changeShiftsHis .cont .audioImg img {
  width: 0.5rem;
}
#changeShiftsHis .cont ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#changeShiftsHis .cont .active {
  background: #95ce41 !important;
}
#changeShiftsHis .cont ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#changeShiftsHis .cont .title h3 {
  font-weight: bold;
}
#changeShiftsHis .cont .title p,
#changeShiftsHis .cont .title h3 {
  padding: 0 0 0 0.2rem;
}
#changeShiftsHis .cont ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#changeShiftsHis .cont ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}

#returnVisitHis {
  background: #f6f6f6;
  height: 100%;
}
#returnVisitHis .cont {
  padding-top: 40px;
  overflow: scroll;
}
#returnVisitHis .cont ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#returnVisitHis .cont ul li {
  position: relative;
  margin-top: 10px;
}
#returnVisitHis .cont ul li .wrap {
  position: relative;
  width: 100%;
}
#returnVisitHis .cont ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#returnVisitHis .cont .audioImg img {
  width: 0.5rem;
}
#returnVisitHis .cont ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#returnVisitHis .cont .active {
  background: #95ce41 !important;
}
#returnVisitHis .cont ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#returnVisitHis .cont .title h3 {
  font-weight: bold;
}
#returnVisitHis .cont .title p,
#returnVisitHis .cont .title h3 {
  padding: 0 0 0 0.2rem;
}
#returnVisitHis .cont ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#returnVisitHis .cont ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}

.footer[data-v-e9aff946] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-e9aff946] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-e9aff946] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-e9aff946] {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: -2px;
  margin-right: 5px;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-e9aff946]:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  /*top:50%;*/
  left: 50%;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-e9aff946] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-e9aff946] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-e9aff946]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-e9aff946] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.footer[data-v-06163dee] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-06163dee] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-06163dee] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-06163dee] {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: -2px;
  margin-right: 5px;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-06163dee]:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  /*top:50%;*/
  left: 50%;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-06163dee] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-06163dee] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-06163dee]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-06163dee] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.colorBuld[data-v-3ac63c34] {
  color: #333 !important;
}
.colorGreen[data-v-3ac63c34] {
  color: green !important;
}
.colorYellow[data-v-3ac63c34] {
  color: #ffa500 !important;
}
.colorRed[data-v-3ac63c34] {
  color: red !important;
}
.typess[data-v-3ac63c34] {
  font-weight: bold;
  color: #25a4bb;
}
.paddBott[data-v-3ac63c34] {
  padding-bottom: 10px;
}
.imgFileOne[data-v-3ac63c34] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-3ac63c34] {
  position: relative;
  height: 1.2rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-3ac63c34] {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
}
.noListDisplay[data-v-3ac63c34] {
  display: none;
}
.noListBorder[data-v-3ac63c34] {
  border-bottom: 0 !important;
}
.imgFile[data-v-3ac63c34] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-3ac63c34]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
ul[data-v-3ac63c34] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-3ac63c34] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-3ac63c34] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-3ac63c34] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-3ac63c34] {
  width: 0.5rem;
}
ul li .title .mark[data-v-3ac63c34] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-3ac63c34] {
  background: #95ce41 !important;
}
ul li .content[data-v-3ac63c34] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-3ac63c34] {
  font-weight: bold;
}
.title p[data-v-3ac63c34],
.title h3[data-v-3ac63c34] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-3ac63c34] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -7px;
  /*让线往上靠标题的一半的一半*/
  bottom: -20px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-3ac63c34] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-3ac63c34] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.imgFile img[data-v-3ac63c34],
.personFile img[data-v-3ac63c34] {
  width: 0.8rem;
  height: 0.8rem;
}
.iconColor[data-v-3ac63c34] {
  color: rgb(157, 157, 157);
}
.btnLeft[data-v-3ac63c34] {
  margin-left: 0 !important;
}
.footer div[data-v-3ac63c34] {
  width: 100%;
}
.footer .mint-button--normal[data-v-3ac63c34] {
  flex: 1;
  width: 23%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-3ac63c34]:last-child {
  margin: 0 !important;
}
.detailsNav[data-v-3ac63c34] {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
.taskNavBorder[data-v-3ac63c34] {
  border-bottom: 1px solid #eee;
}
.footer[data-v-3ac63c34] {
  border-top: 1px solid #eee;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-3ac63c34] {
  width: 100%;
}
.taskIcon[data-v-3ac63c34] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskNav[data-v-3ac63c34] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 15px;
  padding: 0 10px;
}
.taskNavTitle[data-v-3ac63c34] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-3ac63c34] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-3ac63c34] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-bottom: 1px solid #eee;
}

.colorGreen[data-v-dd6c329e] {
  color: green;
}
.colorYellow[data-v-dd6c329e] {
  color: #ffa500;
}
.colorRed[data-v-dd6c329e] {
  color: red;
}
.footer div[data-v-dd6c329e] {
  width: 100%;
}
.imgClass img[data-v-dd6c329e] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.btnLeft[data-v-dd6c329e] {
  margin-left: 0 !important;
}
.footer div[data-v-dd6c329e] {
  width: 100%;
}
.footer .mint-button--normal[data-v-dd6c329e] {
  flex: 1;
  width: 94%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-dd6c329e]:last-child {
  margin: 0 !important;
}
.audioList[data-v-dd6c329e] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-dd6c329e] {
  width: 1rem;
}
.audioList span[data-v-dd6c329e] {
  display: inline-block;
  flex: 1;
}
.mint-cell[data-v-dd6c329e] {
  display: block !important;
}
.iconColor[data-v-dd6c329e] {
  color: rgb(157, 157, 157);
}
[data-v-dd6c329e]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(157, 157, 157);
}
.taskNav[data-v-dd6c329e] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 0.32rem;
  padding: 0 0.2rem 0 0;
}
.taskNavBorder[data-v-dd6c329e] {
  border-bottom: 1px solid #eee;
}
.gerner0[data-v-dd6c329e] {
  display: none;
}
.taskNavTitle[data-v-dd6c329e] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-dd6c329e] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-dd6c329e] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.taskIcon[data-v-dd6c329e] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskIconDown[data-v-dd6c329e] {
  vertical-align: middle;
  padding-left: 0.2rem;
}
.imgFileOne[data-v-dd6c329e] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-dd6c329e] {
  position: relative;
  height: 1rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-dd6c329e] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFileAudio[data-v-dd6c329e] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.personFile[data-v-dd6c329e] {
  width: 100%;
  background: #fff;
  min-height: 1rem;
  padding: 0.2rem;
}
.imgFile[data-v-dd6c329e] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-dd6c329e]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-dd6c329e],
.personFile span[data-v-dd6c329e] {
  width: 1rem;
  height: 1rem;
  /*background: #eee;*/
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-dd6c329e],
.personFile img[data-v-dd6c329e] {
  width: 0.8rem;
  height: 0.8rem;
}
.personFile img[data-v-dd6c329e] {
  border-radius: 50%;
}

.footer[data-v-1f050893] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-1f050893] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-1f050893] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-1f050893] {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: -2px;
  margin-right: 5px;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-1f050893]:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  /*top:50%;*/
  left: 50%;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-1f050893] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-1f050893] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-1f050893]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-1f050893] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}






































.imgFileOne[data-v-40c02154] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-40c02154] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-40c02154] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFileAudio[data-v-40c02154] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-40c02154]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-40c02154] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-40c02154] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-40c02154] {
  padding: 20px 0;
}
.imgClass img[data-v-40c02154] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.footer[data-v-40c02154] {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 8;
  display: flex;
  background: #fff;
  padding: 0.1rem;
  text-align: center;
}
.footer button[data-v-40c02154] {
  width: 92%;
  margin-left: 2.5%;
}
.inptText[data-v-40c02154] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.imgBadio[data-v-40c02154] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}

/*.returnListSub {
		flex: 1;
		padding: 0!important;
	}*/
.audioList[data-v-40c02154] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-40c02154] {
  width: 1rem;
}
.audioList span[data-v-40c02154] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-40c02154] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

.imgFileOne[data-v-715b4b1a] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-715b4b1a] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-715b4b1a] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.footer[data-v-715b4b1a] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.imgFileAudio[data-v-715b4b1a] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-715b4b1a]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-715b4b1a] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 9rem;
}
.imgFile img[data-v-715b4b1a] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-715b4b1a] {
  padding: 20px 0;
}
.imgClass img[data-v-715b4b1a] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.inptText[data-v-715b4b1a] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.imgBadio[data-v-715b4b1a] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.returnListSub[data-v-715b4b1a] {
  flex: 1;
  padding: 0 !important;
}
.audioList[data-v-715b4b1a] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-715b4b1a] {
  width: 1rem;
}
.audioList span[data-v-715b4b1a] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-715b4b1a] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

.imgFileOne[data-v-630a053c] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-630a053c] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-630a053c] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.footer[data-v-630a053c] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.imgFileAudio[data-v-630a053c] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-630a053c]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-630a053c] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-630a053c] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-630a053c] {
  padding: 20px 0;
}
.imgClass img[data-v-630a053c] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.inptText[data-v-630a053c] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.imgBadio[data-v-630a053c] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.returnListSub[data-v-630a053c] {
  flex: 1;
  padding: 0 !important;
}
.audioList[data-v-630a053c] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-630a053c] {
  width: 1rem;
}
.audioList span[data-v-630a053c] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-630a053c] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

.enclosureList[data-v-ca8e3228] {
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.missionPeron[data-v-7f037bd4]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-7f037bd4] {
  font-weight: bold;
}
.missionPeron[data-v-7f037bd4] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#modelShow[data-v-7f037bd4] {
  position: fixed;
  left: 0;
  top: 1.82rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.missionPeronContain[data-v-7f037bd4] {
  /*border-top: 6px solid transparent;*/
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.footerZhongjian[data-v-7f037bd4] {
  height: auto !important;
}
.navMissionPeronContain[data-v-7f037bd4] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-7f037bd4] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-7f037bd4]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-7f037bd4] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-7f037bd4]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-7f037bd4]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-7f037bd4]:nth-child(1) {
  min-height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-7f037bd4] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.taskNav[data-v-c6c3ec6e] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 0.32rem;
  padding: 0 0.2rem 0 0;
}
.taskNavBorder[data-v-c6c3ec6e] {
  border-bottom: 1px solid #eee;
}
.taskNavTitle[data-v-c6c3ec6e] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-c6c3ec6e] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-c6c3ec6e] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.imgFileOne[data-v-c6c3ec6e] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-c6c3ec6e] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-c6c3ec6e] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFileAudio[data-v-c6c3ec6e] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.imgFile div[data-v-c6c3ec6e]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-c6c3ec6e] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-c6c3ec6e] {
  width: 0.8rem;
  height: 0.8rem;
}
.paddingTopList[data-v-c6c3ec6e] {
  padding: 20px 0;
}
.imgClass img[data-v-c6c3ec6e] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.inptText[data-v-c6c3ec6e] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.imgBadio[data-v-c6c3ec6e] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.returnListSub[data-v-c6c3ec6e] {
  flex: 1;
  padding: 0 !important;
}
.audioList[data-v-c6c3ec6e] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-c6c3ec6e] {
  width: 1rem;
}
.audioList span[data-v-c6c3ec6e] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-c6c3ec6e] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}
.footer[data-v-c6c3ec6e] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-c6c3ec6e] {
  width: 100%;
}
.btnLeftWidth[data-v-c6c3ec6e] {
  width: 100% !important;
}
.footer .mint-button--normal[data-v-c6c3ec6e] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
.historicalInsption[data-v-c6c3ec6e] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.historicalInsptionParent[data-v-c6c3ec6e] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-c6c3ec6e]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-c6c3ec6e]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}

.detailsNav[data-v-33e6de17] {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}

.g-btns[data-v-1e898d84] {
  text-align: center;
  margin-top: 2rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  position: absolute;
  top: 42%;
  left: -26%;
}
.g-btns > button[data-v-1e898d84] {
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-1e898d84] {
  background: #ddd;
  color: #666;
}
.u-submit[data-v-1e898d84] {
  background: #fc4949;
  color: #fff;
}
#canvasBox[data-v-1e898d84] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-1e898d84] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-1e898d84] {
  cursor: pointer;
}
.greet button[data-v-1e898d84]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-1e898d84]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  width: 2.4rem;
}
canvas[data-v-1e898d84] {
  flex: 1;
  cursor: crosshair;
}

.mint-popup[data-v-66408d26] {
  z-index: 999999 !important;
}
.fontColor[data-v-66408d26] {
  font-size: 0.34rem;
  padding: 0.2rem 0;
  color: #555555;
  font-weight: bold;
}
.noWorkLiParentTwo[data-v-66408d26] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  background: #f6f9ff;
  padding: 0 0.2rem;
}
.noWorkLiParent[data-v-66408d26] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  background: #f6f9ff;
  border-bottom: 1px solid #fff;
}
.noWorkLiParent span[data-v-66408d26]:nth-child(1) {
  flex: 1;
  overflow: hidden;
}
.noWorkLiParent span[data-v-66408d26]:nth-child(2) {
  flex: 1;
  text-align: right;
  overflow: hidden;
}
.tableTitleImg[data-v-66408d26] {
  width: 0.24rem;
}
.DepartmentalSatisfactionListOne[data-v-66408d26] {
  margin-bottom: 7px;
  display: flex;
  font-size: 0.28rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f6f9ff;
  padding: 0 0.2rem;
}
.DepartmentalSatisfactionListOne span[data-v-66408d26]:nth-child(1) {
  overflow: hidden;
}
.DepartmentalSatisfactionList[data-v-66408d26] {
  display: flex;
  font-size: 0.28rem;
  height: 0.8rem;
  overflow: hidden;
  color: #8a8a8a;
  line-height: 0.8rem;
  padding: 0 0.2rem;
}
.DepartmentalSatisfactionList span[data-v-66408d26]:nth-child(1) {
  flex: 3;
}
.DepartmentalSatisfactionList span[data-v-66408d26]:nth-child(2) {
  flex: 3;
}
.DepartmentalSatisfactionList span[data-v-66408d26]:nth-child(3) {
  flex: 2;
}
.DepartmentalSatisfactionList span[data-v-66408d26]:nth-child(4) {
  flex: 2;
}
.DepartmentalSatisfactionMarginBottom[data-v-66408d26] {
  margin-bottom: 8px;
}
.DepartmentalSatisfaction[data-v-66408d26] {
  padding: 0 0.2rem;
  display: flex;
  background: #e4e7ed;
  color: #8a8a8a;
  font-size: 0.28rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.DepartmentalSatisfaction span[data-v-66408d26]:nth-child(1) {
  flex: 1;
}
.DepartmentalSatisfaction span[data-v-66408d26]:nth-child(2) {
  flex: 2;
  text-align: center;
}
.DepartmentalSatisfaction span[data-v-66408d26]:nth-child(3) {
  flex: 1;
}
.SatisfactionTitleFour[data-v-66408d26] {
  display: flex;
  font-size: 0.24rem;
  padding: 0 0.2rem 0.32rem 0.2rem;
  color: #8a8a8a;
}
.SatisfactionTitleFour img[data-v-66408d26] {
  width: 0.36rem;
  padding-right: 0.1rem;
}
.SatisfactionTitleFour div[data-v-66408d26] {
  flex: 1;
  text-align: center;
}
.SatisfactionTitleThree[data-v-66408d26] {
  display: flex;
  padding-bottom: 0.26rem;
  font-size: 0.42rem;
  padding: 0.2rem;
}
.SatisfactionTitleThree div[data-v-66408d26]:nth-child(1) {
  flex: 1;
  text-align: center;
  color: #f7870d;
}
.SatisfactionTitleThree div[data-v-66408d26]:nth-child(2) {
  flex: 1;
  text-align: center;
  color: #f7a245;
}
.SatisfactionTitleThree div[data-v-66408d26]:nth-child(3) {
  flex: 1;
  text-align: center;
  color: #f6ba79;
}
.SatisfactionTitleThree div[data-v-66408d26]:nth-child(4) {
  flex: 1;
  text-align: center;
  color: #ed5565;
}
.SatisfactionTitleTwo[data-v-66408d26] {
  display: flex;
  justify-content: center;
  padding: 0.2rem;
}
.SatisfactionTitleTwo span[data-v-66408d26]:nth-child(1) {
  font-size: 0.8rem;
  color: #1ab394;
}
.SatisfactionTitleTwo span[data-v-66408d26]:nth-child(2) {
  margin-top: 0.4rem;
}
.SatisfactionTitleTwo span[data-v-66408d26]:nth-child(3) {
  margin-top: 0.4rem;
  font-size: 0.3rem;
}
.SatisfactionTitle[data-v-66408d26] {
  padding: 0.2rem;
  display: flex;
  font-size: 0.24rem;
  color: #999999;
}
.SatisfactionTitle span[data-v-66408d26]:nth-child(1) {
  flex: 1;
  text-align: left;
}
.SatisfactionTitle span[data-v-66408d26]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.riliSelect[data-v-66408d26] {
  display: flex;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #e4e7ed;

  padding: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
}
.riliSelect div[data-v-66408d26] {
  flex: 1;
  border-radius: 0.06rem;
  background: #fff;
}
.riliSelect div[data-v-66408d26]:nth-child(2) {
  margin-left: 10px;
}
.navTab[data-v-66408d26] {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
.navTab[data-v-66408d26] {
  display: flex;
}
.textGreen[data-v-66408d26] {
  color: #ed5565;
  font-size: 12px;
}
.textYellow[data-v-66408d26] {
  color: #1ab394;
  font-size: 12px;
}
.navTabChild[data-v-66408d26] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.32rem;
  text-align: center;
}
.navTabRight[data-v-66408d26] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-66408d26] {
  position: fixed;
  color: #1ab394;
  height: 40px;
  top: 0.9rem;
  z-index: 5;
  width: 1.4rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.active[data-v-66408d26] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.LineSelection[data-v-66408d26] {
  background: #e4e7ed !important;
}
.circle[data-v-66408d26] {
  border-radius: 50%;
  overflow: hidden;
  width: 25px !important;
  height: 25px !important;
  margin-top: 7px;
  background: #f6ba79;
}
.circle p[data-v-66408d26] {
  width: 25px !important;
  height: 25px !important;
  background: #4dedc9;
}

#prject_list_xz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
#prject_list_xz .infoname {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
#prject_list_xz .duty {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
#prject_list_xz .leavetype {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
#prject_list_xz .type {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
#prject_list_xz .shenpiing {
  color: #FFC442;
}
#prject_list_xz .shenpiok {
  color: #1ab394;
}
#prject_list_xz .shenpino {
  color: #D93636;
}
#prject_list_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
}
#prject_list_xz .navtab {
  margin-top: 40px;
  width: 100%;
}
#prject_list_xz .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .ink-bar {
  background: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#prject_list_xz /deep/ .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .ink-bar {
  background: #1AB394;
  height: 2px;
}
#prject_list_xz .md-tab-bar .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .cont {
  width: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#prject_list_xz .cont .cont-name-xz {
  margin-top: 0.26rem;
  background: #F4F4F4;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz {
  background: #fff;
  display: flex;
  padding: 0.27rem 0.21rem 0.22rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  padding-right: 0.1rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-tiel .name {
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz {
  flex: 1;
  text-align: right;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daiban {
  font-size: 0.32rem;
  color: #999999;
  padding-right: 0.16rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daibanNum {
  color: #2FD0C5;
  font-size: 0.38rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz {
  background: #fff;
  display: flex;
  padding: 0rem 0.21rem 0.16rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu {
  font-size: 0.32rem;
  width: 0.76rem;
  color: #666666;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name {
  flex: 1;
  color: #999999;
  display: flex;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum {
  color: #060606;
  display: flex;
  font-size: 0.36rem;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum .red {
  color: #ED5565;
}
#prject_list_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#prject_list_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}
.header {
  height: 40px;
}
.header .headerTwo {
  left: 0;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1AB394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#telephoneList {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*padding-bottom: 0.2rem;*/
}
#telephoneList .cont {
  margin-top: 0.54rem;
  width: 100%;
  overflow: hidden;
  /*padding: 0 .2rem;*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#telephoneList .cont .telDetial {
  border-bottom: 0.2rem solid #f4f4f4;
  /*margin-bottom: .2rem;*/
  padding: 0.3rem;
  background-color: #ffffff;
}
#telephoneList .cont .telDetial .info {
  overflow: hidden;
}
#telephoneList .cont .telDetial .info .fromWhere {
  float: left;
  line-height: 0.49rem;
  font-size: 0.34rem;
  font-weight: bold;
}
#telephoneList .cont .telDetial .telImg {
  float: right;
  width: 0.32rem;
  margin-right: 0.46rem;
}
#telephoneList .cont .telDetial .telNum {
  margin-top: 0.15rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  padding-bottom: 0.23rem;
  /*border-bottom: .01rem solid #BCBCBC;*/
}
#telephoneList .cont .telDetial .btns {
  overflow: hidden;
  /*display: flex;*/
  /*justify-content: flex-end;*/
  /*padding-bottom: .3rem;*/
}
#telephoneList .cont .telDetial .btns .dealWith {
  width: 62.66%;
  margin: 0 1%;
  text-align: left;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #333333;
  display: inline-block;
}
#telephoneList .cont .telDetial .btns .mint-button {
  float: right;
  width: 31.33%;
  margin: 0 1%;
  color: #1ab394;
  border: 0.02rem solid #1ab394;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 0.31rem;
  height: 0.74rem;
  box-sizing: border-box;
}
#telephoneList .cont .telDetial .btns .specialBtn {
  color: #f8ac59;
  border: 0.02rem solid #f8ac59;
  /*margin: 0 .2rem;*/
}
#telephoneList .cont .default {
  background: #fff;
}
#telephoneList .cont .default .title {
  height: 0.94rem;
  line-height: 0.94rem;
  padding: 0 0.3rem;
  border-bottom: 0.01rem solid #bcbcbc;
}
#telephoneList .cont .default .title span {
  vertical-align: middle;
}
#telephoneList .cont .default .title .line {
  display: inline-block;
  height: 0.32rem;
  width: 0.05rem;
  background-color: #1ab394;
  margin-right: 0.2rem;
}
#telephoneList .cont .default .title .word {
  line-height: 0.94rem;
  font-size: 0.34rem;
  font-weight: bold;
}
#telephoneList .cont .default .list {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0.3rem;
  justify-content: flex-start;
}
#telephoneList .cont .default .list .warp .item {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #1ab394;
  margin: 0 0.2rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.28rem;
}
#telephoneList .cont .default .list .warp .name {
  width: 100%;
  margin: 0.25rem auto;
  text-align: center;
  font-size: 0.32rem;
}
.voice-box .slider-box {
  width: 38% !important;
}
.voice-box .time {
  width: 23% !important;
}
.md-scroll-view {
  background: #f4f4f4;
}
.md-scroll-view {
  background: #f4f4f4;
}

.voice-box {
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
}
.voice-box .play-btn {
  display: inline-block;
  width: 10%;
}
.voice-box .play-btn img {
  width: 0.61rem;
}
.voice-box .time {
  width: 22%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .timep {
  width: 12%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .slider-box {
  width: 45%;
  display: inline-block;
  margin: 0 0.3rem;
}
.voice-box .slider {
  width: 100%;
  position: relative;
  top: -0.05rem;
  height: 0.24rem;
  cursor: default;
  user-select: none;
  outline: none;
}
.voice-box .slider-track {
  position: absolute;
  height: 0.1rem;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.01rem;
  background-color: #999999;
}
.voice-box .slider-fill {
  position: absolute;
  width: 0.2rem;
  height: 0.1rem;
  background-color: #e0e0e0;
  left: 0;
  top: 50%;
  margin-top: -0.01rem;
}
.voice-box .slider-thumb {
  position: absolute;
  top: 70%;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.17);
}

.header {
  height: 40px;
}
.header .headerTwo {
  left: 0;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1AB394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#telephoneTurn {
  color: #333333;
  height: 100%;
  background-color: #f4f4f4;
}
#telephoneTurn .all .tips {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  text-align: left;
  padding: 0 0.3rem;
  color: #666666;
}
#telephoneTurn .all .telDetial {
  padding: 0.3rem;
  background-color: #ffffff;
}
#telephoneTurn .all .telDetial .info {
  overflow: hidden;
  height: 0.59rem;
  line-height: 0.59rem;
}
#telephoneTurn .all .telDetial .info .fromWhere {
  float: left;
  font-size: 0.34rem;
  color: #999;
}
#telephoneTurn .all .telDetial .info1 {
  margin-bottom: 10px;
}
#telephoneTurn .all .telDetial .info1 .content {
  display: flex;
  justify-content: space-between;
}
#telephoneTurn .all .telDetial .info1 .content img {
  width: 20px;
  margin-right: 10px;
}
#telephoneTurn .all .telDetial .info1 .fromWhere {
  float: left;
  font-size: 0.34rem;
  font-weight: bold;
}
#telephoneTurn .all .telDetial .telImg {
  float: left;
  width: 0.32rem;
  margin-right: 0.16rem;
}
#telephoneTurn .all .telDetial .setDep {
  float: right;
  font-size: 0.32rem;
  color: #1ab394;
  line-height: 0.34rem;
  border-bottom: 0.01rem solid #1ab394;
  margin-top: 0.05rem;
}
#telephoneTurn .all .telDetial .telNum {
  margin-top: 0.07rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  padding-bottom: 0.23rem;
}
#telephoneTurn .all .telDetial .btns {
  display: flex;
  margin-top: 0.2rem;
  justify-content: space-around;
}
#telephoneTurn .all .telDetial .btns .mint-button {
  width: 33.33%;
  color: #1ab394;
  border: 0.02rem solid #1ab394;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 0.26rem;
  height: 0.74rem;
}
#telephoneTurn .all .telDetial .btns .specialBtn {
  color: #f8ac59;
  border: 0.02rem solid #f8ac59;
  margin: 0 0.2rem;
}
#telephoneTurn .all .default {
  margin-bottom: 0.2rem;
  background: #fff;
}
#telephoneTurn .all .default .title {
  height: 0.94rem;
  line-height: 0.94rem;
  padding: 0 0.3rem;
  border-bottom: 0.01rem solid #bcbcbc;
}
#telephoneTurn .all .default .title span {
  vertical-align: middle;
}
#telephoneTurn .all .default .title .line {
  display: inline-block;
  height: 0.32rem;
  width: 0.05rem;
  background-color: #1ab394;
  margin-right: 0.2rem;
}
#telephoneTurn .all .default .title .word {
  line-height: 0.94rem;
  font-size: 0.34rem;
}
#telephoneTurn .all .default .title .toggleImg {
  float: right;
  width: 0.3rem;
  margin-top: 0.38rem;
}
#telephoneTurn .all .default .list {
  padding: 0 0.3rem;
  overflow: hidden;
}
#telephoneTurn .all .default .list .warp {
  width: 25%;
  height: 2.36rem;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
#telephoneTurn .all .default .list .warp .item {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #1ab394;
  margin: 0 0.2rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.28rem;
}
#telephoneTurn .all .default .list .warp .name {
  width: 100%;
  margin: 0.25rem auto;
  text-align: center;
  font-size: 0.32rem;
  overflow: hidden;
  word-break: keep-all;
  line-height: 0.4rem;
}

#noCue {
  height: 100%;
}
#noCue #templateheader_xz .header .headerTwo {
  background-color: #1ab394;
}
#noCue .myCheck {
  height: 100%;
  border-bottom: 0.01rem solid #b5b5b5;
}
#noCue .fbtn {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
}
#noCue .fbtn .mint-button--default {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}
#noCue .mint-radiolist {
  border-bottom: 1px solid #eee;
}
#noCue .mint-radiolist .mint-cell {
  padding: 0 0.3rem !important;
}
#noCue .mint-radio-input:checked + .mint-radio-core {
  background-color: #1ab394;
  border-color: #1ab394;
}
#noCue .mint-radio-input:checked + .mint-radio-core::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAIO0lEQVRoQ8VZe3SUxRX/3fm+zT5IVhISkkASkHcglCAPRUWtEZVoUPBUrKi12oq1IccA1iNYIRy09FQDJEHltBah9khRQLIpkCLlYW1VCA/Do4FGgfBYsiHJJmse+5jb8y1EAln2kaxh/p17f/c3d2bu3HuH0JXBoLjNK+JVt2uIJGUMEYaAKYXAyQCSAQKIT4NRJUGnmOVxIajM7XRX1Ex70Qoi7qx5ClmRmaI/+r1ZpzdlEHGmIJEO4EYCxQSJVcfAtww+CPDm5obvttuPtdiRlyeD1PeKhUbcstKUyM7JIJoNYDwBaijGrpZlwAPGXoYn380tW2oeerkxWLzgiG8u0Pd20l2Kglww3UKEG4I1EIwcAw1g/tIleHmN7cJ2/DyvJZBeYOKlf+iR6DTmAphNQHQgwK7MS2Y7gAKnym/WZuY0+MPyS7z3xoKBikILQTSNAFNXSIWg28LMGz0q/7Y6M+cbAD4v8DWJx5YsH6NK8RYBE4lIhGC4y6Lesw98KVnOOT8l5wtfgD6J99y4tL9BVdcQ47buJt1Gkpklg79y69Snaya/UHE1+Y7E162ITNDLFUR44nqRvkweGvn1Vm56FldFnCuJr8s3xhsj5gnmOURk7PKehwGAgRaWstAqahcia2FTG+QVxOM3FU4Rgv5CgDkMNsMGwUAjQz5jzcr5uAPx2E3vRemU5vXEmBQ2i2EEYuZdrSpPaQuTFz3OTAklbz9C4Peuh7c1EvGGHjApOlQ1NcDFHV9/ZjiY5K+tey98oKUHXuI9Ny7taVTUrUR0cxidFDRUijEKhaMnIU5vwvxDu7HDdsqnLjPva1T5fkdmjs1LvLelYIYCsZoAJWhrYRKMVHRYnHYHHkkailbpwdyD/8QnZ4/7Jg54mOUvrFNy3icsWCASxvZaJSCeChOXoGFULeb2S8O8YRNgUlTsslVh1v5tqHVdO1WRwFprVvbjFLO5IEnvESUEjAraYpgEb4npg5Vj7kMvvRFnmxrxXFkpDtir/aIzo9xJzskUX1x4twBtCHfGF2htKSYzlqVnYHx0IuyuViw68jk+PlOhnQX/xLVMUnqmU2Jx4XwiWhzIUDjndSSwcMTteKpfmhf2/RPlWHD4MwRbSUjGIkooLlgjSDwZTmL+sBQi/DQ5Fa+m3ooeagS+qj2HFw98iqrmoGsIMMsPKdFSuI1A93QX8TRzLP48LhN9jVGobvkOvyzbir111pDMS8YO7agcJqLhgTR/HJeCx1OGw3L2fyg5VwnpO032CxOt06No9L24My4ZzdKNN47+B6tPHAoZi5n/S4mWotpgKpt3b7oPWX0G4VyzA7MPbsdnNVrxHvzQCwW5g8dh5sB0aGFww+ljmH94NxxuV/AglySZuV7zeB0R9QykPbXvELyedgfMagTOtTiQe2A7/nXhTCC17+czEwZgWfo96KHqcNhuw7N7t4R0rtsbkgy75vEjBKQGYhAhBJ7uNxK5Q8bBrNPjkN2GuQd3oLzBFkgVgyOjoe3YMHMvVLc0eXdsp+1USDvW3gizrKAES8GnAiIjoHVo+QBh7tDxmDkgHXpFRXm9Dc/vK8WJJq3G9T2iVB3eGpWBzMQB0EL00mN7kH98TzDmrinD4J2UaClYQwg+HGpHZV7qBDyalAqdENhlO+VNjE42dSzKVRLIHnST92wTEUqt3+Dl8p2odQbsPvhdmJS8VovjrwkSeaG4QEuM8kZMxE+Sh0IhgeIzx/HS1zvg8Fx50SbGJqFo9CTE6k2odNR5z/VxR10opnzKephfp3hLUYZgrA/1ye9riMSitImYFN8fbsnYcKYCi4/+G/WuVq+xFKMZfxx7P0aYY9Hodnrvw9+tlV0mrTWPmPkxii5elmKAUkJEI0NFTTJGYemouzGhV1+4WeKdyv3IP7YHBkXF70beiYf6DIZbSu+TvqTiC2/a2tXB4EOtCk8m8AIRb4ldrRA90RnQ4eZeWDLyLoyJToDD7fRePm38ZujNiFAU7LZV4fmyUjS4nZ2B76AjmT+yZmVP9xYS8SVFjwnGB50tJMZFJ3grGG0HGlyt3nOvxeuTTXZk79+G/fX+U9VgV6Q1ii4XEgDMW/Njejh1pUQ0NliQ9nLa6m+LTcLy9AwkGCK9Uy0etzfa/K3qaKfj9dVcmHlvo1t9wDHtV9UXi+WLVdA0YvGnUC9pG7gG9GjSMOSNuB1GVYcPTx5B3tHP0exxd8YXHXQutSiyryiWNam4dSsiVYNcT0T3dtZSBAk82GcQkk1mrD9dgdMhpKqBbPpuT1zSiisunKwSrb0eLQp/xLXWhMfDT1ZPnfVJ+x2+rLNjlSG+0fGqQjQHgCGQF7pnnp0eprfPk24+smb6bsFpRKLXLbnBYDC9A4jpROjW9nKHywitmuPipgbHM/YZr1zx5PpsM2sNfaGIvxJhHOH6kGdvf43LnG7+We3DOUeuXtS1GvvUe9PSWxWh5oNpbHd7njVPM/Yx8UvWrFm7fP1K+P1KibMsH6xI5Q0SnEUgffecaTiZucTlpldqpmVrLa3QvlLaSGpnXm80vUYsniPCxdflBxrexiZ4VXOjssA+4wW/aWTgXzcAfSwrTVI6HyCiHBDSCeFdAAMOAF9LlkUK6TedbRc9ruWjoIi3KWtdXUOE8jBJygZTOlHXmqSXPqnKJaGw1eXaUD81tz7YzQyJeFt6EDU2KsbEEZME0YMAfqSl3wQK6hdDe7rBXMWEcpIokR71H+cPWmt+2C/xjlkPxWwp7Ku6ZKpQ1EHwYCAE9yemG0HcHyAC8wkQTjD4WxBVElDZIj1H68rqTodKtr35/wPVLUaO+ZT+tgAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100%;
  background-color: #1ab394;
  color: #ffffff;
}
#noCue .mint-msgbox {
  border-radius: 0.22rem;
}
#noCue .mint-msgbox-content {
  height: 1.48rem;
  padding: 0;
}
#noCue .mint-msgbox-message {
  color: #424242;
  line-height: 1.48rem;
  font-size: 0.38rem;
  padding-left: 8%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAIO0lEQVRoQ8VZe3SUxRX/3fm+zT5IVhISkkASkHcglCAPRUWtEZVoUPBUrKi12oq1IccA1iNYIRy09FQDJEHltBah9khRQLIpkCLlYW1VCA/Do4FGgfBYsiHJJmse+5jb8y1EAln2kaxh/p17f/c3d2bu3HuH0JXBoLjNK+JVt2uIJGUMEYaAKYXAyQCSAQKIT4NRJUGnmOVxIajM7XRX1Ex70Qoi7qx5ClmRmaI/+r1ZpzdlEHGmIJEO4EYCxQSJVcfAtww+CPDm5obvttuPtdiRlyeD1PeKhUbcstKUyM7JIJoNYDwBaijGrpZlwAPGXoYn380tW2oeerkxWLzgiG8u0Pd20l2Kglww3UKEG4I1EIwcAw1g/tIleHmN7cJ2/DyvJZBeYOKlf+iR6DTmAphNQHQgwK7MS2Y7gAKnym/WZuY0+MPyS7z3xoKBikILQTSNAFNXSIWg28LMGz0q/7Y6M+cbAD4v8DWJx5YsH6NK8RYBE4lIhGC4y6Lesw98KVnOOT8l5wtfgD6J99y4tL9BVdcQ47buJt1Gkpklg79y69Snaya/UHE1+Y7E162ITNDLFUR44nqRvkweGvn1Vm56FldFnCuJr8s3xhsj5gnmOURk7PKehwGAgRaWstAqahcia2FTG+QVxOM3FU4Rgv5CgDkMNsMGwUAjQz5jzcr5uAPx2E3vRemU5vXEmBQ2i2EEYuZdrSpPaQuTFz3OTAklbz9C4Peuh7c1EvGGHjApOlQ1NcDFHV9/ZjiY5K+tey98oKUHXuI9Ny7taVTUrUR0cxidFDRUijEKhaMnIU5vwvxDu7HDdsqnLjPva1T5fkdmjs1LvLelYIYCsZoAJWhrYRKMVHRYnHYHHkkailbpwdyD/8QnZ4/7Jg54mOUvrFNy3icsWCASxvZaJSCeChOXoGFULeb2S8O8YRNgUlTsslVh1v5tqHVdO1WRwFprVvbjFLO5IEnvESUEjAraYpgEb4npg5Vj7kMvvRFnmxrxXFkpDtir/aIzo9xJzskUX1x4twBtCHfGF2htKSYzlqVnYHx0IuyuViw68jk+PlOhnQX/xLVMUnqmU2Jx4XwiWhzIUDjndSSwcMTteKpfmhf2/RPlWHD4MwRbSUjGIkooLlgjSDwZTmL+sBQi/DQ5Fa+m3ooeagS+qj2HFw98iqrmoGsIMMsPKdFSuI1A93QX8TRzLP48LhN9jVGobvkOvyzbir111pDMS8YO7agcJqLhgTR/HJeCx1OGw3L2fyg5VwnpO032CxOt06No9L24My4ZzdKNN47+B6tPHAoZi5n/S4mWotpgKpt3b7oPWX0G4VyzA7MPbsdnNVrxHvzQCwW5g8dh5sB0aGFww+ljmH94NxxuV/AglySZuV7zeB0R9QykPbXvELyedgfMagTOtTiQe2A7/nXhTCC17+czEwZgWfo96KHqcNhuw7N7t4R0rtsbkgy75vEjBKQGYhAhBJ7uNxK5Q8bBrNPjkN2GuQd3oLzBFkgVgyOjoe3YMHMvVLc0eXdsp+1USDvW3gizrKAES8GnAiIjoHVo+QBh7tDxmDkgHXpFRXm9Dc/vK8WJJq3G9T2iVB3eGpWBzMQB0EL00mN7kH98TzDmrinD4J2UaClYQwg+HGpHZV7qBDyalAqdENhlO+VNjE42dSzKVRLIHnST92wTEUqt3+Dl8p2odQbsPvhdmJS8VovjrwkSeaG4QEuM8kZMxE+Sh0IhgeIzx/HS1zvg8Fx50SbGJqFo9CTE6k2odNR5z/VxR10opnzKephfp3hLUYZgrA/1ye9riMSitImYFN8fbsnYcKYCi4/+G/WuVq+xFKMZfxx7P0aYY9Hodnrvw9+tlV0mrTWPmPkxii5elmKAUkJEI0NFTTJGYemouzGhV1+4WeKdyv3IP7YHBkXF70beiYf6DIZbSu+TvqTiC2/a2tXB4EOtCk8m8AIRb4ldrRA90RnQ4eZeWDLyLoyJToDD7fRePm38ZujNiFAU7LZV4fmyUjS4nZ2B76AjmT+yZmVP9xYS8SVFjwnGB50tJMZFJ3grGG0HGlyt3nOvxeuTTXZk79+G/fX+U9VgV6Q1ii4XEgDMW/Njejh1pUQ0NliQ9nLa6m+LTcLy9AwkGCK9Uy0etzfa/K3qaKfj9dVcmHlvo1t9wDHtV9UXi+WLVdA0YvGnUC9pG7gG9GjSMOSNuB1GVYcPTx5B3tHP0exxd8YXHXQutSiyryiWNam4dSsiVYNcT0T3dtZSBAk82GcQkk1mrD9dgdMhpKqBbPpuT1zSiisunKwSrb0eLQp/xLXWhMfDT1ZPnfVJ+x2+rLNjlSG+0fGqQjQHgCGQF7pnnp0eprfPk24+smb6bsFpRKLXLbnBYDC9A4jpROjW9nKHywitmuPipgbHM/YZr1zx5PpsM2sNfaGIvxJhHOH6kGdvf43LnG7+We3DOUeuXtS1GvvUe9PSWxWh5oNpbHd7njVPM/Yx8UvWrFm7fP1K+P1KibMsH6xI5Q0SnEUgffecaTiZucTlpldqpmVrLa3QvlLaSGpnXm80vUYsniPCxdflBxrexiZ4VXOjssA+4wW/aWTgXzcAfSwrTVI6HyCiHBDSCeFdAAMOAF9LlkUK6TedbRc9ruWjoIi3KWtdXUOE8jBJygZTOlHXmqSXPqnKJaGw1eXaUD81tz7YzQyJeFt6EDU2KsbEEZME0YMAfqSl3wQK6hdDe7rBXMWEcpIokR71H+cPWmt+2C/xjlkPxWwp7Ku6ZKpQ1EHwYCAE9yemG0HcHyAC8wkQTjD4WxBVElDZIj1H68rqTodKtr35/wPVLUaO+ZT+tgAAAABJRU5ErkJggg==) no-repeat 25% center / 8%;
}
#noCue .mint-msgbox-btns {
  height: 1rem;
  line-height: 1rem;
}
#noCue .mint-msgbox-confirm {
  color: #1ab394;
  font-size: 0.38rem;
}
#noCue .mint-toast-text {
  line-height: 20px;
}

#serviceList {
  height: 100%;
  background-color: #f4f4f4;
}
#serviceList #templateheader_xz .header .headerTwo {
  background-color: #1ab394;
}
#serviceList .mint-navbar {
  height: 0.88rem;
  margin-bottom: 0.2rem;
}
#serviceList .mint-navbar .mint-tab-item {
  width: 1.1rem;
  line-height: 0.88rem;
}
#serviceList .mint-navbar .mint-tab-item-label {
  font-size: 0.28rem;
}
#serviceList .mint-tab-container-item {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
#serviceList .mint-tab-container-item .box {
  box-sizing: border-box;
  width: 25%;
  padding-bottom: 0.2rem;
  border-right: 0.01rem solid #EEEEEE;
  border-bottom: 0.01rem solid #EEEEEE;
  /*.imgP{*/
  /*width: 50%;*/
  /*height:50%;*/
  /*border-radius: 50%;*/
  /*background-color: #1ab394;*/
  /*margin: .25rem 25%;*/
  /**/
  /*}*/
}
#serviceList .mint-tab-container-item .box img {
  width: 50%;
  margin: 0.25rem 25%;
}
#serviceList .mint-tab-container-item .box .serName {
  text-align: center;
  font-size: 0.24rem;
  color: #565656;
}
#serviceList .mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.04rem solid #1ab394;
}
#serviceList .mint-navbar .mint-tab-item.is-selected .mint-tab-item-label {
  color: #1ab394;
}
#serviceList .btns {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
  border-bottom: 0.01rem solid #BBBBBB;
  background-color: #fff;
}
#serviceList .btns .dealWith {
  flex: 2;
  text-align: left;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #333333;
}
#serviceList .btns .mint-button {
  color: #1AB394;
  border: 0.02rem solid #1AB394;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 0.32rem;
  height: 0.74rem;
}
#serviceList .btns .specialBtn {
  color: #F8AC59;
  border: 0.02rem solid #F8AC59;
  margin: 0 0.2rem;
}
.mask {
  position: absolute;
  top: 2.17rem;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#serviceList {
  height: 100%;
  background-color: #f4f4f4;
}
#serviceList #templateheader_xz .header .headerTwo {
  background-color: #1ab394;
}
#serviceList .mint-navbar {
  height: 0.88rem;
  margin-bottom: 0.2rem;
}
#serviceList .mint-navbar .mint-tab-item {
  width: 1.1rem;
  line-height: 0.88rem;
}
#serviceList .mint-navbar .mint-tab-item-label {
  font-size: 0.28rem;
}
#serviceList .mint-tab-container-item {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
#serviceList .mint-tab-container-item .box {
  box-sizing: border-box;
  width: 25%;
  padding-bottom: 0.2rem;
  border-right: 0.01rem solid #EEEEEE;
  border-bottom: 0.01rem solid #EEEEEE;
  /*.imgP{*/
  /*width: 50%;*/
  /*height:50%;*/
  /*border-radius: 50%;*/
  /*background-color: #1ab394;*/
  /*margin: .25rem 25%;*/
  /**/
  /*}*/
}
#serviceList .mint-tab-container-item .box img {
  width: 50%;
  margin: 0.25rem 25%;
}
#serviceList .mint-tab-container-item .box .serName {
  text-align: center;
  font-size: 0.24rem;
  color: #565656;
}
#serviceList .mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.04rem solid #1ab394;
}
#serviceList .mint-navbar .mint-tab-item.is-selected .mint-tab-item-label {
  color: #1ab394;
}
#serviceList .btns {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
  border-bottom: 0.01rem solid #BBBBBB;
  background-color: #fff;
}
#serviceList .btns .dealWith {
  flex: 2;
  text-align: left;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #333333;
}
#serviceList .btns .mint-button {
  color: #1AB394;
  border: 0.02rem solid #1AB394;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 0.32rem;
  height: 0.74rem;
}
#serviceList .btns .specialBtn {
  color: #F8AC59;
  border: 0.02rem solid #F8AC59;
  margin: 0 0.2rem;
}

.header {
  height: 40px;
}
.header .headerTwo {
  left: 0;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1AB394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#telephoneIndex .mint-cell {
  border-bottom: 0.01rem solid #dddddd !important;
  padding-left: 1.13rem;
  height: 0.98rem;
}
#telephoneIndex .headerImg {
  display: inline-block;
  width: 0.53rem;
  border-radius: 50%;
  position: absolute;
  left: 0.3rem;
  top: 0.24rem;
}
#telephoneIndex .mint-indexsection-index {
  padding: 6px 0.3rem;
}
#telephoneIndex .mint-cell-title {
  width: 60%;
  line-height: 0.98rem;
  /*border-right: .01rem solid #1AB394;*/
}
#telephoneIndex .mint-cell-value {
  width: 40%;
  height: 0.53rem;
  justify-content: flex-end;
}
#telephoneIndex .mint-indexlist-navlist {
  height: 70%;
}
#telephoneIndex .mint-indexlist-nav {
  border-left: solid 1px #eee;
}
#telephoneIndex .mint-cell-text {
  font-size: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#telephoneIndex .telD {
  width: 100%;
  height: 0.53rem;
  text-align: right;
  line-height: 0.53rem;
}
#telephoneIndex .tel {
  margin-right: 0.1rem;
  width: 0.18rem;
}
#telephoneIndex .telList {
  width: 100%;
  min-height: 3rem;
  max-height: 5rem;
  background-color: #ffffff;
}
#telephoneIndex .telList li {
  padding-left: 0.4rem;
  line-height: 1rem;
  height: 1rem;
  text-align: left;
  font-size: 0.32rem;
  color: #333;
  border-bottom: 0.02rem solid #dddddd;
}
#telephoneIndex .telList li img {
  width: 0.3rem;
  margin-right: 0.3rem;
}

#indexList[data-v-a26c8448] {
  background: #f4f4f4;
  height: 100%;
}

#serviceList {
  height: 100%;
  background-color: #f4f4f4;
}
#serviceList #templateheader_xz .header .headerTwo {
  background-color: #1ab394;
}
#serviceList .mint-navbar {
  height: 0.88rem;
  margin-bottom: 0.2rem;
}
#serviceList .mint-navbar .mint-tab-item {
  width: 1.1rem;
  line-height: 0.88rem;
}
#serviceList .mint-navbar .mint-tab-item-label {
  font-size: 0.28rem;
}
#serviceList .mint-tab-container-item {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
#serviceList .mint-tab-container-item .box {
  box-sizing: border-box;
  width: 25%;
  padding-bottom: 0.2rem;
  border-right: 0.01rem solid #EEEEEE;
  border-bottom: 0.01rem solid #EEEEEE;
  /*.imgP{*/
  /*width: 50%;*/
  /*height:50%;*/
  /*border-radius: 50%;*/
  /*background-color: #1ab394;*/
  /*margin: .25rem 25%;*/
  /**/
  /*}*/
}
#serviceList .mint-tab-container-item .box img {
  width: 50%;
  margin: 0.25rem 25%;
}
#serviceList .mint-tab-container-item .box .serName {
  text-align: center;
  font-size: 0.24rem;
  color: #565656;
}
#serviceList .mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.04rem solid #1ab394;
}
#serviceList .mint-navbar .mint-tab-item.is-selected .mint-tab-item-label {
  color: #1ab394;
}
#serviceList .btns {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem;
  border-bottom: 0.01rem solid #BBBBBB;
  background-color: #fff;
}
#serviceList .btns .dealWith {
  flex: 2;
  text-align: left;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #333333;
}
#serviceList .btns .mint-button {
  color: #1AB394;
  border: 0.02rem solid #1AB394;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 0.32rem;
  height: 0.74rem;
}
#serviceList .btns .specialBtn {
  color: #F8AC59;
  border: 0.02rem solid #F8AC59;
  margin: 0 0.2rem;
}
.header {
  height: 40px;
}
.header .headerTwo {
  left: 0;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1AB394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#serviceList .myCheck {
  padding-bottom: 1.7rem !important;
}
#serviceList .mint-radiolist {
  border-bottom: 1px solid #eee;
}
#serviceList .mint-radiolist .mint-cell {
  padding: 0 0.3rem !important;
}
#serviceList .mint-radio-input:checked + .mint-radio-core {
  background-color: #1ab394;
  border-color: #1ab394;
}
#serviceList .mint-radio-input:checked + .mint-radio-core::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAIO0lEQVRoQ8VZe3SUxRX/3fm+zT5IVhISkkASkHcglCAPRUWtEZVoUPBUrKi12oq1IccA1iNYIRy09FQDJEHltBah9khRQLIpkCLlYW1VCA/Do4FGgfBYsiHJJmse+5jb8y1EAln2kaxh/p17f/c3d2bu3HuH0JXBoLjNK+JVt2uIJGUMEYaAKYXAyQCSAQKIT4NRJUGnmOVxIajM7XRX1Ex70Qoi7qx5ClmRmaI/+r1ZpzdlEHGmIJEO4EYCxQSJVcfAtww+CPDm5obvttuPtdiRlyeD1PeKhUbcstKUyM7JIJoNYDwBaijGrpZlwAPGXoYn380tW2oeerkxWLzgiG8u0Pd20l2Kglww3UKEG4I1EIwcAw1g/tIleHmN7cJ2/DyvJZBeYOKlf+iR6DTmAphNQHQgwK7MS2Y7gAKnym/WZuY0+MPyS7z3xoKBikILQTSNAFNXSIWg28LMGz0q/7Y6M+cbAD4v8DWJx5YsH6NK8RYBE4lIhGC4y6Lesw98KVnOOT8l5wtfgD6J99y4tL9BVdcQ47buJt1Gkpklg79y69Snaya/UHE1+Y7E162ITNDLFUR44nqRvkweGvn1Vm56FldFnCuJr8s3xhsj5gnmOURk7PKehwGAgRaWstAqahcia2FTG+QVxOM3FU4Rgv5CgDkMNsMGwUAjQz5jzcr5uAPx2E3vRemU5vXEmBQ2i2EEYuZdrSpPaQuTFz3OTAklbz9C4Peuh7c1EvGGHjApOlQ1NcDFHV9/ZjiY5K+tey98oKUHXuI9Ny7taVTUrUR0cxidFDRUijEKhaMnIU5vwvxDu7HDdsqnLjPva1T5fkdmjs1LvLelYIYCsZoAJWhrYRKMVHRYnHYHHkkailbpwdyD/8QnZ4/7Jg54mOUvrFNy3icsWCASxvZaJSCeChOXoGFULeb2S8O8YRNgUlTsslVh1v5tqHVdO1WRwFprVvbjFLO5IEnvESUEjAraYpgEb4npg5Vj7kMvvRFnmxrxXFkpDtir/aIzo9xJzskUX1x4twBtCHfGF2htKSYzlqVnYHx0IuyuViw68jk+PlOhnQX/xLVMUnqmU2Jx4XwiWhzIUDjndSSwcMTteKpfmhf2/RPlWHD4MwRbSUjGIkooLlgjSDwZTmL+sBQi/DQ5Fa+m3ooeagS+qj2HFw98iqrmoGsIMMsPKdFSuI1A93QX8TRzLP48LhN9jVGobvkOvyzbir111pDMS8YO7agcJqLhgTR/HJeCx1OGw3L2fyg5VwnpO032CxOt06No9L24My4ZzdKNN47+B6tPHAoZi5n/S4mWotpgKpt3b7oPWX0G4VyzA7MPbsdnNVrxHvzQCwW5g8dh5sB0aGFww+ljmH94NxxuV/AglySZuV7zeB0R9QykPbXvELyedgfMagTOtTiQe2A7/nXhTCC17+czEwZgWfo96KHqcNhuw7N7t4R0rtsbkgy75vEjBKQGYhAhBJ7uNxK5Q8bBrNPjkN2GuQd3oLzBFkgVgyOjoe3YMHMvVLc0eXdsp+1USDvW3gizrKAES8GnAiIjoHVo+QBh7tDxmDkgHXpFRXm9Dc/vK8WJJq3G9T2iVB3eGpWBzMQB0EL00mN7kH98TzDmrinD4J2UaClYQwg+HGpHZV7qBDyalAqdENhlO+VNjE42dSzKVRLIHnST92wTEUqt3+Dl8p2odQbsPvhdmJS8VovjrwkSeaG4QEuM8kZMxE+Sh0IhgeIzx/HS1zvg8Fx50SbGJqFo9CTE6k2odNR5z/VxR10opnzKephfp3hLUYZgrA/1ye9riMSitImYFN8fbsnYcKYCi4/+G/WuVq+xFKMZfxx7P0aYY9Hodnrvw9+tlV0mrTWPmPkxii5elmKAUkJEI0NFTTJGYemouzGhV1+4WeKdyv3IP7YHBkXF70beiYf6DIZbSu+TvqTiC2/a2tXB4EOtCk8m8AIRb4ldrRA90RnQ4eZeWDLyLoyJToDD7fRePm38ZujNiFAU7LZV4fmyUjS4nZ2B76AjmT+yZmVP9xYS8SVFjwnGB50tJMZFJ3grGG0HGlyt3nOvxeuTTXZk79+G/fX+U9VgV6Q1ii4XEgDMW/Njejh1pUQ0NliQ9nLa6m+LTcLy9AwkGCK9Uy0etzfa/K3qaKfj9dVcmHlvo1t9wDHtV9UXi+WLVdA0YvGnUC9pG7gG9GjSMOSNuB1GVYcPTx5B3tHP0exxd8YXHXQutSiyryiWNam4dSsiVYNcT0T3dtZSBAk82GcQkk1mrD9dgdMhpKqBbPpuT1zSiisunKwSrb0eLQp/xLXWhMfDT1ZPnfVJ+x2+rLNjlSG+0fGqQjQHgCGQF7pnnp0eprfPk24+smb6bsFpRKLXLbnBYDC9A4jpROjW9nKHywitmuPipgbHM/YZr1zx5PpsM2sNfaGIvxJhHOH6kGdvf43LnG7+We3DOUeuXtS1GvvUe9PSWxWh5oNpbHd7njVPM/Yx8UvWrFm7fP1K+P1KibMsH6xI5Q0SnEUgffecaTiZucTlpldqpmVrLa3QvlLaSGpnXm80vUYsniPCxdflBxrexiZ4VXOjssA+4wW/aWTgXzcAfSwrTVI6HyCiHBDSCeFdAAMOAF9LlkUK6TedbRc9ruWjoIi3KWtdXUOE8jBJygZTOlHXmqSXPqnKJaGw1eXaUD81tz7YzQyJeFt6EDU2KsbEEZME0YMAfqSl3wQK6hdDe7rBXMWEcpIokR71H+cPWmt+2C/xjlkPxWwp7Ku6ZKpQ1EHwYCAE9yemG0HcHyAC8wkQTjD4WxBVElDZIj1H68rqTodKtr35/wPVLUaO+ZT+tgAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100%;
  background-color: #1ab394;
  color: #ffffff;
}
#serviceList .fbtn {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  display: flex;
  background-color: #fff;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
}
#serviceList .fbtn .mint-button--default {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
  font-size: 0.26rem;
}
#serviceList .fbtn2 {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  display: flex;
  bottom: 0;
  background-color: #fff;
  border-top: 0.01rem solid #bfbfbf;
}
#serviceList .fbtn2 .mint-button {
  background-color: #1ab394;
  width: 40%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
  font-size: 0.26rem;
}
#serviceList .fbtn2 .specialBtn {
  color: #fff;
  font-size: 0.26rem;
  background-color: #f8ac59;
  border: 0.02rem solid #f8ac59;
  margin: 0 0.2rem;
}

*[data-v-674bc958] {
}
#container[data-v-674bc958] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.voice-box[data-v-674bc958] {
  padding: 0 0.2rem;
}
.audioParment[data-v-674bc958] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-674bc958] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-674bc958] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-674bc958] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-674bc958] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-674bc958] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-674bc958] {
  width: 100% !important;
}
.footer[data-v-674bc958] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-674bc958] {
  width: 100%;
}
.footer .mint-button--normal[data-v-674bc958] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-674bc958] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-674bc958] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-674bc958] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-674bc958] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-674bc958] {
  width: 0.5rem;
}
ul li .title .mark[data-v-674bc958] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-674bc958] {
  background: #95ce41 !important;
}
ul li .content[data-v-674bc958] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-674bc958] {
  font-weight: bold;
}
.title p[data-v-674bc958],
.title h3[data-v-674bc958] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-674bc958] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-674bc958] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-674bc958] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-674bc958] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-674bc958]:nth-child(1) {
  display: inline-block;
  flex: 4;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-674bc958]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-674bc958] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-674bc958] {
  background: #fff;
}
.audio-left img[data-v-674bc958] {
  background: #fff;
}
.header[data-v-674bc958] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-674bc958] {
  background: #1ab394;
}
.btnLeft[data-v-674bc958] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-674bc958] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-674bc958] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-674bc958] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-674bc958] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-674bc958] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-674bc958] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-674bc958] {
  display: none;
}

.reception {
  width: 100%;
}
.reception .bg {
  /*margin-left: 5%;*/
  width: 100%;
  height: 1rem;
  background: #1ab394;
  color: #fff;
  line-height: 1rem;
  align-items: center;
  font-size: 0.4rem;
  /*border-radius: .1rem;*/
}
.reception .bg > p {
  position: relative;
  text-align: center;
}
.reception .bg > p .setP,
.reception .bg > p .setPNull {
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
}
.reception .bg > p .setP .fa-icon,
.reception .bg > p .setPNull .fa-icon {
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: super;
}
.reception .bg > p .setPNull {
  left: 0.1rem;
}

.header {
  height: 40px;
}
.header .headerTwo {
  left: 0;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1AB394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.setPerson .default {
  margin-bottom: 0.2rem;
  background: #fff;
}
.setPerson .default .title {
  height: 0.94rem;
  line-height: 0.94rem;
  padding: 0 0.3rem;
  border-bottom: 0.01rem solid #bcbcbc;
}
.setPerson .default .title span {
  vertical-align: middle;
}
.setPerson .default .title .line {
  display: inline-block;
  height: 0.32rem;
  width: 0.05rem;
  background-color: #1ab394;
  margin-right: 0.2rem;
}
.setPerson .default .title .word {
  line-height: 0.94rem;
  font-size: 0.34rem;
  /*font-weight: bold;*/
}
.setPerson .default .title .toggleImg {
  float: right;
  width: 0.3rem;
  margin-top: 0.38rem;
}
.setPerson .default .list {
  /*display: flex;*/
  /*flex-flow: row wrap;*/
  padding: 0 0.3rem;
  overflow: hidden;
  /*justify-content: flex-start;*/
}
.setPerson .default .list .warp {
  width: 25%;
  height: 2.36rem;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.setPerson .default .list .warp .item {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #1ab394;
  margin: 0 0.2rem;
  margin-top: 0.25rem;
  text-align: center;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.28rem;
}
.setPerson .default .list .warp .name {
  width: 100%;
  margin: 0.25rem auto;
  text-align: center;
  font-size: 0.32rem;
  overflow: hidden;
  word-break: keep-all;
  line-height: 0.4rem;
}

#callReminder[data-v-c5626ffa] {
  text-align: center;
  background: #9c9c9c;
  color: #0b0b0b;
  height: 4.2rem;
  padding: 0 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
#callReminder p[data-v-c5626ffa] {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.32rem;
  word-break: break-all;
}

.myPeriod[data-v-8c1ed9cc]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-8c1ed9cc]{
  z-index: 9;display:flex;
  height: .8rem;
  line-height: .8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: .3rem;text-align: center;
  -webkit-transform: translateZ(0);
}
.myPeriod .periodContent[data-v-8c1ed9cc]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-8c1ed9cc],.myPeriod .periodContent .unFinished[data-v-8c1ed9cc]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-8c1ed9cc]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-8c1ed9cc]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-8c1ed9cc]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-8c1ed9cc]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-8c1ed9cc]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-8c1ed9cc]{
  border: .01rem solid #ed5565;
  padding: 0.05rem .12rem;
  font-size: .24rem;
  color: #ed5565;
  background: #FFF4F4;
  border-radius: .1rem;
  line-height: .36rem;
  height: .36rem;
  margin-left: .1rem;
  text-align: center;
  vertical-align: text-top;
  overflow: hidden;
  white-space: nowrap;
}
.myPeriod .periodContent .periodList .itemBox .taskMarked[data-v-8c1ed9cc]{
  display: inline-block;
  position: absolute;
  /*top: 0rem;*/
  /*right: 0rem;*/
  width: .14rem;
  height: .14rem;
  border-radius: 50%;
  background: #ed5565;
  top: .38rem;
  left: .7rem;
}
.myPeriod .periodContent .periodList .itemBox .time[data-v-8c1ed9cc]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.mint-checkbox-input:checked + .mint-checkbox-core[data-v-8c1ed9cc] {
  background: #1ab394;
  border-color: #999;
}
.mint-ids-label[data-v-8c1ed9cc] {
  position: absolute;
  top: 12px;
  padding: 0;
  left: 0.2rem;
  width: 0.52rem;
  height: 0.52rem;
}
.content-checkbox[data-v-8c1ed9cc] {
  padding: 0px 0.3rem 0px 0.6rem;
}
.mint-checkbox-core[data-v-8c1ed9cc] {
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.mint-checkbox-core[data-v-8c1ed9cc]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.executor[data-v-8c1ed9cc] {
  color: #999;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  line-height: 0.4rem;
}
.executor-span[data-v-8c1ed9cc] {
  margin-left: 0.2rem;
  font-weight: 500;
}
.abnormalNum[data-v-8c1ed9cc] {
  margin-left: 0.2rem;
  color: #ed5565;
  font-weight: 500;
}
.addIcon[data-v-8c1ed9cc] {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
}
.addIcon img[data-v-8c1ed9cc] {
  height: 0.9rem;
  width: 0.9rem;
}
.navTab[data-v-8c1ed9cc] {
  position: relative;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
  display: flex;
  box-shadow: 0 0px 6px 1px #eee;
}
.navTabChild[data-v-8c1ed9cc] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.childBox[data-v-8c1ed9cc] {
  position: relative;
}
.navTabRight[data-v-8c1ed9cc] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  /*border-right: 1px solid #f1f1f1;*/
}
.menubg[data-v-8c1ed9cc] {
  position: absolute;
  color: #1ab394;
  height: 40px;
  z-index: 5;
  width: 25%;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.active[data-v-8c1ed9cc] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.imgNoData[data-v-8c1ed9cc] {
  width: 30%;
  position: absolute;
  left: 35%;
  top: 40%;
}
.footer[data-v-8c1ed9cc] {
  box-sizing: border-box;
  position: fixed;
  background: rgb(255, 255, 255);
  bottom: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0.18rem 0.48rem;
  text-align: center;
  z-index: 66;
}
.checkAllBtn[data-v-8c1ed9cc] {
  float: left;
  padding: 0;
  line-height: 0.7rem;
}
.butSub[data-v-8c1ed9cc] {
  float: right;
}
.butSub .returnListSub[data-v-8c1ed9cc] {
  width: 1.74rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  float: left;
}
.butSub .returnListSub[data-v-8c1ed9cc]:first-child {
  border: 0.01rem solid #1ab394;
  color: #1ab394;
  border-radius: 0.1rem 0 0 0.1rem;
}
.butSub .returnListSub[data-v-8c1ed9cc]:last-child {
  background: #1ab394;
  border: 0.01rem solid #1ab394;
  color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
}

.topContent {
  margin-top: 40px;
  line-height: 40px;
  font-size: 0.36rem;
  text-align: center;
  position: relative;
  background: #fff;
  padding-bottom: 5px;
}
.topContent .top {
  margin-top: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  text-align: center;
  position: relative;
  background: #fff;
  /*border-bottom: .01rem solid #eee;*/
}
.topContent .icon {
  position: absolute;
  right: 0.4rem;
  top: 0.24rem;
}
.topContent .weeks .periodWeek {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
}
.topContent .weeks .periodWeek .weekDay {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-top: 5px;
  box-sizing: border-box;
  position: relative;
}
.topContent .weeks .periodWeek .weekDay .weekDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ed5565;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
}
.topContent .weeks .periodWeek .week {
  flex: 1;
  margin-bottom: 10px;
}
.topContent .weeks .periodWeek .weekOne {
  font-size: 0.28rem;
  font-weight: 500;
  color: #666;
}
.topContent .weeks .periodWeek .today {
  background: #1ab394;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-top: 5px;
  box-sizing: border-box;
}
.topContent .weeks .periodWeek .weekDay .solar {
  font-size: 0.36rem;
  font-weight: 400;
  line-height: 18px;
}
.topContent .weeks .periodWeek .today .lunar {
  color: #fff !important;
}
.topContent .weeks .periodWeek .weekDay .lunar {
  font-size: 0.2rem;
  font-weight: 400;
  color: #999;
  line-height: 12px;
}
.md-swiper-box .md-swiper-container,
.md-swiper .md-swiper-container {
  box-sizing: border-box;
}










































































.ly-tabbar {
  position: relative;
  background-color: rgba(255 ,255, 255, .8);
  width: 100%;
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0px 6px 1px #eee
}
.ly-tabbar.ly-tabbar-fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.ly-tabbar.ly-tabbar-fix-bottom .ly-tab-item {
  border-bottom: none!important;
}
.ly-tab-list {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  flex-shrink: 0;
  padding: 14px 10px;
  min-width: 100%;
}
.ly-tab-active-bar {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 4px;
}
.ly-tab-item {
  flex-grow: 1;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
}
.ly-tab-item:not(:first-child) {
  margin-left: 15px;
}

.ly-tab-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.ly-tab-item-icon {
  margin: 0 auto 5px;
}


.calender[data-v-79247926]{
  width: 100%;
  /*border: .01rem solid #ddd;*/
}
.top[data-v-79247926]{
  width: 100%;
  display: flex;
  /*border-bottom: .01rem solid #ddd;*/
  padding-bottom: .2rem;
  margin-top: .8rem;
}
.top_date[data-v-79247926]{
  width: 100%;
  text-align: center;
  line-height: .8rem;
  font-size: .36rem;
  font-weight: 500;
}
.iconP[data-v-79247926]{
  width: .8rem;
  text-align: center;
}
.icon[data-v-79247926]{
  width: .4rem;
  height: .4rem;
  margin-top: .2rem;
}
.btn_wrap[data-v-79247926]{
  flex: 1;
  text-align: right
}
.btn_wrap ul[data-v-79247926]{
  display: flex;
  flex-direction: row-reverse
}
.btn_wrap ul li[data-v-79247926]{
  padding: .1rem .2rem;
  /*border: .01rem solid #ddd;*/
  font-size: .14rem;
  line-height: .2rem;
  cursor: pointer
}
.btn_wrap ul li[data-v-79247926]:first-child{
  border-left: none;
}
.btn_wrap ul li[data-v-79247926]:last-child{
  border-right: none;
}
.date_wrap[data-v-79247926]{
  position: relative;
}
.week[data-v-79247926]{
  display: flex;
  justify-content: space-around;
}
.week li[data-v-79247926]{
  flex: 1;
  text-align: center;
  font-size: .28rem;
  font-weight: 500;
  line-height: .8rem;
  color: #666;
}
.day[data-v-79247926]{
  display: flex;
  flex-direction: row;
  font-size: .36rem;
  flex-wrap: wrap;
  font-weight: 400;
  margin-top: .1rem;
}
.day li[data-v-79247926]{
  width: calc(100% / 7);
  text-align: center;
  box-sizing: border-box;
  line-height: .36rem;
  margin-bottom: .4rem;
  padding-top: .1rem;
}
.liContent[data-v-79247926]{
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
  padding-top: .1rem;
  box-sizing: border-box;
}
.solar[data-v-79247926]{
  font-size: .36rem;
  font-weight: 400;
  line-height: .36rem;
}
.oneDay .lunar[data-v-79247926]{
  font-size: .2rem;
  font-weight: 400;
  color: #999;
  line-height: .24rem;
}
.preDay[data-v-79247926]{
  color: #b5b5b5;
  visibility: hidden;
}
.preDay .lunar[data-v-79247926]{
  color: #b5b5b5;
}
.thisDay[data-v-79247926]{
  background: #1AB394;
  color: #fff !important;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: .1rem;
  box-sizing: border-box;
}
.oneDay[data-v-79247926] {
  position: relative;
}
.dot[data-v-79247926]{
  position: absolute;
  width: .12rem;
  height: .12rem;
  border-radius: 50%;
  background: #ed5565;
  bottom: -.16rem;
  left: 50%;
  margin-left: -.06rem;
}
.thisDay .lunar[data-v-79247926]{
  color: #fff !important;
}
.day li[data-v-79247926]:nth-child(n+8){
  /*border-top:none;*/
}
.day li[data-v-79247926]:nth-child(n+1){
  /*border-right: none;*/
}
.day li[data-v-79247926]:nth-child(7n){
  /*border-right: .01rem solid #ddd*/
}
.header[data-v-79247926]{
  z-index: 9;display:flex;
  height: .8rem;
  line-height: .8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: .3rem;text-align: center;
  -webkit-transform: translateZ(0);
}

.periodCheck[data-v-48749e21] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodCheck .header[data-v-48749e21] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodCheck .paddingD[data-v-48749e21] {
  padding: 0.2rem;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.periodCheck .paddingD .whiteBox[data-v-48749e21] {
  background: #fff;
  border-radius: 0.1rem;
}
.periodCheck .paddingD .whiteBox .itemline[data-v-48749e21] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItem[data-v-48749e21] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  display: flex;
  line-height: 0.48rem;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .whiteBox .formItem .lableT[data-v-48749e21] {
  color: #666;
  /*text-align: right;*/
}
.periodCheck .paddingD .whiteBox .formItem .lableC[data-v-48749e21] {
  flex: 1;
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-48749e21] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-48749e21]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo[data-v-48749e21] {
  display: inline-block;
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo span[data-v-48749e21] {
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon[data-v-48749e21] {
  display: flex;
  justify-content: space-between;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon img[data-v-48749e21] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF[data-v-48749e21] {
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-48749e21] {
  height: 1.6rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.1rem 0.16rem;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: auto;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-48749e21]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-48749e21] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-48749e21]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-48749e21] {
  float: left;
  width: calc(25% - 0.25rem);
  height: 1.65rem;
  margin-top: 0.3rem;
  position: relative;
  margin-right: 0.25rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox img[data-v-48749e21] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-48749e21] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn[data-v-48749e21] {
  display: flex;
  margin-top: 0.26rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-48749e21] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .whiteBox .formTypeName[data-v-48749e21] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodCheck .paddingD .marginD[data-v-48749e21] {
  margin: 0.2rem 0;
}
.periodCheck .paddingD .marginD .centerDel[data-v-48749e21] {
  padding: 0.25rem 0.3rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .marginD .centerDel .formItem[data-v-48749e21] {
  padding: 0;
  flex: 1;
  border: none;
}
.periodCheck .paddingD .marginD .centerDel .deleteImg[data-v-48749e21] {
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .marginD input[type="checkbox"][data-v-48749e21],
.periodCheck .paddingD .marginD input[type="radio"][data-v-48749e21] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.periodCheck .paddingD .marginD .noBgInput[data-v-48749e21] {
  color: #cccccc;
  font-size: 0.32rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.periodCheck .paddingD .marginD .bgInput[data-v-48749e21] {
  background: #f5f5f5;
  width: 100%;
  border-radius: 0.06rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  color: #666;
  font-size: 0.28rem;
}
.periodCheck .paddingD .marginD .bgInput .fa-icon[data-v-48749e21] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodCheck .paddingD .marginD .formItem[data-v-48749e21] {
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-48749e21] {
  width: 100%;
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.1rem 0.16rem;
  -webkit-appearance: none;
  -webkit-user-select: auto;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-48749e21]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .marginD .radioLabel[data-v-48749e21] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  display: inline-block;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .checkLabel[data-v-48749e21] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.06rem;
  border: 1px solid #b5b5b5;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList[data-v-48749e21] {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.periodCheck .paddingD .marginD .radioList .radioListItem[data-v-48749e21] {
  margin-right: 0.4rem;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD span[data-v-48749e21] {
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD .fa-icon[data-v-48749e21] {
  vertical-align: middle;
}
.periodCheck .paddingD .cameraImg[data-v-48749e21],
.periodCheck .paddingD .scanImg[data-v-48749e21] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
  margin-right: 0.3rem;
}
.periodCheck .paddingD .formTitle[data-v-48749e21] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0;
  line-height: 0.45rem;
}
.periodCheck .paddingD .addPeriod[data-v-48749e21] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
}
.periodCheck .footerBtn[data-v-48749e21] {
  position: fixed;
  bottom: 0;
  height: 1.2rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.periodCheck .footerBtn .mint-button[data-v-48749e21] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.popAssertSearch{
  background: #fff;
  height: 2rem;
  padding: .2rem;
}
.popAssertSearch .inputP{
  display: flex;
  height: .8rem;
  padding: 0 .2rem .3rem .2rem;
}
.popAssertSearch .inputP>.searchBtn{
  width: .8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: .06rem;
  border: .01rem solid #b8bbbf;
}
.popAssertSearch .inputP>input{
  flex: 1;
  line-height: .8rem;
  border-bottom: .01rem solid #ddd;
  border-radius: .04rem;
  margin-right: .2rem;
  font-size: .32rem;
}
.popAssertSearch .popBtn{
  height: .8rem;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  background: #1AB394;
  color: #fff;
}
.mint-msgbox {
  border-radius: 0.2rem;
}

.periodDetail[data-v-3e22dea8] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodDetail .header[data-v-3e22dea8] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodDetail .paddingD[data-v-3e22dea8] {
  padding: 0 0.2rem;
  margin-top: 1rem;
}
.periodDetail .paddingD .whiteBox[data-v-3e22dea8] {
  background: #fff;
  margin-top: 0.2rem;
  border-radius: 0.16rem;
}
.periodDetail .paddingD .whiteBox .formItemTop[data-v-3e22dea8] {
  padding: 0.06rem 0.3rem;
  display: flex;
}
.periodDetail .paddingD .whiteBox .formItem[data-v-3e22dea8] {
  padding: 0.18rem 0.3rem;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItem .lableT[data-v-3e22dea8] {
  color: #666;
  line-height: 0.48rem;
  /*width: 1.6rem;*/
  display: inline-block;
  /*text-align: right;*/
}
.periodDetail .paddingD .whiteBox .formItem .lableC[data-v-3e22dea8] {
  color: #333;
  line-height: 0.48rem;
  flex: 1;
  /*font-size: .34rem;*/
}
.periodDetail .paddingD .whiteBox .formItem .tabSpan[data-v-3e22dea8] {
  font-size: 0.28rem;
  border: 0.01rem solid #eee;
  line-height: 0.45rem;
  padding: 0.08rem 0.16rem;
  border-radius: 0.1rem;
}
.periodDetail .paddingD .whiteBox .formItem .lableF[data-v-3e22dea8] {
  flex: 1;
}
.periodDetail .paddingD .whiteBox .formItemNo[data-v-3e22dea8] {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.periodDetail .paddingD .whiteBox .formItemNo span[data-v-3e22dea8] {
  width: 100%;
  display: block;
}
.periodDetail .paddingD .whiteBox .formItemNo .labelIcon[data-v-3e22dea8] {
  display: flex;
  justify-content: space-between;
}
.periodDetail .paddingD .whiteBox .formItemNo .labelIcon img[data-v-3e22dea8] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF[data-v-3e22dea8] {
  color: #333;
  font-size: 0.34rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-3e22dea8] {
  height: 1rem;
  width: 100%;
  padding: 0.1rem 0;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-3e22dea8]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF input[data-v-3e22dea8] {
  width: 100%;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF input[data-v-3e22dea8]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-3e22dea8] {
  float: left;
  width: calc(25% - 0.25rem);
  height: 1.65rem;
  margin-top: 0.3rem;
  position: relative;
  margin-right: 0.25rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF .imgBox img[data-v-3e22dea8] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-3e22dea8] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableBtn[data-v-3e22dea8] {
  display: flex;
  margin-top: 0.26rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-3e22dea8] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodDetail .paddingD .whiteBox .formTypeName[data-v-3e22dea8] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodDetail .paddingD .whiteBox .noBgInput[data-v-3e22dea8] {
  color: #cccccc;
  font-size: 0.32rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
}
.periodDetail .paddingD .whiteBox .bgInput[data-v-3e22dea8] {
  background: #f5f5f5;
  width: 100%;
  border-radius: 0.06rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  color: #666;
  font-size: 0.28rem;
}
.periodDetail .paddingD .whiteBox .bgInput .fa-icon[data-v-3e22dea8] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodDetail .paddingD .formTitle[data-v-3e22dea8] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0.1rem 0;
  line-height: 0.45rem;
}
.periodDetail .footerBtn[data-v-3e22dea8] {
  position: fixed;
  bottom: 0;
  height: 1.2rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.periodDetail .footerBtn .mint-button[data-v-3e22dea8] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.periodPeople[data-v-11f067eb] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodPeople .header[data-v-11f067eb] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodPeople .whiteBox[data-v-11f067eb] {
  margin: 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.16rem;
}
.periodPeople .whiteBox .itemline[data-v-11f067eb] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.periodPeople .whiteBox .title[data-v-11f067eb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  vertical-align: middle;
  /*border-bottom: .01rem solid #dddddd;*/
}
.periodPeople .whiteBox .title .word .tag[data-v-11f067eb] {
  display: inline-block;
  width: 0.08rem;
  height: 0.4rem;
  vertical-align: middle;
  background: #1ab394;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
}
.periodPeople .whiteBox .list .warp[data-v-11f067eb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  border-top: 0.01rem solid #dddddd;
}
.periodPeople .whiteBox .list .warp .userContent[data-v-11f067eb] {
  display: flex;
  align-items: center;
}
.periodPeople .whiteBox .list .warp img[data-v-11f067eb] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}
.periodPeople .whiteBox .list .warp .name[data-v-11f067eb] {
  margin-left: 0.2rem;
}
.periodPeople .whiteBox .list .warp .headerIcon[data-v-11f067eb] {
  display: inline-block;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  border: 0.01rem solid #dddddd;
  color: #9c9c9c;
}
.periodPeople .whiteBox .list .warp .headerIcon .fa-icon[data-v-11f067eb] {
  margin: 0.15rem;
  width: 0.58rem;
  height: 0.58rem;
}
.periodPeople .footerBtn[data-v-11f067eb] {
  position: fixed;
  bottom: 0;
  height: 1.2rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.periodPeople .footerBtn .mint-button[data-v-11f067eb] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.periodDetail[data-v-c8b6b40a] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodDetail .header[data-v-c8b6b40a] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodDetail .paddingD[data-v-c8b6b40a] {
  padding: 0 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.periodDetail .paddingD textarea[data-v-c8b6b40a] {
  min-height: 2rem;
  width: 100%;
  padding: 0.1rem 0;
  border-radius: 0.1rem;
}
.periodDetail .paddingD textarea[data-v-c8b6b40a]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodDetail .footerBtn[data-v-c8b6b40a] {
  position: fixed;
  bottom: 0;
  height: 1.2rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.periodDetail .footerBtn .mint-button[data-v-c8b6b40a] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.myPeriod[data-v-76f6274c]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-76f6274c]{
  z-index: 9;display:flex;
  height: .8rem;
  line-height: .8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: .3rem;text-align: center;
  -webkit-transform: translateZ(0);
}
.myPeriod .periodContent[data-v-76f6274c]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-76f6274c],.myPeriod .periodContent .unFinished[data-v-76f6274c]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-76f6274c]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-76f6274c]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-76f6274c]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-76f6274c]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-76f6274c]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-76f6274c]{
  border: .01rem solid #ed5565;
  padding: 0.05rem .12rem;
  font-size: .24rem;
  color: #ed5565;
  background: #FFF4F4;
  border-radius: .1rem;
  line-height: .36rem;
  height: .36rem;
  margin-left: .1rem;
  text-align: center;
  vertical-align: text-top;
  overflow: hidden;
  white-space: nowrap;
}
.myPeriod .periodContent .periodList .itemBox .taskMarked[data-v-76f6274c]{
  display: inline-block;
  position: absolute;
  /*top: 0rem;*/
  /*right: 0rem;*/
  width: .14rem;
  height: .14rem;
  border-radius: 50%;
  background: #ed5565;
  top: .38rem;
  left: .7rem;
}
.myPeriod .periodContent .periodList .itemBox .time[data-v-76f6274c]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.myPeriod[data-v-39d3a46e]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-39d3a46e]{
  z-index: 9;display:flex;
  height: .8rem;
  line-height: .8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: .3rem;text-align: center;
  -webkit-transform: translateZ(0);
}
.myPeriod .periodContent[data-v-39d3a46e]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-39d3a46e],.myPeriod .periodContent .unFinished[data-v-39d3a46e]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-39d3a46e]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-39d3a46e]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-39d3a46e]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-39d3a46e]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-39d3a46e]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-39d3a46e]{
  border: .01rem solid #ed5565;
  padding: 0.05rem .12rem;
  font-size: .24rem;
  color: #ed5565;
  background: #FFF4F4;
  border-radius: .1rem;
  line-height: .36rem;
  height: .36rem;
  margin-left: .1rem;
  text-align: center;
  vertical-align: text-top;
  overflow: hidden;
  white-space: nowrap;
}
.myPeriod .periodContent .periodList .itemBox .taskMarked[data-v-39d3a46e]{
  display: inline-block;
  position: absolute;
  /*top: 0rem;*/
  /*right: 0rem;*/
  width: .14rem;
  height: .14rem;
  border-radius: 50%;
  background: #ed5565;
  top: .38rem;
  left: .7rem;
}
.myPeriod .periodContent .periodList .itemBox .time[data-v-39d3a46e]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.whiteBox[data-v-39d3a46e] {
  margin: 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.16rem;
}
.whiteBox .itemline[data-v-39d3a46e] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.whiteBox .title[data-v-39d3a46e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  vertical-align: middle;
  /*border-bottom: .01rem solid #dddddd;*/
}
.whiteBox .title .word .tag[data-v-39d3a46e] {
  display: inline-block;
  width: 0.08rem;
  height: 0.4rem;
  vertical-align: middle;
  background: #1ab394;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
}
.whiteBox .list .warp[data-v-39d3a46e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  border-top: 0.01rem solid #dddddd;
}
.whiteBox .list .warp .userContent[data-v-39d3a46e] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1.2rem;
}
.whiteBox .list .warp .userContentR[data-v-39d3a46e] {
  margin-left: 0.2rem;
  /*margin-right: .4rem;*/
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.whiteBox .list .warp .userContentR p[data-v-39d3a46e] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.whiteBox .list .warp .userContentR p span[data-v-39d3a46e] {
  line-height: 0.6rem;
}
.whiteBox .list .warp .userContentR p[data-v-39d3a46e]:nth-child(2) {
  align-items: flex-end;
}
.whiteBox .list .warp img[data-v-39d3a46e] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}
.whiteBox .list .warp .name[data-v-39d3a46e] {
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.whiteBox .list .warp .headerIcon[data-v-39d3a46e] {
  display: inline-block;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  border: 0.01rem solid #dddddd;
  color: #9c9c9c;
}
.whiteBox .list .warp .headerIcon .fa-icon[data-v-39d3a46e] {
  margin: 0.15rem;
  width: 0.58rem;
  height: 0.58rem;
}

.periodInput[data-v-35b27abe] {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
.periodInput .header[data-v-35b27abe] {
  z-index: 9;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.periodInput .paddingD[data-v-35b27abe] {
  padding: 0.2rem;
  margin-top: 0.8rem;
}
.periodInput .paddingD .whiteBox[data-v-35b27abe] {
  border-radius: 0.1rem;
  display: flex;
}
.periodInput .paddingD .whiteBox .md-field[data-v-35b27abe] {
  flex: 1;
}
.periodInput .paddingD .whiteBox .btn[data-v-35b27abe] {
  background: #1ab394;
  color: #ffffff;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  height: 0.6rem;
  margin-top: 0.4rem;
}
.periodInput .footSao[data-v-35b27abe] {
  padding: 0 0.44rem;
}
.periodInput .footSao img[data-v-35b27abe] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.periodInput .footSao div[data-v-35b27abe] {
  width: 100%;
  height: 1.86rem;
  border: 1px dashed #dcdcdc;
  font-size: 0.26rem;
  color: #555555;
  text-align: center;
  line-height: 1.86rem;
}

#repairListView .md-scroll-view {
  background: #f5f5f5;
}

#repairListView[data-v-25826036] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0.3rem;
  background: #f5f5f5;
}
#repairListView .header[data-v-25826036] {
  height: 0.8rem;
  width: 100%;
  background: #1ab394;
  color: #fff;
  display: flex;
  align-items: center;
}
#repairListView .header .headerTitle[data-v-25826036] {
  flex: 1;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.8rem;
}
#repairListView .header img[data-v-25826036] {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  left: 0.4rem;
}
#repairListView .repairCon[data-v-25826036] {
  height: calc(100% - 0.8rem);
}
#repairListView .repairCon .tabs[data-v-25826036] {
  display: flex;
  background: #fff;
  margin: 0.1rem 0;
}
#repairListView .repairCon .tabs .tab[data-v-25826036] {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  line-height: 0.8rem;
}
#repairListView .repairCon .tabs .tabActive[data-v-25826036] {
  color: #1ab394;
  border-bottom: 0.04rem solid #1ab394;
}
#repairListView .repairCon .listCont[data-v-25826036] {
  padding: 0 0.2rem;
  overflow: auto;
  height: calc(100% - 2.5rem);
}
#repairListView .repairCon .listCont .lsitItem[data-v-25826036] {
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.2rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.16rem;
}
#repairListView .repairCon .listCont .lsitItem > div[data-v-25826036] {
  display: flex;
}
#repairListView .repairCon .listCont .lsitItem .title[data-v-25826036] {
  color: #333;
  font-size: 0.34rem;
  margin-bottom: 0.1rem;
}
#repairListView .repairCon .listCont .lsitItem .type[data-v-25826036] {
  margin: 0.2rem 0;
}
#repairListView .repairCon .listCont .lsitItem .type[data-v-25826036],
#repairListView .repairCon .listCont .lsitItem .from[data-v-25826036] {
  color: #666;
  justify-content: space-between;
}
#repairListView .repairCon .listCont .lsitItem .status[data-v-25826036] {
  justify-content: flex-end;
  margin-top: 0.2rem;
}
#repairListView .repairCon .listCont .lsitItem .status > p[data-v-25826036] {
  border: 0.01rem solid #f8ac59;
  color: #f8ac59;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.28rem;
}
#repairListView .addOne[data-v-25826036] {
  position: fixed;
  right: 0.2rem;
  bottom: 1rem;
  width: 0.9rem;
}

.qSearch[data-v-042f3eb4] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-042f3eb4] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-042f3eb4] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-042f3eb4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-042f3eb4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

.nonedata[data-v-32488505] {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.16rem;
  height: 2.64rem;
}
.nonedata img[data-v-32488505] {
  width: 100%;
}

.qPlusbutton[data-v-5f65f0fc] {
  position: absolute;
  right: 0.32rem;
  bottom: 0.67rem;
  width: 0.9rem;
  height: 0.9rem;
}
.qPlusbutton img[data-v-5f65f0fc] {
  width: 100%;
}

.qScreeningTab[data-v-24b94c68] {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.box-outer[data-v-24b94c68] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  min-height: 4.54rem;
}
.box[data-v-24b94c68] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
.tapbox[data-v-24b94c68] {
  font-size: 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.26rem;
  color: #666666;
  background: #eeeeee;
  border-radius: 0.1rem;
  margin-left: 0.15rem;
  margin-bottom: 0.2rem;
}
.btn[data-v-24b94c68] {
  display: flex;
  width: 100%;
  height: 0.94rem;
  margin-top: 0.43rem;
}
.btn > div[data-v-24b94c68] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  font-size: 0.3rem;
}
.btn > div[data-v-24b94c68]:nth-child(1) {
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  color: #666666;
}
.btn > div[data-v-24b94c68]:nth-child(2) {
  border-top: 1px solid #1ab394;
  color: #ffffff;
  background: #1ab394;
}
.active[data-v-24b94c68] {
  background: #1ab394;
  color: #fff;
}
.fade-enter-active[data-v-24b94c68] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-24b94c68] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-24b94c68],
.fade-leave-to[data-v-24b94c68] {
  transform: translateY(-10px);
  opacity: 0;
}

.border-top-1px[data-v-9f9a8b24] {
  position: relative;
}
.border-top-1px[data-v-9f9a8b24]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-9f9a8b24] {
  position: relative;
}
.border-bottom-1px[data-v-9f9a8b24]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-9f9a8b24] {
  position: relative;
}
.border-left-1px[data-v-9f9a8b24]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-9f9a8b24] {
  position: relative;
}
.border-1px[data-v-9f9a8b24]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-9f9a8b24]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-9f9a8b24]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-9f9a8b24]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qTitle[data-v-9f9a8b24] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  font-size: 0.28rem;
  color: hsl(180, 1%, 20%);
  font-weight: 500;
  background: #fff;
  border-bottom: 0.01rem solid #ededed;
  padding: 0 0 0 0.18rem;
}
.qTitle .title[data-v-9f9a8b24] {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
}
.qTitle .icon[data-v-9f9a8b24] {
  width: 0.04rem;
  height: 0.2rem;
  background: #1ab394;
  border-radius: 0.02rem;
  margin-right: 0.11rem;
}
.qTitle .text[data-v-9f9a8b24] {
  padding-top: 0.05rem;
}
.arrow[data-v-9f9a8b24] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.arrow-active[data-v-9f9a8b24] {
  justify-content: flex-start;
  transition: all 0.3s linear;
  transform: rotate(-180deg);
  transform-origin: center;
}

.header_t[data-v-483ca8e3] {
  height: 0.8rem;
  width: 100%;
  background: #1AB394;
  color: #fff;
  display: flex;
  align-items: center;
}
.header_t .headerTitle[data-v-483ca8e3] {
  flex: 1;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.8rem;
}
.header_t img[data-v-483ca8e3] {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  left: 0.4rem;
}

#repaierCanvas .repaierCanvas_BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
#repaierCanvas .repaierCanvas_BotButton .botButton-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0.2rem;
  height: 100%;
  background: #fff;
}
#repaierCanvas .repaierCanvas_BotButton .botButton-submit .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#repaierCanvas textarea {
  width: 100%;
  padding: 0.2rem;
}
#repaierCanvas .cnavaimg {
  background: #fff;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#repaierCanvas .cnavaimg span:nth-child(1) {
  text-align: right;
  width: 1rem;
  display: inline-block;
  line-height: 1rem;
}
#repaierCanvas .cnavaimg span:nth-child(2) {
  flex: 1;
}
#repaierCanvas .cnavaimg span:nth-child(3) {
  width: 1rem;
  text-align: center;
}

.g-btns[data-v-523fe1f4] {
  text-align: center;
  margin-top: 2rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  position: absolute;
  top: 42%;
  left: -26%;
}
.g-btns > button[data-v-523fe1f4] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-523fe1f4] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-523fe1f4] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox1[data-v-523fe1f4] {
  display: flex;
  background: #fff;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-523fe1f4] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-523fe1f4],
.greetAssets a[data-v-523fe1f4] {
  cursor: pointer;
}
.greetAssets[data-v-523fe1f4] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greetAssets button[data-v-523fe1f4]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greetAssets button[data-v-523fe1f4]:nth-child(2) {
  border-radius: 2rem;
  background: #fc4949;
  color: #fff;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-523fe1f4]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-523fe1f4]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  width: 2.4rem;
}
canvas[data-v-523fe1f4] {
  flex: 1;
  cursor: crosshair;
}

#newRepairAdd {
  background: #fff;
}
#newRepairAdd .md-toast {
  z-index: 99999999;
}
#newRepairAdd .imgFileOne {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
#newRepairAdd .imgFileOne img {
  width: 0.8rem;
  height: 0.8rem;
}
#newRepairAdd .imgFileOne .imgFileCuo {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
#newRepairAdd .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 2;
}
#newRepairAdd .BotButton .confirm-boxFour {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
#newRepairAdd .BotButton .confirm-boxFour button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .BotButton .confirm-boxTree {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
#newRepairAdd .BotButton .confirm-boxTree .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .BotButton .confirm-boxTree .botButton-cancletwo2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .BotButton .confirm-boxTree .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .BotButton .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#newRepairAdd .BotButton .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .BotButton .confirm-boxTwo .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#newRepairAdd .box-title-newRepairAdd {
  height: 0.8rem;
  background: #f4fafe;
  margin-bottom: 5px;
  margin-top: 14px;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  color: #9d9d9d;
  border-bottom: 0.01rem solid #ededed;
  display: flex;
}
#newRepairAdd .box-title-newRepairAdd span:nth-child(1) {
  flex: 1;
  font-weight: bold;
}
#newRepairAdd .determinePerson_list {
  font-size: 0.3rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 14px;
}
#newRepairAdd .determinePerson_list .person {
  display: flex;
  line-height: 1rem;
  border-bottom: 1px solid #eee;
  padding: 0 0.2rem;
}
#newRepairAdd .determinePerson_list .person span:nth-child(1) {
  flex: 1;
}
#newRepairAdd .determinePerson_list .person span:nth-child(2) {
  padding-right: 0.2rem;
}
#newRepairAdd .determinePerson_list .tille {
  display: flex;
  border-bottom: 1px solid #eee;
}
#newRepairAdd .determinePerson_list .tille span:nth-child(1) {
  text-align: right;
  width: 1.8rem;
  display: inline-block;
  line-height: 1rem;
}
#newRepairAdd .determinePerson_list .tille span:nth-child(2) {
  flex: 1;
  padding-right: 0.3rem;
  text-align: right;
  line-height: 1rem;
}
#newRepairAdd .determinePerson_list .tille span:nth-child(3) {
  line-height: 1rem;
  padding-right: 0.2rem;
}
#newRepairAdd .MaintenanceDetails_list {
  font-size: 0.3rem;
}
#newRepairAdd .MaintenanceDetails_list .titile {
  display: flex;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
}
#newRepairAdd .MaintenanceDetails_list .titile span:nth-child(1) {
  flex: 1;
}
#newRepairAdd .MaintenanceDetails_list .box_list {
  display: flex;
  height: 1rem;
  border-bottom: 1px solid #eee;
  line-height: 1rem;
  padding: 0 0.2rem;
}
#newRepairAdd .MaintenanceDetails_list .box_list .box_listspan {
  text-align: right;
  width: 1.8rem;
  display: inline-block;
  line-height: 1rem;
}
#newRepairAdd .box-itemText {
  line-height: 0.7rem;
  width: 1.7rem;
  justify-content: flex-end;
  text-align: right;
}
#newRepairAdd .box-itemTwo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.3rem;
  color: #333333;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#newRepairAdd .box-itemTwo .box-itemText {
  padding: 0 0.15rem;
}
#newRepairAdd .box-itemTwo > div {
  color: #9d9d9d;
  display: flex;
  align-items: center;
  height: 100%;
}
#newRepairAdd .box-itemTwo > div textarea {
  width: 100%;
  min-height: 1.3rem;
  font-size: 0.32rem;
  padding: 0.2rem;
}
#newRepairAdd .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  font-size: 0.3rem;
  color: #333333;
  padding: 0 0.15rem;
  background: #fff;
  margin-bottom: 14px;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#newRepairAdd .box-item .iconRed {
  color: red;
}
#newRepairAdd .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#newRepairAdd .box-item > div:nth-child(1) {
  text-align: right;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.8rem;
}
#newRepairAdd .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#newRepairAdd .box-item > div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
#newRepairAdd .box-item input {
  width: 100%;
}
#newRepairAdd .box-item .md-icon {
  fill: #1ab394;
}
#newRepairAdd .box-item .md-radio-content {
  color: #323333;
  font-size: 0.32rem;
}
#newRepairAdd .box-item .md-icon.sm {
  width: 0.36rem;
  height: 0.36rem;
}
#newRepairAdd .box-item .md-radio-item {
  margin-right: 0.1rem;
}
#newRepairAdd .box-item .md-radio {
  padding: 0 0.2rem 0 0;
}
#newRepairAdd .box-item .md-radio .md-field {
  padding: 0rem;
}
#newRepairAdd .box-item .md-field .md-field-content {
  -webkit-flex-direction: row;
  flex-direction: row;
}
#newRepairAdd .popAssertSearch {
  background: #fff;
  height: 2rem;
  padding: 0.2rem;
}
#newRepairAdd .popAssertSearch .inputP {
  display: flex;
  height: 0.8rem;
  padding: 0 0.2rem 0.3rem 0.2rem;
}
#newRepairAdd .popAssertSearch .inputP > .searchBtn {
  width: 0.8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: 0.06rem;
  border: 0.01rem solid #b8bbbf;
}
#newRepairAdd .popAssertSearch .inputP > input {
  flex: 1;
  line-height: 0.8rem;
  border-bottom: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  margin-right: 0.2rem;
  font-size: 0.32rem;
}
#newRepairAdd .popAssertSearch .popBtn {
  height: 0.8rem;
  width: calc(100% - 0.4rem);
  margin-left: 0.2rem;
  background: #1ab394;
  color: #fff;
}

#repair_ConsumablesType .qSearch {
  border-bottom: 1px solid #eee;
}
#repair_ConsumablesType .ConsumablesType_list {
  margin-bottom: 5px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#repair_ConsumablesType .ConsumablesType_list div:nth-child(1) {
  border-bottom: 1px solid #eee;
}
#repair_ConsumablesType .ConsumablesType_list div:nth-child(2) {
  color: #999999;
}
#repair_ConsumablesType .ConsumablesType_list div {
  padding: 0.2rem;
  display: flex;
  font-size: 0.32rem;
}
#repair_ConsumablesType .ConsumablesType_list div span:nth-child(1) {
  flex: 3;
}
#repair_ConsumablesType .ConsumablesType_list div span:nth-child(2) {
  flex: 1;
  text-align: right;
}
#repair_ConsumablesType .box-item {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#repair_ConsumablesType .box-item .iconRed {
  color: red;
}
#repair_ConsumablesType .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#repair_ConsumablesType .box-item > div:nth-child(1) {
  text-align: right;
  width: 1.8rem;
  display: inline-block;
  line-height: 0.8rem;
}
#repair_ConsumablesType .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#repair_ConsumablesType .box-item > div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}

.qSearch[data-v-c22214b4] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-c22214b4] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-c22214b4] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-c22214b4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-c22214b4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

#repairDetail {
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
}
#repairDetail .repairDetail_BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
#repairDetail .repairDetail_BotButton .botButton-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0.2rem;
  height: 100%;
  background: #fff;
}
#repairDetail .repairDetail_BotButton .botButton-submit .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#repairDetail .detailCont {
  overflow: auto;
  font-size: 0.32rem;
}
#repairDetail .detailCont .detailCont_cont .confirmPerson_list {
  border-bottom: 1px solid #ededed;
}
#repairDetail .detailCont .detailCont_cont .confirmPerson_list div {
  background: #fff;
  line-height: 1rem;
  display: flex;
}
#repairDetail .detailCont .detailCont_cont .confirmPerson_list div span:nth-child(1) {
  text-align: right;
  color: #999;
  width: 2.5rem;
}
#repairDetail .detailCont .detailCont_cont .confirmPerson_list div span:nth-child(2) {
  flex: 1;
  text-align: left;
  padding-right: 0.2rem;
}
#repairDetail .detailCont .detailCont_cont .person_list div {
  background: #fff;
  height: 1rem;
  line-height: 1rem;
  display: flex;
}
#repairDetail .detailCont .detailCont_cont .person_list div span:nth-child(1) {
  text-align: right;
  color: #999;
  width: 1.8rem;
}
#repairDetail .detailCont .detailCont_cont .person_list div span:nth-child(2) {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding-right: 0.2rem;
}
#repairDetail .detailCont .detailCont_cont .MaintenanceDetails_list div {
  height: 1rem;
  line-height: 1rem;
  display: flex;
}
#repairDetail .detailCont .detailCont_cont .MaintenanceDetails_list div span:nth-child(1) {
  text-align: right;
  color: #999;
  width: 1.8rem;
}
#repairDetail .detailCont .detailCont_cont .MaintenanceDetails_list div span:nth-child(2) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
#repairDetail .detailCont .detailCont_cont .box_item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#repairDetail .detailCont .detailCont_cont .box_item .iconRed {
  color: red;
}
#repairDetail .detailCont .detailCont_cont .box_item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#repairDetail .detailCont .detailCont_cont .box_item > div:nth-child(1) {
  text-align: right;
  color: #999999;
  width: 1.8rem;
  display: inline-block;
  line-height: 1rem;
}
#repairDetail .detailCont .detailCont_cont .box_item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#repairDetail .detailCont .detailCont_cont .box_item > div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
#repairDetail .detailCont .detailCont_cont .box-title {
  height: 1rem;
  line-height: 1rem;
  background: #f4fafe;
  padding: 0 0.2rem;
  font-size: 0.33rem;
  font-weight: 500;
  border-bottom: 0.01rem solid #ededed;
  display: flex;
}

.clear-float {
  clear: both;
}
.van-nav-bar {
  background-color: #19b293 !important;
}
.van-nav-bar .van-icon {
  color: white !important;
}
.van-nav-bar .van-nav-bar__title {
  color: white !important;
}

/* 空数据 */
.empty {
  background: white;
}

.clear-float[data-v-7bcdd3cc] {
    clear: both;
}
table[data-v-7bcdd3cc] {
    width: 100%;
    margin-top: -5px;
}
th[data-v-7bcdd3cc] {
    text-align: center;
    font-size: 12px;
    background: #f1f1f1;
    padding: 10px 0;
}
td[data-v-7bcdd3cc] {
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
}

/* 项目数量 */
.project-count[data-v-7bcdd3cc] {
    font-size: 14px;
    font-weight: normal;
}

/* 项目列表 容器 */
.project-list-container[data-v-7bcdd3cc] {
    overflow-y: scroll;
}

/* 项目列表 */
.project-list[data-v-7bcdd3cc] {
    margin-top: 5px;
    background: white;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
}
.item-name[data-v-7bcdd3cc] {
    float: left;
    width: 100px;
    padding: 5px 0;
    color: #8d8d8d;
}
.item-value[data-v-7bcdd3cc] {
    float: left;
    padding: 5px 0;
    width: calc(100vw - 140px);
}
.item-percent[data-v-7bcdd3cc] {
    float: left;
}
.item-progress[data-v-7bcdd3cc] {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 10px;
    background: #EDEDED;
    border-radius: 3px;
}






































































































































































































































































































































































































































































































































/* 空数据 */
.empty {
  margin-top: -1px;
  background: white;
  border: 1px solid #19b293;
}
/* 巡检数量 */
.inspection-count {
  font-weight: normal;
  font-size: 14px;
}
/* 巡检列表 */
.inspection-list {
  overflow: scroll;
}

.item-value {
    font-weight: normal !important;
}
.images {
    float: left;
    width: 55px;
}
.images img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}






























































































































































































































































































































































































































































































/* 合同数量 */
.contract-count {
    float: left;
    font-weight: normal;
    font-size: 14px;
}
/* 合同提示 */
.contract-tip {
    float: left;
    margin-left: 5px;
}

.item-value {
    font-weight: normal !important;
}

th {
    background: #f1f1f1;
    text-align: center;
    height: 20px;
    padding: 5px 0;
}
td {
    text-align: center;
    height: 30px;
}
.item-value {
    font-weight: normal !important;
}

.demo-bg-center[data-v-3962fb41] {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.demo-info[data-v-3962fb41] {
  width: 100%;
  height: 4rem;
  color: black;
}
.demo-btn[data-v-3962fb41] {
  width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  cursor: pointer;
  text-align: center;
  margin: 0.2rem;
  background: blue;
  color: #fff;
  display: inline-block;
}

#changeAddress_xz {
  height: 100%;
  background: #f5f5f5;
}
#changeAddress_xz .botButton-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.87rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#changeAddress_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
#changeAddress_xz .button-textend {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#changeAddress_xz .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#changeAddress_xz .confirm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#changeAddress_xz button {
  margin: 0;
  outline: none;
}

#worksummary-box[data-v-3bb1a2f5],
#worksummary-box2[data-v-3bb1a2f5] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.02rem;
}
#worksummary-box .BotButton[data-v-3bb1a2f5],
#worksummary-box2 .BotButton[data-v-3bb1a2f5] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
#worksummary-box .button-textend[data-v-3bb1a2f5],
#worksummary-box2 .button-textend[data-v-3bb1a2f5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#worksummary-box .button-text[data-v-3bb1a2f5],
#worksummary-box2 .button-text[data-v-3bb1a2f5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#worksummary-box .confirm-box[data-v-3bb1a2f5],
#worksummary-box2 .confirm-box[data-v-3bb1a2f5] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#worksummary-box button[data-v-3bb1a2f5],
#worksummary-box2 button[data-v-3bb1a2f5] {
  margin: 0;
  outline: none;
}
#worksummary-box .menubg[data-v-3bb1a2f5],
#worksummary-box2 .menubg[data-v-3bb1a2f5] {
  position: fixed;
  margin-top: 0.92rem;
  color: #1ab394;
  /*top: 1.4rem;*/
  z-index: 5;
  width: 1.3rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#worksummary-box .botButton-submit[data-v-3bb1a2f5],
#worksummary-box2 .botButton-submit[data-v-3bb1a2f5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.87rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#worksummary-box .shenpiren-box[data-v-3bb1a2f5],
#worksummary-box2 .shenpiren-box[data-v-3bb1a2f5] {
  display: flex;
  background: #fff;
  padding: 0.25rem 0.3rem;
  flex-wrap: wrap;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-3bb1a2f5],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-3bb1a2f5] {
  fill: #1ab394 !important;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-3bb1a2f5],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-3bb1a2f5] {
  color: #1ab394 !important;
}
#worksummary-box .yitijiao-box[data-v-3bb1a2f5],
#worksummary-box2 .yitijiao-box[data-v-3bb1a2f5] {
  background: #fff;
}
#worksummary-box .yitijiao-box .yitijiao-list[data-v-3bb1a2f5],
#worksummary-box2 .yitijiao-box .yitijiao-list[data-v-3bb1a2f5] {
  display: flex;
  padding: 0 0.3rem;
  height: 0.98rem;
  border-bottom: 1px solid #ddd;
  line-height: 0.98rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(1),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(1) {
  flex: 2;
  text-align: left;
  color: #333333;
  font-size: 0.32rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(2),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(2) {
  flex: 3;
  text-align: right;
  color: #999999;
  font-size: 0.28rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(3),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3bb1a2f5]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-3bb1a2f5],
#worksummary-box2 .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-3bb1a2f5] {
  width: 0.4rem;
  margin-right: 0.2rem;
}
#worksummary-box .shenpiren-item[data-v-3bb1a2f5],
#worksummary-box2 .shenpiren-item[data-v-3bb1a2f5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.15rem;
  margin-bottom: 0.22rem;
}
#worksummary-box .headImgUrl[data-v-3bb1a2f5],
#worksummary-box2 .headImgUrl[data-v-3bb1a2f5] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#worksummary-box .shenpiren-avatar[data-v-3bb1a2f5],
#worksummary-box2 .shenpiren-avatar[data-v-3bb1a2f5] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
}
#worksummary-box .md-drop-menu[data-v-3bb1a2f5],
#worksummary-box2 .md-drop-menu[data-v-3bb1a2f5] {
  position: relative;
}
#worksummary-box .navTab[data-v-3bb1a2f5],
#worksummary-box2 .navTab[data-v-3bb1a2f5] {
  margin-top: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
#worksummary-box .mint-header[data-v-3bb1a2f5],
#worksummary-box2 .mint-header[data-v-3bb1a2f5] {
  background: #1ab394;
}
#worksummary-box .navTab[data-v-3bb1a2f5],
#worksummary-box2 .navTab[data-v-3bb1a2f5] {
  display: flex;
}
#worksummary-box .navTabChild[data-v-3bb1a2f5],
#worksummary-box2 .navTabChild[data-v-3bb1a2f5] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#worksummary-box .navTabRight[data-v-3bb1a2f5],
#worksummary-box2 .navTabRight[data-v-3bb1a2f5] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
}
#worksummary-box .box-itemtwo[data-v-3bb1a2f5],
#worksummary-box2 .box-itemtwo[data-v-3bb1a2f5] {
  display: flex;
  align-items: center;
  background: #F4FFFC;
  width: 100%;
  height: 0.79rem;
  line-height: 0.79rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #DEDEDE;
}
#worksummary-box .box-itemtwo > div[data-v-3bb1a2f5],
#worksummary-box2 .box-itemtwo > div[data-v-3bb1a2f5] {
  height: 100%;
}
#worksummary-box .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(3),
#worksummary-box2 .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(2),
#worksummary-box2 .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(2) {
  margin-left: 0.2rem;
  color: #323333;
  font-size: 0.32rem;
}
#worksummary-box .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(1),
#worksummary-box2 .box-itemtwo > div[data-v-3bb1a2f5]:nth-child(1) {
  text-align: justify;
  width: 0.06rem;
  background: #1AB394;
  height: 0.28rem;
  display: inline-block;
  line-height: 0.6rem;
}
#worksummary-box .zhiban-title[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-title[data-v-3bb1a2f5] {
  height: 0.88rem;
  width: 7.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.88rem;
  margin: 0;
}
#worksummary-box .zhiban-title-banner[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-title-banner[data-v-3bb1a2f5] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-title-foot[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-title-foot[data-v-3bb1a2f5] {
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-week-box[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-week-box[data-v-3bb1a2f5] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
#worksummary-box .zhiban-week-box .zhiban-week[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-week-box .zhiban-week[data-v-3bb1a2f5] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
#worksummary-box .zhiban-day-box[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box[data-v-3bb1a2f5] {
  width: 7rem;
  margin: 0 auto;
  height: 0.91rem;
  overflow: hidden;
}
#worksummary-box .zhiban-day-box .zhiban-day[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day[data-v-3bb1a2f5] {
  width: 1rem;
  float: left;
  position: relative;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-3bb1a2f5] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
  padding: 0.06rem 0 0.1rem 0;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-3bb1a2f5] {
  height: 0.35rem;
  color: #333;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-3bb1a2f5] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
#worksummary-box .zhiban-day-box .zhiban-day .no-day-nowork[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .no-day-nowork[data-v-3bb1a2f5] {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  left: 0.45rem;
  top: 0.75rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .day-nowork[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .day-nowork[data-v-3bb1a2f5] {
  width: 0.1rem;
  height: 0.1rem;
  background: red;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  left: 0.45rem;
  top: 0.75rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day[data-v-3bb1a2f5] {
  color: #fff !important;
  background: #3BD7DA;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .nongli[data-v-3bb1a2f5] {
  color: #fff !important;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .date[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .date[data-v-3bb1a2f5] {
  color: #fff !important;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-3bb1a2f5] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #3BD7DA;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-3bb1a2f5] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box[data-v-3bb1a2f5] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-3bb1a2f5] {
  width: 1rem;
  float: left;
  min-height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-3bb1a2f5],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .now-day[data-v-3bb1a2f5] {
  color: #3BD7DA;
}
#worksummary-box .md-swiper-item[data-v-3bb1a2f5],
#worksummary-box2 .md-swiper-item[data-v-3bb1a2f5] {
  width: 100%!important;
}

#worksummary-box[data-v-3fab48e0],
#worksummary-box2[data-v-3fab48e0] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.02rem;
}
#worksummary-box .BotButton[data-v-3fab48e0],
#worksummary-box2 .BotButton[data-v-3fab48e0] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
#worksummary-box .button-textend[data-v-3fab48e0],
#worksummary-box2 .button-textend[data-v-3fab48e0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#worksummary-box .button-text[data-v-3fab48e0],
#worksummary-box2 .button-text[data-v-3fab48e0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#worksummary-box .confirm-box[data-v-3fab48e0],
#worksummary-box2 .confirm-box[data-v-3fab48e0] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#worksummary-box button[data-v-3fab48e0],
#worksummary-box2 button[data-v-3fab48e0] {
  margin: 0;
  outline: none;
}
#worksummary-box .menubg[data-v-3fab48e0],
#worksummary-box2 .menubg[data-v-3fab48e0] {
  position: fixed;
  margin-top: 0.92rem;
  color: #1ab394;
  /*top: 1.4rem;*/
  z-index: 5;
  width: 1.3rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#worksummary-box .botButton-submit[data-v-3fab48e0],
#worksummary-box2 .botButton-submit[data-v-3fab48e0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.87rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#worksummary-box .shenpiren-box[data-v-3fab48e0],
#worksummary-box2 .shenpiren-box[data-v-3fab48e0] {
  display: flex;
  background: #fff;
  padding: 0.25rem 0.3rem;
  flex-wrap: wrap;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-3fab48e0],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-3fab48e0] {
  fill: #1ab394 !important;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-3fab48e0],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-3fab48e0] {
  color: #1ab394 !important;
}
#worksummary-box .yitijiao-box[data-v-3fab48e0],
#worksummary-box2 .yitijiao-box[data-v-3fab48e0] {
  background: #fff;
}
#worksummary-box .yitijiao-box .yitijiao-list[data-v-3fab48e0],
#worksummary-box2 .yitijiao-box .yitijiao-list[data-v-3fab48e0] {
  display: flex;
  padding: 0 0.3rem;
  height: 0.98rem;
  border-bottom: 1px solid #ddd;
  line-height: 0.98rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(1),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(1) {
  flex: 2;
  text-align: left;
  color: #333333;
  font-size: 0.32rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(2),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(2) {
  flex: 3;
  text-align: right;
  color: #999999;
  font-size: 0.28rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(3),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-3fab48e0]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-3fab48e0],
#worksummary-box2 .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-3fab48e0] {
  width: 0.4rem;
  margin-right: 0.2rem;
}
#worksummary-box .shenpiren-item[data-v-3fab48e0],
#worksummary-box2 .shenpiren-item[data-v-3fab48e0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.15rem;
  margin-bottom: 0.22rem;
}
#worksummary-box .headImgUrl[data-v-3fab48e0],
#worksummary-box2 .headImgUrl[data-v-3fab48e0] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#worksummary-box .shenpiren-avatar[data-v-3fab48e0],
#worksummary-box2 .shenpiren-avatar[data-v-3fab48e0] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
}
#worksummary-box .md-drop-menu[data-v-3fab48e0],
#worksummary-box2 .md-drop-menu[data-v-3fab48e0] {
  position: relative;
}
#worksummary-box .navTab[data-v-3fab48e0],
#worksummary-box2 .navTab[data-v-3fab48e0] {
  margin-top: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
#worksummary-box .mint-header[data-v-3fab48e0],
#worksummary-box2 .mint-header[data-v-3fab48e0] {
  background: #1ab394;
}
#worksummary-box .navTab[data-v-3fab48e0],
#worksummary-box2 .navTab[data-v-3fab48e0] {
  display: flex;
}
#worksummary-box .navTabChild[data-v-3fab48e0],
#worksummary-box2 .navTabChild[data-v-3fab48e0] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#worksummary-box .navTabRight[data-v-3fab48e0],
#worksummary-box2 .navTabRight[data-v-3fab48e0] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
}
#worksummary-box .box-itemtwo[data-v-3fab48e0],
#worksummary-box2 .box-itemtwo[data-v-3fab48e0] {
  display: flex;
  align-items: center;
  background: #F4FFFC;
  width: 100%;
  height: 0.79rem;
  line-height: 0.79rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #DEDEDE;
}
#worksummary-box .box-itemtwo > div[data-v-3fab48e0],
#worksummary-box2 .box-itemtwo > div[data-v-3fab48e0] {
  height: 100%;
}
#worksummary-box .box-itemtwo > div[data-v-3fab48e0]:nth-child(3),
#worksummary-box2 .box-itemtwo > div[data-v-3fab48e0]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .box-itemtwo > div[data-v-3fab48e0]:nth-child(2),
#worksummary-box2 .box-itemtwo > div[data-v-3fab48e0]:nth-child(2) {
  margin-left: 0.2rem;
  color: #323333;
  font-size: 0.32rem;
}
#worksummary-box .box-itemtwo > div[data-v-3fab48e0]:nth-child(1),
#worksummary-box2 .box-itemtwo > div[data-v-3fab48e0]:nth-child(1) {
  text-align: justify;
  width: 0.06rem;
  background: #1AB394;
  height: 0.28rem;
  display: inline-block;
  line-height: 0.6rem;
}
#worksummary-box .zhiban-title[data-v-3fab48e0],
#worksummary-box2 .zhiban-title[data-v-3fab48e0] {
  height: 0.88rem;
  width: 7.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.88rem;
  margin: 0;
}
#worksummary-box .zhiban-title-banner[data-v-3fab48e0],
#worksummary-box2 .zhiban-title-banner[data-v-3fab48e0] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-title-foot[data-v-3fab48e0],
#worksummary-box2 .zhiban-title-foot[data-v-3fab48e0] {
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-week-box[data-v-3fab48e0],
#worksummary-box2 .zhiban-week-box[data-v-3fab48e0] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
#worksummary-box .zhiban-week-box .zhiban-week[data-v-3fab48e0],
#worksummary-box2 .zhiban-week-box .zhiban-week[data-v-3fab48e0] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
#worksummary-box .zhiban-day-box[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box[data-v-3fab48e0] {
  width: 7rem;
  margin: 0 auto;
  height: 0.91rem;
  overflow: hidden;
}
#worksummary-box .zhiban-day-box .zhiban-day[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day[data-v-3fab48e0] {
  width: 1rem;
  float: left;
  position: relative;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-3fab48e0] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
  padding: 0.06rem 0 0.1rem 0;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-3fab48e0] {
  height: 0.35rem;
  color: #333;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
#worksummary-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-3fab48e0] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
#worksummary-box .zhiban-day-box .zhiban-day .no-day-nowork[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .no-day-nowork[data-v-3fab48e0] {
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  left: 0.45rem;
  top: 0.75rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .day-nowork[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .day-nowork[data-v-3fab48e0] {
  width: 0.1rem;
  height: 0.1rem;
  background: red;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  left: 0.45rem;
  top: 0.75rem;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day[data-v-3fab48e0] {
  color: #fff !important;
  background: #3BD7DA;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .nongli[data-v-3fab48e0] {
  color: #fff !important;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .date[data-v-3fab48e0],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .date[data-v-3fab48e0] {
  color: #fff !important;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-3fab48e0],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-3fab48e0] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #3BD7DA;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-3fab48e0],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-3fab48e0] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box[data-v-3fab48e0],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box[data-v-3fab48e0] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-3fab48e0],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-3fab48e0] {
  width: 1rem;
  float: left;
  min-height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-3fab48e0],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .now-day[data-v-3fab48e0] {
  color: #3BD7DA;
}
#worksummary-box .md-swiper-item[data-v-3fab48e0],
#worksummary-box2 .md-swiper-item[data-v-3fab48e0] {
  width: 100%!important;
}

.beondutyList[data-v-773f48af] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
.beondutyList .cont[data-v-773f48af] {
  width: 100%;
}
.beondutyList .cont .cont-list-paading[data-v-773f48af] {
  padding: 0 0.24rem;
}
.beondutyList .cont-list[data-v-773f48af] {
  margin-top: 0.2rem;
  height: 0.96rem;
  line-height: 0.96rem;
  display: flex;
  padding: 0 0.24rem;
  background: #fff;
  border-radius: 0.1rem;
  color: #666666;
  font-size: 0.32rem;
}
.beondutyList .cont-list span[data-v-773f48af]:nth-child(1) {
  color: #555555;
}
.beondutyList .cont-list span[data-v-773f48af] {
  flex: 1;
  text-align: center;
}
.beondutyList .navtab-list-time[data-v-773f48af] {
  background: #fff;
  padding: 0.2rem 0.24rem;
}
.beondutyList .navtab-list-time div[data-v-773f48af] {
  padding: 0 0.26rem;
  background: #F4F4F4;
  display: flex;
  text-align: center;
  height: 0.72rem;
  border-radius: 0.08rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
}
.beondutyList .navtab-list-time div span[data-v-773f48af]:nth-child(1) {
  flex: 3;
}
.beondutyList .navtab-list-time div span[data-v-773f48af]:nth-child(2) {
  flex: 1;
}
.beondutyList .navtab-list-time div span[data-v-773f48af]:nth-child(3) {
  flex: 3;
}
.beondutyList .navtab-list-time div span[data-v-773f48af]:nth-child(4) {
  flex: 1;
  text-align: right;
}
.beondutyList .navtab[data-v-773f48af] {
  margin-top: 40px;
  width: 100%;
}
.beondutyList .md-tab-bar[data-v-773f48af] {
  height: 0.88rem;
}
.beondutyList .md-tab-bar[data-v-773f48af] .md-tab-bar-inner {
  height: 0.88rem;
  line-height: 0.88rem;
}
.beondutyList .md-tab-bar[data-v-773f48af] .md-tab-title.active {
  color: #1ab394;
}
.beondutyList .md-tab-bar[data-v-773f48af] .ink-bar {
  background: #1ab394;
}
.beondutyList .md-tab-bar[data-v-773f48af] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.beondutyList .md-tab-bar[data-v-773f48af] .md-tab-title {
  flex: 1;
  font-size: 0.28rem;
}
.beondutyList[data-v-773f48af] .md-scroll-view {
  background: #F4F4F4;
}
.beondutyList .cont[data-v-773f48af] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-773f48af]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.infoname[data-v-773f48af] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-773f48af] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-773f48af] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-773f48af] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-773f48af] {
  color: #ffc442;
}
.shenpiok[data-v-773f48af] {
  color: #1ab394;
}
.shenpino[data-v-773f48af] {
  color: #d93636;
}

.listItem[data-v-6c3eabfe] {
  display: flex;
  width: 7.21rem;
  min-height: 2rem;
  background: #fff;
  border-radius: 0.05rem;
  margin-top: 0.16rem;
  padding: 0.17rem 0.15rem 0.17rem 0.15rem;
}
.left[data-v-6c3eabfe] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info[data-v-6c3eabfe] {
  display: flex;
  align-items: center;
  height: 0.6rem;
  margin-bottom: 0.12rem;
}
.avatar[data-v-6c3eabfe] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #f4f4f4;
  overflow: hidden;
  margin-right: 0.22rem;
}
.avatar img[data-v-6c3eabfe] {
  width: 100%;
}
.name[data-v-6c3eabfe] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-6c3eabfe] {
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail[data-v-6c3eabfe] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
  overflow: hidden;
  word-break: break-all;
}
.right[data-v-6c3eabfe] {
  height: 100%;
  font-size: 0.24rem;
}

.beondutyAdd[data-v-841ac064] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.beondutyAdd .box-onduty-Completed[data-v-841ac064] {
  align-items: center;
  background: #f6f6f6;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0.3rem;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-onduty-Completed textarea[data-v-841ac064] {
  width: 100%;
  background: #f6f6f6;
  min-height: 3rem;
}
.beondutyAdd .box-onduty-Completed p[data-v-841ac064] {
  line-height: 0.4rem;
}
.beondutyAdd .box-onduty-record[data-v-841ac064] {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-onduty-record textarea[data-v-841ac064] {
  width: 100%;
  padding: 0.24rem 0rem;
  min-height: 1.6rem;
}
.beondutyAdd .box-item-event[data-v-841ac064] {
  display: flex;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-item-event .eventtwo[data-v-841ac064] {
  flex: 1;
  line-height: 1.6rem;
  text-align: right;
}
.beondutyAdd .box-item-event .eventone-one[data-v-841ac064] {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyAdd .box-item-event .eventone-one p[data-v-841ac064] {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beondutyAdd .box-item-event .eventone-two[data-v-841ac064] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyAdd .box-item-event .eventone-two span[data-v-841ac064]:nth-child(1) {
  flex: 1;
  color: #666666;
}
.beondutyAdd .box-item-event .eventone-two span[data-v-841ac064]:nth-child(2) {
  flex: 2;
  color: #F8AC59;
}
.beondutyAdd .box-item-event .eventone[data-v-841ac064] {
  flex: 7;
}
.beondutyAdd .box-item-list[data-v-841ac064] {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-item-list div[data-v-841ac064]:nth-child(1) {
  flex: 4;
  height: 0.9rem;
  overflow: hidden;
}
.beondutyAdd .box-item-list div[data-v-841ac064]:nth-child(2) {
  flex: 3;
}
.beondutyAdd .box-item-list div:nth-child(2) i[data-v-841ac064] {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: red;
}
.beondutyAdd .box-item-list div[data-v-841ac064]:nth-child(3) {
  text-align: right;
  flex: 1;
}
.beondutyAdd .box-itemtwo[data-v-841ac064] {
  display: flex;
  align-items: center;
  background: #F4FFFC;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-itemtwo > div[data-v-841ac064] {
  height: 100%;
}
.beondutyAdd .box-itemtwo > div[data-v-841ac064]:nth-child(3) {
  flex: 1;
  text-align: right;
}
.beondutyAdd .box-itemtwo > div[data-v-841ac064]:nth-child(2) {
  margin-left: 0.2rem;
  font-weight: bold;
  color: #323333;
  font-size: 0.32rem;
}
.beondutyAdd .box-itemtwo > div[data-v-841ac064]:nth-child(1) {
  text-align: justify;
  width: 0.06rem;
  background: #1AB394;
  height: 0.28rem;
  display: inline-block;
  line-height: 0.6rem;
}
.beondutyAdd .box-item[data-v-841ac064] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyAdd .box-item > div[data-v-841ac064] {
  display: flex;
  align-items: center;
  height: 100%;
}
.beondutyAdd .box-item > div[data-v-841ac064]:nth-child(1) {
  text-align: justify;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.9rem;
}
.beondutyAdd .box-item > div[data-v-841ac064]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.beondutyAdd .box-item > div[data-v-841ac064]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.beondutyAdd .header[data-v-841ac064] {
  z-index: 9;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.beondutyAdd .header span[data-v-841ac064]:nth-child(1) {
  flex: 1;
}
.beondutyAdd .header span[data-v-841ac064]:nth-child(2) {
  flex: 6;
  margin-left: -1.1rem;
}
.beondutyAdd .beondutyAdd-cont[data-v-841ac064] {
  margin-top: 40px;
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-v-841ac064]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.BotButton[data-v-ade8563c] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.button-text[data-v-ade8563c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-ade8563c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-ade8563c] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-ade8563c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.47rem;
  height: 0.74rem;
  background: #f8ac59;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-ade8563c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.beondutyHis[data-v-b33ac092] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.beondutyHis .box-onduty-Completed[data-v-b33ac092] {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-onduty-record[data-v-b33ac092] {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-onduty-record textarea[data-v-b33ac092] {
  width: 100%;
  background: #f6f6f6;
  padding: 0.24rem 0rem;
  min-height: 1.6rem;
}
.beondutyHis .box-item-event[data-v-b33ac092] {
  display: flex;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-item-event .eventtwo[data-v-b33ac092] {
  flex: 1;
  line-height: 1.6rem;
  text-align: right;
}
.beondutyHis .box-item-event .eventone-one[data-v-b33ac092] {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyHis .box-item-event .eventone-one p[data-v-b33ac092] {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beondutyHis .box-item-event .eventone-two[data-v-b33ac092] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyHis .box-item-event .eventone-two span[data-v-b33ac092]:nth-child(1) {
  flex: 1;
  color: #666666;
}
.beondutyHis .box-item-event .eventone-two span[data-v-b33ac092]:nth-child(2) {
  flex: 2;
  color: #F8AC59;
}
.beondutyHis .box-item-event .eventone[data-v-b33ac092] {
  flex: 7;
}
.beondutyHis .box-item-list[data-v-b33ac092] {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-item-list div[data-v-b33ac092]:nth-child(1) {
  flex: 4;
  height: 0.9rem;
  overflow: hidden;
}
.beondutyHis .box-item-list div[data-v-b33ac092]:nth-child(2) {
  flex: 3;
}
.beondutyHis .box-item-list div:nth-child(2) i[data-v-b33ac092] {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: red;
}
.beondutyHis .box-item-list div[data-v-b33ac092]:nth-child(3) {
  text-align: right;
  flex: 1;
}
.beondutyHis .box-itemthree[data-v-b33ac092] {
  padding: 0.3rem;
}
.beondutyHis .box-itemthree p[data-v-b33ac092] {
  line-height: 0.5rem;
  color: #666;
  font-size: 0.32rem;
}
.beondutyHis .box-itemthree textarea[data-v-b33ac092] {
  width: 100%;
  background: #fff;
  min-height: 3rem;
}
.beondutyHis .box-itemtwo[data-v-b33ac092] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-itemtwo > div[data-v-b33ac092] {
  height: 100%;
}
.beondutyHis .box-itemtwo > div[data-v-b33ac092]:nth-child(3) {
  flex: 1;
  text-align: right;
}
.beondutyHis .box-itemtwo > div[data-v-b33ac092]:nth-child(2) {
  margin-left: 0.2rem;
  font-weight: bold;
  color: #323333;
  font-size: 0.32rem;
}
.beondutyHis .box-itemtwo > div[data-v-b33ac092]:nth-child(1) {
  text-align: justify;
  width: 0.06rem;
  background: #1AB394;
  height: 0.28rem;
  display: inline-block;
  line-height: 0.6rem;
}
.beondutyHis .box-item[data-v-b33ac092] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.beondutyHis .box-item > div[data-v-b33ac092] {
  display: flex;
  align-items: center;
  height: 100%;
}
.beondutyHis .box-item > div[data-v-b33ac092]:nth-child(1) {
  text-align: justify;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.9rem;
}
.beondutyHis .box-item > div[data-v-b33ac092]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.beondutyHis .box-item > div[data-v-b33ac092]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.beondutyHis .header[data-v-b33ac092] {
  z-index: 9;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
.beondutyHis .header span[data-v-b33ac092]:nth-child(1) {
  flex: 1;
}
.beondutyHis .header span[data-v-b33ac092]:nth-child(2) {
  flex: 6;
  margin-left: -1.1rem;
}
.beondutyHis .beondutyHis-cont[data-v-b33ac092] {
  margin-top: 40px;
  flex: 1;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-v-b33ac092]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.BotButton[data-v-585c1d65] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.button-text[data-v-585c1d65] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-585c1d65] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-585c1d65] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-585c1d65] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #f8ac59;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-585c1d65] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

#switching_xz {
  height: 100%;
  background: #f5f5f5;
}
#switching_xz .departmentSwitch_name {
  font-size: 0.32rem;
  color: #333;
  flex: 1;
}
#switching_xz .departmentSwitch_icon img {
  width: 0.88rem;
  padding: 0 0.3rem;
  height: 0.88rem;
}
#switching_xz .departmentSwitch_right img {
  padding-right: 0.2rem;
  width: 0.14rem;
  height: 0.25rem;
}
#switching_xz .departmentSwitch_list {
  height: 1.34rem;
  display: flex;
  box-shadow: 0px 0px 10px rgba(26, 179, 148, 0.1);
  background: #fff;
  line-height: 1.34rem;
  margin-top: 0.3rem;
  border-radius: 0.1rem;
}
#switching_xz .departmentSwitch_continer {
  padding: 0.32rem 0.28rem 0 0.28rem;
}
#switching_xz .departmentSwitch_title {
  font-size: 0.28rem;
  color: #666;
  /* margin-left: .29rem; */
}
#switching_xz .departmentSwitch {
  height: 100%;
  background: #f5f5f5;
}
#switching_xz .active {
  background: #1ab394 !important;
  color: #fff !important;
}
#switching_xz .switchlist {
  padding: 0.43rem 0.3rem 0 0.28rem;
  height: 100%;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: #f4f4f4;
}
#switching_xz .switchlist div {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 0.1rem;
  color: #1ab394;
  line-height: 0.9rem;
  font-size: 0.4rem;
  text-align: center;
}

.zhiban-box[data-v-0adce44c] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.4rem;
}
.zhiban-box .zhiban-title[data-v-0adce44c] {
  height: 0.88rem;
  width: 7.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.88rem;
  margin: 0;
}
.zhiban-box .zhiban-title-banner[data-v-0adce44c] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.08rem;
  background: #f4f4f4;
}
.zhiban-box .zhiban-week-box[data-v-0adce44c] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-0adce44c] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box[data-v-0adce44c] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-0adce44c] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-0adce44c] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-0adce44c] {
  height: 0.35rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-0adce44c] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day[data-v-0adce44c] {
  color: #fff !important;
  background: #1ab394;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-0adce44c] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-0adce44c] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #1ab394;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-0adce44c] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box[data-v-0adce44c] {
  width: 7rem;
  margin: 0 auto;
  height: 0.7rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-0adce44c] {
  width: 1rem;
  float: left;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-0adce44c] {
  color: #1ab394;
}
.zhiban-box .md-swiper-item[data-v-0adce44c] {
  width: 100%!important;
}

.zhiban-box[data-v-7d5a3d7c] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.02rem;
}
.zhiban-box .zhiban-title[data-v-7d5a3d7c] {
  height: 0.88rem;
  width: 7.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.88rem;
  margin: 0;
}
.zhiban-box .zhiban-title-banner[data-v-7d5a3d7c] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.08rem;
  background: #f4f4f4;
}
.zhiban-box .zhiban-week-box[data-v-7d5a3d7c] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-7d5a3d7c] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box[data-v-7d5a3d7c] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-7d5a3d7c] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-7d5a3d7c] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
  padding: 0.06rem 0 0.1rem 0;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-7d5a3d7c] {
  height: 0.35rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-7d5a3d7c] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day[data-v-7d5a3d7c] {
  color: #fff !important;
  background: #3BD7DA;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-7d5a3d7c] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-7d5a3d7c] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #3BD7DA;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-7d5a3d7c] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box[data-v-7d5a3d7c] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-7d5a3d7c] {
  width: 1rem;
  float: left;
  min-height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-7d5a3d7c] {
  color: #3BD7DA;
}
.zhiban-box .md-swiper-item[data-v-7d5a3d7c] {
  width: 100%!important;
}

.zhiban-box[data-v-a748c928] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 1.4rem;
}
.zhiban-box .zhiban-title[data-v-a748c928] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 0.88rem;
  width: 7.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.88rem;
  margin: 0;
}
.zhiban-box .zhiban-title-banner[data-v-a748c928] {
  width: 7.5rem;
  height: 0.08rem;
  background: #f4f4f4;
  position: fixed;
  top: 0.88rem;
  left: 0;
  z-index: 9999;
}
.zhiban-box .zhiban-title-banner2[data-v-a748c928] {
  width: 7.5rem;
  height: 0.08rem;
  background: #f4f4f4;
  position: fixed;
  top: 1.78rem;
  left: 0;
  z-index: 9999;
}
.zhiban-box .zhiban-week-box[data-v-a748c928] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
  margin-top: 1.86rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-a748c928] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box[data-v-a748c928] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-a748c928] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-a748c928] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-a748c928] {
  height: 0.35rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-a748c928] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day[data-v-a748c928] {
  color: #fff !important;
  background: #3BD7DA;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-a748c928] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-a748c928] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #3BD7DA;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-a748c928] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box[data-v-a748c928] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-a748c928] {
  width: 1rem;
  float: left;
  min-height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-a748c928] {
  color: #3BD7DA;
}
.zhiban-box .md-swiper-item[data-v-a748c928] {
  width: 100%!important;
}

.zhiban-select .md-drop-menu {
  top: 0.96rem;
}
.zhiban-select .md-drop-menu-list {
  padding-top: 1.86rem !important;
}
.zhiban-select .md-radio .md-field .md-field-item.md-radio-item.selected {
  background: #f4f4f4;
  color: #3bd7da;
}
.zhiban-select .md-drop-menu .md-drop-menu-bar .bar-item.selected {
  color: #000;
}
.zhiban-select .md-drop-menu .md-drop-menu-bar .bar-item.selected span:after {
  border-top-color: #000;
}
.zhiban-select .md-radio .md-field .md-field-item.md-radio-item .md-icon {
  fill: #3bd7da;
}
.no-data-box {
  width: 2.16rem;
  height: 2.64rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  background: url(../../static/img/none-data@2x.ba466dd.png);
  background-size: 100% 100%;
}

.newAssets-cont[data-v-676fecb0] {
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-676fecb0] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-676fecb0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-676fecb0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-676fecb0] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-676fecb0] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-676fecb0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-676fecb0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #E6E6E5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.NewAssets[data-v-676fecb0] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.bgColorS[data-v-676fecb0] {
  background: #ebebe4;
}
.box-title[data-v-676fecb0] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-676fecb0] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-676fecb0]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-676fecb0] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-676fecb0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-676fecb0] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-676fecb0]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-676fecb0]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-676fecb0] {
  line-height: 0;
  width: 100%;
}

.BotButton[data-v-246e71a4] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 99999999999999 !important;
}
.button-textend[data-v-246e71a4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-246e71a4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-246e71a4] {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-246e71a4] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-246e71a4] {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-246e71a4] {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 0.74rem;
  background: #e6e6e5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.assetsDetails[data-v-663c8ed4] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-663c8ed4] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-663c8ed4] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-663c8ed4],
.newAssets-contTwo[data-v-663c8ed4] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-663c8ed4] {
  text-align: center;
}
.red[data-v-663c8ed4] {
  background: red;
}
.green[data-v-663c8ed4] {
  background: greenyellow;
}
.box-title[data-v-663c8ed4] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-663c8ed4] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-663c8ed4] {
  float: right;
}
.box-content-title[data-v-663c8ed4] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-663c8ed4] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-663c8ed4]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-663c8ed4]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-663c8ed4]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-663c8ed4]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-663c8ed4] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-663c8ed4]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-663c8ed4] {
  height: 0.82rem;
}
.md-tab-bar[data-v-663c8ed4] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-663c8ed4] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-663c8ed4] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-663c8ed4] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-663c8ed4] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-663c8ed4] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-663c8ed4] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-663c8ed4] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-663c8ed4] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-663c8ed4] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-663c8ed4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-663c8ed4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-663c8ed4] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-663c8ed4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-663c8ed4] {
  color: red;
}
.page-loadmore-wrapper[data-v-663c8ed4] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-663c8ed4] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-663c8ed4] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-663c8ed4] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-663c8ed4] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-663c8ed4] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-663c8ed4] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-663c8ed4] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-663c8ed4]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-663c8ed4]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-663c8ed4] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-663c8ed4]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-663c8ed4]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-663c8ed4] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-663c8ed4]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-663c8ed4] {
  font-weight: bold;
}
.missionPeron[data-v-663c8ed4] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-663c8ed4] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-663c8ed4] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-663c8ed4] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-663c8ed4] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-663c8ed4] {
  height: auto!important;
}
.navMissionPeronContain[data-v-663c8ed4] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-663c8ed4] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-663c8ed4]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-663c8ed4] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-663c8ed4]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-663c8ed4]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-663c8ed4]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-663c8ed4] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-663c8ed4] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-663c8ed4] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-663c8ed4] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-663c8ed4] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-663c8ed4] {
  width: 0.5rem;
}
ul li .title .mark[data-v-663c8ed4] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-663c8ed4] {
  background: #95ce41 !important;
}
ul li .content[data-v-663c8ed4] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-663c8ed4] {
  font-weight: bold;
}
.title p[data-v-663c8ed4],
.title h3[data-v-663c8ed4] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-663c8ed4] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-663c8ed4] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-663c8ed4] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-663c8ed4] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-663c8ed4] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-663c8ed4]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-663c8ed4]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-663c8ed4]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-663c8ed4]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-663c8ed4] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-663c8ed4] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-663c8ed4] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-663c8ed4] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-663c8ed4] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-663c8ed4] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-663c8ed4] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-663c8ed4] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-663c8ed4] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}
.footerBtn[data-v-663c8ed4] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-663c8ed4] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
  /*height: 1rem;*/
}
#inspectionChatParent .inspectionItem[data-v-663c8ed4] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-663c8ed4] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-663c8ed4] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-663c8ed4] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-663c8ed4] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #fff4f4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
.consumRecord[data-v-663c8ed4] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-663c8ed4] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-663c8ed4] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-663c8ed4]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-663c8ed4]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-663c8ed4]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-663c8ed4]:nth-child(2) {
  width: 3rem;
}

.newAssets-cont[data-v-ef47197c] {
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-ef47197c] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-ef47197c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-ef47197c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-ef47197c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-ef47197c] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-ef47197c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-ef47197c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #E6E6E5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.NewAssets[data-v-ef47197c] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.bgColorS[data-v-ef47197c] {
  background: #ebebe4;
}
.box-title[data-v-ef47197c] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-ef47197c] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-ef47197c]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-ef47197c] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-ef47197c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-ef47197c] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-ef47197c]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-ef47197c]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-ef47197c] {
  line-height: 0;
  width: 100%;
}

.assetsDetails[data-v-48282f4a] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-48282f4a] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-48282f4a] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-48282f4a],
.newAssets-contTwo[data-v-48282f4a] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-48282f4a] {
  text-align: center;
}
.red[data-v-48282f4a] {
  background: red;
}
.green[data-v-48282f4a] {
  background: greenyellow;
}
.box-title[data-v-48282f4a] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-48282f4a] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-48282f4a] {
  float: right;
}
.box-content-title[data-v-48282f4a] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-48282f4a] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-48282f4a]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-48282f4a]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-48282f4a]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-48282f4a]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-48282f4a] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-48282f4a]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-48282f4a] {
  height: 0.82rem;
}
.md-tab-bar[data-v-48282f4a] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-48282f4a] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-48282f4a] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-48282f4a] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-48282f4a] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-48282f4a] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-48282f4a] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-48282f4a] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-48282f4a] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-48282f4a] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-48282f4a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-48282f4a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-48282f4a] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-48282f4a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-48282f4a] {
  color: red;
}
.page-loadmore-wrapper[data-v-48282f4a] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-48282f4a] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-48282f4a] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-48282f4a] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-48282f4a] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-48282f4a] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-48282f4a] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-48282f4a] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-48282f4a]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-48282f4a]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-48282f4a] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-48282f4a]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-48282f4a]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-48282f4a] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-48282f4a]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-48282f4a] {
  font-weight: bold;
}
.missionPeron[data-v-48282f4a] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-48282f4a] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-48282f4a] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-48282f4a] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-48282f4a] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-48282f4a] {
  height: auto!important;
}
.navMissionPeronContain[data-v-48282f4a] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-48282f4a] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-48282f4a]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-48282f4a] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-48282f4a]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-48282f4a]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-48282f4a]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-48282f4a] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-48282f4a] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-48282f4a] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-48282f4a] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-48282f4a] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-48282f4a] {
  width: 0.5rem;
}
ul li .title .mark[data-v-48282f4a] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-48282f4a] {
  background: #95ce41 !important;
}
ul li .content[data-v-48282f4a] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-48282f4a] {
  font-weight: bold;
}
.title p[data-v-48282f4a],
.title h3[data-v-48282f4a] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-48282f4a] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-48282f4a] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-48282f4a] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-48282f4a] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-48282f4a] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-48282f4a]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-48282f4a]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-48282f4a]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-48282f4a]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-48282f4a] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-48282f4a] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-48282f4a] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-48282f4a] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-48282f4a] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-48282f4a] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-48282f4a] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-48282f4a] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-48282f4a] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}

.assetsDetails[data-v-664bd9d8] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-664bd9d8] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-664bd9d8] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-664bd9d8],
.newAssets-contTwo[data-v-664bd9d8] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-664bd9d8] {
  text-align: center;
}
.red[data-v-664bd9d8] {
  background: red;
}
.green[data-v-664bd9d8] {
  background: greenyellow;
}
.box-title[data-v-664bd9d8] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-664bd9d8] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-664bd9d8] {
  float: right;
}
.box-content-title[data-v-664bd9d8] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-664bd9d8] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-664bd9d8]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-664bd9d8]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-664bd9d8]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-664bd9d8]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-664bd9d8] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-664bd9d8]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-664bd9d8] {
  height: 0.82rem;
}
.md-tab-bar[data-v-664bd9d8] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-664bd9d8] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-664bd9d8] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-664bd9d8] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-664bd9d8] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-664bd9d8] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-664bd9d8] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-664bd9d8] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-664bd9d8] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-664bd9d8] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-664bd9d8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-664bd9d8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-664bd9d8] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-664bd9d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-664bd9d8] {
  color: red;
}
.page-loadmore-wrapper[data-v-664bd9d8] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-664bd9d8] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-664bd9d8] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-664bd9d8] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-664bd9d8] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-664bd9d8] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-664bd9d8] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-664bd9d8] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-664bd9d8]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-664bd9d8]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-664bd9d8] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-664bd9d8]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-664bd9d8]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-664bd9d8] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-664bd9d8]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-664bd9d8] {
  font-weight: bold;
}
.missionPeron[data-v-664bd9d8] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-664bd9d8] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-664bd9d8] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-664bd9d8] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-664bd9d8] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-664bd9d8] {
  height: auto!important;
}
.navMissionPeronContain[data-v-664bd9d8] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-664bd9d8] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-664bd9d8]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-664bd9d8] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-664bd9d8]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-664bd9d8]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-664bd9d8]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-664bd9d8] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-664bd9d8] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-664bd9d8] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-664bd9d8] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-664bd9d8] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-664bd9d8] {
  width: 0.5rem;
}
ul li .title .mark[data-v-664bd9d8] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-664bd9d8] {
  background: #95ce41 !important;
}
ul li .content[data-v-664bd9d8] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-664bd9d8] {
  font-weight: bold;
}
.title p[data-v-664bd9d8],
.title h3[data-v-664bd9d8] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-664bd9d8] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-664bd9d8] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-664bd9d8] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-664bd9d8] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-664bd9d8] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-664bd9d8]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-664bd9d8]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-664bd9d8]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-664bd9d8]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-664bd9d8] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-664bd9d8] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-664bd9d8] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-664bd9d8] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-664bd9d8] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-664bd9d8] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-664bd9d8] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-664bd9d8] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-664bd9d8] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}

.md-popup .md-field[data-v-6152a342] {
  height: 7rem;
  overflow: scroll;
}
.must[data-v-6152a342] {
  color: red;
  line-height: 0.34rem;
  margin-right: 0.1rem;
}
.newAssets-cont[data-v-6152a342] {
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-6152a342] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-6152a342] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-6152a342] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-6152a342] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-6152a342] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-6152a342] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-6152a342] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #E6E6E5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.NewAssets[data-v-6152a342] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.bgColorS[data-v-6152a342] {
  background: #ebebe4;
}
.box-title[data-v-6152a342] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-6152a342] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-6152a342]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-6152a342] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-6152a342] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-6152a342] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-6152a342]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-6152a342]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-6152a342] {
  line-height: 0;
  width: 100%;
}

.assetsDetails[data-v-95aeeb64] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-95aeeb64] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-95aeeb64] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-95aeeb64],
.newAssets-contTwo[data-v-95aeeb64] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-95aeeb64] {
  text-align: center;
}
.red[data-v-95aeeb64] {
  background: red;
}
.green[data-v-95aeeb64] {
  background: greenyellow;
}
.box-title[data-v-95aeeb64] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-95aeeb64] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-95aeeb64] {
  float: right;
}
.box-content-title[data-v-95aeeb64] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-95aeeb64] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-95aeeb64]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-95aeeb64]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-95aeeb64]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-95aeeb64]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-95aeeb64] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-95aeeb64]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-95aeeb64] {
  height: 0.82rem;
}
.md-tab-bar[data-v-95aeeb64] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-95aeeb64] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-95aeeb64] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-95aeeb64] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-95aeeb64] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-95aeeb64] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-95aeeb64] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-95aeeb64] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-95aeeb64] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-95aeeb64] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-95aeeb64] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-95aeeb64] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-95aeeb64] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-95aeeb64] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-95aeeb64] {
  color: red;
}
.page-loadmore-wrapper[data-v-95aeeb64] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-95aeeb64] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-95aeeb64] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-95aeeb64] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-95aeeb64] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-95aeeb64] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-95aeeb64] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-95aeeb64] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-95aeeb64]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-95aeeb64]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-95aeeb64] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-95aeeb64]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-95aeeb64]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-95aeeb64] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-95aeeb64]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-95aeeb64] {
  font-weight: bold;
}
.missionPeron[data-v-95aeeb64] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-95aeeb64] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-95aeeb64] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-95aeeb64] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-95aeeb64] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-95aeeb64] {
  height: auto!important;
}
.navMissionPeronContain[data-v-95aeeb64] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-95aeeb64] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-95aeeb64]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-95aeeb64] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-95aeeb64]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-95aeeb64]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-95aeeb64]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-95aeeb64] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-95aeeb64] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-95aeeb64] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-95aeeb64] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-95aeeb64] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-95aeeb64] {
  width: 0.5rem;
}
ul li .title .mark[data-v-95aeeb64] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-95aeeb64] {
  background: #95ce41 !important;
}
ul li .content[data-v-95aeeb64] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-95aeeb64] {
  font-weight: bold;
}
.title p[data-v-95aeeb64],
.title h3[data-v-95aeeb64] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-95aeeb64] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-95aeeb64] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-95aeeb64] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-95aeeb64] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-95aeeb64] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-95aeeb64]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-95aeeb64]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-95aeeb64]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-95aeeb64]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-95aeeb64] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-95aeeb64] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-95aeeb64] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-95aeeb64] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-95aeeb64] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-95aeeb64] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-95aeeb64] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-95aeeb64] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-95aeeb64] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}
.footerBtn[data-v-95aeeb64] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-95aeeb64] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
  /*height: 1rem;*/
}
#inspectionChatParent .inspectionItem[data-v-95aeeb64] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-95aeeb64] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-95aeeb64] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-95aeeb64] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-95aeeb64] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #fff4f4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
.consumRecord[data-v-95aeeb64] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-95aeeb64] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-95aeeb64] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-95aeeb64]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-95aeeb64]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-95aeeb64]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-95aeeb64]:nth-child(2) {
  width: 3rem;
}

.BotButton[data-v-24812f05] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-24812f05] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-24812f05] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #e6e6e5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.newAssets-cont[data-v-24812f05] {
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-24812f05] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-24812f05] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-24812f05] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-24812f05] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #E6E6E5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.NewAssets[data-v-24812f05] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.bgColorS[data-v-24812f05] {
  background: #ebebe4;
}
.box-title[data-v-24812f05] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-24812f05] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-24812f05]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-24812f05] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-24812f05] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-24812f05] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-24812f05]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-24812f05]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-24812f05] {
  line-height: 0;
  width: 100%;
}

.assetsDetails[data-v-7d59825c] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-7d59825c] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-7d59825c] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-7d59825c],
.newAssets-contTwo[data-v-7d59825c] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-7d59825c] {
  text-align: center;
}
.red[data-v-7d59825c] {
  background: red;
}
.green[data-v-7d59825c] {
  background: greenyellow;
}
.box-title[data-v-7d59825c] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-7d59825c] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-7d59825c] {
  float: right;
}
.box-content-title[data-v-7d59825c] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-7d59825c] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-7d59825c]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-7d59825c]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-7d59825c]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-7d59825c]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-7d59825c] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-7d59825c]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-7d59825c] {
  height: 0.82rem;
}
.md-tab-bar[data-v-7d59825c] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-7d59825c] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-7d59825c] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-7d59825c] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-7d59825c] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-7d59825c] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-7d59825c] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-7d59825c] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-7d59825c] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-7d59825c] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-7d59825c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-7d59825c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-7d59825c] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-7d59825c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-7d59825c] {
  color: red;
}
.page-loadmore-wrapper[data-v-7d59825c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-7d59825c] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-7d59825c] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-7d59825c] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-7d59825c] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-7d59825c] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-7d59825c] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-7d59825c] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-7d59825c]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-7d59825c]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-7d59825c] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-7d59825c]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-7d59825c]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-7d59825c] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-7d59825c]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-7d59825c] {
  font-weight: bold;
}
.missionPeron[data-v-7d59825c] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-7d59825c] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-7d59825c] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-7d59825c] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-7d59825c] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-7d59825c] {
  height: auto!important;
}
.navMissionPeronContain[data-v-7d59825c] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-7d59825c] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-7d59825c]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-7d59825c] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-7d59825c]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-7d59825c]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-7d59825c]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-7d59825c] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-7d59825c] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-7d59825c] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-7d59825c] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-7d59825c] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-7d59825c] {
  width: 0.5rem;
}
ul li .title .mark[data-v-7d59825c] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-7d59825c] {
  background: #95ce41 !important;
}
ul li .content[data-v-7d59825c] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-7d59825c] {
  font-weight: bold;
}
.title p[data-v-7d59825c],
.title h3[data-v-7d59825c] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-7d59825c] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-7d59825c] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-7d59825c] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-7d59825c] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-7d59825c] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-7d59825c]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-7d59825c]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-7d59825c]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-7d59825c]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-7d59825c] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-7d59825c] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-7d59825c] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-7d59825c] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-7d59825c] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-7d59825c] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-7d59825c] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-7d59825c] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-7d59825c] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}
.footerBtn[data-v-7d59825c] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-7d59825c] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
  /*height: 1rem;*/
}
#inspectionChatParent .inspectionItem[data-v-7d59825c] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-7d59825c] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-7d59825c] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-7d59825c] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-7d59825c] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #fff4f4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-7d59825c] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.consumRecord[data-v-7d59825c] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-7d59825c] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-7d59825c] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-7d59825c]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-7d59825c]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-7d59825c]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-7d59825c]:nth-child(2) {
  width: 3rem;
}
.confirm-box[data-v-7d59825c] {
  display: flex;
}

.BotButton[data-v-00ce8eb3] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-00ce8eb3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-00ce8eb3] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #e6e6e5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.newAssets-cont .box-item div[data-v-00ce8eb3]:nth-child(1) {
  width: 3.4rem !important;
}
.newAssets-cont[data-v-00ce8eb3] {
  flex: 1;
  width: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-00ce8eb3] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 999 !important;
}
.button-textend[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.button-text[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-00ce8eb3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-00ce8eb3] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-00ce8eb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.47rem;
  height: 0.74rem;
  background: #E6E6E5;
  color: #666666;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.NewAssets[data-v-00ce8eb3] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.bgColorS[data-v-00ce8eb3] {
  background: #ebebe4;
}
.box-title[data-v-00ce8eb3] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-00ce8eb3] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-00ce8eb3]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-00ce8eb3] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-00ce8eb3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-00ce8eb3] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-00ce8eb3]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-00ce8eb3]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-00ce8eb3] {
  line-height: 0;
  width: 100%;
}

.box-content-title span[data-v-18e39c07]:nth-child(1) {
  flex: 4 !important;
}
.assetsDetails[data-v-18e39c07] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
.cont[data-v-18e39c07] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.imgNoData[data-v-18e39c07] {
  width: 2.6rem;
  margin-top: 1.44rem;
}
.newAssets-cont[data-v-18e39c07],
.newAssets-contTwo[data-v-18e39c07] {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  padding-top: 0.2rem;
}
.newAssets-contTwo[data-v-18e39c07] {
  text-align: center;
}
.red[data-v-18e39c07] {
  background: red;
}
.green[data-v-18e39c07] {
  background: greenyellow;
}
.box-title[data-v-18e39c07] {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
.box-content[data-v-18e39c07] {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
.box-boderRight[data-v-18e39c07] {
  float: right;
}
.box-content-title[data-v-18e39c07] {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
.box-content-titleTwo[data-v-18e39c07] {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
.box-content-titleTwo p[data-v-18e39c07]:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
.box-content-titleTwo p[data-v-18e39c07]:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
.box-content-title span[data-v-18e39c07]:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
.box-content-title span[data-v-18e39c07]:nth-child(2) {
  flex: 5;
  color: #555555;
}
.box-borderLeft[data-v-18e39c07] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
[data-v-18e39c07]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.navtab-list[data-v-18e39c07] {
  height: 0.82rem;
}
.md-tab-bar[data-v-18e39c07] {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
.md-tab-bar[data-v-18e39c07] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-18e39c07] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-18e39c07] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-18e39c07] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-18e39c07] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-18e39c07] .md-scroll-view {
  background: #F4F4F4;
}
.BotButton[data-v-18e39c07] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
.BotButton-new[data-v-18e39c07] {
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.button-text[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.confirm-box[data-v-18e39c07] {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree[data-v-18e39c07] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxThree .botButton-cancletwo[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo[data-v-18e39c07] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.confirm-boxTwo .botButton-submittwo[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.confirm-boxTwo .botButton-cancletwo[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
button[data-v-18e39c07] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-18e39c07] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.classRedColor[data-v-18e39c07] {
  color: red;
}
.page-loadmore-wrapper[data-v-18e39c07] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-18e39c07] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#informationRepair[data-v-18e39c07] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#informationRepair .RepairLength[data-v-18e39c07] {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#informationRepair .RepairContent[data-v-18e39c07] {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#informationRepair .RepairContent .RepairList[data-v-18e39c07] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#informationRepair .RepairContent .RepairList .RepairNumbertitle[data-v-18e39c07] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#informationRepair .RepairContent .RepairList .RepairNumber[data-v-18e39c07] {
  padding-bottom: 0.2rem;
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-18e39c07]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairNumber p[data-v-18e39c07]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#informationRepair .RepairContent .RepairList .RepairTime[data-v-18e39c07] {
  display: flex;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-18e39c07]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#informationRepair .RepairContent .RepairList .RepairTime p[data-v-18e39c07]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#commponentList[data-v-18e39c07] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
.missionPeron[data-v-18e39c07]:last-child {
  margin-bottom: 0rem;
}
.fontWeightText[data-v-18e39c07] {
  font-weight: bold;
}
.missionPeron[data-v-18e39c07] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-18e39c07] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-18e39c07] {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-18e39c07] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-18e39c07] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-18e39c07] {
  height: auto!important;
}
.navMissionPeronContain[data-v-18e39c07] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-18e39c07] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-18e39c07]:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
.footerMissionPeronContain[data-v-18e39c07] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-18e39c07]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-18e39c07]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-18e39c07]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-18e39c07] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
ul[data-v-18e39c07] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-18e39c07] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-18e39c07] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-18e39c07] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
.audioImg img[data-v-18e39c07] {
  width: 0.5rem;
}
ul li .title .mark[data-v-18e39c07] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-18e39c07] {
  background: #95ce41 !important;
}
ul li .content[data-v-18e39c07] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-18e39c07] {
  font-weight: bold;
}
.title p[data-v-18e39c07],
.title h3[data-v-18e39c07] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-18e39c07] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-18e39c07] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.consumRecord[data-v-18e39c07] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-18e39c07] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-18e39c07] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-18e39c07]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-18e39c07]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-18e39c07]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-18e39c07]:nth-child(2) {
  width: 3rem;
}
#inspectionChatParent[data-v-18e39c07] {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#inspectionChatParent .inspectionItem[data-v-18e39c07] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-18e39c07] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-18e39c07] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-18e39c07] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-18e39c07] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #FFF4F4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
#inspectionChatParent .inspectionItem .time[data-v-18e39c07] {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
}
.footerBtn[data-v-18e39c07] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-18e39c07] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
}
.footerBtn[data-v-18e39c07] {
  position: fixed;
  bottom: 0;
  height: 1rem;
  background: #fff;
  width: 100%;
  display: flex;
  padding: 0 0.05rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(63, 63, 63, 0.26);
}
.footerBtn .mint-button[data-v-18e39c07] {
  flex: 1;
  color: #fff;
  margin: 0.1rem 0.15rem;
  /*height: 1rem;*/
}
#inspectionChatParent .inspectionItem[data-v-18e39c07] {
  margin: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
#inspectionChatParent .inspectionItem .title[data-v-18e39c07] {
  display: flex;
}
#inspectionChatParent .inspectionItem .titleC[data-v-18e39c07] {
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#inspectionChatParent .inspectionItem .status[data-v-18e39c07] {
  padding-left: 0;
  line-height: 0.4rem;
}
#inspectionChatParent .inspectionItem .timeOutTag[data-v-18e39c07] {
  border: 0.01rem solid #ed5565;
  color: #ed5565;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  background: #fff4f4;
  width: 0.6rem;
  height: 0.34rem;
  line-height: 0.34rem;
  white-space: nowrap;
  margin-left: 0.1rem;
}
.consumRecord[data-v-18e39c07] {
  overflow: auto;
  padding: 0.2rem 0.1rem;
}
.consumRecord .list[data-v-18e39c07] {
  margin: 0.1rem 0.2rem 0.3rem 0.2rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
}
.consumRecord .list p[data-v-18e39c07] {
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.consumRecord .list p span[data-v-18e39c07]:nth-child(1) {
  flex: 1;
  flex-wrap: wrap;
  font-size: 0.32rem;
  color: #000;
}
.consumRecord .list p span[data-v-18e39c07]:nth-child(2) {
  width: 1.6rem;
  text-align: right;
}
.consumRecord .list p:nth-child(2) span[data-v-18e39c07]:nth-child(1) {
  font-size: 0.3rem;
  color: #333;
}
.consumRecord .list p:nth-child(2) span[data-v-18e39c07]:nth-child(2) {
  width: 3rem;
}

.searchAssets[data-v-25e50e59] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
.headerTitle[data-v-25e50e59] {
  z-index: 9;
  display: flex;
  height: 40px;
  line-height: 40px;
  color: #fff;
  width: 100%;
  position: fixed;
  color: #555555;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.3rem;
  text-align: center;
}
.headerTitleVal[data-v-25e50e59] {
  flex: 6;
}
.footBtn[data-v-25e50e59] {
  padding: 0.92rem 0.82rem 1.18rem 0.64rem;
}
.footBtn button[data-v-25e50e59] {
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(-90deg, #1AB394, #25EEC5);
  font-size: 0.3rem;
  color: #fff;
  border-radius: 0.1rem;
}
.footSao[data-v-25e50e59] {
  padding: 0 0.44rem;
}
.footSao img[data-v-25e50e59] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.footSao div[data-v-25e50e59] {
  width: 100%;
  height: 1.86rem;
  border: 1px dashed #DCDCDC;
  font-size: 0.26rem;
  color: #555555;
  text-align: center;
  line-height: 1.86rem;
}

#endword_xz .endword_continer {
  min-height: 14.5rem;
  background: #fff;
}
#endword_xz .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#endword_xz .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#endword_xz .box-item > div:nth-child(1) {
  text-align: justify;
  width: 2.6rem;
  display: inline-block;
  line-height: 0.71rem;
}
#endword_xz .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#endword_xz .box-item > div:nth-child(2) {
  flex: 1;
  justify-content: flex-end;
}
#endword_xz .reportback-reason {
  font-size: 0.32rem;
  padding: 0.15rem;
}
#endword_xz .reportback-reason-title {
  margin-bottom: 0.2rem;
  color: #555555;
}
#endword_xz #reportback-reason-textarea {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}

#endhaneup_xz .endhaneup_continer {
  /*min-height: 13.5rem;*/
  height: 100%;
  background: #fff;
}
#endhaneup_xz .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#endhaneup_xz .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#endhaneup_xz .box-item > div:nth-child(1) {
  text-align: justify;
  width: 1.6rem;
  display: inline-block;
  line-height: 0.71rem;
}
#endhaneup_xz .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#endhaneup_xz .box-item > div:nth-child(2) {
  flex: 1;
}
#endhaneup_xz .reportback-reason {
  font-size: 0.32rem;
  padding: 0.15rem;
}
#endhaneup_xz .reportback-reason-title {
  margin-bottom: 0.2rem;
  color: #555555;
}
#endhaneup_xz #reportback-reason-textarea {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}

#RepairAdd_xz {
  background: #fff;
}
#RepairAdd_xz .RepairAddContent {
  overflow-y: scroll;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  top: -0.15rem;
  padding-top: 0.2rem;
  background: #f4f4f4;
}
#RepairAdd_xz .RepairAddContent .RepairAdd_Content .RepairAdd_ContentList {
  margin-top: 0.26rem;
  background: #fff;
  padding-top: 0.2rem;
}
#RepairAdd_xz .RepairAddContent .RepairAdd_Content .RepairAdd_ContentList .title {
  font-weight: 600;
  padding: 0 0.2rem;
  color: #323333;
  font-size: 0.32rem;
}
#RepairAdd_xz .RepairAddContent .RepairAdd_Content .RepairAdd_ContentList .md-field-item-inner {
  padding: 0.2rem 0;
}
#RepairAdd_xz .md-field .md-field-content .md-field-item .md-field-item-inner:before,
#RepairAdd_xz .md-field .md-field-content .md-input-item-container:before {
  background-color: #fff;
}
#RepairAdd_xz .leave-reason {
  padding: 0.2rem;
  background: #fff;
}
#RepairAdd_xz .leave-reason .leave-reason-title {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  color: #323333;
}
#RepairAdd_xz .leave-reason .textarea-box {
  height: 1.4rem;
}
#RepairAdd_xz .leave-reason .textarea-box textarea {
  width: 100%;
  height: 100%;
}
#RepairAdd_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#RepairAdd_xz .BotButton .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#RepairAdd_xz .BotButton .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

#xz_audioModel .md-icon {
  fill: #1ab394;
}
#xz_audioModel .md-radio-content {
  color: #323333;
  font-size: 0.32rem;
  margin-left: 0.24rem;
}
#xz_audioModel .md-icon.sm {
  width: 0.36rem;
  height: 0.36rem;
}
#xz_audioModel .md-radio-item {
  margin-right: 1.43rem;
}
#xz_audioModel .md-radio {
  padding: 0 0.2rem;
}
#xz_audioModel .md-radio .md-field {
  padding: 0rem;
}
#xz_audioModel .md-field .md-field-content {
  -webkit-flex-direction: row;
  flex-direction: row;
}

#ExternalHis_xz {
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#ExternalHis_xz .navtab-listtwo {
  height: 0.82rem;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar {
  position: fixed !important;
  width: 100% !important;
  z-index: 5 !important;
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .md-tab-bar-inner {
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-bar {
  background: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .ink-bar {
  background: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#ExternalHis_xz #informationDetailed-cont {
  min-height: 13rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListModel {
  padding: 0 0.26rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom {
  border-top: 1px solid #bebebe;
  padding: 0.14rem 0.24rem 0rem 0.24rem;
  color: #999999;
  font-size: 0.36rem;
  background: #fff;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv {
  display: flex;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv p:nth-child(1) {
  width: 1.85rem;
  margin-bottom: 0.2rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv p:nth-child(2) {
  flex: 6;
  word-break: break-word;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList {
  border-radius: 4px;
  background: #fff;
  padding: 0 0.26rem;
  min-height: 1.04rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList p:nth-child(1) {
  flex: 3;
  word-break: break-word;
  line-height: 1.6;
  width: 2.26rem;
  font-size: 0.36rem;
  text-overflow: ellipsis;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedType {
  width: 0.74rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.36rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedNum {
  font-size: 0.36rem;
  color: #666666;
  flex: 1;
  text-align: center;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedNumbwe {
  font-size: 0.36rem;
  color: #333333;
  flex: 1;
  padding-right: 0.1rem;
  text-align: right;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .Detaileddan {
  font-size: 0.36rem;
  color: #999999;
}
#ExternalHis_xz .newAssets-cont {
  overflow-y: scroll;
  min-height: 11.5rem;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  position: relative;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#ExternalHis_xz .newAssets-cont .box-borderLeft {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1ab394;
}
#ExternalHis_xz .newAssets-cont .box-title {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
#ExternalHis_xz .newAssets-cont .box-content {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p {
  display: flex;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p p:nth-child(1) {
  flex: 5;
  color: #555555;
}
#ExternalHis_xz .newAssets-cont .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#ExternalHis_xz .newAssets-cont .box-content-title span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#ExternalHis_xz .newAssets-cont .box-content-title span:nth-child(2) {
  flex: 5;
  color: #555555;
}
#ExternalHis_xz .BotButtonHis {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 16555;
}
#ExternalHis_xz .BotButtonHis .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#ExternalHis_xz .BotButtonHis .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.textOneActive[data-v-181cb54f] {
  color: #35afb1;
}
.twoTextActive[data-v-181cb54f] {
  color: #666 !important;
}
.oneActive[data-v-181cb54f] {
  background: #f4fafe;
  border: 1px solid #f4fafe;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-181cb54f] {
  background: #fff;
  border: 1px solid #edecec;
}
.oneBgActive[data-v-181cb54f] {
  background: #35afb1;
}
.twoBgActive[data-v-181cb54f] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-181cb54f] {
  border: 1px solid #35afb1;
}
.twoBgBorderActive[data-v-181cb54f] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-181cb54f] {
  background: #35afb1;
}
.twoBgBorderActive .icon-inner[data-v-181cb54f] {
  background: #ddd !important;
}
.item[data-v-181cb54f] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-181cb54f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-181cb54f] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-181cb54f] {
  color: #999899;
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
}
.item .title[data-v-181cb54f] {
  color: #35afb1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-181cb54f] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-181cb54f] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-181cb54f] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-181cb54f] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-181cb54f] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-181cb54f] {
  background: #35afb1;
}
.line-active[data-v-181cb54f] {
  background: #35afb1;
}

.overtime-list-item .left {
  justify-content: space-between;
}

.toLeaveList[data-v-74ff12b8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-74ff12b8]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-74ff12b8] {
  width: 100%;
}
.md-tab-bar[data-v-74ff12b8] {
  height: 0.69rem;
}
.md-tab-bar[data-v-74ff12b8] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-74ff12b8] .active {
  color: #1ab394 !important;
}
.md-tab-bar[data-v-74ff12b8] .ink-bar {
  background: #1ab394 !important;
}
.md-tab-bar[data-v-74ff12b8] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-74ff12b8] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-74ff12b8] .md-scroll-view {
  background: #f4f4f4;
}
.cont[data-v-74ff12b8] {
  width: 100%;
  flex: 1;
  padding: 0 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.navtab[data-v-74ff12b8] {
  margin-top: 40px;
}
.RepairList[data-v-74ff12b8] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
.RepairList .RepairNumbertitle[data-v-74ff12b8] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
.RepairList .RepairNumber[data-v-74ff12b8] {
  padding-bottom: 0.2rem;
  display: flex;
}
.RepairList .RepairNumber p[data-v-74ff12b8]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
.RepairList .RepairNumber p[data-v-74ff12b8]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
.RepairList .RepairTime[data-v-74ff12b8] {
  display: flex;
}
.RepairList .RepairTime p[data-v-74ff12b8]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
.RepairList .RepairTime p[data-v-74ff12b8]:nth-child(2) {
  font-size: 0.28rem;
  color: #f8ac59;
}
.RepairLength[data-v-74ff12b8] {
  font-size: 0.28rem;
  padding: 0.2rem 0.26rem 0.15rem 0.26rem;
  box-sizing: border-box;
  width: 100%;
}
.overtime-time[data-v-74ff12b8] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
  margin-left: 0.42rem;
  color: #555555;
  font-size: 0.28rem;
}
.list-item-status[data-v-74ff12b8] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.overtime-type[data-v-74ff12b8] {
  color: #555;
}
.type[data-v-74ff12b8] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  /*padding-right: 0.2rem;*/
  width: 1.42rem;
}
.shenpiing[data-v-74ff12b8] {
  color: #f8ac59;
}
.shenpiok[data-v-74ff12b8] {
  color: #1ab394;
}
.shenpino[data-v-74ff12b8] {
  color: #d93636;
}

#ExternalEnd_xz .box-title {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
#ExternalEnd_xz .box-item .md-icon {
  fill: #1ab394;
}
#ExternalEnd_xz .box-item .md-radio-content {
  color: #323333;
  font-size: 0.32rem;
}
#ExternalEnd_xz .box-item .md-icon.sm {
  width: 0.36rem;
  height: 0.36rem;
}
#ExternalEnd_xz .box-item .md-radio-item {
  margin-right: 0.1rem;
}
#ExternalEnd_xz .box-item .md-radio {
  padding: 0 0.2rem;
}
#ExternalEnd_xz .box-item .md-radio .md-field {
  padding: 0rem;
}
#ExternalEnd_xz .box-item .md-field .md-field-content {
  -webkit-flex-direction: row;
  flex-direction: row;
}
#ExternalEnd_xz .box {
  border-radius: 0.1rem;
  background: #fff;
}
#ExternalEnd_xz .ExternalEnd-cont {
  flex: 1;
  min-height: 13.5rem;
  width: 100%;
  background: #f4f4f4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}
#ExternalEnd_xz .box-itemAdd {
  background: #fff;
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#ExternalEnd_xz .box-itemAdd img {
  width: 0.48rem;
  height: 0.48rem;
  padding-right: 0.2rem;
}
#ExternalEnd_xz .box-itemAdd span {
  color: #1ab394;
  font-size: 0.32rem;
}
#ExternalEnd_xz .box-itemTwo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#ExternalEnd_xz .box-itemTwo > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#ExternalEnd_xz .box-itemTwo > div textarea {
  width: 100%;
  min-height: 1.3rem;
  font-size: 0.32rem;
  padding: 0 0.2rem;
}
#ExternalEnd_xz .box-itemTwo > div:nth-child(1) {
  text-align: right;
  width: 2.5rem;
  display: inline-block;
  line-height: 1rem;
}
#ExternalEnd_xz .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#ExternalEnd_xz .box-item .iconRed {
  color: red;
}
#ExternalEnd_xz .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#ExternalEnd_xz .box-item > div:nth-child(1) {
  text-align: right;
  width: 2rem;
  display: inline-block;
  line-height: 1rem;
}
#ExternalEnd_xz .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#ExternalEnd_xz .box-item > div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
#ExternalEnd_xz .box-item input {
  width: 100%;
}
#ExternalEnd_xz .BotButtonEnd {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#ExternalEnd_xz .BotButtonEnd .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#ExternalEnd_xz .BotButtonEnd .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem !important;
  height: 0.74rem;
  background: #f7a54a !important;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#ExternalEnd_xz .BotButtonEnd .confirm-boxTwo .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

#partslist_xz .md-field-item {
  border-bottom: 1px solid #ddd;
}
#partslist_xz .header {
  height: 40px;
}
#partslist_xz .header .headerTwo {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#partslist_xz .md-example-child-single-component {
  overflow: scroll;
}
#partslist_xz .md-field-content .md-input-item-container:before,
#partslist_xz .md-field .md-field-content .md-field-item .md-field-item-inner:before {
  background: #fff;
}
#partslist_xz .md-icon {
  fill: #1ab394;
}
#partslist_xz .md-radio-content {
  color: #323333;
  font-size: 0.32rem;
}
#partslist_xz .md-icon.md {
  width: 0.4rem;
  height: 0.4rem;
}
#partslist_xz .md-radio-item {
  margin-right: 0.1rem;
}
#partslist_xz .md-radio {
  padding: 0 0.2rem;
}
#partslist_xz .md-radio .md-field {
  padding: 0rem;
}
#partslist_xz .partslist_list {
  display: flex;
  font-size: 0.36rem;
  color: #555;
}
#partslist_xz .partslist_list span:nth-child(1) {
  width: 20px;
}
#partslist_xz .partslist_list span:nth-child(2) {
  flex: 2;
  text-align: center;
}
#partslist_xz .partslist_list span:nth-child(3) {
  flex: 1;
  text-align: center;
}
#partslist_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#partslist_xz .BotButton .confirm-boxTwop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#partslist_xz .BotButton .confirm-boxTwop .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  margin-right: 0;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

#partslist_xz .md-field-item {
  border-bottom: 1px solid #ddd;
}
#partslist_xz .header {
  height: 40px;
}
#partslist_xz .header .headerTwo {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#partslist_xz .md-field-content .md-input-item-container:before,
#partslist_xz .md-field .md-field-content .md-field-item .md-field-item-inner:before {
  background: #fff;
}
#partslist_xz .md-icon {
  fill: #1ab394;
}
#partslist_xz .md-radio-content {
  color: #323333;
  font-size: 0.32rem;
}
#partslist_xz .md-icon.md {
  width: 0.4rem;
  height: 0.4rem;
}
#partslist_xz .md-radio-item {
  margin-right: 0.1rem;
}
#partslist_xz .md-radio {
  padding: 0 0.2rem;
}
#partslist_xz .md-radio .md-field {
  padding: 0rem;
}
#partslist_xz .partslist_list {
  display: flex;
  font-size: 0.36rem;
  color: #555;
}
#partslist_xz .partslist_list span:nth-child(1) {
  flex: 1;
}
#partslist_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#partslist_xz .BotButton .confirm-boxTwos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#partslist_xz .BotButton .confirm-boxTwos .botButton-submittwo {
  display: flex;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

#partslistAdd_xz .ExternalEnd-cont {
  flex: 1;
  width: 100%;
  background: #f4f4f4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  min-height: 12.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}
#partslistAdd_xz .ExternalEnd-cont .box {
  border-radius: 0.1rem;
  background: #fff;
}
#partslistAdd_xz .ExternalEnd-cont .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #333333;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
#partslistAdd_xz .ExternalEnd-cont .box-item input {
  line-height: 0.4rem;
  width: 100%;
}
#partslistAdd_xz .ExternalEnd-cont .box-item .iconRed {
  color: red;
}
#partslistAdd_xz .ExternalEnd-cont .box-item > div {
  display: flex;
  align-items: center;
  height: 100%;
}
#partslistAdd_xz .ExternalEnd-cont .box-item > div:nth-child(1) {
  text-align: right;
  width: 2rem;
  display: inline-block;
  line-height: 1rem;
}
#partslistAdd_xz .ExternalEnd-cont .box-item > div:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
#partslistAdd_xz .ExternalEnd-cont .box-item > div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
#partslistAdd_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#partslistAdd_xz .BotButton .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#partslistAdd_xz .BotButton .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.searchList[data-v-82d200d2] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-82d200d2]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.searchParent[data-v-82d200d2] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  width: 100%;
}
.searchParent div[data-v-82d200d2]:nth-child(1) {
  border-radius: 15px;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
}
.ListBorder[data-v-82d200d2] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-82d200d2]:first-child {
  border-top: 1px solid #eee;
}

.searchList[data-v-0981dc47] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-0981dc47]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.searchParent[data-v-0981dc47] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  width: 100%;
}
.searchParent div[data-v-0981dc47]:nth-child(1) {
  border-radius: 15px;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
}
.ListBorder[data-v-0981dc47] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-0981dc47]:first-child {
  border-top: 1px solid #eee;
}

#templateheaderBai_xz .header {
  height: 40px;
}
#templateheaderBai_xz .header .headerTwo {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}

.g-btns[data-v-93e614d4] {
  text-align: center;
  margin-top: 2rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  position: absolute;
  top: 42%;
  left: -26%;
}
.g-btns > button[data-v-93e614d4] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-93e614d4] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-93e614d4] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox[data-v-93e614d4] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-93e614d4] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-93e614d4] {
  cursor: pointer;
}
.greet button[data-v-93e614d4]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-93e614d4]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  /* width: 2.4rem; */
}
canvas[data-v-93e614d4] {
  flex: 1;
  cursor: crosshair;
}

.toApplyForLeave[data-v-6d209b2e] {
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 13.5rem;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.toApplyForLeave[data-v-6d209b2e] .md-check-box .md-check-box-item {
  padding: 0.08rem !important;
}
.toApplyForLeave-cont[data-v-6d209b2e] {
  margin-top: 40px;
  flex: 1;
  width: 100%;
  background: #f4f4f4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-v-6d209b2e]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-6d209b2e] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-6d209b2e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-6d209b2e] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-6d209b2e]:nth-child(1) {
  text-align: justify;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-6d209b2e]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-6d209b2e]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.headImgUrl[data-v-6d209b2e] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.radio-lable[data-v-6d209b2e] {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1.06rem;
}
.radio[data-v-6d209b2e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.46rem;
  height: 0.46rem;
}
.arrow[data-v-6d209b2e] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.input[data-v-6d209b2e] {
  outline: none;
  border: none;
  height: 0.6rem;
  width: 100%;
}
.input[data-v-6d209b2e]::-moz-placeholder {
  color: #999;
}
.input[data-v-6d209b2e]::-webkit-input-placeholder {
  color: #999;
}
.input[data-v-6d209b2e]:-ms-input-placeholder {
  color: #999;
}
.leave-reason[data-v-6d209b2e] {
  padding: 0.15rem;
}
.leave-reason-title[data-v-6d209b2e] {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  color: #555555;
}
.textarea-box[data-v-6d209b2e] {
  height: 1.4rem;
}
#textarea[data-v-6d209b2e] {
  width: 6.8rem;
  font-size: 0.32rem;
  outline: none;
  border: none;
  line-height: 1.2;
  height: 1.2rem;
  color: #555555;
}
.zhiban-info[data-v-6d209b2e] {
  padding: 0.15rem 0.15rem 0 0.15rem;
  font-size: 0.32rem;
}
.zhiban-info-title[data-v-6d209b2e] {
  font-size: 0.28rem;
  margin-bottom: 0.52rem;
  color: #555555;
}
.zhiban-info-cont[data-v-6d209b2e] {
  display: flex;
  align-items: center;
  height: 0.71rem;
  color: #555555;
}
.zhiban-info-cont span[data-v-6d209b2e] {
  margin-left: 0.37rem;
}
.zhiban-info-cont > div[data-v-6d209b2e]:nth-child(1) {
  width: 4.08rem;
}
.zhiban-info-cont > div[data-v-6d209b2e]:nth-child(2) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhiban-info-cont .arrow[data-v-6d209b2e] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.zhiban-info-cont .zhiban-tochoose[data-v-6d209b2e] {
  color: #999999;
}
.shenpiren[data-v-6d209b2e] {
  padding: 0.15rem;
  font-size: 0.32rem;
  color: #555555;
}
.shenpiren-box[data-v-6d209b2e] {
  display: flex;
  flex-wrap: wrap;
}
.shenpiren-title[data-v-6d209b2e] {
  margin-bottom: 0.24rem;
  color: #555555;
}
.shenpiren-item[data-v-6d209b2e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.22rem;
}
.shenpiren-avatar[data-v-6d209b2e] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
.shenpiren-avatar-active[data-v-6d209b2e] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-6d209b2e] {
  font-size: 0.28rem;
  color: #555555;
}
.leave-able[data-v-6d209b2e] {
  color: red;
}
.shenpi-icon[data-v-6d209b2e] {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 0.21rem;
  height: 0.21rem;
}
.BotButton[data-v-6d209b2e] {
  z-index: 3 !important;
}
.shenpiren-avatar-active[data-v-6d209b2e] {
  border: 1px solid #1ab394;
}
.shenpiren-name-active[data-v-6d209b2e] {
  color: #1ab394;
}
.add-imgs[data-v-6d209b2e] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.add-imgs-title[data-v-6d209b2e] {
  margin-bottom: 0.32rem;
  color: #555555;
}
.add-imgs-box[data-v-6d209b2e] {
  display: flex;
  flex-wrap: wrap;
}
.add-imgs-box .image-reader-item[data-v-6d209b2e] {
  position: relative;
  width: 1.25rem;
  height: 1.46rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: color-bg-base;
  box-sizing: border-box;
  list-style: none;
  border-radius: radius-normal;
  background-size: cover;
}
.add-imgs-box .image-reader-item.add[data-v-6d209b2e] {
  width: 1.25rem;
  height: 1.46rem;
  background: #f4f4f4;
}
.add-imgs-box .image-reader-item.add .md-icon[data-v-6d209b2e] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.74;
}
.add-imgs-box .image-reader-item .image-reader-item-del[data-v-6d209b2e] {
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  z-index: 3;
  opacity: 0.74;
  width: 0.4rem !important;
  height: 0.4rem !important;
  background: #fff;
  border-radius: 100%;
}
.select[data-v-6d209b2e] {
  overflow: scroll;
  max-height: 6.7rem;
}
.default[data-v-6d209b2e] {
  color: #999999;
}
.fade-enter-active[data-v-6d209b2e] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-6d209b2e] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-6d209b2e],
.fade-leave-to[data-v-6d209b2e] {
  transform: translateX(300px);
  opacity: 0;
}
[data-v-6d209b2e] .md-radio-item {
  border-bottom: 0.01rem solid #ededed;
  font-size: 0.32rem;
}
[data-v-6d209b2e] .md-radio-content {
  font-size: 0.32rem;
}
[data-v-6d209b2e] .image-reader-item {
  position: relative;
  top: 0;
  left: 0;
}
[data-v-6d209b2e] .md-image-reader {
  position: absolute;
  top: 0;
  left: 0;
}
.leave-tip[data-v-6d209b2e] {
  color: #f56c6c;
  font-size: 0.3rem;
}
.fbtn[data-v-6d209b2e] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
  background: #fff;
}
.fbtn .mint-button--primary[data-v-6d209b2e] {
  background-color: #1ab394;
  float: left;
  width: 35%;
  height: 0.74rem;
  margin: 0.24rem 5% 0.24rem 10%;
  color: #ffffff;
}
.fbtn .mint-button--default[data-v-6d209b2e] {
  float: left;
  width: 35%;
  height: 0.74rem;
  margin: 0.24rem 10% 0.24rem 5%;
  color: #666666;
}
.fbtn .mint-button[data-v-6d209b2e] {
  font-size: 0.28rem;
}

.border-top-1px[data-v-055614ec] {
  position: relative;
}
.border-top-1px[data-v-055614ec]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-055614ec] {
  position: relative;
}
.border-bottom-1px[data-v-055614ec]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-055614ec] {
  position: relative;
}
.border-left-1px[data-v-055614ec]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-055614ec] {
  position: relative;
}
.border-1px[data-v-055614ec]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-055614ec]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-055614ec]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-055614ec]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-055614ec]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-055614ec]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-055614ec]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-055614ec]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-055614ec]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-055614ec]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-055614ec]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-055614ec] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-055614ec]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-055614ec] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-055614ec] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.box-item > div[data-v-055614ec] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-055614ec]:nth-child(1) {
  text-align: justify;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-055614ec]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-055614ec]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-055614ec] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-055614ec] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-055614ec] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}

.toApplyForLeave2[data-v-008051d8] {
  height: 100%;
  display: flex;
}
.toApplyForLeave2[data-v-008051d8] .md-check-box .md-check-box-item {
  padding: 0.08rem !important;
}
.toApplyForLeave2 .leave-able[data-v-008051d8] {
  color: red;
}
.toApplyForLeave2 .headImgUrl[data-v-008051d8] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.toApplyForLeave2 .shenpi-icon[data-v-008051d8] {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 0.21rem;
  height: 0.21rem;
}
.toApplyForLeave2 .BotButton[data-v-008051d8] {
  z-index: 3 !important;
}
.toApplyForLeave2 .shenpiren-avatar-active[data-v-008051d8] {
  border: 1px solid #1ab394;
}
.toApplyForLeave2 .shenpiren-name-active[data-v-008051d8] {
  color: #1ab394;
}
.toApplyForLeave2 .shenpiren[data-v-008051d8] {
  padding: 0.15rem;
  font-size: 0.32rem;
  color: #555555;
}
.toApplyForLeave2 .shenpiren-box[data-v-008051d8] {
  display: flex;
  flex-wrap: wrap;
}
.toApplyForLeave2 .shenpiren-title[data-v-008051d8] {
  margin-bottom: 0.24rem;
  color: #555555;
}
.toApplyForLeave2 .shenpiren-item[data-v-008051d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.22rem;
}
.toApplyForLeave2 .shenpiren-avatar[data-v-008051d8] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
.toApplyForLeave2 .shenpiren-avatar-active[data-v-008051d8] {
  border: 1px solid #1ab394;
}
.toApplyForLeave2 .shenpiren-name[data-v-008051d8] {
  font-size: 0.28rem;
  color: #555555;
}
.toApplyForLeave2 .toApplyForLeave2-cont[data-v-008051d8] {
  flex: 1;
  width: 100%;
  background: #f4f4f4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.toApplyForLeave2 .reportBackLeave[data-v-008051d8] {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.toApplyForLeave2[data-v-008051d8] ::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.toApplyForLeave2 .box[data-v-008051d8] {
  border-radius: 0.1rem;
  margin-top: 0.9rem;
  background: #fff;
}
.toApplyForLeave2 .box-item[data-v-008051d8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.toApplyForLeave2 .box-item > div[data-v-008051d8] {
  display: flex;
  align-items: center;
  height: 100%;
}
.toApplyForLeave2 .box-item > div[data-v-008051d8]:nth-child(1) {
  text-align: justify;
  display: inline-block;
  line-height: 0.71rem;
}
.toApplyForLeave2 .box-item > div[data-v-008051d8]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.toApplyForLeave2 .box-item > div[data-v-008051d8]:nth-child(2) {
  flex: 1;
}
.toApplyForLeave2 .reportback-reason[data-v-008051d8] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.toApplyForLeave2 .reportback-reason-title[data-v-008051d8] {
  margin-bottom: 0.2rem;
  color: #555555;
}
.toApplyForLeave2 #reportback-reason-textarea[data-v-008051d8] {
  width: 100%;
  border: 1px solid #eee;
  min-height: 2.55rem;
  box-sizing: border-box;
  padding: 0.15rem;
  outline: none;
  line-height: 1.2;
}
.fbtn[data-v-008051d8] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
  background: #fff;
}
.fbtn .mint-button--primary[data-v-008051d8] {
  background-color: #1ab394;
  float: left;
  width: 35%;
  height: 0.74rem;
  margin: 0.24rem 5% 0.24rem 10%;
  color: #ffffff;
}
.fbtn .mint-button--default[data-v-008051d8] {
  float: left;
  width: 35%;
  height: 0.74rem;
  margin: 0.24rem 10% 0.24rem 5%;
  color: #666666;
}
.fbtn .mint-button[data-v-008051d8] {
  font-size: 0.28rem;
}

.border-top-1px[data-v-f3efa0ae] {
  position: relative;
}
.border-top-1px[data-v-f3efa0ae]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-f3efa0ae] {
  position: relative;
}
.border-bottom-1px[data-v-f3efa0ae]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-f3efa0ae] {
  position: relative;
}
.border-left-1px[data-v-f3efa0ae]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-f3efa0ae] {
  position: relative;
}
.border-1px[data-v-f3efa0ae]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-f3efa0ae]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-f3efa0ae]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-f3efa0ae]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.toLeaveDetail[data-v-f3efa0ae] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.4rem;
  position: absolute;
}
[data-v-f3efa0ae]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.leave-type[data-v-f3efa0ae],
.zhiban-type[data-v-f3efa0ae],
.steps[data-v-f3efa0ae] {
  background: #fff;
  margin-top: 0.08rem;
}
.leave-type-info[data-v-f3efa0ae] {
  padding-bottom: 0.08rem;
}
.leave-type-person[data-v-f3efa0ae] {
  padding-top: 0.08rem;
}
.item[data-v-f3efa0ae] {
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  font-size: 0.32rem;
  color: #999999;
  padding-left: 0.15rem;
}
.item span[data-v-f3efa0ae] {
  color: #555555;
}
.item .fujian[data-v-f3efa0ae] {
  color: #1ab394;
}
.duty-check-btn[data-v-f3efa0ae] {
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 0.18rem 0.35rem;
  border-top: 1px solid #BFBFBF;
  background: #fff;
}
.duty-check-btn button[data-v-f3efa0ae] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1AB394;
  border-radius: 0.1rem;
  border: 0;
}
.tongxing-item[data-v-f3efa0ae] {
  align-items: flex-start;
  padding-top: 0.1rem;
  padding-right: 0.22rem;
  min-height: 0.6rem;
  line-height: 1.5;
}
.tongxing[data-v-f3efa0ae] {
  display: flex;
  align-items: center;
  flex: 1;
  color: #555555;
}
.footBtn[data-v-f3efa0ae] {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  bottom: 0;
  padding: 0.2rem;
  text-align: center;
  position: fixed;
}
.zhiban-type-info[data-v-f3efa0ae] {
  display: flex;
  align-items: center;
  height: 0.84rem;
  padding: 0 0.15rem;
  font-size: 0.32rem;
  color: #555555;
}
.zhiban-type-info .zhiban-time[data-v-f3efa0ae] {
  margin-right: 0.38rem;
}
.zhiban-type-info .zhiban-zhuban[data-v-f3efa0ae] {
  margin-right: 1.53rem;
}
.steps-box[data-v-f3efa0ae] {
  padding: 0.22rem 0.22rem 0.32rem 0.18rem;
}
.BotButton[data-v-f3efa0ae] {
  line-height: 0.74rem;
  height: 0.74rem;
  background: #fff;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.1rem;
}
.submit[data-v-f3efa0ae] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border: none;
}
.shenpiing[data-v-f3efa0ae] {
  color: #FFC442 !important;
}
.shenpiok[data-v-f3efa0ae] {
  color: #1ab394 !important;
}
.shenpche[data-v-f3efa0ae] {
  color: #f8ac59 !important;
}
.shenpixiao[data-v-f3efa0ae] {
  color: #ed5565 !important;
}
.shenpino[data-v-f3efa0ae] {
  color: #D93636 !important;
}

.textOneActive[data-v-1233ce52] {
  color: #35afb1;
}
.twoTextActive[data-v-1233ce52] {
  color: #666 !important;
}
.oneActive[data-v-1233ce52] {
  background: #f4fafe;
  border: 1px solid #f4fafe;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-1233ce52] {
  background: #fff;
  border: 1px solid #edecec;
}
.oneBgActive[data-v-1233ce52] {
  background: #35afb1;
}
.twoBgActive[data-v-1233ce52] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-1233ce52] {
  border: 1px solid #35afb1;
}
.twoBgBorderActive[data-v-1233ce52] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-1233ce52] {
  background: #35afb1;
}
.twoBgBorderActive .icon-inner[data-v-1233ce52] {
  background: #ddd !important;
}
.item[data-v-1233ce52] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-1233ce52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-1233ce52] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-1233ce52] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-1233ce52] {
  color: #35afb1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-1233ce52] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-1233ce52] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-1233ce52] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-1233ce52] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-1233ce52] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-1233ce52] {
  background: #35afb1;
}
.line-active[data-v-1233ce52] {
  background: #35afb1;
}

.border-top-1px[data-v-ea79e184] {
  position: relative;
}
.border-top-1px[data-v-ea79e184]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-ea79e184] {
  position: relative;
}
.border-bottom-1px[data-v-ea79e184]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-ea79e184] {
  position: relative;
}
.border-left-1px[data-v-ea79e184]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-ea79e184] {
  position: relative;
}
.border-1px[data-v-ea79e184]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-ea79e184]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-ea79e184]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-ea79e184]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.transactionHis[data-v-ea79e184] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.02rem;
  position: absolute;
}
[data-v-ea79e184]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.leave-type[data-v-ea79e184],
.zhiban-type[data-v-ea79e184],
.steps[data-v-ea79e184] {
  background: #fff;
  margin-top: 0.08rem;
}
.leave-type-info[data-v-ea79e184] {
  padding-bottom: 0.08rem;
}
.leave-type-person[data-v-ea79e184] {
  padding-top: 0.08rem;
}
.item[data-v-ea79e184] {
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  font-size: 0.32rem;
  color: #999999;
  padding-left: 0.15rem;
}
.item span[data-v-ea79e184] {
  color: #555555;
}
.item .fujian[data-v-ea79e184] {
  color: #1ab394;
}
.duty-check-btn[data-v-ea79e184] {
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 0.18rem 0.35rem;
  border-top: 1px solid #BFBFBF;
  background: #fff;
}
.duty-check-btn button[data-v-ea79e184] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1AB394;
  border-radius: 0.1rem;
  border: 0;
}
.tongxing-item[data-v-ea79e184] {
  align-items: flex-start;
  padding-top: 0.1rem;
  padding-right: 0.22rem;
  min-height: 0.6rem;
  line-height: 1.5;
}
.tongxing[data-v-ea79e184] {
  display: flex;
  align-items: center;
  flex: 1;
  color: #555555;
}
.footBtn[data-v-ea79e184] {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  bottom: 0;
  padding: 0.2rem;
  text-align: center;
  position: fixed;
}
.zhiban-type-info[data-v-ea79e184] {
  display: flex;
  align-items: center;
  height: 0.84rem;
  padding: 0 0.15rem;
  font-size: 0.32rem;
  color: #555555;
}
.zhiban-type-info .zhiban-time[data-v-ea79e184] {
  margin-right: 0.38rem;
}
.zhiban-type-info .zhiban-zhuban[data-v-ea79e184] {
  margin-right: 1.53rem;
}
.steps-box[data-v-ea79e184] {
  padding: 0.22rem 0.22rem 0.32rem 0.18rem;
}
.BotButton[data-v-ea79e184] {
  line-height: 0.74rem;
  height: 0.74rem;
  background: #fff;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.1rem;
}
.submit[data-v-ea79e184] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border: none;
}
.item[data-v-ea79e184] {
  line-height: 0.6rem;
  align-items: normal;
}

.border-top-1px[data-v-27653366] {
  position: relative;
}
.border-top-1px[data-v-27653366]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-27653366] {
  position: relative;
}
.border-bottom-1px[data-v-27653366]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-27653366] {
  position: relative;
}
.border-left-1px[data-v-27653366]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-27653366] {
  position: relative;
}
.border-1px[data-v-27653366]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-27653366]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-27653366]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-27653366]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-27653366]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-27653366]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-27653366]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-27653366]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-27653366]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-27653366]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-27653366]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.attachment[data-v-27653366] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.4rem;
  z-index: 10;
}
[data-v-27653366]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.box[data-v-27653366] {
  margin-top: 50px;
  background: #fff;
}
.attachment-item[data-v-27653366] {
  display: flex;
  align-items: center;
  height: 0.91rem;
  box-sizing: border-box;
  padding: 0 0.15rem;
}
.icon[data-v-27653366] {
  margin-right: 0.26rem;
}
.attachment-name[data-v-27653366] {
  flex: 1;
  font-size: 0.32rem;
  color: #555555;
}
.attachment-info[data-v-27653366] {
  font-size: 0.2rem;
  color: #555555;
}
.swiper-container[data-v-27653366] {
  width: 100%;
  height: 2.1rem;
  padding: 0.15rem;
  box-sizing: border-box;
  font-size: 0.28rem;
}
.swiper-wrapper[data-v-27653366] {
  width: 100%;
  height: 1.8rem;
}
.swiper-slide[data-v-27653366] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.43rem;
  height: 1.79rem;
  background: #F4F4F4;
  margin-right: 0.18rem;
}
.swiper-slide img[data-v-27653366] {
  max-width: 100%;
  max-height: 100%;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.border-top-1px[data-v-1ebff6c8] {
  position: relative;
}
.border-top-1px[data-v-1ebff6c8]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-1ebff6c8] {
  position: relative;
}
.border-bottom-1px[data-v-1ebff6c8]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-1ebff6c8] {
  position: relative;
}
.border-left-1px[data-v-1ebff6c8]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-1ebff6c8] {
  position: relative;
}
.border-1px[data-v-1ebff6c8]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-1ebff6c8]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-1ebff6c8]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-1ebff6c8]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.approval[data-v-1ebff6c8] {
  background: #fff;
}
.shenpiren[data-v-1ebff6c8] {
  padding: 0.15rem;
  margin-top: 40px;
  font-size: 0.32rem;
}
.shenpiren-box[data-v-1ebff6c8] {
  display: flex;
  flex-wrap: wrap;
}
.shenpiren-title[data-v-1ebff6c8] {
  margin-bottom: 0.24rem;
}
.shenpiren-item[data-v-1ebff6c8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.shenpiren-avatar[data-v-1ebff6c8] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
}
.headImgUrl[data-v-1ebff6c8] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.shenpiren-avatar-active[data-v-1ebff6c8] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-1ebff6c8] {
  font-size: 0.24rem;
}
.shenpi-icon[data-v-1ebff6c8] {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
.shenpiren-avatar-active[data-v-1ebff6c8] {
  border: 1px solid #1ab394;
}
.shenpiren-name-active[data-v-1ebff6c8] {
  color: #1ab394;
}
.leave-able[data-v-1ebff6c8] {
  color: red;
}
.textarea[data-v-1ebff6c8] {
  width: 100%;
  height: 2.37rem;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  outline: 0;
  line-height: 1.2;
  border-color: #999;
  box-sizing: border-box;
  padding: 0.1rem;
}
.confirm-box[data-v-1ebff6c8] {
  padding: 0 0.2rem;
}
.botButton-submit[data-v-1ebff6c8],
.botButton-cancle[data-v-1ebff6c8] {
  flex: 1;
}

#demandTwoComment {
  height: 100%;
}
#demandTwoComment .demand_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0.18rem 0.35rem;
  border-top: 1px solid #bfbfbf;
  background: #fff;
  display: flex;
}
#demandTwoComment .demand_btn .botButton-submittwo {
  flex: 1;
  background: #1ab394;
  height: 0.74rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.1rem;
}
#demandTwoComment .confirm-box {
  padding: 0 0.2rem;
}
#demandTwoComment .confirm-box .botButton-submit {
  flex: 1;
}
#demandTwoComment .confirm-box .botButton-cancle {
  flex: 1;
}
#demandTwoComment .approval {
  background: #fff;
}
#demandTwoComment .shenpiren {
  padding: 0.15rem;
  margin-top: 40px;
  font-size: 0.32rem;
}
#demandTwoComment .shenpiren-box {
  display: flex;
  flex-wrap: wrap;
}
#demandTwoComment .shenpiren-title {
  margin-bottom: 0.24rem;
}
#demandTwoComment .shenpiren-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
#demandTwoComment .shenpiren-avatar {
  position: relative;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#demandTwoComment .headImgUrl {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#demandTwoComment .shenpiren-avatar-active {
  border: 1px solid #1ab394;
}
#demandTwoComment .shenpiren-name {
  font-size: 0.24rem;
}
#demandTwoComment .shenpi-icon {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
#demandTwoComment .shenpiren-avatar-active {
  border: 1px solid #1ab394;
}
#demandTwoComment .shenpiren-name-active {
  color: #1ab394;
}
#demandTwoComment .leave-able {
  color: red;
}
#demandTwoComment .textarea {
  width: 7.02rem;
  border: 1px solid #eee;
  height: 2.37rem;
  border-radius: 0.1rem;
  outline: 0;
  line-height: 1.2;
  border-color: #999;
  box-sizing: border-box;
  padding: 0.1rem;
}

#demandTwoToexamine {
  height: 100%;
}
#demandTwoToexamine .confirm-box {
  padding: 0 0.2rem;
}
#demandTwoToexamine .confirm-box .botButton-submit {
  flex: 1;
}
#demandTwoToexamine .confirm-box .botButton-cancle {
  flex: 1;
}
#demandTwoToexamine .approval {
  background: #fff;
}
#demandTwoToexamine .shenpiren {
  padding: 0.15rem;
  margin-top: 40px;
  font-size: 0.32rem;
}
#demandTwoToexamine .shenpiren-box {
  display: flex;
  flex-wrap: wrap;
}
#demandTwoToexamine .shenpiren-title {
  margin-bottom: 0.24rem;
}
#demandTwoToexamine .shenpiren-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
#demandTwoToexamine .shenpiren-avatar {
  position: relative;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#demandTwoToexamine .headImgUrl {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#demandTwoToexamine .shenpiren-avatar-active {
  border: 1px solid #1ab394;
}
#demandTwoToexamine .shenpiren-name {
  font-size: 0.24rem;
}
#demandTwoToexamine .shenpi-icon {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
#demandTwoToexamine .shenpiren-avatar-active {
  border: 1px solid #1ab394;
}
#demandTwoToexamine .shenpiren-name-active {
  color: #1ab394;
}
#demandTwoToexamine .leave-able {
  color: red;
}
#demandTwoToexamine .textarea {
  width: 7.02rem;
  height: 2.37rem;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  outline: 0;
  line-height: 1.2;
  border-color: #999;
  box-sizing: border-box;
  padding: 0.1rem;
}

.toLeaveList[data-v-8d5b1ff8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-8d5b1ff8]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-8d5b1ff8] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-8d5b1ff8] {
  height: 0.69rem;
}
.md-tab-bar[data-v-8d5b1ff8] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-8d5b1ff8] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-8d5b1ff8] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-8d5b1ff8] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-8d5b1ff8] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-8d5b1ff8] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-8d5b1ff8] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.type[data-v-8d5b1ff8] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.infoname[data-v-8d5b1ff8] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-8d5b1ff8] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-8d5b1ff8] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-8d5b1ff8] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-8d5b1ff8] {
  color: #ffc442;
}
.shenpiok[data-v-8d5b1ff8] {
  color: #1ab394;
}
.shenpche[data-v-8d5b1ff8] {
  color: #f8ac59;
}
.shenpixiao[data-v-8d5b1ff8] {
  color: #ed5565;
}
.shenpino[data-v-8d5b1ff8] {
  color: #d93636;
}

#selectDepUser[data-v-a5aff07e] {
  width: 100%;
  min-height: 100%;
  background: #f4f4f4;
  overflow: hidden;
  z-index: 15000;
  font-size: 0.32rem;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
#selectDepUser #container[data-v-a5aff07e] {
  overflow: scroll;
  margin-top: 40px;
  width: 100%;
  overflow-x: hidden;
  height: calc(100% - 40px);
}
#selectDepUser #container .departHeader[data-v-a5aff07e] {
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  line-height: 0.8rem;
  align-items: center;
  background: #fff;
  margin-bottom: 0.1rem;
}
#selectDepUser #container .departHeader img[data-v-a5aff07e] {
  width: 0.4rem;
}
#selectDepUser #container .personList .personListContain[data-v-a5aff07e] {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0.3rem;
  border-bottom: 0.01rem solid #eee;
  line-height: 0.6rem;
}
[data-v-a5aff07e]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.selcLeavePerson[data-v-2a245328] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 13.5rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-2a245328]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-2a245328] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-2a245328] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-2a245328] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-2a245328] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-2a245328] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-2a245328] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-2a245328] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-2a245328] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-2a245328] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-750f35fd] {
  position: relative;
}
.border-top-1px[data-v-750f35fd]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-750f35fd] {
  position: relative;
}
.border-bottom-1px[data-v-750f35fd]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-750f35fd] {
  position: relative;
}
.border-left-1px[data-v-750f35fd]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-750f35fd] {
  position: relative;
}
.border-1px[data-v-750f35fd]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-750f35fd]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-750f35fd]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-750f35fd]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-750f35fd] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-750f35fd] {
  margin-top: 0.15rem;
}
.item-box[data-v-750f35fd] {
  margin-top: 0.02rem;
}
.item[data-v-750f35fd] {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 1.1rem;
  background: #fff;
  padding: 0 0.18rem;
  border-bottom: 0.01rem solid #f4f4f4;
}
.choosed[data-v-750f35fd] {
  width: 0.32rem;
  height: 0.32rem;
}
.unchoose[data-v-750f35fd] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.item-cont[data-v-750f35fd] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-750f35fd] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-750f35fd] {
  transition: all 0s ease;
}
.fade-enter[data-v-750f35fd],
.fade-leave-to[data-v-750f35fd] {
  transform: translateY(-20px);
  opacity: 0;
}

.selcLeavePerson[data-v-403099ec] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 13.5rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-403099ec]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-403099ec] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-403099ec] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-403099ec] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-403099ec] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-403099ec] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-403099ec] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-403099ec] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-403099ec] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-403099ec] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-306829de] {
  position: relative;
}
.border-top-1px[data-v-306829de]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-306829de] {
  position: relative;
}
.border-bottom-1px[data-v-306829de]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-306829de] {
  position: relative;
}
.border-left-1px[data-v-306829de]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-306829de] {
  position: relative;
}
.border-1px[data-v-306829de]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-306829de]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-306829de]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-306829de]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-306829de]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-306829de]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-306829de]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-306829de]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-306829de]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-306829de]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-306829de]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-306829de] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-306829de] {
  margin-top: 0.15rem;
}
.item-box[data-v-306829de] {
  margin-top: 0.02rem;
}
.item[data-v-306829de] {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 1.1rem;
  background: #fff;
  padding: 0 0.18rem;
  border-bottom: 0.01rem solid #f4f4f4;
}
.choosed[data-v-306829de] {
  width: 0.32rem;
  height: 0.32rem;
}
.unchoose[data-v-306829de] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.item-cont[data-v-306829de] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-306829de] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-306829de] {
  transition: all 0s ease;
}
.fade-enter[data-v-306829de],
.fade-leave-to[data-v-306829de] {
  transform: translateY(-20px);
  opacity: 0;
}

.selcLeavePerson[data-v-906203ba] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-906203ba]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-906203ba] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-906203ba] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-906203ba] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-906203ba] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-906203ba] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-906203ba] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-906203ba] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-906203ba] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-906203ba] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-4f092375] {
  position: relative;
}
.border-top-1px[data-v-4f092375]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-4f092375] {
  position: relative;
}
.border-bottom-1px[data-v-4f092375]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-4f092375] {
  position: relative;
}
.border-left-1px[data-v-4f092375]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-4f092375] {
  position: relative;
}
.border-1px[data-v-4f092375]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-4f092375]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-4f092375]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-4f092375]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-4f092375]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-4f092375]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-4f092375]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-4f092375]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-4f092375]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-4f092375]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-4f092375]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-4f092375] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-4f092375] {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-4f092375]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-4f092375] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-4f092375] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-4f092375] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-4f092375]:nth-child(1) {
  text-align: justify;
  width: 1.9rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-4f092375]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-4f092375]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-4f092375] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-4f092375] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-4f092375] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-4f092375] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-4f092375] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-4f092375] {
  color: #999999;
}
.fade-enter-active[data-v-4f092375] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-4f092375] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-4f092375],
.fade-leave-to[data-v-4f092375] {
  transform: translateX(300px);
  opacity: 0;
}

.border-top-1px[data-v-4abca1eb] {
  position: relative;
}
.border-top-1px[data-v-4abca1eb]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-4abca1eb] {
  position: relative;
}
.border-bottom-1px[data-v-4abca1eb]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-4abca1eb] {
  position: relative;
}
.border-left-1px[data-v-4abca1eb]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-4abca1eb] {
  position: relative;
}
.border-1px[data-v-4abca1eb]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-4abca1eb]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-4abca1eb]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-4abca1eb]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-4abca1eb] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-4abca1eb] {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-4abca1eb]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-4abca1eb] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-4abca1eb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-4abca1eb] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-4abca1eb]:nth-child(1) {
  text-align: justify;
  width: 1.9rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-4abca1eb]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-4abca1eb]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-4abca1eb] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-4abca1eb] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-4abca1eb] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-4abca1eb] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-4abca1eb] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-4abca1eb] {
  color: #999999;
}
.fade-enter-active[data-v-4abca1eb] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-4abca1eb] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-4abca1eb],
.fade-leave-to[data-v-4abca1eb] {
  transform: translateX(300px);
  opacity: 0;
}

.toLeaveList[data-v-143aaa9d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-143aaa9d]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-143aaa9d] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-143aaa9d] {
  height: 0.69rem;
}
.md-tab-bar[data-v-143aaa9d] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-143aaa9d] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-143aaa9d] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-143aaa9d] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-143aaa9d] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-143aaa9d] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-143aaa9d] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overtime-time[data-v-143aaa9d] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
  margin-left: 0.42rem;
  color: #555555;
  font-size: 0.28rem;
}

.select-user[data-v-48f21db0] {
  height: 100vh;
  padding-top: 40px;
  box-sizing: border-box;
}
.select-user .select-user-content[data-v-48f21db0] {
  height: 100%;
  overflow: hidden;
}
.select-user .select-user-content .search-text[data-v-48f21db0] {
  height: 40px;
}
.select-user .select-user-content .user-list[data-v-48f21db0] {
  overflow-y: auto;
}
.select-user .select-user-content .minus-list[data-v-48f21db0] {
  height: calc(100% - 40px);
}
.select-user .select-user-content .aelectedMinus-list[data-v-48f21db0] {
  height: calc(100% - 100px);
}
.select-user[data-v-48f21db0] .el-tree-node__content {
  height: unset;
  min-height: 26px;
}
.select-user[data-v-48f21db0] .el-tree-node__content .custom-tree-node {
  white-space: normal;
  outline: 0;
}
.select-user[data-v-48f21db0] .el-tree-node__content .custom-tree-node span {
  text-align: left;
  align-items: start;
  margin: 4px;
  height: 100%;
}
.select-user[data-v-48f21db0] .el-tree-node__content .el-checkbox .el-checkbox__inner {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.select-user[data-v-48f21db0] .el-tree-node__content .el-checkbox .el-checkbox__inner::after {
  width: 7px;
  height: 10px;
}
.select-user[data-v-48f21db0] .el-tree-node__content .el-tree-node__label {
  font-size: 16px;
}
.select-user[data-v-48f21db0] .el-tree-node__content .el-checkbox__inner::before {
  background-color: white;
}
.select-user[data-v-48f21db0] .el-tree-node__content .el-checkbox__input.is-checked .el-checkbox__inner,
.select-user[data-v-48f21db0] .el-tree-node__content .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1ab394;
  border-color: #1ab394;
}
.select-footers[data-v-48f21db0] {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}
.select-footers .primiBtn[data-v-48f21db0] {
  width: 80%;
  height: 40px;
}

.select-user[data-v-5b60a094] {
  height: 100vh;
  padding-top: 40px;
  box-sizing: border-box;
}
.select-user .select-user-content[data-v-5b60a094] {
  height: 100%;
  overflow: hidden;
}
.select-user .select-user-content .search-text[data-v-5b60a094] {
  height: 40px;
}
.select-user .select-user-content .user-list[data-v-5b60a094] {
  overflow-y: auto;
}
.select-user .select-user-content .minus-list[data-v-5b60a094] {
  height: calc(100% - 40px);
}
.select-user .select-user-content .aelectedMinus-list[data-v-5b60a094] {
  height: calc(100% - 100px);
}
.select-user[data-v-5b60a094] .el-tree-node__content {
  height: unset;
  min-height: 26px;
}
.select-user[data-v-5b60a094] .el-tree-node__content .custom-tree-node {
  white-space: normal;
  outline: 0;
}
.select-user[data-v-5b60a094] .el-tree-node__content .custom-tree-node span {
  text-align: left;
  align-items: start;
  margin: 4px;
  height: 100%;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox .el-checkbox__inner {
  width: 20px;
  height: 20px;
  border-color: transparent;
  font-size: 20px;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox .el-checkbox__inner::after {
  display: none;
  width: 7px;
  height: 10px;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-tree-node__label {
  font-size: 16px;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox__inner::before {
  background-color: white;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox__input.is-checked .el-checkbox__inner,
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #dcdfe6;
  background-color: #1ab394;
  border-color: #1ab394;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox__input {
  width: 25px;
  height: 25px;
  font-size: 25px;
  border: 1px solid #dcdfe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-user[data-v-5b60a094] .el-tree-node__content .el-checkbox__input.is-checked {
  border-color: #1ab394;
}
.select-footers[data-v-5b60a094] {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}
.select-footers .primiBtn[data-v-5b60a094] {
  width: 80%;
  height: 40px;
}
[data-v-5b60a094] .selected-trees .el-checkbox__inner {
  border-radius: 50%;
}

.footer[data-v-7e818e22] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-7e818e22] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-7e818e22] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-7e818e22] {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: -2px;
  margin-right: 5px;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-7e818e22]:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  /*top:50%;*/
  left: 50%;
}
label.bui-checkbox-label input[type="checkbox"]:checked + .bui-checkbox[data-v-7e818e22] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-7e818e22] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-7e818e22]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-7e818e22] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.border-top-1px[data-v-6f0f857a] {
  position: relative;
}
.border-top-1px[data-v-6f0f857a]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-6f0f857a] {
  position: relative;
}
.border-bottom-1px[data-v-6f0f857a]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-6f0f857a] {
  position: relative;
}
.border-left-1px[data-v-6f0f857a]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-6f0f857a] {
  position: relative;
}
.border-1px[data-v-6f0f857a]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-6f0f857a]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-6f0f857a]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-6f0f857a]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-6f0f857a] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-6f0f857a] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-6f0f857a]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-6f0f857a] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-6f0f857a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-6f0f857a] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-6f0f857a]:nth-child(1) {
  text-align: justify;
  width: 1.6rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-6f0f857a]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-6f0f857a]:nth-child(2) {
  flex: 1;
}
.box-item.box-approval-list[data-v-6f0f857a] {
  height: auto;
  display: block;
  padding-bottom: 10px;
}
.box-item.box-approval-list .box-title[data-v-6f0f857a] {
  line-height: 1;
}
.box-item.box-approval-list .approval-list[data-v-6f0f857a] {
  flex-wrap: wrap;
}
.reportback-reason[data-v-6f0f857a] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-6f0f857a] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-6f0f857a] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-6f0f857a] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-6f0f857a] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-6f0f857a] {
  color: #999999;
}
.fade-enter-active[data-v-6f0f857a] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-6f0f857a] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-6f0f857a],
.fade-leave-to[data-v-6f0f857a] {
  transform: translateX(300px);
  opacity: 0;
}
.approval-item[data-v-6f0f857a] {
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.approval-item .item-avatar[data-v-6f0f857a] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
.approval-item .item-name[data-v-6f0f857a] {
  margin-top: 8px;
}
.approval-item.active[data-v-6f0f857a] {
  box-shadow: 0px 1px 7px 0px rgba(4, 43, 36, 0.17);
}
.approval-item.active .item-avatar[data-v-6f0f857a] {
  -webkit-filter: none;
  /* Webkit */
  /* IE6-9 */
  filter: none;
  /* W3C */
}
.approval-item.active .item-name[data-v-6f0f857a] {
  color: #1AB394;
}

.overtime-list-item .left {
  justify-content: space-between;
}

.toLeaveList[data-v-2009ccd4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-2009ccd4]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-2009ccd4] {
  width: 100%;
}
.md-tab-bar[data-v-2009ccd4] {
  height: 0.69rem;
}
.md-tab-bar[data-v-2009ccd4] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-2009ccd4] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-2009ccd4] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-2009ccd4] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-2009ccd4] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-2009ccd4] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-2009ccd4] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.navtab[data-v-2009ccd4] {
  margin-top: 40px;
}
.overtime-time[data-v-2009ccd4] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
  margin-left: 0.42rem;
  color: #555555;
  font-size: 0.28rem;
}
.list-item-status[data-v-2009ccd4] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.overtime-type[data-v-2009ccd4] {
  color: #555;
}
.type[data-v-2009ccd4] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  /*padding-right: 0.2rem;*/
  width: 1.42rem;
}
.shenpiing[data-v-2009ccd4] {
  color: #f8ac59;
}
.shenpiok[data-v-2009ccd4] {
  color: #1ab394;
}
.shenpino[data-v-2009ccd4] {
  color: #d93636;
}

.info-container[data-v-b742e188] {
  box-sizing: border-box;
}
.info-container .info-details[data-v-b742e188] {
  padding: 0.2rem;
  border-bottom: 0.01rem solid #ededed;
  margin-top: 30px;
}
.info-container .info-details .info-item[data-v-b742e188] {
  line-height: 0.6rem;
}
.info-container .info-details .info-item .info-title[data-v-b742e188] {
  color: #999;
}
.info-container .overtime-list[data-v-b742e188] {
  line-height: 0.6rem;
}
.info-container .overtime-list .overtime-list-item[data-v-b742e188] {
  padding: 0.2rem;
  border-bottom: 0.01rem solid #ededed;
}
.info-container .overtime-list .overtime-list-item .list-time[data-v-b742e188] {
  display: flex;
  justify-content: space-between;
}
.info-container .overtime-list .overtime-list-item .list-time .overtime-date[data-v-b742e188] {
  color: #999;
}

.approval-container[data-v-944c8f92] {
  padding: 0.2rem;
  line-height: 0.6rem;
}
.approval-container textarea[data-v-944c8f92] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: 1px solid #ededed;
  line-height: 1.2;
  padding: 0.1rem;
}

.border-top-1px[data-v-afbdb95e] {
  position: relative;
}
.border-top-1px[data-v-afbdb95e]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-afbdb95e] {
  position: relative;
}
.border-bottom-1px[data-v-afbdb95e]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-afbdb95e] {
  position: relative;
}
.border-left-1px[data-v-afbdb95e]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-afbdb95e] {
  position: relative;
}
.border-1px[data-v-afbdb95e]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-afbdb95e]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-afbdb95e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-afbdb95e]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-afbdb95e] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-afbdb95e] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-afbdb95e]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-afbdb95e] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.shenpiren[data-v-afbdb95e] {
  padding: 0.15rem;
  font-size: 0.32rem;
  color: #555555;
}
.shenpiren-box[data-v-afbdb95e] {
  display: flex;
  flex-wrap: wrap;
}
.shenpiren-title[data-v-afbdb95e] {
  margin-bottom: 0.24rem;
  color: #555555;
}
.shenpiren-item[data-v-afbdb95e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.22rem;
}
.shenpiren-avatar[data-v-afbdb95e] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
}
.shenpiren-avatar-active[data-v-afbdb95e] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-afbdb95e] {
  font-size: 0.28rem;
  color: #555555;
}
.shenpi-icon[data-v-afbdb95e] {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 0.21rem;
  height: 0.21rem;
}
.headImgUrl[data-v-afbdb95e] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.box-item[data-v-afbdb95e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-afbdb95e] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-afbdb95e]:nth-child(1) {
  text-align: justify;
  width: 2.5rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-afbdb95e]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-afbdb95e]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-afbdb95e] {
  font-size: 0.32rem;
  padding: 0.15rem;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0.3rem;
}
.reportback-reason-title[data-v-afbdb95e] {
  letter-spacing: 3px;
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-afbdb95e] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-afbdb95e] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-afbdb95e] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-afbdb95e] {
  color: #999999;
}
.fade-enter-active[data-v-afbdb95e] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-afbdb95e] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-afbdb95e],
.fade-leave-to[data-v-afbdb95e] {
  transform: translateX(300px);
  opacity: 0;
}

.toLeaveList[data-v-268d4326] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-268d4326]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-268d4326] {
  width: 100%;
  margin-top: 40px;
}
.md-tab-bar[data-v-268d4326] {
  height: 0.69rem;
}
.md-tab-bar[data-v-268d4326] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-268d4326] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-268d4326] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-268d4326] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-268d4326] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-268d4326] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-268d4326] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overtime-time[data-v-268d4326] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
  margin-left: 0.42rem;
  color: #555555;
  font-size: 0.28rem;
}
.list-item-status[data-v-268d4326] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.type[data-v-268d4326] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-268d4326] {
  color: #f8ac59;
}
.shenpiok[data-v-268d4326] {
  color: #1ab394;
}
.shenpino[data-v-268d4326] {
  color: #d93636;
}

.listItem[data-v-4447b776] {
  display: flex;
  width: 7.21rem;
  min-height: 2rem;
  background: #fff;
  border-radius: 0.05rem;
  margin-top: 0.16rem;
  padding: 0.2rem 0.15rem 0.2rem 0.15rem;
}
.left[data-v-4447b776] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.person-info[data-v-4447b776] {
  display: flex;
  align-items: center;
  height: 0.6rem;
  margin-bottom: 0.12rem;
}
.avatar[data-v-4447b776] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #f4f4f4;
  overflow: hidden;
  margin-right: 0.22rem;
}
.avatar img[data-v-4447b776] {
  width: 100%;
}
.name[data-v-4447b776] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-4447b776] {
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.time .time-item .time-icon[data-v-4447b776] {
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.time .time-item .time-str[data-v-4447b776] {
  vertical-align: middle;
}
.detail[data-v-4447b776] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
}
.right[data-v-4447b776] {
  height: 100%;
  font-size: 0.24rem;
}

.info-container[data-v-33f19eb8] {
  box-sizing: border-box;
}
.info-container .info-details[data-v-33f19eb8] {
  padding: 0.2rem;
  margin-top: 40px;
  border-bottom: 0.01rem solid #ededed;
}
.info-container .info-details .info-item[data-v-33f19eb8] {
  line-height: 0.6rem;
}
.info-container .info-details .info-item .info-title[data-v-33f19eb8] {
  color: #999;
  min-width: 6.2em;
  display: inline-block;
}
.info-container .opration-btns[data-v-33f19eb8] {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.info-container .opration-btns .BotButton[data-v-33f19eb8] {
  position: static;
  margin: 0 auto;
}
.info-container .overtime-list[data-v-33f19eb8] {
  line-height: 0.6rem;
}
.info-container .overtime-list .overtime-list-item[data-v-33f19eb8] {
  padding: 0.2rem;
  border-bottom: 0.01rem solid #ededed;
}
.info-container .overtime-list .overtime-list-item .list-row[data-v-33f19eb8] {
  display: flex;
  justify-content: space-between;
}
.info-container .overtime-list .overtime-list-item .list-row .time-item[data-v-33f19eb8] {
  color: #8a8a8a;
}
.info-container .overtime-list .overtime-list-item .list-row .time-item .time-icon[data-v-33f19eb8] {
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.info-container .overtime-list .overtime-list-item .list-bottom[data-v-33f19eb8] {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.info-container .overtime-list .overtime-list-item .list-bottom .list-time[data-v-33f19eb8] {
  color: #8a8a8a;
  margin-right: 5px;
}

.confirm-container .title[data-v-0e61ecf3] {
  margin-top: 40px;
  padding: 0.2rem;
  line-height: 0.6rem;
}
.confirm-container textarea[data-v-0e61ecf3] {
  padding: 0.2rem;
  line-height: 0.6rem;
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: 1px solid #ededed;
  line-height: 1.2;
  padding: 0.1rem;
}

.approval-container .title[data-v-8f2e95fc] {
  margin-top: 40px;
  padding: 0.2rem;
  line-height: 0.6rem;
}
.approval-container textarea[data-v-8f2e95fc] {
  padding: 0.2rem;
  line-height: 0.6rem;
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: 1px solid #ededed;
  line-height: 1.2;
  padding: 0.1rem;
}

div[data-v-1e070fe3],
input[data-v-1e070fe3],
ul[data-v-1e070fe3],
li[data-v-1e070fe3] {
  box-sizing: border-box;
}
input[data-v-1e070fe3] {
  border: 0;
  outline: 0;
}
.transactionList[data-v-1e070fe3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-1e070fe3]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-1e070fe3] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-1e070fe3] {
  height: 0.69rem;
}
.md-tab-bar[data-v-1e070fe3] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-1e070fe3] .active {
  color: #1ab394 !important;
}
.md-tab-bar[data-v-1e070fe3] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-1e070fe3] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-1e070fe3] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-1e070fe3] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-1e070fe3] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.search-container[data-v-1e070fe3] {
  padding: 0.19rem 0 0.19rem 0.2rem;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.search-container .search-input[data-v-1e070fe3] {
  padding-right: 0.86rem;
  position: relative;
}
.search-container .search-input input[data-v-1e070fe3] {
  width: 100%;
  height: 0.52rem;
  background: #f4f4f4;
  border-radius: 5px;
  padding-left: 10px;
}
.search-container .search-input .search-icon[data-v-1e070fe3] {
  width: 0.21rem;
  height: 0.21rem;
  position: absolute;
  right: 1rem;
  top: 0.18rem;
}
.search-container .filter-icon[data-v-1e070fe3] {
  width: 28px;
  height: 24px;
  position: absolute;
  right: 0.33rem;
  top: 0.3rem;
}
.filter-panle[data-v-1e070fe3] {
  width: 100%;
  height: calc(100% - 1.68rem);
  background: rgba(3, 3, 3, 0.21);
  position: fixed;
  top: 0.9rem;
  left: 0;
  z-index: 2;
}
.filter-panle .filter-content[data-v-1e070fe3] {
  height: 4.54rem;
  background: #FFF;
  overflow: auto;
  padding-top: 0.24rem;
  border-top: 0.01rem solid #EDEDED;
  position: relative;
}
.filter-panle .filter-content .filter-title[data-v-1e070fe3] {
  font-size: 0.24rem;
  font-weight: 500;
  color: #666666;
  border-left: 0.05rem solid #1ab394;
  text-indent: 0.12rem;
}
.filter-panle .filter-content ul[data-v-1e070fe3] {
  padding-left: 0.18rem;
  margin-top: 0.21rem;
  margin-bottom: 0.25rem;
}
.filter-panle .filter-content ul li[data-v-1e070fe3] {
  padding: 0.16rem 0.26rem;
  background: #eeeeee;
  border-radius: 10px;
  margin-right: 0.16rem;
  display: inline-block;
}
.filter-panle .filter-content .btn-group[data-v-1e070fe3] {
  height: 0.94rem;
  border-top: 0.01rem solid #DCDCDC;
  line-height: 0.94rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.filter-panle .filter-content .btn-group .btn[data-v-1e070fe3] {
  width: 50%;
  float: left;
  height: 0.94rem;
}
.filter-panle .filter-content .btn-group .btn-reset[data-v-1e070fe3] {
  color: #666;
}
.filter-panle .filter-content .btn-group .btn-ok[data-v-1e070fe3] {
  background: #1ab394;
}
.transaction-list[data-v-1e070fe3] {
  padding: 0 0.14rem;
  background: #f4f4f4;
  margin-top: 0.18rem;
}
.transaction-list .transaction-item[data-v-1e070fe3] {
  background: #FFF;
  height: 1.69rem;
  border-radius: 0.05rem;
  padding: 0.17rem 0.19rem 0.19rem 0.17rem;
  position: relative;
  margin-bottom: 0.12rem;
  font-size: 0;
}
.transaction-list .transaction-item .head-img[data-v-1e070fe3] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  vertical-align: middle;
}
.transaction-list .transaction-item .surname[data-v-1e070fe3] {
  font-size: 0.32rem;
  font-weight: 500;
  color: #555555;
  vertical-align: middle;
  margin-left: 0.22rem;
}
.transaction-list .transaction-item .transaction-type[data-v-1e070fe3] {
  height: 0.23rem;
  font-size: 0.24rem;
  position: absolute;
  right: 0.19rem;
  top: 0.4rem;
  font-weight: 500;
  color: #555555;
}
.transaction-list .transaction-item .transaction-time[data-v-1e070fe3] {
  height: 0.21rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  margin-top: 0.13rem;
  margin-bottom: 0.15rem;
}
.transaction-list .transaction-item .transaction-detail[data-v-1e070fe3] {
  height: 0.24rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #555555;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.add-transaction[data-v-1e070fe3] {
  position: fixed;
  right: 0.32rem;
  bottom: 0.67rem;
}
.add-transaction .add-icon[data-v-1e070fe3] {
  height: 0.9rem;
  width: 0.9rem;
}
.type[data-v-1e070fe3] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.2rem;
  font-size: 0.28rem;
  color: #555;
  flex: 1;
}

.border-top-1px[data-v-45af2206] {
  position: relative;
}
.border-top-1px[data-v-45af2206]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-45af2206] {
  position: relative;
}
.border-bottom-1px[data-v-45af2206]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-45af2206] {
  position: relative;
}
.border-left-1px[data-v-45af2206]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-45af2206] {
  position: relative;
}
.border-1px[data-v-45af2206]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-45af2206]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-45af2206]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-45af2206]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-45af2206]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-45af2206]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-45af2206]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-45af2206]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-45af2206]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-45af2206]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-45af2206]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
div[data-v-45af2206],
input[data-v-45af2206],
ul[data-v-45af2206],
li[data-v-45af2206] {
  box-sizing: border-box;
}
input[data-v-45af2206] {
  border: 0;
  outline: 0;
}
.transaction-register[data-v-45af2206] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.transaction-register .transaction-box[data-v-45af2206] {
  margin-top: 1.2rem;
  background: #FFF;
  border-radius: 0.1rem;
}
[data-v-45af2206]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-45af2206] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-45af2206] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.71rem;
  font-size: 0.32rem;
  color: #555555;
  box-sizing: border-box;
  padding: 0 0.15rem 0 0.15rem;
  border-bottom: 0.01rem solid #ededed;
}
.box-item > div[data-v-45af2206] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-45af2206]:nth-child(1) {
  text-align: justify;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-45af2206]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-45af2206]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.radio-lable[data-v-45af2206] {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1.06rem;
}
.radio[data-v-45af2206] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.34rem;
  height: 0.34rem;
}
.arrow[data-v-45af2206] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.input[data-v-45af2206] {
  outline: none;
  border: none;
  height: 0.6rem;
  width: 100%;
}
.leave-reason[data-v-45af2206] {
  padding: 0rem;
  padding: 0 0.15rem 0 0.15rem;
}
.leave-reason-title[data-v-45af2206] {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  color: #555555;
}
#textarea[data-v-45af2206] {
  width: 6.8rem;
  font-size: 0.32rem;
  outline: none;
  border: none;
  line-height: 1.2;
  min-height: 1.2rem;
  color: #555555;
}
.zhiban-info[data-v-45af2206] {
  padding: 0.15rem 0.15rem 0 0.15rem;
  font-size: 0.32rem;
}
.zhiban-info-title[data-v-45af2206] {
  font-size: 0.32rem;
  margin-bottom: 0.52rem;
  color: #555555;
}
.zhiban-info-cont[data-v-45af2206] {
  display: flex;
  align-items: center;
  height: 0.71rem;
  color: #555555;
}
.zhiban-info-cont span[data-v-45af2206] {
  margin-left: 0.37rem;
}
.zhiban-info-cont > div[data-v-45af2206]:nth-child(1) {
  width: 4.08rem;
}
.zhiban-info-cont > div[data-v-45af2206]:nth-child(2) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhiban-info-cont .arrow[data-v-45af2206] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.zhiban-info-cont .zhiban-tochoose[data-v-45af2206] {
  color: #999999;
}
.shenpiren[data-v-45af2206] {
  padding: 0.15rem;
  font-size: 0.28rem;
  color: #555555;
}
.shenpiren-box[data-v-45af2206] {
  display: flex;
}
.shenpiren-title[data-v-45af2206] {
  margin-bottom: 0.24rem;
  color: #555555;
}
.shenpiren-item[data-v-45af2206] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
}
.shenpiren-avatar[data-v-45af2206] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.19rem;
  border-radius: 100%;
  background: #F4F4F4;
}
.shenpiren-avatar-active[data-v-45af2206] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-45af2206] {
  font-size: 0.24rem;
  color: #555555;
}
.shenpi-icon[data-v-45af2206] {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
.shenpiren-avatar-active[data-v-45af2206] {
  border: 1px solid #1ab394;
}
.shenpiren-name-active[data-v-45af2206] {
  color: #1ab394;
}
.add-imgs[data-v-45af2206] {
  font-size: 0.28rem;
  padding: 0.15rem;
  margin-bottom: 1.89rem;
}
.add-imgs-title[data-v-45af2206] {
  margin-bottom: 0.28rem;
  color: #555555;
}
.add-imgs-box[data-v-45af2206] {
  display: flex;
  flex-wrap: wrap;
}
.add-imgs-box .image-reader-item[data-v-45af2206] {
  position: relative;
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: color-bg-base;
  box-sizing: border-box;
  list-style: none;
  border-radius: radius-normal;
  background-size: cover;
}
.add-imgs-box .image-reader-item[data-v-45af2206]:nth-of-type(5n) {
  margin-right: 0;
}
.add-imgs-box .image-reader-item.add[data-v-45af2206] {
  width: 1.12rem;
  height: 1.12rem;
  background: #F4F4F4;
}
.add-imgs-box .image-reader-item.add .md-icon[data-v-45af2206] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.74;
}
.add-imgs-box .image-reader-item .image-reader-item-del[data-v-45af2206] {
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  z-index: 3;
  border-radius: radius-circle;
}
.select[data-v-45af2206] {
  overflow: scroll;
  max-height: 6.7rem;
}
.default[data-v-45af2206] {
  color: #999999;
}
[data-v-45af2206] .md-radio-item {
  border-bottom: 0.01rem solid #ededed;
}
.imgFileOne[data-v-45af2206] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-45af2206] {
  position: relative;
  height: 1rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-45af2206] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-45af2206] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-45af2206]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-45af2206],
.personFile span[data-v-45af2206] {
  width: 1rem;
  height: 1rem;
  /*background: #eee;*/
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-45af2206],
.personFile img[data-v-45af2206] {
  width: 0.8rem;
  height: 0.8rem;
}
.fbtn[data-v-45af2206] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
}
.fbtn .mint-button--default[data-v-45af2206] {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}

.selcLeavePerson[data-v-d580d35c] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 13.5rem;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
[data-v-d580d35c]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-d580d35c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-d580d35c] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-d580d35c] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-d580d35c] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-d580d35c] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-d580d35c] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-d580d35c] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-d580d35c] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-d580d35c] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-085ab581] {
  position: relative;
}
.border-top-1px[data-v-085ab581]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-bottom-1px[data-v-085ab581] {
  position: relative;
}
.border-bottom-1px[data-v-085ab581]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-left-1px[data-v-085ab581] {
  position: relative;
}
.border-left-1px[data-v-085ab581]:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #ededed;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-1px[data-v-085ab581] {
  position: relative;
}
.border-1px[data-v-085ab581]:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.border-top-1px[data-v-085ab581]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-085ab581]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-085ab581]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-085ab581]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-085ab581]:after {
    height: 200%;
    width: 200%;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.border-top-1px[data-v-085ab581]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-085ab581]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-085ab581]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-085ab581]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-085ab581]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-085ab581] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-085ab581] {
  margin-top: 0.15rem;
}
.item-box[data-v-085ab581] {
  margin-top: 0.02rem;
}
.item[data-v-085ab581] {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 1.1rem;
  background: #fff;
  padding: 0 0.18rem;
  border-bottom: 0.01rem solid #f4f4f4;
}
.choosed[data-v-085ab581] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.unchoose[data-v-085ab581] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
  border-radius: 50%;
}
.item-cont[data-v-085ab581] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-085ab581] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-085ab581] {
  transition: all 0s ease;
}
.fade-enter[data-v-085ab581],
.fade-leave-to[data-v-085ab581] {
  transform: translateY(-20px);
  opacity: 0;
}

.toLeaveList[data-v-37a88a5a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
[data-v-37a88a5a]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-37a88a5a] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-37a88a5a] {
  height: 0.86rem;
}
.md-tab-bar[data-v-37a88a5a] .md-tab-bar-inner {
  height: 0.86rem;
}
.md-tab-bar[data-v-37a88a5a] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-37a88a5a] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-37a88a5a] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-37a88a5a] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-37a88a5a] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-37a88a5a] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.infoname[data-v-37a88a5a] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-37a88a5a] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-37a88a5a] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-37a88a5a] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-37a88a5a] {
  color: #ffc442;
}
.shenpiok[data-v-37a88a5a] {
  color: #1ab394;
}
.shenpino[data-v-37a88a5a] {
  color: #d93636;
}

.listItem[data-v-44623e66] {
  width: 7.02rem;
  min-height: 1.38rem;
  background: #fff;
  border-radius: 0.1rem;
  margin-top: 0.23rem;
  padding: 0.22rem 0.24rem;
}
.listItem .list-top[data-v-44623e66],
.listItem .list-bottom[data-v-44623e66] {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}
.listItem .list-top .desc[data-v-44623e66],
.listItem .list-bottom .desc[data-v-44623e66] {
  color: #555;
  font-weight: bold;
}
.listItem .list-top[data-v-44623e66] {
  margin-bottom: 0.2rem;
}
.listItem .list-bottom[data-v-44623e66] {
  line-height: 0.48rem;
  color: #999;
}
.listItem .list-bottom img[data-v-44623e66] {
  vertical-align: middle;
}
.listItem .list-bottom span[data-v-44623e66] {
  display: inline-block;
}
.listItem .list-bottom .user-info[data-v-44623e66] {
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.listItem .list-bottom .user-info img[data-v-44623e66] {
  margin-right: 0.12rem;
  width: 0.48rem;
  border-radius: 50%;
}
.listItem .list-bottom .time[data-v-44623e66] {
  font-size: 0.28rem;
}
.listItem .list-bottom .time img[data-v-44623e66] {
  margin-right: 0.22rem;
  width: 0.32rem;
}
.listItem .status[data-v-44623e66],
.listItem .statusing[data-v-44623e66] {
  color: #f8ac59;
  font-weight: bold;
}
.listItem .status-success[data-v-44623e66] {
  color: #1ab394;
}
.listItem .status-fail[data-v-44623e66] {
  color: #ed5565;
}

.duty-box[data-v-d0d2228e] {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.duty-box .zhiban-con[data-v-d0d2228e] {
  background: #f4f4f4;
  padding: 0.16rem;
}
.duty-box .zhiban-con > div[data-v-d0d2228e] {
  display: flex;
  min-height: 1.13rem;
  /*width: 7.18rem;*/
  text-align: center;
  color: #222;
  background: #fff;
  font-size: 0.32rem;
  border-radius: 10px;
}
.duty-box .zhiban-con > div .start-time[data-v-d0d2228e],
.duty-box .zhiban-con > div .end-time[data-v-d0d2228e] {
  flex: 1;
  line-height: 1.13rem;
}
.duty-box .zhiban-con > div .start-time span[data-v-d0d2228e],
.duty-box .zhiban-con > div .end-time span[data-v-d0d2228e] {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0.26rem 0.23rem 0 0;
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
  background: #1ab394;
}
.duty-box .zhiban-con > div .end-time span[data-v-d0d2228e] {
  background: #ed5565;
}
.duty-box .duty-desc > div[data-v-d0d2228e] {
  display: block;
  text-align: left;
  padding: 0.27rem 0.2rem;
  font-size: 0.28rem;
}
.duty-box .duty-desc > div .desc-title[data-v-d0d2228e] {
  position: relative;
  margin-bottom: 0.28rem;
  padding-left: 0.2rem;
  color: #999;
}
.duty-box .duty-desc > div .desc-title[data-v-d0d2228e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  background: #1ab394;
  border-radius: 50%;
}
.duty-box .duty-desc > div .desc-con[data-v-d0d2228e] {
  font-size: 0.32rem;
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 0.48rem;
}
.duty-box .duty-check-btn[data-v-d0d2228e] {
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 0.18rem 0.35rem;
  border-top: 1px solid #bfbfbf;
  background: #fff;
}
.duty-box .duty-check-btn button[data-v-d0d2228e] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1ab394;
  border-radius: 0.1rem;
  border: 0;
}

.zhiban-box[data-v-d85db75e] {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.zhiban-box .process-title[data-v-d85db75e] {
  font-size: 0.28rem;
  position: relative;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.16rem 0 0.4rem;
  margin-bottom: 0.22rem;
  background: #fff;
  color: #323333;
  border-bottom: 1px solid #dedede;
}
.zhiban-box .process-title[data-v-d85db75e]:before {
  content: "";
  position: absolute;
  left: 0.16rem;
  top: 0.2rem;
  width: 0.08rem;
  height: 0.32rem;
  background: #1ab394;
  border-radius: 0.2rem;
}
.zhiban-box .zhiban-week-box[data-v-d85db75e] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-d85db75e] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box[data-v-d85db75e] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-d85db75e] {
  width: 1rem;
  float: left;
  height: 0.55rem;
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-d85db75e] {
  height: 0.55rem;
  width: 0.66rem;
  margin-left: 0.17rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-d85db75e] {
  height: 0.35rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.35rem;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-d85db75e] {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  width: 0.66rem;
  display: block;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day[data-v-d85db75e] {
  color: #fff !important;
  background: #3bd7da;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-d85db75e] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-d85db75e] {
  float: left;
  height: 0.21rem;
  width: 0.04rem;
  margin-top: 0.15rem;
  background: #3bd7da;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-d85db75e] {
  height: 0.51rem;
  background: #f1fdfd;
  color: #666666;
  text-indent: 0.21rem;
  font-size: 0.22rem;
  line-height: 0.51rem;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box[data-v-d85db75e] {
  width: 7rem;
  margin: 0 auto;
  height: 0.7rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-d85db75e] {
  width: 1rem;
  float: left;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .now-day[data-v-d85db75e] {
  color: #3bd7da;
}

.huanhang[data-v-5fdefc79] {
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}
.process-title[data-v-5fdefc79] {
  font-size: 0.28rem;
  position: relative;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.16rem 0 0.4rem;
  margin-bottom: 0.22rem;
  color: #323333;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.process-title[data-v-5fdefc79]:before {
  content: "";
  position: absolute;
  left: 0.16rem;
  top: 0.2rem;
  width: 0.08rem;
  height: 0.32rem;
  background: #1ab394;
  border-radius: 0.2rem;
}
.process-item[data-v-5fdefc79] {
  position: relative;
  width: 6.59rem;
  /*height: 1.56rem;*/
  padding: 0.1rem 0.2rem;
  margin: 0 0 0.61rem 0.74rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
  border-radius: 0.1rem;
  font-size: 0.32rem;
  color: #999;
}
.process-item > div[data-v-5fdefc79] {
  min-height: 0.2rem;
  margin-bottom: 0.19rem;
}
.process-item > div[data-v-5fdefc79]:last-child {
  margin-bottom: 0;
}
.process-item .process-desc[data-v-5fdefc79] {
  font-size: 0.33rem;
}
.process-item .process-time[data-v-5fdefc79] {
  font-size: 0.26rem;
}
.process-item[data-v-5fdefc79]::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 2.1rem;
  background: #ddd;
  left: -0.43rem;
}
.process-item[data-v-5fdefc79]:after {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  left: -0.55rem;
  top: 0;
  z-index: 999;
  background: url(../../static/img/circle.1479f2c.png) no-repeat left center / 100%;
}
.process-item[data-v-5fdefc79]:last-child::before {
  display: none;
}
.active[data-v-5fdefc79] {
  background: #f4fafe;
  color: #333;
}
.active[data-v-5fdefc79]:after {
  width: 0.4rem;
  height: 0.4rem;
  left: -0.6rem;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAK1ElEQVRoQ81aWXCT1xX+zq/VkldZluQFL0ACgWZSEkjSNGyBrE3TnadO04emeUimb33nrQ+d6UOA6bSdzjSdadqhnYZiQiAhZW1SIDQhBDMB21g2tiVLlmzZkqzlv6dzrixjJ7Itg53JmfE6v+5/lu+c891zL2GJ8tCHv7MFB61Oq8rWGxbVwuD1RHQPSK0Ckw+AF4xKgF0gsgBQIEyxwgQRJwEaB3EMbAww0M1M15WBgbyRj3b4HOlLm1/OLUUlWsrDOHjQ0lYd9+VzGR/I2gKoVsVYS0AHM5pIlCd4ALgB2GetbYIxCXAKRBPMiBNhiIn7iKkHoH4yMGC1WMPBRN0I9uwxy9WrbAPE86FwrkMp2gLwg8TYAIIPjBoQqqeVdgIwFnm5KJcBkCRggiUi4BFiXFNEHxoGXwz4bTfLjcTiBuzda/g21TYYZF9PhtpEjEcAPAhgDQCByHKIGNUD4H9MOG9h/pgUrvua7ZHFDFnYAGZqPHqg1TDxCBOeBLAZQEDjHLAuh+ZzYAZEAIRA+JjB7xlEFwZd0V7s3Juf713zGuA//mu3JetcRWw8CuInGNgOoHWZlZ5vuSGAzhLjpAk+x450X/jpXyZLPVzSgJaDv6kwXc4NgNpqMD3F4AcANAJYHHLLZ2EY4MsEOq4MPkPK3jX07ZdTn1/+CwptOLjXHnc1rDGYn2XgKUBjvnb59FrSSmMgXCTGMdNUxzzZWHfXnr3Z2SvMMUCUH3d725WJbUT4IYCHAdQt6ZXL/3Ac4IvM9HfDgjM1yWjfbCPmGNDw1oGAVWEXEb8Axg4A0pi+ChIG4TQzHc4beC/yrVdCRaVmDNDQcXsfJYWfAngWgP9LxvxCjmIAYQBvs4E/1SWj/y1GQRsgyiccDa2mhZ8n1gZI0n5pkmeFvFIQLS1EsJABg6hUxbhMTK8T5Y9Up+NBMYKkw0aj8OZy2Z0g+g4YuwFNB740MZnBLOozjGnl53l5DKD3AHXIZrOf9HoRJe+//ljlMJKrFdGLxCTQ6QDgWGntFTNyLF5nVFnt8DlccFtsyCgTiXwWk7kssqwAZhDNIF0oSB8THzWYX88ody8F3vxtu8XGG1mpV0E6cYXPrKiI0uLvnFKwGwbWVdVjS10AHnsFbqUncC0xioFUAhP5LMRQqzGHXk0BOE1k7DNzdJUaj7y2lZTlfhD/fKWxL2qLQoJ5gYp4fk1lLbZ7W/G4t1n/74PoIE5F+3FjIoaJfE4/b5trgDj3Mph+z4Z5hRoP7/8ZDN5ATD9YaaogWBecy/damxMba7zY6W3FDl8bVrmq0Ds5hs6hGzgxEkQwNY7sdGJbb0OoiIwgE/8TirqoqXPfr4hxLxNtBdCwEtgRLwra84rhsFjQYK/AxpoG7Ghoxc6GVrS7axHOJHFqJIi3Qz34KD6CeH4KxGIudEX6nESI+SwTrlNT5/6/MGMNEe4H4FoJAwQyIlIeA043Hqz1Y7e/HY/VN6O5ogrRTEp7/Z3wTXwyNoJoJq0TWDwvBpQgYClmXCFCDzV1HngXzB0gtC03RS5gHhrzTsOKxgo3HqoLaK9vb2jVxsSyaZyN3MKhoes4HxvCaGZqxuMlPF/0bx6MIIhuSgQ+nsb+snMeU5dJ0knY5KzEFk8AT/s7sMXThEanG6l8DudGb+HYcC/ORgfQn04gJzAzLLp0LkJ94wD6qblzfw8DzeXUfgmn4LmQhhJaKtkxdarqOm/CShY0VlTiUU8TdvvbsLW+BT6nG2kzr+HSOdyN05EBnbTSA2Tpz5XN+VCdIWCQmg7vGwKR7LIW5fpFxQrqFz5QylNipIh8r7c7sdnTiBea1uLx+hb4nW7thE8TEZwa6cfRUC+ujkeRNHOwi+dLJ20pIzQ/EgiNlFN9xKOirOCyiE1TKeSLFEDiMV0txJOiSL2jQifsU4EOXXHaXTVakZvJMZwI9+mvj8YjiGfT0nB1hVqiRMsyoOhRl9WKOlsFKm2FiUkil0E8O4W0WRjlGKI2FTqs22rH12t92vNScSQHrGQglp3CuegtvDn4Gd4fHUQ0m4YFQt4KVWqJEi0LQnk2YSML2t01eKDWjzZXta4swWRCQ6EvOY4plYepJErQHXZ9Vb1WXAyQ30VSZh6XYiEcC/fqkimNS9LcZbEtUe8ZhIYXTOJCshKyKo9Kqx0Pexrx/eZ12FwXgHTVaxOjODHSh/OjwxhMJzCRy+oEvK/Ki+cCqzV0Hqj16aoicn0yhkODN3A8fBOfJUZ1Igsci9gv5laZ1kwn8QJltGhAZtoAaTw/btuI3b42OAwrIpkUzkRv4eRIEJfGQhhMTcBltelk/VHLet2oqmx2nbTCMM9GBvDXgS58EBvSxtqnITOLbZapu36sUEabOvefAKN9oUYm8BAvrqvy4JnAajzjX437axq090JTSXwYH9alsHsyjhqbA9/wNOuSuaay0FrGcxlcGY/g3XAf3gndRHcyrpPfZbnj0dKsRnZk3xusaPVCVEJ4u6SXeHN9lRfbvC0a34LtCosV0WwKF2Mh9KcSGmr3Vtbhnqo6TdhEeibHcGS4GyfCQVxLRDFhZnXVKcEyy43AbCqxOJkrViH5WWVzYGN1PZ70t2Nbwyp8TSIBwmg2jcl8TvOXaptDb04kQlKp3h8dwt8GuvCfyCDiuakZxRegCosZcpvMNXYeeMlg3sCE7wGaD80rGVMmfASP3YlNtT5Ng3f4WrHWXVfSm1ll4tPxiE7aI8M9+CwRg9ALyZO7lCAx3lREXdT41v5tpDQTfWmxDY2UTk2NmVFvr8CmOr/Oice9LbhnGu+zFQsmx/FWqBfHQ706ByQXJGGLVekujLgM4A9s4Ar5D+/rsII2MuFVFOafi24pp3QkoGmBlNZdvjZ807tK9weZKohIiTw/Oog3Bq5poiYss0iP7wI6snRhS8nYnwdfJc/R16or2LJasfoJMT0HoH0+Yieq6b2sREIpIULwO13YUteIZ6cjIfw+p0z0JMfwbugmDg3fwJWxiP7MHTas2YG6vakn489pMnvnjlVgfBfgXeWOVSQS4vBmZxUe87bo5rXZE9AQ+2B0SO+uLsSGdakVw5cBOl8cq4h5erBVUdfGbH2eiV9cLBdmIqGUTkqBTVNFlU7oXQ1t+m/pC6ci/RhMT2paLSJc6C7li4Ot4oJ3M1qUSMhEYV21B1tqA7oiSdLKeCStTG3QvJvD8ixaeLRYXEMPd1ntJjZeAFgSesHh7pxI6AGVDV67SzPLsWxG0weRYmKXp2vJp8IAnWFSh/NknCg53C1CSY/XFW0nsIxZljReF+wXRieFScI8882l2lEYr8P4h2Hw6QXH67Ly2qOvOSazWGOxGM+Ue8BRjITkg+wFNN4NQ/P7Rbd5C5nDGIeBC1D8jgK9XWlV3d3P/UIq0Yx8tY+YCJ/IEROxeTZnz1wtdU721T3kI5wj5pN5sp5TKdUX2fPKZKlg3ekxq0zwlryBXQT8UmtvH7Mq/JvYuDBUPdJzR8esMy8redBNDwEsB913Xdin3yNtvQfgS8t70D3LZbOvGhjMm5lwn55mLP2qgWS58JlJAiYLVw1UhJi6Vuaqwey4Fy97mHk/TG6BgVUlL3vIbRXCXM7MyIEwCUaMgagBHlQGgvqyB/EATB6wORyhFbvsUbSjnOs2MpjgwqC4uGfME5BiYAJAFMQjUNTPRD1y3cZmzd9KApE7uW7zf3BGaGlslpoXAAAAAElFTkSuQmCC) no-repeat left center / 100%;
}
.active .process-desc[data-v-5fdefc79] {
  color: #1ab394;
}

.duty-comment .process-title[data-v-b0f7795a] {
  font-size: 0.28rem;
  margin-top: 40px;
  position: relative;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.16rem 0 0.4rem;
  margin-bottom: 0.22rem;
  background: #fff;
  color: #323333;
  border-bottom: 1px solid #dedede;
}
.duty-comment .process-title[data-v-b0f7795a]:before {
  content: "";
  position: absolute;
  left: 0.16rem;
  top: 0.2rem;
  width: 0.08rem;
  height: 0.32rem;
  background: #1ab394;
  border-radius: 0.2rem;
}
.duty-comment .comment[data-v-b0f7795a] {
  background: #f4f4f4;
  width: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.duty-comment .comment textarea[data-v-b0f7795a] {
  display: block;
  width: 100%;
  height: 2.65rem;
  /*padding: .24rem;*/
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.24rem;
  color: #999;
  font-size: 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
  border: 0;
}
.duty-comment .duty-comment-footer[data-v-b0f7795a] {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 0.2rem 0.35rem;
  justify-content: space-between;
  width: 100%;
  height: 1.15rem;
  font-size: 0.32rem;
  background: #fff;
}
.duty-comment .duty-comment-footer div[data-v-b0f7795a] {
  width: 3rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.74rem;
  background: #e6e6e5;
  color: #666;
  border-radius: 0.05rem;
}
.duty-comment .duty-comment-footer .submit[data-v-b0f7795a] {
  background: #1ab394;
  color: #fff;
}

.knowledge-cont[data-v-19808e9e] {
  flex: 1;
  width: 100%;
  // height: 100%;
  background: #f4f4f4;
  /*padding: 0 0.15rem;*/
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*margin-top: 40px;*/
}
.knowledge[data-v-19808e9e] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  /*padding-bottom: 1.2rem;*/
  box-sizing: border-box;
  overflow: hidden;
}
.headerOne[data-v-19808e9e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-cell[data-v-19808e9e] {
  width: 100%;
}
.mint-header[data-v-19808e9e] {
  background: #1ab394;
}
#container[data-v-19808e9e] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scrollList[data-v-19808e9e] {
  font-size: 0.3rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0.1rem 0.2rem;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 14px;
}
.scrollList div[data-v-19808e9e]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.mint-field-core[data-v-19808e9e] {
  margin-top: -0.4rem;
}
.mint-button[data-v-19808e9e] {
  height: 36px;
  margin-top: -1px;
}
.scorllPad[data-v-19808e9e] {
  padding: 0 0.2rem;
}
.scrollList div[data-v-19808e9e]:nth-child(2) {
  text-indent: 20px;
  line-height: 0.5rem;
  position: relative;
  padding: 0.1rem 0 0.1rem 0;
  border-bottom: 1px solid #eee;
}
.scrollList div:nth-child(2) img[data-v-19808e9e] {
  position: absolute;
  width: 1.06rem;
  right: 0;
  bottom: 0;
}
.scrollList div[data-v-19808e9e]:nth-child(3) {
  display: flex;
  padding: 0.26rem 0 0.2rem 0;
}
.scrollList div:nth-child(3) span[data-v-19808e9e] {
  flex: 1;
}

.knowledgeHis[data-v-960791d6] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
}
.knowledge-padding[data-v-960791d6] {
  padding-bottom: 1.2rem;
}
.knowledge-cont[data-v-960791d6] {
  flex: 1;
  width: 100%;
  /*// height: 100%;*/
  background: #fff;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
}
#container[data-v-960791d6] {
  -webkit-overflow-scrolling: touch;
}
.headerOne[data-v-960791d6] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-960791d6] {
  background: #1ab394;
}
.contain[data-v-960791d6] {
  font-size: 0.3rem;
  padding: 0 0.4rem;
}
.contain div[data-v-960791d6]:nth-child(1) {
  font-size: 0.34rem;
  text-align: center;
  padding: 0.4rem 0;
}
.contain div:nth-child(2) p[data-v-960791d6]:nth-child(1),
.contain div:nth-child(3) p[data-v-960791d6]:nth-child(1),
.contain div:nth-child(4) p[data-v-960791d6]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0;
  font-weight: bold;
}
.contain div:nth-child(2) p[data-v-960791d6]:nth-child(2),
.contain div:nth-child(3) p[data-v-960791d6]:nth-child(2),
.contain div:nth-child(4) p[data-v-960791d6]:nth-child(2) {
  font-size: 0.3rem;
  line-height: 0.5rem;
}
.BotButton[data-v-960791d6] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.confirm-box[data-v-960791d6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-960791d6] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-960791d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.04rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  /*margin-right: 0.32rem;*/
  border-radius: 0.05rem;
  border: none;
}
.botButton-submitTwo[data-v-960791d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.04rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  /*margin-right: 0.32rem;*/
  border-radius: 0.05rem;
  border: none;
}

.Reasonrejection[data-v-5aae4b93] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
.cont textarea[data-v-5aae4b93] {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.32rem;
  padding: 0 0.2rem;
  height: 2rem;
}
.cont[data-v-5aae4b93] {
  margin-top: 45px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  position: relative;
  background: #fff;
  top: -0.15rem;
  padding-top: 0.2rem;
  /*padding: 0 .24rem;*/
}
.BotButton[data-v-5aae4b93] {
  position: fixed;
  border-top: 1px solid #eee;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.button-text[data-v-5aae4b93] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}

.footbtn[data-v-139a7e3a] {
  width: 3.1rem;
  margin: 0 auto;
  text-align: center;
  height: 0.7rem;
  border-radius: 4px;
  line-height: 0.7rem;
  font-size: 0.32rem;
  margin-bottom: 10px;
}
.footbtnOne[data-v-139a7e3a] {
  margin-top: 4rem;
  background: #58be6a;
  color: #fff;
}
.footbtnTwo[data-v-139a7e3a] {
  background: #f2f2f2;
  color: #58be6a;
}
.weixinAutoTitle[data-v-139a7e3a] {
  padding: 0.2rem;
}
.weixinAutoLogo[data-v-139a7e3a] {
  width: 0.48rem;
  vertical-align: middle;
}
.weixinAutoTitle span[data-v-139a7e3a] {
  margin-left: 0.1rem;
}
.weixinXinxi[data-v-139a7e3a] {
  font-size: 0.42rem;
}

#contractHis_xz .contractHis {
  background: #fff;
  margin-top: 0.07rem;
  margin-bottom: 0.3rem;
}
#contractHis_xz .contractHis .contractHis_list {
  padding: 0.24rem 0.22rem 0.19rem 0.28rem;
  border-bottom: 1px solid #bbb;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(1) {
  display: flex;
  margin-bottom: 0.2rem;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(1) span:nth-child(1) {
  flex: 1;
  font-size: 0.36rem;
  color: #333;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(1) span:nth-child(2) {
  font-size: 0.32rem;
  color: #e6a914;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(2) {
  display: flex;
  font-size: 0.32rem;
  color: #666;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(2) span:nth-child(1) {
  flex: 1;
}
#contractHis_xz .contractHis .contractHis_list div:nth-child(2) span:nth-child(3) {
  flex: 1;
  text-align: right;
}
#contractHis_xz .contractHis .contractHis_omg {
  vertical-align: middle;
  height: 0.83rem;
  line-height: 0.83rem;
  padding: 0 0.27rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#contractHis_xz .contractHis .contractHis_omg img {
  margin-right: 0.14rem;
  width: 0.38rem;
  height: 0.38rem;
}
#contractHis_xz .contractHis .contractHis_title {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0.25rem;
  color: #333333;
  font-size: 0.36rem;
  font-weight: 500;
  height: 0.83rem;
  line-height: 0.83rem;
}
#contractHis_xz .contractHis .contractHis_bian {
  display: flex;
  padding: 0 0.28rem;
  margin-top: 0.2rem;
}
#contractHis_xz .contractHis .contractHis_bian span:nth-child(1) {
  font-size: 0.36rem;
  color: #999999;
}
#contractHis_xz .contractHis .contractHis_bian span:nth-child(2) {
  flex: 1;
  overflow: hidden;
  font-size: 0.36rem;
  color: #333333;
}

#mettingHis_xz .ly-tab .ly-tab-item:not(:first-child) {
  margin-left: 0.15rem;
}
#mettingHis_xz {
  background: #f4f4f4;
}
#mettingHis_xz .header {
  z-index: 8;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#mettingHis_xz .demandList {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
#mettingHis_xz .demandList .pinlun {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8a8a8a;
}
#mettingHis_xz .demandList .pinlun img {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
#mettingHis_xz .demandList .person {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.21rem;
}
#mettingHis_xz .demandList .person img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
#mettingHis_xz .demandList .person .time {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8a8a8a;
}
#mettingHis_xz .demandList .laizi {
  padding-bottom: 0.2rem;
  color: #8a8a8a;
  font-size: 0.28rem;
}
#mettingHis_xz .demandList .titile {
  color: #383131;
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
#mettingHis_xz .demandList .dengji {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
#mettingHis_xz .demandList .quanzhong .zhongyao {
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
#mettingHis_xz .demandList .yijian {
  padding: 0.05rem 0.18rem;
  float: right;
  border: 1px solid;
  border-radius: 4px;
}
#mettingHis_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#mettingHis_xz .md-tab-bar {
  height: 0.88rem !important;
}
#mettingHis_xz .md-tab-bar {
  height: 0.88rem !important;
}
#mettingHis_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#mettingHis_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#mettingHis_xz .md-tab-bar /deep/ .ink-bar {
  background: #1ab394 !important;
}
#mettingHis_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#mettingHis_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#mettingHis_xz /deep/ .md-scroll-view {
  background: #f4f4f4 !important;
}
#mettingHis_xz /deep/ .htmlP p {
  line-height: 0.44rem !important;
}
#mettingHis_xz .md-tab-bar .ink-bar {
  background: #1ab394;
  height: 2px;
}
#mettingHis_xz .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#mettingHis_xz .navtab-list {
  z-index: 99;
  position: fixed;
  width: 100%;
  /*padding-top: .07rem;*/
  background: #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
#mettingHis_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#mettingHis_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}
#mettingHis_xz .mtting_enclosuretwo {
  overflow-y: auto;
}
#mettingHis_xz .mtting_enclosuretwo .mtting_img {
  display: flex;
  height: 100px;
  min-width: 8rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  padding: 0.32rem 0.38rem;
}
#mettingHis_xz .mtting_enclosuretwo .mtting_img img {
  border: 1px solid #b5b5b5;
  width: 100px;
  margin-right: 7px;
  height: 100px;
}
#mettingHis_xz .mtting_enclosure {
  background: #f4f4f4;
  min-height: 12rem;
  overflow: scroll;
}
#mettingHis_xz .mtting_enclosure .metting_doc {
  display: flex;
  padding: 0.25rem 0.26rem;
  background-color: #fff;
  border-bottom: 1px solid #bbbbbb;
}
#mettingHis_xz .mtting_enclosure .metting_doc img {
  margin-top: 0.1rem;
  width: 0.55rem;
  /*height:.82rem;*/
  /*border-radius: 50%;*/
}
#mettingHis_xz .mtting_enclosure .metting_doc .person_img {
  width: 100%;
  display: flex;
}
#mettingHis_xz .mtting_enclosure .metting_doc .person_img div:nth-child(1) {
  width: 0.55rem;
  margin-right: 0.3rem;
}
#mettingHis_xz .mtting_enclosure .metting_doc .metting_name {
  /*width: 1.2rem;*/
  /*font-size:.32rem;*/
  /*color:#666;*/
}
#mettingHis_xz .mtting_enclosure .metting_doc .metting_name img {
  margin-left: 0.3rem;
  width: 0.43rem;
  margin-top: 0.14rem;
}
#mettingHis_xz .mtting_enclosure .metting_doc .person_xin {
  flex: 1;
  width: calc(100% - 1.5rem);
  /*margin-left: .3rem;*/
}
#mettingHis_xz .mtting_enclosure .metting_doc .person_xin p:nth-child(1) {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mettingHis_xz .mtting_enclosure .metting_doc .person_xin p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  color: #666;
}
#mettingHis_xz .metting_task {
  background: #f4f4f4;
  min-height: 13rem;
  overflow: scroll;
}
#mettingHis_xz .metting_task .tasklist {
  margin-top: 0.26rem;
  border-radius: 5px;
  background: #fff;
  padding: 0.22rem 0.21rem 0.14rem 0.25rem;
}
#mettingHis_xz .metting_task .tasklist .tasklist_three {
  display: flex;
  font-size: 0.32rem;
  color: #666;
}
#mettingHis_xz .metting_task .tasklist .tasklist_three span:nth-child(1) {
  flex: 1;
}
#mettingHis_xz .metting_task .tasklist .tasklist_three span:nth-child(2) {
  flex: 1;
  text-align: right;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two {
  margin-bottom: 0.22rem;
  display: flex;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .daichuli {
  color: #fff;
  background: #cbcbcb;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .chulizhong {
  color: #fff;
  background: #f8ac59;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .yiwancheng {
  color: #fff;
  background: #5fd2b5;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .chongxindakai {
  color: #fff;
  background: #cbcbcb;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .shenpizhong {
  color: #fff;
  background: #f8ac59;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .yijujue {
  color: #fff;
  background: #fc9898;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two span:nth-child(1) {
  font-size: 0.28rem;
  border-radius: 5px;
  line-height: 0.36rem;
  margin-right: 0.15rem;
  padding: 0.05rem 0.13rem;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .tasklist_two2 {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #f80707;
  line-height: 0.36rem;
  border: 1px solid rgba(248, 7, 7, 0.56);
  background: #fff3f2;
  padding: 0.05rem 0.13rem;
}
#mettingHis_xz .metting_task .tasklist .tasklist_two .tasklist_two3 {
  color: #666666;
  flex: 1;
  height: 0.4rem;
  overflow: hidden;
  font-size: 0.32rem;
  line-height: 0.5rem;
  text-align: right;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one {
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.22rem;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one .huise {
  color: #cbcbcb;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one .zongse {
  color: #f8ac59;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one .lanse {
  color: #5fd2b5;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one .redse {
  color: #ed5565;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one span:nth-child(1) {
  color: #333333;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.36rem;
  font-weight: bold;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one span:nth-child(2) {
  font-size: 0.32rem;
}
#mettingHis_xz .metting_task .tasklist .tasklist_one span:nth-child(2) img {
  height: 0.32rem;
  width: 0.22rem;
  padding-right: 0.15rem;
}
#mettingHis_xz .metting_demand {
  background: #eee;
  overflow: scroll;
  padding: 0.26rem 0.19rem 0.26rem 0.21rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 {
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(1, 1, 1, 0.1);
  padding: 0.21rem 0.27rem;
  border-radius: 4px;
  border-left: 0.1rem solid #ed5565;
  margin-bottom: 0.26rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(1) {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  margin-bottom: 0.21rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(2) {
  margin-bottom: 0.15rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(2) span:nth-child(1) {
  border: 1px solid #23c6c8;
  padding: 0.07rem 0.18rem;
  color: #23c6c8;
  margin-right: 7px;
  border-radius: 4px;
  font-size: 0.24rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(2) span:nth-child(2) {
  margin-right: 0.46rem;
  border: 1px solid #23c6c8;
  padding: 0.07rem 0.18rem;
  color: #23c6c8;
  border-radius: 4px;
  font-size: 0.24rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(2) span:nth-child(3) {
  font-size: 0.24rem;
  color: #666666;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(2) span:nth-child(3) img {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(3) {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.34rem;
}
#mettingHis_xz .metting_demand .demand_list_xz_1 div:nth-child(3) span:nth-child(2) {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
#mettingHis_xz .metting_basic {
  background: #fff;
  min-height: 13rem;
  overflow: scroll;
}
#mettingHis_xz .metting_basic .metting_title {
  line-height: 0.48rem;
  font-size: 0.36rem;
  color: #333;
  padding: 0.18rem 0 0.18rem 0.44rem;
  border-bottom: 1px solid #f4f4f4;
}
#mettingHis_xz .metting_basic .metting_yiti {
  padding: 0.17rem 0.39rem 0.17rem 0.15rem;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  /*display:flex;*/
}
#mettingHis_xz .metting_basic .metting_yiti img {
  width: 1rem;
}
#mettingHis_xz .metting_basic .metting_yiti .metting_yitione {
  font-size: 0.32rem;
  color: #999;
  width: 2rem;
  text-align: right;
}
#mettingHis_xz .metting_basic .metting_top {
  margin-top: 0.2rem;
}
#mettingHis_xz .metting_basic .metting_person {
  display: flex;
  margin-bottom: 0.18rem;
  padding: 0 0.15rem;
}
#mettingHis_xz .metting_basic .metting_person p:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
  width: 2rem;
  text-align: right;
}
#mettingHis_xz .metting_basic .metting_person p:nth-child(2) {
  flex: 1;
}
#mettingHis_xz .metting_basic .metting_person p:nth-child(2) span {
  margin-bottom: 0.1rem;
  display: inline-block;
  margin-right: 0.15rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  padding: 0.05rem;
  color: #333;
  background: #f4f4f4;
}
#mettingHis_xz .metting_basic .metting_list {
  display: flex;
  margin-bottom: 0.18rem;
  padding: 0 0.15rem;
}
#mettingHis_xz .metting_basic .metting_list span:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
  width: 2rem;
  text-align: right;
}
#mettingHis_xz .metting_basic .metting_list span:nth-child(2) {
  flex: 1;
  font-size: 0.32rem;
  color: #555;
}

#fileList[data-v-011e2aea] {
  background: #fff;
}
#fileList .itemDiv[data-v-011e2aea] {
  font-size: 0.32rem;
  color: #333;
  padding: 0.33rem 0.3rem;
  border-bottom: 0.01rem solid #dddddd;
}
#fileList .itemDiv .itemClass[data-v-011e2aea] {
  font-weight: 700;
}
#fileList .itemDiv .itemContent[data-v-011e2aea] {
  background: #f7f7f7;
  height: 1rem;
  padding: 0.1rem 0.2rem;
  margin-top: 0.24rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
#fileList .itemDiv .itemContent .dian[data-v-011e2aea] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent .dian img[data-v-011e2aea] {
  width: 0.43rem;
}
#fileList .itemDiv .itemContent .userContent[data-v-011e2aea] {
  margin-left: 0.3rem;
  width: calc(100% - 1.8rem);
  display: flex;
  flex-direction: column;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-011e2aea] {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#fileList .itemDiv .itemContent .userContent > p span[data-v-011e2aea] {
  display: inline-block;
  line-height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-011e2aea]:first-child {
  color: #333;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}
#fileList .itemDiv .itemContent > img[data-v-011e2aea] {
  /*width: .55rem;*/
  height: 0.55rem;
  margin-top: 0.22rem;
}
#fileList .itemDiv .itemContent > a[data-v-011e2aea] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent > a img[data-v-011e2aea] {
  width: 0.43rem;
}
#fileList .itemDiv .noFlex[data-v-011e2aea] {
  display: block;
  font-size: 0rem;
}
#fileList .itemDiv .noFlex .noFile[data-v-011e2aea] {
  display: inline-block;
  line-height: 0.55rem;
  margin-top: 0.22rem;
  vertical-align: middle;
  color: #999;
  margin-left: 0.3rem;
  font-size: 0.28rem;
}

#prject_list_xz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
#prject_list_xz .infoname {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
#prject_list_xz .duty {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
#prject_list_xz .leavetype {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
#prject_list_xz .type {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
#prject_list_xz .shenpiing {
  color: #FFC442;
}
#prject_list_xz .shenpiok {
  color: #1ab394;
}
#prject_list_xz .shenpino {
  color: #D93636;
}
#prject_list_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
}
#prject_list_xz .navtab {
  margin-top: 40px;
  width: 100%;
}
#prject_list_xz .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .ink-bar {
  background: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#prject_list_xz /deep/ .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .ink-bar {
  background: #1AB394;
  height: 2px;
}
#prject_list_xz .md-tab-bar .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .cont {
  width: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#prject_list_xz .cont .cont-name-xz {
  margin-top: 0.26rem;
  background: #F4F4F4;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz {
  background: #fff;
  display: flex;
  padding: 0.27rem 0.21rem 0.22rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  padding-right: 0.1rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-tiel .name {
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz {
  flex: 1;
  text-align: right;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daiban {
  font-size: 0.32rem;
  color: #999999;
  padding-right: 0.16rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daibanNum {
  color: #2FD0C5;
  font-size: 0.38rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz {
  background: #fff;
  display: flex;
  padding: 0rem 0.21rem 0.16rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu {
  font-size: 0.32rem;
  width: 0.76rem;
  color: #666666;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name {
  flex: 1;
  color: #999999;
  display: flex;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum {
  color: #060606;
  display: flex;
  font-size: 0.36rem;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum .red {
  color: #ED5565;
}
#prject_list_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#prject_list_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}

.qSearch[data-v-27d479cd] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-27d479cd] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-27d479cd] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-27d479cd] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-27d479cd] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

.loeclass[data-v-06fbfc9a] {
  color: #23c6c8;
}
.highclass[data-v-06fbfc9a] {
  color: #ed5565;
}
.inclass[data-v-06fbfc9a] {
  color: #f8ac59;
}
.Statistics[data-v-06fbfc9a] {
  display: flex;
  padding-bottom: 0.21rem;
  font-size: 0.32rem;
}
.Statistics div[data-v-06fbfc9a] {
  flex: 1;
}
.AmountMone[data-v-06fbfc9a] {
  display: flex;
  padding-bottom: 0.21rem;
  font-size: 0.32rem;
}
.AmountMone div[data-v-06fbfc9a]:nth-child(1) {
  flex: 2;
}
.AmountMone div[data-v-06fbfc9a]:nth-child(1) {
  flex: 1;
}
.nexttime[data-v-06fbfc9a] {
  display: flex;
  font-size: 0.32rem;
}
.nexttime div[data-v-06fbfc9a]:nth-child(1) {
  flex: 2;
}
.nexttime div[data-v-06fbfc9a]:nth-child(1) {
  flex: 1;
}
.name_title[data-v-06fbfc9a] {
  font-size: 0.38rem;
  height: 0.39rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 5rem;
  line-height: 0.4rem;
  color: #333;
}
.person-zhuangtai[data-v-06fbfc9a] {
  position: absolute;
  right: -0.21rem;
  top: -0.18rem;
}
.person-zhuangtai img[data-v-06fbfc9a] {
  width: 0.87rem;
  height: 0.87rem;
}
.noimg_btton[data-v-06fbfc9a] {
  width: 1.58rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #999;
  border: 1px solid #bababa;
  border-radius: 30px;
}
.img_btton[data-v-06fbfc9a] {
  width: 1.58rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #1ab394;
  border: 1px solid #1ab394;
  border-radius: 30px;
}
.name_dengji[data-v-06fbfc9a] {
  display: flex;
}
.name_dengji .img_list[data-v-06fbfc9a] {
  font-size: 0.28rem;
  padding-right: 0.8rem;
  line-height: 0.6rem;
}
.name_dengji .img_list .dengji[data-v-06fbfc9a] {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  vertical-align: middle;
}
.name_dengji .img_list .zhongyao[data-v-06fbfc9a] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.listItem[data-v-06fbfc9a] {
  display: flex;
  min-height: 2rem;
  border-radius: 5px;
  background: #fff;
  margin-top: 0.26rem;
  padding: 0.18rem 0.21rem 0.1rem 0.18rem;
}
.left[data-v-06fbfc9a] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info[data-v-06fbfc9a] {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0.12rem;
}
.avatar[data-v-06fbfc9a] {
  width: 0.82rem;
  height: 0.82rem;
  background-image: linear-gradient(#55f3bd, #26c8c7);
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.82rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.27rem;
}
.name[data-v-06fbfc9a] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-06fbfc9a] {
  font-size: 0.32rem;
  color: #999999;
  margin-bottom: 0.1rem;
  padding-bottom: 0.21rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail[data-v-06fbfc9a] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
}
.right[data-v-06fbfc9a] {
  height: 100%;
  font-size: 0.24rem;
}

.qScreeningTab[data-v-5c23b708] {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.box-outer[data-v-5c23b708] {
  height: 70%;
  overflow-y: scroll;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  background: #fff;
  padding-bottom: 0.1rem;
}
.box[data-v-5c23b708] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
.tapbox[data-v-5c23b708] {
  font-size: 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.26rem;
  color: #666666;
  background: #eeeeee;
  border-radius: 0.1rem;
  margin-left: 0.15rem;
  margin-bottom: 0.2rem;
}
.btn[data-v-5c23b708] {
  background: #fff;
  display: flex;
  width: 100%;
  height: 0.94rem;
}
.btn > div[data-v-5c23b708] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  font-size: 0.3rem;
}
.btn > div[data-v-5c23b708]:nth-child(1) {
  color: #666666;
}
.btn > div[data-v-5c23b708]:nth-child(2) {
  color: #ffffff;
  background: #1ab394;
}
.active[data-v-5c23b708] {
  background: #1ab394;
  color: #fff;
}
.fade-enter-active[data-v-5c23b708] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-5c23b708] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-5c23b708],
.fade-leave-to[data-v-5c23b708] {
  transform: translateY(-10px);
  opacity: 0;
}

#weeklyDetial[data-v-a090f420] {
  height: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
}
#weeklyDetial .controlName[data-v-a090f420] {
  padding: 0 0.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #333;
  border-bottom: 0.01rem solid #bbbbbb;
  margin-top: 0.1rem;
  background: #fff;
}
#weeklyDetial .content[data-v-a090f420] {
  background: #fff;
  height: calc(100% - 3.5rem);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 1.5rem;
  padding-top: 0.2rem;
}
#weeklyDetial .content .headerTitle[data-v-a090f420] {
  padding: 0 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
#weeklyDetial .content .headerTitle .span1[data-v-a090f420] {
  color: #999;
}
#weeklyDetial .content .headerTitle .span3[data-v-a090f420] {
  color: #1ab394;
}
#weeklyDetial .content .proTittleD[data-v-a090f420] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-top: 0.18rem;
}
#weeklyDetial .content .proTittleD .proTittleP[data-v-a090f420] {
  font-size: 0.32rem;
}
#weeklyDetial .content .proTittleD .proTittleP .tag[data-v-a090f420] {
  display: inline-block;
  width: 0.05rem;
  height: 0.3rem;
  background-color: #1ab394;
  margin: 0.075rem 0.08rem 0.075rem 0;
}
#weeklyDetial .content .proTittleD .proTittleP .name[data-v-a090f420] {
  display: inline-block;
  vertical-align: super;
  color: #333;
}
#weeklyDetial .content .proTittleD .htmlD[data-v-a090f420] {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.44rem;
  min-height: 1rem;
}
#weeklyDetial .content .proTittleD .htmlD p[data-v-a090f420] {
  width: 100%;
  line-height: 0.44rem;
}
#weeklyDetial .content .proTittleD .htmlD2[data-v-a090f420] {
  min-height: 0;
}
#weeklyDetial .fbtn[data-v-a090f420] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #f4f4f4;
  background-color: #fff;
}
#weeklyDetial .fbtn .mint-button--default[data-v-a090f420] {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}
.htmlD[data-v-a090f420] img {
  width: 100%;
}

#fileList[data-v-1628bd77] {
  background: #fff;
}
#fileList .review[data-v-1628bd77] {
  width: 1rem;
  margin-left: 0.3rem;
  line-height: 1rem;
  font-size: 14px;
  color: #e6a23c;
}
#fileList .itemDiv[data-v-1628bd77] {
  font-size: 0.32rem;
  color: #333;
  padding: 0.33rem 0.3rem;
  border-bottom: 0.01rem solid #dddddd;
}
#fileList .itemDiv .itemClass[data-v-1628bd77] {
  font-weight: 700;
}
#fileList .itemDiv .itemContent[data-v-1628bd77] {
  background: #f7f7f7;
  height: 1rem;
  padding: 0.1rem 0.2rem;
  margin-top: 0.24rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
#fileList .itemDiv .itemContent .userContent[data-v-1628bd77] {
  margin-left: 0.3rem;
  width: calc(100% - 0.9rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-1628bd77] {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p span[data-v-1628bd77] {
  display: inline-block;
  line-height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-1628bd77]:first-child {
  color: #333;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fileList .itemDiv .itemContent > img[data-v-1628bd77] {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.22rem;
}
#fileList .itemDiv .itemContent .dian[data-v-1628bd77] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent .dian img[data-v-1628bd77] {
  width: 0.43rem;
}
#fileList .itemDiv .itemContent > a[data-v-1628bd77] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent > a img[data-v-1628bd77] {
  width: 0.43rem;
}
#fileList .itemDiv .noFlex[data-v-1628bd77] {
  display: block;
  font-size: 0rem;
}
#fileList .itemDiv .noFlex .noFile[data-v-1628bd77] {
  display: inline-block;
  line-height: 0.55rem;
  margin-top: 0.22rem;
  vertical-align: middle;
  color: #999;
  margin-left: 0.3rem;
  font-size: 0.28rem;
}

























































































































































































































































































































































































































#comment[data-v-5927156b] {
  background-color: #f4f4f4;
  overflow: hidden;
  height: 100%;
}
#comment .content[data-v-5927156b] {
  background: #fff;
  height: 100%;
  margin-top: 0.1rem;
}
#comment .content .box[data-v-5927156b] {
  width: 100%;
  height: calc(100% - 2.2rem);
}
#comment .content .box textarea[data-v-5927156b] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3rem 0.2rem;
  height: 100%;
  overflow: scroll;
}
#comment .content .box .imgD[data-v-5927156b] {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.2rem;
  margin-bottom: 0.4rem;
  border: 0.01rem dashed #e3e3e3;
  text-align: center;
}
#comment .content .box .imgD img[data-v-5927156b] {
  width: 0.55rem;
  margin: 0.425rem;
  margin-top: 0.26rem;
  margin-bottom: 0.08rem;
}
#comment .content .box .imgD p[data-v-5927156b] {
  font-size: 0.24rem;
  color: #999;
}
#comment .content .bottom[data-v-5927156b] {
  border-top: 0.01rem solid #ededed;
}
#comment .fbtn[data-v-5927156b] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #f4f4f4;
  background-color: #fff;
}
#comment .fbtn .mint-button--default[data-v-5927156b] {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}

#prject_list_xz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
#prject_list_xz .infoname {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
#prject_list_xz .duty {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
#prject_list_xz .leavetype {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
#prject_list_xz .type {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
#prject_list_xz .shenpiing {
  color: #FFC442;
}
#prject_list_xz .shenpiok {
  color: #1ab394;
}
#prject_list_xz .shenpino {
  color: #D93636;
}
#prject_list_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
}
#prject_list_xz .navtab {
  margin-top: 40px;
  width: 100%;
}
#prject_list_xz .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .ink-bar {
  background: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#prject_list_xz /deep/ .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .ink-bar {
  background: #1AB394;
  height: 2px;
}
#prject_list_xz .md-tab-bar .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .cont {
  width: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#prject_list_xz .cont .cont-name-xz {
  margin-top: 0.26rem;
  background: #F4F4F4;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz {
  background: #fff;
  display: flex;
  padding: 0.27rem 0.21rem 0.22rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  padding-right: 0.1rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-tiel .name {
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz {
  flex: 1;
  text-align: right;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daiban {
  font-size: 0.32rem;
  color: #999999;
  padding-right: 0.16rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daibanNum {
  color: #2FD0C5;
  font-size: 0.38rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz {
  background: #fff;
  display: flex;
  padding: 0rem 0.21rem 0.16rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu {
  font-size: 0.32rem;
  width: 0.76rem;
  color: #666666;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name {
  flex: 1;
  color: #999999;
  display: flex;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum {
  color: #060606;
  display: flex;
  font-size: 0.36rem;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum .red {
  color: #ED5565;
}
#prject_list_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#prject_list_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}

.qSearch[data-v-48d4a766] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-48d4a766] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-48d4a766] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-48d4a766] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-48d4a766] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

#prject_list_xz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
#prject_list_xz .infoname {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
#prject_list_xz .duty {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
#prject_list_xz .leavetype {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
#prject_list_xz .type {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
#prject_list_xz .shenpiing {
  color: #FFC442;
}
#prject_list_xz .shenpiok {
  color: #1ab394;
}
#prject_list_xz .shenpino {
  color: #D93636;
}
#prject_list_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
}
#prject_list_xz .navtab {
  margin-top: 40px;
  width: 100%;
}
#prject_list_xz .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .ink-bar {
  background: #1AB394 !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#prject_list_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#prject_list_xz /deep/ .md-scroll-view {
  background: #F4F4F4 !important;
}
#prject_list_xz .md-tab-bar .ink-bar {
  background: #1AB394;
  height: 2px;
}
#prject_list_xz .md-tab-bar .md-tab-title.active {
  color: #1AB394 !important;
}
#prject_list_xz .cont {
  width: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#prject_list_xz .cont .cont-name-xz {
  margin-top: 0.26rem;
  background: #F4F4F4;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz {
  background: #fff;
  display: flex;
  padding: 0.27rem 0.21rem 0.22rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  padding-right: 0.1rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-tiel .name {
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz {
  flex: 1;
  text-align: right;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daiban {
  font-size: 0.32rem;
  color: #999999;
  padding-right: 0.16rem;
}
#prject_list_xz .cont .cont-name-xz .cont-title-xz .cont-daiban-xz .daibanNum {
  color: #2FD0C5;
  font-size: 0.38rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz {
  background: #fff;
  display: flex;
  padding: 0rem 0.21rem 0.16rem 0.16rem;
  align-items: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu {
  font-size: 0.32rem;
  width: 0.76rem;
  color: #666666;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name {
  flex: 1;
  color: #999999;
  display: flex;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-name span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum {
  color: #060606;
  display: flex;
  font-size: 0.36rem;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum span {
  flex: 1;
  text-align: center;
}
#prject_list_xz .cont .cont-name-xz .cont-end-xz .xiangmu-nameNum .red {
  color: #ED5565;
}
#prject_list_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#prject_list_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}

.qSearch[data-v-01ce0398] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.1rem;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #fff;
}
.search-box[data-v-01ce0398] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f4f4f4;
}
.search-box input[data-v-01ce0398] {
  outline: 0;
  border: 0;
  background: #f4f4f4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-01ce0398] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-01ce0398] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

#projectHis_xz {
  background-color: #f4f4f4;
  height: 100%;
}
#projectHis_xz .content {
  position: fixed;
  background: #f4f4f4;
  width: 100%;
}
#projectHis_xz .active {
  color: #1AB394;
}
#projectHis_xz .ly-tab {
  margin-top: 0.1rem;
}
#projectHis_xz .ly-tab .ly-tab-active-bar {
  height: 2px !important;
}
#projectHis_xz .ly-tab .ly-tab-item:not(:first-child) {
  margin-left: 0.26rem;
}
#projectHis_xz .ly-tab .ly-tab-active-bar {
  border-radius: 0px;
}
#projectHis_xz .ly-tab .ly-tab-item {
  font-size: 0.32rem;
}
#projectHis_xz .menubg {
  position: absolute;
  color: #1ab394;
  height: 40px;
  /*top: 1.4rem;*/
  top: 0.15rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#projectHis_xz .navTab {
  top: 0.9rem;
  border-bottom: 1px solid #bbb;
  overflow: scroll;
  display: flex;
  width: 1000px;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
#projectHis_xz .navTab .navTabChild {
  width: 3.28rem;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#projectHis_xz .navTab .navTabRight {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
#projectHis_xz .md-tab-bar .md-tab-title.active {
  color: #1AB394 !important;
}
#projectHis_xz .md-tab-bar .ink-bar {
  background: #1AB394 !important;
}

.demandList[data-v-76dca63d]{
	   padding: .19rem .29rem 0 .29rem;
      background: #fff;
      margin-bottom: .26rem;
      border-radius: .1rem;
}
.demandList .pinlun[data-v-76dca63d]{
    padding: .2rem 0;
          font-size: .28rem;
          color: #8A8A8A;
}
.demandList .pinlun img[data-v-76dca63d]{
		     width: 0.32rem;
    height: 0.32rem;
    padding-right: 0.06rem;
    vertical-align: middle;
}
.demandList .person[data-v-76dca63d]{
 		 display: flex;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: .21rem;
}
.demandList .person img[data-v-76dca63d]{
   width: .32rem;
              height: .32rem;
              border-radius: 50%;
              margin-right: .13rem;
}
.demandList .person .time[data-v-76dca63d]{
              flex:1;
              text-align: right;
              font-size: .28rem;
              color:#8A8A8A;
}
.demandList .laizi[data-v-76dca63d]{
              padding-bottom: 0.2rem;
          color: #8A8A8A;
          font-size: .28rem;
}
.demandList .titile[data-v-76dca63d]{
         color: rgb(56, 49, 49);
         font-size: .34rem;
         margin-bottom: .34rem;
}
.demandList .dengji[data-v-76dca63d]{
   font-size: .28rem;
         margin-right: .3rem;
}
.demandList .quanzhong .zhongyao[data-v-76dca63d]{
   			-webkit-transform:rotate(-90deg);
            width: 0.3rem;
            height: 0.3rem;
            margin-right: 0.1rem;
            vertical-align: middle;
}
.demandList .yijian[data-v-76dca63d]{
         padding: .05rem .18rem;
             float: right;
         border:1px solid;
         border-radius: 4px;
}
.header[data-v-76dca63d] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-76dca63d] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-76dca63d] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-76dca63d] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-76dca63d] {
	flex: 1;
}
#container[data-v-76dca63d] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-76dca63d] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.containerChindThreeLeftTwo img[data-v-76dca63d] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
}
.containerChindThreeLeftTwo[data-v-76dca63d] {
		padding: 0 .2rem;
		width: 1.28rem;
		font-size: .24rem;
		/*color: #1AB394;*/
		text-align: center;
		height: .56rem;
		line-height: .56rem;
		border-radius: 14px;
		border: 1px solid #F8901E;
}
.containerChindThreeLeft img[data-v-76dca63d] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
		/*padding-right: .05rem;*/
}
.containerChindThreeLeft[data-v-76dca63d] {
		/*width: .84rem;*/
		padding: 0 .2rem;
		width: 1.28rem;
		font-size: .24rem;
		color: #1AB394;
		text-align: center;
		height: .56rem;
		line-height: .56rem;
		border-radius: 14px;
		border: 1px solid #1AB394;
}
.demandListParent[data-v-76dca63d] {
		padding-bottom: .14rem;
		background: #F6F6F6;
}
.BotButton[data-v-76dca63d] {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.12rem;
		background: #fff;
		z-index: 4;
}
.button-text[data-v-76dca63d] {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 6.79rem;
		height: 0.74rem;
				background: linear-gradient(-90deg, #FB921F, #FFC343)!important;
		color: #fff;
		font-size: 0.32rem;
		border-radius: 0.1rem;
}
.demandList .mint-field-clear[data-v-76dca63d] {
		display: none!important;
}
.searchParent[data-v-76dca63d] {
		padding: .09rem .08rem .11rem .12rem;
}
.searchInpIcon[data-v-76dca63d] {
		position: absolute;
		right: 14px;
		top: 10px;
}
.searchInp[data-v-76dca63d] {
		margin-bottom: 10px;
		height: 35px;
		display: flex;
		overflow: hidden;
		border-radius: 50px;
		line-height: 36px;
		position: relative;
		background: #fff;
}
.searchInp div[data-v-76dca63d]:nth-child(1) {
		flex: 5;
}
.searchInp div:nth-child(1) input[data-v-76dca63d] {
		font-size: .14rem;
		color: #333;
		padding: 0 .1rem;
}
input[placeholder][data-v-76dca63d] {
		color: #999999;
}
.searchInp div[data-v-76dca63d]:nth-child(2) {
		flex: 1;
}
.searchInp div:nth-child(2) i[data-v-76dca63d] {
		margin-top: 2px;
}
.demandList-cont[data-v-76dca63d] {
		flex: 1;
		width: 100%;
		// height: 100%;
		background: #F4F4F4;
		padding: 0 0.15rem;
		box-sizing: border-box;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
}
.demandListTwo[data-v-76dca63d] {
		//    position: relative;
		position: fixed;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		padding-bottom: 1.2rem;
		box-sizing: border-box;
		overflow: hidden;
}
.header[data-v-76dca63d] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.navTab[data-v-76dca63d] {
		position: fixed;
		top: .45rem;
		width: 100%;
		z-index: 3;
		height: .44rem;
		background: #fff;
}
.navTab[data-v-76dca63d] {
		display: flex;
}
.navTabChild[data-v-76dca63d] {
		flex: 1;
		height: .46rem;
		line-height: .46rem;
		font-size: .15rem;
		text-align: center;
}
.navTabRight[data-v-76dca63d] {
		display: inline-block;
		width: 100%;
		height: .23rem;
		line-height: .23rem;
		border-right: 1px solid #f1f1f1;
}

#assets_person_xz {
  padding: 0 0.2rem 0 0.18rem;
}
#assets_person_xz .assersList {
  padding: 0.19rem 0.26rem 0.25rem 0.24rem;
  background: #fff;
  margin-top: 0.26rem;
}
#assets_person_xz .assersList .assersListOne {
  display: flex;
  margin-bottom: 0.16rem;
}
#assets_person_xz .assersList .assersListOne span:nth-child(1) {
  flex: 1;
  text-align: left;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
#assets_person_xz .assersList .assersListOne span:nth-child(2) {
  padding: 0.06rem;
  width: 1rem;
  text-align: right;
  border-radius: 5px;
  border: 1px solid #1ab394;
  background-color: #f2fffc;
  color: #1ab394;
  text-align: center;
}
#assets_person_xz .assersList .assersListTwo {
  display: flex;
}
#assets_person_xz .assersList .assersListTwo span:nth-child(1) {
  flex: 1;
  text-align: left;
  font-size: 0.32rem;
  color: #333333;
}
#assets_person_xz .assersList .assersListTwo span:nth-child(2) {
  flex: 1;
  text-align: right;
  font-size: 0.32rem;
  color: #333333;
}

#task_person_xz {
  background: #f4f4f4;
}
#task_person_xz .mt-progress-runway {
  border-radius: 4px;
  height: 0.1rem !important;
}
#task_person_xz .mt-progress-progress {
  border-radius: 4px;
  height: 0.1rem !important;
  background-image: linear-gradient(#55f3bd, #26c8c7) !important;
}
#task_person_xz .md-scroll-view {
  background: #f4f4f4;
}
#task_person_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#task_person_xz .md-tab-bar {
  height: 0.88rem !important;
}
#task_person_xz .md-tab-bar {
  height: 0.88rem !important;
}
#task_person_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#task_person_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#task_person_xz .md-tab-bar /deep/ .ink-bar {
  background: #1ab394 !important;
}
#task_person_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#task_person_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#task_person_xz /deep/ .md-scroll-view {
  background: #f4f4f4 !important;
}
#task_person_xz .md-tab-bar .ink-bar {
  background: #1ab394;
  height: 2px;
}
#task_person_xz .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#task_person_xz .cont {
  overflow: scroll;
  padding: 0 0.2rem;
}
#task_person_xz .cont .tasklist {
  margin-top: 0.26rem;
  border-radius: 5px;
  background: #fff;
  padding: 0.22rem 0.21rem 0.14rem 0.25rem;
}
#task_person_xz .cont .tasklist .tasklist_three {
  display: flex;
  font-size: 0.32rem;
  color: #666;
}
#task_person_xz .cont .tasklist .tasklist_three span:nth-child(1) {
  flex: 1;
}
#task_person_xz .cont .tasklist .tasklist_three span:nth-child(2) {
  flex: 1;
  text-align: right;
}
#task_person_xz .cont .tasklist .tasklist_two {
  margin-bottom: 0.22rem;
  display: flex;
}
#task_person_xz .cont .tasklist .tasklist_two .daichuli {
  color: #fff;
  background: #cbcbcb;
}
#task_person_xz .cont .tasklist .tasklist_two .chulizhong {
  color: #fff;
  background: #f8ac59;
}
#task_person_xz .cont .tasklist .tasklist_two .yiwancheng {
  color: #fff;
  background: #5fd2b5;
}
#task_person_xz .cont .tasklist .tasklist_two .chongxindakai {
  color: #fff;
  background: #cbcbcb;
}
#task_person_xz .cont .tasklist .tasklist_two .shenpizhong {
  color: #fff;
  background: #f8ac59;
}
#task_person_xz .cont .tasklist .tasklist_two .yijujue {
  color: #fff;
  background: #fc9898;
}
#task_person_xz .cont .tasklist .tasklist_two span:nth-child(1) {
  font-size: 0.28rem;
  border-radius: 5px;
  line-height: 0.36rem;
  margin-right: 0.15rem;
  padding: 0.05rem 0.13rem;
}
#task_person_xz .cont .tasklist .tasklist_two .tasklist_two2 {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #f80707;
  line-height: 0.36rem;
  border: 1px solid rgba(248, 7, 7, 0.56);
  background: #fff3f2;
  padding: 0.05rem 0.13rem;
}
#task_person_xz .cont .tasklist .tasklist_two .tasklist_two3 {
  color: #666666;
  flex: 1;
  font-size: 0.32rem;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.5rem;
  text-align: right;
}
#task_person_xz .cont .tasklist .tasklist_one {
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.22rem;
}
#task_person_xz .cont .tasklist .tasklist_one .huise {
  color: #cbcbcb;
}
#task_person_xz .cont .tasklist .tasklist_one .zongse {
  color: #f8ac59;
}
#task_person_xz .cont .tasklist .tasklist_one .lanse {
  color: #5fd2b5;
}
#task_person_xz .cont .tasklist .tasklist_one .redse {
  color: #ed5565;
}
#task_person_xz .cont .tasklist .tasklist_one span:nth-child(1) {
  color: #333333;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.36rem;
  font-weight: bold;
}
#task_person_xz .cont .tasklist .tasklist_one span:nth-child(2) {
  font-size: 0.32rem;
}
#task_person_xz .cont .tasklist .tasklist_one span:nth-child(2) img {
  height: 0.32rem;
  width: 0.22rem;
  padding-right: 0.15rem;
}

#metting_person_xz .md-scroll-view {
  background: #f4f4f4 !important;
}
#metting_person_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#metting_person_xz .md-tab-bar {
  height: 0.88rem !important;
}
#metting_person_xz .md-tab-bar {
  height: 0.88rem !important;
}
#metting_person_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#metting_person_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#metting_person_xz .md-tab-bar /deep/ .ink-bar {
  background: #1ab394 !important;
}
#metting_person_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#metting_person_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#metting_person_xz /deep/ .md-scroll-view {
  background: #f4f4f4 !important;
}
#metting_person_xz .md-tab-bar .ink-bar {
  background: #1ab394;
  height: 2px;
}
#metting_person_xz .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#metting_person_xz .cont {
  overflow: scroll;
}
#metting_person_xz .meeting_cont {
  padding: 0 0.2rem;
}
#metting_person_xz .meeting_list {
  border-radius: 5px;
  background: #fff;
  margin-top: 0.28rem;
  padding: 0.2rem 0;
}
#metting_person_xz .meeting_list div:nth-child(1) {
  display: flex;
  padding: 0.1rem 0.2rem;
  /*margin-bottom: .16rem;*/
}
#metting_person_xz .meeting_list div:nth-child(1) span:nth-child(1) {
  flex: 1;
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}
#metting_person_xz .meeting_list div:nth-child(1) span:nth-child(2) {
  color: #1ab394;
  font-size: 0.24rem;
}
#metting_person_xz .meeting_list div:nth-child(1) span:nth-child(3) {
  color: #555555;
  font-size: 0.28rem;
}
#metting_person_xz .meeting_list div:nth-child(1) span:nth-child(4) {
  color: #555555;
  font-size: 0.32rem;
}
#metting_person_xz .meeting_list div:nth-child(2) {
  display: flex;
  padding: 0.1rem 0.2rem;
  /*margin-bottom: .2rem;*/
}
#metting_person_xz .meeting_list div:nth-child(2) span:nth-child(1) {
  font-size: 0.28rem;
  color: #999999;
  flex: 1;
}
#metting_person_xz .meeting_list div:nth-child(2) span:nth-child(2),
#metting_person_xz .meeting_list div:nth-child(2) span:nth-child(3),
#metting_person_xz .meeting_list div:nth-child(2) span:nth-child(5) {
  font-size: 0.28rem;
  color: #555;
  text-align: right;
}
#metting_person_xz .meeting_list div:nth-child(2) span:nth-child(3) {
  color: #1ab394;
  margin-left: 0.1rem;
}
#metting_person_xz .meeting_list div:nth-child(3) {
  border-top: 0.01rem solid #dddddd;
  display: flex;
  padding: 0.2rem;
  padding-bottom: 0;
  margin-top: 0.1rem;
}
#metting_person_xz .meeting_list div:nth-child(3) span:nth-child(1) {
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
}
#metting_person_xz .meeting_list div:nth-child(3) span:nth-child(1) {
  font-size: 0.28rem;
  color: #555;
}
#metting_person_xz .meeting_list div:nth-child(4) {
  padding: 0 0.2rem;
  font-size: 0.32rem;
  color: #555;
}

#control_xz {
  height: 100%;
  background: #f4f4f4;
}
#control_xz .md-tab-bar .md-tab-bar-inner {
  height: 0.88rem !important;
}
#control_xz .md-tab-bar {
  height: 0.88rem !important;
}
#control_xz .md-tab-bar {
  height: 0.88rem !important;
}
#control_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.88rem !important;
}
#control_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#control_xz .md-tab-bar /deep/ .ink-bar {
  background: #1ab394 !important;
}
#control_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#control_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#control_xz /deep/ .md-scroll-view {
  background: #f4f4f4 !important;
}
#control_xz .md-tab-bar .ink-bar {
  background: #1ab394 !important;
  height: 2px;
}
#control_xz .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#control_xz .md-tab-bar .md-tab-title {
  height: 50%;
  margin-top: 0.2rem;
}
#control_xz .md-tab-bar .md-tab-title:first-child {
  border-right: 0.01rem solid #f1f1f1;
}
#control_xz .projectHis {
  background: #fff;
  width: 100%;
  margin-top: 0.05rem;
  box-sizing: border-box;
  padding: 0.17rem 0.2rem 0.24rem 0.3rem;
}
#control_xz .projectHis .projectHis_tree {
  font-size: 0.32rem;
}
#control_xz .projectHis .projectHis_tree p {
  color: #999999;
}
#control_xz .projectHis .projectHis_tree p span {
  color: #333333;
}
#control_xz .projectHis .projectHis_two {
  display: flex;
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
}
#control_xz .projectHis .projectHis_two p {
  flex: 1;
  color: #999999;
}
#control_xz .projectHis .projectHis_two p span {
  color: #333333;
}
#control_xz .projectHis .projectHis_one {
  display: flex;
  height: 0.5rem;
  margin-bottom: 0.27rem;
  line-height: 0.5rem;
}
#control_xz .projectHis .projectHis_one span:nth-child(1) {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.4rem;
  color: #333;
}
#control_xz .projectHis .projectHis_one span:nth-child(2) {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #1ab394;
  line-height: 0.36rem;
  /*background:#F2FFFC;*/
  margin-right: 0.07rem;
  padding: 0.05rem 0.13rem;
}
#control_xz .projectHis .projectHis_one span:nth-child(3) {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #f80707;
  line-height: 0.36rem;
  border: 1px solid rgba(248, 7, 7, 0.56);
  background: #fff3f2;
  padding: 0.05rem 0.13rem;
}
#control_xz .fbtn {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #f4f4f4;
  background-color: #fff;
}
#control_xz .fbtn .mint-button--default {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}
#control_xz .navtab-list {
  margin-top: 0.06rem;
}
#control_xz .cont {
  margin: 0.2rem 0.2rem 0.34rem 0.2rem;
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100% - 4.1rem);
}
#control_xz .cont .mileage-content {
  border-radius: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0.22rem;
}
#control_xz .cont .mileage-content .current-content {
  width: 100%;
}
#control_xz .cont .mileage-content .current-content .proTittle {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  line-height: 0.45rem;
}
#control_xz .cont .mileage-content .current-content .btnSpan {
  height: 0.4rem;
  line-height: 0.4rem;
}
#control_xz .cont .mileage-content .current-content .btnSpan .tips {
  width: 0.32rem;
}
#control_xz .cont .mileage-content .current-content .btnSpan .tword1 {
  color: #ed5565;
  margin-right: 0.15rem;
}
#control_xz .cont .mileage-content .current-content .btnSpan .tword2 {
  color: #f8ac59;
}
#control_xz .cont .mileage-content .current-content .titleTip {
  margin-top: 0.25rem;
  color: #999;
}
#control_xz .cont .mileage-content .current-content .littltTittle {
  line-height: 0.4rem;
  color: #999;
}
#control_xz .cont .mileage-content .current-content .proTittleD {
  width: 100%;
  margin-top: 0.18rem;
}
#control_xz .cont .mileage-content .current-content .commentIt {
  margin: 0.1rem 0 0 0;
  border-top: 0.01rem solid #d5d5d5;
  height: 0.74rem;
}
#control_xz .cont .mileage-content .current-content .commentIt p {
  line-height: 0.74rem;
  color: #8a8a8a;
  float: right;
}
#control_xz .cont .mileage-content .current-content .commentIt p img {
  margin-right: 0.2rem;
  width: 0.3rem;
}
#control_xz .cont .mileage-content .current-content .proTittleP .tag {
  display: inline-block;
  width: 0.05rem;
  height: 0.3rem;
  background-color: #1ab394;
  margin: 0.075rem 0.08rem 0.075rem 0;
}
#control_xz .cont .mileage-content .current-content .proTittleP .span3 {
  color: #1ab394;
  vertical-align: super;
}
#control_xz .cont .mileage-content .current-content .proTittleP .name {
  display: inline-block;
  vertical-align: super;
  color: #333;
  /*font-weight: bold;*/
  font-size: 0.32rem;
}
#control_xz .cont .mileage-content .current-content .htmlD {
  width: 100%;
  min-height: 1rem;
}
#control_xz .cont .mileage-content .current-content .htmlD /deep/ img {
  width: 100%;
}
#control_xz .cont .mileage-content .current-content .htmlD .htmlD2 {
  min-height: 0;
}
#control_xz .cont .mileage-content .current-content .htmlD p {
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.32rem;
  /*height: .4rem;*/
}
#control_xz .cont .mileage-content .current-content .htmlD p img {
  width: 100%;
}
#control_xz .cont .md-scroll-view {
  background-color: #f4f4f4;
}
.color-666 {
  color: #666;
}

#personList_xz {
  -webkit-overflow-scrolling: touch;
  height: 11.5rem;
  overflow: scroll;
}
#personList_xz .marginBootonm {
  padding-bottom: 50px;
}
#personList_xz .person_img {
  display: flex;
  padding: 0.25rem 0.26rem;
  background-color: #fff;
  border-bottom: 1px solid #bbbbbb;
}
#personList_xz .person_img img {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
}
#personList_xz .person_img .person_xin {
  margin-left: 0.26rem;
}
#personList_xz .person_img .person_xin p:nth-child(1) {
  font-size: 0.36rem;
  margin-bottom: 0.18rem;
  color: #333333;
  font-weight: 500;
}
#personList_xz .person_img .person_xin p:nth-child(2) {
  font-size: 0.32rem;
}
#personList_xz .person_img .person_xin p:nth-child(2) span:nth-child(1) {
  color: #999999;
}
#personList_xz .person_img .person_xin p:nth-child(2) span:nth-child(2) {
  color: #1ab394;
}
#personList_xz .person_img .person_xin p:nth-child(2) span:nth-child(3) {
  color: #999999;
  margin-left: 0.3rem;
}
#personList_xz .person_img .person_xin p:nth-child(2) span:nth-child(4) {
  color: #ed5565;
}
#personList_xz .proson_lst {
  background: #f3fffd;
  padding: 0 0.26rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
}
#personList_xz .proson_lst span:nth-child(1) {
  width: 0.08rem;
  height: 0.31rem;
  border-radius: 5px;
  background: #1ab394;
  margin-top: 0.25rem;
}
#personList_xz .proson_lst span:nth-child(2) {
  color: #333333;
  font-weight: 500;
  font-size: 0.32rem;
  margin-left: 0.21rem;
}

#contract_xz {
  margin-bottom: 2rem;
}
#contract_xz .contractHis {
  background: #fff;
  margin-top: 0.07rem;
  margin-bottom: 0.3rem;
}
#contract_xz .contractHis .yifucolor {
  color: #1ab394 !important;
}
#contract_xz .contractHis .weifuucolor {
  color: #ed5565 !important;
}
#contract_xz .contractHis .contractHis_list {
  padding: 0.24rem 0.22rem 0.19rem 0.28rem;
  border-bottom: 1px solid #bbb;
}
#contract_xz .contractHis .contractHis_list div:nth-child(1) {
  display: flex;
  margin-bottom: 0.2rem;
}
#contract_xz .contractHis .contractHis_list div:nth-child(1) span:nth-child(1) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
  font-size: 0.36rem;
  color: #333;
}
#contract_xz .contractHis .contractHis_list div:nth-child(1) span:nth-child(2) {
  font-size: 0.32rem;
  color: #e6a914;
}
#contract_xz .contractHis .contractHis_list div:nth-child(2) {
  display: flex;
  font-size: 0.32rem;
  color: #666;
}
#contract_xz .contractHis .contractHis_list div:nth-child(2) span:nth-child(1) {
  flex: 1;
}
#contract_xz .contractHis .contractHis_list div:nth-child(2) span:nth-child(3) {
  flex: 1;
  text-align: right;
}
#contract_xz .contractHis .contractHis_omg {
  vertical-align: middle;
  height: 0.83rem;
  line-height: 0.83rem;
  padding: 0 0.27rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#contract_xz .contractHis .contractHis_omg img {
  margin-right: 0.14rem;
  width: 0.38rem;
  height: 0.38rem;
}
#contract_xz .contractHis .contractHis_title {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0.25rem;
  color: #333333;
  font-size: 0.36rem;
  font-weight: 500;
  height: 0.83rem;
  line-height: 0.83rem;
}
#contract_xz .contractHis .contractHis_bian {
  display: flex;
  padding: 0 0.28rem;
  margin-top: 0.2rem;
}
#contract_xz .contractHis .contractHis_bian span:nth-child(1) {
  font-size: 0.36rem;
  color: #999999;
}
#contract_xz .contractHis .contractHis_bian span:nth-child(2) {
  flex: 1;
  overflow: hidden;
  font-size: 0.36rem;
  color: #333333;
}
#contract_xz .md-scroll-view {
  background: #f4f4f4;
}
#contract_xz .cont_list {
  padding: 0 0.2rem;
}
#contract_xz .cont_list .contractlist {
  padding: 0.18rem 0.24rem 0.3rem 0.24rem;
  background: #fff;
  margin-top: 0.26rem;
}
#contract_xz .cont_list .contractlist div:nth-child(1) {
  font-size: 0.38rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
#contract_xz .cont_list .contractlist div:nth-child(2),
#contract_xz .cont_list .contractlist div:nth-child(3),
#contract_xz .cont_list .contractlist div:nth-child(4) {
  display: flex;
  color: #999999;
  margin-bottom: 0.16rem;
  font-size: 0.32rem;
}
#contract_xz .cont_list .contractlist div:nth-child(2) span,
#contract_xz .cont_list .contractlist div:nth-child(3) span,
#contract_xz .cont_list .contractlist div:nth-child(4) span {
  flex: 1;
}
#contract_xz .cont_list .contractlist div:nth-child(2) span:nth-child(2),
#contract_xz .cont_list .contractlist div:nth-child(3) span:nth-child(2),
#contract_xz .cont_list .contractlist div:nth-child(4) span:nth-child(2) {
  text-align: right;
}

#survey_xz {
  margin-bottom: 2rem;
  min-height: 11rem;
  overflow: scroll;
}
#survey_xz .survey_flex {
  display: flex;
}
#survey_xz .survey_flex .no_flexwidth {
  width: 3rem;
}
#survey_xz .survey_flex .no_flexwidth5 {
  width: 5rem;
}
#survey_xz .survey_noflex .no_flexwidth {
  margin-bottom: 0.27rem;
}
#survey_xz .person-zhuangtai {
  position: absolute;
  right: 0rem;
  top: 0rem;
}
#survey_xz .person-zhuangtai img {
  width: 0.87rem;
  height: 0.87rem;
}
#survey_xz .surver_mileage {
  padding: 0.26rem 0.2rem 0.2rem 0.2rem;
}
#survey_xz .surver_mileage .surver_mileageList {
  position: relative;
  margin-bottom: 0.26rem;
  background: #fff;
  border-radius: 5px;
  padding: 0.22rem 0.23rem 0.24rem 0.24rem;
}
#survey_xz .surver_mileage .surver_mileageList .fontColor {
  color: #ed5565;
}
#survey_xz .surver_mileage .surver_mileageList .fonthei {
  color: #999;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(1) {
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.17rem;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(1) span:nth-child(1) {
  width: 4.5rem;
  padding-right: 0.2rem;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  color: #333;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(1) span:nth-child(2) {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  color: #999;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(2) {
  font-size: 0.32rem;
  color: #999;
  margin-bottom: 0.17rem;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(3) {
  font-size: 0.32rem;
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #dcdcdc;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(4) {
  margin-top: 0.28rem;
  display: flex;
  font-size: 0.32rem;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(4) span {
  flex: 1;
  text-align: center;
  color: #999;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(5) {
  margin-top: 0.2rem;
  display: flex;
  font-size: 0.32rem;
}
#survey_xz .surver_mileage .surver_mileageList div:nth-child(5) span {
  flex: 1;
  text-align: center;
  color: #333333;
}
#survey_xz .survey_cont {
  background: #fff;
  padding: 0.17rem 0.3rem 0.42rem 0.25rem;
}
#survey_xz .survey_cont .survey_sass {
  font-size: 0.32rem;
  margin-bottom: 0.15rem;
}
#survey_xz .survey_cont .survey_sass span:nth-child(1) {
  color: #999999;
}
#survey_xz .survey_cont .survey_sass span:nth-child(2) {
  color: #333;
}
#survey_xz .survey_cont .survey_grade {
  margin-bottom: 0.15rem;
  font-size: 0.32rem;
}
#survey_xz .survey_cont .survey_grade span:nth-child(1) {
  color: #999;
}
#survey_xz .survey_cont .survey_grade span:nth-child(2) {
  color: #333;
}
#survey_xz .survey_cont .survey_grade span:nth-child(3) {
  color: #999;
  margin-left: 1.65rem;
}
#survey_xz .survey_cont .survey_grade span:nth-child(4) {
  color: #333;
}
#survey_xz .survey_cont .survey_title {
  margin-bottom: 0.27rem;
}
#survey_xz .survey_cont .survey_title span:nth-child(1) {
  font-size: 0.4rem;
  color: #333;
}
#survey_xz .survey_cont .survey_title .survey_statr {
  /*text-align: right;*/
  min-width: 2rem;
}
#survey_xz .survey_cont .survey_title .survey_statr span:nth-child(1) {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #1ab394;
  line-height: 0.38rem;
  /*background:#F2FFFC;*/
  margin-right: 0.15rem;
  padding: 0.05rem 0.14rem;
}
#survey_xz .survey_cont .survey_title .survey_statr span:nth-child(2) {
  font-size: 0.28rem;
  border-radius: 5px;
  color: #f80707;
  line-height: 0.38rem;
  border: 1px solid rgba(248, 7, 7, 0.56);
  background: #fff3f2;
  padding: 0.05rem 0.14rem;
}

.myList {
  color: #333;
  font-size: 0.32rem;
  /*margin-top: .18rem;*/
}

.myTab[data-v-3df50b16] {
  display: flex;
  flex-direction: column;
  padding: 0.13rem 0.26rem;
}
.tabBorder[data-v-3df50b16] {
  /*margin-bottom: .2rem;*/
  /*border-bottom: .01rem solid #DDDDDD;*/
}
.tabRadius[data-v-3df50b16] {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.tabHeader[data-v-3df50b16] {
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: 0.98rem;
  line-height: 0.98rem;
  /*padding: 0 .2rem;*/
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  position: relative;
}
.myIcon[data-v-3df50b16] {
  width: 0.4rem;
  margin-top: 0.26rem;
}
.accList[data-v-3df50b16] {
  list-style: none;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  padding: 0 0.2rem;
  background: #fcfcfc;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.accList.maxHeight[data-v-3df50b16] {
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}
.accListItem[data-v-3df50b16] {
  color: #666;
  background: #fff;
  margin: 0.26rem 0;
  padding: 0.22rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.16rem rgba(0, 90, 76, 0.16);
}
.accListItem > div[data-v-3df50b16] {
  margin-top: 0.2rem;
}
.accListItem > div span[data-v-3df50b16] {
  display: inline-block;
  line-height: 0.4rem;
}
.accListItem > div[data-v-3df50b16]:first-child {
  margin-top: 0rem;
  line-height: 0.45rem;
}
.accListItem .statusD[data-v-3df50b16] {
  font-size: 0.28rem;
}
.accListItem .statusD .colorTag[data-v-3df50b16] {
  font-size: 0.24rem;
  padding: 0.01rem 0.14rem;
  color: #fff;
  border-radius: 0.1rem;
}
.accListItem .statusD .borderTag[data-v-3df50b16] {
  font-size: 0.24rem;
  padding: 0.01rem 0.14rem;
  color: #f80707;
  border-radius: 0.1rem;
  background: #fff3f2;
  border: 1px solid rgba(248, 7, 7, 0.5);
}
.stageProgressDiv[data-v-3df50b16] {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #dff7ed;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: -1px;
}
.stageProgress[data-v-3df50b16] {
  position: absolute;
  height: 4px;
  background: #69d5ba;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: -1px;
}
.flexDiv[data-v-3df50b16] {
  width: calc(100% - 0.4rem);
  font-size: 0.28rem;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.titleSpan[data-v-3df50b16] {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  font-weight: bold;
}
.pathName[data-v-3df50b16] {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
/* chevron animation  */
@keyframes open-menu-data-v-3df50b16 {
to {
    transform: rotate(90deg);
}
}
@keyframes close-menu-data-v-3df50b16 {
from {
    transform: rotate(90deg);
}
to {
    transform: rotate(0deg);
}
}
.open_menu[data-v-3df50b16] {
  animation: open-menu-data-v-3df50b16 0.4s ease-out forwards;
}
.close_menu[data-v-3df50b16] {
  animation: close-menu-data-v-3df50b16 0.4s ease-out forwards;
}

.demandList2_xz[data-v-38497d1a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.2rem;
}
.demandList2_xz div[data-v-38497d1a] {
  box-sizing: border-box;
}
.demandList2_xz .navtab[data-v-38497d1a] {
  margin-top: 40px;
  width: 100%;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] {
  height: 0.69rem;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] .md-tab-bar-inner {
  height: 0.69rem;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] .md-tab-title.active {
  color: #1ab394;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] .ink-bar {
  background: #1ab394;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.demandList2_xz .md-tab-bar[data-v-38497d1a] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
.demandList2_xz[data-v-38497d1a] .md-scroll-view {
  background: #F4F4F4;
  padding: 0.26rem 0.2rem;
}
.demandList2_xz .cont[data-v-38497d1a] {
  width: 100%;
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.demandList2_xz .demandList[data-v-38497d1a] {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
.demandList2_xz .demandList .pinlun[data-v-38497d1a] {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8A8A8A;
}
.demandList2_xz .demandList .pinlun img[data-v-38497d1a] {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
.demandList2_xz .demandList .person[data-v-38497d1a] {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.21rem;
}
.demandList2_xz .demandList .person img[data-v-38497d1a] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.demandList2_xz .demandList .person .time[data-v-38497d1a] {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8A8A8A;
}
.demandList2_xz .demandList .laizi[data-v-38497d1a] {
  padding-bottom: 0.2rem;
  color: #8A8A8A;
  font-size: 0.28rem;
}
.demandList2_xz .demandList .titile[data-v-38497d1a] {
  color: #383131;
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
.demandList2_xz .demandList .dengji[data-v-38497d1a] {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
.demandList2_xz .demandList .quanzhong .zhongyao[data-v-38497d1a] {
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.demandList2_xz .demandList .yijian[data-v-38497d1a] {
  padding: 0.05rem 0.18rem;
  float: right;
  border: 1px solid;
  border-radius: 4px;
}

#demandHis2_xz .footer {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  display: flex;
  border-top: 1px solid #eee;
  height: 0.96rem;
  align-items: center;
  text-align: center;
}
#demandHis2_xz .footer img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
#demandHis2_xz .footer div {
  flex: 1;
  height: 0.55rem;
  line-height: 0.55rem;
  border-right: 1px solid #dedede;
}
#demandHis2_xz .footer div:nth-child(3) {
  border-right: none;
}
#demandHis2_xz .contHis {
  padding: 0 0.28rem 1.3rem 0.24rem;
}
#demandHis2_xz .contHis .contSan {
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-style: solid;
  border-width: 0 0.28rem 0.12rem 0.28rem;
  border-color: transparent transparent #f3f3f5 transparent;
}
#demandHis2_xz .contHis .HisContaniner {
  background: #f3f3f6;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis {
  display: flex;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisOne {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisOne img {
  width: 0.22rem;
  margin-top: 0.2rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(1) {
  flex: 1;
  text-align: center;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(1) img {
  width: 0.62rem;
  margin-top: 0.2rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) {
  flex: 5;
  padding: 0.18rem 0.21rem 0.2rem 0;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span:nth-child(1) {
  text-align: left;
  font-size: 0.32rem;
  color: #5a6c91;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span:nth-child(2) {
  text-align: right;
  float: right;
  font-size: 0.24rem;
  color: #666666;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) p:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #222222;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) p:nth-child(3) {
  text-align: right;
  color: #656b8a;
  font-size: 0.24rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerHis .HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson {
  display: flex;
  padding: 0.14rem 0 0.28rem 0;
  border-bottom: 1px solid #d5d5d5;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson .HisContaninerPersonDian {
  flex: 1;
  text-align: center;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson .HisContaninerPersonDian img {
  width: 0.22rem;
  margin-top: 0.2rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson .HisContaninerPersonDianTwo {
  flex: 15;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 1.2rem;
  font-size: 0.24rem;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson .HisContaninerPersonDianTwo img {
  width: 0.62rem;
  margin-bottom: 0.2rem;
  height: 0.62rem;
  border-radius: 50%;
}
#demandHis2_xz .contHis .HisContaniner .HisContaninerPerson .HisContaninerPersonDianTwo div {
  width: 13.6%;
  /*flex: 1;*/
  padding-right: 0.05rem;
  /*border: 1px solid #eee;*/
  height: 1.2rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
}
#demandHis2_xz .contPersonTwo {
  height: 0.8rem;
  /*padding: 0 .28rem .22rem .24rem;*/
  border-top: 1px solid #e3e3e5;
  display: flex;
  line-height: 0.8rem;
}
#demandHis2_xz .contPersonTwo img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis2_xz .contPersonTwo div:nth-child(1) {
  padding-left: 0.24rem;
  flex: 1;
}
#demandHis2_xz .cont .cont_title {
  margin-bottom: 0.35rem;
  font-size: 0.32rem;
  color: #333333;
}
#demandHis2_xz .cont .cont_text {
  display: flex;
  font-size: 0.28rem;
  margin-bottom: 0.12rem;
}
#demandHis2_xz .cont .cont_text span:nth-child(1) {
  width: 2rem;
  color: #999999;
  text-align: right;
}
#demandHis2_xz .cont .cont_text span:nth-child(2) {
  flex: 1;
  color: #333333;
}

.header[data-v-71fe7ff0] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-71fe7ff0] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-71fe7ff0] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-71fe7ff0] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-71fe7ff0] {
	flex: 1;
}
#container[data-v-71fe7ff0] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-71fe7ff0] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.HisContaninerHisTwo[data-v-71fe7ff0] {
		border-bottom: 1px solid #dcdcdc;
		display: flex;
}
.HisContaninerHisTwo div[data-v-71fe7ff0]:nth-child(1) {
		flex: 1;
		text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-71fe7ff0] {
		width: .62rem;
		margin-top: .2rem;
}
.HisContaninerHisTwo div[data-v-71fe7ff0]:nth-child(2) {
		flex: 5;
		padding: .18rem .21rem .2rem 0;
		/*padding-right: .21rem;*/
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-71fe7ff0]:nth-child(1) {
		text-align: left;
		font-size: .28rem;
		color: #5A6C91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-71fe7ff0]:nth-child(2) {
		text-align: right;
		float: right;
		font-size: .28rem;
		color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-71fe7ff0]:nth-child(2) {
		margin-top: .2rem;
		font-size: .32rem;
		color: #222222;
		padding-bottom: .22rem;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-71fe7ff0]:nth-child(3) {
		text-align: right;
		color: #656B8A;
		font-size: .24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-71fe7ff0] {
		width: .28rem;
		padding-right: .16rem;
}

#demandHistwoHis_xz {
  overflow: auto;
  height: 100%;
}
#demandHistwoHis_xz .header {
  z-index: 9;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  -webkit-transform: translateZ(0);
}
#demandHistwoHis_xz .pTitle {
  width: 2.3rem;
  text-align: right;
  color: #9d9d9d;
  line-height: 0.6rem;
}
#demandHistwoHis_xz .review-btn {
  color: #e6a23c;
  width: 1rem;
  height: 0.55rem;
  line-height: 0.55rem;
  margin-top: 0.22rem;
}
#demandHistwoHis_xz .HisContaninerPerson {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.2rem 0;
  margin-bottom: 0.15rem;
}
#demandHistwoHis_xz .HisContaninerPerson .HisContaninerPersonDian {
  width: 0.6rem;
  text-align: center;
}
#demandHistwoHis_xz .HisContaninerPerson .HisContaninerPersonDianTwo {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#demandHistwoHis_xz .HisContaninerPerson .HisContaninerPersonDianTwo img {
  border-radius: 50%;
  width: 0.6rem;
  margin: 0 0.2rem;
}
#demandHistwoHis_xz .HisContaninerPerson .HisContaninerPersonDianTwo .stateOfWorkLeft {
  text-align: center;
  margin-top: 0.1rem;
}
#demandHistwoHis_xz .demand_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0.18rem 0.35rem;
  border-top: 1px solid #bfbfbf;
  background: #fff;
}
#demandHistwoHis_xz .demand_btn .demad-foot {
  display: flex;
}
#demandHistwoHis_xz .demand_btn .demad-foot .botButton-submittwo {
  flex: 1;
  background: #1ab394;
  height: 0.74rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.1rem;
}
#demandHistwoHis_xz .demandcont .contlink {
  font-size: 0.3rem;
  height: 0.78rem;
  line-height: 0.78rem;
  background: #f4fafe;
  padding: 0 0.2rem;
}
#demandHistwoHis_xz .demandcont .filefujian .fileitem {
  margin-top: 0.2rem;
  background: #fff;
}
#demandHistwoHis_xz .demandcont .filefujian .itemtitle {
  padding-top: 0.2rem;
  font-size: 0.35rem;
  padding-left: 0.2rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent {
  height: 1rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .userContent {
  margin-left: 0.3rem;
  width: calc(100% - 0.9rem);
  display: flex;
  flex-direction: column;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .userContent > p {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .userContent > p span {
  display: inline-block;
  line-height: 0.3rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .userContent > p:first-child {
  color: #333;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent > img {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.22rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .dian {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent .dian img {
  width: 0.43rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent > a {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#demandHistwoHis_xz .demandcont .filefujian .itemContent > a img {
  width: 0.43rem;
}
#demandHistwoHis_xz .demandcont .contlink_conttwo {
  padding: 0.2rem;
}
#demandHistwoHis_xz .demandcont .contlink_conttwo .contlink_conttwodiv {
  display: flex;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
#demandHistwoHis_xz .demandcont .contlink_conttwo .contlink_conttwodiv span:nth-child(1) {
  width: 2.3rem;
  text-align: right;
  color: #9d9d9d;
}
#demandHistwoHis_xz .demandcont .contlink_conttwo .contlink_conttwodiv span:nth-child(2) {
  flex: 1;
  word-break: break-word;
  color: #4d4d4d;
}
#demandHistwoHis_xz .demandcont .contlink_cont {
  padding: 0.2rem;
}
#demandHistwoHis_xz .demandcont .contlink_cont .contdiv {
  display: flex;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
#demandHistwoHis_xz .demandcont .contlink_cont .contdiv span:nth-child(1) {
  width: 2.4rem;
  text-align: right;
  color: #9d9d9d;
}
#demandHistwoHis_xz .demandcont .contlink_cont .contdiv span:nth-child(2) {
  color: #4d4d4d;
  word-break: break-word;
  flex: 1;
}

.textOneActive[data-v-2675444f] {
  color: #35afb1;
}
.twoTextActive[data-v-2675444f] {
  color: #666 !important;
}
.oneActive[data-v-2675444f] {
  background: #f4fafe;
  border: 1px solid #f4fafe;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-2675444f] {
  background: #fff;
  border: 1px solid #edecec;
}
.oneBgActive[data-v-2675444f] {
  background: #35afb1;
}
.twoBgActive[data-v-2675444f] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-2675444f] {
  border: 1px solid #35afb1;
}
.twoBgBorderActive[data-v-2675444f] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-2675444f] {
  background: #35afb1;
}
.twoBgBorderActive .icon-inner[data-v-2675444f] {
  background: #ddd !important;
}
.item[data-v-2675444f] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-2675444f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-2675444f] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-2675444f] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-2675444f] {
  color: #35afb1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-2675444f] {
  color: #666666;
  font-size: 0.32rem;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 0.15rem;
}
.icon[data-v-2675444f] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-2675444f] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-2675444f] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-2675444f] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-2675444f] {
  background: #35afb1;
}
.line-active[data-v-2675444f] {
  background: #35afb1;
}

.custom-avatar[data-v-42459528] {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.custom-avatar .header1[data-v-42459528] {
  font-size: 12px;
  margin-bottom: 0.15rem;
  position: relative;
  float: left;
  width: 20%;
}
.custom-avatar .custom-img[data-v-42459528] {
  width: 0.3rem;
  position: absolute;
  right: 0.25rem;
}
.custom-avatar .title[data-v-42459528] {
  width: 1.6rem;
  text-align: right;
  color: #9d9d9d;
  line-height: 0.6rem;
}
















































#demand_list_img {
  /*.manyidu{
			width: .74rem!important;
	}*/
}
#demand_list_img .demandListTitle11 img {
  width: 3rem;
}
#demand_list_img .header {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #fff;
  width: 100%;
  position: fixed;
  background: #1ab394;
  font-size: 0.3rem;
  text-align: center;
}
#demand_list_img .headerLeft img {
  width: 0.4rem;
  /*height: .16rem;*/
}
#demand_list_img .headerParent {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
#demand_list_img .headerTitle {
  flex: 6;
  margin-left: -1.2rem;
}
#demand_list_img .headerLeft {
  flex: 1;
}
#demand_list_img #container {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
#demand_list_img .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#demand_list_img .demandColor {
  color: #1ab394 !important;
}
#demand_list_img .nodemandColor {
  color: #666666 !important;
}
#demand_list_img .demandList {
  padding: 0.28rem 0.2rem 0.26rem 0.2rem;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #dedede;
}
#demand_list_img .demandContColorTwo {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  left: 12%;
  top: 0.2rem;
  border-radius: 50%;
  background: #f55152;
  color: #fff;
  font-size: 0.24rem;
}
#demand_list_img .demandListParent {
  padding-bottom: 0.14rem;
  background: #f6f6f6;
}
#demand_list_img .demandComment {
  padding: 0 0.2rem;
  height: 0.84rem;
  background: #fff;
  display: flex;
  color: #7a7a7a;
  line-height: 0.84rem;
}
#demand_list_img .demandCommentBtn {
  width: 2.28rem !important;
  margin-top: 0.1rem;
  border: 1px solid #1ab394 !important;
  color: #1ab394;
}
#demand_list_img .demandComment div:nth-child(1) {
  flex: 1;
  font-size: 0.28rem;
}
#demand_list_img .demandComment div:nth-child(1) img {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
#demand_list_img .demandListTitle {
  line-height: 0.36rem;
  font-size: 0.32rem;
  color: #222222;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
#demand_list_img .demandListPerson {
  font-size: 0.28rem;
  color: #7a7a7a;
  display: flex;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
#demand_list_img .demandListPerson span:nth-child(1) {
  flex: 1;
}
#demand_list_img .demandListPerson span:nth-child(2) {
  flex: 3;
  text-align: right;
}
#demand_list_img .demandListResponsible {
  display: flex;
  color: #7a7a7a;
}
#demand_list_img .demandListResponsible div:nth-child(1) {
  flex: 1;
  font-size: 0.28rem;
}
#demand_list_img .demandListResponsible div:nth-child(2) {
  flex: 2;
  font-size: 0.28rem;
  text-align: right;
}
#demand_list_img .demandListResponsible div:nth-child(1) img {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
#demand_list_img .demandTitle {
  display: flex;
  padding: 0 0.4rem;
}
#demand_list_img .demandTitle div {
  flex: 1;
  font-size: 0.36rem;
  text-align: center;
  padding: 0.42rem 0 0.46rem 0;
  margin: 0 auto;
  color: #666666;
}
#demand_list_img .demandTitle img {
  padding-bottom: 0.2rem;
}
#demand_list_img .containerImg {
  position: absolute;
  right: 1.64rem;
}
#demand_list_img .containerImg img {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
#demand_list_img .active {
  color: #1ab394;
}
#demand_list_img .navRelativeText {
  font-size: 0.24rem;
}
#demand_list_img .containerLeft {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
#demand_list_img .paddContainer {
  padding: 0;
}
#demand_list_img .isFixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
#demand_list_img .containerChindThreeWidth {
  width: 1.68rem !important;
}
#demand_list_img .containerChindThree {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
#demand_list_img .navRelative {
  position: relative;
}
#demand_list_img .navRelative .navRelativeOne {
  position: absolute;
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(-10deg, #26c8af, #45e9ee);
  right: 0;
  border-radius: 50%;
}
#demand_list_img .alLeft {
  margin-right: 0.2rem;
}
#demand_list_img #container {
  margin-top: 1.1rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#demand_list_img .bgContainer {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
#demand_list_img .bgContainerFFF {
  overflow: hidden;
  background: #fff;
}
#demand_list_img .containerChindThreeLeft img {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
  /*padding-right: .05rem;*/
}
#demand_list_img .containerChindThreeTop {
  /*margin-top: .02rem;*/
  display: inline-block;
}
#demand_list_img .containerChindThreeLeft {
  /*width: .84rem;*/
  padding: 0 0.2rem;
  width: 1.28rem;
  font-size: 0.24rem;
  color: #1ab394;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 14px;
  border: 1px solid #1ab394;
}
#demand_list_img .containerChindThreeLeftHui {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
#demand_list_img .containerChindThree {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
#demand_list_img .containerChindTwo p:nth-child(1) {
  margin-top: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  min-height: 0.5rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
  color: #333;
}
#demand_list_img .containerChindTwo p:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
#demand_list_img .containerFLeft {
  float: left;
  color: #666666;
}
#demand_list_img .containerFRight {
  float: right;
  color: #e50101;
}
#demand_list_img .containerChind {
  flex: 1;
  margin-top: 0.3rem;
}
#demand_list_img .containerChind img {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
#demand_list_img .containerChindTwo {
  padding-left: 0.24rem;
  flex: 5;
}
#demand_list_img .stateOfWorkLeft {
  color: #555;
  margin-left: -0.1rem;
}
#demand_list_img .stateOfWork {
  padding: 0 0.22rem;
  display: flex;
  font-size: 0.24rem;
  margin-top: 0.66rem;
  text-align: center;
  margin-bottom: 0.38rem;
}
#demand_list_img .stateOfWork img {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
#demand_list_img .stateOfWorkChild {
  flex: 1;
}
#demand_list_img .homePage {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
#demand_list_img .homeBg {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
#demand_list_img .navTab {
  /*position: absolute;*/
  position: fixed;
  /*top: .48rem;*/
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
#demand_list_img .navTab {
  display: flex;
}
#demand_list_img .navTabChild {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#demand_list_img .navTabRight {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
#demand_list_img .menubg {
  position: fixed;
  /*position: absolute;*/
  /*color: #26C8AF;*/
  height: 1rem;
  /*top: .45rem;*/
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#demand_list_img .sexBlue {
  background: cornflowerblue;
}
#demand_list_img .sexRed {
  background: red;
}
#demand_list_img .headPor {
  position: relative;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 3;
}
#demand_list_img .headPor img {
  width: 1.4rem;
  height: 1.4rem;
}
#demand_list_img .headContainer {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.6rem;
  z-index: 2;
}
#demand_list_img .headContainerChild {
  background: #fff;
  border-radius: 5px;
  top: 0.84rem;
  width: 100%;
  height: 3.28rem;
  box-shadow: 0 0 20px #24aa8d;
  -moz-box-shadow: 0 0 20px #24aa8d;
  -webkit-box-shadow: 0 0 20px #24aa8d;
  overflow: hidden;
}
#demand_list_img .headerName {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
}
#demand_list_img .headerInspect {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.36rem;
}
#demand_list_img .hederBtn {
  padding: 0 0.4rem;
}
#demand_list_img .hederBtn button {
  width: 100%;
  border-radius: 5px;
  height: 0.74rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}

.header[data-v-36c5695d] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-36c5695d] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-36c5695d] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-36c5695d] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-36c5695d] {
	flex: 1;
}
#container[data-v-36c5695d] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-36c5695d] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.contaniner[data-v-36c5695d] {
	min-height: 11.3rem;
	background: #fff;
}
.serverType[data-v-36c5695d] {
	background: #f6f6f6;
	min-height: 100%;
}
#cont[data-v-36c5695d] {
	/*padding: .2rem 0;*/
	/*margin-top: 1rem;*/
	/*background: #F6F6F6;*/
}
.contFlex[data-v-36c5695d] {
	/*display: flex;*/
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	font-size: .24rem;
	overflow: hidden;
	text-align: center;
}
.contFlex img[data-v-36c5695d] {
	width: .78rem;
	margin-bottom: .2rem;
	height: .78rem;
	border-radius: 50%;
}
.stateOfWorkLeft[data-v-36c5695d] {
	color: #555;
	overflow: hidden;
	margin-left: -.1rem;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/
}
.contFlex div[data-v-36c5695d] {
	width: 19.35%;
	/*flex: 1;*/
	padding: .14rem .2rem;
	border: 1px solid #eee;
	height: 1.4rem;
	margin: 0px 0px -1px -1px;
	overflow: hidden;
	/*float: left;
	margin-bottom: .1rem;*/
}
.menubg[data-v-36c5695d] {
	position: fixed;
	color: #26C8AF;
	height: 46px;
	top: .7rem;
	z-index: 5;
	width: 1.6rem;
	transition: all .4s;
	border-bottom: 2px solid #26C8AF;
}
.active[data-v-36c5695d] {
	color: #26C8AF;
	transition: border-bottom 2s;
}
.footer[data-v-36c5695d] {
	position: absolute;
	bottom: 0;
}
.header[data-v-36c5695d] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.navTab[data-v-36c5695d] {
	position: fixed;
	top: .9rem;
	width: 100%;
	z-index: 3;
	height: .88rem;
	background: #fff;
}
.navTab[data-v-36c5695d] {
	display: flex;
}
.navTabChild[data-v-36c5695d] {
	flex: 1;
	height: .92rem;
	line-height: .92rem;
	font-size: .3rem;
	text-align: center;
}
.navTabRight[data-v-36c5695d] {
	display: inline-block;
	width: 100%;
	height: .46rem;
	line-height: .46rem;
	border-right: 1px solid #f1f1f1;
}

.header[data-v-f691024a] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-f691024a] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-f691024a] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-f691024a] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-f691024a] {
	flex: 1;
}
#container[data-v-f691024a] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-f691024a] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-f691024a] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.contFlex[data-v-f691024a] {
	/*display: flex;*/
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	font-size: .24rem;
	overflow: hidden;
	text-align: center;
}
.contFlex img[data-v-f691024a] {
	width: .78rem;
	margin-bottom: .2rem;
	height: .78rem;
	border-radius: 50%;
}
.stateOfWorkLeft[data-v-f691024a] {
	color: #555;
	overflow: hidden;
	margin-left: -.1rem;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/
}
.contFlex div[data-v-f691024a] {
	width: 19.35%;
	/*flex: 1;*/
	padding: .14rem .2rem;
	border: 1px solid #eee;
	height: 1.4rem;
	margin: 0px 0px -1px -1px;
	overflow: hidden;
	/*float: left;
	margin-bottom: .1rem;*/
}

.header[data-v-436f7a9e] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft img[data-v-436f7a9e] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-436f7a9e] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-436f7a9e] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-436f7a9e] {
  flex: 1;
}
#container[data-v-436f7a9e] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-436f7a9e] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.header[data-v-436f7a9e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.contFlex[data-v-436f7a9e] {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-436f7a9e] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-436f7a9e] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-436f7a9e] {
  width: 19.35%;
  /*flex: 1;*/
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}

#demandHis_list_img .contTitle11 img {
  width: 3rem;
}
#demandHis_list_img .header {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #fff;
  width: 100%;
  position: fixed;
  background: #1ab394;
  font-size: 0.3rem;
  text-align: center;
}
#demandHis_list_img .headerLeft img {
  width: 0.4rem;
  /*height: .16rem;*/
}
#demandHis_list_img .headerParent {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
#demandHis_list_img .headerTitle {
  flex: 6;
  margin-left: -1.2rem;
}
#demandHis_list_img .headerLeft {
  flex: 1;
}
#demandHis_list_img #container {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
#demandHis_list_img .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#demandHis_list_img .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#demandHis_list_img .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  /*background: linear-gradient(-90deg, #FB921F, #FFC343)!important;*/
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#demandHis_list_img .HisContaninerHis {
  display: flex;
}
#demandHis_list_img .HisContaninerHisOne {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
}
#demandHis_list_img .HisContaninerHisTwo {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(1) {
  flex: 1;
  text-align: center;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(1) img {
  width: 0.62rem;
  margin-top: 0.2rem;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) {
  flex: 5;
  padding: 0.18rem 0.21rem 0.2rem 0;
  /*padding-right: .21rem;*/
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span:nth-child(1) {
  text-align: left;
  font-size: 0.32rem;
  color: #5a6c91;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span:nth-child(2) {
  text-align: right;
  float: right;
  font-size: 0.24rem;
  color: #666666;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) p:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #222222;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) p:nth-child(3) {
  text-align: right;
  color: #656b8a;
  font-size: 0.24rem;
}
#demandHis_list_img .HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis_list_img .HisContaninerHisOne img {
  width: 0.22rem;
  margin-top: 0.2rem;
}
#demandHis_list_img .HisContaninerPerson {
  display: flex;
  padding: 0.14rem 0 0.28rem 0;
  border-bottom: 1px solid #d5d5d5;
}
#demandHis_list_img .HisContaninerPersonDian {
  flex: 1;
  text-align: center;
}
#demandHis_list_img .HisContaninerPersonDian img {
  width: 0.22rem;
  margin-top: 0.2rem;
}
#demandHis_list_img .HisContaninerPersonDianTwo {
  flex: 15;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 1.2rem;
  font-size: 0.24rem;
}
#demandHis_list_img .HisContaninerPersonDianTwo img {
  width: 0.62rem;
  margin-bottom: 0.2rem;
  height: 0.62rem;
  border-radius: 50%;
}
#demandHis_list_img .HisContaninerPersonDianTwo div {
  width: 13.6%;
  /*flex: 1;*/
  padding-right: 0.05rem;
  /*border: 1px solid #eee;*/
  height: 1.2rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}
#demandHis_list_img .thumbsZan {
  height: 1.2rem;
  line-height: 1.2rem;
  color: #333;
  text-align: center;
}
#demandHis_list_img .thumbsZan img {
  padding-right: 0.2rem;
}
#demandHis_list_img .contHis {
  padding: 0 0.28rem 1.3rem 0.24rem;
}
#demandHis_list_img .HisContaniner {
  background: #f3f3f6;
}
#demandHis_list_img .contSan {
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-style: solid;
  border-width: 0 0.28rem 0.12rem 0.28rem;
  border-color: transparent transparent #f3f3f5 transparent;
}
#demandHis_list_img .contTime {
  padding: 0 0.28rem 0.3rem 0.24rem;
  font-size: 0.28rem;
  color: #666666;
}
#demandHis_list_img .contPersonTwo {
  height: 0.8rem;
  /*padding: 0 .28rem .22rem .24rem;*/
  border-bottom: 1px solid #e3e3e5;
  border-top: 1px solid #e3e3e5;
  display: flex;
  line-height: 0.8rem;
}
#demandHis_list_img .contPersonTwo div:nth-child(1) {
  padding-left: 0.24rem;
  flex: 1;
}
#demandHis_list_img .contPersonTwo div:nth-child(2) {
  flex: 2;
  text-align: right;
  padding-right: 0.28rem;
}
#demandHis_list_img .contPersonTwo img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis_list_img .contPerson {
  padding: 0 0.28rem 0.22rem 0.24rem;
  display: flex;
}
#demandHis_list_img .contPersonColor {
  color: #fb9220 !important;
  padding: 0 0.05rem;
}
#demandHis_list_img .contPerson div:nth-child(1) img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis_list_img .contPerson div:nth-child(1) {
  flex: 1;
  color: #656b8a;
  font-size: 0.28rem;
}
#demandHis_list_img .contPerson div:nth-child(2) {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #666666;
}
#demandHis_list_img .contTitle {
  padding: 0 0.28rem 0.32rem 0.24rem;
}
#demandHis_list_img .contTitle p {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.36rem;
}
#demandHis_list_img .headerCont {
  display: flex;
  padding: 0.18rem 0.24rem 0.22rem 0.24rem;
}
#demandHis_list_img .headerCont div:nth-child(1) {
  flex: 1;
}
#demandHis_list_img .headerCont div:nth-child(1) img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
#demandHis_list_img .headerCont div:nth-child(2) {
  flex: 6;
}
#demandHis_list_img .headerCont div:nth-child(2) p:nth-child(1) {
  color: #656b8a;
  font-size: 0.32rem;
}
#demandHis_list_img .headerCont div:nth-child(2) p:nth-child(2) {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.16rem;
}
#demandHis_list_img .cont {
  min-height: 11.3rem;
  /*margin-top: .88rem;*/
  /*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
  padding-bottom: 50px;
  margin-bottom: 50px;
  bottom: 50px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #fff;
  top: -0.15rem;
  padding-top: 0.2rem;
  /*padding: 0 .24rem;*/
}
#demandHis_list_img .demandHis {
  width: 100%;
  /* height: 100%; */
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  /*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
  padding-bottom: 1.22rem;
}
#demandHis_list_img .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
#demandHis_list_img .confirm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#demandHis_list_img button {
  margin: 0;
  outline: none;
}
#demandHis_list_img .botButton-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.04rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#demandHis_list_img .botButton-cancle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#demandHis_list_img .botButton-cancleTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.header[data-v-42bdb71d] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft img[data-v-42bdb71d] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-42bdb71d] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-42bdb71d] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-42bdb71d] {
  flex: 1;
}
#container[data-v-42bdb71d] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-42bdb71d] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-42bdb71d] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  border-top: 1px solid #bfbfbf;
  z-index: 4;
}
.button-text[data-v-42bdb71d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.descript[data-v-42bdb71d] {
  //    position: relative;
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
#container[data-v-42bdb71d] {
}
.headerPS[data-v-42bdb71d] {
  position: absolute;
  top: 0;
}
.active[data-v-42bdb71d] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-42bdb71d] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-42bdb71d] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-42bdb71d]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-42bdb71d] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-42bdb71d]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-42bdb71d] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-42bdb71d]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-42bdb71d]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-42bdb71d]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-42bdb71d]:nth-child(1) {
  text-align: right;
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.84rem;
}
.audioListParent div:nth-child(5) p:nth-child(1) img[data-v-42bdb71d],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-42bdb71d] {
  width: 0.48rem;
  margin-top: 0.14rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.56rem;
}
.audioListParent div:nth-child(6) p[data-v-42bdb71d]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-42bdb71d] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-42bdb71d] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-42bdb71d] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-42bdb71d] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-42bdb71d] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-42bdb71d]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-42bdb71d]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-42bdb71d] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-42bdb71d] {
  height: 1.32rem;
  background: #fff;
}
.shengao[data-v-42bdb71d] {
  height: 0.72rem;
  width: 100%;
  display: flex;
  line-height: 0.72rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.28rem;
  background: #fff;
}
.shengao span[data-v-42bdb71d]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-42bdb71d]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-42bdb71d]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-42bdb71d] {
  width: 0.4rem;
}
.inp[data-v-42bdb71d] {
  width: 100%;
}
.container[data-v-42bdb71d] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-42bdb71d] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-42bdb71d],
.containerTupian[data-v-42bdb71d] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.18rem;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin-bottom: 0.18rem;
  float: left;
}
.containerLuyin img[data-v-42bdb71d] {
  width: 0.46rem;
  height: 0.46rem;
  padding: 0.3rem 0.5rem 0.18rem 0.54rem;
  text-align: center;
  margin: 0 auto;
}
.containerTupian img[data-v-42bdb71d] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-42bdb71d] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-42bdb71d] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}

.header[data-v-e39229d6] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	/* border-bottom: 1px solid #Eee; */
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-e39229d6] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-e39229d6] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-e39229d6] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-e39229d6] {
	flex: 1;
}
#container[data-v-e39229d6] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-e39229d6] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-e39229d6] {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.12rem;
	background: #fff;
	z-index: 4;
}
.button-text[data-v-e39229d6] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.79rem;
	height: 0.74rem;
	/*background: linear-gradient(-90deg, #FB921F, #FFC343)!important;*/
	background: #1ab394;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 0.1rem;
}
.cont[data-v-e39229d6] {
	/*margin-top: .88rem;*/
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 50px;
	position: relative;
	background: #fff;
	top: -.15rem;
	padding-left: .26rem;
	padding-right: .26rem;
	padding-top: .2rem;
	/*padding: 0 .24rem;*/
}
.cont textarea[data-v-e39229d6] {
	width: 100%;
	height: 3rem;
}
.header[data-v-e39229d6] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.demandCommit[data-v-e39229d6] {
	//    position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #F4F4F4;
	padding-bottom: 1.2rem;
	box-sizing: border-box;
	overflow: hidden;
}

.header[data-v-74651168] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	/* border-bottom: 1px solid #Eee; */
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-74651168] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-74651168] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-74651168] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-74651168] {
	flex: 1;
}
#container[data-v-74651168] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-74651168] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-74651168] {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.12rem;
	background: #fff;
	z-index: 4;
}
.button-text[data-v-74651168] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.79rem;
	height: 0.74rem;
	/*background: linear-gradient(-90deg, #FB921F, #FFC343)!important;*/
	background: #1ab394;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 0.1rem;
}
.cont[data-v-74651168] {
	/*margin-top: .88rem;*/
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 50px;
	position: relative;
	background: #fff;
	top: -.15rem;
	padding-left: .26rem;
	padding-right: .26rem;
	padding-top: .2rem;
	/*padding: 0 .24rem;*/
}
.cont textarea[data-v-74651168] {
	width: 100%;
	height: 3rem;
}
.header[data-v-74651168] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.demandCommit[data-v-74651168] {
	//    position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #F4F4F4;
	padding-bottom: 1.2rem;
	box-sizing: border-box;
	overflow: hidden;
}

.header[data-v-0e1e99d5] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft img[data-v-0e1e99d5] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-0e1e99d5] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-0e1e99d5] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-0e1e99d5] {
	flex: 1;
}
#container[data-v-0e1e99d5] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-0e1e99d5] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.cont[data-v-0e1e99d5] {
		/*margin-top: .88rem;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 50px;
		position: relative;
		background: #fff;
		top: -.15rem;
		padding-left: .26rem;
		padding-right: .26rem;
		padding-top: .2rem;
		/*padding: 0 .24rem;*/
}


ul[data-v-7d1301a0] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  z-index: 1;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-7d1301a0] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-7d1301a0] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-7d1301a0] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-7d1301a0] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-7d1301a0] {
  width: 0.5rem;
}
ul li .title .mark[data-v-7d1301a0] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-7d1301a0] {
  background: #95ce41 !important;
}
ul li .content[data-v-7d1301a0] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-7d1301a0] {
  font-weight: bold;
}
.title p[data-v-7d1301a0],
.title h3[data-v-7d1301a0] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-7d1301a0] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-7d1301a0] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-7d1301a0] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-7d1301a0] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-7d1301a0]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-7d1301a0]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-7d1301a0] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-7d1301a0] {
  background: #fff;
}
.audio-left img[data-v-7d1301a0] {
  background: #fff;
}
.header[data-v-7d1301a0] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-7d1301a0] {
  background: #1ab394;
}
.btnLeft[data-v-7d1301a0] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-7d1301a0] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-7d1301a0] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-7d1301a0] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-7d1301a0] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-7d1301a0] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-7d1301a0] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-7d1301a0] {
  display: none;
}

.header[data-v-76ab2bd6] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft img[data-v-76ab2bd6] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-76ab2bd6] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-76ab2bd6] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-76ab2bd6] {
  flex: 1;
}
#container[data-v-76ab2bd6] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-76ab2bd6] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.active[data-v-76ab2bd6] {
  color: #1ab394 !important;
}
.container[data-v-76ab2bd6] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  background: #fff;
  width: 100%;
}
#container[data-v-76ab2bd6] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 100%;
}
.serverType[data-v-76ab2bd6] {
  min-height: 100%;
  background: #f6f6f6;
}
.containerBorder[data-v-76ab2bd6] {
  border-radius: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
  background: #fff;
}
.footer[data-v-76ab2bd6] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-76ab2bd6] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.containerInp[data-v-76ab2bd6] {
  padding-left: 0.2rem;
}
.ListBorder[data-v-76ab2bd6] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-76ab2bd6]:first-child {
  border-top: 1px solid #eee;
}

.imgBage[data-v-684abd27] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}






































































































































































































































































































































































.imgBage[data-v-0db37ca2] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.mint-swipe-items-wrap > div.is-active[data-v-0db37ca2] {
  overflow: auto;
}

#current[data-v-386611ba],
#options[data-v-386611ba] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-386611ba] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-386611ba]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-386611ba] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-386611ba] {
  margin-top: -0.2rem !important;
}
#current[data-v-386611ba] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-386611ba]:last-child {
  width: 100%;
}
.ListBorder[data-v-386611ba] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-386611ba]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-386611ba],
#replace[data-v-386611ba],
#options li[data-v-386611ba] {
  width: 85%;
}
#options[data-v-386611ba] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-386611ba],
#options li[data-v-386611ba] {
  padding: 5px;
}
#current[data-v-386611ba],
#options[data-v-386611ba],
#options li[data-v-386611ba] {
  background-color: #fff;
}
.inp[data-v-386611ba] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-386611ba] {
  background: red;
}
.hide[data-v-386611ba] {
  background: #0000ff;
}

#current[data-v-3b4f8a95],
#options[data-v-3b4f8a95] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-3b4f8a95] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-3b4f8a95]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-3b4f8a95] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-3b4f8a95] {
  margin-top: -0.2rem !important;
}
#current[data-v-3b4f8a95] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-3b4f8a95]:last-child {
  width: 100%;
}
.ListBorder[data-v-3b4f8a95] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-3b4f8a95]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-3b4f8a95],
#replace[data-v-3b4f8a95],
#options li[data-v-3b4f8a95] {
  width: 85%;
}
#options[data-v-3b4f8a95] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-3b4f8a95],
#options li[data-v-3b4f8a95] {
  padding: 5px;
}
#current[data-v-3b4f8a95],
#options[data-v-3b4f8a95],
#options li[data-v-3b4f8a95] {
  background-color: #fff;
}
.inp[data-v-3b4f8a95] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-3b4f8a95] {
  background: red;
}
.hide[data-v-3b4f8a95] {
  background: #0000ff;
}

#current[data-v-3ba9c99d],
#options[data-v-3ba9c99d] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-3ba9c99d] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-3ba9c99d]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-3ba9c99d] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-3ba9c99d] {
  margin-top: -0.2rem !important;
}
#current[data-v-3ba9c99d] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-3ba9c99d]:last-child {
  width: 100%;
}
.ListBorder[data-v-3ba9c99d] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-3ba9c99d]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-3ba9c99d],
#replace[data-v-3ba9c99d],
#options li[data-v-3ba9c99d] {
  width: 85%;
}
#options[data-v-3ba9c99d] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-3ba9c99d],
#options li[data-v-3ba9c99d] {
  padding: 5px;
}
#current[data-v-3ba9c99d],
#options[data-v-3ba9c99d],
#options li[data-v-3ba9c99d] {
  background-color: #fff;
}
.inp[data-v-3ba9c99d] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-3ba9c99d] {
  background: red;
}
.hide[data-v-3ba9c99d] {
  background: #0000ff;
}

#current[data-v-6bd44d7d],
#options[data-v-6bd44d7d] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-6bd44d7d] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-6bd44d7d]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-6bd44d7d] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-6bd44d7d] {
  margin-top: -0.2rem !important;
}
#current[data-v-6bd44d7d] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-6bd44d7d]:last-child {
  width: 100%;
}
.ListBorder[data-v-6bd44d7d] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-6bd44d7d]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-6bd44d7d],
#replace[data-v-6bd44d7d],
#options li[data-v-6bd44d7d] {
  width: 85%;
}
#options[data-v-6bd44d7d] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-6bd44d7d],
#options li[data-v-6bd44d7d] {
  padding: 5px;
}
#current[data-v-6bd44d7d],
#options[data-v-6bd44d7d],
#options li[data-v-6bd44d7d] {
  background-color: #fff;
}
.inp[data-v-6bd44d7d] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-6bd44d7d] {
  background: red;
}
.hide[data-v-6bd44d7d] {
  background: #0000ff;
}

.error-page {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.error-page div {
  display: table-cell;
  vertical-align: middle;
}
.error-page img {
  width: auto;
  height: 4rem;
}
.error-page p {
  font-size: 0.4rem;
  margin-top: 0.3rem;
}

.departmentSwitch_name[data-v-298b50c2] {
  font-size: 0.32rem;
  color: #333;
  flex: 1;
}
.departmentSwitch_icon img[data-v-298b50c2] {
  width: 0.88rem;
  padding: 0 0.3rem;
  height: 0.88rem;
}
.departmentSwitch_right img[data-v-298b50c2] {
  padding-right: 0.2rem;
  width: 0.14rem;
  height: 0.25rem;
}
.departmentSwitch_list[data-v-298b50c2] {
  height: 1.34rem;
  display: flex;
  box-shadow: 0px 0px 10px rgba(26, 179, 148, 0.1);
  background: #fff;
  line-height: 1.34rem;
  margin-top: 0.3rem;
  border-radius: 0.1rem;
}
.departmentSwitch_continer[data-v-298b50c2] {
  padding: 0.32rem 0.28rem 0 0.28rem;
}
.departmentSwitch_title[data-v-298b50c2] {
  font-size: 0.28rem;
  color: #666;
  /* margin-left: .29rem; */
}
.departmentSwitch[data-v-298b50c2] {
  height: 100%;
  background: #f5f5f5;
}

.contaniner[data-v-9bfd4b5c] {
  /*margin-top: .28rem;*/
  position: absolute;
  width: 92%;
  top: 1.98rem;
  padding: 0 0.26rem 0 0.32rem;
}
.containerChildenr[data-v-9bfd4b5c] {
  background: #fff;
  z-index: 2;
  width: 100%;
  border-radius: 4px;
  padding: 0.52rem 0 1.52rem 0;
  box-shadow: 0px 1px 5px #26c8af;
}
.headerLeftImg img[data-v-9bfd4b5c] {
  width: 100%;
  height: 4.6rem;
}
.header[data-v-9bfd4b5c] {
  position: absolute !important;
}
.btn[data-v-9bfd4b5c] {
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  border-radius: 0.1rem;
  line-height: 0.8rem;
}
.imgHeight[data-v-9bfd4b5c] {
  height: 0.38rem;
  width: 0.24rem;
  margin-top: 0.2rem;
}
.imgHeightTwo[data-v-9bfd4b5c] {
  width: 0.3rem;
  height: 0.34rem;
  margin-top: 0.2rem;
}
.inp[data-v-9bfd4b5c] {
  border: none;
  width: 100%;
  height: 100%;
}
.imgHeightCuo[data-v-9bfd4b5c] {
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.3rem;
}
.headerPortrait[data-v-9bfd4b5c] {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #26c8af;
  margin: 0 auto;
}
.AccountNumber[data-v-9bfd4b5c] {
  font-size: 0.36rem;
  /*margin-top: .45rem;*/
  padding: 0 0.16rem;
}
.AccountPasswordChild[data-v-9bfd4b5c] {
  margin-top: 0.24rem;
}
.AccountNumberChild[data-v-9bfd4b5c],
.AccountPasswordChild[data-v-9bfd4b5c] {
  border-bottom: 1px solid #bfbfbf;
  height: 100%;
  width: 100%;
  display: flex;
}
.AccountNumberChild span[data-v-9bfd4b5c]:nth-child(1),
.AccountPasswordChild span[data-v-9bfd4b5c]:nth-child(1) {
  flex: 1;
  text-align: center;
}
.AccountPasswordChild span[data-v-9bfd4b5c]:nth-child(2) {
  flex: 5;
  font-size: 0.36rem;
  text-align: center;
}
.AccountPasswordChild span[data-v-9bfd4b5c]:nth-child(3) {
  flex: 2;
  color: #26c8af;
  text-align: center;
  margin-top: 0.34rem;
  font-size: 0.28rem;
}
.AccountNumberChild span[data-v-9bfd4b5c]:nth-child(2) {
  flex: 7;
}
.AccountNumberChild span[data-v-9bfd4b5c]:nth-child(3) {
  flex: 1;
  text-align: center;
}
.btoParent[data-v-9bfd4b5c] {
  margin-top: 0.56rem;
  font-size: 0.36rem;
}
.AccountNumber[data-v-9bfd4b5c],
.AccountPassword[data-v-9bfd4b5c],
.btoParent[data-v-9bfd4b5c] {
  padding: 0 0.52rem 0 0.38rem;
  height: 0.88rem;
}

.huadongHEight[data-v-0a2538c0] {
  width: 6.44rem;
  background: none;
  text-align: center;
  margin: 0 auto;
  height: 1rem;
  margin-bottom: 20px;
  line-height: 1rem;
  display: flex;
}
._nc .stage[data-v-0a2538c0] {
  padding: 0 !important;
}
.content[data-v-0a2538c0] {
  background: url(../../static/img/bground.4ee63ba.png) no-repeat;
  height: 100%;
  background-size: 100%;
}
.fixCentent[data-v-0a2538c0] {
  text-align: center;
}
.paddingTopList[data-v-0a2538c0] {
  padding: 20px 0;
}
.userName[data-v-0a2538c0] {
  width: 5.9rem;
  background: rgba(0, 0, 0, 0.1);
  height: 1rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1rem;
  display: flex;
}
.userName span[data-v-0a2538c0]:nth-child(1) {
  flex: 1;
}
.container[data-v-0a2538c0] {
  position: absolute;
  font-size: 0.3rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 270px;
}
.userName img[data-v-0a2538c0] {
  width: 0.4rem;
  height: 0.4rem;
}
.userName span[data-v-0a2538c0]:nth-child(2) {
  flex: 5;
  overflow: hidden;
}
.userName span:nth-child(2) input[data-v-0a2538c0] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 0.3rem;
}
input[data-v-0a2538c0]:focus {
  outline-color: rgba(0, 0, 0, 0);
}
[data-v-0a2538c0]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.checkBox[data-v-0a2538c0] {
  display: flex;
  margin-bottom: 30px;
}
.checkbox[data-v-0a2538c0] {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.checkboxInp[data-v-0a2538c0] {
  width: 17px;
  height: 17px;
}
.footBtn[data-v-0a2538c0] {
  width: 5.9rem;
  height: 0.94rem;
  background: #2c81ec;
  margin: 0 auto;
  text-align: center;
  line-height: 0.94rem;
  font-size: 0.34rem;
  color: #fff;
}

.headerParent[data-v-17c987b6] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-17c987b6] {
  transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-17c987b6] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-17c987b6] {
  width: 0.4rem;
}
.headerParent[data-v-17c987b6] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-17c987b6] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-17c987b6] {
  flex: 1;
}
#container[data-v-17c987b6] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-17c987b6] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.containerImg[data-v-17c987b6] {
  position: absolute;
  right: 1.64rem;
}
.containerImg img[data-v-17c987b6] {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
.active[data-v-17c987b6] {
  color: #1ab394;
}
.navRelativeText[data-v-17c987b6] {
  font-size: 0.24rem;
}
.containerLeft[data-v-17c987b6] {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
.paddContainer[data-v-17c987b6] {
  padding: 0;
}
.isFixed[data-v-17c987b6] {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.containerChindThreeWidth[data-v-17c987b6] {
  width: 1.68rem !important;
}
.containerChindThree[data-v-17c987b6] {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
.navRelative[data-v-17c987b6] {
  position: relative;
}
.navRelative .navRelativeOne[data-v-17c987b6] {
  position: absolute;
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(-10deg, #26c8af, #45e9ee);
  right: 0;
  border-radius: 50%;
}
.alLeft[data-v-17c987b6] {
  margin-right: 0.2rem;
}
#container[data-v-17c987b6] {
  margin-top: 1.1rem;
  -webkit-overflow-scrolling: touch;
}
.bgContainer[data-v-17c987b6] {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
.bgContainerFFF[data-v-17c987b6] {
  overflow: hidden;
  background: #fff;
}
.containerChindThreeLeft img[data-v-17c987b6] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}
.containerChindThreeTop[data-v-17c987b6] {
  display: inline-block;
}
.containerChindThreeLeft[data-v-17c987b6] {
  padding: 0 0.2rem;
  width: 1.28rem;
  font-size: 0.24rem;
  color: #1ab394;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 14px;
  border: 1px solid #1ab394;
}
.containerChindThreeLeftHui[data-v-17c987b6] {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
.containerChindThree[data-v-17c987b6] {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.containerChindTwo p[data-v-17c987b6]:nth-child(1) {
  margin-top: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  min-height: 0.5rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
  color: #333;
}
.containerChindTwo p[data-v-17c987b6]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.containerFLeft[data-v-17c987b6] {
  float: left;
  color: #666666;
}
.containerFRight[data-v-17c987b6] {
  float: right;
  color: #e50101;
}
.containerChind[data-v-17c987b6] {
  flex: 1;
  margin-top: 0.3rem;
}
.containerChind img[data-v-17c987b6] {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
.containerChindTwo[data-v-17c987b6] {
  padding-left: 0.24rem;
  flex: 5;
}
.stateOfWorkLeft[data-v-17c987b6] {
  color: #555;
  margin-left: -0.1rem;
}
.stateOfWork[data-v-17c987b6] {
  padding: 0 0.22rem;
  display: flex;
  font-size: 0.24rem;
  margin-top: 0.66rem;
  text-align: center;
  margin-bottom: 0.38rem;
}
.stateOfWork img[data-v-17c987b6] {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkChild[data-v-17c987b6] {
  flex: 1;
}
.homePage[data-v-17c987b6] {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.homeBg[data-v-17c987b6] {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
.navTab[data-v-17c987b6] {
  position: fixed;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
.navTab[data-v-17c987b6] {
  display: flex;
}
.navTabChild[data-v-17c987b6] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-17c987b6] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-17c987b6] {
  position: fixed;
  color: #26c8af;
  height: 1rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.sexBlue[data-v-17c987b6] {
  background: cornflowerblue;
}
.sexRed[data-v-17c987b6] {
  background: red;
}
.headPor[data-v-17c987b6] {
  position: relative;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 3;
}
.headPor img[data-v-17c987b6] {
  width: 1.4rem;
  height: 1.4rem;
}
.headContainer[data-v-17c987b6] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.6rem;
  z-index: 2;
}
.headContainerChild[data-v-17c987b6] {
  background: #fff;
  border-radius: 5px;
  top: 0.84rem;
  width: 100%;
  height: 3.28rem;
  box-shadow: 0 0 20px #24aa8d;
  -moz-box-shadow: 0 0 20px #24aa8d;
  -webkit-box-shadow: 0 0 20px #24aa8d;
  overflow: hidden;
}
.headerName[data-v-17c987b6] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
}
.headerInspect[data-v-17c987b6] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.36rem;
}
.hederBtn[data-v-17c987b6] {
  padding: 0 0.4rem;
}
.hederBtn button[data-v-17c987b6] {
  width: 100%;
  border-radius: 5px;
  height: 0.74rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}





























.headerParent[data-v-3caba3b0] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-3caba3b0] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-3caba3b0] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-3caba3b0] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-3caba3b0] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-3caba3b0] {
  flex: 6;
  /* margin-left: -1.2rem; */
}
.headerLeft[data-v-3caba3b0] {
  flex: 1;
}
#container[data-v-3caba3b0] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-3caba3b0] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mint-button--primary[data-v-3caba3b0],
.btnLeftWidth[data-v-3caba3b0] {
  background: #1ab394 !important;
}
.headerContainer[data-v-3caba3b0] {
  width: 100%;
  background: #f4fffc;
  padding: 0 0.22rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
}
.headerContainer img[data-v-3caba3b0] {
  width: 0.28rem;
  height: 0.28rem;
}
.headerContainer span[data-v-3caba3b0] {
  color: #666666;
  vertical-align: middle;
  font-size: 0.28rem;
  padding-left: 0.1rem;
}
.containerHis[data-v-3caba3b0] {
  padding: 0.2rem 0.28rem;
  background: #fff;
}
.footer[data-v-3caba3b0] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-3caba3b0] {
  width: 100%;
}
.footer .mint-button--normal[data-v-3caba3b0] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
  margin-left: 0.1rem !important;
}
.footer .mint-button--normal[data-v-3caba3b0]:nth-child(1) {
  margin-left: 0 !important;
}
.containerP[data-v-3caba3b0] {
  display: flex;
  /*margin-bottom: .11rem;*/
  line-height: 0.6rem;
}
.containerP p[data-v-3caba3b0]:nth-child(1) {
  flex: 3;
  font-size: 0.28rem;
  color: #7f8080;
}
.containerP p[data-v-3caba3b0]:nth-child(2) {
  flex: 11;
  font-size: 0.28rem;
  color: #323333;
  word-break: break-all;
}
ul[data-v-3caba3b0] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-3caba3b0] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-3caba3b0] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-3caba3b0] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-3caba3b0] {
  width: 0.5rem;
}
ul li .title .mark[data-v-3caba3b0] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-3caba3b0] {
  background: #95ce41 !important;
}
ul li .content[data-v-3caba3b0] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-3caba3b0] {
  font-weight: bold;
}
.title p[data-v-3caba3b0],
.title h3[data-v-3caba3b0] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-3caba3b0] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-3caba3b0] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-3caba3b0] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}

.redClas[data-v-3caba3b0] {
  color: red !important;
}

.voice-box {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.voice-box .play-btn {
  display: inline-block;
  width: 10%;
}
.voice-box .play-btn img {
  width: 0.61rem;
}
.voice-box .time {
  width: 13%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .timep {
  width: 12%;
  font-size: 0.32rem;
  color: #999999;
  display: inline-block;
}
.voice-box .slider-box {
  width: 37%;
  display: inline-block;
  margin: 0 0.3rem;
}
.voice-box .slider {
  width: 100%;
  position: relative;
  top: -0.05rem;
  height: 0.24rem;
  cursor: default;
  user-select: none;
  outline: none;
}
.voice-box .slider-track {
  position: absolute;
  height: 0.1rem;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.01rem;
  background-color: #999999;
}
.voice-box .slider-fill {
  position: absolute;
  width: 0.2rem;
  height: 0.1rem;
  background-color: #e0e0e0;
  left: 0;
  top: 50%;
  margin-top: -0.01rem;
}
.voice-box .slider-thumb {
  position: absolute;
  top: 70%;
  width: 0.42rem;
  left: 20%;
  z-index: 99;
  height: 0.42rem;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 0.02rem 0.06rem #000, 0 0 0.01rem #000, 0 0 0.01rem #000;
}

#changeShiftsHis {
  background: #f6f6f6;
  height: 100%;
}
#changeShiftsHis .cont {
  padding-top: 40px;
  overflow: scroll;
}
#changeShiftsHis .cont ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#changeShiftsHis .cont ul li {
  position: relative;
  margin-top: 10px;
}
#changeShiftsHis .cont ul li .wrap {
  position: relative;
  width: 100%;
}
#changeShiftsHis .cont ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#changeShiftsHis .cont .audioImg img {
  width: 0.5rem;
}
#changeShiftsHis .cont ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#changeShiftsHis .cont .active {
  background: #95ce41 !important;
}
#changeShiftsHis .cont ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#changeShiftsHis .cont .title h3 {
  font-weight: bold;
}
#changeShiftsHis .cont .title p,
#changeShiftsHis .cont .title h3 {
  padding: 0 0 0 0.2rem;
}
#changeShiftsHis .cont ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#changeShiftsHis .cont ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}

#returnVisitHis {
  background: #f6f6f6;
  height: 100%;
}
#returnVisitHis .cont {
  padding-top: 40px;
  overflow: scroll;
}
#returnVisitHis .cont ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#returnVisitHis .cont ul li {
  position: relative;
  margin-top: 10px;
}
#returnVisitHis .cont ul li .wrap {
  position: relative;
  width: 100%;
}
#returnVisitHis .cont ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#returnVisitHis .cont .audioImg img {
  width: 0.5rem;
}
#returnVisitHis .cont ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#returnVisitHis .cont .active {
  background: #95ce41 !important;
}
#returnVisitHis .cont ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#returnVisitHis .cont .title h3 {
  font-weight: bold;
}
#returnVisitHis .cont .title p,
#returnVisitHis .cont .title h3 {
  padding: 0 0 0 0.2rem;
}
#returnVisitHis .cont ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#returnVisitHis .cont ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}

.mint-button--primary[data-v-5af87506],
.btnLeftWidth[data-v-5af87506] {
  background: #1ab394 !important;
}
.headerContainer[data-v-5af87506] {
  width: 100%;
  background: #f4fffc;
  padding: 0 0.22rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
}
.headerContainer img[data-v-5af87506] {
  width: 0.28rem;
  height: 0.28rem;
}
.headerContainer span[data-v-5af87506] {
  color: #666666;
  vertical-align: middle;
  font-size: 0.28rem;
  padding-left: 0.1rem;
}
.containerHis[data-v-5af87506] {
  padding: 0.2rem 0.28rem;
  background: #fff;
}
.footer[data-v-5af87506] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-5af87506] {
  width: 100%;
}
.footer .mint-button--normal[data-v-5af87506] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
  margin-left: 0.1rem !important;
}
.footer .mint-button--normal[data-v-5af87506]:nth-child(1) {
  margin-left: 0 !important;
}
.containerP[data-v-5af87506] {
  display: flex;
  /*margin-bottom: .11rem;*/
  line-height: 0.6rem;
}
.containerP p[data-v-5af87506]:nth-child(1) {
  flex: 3;
  font-size: 0.28rem;
  color: #7f8080;
}
.containerP p[data-v-5af87506]:nth-child(2) {
  flex: 11;
  font-size: 0.28rem;
  color: #323333;
  word-break: break-all;
}
ul[data-v-5af87506] {
  position: relative;
  width: 87%;
  background: #fff;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-5af87506] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-5af87506] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-5af87506] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-5af87506] {
  width: 0.5rem;
}
ul li .title .mark[data-v-5af87506] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-5af87506] {
  background: #95ce41 !important;
}
ul li .content[data-v-5af87506] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-5af87506] {
  font-weight: bold;
}
.title p[data-v-5af87506],
.title h3[data-v-5af87506] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-5af87506] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-5af87506] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-5af87506] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}

.homeBgNo[data-v-7b79cba2] {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
.headContainerNo[data-v-7b79cba2] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
}
.headContainerChildNo[data-v-7b79cba2] {
  background: #fff;
  border-radius: 5px;
  top: 0.84rem;
  width: 100%;
  height: 2.76rem;
  box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  -moz-box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  overflow: hidden;
}
.headerNameNo[data-v-7b79cba2] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.76rem;
  margin-bottom: 0.2rem;
}
.hederBtnNo[data-v-7b79cba2] {
  padding: 0 0.4rem;
}
.hederBtnNo button[data-v-7b79cba2] {
  width: 100%;
  border-radius: 5px;
  height: 0.74rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}
.headerInspectNo[data-v-7b79cba2] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.headPorNo[data-v-7b79cba2] {
  position: relative;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 3;
}
.headPorNo img[data-v-7b79cba2] {
  width: 1.4rem;
  height: 1.4rem;
}
.headerParent[data-v-7b79cba2] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-7b79cba2] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-7b79cba2] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-7b79cba2] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-7b79cba2] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-7b79cba2] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-7b79cba2] {
  flex: 1;
}
#container[data-v-7b79cba2] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-7b79cba2] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.demandColorListColor[data-v-7b79cba2] {
  color: #23c6c8 !important;
}
.demandColorBg button[data-v-7b79cba2] {
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
}
.demandContColorTwo[data-v-7b79cba2] {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  left: 12%;
  top: 0.2rem;
  border-radius: 50%;
  background: #f55152;
  color: #fff;
  font-size: 0.24rem;
}
.demandContColor[data-v-7b79cba2] {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  position: absolute;
  right: 25%;
  top: 0.25rem;
  border-radius: 50%;
  background: #f55152;
  color: #fff;
  font-size: 0.24rem;
}
.demandColor[data-v-7b79cba2] {
  color: #f8901e !important;
}
.nodemandColor[data-v-7b79cba2] {
  color: #666666 !important;
}
.demandTitle[data-v-7b79cba2] {
  display: flex;
  padding: 0 0.4rem;
}
.demandTitle div[data-v-7b79cba2] {
  flex: 1;
  font-size: 0.36rem;
  text-align: center;
  padding: 0.42rem 0 0.46rem 0;
  margin: 0 auto;
  color: #666666;
}
.demandTitle img[data-v-7b79cba2] {
  padding-bottom: 0.2rem;
}
.headContainerChildTitle[data-v-7b79cba2] {
  padding: 0.44rem 0.18rem 0.26rem 0;
  color: #fff;
}
.headContainerChildTitle p[data-v-7b79cba2]:nth-child(1) {
  font-size: 0.36rem;
}
.headContainerChildTitle p[data-v-7b79cba2]:nth-child(2) {
  font-size: 0.3rem;
  margin-top: 0.06rem;
}
.headContainerChildTitle p:nth-child(2) span[data-v-7b79cba2] {
  margin-left: 0.1rem;
}
.headParentD[data-v-7b79cba2] {
  display: flex;
  position: relative;
  z-index: 5;
}
.containerImg[data-v-7b79cba2] {
  position: absolute;
  right: 1.64rem;
}
.containerImg[data-v-7b79cba2] {
  position: absolute;
  right: 1.64rem;
}
.containerImg img[data-v-7b79cba2] {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
.active[data-v-7b79cba2] {
  color: #1ab394;
}
.navRelativeText[data-v-7b79cba2] {
  font-size: 0.24rem;
}
.containerLeft[data-v-7b79cba2] {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
.paddContainer[data-v-7b79cba2] {
  padding: 0 !important;
}
.isFixed[data-v-7b79cba2] {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.containerChindThreeWidth[data-v-7b79cba2] {
  width: 1.68rem !important;
}
.containerChindThree[data-v-7b79cba2] {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
.navRelative[data-v-7b79cba2] {
  position: relative;
}
.navRelative .navRelativeOne[data-v-7b79cba2] {
  position: absolute;
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(-10deg, #26c8af, #45e9ee);
  right: 0;
  border-radius: 50%;
}
.alLeft[data-v-7b79cba2] {
  margin-right: 0.2rem;
}
#container[data-v-7b79cba2] {
  margin-top: 1.26rem;
  /* margin-top: 0.26rem; */
  -webkit-overflow-scrolling: touch;
}
#containerTwo[data-v-7b79cba2] {
  margin-top: 1.26rem;
  /* margin-top: 0.26rem; */
  -webkit-overflow-scrolling: touch;
}
.bgContainer[data-v-7b79cba2] {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
.bgContainerFFF[data-v-7b79cba2] {
  overflow: hidden;
  background: #fff;
}
.containerChindThreeLeft img[data-v-7b79cba2] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
  /*padding-right: .05rem;*/
}
.containerChindThreeLeftTwo img[data-v-7b79cba2] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}
.containerChindThreeTop[data-v-7b79cba2] {
  /*margin-top: .02rem;*/
  display: inline-block;
}
/*.manyidu{
			width: .74rem!important;
	}*/
.containerChindThreeLeftTwo[data-v-7b79cba2] {
  padding: 0 0.2rem;
  width: 1.28rem;
  font-size: 0.24rem;
  /*color: #1AB394;*/
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 14px;
  border: 1px solid #f8901e;
}
.containerChindThreeLeft[data-v-7b79cba2] {
  /*width: .84rem;*/
  padding: 0 0.2rem;
  width: 1.28rem;
  font-size: 0.24rem;
  color: #1ab394;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 14px;
  border: 1px solid #1ab394;
}
.containerChindThreeLeftHui[data-v-7b79cba2] {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
.containerChindThree[data-v-7b79cba2] {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.containerChindTwo p[data-v-7b79cba2]:nth-child(1) {
  margin-top: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  min-height: 0.5rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
  color: #333;
}
.containerChindTwo p[data-v-7b79cba2]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.containerFLeft[data-v-7b79cba2] {
  float: left;
  color: #666666;
}
.containerFRight[data-v-7b79cba2] {
  float: right;
  color: #e50101;
}
.containerChind[data-v-7b79cba2] {
  flex: 1;
  margin-top: 0.3rem;
}
.containerChind img[data-v-7b79cba2] {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
.containerChindTwo[data-v-7b79cba2] {
  padding-left: 0.24rem;
  flex: 5;
}
.stateOfWorkLeft[data-v-7b79cba2] {
  color: #555;
  margin-left: -0.1rem;
}
.stateOfWork[data-v-7b79cba2] {
  padding: 0 0.22rem;
  display: flex;
  font-size: 0.24rem;
  margin-top: 0.66rem;
  text-align: center;
  margin-bottom: 0.38rem;
}
.stateOfWork img[data-v-7b79cba2] {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkChild[data-v-7b79cba2] {
  flex: 1;
}
.homePage[data-v-7b79cba2] {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.baoXiuColor[data-v-7b79cba2] {
  background: #22d7bb;
}
.demandColorTwo[data-v-7b79cba2] {
  background: #ed9f49;
}
.homeBg[data-v-7b79cba2] {
  position: absolute;
  width: 100%;
  height: 2.56rem;
  border-radius: 0 0 0.4rem 0.4rem;
  z-index: 1;
}
.navTab[data-v-7b79cba2] {
  position: absolute;
  /*top: .48rem;*/
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
.navTab[data-v-7b79cba2] {
  display: flex;
}
.navTabChild[data-v-7b79cba2] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabChildTwo[data-v-7b79cba2] {
  flex: 1;
  /*color: #F8901E;*/
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-7b79cba2] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-7b79cba2] {
  /*position: fixed;*/
  position: absolute;
  color: #26c8af;
  height: 1rem;
  /*top: .45rem;*/
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.menubgTwo[data-v-7b79cba2] {
  /*position: fixed;*/
  position: absolute;
  color: #f8901e;
  height: 1rem;
  /*top: .45rem;*/
  z-index: 5;
  width: 1rem;
  transition: all 0.4s;
  border-bottom: 2px solid #f8901e;
}
.sexBlue[data-v-7b79cba2] {
  background: cornflowerblue;
}
.sexRed[data-v-7b79cba2] {
  background: red;
}
.headPor[data-v-7b79cba2] {
  position: relative;
  /*top: .3rem;*/
  padding: 0.44rem 0.18rem 0.26rem 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  overflow: hidden;
  /*margin: 0 auto;*/
  border-radius: 50%;
  z-index: 3;
}
.headPor img[data-v-7b79cba2] {
  width: 0.7rem;
  border-radius: 50%;
  height: 0.7rem;
}
.headContainer[data-v-7b79cba2] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
}
.headContainerChild[data-v-7b79cba2] {
  background: #fff;
  border-radius: 5px;
  top: 0.84rem;
  width: 100%;
  height: 2.76rem;
  box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  -moz-box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(36, 170, 141, 0.2);
  overflow: hidden;
}
.headerName[data-v-7b79cba2] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.76rem;
  margin-bottom: 0.2rem;
}
.headerInspect[data-v-7b79cba2] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.hederBtn[data-v-7b79cba2] {
  padding: 0 0.4rem;
}
.hederBtn button[data-v-7b79cba2] {
  width: 100%;
  border-radius: 5px;
  height: 0.74rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}
.demandList[data-v-7b79cba2] {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
.demandList .pinlun[data-v-7b79cba2] {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .pinlun img[data-v-7b79cba2] {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
.demandList .person[data-v-7b79cba2] {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.21rem;
}
.demandList .person img[data-v-7b79cba2] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.demandList .person .time[data-v-7b79cba2] {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .laizi[data-v-7b79cba2] {
  padding-bottom: 0.2rem;
  color: #8a8a8a;
  font-size: 0.28rem;
}
.demandList .titile[data-v-7b79cba2] {
  color: rgb(56, 49, 49);
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
.demandList .dengji[data-v-7b79cba2] {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
.demandList .quanzhong .zhongyao[data-v-7b79cba2] {
  transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.demandList .idea[data-v-7b79cba2] {
  padding: 0.05rem 0.18rem;
  float: right;
  border: 1px solid;
  border-radius: 4px;
}
.demandList .custome-idea[data-v-7b79cba2] {
  margin-right: 0.1rem;
  max-width: 1.15rem;
  overflow: hidden;
  white-space: nowrap;
}

.headerParent[data-v-7055f427] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-7055f427] {
  transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-7055f427] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-7055f427] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-7055f427] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-7055f427] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-7055f427] {
  flex: 1;
}
#container[data-v-7055f427] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-7055f427] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-7055f427] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-7055f427] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-7055f427] {
  /*padding: .2rem 0;*/
  margin-top: 1rem;
  /*background: #F6F6F6;*/
}
.contFlex[data-v-7055f427] {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-7055f427] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-7055f427] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-7055f427] {
  width: 19.35%;
  /*flex: 1;*/
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}
.menubg[data-v-7055f427] {
  position: fixed;
  color: #26c8af;
  height: 46px;
  top: 0.7rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.active[data-v-7055f427] {
  color: #26c8af;
  transition: border-bottom 2s;
}
.footer[data-v-7055f427] {
  position: absolute;
  bottom: 0;
}
.header[data-v-7055f427] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-7055f427] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.88rem;
  background: #fff;
}
.navTab[data-v-7055f427] {
  display: flex;
}
.navTabChild[data-v-7055f427] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-7055f427] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-89c84010] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-89c84010] {
  transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-89c84010] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-89c84010] {
  width: 0.4rem;
}
.headerParent[data-v-89c84010] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-89c84010] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-89c84010] {
  flex: 1;
}
#container[data-v-89c84010] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-89c84010] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-89c84010] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-89c84010] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-89c84010] {
  margin-top: 1rem;
}
.contFlex[data-v-89c84010] {
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-89c84010] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-89c84010] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
}
.contFlex div[data-v-89c84010] {
  width: 19.35%;
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
}

.headerParent[data-v-3087c4c0] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-3087c4c0] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-3087c4c0] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-3087c4c0] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-3087c4c0] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-3087c4c0] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-3087c4c0] {
  flex: 1;
}
#container[data-v-3087c4c0] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-3087c4c0] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.header[data-v-3087c4c0] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.contFlex[data-v-3087c4c0] {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-3087c4c0] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-3087c4c0] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-3087c4c0] {
  width: 19.35%;
  /*flex: 1;*/
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}

.headerParent[data-v-eef383f0] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-eef383f0] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-eef383f0] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-eef383f0] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-eef383f0] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-eef383f0] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-eef383f0] {
  flex: 1;
}
#container[data-v-eef383f0] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-eef383f0] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.active[data-v-eef383f0] {
  color: #1ab394 !important;
}
.container[data-v-eef383f0] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  background: #fff;
  width: 100%;
}
#container[data-v-eef383f0] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 100%;
}
.serverType[data-v-eef383f0] {
  min-height: 100%;
  background: #f6f6f6;
}
.containerBorder[data-v-eef383f0] {
  border-radius: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
  background: #fff;
}
.footer[data-v-eef383f0] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-eef383f0] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.containerInp[data-v-eef383f0] {
  padding-left: 0.2rem;
}
.ListBorder[data-v-eef383f0] {
  border-bottom: 1px solid #eee;
  /* height: 38px; */
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-eef383f0]:first-child {
  border-top: 1px solid #eee;
}

.headerParent[data-v-5c7f78e4] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-5c7f78e4] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-5c7f78e4] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-5c7f78e4] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-5c7f78e4] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-5c7f78e4] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-5c7f78e4] {
  flex: 1;
}
#container[data-v-5c7f78e4] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-5c7f78e4] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.headerPS[data-v-5c7f78e4] {
  position: absolute;
  top: 0;
}
.active[data-v-5c7f78e4] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-5c7f78e4] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-5c7f78e4] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-5c7f78e4]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-5c7f78e4] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-5c7f78e4]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-5c7f78e4] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-5c7f78e4]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-5c7f78e4]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-5c7f78e4]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-5c7f78e4]:nth-child(1) {
  text-align: right;
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.84rem;
}
.audioListParent div:nth-child(5) p:nth-child(1) img[data-v-5c7f78e4],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-5c7f78e4] {
  width: 0.48rem;
  margin-top: 0.14rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.56rem;
}
.audioListParent div:nth-child(6) p[data-v-5c7f78e4]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-5c7f78e4] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-5c7f78e4] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-5c7f78e4] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-5c7f78e4] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-5c7f78e4] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  margin-bottom: 5px;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-5c7f78e4]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-5c7f78e4]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-5c7f78e4] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-5c7f78e4] {
  height: 1.32rem;
  background: #fff;
}
.shengao_zichan[data-v-5c7f78e4] {
  display: flex;
  height: 0.72rem;
  border-bottom: 1px solid #ededed;
  line-height: 0.72rem;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
}
.shengao_zichan img[data-v-5c7f78e4] {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.15rem;
}
.shengao_zichan div[data-v-5c7f78e4] {
  flex: 1;
  font-size: 0.3rem;
}
.shengao_zichan .zichanText[data-v-5c7f78e4] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  padding-left: 0.2rem;
}
.shengao_zichan .zichanRight[data-v-5c7f78e4] {
  text-align: right;
  color: #9d9d9d;
}
.shengao[data-v-5c7f78e4] {
  height: 0.72rem;
  width: 100%;
  display: flex;
  line-height: 0.72rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.28rem;
}
.shengao span[data-v-5c7f78e4]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-5c7f78e4]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-5c7f78e4]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-5c7f78e4] {
  width: 0.4rem;
}
.inp[data-v-5c7f78e4] {
  width: 100%;
}
.container[data-v-5c7f78e4] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-5c7f78e4] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-5c7f78e4],
.containerTupian[data-v-5c7f78e4] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.18rem;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin-bottom: 0.18rem;
  float: left;
}
.containerLuyin img[data-v-5c7f78e4] {
  width: 0.46rem;
  height: 0.46rem;
  padding: 0.3rem 0.5rem 0.18rem 0.54rem;
  text-align: center;
  margin: 0 auto;
}
.containerTupian img[data-v-5c7f78e4] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-5c7f78e4] {
  position: absolute;
  background: #ffffff;
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-5c7f78e4] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}

.popAssertSearch{
  background: #fff;
  height: 2rem;
  padding: .2rem;
}
.popAssertSearch .inputP{
  display: flex;
  height: .8rem;
  padding: 0 .2rem .3rem .2rem;
}
.popAssertSearch .inputP>.searchBtn{
  width: .8rem;
  background: #fff;
  color: #b8bbbf;
  text-align: center;
  border-radius: .06rem;
  border: .01rem solid #b8bbbf;
}
.popAssertSearch .inputP>input{
  flex: 1;
  line-height: .8rem;
  border-bottom: .01rem solid #ddd;
  border-radius: .04rem;
  margin-right: .2rem;
  font-size: .32rem;
}
.popAssertSearch .popBtn{
  height: .8rem;
  width: calc(100% - .4rem);
  margin-left: .2rem;
  background: #1AB394;
  color: #fff;
}

.headerParent[data-v-ac556a3c] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-ac556a3c] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-ac556a3c] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-ac556a3c] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-ac556a3c] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-ac556a3c] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-ac556a3c] {
  flex: 1;
}
#container[data-v-ac556a3c] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-ac556a3c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.footer[data-v-ac556a3c] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-ac556a3c] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.inpMargin[data-v-ac556a3c] {
  margin-top: 0.2rem;
}
.inspectParentChild[data-v-ac556a3c] {
  margin-bottom: 0.2rem;
}
.inspectParentChild img[data-v-ac556a3c] {
  width: 0.32rem;
}
.inspectParentText[data-v-ac556a3c] {
  vertical-align: middle;
  font-size: 0.28rem;
}
.inspectParent[data-v-ac556a3c] {
  height: 0.8rem;
  line-height: 0.8rem;
}
.inspectParentTextPar[data-v-ac556a3c] {
  font-size: 0.32rem;
}
.inspctList span[data-v-ac556a3c] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-ac556a3c]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-ac556a3c]:nth-child(2) {
  font-size: 0.32rem;
  color: #333;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.inspect[data-v-ac556a3c] {
  padding: 0 0.2rem 0 0.26rem;
}
.bgContent[data-v-ac556a3c] {
  height: 0.16rem;
  background: #f6f6f6;
  width: 100%;
}
.inspectParent[data-v-ac556a3c] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.content[data-v-ac556a3c] {
  padding: 0 0.26rem;
}
.content textarea[data-v-ac556a3c] {
  height: 2.68rem;
  font-size: 0.28rem;
  color: #999;
  width: 100%;
  padding: 0.1rem;
}
.audioContent[data-v-ac556a3c] {
  background: #f6f6f6;
}
.childAudio[data-v-ac556a3c] {
  padding: 0 0.26rem;
  background: #fff;
}

.headerParent[data-v-649f0c81] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-649f0c81] {
  transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-649f0c81] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-649f0c81] {
  width: 0.4rem;
}
.headerParent[data-v-649f0c81] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-649f0c81] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-649f0c81] {
  flex: 1;
}
#container[data-v-649f0c81] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-649f0c81] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.footer[data-v-649f0c81] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-649f0c81] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.inpMargin[data-v-649f0c81] {
  margin-top: 0.2rem;
}
.inspectParentChild[data-v-649f0c81] {
  margin-bottom: 0.2rem;
}
.inspectParentChild img[data-v-649f0c81] {
  width: 0.32rem;
}
.inspectParentText[data-v-649f0c81] {
  vertical-align: middle;
  font-size: 0.28rem;
}
.inspectParent[data-v-649f0c81] {
  height: 0.8rem;
  line-height: 0.8rem;
}
.inspectParentTextPar[data-v-649f0c81] {
  font-size: 0.32rem;
}
.inspctList span[data-v-649f0c81] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-649f0c81]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-649f0c81]:nth-child(2) {
  font-size: 0.32rem;
  color: #333;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.inspect[data-v-649f0c81] {
  padding: 0 0.2rem 0 0.26rem;
}
.bgContent[data-v-649f0c81] {
  height: 0.16rem;
  background: #f6f6f6;
  width: 100%;
}
.inspectParent[data-v-649f0c81] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.content[data-v-649f0c81] {
  padding: 0 0.26rem;
}
.content textarea[data-v-649f0c81] {
  height: 2.68rem;
  font-size: 0.28rem;
  color: #999;
  width: 100%;
  padding: 0.1rem;
}
.audioContent[data-v-649f0c81] {
  background: #f6f6f6;
}
.childAudio[data-v-649f0c81] {
  padding: 0 0.26rem;
  background: #fff;
}

.Reasonrejection[data-v-2abb99d4] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.22rem;
}
.Reasonrejection .header[data-v-2abb99d4] {
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  width: 100%;
  position: fixed;
  font-size: 0.3rem;
  text-align: center;
  transform: translateZ(0);
}
.cont textarea[data-v-2abb99d4] {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.32rem;
  padding: 0 0.2rem;
  height: 5rem;
  border: 1px solid #ddd;
}
.cont[data-v-2abb99d4] {
  margin-top: 45px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  position: relative;
  background: #fff;
  top: -0.15rem;
  padding-top: 0.2rem;
}
.bot-button[data-v-2abb99d4] {
  position: fixed;
  border-top: 1px solid #eee;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.button-text[data-v-2abb99d4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}

.headerParent[data-v-194ac0af] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-194ac0af] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-194ac0af] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-194ac0af] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-194ac0af] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-194ac0af] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-194ac0af] {
  flex: 1;
}
#container[data-v-194ac0af] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-194ac0af] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.active[data-v-194ac0af] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-194ac0af] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-194ac0af] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-194ac0af]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-194ac0af] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-194ac0af]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-194ac0af] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-194ac0af]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-194ac0af]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-194ac0af]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-194ac0af]:nth-child(1) {
  text-align: right;
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.84rem;
}
.audioListParent div:nth-child(5) p:nth-child(1) img[data-v-194ac0af],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-194ac0af] {
  width: 0.48rem;
  margin-top: 0.14rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.56rem;
}
.audioListParent div:nth-child(6) p[data-v-194ac0af]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-194ac0af] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-194ac0af] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-194ac0af] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-194ac0af] {
  padding: 0.08rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-194ac0af] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-194ac0af]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-194ac0af]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-194ac0af] {
  background: #f6f6f6;
  padding: 0.16rem 0 0 0;
}
.audioArrayList[data-v-194ac0af] {
  height: 1.32rem;
  background: #fff;
}
.shengao[data-v-194ac0af] {
  height: 0.72rem;
  width: 100%;
  display: flex;
  line-height: 0.72rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.28rem;
}
.shengao span[data-v-194ac0af]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 1;
}
.shengao span[data-v-194ac0af]:nth-child(2) {
  flex: 4;
}
.inp[data-v-194ac0af] {
  width: 100%;
}
.container[data-v-194ac0af] {
  height: 2.74rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-194ac0af] {
  width: 100%;
  height: 1.18rem;
}
.containerLuyin[data-v-194ac0af],
.containerTupian[data-v-194ac0af] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.18rem;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin-bottom: 0.18rem;
  float: left;
}
.containerLuyin img[data-v-194ac0af] {
  width: 0.46rem;
  height: 0.46rem;
  padding: 0.3rem 0.5rem 0.18rem 0.54rem;
  text-align: center;
  margin: 0 auto;
}
.containerTupian img[data-v-194ac0af] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.5rem 0.18rem 0.58rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-194ac0af] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-194ac0af] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}























.erParent[data-v-93696320]{
		padding: 1.36rem .64rem .0rem .64rem;
}
.textFont[data-v-93696320]{
	 font-size: .38rem;
	 color: #333333;
	     font-weight: 600;
    line-height: .5rem;
}
.erTwo[data-v-93696320]{
		padding: .6rem 0 .44rem 0;
		text-align: center;
}
.erTwo img[data-v-93696320]{
		width: .48rem;
		height: .52rem;
}
.erImg[data-v-93696320]{
		width: 4.8rem;
	    height: 4.8rem;
	    border-radius: .04rem;
	    padding: .2rem;
	    border:1px solid #1AB394;
	    text-align: center;
	    margin: 0 auto;
}
.erImg img[data-v-93696320]{
		width: 100%;
		height: 100%;
}
.topText[data-v-93696320]{
		margin-top:1rem;
}
.topText p:nth-child(1) img[data-v-93696320]{
		width: .32rem;
		height: .32rem;
}
.topText p[data-v-93696320]:nth-child(2){
		font-size: .32rem;
		color: #333;
		line-height: .4rem;
}

#contnent-img {
  min-height: 13.5rem;
}

.imgBage[data-v-538152de] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.mint-swipe-items-wrap > div.is-active[data-v-538152de] {
  overflow: auto;
}

.headerParent[data-v-25c66c06]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-25c66c06] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-25c66c06]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-25c66c06] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-25c66c06] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-25c66c06] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-25c66c06] {
	flex: 1;
}
#container[data-v-25c66c06] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-25c66c06] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.iframeList iframe[data-v-25c66c06] {
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		border: none;
}

.headerParent[data-v-7bd42eaf] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-7bd42eaf] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-7bd42eaf] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-7bd42eaf] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-7bd42eaf] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-7bd42eaf] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-7bd42eaf] {
  flex: 1;
}
#container[data-v-7bd42eaf] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-7bd42eaf] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.demandColor[data-v-7bd42eaf] {
  color: #1ab394 !important;
}
.nodemandColor[data-v-7bd42eaf] {
  color: #666666 !important;
}
.demandList[data-v-7bd42eaf] {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
.demandList .pinlun[data-v-7bd42eaf] {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .pinlun img[data-v-7bd42eaf] {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
.demandList .person[data-v-7bd42eaf] {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.21rem;
}
.demandList .person img[data-v-7bd42eaf] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.demandList .person .time[data-v-7bd42eaf] {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .laizi[data-v-7bd42eaf] {
  padding-bottom: 0.2rem;
  color: #8a8a8a;
  font-size: 0.28rem;
}
.demandList .titile[data-v-7bd42eaf] {
  color: rgb(56, 49, 49);
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
.demandList .dengji[data-v-7bd42eaf] {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
.demandList .quanzhong .zhongyao[data-v-7bd42eaf] {
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.demandList .yijian[data-v-7bd42eaf] {
  padding: 0.05rem 0.18rem;
  float: right;
  border: 1px solid;
  border-radius: 4px;
}
.containerImg[data-v-7bd42eaf] {
  position: absolute;
  right: 1.64rem;
}
.containerImg img[data-v-7bd42eaf] {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
.active[data-v-7bd42eaf] {
  color: #1ab394;
}
.navRelativeText[data-v-7bd42eaf] {
  font-size: 0.24rem;
}
.containerLeft[data-v-7bd42eaf] {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
.paddContainer[data-v-7bd42eaf] {
  padding: 0;
}
.isFixed[data-v-7bd42eaf] {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.containerChindThreeWidth[data-v-7bd42eaf] {
  width: 1.68rem !important;
}
.containerChindThree[data-v-7bd42eaf] {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
.navRelative[data-v-7bd42eaf] {
  position: relative;
}
.navRelative .navRelativeOne[data-v-7bd42eaf] {
  position: absolute;
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(-10deg, #26c8af, #45e9ee);
  right: 0;
  border-radius: 50%;
}
.alLeft[data-v-7bd42eaf] {
  margin-right: 0.2rem;
}
#container[data-v-7bd42eaf] {
  margin-top: 1.1rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.2rem;
  background: #eee;
  box-sizing: border-box;
}
.bgContainer[data-v-7bd42eaf] {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
.bgContainerFFF[data-v-7bd42eaf] {
  overflow: hidden;
  background: #fff;
}
.containerChindThreeLeft img[data-v-7bd42eaf] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
  /*padding-right: .05rem;*/
}
.containerChindThreeTop[data-v-7bd42eaf] {
  /*margin-top: .02rem;*/
  display: inline-block;
}
/*.manyidu{
			width: .74rem!important;
	}*/
.containerChindThreeLeft[data-v-7bd42eaf] {
  /*width: .84rem;*/
  padding: 0 0.2rem;
  width: 1.28rem;
  font-size: 0.24rem;
  color: #1ab394;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 14px;
  border: 1px solid #1ab394;
}
.containerChindThreeLeftHui[data-v-7bd42eaf] {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
.containerChindThree[data-v-7bd42eaf] {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.containerChindTwo p[data-v-7bd42eaf]:nth-child(1) {
  margin-top: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  min-height: 0.5rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.32rem;
  color: #333;
}
.containerChindTwo p[data-v-7bd42eaf]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.containerFLeft[data-v-7bd42eaf] {
  float: left;
  color: #666666;
}
.containerFRight[data-v-7bd42eaf] {
  float: right;
  color: #e50101;
}
.containerChind[data-v-7bd42eaf] {
  flex: 1;
  margin-top: 0.3rem;
}
.containerChind img[data-v-7bd42eaf] {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
.containerChindTwo[data-v-7bd42eaf] {
  padding-left: 0.24rem;
  flex: 5;
}
.stateOfWorkLeft[data-v-7bd42eaf] {
  color: #555;
  margin-left: -0.1rem;
}
.stateOfWork[data-v-7bd42eaf] {
  padding: 0 0.22rem;
  display: flex;
  font-size: 0.24rem;
  margin-top: 0.66rem;
  text-align: center;
  margin-bottom: 0.38rem;
}
.stateOfWork img[data-v-7bd42eaf] {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkChild[data-v-7bd42eaf] {
  flex: 1;
}
.homePage[data-v-7bd42eaf] {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.homeBg[data-v-7bd42eaf] {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
.navTab[data-v-7bd42eaf] {
  /*position: absolute;*/
  position: fixed;
  /*top: .48rem;*/
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
.navTab[data-v-7bd42eaf] {
  display: flex;
}
.navTabChild[data-v-7bd42eaf] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-7bd42eaf] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-7bd42eaf] {
  position: fixed;
  /*position: absolute;*/
  /*color: #26C8AF;*/
  height: 1rem;
  /*top: .45rem;*/
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #f8901e;
}
.sexBlue[data-v-7bd42eaf] {
  background: cornflowerblue;
}
.sexRed[data-v-7bd42eaf] {
  background: red;
}
.headPor[data-v-7bd42eaf] {
  position: relative;
  top: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 3;
}
.headPor img[data-v-7bd42eaf] {
  width: 1.4rem;
  height: 1.4rem;
}
.headContainer[data-v-7bd42eaf] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.6rem;
  z-index: 2;
}
.headContainerChild[data-v-7bd42eaf] {
  background: #fff;
  border-radius: 5px;
  top: 0.84rem;
  width: 100%;
  height: 3.28rem;
  box-shadow: 0 0 20px #24aa8d;
  -moz-box-shadow: 0 0 20px #24aa8d;
  -webkit-box-shadow: 0 0 20px #24aa8d;
  overflow: hidden;
}
.headerName[data-v-7bd42eaf] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
}
.headerInspect[data-v-7bd42eaf] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.36rem;
}
.hederBtn[data-v-7bd42eaf] {
  padding: 0 0.4rem;
}
.hederBtn button[data-v-7bd42eaf] {
  width: 100%;
  border-radius: 5px;
  height: 0.74rem;
  background: linear-gradient(-90deg, #26c8af, #45e9ee);
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}

.headerParent[data-v-4e7a3382]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-4e7a3382] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-4e7a3382]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-4e7a3382] {

	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-4e7a3382] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-4e7a3382] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-4e7a3382] {
	flex: 1;
}
#container[data-v-4e7a3382] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-4e7a3382] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.containerChindThreeLeftTwo img[data-v-4e7a3382] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
}
.containerChindThreeLeftTwo[data-v-4e7a3382] {
		padding: 0 .2rem;
		width: 1.28rem;
		font-size: .24rem;
		/*color: #1AB394;*/
		text-align: center;
		height: .56rem;
		line-height: .56rem;
		border-radius: 14px;
		border: 1px solid #F8901E;
}
.containerChindThreeLeft img[data-v-4e7a3382] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
		/*padding-right: .05rem;*/
}
.containerChindThreeLeft[data-v-4e7a3382] {
		/*width: .84rem;*/
		padding: 0 .2rem;
		width: 1.28rem;
		font-size: .24rem;
		color: #1AB394;
		text-align: center;
		height: .56rem;
		line-height: .56rem;
		border-radius: 14px;
		border: 1px solid #1AB394;
}
.demandListParent[data-v-4e7a3382] {
		padding-bottom: .14rem;
		background: #F6F6F6;
}
.demandList[data-v-4e7a3382]{
	   padding: .19rem .29rem 0 .29rem;
      background: #fff;
      margin-bottom: .26rem;
      border-radius: .1rem;
}
.demandList .pinlun[data-v-4e7a3382]{
    padding: .2rem 0;
          font-size: .28rem;
          color: #8A8A8A;
}
.demandList .pinlun img[data-v-4e7a3382]{
		     width: 0.32rem;
    height: 0.32rem;
    padding-right: 0.06rem;
    vertical-align: middle;
}
.demandList .person[data-v-4e7a3382]{
 		 display: flex;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: .21rem;
}
.demandList .person img[data-v-4e7a3382]{
   width: .32rem;
              height: .32rem;
              border-radius: 50%;
              margin-right: .13rem;
}
.demandList .person .time[data-v-4e7a3382]{
              flex:1;
              text-align: right;
              font-size: .28rem;
              color:#8A8A8A;
}
.demandList .laizi[data-v-4e7a3382]{
              padding-bottom: 0.2rem;
          color: #8A8A8A;
          font-size: .28rem;
}
.demandList .titile[data-v-4e7a3382]{
         color: rgb(56, 49, 49);
         font-size: .34rem;
         margin-bottom: .34rem;
}
.demandList .dengji[data-v-4e7a3382]{
   font-size: .28rem;
         margin-right: .3rem;
}
.demandList .quanzhong .zhongyao[data-v-4e7a3382]{
   			-webkit-transform:rotate(-90deg);
            width: 0.3rem;
            height: 0.3rem;
            margin-right: 0.1rem;
            vertical-align: middle;
}
.demandList .yijian[data-v-4e7a3382]{
         padding: .05rem .18rem;
             float: right;
         border:1px solid;
         border-radius: 4px;
}
.BotButton[data-v-4e7a3382] {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.12rem;
		background: #fff;
		z-index: 4;
}
.button-text[data-v-4e7a3382] {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 6.79rem;
		height: 0.74rem;
		background: linear-gradient(-90deg, #FB921F, #FFC343)!important;
		color: #fff;
		font-size: 0.32rem;
		border-radius: 0.1rem;
}
.demandList .mint-field-clear[data-v-4e7a3382] {
		display: none!important;
}
.searchParent[data-v-4e7a3382] {
		padding: .09rem .08rem .11rem .12rem;
}
.searchInpIcon[data-v-4e7a3382] {
		position: absolute;
		right: 14px;
		top: 10px;
}
.searchInp[data-v-4e7a3382] {
		margin-bottom: 10px;
		height: 35px;
		display: flex;
		overflow: hidden;
		border-radius: 50px;
		line-height: 36px;
		position: relative;
		background: #fff;
}
.searchInp div[data-v-4e7a3382]:nth-child(1) {
		flex: 5;
}
.searchInp div:nth-child(1) input[data-v-4e7a3382] {
		font-size: .28rem;
		color: #333;
		padding: 0 .1rem;
}
input[placeholder][data-v-4e7a3382] {
		color: #999999;
}
.searchInp div[data-v-4e7a3382]:nth-child(2) {
		flex: 1;
}
.searchInp div:nth-child(2) i[data-v-4e7a3382] {
		margin-top: 2px;
}
.demandList-cont[data-v-4e7a3382] {
		flex: 1;
		width: 100%;
		// height: 100%;
		background: #F4F4F4;
		padding: 0 0.15rem;
		box-sizing: border-box;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
}
.demandListTwo[data-v-4e7a3382] {
		//    position: relative;
		position: fixed;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		padding-bottom: 1.2rem;
		box-sizing: border-box;
		overflow: hidden;
}
.header[data-v-4e7a3382] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.navTab[data-v-4e7a3382] {
		position: fixed;
		top: .45rem;
		width: 100%;
		z-index: 3;
		height: .44rem;
		background: #fff;
}
.navTab[data-v-4e7a3382] {
		display: flex;
}
.navTabChild[data-v-4e7a3382] {
		flex: 1;
		height: .46rem;
		line-height: .46rem;
		font-size: .15rem;
		text-align: center;
}
.navTabRight[data-v-4e7a3382] {
		display: inline-block;
		width: 100%;
		height: .23rem;
		line-height: .23rem;
		border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-081d71e5] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-081d71e5] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-081d71e5] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-081d71e5] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-081d71e5] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-081d71e5] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-081d71e5] {
  flex: 1;
}
#container[data-v-081d71e5] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-081d71e5] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-081d71e5] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-081d71e5] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-081d71e5] {
  /*padding: .2rem 0;*/
  /*margin-top: 1rem;*/
  /*background: #F6F6F6;*/
}
.contFlex[data-v-081d71e5] {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-081d71e5] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-081d71e5] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-081d71e5] {
  width: 19.35%;
  /*flex: 1;*/
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}
.menubg[data-v-081d71e5] {
  position: fixed;
  color: #26c8af;
  height: 46px;
  top: 0.7rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.active[data-v-081d71e5] {
  color: #26c8af;
  transition: border-bottom 2s;
}
.footer[data-v-081d71e5] {
  position: absolute;
  bottom: 0;
}
.header[data-v-081d71e5] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-081d71e5] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.88rem;
  background: #fff;
}
.navTab[data-v-081d71e5] {
  display: flex;
}
.navTabChild[data-v-081d71e5] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-081d71e5] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-afeedae0]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-afeedae0] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-afeedae0]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-afeedae0] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-afeedae0] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-afeedae0] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-afeedae0] {
	flex: 1;
}
#container[data-v-afeedae0] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-afeedae0] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-afeedae0] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
#cont[data-v-afeedae0]{
   height: calc(100% - 1rem);
   overflow: auto;
   background: #fff;
}
.contFlex[data-v-afeedae0] {
		/*display: flex;*/
    position: relative;
    z-index: 9;
    /*min-height: 11.3rem;*/
		background: #fff;
		border-bottom: 1px solid #eee;
		display: flex;
		flex-wrap: wrap;
		font-size: .24rem;
		text-align: center;
}
.contFlex img[data-v-afeedae0] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-afeedae0] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-afeedae0] {
		width: 19.35%;
		/*flex: 1;*/
		padding: .14rem .2rem;
		border: 1px solid #eee;
		height: 1.4rem;
		margin: 0px 0px -1px -1px;
		overflow: hidden;
		/*float: left;
		margin-bottom: .1rem;*/
}

.headerParent[data-v-69186ace]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-69186ace] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-69186ace]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-69186ace] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-69186ace] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-69186ace] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-69186ace] {
	flex: 1;
}
#container[data-v-69186ace] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-69186ace] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-69186ace] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.contFlex[data-v-69186ace] {
    position: relative;
    z-index: 19;
    /* min-height: 11.3rem; */
		/*display: flex;*/
		background: #fff;
		border-bottom: 1px solid #eee;
		display: flex;
		flex-wrap: wrap;
		font-size: .24rem;
		overflow: hidden;
		text-align: center;
}
.contFlex img[data-v-69186ace] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-69186ace] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-69186ace] {
		width: 19.35%;
		/*flex: 1;*/
		padding: .14rem .2rem;
		border: 1px solid #eee;
		height: 1.4rem;
		margin: 0px 0px -1px -1px;
		overflow: hidden;
		/*float: left;
		margin-bottom: .1rem;*/
}

.headerParent[data-v-4f9d1a76] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-4f9d1a76] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-4f9d1a76] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-4f9d1a76] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-4f9d1a76] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-4f9d1a76] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-4f9d1a76] {
  flex: 1;
}
#container[data-v-4f9d1a76] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-4f9d1a76] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-4f9d1a76] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.button-text[data-v-4f9d1a76] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.HisContaninerHis[data-v-4f9d1a76] {
  display: flex;
}
.HisContaninerHisOne[data-v-4f9d1a76] {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
}
.HisContaninerHisTwo[data-v-4f9d1a76] {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
}
.HisContaninerHisTwo div[data-v-4f9d1a76]:nth-child(1) {
  flex: 1;
  text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-4f9d1a76] {
  width: 0.62rem;
  margin-top: 0.2rem;
}
.HisContaninerHisTwo div[data-v-4f9d1a76]:nth-child(2) {
  flex: 5;
  padding: 0.18rem 0.21rem 0.2rem 0;
  /*padding-right: .21rem;*/
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-4f9d1a76]:nth-child(1) {
  text-align: left;
  font-size: 0.32rem;
  color: #5a6c91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-4f9d1a76]:nth-child(2) {
  text-align: right;
  float: right;
  font-size: 0.24rem;
  color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-4f9d1a76]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #222222;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-4f9d1a76]:nth-child(3) {
  text-align: right;
  color: #656b8a;
  font-size: 0.24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-4f9d1a76] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.HisContaninerHisOne img[data-v-4f9d1a76] {
  width: 0.22rem;
  margin-top: 0.2rem;
}
.HisContaninerPerson[data-v-4f9d1a76] {
  display: flex;
  padding: 0.14rem 0 0.28rem 0;
  border-bottom: 1px solid #d5d5d5;
}
.HisContaninerPersonDian[data-v-4f9d1a76] {
  flex: 1;
  text-align: center;
}
.HisContaninerPersonDian img[data-v-4f9d1a76] {
  width: 0.22rem;
  margin-top: 0.2rem;
}
.HisContaninerPersonDianTwo[data-v-4f9d1a76] {
  flex: 15;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 1.2rem;
  font-size: 0.24rem;
}
.HisContaninerPersonDianTwo img[data-v-4f9d1a76] {
  width: 0.62rem;
  margin-bottom: 0.2rem;
  height: 0.62rem;
  border-radius: 50%;
}
.HisContaninerPersonDianTwo div[data-v-4f9d1a76] {
  width: 13.6%;
  /*flex: 1;*/
  padding-right: 0.05rem;
  /*border: 1px solid #eee;*/
  height: 1.2rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}
.thumbsZan[data-v-4f9d1a76] {
  height: 1.2rem;
  line-height: 1.2rem;
  color: #333;
  text-align: center;
}
.thumbsZan img[data-v-4f9d1a76] {
  padding-right: 0.2rem;
}
.contHis[data-v-4f9d1a76] {
  padding: 0 0.28rem 1.3rem 0.24rem;
}
.HisContaniner[data-v-4f9d1a76] {
  background: #f3f3f6;
}
.contSan[data-v-4f9d1a76] {
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-style: solid;
  border-width: 0 0.28rem 0.12rem 0.28rem;
  border-color: transparent transparent #f3f3f5 transparent;
}
.contTime[data-v-4f9d1a76] {
  padding: 0 0.28rem 0.3rem 0.24rem;
  font-size: 0.28rem;
  color: #666666;
}
.contFile[data-v-4f9d1a76] {
  display: flex;
  padding: 0 0.28rem 0rem 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-top: 1px solid #e3e3e5;
}
.contPersonTwo[data-v-4f9d1a76] {
  height: 0.8rem;
  /*padding: 0 .28rem .22rem .24rem;*/
  border-bottom: 1px solid #e3e3e5;
  border-top: 1px solid #e3e3e5;
  display: flex;
  line-height: 0.8rem;
}
.contPersonTwo div[data-v-4f9d1a76]:nth-child(1) {
  padding-left: 0.24rem;
  flex: 1;
}
.contPersonTwo div[data-v-4f9d1a76]:nth-child(2) {
  flex: 2;
  text-align: right;
  padding-right: 0.28rem;
}
.contPersonTwo img[data-v-4f9d1a76] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.contPerson[data-v-4f9d1a76] {
  padding: 0 0.28rem 0.22rem 0.24rem;
  display: flex;
}
.contPersonColor[data-v-4f9d1a76] {
  color: #fb9220 !important;
  padding: 0 0.05rem;
}
.contPerson div:nth-child(1) img[data-v-4f9d1a76] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.contPerson div[data-v-4f9d1a76]:nth-child(1) {
  flex: 1;
  color: #656b8a;
  font-size: 0.28rem;
}
.contPerson div[data-v-4f9d1a76]:nth-child(2) {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #666666;
}
.contTitle[data-v-4f9d1a76] {
  padding: 0 0.28rem 0.32rem 0.24rem;
}
.contTitle img[data-v-4f9d1a76] {
  width: 3rem;
}
.contTitle p[data-v-4f9d1a76] {
  word-break: break-word;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.36rem;
}
.headerCont[data-v-4f9d1a76] {
  display: flex;
  padding: 0.18rem 0.24rem 0.22rem 0.24rem;
}
.headerCont div[data-v-4f9d1a76]:nth-child(1) {
  flex: 1;
}
.headerCont div:nth-child(1) img[data-v-4f9d1a76] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.headerCont div[data-v-4f9d1a76]:nth-child(2) {
  flex: 6;
}
.headerCont div:nth-child(2) p[data-v-4f9d1a76]:nth-child(1) {
  color: #656b8a;
  font-size: 0.32rem;
}
.headerCont div:nth-child(2) p[data-v-4f9d1a76]:nth-child(2) {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.16rem;
}
.cont[data-v-4f9d1a76] {
  height: 11.3rem;
  /*margin-top: .88rem;*/
  /*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
  padding-bottom: 50px;
  margin-bottom: 50px;
  bottom: 50px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #fff;
  top: -0.15rem;
  padding-top: 0.2rem;
  /*padding: 0 .24rem;*/
}
/*.contHeigh {
		height: calc(100%+1px)
	}*/
.demandHis[data-v-4f9d1a76] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  /*overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
  padding-bottom: 1.22rem;
}
.BotButton[data-v-4f9d1a76] {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 4;
}
.confirm-box[data-v-4f9d1a76] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-4f9d1a76] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-4f9d1a76] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.04rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancle[data-v-4f9d1a76] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
.botButton-cancleTwo[data-v-4f9d1a76] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #f7a54a;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.HisContaninerHisTwo[data-v-2eea553a] {
	border-bottom: 1px solid #D5D5D5;
	display: flex;
}
.HisContaninerHisTwo div[data-v-2eea553a]:nth-child(1) {
	flex: 1;
	text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-2eea553a] {
	width: .62rem;
	margin-top: .2rem;
}
.HisContaninerHisTwo div[data-v-2eea553a]:nth-child(2) {
	flex: 5;
	padding: .18rem .21rem .2rem 0;
	/*padding-right: .21rem;*/
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-2eea553a]:nth-child(1) {
	text-align: left;
	font-size: .28rem;
	color: #5A6C91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-2eea553a]:nth-child(2) {
	text-align: right;
	float: right;
	font-size: .28rem;
	color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-2eea553a]:nth-child(2) {
	margin-top: .2rem;
	font-size: .32rem;
	color: #222222;
	padding-bottom: .22rem;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-2eea553a]:nth-child(3) {
	text-align: right;
	color: #656B8A;
	font-size: .24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-2eea553a] {
	width: .28rem;
	padding-right: .16rem;
}

#demandHis2_xz .headerParent {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
#demandHis2_xz .header {
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
#demandHis2_xz .headerLeft {
  position: relative;
  z-index: 999;
}
#demandHis2_xz .headerLeft img {
  width: 0.4rem;
}
#demandHis2_xz .headerParent {
  background: #fff;
  height: 0.88rem;
}
#demandHis2_xz .headerTitle {
  flex: 6;
  margin-left: -1.2rem;
}
#demandHis2_xz .headerLeft {
  flex: 1;
}
#demandHis2_xz .footer1 {
  position: fixed;
  width: 100%;
  bottom: 0rem;
  height: 0.8rem;
  background: #1ab394;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 0.1rem;
  line-height: 0.8rem;
}
#demandHis2_xz .footer {
  position: fixed;
  background: #fff;
  width: 100%;
  bottom: 0;
  display: flex;
  border-top: 1px solid #eee;
  height: 0.96rem;
  align-items: center;
  text-align: center;
}
#demandHis2_xz .footer img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
#demandHis2_xz .footer div {
  flex: 1;
  height: 0.55rem;
  line-height: 0.55rem;
  border-right: 1px solid #dedede;
}
#demandHis2_xz .footer div:nth-child(3) {
  border-right: none;
}
#demandHis2_xz .contHis {
  padding: 0 0rem 1.3rem 0rem;
}
#demandHis2_xz .contHis .contSan {
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-style: solid;
  border-width: 0 0.28rem 0.12rem 0.28rem;
  border-color: transparent transparent #f3f3f5 transparent;
}
#demandHis2_xz .contHis .HisContaninerPerson {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.2rem 0;
  margin-bottom: 0.15rem;
}
#demandHis2_xz .contHis .HisContaninerPerson .HisContaninerPersonDian {
  width: 0.6rem;
  text-align: center;
}
#demandHis2_xz .contHis .HisContaninerPerson .HisContaninerPersonDianTwo {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#demandHis2_xz .contHis .HisContaninerPerson .HisContaninerPersonDianTwo img {
  border-radius: 50%;
  width: 0.6rem;
  margin: 0 0.2rem;
}
#demandHis2_xz .contHis .HisContaninerPerson .HisContaninerPersonDianTwo .stateOfWorkLeft {
  text-align: center;
  margin-top: 0.1rem;
}
#demandHis2_xz .contPersonTwo {
  height: 0.8rem;
  display: flex;
  line-height: 0.8rem;
}
#demandHis2_xz .contPersonTwo img {
  width: 0.28rem;
  padding-right: 0.16rem;
}
#demandHis2_xz .contPersonTwo div:nth-child(1) {
  flex: 1;
}
#demandHis2_xz .contF > .cont {
  padding-top: 1rem;
  overflow: auto;
}
#demandHis2_xz .contF > .cont .cont_title {
  margin-bottom: 0.35rem;
  font-size: 0.32rem;
  color: #333333;
}
#demandHis2_xz .contF > .cont .cont_text {
  display: flex;
  font-size: 0.28rem;
  margin-bottom: 0.12rem;
}
#demandHis2_xz .contF > .cont .cont_text span:nth-child(1) {
  width: 2rem;
  color: #999999;
  text-align: right;
}
#demandHis2_xz .contF > .cont .cont_text span:nth-child(2) {
  flex: 1;
  color: #333333;
}
#demandHis2_xz .contF > .cont .filefujian .fileitem {
  margin-top: 0.2rem;
  background: #fff;
}
#demandHis2_xz .contF > .cont .filefujian .itemtitle {
  padding-top: 0.2rem;
  font-size: 0.35rem;
  padding-left: 0.2rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent {
  height: 1rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .userContent {
  margin-left: 0.3rem;
  width: calc(100% - 0.9rem);
  display: flex;
  flex-direction: column;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .userContent > p {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .userContent > p span {
  display: inline-block;
  line-height: 0.3rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .userContent > p:first-child {
  color: #333;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent > img {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.22rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .dian {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent .dian img {
  width: 0.43rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent > a {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#demandHis2_xz .contF > .cont .filefujian .itemContent > a img {
  width: 0.43rem;
}
#demandHis2_xz .contF > .cont .contlink {
  font-size: 0.3rem;
  height: 0.78rem;
  line-height: 0.78rem;
  background: #f4fafe;
  padding: 0 0.2rem;
}
#demandHis2_xz .contF > .cont .contlink_cont {
  padding: 0.2rem;
}
#demandHis2_xz .contF > .cont .contlink_cont .contdiv {
  display: flex;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
#demandHis2_xz .contF > .cont .contlink_cont .contdiv span:nth-child(1) {
  text-align: right;
  color: #9d9d9d;
}
#demandHis2_xz .contF > .cont .contlink_cont .contdiv span:nth-child(2) {
  color: #4d4d4d;
  word-break: break-word;
  flex: 1;
}
#demandHis2_xz .contF > .cont .contlink_conttwo {
  padding: 0.2rem;
}
#demandHis2_xz .contF > .cont .contlink_conttwo .contlink_conttwodiv {
  display: flex;
  line-height: 0.6rem;
  font-size: 0.3rem;
}
#demandHis2_xz .contF > .cont .contlink_conttwo .contlink_conttwodiv span:nth-child(1) {
  text-align: right;
  color: #9d9d9d;
}
#demandHis2_xz .contF > .cont .contlink_conttwo .contlink_conttwodiv span:nth-child(2) {
  flex: 1;
  word-break: break-word;
  color: #4d4d4d;
}

.textOneActive[data-v-3443c318] {
  color: #35afb1;
}
.twoTextActive[data-v-3443c318] {
  color: #666 !important;
}
.oneActive[data-v-3443c318] {
  background: #f4fafe;
  border: 1px solid #f4fafe;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-3443c318] {
  background: #fff;
  border: 1px solid #edecec;
}
.oneBgActive[data-v-3443c318] {
  background: #35afb1;
}
.twoBgActive[data-v-3443c318] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-3443c318] {
  border: 1px solid #35afb1;
}
.twoBgBorderActive[data-v-3443c318] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-3443c318] {
  background: #35afb1;
}
.twoBgBorderActive .icon-inner[data-v-3443c318] {
  background: #ddd !important;
}
.item[data-v-3443c318] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-3443c318] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-3443c318] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-3443c318] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-3443c318] {
  color: #35afb1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-3443c318] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
  word-wrap: break-word;
  word-break: break-all;
}
.icon[data-v-3443c318] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-3443c318] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-3443c318] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-3443c318] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-3443c318] {
  background: #35afb1;
}
.line-active[data-v-3443c318] {
  background: #35afb1;
}
















































.BotButton[data-v-4a928078] {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  border-top: 1px solid #bfbfbf;
  z-index: 4;
}
.headerParent[data-v-4a928078] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-4a928078] {
  transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-4a928078] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-4a928078] {
  width: 0.4rem;
}
.headerParent[data-v-4a928078] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-4a928078] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-4a928078] {
  flex: 1;
}
.button-text[data-v-4a928078] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
.descript[data-v-4a928078] {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.headerPS[data-v-4a928078] {
  position: absolute;
  top: 0;
}
.active[data-v-4a928078] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-4a928078] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-4a928078] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-4a928078]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-4a928078] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-4a928078]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-4a928078] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-4a928078]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-4a928078]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-4a928078]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-4a928078]:nth-child(1) {
  text-align: right;
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.84rem;
}
.audioListParent div:nth-child(5) p:nth-child(1) img[data-v-4a928078],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-4a928078] {
  width: 0.48rem;
  margin-top: 0.14rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.56rem;
}
.audioListParent div:nth-child(6) p[data-v-4a928078]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-4a928078] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-4a928078] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-4a928078] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-4a928078] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-4a928078] {
  display: inline-block;
  padding: 8px;
  margin-left: 0.2rem;
  color: #333;
  background: #eee;
  font-size: 0.24rem;
  border-radius: 0.08rem;
}
.inspectParent span[data-v-4a928078]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-4a928078]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-4a928078] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-4a928078] {
  min-height: 2.32rem;
  background: #fff;
}
.shengao[data-v-4a928078] {
  height: 0.72rem;
  width: 100%;
  display: flex;
  line-height: 0.72rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.28rem;
  background: #fff;
}
.shengao span[data-v-4a928078]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-4a928078]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-4a928078]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-4a928078] {
  width: 0.4rem;
}
.inp[data-v-4a928078] {
  width: 100%;
}
.container[data-v-4a928078] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-4a928078] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-4a928078],
.containerTupian[data-v-4a928078] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.18rem;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin-bottom: 0.18rem;
  float: left;
}
.containerLuyin img[data-v-4a928078] {
  width: 0.46rem;
  height: 0.46rem;
  padding: 0.3rem 0.5rem 0.18rem 0.54rem;
  text-align: center;
  margin: 0 auto;
}
.containerTupian img[data-v-4a928078] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-4a928078] {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.1rem;
  border-top: 1px solid #eee;
  width: 95%;
  display: flex;
  padding: 0.14rem 0.18rem;
  text-align: center;
}
.returnListSub[data-v-4a928078] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}

.headerParent[data-v-23b75fb0]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-23b75fb0] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-23b75fb0]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-23b75fb0] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-23b75fb0] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-23b75fb0] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-23b75fb0] {
	flex: 1;
}
#container[data-v-23b75fb0] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-23b75fb0] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-23b75fb0] {
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: 1px solid #bfbfbf;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 1.12rem;
		background: #fff;
		z-index: 4;
}
.button-text[data-v-23b75fb0] {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 6.79rem;
		height: 0.74rem;
		background: linear-gradient(-90deg, #FB921F, #FFC343)!important;
		color: #fff;
		font-size: 0.32rem;
		border-radius: 0.1rem;
}
.cont[data-v-23b75fb0] {
		/*margin-top: .88rem;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 50px;
		position: relative;
		background: #fff;
		top: -.15rem;
		padding-left: .26rem;
		padding-right: .26rem;
		padding-top: .2rem;
		/*padding: 0 .24rem;*/
}
.cont textarea[data-v-23b75fb0] {
		width: 100%;
		height: 3rem;
}
.header[data-v-23b75fb0] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.demandCommit[data-v-23b75fb0] {
		//    position: relative;
		position: absolute;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		background: #F4F4F4;
		padding-bottom: 1.2rem;
		box-sizing: border-box;
		overflow: hidden;
}

.headerParent[data-v-4a287ca5]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-4a287ca5] {
	-webkit-transform: translateZ(0);
	z-index: 999;
	display: flex;
	height: .88rem;
	line-height: .88rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #Eee;
	position: fixed;
	background: #fff;
	font-size: .36rem;
	text-align: center;
}
.headerLeft[data-v-4a287ca5]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-4a287ca5] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-4a287ca5] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-4a287ca5] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-4a287ca5] {
	flex: 1;
}
#container[data-v-4a287ca5] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-4a287ca5] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.cont[data-v-4a287ca5] {
		/*margin-top: .88rem;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 50px;
		position: relative;
		background: #fff;
		top: -.15rem;
		padding-left: .26rem;
		padding-right: .26rem;
		padding-top: .2rem;
		/*padding: 0 .24rem;*/
}
	

ul[data-v-9468670c] {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  z-index: 1;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
ul li[data-v-9468670c] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-9468670c] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-9468670c] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-9468670c] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.audioImg img[data-v-9468670c] {
  width: 0.5rem;
}
ul li .title .mark[data-v-9468670c] {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
.active[data-v-9468670c] {
  background: #95ce41 !important;
}
ul li .content[data-v-9468670c] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-9468670c] {
  font-weight: bold;
}
.title p[data-v-9468670c],
.title h3[data-v-9468670c] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-9468670c] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-9468670c] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-9468670c] {
  border-top: 5px solid transparent;
  position: absolute;
  width: 0;
  top: 40%;
  left: -10px;
  border-right: 10px solid white;
  height: 0;
  border-bottom: 5px solid transparent;
}
.historicalInsptionParent[data-v-9468670c] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-9468670c]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-9468670c]:nth-child(2) {
  display: inline-block;
  flex: 11;
  margin-left: 0.26rem;
  line-height: 0.6rem;
  color: #4d4d4d;
  overflow: hidden;
  word-wrap: break-word;
}
.audioPlayerElement[data-v-9468670c] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-9468670c] {
  background: #fff;
}
.audio-left img[data-v-9468670c] {
  background: #fff;
}
.header[data-v-9468670c] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-9468670c] {
  background: #014f25;
}
.btnLeft[data-v-9468670c] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-9468670c] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-9468670c] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-9468670c] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-9468670c] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-9468670c] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-9468670c] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-9468670c] {
  display: none;
}

#assetsDetails_xz .assetsDetails {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
#assetsDetails_xz .cont {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz .imgNoData {
  width: 2.6rem;
  margin-top: 1.44rem;
}
#assetsDetails_xz .newAssets-cont,
#assetsDetails_xz .newAssets-contTwo {
  height: 10rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .newAssets-contTwo {
  text-align: center;
}
#assetsDetails_xz .red {
  background: red;
}
#assetsDetails_xz .green {
  background: greenyellow;
}
#assetsDetails_xz .box-title {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
#assetsDetails_xz .box-content {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
#assetsDetails_xz .box-boderRight {
  float: right;
}
#assetsDetails_xz .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#assetsDetails_xz .box-content-titleTwo {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
#assetsDetails_xz .box-content-title span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#assetsDetails_xz .box-content-title span:nth-child(2) {
  flex: 5;
  color: #555555;
}
#assetsDetails_xz .box-borderLeft {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
#assetsDetails_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
#assetsDetails_xz .navtab-list {
  height: 0.82rem;
}
#assetsDetails_xz .md-tab-bar {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .ink-bar {
  background: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
#assetsDetails_xz /deep/ .md-scroll-view {
  background: #F4F4F4;
}
#assetsDetails_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
#assetsDetails_xz .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #33B8BB;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#assetsDetails_xz .confirm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz button {
  margin: 0;
  outline: none;
}
#assetsDetails_xz .botButton-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancleTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .classRedColor {
  color: red;
}
#assetsDetails_xz .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz #container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#assetsDetails_xz #informationRepair {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#assetsDetails_xz #informationRepair .RepairLength {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#assetsDetails_xz #informationRepair .RepairContent {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumbertitle {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber {
  padding-bottom: 0.2rem;
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime {
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#assetsDetails_xz #inspectionChatParent {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz #commponentList {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .missionPeron:last-child {
  margin-bottom: 0rem;
}
#assetsDetails_xz .fontWeightText {
  font-weight: bold;
}
#assetsDetails_xz .missionPeron {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#assetsDetails_xz .missionPeronContain {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
#assetsDetails_xz .greenBg {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
#assetsDetails_xz .redBg {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
#assetsDetails_xz .yellowBg {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
#assetsDetails_xz .footerZhongjian {
  height: auto!important;
}
#assetsDetails_xz .navMissionPeronContain {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
#assetsDetails_xz .navChildMissionPeronContain {
  margin: 0 0.34rem;
}
#assetsDetails_xz .navMissionPeronContain span:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(1) {
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) {
  float: right;
}
#assetsDetails_xz .footerZhongjian p:nth-child(1) {
  height: 0.86rem;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) button {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
#assetsDetails_xz ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#assetsDetails_xz ul li {
  position: relative;
  margin-top: 10px;
}
#assetsDetails_xz ul li .wrap {
  position: relative;
  width: 100%;
}
#assetsDetails_xz ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
#assetsDetails_xz .audioImg img {
  width: 0.5rem;
}
#assetsDetails_xz ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#assetsDetails_xz .active {
  background: #95ce41 !important;
}
#assetsDetails_xz ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#assetsDetails_xz .title h3 {
  font-weight: bold;
}
#assetsDetails_xz .title p,
#assetsDetails_xz .title h3 {
  padding: 0 0 0 0.2rem;
}
#assetsDetails_xz ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#assetsDetails_xz ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.ly-tab {
  height: 0.9rem;
  z-index: 99;
  background: #fff;
  position: relative;
  margin-top: 0.1rem;
}
.ly-tab .ly-tab-active-bar {
  height: 2px !important;
}
.ly-tab .ly-tab-item:not(:first-child) {
  margin-left: 0.26rem;
  color: #333333;
}
.ly-tab .ly-tab-active-bar {
  border-radius: 0px;
}
.ly-tab .ly-tab-item {
  font-size: 0.32rem;
}

#assetsDetails_xz .assetsDetails {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
#assetsDetails_xz .cont {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz .imgNoData {
  width: 2.6rem;
  margin-top: 1.44rem;
}
#assetsDetails_xz .newAssets-cont,
#assetsDetails_xz .newAssets-contTwo {
  height: 10rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .newAssets-contTwo {
  text-align: center;
}
#assetsDetails_xz .red {
  background: red;
}
#assetsDetails_xz .green {
  background: greenyellow;
}
#assetsDetails_xz .box-title {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
#assetsDetails_xz .box-content {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
#assetsDetails_xz .box-boderRight {
  float: right;
}
#assetsDetails_xz .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#assetsDetails_xz .box-content-titleTwo {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
#assetsDetails_xz .box-content-title span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#assetsDetails_xz .box-content-title span:nth-child(2) {
  flex: 5;
  color: #555555;
}
#assetsDetails_xz .box-borderLeft {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
#assetsDetails_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
#assetsDetails_xz .navtab-list {
  height: 0.82rem;
}
#assetsDetails_xz .md-tab-bar {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .ink-bar {
  background: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
#assetsDetails_xz /deep/ .md-scroll-view {
  background: #F4F4F4;
}
#assetsDetails_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
#assetsDetails_xz .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #33B8BB;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#assetsDetails_xz .confirm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz button {
  margin: 0;
  outline: none;
}
#assetsDetails_xz .botButton-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancleTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .classRedColor {
  color: red;
}
#assetsDetails_xz .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz #container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#assetsDetails_xz #informationRepair {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#assetsDetails_xz #informationRepair .RepairLength {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#assetsDetails_xz #informationRepair .RepairContent {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumbertitle {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber {
  padding-bottom: 0.2rem;
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime {
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#assetsDetails_xz #inspectionChatParent {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz #commponentList {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .missionPeron:last-child {
  margin-bottom: 0rem;
}
#assetsDetails_xz .fontWeightText {
  font-weight: bold;
}
#assetsDetails_xz .missionPeron {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#assetsDetails_xz .missionPeronContain {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
#assetsDetails_xz .greenBg {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
#assetsDetails_xz .redBg {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
#assetsDetails_xz .yellowBg {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
#assetsDetails_xz .footerZhongjian {
  height: auto!important;
}
#assetsDetails_xz .navMissionPeronContain {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
#assetsDetails_xz .navChildMissionPeronContain {
  margin: 0 0.34rem;
}
#assetsDetails_xz .navMissionPeronContain span:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(1) {
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) {
  float: right;
}
#assetsDetails_xz .footerZhongjian p:nth-child(1) {
  height: 0.86rem;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) button {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
#assetsDetails_xz ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#assetsDetails_xz ul li {
  position: relative;
  margin-top: 10px;
}
#assetsDetails_xz ul li .wrap {
  position: relative;
  width: 100%;
}
#assetsDetails_xz ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
#assetsDetails_xz .audioImg img {
  width: 0.5rem;
}
#assetsDetails_xz ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#assetsDetails_xz .active {
  background: #95ce41 !important;
}
#assetsDetails_xz ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#assetsDetails_xz .title h3 {
  font-weight: bold;
}
#assetsDetails_xz .title p,
#assetsDetails_xz .title h3 {
  padding: 0 0 0 0.2rem;
}
#assetsDetails_xz ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#assetsDetails_xz ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.box-content-title span:nth-child(1) {
  flex: 4 !important;
}
.ly-tab {
  height: 0.9rem;
  z-index: 99;
  background: #fff;
  position: relative;
  margin-top: 0.1rem;
}
.ly-tab .ly-tab-active-bar {
  height: 2px !important;
}
.ly-tab .ly-tab-item:not(:first-child) {
  margin-left: 0.26rem;
  color: #333333;
}
.ly-tab .ly-tab-active-bar {
  border-radius: 0px;
}
.ly-tab .ly-tab-item {
  font-size: 0.32rem;
}

#assetsDetails_xz .assetsDetails {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  padding-bottom: 1.22rem;
}
#assetsDetails_xz .cont {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz .imgNoData {
  width: 2.6rem;
  margin-top: 1.44rem;
}
#assetsDetails_xz .newAssets-cont,
#assetsDetails_xz .newAssets-contTwo {
  height: 10rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .newAssets-contTwo {
  text-align: center;
}
#assetsDetails_xz .red {
  background: red;
}
#assetsDetails_xz .green {
  background: greenyellow;
}
#assetsDetails_xz .box-title {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
#assetsDetails_xz .box-content {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
#assetsDetails_xz .box-boderRight {
  float: right;
}
#assetsDetails_xz .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#assetsDetails_xz .box-content-titleTwo {
  background: #fff;
  line-height: 0.72rem;
  font-size: 0.32rem;
  overflow: hidden;
  padding: 0 0.4rem 0 0.12rem;
  display: flex;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(1) {
  text-indent: 0.85rem;
  color: #999999;
  text-align: right;
  flex: 2;
}
#assetsDetails_xz .box-content-titleTwo p:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  flex: 5;
}
#assetsDetails_xz .box-content-title span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#assetsDetails_xz .box-content-title span:nth-child(2) {
  flex: 5;
  color: #555555;
}
#assetsDetails_xz .box-borderLeft {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
#assetsDetails_xz ::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
#assetsDetails_xz .navtab-list {
  height: 0.82rem;
}
#assetsDetails_xz .md-tab-bar {
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.69rem;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title.active {
  color: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .ink-bar {
  background: #33B8BB;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between;
}
#assetsDetails_xz .md-tab-bar /deep/ .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
#assetsDetails_xz /deep/ .md-scroll-view {
  background: #F4F4F4;
}
#assetsDetails_xz .BotButton {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 1444;
}
#assetsDetails_xz .button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.79rem;
  height: 0.74rem;
  background: #33B8BB;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
}
#assetsDetails_xz .confirm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxThree .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#assetsDetails_xz .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .confirm-boxTwo .botButton-cancletwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz button {
  margin: 0;
  outline: none;
}
#assetsDetails_xz .botButton-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #1AB394;
  color: #fff;
  margin-right: 0.32rem;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .botButton-cancleTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.04rem;
  height: 0.74rem;
  background: #F7A54A;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}
#assetsDetails_xz .classRedColor {
  color: red;
}
#assetsDetails_xz .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#assetsDetails_xz #container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#assetsDetails_xz #informationRepair {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.2rem;
}
#assetsDetails_xz #informationRepair .RepairLength {
  padding: 0.15rem 0.3rem;
  font-size: 0.28rem;
}
#assetsDetails_xz #informationRepair .RepairContent {
  padding: 0 0.26rem 0.26rem 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumbertitle {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber {
  padding-bottom: 0.2rem;
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairNumber p:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime {
  display: flex;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
#assetsDetails_xz #informationRepair .RepairContent .RepairList .RepairTime p:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
#assetsDetails_xz #inspectionChatParent {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz #commponentList {
  background: #f6f6f6;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#assetsDetails_xz .missionPeron:last-child {
  margin-bottom: 0rem;
}
#assetsDetails_xz .fontWeightText {
  font-weight: bold;
}
#assetsDetails_xz .missionPeron {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#assetsDetails_xz .missionPeronContain {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
#assetsDetails_xz .greenBg {
  background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
#assetsDetails_xz .redBg {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
#assetsDetails_xz .yellowBg {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
#assetsDetails_xz .footerZhongjian {
  height: auto!important;
}
#assetsDetails_xz .navMissionPeronContain {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
#assetsDetails_xz .navChildMissionPeronContain {
  margin: 0 0.34rem;
}
#assetsDetails_xz .navMissionPeronContain span:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(1) {
  float: left;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) {
  float: right;
}
#assetsDetails_xz .footerZhongjian p:nth-child(1) {
  height: 0.86rem;
}
#assetsDetails_xz .footerMissionPeronContain span:nth-child(2) button {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
#assetsDetails_xz ul {
  position: relative;
  width: 87%;
  list-style-type: none;
  padding: 0 0 0 0.7rem;
  padding-bottom: 10px;
  font-size: 0.3rem;
  line-height: 0.6rem;
}
#assetsDetails_xz ul li {
  position: relative;
  margin-top: 10px;
}
#assetsDetails_xz ul li .wrap {
  position: relative;
  width: 100%;
}
#assetsDetails_xz ul li .title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*标题固定高度60px*/
  background: white;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
#assetsDetails_xz .audioImg img {
  width: 0.5rem;
}
#assetsDetails_xz ul li .title .mark {
  /*小圆点*/
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -6px;
  /*距离上面50%再减去自身一半的高度，实现居中*/
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #afafaf;
  z-index: 2;
}
#assetsDetails_xz .active {
  background: #95ce41 !important;
}
#assetsDetails_xz ul li .content {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
#assetsDetails_xz .title h3 {
  font-weight: bold;
}
#assetsDetails_xz .title p,
#assetsDetails_xz .title h3 {
  padding: 0 0 0 0.2rem;
}
#assetsDetails_xz ul li .content .line {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
#assetsDetails_xz ul li:last-child .content .line {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
#assetsDetails_xz .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: auto;
  width: 100%;
  font-size: 0.32rem;
}
.ly-tab {
  height: 0.9rem;
  z-index: 99;
  background: #fff;
  position: relative;
  margin-top: 0.1rem;
}
.ly-tab .ly-tab-active-bar {
  height: 2px !important;
}
.ly-tab .ly-tab-item:not(:first-child) {
  margin-left: 0.26rem;
  color: #333333;
}
.ly-tab .ly-tab-active-bar {
  border-radius: 0px;
}
.ly-tab .ly-tab-item {
  font-size: 0.32rem;
}

#ExternalHis_xz {
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#ExternalHis_xz .navtab-listtwo {
  height: 0.82rem;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .md-tab-title.active {
  color: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar {
  position: fixed !important;
  width: 100% !important;
  z-index: 5 !important;
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .md-tab-bar-inner {
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-bar-inner {
  height: 0.69rem !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-title.active {
  color: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-bar {
  background: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar .ink-bar {
  background: #1ab394 !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-titles-wrapper {
  justify-content: space-between !important;
}
#ExternalHis_xz .navtab-listtwo .md-tab-bar /deep/ .md-tab-title {
  flex: 1 !important;
  font-size: 0.32rem !important;
}
#ExternalHis_xz #informationDetailed-cont {
  min-height: 13rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListModel {
  padding: 0 0.26rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom {
  border-top: 1px solid #bebebe;
  padding: 0.14rem 0.24rem 0rem 0.24rem;
  color: #999999;
  font-size: 0.36rem;
  background: #fff;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv {
  display: flex;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv p:nth-child(1) {
  width: 1.85rem;
  margin-bottom: 0.2rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedListBottom .DetailedListBottomDiv p:nth-child(2) {
  flex: 6;
  word-break: break-word;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList {
  border-radius: 4px;
  background: #fff;
  padding: 0 0.26rem;
  min-height: 1.04rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList p:nth-child(1) {
  flex: 3;
  word-break: break-word;
  line-height: 1.6;
  width: 2.26rem;
  font-size: 0.36rem;
  text-overflow: ellipsis;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedType {
  width: 0.74rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.36rem;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedNum {
  font-size: 0.36rem;
  color: #666666;
  flex: 1;
  text-align: center;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .DetailedNumbwe {
  font-size: 0.36rem;
  color: #333333;
  flex: 1;
  padding-right: 0.1rem;
  text-align: right;
}
#ExternalHis_xz #informationDetailed-cont .DetailedList .Detaileddan {
  font-size: 0.36rem;
  color: #999999;
}
#ExternalHis_xz .newAssets-cont {
  overflow-y: scroll;
  min-height: 11.5rem;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  position: relative;
  top: -0.15rem;
  padding-top: 0.2rem;
}
#ExternalHis_xz .newAssets-cont .box-borderLeft {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1ab394;
}
#ExternalHis_xz .newAssets-cont .box-title {
  padding: 0.22rem 0.3rem 0.26rem 0rem;
  margin-left: 0.18rem;
}
#ExternalHis_xz .newAssets-cont .box-content {
  padding: 0 0.14rem 0.2rem 0.14rem;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p {
  display: flex;
  background: #fff;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#ExternalHis_xz .newAssets-cont .box-content-title-p p:nth-child(1) {
  flex: 5;
  color: #555555;
}
#ExternalHis_xz .newAssets-cont .box-content-title {
  display: flex;
  background: #fff;
  line-height: 0.72rem;
  height: 0.72rem;
  width: 100%;
  font-size: 0.32rem;
  overflow: hidden;
}
#ExternalHis_xz .newAssets-cont .box-content-title span:nth-child(1) {
  flex: 2;
  color: #999999;
  text-align: right;
}
#ExternalHis_xz .newAssets-cont .box-content-title span:nth-child(2) {
  flex: 5;
  color: #555555;
}
#ExternalHis_xz .BotButtonHis {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.12rem;
  background: #fff;
  z-index: 16555;
}
#ExternalHis_xz .BotButtonHis .confirm-boxTwo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#ExternalHis_xz .BotButtonHis .confirm-boxTwo .botButton-submittwo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 0.74rem;
  background: #1ab394;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.05rem;
  border: none;
}

.textOneActive[data-v-1e9df618] {
  color: #35afb1;
}
.twoTextActive[data-v-1e9df618] {
  color: #666 !important;
}
.oneActive[data-v-1e9df618] {
  background: #f4fafe;
  border: 1px solid #f4fafe;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-1e9df618] {
  background: #fff;
  border: 1px solid #edecec;
}
.oneBgActive[data-v-1e9df618] {
  background: #35afb1;
}
.twoBgActive[data-v-1e9df618] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-1e9df618] {
  border: 1px solid #35afb1;
}
.twoBgBorderActive[data-v-1e9df618] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-1e9df618] {
  background: #35afb1;
}
.twoBgBorderActive .icon-inner[data-v-1e9df618] {
  background: #ddd !important;
}
.item[data-v-1e9df618] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-1e9df618] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-1e9df618] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-1e9df618] {
  color: #999899;
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
}
.item .title[data-v-1e9df618] {
  color: #35afb1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-1e9df618] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-1e9df618] {
  position: relative;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.icon-inner[data-v-1e9df618] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
  box-sizing: content-box;
}
.line[data-v-1e9df618] {
  width: 0.04rem;
  flex: 1;
  background: #dddddd;
}
.icon-active[data-v-1e9df618] {
  border: 1px solid #35afb1;
}
.icon-inner-active[data-v-1e9df618] {
  background: #35afb1;
}
.line-active[data-v-1e9df618] {
  background: #35afb1;
}

#current[data-v-12eeb5a5],
#options[data-v-12eeb5a5] {
  z-index: 88;
  border-radius: 4px;
  width: 100%;
  font-size: 0.3rem;
}
#replace[data-v-12eeb5a5] {
  cursor: default;
  overflow: visible;
  position: relative;
  font-size: 0.3rem;
}

/*#current { background:url("../../../static/image/sanjiao.png") right center no-repeat;margin-bottom:0;font-size: 0.2rem;height: .25rem;line-height: .25rem;}*/
input[data-v-12eeb5a5]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.mint-cell-value[data-v-12eeb5a5] {
  margin-top: -0.2rem;
}
.mint-field .mint-cell-value[data-v-12eeb5a5] {
  margin-top: -0.2rem !important;
}
#current[data-v-12eeb5a5] {
  margin-bottom: 0;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.6rem;
  width: 100%;
  overflow: hidden;
}
.mint-cell[data-v-12eeb5a5]:last-child {
  width: 100%;
}
.ListBorder[data-v-12eeb5a5] {
  border-bottom: 1px solid #eee;
  height: 38px;
  font-size: 0.3rem;
  line-height: 39px;
  overflow: hidden;
  background: #fff;
  padding-left: 0.2rem;
}
.ListBorder[data-v-12eeb5a5]:first-child {
  border-top: 1px solid #eee;
}
#current[data-v-12eeb5a5],
#replace[data-v-12eeb5a5],
#options li[data-v-12eeb5a5] {
  width: 85%;
}
#options[data-v-12eeb5a5] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
#current[data-v-12eeb5a5],
#options li[data-v-12eeb5a5] {
  padding: 5px;
}
#current[data-v-12eeb5a5],
#options[data-v-12eeb5a5],
#options li[data-v-12eeb5a5] {
  background-color: #fff;
}
.inp[data-v-12eeb5a5] {
  width: 93%;
  border: 1px solid #e0e0e0;
  height: 26px;
  line-height: 26px;
  font-size: 0.38rem;
  padding: 4px;
  border-top: 1px solid #f6f6f6;
  margin-top: 9px;
  margin-left: 2px;
}
.show[data-v-12eeb5a5] {
  background: red;
}
.hide[data-v-12eeb5a5] {
  background: #0000ff;
}

#changeShifts {
  background: #f6f6f6;
  height: 100%;
}
#changeShifts .active {
  color: #1ab394;
  transition: border-bottom 2s;
}
#changeShifts .cont {
  padding: 10px 0;
  height: calc(100% - 86px);
  margin-top: 86px;
}
#changeShifts .menubg {
  position: fixed;
  color: #1ab394;
  height: 40px;
  /*top: 1.4rem;*/
  top: 0.92rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
#changeShifts .navTab {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 3;
  height: 46px;
  background: #fff;
}
#changeShifts .mint-header {
  background: #1ab394;
}
#changeShifts .navTab {
  display: flex;
}
#changeShifts .navTabChild {
  flex: 1;
  height: 46px;
  line-height: 46px;
  font-size: 0.3rem;
  text-align: center;
}
#changeShifts .navTabRight {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
#changeShifts .classRedColor {
  color: red;
}
#changeShifts .page-loadmore-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#changeShifts #container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#changeShifts #commponentList {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
}
#changeShifts .missionPeron:last-child {
  margin-bottom: 0rem;
}
#changeShifts .fontWeightText {
  font-weight: bold;
}
#changeShifts .missionPeron {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#changeShifts .missionPeronContain {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
#changeShifts .greenBg {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
#changeShifts .redBg {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
#changeShifts .yellowBg {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
#changeShifts .footerZhongjian {
  height: auto !important;
}
#changeShifts .navMissionPeronContain {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
#changeShifts .navChildMissionPeronContain {
  margin: 0 0.34rem;
}
#changeShifts .navMissionPeronContain span:nth-child(1) {
  margin-left: 0.1rem;
  float: left;
}
#changeShifts .footerMissionPeronContain {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
#changeShifts .footerMissionPeronContain span:nth-child(1) {
  float: left;
}
#changeShifts .footerMissionPeronContain span:nth-child(2) {
  float: right;
}
#changeShifts .footerZhongjian p:nth-child(1) {
  height: 0.86rem;
}
#changeShifts .footerMissionPeronContain span:nth-child(2) button {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.contens-box[data-v-904c3146] {
  height: 100%;
  box-sizing: border-box;
}
.contens-box[data-v-904c3146] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.contens-box[data-v-904c3146] .myVantTbar .van-nav-bar__content,
.contens-box[data-v-904c3146] .myVantTbar .van-nav-bar__title,
.contens-box[data-v-904c3146] .myVantTbar .van-icon,
.contens-box[data-v-904c3146] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.contens-box[data-v-904c3146] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.contens-box .stickBox[data-v-904c3146] {
  height: 2.1875rem /* 35/16 */;
}
.contens-box .stickBox[data-v-904c3146] .van-sticky {
  height: 2.1875rem;
  background-color: #fff;
  z-index: 999;
}
.contens-box .contens-area-box .area-header-serch[data-v-904c3146] {
  height: 0.9375rem /* 15/16 */;
  padding: 0 0.1875rem /* 3/16 */;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-904c3146],
.contens-box .contens-area-box .area-header-serch .right-srach[data-v-904c3146] {
  width: 100%;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date[data-v-904c3146],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date[data-v-904c3146] {
  padding: 0.15625rem 0.34375rem /* 5.5/16 */;
  border: 1px solid #ccc;
  border-radius: 0.125rem /* 2/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date .van-field__left-icon[data-v-904c3146],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date .van-field__left-icon[data-v-904c3146] {
  font-size: 1rem /* 16/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-904c3146] {
  font-size: 20px;
  font-weight: 600;
}
.contens-box .box-zb-cards[data-v-904c3146] {
  padding: 0 0.1875rem /* 3/16 */;
}

[data-v-5013565c] html,
body[data-v-5013565c] {
  overflow-x: hidden;
}
.zbBox[data-v-5013565c] {
  width: 100%;
}
.cellItemBoxs[data-v-5013565c] {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0.3125rem 0.3125rem 0 0.3125rem !important;
  background: linear-gradient(to bottom, #1ab39482, #fff);
}
.cellItemBoxs[data-v-5013565c]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-5013565c] {
  padding: 0 0.3125rem /* 5/16 */;
  border-radius: 0.3125rem /* 5/16 */;
  background-color: #fff;
}
.cellItemBoxs .contens .top-title[data-v-5013565c] {
  position: relative;
  width: 2.8125rem /* 45/16 */;
  left: 50%;
  margin-left: -1.375rem /* 22/16 */;
  text-align: center;
  line-height: 0.625rem /* 10/16 */;
  border-radius: 0 0 0.3125rem 0.3125rem /* 5/16 */;
  font-size: 0.375rem /* 6/16 */;
  color: #fff;
  background-color: #1ab394;
}
.cellItemBoxs .contens .buttom-contens[data-v-5013565c] {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 0.25rem /* 4/16 */ 0;
  height: 1.5625rem /* 25/16 */;
}
.cellItemBoxs .contens .buttom-contens .cont-item[data-v-5013565c] {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.25rem /* 4/16 */;
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-title[data-v-5013565c],
.cellItemBoxs .contens .buttom-contens .cont-item .cont-value[data-v-5013565c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  /* 保持文本在一行内 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的文本 */
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-title[data-v-5013565c] {
  height: 50%;
  align-items: end;
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-value[data-v-5013565c] {
  font-size: 0.375rem;
  font-weight: 600;
  text-decoration: underline;
}
.cellItemBoxs .contens .buttom-contens .cont-item .noneTextUnderline[data-v-5013565c] {
  text-decoration: none;
}
.cellItemBoxs .contens .nonepaddingConten[data-v-5013565c] {
  padding: 0;
  height: 1.6rem /* 25/16 */;
}

[data-v-32684b6f] .van-collapse-item__content {
  background-color: #f5f5f5 !important;
}
.numberCountBox[data-v-32684b6f] {
  height: 100%;
  box-sizing: border-box;
  background: #f4f4f4;
}
.numberCountBox .stickBox[data-v-32684b6f] {
  height: 1rem /* 16/16 */;
}
.numberCountBox .stickBox[data-v-32684b6f] .van-sticky {
  height: 1rem /* 16/16 */;
}
.numberCountBox[data-v-32684b6f] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.numberCountBox[data-v-32684b6f] .myVantTbar .van-nav-bar__content,
.numberCountBox[data-v-32684b6f] .myVantTbar .van-nav-bar__title,
.numberCountBox[data-v-32684b6f] .myVantTbar .van-icon,
.numberCountBox[data-v-32684b6f] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.numberCountBox[data-v-32684b6f] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.numberCountBox .box-zb-cards[data-v-32684b6f] {
  padding: 0 0.1875rem /* 3/16 */;
}

.fzBox[data-v-bb1840c6] {
  width: 100%;
}
[data-v-bb1840c6] .cellItemBoxs {
  position: relative;
}
[data-v-bb1840c6] .cellItemBoxs::after {
  display: none;
}
.cellItemBoxs[data-v-bb1840c6] {
  box-sizing: border-box;
}
.cellItemBoxs[data-v-bb1840c6] .contens::after {
  display: none;
}
.cellItemBoxs .contens[data-v-bb1840c6] {
  margin-top: 10px;
}
.cellItemBoxs .contens[data-v-bb1840c6]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-bb1840c6] .van-cell {
  padding-left: 0;
}
.cellItemBoxs .contens[data-v-bb1840c6] .van-cell::before {
  display: inline-block;
  content: "";
  height: 0.5rem /* 8/16 */;
  width: 2px;
  background-color: #1ab394;
  margin-right: 0.125rem /* 2/16 */;
}
.cellItemBoxs .contens[data-v-bb1840c6] .van-cell .van-cell__title {
  line-height: 0.5rem /* 8/16 */;
  font-size: 0.3125rem /* 5/16 */;
}
.cellItemBoxs .contens[data-v-bb1840c6] .van-collapse-item__content {
  padding: 0.375rem /* 6/16 */ 0.1875rem /* 3/16 */;
}
.cellItemBoxs .contens[data-v-bb1840c6] .van-icon {
  display: none;
}

.missionPeron[data-v-3aa4fe7d]:last-child {
  margin-bottom: 0rem;
}
/*.fontWeightText {
		font-weight: bold;
	}*/
.missionPeron[data-v-3aa4fe7d] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.missionPeronContain[data-v-3aa4fe7d] {
  border-top: 6px solid transparent;
  /*padding: 0 .17rem;*/
  font-size: 0.22rem;
}
.greenBg[data-v-3aa4fe7d] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-3aa4fe7d] {
  /*background: linear-gradient(to right, #fc0036 0%, #f45403 100%);*/
  background: #ed5565;
}
.yellowBg[data-v-3aa4fe7d] {
  /*background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);*/
  background: #f8ac59;
}
.buldBg[data-v-3aa4fe7d] {
  /*background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);*/
  background: #1ab394;
}
.footerZhongjian[data-v-3aa4fe7d] {
  line-height: 0.66rem !important;
  height: auto !important;
}
.redClass[data-v-3aa4fe7d] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.navMissionPeronContain[data-v-3aa4fe7d] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*font-weight: bold;*/
  margin: 0 0.34rem;
  color: #333;
  /*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-3aa4fe7d] {
  margin: 0 0.34rem;
}
.navMissionPeronContain span[data-v-3aa4fe7d]:nth-child(1) {
  /*margin-left: .05rem;*/
  float: left;
}
.footerMissionPeronContain[data-v-3aa4fe7d] {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.26rem;
  color: #333;
  border-top: 1px solid #ccc;
  background: #fff;
}
.footerMissionPeronContain span[data-v-3aa4fe7d]:nth-child(1) {
  float: left;
}
s .footerMissionPeronContain span[data-v-3aa4fe7d]:nth-child(2) {
  float: right;
}
.footerZhongjian p[data-v-3aa4fe7d]:nth-child(1) {
  height: 0.86rem;
}
.footerMissionPeronContain span:nth-child(2) button[data-v-3aa4fe7d] {
  width: 1.34rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.classRedColor[data-v-39255970] {
  color: red;
}
.itemBox[data-v-39255970] {
  min-height: 0.375rem /* 6/16 */;
  margin-top: 0.125rem /* 2/16 */;
  border-radius: 0.125rem /* 2/16 */;
  border-top: 6px solid transparent;
  font-size: 0.22rem;
  overflow: hidden;
}
.itemBox[data-v-39255970]:first-child {
  margin-top: 0;
}
.itemBox .contens[data-v-39255970] {
  background: #ffffff;
  overflow: hidden;
  padding: 0px 0.3rem;
}
.itemBox .contens .conten-ttle[data-v-39255970] {
  font-size: 0.28rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #333;
  margin: 0.2rem 0 0.25rem 0;
  overflow: hidden;
}
.itemBox .contens .conten-contens[data-v-39255970] {
  font-size: 0.28rem;
  overflow: hidden;
}
.itemBox .contens .conten-contens .contens-ks[data-v-39255970] {
  line-height: 0.4rem;
  overflow: hidden;
}
.itemBox .contens .conten-contens .contens-ms[data-v-39255970] {
  margin: 0.16rem 0;
}
.itemBox .contens .conten-footer[data-v-39255970] {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: #666;
  border-top: 1px solid #ddd;
  background: #fff;
}
.itemBox .contens .conten-footer .footer-time[data-v-39255970] {
  font-size: 14px;
  transform: scale(0.9);
}
.itemBox .contens .conten-footer .footer-button[data-v-39255970] {
  text-align: right;
}
.itemBox .contens .conten-footer .footer-button .my-button[data-v-39255970] {
  padding: 0.125rem /* 2/16 */ 0.25rem /* 4/16 */;
  border-radius: 0.0625rem /* 1/16 */;
  color: #fff;
}
.ellips[data-v-39255970] {
  white-space: nowrap;
  /* 保持文本在一行内 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的文本 */
}
.spaseBetween[data-v-39255970] {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.spaseBetween .wid12[data-v-39255970] {
  width: 100%;
}
.greenBg[data-v-39255970] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-39255970] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-39255970] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}

.contens-box[data-v-7711a1e3] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.contens-box[data-v-7711a1e3] .myVantTbar .van-nav-bar__content,
.contens-box[data-v-7711a1e3] .myVantTbar .van-nav-bar__title,
.contens-box[data-v-7711a1e3] .myVantTbar .van-icon,
.contens-box[data-v-7711a1e3] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.contens-box[data-v-7711a1e3] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.contens-box .stickBox[data-v-7711a1e3] {
  height: 2.1875rem /* 35/16 */;
}
.contens-box .stickBox[data-v-7711a1e3] .van-sticky {
  height: 2.1875rem;
  background-color: #fff;
  z-index: 999;
}
.contens-box .contens-area-box .area-header-serch[data-v-7711a1e3] {
  height: 0.9375rem /* 15/16 */;
  padding: 0 0.1875rem /* 3/16 */;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-7711a1e3],
.contens-box .contens-area-box .area-header-serch .right-srach[data-v-7711a1e3] {
  width: 100%;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date[data-v-7711a1e3],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date[data-v-7711a1e3] {
  padding: 0.15625rem 0.34375rem /* 5.5/16 */;
  border: 1px solid #ccc;
  border-radius: 0.125rem /* 2/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title .right-date .van-field__left-icon[data-v-7711a1e3],
.contens-box .contens-area-box .area-header-serch .right-srach .right-date .van-field__left-icon[data-v-7711a1e3] {
  font-size: 1rem /* 16/16 */;
}
.contens-box .contens-area-box .area-header-serch .left-Title[data-v-7711a1e3] {
  font-size: 20px;
  font-weight: 600;
}
.contens-box .box-zb-cards[data-v-7711a1e3] {
  padding: 0 0.1875rem /* 3/16 */;
}

[data-v-4f2a1c62] html,
body[data-v-4f2a1c62] {
  overflow-x: hidden;
}
.zbBox[data-v-4f2a1c62] {
  width: 100%;
}
.cellItemBoxs[data-v-4f2a1c62] {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0.3125rem 0.3125rem 0 0.3125rem !important;
  background: linear-gradient(to bottom, #1ab39482, #fff);
}
.cellItemBoxs[data-v-4f2a1c62]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-4f2a1c62] {
  padding: 0 0.3125rem /* 5/16 */;
  border-radius: 0.3125rem /* 5/16 */;
  background-color: #fff;
}
.cellItemBoxs .contens .top-title[data-v-4f2a1c62] {
  position: relative;
  width: 2.8125rem /* 45/16 */;
  left: 50%;
  margin-left: -1.375rem /* 22/16 */;
  text-align: center;
  line-height: 0.625rem /* 10/16 */;
  border-radius: 0 0 0.3125rem 0.3125rem /* 5/16 */;
  font-size: 0.375rem /* 6/16 */;
  color: #fff;
  background-color: #1ab394;
}
.cellItemBoxs .contens .buttom-contens[data-v-4f2a1c62] {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 0.625rem /* 10/16 */ 0;
  height: 1.5625rem /* 25/16 */;
}
.cellItemBoxs .contens .buttom-contens .cont-item[data-v-4f2a1c62] {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.25rem /* 4/16 */;
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-title[data-v-4f2a1c62],
.cellItemBoxs .contens .buttom-contens .cont-item .cont-value[data-v-4f2a1c62] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  /* 保持文本在一行内 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的文本 */
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-title[data-v-4f2a1c62] {
  height: 50%;
  align-items: end;
}
.cellItemBoxs .contens .buttom-contens .cont-item .cont-value[data-v-4f2a1c62] {
  font-size: 0.375rem;
  font-weight: 600;
  text-decoration: underline;
}
.cellItemBoxs .contens .buttom-contens .cont-item .noneTextUnderline[data-v-4f2a1c62] {
  text-decoration: none;
}
.cellItemBoxs .contens .nonepaddingConten[data-v-4f2a1c62] {
  padding: 0;
  height: 1.6rem /* 25/16 */;
}

.numberCountBox .stickBox[data-v-42cb22a9] {
  height: 1rem /* 16/16 */;
}
.numberCountBox .stickBox[data-v-42cb22a9] .van-sticky {
  height: 1rem /* 16/16 */;
}
.numberCountBox[data-v-42cb22a9] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.numberCountBox[data-v-42cb22a9] .myVantTbar .van-nav-bar__content,
.numberCountBox[data-v-42cb22a9] .myVantTbar .van-nav-bar__title,
.numberCountBox[data-v-42cb22a9] .myVantTbar .van-icon,
.numberCountBox[data-v-42cb22a9] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.numberCountBox[data-v-42cb22a9] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.numberCountBox .box-zb-cards[data-v-42cb22a9] {
  padding: 0 0.1875rem /* 3/16 */;
}

.fzBox[data-v-8d4ebcc4] {
  width: 100%;
}
[data-v-8d4ebcc4] .cellItemBoxs {
  position: relative;
}
[data-v-8d4ebcc4] .cellItemBoxs::after {
  display: none;
}
.cellItemBoxs[data-v-8d4ebcc4] {
  box-sizing: border-box;
}
.cellItemBoxs[data-v-8d4ebcc4] .contens::after {
  display: none;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] {
  margin-top: 10px;
}
.cellItemBoxs .contens[data-v-8d4ebcc4]:first-child {
  margin-top: 0 !important;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] .van-cell {
  padding-left: 0;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] .van-cell::before {
  display: inline-block;
  content: "";
  height: 0.5rem /* 8/16 */;
  width: 2px;
  background-color: #1ab394;
  margin-right: 0.125rem /* 2/16 */;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] .van-cell .van-cell__title {
  line-height: 0.5rem /* 8/16 */;
  font-size: 0.3125rem /* 5/16 */;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] .van-collapse-item__content {
  padding: 0.375rem /* 6/16 */ 0.1875rem /* 3/16 */;
}
.cellItemBoxs .contens[data-v-8d4ebcc4] .van-icon {
  display: none;
}
.cellItemBoxs .contens .userDtail[data-v-8d4ebcc4] {
  padding: 0.125rem 0 0.3125rem 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex: 1;
  border-bottom: 1px solid #cccccc47;
}
.cellItemBoxs .contens .userDtail[data-v-8d4ebcc4] .van-image__error .van-image__error-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.cellItemBoxs .contens .userDtail[data-v-8d4ebcc4] .van-icon__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cellItemBoxs .contens .userDtail[data-v-8d4ebcc4]:first-child {
  padding-top: 0;
}
.cellItemBoxs .contens .userDtail .left-img[data-v-8d4ebcc4] {
  width: 1.25rem /* 20/16 */;
  height: 1.125rem /* 18/16 */;
  margin-right: 0.3125rem /* 5/16 */;
}
.cellItemBoxs .contens .userDtail .right-contens[data-v-8d4ebcc4] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  color: #323233;
}
.cellItemBoxs .contens .userDtail .right-contens .username[data-v-8d4ebcc4],
.cellItemBoxs .contens .userDtail .right-contens .usercount[data-v-8d4ebcc4] {
  white-space: nowrap;
  /* 保持文本在一行内 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的文本 */
}
.cellItemBoxs .contens .userDtail .right-contens .usercount[data-v-8d4ebcc4] {
  text-decoration: underline;
}

.eventBox[data-v-166dc808] {
  width: 100%;
  height: 100%;
}
.eventBox .stickBox[data-v-166dc808] {
  height: 1rem /* 16/16 */;
}
.eventBox .stickBox[data-v-166dc808] .van-sticky {
  height: 1rem /* 16/16 */;
}
.eventBox[data-v-166dc808] .myVantTbar {
  color: #fff;
  background-color: #1ab394;
}
.eventBox[data-v-166dc808] .myVantTbar .van-nav-bar__content,
.eventBox[data-v-166dc808] .myVantTbar .van-nav-bar__title,
.eventBox[data-v-166dc808] .myVantTbar .van-icon,
.eventBox[data-v-166dc808] .myVantTbar .van-nav-bar__text {
  color: #fff;
}
.eventBox[data-v-166dc808] .myVantTbar .van-nav-bar__left {
  padding: 0 0.125rem /* 2/16 */;
}
.eventBox .contensBox[data-v-166dc808] {
  min-height: calc(100% - 1rem);
  padding: 0 0.1875rem /* 3/16 */;
  background-color: #f5ecec;
}

.detailsEvBox[data-v-0bdd85a4] {
  width: 100%;
}
.detailsEvBox .itemBox[data-v-0bdd85a4] {
  min-height: 0.375rem /* 6/16 */;
  margin-top: 0.125rem /* 2/16 */;
  border-radius: 0.125rem /* 2/16 */;
  border-top: 6px solid transparent;
  font-size: 0.22rem;
  overflow: hidden;
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.detailsEvBox .itemBox[data-v-0bdd85a4]:first-child {
  margin-top: 0;
}
.detailsEvBox .itemBox .contens[data-v-0bdd85a4] {
  background: #ffffff;
  overflow: hidden;
  padding: 0px 0.3rem;
}
.detailsEvBox .itemBox .contens .conten-ttle[data-v-0bdd85a4] {
  font-size: 0.28rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #333;
  margin: 0.2rem 0 0.25rem 0;
  overflow: hidden;
}
.detailsEvBox .itemBox .contens .conten-contens[data-v-0bdd85a4] {
  font-size: 0.28rem;
  overflow: hidden;
}
.detailsEvBox .itemBox .contens .conten-contens .contens-ks[data-v-0bdd85a4] {
  line-height: 0.4rem;
  overflow: hidden;
}
.detailsEvBox .itemBox .contens .conten-contens .contens-ms[data-v-0bdd85a4] {
  margin: 0.16rem 0;
}
.detailsEvBox .itemBox .contens .conten-footer[data-v-0bdd85a4] {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: #666;
  border-top: 1px solid #ddd;
  background: #fff;
}
.detailsEvBox .itemBox .contens .conten-footer .footer-button[data-v-0bdd85a4] {
  text-align: right;
}
.detailsEvBox .itemBox .contens .conten-footer .footer-button .my-button[data-v-0bdd85a4] {
  padding: 0.125rem /* 2/16 */ 0.25rem /* 4/16 */;
  border-radius: 0.0625rem /* 1/16 */;
  color: #fff;
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.detailsEvBox .ellips[data-v-0bdd85a4] {
  white-space: nowrap;
  /* 保持文本在一行内 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出的文本 */
}

body[data-v-9629d330] {
  background-color: #F7F7F7;
}
/*清除父级塌陷*/
.cle[data-v-9629d330]:after {
  content: '';
  display: block;
  clear: both;
}
#stockAsset[data-v-9629d330] {
  background-color: #F7F7F7;
}
#stockAsset .el-timeline[data-v-9629d330] {
  padding: 10px;
}
#stockAsset .stockAssetList[data-v-9629d330] {
  margin-top: 0.1rem;
}
#stockAsset .stockAssetList .stockAssetList-p[data-v-9629d330] {
  margin: 0.2rem 0.17rem;
  font-size: 18px;
  font-weight: 600;
}
#stockAsset .stockAssetList .stockAssetList-model[data-v-9629d330] {
  width: 6.95rem;
  height: 1.48rem;
  opacity: 1;
  border-radius: 0.08rem;
  background: #ffffff;
  box-shadow: 0.02rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.04);
  padding: 0.1rem;
  margin: 0.17rem;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-top[data-v-9629d330] {
  font-size: 16px;
  font-weight: 500;
  height: 0.95rem;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-top .stockAssetList-top-left[data-v-9629d330] {
  float: left;
  width: 200px;
  margin-top: 10px;
  margin-left: 10px;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-top .stockAssetList-top-right[data-v-9629d330] {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-buttom[data-v-9629d330] {
  margin-left: 10px;
  height: 1.333rem;
  width: 6rem;
  font-size: 14px;
  font-weight: 400;
}
/*清除父级塌陷*/
.cle:after {
  content: "";
  display: block;
  clear: both;
}
#stockSelect {
  background-color: #f7f7f7;
  font-family: PingFangSC-Regular, sans-serif;
  min-height: 100%;
}
#stockSelect .top {
  padding: 15px;
  margin: 50px auto 20px;
  width: 6.5rem;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
#stockSelect .touTible {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}
#stockSelect .zhon-p {
  margin: 15px 20px;
  font-family: PingFangSC-Regular, sans-serif;
}
#stockSelect .zhon-left {
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #b0b1b1;
  text-align: right;
  vertical-align: top;
}
#stockSelect .zhon-r {
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #303133;
}
#stockSelect .van-tabs__nav--card .van-tab {
  border-radius: 50%;
}
#stockSelect .di-ka {
  margin: 10px auto;
  width: 7rem;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 5px;
}
#stockSelect .di-ka .di-left {
  float: left;
  width: 80px;
  text-align: right;
}
#stockSelect .di-ka .di-p {
  float: left;
  margin-left: 10px;
}
#stockSelect .di-ka .di-xiang {
  font-size: 12px;
  font-weight: 400;
  color: #606266;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}
#stockSelect .di-ka .delete-button {
  height: 145px;
  border-radius: 0px 8px 8px 0px;
}
#stockSelect .di .el-timeline {
  padding: 20px;
}

.beiji {
  width: 95%;
  margin: 10px auto;
  height: 50px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 400;
  font-family: PingFangSC-Regular, sans-serif;
}
.beiji .beiji-l {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
.beiji .beiji-r {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-right: 20px;
  float: right;
}
.beiji .beiji-r span {
  font-size: 24px;
  font-weight: 700;
}
.xia {
  width: 95%;
  margin: 0px auto;
  margin-top: 10px;
  line-height: 10px;
}
.kufang {
  padding: 10px;
  height: 100px;
  width: 42%;
  margin-top: 10px;
  float: left;
  border-radius: 8px;
  background: #f5ffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.kufang .kufang-tou {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
.kufang .kufang-di {
  margin-top: 10px;
}
.kufang .kufang-di .kufang-l {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #b0b1b1;
}
.kufang .kufang-di .kufang-r {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #303133;
}

.beiji {
  width: 95%;
  margin: 10px auto;
  height: 50px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 400;
  font-family: PingFangSC-Regular, sans-serif;
}
.beiji .beiji-l {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
.beiji .beiji-r {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-right: 20px;
  float: right;
}
.beiji .beiji-r span {
  font-size: 24px;
  font-weight: 700;
}
.xia {
  width: 95%;
  margin: 0px auto;
  margin-top: 10px;
  line-height: 10px;
}
.kufang {
  padding: 10px;
  height: 100px;
  width: 42%;
  margin-top: 10px;
  float: left;
  border-radius: 8px;
  background: #f5ffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.kufang .kufang-tou {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
.kufang .kufang-di {
  margin-top: 10px;
}
.kufang .kufang-di .kufang-l {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #b0b1b1;
}
.kufang .kufang-di .kufang-r {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #303133;
}
/*清除父级塌陷*/
.cle:after {
  content: "";
  display: block;
  clear: both;
}
#stockSelect {
  background-color: #f7f7f7;
  font-family: PingFangSC-Regular, sans-serif;
  min-height: 100%;
}
#stockSelect .top {
  padding: 15px;
  margin: 50px auto 20px;
  width: 6.5rem;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
#stockSelect .touTible {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}
#stockSelect .zhon-p {
  margin: 15px 20px;
  font-family: PingFangSC-Regular, sans-serif;
}
#stockSelect .zhon-left {
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #b0b1b1;
  text-align: right;
  vertical-align: top;
}
#stockSelect .zhon-r {
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #303133;
}
#stockSelect .van-tabs__nav--card .van-tab {
  border-radius: 50%;
}
#stockSelect .di-ka {
  margin: 10px auto;
  width: 7rem;
  opacity: 1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 5px;
}
#stockSelect .di-ka .di-left {
  float: left;
  width: 80px;
  text-align: right;
}
#stockSelect .di-ka .di-p {
  float: left;
  margin-left: 10px;
}
#stockSelect .di-ka .di-xiang {
  font-size: 12px;
  font-weight: 400;
  color: #606266;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}
#stockSelect .di-ka .delete-button {
  height: 145px;
  border-radius: 0px 8px 8px 0px;
}
#stockSelect .di .el-timeline {
  padding: 20px;
}

.paddingD[data-v-844d0e64] {
  width: 100%;
  height: calc(100% - 51px);
  padding: 20px 25px 25px 25px;
  overflow: hidden;
}
.paddingD .addContent[data-v-844d0e64] {
  position: relative;
  min-height: calc(100% - 50px);
  width: 100%;
  background: #fff;
  padding: 15px 20px 20px 20px;
  overflow: hidden;
}
.paddingD .addContent .perionContent[data-v-844d0e64] {
  border: 1px solid #dcdfe6;
  border-radius: 6px;
}
.paddingD .addContent .perionContent .el-icon-circle-plus[data-v-844d0e64] {
  float: right;
  font-size: 24px;
  line-height: 36px;
}
.paddingD .addContent .perionContent .myItem[data-v-844d0e64] {
  padding: 15px 20px 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdfe6;
}
.paddingD .addContent .perionContent .listDiv[data-v-844d0e64] {
  overflow: hidden;
}
.paddingD .addContent .perionContent .listDiv > .el-button[data-v-844d0e64] {
  margin-top: 15px;
  margin-left: 20px;
}
.paddingD .addContent .perionContent .listDiv .innerDiv[data-v-844d0e64] {
  overflow: auto;
  padding: 0px 20px 20px 20px;
}
.paddingD .addContent .perionContent .listDiv .periodList[data-v-844d0e64] {
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(157, 157, 157, 0.6);
  margin-top: 20px;
  padding: 20px 20px 1px 20px;
}
.paddingD .addContent .perionContent .listDiv .periodDetail[data-v-844d0e64] {
  padding-top: 0;
}
.paddingD .addContent .perionContent .listDiv .periodDetail .el-form-item[data-v-844d0e64] {
  width: 100%;
  margin-bottom: 0;
}
.paddingD .addContent .canEdit[data-v-844d0e64] {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
  min-height: 76px;
}
.paddingD .addContent .canEdit[data-v-844d0e64]:focus {
  outline: none;
}
.paddingD .addContent .flexDiv[data-v-844d0e64] {
  display: flex;
  flex-wrap: wrap;
}
.paddingD .addContent .flexDiv .ruleSpan[data-v-844d0e64] {
  white-space: nowrap;
}
.paddingD .addContent .btn[data-v-844d0e64] {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0px;
  text-align: right;
  box-shadow: 0px -2px 8px rgba(228, 231, 237, 0.6);
}
.paddingD .addContent .addBtn[data-v-844d0e64] {
  z-index: 2;
  position: fixed;
  padding: 10px 45px;
  background: #fff;
}
.paddingD .addContent .addTeamContent[data-v-844d0e64] {
  height: calc(100% - 135px);
  border: 1px solid #EBEEF5;
  border-radius: 4px;
}
.paddingD .addContent .addTeamContent .el-col[data-v-844d0e64] {
  height: 100%;
}
.paddingD .addContent .addTeamContent .el-col .filter-tree[data-v-844d0e64] {
  padding: 10px 20px;
  height: calc(100% - 40px);
  overflow: auto;
}
.paddingD .addContent .addTeamContent .el-col .peopleCheck[data-v-844d0e64] {
  color: #303133;
  font-weight: 500;
  padding: 0 20px;
  line-height: 39px;
  border-bottom: 1px solid #E4E7ED;
}
.paddingD .addContent .addTeamContent .el-col .peopleCheck .el-icon-user[data-v-844d0e64] {
  margin-right: 2px;
}
.paddingD .addContent .detailTeamContent[data-v-844d0e64] {
  height: 100%;
}
.paddingD .addContent .detailAddContent .el-row .el-form-item[data-v-844d0e64] {
  margin-bottom: 0;
}
.paddingD .addPeriodContent[data-v-844d0e64] {
  background: #fff;
  min-height: 100%;
}
.paddingD .addPeriodContent .headerP[data-v-844d0e64] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.paddingD .addPeriodContent .headerP > span[data-v-844d0e64] {
  vertical-align: middle;
}
.paddingD .addPeriodContent .headerP .tag[data-v-844d0e64] {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #1AB394;
  border-radius: 2px;
}
.paddingD .addPeriodContent .ruleListAdd[data-v-844d0e64] {
  position: relative;
  margin: 0 25px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 0px 6px rgba(157, 157, 157, 0.5);
}
.paddingD .addPeriodContent .ruleListAdd .el-form[data-v-844d0e64] {
  display: flex;
  padding: 0px 20px;
  padding-top: 22px;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item[data-v-844d0e64] {
  flex: 1;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item .choiceP[data-v-844d0e64] {
  border: 1px solid #EBEEF5;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item .choiceP i[data-v-844d0e64] {
  float: right;
  font-size: 22px;
  line-height: 38px;
  color: #d0d0d6;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item .choiceP[data-v-844d0e64]:hover {
  background: #f3f3f4;
}
.paddingD .addPeriodContent .addBtn[data-v-844d0e64] {
  padding: 10px 20px;
  text-align: right;
}
.departmentPeriod[data-v-844d0e64] {
  height: 100%;
  padding: 0;
}
.departmentPeriod .content[data-v-844d0e64] {
  height: 100%;
  background: #fff;
  display: flex;
}
.departmentPeriod .content .el-tabs[data-v-844d0e64] {
  height: 100%;
  width: 100%;
}
.departmentPeriod .content .el-tabs__content[data-v-844d0e64] {
  height: 100%;
}
.departmentPeriod .content[data-v-844d0e64] ::-webkit-scrollbar {
  display: none;
}
.departmentPeriod .content[data-v-844d0e64]:hover ::-webkit-scrollbar {
  display: block;
}
.departmentPeriod .content .rightContent[data-v-844d0e64] {
  flex: 1;
  overflow: hidden;
  height: 100%;
  margin-top: -20px;
  z-index: 20;
}
.departmentPeriod .content .rightContent .tableTopBtn[data-v-844d0e64] {
  min-height: 40px;
  line-height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
  z-index: 20;
  float: right;
}
.departmentPeriod .content .rightContent .tableTopBtn .btn[data-v-844d0e64] {
  text-align: right;
}
.departmentPeriod .content .rightContent .ruleList[data-v-844d0e64] {
  overflow: auto;
  width: 100%;
  margin: 0 0px;
}
.departmentPeriod .content .rightContent .ruleList .el-button[data-v-844d0e64] {
  margin-left: 10px;
}
.departmentPeriod .content .rightContent .ruleList i[data-v-844d0e64] {
  font-size: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.headerP[data-v-844d0e64] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.headerP > span[data-v-844d0e64] {
  vertical-align: middle;
}
.headerP .tag[data-v-844d0e64] {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #1AB394;
  border-radius: 2px;
}
.headerPBL[data-v-844d0e64] {
  padding-left: 15px;
  border-bottom: 1px solid #dcdfe6;
  color: #333;
  font-weight: 600;
}
.likeA[data-v-844d0e64] {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 70%;
  color: #57a3f3;
  border-bottom: 1px solid #2d8cf0;
}
.radiusDel[data-v-844d0e64] {
  position: absolute;
  right: 0px;
  top: -1px;
  cursor: pointer;
}
.cellInput[data-v-844d0e64] {
  width: 100%;
  border-radius: 6px;
  height: 40px !important;
  line-height: 40px !important;
}
.el-aside[data-v-844d0e64] {
  text-align: center;
  height: 100%;
}
.el-main[data-v-844d0e64] {
  text-align: center;
}
.el-container[data-v-844d0e64] {
  height: 100%;
}
.caozuo[data-v-844d0e64] {
  height: 40px;
  font-family: Small;
  font-size: 14px;
  color: #909399;
  font-weight: bold;
  text-align: left;
  margin-top: -10px;
}
.caozuobut[data-v-844d0e64] {
  margin-top: 20px;
  line-height: 55px;
}
.caozuobut .el-button[data-v-844d0e64] {
  width: 90%;
  height: 40px;
  font-size: 14px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-weight: bold;
}
@media (min-width: 640px) {
.caozuobut .el-button[data-v-844d0e64] {
    font-size: 0.5rem;
}
}
@media (min-width: 1093px) {
.caozuobut .el-button[data-v-844d0e64] {
    font-size: 10px;
}
}
@media (min-width: 1300px) {
.caozuobut .el-button[data-v-844d0e64] {
    font-size: 10px;
}
}
@media (min-width: 1400px) {
.caozuobut .el-button[data-v-844d0e64] {
    font-size: 14px;
}
}
.rightBut[data-v-844d0e64] {
  position: absolute;
  color: #1ab394;
  border: 1px solid #1ab394;
  height: 36px !important;
  font-size: 14px !important;
}
.columnsFor[data-v-844d0e64] {
  line-height: 50px;
  margin-top: 10px;
}
.columnsFor .columnsInputModele[data-v-844d0e64] {
  margin: 0px auto;
  width: 90%;
}
.columnsFor .columnsInputModele span[data-v-844d0e64] {
  font-family: "PingFang SC";
  margin-right: 20px;
  color: slategrey;
}
.columnsInputModele .el-checkbox[data-v-844d0e64] {
  width: 100%;
}

.el-checkbox-button {
  border-radius: 4px 4px 4px 4px !important;
}
.el-checkbox-button__inner {
  border: 2px solid #ffffff !important;
  border-left: none;
  border-radius: 4px !important;
}
.el-checkbox-button__inner:hover {
  color: #1ab394 !important;
  border-radius: 4px !important ;
  border: 2px solid #1ab394 !important;
  border-color: #1ab394;
}

/*.el-checkbox-button.is-checked .el-checkbox-button__inner*/
.el-checkbox-button.is-checked .el-checkbox-button__inner {
  border: 2px solid #1ab394 !important;
  color: #3e7bfa;
  line-height: 14px;
  outline: none;
  box-shadow: none;
}

/*单选*/
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  box-shadow: 0 0 2px 2px #fff !important;
}
.el-radio-button__inner {
  border: 2px solid #ffffff !important;
  border-left: none;
  border-radius: 4px 4px 4px 4px !important;
}
.el-radio-button__inner:hover {
  color: #1ab394;
  border-radius: 4px 4px 4px 4px !important;
  border: 2px solid #1ab394 !important;
  border-color: #1ab394;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #1ab394 !important;
  color: #3e7bfa;
  line-height: 14px;
  outline: none;
  box-shadow: none;
  border-radius: 4px 4px 4px 4px !important;
}
.el-collapse {
  border: none !important;
}
.el-collapse-item__wrap {
  border: none !important;
  /*border-bottom: 1px solid #333333 !important;*/
}
.el-collapse-item__header {
  border-bottom: 1px solid #ebeef5 !important;
  height: 56px !important;
  padding: 0px !important;
}
.el-form-item__label {
  color: rgba(176, 177, 177, 1) !important;
}
.columnsInput {
  width: 100% !important;
}
.el-collapse-item__arrow {
  font-size: 16px !important;
}
.el-collapse-item__content {
  padding-bottom: 1px !important;
}

/* .el-radio__inner {*/

/*  top: -18px !important;*/

/*  left: -19px !important;*/

/*  border-radius: 0 !important;*/

/*  border: 0 !important;*/

/*  width: 170px !important;*/

/*  height: 34px !important;*/

/*  background-color: transparent !important;*/

/*  cursor: pointer !important;*/

/*  box-sizing: border-box !important;*/

/*  position: absolute !important;*/

/*}*/

/*.el-radio__input.is-checked .el-radio__inner {*/

/*  background: transparent !important;*/

/*}*/
.el-form-item {
  margin-bottom: 20px !important;
}

/*//*/
.popper .el-cascader-panel .el-radio {
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
}
.popper .el-cascader-panel .el-checkbox {
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
}
.popper .el-cascader-panel .el-radio__input {
  margin-top: 10px !important;
  margin-left: 8px !important;
}
.popper .el-cascader-panel .el-checkbox__input {
  margin-top: 2px !important;
  margin-left: 8px !important;
}
.popper .el-cascader-panel .el-cascader-node__postfix {
  top: 10px !important;
}
.columnsInputModele {
  width: 80%;
}

[data-v-844d0e64] .van-cell {
  padding: 8px 16px !important;
}

.upfiles_box[data-v-7737b2de] {
  width: 100vw;
  height: 100vh;
  background-color: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
}
.upfiles_box .header[data-v-7737b2de] {
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  transform: translateZ(0);
}
.upfiles_box .filesbottom[data-v-7737b2de] {
  margin-top: 40px;
}
.upfiles_box .review[data-v-7737b2de] {
  width: 1rem;
  margin-left: 0.3rem;
  line-height: 1rem;
  font-size: 14px;
  color: #e6a23c;
}
.upfiles_box .itemDiv[data-v-7737b2de] {
  font-size: 0.32rem;
  color: #333;
  padding: 0.33rem 0.3rem;
  border-bottom: 0.01rem solid #dddddd;
}
.upfiles_box .itemDiv .itemClass[data-v-7737b2de] {
  font-weight: 700;
}
.upfiles_box .itemDiv .itemContent[data-v-7737b2de] {
  background: #f7f7f7;
  height: 1rem;
  padding: 0.1rem 0.2rem;
  margin-top: 0.24rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.upfiles_box .itemDiv .itemContent .userContent[data-v-7737b2de] {
  margin-left: 0.3rem;
  width: calc(100% - 0.9rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upfiles_box .itemDiv .itemContent .userContent > p[data-v-7737b2de] {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
}
.upfiles_box .itemDiv .itemContent .userContent > p span[data-v-7737b2de] {
  display: inline-block;
  line-height: 0.3rem;
}
.upfiles_box .itemDiv .itemContent .userContent > p[data-v-7737b2de]:first-child {
  color: #333;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upfiles_box .itemDiv .itemContent > img[data-v-7737b2de] {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.22rem;
}
.upfiles_box .itemDiv .itemContent .dian[data-v-7737b2de] {
  display: block !important;
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
.upfiles_box .itemDiv .itemContent .dian img[data-v-7737b2de] {
  width: 0.43rem;
}
.upfiles_box .itemDiv .itemContent > a[data-v-7737b2de] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
.upfiles_box .itemDiv .itemContent > a img[data-v-7737b2de] {
  width: 0.43rem;
}
.upfiles_box .itemDiv .noFlex[data-v-7737b2de] {
  display: block;
  font-size: 0rem;
}
.upfiles_box .itemDiv .noFlex .noFile[data-v-7737b2de] {
  display: inline-block;
  line-height: 0.55rem;
  margin-top: 0.22rem;
  vertical-align: middle;
  color: #999;
  margin-left: 0.3rem;
  font-size: 0.28rem;
}
.upfiles_box[data-v-7737b2de] .el-card__body {
  padding: 0;
  height: calc(100vh - 128px);
  overflow: auto;
}

.getparams_box[data-v-64c44dda] {
  width: 100vw;
  height: 100vh;
  background-color: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
}
.getparams_box .header[data-v-64c44dda] {
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  height: 40px;
  line-height: 40px;
  background: #1ab394;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  transform: translateZ(0);
}
.getparams_box .filesbottom[data-v-64c44dda] {
  margin-top: 40px;
}

.headerParent[data-v-5f283927] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-5f283927] {
  -webkit-transform: translateZ(0);
  z-index: 999;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  background: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.headerLeft[data-v-5f283927] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-5f283927] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-5f283927] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-5f283927] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-5f283927] {
  flex: 1;
}
#container[data-v-5f283927] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-5f283927] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-5f283927] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-5f283927] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-5f283927] {
  /*padding: .2rem 0;*/
  margin-top: 1rem;
  /*background: #F6F6F6;*/
}
.contFlex[data-v-5f283927] {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  overflow: hidden;
  text-align: center;
}
.contFlex img[data-v-5f283927] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-5f283927] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-5f283927] {
  width: 19.35%;
  /*flex: 1;*/
  padding: 0.14rem 0.2rem;
  border: 1px solid #eee;
  height: 1.4rem;
  margin: 0px 0px -1px -1px;
  overflow: hidden;
  /*float: left;
		margin-bottom: .1rem;*/
}
.menubg[data-v-5f283927] {
  position: fixed;
  color: #26c8af;
  height: 46px;
  top: 0.7rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.active[data-v-5f283927] {
  color: #26c8af;
  transition: border-bottom 2s;
}
.footer[data-v-5f283927] {
  position: absolute;
  bottom: 0;
}
.header[data-v-5f283927] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-5f283927] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.88rem;
  background: #fff;
}
.navTab[data-v-5f283927] {
  display: flex;
}
.navTabChild[data-v-5f283927] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-5f283927] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
@charset "utf-8";
html {
    background-color: #fff;
    color: #000;
    font-size: 12px
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
iframe,
xmp {
    margin: 0;
    padding: 0
}
body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
    line-height: 1.5;
    font-family: tahoma, arial, "Hiragino Sans GB", simsun, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
    font-size: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft YaHei", simsun, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}
address,
cite,
dfn,
i,
optgroup,
var {
    font-style: normal
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}
caption,
th {
    text-align: inherit
}
ul,
ol,
menu {
    list-style: none
}
fieldset,
img {
    border: 0
}
img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: " "
}
textarea {
    overflow: auto;
    resize: vertical
}
input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
mark {
    background-color: transparent
}
a,
ins,
s,
del {
    text-decoration: none
}
sup,
sub {
    vertical-align: baseline
}
/*html {overflow-x: hidden;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;}*/
body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: .28em;
    line-height: 1;
    -webkit-text-size-adjust: none;
}
hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}
a {
    text-decoration: none;
}
.header span:nth-child(1) {
    position: relative;
    z-index: 99;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #26a2ff;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 0 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.mint-header .mint-button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    padding: 0;
    font-size: inherit
}
.mint-header .mint-button::after {
    content: none;
}
.mint-header.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
.mint-header-button {
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
}
.mint-header-button > a {
    color: inherit;
}
.mint-header-button.is-right {
    text-align: right;
}
.mint-header-button.is-left {
    text-align: left;
}
.mint-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: 18px;
    height: 41px;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}
.mint-button::after {
    background-color: #000;
    content: " ";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}
.mint-button:not(.is-disabled):active::after {
    opacity: .4
}
.mint-button.is-disabled {
    opacity: .6
}
.mint-button-icon {
    vertical-align: middle;
    display: inline-block
}
.mint-button--default {
    color: #656b79;
    background-color: #f6f8fa;
    box-shadow: 0 0 1px #b8bbbf
}
.mint-button--default.is-plain {
    border: 1px solid #5a5a5a;
    background-color: transparent;
    box-shadow: none;
    color: #5a5a5a
}
.mint-button--primary {
    color: #fff;
    background-color: #26a2ff
}
.mint-button--primary.is-plain {
    border: 1px solid #26a2ff;
    background-color: transparent;
    color: #26a2ff
}
.mint-button--danger {
    color: #fff;
    background-color: #ef4f4f
}
.mint-button--danger.is-plain {
    border: 1px solid #ef4f4f;
    background-color: transparent;
    color: #ef4f4f
}
.mint-button--large {
    display: block;
    width: 100%
}
.mint-button--normal {
    display: inline-block;
    padding: 0 12px
}
.mint-button--small {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    height: 33px
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell {
    background-color:#fff;
    box-sizing:border-box;
    color:inherit;
    min-height:48px;
    display:block;
    overflow:hidden;
    position:relative;
    text-decoration:none;
}
.mint-cell img {
    vertical-align:middle;
}
.mint-cell:first-child .mint-cell-wrapper {
    background-origin:border-box;
}
.mint-cell:last-child {
    background-image:-webkit-linear-gradient(bottom, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-image:linear-gradient(0deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size:100% 1px;
    background-repeat:no-repeat;
    background-position:bottom;
}
.mint-cell-wrapper {
    background-image:-webkit-linear-gradient(top, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-image:linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 120% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    background-origin: content-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1;
    min-height: inherit;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}
.mint-cell-mask {}
.mint-cell-mask::after {
    background-color:#000;
    content:" ";
    opacity:0;
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
}
.mint-cell-mask:active::after {
    opacity:.1;
}
.mint-cell-text {
    vertical-align: middle;
}
.mint-cell-label {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
.mint-cell-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.mint-cell-value {
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mint-cell-value.is-link {
    margin-right:24px;
}
.mint-cell-left {
    position: absolute;
    height: 100%;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mint-cell-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.mint-cell-allow-right::after {
    border: solid 2px #c8c8cd;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top:50%;
    right:20px;
    position: absolute;
    width:5px;
    height:5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell-swipe .mint-cell-wrapper {
    position: relative;
}
.mint-cell-swipe .mint-cell-wrapper, .mint-cell-swipe .mint-cell-left, .mint-cell-swipe .mint-cell-right {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-cell-swipe-buttongroup {
    height: 100%;
}
.mint-cell-swipe-button {
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    line-height: 48px;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mint-field .mint-cell-title {
    width: 105px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.mint-field .mint-cell-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mint-field.is-nolabel .mint-cell-title {
    display: none;
}
.mint-field.is-textarea {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
}
.mint-field.is-textarea .mint-cell-title {
    padding: 10px 0;
}
.mint-field.is-textarea .mint-cell-value {
    padding: 5px 0;
}
.mint-field-core {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    outline: 0;
    line-height: 1.6;
    font-size: inherit;
    width: 100%;
}
.mint-field-clear {
    opacity: .2;
}
.mint-field-state {
    color: inherit;
    margin-left: 20px;
}
.mint-field-state .mintui {
    font-size: 20px;
}
.mint-field-state.is-default {
    margin-left: 0;
}
.mint-field-state.is-success {
    color: #4caf50;
}
.mint-field-state.is-warning {
    color: #ffc107;
}
.mint-field-state.is-error {
    color: #f44336;
}
.mint-field-other {
    top: 0;
    right: 0;
    position: relative;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-badge {
    color: #fff;
    text-align: center;
    display: inline-block
}
.mint-badge.is-size-large {
    border-radius: 14px;
    font-size: 18px;
    padding: 2px 10px
}
.mint-badge.is-size-small {
    border-radius: 8px;
    font-size: 12px;
    padding: 2px 6px
}
.mint-badge.is-size-normal {
    border-radius: 12px;
    font-size: 15px;
    padding: 2px 8px
}
.mint-badge.is-warning {
    background-color: #ffc107
}
.mint-badge.is-error {
    background-color: #f44336
}
.mint-badge.is-primary {
    background-color: #26a2ff
}
.mint-badge.is-success {
    background-color: #4caf50
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.mint-switch * {
    pointer-events: none;
}
.mint-switch-label {
    margin-left: 10px;
    display: inline-block;
}
.mint-switch-label:empty {
    margin-left: 0;
}
.mint-switch-core {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    box-sizing: border-box;
    background: #d9d9d9;
}
.mint-switch-core::after, .mint-switch-core::before {
    content: " ";
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 15px;
}
.mint-switch-core::after {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.mint-switch-core::before {
    width: 50px;
    height: 30px;
    background-color: #fdfdfd;
}
.mint-switch-input {
    display: none;
}
.mint-switch-input:checked + .mint-switch-core {
    border-color: #26a2ff;
    background-color: #26a2ff;
}
.mint-switch-input:checked + .mint-switch-core::before {
    -webkit-transform: scale(0);
            transform: scale(0);
}
.mint-switch-input:checked + .mint-switch-core::after {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.mint-spinner-snake {
  -webkit-animation: mint-spinner-rotate 0.8s infinite linear;
          animation: mint-spinner-rotate 0.8s infinite linear;
  border: 4px solid transparent;
  border-radius: 50%;
}
@-webkit-keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.mint-spinner-double-bounce {
position: relative;
}
.mint-spinner-double-bounce-bounce1, .mint-spinner-double-bounce-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
        animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
}
.mint-spinner-double-bounce-bounce2 {
-webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
}
@-webkit-keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.mint-spinner-triple-bounce {}
.mint-spinner-triple-bounce-bounce1, .mint-spinner-triple-bounce-bounce2, .mint-spinner-triple-bounce-bounce3 {
border-radius: 100%;
display: inline-block;
-webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
        animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
}
.mint-spinner-triple-bounce-bounce1 {
-webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
}
.mint-spinner-triple-bounce-bounce2 {
-webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
}
@-webkit-keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.mint-spinner-fading-circle {
    position: relative
}
.mint-spinner-fading-circle-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.mint-spinner-fading-circle-circle::before {
    content: " ";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
            animation: mint-fading-circle 1.2s infinite ease-in-out both
}
.mint-spinner-fading-circle-circle.is-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg)
}
.mint-spinner-fading-circle-circle.is-circle2::before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s
}
.mint-spinner-fading-circle-circle.is-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg)
}
.mint-spinner-fading-circle-circle.is-circle3::before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s
}
.mint-spinner-fading-circle-circle.is-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
}
.mint-spinner-fading-circle-circle.is-circle4::before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s
}
.mint-spinner-fading-circle-circle.is-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg)
}
.mint-spinner-fading-circle-circle.is-circle5::before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s
}
.mint-spinner-fading-circle-circle.is-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg)
}
.mint-spinner-fading-circle-circle.is-circle6::before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s
}
.mint-spinner-fading-circle-circle.is-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
}
.mint-spinner-fading-circle-circle.is-circle7::before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s
}
.mint-spinner-fading-circle-circle.is-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg)
}
.mint-spinner-fading-circle-circle.is-circle8::before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s
}
.mint-spinner-fading-circle-circle.is-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg)
}
.mint-spinner-fading-circle-circle.is-circle9::before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s
}
.mint-spinner-fading-circle-circle.is-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
}
.mint-spinner-fading-circle-circle.is-circle10::before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s
}
.mint-spinner-fading-circle-circle.is-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg)
}
.mint-spinner-fading-circle-circle.is-circle11::before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s
}
.mint-spinner-fading-circle-circle.is-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg)
}
.mint-spinner-fading-circle-circle.is-circle12::before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s
}
@-webkit-keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-tab-item {
    display: block;
    padding: 7px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-decoration: none
}
.mint-tab-item-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 5px
}
.mint-tab-item-icon:empty {
    display: none
}
.mint-tab-item-icon > * {
    display: block;
    width: 100%;
    height: 100%
}
.mint-tab-item-label {
    color: inherit;
    font-size: 12px;
    line-height: 1
}
.mint-tab-container-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%
}
.mint-tab-container {
    overflow: hidden;
    position: relative;
}
.mint-tab-container .swipe-transition {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-tab-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-navbar {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.mint-navbar .mint-tab-item {
    padding: 17px 0;
    font-size: 15px
}
.mint-navbar .mint-tab-item:last-child {
    border-right: 0;
}
.mint-navbar .mint-tab-item.is-selected {
    border-bottom: 3px solid #26a2ff;
    color: #26a2ff;
    margin-bottom: -3px;
}
.mint-navbar.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-tabbar {
    background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
.mint-tabbar > .mint-tab-item.is-selected {
    background-color: #eaeaea;
    color: #26a2ff;
}
.mint-tabbar.is-fixed {
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-search {
    height: 100%;
    height: 100vh;
    overflow: hidden;
}
.mint-searchbar {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d9d9d9;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    z-index: 1;
}
.mint-searchbar-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 28px;
    padding: 4px 6px;
}
.mint-searchbar-inner .mintui-search {
    font-size: 12px;
    color: #d9d9d9;
}
.mint-searchbar-core {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: 0;
}
.mint-searchbar-cancel {
    color: #26a2ff;
    margin-left: 10px;
    text-decoration: none;
}
.mint-search-list {
    overflow: auto;
    padding-top: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-checklist .mint-cell {
    padding: 0;
}
.mint-checklist.is-limit .mint-checkbox-core:not(:checked) {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.mint-checklist-label {
    display: block;
    padding: 0 10px;
}
.mint-checklist-title {
    color: #888;
    display: block;
    font-size: 12px;
    margin: 8px;
}
.mint-checkbox {}
.mint-checkbox.is-right {
    float: right;
}
.mint-checkbox-label {
    vertical-align: middle;
    margin-left: 6px;
}
.mint-checkbox-input {
    display: none;
}
.mint-checkbox-input:checked + .mint-checkbox-core {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.mint-checkbox-input:checked + .mint-checkbox-core::after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
}
.mint-checkbox-input[disabled] + .mint-checkbox-core {
    background-color: #d9d9d9;
    border-color: #ccc;
}
.mint-checkbox-core {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.mint-checkbox-core::after {
    border: 2px solid transparent;
    border-left: 0;
    border-top: 0;
    content: " ";
    top: 3px;
    left: 6px;
    position: absolute;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-radiolist .mint-cell {
    padding: 0;
}
.mint-radiolist-label {
    display: block;
    padding: 0 10px;
}
.mint-radiolist-title {
    font-size: 12px;
    margin: 8px;
    display: block;
    color: #888;
}
.mint-radio {}
.mint-radio.is-right {
    float: right;
}
.mint-radio-label {
    vertical-align: middle;
    margin-left: 6px;
}
.mint-radio-input {
    display: none;
}
.mint-radio-input:checked + .mint-radio-core {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.mint-radio-input:checked + .mint-radio-core::after {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.mint-radio-input[disabled] + .mint-radio-core {
    background-color: #d9d9d9;
    border-color: #ccc;
}
.mint-radio-core {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.mint-radio-core::after {
    content: " ";
    border-radius: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.mint-loadmore {
    overflow: hidden
}
.mint-loadmore-content {}
.mint-loadmore-content.is-dropped {
    -webkit-transition: .2s;
    transition: .2s
}
.mint-loadmore-top, .mint-loadmore-bottom {
    text-align: center;
    height: 50px;
    line-height: 50px
}
.mint-loadmore-top {
    margin-top: -50px
}
.mint-loadmore-bottom {
    margin-bottom: -50px
}
.mint-loadmore-spinner {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}
.mint-loadmore-text {
    vertical-align: middle
}
.mint-actionsheet {
  position: fixed;
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.mint-actionsheet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mint-actionsheet-listitem {
  border-bottom: solid 1px #e0e0e0;
}
.mint-actionsheet-listitem, .mint-actionsheet-button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
.mint-actionsheet-listitem:active, .mint-actionsheet-button:active {
  background-color: #f0f0f0;
}
.actionsheet-float-enter, .actionsheet-float-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
          animation: v-modal-in .2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
          animation: v-modal-out .2s ease forwards;
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@-webkit-keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.mint-popup {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.mint-popup-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.mint-popup-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.mint-popup-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.mint-popup-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.popup-slide-top-enter, .popup-slide-top-leave-active {
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.popup-slide-right-enter, .popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
.popup-slide-bottom-enter, .popup-slide-bottom-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
.popup-slide-left-enter, .popup-slide-left-leave-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
}
.popup-fade-enter, .popup-fade-leave-active {
  opacity: 0;
}
.mint-swipe {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.mint-swipe-items-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.mint-swipe-items-wrap > div {
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: 100%;
    display: none
}
.mint-swipe-items-wrap > div.is-active {
    display: block;
    -webkit-transform: none;
            transform: none;
}
.mint-swipe-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.mint-swipe-indicator {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 3px;
}
.mint-swipe-indicator.is-active {
    background: #fff;
}
.mt-range {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-range > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.mt-range *[slot=start] {
    margin-right: 5px
}
.mt-range *[slot=end] {
    margin-left: 5px
}
.mt-range-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px
}
.mt-range-runway {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: -30px;
    border-top-color: #a9acb1;
    border-top-style: solid
}
.mt-range-thumb {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: move;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
.mt-range-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0
}
.mt-range--disabled {
    opacity: 0.5
}
.picker {
  overflow: hidden;
}
.picker-toolbar {
  height: 40px;
}
.picker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 24px;
  position: relative;
}
.picker-center-highlight {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none
}
.picker-center-highlight:before, .picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.picker-slot {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  max-height: 100%
}
.picker-slot.picker-slot-left {
  text-align: left;
}
.picker-slot.picker-slot-center {
  text-align: center;
}
.picker-slot.picker-slot-right {
  text-align: right;
}
.picker-slot.picker-slot-divider {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-wrapper.dragging, .picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.picker-item {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none
}
.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 0) rotateX(0);
}
.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 700px;
          perspective: 700px;
}
.picker-3d .picker-item, .picker-3d .picker-slot, .picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d
}
.picker-3d .picker-slot {
  overflow: visible
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out
}
.mt-progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-progress > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.mt-progress *[slot="start"] {
    margin-right: 5px
}
.mt-progress *[slot="end"] {
    margin-left: 5px
}
.mt-progress-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.mt-progress-runway {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    height: 3px
}
.mt-progress-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0
}
.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}
.mint-toast.is-placebottom {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
.mint-toast.is-placemiddle {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}
.mint-toast.is-placetop {
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
.mint-toast-icon {
    display: block;
    text-align: center;
    font-size: 56px
}
.mint-toast-text {
    font-size: 14px;
    display: block;
    text-align: center
}
.mint-toast-pop-enter, .mint-toast-pop-leave-active {
    opacity: 0
}
.mint-indicator {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.mint-indicator-wrapper {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  box-sizing: border-box;
  text-align: center;
}
.mint-indicator-text {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.mint-indicator-spin {
  display: inline-block;
  text-align: center;
}
.mint-indicator-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
}
.mint-indicator-enter, .mint-indicator-leave-active {
  opacity: 0;
}
.mint-msgbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 3px;
  font-size: 16px;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.mint-msgbox-header {
  padding: 15px 0 0;
}
.mint-msgbox-content {
  padding: 10px 20px 15px;
  border-bottom: 1px solid #ddd;
  min-height: 36px;
  position: relative;
}
.mint-msgbox-input {
  padding-top: 15px;
}
.mint-msgbox-input input {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.mint-msgbox-input input.invalid {
  border-color: #ff4949;
}
.mint-msgbox-input input.invalid:focus {
  border-color: #ff4949;
}
.mint-msgbox-errormsg {
  color: red;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.mint-msgbox-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.mint-msgbox-message {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 36px;
}
.mint-msgbox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.mint-msgbox-btn {
  line-height: 35px;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: 0;
}
.mint-msgbox-btn:focus {
  outline: none;
}
.mint-msgbox-btn:active {
  background-color: #fff;
}
.mint-msgbox-cancel {
  width: 50%;
  border-right: 1px solid #ddd;
}
.mint-msgbox-cancel:active {
  color: #000;
}
.mint-msgbox-confirm {
  color: #26a2ff;
  width: 50%;
}
.mint-msgbox-confirm:active {
  color: #26a2ff;
}
.msgbox-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
          transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
          transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
          animation: v-modal-in .2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
          animation: v-modal-out .2s ease forwards;
}
@-webkit-keyframes v-modal-in {
0% {
    opacity: 0;
}
100% {
}
}
@keyframes v-modal-in {
0% {
    opacity: 0;
}
100% {
}
}
@-webkit-keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
@keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-datetime {
    width: 100%;
}
.mint-datetime .picker-slot-wrapper, .mint-datetime .picker-item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mint-datetime .picker-toolbar {
    border-bottom: solid 1px #eaeaea;
}
.mint-datetime-action {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #26a2ff;
}
.mint-datetime-cancel {
    float: left;
}
.mint-datetime-confirm {
    float: right;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-indexlist {
    width: 100%;
    position: relative;
    overflow: hidden
}
.mint-indexlist-content {
    margin: 0;
    padding: 0;
    overflow: auto
}
.mint-indexlist-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    border-left: solid 1px #ddd;
    text-align: center;
    max-height: 100%;
    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
}
.mint-indexlist-navlist {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.mint-indexlist-navitem {
    padding: 2px 6px;
    font-size: 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none
}
.mint-indexlist-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}
.mint-indexsection {
    padding: 0;
    margin: 0
}
.mint-indexsection-index {
    margin: 0;
    padding: 10px;
    background-color: #fafafa
}
.mint-indexsection-index + ul {
    padding: 0
}
.mint-palette-button{
  display:inline-block;
  position:relative;
  border-radius:50%;
  width: 56px;
  height:56px;
  line-height:56px;
  text-align:center;
  -webkit-transition:-webkit-transform .1s ease-in-out;
  transition:-webkit-transform .1s ease-in-out;
  transition:transform .1s ease-in-out;
  transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.mint-main-button{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:50%;
  background-color:blue;
  font-size:2em;
}
.mint-palette-button-active{
  -webkit-animation: mint-zoom 0.5s ease-in-out;
          animation: mint-zoom 0.5s ease-in-out;
}
.mint-sub-button-container>*{
  position:absolute;
  top:15px;
  left:15px;
  width:25px;
  height:25px;
  -webkit-transition:-webkit-transform .3s ease-in-out;
  transition:-webkit-transform .3s ease-in-out;
  transition:transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
@-webkit-keyframes mint-zoom{
0% {-webkit-transform:scale(1);transform:scale(1)
}
10% {-webkit-transform:scale(1.1);transform:scale(1.1)
}
30% {-webkit-transform:scale(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-webkit-transform:scale(1);transform:scale(1)
}
}
@keyframes mint-zoom{
0% {-webkit-transform:scale(1);transform:scale(1)
}
10% {-webkit-transform:scale(1.1);transform:scale(1.1)
}
30% {-webkit-transform:scale(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-webkit-transform:scale(1);transform:scale(1)
}
}
@font-face {font-family: "mintui";
  src: url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwRkZUTXMrDTgAAAD8AAAAHE9TLzJXb1zGAAABGAAAAGBjbWFwsbgH3gAAAXgAAAFaY3Z0IA1j/vQAAA2UAAAAJGZwZ20w956VAAANuAAACZZnYXNwAAAAEAAADYwAAAAIZ2x5Zm8hHaQAAALUAAAHeGhlYWQKwq5kAAAKTAAAADZoaGVhCJMESQAACoQAAAAkaG10eBuiAmQAAAqoAAAAKGxvY2EJUArqAAAK0AAAABhtYXhwAS4KKwAACugAAAAgbmFtZal8DOEAAAsIAAACE3Bvc3QbrFqUAAANHAAAAHBwcmVwpbm+ZgAAF1AAAACVAAAAAQAAAADMPaLPAAAAANN2tTQAAAAA03a1NAAEBBIB9AAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAgAGAwAAAAAAAAAAAAEQAAAAAAAAAAAAAABQZkVkAMAAeOYJA4D/gABcA38AgAAAAAEAAAAAAxgAAAAAACAAAQAAAAMAAAADAAAAHAABAAAAAABUAAMAAQAAABwABAA4AAAACgAIAAIAAgB45gLmBeYJ//8AAAB45gDmBOYI////ixoEGgMaAQABAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACACIAAAEyAqoAAwAHAClAJgAAAAMCAANXAAIBAQJLAAICAU8EAQECAUMAAAcGBQQAAwADEQUPKzMRIREnMxEjIgEQ7szMAqr9ViICZgAAAAUALP/hA7wDGAAWADAAOgBSAF4Bd0uwE1BYQEoCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoGCV4RAQwGBAYMXgALBAtpDwEIAAYMCAZYAAoHBQIECwoEWRIBDg4NUQANDQoOQhtLsBdQWEBLAgEADQ4NAA5mAAMOAQ4DXgABCAgBXBABCQgKCAkKZhEBDAYEBgxeAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0uwGFBYQEwCAQANDg0ADmYAAw4BDgNeAAEICAFcEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CG0BOAgEADQ4NAA5mAAMOAQ4DAWYAAQgOAQhkEAEJCAoICQpmEQEMBgQGDARmAAsEC2kPAQgABgwIBlgACgcFAgQLCgRZEgEODg1RAA0NCg5CWVlZQChTUzs7MjEXF1NeU15bWDtSO1JLQzc1MToyOhcwFzBRETEYESgVQBMWKwEGKwEiDgIdASE1NCY1NC4CKwEVIQUVFBYUDgIjBiYrASchBysBIiciLgI9ARciBhQWMzI2NCYXBgcOAx4BOwYyNicuAScmJwE1ND4COwEyFh0BARkbGlMSJRwSA5ABChgnHoX+SgKiARUfIw4OHw4gLf5JLB0iFBkZIBMIdwwSEgwNEhKMCAYFCwQCBA8OJUNRUEAkFxYJBQkFBQb+pAUPGhW8HykCHwEMGScaTCkQHAQNIBsSYYg0Fzo6JRcJAQGAgAETGyAOpz8RGhERGhF8GhYTJA4QDQgYGg0jERMUAXfkCxgTDB0m4wAAAQDp//UCugMMABEASLYKAQIAAQFAS7AaUFhACwABAQpBAAAACwBCG0uwKlBYQAsAAAABUQABAQoAQhtAEAABAAABTQABAQBRAAABAEVZWbMYFQIQKwkCFhQGIicBJjcmNwE2MhYUArD+iQF3ChQcCv5yCgEBCgGOChwUAtT+rf6sCRwTCgFoCw8OCwFoChMcAAAAAAMAXgElA6EB2gAHAA8AFwAhQB4EAgIAAQEATQQCAgAAAVEFAwIBAAFFExMTExMQBhQrEiIGFBYyNjQkIgYUFjI2NCQiBhQWMjY03ks1NUs1ARNLNTVLNQERSzU1SzUB2jVLNTVLNTVLNTVLNTVLNTVLAAAAAQAA/4AEtgN/ABAAEkAPBwYFAwAFAD0AAABfHQEPKwEEAQcmATcBNiQ+AT8BMh4BBLb/AP6adZT+uW0BJZkBCJ5uGBUFDicDNuP95Le4AUdu/wCa+YVeDg4EIwACAE7/6AO4A1IAGAAgACdAJBEDAgMEAUAAAAAEAwAEWQADAAECAwFZAAICCwJCExMVJRgFEyslJyYnNjU0LgEiDgEUHgEzMjcWHwEWMjY0JCImNDYyFhQDrdQFB0lfpMKkX1+kYYZlAwTUCx8W/nb4sLD4sCrYBgJie2KoYWGoxahhWwYE2QsXH5a0/rOz/gAGAEH/wAO/Az4ADwAbADMAQwBPAFsAVUBSW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEGxoZGBcWFRQTEhEQJAEAAUAAAwADaAACAQJpBAEAAQEATQQBAAABUQUBAQABRT08NTQpKB0cFxAGECsAIg4CFB4CMj4CNC4BAwcnByc3JzcXNxcHEiInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHAiIOAhQeAjI+AjQuAQMnByc3JzcXNxcHFyEXNxc3JzcnBycHFwJataZ3R0d3prWmd0dHd0Qimpoimpoimpoimjm2U1F7IiMjIntRU7ZTUHwiIyMifFBUtaV4RkZ4pbWleEdHeGWamiOamiOamiOamv6IIZqaIZqaIZqaIZoDPkd3praleEZGeKW2pnf97yKamiKamiKamiKa/kAjInxQU7ZTUXsiIyMie1FTtlNQfCIDWkZ4pbWleEdHeKW1pXj9zJqaI5qaI5qaI5qaIZqaIZqaIZqaIZoAAAAABABHAAIDtwLdAA0AHQAwADEAMUAuMQEEBQFAAAAABQQABVkABAADAgQDWQACAQECTQACAgFRAAECAUU2NDU1NRIGFCslASYiBwEGFxYzITI3NiUUBisBIiY9ATQ2OwEyFhUnBiMnIiY1JzU0NjsBMhYdAhQHA7f+dxA+EP53EREQHwMSHxAR/mkKCD4ICwsIPggKBQUIPggKAQsHPwgKBVACdBkZ/YwbGhkZGjEJDQ0JJQoNDQpWBQEIB2mmBgkJBqVrBgQAAAADAED/wwO+A0IAAAAQABYAJkAjFhUUExIRBgEAAUAAAQA+AAABAQBNAAAAAVEAAQABRRcRAhArATIiDgIUHgIyPgI0LgEBJzcXARcB/1u2pndHR3emtqZ3R0d3/sXCI58BIyMDQkd4pbameEdHeKa2pXj9w8MjnwEkIwAAAQAAAAEAACFDvy9fDzz1AAsEAAAAAADTdrU0AAAAANN2tTQAAP+ABLYDfwAAAAgAAgAAAAAAAAABAAADf/+AAFwEvwAAAAAEtgABAAAAAAAAAAAAAAAAAAAACQF2ACIAAAAAAVUAAAPpACwEAADpBAAAXgS/AAAD6ABOBAAAQQBHAEAAAAAoACgAKAFkAa4B6AIWAl4DGgN+A7wAAQAAAAsAXwAGAAAAAAACACYANABsAAAAigmWAAAAAAAAAAwAlgABAAAAAAABAAYAAAABAAAAAAACAAYABgABAAAAAAADACEADAABAAAAAAAEAAYALQABAAAAAAAFAEYAMwABAAAAAAAGAAYAeQADAAEECQABAAwAfwADAAEECQACAAwAiwADAAEECQADAEIAlwADAAEECQAEAAwA2QADAAEECQAFAIwA5QADAAEECQAGAAwBcW1pbnR1aU1lZGl1bUZvbnRGb3JnZSAyLjAgOiBtaW50dWkgOiAzLTYtMjAxNm1pbnR1aVZlcnNpb24gMS4wIDsgdHRmYXV0b2hpbnQgKHYwLjk0KSAtbCA4IC1yIDUwIC1HIDIwMCAteCAxNCAtdyAiRyIgLWYgLXNtaW50dWkAbQBpAG4AdAB1AGkATQBlAGQAaQB1AG0ARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABtAGkAbgB0AHUAaQAgADoAIAAzAC0ANgAtADIAMAAxADYAbQBpAG4AdAB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwACAAOwAgAHQAdABmAGEAdQB0AG8AaABpAG4AdAAgACgAdgAwAC4AOQA0ACkAIAAtAGwAIAA4ACAALQByACAANQAwACAALQBHACAAMgAwADAAIAAtAHgAIAAxADQAIAAtAHcAIAAiAEcAIgAgAC0AZgAgAC0AcwBtAGkAbgB0AHUAaQAAAgAAAAAAAP+DADIAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAQACAFsBAgEDAQQBBQEGAQcBCAd1bmlFNjAwB3VuaUU2MDEHdW5pRTYwMgd1bmlFNjA0B3VuaUU2MDUHdW5pRTYwOAd1bmlFNjA5AAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgMY/+EDf/+AAxj/4QN//4CwACywIGBmLbABLCBkILDAULAEJlqwBEVbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILAKRWFksChQWCGwCkUgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7AAK1lZI7AAUFhlWVktsAIsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAMsIyEjISBksQViQiCwBiNCsgoAAiohILAGQyCKIIqwACuxMAUlilFYYFAbYVJZWCNZISCwQFNYsAArGyGwQFkjsABQWGVZLbAELLAII0KwByNCsAAjQrAAQ7AHQ1FYsAhDK7IAAQBDYEKwFmUcWS2wBSywAEMgRSCwAkVjsAFFYmBELbAGLLAAQyBFILAAKyOxBAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYURELbAHLLEFBUWwAWFELbAILLABYCAgsApDSrAAUFggsAojQlmwC0NKsABSWCCwCyNCWS2wCSwguAQAYiC4BABjiiNhsAxDYCCKYCCwDCNCIy2wCixLVFixBwFEWSSwDWUjeC2wCyxLUVhLU1ixBwFEWRshWSSwE2UjeC2wDCyxAA1DVVixDQ1DsAFhQrAJK1mwAEOwAiVCsgABAENgQrEKAiVCsQsCJUKwARYjILADJVBYsABDsAQlQoqKIIojYbAIKiEjsAFhIIojYbAIKiEbsABDsAIlQrACJWGwCCohWbAKQ0ewC0NHYLCAYiCwAkVjsAFFYmCxAAATI0SwAUOwAD6yAQEBQ2BCLbANLLEABUVUWACwDSNCIGCwAWG1Dg4BAAwAQkKKYLEMBCuwaysbIlktsA4ssQANKy2wDyyxAQ0rLbAQLLECDSstsBEssQMNKy2wEiyxBA0rLbATLLEFDSstsBQssQYNKy2wFSyxBw0rLbAWLLEIDSstsBcssQkNKy2wGCywByuxAAVFVFgAsA0jQiBgsAFhtQ4OAQAMAEJCimCxDAQrsGsrGyJZLbAZLLEAGCstsBossQEYKy2wGyyxAhgrLbAcLLEDGCstsB0ssQQYKy2wHiyxBRgrLbAfLLEGGCstsCAssQcYKy2wISyxCBgrLbAiLLEJGCstsCMsIGCwDmAgQyOwAWBDsAIlsAIlUVgjIDywAWAjsBJlHBshIVktsCQssCMrsCMqLbAlLCAgRyAgsAJFY7ABRWJgI2E4IyCKVVggRyAgsAJFY7ABRWJgI2E4GyFZLbAmLLEABUVUWACwARawJSqwARUwGyJZLbAnLLAHK7EABUVUWACwARawJSqwARUwGyJZLbAoLCA1sAFgLbApLACwA0VjsAFFYrAAK7ACRWOwAUVisAArsAAWtAAAAAAARD4jOLEoARUqLbAqLCA8IEcgsAJFY7ABRWJgsABDYTgtsCssLhc8LbAsLCA8IEcgsAJFY7ABRWJgsABDYbABQ2M4LbAtLLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyLAEBFRQqLbAuLLAAFrAEJbAEJUcjRyNhsAZFK2WKLiMgIDyKOC2wLyywABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCUMgiiNHI0cjYSNGYLAEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmEjICCwBCYjRmE4GyOwCUNGsAIlsAlDRyNHI2FgILAEQ7CAYmAjILAAKyOwBENgsAArsAUlYbAFJbCAYrAEJmEgsAQlYGQjsAMlYGRQWCEbIyFZIyAgsAQmI0ZhOFktsDAssAAWICAgsAUmIC5HI0cjYSM8OC2wMSywABYgsAkjQiAgIEYjR7AAKyNhOC2wMiywABawAyWwAiVHI0cjYbAAVFguIDwjIRuwAiWwAiVHI0cjYSCwBSWwBCVHI0cjYbAGJbAFJUmwAiVhsAFFYyMgWGIbIVljsAFFYmAjLiMgIDyKOCMhWS2wMyywABYgsAlDIC5HI0cjYSBgsCBgZrCAYiMgIDyKOC2wNCwjIC5GsAIlRlJYIDxZLrEkARQrLbA1LCMgLkawAiVGUFggPFkusSQBFCstsDYsIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSQBFCstsDcssC4rIyAuRrACJUZSWCA8WS6xJAEUKy2wOCywLyuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xJAEUK7AEQy6wJCstsDkssAAWsAQlsAQmIC5HI0cjYbAGRSsjIDwgLiM4sSQBFCstsDossQkEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwBkUrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYbACJUZhOCMgPCM4GyEgIEYjR7AAKyNhOCFZsSQBFCstsDsssC4rLrEkARQrLbA8LLAvKyEjICA8sAQjQiM4sSQBFCuwBEMusCQrLbA9LLAAFSBHsAAjQrIAAQEVFBMusCoqLbA+LLAAFSBHsAAjQrIAAQEVFBMusCoqLbA/LLEAARQTsCsqLbBALLAtKi2wQSywABZFIyAuIEaKI2E4sSQBFCstsEIssAkjQrBBKy2wQyyyAAA6Ky2wRCyyAAE6Ky2wRSyyAQA6Ky2wRiyyAQE6Ky2wRyyyAAA7Ky2wSCyyAAE7Ky2wSSyyAQA7Ky2wSiyyAQE7Ky2wSyyyAAA3Ky2wTCyyAAE3Ky2wTSyyAQA3Ky2wTiyyAQE3Ky2wTyyyAAA5Ky2wUCyyAAE5Ky2wUSyyAQA5Ky2wUiyyAQE5Ky2wUyyyAAA8Ky2wVCyyAAE8Ky2wVSyyAQA8Ky2wViyyAQE8Ky2wVyyyAAA4Ky2wWCyyAAE4Ky2wWSyyAQA4Ky2wWiyyAQE4Ky2wWyywMCsusSQBFCstsFwssDArsDQrLbBdLLAwK7A1Ky2wXiywABawMCuwNistsF8ssDErLrEkARQrLbBgLLAxK7A0Ky2wYSywMSuwNSstsGIssDErsDYrLbBjLLAyKy6xJAEUKy2wZCywMiuwNCstsGUssDIrsDUrLbBmLLAyK7A2Ky2wZyywMysusSQBFCstsGgssDMrsDQrLbBpLLAzK7A1Ky2waiywMyuwNistsGssK7AIZbADJFB4sAEVMC0AAEu4AMhSWLEBAY5ZuQgACABjILABI0QgsAMjcLAORSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhsAFFYyNisAIjRLMKCQUEK7MKCwUEK7MODwUEK1myBCgJRVJEswoNBgQrsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAAA)
}
.mintui {
  font-family:"mintui" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.mintui-search:before { content: "\E604"; }
.mintui-more:before { content: "\E601"; }
.mintui-back:before { content: "\E600"; }
.mintui-field-error:before { content: "\E605"; }
.mintui-field-warning:before { content: "\E608"; }
.mintui-success:before { content: "\E602"; }
.mintui-field-success:before { content: "\E609"; }
	.mint-cell-wrapper {
		background-image: none!important;
		background-size: none;
		padding: 0;
		border: none!important;
	}
	
	.mint-cell:last-child {
		background-image: none;
		background-size: none;
	}
	
	.mint-indicator{
		z-index: 9;
	}
	
	.mint-cell-wrapper{
		font-size: 15px!important;
	}
	
	.mint-indicator-text{
		font-size: .13rem;
	}
	
	.mint-cell-value{
		margin-top: -.1rem;
	}
	
	.mint-field-core{
		margin-top: .01rem;
	}
	
	.mint-button--primary{
		background-color:#1ab394;
	}
	
	.mint-cell{
		    margin-top: -3px;
    display: inline-block;
    color: #000000;
	}
	
	/*.raidoParment{
		min-height: 41px;
	}*/
	
	.mint-radiolist-title {
		margin: 0;
	}
	
	.mint-cell-wrapper{
		font-size: .15rem;
	}
	
	.mint-radiolist-title {
		margin: 0 8px;
	}
	
	.mt-range-thumb{
		width: 22px;
		height: 22px;
		margin-top: .05rem;
	}
	
	.mt-range-runway{
		right: -20px;
	}
	
	.audioBorder .mt-range{
		line-height: 40px;
	}
	
	.audioBorder .mt-range-content{
		margin-top: .1rem;
	}
	
	.audioBorder .mt-range-thumb{
		margin-top: 0!important;
	}

.fa-icon {
  display: inline-block;
  fill: currentColor;
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-spin {
  animation: fa-spin 1s 0s infinite linear;
}
.fa-inverse {
  color: #fff;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.md-button {
  display: block;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  text-align: center;
  border-radius: 0.04rem;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  overflow: visible;
}

.md-button:disabled:active:before {
  display: none;
}

.md-button:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

.md-button:active:before {
  display: block;
}

.md-button .md-button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}

.md-button.primary {
  background-color: #fc9153;
  color: #fff;
}

.md-button.primary:active:before {
  background-color: rgba(0,0,0,.08);
}

.md-button.primary:disabled {
  background-color: #ccc;
}

.md-button.primary.large,
.md-button.primary.small {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  font-weight: 500;
}

.md-button.ghost {
  color: #999;
  position: relative;
}

.md-button.ghost:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 0.02rem solid #999;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  z-index: 2;
  border-radius: 0.08rem;
}

.md-button.ghost:active:before {
  background-color: rgba(0,0,0,.08);
}

.md-button.ghost-primary {
  color: #fc9153;
  position: relative;
}

.md-button.ghost-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 0.02rem solid #fc9153;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  z-index: 2;
  border-radius: 0.08rem;
}

.md-button.ghost-primary:active:before {
  background-color: rgba(252,145,83,.08);
}

.md-button.ghost-primary:disabled,
.md-button.ghost:disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-button.ghost-primary.large,
.md-button.ghost.large {
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
}

.md-button.ghost-primary.small,
.md-button.ghost.small {
  width: 1.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
}

.md-button.link {
  background-color: #fff;
  color: #3ca0e6;
}

.md-button.link .md-button-inner {
  position: relative;
}

.md-button.link .md-button-inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-button.link .md-button-inner:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-button.link .md-button-inner:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-button.link .md-button-inner:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-button.link:active:before {
  background-color: rgba(0,0,0,.08);
}

.md-button.link:disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-button.link.large,
.md-button.link.small {
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
}

.md-button.with-icon .md-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 0.12rem;
}

.md-icon {
  background-size: contain;
  fill: currentColor;
}

.md-icon.xss {
  width: icon-size-xxs;
  height: icon-size-xxs;
}

.md-icon.xs {
  width: 0.2rem;
  height: 0.2rem;
}

.md-icon.sm {
  width: 0.24rem;
  height: 0.24rem;
}

.md-icon.md {
  width: 0.32rem;
  height: 0.32rem;
}

.md-icon.lg {
  width: 0.42rem;
  height: 0.42rem;
}

.md-popup.with-mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
}

.md-popup.with-mask .md-popup-box {
  position: absolute;
  z-index: 2;
}

.md-popup .md-popup-box {
  position: fixed;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  will-change: auto;
}

.md-popup .md-popup-box.slide-up {
  padding-bottom: env(safe-area-inset-bottom);
}

.md-popup .md-popup-mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0,0,0,.4);
}

.md-popup.center .md-popup-box {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.md-popup.bottom .md-popup-box,
.md-popup.left .md-popup-box,
.md-popup.right .md-popup-box,
.md-popup.top .md-popup-box {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-popup.bottom .md-popup-box,
.md-popup.top .md-popup-box {
  width: 100%;
}

.md-popup.left .md-popup-box,
.md-popup.right .md-popup-box {
  height: 100%;
}

.md-popup.top .md-popup-box {
  top: 0;
  left: 0;
}

.md-popup.bottom .md-popup-box {
  bottom: 0;
  left: 0;
}

.md-popup.left .md-popup-box {
  left: 0;
  top: 0;
}

.md-popup.right .md-popup-box {
  right: 0;
  top: 0;
}

.md-popup .fade-enter-active,
.md-popup .fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.md-popup .fade-enter,
.md-popup .fade-leave-active,
.md-popup .fade-leave-to {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.md-popup .bottom .show,
.md-popup .slide-down-enter-active,
.md-popup .slide-down-leave-active,
.md-popup .slide-up-enter-active,
.md-popup .slide-up-leave-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.md-popup .slide-up-enter,
.md-popup .slide-up-leave-to {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.md-popup .slide-up-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.md-popup .slide-down-enter,
.md-popup .slide-down-leave-to {
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.md-popup .slide-down-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.md-popup .slide-left-enter-active,
.md-popup .slide-left-leave-active,
.md-popup .slide-right-enter-active,
.md-popup .slide-right-leave-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.md-popup .slide-left-enter,
.md-popup .slide-left-leave-to {
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
}

.md-popup .slide-left-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.md-popup .slide-right-enter,
.md-popup .slide-right-leave-to {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}

.md-popup .slide-right-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.md-popup-title-bar[data-v-75532390] {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  position: relative;
}

.md-popup-title-bar[data-v-75532390]:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-popup-title-bar[data-v-75532390]:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-popup-title-bar[data-v-75532390]:after {
  content: "";
  display: table;
  clear: both;
}

.md-popup-title-bar>div[data-v-75532390] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: left;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  color: #333;
}

.md-popup-title-bar .title-bar-left[data-v-75532390],
.md-popup-title-bar .title-bar-right[data-v-75532390] {
  position: absolute;
  width: 20%;
  font-size: 0.28rem;
  box-sizing: border-box;
}

.md-popup-title-bar .title-bar-title[data-v-75532390] {
  width: 100%;
  padding: 0 20%;
  box-sizing: border-box;
  font-size: 0.36rem;
}

.md-popup-title-bar .title-bar-left[data-v-75532390] {
  left: 0;
  color: #666;
}

.md-popup-title-bar .title-bar-right[data-v-75532390] {
  right: 0;
  color: #fc9153;
}

.md-action-bar {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  padding-bottom: constant(safe-area-inset-bottom);
  background: #fff;
}

.md-action-bar:after {
  content: "";
  display: table;
  clear: both;
}

.md-action-bar .md-action-bar-text {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 65%;
  padding-left: 0.32rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  color: #fc9153;
  font-size: 0.36rem;
  box-sizing: border-box;
}

.md-action-bar .md-action-bar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.md-action-bar .md-action-bar-button .button-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #333;
  font-size: 0.32rem;
  font-weight: 500;
  background: #fff;
  position: relative;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.md-action-bar .md-action-bar-button .button-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(.5) translateX(100%);
  transform: scaleX(.5) translateX(100%);
  top: 0;
  right: 0;
  width: 0.02rem;
  height: 100%;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-action-bar .md-action-bar-button .button-item:before {
    -webkit-transform: scaleX(.33) translateX(100%);
    transform: scaleX(.33) translateX(100%);
  }
}

.md-action-bar .md-action-bar-button .button-item.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-action-bar .md-action-bar-button .button-item:nth-last-of-type(2):before {
  display: none;
}

.md-action-bar .md-action-bar-button .button-item:last-of-type {
  background: #fc9153;
  color: #fff;
}

.md-action-bar .md-action-bar-button .button-item:last-of-type.disabled {
  background: #ccc;
  color: #fff;
}

.md-action-bar .md-action-bar-button .button-item:last-of-type:before {
  display: none;
}

.md-action-bar .md-action-bar-button .button-item:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.08);
}

.md-action-bar .md-action-bar-button .button-item:active:after {
  display: block;
}

.md-action-bar.with-text.multi-action .md-action-bar-text {
  width: 40%;
}

.md-action-sheet {
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.md-action-sheet .md-action-sheet-content {
  position: relative;
  width: 100%;
  font-size: 0.3rem;
  background: #fff;
  text-align: center;
  overflow: auto;
}

.md-action-sheet .md-action-sheet-content header {
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-action-sheet .md-action-sheet-content>ul li {
  height: 1.2rem;
  line-height: 1.2rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.3rem;
}

.md-action-sheet .md-action-sheet-content>ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-action-sheet .md-action-sheet-content>ul li:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-action-sheet .md-action-sheet-content>ul li.active {
  color: #fc9153;
}

.md-action-sheet .md-action-sheet-content>ul li.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-action-sheet .md-action-sheet-content>ul li.cancel-btn {
  height: 1.32rem;
  line-height: 1.2rem;
  color: #333;
}

.md-action-sheet .md-action-sheet-content>ul li.cancel-btn:before {
  display: block;
  content: "";
  height: 0.12rem;
  background: #f3f4f5;
}

.md-action-sheet .md-popup-box {
  background-color: #fff;
}

.md-drop-menu {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  right: 0;
  height: 0.82rem;
  padding-bottom: constant(safe-area-inset-bottom);
  box-sizing: border-box;
  color: #666;
  font-size: 0.28rem;
}

.md-drop-menu .md-drop-menu-bar {
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  background: #fff;
  position: relative;
}

.md-drop-menu .md-drop-menu-bar:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-drop-menu .md-drop-menu-bar:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-drop-menu .md-drop-menu-bar .bar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 2% 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 0.02rem dotted #d9d9d9;
}

.md-drop-menu .md-drop-menu-bar .bar-item span {
  position: relative;
  padding-right: 0.3rem;
}

.md-drop-menu .md-drop-menu-bar .bar-item span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -0.04rem;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.09rem solid #666;
  border-radius: 0.04rem;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.86,0,.07,1);
  transition: -webkit-transform .3s cubic-bezier(.86,0,.07,1);
  transition: transform .3s cubic-bezier(.86,0,.07,1);
  transition: transform .3s cubic-bezier(.86,0,.07,1), -webkit-transform .3s cubic-bezier(.86,0,.07,1);
}

.md-drop-menu .md-drop-menu-bar .bar-item.active span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.md-drop-menu .md-drop-menu-bar .bar-item.selected {
  color: #3ca0e6;
}

.md-drop-menu .md-drop-menu-bar .bar-item.selected span:after {
  border-top-color: #3ca0e6;
}

.md-drop-menu .md-drop-menu-bar .bar-item.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-drop-menu .md-drop-menu-bar .bar-item:last-of-type {
  border: none;
}

.md-drop-menu .md-drop-menu-list {
  width: 100%;
  padding-top: 0.82rem;
  background: #fff;
  box-sizing: border-box;
}

.md-radio .md-field {
  padding: 0 0.32rem;
}

.md-radio .md-field .md-field-item.md-radio-item {
  position: relative;
  padding: 0;
}

.md-radio .md-field .md-field-item.md-radio-item .md-field-item-inner {
  padding: 0.32rem 0;
}

.md-radio .md-field .md-field-item.md-radio-item .md-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #3ca0e6;
}

.md-radio .md-field .md-field-item.md-radio-item.selected {
  color: #3ca0e6;
}

.md-radio .md-field .md-field-item.md-radio-item.icon-left .md-icon {
  left: 0;
  right: auto!important;
}

.md-radio .md-field .md-field-item.md-radio-item.icon-left .md-field-item-content {
  padding-left: 0.4rem;
}

.md-radio .md-field .md-field-item.md-radio-item .md-field-item-content.left {
  margin-left: 0;
}

.md-radio .md-field .md-input-item {
  padding: 0!important;
}

.md-radio .md-field .md-input-item.selected .md-input-item-title {
  color: #3ca0e6;
}

.md-radio.across .md-field {
  padding: 0;
}

.md-radio.across .md-field .md-field-item.md-radio-item .md-field-item-inner {
  padding: 0.32rem;
}

.md-radio.across .md-field .md-field-item.md-radio-item .md-field-item-inner .md-icon {
  right: 0.32rem;
}

.md-radio.across .md-field .md-field-item.md-radio-item.icon-left .md-icon {
  left: 0.32rem;
}

.md-field {
  background-color: #fff;
}

.md-field .md-field-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 0.28rem;
  font-weight: 500;
  color: #333;
  line-height: 0.45rem;
  padding: 0.29rem 0.32rem 0.26rem;
}

.md-field .md-field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.md-field .md-field-content .md-field-item,
.md-field .md-field-content .md-input-item,
.md-field .md-field-content .md-input-item.is-title-latent .md-input-item-msg,
.md-field .md-field-content .md-radio {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
}

.md-field .md-field-content .md-field-item .md-field-item-inner,
.md-field .md-field-content .md-input-item-container {
  position: relative;
}

.md-field .md-field-content .md-field-item .md-field-item-inner:before,
.md-field .md-field-content .md-input-item-container:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #ebebeb;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-field .md-field-content .md-field-item .md-field-item-inner:before,
  .md-field .md-field-content .md-input-item-container:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-field .md-field-content .md-field-item:last-of-type .md-field-item-inner:before {
  display: none;
}

.md-field .md-field-content .md-input-item.error .md-input-item-container {
  position: relative;
}

.md-field .md-field-content .md-input-item.error .md-input-item-container:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #ff525d;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-field .md-field-content .md-input-item.error .md-input-item-container:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-field .md-radio .md-radio-item {
  padding-left: 0!important;
  padding-right: 0!important;
}

.md-field-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  color: #333;
}

.md-field-item.disabled .md-field-item-inner .md-field-item-content,
.md-field-item.disabled .md-field-item-inner .md-field-item-label {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-field-item.has-arrow .md-field-item-content {
  padding-right: 0.28rem;
}

.md-field-item.has-arrow:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.08);
}

.md-field-item.has-arrow:active:after {
  display: block;
}

.md-field-item .md-field-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.22rem 0;
}

.md-field-item .md-field-item-extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 0.22rem;
}

.md-field-item .md-field-item-label.solid {
  width: 1.7rem;
}

.md-field-item .md-field-item-label .md-field-item-title {
  font-size: 0.28rem;
  line-height: 0.54rem;
}

.md-field-item .md-field-item-label .md-field-item-brief {
  font-size: 0.24rem;
  color: #999;
}

.md-field-item .md-field-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 0.28rem;
}

.md-field-item .md-field-item-content.left {
  margin-left: 0.22rem;
}

.md-field-item .md-field-item-content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.md-field-item .md-field-item-content.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-field-item .md-field-arrow {
  position: absolute;
  right: 0.32rem;
  top: 50%;
  -webkit-transform: translate(0.42rem,-50%);
  transform: translate(0.42rem,-50%);
  color: #ccc;
}

.md-field-item .md-field-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-input-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-self: stretch;
  align-self: stretch;
  position: relative;
  min-height: 1rem;
  box-sizing: border-box;
}

.md-input-item:after {
  content: "";
  display: table;
  clear: both;
}

.md-input-item .md-input-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.md-input-item .md-input-item-extra,
.md-input-item .md-input-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0.22rem;
  font-size: 0.28rem;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
}

.md-input-item .md-input-item-extra.fixed,
.md-input-item .md-input-item-title.fixed {
  width: 1.7rem;
}

.md-input-item .md-input-item-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 1rem;
}

.md-input-item .md-input-item-control .md-input-item-clear,
.md-input-item .md-input-item-control .md-input-item-right {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-input-item .md-input-item-control .md-input-item-clear {
  color: #ccc;
  z-index: 3;
}

.md-input-item .md-input-item-control .md-input-item-clear .md-icon {
  background: #fff;
  border-radius: 50%;
}

.md-input-item .md-input-item-control .md-input-item-fake,
.md-input-item .md-input-item-control .md-input-item-input {
  width: 100%;
  height: 1rem;
  color: #333;
  font-size: 0.28rem;
  font-weight: 400;
  border: none;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.md-input-item .md-input-item-control .md-input-item-input:disabled,
.md-input-item .md-input-item-control .md-input-item-input[disabled] {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-input-item .md-input-item-control .md-input-item-input::-webkit-input-placeholder {
  color: #ccc;
}

.md-input-item .md-input-item-control .md-input-item-input::-webkit-inner-spin-button,
.md-input-item .md-input-item-control .md-input-item-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.md-input-item.left .md-input-item-fake,
.md-input-item.left .md-input-item-input {
  text-align: left;
}

.md-input-item.center .md-input-item-fake,
.md-input-item.center .md-input-item-input {
  text-align: center;
}

.md-input-item.right .md-input-item-fake,
.md-input-item.right .md-input-item-input {
  text-align: right;
}

.md-input-item.is-clear .md-input-item-control {
  padding-right: 0.5rem!important;
}

.md-input-item.is-title-latent {
  position: relative;
  padding-top: 0.1rem;
}

.md-input-item.is-title-latent .md-input-item-title {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  font-size: 0.26rem;
  color: #666;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: auto;
}

.md-input-item.is-title-latent .md-input-item-control,
.md-input-item.is-title-latent .md-input-item-extra {
  top: 0.15rem;
}

.md-input-item.is-title-latent .md-input-item-msg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto!important;
  margin: 0;
}

.md-input-item.is-title-latent.active .md-input-item-title {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  top: 0.1rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.md-input-item.is-title-latent.error {
  padding-bottom: 0.4rem;
}

.md-input-item.is-highlight .md-input-item-fake-placeholder,
.md-input-item.is-highlight .md-input-item-input::-webkit-input-placeholder {
  color: #fc9153;
}

.md-input-item.large .md-input-item-input {
  font-size: 0.42rem;
}

.md-input-item.error .md-input-item-title {
  color: #ff525d;
}

.md-input-item .md-input-item-fake {
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
}

.md-input-item .md-input-item-fake:after {
  position: relative;
  z-index: 2;
  display: none;
  content: "";
  height: 0.28rem;
  border-right: 0.015rem solid #333;
  -webkit-animation: keyboard-cursor infinite 1s step-start;
  animation: keyboard-cursor infinite 1s step-start;
}

.md-input-item .md-input-item-fake.focus:after {
  display: inline;
}

.md-input-item .md-input-item-fake.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-input-item .md-input-item-fake .md-input-item-fake-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ccc;
}

.md-input-item .md-input-item-msg {
  position: relative;
  top: -0.1rem;
  float: left;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: 0.22rem;
  color: #ff525d;
  word-break: break-all;
  word-wrap: break-word;
}

.md-input-item.is-ios .md-input-item-fake:after {
  border-right: 0.06rem solid #2c6cf5;
  border-radius: 0.02rem;
}

.md-input-item.is-android .md-input-item-fake:after {
  border-right: 0.04rem solid #333;
}

@-webkit-keyframes keyboard-cursor {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@keyframes keyboard-cursor {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

.md-number-keyboard .md-popup,
.md-number-keyboard .md-popup-box {
  z-index: 1403!important;
}

.md-number-keyboard .md-popup-box {
  background-color: #fff;
}

.md-number-keyboard-container {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 4.28rem;
  position: relative;
}

.md-number-keyboard-container:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-number-keyboard-container:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-number-keyboard-container .keyboard-number,
.md-number-keyboard-container .keyboard-operate {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.md-number-keyboard-container .keyboard-number:after,
.md-number-keyboard-container .keyboard-operate:after {
  content: "";
  display: table;
  clear: both;
}

.md-number-keyboard-container .keyboard-number {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  background: #ebebeb;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list {
  float: left;
  width: 100%;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item {
  float: left;
  width: 33.3%;
  height: 1.07rem;
  position: relative;
  text-align: center;
  line-height: 1.07rem;
  font-size: 0.48rem;
  color: #666;
  -webkit-transition: background .3s;
  transition: background .3s;
  background: #fff;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(.5) translateX(100%);
  transform: scaleX(.5) translateX(100%);
  top: 0;
  right: 0;
  width: 0.02rem;
  height: 100%;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:before {
    -webkit-transform: scaleX(.33) translateX(100%);
    transform: scaleX(.33) translateX(100%);
  }
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item.no-bg {
  background: transparent;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:after {
  display: none;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:nth-of-type(n+4):after {
  display: inline;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:nth-of-type(3n):before {
  display: none;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item.delete {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAiCAYAAAAge+tMAAAB5klEQVR4AdXYgUYsYRQH8Ll3dmaWteDiXsDFBBZKqVYv0G4gLKEnSA/QFprYQkLvEYHdnqCAoKdYJYKiUNP/8GHMbsb3P19fdThFvjnz65szszsn0ESj0fhbq9X6yMswDG+Rb8jcUb4ix6g9jON4M8uy34E28jz/hYI7KPxIoYjE+W6SJElpdKvVilHkjALo817wLHpU2olrXMoNtM0/uRKBo5DWqNfr/1F/t3hlZeet2iZN02QK+tiqCBlRFC0U8dLzGvR+4DFk5wvnHvpHkyFtUzCMPaL1PV98VCrQ/qNocY5uNpt/sPYIuWJx8y0ht+W8JFy/01h7aI57Qa5VrZc1Zm0O/BYFN+gLFm12bxnHPSNz87tbiTZrceyiBdx9T+O41Sq8/K20pmPT4xU7zYdAyngNugzn0Dy+w6In4ECeEmgaz6In4Pjx4Bpd0c8U+gfD/bdKV98q/m/Orvub0//jsOP0cYgg8DyawNMf+Znlp2a7GjQdH0XRLAXX4g188CG6Gr9Ow7V487V2gGxbfDGbE7S8bPNwHu/9RcIWf/CdX9384/mXZf94/XiCx594GgjNUwOhMt7zCK6vGcGV8edfOPSc0Y6Z91DoyfOYWdD6kPaQfwB5heJ3nzTYH0lP93q9MCjEO6sQDi/lw6nQAAAAAElFTkSuQmCC") 50% no-repeat;
  background-size: 0.46rem;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item.slidedown {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAABeCAMAAADIbbACAAAAP1BMVEUAAABnZ2dnZ2dnZ2dnZ2dmZmZqampnZ2dmZmZmZmZmZmZnZ2dmZmaAgIBnZ2dmZmZmZmZmZmZmZmaqqqpmZmZrIN1yAAAAFXRSTlMAQ5rY8/8kvzzt+XcZBojmWvyiA6U1voIiAAABSElEQVR4Ae2ZBbaEMBAEBxnc4f5X/dLrnpdHem1qXQtJOiYgipNUA5MmcSQ7slxJ5JmAolQaZYF9pBnhzEQkVyq5SKRkIonxWNWNBKapK6hiSfBYC4EaqkRSPDZCoIEqFQVCQcEXKtuuV9B37f4dz+fn/3ZD2eme7vCO//M93U1lr3v6wzv+z/f0T1U+/8Byiw8BUwbDMnbdquKYsesGwuOMXT32eqpSAfXAKuAVn8fKEJgyCKY8ryT+VUXPcY8C/0C4wuPA84+9l1H2/APb8YrPV/RjTWlzBerA7QHeAfchrRu3h7EH3Afuj7k9WOcr+QeWX3ysXrKV/CngZ0x086fzn7FowV+a4S9A8ZfZnrWYyF4yNQzDMAwjAMOoZ4yDhGXSCyYJy7zoGcssZCeMVCeMVCeMVCeMVCeMVCeMVCfVCCfXCKev8ReQeVi7zXDSYgAAAABJRU5ErkJggg==") 50% no-repeat;
  background-size: 0.55rem;
}

.md-number-keyboard-container .keyboard-number .keyboard-number-list .keyboard-number-item:active {
  background-color: #f0f0f0;
}

.md-number-keyboard-container .keyboard-operate {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.delete {
  height: 1.07rem;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA2CAYAAABZV76QAAADeklEQVR4AWKgFUhLSwtNT0//DWjXHmDtaKI4gH9fbdu23Ri17QblqW07Tmo8W7HZqAhr27Z9+59m8zJpbvee997szN63c5NzufztmTszJ4vXUCGMD4hzRLQDrxX/8/oByDGmMA3EfUQ/zzCJaHRQMKX4hXPu60VmjgocphM473sLFiyooBQTG/4WQEwZdZuqZj4y6JhOnFWRmcMtZm6GvleMaSPfmHPmzBmmCNOCIjOHYuWvFlABKBENUYRpQbHCYEWYFhTNfJDFjBxsTMQXCxY5OL35QBOY2OdF5/+6Nl574HNWPrbzEOuOwzlUxrSwHj6vQHw2BoqTGGAI8+by5cvLhjmeVXnYzqVFixbVDFcJMwJKRP1NYDqg08MfFRv18ty5c2u5dK7ntIKK+p7cNAyA9o4w2ljNwHRreTnaQEVdzySmCCKayugo14S5EFdkTNMZah5T6pDQiZRkTDLWyZh4rc0sM4a8Crk374OdffJR5SZn8+bNxRhA67H8VQ6mGC1guTeeg6KZdDeAyYlsDiqOv5x5TAcUT2UQ942hKUBlgHfXgSlCXLklUVC4zcrOzi6az8pYN2zjtbaZEp6OR0k1PFOgGsdkgPJ3aD4yuKjoZLsC9JX2ubw8TIqCuEFENQQYd5xqAvRqlDT5m+hc6uexyW8zAbo3CkBvuWK6z4q2awXFgTbz+d0etxANCnjfwA6t9VBRJ/RpM7/NwOQ2/53aQB3U3X7DnDdvXkMGVEfEHgz+izCa/y6tFXtxYD7BfEVEjRhDow5Y9oWzXiITNUZngdkvndQcDiaWe/7XhUhwUF3n/V6Ovf/VjPYZztDmEbKsvYMZbt34SKhY7qhWUAd1vylQkX0uPXY7LPMswjbiQqHQ/y6gp7WDigPCAgcMVex3hDsmdFJtBSYzy2NlVAmzC+KHXlAJFQd2UDeoMy6eJB+LUwB/mtciNS5CVXl+j++v6+mU3DP1kKH/0jOIVMTJAmznI9Y/gdcLeP1p+kYHOVMPixVsKACVUI9YNBWgEqq6gbEFlTM11uKpAZUzNc4CKrzHXsxGxKzEIioClVATLGRufOPruaCKSo/F/BN3GWTsTE2yoLOSVXjKmZoc5OZORJ1VecqZmhJEUGBuliiUo6YGDDQOUfw/rx7i7g7sIC0AkDcQg9WoMVCJaDRiQiGMIWiFbTQw2sdv7fSKDNlMmUIAAAAASUVORK5CYII=") 50% no-repeat;
  background-size: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.delete:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(.5) translateX(-100%);
  transform: scaleX(.5) translateX(-100%);
  top: 0;
  left: 0;
  width: 0.02rem;
  height: 100%;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.delete:after {
    -webkit-transform: scaleX(.33) translateX(-100%);
    transform: scaleX(.33) translateX(-100%);
  }
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.delete:after {
  left: -0.01rem;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.delete:active {
  background-color: #f0f0f0;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.confirm {
  overflow: hidden;
  color: #fff;
  font-size: 0.48rem;
  background: #fc9153;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.32rem;
  font-weight: 500;
}

.md-number-keyboard-container .keyboard-operate .keyboard-operate-list .keyboard-operate-item.confirm:active {
  background-color: #dd7f49;
}

.md-number-keyboard-container.simple .keyboard-number-item {
  color: #000!important;
}

.md-tab-bar {
  position: relative;
  z-index: 101;
  height: 0.8rem;
  font-size: 0.28rem;
  color: #333;
  background: #fff;
}

.md-tab-bar .md-tab-bar-inner {
  width: 100%;
  height: 0.8rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.md-tab-bar .md-tab-bar-inner::-webkit-scrollbar {
  display: none;
}

.md-tab-bar .md-tab-titles-wrapper {
  position: relative;
  height: 100%;
  min-width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.md-tab-bar .md-tab-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1rem;
  flex: 1 0 1rem;
  min-width: 1rem;
  height: 100%;
  text-align: center;
}

.md-tab-bar .md-tab-title.active {
  color: #3ca0e6;
}

.md-tab-bar .ink-bar {
  position: absolute;
  bottom: 0;
  height: 0.03rem;
  background: #3ca0e6;
}

.md-tab-bar .ink-bar.animate {
  -webkit-transition: left .3s;
  transition: left .3s;
}

.md-picker {
  width: 100%;
}

.md-picker.with-popup .md-popup {
  z-index: 1100!important;
}

.md-picker .md-popup-box {
  background-color: #fff;
}

.md-picker-column {
  position: relative;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.md-picker-column .md-picker-column-container {
  height: 100%;
}

.md-picker-column .md-picker-column-container .md-picker-column-masker {
  position: absolute!important;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.md-picker-column .md-picker-column-container .md-picker-column-masker.top {
  top: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.2)),to(#fff));
  position: relative;
}

.md-picker-column .md-picker-column-container .md-picker-column-masker.top:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-picker-column .md-picker-column-container .md-picker-column-masker.top:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-picker-column .md-picker-column-container .md-picker-column-masker.bottom {
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(#fff));
  position: relative;
}

.md-picker-column .md-picker-column-container .md-picker-column-masker.bottom:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-picker-column .md-picker-column-container .md-picker-column-masker.bottom:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-picker-column .md-picker-column-container .md-picker-column-hooks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.md-picker-column .md-picker-column-container .md-picker-column-hooks .md-picker-column-hook {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
}

.md-picker-column .md-picker-column-container .md-picker-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.md-picker-column .md-picker-column-container .md-picker-column-list .md-picker-column-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.md-picker-column .md-picker-column-container .md-picker-column-list .md-picker-column-item:after {
  content: "";
  display: table;
  clear: both;
}

.md-picker-column .md-picker-column-container .md-picker-column-list .md-picker-column-item ul.column-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.md-picker-column .md-picker-column-container .md-picker-column-list .md-picker-column-item ul.column-list li.column-item {
  float: left;
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  color: #333;
  font-size: 0.3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-picker-column .md-picker-column-container .md-picker-column-list .md-picker-column-item ul.column-list li.column-item.disabled {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.md-selector .md-popup {
  z-index: 1102!important;
}

.md-selector .md-popup .md-popup-box {
  background-color: #fff;
}

.md-selector .md-popup .md-selector-container {
  background: #fff;
  overflow: hidden;
}

.md-selector .md-field-item.selected {
  color: #fc9153!important;
}

.md-selector.is-check .md-field-item.selected .md-icon {
  fill: #fc9153!important;
}

.md-selector.is-check .md-field-item.selected .md-icon .md-field-item-content.left {
  padding-right: 0.32rem;
}

.md-selector.is-normal .md-field-item-content.left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-selector.is-normal .md-field-item .md-icon {
  display: none;
}

.md-scroll-view {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.md-scroll-view .scroll-view-footer,
.md-scroll-view .scroll-view-header {
  position: absolute;
  left: 0;
  right: 0;
}

.md-scroll-view .scroll-view-header {
  top: 0;
}

.md-scroll-view .scroll-view-footer {
  bottom: 0;
}

.md-scroll-view .scroll-view-container {
  position: relative;
}

.md-scroll-view .scroll-view-container:after {
  content: "";
  display: table;
  clear: both;
}

.md-scroll-view .scroll-view-container .scroll-view-refresh {
  position: absolute;
  left: 0;
  right: 0;
}

.md-scroll-view .scroll-view-container .scroll-view-refresh:after {
  content: "";
  display: table;
  clear: both;
}

.md-scroll-view .scroll-view-container .scroll-view-more {
  visibility: hidden;
}

.md-scroll-view .scroll-view-container .scroll-view-more.active {
  visibility: visible;
}

.md-swiper-box {
  overflow: hidden;
}

.md-swiper,
.md-swiper-box {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
}

.md-swiper-box.disabled,
.md-swiper.disabled {
  visibility: hidden;
}

.md-swiper-box.md-swiper-fade .md-swiper-item,
.md-swiper.md-swiper-fade .md-swiper-item {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}

.md-swiper-box.md-swiper-vertical .md-swiper-container,
.md-swiper.md-swiper-vertical .md-swiper-container {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.md-swiper-box.md-swiper-vertical .md-swiper-indicators,
.md-swiper.md-swiper-vertical .md-swiper-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 0.06rem;
  right: 0.1rem;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-swiper-box.md-swiper-vertical .md-swiper-indicators.disabled,
.md-swiper.md-swiper-vertical .md-swiper-indicators.disabled {
  visibility: hidden;
}

.md-swiper-box.md-swiper-vertical .md-swiper-indicators .md-swiper-indicator,
.md-swiper.md-swiper-vertical .md-swiper-indicators .md-swiper-indicator {
  margin: 0.05rem 0;
}

.md-swiper-box .md-swiper-container,
.md-swiper .md-swiper-container {
  height: 100%;
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: content-box;
}

.md-swiper-box .md-swiper-indicators,
.md-swiper .md-swiper-indicators {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-swiper-box .md-swiper-indicators .md-swiper-indicator,
.md-swiper .md-swiper-indicators .md-swiper-indicator {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  border-radius: 100%;
  background: #999;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin: 0 0.05rem;
}

.md-swiper-box .md-swiper-indicators .md-swiper-indicator.md-swiper-indicator-active,
.md-swiper .md-swiper-indicators .md-swiper-indicator.md-swiper-indicator-active {
  background: #333;
}

.md-swiper-item {
  position: relative;
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.md-toast {
  position: relative;
  z-index: 1501;
}

.md-toast.has-icon .md-toast-content {
  padding-left: 0.88rem;
}

.md-toast .md-toast-content {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.26rem;
  border-radius: 0.04rem;
  font-size: 0.28rem;
  color: #ccc;
  background-color: rgba(0,0,0,.8);
  box-sizing: content-box;
}

.md-toast .md-icon {
  position: absolute;
  top: 50%;
  left: 0.26rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-toast .md-popup .md-popup-box {
  width: 4.68rem;
  text-align: center;
  overflow: visible;
}

.md-toast .md-popup .md-popup-mask {
  background: transparent;
}

.md-toast.bottom .md-popup.center .md-popup-box {
  top: auto;
  bottom: 0.5rem;
}

.md-toast.top .md-popup.center .md-popup-box {
  top: 0.5rem;
  bottom: auto;
}

.md-tip {
  display: inline-block;
  max-width: 4rem;
  color: #fff;
  font-size: 0.24rem;
  padding: 0.2rem 0.5rem 0.2rem 0.3rem;
  border-radius: 0.04rem;
  background-color: rgba(74,76,91,.8);
  z-index: 1300;
}

.md-tip:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.11rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0.11rem 0;
  border-color: rgba(74,76,91,.8) transparent transparent;
}

.md-tip.is-bottom:after {
  bottom: auto;
  top: -0.1rem;
  border-width: 0 0.11rem 0.1rem;
  border-color: transparent transparent rgba(74,76,91,.8);
}

.md-tip.is-left:after {
  right: -0.1rem;
  left: auto;
  border-width: 0.11rem 0 0.11rem 0.1rem;
  border-color: transparent transparent transparent rgba(74,76,91,.8);
}

.md-tip.is-left:after,
.md-tip.is-right:after {
  bottom: auto;
  top: 50%;
  margin-left: 0;
  margin-top: -0.11rem;
}

.md-tip.is-right:after {
  left: -0.1rem;
  right: auto;
  border-width: 0.11rem 0.1rem 0.11rem 0;
  border-color: transparent rgba(74,76,91,.8) transparent transparent;
}

.md-tip .md-icon {
  position: absolute;
  right: 0.16rem;
  top: 50%;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-tabs {
  z-index: 101;
  font-size: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.md-tabs .md-tab-bar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}

.md-tabs .md-tab-bar:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #ebebeb;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-tabs .md-tab-bar:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-tabs .md-tab-bar.on-bottom {
  border-bottom: none;
  position: relative;
}

.md-tabs .md-tab-bar.on-bottom:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #ebebeb;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-tabs .md-tab-bar.on-bottom:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-tabs .md-tab-content-wrapper {
  position: relative;
  min-height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.md-tabs .md-tab-content-wrapper .md-tab-content {
  width: 100%;
  height: 100%;
  top: 0;
  overflow-y: scroll;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.md-tag {
  color: #333;
  font-size: 0.28rem;
  text-align: center;
  display: inline-block;
}

.md-tag .default {
  background: transparent;
  color: #fc9153;
  border-color: #fc9153;
}

.md-tag .shape-square {
  border-radius: 0;
}

.md-tag .shape-fillet {
  border-radius: 0.04rem;
}

.md-tag .shape-circle,
.md-tag .size-large {
  font-size: 0.28rem;
  padding: 0.05rem;
}

.md-tag .size-small {
  font-size: 0.2rem;
  padding: 0.05rem;
}

.md-tag .size-tiny {
  font-size: 0.12rem;
  padding: 0.05rem;
}

.md-tag .type-fill {
  color: #fff;
  background: #fc9153;
}

.md-tag .type-ghost {
  border: 0.01rem solid #fc9153;
  background: transparent;
}

.md-tag .font-weight-normal {
  font-weight: 400;
}

.md-tag .font-weight-bold {
  font-weight: 700;
}

.md-tag .font-weight-bolder {
  font-weight: bolder;
}

.md-stepper {
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-size: 0.3rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.md-stepper.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-stepper .md-stepper-button {
  position: relative;
  width: 0.54rem;
  height: 0.5rem;
  background-color: #f3f4f5;
  border-radius: 0.02rem;
}

.md-stepper .md-stepper-button:after {
  width: 0.24rem;
  height: 0.02rem;
}

.md-stepper .md-stepper-button.md-stepper-button-add:before,
.md-stepper .md-stepper-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.md-stepper .md-stepper-button.md-stepper-button-add:before {
  width: 0.02rem;
  height: 0.24rem;
}

.md-stepper .md-stepper-button.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-stepper .md-stepper-number {
  margin: 0 0.04rem;
  min-width: 0.68rem;
  height: 0.5rem;
  padding: 0 0.04rem;
  text-align: center;
  border-radius: 0;
}

.md-stepper .md-stepper-number input {
  width: 0.68rem;
  height: 0.5rem;
  border: none;
  outline: none;
  font-size: 0.28rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  background-color: #f3f4f5;
  text-align: center;
  color: #333;
  border-radius: 0;
}

.md-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2rem 1rem 0.7rem;
  font-size: 0.28rem;
}

.md-steps .icon-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0.32rem;
  min-height: 0.32rem;
}

.md-steps .icon,
.md-steps .icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.md-steps .icon {
  color: #fc9153;
}

.md-steps .icon>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.md-steps .icon .md-stain {
  width: 0.12rem;
  height: 0.12rem;
  background: #ccc;
  border-radius: 0.12rem;
}

.md-steps .icon.reached .md-icon {
  width: 0.32rem;
  height: 0.32rem;
}

.md-steps .text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.md-steps .text-wrapper .text {
  position: absolute;
  top: 0.3rem;
  color: #333;
  font-size: 0.24rem;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-steps .bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0.2rem;
  border-top: 0.02rem dotted #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-steps .bar.reached {
  border-top: 0.02rem solid #ccc;
}

.md-notice-bar {
  z-index: 1300;
  font-size: 0.24rem;
  height: 0.75rem;
  line-height: 0.75rem;
  background-color: #4a4c5b;
  color: #fff;
  position: relative;
  padding-left: 0.8rem;
}

.md-notice-bar .md-notice-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-notice-bar .md-notice-icon.md-notice-icon-left {
  left: 0.32rem;
}

.md-notice-bar .md-notice-icon.md-notice-icon-right {
  right: 0.32rem;
}

.md-image-reader {
  z-index: 100;
}

.md-image-reader,
.md-image-reader .md-image-reader-file {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.md-image-reader .md-image-reader-file {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.md-image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}

.md-image-viewer .viewer-index {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  text-shadow: 0 0.01rem 0.01rem #333;
  z-index: 101;
}

.md-image-viewer .viewer-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.85);
  z-index: 100;
}

.md-image-viewer .viewer-items {
  list-style: none;
  left: 0;
}

.md-image-viewer .viewer-items,
.md-image-viewer .viewer-items .viewer-item-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.md-image-viewer .viewer-item-wrap .item {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-image-viewer .viewer-item-wrap .item>img {
  width: 100%;
  display: block;
}

.md-landscape .content {
  position: relative;
  min-width: 5.4rem;
  min-height: 5rem;
  font-size: 0.28rem;
  text-align: center;
  border-radius: 0.04rem;
}

.md-landscape .content>img {
  width: 100%;
  height: 100%;
  display: block;
}

.md-landscape .content.scroll {
  max-height: 7rem;
  overflow-y: scroll;
}

.md-landscape .close {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 0.4rem;
  margin: 0 auto;
  color: #fff;
}

.md-landscape .close.dark {
  color: #333;
}

.md-result-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
}

.md-result-page>img {
  width: 2.2rem;
  margin: 0.2rem;
}

.md-result-page>img.lost {
  height: 2.419rem;
}

.md-result-page>img.network {
  height: 2.537rem;
}

.md-result-page>img.empty {
  height: 2.057rem;
}

.md-result-page .text {
  margin: 0.1rem;
  font-size: 0.3rem;
}

.md-result-page .subtext {
  color: #999;
  font-size: 0.26rem;
}

.md-result-page .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.md-result-page .buttons .md-button {
  margin: 0.1rem;
}

.md-tab-picker .md-tab-picker-content {
  position: relative;
}

.md-tab-picker .md-tabs .md-tab-content-wrapper {
  height: 4rem;
}

.md-tab-picker .md-tabs .md-tab-content-wrapper .md-tab-content {
  height: 4rem;
  overflow: scroll;
}

.md-tab-picker .slot-wrapper {
  background: hsla(0,0%,100%,.7);
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  bottom: 0;
}

.md-tab-picker .slot-wrapper .slot-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 0.28rem;
  color: #666;
}

.md-tab-picker .md-popup-box {
  background-color: #fff;
}

.md-tab-picker .md-tab-picker-content[data-v-0b0bc804] {
  background: #fff;
}

.md-dialog {
  position: relative;
  z-index: 1402;
}

.md-dialog .md-dialog-content {
  width: 5.34rem;
  border-radius: 0;
  background-color: #fff;
  overflow: hidden;
}

.md-dialog .md-dialog-body {
  position: relative;
  color: #666;
  font-size: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
  padding: 0.5rem 0.3rem 0.4rem;
}

.md-dialog .md-dialog-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.2rem;
}

.md-dialog .md-dialog-icon .md-icon {
  width: 1rem;
  height: 1rem;
  fill: #999;
}

.md-dialog .md-dialog-close {
  position: absolute;
  color: #999;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 15;
}

.md-dialog .md-dialog-title {
  color: #333;
  text-align: center;
  font-size: 0.32rem;
  margin-bottom: 0.15rem;
}

.md-dialog .md-dialog-text {
  max-width: 100%;
}

.md-dialog .md-dialog-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.md-dialog .md-dialog-actions:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #d9d9d9;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(-100%);
  transform: scaleY(.5) translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-dialog .md-dialog-actions:after {
    -webkit-transform: scaleY(.33) translateY(-100%);
    transform: scaleY(.33) translateY(-100%);
  }
}

.md-dialog .md-dialog-actions a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1rem;
  font-size: 0.32rem;
  color: #999;
  border-right: 0.01rem solid #d9d9d9;
}

.md-dialog .md-dialog-actions a:last-child {
  color: #fc9153;
  border-right: 0;
}

.md-switch {
  box-sizing: border-box;
  position: relative;
  width: 0.8rem;
  height: 0.48rem;
  border-radius: 0.48rem;
  background-color: #ccc;
}

.md-switch.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-switch:after,
.md-switch:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.md-switch:before {
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background-color: #ccc;
}

.md-switch:after {
  top: 0.04rem;
  left: 0.04rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
}

.md-switch.active {
  background-color: #fc9153;
}

.md-switch.active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.md-switch.active:after {
  -webkit-transform: translateX(0.32rem);
  transform: translateX(0.32rem);
}

.md-agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.md-agree.disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-agree .md-agree-icon {
  margin-right: 0.1rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  color: #ccc;
}

.md-agree .md-agree-icon.checked {
  color: #fc9153;
}

.md-agree .md-agree-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.md-date-picker .column-item {
  font-size: 0.28rem!important;
  overflow: visible!important;
}

.md-date-picker.datetime .column-item {
  font-size: 0.24rem!important;
}

.md-captcha .md-dialog {
  z-index: 1400;
}

.md-captcha .md-dialog .md-dialog-content {
  margin-bottom: 4.28rem;
}

.md-captcha .md-captcha-content {
  text-align: center;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
}

.md-captcha .md-captcha-content .md-captcha-title {
  color: #333;
  font-size: 0.32rem;
  margin: 0;
}

.md-captcha .md-captcha-content .md-captcha-error {
  color: #ff525d;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.32rem;
  margin-bottom: 0.12rem;
}

.md-captcha .md-captcha-content .md-captcha-countbtn {
  display: inline-block;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  margin: 0.32rem auto;
  width: auto;
  min-width: 1.3rem;
}

.md-codebox-wrapper .md-codebox-input {
  position: absolute;
  left: -99.99rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.md-codebox {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.md-codebox,
.md-codebox .md-codebox-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-codebox .md-codebox-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 0.8rem;
  color: #333;
  font-size: 0.28rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.md-codebox .md-codebox-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 0.02rem solid #d9d9d9;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  z-index: 2;
}

.md-codebox .md-codebox-box:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.md-codebox .md-codebox-box:after {
  border-radius: 0.04rem;
}

.md-codebox .md-codebox-box.is-active:after {
  border-color: #fc9153;
}

.md-codebox .md-codebox-blink {
  display: block;
  height: 0.4rem;
  width: 0.02rem;
  background-color: #fc9153;
  -webkit-animation: md-codebox-flash steps(2) 1s infinite;
  animation: md-codebox-flash steps(2) 1s infinite;
}

.md-codebox .md-codebox-dot {
  display: block;
  height: 0.1rem;
  width: 0.1rem;
  line-height: 0.1rem;
  border-radius: 0.05rem;
  background-color: #000;
}

.md-codebox .md-codebox-holder {
  pointer-events: none;
  height: 0.68rem;
  padding: 0.16rem 0.32rem;
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  outline: none;
  color: #333;
  letter-spacing: .1em;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 0.02rem;
  border-color: #d9d9d9;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.md-codebox .md-codebox-holder[disabled],
.md-codebox .md-codebox-holder[readonly] {
  color: #333;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}

.md-codebox .md-codebox-holder.is-active {
  border-color: #fc9153;
}

@-webkit-keyframes md-codebox-flash {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@keyframes md-codebox-flash {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

.md-cashier .md-popup-title-bar .md-icon-cross {
  color: #333;
}

.md-cashier .md-popup-box {
  background-color: #fff;
}

.md-cashier .md-cashier-container {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.md-cashier .md-cashier-container .md-cashier-block:after {
  content: "";
  display: table;
  clear: both;
}

.md-cashier .md-cashier-container .md-cashier-block .md-cashier-block-icon {
  position: relative;
  left: 50%;
  float: left;
  width: 1rem;
  height: 1rem;
  margin-top: 0.75rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-cashier .md-cashier-container .md-cashier-block .md-cashier-block-icon .md-activity-indicator-svg {
  width: 1rem!important;
  height: 1rem!important;
}

.md-cashier .md-cashier-container .md-cashier-block .md-cashier-block-text {
  float: left;
  width: 100%;
  margin-top: 0.2rem;
  margin-bottom: 1.8rem;
  font-size: 0.24rem;
  color: #666;
  text-align: center;
}

.md-cashier .md-cashier-container .md-cashier-block .md-cashier-block-btn {
  float: left;
  width: 100%;
  padding: 0 0.2rem 0.2rem;
  box-sizing: border-box;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text {
  padding: 0.65rem 0;
  position: relative;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text:after {
  content: "";
  display: table;
  clear: both;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #ebebeb;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleY(.5) translateY(100%);
  transform: scaleY(.5) translateY(100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
}

@media (-webkit-min-device-pixel-ratio:3), (min-resolution:3dppx) {
  .md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text:before {
    -webkit-transform: scaleY(.33) translateY(100%);
    transform: scaleY(.33) translateY(100%);
  }
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text p {
  float: left;
  width: 100%;
  text-align: center;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text p.choose-title {
  font-size: 0.28rem;
  color: #666;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text p.choose-number {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: #333;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-text p.choose-describe {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  color: #666;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel {
  max-height: 5rem;
  padding: 0.4rem 1.2rem;
  box-sizing: border-box;
  overflow: auto;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel:after {
  content: "";
  display: table;
  clear: both;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list {
  max-height: 0.64rem;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  overflow: hidden;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list:after {
  content: "";
  display: table;
  clear: both;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list .choose-channel-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 0.15rem 0.4rem 0.15rem 0;
  font-size: 0.24rem;
  color: #666;
  box-sizing: border-box;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list .choose-channel-item .item-icon {
  float: left;
  width: 0.32rem;
  height: 0.32rem;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list .choose-channel-item .item-label {
  float: left;
  margin-left: 0.12rem;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list .choose-channel-item .item-check {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-list .choose-channel-item .item-check.md-icon-circle-right {
  color: #fc9153;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-more {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #666;
  text-align: center;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-more:after {
  content: "";
  position: relative;
  top: 0.2rem;
  width: 0;
  height: 0;
  margin-left: 0.1rem;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.08rem solid #999;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel .choose-channel-more.disabled {
  visibility: hidden;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel.active .choose-channel-list .choose-channel-item {
  display: block;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-choose .choose-channel.active .choose-channel-list {
  max-height: 10rem!important;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-captcha .md-captcha {
  float: left;
  width: 100%;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-captcha .md-captcha-content {
  margin-top: 0.44rem;
  color: #999;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-captcha .md-codebox {
  margin-bottom: 0.26rem;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-fail .md-cashier-block-icon {
  position: relative;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-fail .md-cashier-block-icon .md-icon-circle-alert {
  position: relative;
  z-index: 2;
  width: 100%!important;
  height: 100%!important;
  color: #fff6f1;
}

.md-cashier .md-cashier-container .md-cashier-block.md-cashier-fail .md-cashier-block-icon:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background: #494c5b;
}

.md-activity-indicator-rolling-success {
  position: relative;
}

.md-activity-indicator-rolling-success .right {
  position: absolute;
  left: 50%;
  top: 50%;
}

.md-activity-indicator-rolling-success .right line {
  will-change: auto;
}

.md-activity-indicator-rolling-success .right line:first-child {
  -webkit-animation: md-activity-indicator-rolling-line0 .2s cubic-bezier(1,.5,.8,1) forwards;
  animation: md-activity-indicator-rolling-line0 .2s cubic-bezier(1,.5,.8,1) forwards;
}

.md-activity-indicator-rolling-success .right line:last-child {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: md-activity-indicator-rolling-line1 .2s cubic-bezier(1,.5,.8,1) .2s forwards;
  animation: md-activity-indicator-rolling-line1 .2s cubic-bezier(1,.5,.8,1) .2s forwards;
}

@-webkit-keyframes md-activity-indicator-rolling-line0 {
  0% {
    stroke-dashoffset: 20;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes md-activity-indicator-rolling-line0 {
  0% {
    stroke-dashoffset: 20;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes md-activity-indicator-rolling-line1 {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    stroke-dashoffset: 35;
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    stroke-dashoffset: 0;
  }
}

@keyframes md-activity-indicator-rolling-line1 {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    stroke-dashoffset: 35;
  }

  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    stroke-dashoffset: 0;
  }
}

.md-activity-indicator-rolling:after {
  content: "";
  display: table;
  clear: both;
}

.md-activity-indicator-rolling .rolling {
  float: left;
}

.md-activity-indicator-rolling .rolling circle.stroke {
  will-change: auto;
}

.md-chart line {
  stroke: #ccc;
  stroke-width: .5;
  stroke-linecap: square;
}

.md-chart path {
  stroke: #fc9153;
  stroke-width: 1;
  stroke-linecap: butt;
}

.md-chart .md-chart-axis-y text {
  fill: #666;
  font-size: 0.2rem;
  text-anchor: end;
}

.md-chart .md-chart-axis-x text {
  fill: #666;
  font-size: 0.22rem;
  text-anchor: middle;
}

.md-amount.numerical[data-v-770f6196] {
  font-family: DINAlternate-Bold;
  font-weight: 500;
}

.md-activity-indicator .indicator-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.md-activity-indicator .indicator-container .indicator-text {
  margin: 0 0 0 0.15rem;
  color: #666;
}

.md-activity-indicator .indicator-container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.md-activity-indicator .indicator-container.vertical .indicator-text {
  margin: 0.15rem 0 0;
}

.md-activity-indicator-spinning:after {
  content: "";
  display: table;
  clear: both;
}

.md-activity-indicator-spinning .md-icon {
  float: left;
}

.md-activity-indicator-spinning.dark .md-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.md-activity-indicator-carousel:after {
  content: "";
  display: table;
  clear: both;
}

.md-activity-indicator-carousel .carouseling {
  float: left;
}

.md-check-list .md-check-list-item.is-selected {
  color: #3ca0e6;
}

.md-check-list .md-check-list-item.is-selected .md-icon {
  fill: #3ca0e6;
}

.md-check-list .md-check-list-item .md-field-item-label {
  display: none;
}

.md-check-list .md-check-list-item .md-field-item-content.left {
  margin-left: 0;
}

.md-check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}

.md-check-box.is-2col .md-check-box-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.md-check-box.is-3col .md-check-box-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  width: 33.33333333%;
}

.md-check-box.is-4col .md-check-box-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.md-check-box.is-5col .md-check-box-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

.md-check-box .md-check-box-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0.08rem;
}

.md-check-box .md-check-box-col,
.md-check-box .md-check-box-item {
  box-sizing: border-box;
}

.md-check-box .md-check-box-item {
  text-align: center;
  padding: 0.12rem;
  color: #333;
  font-size: 0.32rem;
  border: 0.01rem solid #ebebeb;
  border-radius: 0.03rem;
}

.md-check-box .md-check-box-item.is-selected {
  color: #3ca0e6;
  border-color: #3ca0e6;
  background-color: rgba(60,160,230,.05);
}

.md-check-box .md-check-box-item.is-disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.md-scroll-view-refresh {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.md-scroll-view-refresh .md-activity-indicator-rolling .md-activity-indicator-svg {
  width: 0.32rem!important;
  height: 0.32rem!important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.md-scroll-view-refresh .refresh-tip {
  margin-left: 0.15rem;
  font-size: 0.24rem;
  color: #999;
}

.md-scroll-view-more {
  padding: 0.32rem 0;
  font-size: 0.24rem;
  text-align: center;
  color: #999;
}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:1.1dppx), (min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-clearfix::after{display:table;clear:both;content:''}[class*=van-hairline]::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info{position:absolute;top:0;right:0;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-info--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:20px 12px;overflow:hidden;color:#323233;font-size:14px;line-height:20px;background-color:#f7f8fa;cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:#f2f3f5}.van-sidebar-item__text{position:relative;display:inline-block;word-break:break-all}.van-sidebar-item:not(:last-child)::after{border-bottom-width:1px}.van-sidebar-item--select{color:#323233;font-weight:500}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:#fff}.van-sidebar-item--select::before{position:absolute;top:50%;left:0;width:4px;height:16px;background-color:#ee0a24;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:''}.van-sidebar-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:#f7f8fa}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font:normal normal normal 14px/1 var(--van-icon-font-family, 'vant-icon');font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon:before{display:inline-block}.van-icon-contact:before{content:'\E753'}.van-icon-notes:before{content:'\E63C'}.van-icon-records:before{content:'\E63D'}.van-icon-cash-back-record:before{content:'\E63E'}.van-icon-newspaper:before{content:'\E63F'}.van-icon-discount:before{content:'\E640'}.van-icon-completed:before{content:'\E641'}.van-icon-user:before{content:'\E642'}.van-icon-description:before{content:'\E643'}.van-icon-list-switch:before{content:'\E6AD'}.van-icon-list-switching:before{content:'\E65A'}.van-icon-link-o:before{content:'\E751'}.van-icon-miniprogram-o:before{content:'\E752'}.van-icon-qq:before{content:'\E74E'}.van-icon-wechat-moments:before{content:'\E74F'}.van-icon-weibo:before{content:'\E750'}.van-icon-cash-o:before{content:'\E74D'}.van-icon-guide-o:before{content:'\E74C'}.van-icon-invitation:before{content:'\E6D6'}.van-icon-shield-o:before{content:'\E74B'}.van-icon-exchange:before{content:'\E6AF'}.van-icon-eye:before{content:'\E6B0'}.van-icon-enlarge:before{content:'\E6B1'}.van-icon-expand-o:before{content:'\E6B2'}.van-icon-eye-o:before{content:'\E6B3'}.van-icon-expand:before{content:'\E6B4'}.van-icon-filter-o:before{content:'\E6B5'}.van-icon-fire:before{content:'\E6B6'}.van-icon-fail:before{content:'\E6B7'}.van-icon-failure:before{content:'\E6B8'}.van-icon-fire-o:before{content:'\E6B9'}.van-icon-flag-o:before{content:'\E6BA'}.van-icon-font:before{content:'\E6BB'}.van-icon-font-o:before{content:'\E6BC'}.van-icon-gem-o:before{content:'\E6BD'}.van-icon-flower-o:before{content:'\E6BE'}.van-icon-gem:before{content:'\E6BF'}.van-icon-gift-card:before{content:'\E6C0'}.van-icon-friends:before{content:'\E6C1'}.van-icon-friends-o:before{content:'\E6C2'}.van-icon-gold-coin:before{content:'\E6C3'}.van-icon-gold-coin-o:before{content:'\E6C4'}.van-icon-good-job-o:before{content:'\E6C5'}.van-icon-gift:before{content:'\E6C6'}.van-icon-gift-o:before{content:'\E6C7'}.van-icon-gift-card-o:before{content:'\E6C8'}.van-icon-good-job:before{content:'\E6C9'}.van-icon-home-o:before{content:'\E6CA'}.van-icon-goods-collect:before{content:'\E6CB'}.van-icon-graphic:before{content:'\E6CC'}.van-icon-goods-collect-o:before{content:'\E6CD'}.van-icon-hot-o:before{content:'\E6CE'}.van-icon-info:before{content:'\E6CF'}.van-icon-hotel-o:before{content:'\E6D0'}.van-icon-info-o:before{content:'\E6D1'}.van-icon-hot-sale-o:before{content:'\E6D2'}.van-icon-hot:before{content:'\E6D3'}.van-icon-like:before{content:'\E6D4'}.van-icon-idcard:before{content:'\E6D5'}.van-icon-like-o:before{content:'\E6D7'}.van-icon-hot-sale:before{content:'\E6D8'}.van-icon-location-o:before{content:'\E6D9'}.van-icon-location:before{content:'\E6DA'}.van-icon-label:before{content:'\E6DB'}.van-icon-lock:before{content:'\E6DC'}.van-icon-label-o:before{content:'\E6DD'}.van-icon-map-marked:before{content:'\E6DE'}.van-icon-logistics:before{content:'\E6DF'}.van-icon-manager:before{content:'\E6E0'}.van-icon-more:before{content:'\E6E1'}.van-icon-live:before{content:'\E6E2'}.van-icon-manager-o:before{content:'\E6E3'}.van-icon-medal:before{content:'\E6E4'}.van-icon-more-o:before{content:'\E6E5'}.van-icon-music-o:before{content:'\E6E6'}.van-icon-music:before{content:'\E6E7'}.van-icon-new-arrival-o:before{content:'\E6E8'}.van-icon-medal-o:before{content:'\E6E9'}.van-icon-new-o:before{content:'\E6EA'}.van-icon-free-postage:before{content:'\E6EB'}.van-icon-newspaper-o:before{content:'\E6EC'}.van-icon-new-arrival:before{content:'\E6ED'}.van-icon-minus:before{content:'\E6EE'}.van-icon-orders-o:before{content:'\E6EF'}.van-icon-new:before{content:'\E6F0'}.van-icon-paid:before{content:'\E6F1'}.van-icon-notes-o:before{content:'\E6F2'}.van-icon-other-pay:before{content:'\E6F3'}.van-icon-pause-circle:before{content:'\E6F4'}.van-icon-pause:before{content:'\E6F5'}.van-icon-pause-circle-o:before{content:'\E6F6'}.van-icon-peer-pay:before{content:'\E6F7'}.van-icon-pending-payment:before{content:'\E6F8'}.van-icon-passed:before{content:'\E6F9'}.van-icon-plus:before{content:'\E6FA'}.van-icon-phone-circle-o:before{content:'\E6FB'}.van-icon-phone-o:before{content:'\E6FC'}.van-icon-printer:before{content:'\E6FD'}.van-icon-photo-fail:before{content:'\E6FE'}.van-icon-phone:before{content:'\E6FF'}.van-icon-photo-o:before{content:'\E700'}.van-icon-play-circle:before{content:'\E701'}.van-icon-play:before{content:'\E702'}.van-icon-phone-circle:before{content:'\E703'}.van-icon-point-gift-o:before{content:'\E704'}.van-icon-point-gift:before{content:'\E705'}.van-icon-play-circle-o:before{content:'\E706'}.van-icon-shrink:before{content:'\E707'}.van-icon-photo:before{content:'\E708'}.van-icon-qr:before{content:'\E709'}.van-icon-qr-invalid:before{content:'\E70A'}.van-icon-question-o:before{content:'\E70B'}.van-icon-revoke:before{content:'\E70C'}.van-icon-replay:before{content:'\E70D'}.van-icon-service:before{content:'\E70E'}.van-icon-question:before{content:'\E70F'}.van-icon-search:before{content:'\E710'}.van-icon-refund-o:before{content:'\E711'}.van-icon-service-o:before{content:'\E712'}.van-icon-scan:before{content:'\E713'}.van-icon-share:before{content:'\E714'}.van-icon-send-gift-o:before{content:'\E715'}.van-icon-share-o:before{content:'\E716'}.van-icon-setting:before{content:'\E717'}.van-icon-points:before{content:'\E718'}.van-icon-photograph:before{content:'\E719'}.van-icon-shop:before{content:'\E71A'}.van-icon-shop-o:before{content:'\E71B'}.van-icon-shop-collect-o:before{content:'\E71C'}.van-icon-shop-collect:before{content:'\E71D'}.van-icon-smile:before{content:'\E71E'}.van-icon-shopping-cart-o:before{content:'\E71F'}.van-icon-sign:before{content:'\E720'}.van-icon-sort:before{content:'\E721'}.van-icon-star-o:before{content:'\E722'}.van-icon-smile-comment-o:before{content:'\E723'}.van-icon-stop:before{content:'\E724'}.van-icon-stop-circle-o:before{content:'\E725'}.van-icon-smile-o:before{content:'\E726'}.van-icon-star:before{content:'\E727'}.van-icon-success:before{content:'\E728'}.van-icon-stop-circle:before{content:'\E729'}.van-icon-records-o:before{content:'\E72A'}.van-icon-shopping-cart:before{content:'\E72B'}.van-icon-tosend:before{content:'\E72C'}.van-icon-todo-list:before{content:'\E72D'}.van-icon-thumb-circle-o:before{content:'\E72E'}.van-icon-thumb-circle:before{content:'\E72F'}.van-icon-umbrella-circle:before{content:'\E730'}.van-icon-underway:before{content:'\E731'}.van-icon-upgrade:before{content:'\E732'}.van-icon-todo-list-o:before{content:'\E733'}.van-icon-tv-o:before{content:'\E734'}.van-icon-underway-o:before{content:'\E735'}.van-icon-user-o:before{content:'\E736'}.van-icon-vip-card-o:before{content:'\E737'}.van-icon-vip-card:before{content:'\E738'}.van-icon-send-gift:before{content:'\E739'}.van-icon-wap-home:before{content:'\E73A'}.van-icon-wap-nav:before{content:'\E73B'}.van-icon-volume-o:before{content:'\E73C'}.van-icon-video:before{content:'\E73D'}.van-icon-wap-home-o:before{content:'\E73E'}.van-icon-volume:before{content:'\E73F'}.van-icon-warning:before{content:'\E740'}.van-icon-weapp-nav:before{content:'\E741'}.van-icon-wechat-pay:before{content:'\E742'}.van-icon-warning-o:before{content:'\E743'}.van-icon-wechat:before{content:'\E744'}.van-icon-setting-o:before{content:'\E745'}.van-icon-youzan-shield:before{content:'\E746'}.van-icon-warn-o:before{content:'\E747'}.van-icon-smile-comment:before{content:'\E748'}.van-icon-user-circle-o:before{content:'\E749'}.van-icon-video-o:before{content:'\E74A'}.van-icon-add-square:before{content:'\E65C'}.van-icon-add:before{content:'\E65D'}.van-icon-arrow-down:before{content:'\E65E'}.van-icon-arrow-up:before{content:'\E65F'}.van-icon-arrow:before{content:'\E660'}.van-icon-after-sale:before{content:'\E661'}.van-icon-add-o:before{content:'\E662'}.van-icon-alipay:before{content:'\E663'}.van-icon-ascending:before{content:'\E664'}.van-icon-apps-o:before{content:'\E665'}.van-icon-aim:before{content:'\E666'}.van-icon-award:before{content:'\E667'}.van-icon-arrow-left:before{content:'\E668'}.van-icon-award-o:before{content:'\E669'}.van-icon-audio:before{content:'\E66A'}.van-icon-bag-o:before{content:'\E66B'}.van-icon-balance-list:before{content:'\E66C'}.van-icon-back-top:before{content:'\E66D'}.van-icon-bag:before{content:'\E66E'}.van-icon-balance-pay:before{content:'\E66F'}.van-icon-balance-o:before{content:'\E670'}.van-icon-bar-chart-o:before{content:'\E671'}.van-icon-bars:before{content:'\E672'}.van-icon-balance-list-o:before{content:'\E673'}.van-icon-birthday-cake-o:before{content:'\E674'}.van-icon-bookmark:before{content:'\E675'}.van-icon-bill:before{content:'\E676'}.van-icon-bell:before{content:'\E677'}.van-icon-browsing-history-o:before{content:'\E678'}.van-icon-browsing-history:before{content:'\E679'}.van-icon-bookmark-o:before{content:'\E67A'}.van-icon-bulb-o:before{content:'\E67B'}.van-icon-bullhorn-o:before{content:'\E67C'}.van-icon-bill-o:before{content:'\E67D'}.van-icon-calendar-o:before{content:'\E67E'}.van-icon-brush-o:before{content:'\E67F'}.van-icon-card:before{content:'\E680'}.van-icon-cart-o:before{content:'\E681'}.van-icon-cart-circle:before{content:'\E682'}.van-icon-cart-circle-o:before{content:'\E683'}.van-icon-cart:before{content:'\E684'}.van-icon-cash-on-deliver:before{content:'\E685'}.van-icon-cash-back-record-o:before{content:'\E686'}.van-icon-cashier-o:before{content:'\E687'}.van-icon-chart-trending-o:before{content:'\E688'}.van-icon-certificate:before{content:'\E689'}.van-icon-chat:before{content:'\E68A'}.van-icon-clear:before{content:'\E68B'}.van-icon-chat-o:before{content:'\E68C'}.van-icon-checked:before{content:'\E68D'}.van-icon-clock:before{content:'\E68E'}.van-icon-clock-o:before{content:'\E68F'}.van-icon-close:before{content:'\E690'}.van-icon-closed-eye:before{content:'\E691'}.van-icon-circle:before{content:'\E692'}.van-icon-cluster-o:before{content:'\E693'}.van-icon-column:before{content:'\E694'}.van-icon-comment-circle-o:before{content:'\E695'}.van-icon-cluster:before{content:'\E696'}.van-icon-comment:before{content:'\E697'}.van-icon-comment-o:before{content:'\E698'}.van-icon-comment-circle:before{content:'\E699'}.van-icon-completed-o:before{content:'\E69A'}.van-icon-credit-pay:before{content:'\E69B'}.van-icon-coupon:before{content:'\E69C'}.van-icon-debit-pay:before{content:'\E69D'}.van-icon-coupon-o:before{content:'\E69E'}.van-icon-contact-o:before{content:'\E69F'}.van-icon-descending:before{content:'\E6A0'}.van-icon-desktop-o:before{content:'\E6A1'}.van-icon-diamond-o:before{content:'\E6A2'}.van-icon-description-o:before{content:'\E6A3'}.van-icon-delete:before{content:'\E6A4'}.van-icon-diamond:before{content:'\E6A5'}.van-icon-delete-o:before{content:'\E6A6'}.van-icon-cross:before{content:'\E6A7'}.van-icon-edit:before{content:'\E6A8'}.van-icon-ellipsis:before{content:'\E6A9'}.van-icon-down:before{content:'\E6AA'}.van-icon-discount-o:before{content:'\E6AB'}.van-icon-ecard-pay:before{content:'\E6AC'}.van-icon-envelop-o:before{content:'\E6AE'}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url('data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAGL8AA0AAAAA6SgAAGKgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoOoBILIXQuECgABNgIkA4QQBCAFhQ4Hlicbj7ZFB3LYOIBhOG/7KEqjrI5CckpqLfv/nNwYQy3QrP8HqSyT0KreOBC6oV3YaCNcHtGFZdNfJs0K3ObxOB3jel2BnkhyW3HUmbbpKvaF/2F/+AxsG/mTnLxQ8ftt593970giiaZM0kbMJCiNSis0tRKANnKdCL5V097IukKp1yqEwfj1H57Pbe+PbRz77ILtf9hxMc4xGBvsf7i3sXGNcxunynELyIYyFA9MEUxB7zzSFM3i43GW5XElUGKXmFZqytCsDLEyO928c2+JTY/UgPqRB0iBPwY3x61tjLrd8yPPeIFR3Xa/Ko41DM4rqawV8d4B63AskFKHLHYdRuxubxxgFpDGnGg/5nyVrtLGkp7hp2guAAzJiQOl/JQ4Y1/sq30NOM7GCZcofwCUdr5vziooIFdKZSc/dWhaHgA6Lb77nvbSZtU94K3qlkb2I+JIMvyvaeGQJ5FSKTUcQ/gAkB0P/65leQOcJMhJBGkdvKpsXfISpIKWnmrlZn6T3ycRbG8njurMmoBHTn5N5/S4btDGbZkUQTWu6urAEIda/bJ7Hcqs+7831WrDbpoZai2555x0V6qiNjpXuXEuuiR7/f5vdPf//RuNboIDNAgOjKQDAWkHAMU5kKBmCAJCGXJ4oNw64xqANEVSayhSmuVqz3DOWR95m/lIddGEZ4Lkwg3Ci2ejM+ll+QXhhRteEl4QGafOaR8mzISTJwmMPi8V6sb8WDPyZqjeYpQiTUCwbUp9/PI31vpPl3vcTWN9cl23SFGfgNwCut2Pqf/smn8n/c1aGk00goIccMfQVqE2rYijelABf3yTyvYWkshqd800339ZiAOk0ihRbhihigqbeaPZl9zFOgo9djn/gFZ5Eb8yvH5/0DZ9rDFfxjPo9+p+LCLwAbyF7bPfLbxbELYXzWpjjJxsxPV7qQ6IWc/DjqhAkvYQe89A5gEn5C21NuLGwwTwFR9/40EfE/zB9F3xoZAO+WBoZN5j8fJuh9Ny/ZeOIo2mRH3jIi6jS1Bcg2RXHlUIhgXuRUXUssSJ7EhhtrKLuqlVIetsJBH7kCWLMel2gHxoMtbmKZ2RCulqJziTblpEY5xlFKce29TPvbt0wBOxQ3dQH1I0e/UK8OPPQ4wOmU8wwJixLP2hM7MXMDMDM6Ghd13K1GDBIreYzaZrZNhp5GgmDWVF3RyhgXcYdVRt/K1ktavWlvWPSiAT1GkvJDGqNtNQjRl9ZnrrUWKnkxNOno+A3wEnY6rbPDxwCTWdwJr5G1pr/QDnbiTmPU2nDygO91cZ3Ctg7lTvI37TlW0txun9tJV0DeznjL1yHge6+BFK6wcgp+5pXVLaZJ5fHJM6N9axFgMg42zMNXe2tMUKv4EW9ycnzIVGd5BW975V259xOw62mDHEfqy7DCIC2Jv3wLcgFterTUUEiNm/KJIRJafCmkgI4PgqU86Nyaq/YHFR+LkqBgJYvJOkkikLzK4VdCm4y/N7R+ISxqnuY6d0SBnRUUdcOJCQGPciGYL3e0jF7GS/V43RUvtrHGUlD1/N3hZGVTXlEhWenFfMGy78E0oPNpvtulC2DKWquL8HTrtedp/SgdAOs4zsMJttXEjCNrs2E5lMy/Jmx+zthMxyORyTKcDWBWjGbLRCitzz7lJpbSQ05G0ZtR+LqkK59pqzlksgsqKWo8jAqm2qlQ1eoytL0wyBBUDYG0A22EjhtlWepykw3dXmoHTYbWidrRMEKjUW13AVFKLpVFa8qlb/UZZURxhu0KOJBI5E6n3fb66uKsduUcv/Gxl1BkP9ZoANzfHe5ll2YhK3YzwBCZcodzAHOU0VXzRw4V7fVdHAXegAPPe3RJVXpXK+4OSoelAoWa1a1TYIKVjJ7cW6F8WCBfMJDTWPXLFeRF6elR2zGSCCEq63EdbJrbFk9+DNC+VjUu7oTimbXVdsrgfqTtWEs9MCMG9YafRcx3LnDlF1+4upNJjwOuwc7Q1hU4PxWOo3PGUcl9X2xU2Z6fhqGgTCAOKctMbIgiL16urBZ6vh+Ycoxfttre9F4/iqOzsFbrzqwZs57qLM7ZAilHDuy5TRe3EdgURP4y6akzEKR0QEPxh6eE+W29sjFIpb9KnOP8R5JiNe1thAQKXSUE32liigsbda6XxShBDnPjpGzmldyY36QZe8pReOfGmYOBfjmNpKqodtll2GEWEi50mRyayZuJ2Ew7WAetPBteI2xvpxQgipwE6tcgFcj6Cg9R20FYf0adxFMExD1QVJgQzlCwfjraFgXMZapZqGdFGlg3qZG/AAaS+Vg09WbV2mT9eIFBLmVoV7r9JYsdTIeg/JZLkHJ7LYQ+Mf1ESoWX5gB/GSKMyxTS4+cZ+Lm7J0drJrO48wh9gBlVIhkojJSBMKQax/ClJIG5/IJ5JrbSvlCLEkKyzJXB+B+4KqWGZVed6BXY3cLcIOqvUuW8YmlYLcl1zdCTpEBDfs034M8MiY6n0DQiF0Ksm7kNvpfzeVcOrLq3IytWU9I3ynxX75LJUOAAnrSNgiHxeRpdx7ZrwVJWig2Ler7IPhJEo59W8uo7fjFgLuc6KoybEetkjCuPIwW412skDEL0hhHPPRMaoPAzaCim9hYRTnB1F31AjSRiGMeFVEsHrl5rDpv7UQV8XogpIqeFHNtHEeauPt8j7RhRjH4FxGVw81Nre49Lrs57odNvSlQx4CU/Zhk8l/YeSoC8zlCqbksfIvjczdRjOxAUwdDjk79Y4Ab1OMJqo3o3QoamCyhtaQF/ChgVgT40VmVa6xo+9fgeQKYqw96yqtLMEio32nFHiEgIA3lvsfSjvSsqJWZDNTWb1J6X7WJIRxX7+iIhxcw9xf+jBa/3SvwvNdeyi0utc+XUJNz5dFiGY/i3brLVbpfOFukqrTJ5aTxT/b3tL2Lq2rN/5xY1+/t+iJtIRwlLK1ns3J1OjMUoXye1Zu8NldIIIxwggMPvj5zrmIgxqh8xD9XraO4CJDOnsDSo/yhZt+bmf13eDz6MvwqzOMG5AgKm6zjFxBMJ7Xp1t4hdr1Y+vqL/zlzL726wqxQfdUtSsiw7p62DpS8kDf3gfhQv/nwLheDr+MPg++WKX9eW3ffPC3K+vyNatC8K/WoySc5cDQXUOnJuGCTBK2UdaJMGBfKNOGyz+rmzXa9WNAPtNcSk3M8k+xzzz2C+pOIyr90q9bsmAT/I38z4b6KHB3q6sdU97Gicae63ZTtYB3sOxwnTJkgE7cNOoRGjbUlX4vF7NeHx1rk4d5tXcnjth5i1qq1AkpldveHs7LERosH9abvuJ06HLYIWY2y3k83tExhyeNaCq6FFOlOofDFNZmarZXMyhVCF4eVEwz73b4biNEvUe+HyMR0mtlqln3HQiciNe1tIQ0VRFm41M0z/VCGl0y7Q/mnhVtvCdPfBPWOjDJ9OIL+3fK3z8sXZ7VaZjSU7kodwJBLtAXKJy4v+63Z3QSTg0r+wClK5Wclwez90LO9usx6nOjZ3/LKWArd6WVP7p+XZsRIxrxcJE5L0o1+M60c9CSslldqOoE4ajXR0/aFuQEdK8sV4lnlHIqXaV4MFAc4DESB1IGWUjIPKumVg+/ZLz8THTpu0g8PMqjOEi4bnXMI5Nmd+jdqIbclZ+d51PosFmRslRDC8MJ9ztcXFMInvHlKqArleW92r3GU94mBbYNyHhKXDy8U6dOnHnxmfyR8w27febnTZmK2KxPDpHUq5+nDgOell3+rk3rb64+HdiBbAaSYfnWxtrrTs/aM6ETKlao2kuiJdsbbg1r8nB0YCecRV3jKXZ61d3o59yY9sbKU77lS0Ygm3Zgb667wXvXn42WRKodKpYTOlvrbw7pN04EmbKv/5b2YujNXjz+d+wp3YbfXcXZkkO6g9xUlMmJVMG0lPpSPLv4M8CnNVvRxo0pgCEI9FnvLd59Q46/YOAj8K1jFpvsIdTppfAoJb559hyK0hDO0Pj1E5eqOEcq8vdThz+MkycZ8Qhpu2jz55cLJJHoJqE/wCbc71b2TAxZ11YoD4+tyvhtzlAnIb1jRkNjpSswM62AUdPjI1KmulLF/UjcRe7BM2GAt8cs6uT/bgeDYZ/L70lGsp9XqtwMrOaY/TXMs+CWdix7gMGR0NrARWAI+BGG0BIk3I8gYdGwADUgZ5Jq4iFZ3NftPq4ik7jm4tS3IhkLJxaayEnjlh854TwL+6Zz888p1nr3XsDFqedWFjBeJ1zxO5OLGXPGmLkrL5s0eh/iWyaVSXXq8mem95S0DhUFqNXOpKmzZxz+oYXKda+CekjSGz9/sBXWmd243w7TXtRJygXveC+eBDak0E8twa5SUVj9pqjHMOgZByV9hBBBPZTifr4NZNdrYoDmLL6ICE3O6Ye9TjmwoIexaHDYtohPVf0fvteLsvLVwvcGaCCMlNgZ/UHrXqu1i6BmplEx8m95pPYh1k6bG1QMONSOFe6r2dWZ9JqFIUKcUSoAXYLYahqu8B6VHk8Sy/ESYWaj5exbKvXcl+PfUIi9v7JRtYRQCIJAJCIaBhJcYLw5SLJJAKhE1nht/gnQgjBhrgmwciD7cng6UaUcxI28tc1tascGG1AGkJu2YRgOU8c3Gf2onOM+sIdSNG9JQd/Y16Ns3AqSAkCEvJXThEATbXKIKYxRzAUcLFgahVP2QyHtkZGbgloC1TmrrtYix2vur+7M2ZL75Uo4+6kGZZQfxqBCrI9Doai04KktiWEDOmCrOgbbXDRxrVTh5brqXQuUOGEDM1zOz3xzOozRwoCrpduTPkqiRpw/Lh1abD3quUdUxXFlmKwLZVbDFQ1ZmU89QYcZMtXnuy/sdyej9ehqi/kWNP0biiLsdUXp1jZjDMB1ehj/fkuUjZWRqko3e+SQdZbU0OWkNxjGBK8BEv6ljpbfJ8rOAxdjixKG81IS9gJPMITnGJn5D2ZSHn0w4pKhqPz+vHcgZmcEy8Nro36ugfNV5+2CGFKZeGnEo554ycaI44Q5/fCjNZtBLdZjhzLIxX9A0IsjwppWUC+8kKtLxBdvKYoXWc66Yb0YhrYmr1dKXaNJpK4VC93qAnDmqvUPhbTNl8cOUHi5JkY49eHOnHjoETatGgzOBP1uNdW+knIBMx7fbWOigUwHVxRAos0sqVJ6mBjKLrzrZhPjy4+tT0ThxP7fHAnFFN18az3XqKozjYOh+lDQKoHBmLCYDRtwtYnL2tY/R5ni2uh2xjqcoWEvYs+hIKv6G/Fh7FXgurAEACrADT3VwvbQi2m9iRLWLYPktIAAMjSA4UnqqadDVxEM5iwMNdFBRJUy1Uq3saInw8fATVERUug/PtXEvP0eNqEqbmOfKmrUiB0pgTyaaqRQJavPFK1APOb4FUWiGUkXsCojTmPda0UAdoqtsAT5qVdnfkypLScWqBTIpjnEhipo/Izf5pwBvGJGZUTCLVERffHqUOTo9p5rbze6drjpd5camECFXdym/WCgBDAib5r3iU06MUjlZszK1ZipXCDFC/MnvshzYz9DPz+PSBEIzpX1zLADRYZW8hzfNfNp00zN+25pYtKMaNK4L7sWVYqvEgVkXxkDPWVFpbr7HDzzqW5mjecVW65HcJQIqMNxUh3rN35a358wn0zI2uk6B92wV1xxUofqj8JglY8qpBFhH42pebHXL0mFITcOKMMjjg1lBYsOXDRoAk+OYqHhH38SjcaNnpcIgsb3RYaFHt6fKefvu2DSBpy43kRNYoUd5yb0jiAA5noIT5DjmtSe+UGUtXoUcDNWaSis3MQJtfZFsfRnMRQRuCHe+5413Y40pJGvrX69IqXhHqipWsKOZJk8lGzU306yrZEfzz0zqt6nPz/ia85XtdsJpYUYVBYTLQn4b+u0ohgptJUmKcp4e3o3YD/T5Hhor2nmPj+wZ5ddqN9XJT+owfLL8w9GoTO3/OLACU2zzfbWqXZkffH/9veEHiDNmLQ5J3pwbtx9rmMrYB5exQHRFOhEUKfoFqiFt1pFV4syuUheIAuk1Y57ipMqZ2H2pSZMIDpkgVHtcVcTK8pZDL460QDOP+S3+xeQ5wKWL/R3l5/Nh622JFE0WV6a1WHSv1+/u2w2WDqzdef5va7YoTcHDhpKy+fCFfM7yi8dMrGmeQiammxzc6dgNDNTzTHejs2VxVp4SwrNjkgUtZXiS7dqf20reb/9BQHeDikV8PtsJGcqHKd0Rw9sPZSZKF4gUYhUYVqa3TJyB9iLSumBULFUClKzb20snZmZXgU6XrGStqTQP7q8I3rpMFpesXxCM5c+I8UIajxqUaP4iQBlKld7bvNjYTD00QcRIRJxt48/GvrwYwKlm/rUYlFBCTtnrKcNM7r1jDg9rdt5nj+K7UwBSDFSupnoWa/fbTHExjOzr+wmqWyc1p14sCwB7gDPBvIV02Vuz0PqSxjHBBs1QlekNIU+ayx70mGy/L+X9rmj36g+bk7A+qM3I51bc8ZN3JO1Oy2O3RJM9FWzf22gRxP82Qk6u7bNjKw+7WwK9EBPWM+OsvaMuzkUoXH13NnKNpauc44lcQxASqe1Fpsg9klapkuJDmemJhHBSxn2idhFIRnRJL6w6LxoLbLNBXZ+li15SKW0pHlxTyLLX1XXM21m3g2taLhKpyVCQyQxQ2xmqdF+lSA9Y/pQjtInrirlSU1bx5sc7sD8iktBfVuwS8AmNT3wuvJZdzoWbfIbqfJpFmJ8N4IuCmX6T0JUEMpmL6eb7AlxfkV/HvMOLDAZ7ycSEZKjMQYjdFGMvQQuZpsWJcqh26na01c316luLYzJrEWphZURaGHWX7v494kTktAOCI76n2L+Rx9/8YSMjFYX1Byneuy1U/Fb6cTLzbEr+r5s6tMcPptZ+zGHg5iPPqfdtAvQdCEEzgqhwC++sf8veFZjXTiPmOsxkjakH2pjneD7xZEV5s9lHKBcsdVLLxxu3NhQOI0ZIK/MJUq/hLxycSBFdDvdFAPSGxkVS1ghLF9FWHvWg+PlHdZZlp5DCE+c9patZiWaYwaRgHKK4Jc10Qz19VPFVjwJS7zNHpUu8WY8IckIUyaOx8CxHmMP741QnXDPg38XcDeAQidRiJqxQuqSY9zDpbR851Z0R2IPZUa8EY5+o+OJG2RpqLEKthzJ2z2+W8m5XtKCd5M32YUGAy4zSxm3U4gX7b5lBDyc1w4bErdzizxW7eR6HoLYTDpCyVFakgOd1avnh58uiWhsAQx4pCP4+KPPK7cr/qF88hMPTc+s/5Rb6WdUrqqQoMAqzY7jyeGjWSEQ6uBmGYWDXqFreHDdYOAWN6qX+mVsDmL8zFbf4uVjNnROSkRhv+VTIzqc9g9re0Xc3oMpgIiXY9m0O/4Nuru2Ke871QbHRBZ7rdftLTa7JOwJADtkBqE7VXSI87oBocSZ1LbxXDJnY2jmA3HaEwBXtpo4sB1juUwc6RPY+iyg6Ej95uwXudZvnABwEmJSAfgCumqw0beaEaBIAByLraFTcogQLYx++TcejlZpUntnGF1AgE5gxhy55kJ52pJEQuieOHMHRCKKG1ZSeqgEWbF9c/InUWfZpe3ILJSaYW05tAbQwNq6bJDm9JG8JusOuXK7piiAosgcLZgq4NNZDIwMhJRZ1RVF7gJxL21paOj2NjyC62rA3NMscELjsnYDxVKr7ggi2gsVJqui7ESzt7QCMX9ixUqZDwz8OiEQDuUks0PofpJyik9ebyJDcGLnI2rpSjOfbbQvarINI8YBXXaju/1mz4bcmUUlFvlka9fqpnpuKgELjF1nd888Yau3+Hv75VdPt2+t72uZsTojb7ahPVyumLc/Nqmo97h5dyfjuI1vH2eIHBX1s+Ld9YHdHoqnI/OJ6Go5EC9TvuCT6DHkCN3gxBgfu8Mz01+R5XVJbvp4Lmo3O4k/u4wdtvwFMxBL2fWYy52Hw/aJ0utoOSxIp1o+i2JopLimQHKh0KEoKre8vs40TuQFwdwW2AKOQfKWlFWJ4gxsK5xc1I8CSQKpqeUk6qIFgbK8ChwrZ2odLeo++KiUigeU9WPHF0qhFr04oaUkP1PstVvr2x2bBb7Mdzuy2hvdXTd7JA5pKiluhWnb6x+fmg9e7fIujHRtFblfR7RCbZ+1u6zcYxB7cvK5v2NFdtNsazvm46t1zDcKHXs+B87Gug50fiuoR4Whpmwf1t68EsZFxu1cBPgkeAxws7gpcAd5/5byP0giocEeOvR/2WIA5rMWiI+KlO14iZz04k796FIfXf6/9xbRNgYXgovDSfzZ+HJ4aTT3FqFMzBbJFeHnWFKyod0ARGcCR3hmDh8B3mcLCOGBAmBMYsc7HVR5kQ2XyUDqTOIDbi4pX06WIGJVczltjmuIJ7hP8vi3d4MOvJdHSw5bISOwCzm8lTM75bXd3imzpeUXE0t5sYhZM29HPy6G0AnEwncEOTXGConA+aO00yGF7tgJ4F+G3CO4NBKB2grUblh6fkkRAxKsdYLHBYhVDLWrRDnwi1iXTbkaqibraiewrzvBaRyV3t8JysbUT1OJpiajh8BBumeZUWhEWaDlVbQkQQwf7ACWPkFe+lmaJKO8DE1d/ekVxOc3c5/7lQKCc13d4qEOArSOeHl18LbkNpIqJsUwXm6npDiOPMR6Kp7SeYx9quwKsMv0qqoBoa19e6zexp4IsUvYHOF+c2Lh830xKvKVRaJK9shsi8E4YYGiNnoNpkwV5+fdKbaZMrdLbVh5nOn6yuFcU+e8B/6BE2CFHCV7t08v7WYnGpotBWoZljAjeJWQHOwQuGn7PBF/5nGxRQAMR3QVCNDH2gBDX2Bo54XvE4MKAX0EDG7EZDARDzpcNjTHIrVg6mX7E84OfTK9HllyZagqEOelLqCTVQDV1v1KN/vLl+W3jmC+SmUuDghxFAyq4rqTdwwVPnDSSVuypsvtb2WvEyL+qLCOEbUd87R8I9eoR437+qUOLLIB63l4OS2ldKTYrMAp3Ky2AMmpFSovWoSXZIVjU8kmA2+TZFRkNZRctfin3JedRThhfn97PbuzsRnLFUE81X2iqtR70rRJvd7GnIt1XGJdKi5y/nmyXnFS2JG9avfp/PnFarMpt1mVirWQB9KDxzAHR2M7fyfcuCpOQK0NFo+3sqgpA1c0EcjJJ1W9MLq/Jq3qk+XAi7xLhFkFODf8IdWmTIrNdpNGhSlRKpXUjv2Q0iAaz4QEIV9oaCXeOUUg7udzQNooA4oaELMBBINFf1hZY6dfVZGWJjWYqFWpd2aURfGSc++XjYPPxl7dVNE9Jisbv3TVtqbjGoxG6rmg/oomOpE7oR+DLJDlEXJ/+jMxNxSleldxtUJ7Ahm9XL0ikCBc1cHOQOMBDnJ3YYYkQgdR5ap2mPcOIxRlxeXASsI71xcIkBFNKELyvUrDK3M0d2LrhFT9gaVpBuIK6hW4k7DmBNFbw8FnKEHu7rBwLI3oAR1jvzA1N0eifxTM3lbihP/aonGMue2KvCuetKR2a9TmWXAb4i9kEzkLMSH4whYoGJu280VP4V9EkmHtOfRgo8DSlx8ckbPwwnDQAU50HPcn7UnrqWlfckrfxwwNaSv3lDKntmx/ur10rKCxrZNEjGT+aPkwuL7JeVwicJFH8uzdfTRQyDQJbjpjfF13tAMKMEtFo1HwTRSqXWBrneOu8ZN13o+uyx+qTux0XRegCiGYo4iBe8p3nSeyUOl8ja+2bdW+OldvhXhU1ltug8YGetcRCwEXBGYsIWZYuKeMtiO693pSRZfSgskV81skD6hJ+zEeEgUCIk/KL4M0MCpChi9mg6c1w1Uce5BCAntKaHl6DCQhKNSo459yc6Fm9SiupskVjRzUsdXBtcL+0SqGrN5qrAn95N4DlGS/GkFu6kwlBvupGeoaRmGtuWidz1wYFo77J28wajIaiwT50nAJbbZXDL90xEuKsG+0vhSkt6DAMccXLyL0LJJpwHbwjxnjLUmKxM3J2kvHzmeoQ0I6Ip4o6G2gY988e8XiFY50YVGs5CL5ivDap1/99BTezQhTO6Lf7rLViVy0+xYEyOFnVXtUj5J6H7yvVNpudFhxFpnc/ELH3WYqrC8N0nvLb2an0WcXMGm/njDDdUsKSZtcmZNNDnMOBq5cDem0/dPtWRzOD6Z1BTqiVSOBs6zbvMn9nEajn5625DLkKS6Fycrk21lVDF+cM2uJvcy8G0ramyNKQ2LVgFZp84afccW7udwq5YWDVYbRjelQcnqaErDo+Im8mZNp4maJUC1Eq3x+KbXeWi3AZnvcR3i5OPQhc2J1sptrkD5Z+JDhj9siW5w1PqFVQ6iXOvhaJ70zh7UYgBpw0GNbXXeRs/ijPCQhDhYVg0TBNstseiTNajwiCRJHsMn2REeIiokCuJIr/9U43yZzx2LYWjnUBKnmRb/ITNarNwu5DYwX4qH/dcctmVxXzOwmqQCUrneNmchvIq+gi45eG3hoLIGqVWkjdJprT8z4FDlD2KmtYB3HYjV2Up+qN9bg1GmtVLE0Ku0RYwFRCTXt9JJRLeCVmkZVVB948N4aGLNvvBg4B24SCSLGB/a7XLCwpxkvQaLNhyiLP4OM6DDToJ4kC7zK8vV6SnNSrry7K3EjUqjjFRgWtOSwBNDEqoB0MjwgAUG8cMmIzkahDzsd0yvXJKK/1bh8NFKqu4sxyHHX9aoNy7c6hG58k61OzT+3YnnHJZ/YqdlXEXSvjrqZTUxZQZmapcTqr0bxxIHmDe08ZEhN5xYPF8CQUxRFeLp2vVQry+9cWWBslchhf/rqL8HEwu7147/2kcBg54HzmgcupCPRuWu/+lKbObfODp1TzcCOff5R2DN4YG0tHTiwBw81l/37Vt+eoByZAnkOX4tJQh/e+ByNceEc6E9qHr0hwVa4F9Qnyci69/CA+OZbcTogXvJm6ih89zijBzI0y6BFdugne4Wqakd0/vi5HnElKLTmVHqYLdqW64L167bP2hO15XbGXZzQeGoChj3/hH7IDYStrbHvkA6tCGDpMoNhaR54PrmmfagTvJstwwBeygVjgD3JUjuuSsZU5MtbG9rx4k/kc4m5MgfAl4qFbP7njozwBTmZJO+d/oeeKDavzqR6NF2kyBZqV2V61PHFOj1cStNZFNm6f5z19f3i2xUKOhNu7Gs/vx3Xaf0dPSj5jJDW+uS2VvfXfo5QkI7UajywzY3KYgNVb8na4CWH/4wVCeCbVY5WDJF8oPZi6xNP8yOQsBy/L/Gyr80pQ8Pmq4oiy1BWYV8YB/qlV5TCsJzimMPBz1sgJveWa2K4Ji8yhjBUyuqB7n6szQNdUMBrMedSoW4XbFYIoYC07ndGhk/U4H0Dwj3BUenWACbUKU5wZRa2arle1SqyzrMdG1/IOc/I5qdo8S7XC9VQiEQ/saBrlAexB2P0jRCidGqx8iaKCBzqIYyCVdE/RtbIiue99lJZkUsv4XL29Ph8wP0aP0SU2GdH5OflV+5luSePoelYdluZraw2vBhxFmJcq0WvrqZHOO9E+zQ5S0OvyVn2h1hvhuIjceLDlebLqrcr8Xwe2RJ64IlBMR1d3rqgDRQdLnmg0vn5ttbbSZdudnOZJ7EdITSSxuPtyzTGRoqvIFq5DYVotOlQU+BkCW0wuRiqKtTLPq5OqBbbJY1Hg+R44kL/0LKhOezNK2IhE0eQ0d62EAtYuVkiy8xj2E4x9YzAvMIT8riA/0kJQ1c4MydfIyUe64rOzYNCk3wZg6ynCu3JAiyGfdf+p/gE+pflcfX+mzXoNEhDOoO4ap6rGkLpI8SIFs9H86omOQ3Bqf9gJj5uxrvwsUZ25h+FfZUsX8AsQwSuH91blxfzwwqVkWq31K2HzwTmvdy+Z6j/AaHKodwq46W4h9kSB4etKW8BTcNqvqZAMXGSsgQrQzLmCQUBsb2BAR1BRHeFU42IIY5Hfh+KBfJeeVhVK90oXykSh0H1WiCmuHvDftBAzcpnHWyFlXEC+u+kt/nM0bHduB9YLCf7eZMKrCop0eSU6WHjJqq5DbL8dKXFhrpPSzcyIu+WCVHXHfFJFemNwF8Yis8IuwJY+2Ly6dn2Ke08dAthw79F07KncXQ2x3MVb7x16Gyu54RDkQ2utBMu3jx1UOaKaWhefR7dT1hztEfkrFNtqxFScDuk+ISpjTJKDTWYI5rnGLHgVGuMKS2sd+amCoc3Lfhzmv5MOCu+DXB+y67zjmBiUhhO6TAGBm5nyAiD5/UX0CFbqf9wsBriNdAMCiwu+5aeNF9wdq37PA8V/jIKb91Utu69RclnyO2S8M6eAC5TJKGVGK2yepC5CP3Ll/TSWVp03Pr03GfT/on48rVsPMis/nElixIS3eJP4YxNZjcflVPhvLU/r5WZUuh1qngBzJObajd4s8xssF2HwZyrn156HscYtt0yd4+F0+GVno45zjPjOrwOXhtBVQKj4QpWSqGiaiFjjzQZJUPlKQnVmBAvk2a0n31Zt2ypy7C/eCZ+Zq/r2C1NCd/bCttLVaAP966y4PbBjxMDhDl34EDBYTgnux9HxY6u+Yi3j8pIumHhGOL59qeaN/LwLh4rRsYTRIhe6zOdY2SvVeS3Jmx85cJOzshdzCydusQzdIYyVJHsFxxdACdM/3UfTmxKHhg0Aix5iNvcX7YOxOk13nE5hWmzJvu7W9V3ZlHi5CO850dfPx1IR1KY+nlz2GMCG0DjDh/uwoRkLGu8JFPigI6H4H8YM6hpxueWSjxKWnywFzt9+Bm1ekz+Umkn1leW+pwmvgE2CBiBg5bVrxzcfo8ng41Ko5VC0yUNbfb3fCRLewT4ReCj7lAB7r6Frav6poQev0yvVqw8HndczbG2eBtKq+fwXb7kC6JY86fWTM2319yJh9xJZJwckwTfnrgXMxOScQSPgn9fAYfZ8ERrH2JgB/6+2xWl5SIRv5p5zpB2NvKIKZhbGMny0j1gJ/D3Nv1q8W6wg3EL6qunY8rm8469u0zAXKbAxFdbchNFudUJjsmQsOUXD1KQylvoCcQbaFw32zxzXXfsYAY6AdV5zm5mJlYuVAuWQl7DCRVtVWfmV3RFS970KG/I6oPC31Ml2G4ruveWnr9WvbnMnIb8acXaZle56EbT4yszo2wh1IqDYHh77BFSS+r1ZvvIlfr9dIIRoYFVV6pK51bPOaHhasK0HgghBdoFOO5yj37Vy4zqefqVtrCMcK2nLXGlpzu6TDaPlDMp4/1ILwBOHqjHkOzH8kvqqLYdClg53VGR0j3duFVUirolh+jrNAHTM+DEvnx5dmyUqW8lQpCkTtKyZGYiDvGo1lhRNvwqnI6Ee0eSx4/Eu9JR2uVgbDAwMlrD22NVnTrVb30dmpiE/r7IQ5Zr0o4CdC+I/B3bBTADdcMCW083yoAJ1yAMEADvVtHsZ7NcIzSAMmgjT79gAFCuirWyrTdsLNvDH9QFBRwPD58vwjiFFH3Y2dFDh6xcfmsShe4R3Sqwpx96933ufa4Px0ozbiBWl8N0bJ92pnilwOZ2hp04+ZYfEUz47fCubhuyRJZE1bVUxJZqNKWxFXcNEMhQrtlSa4u0KNreYaZtqytNaeOTstK6BGuZsiC5yZgDc1DTHX5kFp2trNCT73Qos4oaADDtg91n59yXXlMNVJcjcALv54e2H8KRixgDI46RAWyEBmAXDGgj8GxIz9Ksgw2CmjaLukPsDuHscdBa+5whCMJWSYnVLrPPjZ63PX77XLVr33ptgTA3yJhPyskh5RuD+E0Reg0ICSo4wACGoSZ+cySiiRdkuvxRMQXxNjd7IT4ni5OLZGVnIeaiG/IzBXLfqPnt4+W5IfGdQeApE8G/1N+JAtRlBZZ/NnX2X4r7ReatbmmxAus//6h9YqwyWsxPF6Q0SUl8zCZ1xFoYwAQboHwYgFeTnNTYkLhUgg92P0atpfb1eIXvwQ+Ln9CY1zmYuM6kPWnmHvQFdq8tW7hEZ338C6OzV6+40TIUvEvADJQB8w+HeO0wOEsDeNjOR06sSoDPKTpAmCjfx0IACh0HugAAwxhoBX+B0JnZSAACAITDq+JxbhgUyKMgw3Zgf0Rvk5mKcBAo8wGu3eM0BsqgjfvhWXS2svBAsGFCHXJgtGZkRKOAEKiVBd+vp5Y2JdUnJNQnNf1lgECGsvVfj53B3xtP9lmsE7J+2Q3tapyLJeetVmc6gMu7I1br+b5z8o2hCcsoK7jjjOgixXScNi7uNmZdrRW3cSquKiP/30LlvHKQp/Dd5r47D5RH5ikLD84tSZFbjSqgaefNi6vQzG8Fl9ri5mkq5oPWtkv/Is2gDaZ6LHMHVvBPxR2NOPcxM/gxBWWgIJlzKg+Eb+hP6U3ZZpB9oe42YMp9MRng2j0G32Fg74x+ajpzaJ+CMZobeS4XdD+ncA07hdZ3S2c+HxuPr1rRv9Ol+wOle/f//la8eIcB/SgsA527B7ssvjw31zuOTS68Kr4at1+MT98t5v+S6/vLj63ZX+zzzgsy1a7BjbqgVJkmrSHmCxtFGrhfKqTChKcr0R3z33/YKB1T5msi3Z9v3FLzfZ8RqK6G6PQ35O3X37fOtd/gLgrgsHmun13NsOdkt4rlOpOn5CBEmwaTk9L94enhQ+lDgemB+0PVRSpVUZ3KwobrLKrhOlXRM/cKAwC4MVMJI1MVlRYgrpDRywIlf4yB2MMktMt7Cx+A3agbHqiiFsTkq1T5MQXUqu8QoYAGOtA94yoqQW5ZDgqiP/0BsfAQDGBqWouypERs7kAJLqceyg8+XXpvTq4yRxGZE5n3EYUFMpStP37MVLhEyS6dTEpOcoXpQOkMsDotlmOf1zKutS3AtfuBe9KsC345T67bJU+Tp/6x67uM/keEAqaIbt5LOpaDdXSAOTL348hcxQEoEoCWuBntgC7YkbAzfmfCjnHZ/kBjwJBxKMAYuH9rtT1Kdx1a7ViNVVixEQsWPpiI7o04eOEPlsQHUYF9RYvKui38gEP88QNH8DktBudUo5QynuFSTGV8/hoWCm6JcKXCfKmXA/h1ldUMC0NewTDNljNtTPncyt8huhUJXEalOTLSPAcBg3MeL6d+FAXoonkJyY2JiY3JMWHFefN9XX6qn5VtlcY4/Rw5BxHgPcGa8A7nh29no943WDe80QivasIrgo/sQOJZ+4p1oS9WZ3ed3c0Fc6udc2vasBZYebw/IMCJMhDnzz97wj7CgD2F7gQbdfZi/aFL63D8MAksNQOTIu9VxeyvjzK3PmDrJ0beAtEyus/PYfJBhHOfA1v5g89O2G8d6+09day6gsK80mjrPQIQ9Xu6ardebLVZ+2UXf6L1NTT0IQDpv8/1RsMR/AiG5MRHaQUegdbi3u9HAFBVRnanCeW+cuf/ip1ehAz6pJmbFyX0cTu3OUe4g0Udn5TA8LS4NymNVNTalCX4xROReggZ8LXG6TVpueJrb9Zo/uRyUC73T03HkmtmcWxarJ5u5Q746A4T+oUGX8PCol3ng52pSYJ734mGmLO+UyzufQ6EWLggHKgTzhcaAhyeRd03FwBilLAT7VhkR/N11RjfwbdjDoSJ8lEm4hjI/LewjznGkiiEjB2YI9EpQSAwWoMwo7QEYqurXQ6o33U3nosc2ln8SvvNs7fl6MPRAOHdlgJ0PX2ajwLarE0DjBhz2OYYlAcpWcVXQ/5U//RuAxjsPl3okc99/wc+fjvr/X/1r4dYD4mdbJ8Z9tY+QWiQHnCd49z3CZBf9/By9OqnWtZE0z8oiE5ymn4eDwgjn+APY0Q8ouZd+u2OcccYNo5AXNIRQL7kQ/+0w27YYTma9Q4rR1L5qVF5/DxBPBgjBoRfCiwvoiLNuZEVBjyPSqcjIlfy6rhEKbXTniEMPx4CUP9fJg//F/qf20g4/eiSPw8FAJwFEHAq4UjfTY7EeM8FkkBmuP43yTrRDAAateMIC5m2J8PtMR0bi6vUqG37wOIrYxlZMosbdsNCG3VwTmhmWE4J3zYq3Da9Rmz8khZ60P87xEYVwm7g9l3vfrc9DuwtfbxLPrnPa+Nk7JuPM4+CNnA08/GbsZMbvfZNync9Lt0LSmpz9IsQdGG2/jOTWIgii8rxGiwgYDg68Xbe+zycIHBkEImn9InO5vFuHfmr4Kl78HhabLRyVzCYAXsk70sPpaRXKaHtWgBmgEOu3qAoo2VN8RqLXyuod2D1xbGLMUmVkXMXz4305VM9NAaMwwxk89lwRrutvvRKqTXbVnq8tG5LZxfi7Heis0iXsw8xLYYZMIhJfQHMaHq+ta70cqYtAUpPlNra5/chfc6HoVlU+CBAdfVx+ke/2X5zGezTz1Aw+45hJ1wohNgQCHXlz7XsG6dbBH4krXQ4bs/YuFK017i9Np+i9f9bHfXryAaAuuj4ND6M2VXpk9hdGDYVtaPMrsEMB0FRTIOivnf9BzilgNhtJ+wDdviwbMHic3czOx90ZLQV3QbF1gMXfHwY0d0yUWBM6ZKcJVcDUgOiegTs6IBoDhawPkDLiVLl+lECJ9zDOL+2PciLZAb7zQWorplwfNDvn9hmX2vWynu+HiuSPPkap+1m/U2bU8P3TFrh4XtvZZa12Tf2H79BHNdOYTdv1V7hbv8RX6FK4tOMlsiTn4i5C86ILEYaP0m1Av9xO/dK7S0n5sAANkubhUdoAJkPHnJHDo45kKPYFIYNznA2ASzhOPPvvaK9P4l+ekf0zt9j9PLan3bw09XQ8IU+vj4vff4LSLSG39pPXY6t8Grnrq2ivc2vRC/FPuLYWz7/0/LFqOfjHSfKGK9gnv0RDGCyXywR+rMPgRF85qUvJF9csjMFDOGnO/CGQzgiQFiIYBGGUrrjCAA8nbkEwkLee2xrxztJ49A0v/Nn5ba9x1FR4QJ3Itw9k/EqUW6GqMEJvHi8djwltLD1OLOWebw1aip5lgcf6fdfPIuxcX4Jt/ISWADYq7Vr7Ali9+0xqaTwQhu2Rw1GadYFWql149Zt1jLjEtgkS+teUj4En6vMCuyTgA/smP3+Df1DJD5id8wkTP78Ygpd/1Z9f/OAfRP+iZQbIQCwWhCRdEU5E30vLtAPnk7T3Iib1ga74bZTaZHzQ3YbuzWuTYQQtlXzqbC4nraegcSVemQuooLQuJm2Ge3OZohCXAb+/MngrvqyUb5GMH0o1vPtrZYD6dv47w9pqF+vqQbYiTNhvBZFvnlLeUHwG+ni3Dmxf5W0PIUEH4N6n0VnkdnL/ES8mwwhkk7XTBm+Llpu0T1U59ItDw1OA8NaX+9E+4HYg760KbZek1CaVHHXgIcM5W1YalghWbBJuQXrxWO6U+RtCS2V492WKSr0H+Iw2XKPo8c6TYz50aw+pG/d+tVzomA1vG593wjatR7Hx3Gu/3lTCNhtXiCrqMGXtFYoSxVqc2zuWQMeMpTWd4/PvorapCIs4TzQ1n8x1aN7AGf8fFR49GfhIULQsXJ4r2gvQQ/gpuMoMBgp8a2Tm14l28mvDICcKL2SEqXETa8Tq7/UR7rUviqHSXdF87kB1q9f1clZdIS0IhqBzJg3BQMYhNjnCkCbdsHAxT1sqNesjXvvrVvvMKi4Ud9RJlLXAErG4o6iu8Px52Kb4OaJf24ePb3l9uaYbeH98qUL7sHv3Pv5VVxLu4LVnrCwwrEmoqOqU14VviCVnUoCfX4zD/z6/rgmVi6uki+qUi7xdzJM8960VSxZnFXzAXBTm8s0JWp1iaZsUlOmLilRl2kmS2felALryOik3WGfn8h2NQ8n2StkIAGOolO2YGRi/opeFii5bx03fe6CN/RZ5I3YRgcRCmh8EkUFA/NLPUexUQIECEZ85tidQ4EsTnKtsBueTiFgu3/G78N/SA7wZL52RqOA+qSmtxiT50V2DPtKfYvoEt9wBrb6TN98Bs9XQi863uohbFAqHxpSA154MTMtlAMOI17MtRDwJ4wImG3hxc1xVCmglsXEPsC+W1dd2pt495pvxf8Nkd5uGZP4bQOEi+B7DgzcxYVLEwAfJKzcvePD8bGxwfsPQyMG61KK8fKpy9XzrnmM+X1nVmOM8EiJVC2nyaVAdY0OW+OzKA5fb2c+pv+fyYKsAGLKvNT//FPfQ1UvWBBDhiiyt9WbYkriJTTpTxckPek8nMAx2zBmPZXDwxgRxDKxgl4PAWzqtl4s+K/FqssEf4yP/QwO6oU3ILMAe2FeUoOjlWi6KZCdGom32jMoPXLUiTq7+lDGVuTsR4a8ulAC/J8EyBJPsY+BOPu6ZgNslP42HXtIJ8DRTg8jroO1cE1FcBefqKvBV1zfnwXj56mdRkxYivPh+EYT2EN8bOKLPnuBO9x+Jo5tMCoNSdogrSExKt0gPaNdgFXtVhSbVUiEOEis4MbYzLsjqkatKD7HetY+Vt9N9jDQpBuIZn6r158L6pdNEKj32mR5oxqaY8BR8S5PyUEk2ZbqimkMGxu2T+PTVvs4Me6xyopSHx5qxwk2mRDjI2iEnR4ZQ/y0UY7zQgZ0Puw/odde+jF6/Ju1Ac39E6WZsBTOLI3fweaAtTuvfa74/EAYfxPvR048zMdwT8KDpKutjpAG/u2HobXzP8wyO5EGWukem72XQItKUU0AG9UKMAjbTTATNn6U77xQGNxyZGJg1R7UHZv9esptpebqAVXs23kGFziVVXeGc38h1eVICEAaiAlpcSs2vXc3gRZlB2hQKaoVlEtsxg0fiaN5cJm0W44k7i44W44mqz7WZu6XtJxMuRHUH3SeQl5HTcj6g85RHPJ5H4dBTuQi+4OIW9SuLifqrK3dt89CLKPpu/Ly+pzmNPj0qduLzf0tp6XtFZ1QRJApor1pL2Bfv5oaP18YnJ3EaO+bsDahv46qjdYK+2sloqzZFHste/Lu3XPRE2Ai6BwawJgFKJoiO8QTnV+XT7J3gofeU1O/Dm5yp1Xt5Pq7A54+UCofPA1w+3N3VqW5Nw3+uuZGZpY+oonv3fvYMAXxpinvBsdzzY69bC4ni7rzPkzNmv/JiQ/JlcczTrDtc9Rz22X2edFz7f9snqpdjoSnCNEtcKemidW5RDw68DQNON5O5W53p40ND7MhEzCnGzL8j9PeYqFuQT0RJomFEALx2C94Yey7MT6muozzC7c9Tq6iD1vkv6gXU/RiVYlVQPPwA86bxyq2ybU5zt7enYKdfX1IScqZ1Mg5EIxl2zvMol29q3fQhzDQPuCetOUK9QHHqW/8aRP5MmxPNr+6VCbzhEfzBv6XXm1+YmP4imx/vkE9/gNundI6JYcKI90ylolltGVgty+7n7XnbdEy6ywK0I9Y/XcP5kf/DdlY34PujHtdw9ubGASYZxfwPVcJQEwSK0UgF/72rthH7CLiEfcYH8BjdEYqHe/N75zn7BKEpD8LjZ7b+ICYN7z+yhDmiA4a8Jv66/2BsvNekB+p7ZbYnIabhFmizQAAeRfM4lttJD/IdwzOnczPCUxDPtbsxYrVQTWdTZ8bPnuVGbgRt/TqM8PnTZ01QepibK/m4zQkJzBvoKLs3AqgCf1oukuupYHqyu18xerfWFkYb+Ub9cXFfD4AbKmcahrZ5qS9T9yvGV61246Z1wNB9nY1tKib7rfTr5b+4c+1R6FFO4brAL/DVFX4Eumes3/hewnLrz2JiDr11rmbHk/+l/jviXKOu6NPR/YE1G4qn1NUJGi1yYU5mS37VvMrx9d9GME1pJh8SwW6yMzoBeHpheY3U3et7S7tdFYcBKOvqV2eFk+nJy3As5+aSO33VHyE2lzwoRpGJeX6TBA44cJcwGGd8IGZfpSF9s+4naiTRVq5p1ddXKNZ/E8orXimOn1exc5TB99aeCsi9OSGBQkHxAtD8ozQHsmjqRC+NbUMz8QymqLSmvxrWQUZhs/kvHXzu5ZA/ideCYpG6PMPz9g3jzWtSnl9f2V+66KxlL6hANrroEZFKrnG9v/6ZvSzGx/6pnLnt3U3Ut2w78rdaltFaeXyLGlDK5YeKz3ypZ/QbPKde4u8jrLhhVCWlgs+e/1B+PWDXuPbj6d5ZKEm6PWrS3t+Svnnww8+2prF6fntQjopcen2O4nJP4KaTktgajYpnd0UW5H4l/eVD3L8ctjzNz6cw9lhzDH/9M+Jb9wgtogeacF43cxPJ+4PmyiEA2Zw/wugOEZgN/L5ps0iwxixugOYIGEjiLzEoDj33xeApobu9VNI7etgkXXE1WDvIx6nRwVXvw75yXsMY64vn19+eHmBT8E78tyM3EPm0Y/B6Hp8lH5s9Lxp9BoIvRQXmqoLqRrK8LDrQ8N0iKeTATgf1vX+GX7l7Rx6nR6qP9+0L2Ti/a47JzPKfUEGhAO7rjQWK9b73XpcXfc18/nJ9NY5tzse8vYsTm9eZ7z2w9sHQko4IT4n5FhZWVz1jh8LeAWJeY+Ytc7FTacbWNou9aLgAmvNohoYoAzUjc5WMuBZZBa1n4vLzwTXxXRpZRqjNwxg+rrFTc5a5qPEPF4BCP2FOwtT/IG01lojT6aRDDsDvZNrHm94nFG3ZcGWgc6NlRsxLNP9KnWDXpubnvJ2QaDODbHbDVgrsrbfvq15rRBt/BD74B2RYkbz+PH2rMygg/UHbVubNAyM0aTZaptOpnhbFH9zv/PrTNhEyL16Pkk8NJdsGRKT+PX3QibCQIiaHleu0ZTHJSRXhoAMdsc8sV6cngtBMIPWQQM0KpQjMYjTOuZmsEBo8ryEuNjyMs2RNPpXb2bEhJbmzQnpfM+zrtnnpjeFoW2vzL0ItqjzVZER2dkKoLuFvzVPF9eYCJFUxUZQjixNtLjQ9Au0j4Ey4NcdyvDgNLk8zSxPTQvmBVTkKXMUihxl3hzcHKyb9/JYaKZkQz05uZc2PmeBPpzB+fiOWJrGiWtTTgyBVwIel0QUhaTK5am5BlQw97FrY1x5rKasRVNermk5UQC9rHmIgdtopsRP86w4muoa5Q4BJxxTKubmFRUUIDChrpqVdyFgJx2dnAV5S4tS+csyMEUZfOOzvNjxwYt5VKeDbUSXo90Zg/Whit0efqS1EDu0M8QrKkrVhkmLUIAOogAdTu4f9uEHYtE8qa8WapRqf2AJrWgJM01ZRLuGFIa2dgZ/NGAftIMHu9de1F5cm7DJnKKWHYmPPyJTm1M2laAAGfnIVoGNhkYQp3P/ls+3OoBwEMDlu7Blyb4GQ23jBQpZ0VnUZXfgDsJCWImBPwdgrhHXKNFjise/uHb/2otu3n1N0ONB/OvMaBGvfmZQ1vbHjzUzCtE7y7DlG0WK15rbt7efX/6gWXyYOWTDQ2rxBRUXnrLf+tqB/WwXt68u5v/w/12yj/vIvitybXvzuY3YRt4zy7PAaP6zX8N/xXh04Ma8fmMC6p7bUpKcTDP7c0zSnzpPgxifGPDX++JpMNeXIidJWb8ePv9rmjv0+cHpg89VAwAAAObte/XmdhSgEhGFzlU7GSZ5mEd4ZlB0qjOdS+f4JenCLoiC/5TrQqjUPgiCwPBzhIXgNuZCmcEH3sAwrMexWYO9mCaAGfDAaKKa/+6AXQOkBsKWwA/hZDKJJLP4PKH6ImcRX6qIVMYZnC9ynz0u443Hr6rFBcKoSTGFVcWdzwYAAGhjBMOwOi9GclbwIQRYMSlb9ZBiIAd0+FHEk1HJJ/b/xX1hNEKK3wI8SV44pC19MiF1fPRpjeTGk5I5IVQIIpMCftMMFAblrPNcCzcMxGZ+J6LyldQ/Ghf/uSBtwZ9iLFqZ3yA2m1i48OBBsuh9PsBqamajZykbKAOY44xoxmcty35zJ/a1Il4VH3koUq/SK/YXhraY5ocKyL+rZoPPB7wUTPORl/yX7Xh/mHKZYpky7qbEUoNHABwnjMMb1SeNIAn0LV+MEWMCorGIRVv+AKMBGKcBxG6N0Vy0EUfmi5baYQBjU/j3/n1csFPyuDujhJWwYNZU1NFV5IRy3QKW4Y6/MQFgFNCOgPc0b0UE64TA5oBS34O0jjAyPvoPNcew8cHxj70wuqJFuljzW0ny3lN5RSylhTlWv1Sa+9XfXtnQEyyZj/l0IpWSSm4XYr/itWXpC0k3t1pSjaQ6MoC3JIxd9zm1e3LtryG3/vuE/kkzqX91aMGeBtrzzSG9z0L/Dks3aqtDKUmMI4r1Jd7iC415MimpJVWaxHpG+mb7ddenP/ISVJ4ymSysAIQEy4JDw6RhSplEvJLlDwvO9gxtUylkihDQ8RWrlKCvD8XotfoYtfvx2vhVhQJbtFYdJAg9l38eCZAL5QjfX8xZMT9MvSxmmToMdGX8SSaJ+4LW1NT0SnWCtXMnC36ErZbW1sjWiPo8iuczHr6w+8ZGh009creblgE+xgcDJp9scK5XvxlIvCQgLzrtn2Xx3mR+g1at1jbwrY7Pu7dxt7kZ/423t+P2ugjbcWJvgNgk2Ldgbp2lqTGgmd+Um9sY2BBYz5LUb5Bsc+4BBi+4ODtn507WamlvAVfPrT2JavX9Txz4ghTjJ2NPoGyvv7/KlS6tH7MwlUWsvFN7k0t+0yyWtijo3KNSpFpSze2WvFi6xeuKHeniVkoqq8s9wyTeIMNGWjvZTb3kd+UT+if/vetP3VMQuvo+8qw3ZLMnSxYmk8k8VQm8Hz91Xd/+DekZK0ma2kKSyvIaL4i9S9YrjjCSKKHVWmP6wpCgEIVModo21HNWAPuzVoolMmWYNCw0WBYMxB4Zc/IicyIU2cqc8v8UagAezio0/5YrcxTZORF5keWYOU2eGpS9PHuaF8SXPc7OWf5Hmtw8GpwGMpQdFj1YsWC4wYMsTW6MxZuT/s/4nPLdRwzpye6M+l/Dkd2H9cb/MUwhm157K73dm5Sb3OHo601gINyhh4JOo+qwdW1t5SiOMFGcse8Jq/8M7wy7/5t9DNykuv6sIwlhiyQ5TBc222H3sGzMYeYe4TuC5WlQqHtaMFBd5vyN/c0b4B3gI+NvkvA9Q1rJpzJvbq3wLdvfncKtKqnCz1bwny99ffcO19WBxG/ZEShAWQPbXd3rGVUnl42fBACcHF92Mn0KH8ddU8n52Ebs4pS0MdvIeEfH+IhtLC1lcWwRr0sasMNfTmgNPWzKKb+8KoJjZitQzJ6KoVjFI/VTzvc4byBjbv3bZiGigmKwdhg+LvP7HdOjowgrmGkV1GXIJg9jCNQh99NybyXfyk36OyfAigtwsOmnUOclEkOgp52phhk0x8uTdNAY2O+oZn38B8sdcANmzxRu2rYNA071t7ZelP3k+HSkn2uJLvnzi2KCxW5E1nSUd3Jn4Y98LtvXAOKD68T1D2yJX8hyf3aW3kZnx7muk1S2hxi4a2I2S1ffm42ezc93RzmW9wGwVpRbxUSYqOPGEZ13p6PTeUduOJCmq8brdLa6Rx2SV5FD8A9DjhAm//th9/xNnImwmxc/XKir9fLweeYNSpYGmgTw5fjLNIFJQLssoEJLsiNqGKNxpTbeOKOdRCpF2xbqaot3H9XkFKAXcO02p8lfzgvW7TKZ1pKbpzGXdmR8JKkxKbFhqQG/yy8Xf1qwQiZMFcUL4iuEEnZrlSfsY0kUJIp0wqCq5R+vrhf3nsn992iRtkkkPqUvPkxGKk1v/AzK3vrli95dIlYKS7xLsEvM0oUv6Eea66ct+2o6FF81Dg9etAam5KTsydbl6OB/u6527ROujF/5fYM9MUX4tjCpohuMzz3I5xZeOYZf0OKZbZXjlfKHKcx0AT9GSkpVyozyzKJA2fMVBWUGpbtNLQPsyu7jp1gle6BxN1jUW/Aj5IcU6nxac395ZjRH/s42pz/79kFzXn7eerKQLl6EEtJOAF1vyg34FhfZRPi3AbntGNEXFqk3hyhtSgfRJ2zLkGxEmFgN1fBSQVItdCtNVjOyv6EoWZogTpAdNiHNMjkR7OeAEIcAcUB+jmA5IUOaHYe7cvcMbYaWlCR6XzgiGBYdFH0kGBGeFWmSaDOJNkGjoMhnxkcJvTkzNH/ca5enynOX17nHXxefE3TxA08YUyk7vDQ95tzcJM8dlJ6zGq+3qFrjAkNSeq6W+lZPmVD71PDY9lHHiIPnerPgQTMuYbUFqJbRZreHYFaZMFERCVCVHV8fhF2zLBQ2Vv67tFImTOMlihLN3jBl5XK2TGjFRBgvWSiZU7k5TfpwADKO79CRrKKg4aBhkbhBHXP+qGPlVhkzgSl7Z0vvVikzhRnUWOksvFK0P9dr7PCy7+rDYowJxu+MKUbN+9cXXpcVaZZpyhWG5vIE0R5RcgeQl+5k1onrmE/+poDqlikqSlEIfCCUQyiG4QLc7dJh+chLG58gvqEwh2OpqDX0QGKLeljGr28QE47I6qCkWoFP10C7q59k2YQ0OYZBWkGMMwfYw8f4Y/ZhOCdwsC/zZwAXYcf5Pjmdn8aizHQseC/Kd4XrC39uu2AUMPYuDTW14jmach2p9Xz4SJNHp/59KvkycN7cIJOMwfTdWz4GYvMj7Ha3kbA5lqA5M2y4DxneaKZgxUSDq7/X0jS9lOEeCeulQWNfYDnyED7PHtcDc8m7Y2cYGHTLBfftBH0iH1heBLGCMOSmq/bFsqsHAAfCN2saO8BfFjNGqrzo2FTEGH9MddmOPWQ77q91d3Xhs/LynKgzL79v97per+WdmsiKbCxzDMcBox7kG3AEazLEePaSv+EFqEjBnQbYoMM6Oc71fQZY84XmK509M+bLGMUz/Zc07an1kJeamTaxjWk2N5dm89TVY0D+Y2s8YdOHE+l6AMj6Ny/94MtLaYQIZmMKz/f/f9/XkAHQWCa6WRQovSI7WH3E4/eTLigpIiX6O7Xj4HULRImcImx4SGpJIQ4nc+kDN92Mg7/4CYZqV2m8d27UY8Zwgd/FrFn3vbt0ruvyFnlJasgWEDkJIEhsgXzMy5VmT5+9LGC5u689R3HH7D1rYAN13fl3fz0dcQcKsqraF0TbVKb6B5nnd1R9kzNHZZAZ8bmsq3F6WaqqlJxJqZiRfv2lmNS60+2zwBDpBQu/NdQ36PfMnhhUprfRUlJ3fqOC4Eh1P4jNryUIAkdBNC9GUxg2MTI8jN3YTthRsGSguUzmE5j72hcMTob6DGZmPN8PG7aLa1y2+AOMGOT+x6Hg3C8KqQIO7E9NV1SQL8CIw6SM4he/iQyzaO9+dNSOJjyLNBxwokHj3waBpvJfi2H17sZuaI6fsKJq6tLEs70auXf7LZsUXpB66GBq22WZLcnUbMrTi7b/w70dePrM6vej0fi7IiLEXEEM99Yc6uWCJ3hEYPC6nOyZsi2aGk8ffkbWhtJ09p7Hb/j4bs1eB7AXMAMF6Czqptl1e980tUesxwtJRiYjiuFKBvmrT/PL7HbyQrHYv82KeVkc9q+HWNh51HEWqytkzdfv13EBnO/zZfUaoJLUDiRvr/7SZxnM4C7Kj5U1wV1slfzNnD7KTYbxwpKQVNxG1G1JDSmRb7ns4tLv3nPPMhf9BOFGTL9xp7dmVe2QwO+Xgwz3zYG7AOjTJz5kUQBkuX7Qof4uOiUiCXKd/N3jiDo4uyIdorC6JywaAMia9//935fXmMIkoJRGnu8Pl97UA+UW2izlAVG3G4UQB9q5kCyF5gog9LL14wcUUHmf6L8AHd1J/Fr5xy5gBVrLnwPcuANvt/tNA/fQO6XWbX+FQ9NwiW27Lw9RN24YgsL/2mYtDRJz7TWgd5W0O4TfflrNCn+62moabOm36G7D0AaThgKj8/tP98CIaxAwJCOO+5qAwfzC/vPn+yfu5892MYsyme+gAIlHZtvxEa1+XuS+UralH+TfBCNNX7+/pvpLn3wYcOvo60hIF+vIYplQi2t1gsqrV9BpGqCN0Fyx+sWLXZKndWTO0vsDWA03vn//6NYX+K+0ZoN1AwohG8YCw+fju1+zcazwPtb4mTjUDgCwO8+jqBsTzS43u0aoWOg72WASTPqm0ql1FO9XVNfzwvsnZHgUO27nspYWqaTvn7L+48f6nza3hmEIE33af+x4/+Yef5VpLr25d+BVZO/8I23hlDE3zwDRY3gxdCicEhghTRejlJH2XzawUQrwVfMgYUSEqZ1+et0yJZapM7X6n/8+ZGfIcEg/6J3oJJvU9WmLYg4fjuN6kan+flJixIm6PTLUixc/rSyIzFMozdG5Z5VmRXZOZK6yghRPYyCfb0qNLDDIdfLg1NC0HcGpuW+YzaQ/QNAtzbB9TDg+bO/V/UBryKCuVcXoA4xCC6OYYY3TYYbhxGKGha7TpmMCy84sDw+PnHU7z2bnHQ+qK9Tn6+rYTezPMg2FujxWvV9TUJ2w6NeJoQQbJZ72QAdcZxGATiMAwVGACPgCBBqHkOmql3UUnoUbi/MrciaN45tPqmmpjTCos1Tv0i29/rTA5LoIo+uc+ZV29rxbq7sU7H5oXGTQL1pnhhfp1w0bFq2DJh2Hu92NoJP79b9BjltNYcYwTJiIsAyvsKEwgsy9NGRYtUF1QLaF3oSPmZMbaY5UxFODbzInWoR1u3BFP+I3smN2yf7eBa/1n5KtnaWqWkcRzxz/7tAnH8aobR2NwcqaxiNhASuw9ix72p5frp6vWlMSWwY1y2pqc3iFIleRnR1pVpYBuBSYI7MUiqzKA2WUtZ/iMTKLOqy1Unx5FJ/G211/uD8IbmG4xB6wG7075qANxAZXx7GVgyFQ6sKTM4bnJGyxPWJuNQ3Qyd//ZwDkPmdzb2Qn3ZBO5KSeQ1jvF2f76L03iw8ZPu0NdR1sM4dTeblln07PfS9lW8bFTGG+uNIXqKWPa8+mhhYu28esZe5rDS1sRwFCIEy0/V7DiHU4jUizEhjh0rpI9vD2cBDsouQYzpFu5JhuUNkj73YFV4r+vNPzqQoKm+FWK/OTmqsMnYWHkMNsqnJNMvpH9TZOg7FaH98+s21L/k/kQDQV9Ux89hQE67NNjGUZFG/6q9aHHMNmjuFh6yu6N2VZhokBvs9Pzf8erHvA72qK40l83LsXXlN3H3Uc6fbG02nkiOOoTwdWa/Mv9KtJMxlAyM3jj4VfxL2x5XNuEDXZiyX2WkEo81bNd/pMBX5k6bWYp+Y7v/QIHp5kxMc6ttxEZCmUyFDGJzU3dBn3tAwBzptsAiFb6Iz13fElxMDcwCBenWj9utczuqaSG5KSGpYagpDRD2ia7Wdy/hjdR/4/6qSDM8YHB424a8R48EH1mZAN6n7021ta7s58Xl7+XM7RBOABGn+5e+RH/81ZRsCuF701MTNo67to4NufBob2eULRkGdffl8opArPLzTw07cD0XcjU9K+k6MB1RW6KGlaRGZWkYJLZQAAsDFCqFtll7LeE7wHAOQABwxRirdzwEI2RTSZJJJcOcE74ndHJ113XxoWmm4IDQt6npX1Q8YPZVk/BPnH+qtpAGHQ0lh97ORtE+n3pet0d/x00yik0bCiWJ5ekCcOaUuePFM5vvvFHvPZy9KKEDIVZfMPJwdtPoiEOvM6qaQoErUztzOEFJ10dYYiByNwmhuZpSkPW1HYjwQKLvtYZm7/uT227Wj1GWpQ8uRUc0JWfcZy8xnMSmhuOJTAzjBXR7RWRWSa2QmH1l/xPxd6Pux86LmQ8WsBvFbRJT7i2F0oQLy5FnHqu4AXo/J5TQuql4IgCU0cRyt5nqTp+eV/PJVFvLXVjjP+QS7pwCiNxiQJHfg0OaXlm+/upanXYMpQqDOl8aOkr1gFRr/3JFCg/M+fKlm50r0JtswEXta4XO7j/CM8Drxk1Bsz+2G9u9gwNQUUNPmmpeBL0vDFv+N67mnYICUDXv/cgDsIc7cfLM4KpvK4H33ZRe0z2Jnx61+U1m2rifWQMydPBXLTu5fJ4/o82u9VDebsfoUTuF1j9RiwO/A2N0h0OW6BlJG5OZHl2f1wPUADt6W3lImCr+kk2mwxrto7MMoKjbt5+qA8J4PlZP32wKCvJ1RM41evK9MwYylPL/V1s2qsqoLo6AKVddSAhwxl69FH3+rEhdXxlVptZXz1UwMeMpStnz5uh4lG+45WBLaMBl5vCay4Ph+O9meaLYSdM59OaHYeSmBnmqsiWqsjMrjLauC87xLgjne3HyzJDPbkccr7btVxdzvJ28uhPdrX/ouKxfUN/sWZxbpFJxbVRtfd6l6UXzfiJHf++efHknM210meWSrzEmAguUZP4sxwf+HOcLy5D7jivnUecGEXZXn67wl6hn9N0fq+ufMNQ6/szjdO1Jmf76QZ+i5eaHvSYF58jyFo4ToISo1tLA891jV+M/kptmSU0klhX1mcExOGb0k7jSO/UuqzeE2nvl+2MN8NYABnIqB+sP9TIRMGesc3Kfy7JPnR1DyT5zVuC9eb5EFK5mWT/L3Igd70bLmHB8l/SBcRzT7k9x49+Cuj78l1B5YWScJNt1J/I/54tt9/aL0LxECwzLrhgQ+/7+B3MnK9h4eXN1ke7E8lkwPJWSSOL9cj3JuHkiiaymwvyQ42pYj2AK1oBHWRmN/8Jzgi4rfUW6ZwSdHSA+tOGn2/Cqa/53eIHRGtG/IneXjIs+negWQvf1I2L5nkQfLmtnCvmTw/7Rzy33/0p+MPaJQi9g5JtlelhkJCed7hHlxfDimLHEgmU/2D5WRvLw+PevJ3soN9fJ8HG6wyGIoB/6/4z9cD9kxNb2nTp1FFGpcuilBAA5007DHj6k9PsU4u+JqDvzUjGM99vv/K00V4DVMlFqiw6rYcBCfVHGkJ5FKHabP4YsI59Cxmt6e2DDPRQXgH6fsGB7c0jm1FJlvDfuYD57+fAYPOA5ZvK3yA6QDuj2AEICY8L8/bWp8l9//SgQFMLbxcuXVRlqmCfqZePuU1TA3kHmmpSWq9XQUVSizUYTBg/LqrdAbnA5s79VFy+vuvekiXvPtWe4x+3lu7InSjkCmNsP0eve/30D9Cw22rK91emjQ3NOSrwnjeG4o3eCDRUTu4Z9g+Nk6Mna+y3oeJ7qpPLPYfUSo0N4maV3a5IR5gU7XK0w/DbEbqttS1kRyOzaVuo64JFWwmX6h50iKfuLTCF1V9vrsQ6HERCxmxj0D/JWRbu3yd9kfUvvqY/8PBgd1nORNhE5y/tv8rJm5ODN/0/2toIpxc5YHwsz/s+Uzu8KPBs9gYu5d5mtnLHpsiUE8mlemJqp/NSApkRR8b8CUzzgaBUZg5BAD5Dfn5neENC2FUp/O5rLBi8rmfI6Jz3KfpI938CHYr+UkGrTxOFs9TE+RBAl/JDA/j7bixHdg0iP2MFHOtIyOzc+vleYVUmAFfocqz6reG5x1jXo0yESJ8gBEj7EEHcfIWfusor9ABfH+/+wXrLOuLu66+O4zd38vgv5s59qSpD3EaDBnHrhrw5HteEhMpuwn0nXCiC9q7kP5zSvtyw8+1yYQ6eE49PFTUfagE+Tm7fDGrQVIv6ZQ44TMJZCvFs8vDSg4nW8leXRQrcE+G7q+ah902JUx8+YFl7Bev+3xSdvRLjy/85pTRftkxdD0+qyy8IqJ5YY16XgxmxUsaSyPywnKyNewFntuvL8mLzQ4s7Fgulf3l+ZDeNvP2XaRYyQk2TfHqIp/XV2UP0UpWvaRB4pR0gjPAtDzZUJ+inj0XzELyiqNWDoiy3Q8ymldkND9wz8zmvhk/p/4HiJ4z9WXGwnTpJuCLrHr00q9dK5r3/R8hqdlf7NmSkdjKMAjThVahZWisi0Shgf0je0fQTj2+44urtcDToz2eBkUXuq5iHdqlQJ8efXIxr+tf479dCqDG5acXV2H3ErO49jVnaPXofbEZuV9C4rydYRVbHsw3qouSVqp6VBukb77zHxzICdupq3Q02WdvO15euhq0NR/5tnmlZexZ8Fd/wmQKxSO4jOYlZoRmcRLDKF4IWRfLyvXuOedFLUH/74he+cArqXA58R3LBv7bXdD6rnhtYdvBiawPGO+iAKW3FLSdupl9R/cDWe0RTlaTKbCH3kPoofbgVAS5o3g/tb1Gd0e0Yw6NRP9akKi8pXSnAxqIijRnfwXU4VxlDAHZLSaIfwDgPvulXw+4zq4UqvRj9zo2dE70vfL3OlM9+bjq9+n2urQwVV379O9Vjyerz3j5v+q74WQps3ZYThrwpzrK+n4uv+QIRBKXW6SwKccREPJ3uQSJ+P2771BjQEbuUt60l+b2oP/zT0XnXzGBoe96vpycJv/+dcyjoeihRzFf/06ennzp+W5oYMxfFPWxyDCBExMBau0tqVdgBhT+nZkZRo4dcxBTON6ugUkYtz/uDEj0qdoa42bu27rMzLcqtZN6wVbOFj3v68rY/kz1Z+PbnM3GuJq4ZAhoawooe6Kdv+ZFpsmNgiK5UZGtPPwiZA+lIF5Nc8Ng8zZ4luuGt4GttOdcN23bFtjNnYW3bIEZoO7jmG3pp05GZmVFKsrqy5NuZK8uPR2eTk7BnvlnX/tVO2j/p3J3RsSatenb+bqO+Hk+vp98ld/X3X9/M0uwloq4UrW6NK6ipVldHlNsi81rN5I6QCU/bU0+q+SKSr4opeUkoi4tY+VxlK3vNpXFVoRpAGGrfWii2ndYHbimAuM76TBNRWncGt22mkaZcXH64uY1QJtfflmI/Agi53acDm/x21d6kmQkPZLJHhlJpJOlGz1awk93zI30ivjK1JMvkesqkE2P+4pdpPn8ImHJl3rNJzr1Q2Ex30JqeRVa/dCzQieXgBWSZl9PoE4HVxna//qEg9TTR2Do5XG+m/0FtDT4Fisq4stZyTPmmGNsvPI0EOnX9PWuibYCBUNztfFnv2gbUDDiLnfxt3vDX303dRUGrF18x8c8L+39Xguv4Vn7bhes9qgDVw90/p5defkCWP1J8YNd7P+egpdRZDSa6uWK1a5dSF35G2utTTYol2tif1u4SXtg5twDkzI1zOZX6JdDKaKm+hUE/L/Ns8AXUpdPkDeHLiNsWVMXi/jiug9yQUbGkqAt1G61qbAmI787fBP1/4mMssh+ox5A98np1OUmac/lt9bvnOvL8FNlXH264Yp2k983VWlH5LdX3VNkxz76R7z0xWephfcqruekcLMCywU1qk2VZIZZUkX68bB4cuW3nXbm6XwwtBEwDAz465MAgiR+wvYcTw+ve/4PfCCJiE8v/Mnngf99n1kxexV/7q7PgfBbZol4LqUwcnRJyDzHEhB/Qu/xak17x03/Ak7+uVxOHvtemq6/571+tD8l7XWu0JYncvfxFwQsaGprHl7AaxMUFAiqf9NT6lj0IF8SwZ4qjPymOSTPsQQkXNZ7vOq0d9z0K/DPP5fHyWU/0+n6A1hoV1e0+4akE376T0Dtw8frGa1FZ3dV6KekVLX4Qk2qiTKKGriGW9trm0Cjdju4+87RfVCvuD9UlL+s60Oll7ZECp74DxP6/V0+QeHemcdIfOlFI4MeoDILgbuHDDx6uOEFqgcCgmlWOGwmL6naIl/ofsQBRoBz5ZlKERyswiSkBBUq5gCDmvgIFGk5NQLGwBFkB4w1Lce32OMjPRzJfDxyRyC8fVSx5Vhf9baYxB3eORaMgSE/pYmeAEoiO4TVGo/6fmBQlHAcdMYHgc5JH66NjWYliAiwb0wjj5bkKDFiAWJEBazEkyYOBz3UTgJQL6GhBAUENuoJb+nzRf0KAQNXmHnD4v5rQYCxiEgN3dIHdqAdxAAHpDasidu9yfzKh6V5JmnT0ojLgEg8wgEdR3tBkeArunz+kkMIm3svAl8ASB4yfPR+ANwAXM8GD7pxPxAq7YeAN8jfTwKeoNnwGA2uMcgweHA/BdDAqEGFwSf7fUAElJFPA37Q28BD7CF7x4MB6O2HABsk7icBOigzPHDQYZBhcON+CuCCowYVBr/e7wNsYHY9GgiGFgI9cIA6UAUWbgfWAjGoBovfZROoAQtAG6iHcQPAm0fMVMRgzQHQCarGwUin0OpVXRZp2R2AQlAHGsAi0AKq8ov6Hssn4OGELKI2UIdGh8LR8WKgAkoQDQAG80OkUkZ7lk28LYBF02t0fDXSAGJAGPV1tB44ZqM1CeMDiNaBFm0sOPB2Y6MZjJrRAygBwKgv7uhsiFm4sJ6dGT8YCBGW1e9uGQOgMfipdhAPonSr+oC5UmCpVUUbFvWukQ12AWzqMnxG7qDADf4ZuQgYTkRMQkpGTkFJhSo16ljY/Pjj4EKgAgTi4RMQEhGTkJIJIhcsRKgw4SIoRFKKEk0lhppGrDhaGFy8BImSJEuRCoZAYXAEEoXGYHF4ApFEplBpdAazCsDmcHl8gVAklkhlcoVSpdZodXqD0WS2WG12h9Pl9nh5+/j6AUAQGAKFwRFIFBqDxeEJRBKZQqXRGUwWu+cAh8vjC4QisUQanY1coVSpNVqd3mA0mS1Wm93hTOqc2+P1+YEQjKAYTpAUzbA8vkAoEks4qUyuUKrUGq1ObzCazBarze5wutwer89PGRdSaWPZjuv5T8XGszqYYJelkMBMOW1N1QQFFNcyNLxBIdVlQITb6LhvWQTHNZX/dl43N1ZqqUy5xjfrVqb25VEEXNN0Y2vFEbdwuUwhfBk6t0lpXrdmP5EseHShifh6jHJfeSek/6U+EbBgzj044QjEm0CVZhceYZepMNwkJjmX9Tu23AiDDkgGB+6urMEAMqw6oms4Wgmgb1JLNjy1DCgvA4hfBrTC5t/3+jjUzY2C8MKDlqnasm5gnCFdY+5la49t35gP6I8CAXbeu+SxxnW0TIL0XlIRjLuT+sVFGoNEHQydCToOzwr83PLvZcKYiVrvEJKZpnZs7ndY+ZUXwgkbcOKeyPfL6AYfwVTNHMmPOR9hgIrYUdneMaXiV1FshBAyw6VJYMAiRRfWYiu4K1jXktlJGO0FXXZT/m0oHTE+O516CB98UCpy1YBR/n4qx7ByF04C+UcIFrEyqxjNd2kMORcqiTACwX3TyDF5UjgHRMkg61q2HEDfEbwWDLnRZXwY2HZ/h+FYhn4488WtuEdIiRUOtzFsAxE2k+SmISUGxoDJmAFXs2CgY4ME2kLKY+UK63lGB9gT2DBt8O7e//IY35IJsTLTOAlmMhZyBgLjYY7lJy/d7K4wkKy0RL4lzwxcMjrAHnS+AFjGnBHcMSALyvChbM2CyaKbEgMUDG5iYUL2ZM7MzlD0EYBhZ1LYIctfBpDI0Gc1JGH/UQ1C58xID8AyNi0Lo6wcAzeOhMocsiPpAtxgu6z620C4vOeifjyJFwdzKzPgU2ZQMIRoZiuxo8xGGmKWJLzKqIPno8HwKCE4GqMtBdDAoWdbjqkvIM1BV03C0uhcmIYGGqj8ZYACzbi+xSdBiJsx3+jexq+jyukcZY1Rjckfc9gLJ15QVYhpkyCeeeRuXlCsUI5n9WdKE5BoplmJo77JKoeO01l1w0Bq8r5wT+9salZosLKG4AGzZCSffegO6F/iM8IaXWvybTMCNNDKg4LAvQyVR5eCSaBNgooW5quWY2kwxQirMj2ZOyNkNHMk1KoAnDVKUKmoOQlkHokjWZABIDWjQ0wZx1pebPJyBxOu20pQpqFHa37EnWYAq80I5FqRxE5Q6yUGcNYsHBY8aGJO9OGxYNbpRtcT0rYCNIewdAJMFhMicdLK8EiNrfna5OVGktnON67OuYG0nvZkP15OlG05P1BAe25nWUvIjNpp5aBvFSjNgVtQHqxu7kGLZZvxJWLZfY21NtZ+5MttqFb4uqmhYB7tiBwwYl+3CVsK0rSqJspDqsPldaFqTri8/rNZGyFvLMmW0ql8yDwIq91fEjqAaRwrDQKCYyxoY3foM0aMlEJwjzrwoMuRjBsWFqjFVX5t5Tu1aQAAAAA=') format('woff2'),url(//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022) format('woff')}.van-icon__image{display:block;width:1em;height:1em;object-fit:contain}.van-tabbar-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#646566;font-size:12px;line-height:1;cursor:pointer}.van-tabbar-item__icon{position:relative;margin-bottom:4px;font-size:22px}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:#1989fa;background-color:#fff}.van-tabbar-item .van-info{margin-top:4px}.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:1;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish{color:#07c160}.van-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.van-rate__item{position:relative}.van-rate__item:not(:last-child){padding-right:4px}.van-rate__icon{display:block;width:1em;color:#c8c9cc;font-size:20px}.van-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.van-rate__icon--full{color:#ee0a24}.van-rate__icon--disabled{color:#c8c9cc}.van-rate--disabled{cursor:not-allowed}.van-rate--readonly{cursor:default}.van-notice-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;padding:0 16px;color:#ed6a0c;font-size:14px;line-height:24px;background-color:#fffbe8}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:24px;font-size:16px}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;-webkit-transition-timing-function:linear;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:8px 16px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}.van-nav-bar{position:relative;z-index:1;line-height:22px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:#1989fa}.van-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:46px}.van-nav-bar__arrow{margin-right:4px;font-size:16px}.van-nav-bar__title{max-width:60%;margin:0 auto;color:#323233;font-weight:500;font-size:16px}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;font-size:14px;cursor:pointer}.van-nav-bar__left:active,.van-nav-bar__right:active{opacity:.7}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:#1989fa}.van-grid-item{position:relative;box-sizing:border-box}.van-grid-item--square{height:0}.van-grid-item__icon{font-size:28px}.van-grid-item__icon-wrapper{position:relative}.van-grid-item__text{color:#646566;font-size:12px;line-height:1.5;word-break:break-all}.van-grid-item__icon+.van-grid-item__text{margin-top:8px}.van-grid-item__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;height:100%;padding:16px 8px;background-color:#fff}.van-grid-item__content::after{z-index:1;border-width:0 1px 1px 0}.van-grid-item__content--square{position:absolute;top:0;right:0;left:0}.van-grid-item__content--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-grid-item__content--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text{margin-top:0;margin-left:8px}.van-grid-item__content--surround::after{border-width:1px}.van-grid-item__content--clickable{cursor:pointer}.van-grid-item__content--clickable:active{background-color:#f2f3f5}.van-goods-action-icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:48px;height:100%;color:#646566;font-size:10px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.van-goods-action-icon:active{background-color:#f2f3f5}.van-goods-action-icon__icon{position:relative;width:1em;margin:0 auto 5px;color:#323233;font-size:18px}.van-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:12px}.van-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{margin-left:8px;color:#323233;line-height:20px}.van-checkbox__label--left{margin:0 8px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}.van-coupon{margin:0 12px 12px;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#f2f3f5}.van-coupon__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;min-height:84px;padding:14px 0;color:#323233}.van-coupon__head{position:relative;min-width:96px;padding:0 8px;color:#ee0a24;text-align:center}.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount{margin-bottom:6px;font-weight:500;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount span{font-weight:400;font-size:40%}.van-coupon__amount span:not(:empty){margin-left:2px}.van-coupon__condition{font-size:12px;line-height:16px;white-space:pre-wrap}.van-coupon__body{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;border-radius:0 8px 8px 0}.van-coupon__name{margin-bottom:10px;font-weight:700;font-size:14px;line-height:20px}.van-coupon__valid{font-size:12px}.van-coupon__corner{position:absolute;top:0;right:16px;bottom:0}.van-coupon__description{padding:8px 16px;font-size:12px;border-top:1px dashed #ebedf0}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:74px}.van-coupon--disabled .van-coupon__head{color:inherit}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#969799;font-size:14px;background-color:#f7f8fa}.van-image__loading-icon{color:#dcdee0;font-size:32px}.van-image__error-icon{color:#dcdee0;font-size:32px}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:12px}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:8px;color:#323233;line-height:20px}.van-radio__label--left{margin:0 8px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-tag{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 4px;color:#fff;font-size:12px;line-height:16px;border-radius:2px}.van-tag--default{background-color:#969799}.van-tag--default.van-tag--plain{color:#969799}.van-tag--danger{background-color:#ee0a24}.van-tag--danger.van-tag--plain{color:#ee0a24}.van-tag--primary{background-color:#1989fa}.van-tag--primary.van-tag--plain{color:#1989fa}.van-tag--success{background-color:#07c160}.van-tag--success.van-tag--plain{color:#07c160}.van-tag--warning{background-color:#ff976a}.van-tag--warning.van-tag--plain{color:#ff976a}.van-tag--plain{background-color:#fff;border-color:currentColor}.van-tag--plain::before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:'';pointer-events:none}.van-tag--medium{padding:2px 6px}.van-tag--large{padding:4px 8px;font-size:14px;border-radius:4px}.van-tag--mark{border-radius:0 999px 999px 0}.van-tag--mark::after{display:block;width:2px;content:''}.van-tag--round{border-radius:999px}.van-tag__close{margin-left:2px;cursor:pointer}.van-card{position:relative;box-sizing:border-box;padding:8px 16px;color:#323233;font-size:12px;background-color:#fafafa}.van-card:not(:first-child){margin-top:8px}.van-card__header{display:-webkit-box;display:-webkit-flex;display:flex}.van-card__thumb{position:relative;-webkit-box-flex:0;-webkit-flex:none;flex:none;width:88px;height:88px;margin-right:8px}.van-card__thumb img{border-radius:8px}.van-card__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-width:0;min-height:88px}.van-card__content--centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-card__desc,.van-card__title{word-wrap:break-word}.van-card__title{max-height:32px;font-weight:500;line-height:16px}.van-card__desc{max-height:20px;color:#646566;line-height:20px}.van-card__bottom{line-height:20px}.van-card__price{display:inline-block;color:#323233;font-weight:500;font-size:12px}.van-card__price-integer{font-size:16px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__price-decimal{font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__origin-price{display:inline-block;margin-left:5px;color:#969799;font-size:10px;text-decoration:line-through}.van-card__num{float:right;color:#969799}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{-webkit-box-flex:0;-webkit-flex:none;flex:none;text-align:right}.van-card__footer .van-button{margin-left:5px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-coupon-cell__value--selected{color:#323233}.van-contact-card{padding:16px}.van-contact-card__value{margin-left:5px;line-height:20px}.van-contact-card--add .van-contact-card__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card::before{position:absolute;right:0;bottom:0;left:0;height:2px;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px;content:''}.van-collapse-item{position:relative}.van-collapse-item--border::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title::after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{display:block}.van-collapse-item__title--borderless::after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}.van-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:10px 12px;background-color:#fff}.van-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:12px;background-color:#f7f8fa;border-radius:2px}.van-search__content--round{border-radius:999px}.van-search__label{padding:0 5px;color:#323233;font-size:14px;line-height:34px}.van-search .van-cell{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:5px 8px 5px 0;background-color:transparent}.van-search .van-cell .van-field__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 8px;color:#323233;font-size:14px;line-height:34px;cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:#f2f3f5}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}.van-share-sheet__header{padding:12px 16px 4px;text-align:center}.van-share-sheet__title{margin-top:8px;color:#323233;font-weight:400;font-size:14px;line-height:20px}.van-share-sheet__description{display:block;margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-share-sheet__options{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;padding:16px 0 16px 8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.van-share-sheet__options--border::before{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:0;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.van-share-sheet__option:active{opacity:.7}.van-share-sheet__icon{width:48px;height:48px;margin:0 16px}.van-share-sheet__name{margin-top:8px;padding:0 4px;color:#646566;font-size:12px}.van-share-sheet__option-description{padding:0 4px;color:#c8c9cc;font-size:12px}.van-share-sheet__cancel{display:block;width:100%;padding:0;font-size:16px;line-height:48px;text-align:center;background:#fff;border:none;cursor:pointer}.van-share-sheet__cancel::before{display:block;height:8px;background-color:#f7f8fa;content:' '}.van-share-sheet__cancel:active{background-color:#f2f3f5}.van-popover{position:absolute;overflow:visible;background-color:transparent;-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.van-popover__content{overflow:hidden;border-radius:8px}.van-popover__action{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:128px;height:44px;padding:0 16px;font-size:14px;line-height:20px;cursor:pointer}.van-popover__action:last-child .van-popover__action-text::after{display:none}.van-popover__action-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-popover__action-icon{margin-right:8px;font-size:20px}.van-popover__action--with-icon .van-popover__action-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.van-popover[data-popper-placement=top]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=top-start]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=top-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:16px}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-popover[data-popper-placement=left]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=left-start]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=left-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.van-popover[data-popper-placement=right]{-webkit-transform-origin:0 50%;transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=right-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=right-end]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.van-popover[data-popper-placement=bottom]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=bottom-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=bottom-end]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:16px}.van-popover--light{color:#323233}.van-popover--light .van-popover__content{background-color:#fff;box-shadow:0 2px 12px rgba(50,50,51,.12)}.van-popover--light .van-popover__arrow{color:#fff}.van-popover--light .van-popover__action:active{background-color:#f2f3f5}.van-popover--light .van-popover__action--disabled{color:#c8c9cc;cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:#fff}.van-popover--dark .van-popover__content{background-color:#4a4a4a}.van-popover--dark .van-popover__arrow{color:#4a4a4a}.van-popover--dark .van-popover__action:active{background-color:rgba(0,0,0,.2)}.van-popover--dark .van-popover__action--disabled{color:#969799}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text::after{border-color:#646566}.van-popover-zoom-enter,.van-popover-zoom-leave-active{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popover-zoom-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-notify{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:8px 16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word}.van-notify--primary{background-color:#1989fa}.van-notify--success{background-color:#07c160}.van-notify--danger{background-color:#ee0a24}.van-notify--warning{background-color:#ff976a}.van-dropdown-item{position:fixed;right:0;left:0;z-index:10;overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active{color:#ee0a24}.van-dropdown-item__option--active .van-dropdown-item__icon{color:#ee0a24}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:80%}.van-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i::before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:' '}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.3125}.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:22px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.van-number-keyboard--with-title{border-radius:20px 20px 0 0}.van-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex;padding:6px 0 0 6px}.van-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-number-keyboard__close:active{opacity:.7}.van-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:48px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.van-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:16px}.van-key--active{background-color:#ebedf0}.van-key--blue{color:#fff;background-color:#1989fa}.van-key--blue.van-key--active{background-color:#0570db}.van-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 6px 6px 0}.van-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.van-key__delete-icon{width:32px;height:22px}.van-key__collapse-icon{width:30px;height:24px}.van-key__loading-icon{color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;height:1em;font-size:30px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{position:absolute;top:0;left:0;width:1em;height:1em;font-size:inherit;background-color:#fff;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell--large{padding-top:11px;padding-bottom:11px}.van-switch-cell .van-switch{float:right}.van-button{position:relative;display:inline-block;box-sizing:border-box;height:44px;margin:0;padding:0;font-size:16px;line-height:1.2;text-align:center;border-radius:2px;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-appearance:none}.van-button::before{position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:#000;border:inherit;border-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:' '}.van-button:active::before{opacity:.1}.van-button--disabled::before,.van-button--loading::before{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--info{color:#fff;background-color:#1989fa;border:1px solid #1989fa}.van-button--danger{color:#fff;background-color:#ee0a24;border:1px solid #ee0a24}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--info{color:#1989fa}.van-button--plain.van-button--danger{color:#ee0a24}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:32px;padding:0 8px;font-size:12px}.van-button__loading{color:inherit;font-size:inherit}.van-button--mini{height:24px;padding:0 4px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:4px}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:.5}.van-button--loading{cursor:default}.van-button--round{border-radius:999px}.van-button--square{border-radius:0}.van-button__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-button__content::before{content:' '}.van-button__icon{font-size:1.2em;line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:4px}.van-button--hairline{border-width:0}.van-button--hairline::after{border-color:inherit;border-radius:4px}.van-button--hairline.van-button--round::after{border-radius:999px}.van-button--hairline.van-button--square::after{border-radius:0}.van-submit-bar{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff;-webkit-user-select:none;user-select:none}.van-submit-bar__tip{padding:8px 12px;color:#f56723;font-size:12px;line-height:1.5;background-color:#fff7cc}.van-submit-bar__tip-icon{min-width:18px;font-size:12px;vertical-align:middle}.van-submit-bar__tip-text{vertical-align:middle}.van-submit-bar__bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;height:50px;padding:0 16px;font-size:14px}.van-submit-bar__text{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-right:12px;color:#323233;text-align:right}.van-submit-bar__text span{display:inline-block}.van-submit-bar__suffix-label{margin-left:5px;font-weight:500}.van-submit-bar__price{color:#ee0a24;font-weight:500;font-size:12px}.van-submit-bar__price--integer{font-size:20px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-submit-bar__button{width:110px;height:40px;font-weight:500;border:none}.van-submit-bar__button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-submit-bar--unfit{padding-bottom:0}.van-goods-action-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-goods-action-button--first{margin-left:5px;border-top-left-radius:999px;border-bottom-left-radius:999px}.van-goods-action-button--last{margin-right:5px;border-top-right-radius:999px;border-bottom-right-radius:999px}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}@media (max-width:321px){.van-goods-action-button{font-size:13px}}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-toast--unclickable{overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:20%}.van-toast--bottom{top:auto;bottom:20%}.van-toast__icon{font-size:36px}.van-toast__loading{padding:4px;color:#fff}.van-toast__text{margin-top:8px}.van-calendar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff}.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top{height:80%}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{-webkit-flex-shrink:0;flex-shrink:0;box-shadow:0 2px 10px rgba(125,126,128,.16)}.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title{height:44px;font-weight:500;line-height:44px;text-align:center}.van-calendar__header-title{font-size:16px}.van-calendar__header-subtitle{font-size:14px}.van-calendar__month-title{font-size:14px}.van-calendar__weekdays{display:-webkit-box;display:-webkit-flex;display:flex}.van-calendar__weekday{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-size:12px;line-height:30px;text-align:center}.van-calendar__body{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:rgba(242,243,245,.8);font-size:160px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.van-calendar__day,.van-calendar__selected-day{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:64px;font-size:16px;cursor:pointer}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{color:#fff;background-color:#ee0a24}.van-calendar__day--start{border-radius:4px 0 0 4px}.van-calendar__day--end{border-radius:0 4px 4px 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:4px}.van-calendar__day--middle{color:#ee0a24}.van-calendar__day--middle::after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:.1;content:''}.van-calendar__day--disabled{color:#c8c9cc;cursor:default}.van-calendar__bottom-info,.van-calendar__top-info{position:absolute;right:0;left:0;font-size:10px;line-height:14px}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:54px;height:54px;color:#fff;background-color:#ee0a24;border-radius:4px}.van-calendar__footer{-webkit-flex-shrink:0;flex-shrink:0;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-calendar__footer--unfit{padding-bottom:0}.van-calendar__confirm{height:36px;margin:7px 0}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;cursor:grab}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:rgba(255,255,255,.9)}.van-picker__frame{position:absolute;top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.van-picker__mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-goods-action--unfit{padding-bottom:0}.van-dialog{position:fixed;top:45%;left:50%;width:320px;overflow:hidden;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:321px){.van-dialog{width:90%}}.van-dialog__header{padding-top:26px;font-weight:500;line-height:24px;text-align:center}.van-dialog__header--isolated{padding:24px 0}.van-dialog__content--isolated{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:104px}.van-dialog__message{-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:26px 24px;overflow-y:auto;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:8px;color:#646566}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:48px;margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#ee0a24}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:8px 24px 16px}.van-dialog--round-button .van-dialog__message{padding-bottom:16px;color:#323233}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:36px}.van-dialog--round-button .van-dialog__confirm{color:#fff}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.van-contact-edit{padding:16px}.van-contact-edit__fields{overflow:hidden;border-radius:4px}.van-contact-edit__fields .van-field__label{width:4.1em}.van-contact-edit__switch-cell{margin-top:10px;padding-top:9px;padding-bottom:9px;border-radius:4px}.van-contact-edit__buttons{padding:32px 0}.van-contact-edit .van-button{margin-bottom:12px;font-size:16px}.van-address-edit{padding:12px}.van-address-edit__fields{overflow:hidden;border-radius:8px}.van-address-edit__fields .van-field__label{width:4.1em}.van-address-edit__default{margin-top:12px;overflow:hidden;border-radius:8px}.van-address-edit__buttons{padding:32px 4px}.van-address-edit__buttons .van-button{margin-bottom:12px}.van-address-edit-detail{padding:0}.van-address-edit-detail__search-item{background-color:#f2f3f5}.van-address-edit-detail__keyword{color:#ee0a24}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-contact-list{box-sizing:border-box;height:100%;padding-bottom:80px}.van-contact-list__item{padding:16px}.van-contact-list__item-value{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-right:32px;padding-left:8px}.van-contact-list__item-tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-contact-list__group{box-sizing:border-box;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-contact-list__edit{font-size:16px}.van-contact-list__bottom{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-contact-list__add{height:40px;margin:5px 0}.van-address-list{box-sizing:border-box;height:100%;padding:12px 12px 80px}.van-address-list__bottom{position:fixed;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-address-list__add{height:40px;margin:5px 0}.van-address-list__disabled-text{padding:20px 0 16px;color:#969799;font-size:14px;line-height:20px}.van-address-item{padding:12px;background-color:#fff;border-radius:8px}.van-address-item:not(:last-child){margin-bottom:12px}.van-address-item__value{padding-right:44px}.van-address-item__name{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;font-size:16px;line-height:22px}.van-address-item__tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-address-item__address{color:#323233;font-size:13px;line-height:18px}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#c8c9cc}.van-address-item__edit{position:absolute;top:50%;right:16px;color:#969799;font-size:20px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-cell{padding:0}.van-address-item .van-radio__label{margin-left:12px}.van-address-item .van-radio__icon--checked .van-icon{background-color:#ee0a24;border-color:#ee0a24}.van-badge{display:inline-block;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:999px}.van-badge--fixed{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-badge--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-badge__wrapper{position:relative;display:inline-block}.van-tab__pane,.van-tab__pane-wrapper{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;width:100%}.van-tab__pane-wrapper--inactive{height:0;overflow:visible}.van-sticky--fixed{position:fixed;top:0;right:0;left:0;z-index:99}.van-tab{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 4px;color:#646566;font-size:14px;line-height:20px;cursor:pointer}.van-tab--active{color:#323233;font-weight:500}.van-tab--disabled{color:#c8c9cc;cursor:not-allowed}.van-tab__text--ellipsis{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.van-tab__text-wrapper{position:relative}.van-tabs{position:relative}.van-tabs__wrap{overflow:hidden}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:0 12px}.van-tabs__wrap--scrollable .van-tabs__nav{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;-webkit-user-select:none;user-select:none}.van-tabs__nav--line{box-sizing:content-box;height:100%;padding-bottom:15px}.van-tabs__nav--line.van-tabs__nav--complete{padding-right:8px;padding-left:8px}.van-tabs__nav--card{box-sizing:border-box;height:30px;margin:0 16px;border:1px solid #ee0a24;border-radius:2px}.van-tabs__nav--card .van-tab{color:#ee0a24;border-right:1px solid #ee0a24}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#ee0a24}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{position:absolute;bottom:15px;left:0;z-index:1;width:40px;height:3px;background-color:#ee0a24;border-radius:3px}.van-tabs__track{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:100%;will-change:left}.van-tabs__content--animated{overflow:hidden}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card>.van-tabs__wrap{height:30px}.van-coupon-list{position:relative;height:100%;background-color:#f7f8fa}.van-coupon-list__field{padding:5px 0 5px 16px}.van-coupon-list__field .van-field__body{height:34px;padding-left:12px;line-height:34px;background:#f7f8fa;border-radius:17px}.van-coupon-list__field .van-field__body::-webkit-input-placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__body::placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__clear{margin-right:0}.van-coupon-list__exchange-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff}.van-coupon-list__exchange{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:32px;font-size:16px;line-height:30px;border:0}.van-coupon-list .van-tabs__wrap{box-shadow:0 6px 12px -12px #969799}.van-coupon-list__list{box-sizing:border-box;padding:16px 0 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-coupon-list__list--with-bottom{padding-bottom:66px}.van-coupon-list__bottom{position:absolute;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:5px 16px;font-weight:500;background-color:#fff}.van-coupon-list__close{height:40px}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{margin:16px 0;color:#969799;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:200px;height:200px}.van-cascader__header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:48px;padding:0 16px}.van-cascader__title{font-weight:500;font-size:16px;line-height:20px}.van-cascader__close-icon{color:#c8c9cc;font-size:22px}.van-cascader__close-icon:active{color:#969799}.van-cascader__tabs .van-tab{-webkit-box-flex:0;-webkit-flex:none;flex:none;padding:0 10px}.van-cascader__tabs.van-tabs--line .van-tabs__wrap{height:48px}.van-cascader__tabs .van-tabs__nav--complete{padding-right:6px;padding-left:6px}.van-cascader__tab{color:#323233;font-weight:500}.van-cascader__tab--unselected{color:#969799;font-weight:400}.van-cascader__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px 16px;font-size:14px;line-height:20px}.van-cascader__option:active{background-color:#f2f3f5}.van-cascader__option--selected{color:#ee0a24;font-weight:500}.van-cascader__selected-icon{font-size:18px}.van-cascader__options{box-sizing:border-box;height:384px;padding-top:6px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-cell-group{background-color:#fff}.van-cell-group--inset{margin:0 16px;overflow:hidden;border-radius:8px}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-cell-group__title--inset{padding:16px 16px 8px 32px}.van-panel{background:#fff}.van-panel__header-value{color:#ee0a24}.van-panel__footer{padding:8px 16px}.van-checkbox-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-circle{position:relative;display:inline-block;width:100px;height:100px;text-align:center}.van-circle svg{position:absolute;top:0;left:0;width:100%;height:100%}.van-circle__layer{stroke:#fff}.van-circle__hover{fill:none;stroke:#1989fa;stroke-linecap:round}.van-circle__text{position:absolute;top:50%;left:0;box-sizing:border-box;width:100%;padding:0 4px;color:#323233;font-weight:500;font-size:14px;line-height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-count-down{color:#323233;font-size:14px;line-height:20px}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider::after,.van-divider::before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider::before{content:''}.van-divider--hairline::after,.van-divider--hairline::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center::before,.van-divider--content-left::before,.van-divider--content-right::before{margin-right:16px}.van-divider--content-center::after,.van-divider--content-left::after,.van-divider--content-right::after{margin-left:16px;content:''}.van-divider--content-left::before{max-width:10%}.van-divider--content-right::after{max-width:10%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;height:48px;background-color:#fff;box-shadow:0 2px 12px rgba(100,101,102,.12)}.van-dropdown-menu__bar--opened{z-index:11}.van-dropdown-menu__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:.7}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:#969799}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:0 8px;color:#323233;font-size:15px;line-height:22px}.van-dropdown-menu__title::after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent #dcdee0 #dcdee0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:''}.van-dropdown-menu__title--active{color:#ee0a24}.van-dropdown-menu__title--active::after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down::after{margin-top:-1px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.van-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:32px 0}.van-empty__image{width:160px;height:160px}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:16px;padding:0 60px;color:#969799;font-size:14px;line-height:20px}.van-empty__bottom{margin-top:24px}.van-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-image-preview{position:fixed;top:0;left:0;width:100%;height:100%}.van-image-preview__swipe{height:100%}.van-image-preview__swipe-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.van-image-preview__cover{position:absolute;top:0;left:0}.van-image-preview__image{width:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-image-preview__image--vertical{width:auto;height:100%}.van-image-preview__image img{-webkit-user-drag:none}.van-image-preview__image .van-image__error{top:30%;height:40%}.van-image-preview__image .van-image__error-icon{font-size:36px}.van-image-preview__image .van-image__loading{background-color:transparent}.van-image-preview__index{position:absolute;top:16px;left:50%;color:#fff;font-size:14px;line-height:20px;text-shadow:0 1px 1px #323233;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-image-preview__close-icon:active{color:#969799}.van-image-preview__close-icon--top-left{top:16px;left:16px}.van-image-preview__close-icon--top-right{top:16px;right:16px}.van-image-preview__close-icon--bottom-left{bottom:16px;left:16px}.van-image-preview__close-icon--bottom-right{right:16px;bottom:16px}.van-uploader{position:relative;display:inline-block}.van-uploader__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-uploader__wrapper--disabled{opacity:.5}.van-uploader__input{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;opacity:0}.van-uploader__input-wrapper{position:relative}.van-uploader__input:disabled{cursor:not-allowed}.van-uploader__upload{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;width:80px;height:80px;margin:0 8px 8px 0;background-color:#f7f8fa}.van-uploader__upload:active{background-color:#f2f3f5}.van-uploader__upload--readonly:active{background-color:#f7f8fa}.van-uploader__upload-icon{color:#dcdee0;font-size:24px}.van-uploader__upload-text{margin-top:8px;color:#969799;font-size:12px}.van-uploader__preview{position:relative;margin:0 8px 8px 0;cursor:pointer}.van-uploader__preview-image{display:block;width:80px;height:80px;overflow:hidden}.van-uploader__preview-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px}.van-uploader__preview-delete-icon{position:absolute;top:-2px;right:-2px;color:#fff;font-size:16px;-webkit-transform:scale(.5);transform:scale(.5)}.van-uploader__preview-cover{position:absolute;top:0;right:0;bottom:0;left:0}.van-uploader__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:rgba(50,50,51,.88)}.van-uploader__mask-icon{font-size:22px}.van-uploader__mask-message{margin-top:6px;padding:0 4px;font-size:12px;line-height:14px}.van-uploader__loading{width:22px;height:22px;color:#fff}.van-uploader__file{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:80px;height:80px;background-color:#f7f8fa}.van-uploader__file-icon{color:#646566;font-size:20px}.van-uploader__file-name{box-sizing:border-box;width:100%;margin-top:8px;padding:0 4px;color:#646566;font-size:12px;text-align:center}.van-index-anchor{z-index:1;box-sizing:border-box;padding:0 16px;color:#323233;font-weight:500;font-size:14px;line-height:32px;background-color:transparent}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:#ee0a24;background-color:#fff}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.van-index-bar__index{padding:0 8px 0 16px;font-weight:500;font-size:10px;line-height:14px}.van-index-bar__index--active{color:#ee0a24}.van-pagination{display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px}.van-pagination__item,.van-pagination__page-desc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-pagination__item{-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;min-width:36px;height:40px;color:#1989fa;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 4px;cursor:pointer}.van-pagination__item--disabled,.van-pagination__item--disabled:active{color:#646566;background-color:#f7f8fa;cursor:not-allowed;opacity:.5}.van-pagination__page{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;color:#646566}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-password-input{position:relative;margin:0 16px;-webkit-user-select:none;user-select:none}.van-password-input__error-info,.van-password-input__info{margin-top:16px;font-size:14px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#ee0a24}.van-password-input__security{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:50px;cursor:pointer}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;font-size:20px;line-height:1.2;background-color:#fff}.van-password-input__security i{position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#000;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:hidden}.van-password-input__cursor{position:absolute;top:50%;left:50%;width:1px;height:40%;background-color:#323233;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:1s van-cursor-flicker infinite;animation:1s van-cursor-flicker infinite}@-webkit-keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}.van-progress{position:relative;height:4px;background:#ebedf0;border-radius:4px}.van-progress__portion{position:absolute;left:0;height:100%;background:#1989fa;border-radius:inherit}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:0 5px;color:#fff;font-size:10px;line-height:1.6;text-align:center;word-break:keep-all;background-color:#1989fa;border-radius:1em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-row::after{display:table;clear:both;content:''}.van-row--flex{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.van-row--justify-space-around{-webkit-justify-content:space-around;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.van-sidebar{width:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-tree-select{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px;-webkit-user-select:none;user-select:none}.van-tree-select__nav{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;background-color:#f7f8fa;-webkit-overflow-scrolling:touch}.van-tree-select__nav-item{padding:14px 12px}.van-tree-select__content{-webkit-box-flex:2;-webkit-flex:2;flex:2;overflow-y:auto;background-color:#fff;-webkit-overflow-scrolling:touch}.van-tree-select__item{position:relative;padding:0 32px 0 16px;font-weight:500;line-height:48px;cursor:pointer}.van-tree-select__item--active{color:#ee0a24}.van-tree-select__item--disabled{color:#c8c9cc;cursor:not-allowed}.van-tree-select__selected{position:absolute;top:50%;right:16px;margin-top:-8px;font-size:16px}.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus::before,.van-stepper__plus::before{width:50%;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:50%}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:''}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:#c8c9cc;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ee0a24}.van-stepper--round .van-stepper__minus{color:#ee0a24;background-color:#fff;border:1px solid #ee0a24}.van-sku-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;min-height:50%;max-height:80%;overflow-y:visible;font-size:14px;background:#fff}.van-sku-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;min-height:44px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;margin:0 16px}.van-sku-header__img-wrap{-webkit-flex-shrink:0;flex-shrink:0;width:96px;height:96px;margin:12px 12px 12px 0;overflow:hidden;border-radius:4px}.van-sku-header__goods-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:12px 20px 12px 0}.van-sku-header-item{margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-sku__price-symbol{font-size:16px;vertical-align:bottom}.van-sku__price-num{font-weight:500;font-size:22px;vertical-align:bottom;word-wrap:break-word}.van-sku__goods-price{margin-left:-2px;color:#ee0a24}.van-sku__price-tag{position:relative;display:inline-block;margin-left:8px;padding:0 5px;overflow:hidden;color:#ee0a24;font-size:12px;line-height:16px;border-radius:8px}.van-sku__price-tag::before{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;opacity:.1;content:''}.van-sku-group-container{padding-top:12px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 16px 12px}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__image-item,.van-sku-row__item{position:relative;overflow:hidden;color:#323233;border-radius:4px;cursor:pointer}.van-sku-row__image-item::before,.van-sku-row__item::before{position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f8fa;content:''}.van-sku-row__image-item--active,.van-sku-row__item--active{color:#ee0a24}.van-sku-row__image-item--active::before,.van-sku-row__item--active::before{background:currentColor;opacity:.1}.van-sku-row__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:40px;margin:0 12px 12px 0;font-size:13px;line-height:16px;vertical-align:middle}.van-sku-row__item-img{z-index:1;width:24px;height:24px;margin:4px 0 4px 4px;object-fit:cover;border-radius:2px}.van-sku-row__item-name{z-index:1;padding:8px}.van-sku-row__item--disabled{color:#c8c9cc;background:#f2f3f5;cursor:not-allowed}.van-sku-row__item--disabled .van-sku-row__item-img{opacity:.3}.van-sku-row__image{margin-right:0}.van-sku-row__image-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:110px;margin:0 4px 4px 0;border:1px solid transparent}.van-sku-row__image-item:last-child{margin-right:0}.van-sku-row__image-item-img{width:100%;height:110px}.van-sku-row__image-item-img-icon{position:absolute;top:0;right:0;z-index:3;width:18px;height:18px;color:#fff;line-height:18px;text-align:center;background-color:rgba(0,0,0,.4);border-bottom-left-radius:4px}.van-sku-row__image-item-name{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;height:40px;padding:4px;font-size:12px;line-height:16px}.van-sku-row__image-item-name span{word-wrap:break-word}.van-sku-row__image-item--active{border-color:currentColor}.van-sku-row__image-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sku-row__image-item--disabled::before{z-index:2;background:#f2f3f5;opacity:.4}.van-sku-row__title{padding-bottom:12px}.van-sku-row__title-multiple{color:#969799}.van-sku-row__scroller{margin:0 -16px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-sku-row__scroller::-webkit-scrollbar{display:none}.van-sku-row__row{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:4px;padding:0 16px}.van-sku-row__indicator{width:40px;height:4px;background:#ebedf0;border-radius:2px}.van-sku-row__indicator-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-bottom:16px}.van-sku-row__indicator-slider{width:50%;height:100%;background-color:#ee0a24;border-radius:2px}.van-sku-stepper-stock{padding:12px 16px;overflow:hidden;line-height:30px}.van-sku__stepper{float:right;padding-left:4px}.van-sku__stepper-title{float:left}.van-sku__stepper-quota{float:right;color:#ee0a24;font-size:12px}.van-sku__stock{display:inline-block;margin-right:8px;color:#969799;font-size:12px}.van-sku__stock-num--highlight{color:#ee0a24}.van-sku-messages{padding-bottom:32px}.van-sku-messages__image-cell .van-cell__title{max-width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-sku-messages__image-cell .van-cell__value{overflow:visible;text-align:left}.van-sku-messages__image-cell-label{color:#969799;font-size:12px;line-height:18px}.van-sku-messages__cell-block{position:relative}.van-sku-messages__cell-block::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-sku-messages__cell-block:last-child::after{display:none}.van-sku-messages__extra-message{margin-top:-2px;padding:0 16px 12px;color:#969799;font-size:12px;line-height:18px}.van-sku-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;padding:8px 16px}.van-sku-actions .van-button{height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-sku-actions .van-button:first-of-type{border-top-left-radius:20px;border-bottom-left-radius:20px}.van-sku-actions .van-button:last-of-type{border-top-right-radius:20px;border-bottom-right-radius:20px}.van-sku-actions .van-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-sku-actions .van-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-slider{position:relative;width:100%;height:2px;background-color:#ebedf0;border-radius:999px;cursor:pointer}.van-slider::before{position:absolute;top:-8px;right:0;bottom:-8px;left:0;content:''}.van-slider__bar{position:relative;width:100%;height:100%;background-color:#1989fa;border-radius:inherit;-webkit-transition:all .2s;transition:all .2s}.van-slider__button{width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button-wrapper,.van-slider__button-wrapper-right{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);cursor:grab}.van-slider__button-wrapper-left{position:absolute;top:50%;left:0;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);cursor:grab}.van-slider--disabled{cursor:not-allowed;opacity:.5}.van-slider--disabled .van-slider__button-wrapper,.van-slider--disabled .van-slider__button-wrapper-left,.van-slider--disabled .van-slider__button-wrapper-right{cursor:not-allowed}.van-slider--vertical{display:inline-block;width:2px;height:100%}.van-slider--vertical .van-slider__button-wrapper,.van-slider--vertical .van-slider__button-wrapper-right{top:auto;right:50%;bottom:0;-webkit-transform:translate3d(50%,50%,0);transform:translate3d(50%,50%,0)}.van-slider--vertical .van-slider__button-wrapper-left{top:0;right:50%;left:auto;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider--vertical::before{top:0;right:-8px;bottom:0;left:-8px}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{-webkit-transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-timing-function:cubic-bezier(.18,.89,.32,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-tabbar{z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:content-box;width:100%;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--unfit{padding-bottom:0}@charset "UTF-8";@font-face{font-family:element-icons;src:url(../../static/fonts/element-icons.535877f.woff) format("woff"),url(../../static/fonts/element-icons.732389d.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-dialog,.el-pager li{-webkit-box-sizing:border-box}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;background:#FFF;font-size:13px;min-width:35.5px;height:28px;line-height:28px;box-sizing:border-box;text-align:center}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;background:#FFF;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item,.el-menu-item{font-size:14px;padding:0 20px;cursor:pointer}.el-dropdown-menu__item{list-style:none;line-height:36px;margin:0;color:#606266;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-breadcrumb__item:last-child .el-breadcrumb__separator,.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--collapse .el-submenu,.el-menu-item{position:relative}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;list-style:none}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{color:#303133;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-radio-button__inner,.el-submenu__title{-webkit-box-sizing:border-box;position:relative;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-picker-panel,.el-popover,.el-select-dropdown,.el-table-filter,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-input__prefix,.el-input__suffix{-webkit-transition:all .3s;color:#C0C4CC}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E6DA";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-range-editor.is-active,.el-range-editor.is-active:hover,.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;top:0;color:#FFF;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;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}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#F5F7FA}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#FFF}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#FFF}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#409EFF}.el-table th.el-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td,.el-table .cell,.el-table-filter{-webkit-box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th.el-table__cell,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#F5F7FA}.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;height:30px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border-radius:4px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover,.el-cascader__dropdown,.el-color-picker__panel,.el-message-box,.el-notification{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;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}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs--card>.el-tabs__header .el-tabs__active-bar,.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-col-offset-0,.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-cascader-menu:last-child .el-cascader-node,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-button-group>.el-button:not(:last-child),.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content:hover,.el-upload-list__item:hover{background-color:#F5F7FA}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active,.el-upload iframe{opacity:0}.el-carousel__arrow--right,.el-notification.right{right:16px}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-button-group::after,.el-button-group::before,.el-color-dropdown__main-wrapper::after,.el-link.is-underline:hover:after,.el-page-header__left::after,.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-transfer-panel .el-transfer-panel__footer::after,.el-upload-cover::after,.el-upload-list--picture-card .el-upload-list__item-actions::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{display:inline-block;vertical-align:middle}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner{-moz-user-select:none;-ms-user-select:none}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-12,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row,.el-upload-dragger,.el-upload-list__item{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{width:0%}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-badge__content,.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__header,.el-message,.el-step__icon{-webkit-box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border-radius:4px;border:1px solid #EBEEF5;background-color:#FFF;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;box-sizing:border-box}.el-card__body,.el-main{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step.is-horizontal,.el-step__icon-inner{display:inline-block}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{-webkit-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;position:absolute;top:0;left:0}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__search-input,.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-cascader,.el-tag{display:inline-block}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__icon,.el-input,.el-textarea{display:inline-block;width:100%}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:12px;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center;font-size:12px}.el-input__prefix,.el-input__suffix{position:absolute;top:0;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-input__inner,.el-textarea__inner,.el-transfer-panel{-webkit-box-sizing:border-box}.el-textarea{position:relative;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;box-sizing:border-box;color:#606266;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{height:100%;right:5px;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{height:100%;left:5px;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-image-viewer__btn,.el-image__preview,.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-button-group>.el-button+.el-button,.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-divider__text,.el-image__error,.el-link,.el-timeline,.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-container,.el-header{-webkit-box-sizing:border-box}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer,.el-empty,.el-result{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-container.is-vertical{-ms-flex-direction:column;flex-direction:column}.el-header{padding:0 20px;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0;font-weight:500}.el-link.is-underline:hover:after{position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;font-weight:500;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#C0C4CC;vertical-align:middle}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;user-select:none}.el-button,.el-checkbox,.el-checkbox-button__inner,.el-empty__image img,.el-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height: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}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff;top:50%}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button,.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini{font-size:12px;border-radius:3px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-avatar,.el-cascader-panel,.el-radio,.el-radio--medium.is-bordered .el-radio__label,.el-radio__label{font-size:14px}.el-radio{color:#606266;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;outline:0;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-cascader-menu,.el-cascader-menu__list,.el-radio__inner{-webkit-box-sizing:border-box}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px}.el-drawer,.el-drawer__body>*{-webkit-box-sizing:border-box}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-empty__image img,.el-empty__image svg{vertical-align:top;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:13px}.el-statistic .con{font-family:Sans-serif;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;color:#303133}.el-statistic .con .number{font-size:20px;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main,.el-skeleton__image{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.el-popconfirm__main{display:flex;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{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;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{user-select:none;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom,.el-result__title{margin-top:20px}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions--mini,.el-descriptions--small{font-size:12px}.el-descriptions__body{color:#606266;background-color:#FFF}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #EBEEF5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:':';position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{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;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67C23A}.el-result .icon-error{fill:#F56C6C}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#E6A23C}