
@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;
}
.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-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-b9153cfc] {
  width: 6.44rem;
  background: none;
  text-align: center;
  margin: 0 auto;
  height: 1rem;
  margin-bottom: 20px;
  line-height: 1rem;
  display: flex;
}
.content[data-v-b9153cfc] {
  background: url(../../static/img/bground.4ee63ba.png) 0 0/100% 100% no-repeat;
  height: 100%;
  /*background-size: 100%;*/
}
.fixCentent[data-v-b9153cfc] {
  text-align: center;
}
.paddingTopList[data-v-b9153cfc] {
  padding: 20px 0;
}
.userName[data-v-b9153cfc] {
  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-b9153cfc]:nth-child(1) {
  flex: 1;
}
.container[data-v-b9153cfc] {
  position: absolute;
  font-size: 0.3rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 270px;
}
.userName img[data-v-b9153cfc] {
  width: 0.4rem;
  height: 0.4rem;
}
.userName span[data-v-b9153cfc]:nth-child(2) {
  flex: 5;
  overflow: hidden;
}
.userName span:nth-child(2) input[data-v-b9153cfc] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 0.3rem;
}
input[data-v-b9153cfc]:focus {
  outline-color: rgba(0, 0, 0, 0);
}
[data-v-b9153cfc]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.checkBox[data-v-b9153cfc] {
  display: flex;
  margin-bottom: 30px;
}
.checkbox[data-v-b9153cfc] {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.checkboxInp[data-v-b9153cfc] {
  width: 17px;
  height: 17px;
}
.footBtn[data-v-b9153cfc] {
  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-e2c5b67c] {
  position: absolute;
  bottom: 0;
  width: 96%;
  margin-left: 0.14rem;
  background: #fff;
  border-radius: 4px;
  margin-right: 0.14rem;
}
.footSao img[data-v-e2c5b67c] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.footSao div[data-v-e2c5b67c] {
  width: 100%;
  height: 50px;
  font-size: 0.26rem;
  text-align: center;
  line-height: 50px;
}
#homePage[data-v-e2c5b67c] {
  background: url(../../static/img/bg.cf21b1d.jpg) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: fixed;
}
header[data-v-e2c5b67c] {
  /*padding: .07rem;*/
  font-size: 0.24rem;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 25%;
}
.nab-hospital[data-v-e2c5b67c] {
  height: 0.92rem;
  line-height: 0.96rem;
  padding: 0 0.14rem;
}
.acmagin[data-v-e2c5b67c] {
  margin-top: 0 !important;
}
.nab-hospital img[data-v-e2c5b67c] {
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: middle;
  padding: 0 0.2rem 0 0;
}
.nab-hospitalFloatRight[data-v-e2c5b67c] {
  float: right;
}
.attendance[data-v-e2c5b67c] {
  padding-right: 0.24rem;
  color: #fff;
}
.attendance input[type="checkbox"][data-v-e2c5b67c] {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 12px;
  -webkit-appearance: none;
  border: 1px solid #fff;
}
.attendance input[type="checkbox"][data-v-e2c5b67c]: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-e2c5b67c] {
  font-size: 0.24rem;
  color: #fff;
}
.toDayStatistics[data-v-e2c5b67c] {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  margin-top: 0.2rem;
  display: flex;
}
.nawJob[data-v-e2c5b67c] {
  font-size: 0.24rem;
  flex: 1;
  padding-left: 0.14rem;
}
.finisshTheWork[data-v-e2c5b67c] {
  font-size: 0.24rem;
  padding-left: 0.14rem;
  flex: 1;
}
.nawJob span[data-v-e2c5b67c]:nth-child(1),
.nawJob span[data-v-e2c5b67c]:nth-child(4) {
  margin-top: -0.04rem;
}
.nawJob span[data-v-e2c5b67c]:nth-child(2),
.nawJob span[data-v-e2c5b67c]:nth-child(3),
.nawJob span[data-v-e2c5b67c]: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-e2c5b67c]:nth-child(2),
.finisshTheWork span[data-v-e2c5b67c]:nth-child(3),
.finisshTheWork span[data-v-e2c5b67c]: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-e2c5b67c] {
  height: 0.32rem;
  padding-left: 0.14rem;
  line-height: 0.32rem;
  margin-top: 0.26rem;
  color: #fff;
}
.Acceptance span[data-v-e2c5b67c]:nth-child(1) {
  background: #ffc90a;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.Handle span[data-v-e2c5b67c]:nth-child(1) {
  background: #ff2156;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.toExamineChild span[data-v-e2c5b67c]:nth-child(1) {
  background: #07f2af;
  border-radius: 50%;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.toExamine[data-v-e2c5b67c] {
  display: flex;
}
.toExamine div[data-v-e2c5b67c] {
  flex: 1;
}
.Handle[data-v-e2c5b67c],
.toExamineChild[data-v-e2c5b67c] {
  padding-left: 0.36rem;
}
.Acceptance span[data-v-e2c5b67c]:nth-child(2),
.Handle span[data-v-e2c5b67c]:nth-child(2),
.toExamineChild span[data-v-e2c5b67c]:nth-child(2) {
  padding: 0 0 0 0.12rem;
  font-size: 0.26rem;
}
.Acceptance span[data-v-e2c5b67c]:nth-child(3),
.Handle span[data-v-e2c5b67c]:nth-child(3),
.toExamineChild span[data-v-e2c5b67c]:nth-child(3) {
  font-size: 0.34rem;
}
.contain[data-v-e2c5b67c] {
  margin-top: 0.28rem;
  display: flex;
  position: absolute;
  top: 25%;
  width: 100%;
  height: 64%;
  overflow: hidden;
}
.containLeft[data-v-e2c5b67c] {
  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-e2c5b67c] {
  flex: 5;
  margin-bottom: 6px;
  overflow-y: auto;
  overflow: hidden;
  margin-right: 0.14rem;
  margin-left: 0.04rem;
}
footer[data-v-e2c5b67c] {
  background: #fff;
  height: 0.1rem;
  margin-top: 0.14rem;
}
.listLeft[data-v-e2c5b67c] {
  width: 70%;
  float: left;
  margin-top: 0.24rem;
}
.listRight[data-v-e2c5b67c] {
  width: 30%;
  float: left;
  margin-top: 0.3rem;
}
.listLeft p[data-v-e2c5b67c]:nth-child(1) {
  font-size: 0.26rem;
  padding: 0 0 0.2rem 0px;
}
.listLeft p[data-v-e2c5b67c]:nth-child(2) {
  font-size: 0.22rem;
}
.listParent img[data-v-e2c5b67c] {
  width: 0.66rem;
  height: 0.66rem;
  float: left;
}
.listParent[data-v-e2c5b67c] {
  padding: 0 0.1rem 0rem 0.1rem;
  height: 1.26rem;
  flex: 1;
}
.listParentBg[data-v-e2c5b67c] {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0 0rem 0rem 0.1rem;
}
.containRightHeight[data-v-e2c5b67c] {
  height: 1.26rem;
  float: left;
  width: 50%;
  margin-top: 0.06rem;
}
.containLeft img[data-v-e2c5b67c] {
  width: 0.5rem;
  height: 0.48rem;
}
.containLeftShezhi[data-v-e2c5b67c] {
  position: absolute;
  bottom: 0.24rem;
  left: 25%;
}
.containLeftText[data-v-e2c5b67c] {
  margin-bottom: 0.08rem;
}

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

#commponentList[data-v-c201d398] {
	margin-top: 40px;
}
.page-loadmore-wrapper[data-v-c201d398] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.mint-header[data-v-c201d398] {
	background: #1ab394;
}
#commponentList[data-v-c201d398] {
	background: #f6f6f6;
	position: relative;
	padding-top: .2rem;
}
.missionPeron[data-v-c201d398]:last-child {
	margin-bottom: 0rem;
}
.fontWeightText[data-v-c201d398] {
	font-weight: bold;
}
.missionPeron[data-v-c201d398] {
	width: 95%;
	height: 100%;
	margin: 0 10px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: .3rem;
}
.missionPeronContain[data-v-c201d398] {
	border-top: 6px solid transparent;
	/*padding: 0 .17rem;*/
	font-size: .22rem;
}
.greenBg[data-v-c201d398] {
	background: linear-gradient(to right, #1ab394 0%, #24D900 100%);
}
.redBg[data-v-c201d398] {
	background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-c201d398] {
	background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-c201d398] {
	height: auto!important;
}
.navMissionPeronContain[data-v-c201d398] {
	height: .9rem;
	line-height: .9rem;
	font-size: .26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	margin: 0 .34rem;
	color: #333;
	/*   border-bottom: 1px solid #ccc;*/
}
.navChildMissionPeronContain[data-v-c201d398] {
	margin: 0 .34rem;
}
.navMissionPeronContain span[data-v-c201d398]:nth-child(1) {
	margin-left: .1rem;
	float: left;
}
.footerMissionPeronContain[data-v-c201d398] {
	height: .86rem;
	line-height: .86rem;
	font-size: .26rem;
	color: #333;
	border-top: 1px solid #ccc;
	background: #fff;
}
.footerMissionPeronContain span[data-v-c201d398]:nth-child(1) {
	float: left;
}
.footerMissionPeronContain span[data-v-c201d398]:nth-child(2) {
	float: right;
}

/*.footerZhongjian p:nth-child(1) {
	height: .43rem;
}*/
.footerMissionPeronContain span:nth-child(2) button[data-v-c201d398] {
	width:1.28rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.yellowBg[data-v-c201d398] {
	background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}

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

#currentOne[data-v-5df51a42],
#optionsOne[data-v-5df51a42] {
  z-index: 88;
  border-radius: 4px;
  font-size: 0.3rem;
  width: 100%;
}
#container[data-v-5df51a42] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#replaceOne[data-v-5df51a42] {
  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-5df51a42] {
  margin-bottom: 0;
  height: 0.5rem;
  line-height: 0.6rem;
  overflow: hidden;
}
.mint-cell[data-v-5df51a42]:last-child {
  width: 100%;
}
#currentOne[data-v-5df51a42],
#replaceOne[data-v-5df51a42],
#optionsOne li[data-v-5df51a42] {
  width: 100%;
}
#optionsOne[data-v-5df51a42] {
  list-style-type: none;
  margin-top: 0;
  position: absolute;
  width: 310px;
}
.ListBorder[data-v-5df51a42] {
  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-5df51a42]:first-child {
  border-top: 1px solid #eee;
}
#currentOne[data-v-5df51a42],
#optionsOne li[data-v-5df51a42] {
  padding: 5px;
}
#currentOne[data-v-5df51a42],
#optionsOne[data-v-5df51a42],
#optionsOne li[data-v-5df51a42] {
  background-color: #fff;
}
.inp[data-v-5df51a42] {
  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-5df51a42] {
  background: red;
}
input[data-v-5df51a42]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.hide[data-v-5df51a42] {
  background: #0000ff;
}
[data-v-5df51a42]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

#current[data-v-56a64cb3],
#options[data-v-56a64cb3] {
	z-index: 88;
	border-radius: 4px;
	width: 100%;
	font-size: .3rem
}
#replace[data-v-56a64cb3] {
	cursor: default;
	overflow: visible;
	position: relative;
	font-size: .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-56a64cb3]::-webkit-input-placeholder {
	font-size: .3rem;
}
.mint-cell-value[data-v-56a64cb3] {
	margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-56a64cb3] {
	margin-top: -.2rem!important;
}
#current[data-v-56a64cb3] {
	margin-bottom: 0;
	font-size: 0.3rem;
	height: .5rem;
	line-height: .6rem;
	width: 100%;
	overflow: hidden;
}
.mint-cell[data-v-56a64cb3]:last-child {
	width: 100%;
}
.ListBorder[data-v-56a64cb3] {
	border-bottom: 1px solid #eee;
	height: 38px;
	font-size: .3rem;
	line-height: 39px;
	overflow: hidden;
	background: #fff;
	padding-left: .2rem;
}
.ListBorder[data-v-56a64cb3]:first-child {
	border-top: 1px solid #eee;
}
#current[data-v-56a64cb3],
#replace[data-v-56a64cb3],
#options li[data-v-56a64cb3] {
	width: 85%;
}
#options[data-v-56a64cb3] {
	list-style-type: none;
	margin-top: 0;
	position: absolute;
	width: 310px;
}
#current[data-v-56a64cb3],
#options li[data-v-56a64cb3] {
	padding: 5px;
}
#current[data-v-56a64cb3],
#options[data-v-56a64cb3],
#options li[data-v-56a64cb3] {
	background-color: #FFF;
}
.inp[data-v-56a64cb3] {
	width: 93%;
	border: 1px solid #E0E0E0;
	height: 26px;
	line-height: 26px;
	font-size: .38rem;
	padding: 4px;
	border-top: 1px solid #f6f6f6;
	margin-top: 9px;
	margin-left: 2px;
}
.show[data-v-56a64cb3] {
	background: red;
}
.hide[data-v-56a64cb3] {
	background: #0000FF;
}

#sendToYourId[data-v-4fe1016e] {
		overflow: hidden;
}
.headerOne[data-v-4fe1016e] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.mint-header[data-v-4fe1016e] {
		background: #1ab394;
}
.header[data-v-4fe1016e] {
		background: #fff;
		display: flex;
		height: 18px;
		line-height: 19px;
		padding: .2rem;
		margin-top: 50px;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		margin-bottom: 10px;
}
.header div[data-v-4fe1016e] {
		flex: 1;
		font-size: .3rem;
		color: #4d4d4d;
}
.header div[data-v-4fe1016e]:nth-child(2) {
		text-align: right;
		color: #9d9d9d;
}
.active[data-v-4fe1016e] {
		display: block!important;
		margin-left: 15px;
		margin-top: 10px;
		color: greenyellow;
}
.personList[data-v-4fe1016e] {
		display: flex;
		width: 100%;
		border-top: 1px solid #eee;
		padding: .14rem;
}
.personListImg[data-v-4fe1016e] {
		flex: 1;
		padding-left: .1rem;
}
.personListImg img[data-v-4fe1016e] {
		width: 1rem;
		border-radius: 50%;
}
.personListZhiban[data-v-4fe1016e]{
		flex:1;
		padding-left: .1rem;
}
.personListZhiban span[data-v-4fe1016e]{
		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-4fe1016e] {
		flex: 3;
		font-size: .3rem;
}
.personListContain p[data-v-4fe1016e]:nth-child(1) {
		padding-bottom: .4rem;
		padding-top: .06rem;
}
.personListContain p[data-v-4fe1016e]:nth-child(2) {
		font-size: .26rem
}
.personListState[data-v-4fe1016e] {
		flex: 1;
		font-size: .34rem;
		color: #9d9d9d;
}
.personListState p[data-v-4fe1016e]:nth-child(1) {
		font-size: .3rem;
		margin-top: .1rem;
}

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

#sendToYourId[data-v-2d9d06e4] {
		overflow: hidden;
}
.headerOne[data-v-2d9d06e4] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.mint-header[data-v-2d9d06e4] {
		background: #1ab394;
}
.header[data-v-2d9d06e4] {
		background: #fff;
		display: flex;
		height: 18px;
		line-height: 19px;
		padding: .2rem;
		/*margin-top: 54px;*/
		margin-top: 14px;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		margin-bottom: 14px;
}
.header div[data-v-2d9d06e4] {
		flex: 1;
		font-size: .3rem;
		color: #4d4d4d;
}
.header div[data-v-2d9d06e4]:nth-child(2) {
		text-align: right;
		color: #9d9d9d;
}
.active[data-v-2d9d06e4] {
		display: block!important;
		margin-left: 15px;
		margin-top: 10px;
		color: greenyellow;
}
.personList[data-v-2d9d06e4] {
		display: flex;
		width: 100%;
		border-top: 1px solid #eee;
		padding: .14rem;
}
.personListImg[data-v-2d9d06e4] {
		flex: 1;
		padding-left: .1rem;
}
.personListZhiban[data-v-2d9d06e4]{
		flex:1;
		padding-left: .1rem;
}
.personListZhiban span[data-v-2d9d06e4]{
		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-2d9d06e4] {
		width: 1rem;
		border-radius: 50%;
}
.personListContain[data-v-2d9d06e4] {
		flex: 3;
		font-size: .3rem;
}
.personListContain .name[data-v-2d9d06e4] {
   display: flex;
   justify-content: space-between;
}
.personListContain p[data-v-2d9d06e4]:nth-child(1) {
		padding-bottom: .4rem;
		padding-top: .06rem;
}
.personListContain p[data-v-2d9d06e4]:nth-child(2) {
		font-size: .26rem
}
.personListState[data-v-2d9d06e4] {
		flex: 1;
		font-size: .34rem;
		color: #9d9d9d;
}
.personListState p[data-v-2d9d06e4]:nth-child(1) {
		font-size: .3rem;
		margin-top: .1rem;
}






































.headerOne[data-v-01f7a9ca] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.mint-header[data-v-01f7a9ca] {
	background: #1ab394;
}
.mint-cell[data-v-01f7a9ca]:first-child {
	min-height: 36px!important;
	display: inline-block;
}
.mint-cell-title[data-v-01f7a9ca] {
	flex: none;
}
.mint-cell[data-v-01f7a9ca] {
	width: 100%;
	min-height: 36px;
	display: inline-block;
	border-bottom: 1px solid #eee;
	padding-left: .2rem;
}
.mint-button[data-v-01f7a9ca] {
	height: 35px;

	border-radius: 0;
	margin-top: .06rem;
}
.ListBorder[data-v-01f7a9ca] {
	border-bottom: 1px solid #eee;
	height: 38px;
	font-size: .3rem;
	line-height: 39px;
	overflow: hidden;
	background: #fff;
	padding-left: .2rem;
}
.ListBorder[data-v-01f7a9ca]: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-3004d8c0] {
  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-3004d8c0] {
  position: absolute;
  bottom: 0;
}
.navTabChild[data-v-3004d8c0] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}

.classRedColor[data-v-433c53fb] {
  color: red;
}
.page-loadmore-wrapper[data-v-433c53fb] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#container[data-v-433c53fb] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
#commponentList[data-v-433c53fb] {
  background: #f6f6f6;
  position: relative;
  top: 1.8rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.missionPeron[data-v-433c53fb]:last-child {
  margin-bottom: 0rem;
}
.missionPeron[data-v-433c53fb] {
  width: 95%;
  height: 100%;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
  position: relative;
}
.missionPeronContain[data-v-433c53fb] {
  border-top: 6px solid transparent;
  font-size: 0.22rem;
}
.greenBg[data-v-433c53fb] {
  background: linear-gradient(to right, #1ab394 0%, #24d900 100%);
}
.redBg[data-v-433c53fb] {
  background: linear-gradient(to right, #fc0036 0%, #f45403 100%);
}
.yellowBg[data-v-433c53fb] {
  background: linear-gradient(to right, #ff9b14 0%, #fcc400 100%);
}
.footerZhongjian[data-v-433c53fb] {
  border-top: none !important;
  height: auto !important;
}
.navMissionPeronContain[data-v-433c53fb] {
  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-433c53fb] {
  font-size: 0.28rem;
  overflow: hidden;
}
.navMissionPeronContain span[data-v-433c53fb]:nth-child(1) {
  float: left;
  line-height: 0.4rem;
  height: 0.4rem;
}
.navChildBottom[data-v-433c53fb] {
  padding: 0.3rem 0;
  overflow: hidden;
}
.fontWeightText[data-v-433c53fb] {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #999;
}
.stateString[data-v-433c53fb] {
  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-433c53fb] {
  color: #666;
  border-top: 1px solid #ddd;
  background: #fff;
}
.footerMissionPeronContain span[data-v-433c53fb]:nth-child(1) {
  float: left;
}
.footerMissionPeronContain span[data-v-433c53fb]:nth-child(2) {
  float: right;
}
.navChildBottom p[data-v-433c53fb]: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-433c53fb] {
  width: 1.3rem;
  text-align: center;
  border-right: 0.01rem solid #ddd;
}
.navChildBottom p span[data-v-433c53fb]:last-child {
  border-right: none;
}
.navChildBottom p .grayColor[data-v-433c53fb] {
  color: #73738e;
}
.footerZhongjian p[data-v-433c53fb] {
  line-height: 0.4rem;
  overflow: hidden;
}
.footerZhongjian p[data-v-433c53fb]:nth-child(2) {
  margin: 0.16rem 0;
}
.footerMissionPeronContain p:nth-child(2) button[data-v-433c53fb] {
  width: 1.88rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.checkbox[data-v-433c53fb] {
  position: absolute;
  left: 0.1rem;
  top: 0.3rem;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-433c53fb] {
  background: #1ab394;
  border-color: #999;
}
.mint-checkbox-core[data-v-433c53fb] {
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.mint-checkbox-core[data-v-433c53fb]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.footer[data-v-433c53fb] {
  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-433c53fb] {
  float: left;
  padding: 0;
  line-height: 0.7rem;
}
.butSub[data-v-433c53fb] {
  float: right;
}
.butSub .returnListSub[data-v-433c53fb] {
  width: 1.74rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  float: left;
}
.butSub .returnListSub[data-v-433c53fb]:first-child {
  border: 0.01rem solid #1ab394;
  color: #1ab394;
  border-radius: 0.1rem 0 0 0.1rem;
}
.butSub .returnListSub[data-v-433c53fb]:last-child {
  background: #1ab394;
  border: 0.01rem solid #1ab394;
  color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
}

.menubg[data-v-67e9091e] {
  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-67e9091e] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.footer[data-v-67e9091e] {
  position: absolute;
  bottom: 0;
}
.header[data-v-67e9091e] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-67e9091e] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
*[data-v-67e9091e] {
  /*font-size: .2rem;*/
}
.mint-header[data-v-67e9091e] {
  background: #1ab394;
}
.navTab[data-v-67e9091e] {
  display: flex;
}
.navTabChild[data-v-67e9091e] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-67e9091e] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

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

.md-popup .telList[data-v-7faca97a] {
  width: 100%;
  min-height: 3rem;
  max-height: 5rem;
  background-color: #ffffff;
}
.md-popup .telList ul[data-v-7faca97a] {
  padding: 0;
  width: 100%;
}
.md-popup .telList ul li[data-v-7faca97a] {
  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-7faca97a] {
  width: 0.3rem;
  margin-right: 0.3rem;
}
.botButton-submittui[data-v-7faca97a] {
  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-7faca97a] {
  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-7faca97a] {
  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-7faca97a] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-7faca97a] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-7faca97a] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-7faca97a] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-7faca97a] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-7faca97a] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-7faca97a] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-7faca97a] {
  width: 100% !important;
}
.footer[data-v-7faca97a] {
  border-top: 1px solid #eee;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 8;
  /* display: flex; */
}
.footer div[data-v-7faca97a] {
  width: 99%;
}
.footer .mint-button--normal[data-v-7faca97a] {
  flex: 1;
  /* width: 23%; */
  padding: 0 !important;
}
ul[data-v-7faca97a] {
  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-7faca97a] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-7faca97a] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-7faca97a] {
  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-7faca97a] {
  width: 0.5rem;
}
ul li .title .mark[data-v-7faca97a] {
  /*小圆点*/
  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-7faca97a] {
  background: #95ce41 !important;
}
ul li .content[data-v-7faca97a] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-7faca97a] {
  font-weight: bold;
}
.title p[data-v-7faca97a],
.title h3[data-v-7faca97a] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-7faca97a] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-7faca97a] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-7faca97a] {
  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-7faca97a] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-7faca97a]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-7faca97a]: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-7faca97a] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-7faca97a] {
  background: #fff;
}
.audio-left img[data-v-7faca97a] {
  background: #fff;
}
.header[data-v-7faca97a] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-7faca97a] {
  background: #1ab394;
}
.btnLeft[data-v-7faca97a] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-7faca97a] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-7faca97a] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-7faca97a] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-7faca97a] {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-7faca97a] {
  padding-bottom: 0.2rem;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-7faca97a] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-7faca97a] {
  display: none;
}

ul[data-v-27f11b44] {
  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-27f11b44] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-27f11b44] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-27f11b44] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-27f11b44] {
  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-27f11b44] {
  width: 0.5rem;
}
ul li .title .mark[data-v-27f11b44] {
  /*小圆点*/
  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-27f11b44] {
  background: #95ce41 !important;
}
ul li .content[data-v-27f11b44] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-27f11b44] {
  font-weight: bold;
}
.title p[data-v-27f11b44],
.title h3[data-v-27f11b44] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-27f11b44] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-27f11b44] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-27f11b44] {
  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-27f11b44] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-27f11b44]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-27f11b44]: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-27f11b44] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-27f11b44] {
  background: #fff;
}
.audio-left img[data-v-27f11b44] {
  background: #fff;
}
.header[data-v-27f11b44] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-27f11b44] {
  background: #1ab394;
}
.btnLeft[data-v-27f11b44] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-27f11b44] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-27f11b44] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-27f11b44] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-27f11b44] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-27f11b44] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-27f11b44] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-27f11b44] {
  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-5b40b9b0] {
  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-5b40b9b0] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-5b40b9b0] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-5b40b9b0] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox[data-v-5b40b9b0] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-5b40b9b0] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-5b40b9b0] {
  cursor: pointer;
}
.greet button[data-v-5b40b9b0]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-5b40b9b0]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  /* width: 2.4rem; */
}
canvas[data-v-5b40b9b0] {
  flex: 1;
  cursor: crosshair;
}

.returnTitle[data-v-13526747] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  margin-top: 40px;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.returnBorder[data-v-13526747] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-13526747] {
  padding: 0.2rem;
  font-size: 0.32rem;
  height: 2.4rem;
  width: 95%;
  position: relative;
}
.footer[data-v-13526747] {
  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-13526747] {
  flex: 1;
  padding: 0 !important;
}
.returnListSub[data-v-13526747] {
  width: 80%;
  text-align: center;
}

/*.sayYuyin{
		position: absolute;
		right: 0;
		top: 28%;
	}*/
.audioP[data-v-13526747] {
  width: 100%;
}
.audioP div[data-v-13526747]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem;
}
.audioP img[data-v-13526747] {
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.imgFileAudio[data-v-13526747] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.audioList[data-v-13526747] {
  width: 100%;
  display: flex;
}
.audioList img[data-v-13526747] {
  width: 1rem;
}
.imgAudio[data-v-13526747] {
  width: 2rem !important;
  /*height: .5rem;*/
}
.audioList span[data-v-13526747] {
  display: inline-block;
  flex: 1;
}
.headerOne[data-v-13526747] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-13526747] {
  background: #1ab394;
}

.botButton-submittui[data-v-94cdbcc8] {
  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-94cdbcc8] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileCuo[data-v-94cdbcc8] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFileAudio[data-v-94cdbcc8] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
#containerTwo[data-v-94cdbcc8] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.imgFile[data-v-94cdbcc8] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-94cdbcc8]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-94cdbcc8] {
  width: 1rem;
  height: 1rem;
  background: #eee;
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-94cdbcc8] {
  width: 0.8rem;
  height: 0.8rem;
}
.zichanSao[data-v-94cdbcc8] {
  width: 0.4rem;
}
.sayPai[data-v-94cdbcc8],
.zantIng[data-v-94cdbcc8] {
  position: relative;
  left: 65%;
  /*left: 45%;*/
}
.zhushiS[data-v-94cdbcc8] {
  padding-left: 0.2rem;
}
.zichanText[data-v-94cdbcc8] {
  text-align: left;
  padding-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zichanRight[data-v-94cdbcc8] {
  text-align: right;
  color: #9d9d9d;
  flex: 1 !important;
}
.borderT[data-v-94cdbcc8] {
  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-94cdbcc8] {
  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-94cdbcc8]::-webkit-input-placeholder {
  font-size: 0.3rem;
}
.imgClass img[data-v-94cdbcc8] {
  width: 1rem;
  height: 1rem;
}
.footer[data-v-94cdbcc8] {
  /* position: fixed; */
  background: rgb(255, 255, 255);
  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-94cdbcc8] {
  flex: 1;
  padding: 0 !important;
}
.inptText[data-v-94cdbcc8] {
  width: 90%;
  font-size: 0.3rem;
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
}
.headerOne[data-v-94cdbcc8] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-94cdbcc8] {
  background: #1ab394;
}
.header[data-v-94cdbcc8] {
  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-94cdbcc8] {
  flex: 2;
  font-size: 0.3rem;
}
.fristPadding[data-v-94cdbcc8] {
  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;
}

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

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

.footer[data-v-7cb0ffee] {
  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-7cb0ffee] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.returnListSub[data-v-7cb0ffee] {
  flex: 1;
  padding: 0 !important;
}

#sendToYourId[data-v-2c7ca7f9] {
  overflow: hidden;
}
.unchoose[data-v-2c7ca7f9] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.headerOne[data-v-2c7ca7f9] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-2c7ca7f9] {
  background: #1ab394;
}
.header[data-v-2c7ca7f9] {
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: .2rem;
  /*margin-top: 54px;*/
  margin-top: 14px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 14px;
}
.header div[data-v-2c7ca7f9] {
  flex: 1;
  font-size: .3rem;
  color: #4d4d4d;
}
.header div[data-v-2c7ca7f9]:nth-child(2) {
  text-align: right;
  color: #9d9d9d;
}
.active[data-v-2c7ca7f9] {
  display: block !important;
  margin-left: 15px;
  margin-top: 10px;
  color: greenyellow;
}
.personList[data-v-2c7ca7f9] {
  display: flex;
  border-top: 1px solid #eee;
  padding: .14rem;
}
.personListImg[data-v-2c7ca7f9] {
  /* flex: 1; */
  padding-right: .3rem;
  padding-left: .1rem;
}
.personListZhiban[data-v-2c7ca7f9] {
  /*flex:1;*/
  padding-left: .1rem;
  padding-right: .3rem;
}
.personListZhiban span[data-v-2c7ca7f9] {
  display: inline-block;
  width: 1rem;
  border-radius: 50%;
  text-align: center;
  background: #23c6c8;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
}
.personListImg img[data-v-2c7ca7f9] {
  width: 1rem;

  border-radius: 50%;
}
.personListContain[data-v-2c7ca7f9] {
  flex: 3;
  font-size: .3rem;
  margin-right: 0.6rem;
}
.personListContain .name[data-v-2c7ca7f9] {
   display: flex;
   justify-content: space-between;
}
.personListContain p[data-v-2c7ca7f9]:nth-child(1) {
  padding-bottom: .4rem;
  padding-top: .06rem;
}
.personListContain p[data-v-2c7ca7f9]:nth-child(2) {
  font-size: .26rem
}
.personListState[data-v-2c7ca7f9] {
  /* flex: 1; */
  font-size: .34rem;
  width: .6rem;
  color: #9d9d9d;
  margin-top: .3rem;
}
.personListState p[data-v-2c7ca7f9]:nth-child(1) {
  font-size: .3rem;
  margin-top: .1rem;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-2c7ca7f9] {
  background: #1ab394;
  border-color: #999;
}
.mint-checkbox-core[data-v-2c7ca7f9] {
  border-radius: 0;
  width: .32rem;
  height: .32rem;
  border: 1px solid #999999;
}
.mint-checkbox-core[data-v-2c7ca7f9]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.checkAllBtn[data-v-2c7ca7f9] {
  float: left;
  /*padding: 0;*/
  /*line-height: .7rem;*/
  margin: 14px 0;
  background: #fff;
  display: flex;
  height: 18px;
  line-height: 19px;
  padding: .2rem .14rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

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

.headerOne[data-v-85b5a8e4] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
#container[data-v-85b5a8e4] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.mint-header[data-v-85b5a8e4] {
  background: #1ab394;
}
.header[data-v-85b5a8e4] {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  margin-top: 54px;
  height: 18px;
  line-height: 19px;
  margin-bottom: 14px;
}
.header div[data-v-85b5a8e4] {
  flex: 1;
  font-size: 0.3rem;
  color: #4d4d4d;
}
.imgBadio[data-v-85b5a8e4] {
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}
.header div[data-v-85b5a8e4]:nth-child(2) {
  /*text-align: ;*/
}
.header div[data-v-85b5a8e4]:nth-child(3) {
  text-align: left;
}
.header div[data-v-85b5a8e4]:nth-child(4) {
  text-align: right;
  color: #9d9d9d;
}
.header img[data-v-85b5a8e4] {
  width: 0.4rem;
  height: 0.4rem;
}
.footer[data-v-85b5a8e4] {
  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-85b5a8e4] {
  background-color: #f8ac59;
  color: white;
}
.returnListSub[data-v-85b5a8e4] {
  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-85b5a8e4] {
  height: 39px;
  overflow: hidden;
  line-height: 9px;
}

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

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

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

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

#container[data-v-d83acad8] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-d83acad8] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-d83acad8] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-d83acad8] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-d83acad8] {
  margin-left: 0.02rem;
}
.audioBorder[data-v-d83acad8] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-d83acad8] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-d83acad8] {
  width: 100% !important;
}
.footer[data-v-d83acad8] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-d83acad8] {
  width: 100%;
}
.footer .mint-button--normal[data-v-d83acad8] {
  flex: 1;
  width: 100%;
  padding: 0 !important;
}

/*.returnListSub {
		flex: 1;
		padding: 0!important;
	}*/
ul[data-v-d83acad8] {
  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-d83acad8] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-d83acad8] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-d83acad8] {
  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-d83acad8] {
  width: 0.5rem;
}
ul li .title .mark[data-v-d83acad8] {
  /*小圆点*/
  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-d83acad8] {
  background: #95ce41 !important;
}
ul li .content[data-v-d83acad8] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-d83acad8] {
  font-weight: bold;
}
.title p[data-v-d83acad8],
.title h3[data-v-d83acad8] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-d83acad8] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-d83acad8] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-d83acad8] {
  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-d83acad8] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-d83acad8]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-d83acad8]: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-d83acad8] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-d83acad8] {
  background: #fff;
}
.audio-left img[data-v-d83acad8] {
  background: #fff;
}
.header[data-v-d83acad8] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-d83acad8] {
  background: #1ab394;
}
.btnLeft[data-v-d83acad8] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-d83acad8] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-d83acad8] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-d83acad8] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-d83acad8] {
  display: inline-block;
  width: 0.36rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.36rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-d83acad8] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-d83acad8] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-d83acad8] {
  display: none;
}

.returnTitle[data-v-ceda1c8c] {
  font-size: 0.26rem;
  padding-left: 0.2rem;
  color: #9d9d9d;
  margin-top: 40px;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.returnBorder[data-v-ceda1c8c] {
  width: 100%;
  overflow: hidden;
}
.returnBorder textarea[data-v-ceda1c8c] {
  padding: 0.2rem;
  font-size: 0.32rem;
  height: 2.4rem;
  width: 95%;
  position: relative;
}
.footer[data-v-ceda1c8c] {
  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-ceda1c8c] {
  flex: 1;
  padding: 0 !important;
}
.returnListSub[data-v-ceda1c8c] {
  width: 80%;
  text-align: center;
}

/*.sayYuyin{
		position: absolute;
		right: 0;
		top: 28%;
	}*/
.audioP[data-v-ceda1c8c] {
  width: 100%;
}
.audioP div[data-v-ceda1c8c]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem;
}
.audioP img[data-v-ceda1c8c] {
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.imgFileAudio[data-v-ceda1c8c] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.audioList[data-v-ceda1c8c] {
  width: 100%;
  display: flex;
}
.audioList img[data-v-ceda1c8c] {
  width: 1rem;
}
.imgAudio[data-v-ceda1c8c] {
  width: 2rem !important;
  /*height: .5rem;*/
}
.audioList span[data-v-ceda1c8c] {
  display: inline-block;
  flex: 1;
}
.headerOne[data-v-ceda1c8c] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-ceda1c8c] {
  background: #1ab394;
}

.list[data-v-54bbf4a5] {
  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-54bbf4a5]:nth-child(1) {
  flex: 4;
}
.list span[data-v-54bbf4a5]:nth-child(2) {
  flex: 1;
  text-align: right;
}

.list[data-v-6740ecee] {
		background: #fff;
		font-size: .3rem;
		padding-left: .2rem;
		padding-right: .2rem;
		height: .76rem;
		line-height: .78rem;
		display: flex;
		border-bottom: 1px solid #eee;
}
.list span[data-v-6740ecee]:nth-child(1){
		flex: 4;
}
.list span[data-v-6740ecee]:nth-child(2){
		flex: 1;
		text-align: right;
}

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

.periodCheck[data-v-00229d2c] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodCheck .header[data-v-00229d2c] {
  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-00229d2c] {
  padding: 0.2rem;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.periodCheck .paddingD .whiteBox[data-v-00229d2c] {
  background: #fff;
  border-radius: 0.1rem;
}
.periodCheck .paddingD .whiteBox .itemline[data-v-00229d2c] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItem[data-v-00229d2c] {
  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-00229d2c] {
  color: #666;
  /*text-align: right;*/
}
.periodCheck .paddingD .whiteBox .formItem .lableC[data-v-00229d2c] {
  flex: 1;
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-00229d2c] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-00229d2c]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo[data-v-00229d2c] {
  display: inline-block;
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo span[data-v-00229d2c] {
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon[data-v-00229d2c] {
  display: flex;
  justify-content: space-between;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon img[data-v-00229d2c] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF[data-v-00229d2c] {
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-00229d2c] {
  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-00229d2c]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-00229d2c] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-00229d2c]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-00229d2c] {
  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-00229d2c] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-00229d2c] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn[data-v-00229d2c] {
  display: flex;
  margin-top: 0.26rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-00229d2c] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .whiteBox .formTypeName[data-v-00229d2c] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodCheck .paddingD .marginD[data-v-00229d2c] {
  margin: 0.2rem 0;
}
.periodCheck .paddingD .marginD .centerDel[data-v-00229d2c] {
  padding: 0.25rem 0.3rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .marginD .centerDel .formItem[data-v-00229d2c] {
  padding: 0;
  flex: 1;
  border: none;
}
.periodCheck .paddingD .marginD .centerDel .deleteImg[data-v-00229d2c] {
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .marginD input[type="checkbox"][data-v-00229d2c],
.periodCheck .paddingD .marginD input[type="radio"][data-v-00229d2c] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.periodCheck .paddingD .marginD .noBgInput[data-v-00229d2c] {
  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-00229d2c] {
  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-00229d2c] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodCheck .paddingD .marginD .formItem[data-v-00229d2c] {
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-00229d2c] {
  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-00229d2c]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .marginD .radioLabel[data-v-00229d2c] {
  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-00229d2c] {
  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-00229d2c] {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.periodCheck .paddingD .marginD .radioList .radioListItem[data-v-00229d2c] {
  margin-right: 0.4rem;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD span[data-v-00229d2c] {
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD .fa-icon[data-v-00229d2c] {
  vertical-align: middle;
}
.periodCheck .paddingD .cameraImg[data-v-00229d2c],
.periodCheck .paddingD .scanImg[data-v-00229d2c] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
  margin-right: 0.3rem;
}
.periodCheck .paddingD .formTitle[data-v-00229d2c] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0;
  line-height: 0.45rem;
}
.periodCheck .paddingD .addPeriod[data-v-00229d2c] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
}
.periodCheck .footerBtn[data-v-00229d2c] {
  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-00229d2c] {
  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;
}

.textOneActive[data-v-47b270c9] {
  color: #1ab394;
}
.twoTextActive[data-v-47b270c9] {
  color: #666 !important;
}
.twoActive[data-v-47b270c9] {
  background: #fff;
}
.oneBgActive[data-v-47b270c9] {
  background: #1ab394;
}
.twoBgActive[data-v-47b270c9] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-47b270c9] {
  border: 1px solid #1ab394;
}
.twoBgBorderActive[data-v-47b270c9] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-47b270c9] {
  background: #1ab394;
}
.twoBgBorderActive .icon-inner[data-v-47b270c9] {
  background: #ddd !important;
}
.item[data-v-47b270c9] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-47b270c9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-47b270c9] {
  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-47b270c9] {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.item .time[data-v-47b270c9] {
  color: #b5b5b5;
  font-size: 0.28rem;
}
.item .title[data-v-47b270c9] {
  color: #1ab394;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-47b270c9] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-47b270c9] {
  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-47b270c9] {
  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-47b270c9] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-47b270c9] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-47b270c9] {
  background: #35AFB1;
}
.line-active[data-v-47b270c9] {
  background: #35AFB1;
}

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

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

*[data-v-762ee06c] {
}
#container[data-v-762ee06c] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-762ee06c] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-762ee06c] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-762ee06c] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-762ee06c] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-762ee06c] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-762ee06c] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-762ee06c] {
  width: 100% !important;
}
.footer[data-v-762ee06c] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-762ee06c] {
  width: 100%;
}
.footer .mint-button--normal[data-v-762ee06c] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-762ee06c] {
  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-762ee06c] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-762ee06c] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-762ee06c] {
  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-762ee06c] {
  width: 0.5rem;
}
ul li .title .mark[data-v-762ee06c] {
  /*小圆点*/
  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-762ee06c] {
  background: #95ce41 !important;
}
ul li .content[data-v-762ee06c] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-762ee06c] {
  font-weight: bold;
}
.title p[data-v-762ee06c],
.title h3[data-v-762ee06c] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-762ee06c] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-762ee06c] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-762ee06c] {
  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-762ee06c] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-762ee06c]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-762ee06c]: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-762ee06c] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-762ee06c] {
  background: #fff;
}
.audio-left img[data-v-762ee06c] {
  background: #fff;
}
.header[data-v-762ee06c] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-762ee06c] {
  background: #1ab394;
}
.btnLeft[data-v-762ee06c] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-762ee06c] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-762ee06c] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-762ee06c] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-762ee06c] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-762ee06c] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-762ee06c] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-762ee06c] {
  display: none;
}

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

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

.addClassHuan[data-v-76f82ca1] {
  word-wrap: break-word;
  line-height: 0.4rem;
}
.footer[data-v-76f82ca1] {
  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-76f82ca1] {
  flex: 1;
  padding: 0 !important;
}
.positonParen[data-v-76f82ca1] {
}
.positionHis[data-v-76f82ca1] {
  padding: 0.16rem 0.26rem;
  font-size: 0.28rem;
}
.inspectinHisPosition[data-v-76f82ca1] {
  display: flex;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  padding: 0 0.26rem;
  background: #fff;
}
.inspectinHisnormal[data-v-76f82ca1] {
  display: flex;
  /* height: .9rem; */
  line-height: 0.9rem;
  font-size: 0.3rem;
  padding: 0 0.26rem;
  background: #fff;
}
.yichang[data-v-76f82ca1] {
  color: #e10808 !important;
}
.noyichang[data-v-76f82ca1] {
  color: #1ab394 !important;
}
.red[data-v-76f82ca1] {
  color: #e10808;
}
.HisprocessImg[data-v-76f82ca1] {
  width: 30%;
  margin-left: 1%;
  float: left;
  border: 1px solid #999;
}
.inspectinHisprocess[data-v-76f82ca1] {
  padding: 0 0.26rem;
  background: #fff;
  font-size: 0.3rem;
  padding-bottom: 10px;
}
.inspectinHisnormal span[data-v-76f82ca1]:nth-child(1) {
  flex: 1;
  overflow: hidden;
}
.inspectinHisnormal span[data-v-76f82ca1]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.inspectinHisPosition span[data-v-76f82ca1]:nth-child(1) {
  flex: 3;
  color: #999999;
}
.inspectinHisprocess[data-v-76f82ca1] {
  display: flex;
}
.inspectinHisprocess p[data-v-76f82ca1]:nth-child(1) {
  flex: 1;
}
.positonBorder[data-v-76f82ca1] {
  border-bottom: 1px solid #ebebeb;
}
.inspectinHisPosition span[data-v-76f82ca1]:nth-child(2) {
  flex: 5;
  text-align: right;
  overflow: hidden;
  color: #333;
}

#container[data-v-48a02c35] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-48a02c35] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-48a02c35] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-48a02c35] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-48a02c35] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-48a02c35] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-48a02c35] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-48a02c35] {
  width: 100% !important;
}
.footer[data-v-48a02c35] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-48a02c35] {
  width: 100%;
}
.footer .mint-button--normal[data-v-48a02c35] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-48a02c35] {
  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-48a02c35] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-48a02c35] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-48a02c35] {
  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-48a02c35] {
  width: 0.5rem;
}
ul li .title .mark[data-v-48a02c35] {
  /*小圆点*/
  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-48a02c35] {
  background: #95ce41 !important;
}
ul li .content[data-v-48a02c35] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-48a02c35] {
  font-weight: bold;
}
.title p[data-v-48a02c35],
.title h3[data-v-48a02c35] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-48a02c35] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-48a02c35] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-48a02c35] {
  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-48a02c35] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-48a02c35]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-48a02c35]: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-48a02c35] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-48a02c35] {
  background: #fff;
}
.audio-left img[data-v-48a02c35] {
  background: #fff;
}
.header[data-v-48a02c35] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-48a02c35] {
  background: #1ab394;
}
.btnLeft[data-v-48a02c35] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-48a02c35] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-48a02c35] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-48a02c35] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-48a02c35] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-48a02c35] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-48a02c35] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-48a02c35] {
  display: none;
}

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

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












































































































#request-person[data-v-504ed421] {
  background: #f6f6f6;
  overflow: hidden;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
#request-person .header[data-v-504ed421] {
  z-index: 999;
  position: fixed;
  font-size: 0.3rem;
  width: 100%;
  height: 100px;
  background: #f6f6f6;
}
#request-person .header .content[data-v-504ed421] {
  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-504ed421] {
  width: 0.4rem;
}
#request-person .header .content .title[data-v-504ed421] {
  text-align: center;
  flex: 1;
}
#request-person .header .search[data-v-504ed421] {
  width: 96%;
  margin: 0 auto;
  border-radius: 15px;
}
#request-person .list[data-v-504ed421] {
  margin-top: 100px;
  overflow: auto;
  height: calc(100vh - 100px);
  background: #fff;
}
#request-person .list .personList .personListContain[data-v-504ed421] {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0.3rem;
  border-bottom: 0.01rem solid #eee;
  line-height: 0.6rem;
}

.imgBage[data-v-1865a57e] {
  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-1865a57e] {
  overflow: auto;
}

.file-preview[data-v-0c6e9de4] {
  width: 100%;
  height: 100%;
  min-height: 15.6rem;
  background: #f4f4f4;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}
.file-preview .headerTwo[data-v-0c6e9de4] {
  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-0c6e9de4] {
  overflow: auto;
}

.tephone-content-textTwo[data-v-a29fd9b4] {
  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-a29fd9b4] {
  font-size: 0.24rem;
  display: inline-block;
}
.active[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
}
#myStat[data-v-a29fd9b4],
#myStat1[data-v-a29fd9b4],
#myStat2[data-v-a29fd9b4] {
  margin-left: 0.3rem;
}
.telphone-border[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  /*height: 2rem;*/
}
.ReceptionParent[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
  height: 3.7rem;
}
.marquee_box[data-v-a29fd9b4] {
  overflow: hidden;
}
.marquee_title[data-v-a29fd9b4] {
  padding: 0 20px;
  height: 30px;
  /*关键样式*/
  font-size: 14px;
  border-right: 1px solid #d8d8d8;
  align-items: center;
}
.marquee_box[data-v-a29fd9b4] {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  /*关键样式*/
  overflow: hidden;
}
.marquee_list[data-v-a29fd9b4] {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.marquee_list ul[data-v-a29fd9b4] {
  height: 30px;
}
.marquee_top[data-v-a29fd9b4] {
  transition: top 0.5s;
}

/*关键样式*/
.active[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
}
.marquee_list li[data-v-a29fd9b4] {
  height: 30px;
  /*关键样式*/
  float: left;
  line-height: 30px;
  /*关键样式*/
  font-size: 13px;
}
.marquee_list li span[data-v-a29fd9b4] {
  display: inline-block;
}
.marquee_top[data-v-a29fd9b4] {
  transition: top 0.5s;
}

/*关键样式*/
.current-border-p[data-v-a29fd9b4] {
  color: #fff;
  font-size: 0.4rem;
  padding: 0.2rem 0;
}
.distribution-flex[data-v-a29fd9b4] {
  margin-top: -1.14rem;
}
#hardwareNumber-text[data-v-a29fd9b4],
#softwareNumber-text[data-v-a29fd9b4] {
  font-size: 0.5rem;
}
.hardwareNumber[data-v-a29fd9b4],
.softwareNumber[data-v-a29fd9b4] {
  margin-top: 1.4rem;

  font-size: 0.5rem;
}
.noWorkLi[data-v-a29fd9b4] {
  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-a29fd9b4] {
  /*margin-bottom: .05rem;*/
}
.complete-border[data-v-a29fd9b4] {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0470588);
}
#tephone-content-io[data-v-a29fd9b4] {
  height: 0.6rem;
}
#tephone-content-io ul[data-v-a29fd9b4] {
  line-height: 0.6rem;
  padding: 0 0.4rem 0 0.4rem;
  list-style-type: none;
}
#tephone-content-io ul li[data-v-a29fd9b4] {
  list-style: none;
  font-size: 0.4rem;
}
.tephone-content-text[data-v-a29fd9b4] {
  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-a29fd9b4]: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-a29fd9b4]: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-a29fd9b4]:nth-child(even) {
  background: #183b93;
}
.complete-content span[data-v-a29fd9b4] {
  flex-grow: 1;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.complete-border-title[data-v-a29fd9b4] {
  font-size: 0.4rem;
  text-align: center;
  padding: 0.2rem;
  color: #fff;
}
.complete-content span[data-v-a29fd9b4] {
  flex-grow: 1;
  display: inline-block;
  width: 25%;
}
#complete-li[data-v-a29fd9b4] {
  display: none;
}
.complete-content-bar[data-v-a29fd9b4] {
  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-a29fd9b4] {
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.5);
}
.noWorkLiTwo[data-v-a29fd9b4] {
  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-a29fd9b4],
.current-border[data-v-a29fd9b4] {
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0470588);
}
.current-content[data-v-a29fd9b4] {
  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-a29fd9b4]:nth-child(1) {
  flex-grow: 2;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-a29fd9b4]:nth-child(2) {
  flex-grow: 2;
  width: 40%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-a29fd9b4]:nth-child(3) {
  flex-grow: 1;
  width: 10%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content li[data-v-a29fd9b4]:nth-child(4) {
  flex-grow: 1;
  width: 25%;
  color: rgba(255, 255, 255, 0.5);
}
.current-content[data-v-a29fd9b4]:nth-child(odd) {
  background: #183b93;
}
.distribution[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
  border-radius: 4px;
}
.Receptiontel span[data-v-a29fd9b4]:nth-child(1) {
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0;
}
.distribution-flex[data-v-a29fd9b4] {
  display: flex;
  color: #fff;
}
.softwareNumber[data-v-a29fd9b4] {
  flex: 1;
  display: flex;
  align-items: center;
}
#medio[data-v-a29fd9b4] {
  position: relative;
}
#jd_1_b[data-v-a29fd9b4] {
  position: absolute;
  left: 3.2rem;
  top: -1.2rem;
}
#jd_1[data-v-a29fd9b4] {
  float: left;
  width: 5rem;
  height: 0.5rem;
  position: relative;
  left: 0;
}
.hardwarePie[data-v-a29fd9b4] {
  flex: 2;
}
.ve-pie[data-v-a29fd9b4] {
  top: -80px;
}
.hardwareNumber[data-v-a29fd9b4] {
  flex: 1;
  display: flex;
  align-items: center;
}
.distribution-flex[data-v-a29fd9b4] {
  height: 4rem;
}
#hardwareNumber-text[data-v-a29fd9b4],
#softwareNumber-text[data-v-a29fd9b4] {
  width: 100%;
  text-align: center;
}
#hardwareNumber[data-v-a29fd9b4],
#softwareNumber[data-v-a29fd9b4] {
  text-align: center;
}
.Reception[data-v-a29fd9b4] {
  font-size: 0.2rem;
  text-align: center;
  display: flex;
}
.Receptiontel[data-v-a29fd9b4] {
  flex: 1;
  background: rgba(255, 255, 255, 0.0470588);
  margin-left: 0.16rem;
  border-radius: 4px;
}
.statisticalChart[data-v-a29fd9b4] {
  height: 5rem;
  font-size: 0.3rem;
  color: #fff;
}
.statisticalChartText[data-v-a29fd9b4],
.telphone-border-tile[data-v-a29fd9b4] {
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0;
}
.ve-line[data-v-a29fd9b4] {
  height: 100% !important;
  color: #fff !important;
}
#dailyList[data-v-a29fd9b4] {
  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-a29fd9b4] {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.dailyListHead[data-v-a29fd9b4] {
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
  padding: 0.3rem 0;
}
.dutytext[data-v-a29fd9b4] {
  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-a29fd9b4],
.statisticalChart[data-v-a29fd9b4] {
  background: rgba(255, 255, 255, 0.0470588);
  color: #fff;
  border-radius: 4px;
}
.parentListName[data-v-a29fd9b4],
.parentListNameNum[data-v-a29fd9b4] {
  display: flex;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.4rem;
}
.parentListName span[data-v-a29fd9b4] {
  flex: 1;
}
.upd_img[data-v-a29fd9b4] {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.1rem;
}
.parentListNameNum div[data-v-a29fd9b4] {
  flex: 1;
  line-height: 0.2rem;
}
.parentListNameNumText[data-v-a29fd9b4] {
  font-size: 0.58rem;
}
.parentListNameNumBai[data-v-a29fd9b4] {
  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;
}











































































































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

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



















































































































































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

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

.colorGreen[data-v-3663af6e] {
  color: green;
}
.colorYellow[data-v-3663af6e] {
  color: #ffa500;
}
.colorRed[data-v-3663af6e] {
  color: red;
}
.footer div[data-v-3663af6e] {
  width: 100%;
}
.imgClass img[data-v-3663af6e] {
  width: 1rem;
  height: 1rem;
  position: relative;
  right: 0;
  left: 83%;
}
.btnLeft[data-v-3663af6e] {
  margin-left: 0 !important;
}
.footer div[data-v-3663af6e] {
  width: 100%;
}
.footer .mint-button--normal[data-v-3663af6e] {
  flex: 1;
  width: 94%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-3663af6e]:last-child {
  margin: 0 !important;
}
.audioList[data-v-3663af6e] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-3663af6e] {
  width: 1rem;
}
.audioList span[data-v-3663af6e] {
  display: inline-block;
  flex: 1;
}
.mint-cell[data-v-3663af6e] {
  display: block !important;
}
.iconColor[data-v-3663af6e] {
  color: rgb(157, 157, 157);
}
[data-v-3663af6e]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgb(157, 157, 157);
}
.taskNav[data-v-3663af6e] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 0.32rem;
  padding: 0 0.2rem 0 0;
}
.taskNavBorder[data-v-3663af6e] {
  border-bottom: 1px solid #eee;
}
.gerner0[data-v-3663af6e] {
  display: none;
}
.taskNavTitle[data-v-3663af6e] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-3663af6e] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-3663af6e] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.taskIcon[data-v-3663af6e] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskIconDown[data-v-3663af6e] {
  vertical-align: middle;
  padding-left: 0.2rem;
}
.imgFileOne[data-v-3663af6e] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-3663af6e] {
  position: relative;
  height: 1rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-3663af6e] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFileAudio[data-v-3663af6e] {
  width: 100%;
  margin-top: 14px;
  background: #fff;
  /*min-height: .7rem;*/
}
.personFile[data-v-3663af6e] {
  width: 100%;
  background: #fff;
  min-height: 1rem;
  padding: 0.2rem;
}
.imgFile[data-v-3663af6e] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-3663af6e]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-3663af6e],
.personFile span[data-v-3663af6e] {
  width: 1rem;
  height: 1rem;
  /*background: #eee;*/
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-3663af6e],
.personFile img[data-v-3663af6e] {
  width: 0.8rem;
  height: 0.8rem;
}
.personFile img[data-v-3663af6e] {
  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-0a249189] {
  color: #333 !important;
}
.colorGreen[data-v-0a249189] {
  color: green !important;
}
.colorYellow[data-v-0a249189] {
  color: #ffa500 !important;
}
.colorRed[data-v-0a249189] {
  color: red !important;
}
.typess[data-v-0a249189] {
  font-weight: bold;
  color: #25a4bb;
}
.paddBott[data-v-0a249189] {
  padding-bottom: 10px;
}
.imgFileOne[data-v-0a249189] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-0a249189] {
  position: relative;
  height: 1.2rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-0a249189] {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
}
.noListDisplay[data-v-0a249189] {
  display: none;
}
.noListBorder[data-v-0a249189] {
  border-bottom: 0 !important;
}
.imgFile[data-v-0a249189] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-0a249189]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
ul[data-v-0a249189] {
  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-0a249189] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-0a249189] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-0a249189] {
  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-0a249189] {
  width: 0.5rem;
}
ul li .title .mark[data-v-0a249189] {
  /*小圆点*/
  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-0a249189] {
  background: #95ce41 !important;
}
ul li .content[data-v-0a249189] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
[data-v-0a249189].content p img {
  width: 100%;
}
.title h3[data-v-0a249189] {
  font-weight: bold;
}
.title p[data-v-0a249189],
.title h3[data-v-0a249189] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-0a249189] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -7px;
  /*让线往上靠标题的一半的一半*/
  bottom: -20px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-0a249189] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-0a249189] {
  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-0a249189],
.personFile img[data-v-0a249189] {
  width: 0.8rem;
  height: 0.8rem;
}
.iconColor[data-v-0a249189] {
  color: rgb(157, 157, 157);
}
.btnLeft[data-v-0a249189] {
  margin-left: 0 !important;
}
.footer div[data-v-0a249189] {
  width: 100%;
}
.footer .mint-button--normal[data-v-0a249189] {
  flex: 1;
  width: 23%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-0a249189]:last-child {
  margin: 0 !important;
}
.detailsNav[data-v-0a249189] {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
[data-v-0a249189].detailsNav p img {
  width: 100%;
}
[data-v-0a249189] .htmlP p {
  line-height: 0.4rem;
}
.taskNavBorder[data-v-0a249189] {
  border-bottom: 1px solid #eee;
}
.footer[data-v-0a249189] {
  border-top: 1px solid #eee;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-0a249189] {
  width: 100%;
}
.taskIcon[data-v-0a249189] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskNav[data-v-0a249189] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 15px;
  padding: 0 10px;
}
.taskNavTitle[data-v-0a249189] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-0a249189] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-0a249189] {
  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-0cf72261] {
  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-0cf72261] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-0cf72261] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-0cf72261] {
  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-0cf72261]: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-0cf72261] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-0cf72261] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-0cf72261]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-0cf72261] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.footer[data-v-33e18e0a] {
  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-33e18e0a] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-33e18e0a] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-33e18e0a] {
  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-33e18e0a]: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-33e18e0a] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-33e18e0a] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-33e18e0a]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-33e18e0a] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.colorBuld[data-v-72d6e54c] {
  color: #333 !important;
}
.colorGreen[data-v-72d6e54c] {
  color: green !important;
}
.colorYellow[data-v-72d6e54c] {
  color: #ffa500 !important;
}
.colorRed[data-v-72d6e54c] {
  color: red !important;
}
.typess[data-v-72d6e54c] {
  font-weight: bold;
  color: #25a4bb;
}
.paddBott[data-v-72d6e54c] {
  padding-bottom: 10px;
}
.imgFileOne[data-v-72d6e54c] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-72d6e54c] {
  position: relative;
  height: 1.2rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-72d6e54c] {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
}
.noListDisplay[data-v-72d6e54c] {
  display: none;
}
.noListBorder[data-v-72d6e54c] {
  border-bottom: 0 !important;
}
.imgFile[data-v-72d6e54c] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-72d6e54c]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
ul[data-v-72d6e54c] {
  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-72d6e54c] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-72d6e54c] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-72d6e54c] {
  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-72d6e54c] {
  width: 0.5rem;
}
ul li .title .mark[data-v-72d6e54c] {
  /*小圆点*/
  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-72d6e54c] {
  background: #95ce41 !important;
}
ul li .content[data-v-72d6e54c] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-72d6e54c] {
  font-weight: bold;
}
.title p[data-v-72d6e54c],
.title h3[data-v-72d6e54c] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-72d6e54c] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -7px;
  /*让线往上靠标题的一半的一半*/
  bottom: -20px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-72d6e54c] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-72d6e54c] {
  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-72d6e54c],
.personFile img[data-v-72d6e54c] {
  width: 0.8rem;
  height: 0.8rem;
}
.iconColor[data-v-72d6e54c] {
  color: rgb(157, 157, 157);
}
.btnLeft[data-v-72d6e54c] {
  margin-left: 0 !important;
}
.footer div[data-v-72d6e54c] {
  width: 100%;
}
.footer .mint-button--normal[data-v-72d6e54c] {
  flex: 1;
  width: 23%;
  margin: 0 0.2rem;
  padding: 0 !important;
}
.footer .mint-button--normal[data-v-72d6e54c]:last-child {
  margin: 0 !important;
}
.detailsNav[data-v-72d6e54c] {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
.taskNavBorder[data-v-72d6e54c] {
  border-bottom: 1px solid #eee;
}
.footer[data-v-72d6e54c] {
  border-top: 1px solid #eee;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-72d6e54c] {
  width: 100%;
}
.taskIcon[data-v-72d6e54c] {
  vertical-align: middle;
  padding-right: 0.2rem;
  margin-top: -0.06rem;
}
.taskNav[data-v-72d6e54c] {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 15px;
  padding: 0 10px;
}
.taskNavTitle[data-v-72d6e54c] {
  flex: 1;
  text-align: left;
}
.taskNavTitleRight[data-v-72d6e54c] {
  flex: 1;
  text-align: right;
}
.taskParent[data-v-72d6e54c] {
  background: #fff;
  margin-bottom: 14px;
  padding: 0 0 0 0.2rem;
  border-bottom: 1px solid #eee;
}

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

.footer[data-v-0bfeede2] {
  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-0bfeede2] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-0bfeede2] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-0bfeede2] {
  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-0bfeede2]: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-0bfeede2] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-0bfeede2] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-0bfeede2]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-0bfeede2] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}






































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

/*.returnListSub {
		flex: 1;
		padding: 0!important;
	}*/
.audioList[data-v-8cd35e42] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.audioList img[data-v-8cd35e42] {
  width: 1rem;
}
.audioList span[data-v-8cd35e42] {
  display: inline-block;
  flex: 1;
}
.imgAudio[data-v-8cd35e42] {
  /*width: 1rem!important;*/
  /*height: .5rem;*/
}

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

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

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

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

.g-btns[data-v-4c4fb361] {
  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-4c4fb361] {
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-4c4fb361] {
  background: #ddd;
  color: #666;
}
.u-submit[data-v-4c4fb361] {
  background: #fc4949;
  color: #fff;
}
#canvasBox[data-v-4c4fb361] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-4c4fb361] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-4c4fb361] {
  cursor: pointer;
}
.greet button[data-v-4c4fb361]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-4c4fb361]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  width: 2.4rem;
}
canvas[data-v-4c4fb361] {
  flex: 1;
  cursor: crosshair;
}

.mint-popup[data-v-1d6cec20] {
  z-index: 999999 !important;
}
.fontColor[data-v-1d6cec20] {
  font-size: 0.34rem;
  padding: 0.2rem 0;
  color: #555555;
  font-weight: bold;
}
.noWorkLiParentTwo[data-v-1d6cec20] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  background: #f6f9ff;
  padding: 0 0.2rem;
}
.noWorkLiParent[data-v-1d6cec20] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  background: #f6f9ff;
  border-bottom: 1px solid #fff;
}
.noWorkLiParent span[data-v-1d6cec20]:nth-child(1) {
  flex: 1;
  overflow: hidden;
}
.noWorkLiParent span[data-v-1d6cec20]:nth-child(2) {
  flex: 1;
  text-align: right;
  overflow: hidden;
}
.tableTitleImg[data-v-1d6cec20] {
  width: 0.24rem;
}
.DepartmentalSatisfactionListOne[data-v-1d6cec20] {
  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-1d6cec20]:nth-child(1) {
  overflow: hidden;
}
.DepartmentalSatisfactionList[data-v-1d6cec20] {
  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-1d6cec20]:nth-child(1) {
  flex: 3;
}
.DepartmentalSatisfactionList span[data-v-1d6cec20]:nth-child(2) {
  flex: 3;
}
.DepartmentalSatisfactionList span[data-v-1d6cec20]:nth-child(3) {
  flex: 2;
}
.DepartmentalSatisfactionList span[data-v-1d6cec20]:nth-child(4) {
  flex: 2;
}
.DepartmentalSatisfactionMarginBottom[data-v-1d6cec20] {
  margin-bottom: 8px;
}
.DepartmentalSatisfaction[data-v-1d6cec20] {
  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-1d6cec20]:nth-child(1) {
  flex: 1;
}
.DepartmentalSatisfaction span[data-v-1d6cec20]:nth-child(2) {
  flex: 2;
  text-align: center;
}
.DepartmentalSatisfaction span[data-v-1d6cec20]:nth-child(3) {
  flex: 1;
}
.SatisfactionTitleFour[data-v-1d6cec20] {
  display: flex;
  font-size: 0.24rem;
  padding: 0 0.2rem 0.32rem 0.2rem;
  color: #8a8a8a;
}
.SatisfactionTitleFour img[data-v-1d6cec20] {
  width: 0.36rem;
  padding-right: 0.1rem;
}
.SatisfactionTitleFour div[data-v-1d6cec20] {
  flex: 1;
  text-align: center;
}
.SatisfactionTitleThree[data-v-1d6cec20] {
  display: flex;
  padding-bottom: 0.26rem;
  font-size: 0.42rem;
  padding: 0.2rem;
}
.SatisfactionTitleThree div[data-v-1d6cec20]:nth-child(1) {
  flex: 1;
  text-align: center;
  color: #f7870d;
}
.SatisfactionTitleThree div[data-v-1d6cec20]:nth-child(2) {
  flex: 1;
  text-align: center;
  color: #f7a245;
}
.SatisfactionTitleThree div[data-v-1d6cec20]:nth-child(3) {
  flex: 1;
  text-align: center;
  color: #f6ba79;
}
.SatisfactionTitleThree div[data-v-1d6cec20]:nth-child(4) {
  flex: 1;
  text-align: center;
  color: #ed5565;
}
.SatisfactionTitleTwo[data-v-1d6cec20] {
  display: flex;
  justify-content: center;
  padding: 0.2rem;
}
.SatisfactionTitleTwo span[data-v-1d6cec20]:nth-child(1) {
  font-size: 0.8rem;
  color: #1ab394;
}
.SatisfactionTitleTwo span[data-v-1d6cec20]:nth-child(2) {
  margin-top: 0.4rem;
}
.SatisfactionTitleTwo span[data-v-1d6cec20]:nth-child(3) {
  margin-top: 0.4rem;
  font-size: 0.3rem;
}
.SatisfactionTitle[data-v-1d6cec20] {
  padding: 0.2rem;
  display: flex;
  font-size: 0.24rem;
  color: #999999;
}
.SatisfactionTitle span[data-v-1d6cec20]:nth-child(1) {
  flex: 1;
  text-align: left;
}
.SatisfactionTitle span[data-v-1d6cec20]:nth-child(2) {
  flex: 1;
  text-align: right;
}
.riliSelect[data-v-1d6cec20] {
  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-1d6cec20] {
  flex: 1;
  border-radius: 0.06rem;
  background: #fff;
}
.riliSelect div[data-v-1d6cec20]:nth-child(2) {
  margin-left: 10px;
}
.navTab[data-v-1d6cec20] {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
.navTab[data-v-1d6cec20] {
  display: flex;
}
.textGreen[data-v-1d6cec20] {
  color: #ed5565;
  font-size: 12px;
}
.textYellow[data-v-1d6cec20] {
  color: #1ab394;
  font-size: 12px;
}
.navTabChild[data-v-1d6cec20] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.32rem;
  text-align: center;
}
.navTabRight[data-v-1d6cec20] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-1d6cec20] {
  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-1d6cec20] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.LineSelection[data-v-1d6cec20] {
  background: #e4e7ed !important;
}
.circle[data-v-1d6cec20] {
  border-radius: 50%;
  overflow: hidden;
  width: 25px !important;
  height: 25px !important;
  margin-top: 7px;
  background: #f6ba79;
}
.circle p[data-v-1d6cec20] {
  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-2e1a39cb] {
  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-025e82d0] {
}
#container[data-v-025e82d0] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.voice-box[data-v-025e82d0] {
  padding: 0 0.2rem;
}
.audioParment[data-v-025e82d0] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-025e82d0] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-025e82d0] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-025e82d0] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-025e82d0] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-025e82d0] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-025e82d0] {
  width: 100% !important;
}
.footer[data-v-025e82d0] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-025e82d0] {
  width: 100%;
}
.footer .mint-button--normal[data-v-025e82d0] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
}
ul[data-v-025e82d0] {
  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-025e82d0] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-025e82d0] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-025e82d0] {
  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-025e82d0] {
  width: 0.5rem;
}
ul li .title .mark[data-v-025e82d0] {
  /*小圆点*/
  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-025e82d0] {
  background: #95ce41 !important;
}
ul li .content[data-v-025e82d0] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-025e82d0] {
  font-weight: bold;
}
.title p[data-v-025e82d0],
.title h3[data-v-025e82d0] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-025e82d0] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-025e82d0] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-025e82d0] {
  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-025e82d0] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-025e82d0]:nth-child(1) {
  display: inline-block;
  flex: 4;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-025e82d0]: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-025e82d0] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-025e82d0] {
  background: #fff;
}
.audio-left img[data-v-025e82d0] {
  background: #fff;
}
.header[data-v-025e82d0] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-025e82d0] {
  background: #1ab394;
}
.btnLeft[data-v-025e82d0] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-025e82d0] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-025e82d0] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-025e82d0] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-025e82d0] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-025e82d0] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-025e82d0] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-025e82d0] {
  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-0e2fa137] {
  text-align: center;
  background: #9c9c9c;
  color: #0b0b0b;
  height: 4.2rem;
  padding: 0 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
#callReminder p[data-v-0e2fa137] {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.32rem;
  word-break: break-all;
}

.myPeriod[data-v-86cf8f38]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-86cf8f38]{
  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-86cf8f38]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-86cf8f38],.myPeriod .periodContent .unFinished[data-v-86cf8f38]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-86cf8f38]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-86cf8f38]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-86cf8f38]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-86cf8f38]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-86cf8f38]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-86cf8f38]{
  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-86cf8f38]{
  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-86cf8f38]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.mint-checkbox-input:checked + .mint-checkbox-core[data-v-86cf8f38] {
  background: #1ab394;
  border-color: #999;
}
.mint-ids-label[data-v-86cf8f38] {
  position: absolute;
  top: 12px;
  padding: 0;
  left: 0.2rem;
  width: 0.52rem;
  height: 0.52rem;
}
.content-checkbox[data-v-86cf8f38] {
  padding: 0px 0.3rem 0px 0.6rem;
}
.mint-checkbox-core[data-v-86cf8f38] {
  border-radius: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.mint-checkbox-core[data-v-86cf8f38]::after {
  top: 2px;
  left: 6px;
  border: 1.5px solid transparent;
  border-left: 0;
  border-top: 0;
}
.executor[data-v-86cf8f38] {
  color: #999;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  line-height: 0.4rem;
}
.executor-span[data-v-86cf8f38] {
  margin-left: 0.2rem;
  font-weight: 500;
}
.abnormalNum[data-v-86cf8f38] {
  margin-left: 0.2rem;
  color: #ed5565;
  font-weight: 500;
}
.addIcon[data-v-86cf8f38] {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
}
.addIcon img[data-v-86cf8f38] {
  height: 0.9rem;
  width: 0.9rem;
}
.navTab[data-v-86cf8f38] {
  position: relative;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
  display: flex;
  box-shadow: 0 0px 6px 1px #eee;
}
.navTabChild[data-v-86cf8f38] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.childBox[data-v-86cf8f38] {
  position: relative;
}
.navTabRight[data-v-86cf8f38] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  /*border-right: 1px solid #f1f1f1;*/
}
.menubg[data-v-86cf8f38] {
  position: absolute;
  color: #1ab394;
  height: 40px;
  z-index: 5;
  width: 25%;
  transition: all 0.4s;
  border-bottom: 2px solid #1ab394;
}
.active[data-v-86cf8f38] {
  color: #1ab394;
  transition: border-bottom 2s;
}
.imgNoData[data-v-86cf8f38] {
  width: 30%;
  position: absolute;
  left: 35%;
  top: 40%;
}
.footer[data-v-86cf8f38] {
  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-86cf8f38] {
  float: left;
  padding: 0;
  line-height: 0.7rem;
}
.butSub[data-v-86cf8f38] {
  float: right;
}
.butSub .returnListSub[data-v-86cf8f38] {
  width: 1.74rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  float: left;
}
.butSub .returnListSub[data-v-86cf8f38]:first-child {
  border: 0.01rem solid #1ab394;
  color: #1ab394;
  border-radius: 0.1rem 0 0 0.1rem;
}
.butSub .returnListSub[data-v-86cf8f38]: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-90d7f58c]{
  width: 100%;
  /*border: .01rem solid #ddd;*/
}
.top[data-v-90d7f58c]{
  width: 100%;
  display: flex;
  /*border-bottom: .01rem solid #ddd;*/
  padding-bottom: .2rem;
  margin-top: .8rem;
}
.top_date[data-v-90d7f58c]{
  width: 100%;
  text-align: center;
  line-height: .8rem;
  font-size: .36rem;
  font-weight: 500;
}
.iconP[data-v-90d7f58c]{
  width: .8rem;
  text-align: center;
}
.icon[data-v-90d7f58c]{
  width: .4rem;
  height: .4rem;
  margin-top: .2rem;
}
.btn_wrap[data-v-90d7f58c]{
  flex: 1;
  text-align: right
}
.btn_wrap ul[data-v-90d7f58c]{
  display: flex;
  flex-direction: row-reverse
}
.btn_wrap ul li[data-v-90d7f58c]{
  padding: .1rem .2rem;
  /*border: .01rem solid #ddd;*/
  font-size: .14rem;
  line-height: .2rem;
  cursor: pointer
}
.btn_wrap ul li[data-v-90d7f58c]:first-child{
  border-left: none;
}
.btn_wrap ul li[data-v-90d7f58c]:last-child{
  border-right: none;
}
.date_wrap[data-v-90d7f58c]{
  position: relative;
}
.week[data-v-90d7f58c]{
  display: flex;
  justify-content: space-around;
}
.week li[data-v-90d7f58c]{
  flex: 1;
  text-align: center;
  font-size: .28rem;
  font-weight: 500;
  line-height: .8rem;
  color: #666;
}
.day[data-v-90d7f58c]{
  display: flex;
  flex-direction: row;
  font-size: .36rem;
  flex-wrap: wrap;
  font-weight: 400;
  margin-top: .1rem;
}
.day li[data-v-90d7f58c]{
  width: calc(100% / 7);
  text-align: center;
  box-sizing: border-box;
  line-height: .36rem;
  margin-bottom: .4rem;
  padding-top: .1rem;
}
.liContent[data-v-90d7f58c]{
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
  padding-top: .1rem;
  box-sizing: border-box;
}
.solar[data-v-90d7f58c]{
  font-size: .36rem;
  font-weight: 400;
  line-height: .36rem;
}
.oneDay .lunar[data-v-90d7f58c]{
  font-size: .2rem;
  font-weight: 400;
  color: #999;
  line-height: .24rem;
}
.preDay[data-v-90d7f58c]{
  color: #b5b5b5;
  visibility: hidden;
}
.preDay .lunar[data-v-90d7f58c]{
  color: #b5b5b5;
}
.thisDay[data-v-90d7f58c]{
  background: #1AB394;
  color: #fff !important;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: .1rem;
  box-sizing: border-box;
}
.oneDay[data-v-90d7f58c] {
  position: relative;
}
.dot[data-v-90d7f58c]{
  position: absolute;
  width: .12rem;
  height: .12rem;
  border-radius: 50%;
  background: #ed5565;
  bottom: -.16rem;
  left: 50%;
  margin-left: -.06rem;
}
.thisDay .lunar[data-v-90d7f58c]{
  color: #fff !important;
}
.day li[data-v-90d7f58c]:nth-child(n+8){
  /*border-top:none;*/
}
.day li[data-v-90d7f58c]:nth-child(n+1){
  /*border-right: none;*/
}
.day li[data-v-90d7f58c]:nth-child(7n){
  /*border-right: .01rem solid #ddd*/
}
.header[data-v-90d7f58c]{
  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-7861ece0] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodCheck .header[data-v-7861ece0] {
  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-7861ece0] {
  padding: 0.2rem;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.periodCheck .paddingD .whiteBox[data-v-7861ece0] {
  background: #fff;
  border-radius: 0.1rem;
}
.periodCheck .paddingD .whiteBox .itemline[data-v-7861ece0] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItem[data-v-7861ece0] {
  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-7861ece0] {
  color: #666;
  /*text-align: right;*/
}
.periodCheck .paddingD .whiteBox .formItem .lableC[data-v-7861ece0] {
  flex: 1;
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-7861ece0] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItem .lableC input[data-v-7861ece0]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo[data-v-7861ece0] {
  display: inline-block;
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo span[data-v-7861ece0] {
  width: 100%;
  display: block;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon[data-v-7861ece0] {
  display: flex;
  justify-content: space-between;
}
.periodCheck .paddingD .whiteBox .formItemNo .labelIcon img[data-v-7861ece0] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF[data-v-7861ece0] {
  color: #333;
  font-size: 0.34rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-7861ece0] {
  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-7861ece0]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-7861ece0] {
  width: 100%;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF input[data-v-7861ece0]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-7861ece0] {
  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-7861ece0] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-7861ece0] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn[data-v-7861ece0] {
  display: flex;
  margin-top: 0.26rem;
}
.periodCheck .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-7861ece0] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .whiteBox .formTypeName[data-v-7861ece0] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodCheck .paddingD .marginD[data-v-7861ece0] {
  margin: 0.2rem 0;
}
.periodCheck .paddingD .marginD .centerDel[data-v-7861ece0] {
  padding: 0.25rem 0.3rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dddddd;
}
.periodCheck .paddingD .marginD .centerDel .formItem[data-v-7861ece0] {
  padding: 0;
  flex: 1;
  border: none;
}
.periodCheck .paddingD .marginD .centerDel .deleteImg[data-v-7861ece0] {
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.16rem;
}
.periodCheck .paddingD .marginD input[type="checkbox"][data-v-7861ece0],
.periodCheck .paddingD .marginD input[type="radio"][data-v-7861ece0] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.periodCheck .paddingD .marginD .noBgInput[data-v-7861ece0] {
  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-7861ece0] {
  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-7861ece0] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodCheck .paddingD .marginD .formItem[data-v-7861ece0] {
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.periodCheck .paddingD .marginD .formItem .addPeriodAbnormal[data-v-7861ece0] {
  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-7861ece0]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodCheck .paddingD .marginD .radioLabel[data-v-7861ece0] {
  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-7861ece0] {
  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-7861ece0] {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.periodCheck .paddingD .marginD .radioList .radioListItem[data-v-7861ece0] {
  margin-right: 0.4rem;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD span[data-v-7861ece0] {
  vertical-align: middle;
}
.periodCheck .paddingD .marginD .radioList .radioListItem .radioD .fa-icon[data-v-7861ece0] {
  vertical-align: middle;
}
.periodCheck .paddingD .cameraImg[data-v-7861ece0],
.periodCheck .paddingD .scanImg[data-v-7861ece0] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
  margin-right: 0.3rem;
}
.periodCheck .paddingD .formTitle[data-v-7861ece0] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0;
  line-height: 0.45rem;
}
.periodCheck .paddingD .addPeriod[data-v-7861ece0] {
  width: 0.44rem;
  height: 0.44rem;
  float: right;
}
.periodCheck .footerBtn[data-v-7861ece0] {
  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-7861ece0] {
  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-05bbd0ef] {
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}
.periodDetail .header[data-v-05bbd0ef] {
  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-05bbd0ef] {
  padding: 0 0.2rem;
  margin-top: 1rem;
}
.periodDetail .paddingD .whiteBox[data-v-05bbd0ef] {
  background: #fff;
  margin-top: 0.2rem;
  border-radius: 0.16rem;
}
.periodDetail .paddingD .whiteBox .formItemTop[data-v-05bbd0ef] {
  padding: 0.06rem 0.3rem;
  display: flex;
}
.periodDetail .paddingD .whiteBox .formItem[data-v-05bbd0ef] {
  padding: 0.18rem 0.3rem;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItem .lableT[data-v-05bbd0ef] {
  color: #666;
  line-height: 0.48rem;
  /*width: 1.6rem;*/
  display: inline-block;
  /*text-align: right;*/
}
.periodDetail .paddingD .whiteBox .formItem .lableC[data-v-05bbd0ef] {
  color: #333;
  line-height: 0.48rem;
  flex: 1;
  /*font-size: .34rem;*/
}
.periodDetail .paddingD .whiteBox .formItem .tabSpan[data-v-05bbd0ef] {
  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-05bbd0ef] {
  flex: 1;
}
.periodDetail .paddingD .whiteBox .formItemNo[data-v-05bbd0ef] {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.periodDetail .paddingD .whiteBox .formItemNo span[data-v-05bbd0ef] {
  width: 100%;
  display: block;
}
.periodDetail .paddingD .whiteBox .formItemNo .labelIcon[data-v-05bbd0ef] {
  display: flex;
  justify-content: space-between;
}
.periodDetail .paddingD .whiteBox .formItemNo .labelIcon img[data-v-05bbd0ef] {
  width: 0.44rem;
  height: 0.44rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF[data-v-05bbd0ef] {
  color: #333;
  font-size: 0.34rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-05bbd0ef] {
  height: 1rem;
  width: 100%;
  padding: 0.1rem 0;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF textarea[data-v-05bbd0ef]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF input[data-v-05bbd0ef] {
  width: 100%;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF input[data-v-05bbd0ef]::placeholder {
  color: #cccccc;
  font-size: 0.32rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF .imgBox[data-v-05bbd0ef] {
  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-05bbd0ef] {
  width: 1.4rem;
  height: 1.65rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableCF .imgBox .delTag[data-v-05bbd0ef] {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableBtn[data-v-05bbd0ef] {
  display: flex;
  margin-top: 0.26rem;
}
.periodDetail .paddingD .whiteBox .formItemNo .lableBtn .deleteImg[data-v-05bbd0ef] {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.13rem;
  margin-left: 0.16rem;
}
.periodDetail .paddingD .whiteBox .formTypeName[data-v-05bbd0ef] {
  padding: 0.25rem 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
  text-align: left;
}
.periodDetail .paddingD .whiteBox .noBgInput[data-v-05bbd0ef] {
  color: #cccccc;
  font-size: 0.32rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
}
.periodDetail .paddingD .whiteBox .bgInput[data-v-05bbd0ef] {
  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-05bbd0ef] {
  float: right;
  margin-right: 0.1rem;
  height: 0.64rem;
}
.periodDetail .paddingD .formTitle[data-v-05bbd0ef] {
  color: #b5b5b5;
  font-size: 0.32rem;
  margin: 0.1rem 0;
  line-height: 0.45rem;
}
.periodDetail .footerBtn[data-v-05bbd0ef] {
  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-05bbd0ef] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.periodPeople[data-v-cbb138b6] {
  width: 100%;
  min-height: 100%;
  background: #F5F5F5;
}
.periodPeople .header[data-v-cbb138b6] {
  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-cbb138b6] {
  margin: 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.16rem;
}
.periodPeople .whiteBox .itemline[data-v-cbb138b6] {
  height: 0.01rem;
  background: #DDDDDD;
  width: 100%;
  display: block;
}
.periodPeople .whiteBox .title[data-v-cbb138b6] {
  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-cbb138b6] {
  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-cbb138b6] {
  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-cbb138b6] {
  display: flex;
  align-items: center;
}
.periodPeople .whiteBox .list .warp img[data-v-cbb138b6] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}
.periodPeople .whiteBox .list .warp .name[data-v-cbb138b6] {
  margin-left: 0.2rem;
}
.periodPeople .whiteBox .list .warp .headerIcon[data-v-cbb138b6] {
  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-cbb138b6] {
  margin: 0.15rem;
  width: 0.58rem;
  height: 0.58rem;
}
.periodPeople .footerBtn[data-v-cbb138b6] {
  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-cbb138b6] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.periodDetail[data-v-2ec20738] {
  width: 100%;
  min-height: 100%;
  background: #F5F5F5;
}
.periodDetail .header[data-v-2ec20738] {
  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-2ec20738] {
  padding: 0 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.periodDetail .paddingD textarea[data-v-2ec20738] {
  min-height: 2rem;
  width: 100%;
  padding: 0.1rem 0;
  border-radius: 0.1rem;
}
.periodDetail .paddingD textarea[data-v-2ec20738]::placeholder {
  color: #CCCCCC;
  font-size: 0.32rem;
}
.periodDetail .footerBtn[data-v-2ec20738] {
  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-2ec20738] {
  flex: 1;
  color: #fff;
  margin: 0.2rem 0.15rem;
  /*height: 1rem;*/
}

.myPeriod[data-v-ef0921b4]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-ef0921b4]{
  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-ef0921b4]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-ef0921b4],.myPeriod .periodContent .unFinished[data-v-ef0921b4]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-ef0921b4]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-ef0921b4]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-ef0921b4]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-ef0921b4]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-ef0921b4]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-ef0921b4]{
  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-ef0921b4]{
  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-ef0921b4]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.myPeriod[data-v-2f01920a]{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
}
.myPeriod .header[data-v-2f01920a]{
  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-2f01920a]{
  height: calc(100% - 2.7rem);
}
.myPeriod .periodContent .unReview[data-v-2f01920a],.myPeriod .periodContent .unFinished[data-v-2f01920a]{
  background: #ed5565;
}
.myPeriod .periodContent .tag[data-v-2f01920a]{
  position: absolute;
  top: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
  left: 0.2rem;
  border-radius: 50%;
}
.myPeriod .periodContent .periodList[data-v-2f01920a]{
  padding: 0 .2rem;
  height: calc(100% - 2rem);
  overflow: auto;
}
.myPeriod .periodContent .periodList .itemBox[data-v-2f01920a]{
  margin-top: .3rem;
  padding: .2rem .3rem;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: .16rem;
}
.myPeriod .periodContent .periodList .itemBox .title[data-v-2f01920a]{
  font-size: .34rem;
  color: #333;
  line-height: .48rem;
  display: flex;
  /*justify-content: space-between;*/
}
.myPeriod .periodContent .periodList .itemBox .title .titleC[data-v-2f01920a]{
  /*flex: 1;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myPeriod .periodContent .periodList .itemBox .title .timeOutTag[data-v-2f01920a]{
  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-2f01920a]{
  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-2f01920a]{
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  /*margin-top: .14rem;*/
}

.whiteBox[data-v-2f01920a] {
  margin: 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.16rem;
}
.whiteBox .itemline[data-v-2f01920a] {
  height: 0.01rem;
  background: #dddddd;
  width: 100%;
  display: block;
}
.whiteBox .title[data-v-2f01920a] {
  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-2f01920a] {
  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-2f01920a] {
  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-2f01920a] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1.2rem;
}
.whiteBox .list .warp .userContentR[data-v-2f01920a] {
  margin-left: 0.2rem;
  /*margin-right: .4rem;*/
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.whiteBox .list .warp .userContentR p[data-v-2f01920a] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.whiteBox .list .warp .userContentR p span[data-v-2f01920a] {
  line-height: 0.6rem;
}
.whiteBox .list .warp .userContentR p[data-v-2f01920a]:nth-child(2) {
  align-items: flex-end;
}
.whiteBox .list .warp img[data-v-2f01920a] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
}
.whiteBox .list .warp .name[data-v-2f01920a] {
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.whiteBox .list .warp .headerIcon[data-v-2f01920a] {
  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-2f01920a] {
  margin: 0.15rem;
  width: 0.58rem;
  height: 0.58rem;
}

.periodInput[data-v-7184628c] {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
.periodInput .header[data-v-7184628c] {
  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-7184628c] {
  padding: 0.2rem;
  margin-top: 0.8rem;
}
.periodInput .paddingD .whiteBox[data-v-7184628c] {
  border-radius: 0.1rem;
  display: flex;
}
.periodInput .paddingD .whiteBox .md-field[data-v-7184628c] {
  flex: 1;
}
.periodInput .paddingD .whiteBox .btn[data-v-7184628c] {
  background: #1ab394;
  color: #ffffff;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  height: 0.6rem;
  margin-top: 0.4rem;
}
.periodInput .footSao[data-v-7184628c] {
  padding: 0 0.44rem;
}
.periodInput .footSao img[data-v-7184628c] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.periodInput .footSao div[data-v-7184628c] {
  width: 100%;
  height: 1.86rem;
  border: 1px dashed #dcdcdc;
  font-size: 0.26rem;
  color: #555555;
  text-align: center;
  line-height: 1.86rem;
}

.md-popup .telList[data-v-62620c11] {
  width: 100%;
  min-height: 3rem;
  max-height: 5rem;
  background-color: #ffffff;
}
.md-popup .telList ul[data-v-62620c11] {
  padding: 0;
  width: 100%;
}
.md-popup .telList ul li[data-v-62620c11] {
  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-62620c11] {
  width: 0.3rem;
  margin-right: 0.3rem;
}
.botButton-submittui[data-v-62620c11] {
  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-62620c11] {
  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-62620c11] {
  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-62620c11] {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
.audioParment[data-v-62620c11] {
  padding: 0 0.2rem;
  margin-top: 10px;
}
.audioChildParment[data-v-62620c11] {
  background: #fff;
  padding-bottom: 0.2rem;
}
.audioStart[data-v-62620c11] {
  font-size: 0.3rem;
  color: #9d9d9d;
}
.shouli[data-v-62620c11] {
  margin-left: 0.04rem;
}
.audioBorder[data-v-62620c11] {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 0.9rem;
  line-height: 0.9rem;
}
.tonghua[data-v-62620c11] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  background: #fff;
  font-weight: bold;
}
.btnLeftWidth[data-v-62620c11] {
  width: 100% !important;
}
.footer[data-v-62620c11] {
  border-top: 1px solid #eee;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 8;
  /* display: flex; */
}
.footer div[data-v-62620c11] {
  width: 99%;
}
.footer .mint-button--normal[data-v-62620c11] {
  flex: 1;
  /* width: 23%; */
  padding: 0 !important;
}
ul[data-v-62620c11] {
  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-62620c11] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-62620c11] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-62620c11] {
  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-62620c11] {
  width: 0.5rem;
}
ul li .title .mark[data-v-62620c11] {
  /*小圆点*/
  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-62620c11] {
  background: #95ce41 !important;
}
ul li .content[data-v-62620c11] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-62620c11] {
  font-weight: bold;
}
.title p[data-v-62620c11],
.title h3[data-v-62620c11] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-62620c11] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-62620c11] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-62620c11] {
  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-62620c11] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-62620c11]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-62620c11]: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-62620c11] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-62620c11] {
  background: #fff;
}
.audio-left img[data-v-62620c11] {
  background: #fff;
}
.header[data-v-62620c11] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-62620c11] {
  background: #1ab394;
}
.btnLeft[data-v-62620c11] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-62620c11] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-62620c11] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-62620c11] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-62620c11] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-62620c11] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-62620c11] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-62620c11] {
  display: none;
}

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

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

.qSearch[data-v-55d5851f] {
  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-55d5851f] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F4F4F4;
}
.search-box input[data-v-55d5851f] {
  outline: 0;
  border: 0;
  background: #F4F4F4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-55d5851f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-55d5851f] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

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

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

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

.border-top-1px[data-v-164927a2] {
  position: relative;
}
.border-top-1px[data-v-164927a2]: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-164927a2] {
  position: relative;
}
.border-bottom-1px[data-v-164927a2]: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-164927a2] {
  position: relative;
}
.border-left-1px[data-v-164927a2]: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-164927a2] {
  position: relative;
}
.border-1px[data-v-164927a2]: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-164927a2]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-164927a2]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-164927a2]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-164927a2]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-164927a2]: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-164927a2]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-164927a2]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-164927a2]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-164927a2]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-164927a2]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qTitle[data-v-164927a2] {
  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-164927a2] {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
}
.qTitle .icon[data-v-164927a2] {
  width: 0.04rem;
  height: 0.2rem;
  background: #1ab394;
  border-radius: 0.02rem;
  margin-right: 0.11rem;
}
.qTitle .text[data-v-164927a2] {
  padding-top: 0.05rem;
}
.arrow[data-v-164927a2] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.arrow-active[data-v-164927a2] {
  justify-content: flex-start;
  transition: all 0.3s linear;
  transform: rotate(-180deg);
  transform-origin: center;
}

.header_t[data-v-a49f0912] {
  height: 0.8rem;
  width: 100%;
  background: #1AB394;
  color: #fff;
  display: flex;
  align-items: center;
}
.header_t .headerTitle[data-v-a49f0912] {
  flex: 1;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.8rem;
}
.header_t img[data-v-a49f0912] {
  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-45b1a6b0] {
  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-45b1a6b0] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-45b1a6b0] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-45b1a6b0] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox1[data-v-45b1a6b0] {
  display: flex;
  background: #fff;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-45b1a6b0] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-45b1a6b0],
.greetAssets a[data-v-45b1a6b0] {
  cursor: pointer;
}
.greetAssets[data-v-45b1a6b0] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greetAssets button[data-v-45b1a6b0]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greetAssets button[data-v-45b1a6b0]:nth-child(2) {
  border-radius: 2rem;
  background: #fc4949;
  color: #fff;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-45b1a6b0]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-45b1a6b0]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  width: 2.4rem;
}
canvas[data-v-45b1a6b0] {
  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-3ebbda1f] {
  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-3ebbda1f] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F4F4F4;
}
.search-box input[data-v-3ebbda1f] {
  outline: 0;
  border: 0;
  background: #F4F4F4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-3ebbda1f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-3ebbda1f] {
  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;
}

.demo-bg-center[data-v-4c098c13] {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.demo-info[data-v-4c098c13] {
  width: 100%;
  height: 4rem;
  color: black;
}
.demo-btn[data-v-4c098c13] {
  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-05dedeb2],
#worksummary-box2[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .BotButton[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .button-textend[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .button-text[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .confirm-box[data-v-05dedeb2] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#worksummary-box button[data-v-05dedeb2],
#worksummary-box2 button[data-v-05dedeb2] {
  margin: 0;
  outline: none;
}
#worksummary-box .menubg[data-v-05dedeb2],
#worksummary-box2 .menubg[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .botButton-submit[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .shenpiren-box[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-05dedeb2] {
  fill: #1ab394 !important;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-05dedeb2],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-05dedeb2] {
  color: #1ab394 !important;
}
#worksummary-box .yitijiao-box[data-v-05dedeb2],
#worksummary-box2 .yitijiao-box[data-v-05dedeb2] {
  background: #fff;
}
#worksummary-box .yitijiao-box .yitijiao-list[data-v-05dedeb2],
#worksummary-box2 .yitijiao-box .yitijiao-list[data-v-05dedeb2] {
  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-05dedeb2]:nth-child(1),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-05dedeb2]:nth-child(1) {
  flex: 2;
  text-align: left;
  color: #333333;
  font-size: 0.32rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-05dedeb2]:nth-child(2),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-05dedeb2]:nth-child(2) {
  flex: 3;
  text-align: right;
  color: #999999;
  font-size: 0.28rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-05dedeb2]:nth-child(3),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-05dedeb2]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-05dedeb2],
#worksummary-box2 .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-05dedeb2] {
  width: 0.4rem;
  margin-right: 0.2rem;
}
#worksummary-box .shenpiren-item[data-v-05dedeb2],
#worksummary-box2 .shenpiren-item[data-v-05dedeb2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.15rem;
  margin-bottom: 0.22rem;
}
#worksummary-box .headImgUrl[data-v-05dedeb2],
#worksummary-box2 .headImgUrl[data-v-05dedeb2] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#worksummary-box .shenpiren-avatar[data-v-05dedeb2],
#worksummary-box2 .shenpiren-avatar[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .md-drop-menu[data-v-05dedeb2] {
  position: relative;
}
#worksummary-box .navTab[data-v-05dedeb2],
#worksummary-box2 .navTab[data-v-05dedeb2] {
  margin-top: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
#worksummary-box .mint-header[data-v-05dedeb2],
#worksummary-box2 .mint-header[data-v-05dedeb2] {
  background: #1ab394;
}
#worksummary-box .navTab[data-v-05dedeb2],
#worksummary-box2 .navTab[data-v-05dedeb2] {
  display: flex;
}
#worksummary-box .navTabChild[data-v-05dedeb2],
#worksummary-box2 .navTabChild[data-v-05dedeb2] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#worksummary-box .navTabRight[data-v-05dedeb2],
#worksummary-box2 .navTabRight[data-v-05dedeb2] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
}
#worksummary-box .box-itemtwo[data-v-05dedeb2],
#worksummary-box2 .box-itemtwo[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .box-itemtwo > div[data-v-05dedeb2] {
  height: 100%;
}
#worksummary-box .box-itemtwo > div[data-v-05dedeb2]:nth-child(3),
#worksummary-box2 .box-itemtwo > div[data-v-05dedeb2]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .box-itemtwo > div[data-v-05dedeb2]:nth-child(2),
#worksummary-box2 .box-itemtwo > div[data-v-05dedeb2]:nth-child(2) {
  margin-left: 0.2rem;
  color: #323333;
  font-size: 0.32rem;
}
#worksummary-box .box-itemtwo > div[data-v-05dedeb2]:nth-child(1),
#worksummary-box2 .box-itemtwo > div[data-v-05dedeb2]: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-05dedeb2],
#worksummary-box2 .zhiban-title[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-title-banner[data-v-05dedeb2] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-title-foot[data-v-05dedeb2],
#worksummary-box2 .zhiban-title-foot[data-v-05dedeb2] {
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-week-box[data-v-05dedeb2],
#worksummary-box2 .zhiban-week-box[data-v-05dedeb2] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
#worksummary-box .zhiban-week-box .zhiban-week[data-v-05dedeb2],
#worksummary-box2 .zhiban-week-box .zhiban-week[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box[data-v-05dedeb2] {
  width: 7rem;
  margin: 0 auto;
  height: 0.91rem;
  overflow: hidden;
}
#worksummary-box .zhiban-day-box .zhiban-day[data-v-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .no-day-nowork[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .day-nowork[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day[data-v-05dedeb2] {
  color: #fff !important;
  background: #3BD7DA;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .nongli[data-v-05dedeb2] {
  color: #fff !important;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .date[data-v-05dedeb2],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .date[data-v-05dedeb2] {
  color: #fff !important;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-05dedeb2],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box[data-v-05dedeb2] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-05dedeb2],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-05dedeb2] {
  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-05dedeb2],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .now-day[data-v-05dedeb2] {
  color: #3BD7DA;
}
#worksummary-box .md-swiper-item[data-v-05dedeb2],
#worksummary-box2 .md-swiper-item[data-v-05dedeb2] {
  width: 100%!important;
}

#worksummary-box[data-v-03305278],
#worksummary-box2[data-v-03305278] {
  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-03305278],
#worksummary-box2 .BotButton[data-v-03305278] {
  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-03305278],
#worksummary-box2 .button-textend[data-v-03305278] {
  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-03305278],
#worksummary-box2 .button-text[data-v-03305278] {
  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-03305278],
#worksummary-box2 .confirm-box[data-v-03305278] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#worksummary-box button[data-v-03305278],
#worksummary-box2 button[data-v-03305278] {
  margin: 0;
  outline: none;
}
#worksummary-box .menubg[data-v-03305278],
#worksummary-box2 .menubg[data-v-03305278] {
  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-03305278],
#worksummary-box2 .botButton-submit[data-v-03305278] {
  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-03305278],
#worksummary-box2 .shenpiren-box[data-v-03305278] {
  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-03305278],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item .md-icon[data-v-03305278] {
  fill: #1ab394 !important;
}
#worksummary-box .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-03305278],
#worksummary-box2 .md-radio .md-field .md-field-item.md-radio-item.selected[data-v-03305278] {
  color: #1ab394 !important;
}
#worksummary-box .yitijiao-box[data-v-03305278],
#worksummary-box2 .yitijiao-box[data-v-03305278] {
  background: #fff;
}
#worksummary-box .yitijiao-box .yitijiao-list[data-v-03305278],
#worksummary-box2 .yitijiao-box .yitijiao-list[data-v-03305278] {
  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-03305278]:nth-child(1),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-03305278]:nth-child(1) {
  flex: 2;
  text-align: left;
  color: #333333;
  font-size: 0.32rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-03305278]:nth-child(2),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-03305278]:nth-child(2) {
  flex: 3;
  text-align: right;
  color: #999999;
  font-size: 0.28rem;
}
#worksummary-box .yitijiao-box .yitijiao-list span[data-v-03305278]:nth-child(3),
#worksummary-box2 .yitijiao-box .yitijiao-list span[data-v-03305278]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-03305278],
#worksummary-box2 .yitijiao-box .yitijiao-list span:nth-child(3) img[data-v-03305278] {
  width: 0.4rem;
  margin-right: 0.2rem;
}
#worksummary-box .shenpiren-item[data-v-03305278],
#worksummary-box2 .shenpiren-item[data-v-03305278] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.15rem;
  margin-bottom: 0.22rem;
}
#worksummary-box .headImgUrl[data-v-03305278],
#worksummary-box2 .headImgUrl[data-v-03305278] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#worksummary-box .shenpiren-avatar[data-v-03305278],
#worksummary-box2 .shenpiren-avatar[data-v-03305278] {
  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-03305278],
#worksummary-box2 .md-drop-menu[data-v-03305278] {
  position: relative;
}
#worksummary-box .navTab[data-v-03305278],
#worksummary-box2 .navTab[data-v-03305278] {
  margin-top: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 0.92rem;
  background: #fff;
}
#worksummary-box .mint-header[data-v-03305278],
#worksummary-box2 .mint-header[data-v-03305278] {
  background: #1ab394;
}
#worksummary-box .navTab[data-v-03305278],
#worksummary-box2 .navTab[data-v-03305278] {
  display: flex;
}
#worksummary-box .navTabChild[data-v-03305278],
#worksummary-box2 .navTabChild[data-v-03305278] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
#worksummary-box .navTabRight[data-v-03305278],
#worksummary-box2 .navTabRight[data-v-03305278] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
}
#worksummary-box .box-itemtwo[data-v-03305278],
#worksummary-box2 .box-itemtwo[data-v-03305278] {
  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-03305278],
#worksummary-box2 .box-itemtwo > div[data-v-03305278] {
  height: 100%;
}
#worksummary-box .box-itemtwo > div[data-v-03305278]:nth-child(3),
#worksummary-box2 .box-itemtwo > div[data-v-03305278]:nth-child(3) {
  flex: 1;
  text-align: right;
}
#worksummary-box .box-itemtwo > div[data-v-03305278]:nth-child(2),
#worksummary-box2 .box-itemtwo > div[data-v-03305278]:nth-child(2) {
  margin-left: 0.2rem;
  color: #323333;
  font-size: 0.32rem;
}
#worksummary-box .box-itemtwo > div[data-v-03305278]:nth-child(1),
#worksummary-box2 .box-itemtwo > div[data-v-03305278]: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-03305278],
#worksummary-box2 .zhiban-title[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-title-banner[data-v-03305278] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-title-foot[data-v-03305278],
#worksummary-box2 .zhiban-title-foot[data-v-03305278] {
  height: 0.1rem;
  background: #f4f4f4;
}
#worksummary-box .zhiban-week-box[data-v-03305278],
#worksummary-box2 .zhiban-week-box[data-v-03305278] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
#worksummary-box .zhiban-week-box .zhiban-week[data-v-03305278],
#worksummary-box2 .zhiban-week-box .zhiban-week[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box[data-v-03305278] {
  width: 7rem;
  margin: 0 auto;
  height: 0.91rem;
  overflow: hidden;
}
#worksummary-box .zhiban-day-box .zhiban-day[data-v-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .date[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .zhiban-day-date .nongli[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .no-day-nowork[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .day-nowork[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day[data-v-03305278] {
  color: #fff !important;
  background: #3BD7DA;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .nongli[data-v-03305278] {
  color: #fff !important;
}
#worksummary-box .zhiban-day-box .zhiban-day .now-day .date[data-v-03305278],
#worksummary-box2 .zhiban-day-box .zhiban-day .now-day .date[data-v-03305278] {
  color: #fff !important;
}
#worksummary-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-03305278],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box[data-v-03305278] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
#worksummary-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-03305278],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-03305278] {
  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-03305278],
#worksummary-box2 .zhiban-type-box .zhiban-type-content-box .now-day[data-v-03305278] {
  color: #3BD7DA;
}
#worksummary-box .md-swiper-item[data-v-03305278],
#worksummary-box2 .md-swiper-item[data-v-03305278] {
  width: 100%!important;
}

.beondutyList[data-v-48d86b6c] {
  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-48d86b6c] {
  width: 100%;
}
.beondutyList .cont .cont-list-paading[data-v-48d86b6c] {
  padding: 0 0.24rem;
}
.beondutyList .cont-list[data-v-48d86b6c] {
  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-48d86b6c]:nth-child(1) {
  color: #555555;
}
.beondutyList .cont-list span[data-v-48d86b6c] {
  flex: 1;
  text-align: center;
}
.beondutyList .navtab-list-time[data-v-48d86b6c] {
  background: #fff;
  padding: 0.2rem 0.24rem;
}
.beondutyList .navtab-list-time div[data-v-48d86b6c] {
  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-48d86b6c]:nth-child(1) {
  flex: 3;
}
.beondutyList .navtab-list-time div span[data-v-48d86b6c]:nth-child(2) {
  flex: 1;
}
.beondutyList .navtab-list-time div span[data-v-48d86b6c]:nth-child(3) {
  flex: 3;
}
.beondutyList .navtab-list-time div span[data-v-48d86b6c]:nth-child(4) {
  flex: 1;
  text-align: right;
}
.beondutyList .navtab[data-v-48d86b6c] {
  margin-top: 40px;
  width: 100%;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] {
  height: 0.88rem;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] .md-tab-bar-inner {
  height: 0.88rem;
  line-height: 0.88rem;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] .md-tab-title.active {
  color: #1ab394;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] .ink-bar {
  background: #1ab394;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.beondutyList .md-tab-bar[data-v-48d86b6c] .md-tab-title {
  flex: 1;
  font-size: 0.28rem;
}
.beondutyList[data-v-48d86b6c] .md-scroll-view {
  background: #F4F4F4;
}
.beondutyList .cont[data-v-48d86b6c] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[data-v-48d86b6c]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.infoname[data-v-48d86b6c] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-48d86b6c] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-48d86b6c] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-48d86b6c] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-48d86b6c] {
  color: #FFC442;
}
.shenpiok[data-v-48d86b6c] {
  color: #1ab394;
}
.shenpino[data-v-48d86b6c] {
  color: #D93636;
}

.listItem[data-v-159a3ffa] {
  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-159a3ffa] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info[data-v-159a3ffa] {
  display: flex;
  align-items: center;
  height: 0.6rem;
  margin-bottom: 0.12rem;
}
.avatar[data-v-159a3ffa] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #f4f4f4;
  overflow: hidden;
  margin-right: 0.22rem;
}
.avatar img[data-v-159a3ffa] {
  width: 100%;
}
.name[data-v-159a3ffa] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-159a3ffa] {
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail[data-v-159a3ffa] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
  overflow: hidden;
  word-break: break-all;
}
.right[data-v-159a3ffa] {
  height: 100%;
  font-size: 0.24rem;
}

.beondutyAdd[data-v-077500e4] {
  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-077500e4] {
  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-077500e4] {
  width: 100%;
  background: #f6f6f6;
  min-height: 3rem;
}
.beondutyAdd .box-onduty-Completed p[data-v-077500e4] {
  line-height: 0.4rem;
}
.beondutyAdd .box-onduty-record[data-v-077500e4] {
  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-077500e4] {
  width: 100%;
  padding: 0.24rem 0rem;
  min-height: 1.6rem;
}
.beondutyAdd .box-item-event[data-v-077500e4] {
  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-077500e4] {
  flex: 1;
  line-height: 1.6rem;
  text-align: right;
}
.beondutyAdd .box-item-event .eventone-one[data-v-077500e4] {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyAdd .box-item-event .eventone-one p[data-v-077500e4] {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beondutyAdd .box-item-event .eventone-two[data-v-077500e4] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyAdd .box-item-event .eventone-two span[data-v-077500e4]:nth-child(1) {
  flex: 1;
  color: #666666;
}
.beondutyAdd .box-item-event .eventone-two span[data-v-077500e4]:nth-child(2) {
  flex: 2;
  color: #F8AC59;
}
.beondutyAdd .box-item-event .eventone[data-v-077500e4] {
  flex: 7;
}
.beondutyAdd .box-item-list[data-v-077500e4] {
  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-077500e4]:nth-child(1) {
  flex: 4;
  height: 0.9rem;
  overflow: hidden;
}
.beondutyAdd .box-item-list div[data-v-077500e4]:nth-child(2) {
  flex: 3;
}
.beondutyAdd .box-item-list div:nth-child(2) i[data-v-077500e4] {
  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-077500e4]:nth-child(3) {
  text-align: right;
  flex: 1;
}
.beondutyAdd .box-itemtwo[data-v-077500e4] {
  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-077500e4] {
  height: 100%;
}
.beondutyAdd .box-itemtwo > div[data-v-077500e4]:nth-child(3) {
  flex: 1;
  text-align: right;
}
.beondutyAdd .box-itemtwo > div[data-v-077500e4]:nth-child(2) {
  margin-left: 0.2rem;
  font-weight: bold;
  color: #323333;
  font-size: 0.32rem;
}
.beondutyAdd .box-itemtwo > div[data-v-077500e4]: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-077500e4] {
  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-077500e4] {
  display: flex;
  align-items: center;
  height: 100%;
}
.beondutyAdd .box-item > div[data-v-077500e4]:nth-child(1) {
  text-align: justify;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.9rem;
}
.beondutyAdd .box-item > div[data-v-077500e4]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.beondutyAdd .box-item > div[data-v-077500e4]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.beondutyAdd .header[data-v-077500e4] {
  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-077500e4]:nth-child(1) {
  flex: 1;
}
.beondutyAdd .header span[data-v-077500e4]:nth-child(2) {
  flex: 6;
  margin-left: -1.1rem;
}
.beondutyAdd .beondutyAdd-cont[data-v-077500e4] {
  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-077500e4]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.BotButton[data-v-7794f6c8] {
  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-7794f6c8] {
  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-7794f6c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-7794f6c8] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-7794f6c8] {
  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-7794f6c8] {
  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-ac3fbe24] {
  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-ac3fbe24] {
  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-ac3fbe24] {
  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-ac3fbe24] {
  width: 100%;
  background: #f6f6f6;
  padding: 0.24rem 0rem;
  min-height: 1.6rem;
}
.beondutyHis .box-item-event[data-v-ac3fbe24] {
  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-ac3fbe24] {
  flex: 1;
  line-height: 1.6rem;
  text-align: right;
}
.beondutyHis .box-item-event .eventone-one[data-v-ac3fbe24] {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyHis .box-item-event .eventone-one p[data-v-ac3fbe24] {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.beondutyHis .box-item-event .eventone-two[data-v-ac3fbe24] {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}
.beondutyHis .box-item-event .eventone-two span[data-v-ac3fbe24]:nth-child(1) {
  flex: 1;
  color: #666666;
}
.beondutyHis .box-item-event .eventone-two span[data-v-ac3fbe24]:nth-child(2) {
  flex: 2;
  color: #F8AC59;
}
.beondutyHis .box-item-event .eventone[data-v-ac3fbe24] {
  flex: 7;
}
.beondutyHis .box-item-list[data-v-ac3fbe24] {
  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-ac3fbe24]:nth-child(1) {
  flex: 4;
  height: 0.9rem;
  overflow: hidden;
}
.beondutyHis .box-item-list div[data-v-ac3fbe24]:nth-child(2) {
  flex: 3;
}
.beondutyHis .box-item-list div:nth-child(2) i[data-v-ac3fbe24] {
  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-ac3fbe24]:nth-child(3) {
  text-align: right;
  flex: 1;
}
.beondutyHis .box-itemthree[data-v-ac3fbe24] {
  padding: 0.3rem;
}
.beondutyHis .box-itemthree p[data-v-ac3fbe24] {
  line-height: 0.5rem;
  color: #666;
  font-size: 0.32rem;
}
.beondutyHis .box-itemthree textarea[data-v-ac3fbe24] {
  width: 100%;
  background: #fff;
  min-height: 3rem;
}
.beondutyHis .box-itemtwo[data-v-ac3fbe24] {
  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-ac3fbe24] {
  height: 100%;
}
.beondutyHis .box-itemtwo > div[data-v-ac3fbe24]:nth-child(3) {
  flex: 1;
  text-align: right;
}
.beondutyHis .box-itemtwo > div[data-v-ac3fbe24]:nth-child(2) {
  margin-left: 0.2rem;
  font-weight: bold;
  color: #323333;
  font-size: 0.32rem;
}
.beondutyHis .box-itemtwo > div[data-v-ac3fbe24]: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-ac3fbe24] {
  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-ac3fbe24] {
  display: flex;
  align-items: center;
  height: 100%;
}
.beondutyHis .box-item > div[data-v-ac3fbe24]:nth-child(1) {
  text-align: justify;
  width: 1.7rem;
  display: inline-block;
  line-height: 0.9rem;
}
.beondutyHis .box-item > div[data-v-ac3fbe24]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.beondutyHis .box-item > div[data-v-ac3fbe24]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.beondutyHis .header[data-v-ac3fbe24] {
  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-ac3fbe24]:nth-child(1) {
  flex: 1;
}
.beondutyHis .header span[data-v-ac3fbe24]:nth-child(2) {
  flex: 6;
  margin-left: -1.1rem;
}
.beondutyHis .beondutyHis-cont[data-v-ac3fbe24] {
  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-ac3fbe24]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.BotButton[data-v-2d0fb386] {
  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-2d0fb386] {
  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-2d0fb386] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-2d0fb386] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-2d0fb386] {
  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-2d0fb386] {
  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-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.08rem;
  background: #f4f4f4;
}
.zhiban-box .zhiban-week-box[data-v-22ac4221] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-22ac4221] {
  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-22ac4221] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  color: #fff !important;
  background: #1ab394;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-22ac4221] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  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-22ac4221] {
  color: #1ab394;
}
.zhiban-box .md-swiper-item[data-v-22ac4221] {
  width: 100%!important;
}

.zhiban-box[data-v-7f02c0af] {
  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-7f02c0af] {
  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-7f02c0af] {
  width: 7.5rem;
  margin-top: 40px;
  height: 0.08rem;
  background: #f4f4f4;
}
.zhiban-box .zhiban-week-box[data-v-7f02c0af] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-7f02c0af] {
  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-7f02c0af] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-7f02c0af] {
  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-7f02c0af] {
  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-7f02c0af] {
  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-7f02c0af] {
  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-7f02c0af] {
  color: #fff !important;
  background: #3BD7DA;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-7f02c0af] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-7f02c0af] {
  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-7f02c0af] {
  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-7f02c0af] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-7f02c0af] {
  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-7f02c0af] {
  color: #3BD7DA;
}
.zhiban-box .md-swiper-item[data-v-7f02c0af] {
  width: 100%!important;
}

.zhiban-box[data-v-5f6d57f2] {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 1.4rem;
}
.zhiban-box .zhiban-title[data-v-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
  margin-top: 1.86rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-5f6d57f2] {
  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-5f6d57f2] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  color: #fff !important;
  background: #3BD7DA;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-5f6d57f2] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-5f6d57f2] {
  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-5f6d57f2] {
  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-5f6d57f2] {
  width: 7rem;
  margin: 0 auto;
  overflow: hidden;
}
.zhiban-box .zhiban-type-box .zhiban-type-content-box .zhiban-type-content-day[data-v-5f6d57f2] {
  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-5f6d57f2] {
  color: #3BD7DA;
}
.zhiban-box .md-swiper-item[data-v-5f6d57f2] {
  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-276c4656] {
  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-276c4656] {
  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-276c4656] {
  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-276c4656] {
  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-276c4656] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-276c4656] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-276c4656] {
  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-276c4656] {
  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-276c4656] {
  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-276c4656] {
  background: #ebebe4;
}
.box-title[data-v-276c4656] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-276c4656] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-276c4656]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-276c4656] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-276c4656] {
  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-276c4656] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-276c4656]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-276c4656]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-276c4656] {
  line-height: 0;
  width: 100%;
}

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

.newAssets-cont[data-v-5febdef3] {
  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-5febdef3] {
  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-5febdef3] {
  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-5febdef3] {
  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-5febdef3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-5febdef3] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-5febdef3] {
  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-5febdef3] {
  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-5febdef3] {
  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-5febdef3] {
  background: #ebebe4;
}
.box-title[data-v-5febdef3] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-5febdef3] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-5febdef3]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-5febdef3] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-5febdef3] {
  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-5febdef3] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-5febdef3]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-5febdef3]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-5febdef3] {
  line-height: 0;
  width: 100%;
}

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

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

.md-popup .md-field[data-v-69518fdf] {
  height: 7rem;
  overflow: scroll;
}
.must[data-v-69518fdf] {
  color: red;
  line-height: 0.34rem;
  margin-right: 0.1rem;
}
.newAssets-cont[data-v-69518fdf] {
  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-69518fdf] {
  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-69518fdf] {
  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-69518fdf] {
  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-69518fdf] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-69518fdf] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-69518fdf] {
  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-69518fdf] {
  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-69518fdf] {
  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-69518fdf] {
  background: #ebebe4;
}
.box-title[data-v-69518fdf] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-69518fdf] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-69518fdf]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-69518fdf] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-69518fdf] {
  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-69518fdf] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-69518fdf]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-69518fdf]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-69518fdf] {
  line-height: 0;
  width: 100%;
}

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

.BotButton[data-v-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-f9eb9206] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-f9eb9206] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  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-f9eb9206] {
  background: #ebebe4;
}
.box-title[data-v-f9eb9206] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-f9eb9206] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-f9eb9206]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-f9eb9206] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-f9eb9206] {
  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-f9eb9206] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-f9eb9206]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-f9eb9206]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-f9eb9206] {
  line-height: 0;
  width: 100%;
}

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

.BotButton[data-v-8edae930] {
  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-8edae930] {
  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-8edae930] {
  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-8edae930] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-8edae930] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-8edae930] {
  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-8edae930] {
  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-8edae930]:nth-child(1) {
  width: 3.4rem !important;
}
.newAssets-cont[data-v-8edae930] {
  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-8edae930] {
  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-8edae930] {
  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-8edae930] {
  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-8edae930] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-8edae930] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-8edae930] {
  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-8edae930] {
  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-8edae930] {
  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-8edae930] {
  background: #ebebe4;
}
.box-title[data-v-8edae930] {
  padding: 0.22rem 0rem 0.26rem 0rem;
  margin-left: 0.15rem;
}
.box-borderLeft[data-v-8edae930] {
  width: 0.06rem;
  height: 0.2rem;
  display: inline-block;
  background: #1AB394;
}
input[data-v-8edae930]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1em;
}
.box[data-v-8edae930] {
  border-radius: 0.1rem;
  background: #fff;
}
.box-item[data-v-8edae930] {
  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-8edae930] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-8edae930]:nth-child(1) {
  text-align: right;
  width: 2.6rem;
  display: inline-block;
  line-height: 1rem;
}
.box-item > div[data-v-8edae930]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.box-item input[data-v-8edae930] {
  line-height: 0;
  width: 100%;
}

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

.searchAssets[data-v-27a47574] {
  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-27a47574] {
  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-27a47574] {
  flex: 6;
}
.footBtn[data-v-27a47574] {
  padding: 0.92rem 0.82rem 1.18rem 0.64rem;
}
.footBtn button[data-v-27a47574] {
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(-90deg, #1AB394, #25EEC5);
  font-size: 0.3rem;
  color: #fff;
  border-radius: 0.1rem;
}
.footSao[data-v-27a47574] {
  padding: 0 0.44rem;
}
.footSao img[data-v-27a47574] {
  vertical-align: middle;
  width: 0.26rem;
  padding-right: 0.14rem;
  height: 0.32rem;
}
.footSao div[data-v-27a47574] {
  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-69b2c263] {
  color: #35AFB1;
}
.twoTextActive[data-v-69b2c263] {
  color: #666 !important;
}
.oneActive[data-v-69b2c263] {
  background: #F4FAFE;
  border: 1px solid #F4FAFE;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-69b2c263] {
  background: #fff;
  border: 1px solid #EDECEC;
}
.oneBgActive[data-v-69b2c263] {
  background: #35AFB1;
}
.twoBgActive[data-v-69b2c263] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-69b2c263] {
  border: 1px solid #35AFB1;
}
.twoBgBorderActive[data-v-69b2c263] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-69b2c263] {
  background: #35AFB1;
}
.twoBgBorderActive .icon-inner[data-v-69b2c263] {
  background: #ddd !important;
}
.item[data-v-69b2c263] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-69b2c263] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-69b2c263] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-69b2c263] {
  color: #999899;
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
}
.item .title[data-v-69b2c263] {
  color: #35AFB1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-69b2c263] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-69b2c263] {
  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-69b2c263] {
  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-69b2c263] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-69b2c263] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-69b2c263] {
  background: #35AFB1;
}
.line-active[data-v-69b2c263] {
  background: #35AFB1;
}

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

.toLeaveList[data-v-49837551] {
  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-49837551]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-49837551] {
  width: 100%;
}
.md-tab-bar[data-v-49837551] {
  height: 0.69rem;
}
.md-tab-bar[data-v-49837551] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-49837551] .active {
  color: #1ab394 !important;
}
.md-tab-bar[data-v-49837551] .ink-bar {
  background: #1ab394 !important;
}
.md-tab-bar[data-v-49837551] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-49837551] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-49837551] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-49837551] {
  width: 100%;
  flex: 1;
  padding: 0 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.navtab[data-v-49837551] {
  margin-top: 40px;
}
.RepairList[data-v-49837551] {
  padding: 0.14rem 0.25rem 0.2rem 0.24rem;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0.26rem;
}
.RepairList .RepairNumbertitle[data-v-49837551] {
  padding-bottom: 0.26rem;
  display: flex;
  font-size: 0.32rem;
  color: #323333;
  font-weight: 500;
}
.RepairList .RepairNumber[data-v-49837551] {
  padding-bottom: 0.2rem;
  display: flex;
}
.RepairList .RepairNumber p[data-v-49837551]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
.RepairList .RepairNumber p[data-v-49837551]:nth-child(2) {
  font-size: 0.28rem;
  color: #666;
}
.RepairList .RepairTime[data-v-49837551] {
  display: flex;
}
.RepairList .RepairTime p[data-v-49837551]:nth-child(1) {
  flex: 2;
  margin-right: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
}
.RepairList .RepairTime p[data-v-49837551]:nth-child(2) {
  font-size: 0.28rem;
  color: #F8AC59;
}
.RepairLength[data-v-49837551] {
  font-size: 0.28rem;
  padding: 0.2rem 0.26rem 0.15rem 0.26rem;
  box-sizing: border-box;
  width: 100%;
}
.overtime-time[data-v-49837551] {
  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-49837551] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.overtime-type[data-v-49837551] {
  color: #555;
}
.type[data-v-49837551] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  /*padding-right: 0.2rem;*/
  width: 1.42rem;
}
.shenpiing[data-v-49837551] {
  color: #F8AC59;
}
.shenpiok[data-v-49837551] {
  color: #1ab394;
}
.shenpino[data-v-49837551] {
  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-f479fae4] {
  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-f479fae4]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.searchParent[data-v-f479fae4] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  width: 100%;
}
.searchParent div[data-v-f479fae4]:nth-child(1) {
  border-radius: 15px;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
}
.ListBorder[data-v-f479fae4] {
  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-f479fae4]:first-child {
  border-top: 1px solid #eee;
}

.searchList[data-v-85f68dd4] {
  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-85f68dd4]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.searchParent[data-v-85f68dd4] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  width: 100%;
}
.searchParent div[data-v-85f68dd4]:nth-child(1) {
  border-radius: 15px;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  width: 96%;
  line-height: 33px;
  margin-left: 2%;
}
.ListBorder[data-v-85f68dd4] {
  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-85f68dd4]: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-1e6504ba] {
  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-1e6504ba] {
  /*width: 7.5rem;*/
  /*height: 2.25rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
}
.u-reset[data-v-1e6504ba] {
  background: #ddd;
  color: #666;
  /*margin-right: .5rem;*/
}
.u-submit[data-v-1e6504ba] {
  background: #fc4949;
  color: #fff;
  /*margin-left: .5rem;*/
}
#canvasBox[data-v-1e6504ba] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.greet[data-v-1e6504ba] {
  text-align: center;
  padding: 0.24rem;
  user-select: none;
  background: #eee;
}
.greet a[data-v-1e6504ba] {
  cursor: pointer;
}
.greet button[data-v-1e6504ba]:nth-child(1) {
  border-radius: 2rem;
  background: #ddd;
  color: #666;
  width: 2.4rem;
  font-size: 0.3rem;
  padding: 0.2rem;
}
.greet button[data-v-1e6504ba]:nth-child(2) {
  background: #fc4949;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.3rem;
  padding: 0.2rem;
  /* width: 2.4rem; */
}
canvas[data-v-1e6504ba] {
  flex: 1;
  cursor: crosshair;
}

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

.border-top-1px[data-v-5e6d0a8c] {
  position: relative;
}
.border-top-1px[data-v-5e6d0a8c]: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-5e6d0a8c] {
  position: relative;
}
.border-bottom-1px[data-v-5e6d0a8c]: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-5e6d0a8c] {
  position: relative;
}
.border-left-1px[data-v-5e6d0a8c]: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-5e6d0a8c] {
  position: relative;
}
.border-1px[data-v-5e6d0a8c]: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-5e6d0a8c]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-5e6d0a8c]: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-5e6d0a8c]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-5e6d0a8c]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-5e6d0a8c]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-5e6d0a8c] {
  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-5e6d0a8c]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-5e6d0a8c] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-5e6d0a8c] {
  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-5e6d0a8c] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-5e6d0a8c]:nth-child(1) {
  text-align: justify;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-5e6d0a8c]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-5e6d0a8c]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-5e6d0a8c] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-5e6d0a8c] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-5e6d0a8c] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}

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

.border-top-1px[data-v-5205953a] {
  position: relative;
}
.border-top-1px[data-v-5205953a]: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-5205953a] {
  position: relative;
}
.border-bottom-1px[data-v-5205953a]: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-5205953a] {
  position: relative;
}
.border-left-1px[data-v-5205953a]: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-5205953a] {
  position: relative;
}
.border-1px[data-v-5205953a]: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-5205953a]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-5205953a]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-5205953a]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-5205953a]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-5205953a]: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-5205953a]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-5205953a]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-5205953a]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-5205953a]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-5205953a]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.toLeaveDetail[data-v-5205953a] {
  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-5205953a]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.leave-type[data-v-5205953a],
.zhiban-type[data-v-5205953a],
.steps[data-v-5205953a] {
  background: #fff;
  margin-top: 0.08rem;
}
.leave-type-info[data-v-5205953a] {
  padding-bottom: 0.08rem;
}
.leave-type-person[data-v-5205953a] {
  padding-top: 0.08rem;
}
.item[data-v-5205953a] {
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  font-size: 0.32rem;
  color: #999999;
  padding-left: 0.15rem;
}
.item span[data-v-5205953a] {
  color: #555555;
}
.item .fujian[data-v-5205953a] {
  color: #1ab394;
}
.duty-check-btn[data-v-5205953a] {
  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-5205953a] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1AB394;
  border-radius: 0.1rem;
  border: 0;
}
.tongxing-item[data-v-5205953a] {
  align-items: flex-start;
  padding-top: 0.1rem;
  padding-right: 0.22rem;
  min-height: 0.6rem;
  line-height: 1.5;
}
.tongxing[data-v-5205953a] {
  display: flex;
  align-items: center;
  flex: 1;
  color: #555555;
}
.footBtn[data-v-5205953a] {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  bottom: 0;
  padding: 0.2rem;
  text-align: center;
  position: fixed;
}
.zhiban-type-info[data-v-5205953a] {
  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-5205953a] {
  margin-right: 0.38rem;
}
.zhiban-type-info .zhiban-zhuban[data-v-5205953a] {
  margin-right: 1.53rem;
}
.steps-box[data-v-5205953a] {
  padding: 0.22rem 0.22rem 0.32rem 0.18rem;
}
.BotButton[data-v-5205953a] {
  line-height: 0.74rem;
  height: 0.74rem;
  background: #fff;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.1rem;
}
.submit[data-v-5205953a] {
  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-5205953a] {
  color: #FFC442 !important;
}
.shenpiok[data-v-5205953a] {
  color: #1ab394 !important;
}
.shenpche[data-v-5205953a] {
  color: #f8ac59 !important;
}
.shenpixiao[data-v-5205953a] {
  color: #ed5565 !important;
}
.shenpino[data-v-5205953a] {
  color: #D93636 !important;
}

.textOneActive[data-v-36fc5a1e] {
  color: #35AFB1;
}
.twoTextActive[data-v-36fc5a1e] {
  color: #666 !important;
}
.oneActive[data-v-36fc5a1e] {
  background: #F4FAFE;
  border: 1px solid #F4FAFE;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-36fc5a1e] {
  background: #fff;
  border: 1px solid #EDECEC;
}
.oneBgActive[data-v-36fc5a1e] {
  background: #35AFB1;
}
.twoBgActive[data-v-36fc5a1e] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-36fc5a1e] {
  border: 1px solid #35AFB1;
}
.twoBgBorderActive[data-v-36fc5a1e] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-36fc5a1e] {
  background: #35AFB1;
}
.twoBgBorderActive .icon-inner[data-v-36fc5a1e] {
  background: #ddd !important;
}
.item[data-v-36fc5a1e] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-36fc5a1e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-36fc5a1e] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-36fc5a1e] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-36fc5a1e] {
  color: #35AFB1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-36fc5a1e] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-36fc5a1e] {
  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-36fc5a1e] {
  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-36fc5a1e] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-36fc5a1e] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-36fc5a1e] {
  background: #35AFB1;
}
.line-active[data-v-36fc5a1e] {
  background: #35AFB1;
}

.border-top-1px[data-v-a955fa1e] {
  position: relative;
}
.border-top-1px[data-v-a955fa1e]: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-a955fa1e] {
  position: relative;
}
.border-bottom-1px[data-v-a955fa1e]: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-a955fa1e] {
  position: relative;
}
.border-left-1px[data-v-a955fa1e]: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-a955fa1e] {
  position: relative;
}
.border-1px[data-v-a955fa1e]: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-a955fa1e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-a955fa1e]: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-a955fa1e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-a955fa1e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-a955fa1e]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.transactionHis[data-v-a955fa1e] {
  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-a955fa1e]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.leave-type[data-v-a955fa1e],
.zhiban-type[data-v-a955fa1e],
.steps[data-v-a955fa1e] {
  background: #fff;
  margin-top: 0.08rem;
}
.leave-type-info[data-v-a955fa1e] {
  padding-bottom: 0.08rem;
}
.leave-type-person[data-v-a955fa1e] {
  padding-top: 0.08rem;
}
.item[data-v-a955fa1e] {
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  font-size: 0.32rem;
  color: #999999;
  padding-left: 0.15rem;
}
.item span[data-v-a955fa1e] {
  color: #555555;
}
.item .fujian[data-v-a955fa1e] {
  color: #1ab394;
}
.duty-check-btn[data-v-a955fa1e] {
  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-a955fa1e] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1AB394;
  border-radius: 0.1rem;
  border: 0;
}
.tongxing-item[data-v-a955fa1e] {
  align-items: flex-start;
  padding-top: 0.1rem;
  padding-right: 0.22rem;
  min-height: 0.6rem;
  line-height: 1.5;
}
.tongxing[data-v-a955fa1e] {
  display: flex;
  align-items: center;
  flex: 1;
  color: #555555;
}
.footBtn[data-v-a955fa1e] {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  bottom: 0;
  padding: 0.2rem;
  text-align: center;
  position: fixed;
}
.zhiban-type-info[data-v-a955fa1e] {
  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-a955fa1e] {
  margin-right: 0.38rem;
}
.zhiban-type-info .zhiban-zhuban[data-v-a955fa1e] {
  margin-right: 1.53rem;
}
.steps-box[data-v-a955fa1e] {
  padding: 0.22rem 0.22rem 0.32rem 0.18rem;
}
.BotButton[data-v-a955fa1e] {
  line-height: 0.74rem;
  height: 0.74rem;
  background: #fff;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.1rem;
}
.submit[data-v-a955fa1e] {
  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-a955fa1e] {
  line-height: 0.6rem;
  align-items: normal;
}

.border-top-1px[data-v-2bc64e7d] {
  position: relative;
}
.border-top-1px[data-v-2bc64e7d]: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-2bc64e7d] {
  position: relative;
}
.border-bottom-1px[data-v-2bc64e7d]: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-2bc64e7d] {
  position: relative;
}
.border-left-1px[data-v-2bc64e7d]: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-2bc64e7d] {
  position: relative;
}
.border-1px[data-v-2bc64e7d]: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-2bc64e7d]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-2bc64e7d]: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-2bc64e7d]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-2bc64e7d]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-2bc64e7d]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.attachment[data-v-2bc64e7d] {
  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-2bc64e7d]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.box[data-v-2bc64e7d] {
  margin-top: 50px;
  background: #fff;
}
.attachment-item[data-v-2bc64e7d] {
  display: flex;
  align-items: center;
  height: 0.91rem;
  box-sizing: border-box;
  padding: 0 0.15rem;
}
.icon[data-v-2bc64e7d] {
  margin-right: 0.26rem;
}
.attachment-name[data-v-2bc64e7d] {
  flex: 1;
  font-size: 0.32rem;
  color: #555555;
}
.attachment-info[data-v-2bc64e7d] {
  font-size: 0.2rem;
  color: #555555;
}
.swiper-container[data-v-2bc64e7d] {
  width: 100%;
  height: 2.1rem;
  padding: 0.15rem;
  box-sizing: border-box;
  font-size: 0.28rem;
}
.swiper-wrapper[data-v-2bc64e7d] {
  width: 100%;
  height: 1.8rem;
}
.swiper-slide[data-v-2bc64e7d] {
  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-2bc64e7d] {
  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-4d3016a0] {
  position: relative;
}
.border-top-1px[data-v-4d3016a0]: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-4d3016a0] {
  position: relative;
}
.border-bottom-1px[data-v-4d3016a0]: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-4d3016a0] {
  position: relative;
}
.border-left-1px[data-v-4d3016a0]: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-4d3016a0] {
  position: relative;
}
.border-1px[data-v-4d3016a0]: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-4d3016a0]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-4d3016a0]: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-4d3016a0]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-4d3016a0]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-4d3016a0]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.approval[data-v-4d3016a0] {
  background: #fff;
}
.shenpiren[data-v-4d3016a0] {
  padding: 0.15rem;
  margin-top: 40px;
  font-size: 0.32rem;
}
.shenpiren-box[data-v-4d3016a0] {
  display: flex;
  flex-wrap: wrap;
}
.shenpiren-title[data-v-4d3016a0] {
  margin-bottom: 0.24rem;
}
.shenpiren-item[data-v-4d3016a0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.shenpiren-avatar[data-v-4d3016a0] {
  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-4d3016a0] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.shenpiren-avatar-active[data-v-4d3016a0] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-4d3016a0] {
  font-size: 0.24rem;
}
.shenpi-icon[data-v-4d3016a0] {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
.shenpiren-avatar-active[data-v-4d3016a0] {
  border: 1px solid #1ab394;
}
.shenpiren-name-active[data-v-4d3016a0] {
  color: #1ab394;
}
.leave-able[data-v-4d3016a0] {
  color: red;
}
.textarea[data-v-4d3016a0] {
  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-4d3016a0] {
  padding: 0 0.2rem;
}
.botButton-submit[data-v-4d3016a0],
.botButton-cancle[data-v-4d3016a0] {
  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-6b32adcd] {
  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-6b32adcd]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-6b32adcd] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-6b32adcd] {
  height: 0.69rem;
}
.md-tab-bar[data-v-6b32adcd] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-6b32adcd] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-6b32adcd] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-6b32adcd] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-6b32adcd] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-6b32adcd] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-6b32adcd] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.type[data-v-6b32adcd] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.infoname[data-v-6b32adcd] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-6b32adcd] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-6b32adcd] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-6b32adcd] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-6b32adcd] {
  color: #FFC442;
}
.shenpiok[data-v-6b32adcd] {
  color: #1ab394;
}
.shenpche[data-v-6b32adcd] {
  color: #f8ac59;
}
.shenpixiao[data-v-6b32adcd] {
  color: #ed5565;
}
.shenpino[data-v-6b32adcd] {
  color: #D93636;
}

#selectDepUser[data-v-443f9848] {
  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-443f9848] {
  overflow: scroll;
  margin-top: 40px;
  width: 100%;
  overflow-x: hidden;
  height: calc(100% - 40px);
}
#selectDepUser #container .departHeader[data-v-443f9848] {
  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-443f9848] {
  width: 0.4rem;
}
#selectDepUser #container .personList .personListContain[data-v-443f9848] {
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0.3rem;
  border-bottom: 0.01rem solid #eee;
  line-height: 0.6rem;
}
[data-v-443f9848]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.selcLeavePerson[data-v-0963a21f] {
  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-0963a21f]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-0963a21f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-0963a21f] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-0963a21f] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-0963a21f] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-0963a21f] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-0963a21f] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-0963a21f] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-0963a21f] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-0963a21f] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-0676b848] {
  position: relative;
}
.border-top-1px[data-v-0676b848]: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-0676b848] {
  position: relative;
}
.border-bottom-1px[data-v-0676b848]: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-0676b848] {
  position: relative;
}
.border-left-1px[data-v-0676b848]: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-0676b848] {
  position: relative;
}
.border-1px[data-v-0676b848]: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-0676b848]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-0676b848]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-0676b848]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-0676b848]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-0676b848]: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-0676b848]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-0676b848]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-0676b848]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-0676b848]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-0676b848]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-0676b848] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-0676b848] {
  margin-top: 0.15rem;
}
.item-box[data-v-0676b848] {
  margin-top: 0.02rem;
}
.item[data-v-0676b848] {
  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-0676b848] {
  width: 0.32rem;
  height: 0.32rem;
}
.unchoose[data-v-0676b848] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.item-cont[data-v-0676b848] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-0676b848] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-0676b848] {
  transition: all 0s ease;
}
.fade-enter[data-v-0676b848],
.fade-leave-to[data-v-0676b848] {
  transform: translateY(-20px);
  opacity: 0;
}

.selcLeavePerson[data-v-6cd4b52f] {
  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-6cd4b52f]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-6cd4b52f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-6cd4b52f] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-6cd4b52f] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-6cd4b52f] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-6cd4b52f] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-6cd4b52f] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-6cd4b52f] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-6cd4b52f] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-6cd4b52f] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-6b050f4c] {
  position: relative;
}
.border-top-1px[data-v-6b050f4c]: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-6b050f4c] {
  position: relative;
}
.border-bottom-1px[data-v-6b050f4c]: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-6b050f4c] {
  position: relative;
}
.border-left-1px[data-v-6b050f4c]: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-6b050f4c] {
  position: relative;
}
.border-1px[data-v-6b050f4c]: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-6b050f4c]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-6b050f4c]: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-6b050f4c]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-6b050f4c]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-6b050f4c]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-6b050f4c] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-6b050f4c] {
  margin-top: 0.15rem;
}
.item-box[data-v-6b050f4c] {
  margin-top: 0.02rem;
}
.item[data-v-6b050f4c] {
  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-6b050f4c] {
  width: 0.32rem;
  height: 0.32rem;
}
.unchoose[data-v-6b050f4c] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
}
.item-cont[data-v-6b050f4c] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-6b050f4c] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-6b050f4c] {
  transition: all 0s ease;
}
.fade-enter[data-v-6b050f4c],
.fade-leave-to[data-v-6b050f4c] {
  transform: translateY(-20px);
  opacity: 0;
}

.selcLeavePerson[data-v-292a1316] {
  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-292a1316]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-292a1316] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-292a1316] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-292a1316] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-292a1316] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-292a1316] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-292a1316] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-292a1316] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-292a1316] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-292a1316] {
  border: 1px solid #1ab394;
}

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

.border-top-1px[data-v-35b04ace] {
  position: relative;
}
.border-top-1px[data-v-35b04ace]: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-35b04ace] {
  position: relative;
}
.border-bottom-1px[data-v-35b04ace]: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-35b04ace] {
  position: relative;
}
.border-left-1px[data-v-35b04ace]: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-35b04ace] {
  position: relative;
}
.border-1px[data-v-35b04ace]: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-35b04ace]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-35b04ace]: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-35b04ace]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-35b04ace]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-35b04ace]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-35b04ace] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-35b04ace] {
  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-35b04ace]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-35b04ace] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-35b04ace] {
  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-35b04ace] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-35b04ace]:nth-child(1) {
  text-align: justify;
  width: 1.9rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-35b04ace]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-35b04ace]:nth-child(2) {
  flex: 1;
}
.reportback-reason[data-v-35b04ace] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-35b04ace] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-35b04ace] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-35b04ace] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-35b04ace] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-35b04ace] {
  color: #999999;
}
.fade-enter-active[data-v-35b04ace] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-35b04ace] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-35b04ace],
.fade-leave-to[data-v-35b04ace] {
  transform: translateX(300px);
  opacity: 0;
}

.toLeaveList[data-v-25cb76fc] {
  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-25cb76fc]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-25cb76fc] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-25cb76fc] {
  height: 0.69rem;
}
.md-tab-bar[data-v-25cb76fc] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-25cb76fc] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-25cb76fc] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-25cb76fc] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-25cb76fc] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-25cb76fc] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-25cb76fc] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overtime-time[data-v-25cb76fc] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
  margin-left: 0.42rem;
  color: #555555;
  font-size: 0.28rem;
}

.footer[data-v-c743d780] {
  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-c743d780] {
  flex: 1;
  padding: 0 !important;
}
label.bui-checkbox-label input[type="checkbox"][data-v-c743d780] {
  visibility: hidden;
  opacity: 0;
}
label.bui-checkbox-label .bui-checkbox[data-v-c743d780] {
  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-c743d780]: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-c743d780] {
  background-color: #00b066;
}
label.bui-checkbox-label input[type="checkbox"]:disabled + .bui-checkbox[data-v-c743d780] {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
label.bui-checkbox-label
  input[type="checkbox"]:disabled:checked
  + .bui-checkbox[data-v-c743d780]:after {
  border-color: #000;
}
label.bui-checkbox-label.bui-checkbox-anim .bui-checkbox[data-v-c743d780] {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.border-top-1px[data-v-8a571a8e] {
  position: relative;
}
.border-top-1px[data-v-8a571a8e]: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-8a571a8e] {
  position: relative;
}
.border-bottom-1px[data-v-8a571a8e]: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-8a571a8e] {
  position: relative;
}
.border-left-1px[data-v-8a571a8e]: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-8a571a8e] {
  position: relative;
}
.border-1px[data-v-8a571a8e]: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-8a571a8e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-8a571a8e]: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-8a571a8e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-8a571a8e]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-8a571a8e]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.reportBackLeave[data-v-8a571a8e] {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.reportBackLeave-box[data-v-8a571a8e] {
  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-8a571a8e]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-8a571a8e] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-8a571a8e] {
  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-8a571a8e] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-8a571a8e]:nth-child(1) {
  text-align: justify;
  width: 1.6rem;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-8a571a8e]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-8a571a8e]:nth-child(2) {
  flex: 1;
}
.box-item.box-approval-list[data-v-8a571a8e] {
  height: auto;
  display: block;
  padding-bottom: 10px;
}
.box-item.box-approval-list .box-title[data-v-8a571a8e] {
  line-height: 1;
}
.box-item.box-approval-list .approval-list[data-v-8a571a8e] {
  flex-wrap: wrap;
}
.reportback-reason[data-v-8a571a8e] {
  font-size: 0.32rem;
  padding: 0.15rem;
}
.reportback-reason-title[data-v-8a571a8e] {
  margin-bottom: 0.2rem;
  color: #555555;
}
#reportback-reason-textarea[data-v-8a571a8e] {
  width: 6.8rem;
  min-height: 2.55rem;
  outline: none;
  border: none;
  line-height: 1.2;
}
.select[data-v-8a571a8e] {
  overflow: scroll;
  max-height: 6.7rem;
}
.arrow[data-v-8a571a8e] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.default[data-v-8a571a8e] {
  color: #999999;
}
.fade-enter-active[data-v-8a571a8e] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-8a571a8e] {
  transition: all 0.1s linear;
}
.fade-enter[data-v-8a571a8e],
.fade-leave-to[data-v-8a571a8e] {
  transform: translateX(300px);
  opacity: 0;
}
.approval-item[data-v-8a571a8e] {
  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-8a571a8e] {
  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-8a571a8e] {
  margin-top: 8px;
}
.approval-item.active[data-v-8a571a8e] {
  box-shadow: 0px 1px 7px 0px rgba(4, 43, 36, 0.17);
}
.approval-item.active .item-avatar[data-v-8a571a8e] {
  -webkit-filter: none;
  /* Webkit */
  /* IE6-9 */
  filter: none;
  /* W3C */
}
.approval-item.active .item-name[data-v-8a571a8e] {
  color: #1AB394;
}

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

.toLeaveList[data-v-3ce81c43] {
  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-3ce81c43]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-3ce81c43] {
  width: 100%;
}
.md-tab-bar[data-v-3ce81c43] {
  height: 0.69rem;
}
.md-tab-bar[data-v-3ce81c43] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-3ce81c43] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-3ce81c43] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-3ce81c43] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-3ce81c43] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-3ce81c43] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-3ce81c43] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.navtab[data-v-3ce81c43] {
  margin-top: 40px;
}
.overtime-time[data-v-3ce81c43] {
  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-3ce81c43] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.overtime-type[data-v-3ce81c43] {
  color: #555;
}
.type[data-v-3ce81c43] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  /*padding-right: 0.2rem;*/
  width: 1.42rem;
}
.shenpiing[data-v-3ce81c43] {
  color: #F8AC59;
}
.shenpiok[data-v-3ce81c43] {
  color: #1ab394;
}
.shenpino[data-v-3ce81c43] {
  color: #D93636;
}

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

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

.toLeaveList[data-v-495545e8] {
  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-495545e8]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-495545e8] {
  width: 100%;
  margin-top: 40px;
}
.md-tab-bar[data-v-495545e8] {
  height: 0.69rem;
}
.md-tab-bar[data-v-495545e8] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-495545e8] .active {
  color: #1ab394;
}
.md-tab-bar[data-v-495545e8] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-495545e8] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-495545e8] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-495545e8] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-495545e8] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.overtime-time[data-v-495545e8] {
  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-495545e8] {
  text-align: right;
  padding: 0 0.2rem;
  color: #1ab394;
}
.type[data-v-495545e8] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-495545e8] {
  color: #F8AC59;
}
.shenpiok[data-v-495545e8] {
  color: #1ab394;
}
.shenpino[data-v-495545e8] {
  color: #D93636;
}

.listItem[data-v-7b7bd9ee] {
  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-7b7bd9ee] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.person-info[data-v-7b7bd9ee] {
  display: flex;
  align-items: center;
  height: 0.6rem;
  margin-bottom: 0.12rem;
}
.avatar[data-v-7b7bd9ee] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #f4f4f4;
  overflow: hidden;
  margin-right: 0.22rem;
}
.avatar img[data-v-7b7bd9ee] {
  width: 100%;
}
.name[data-v-7b7bd9ee] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-7b7bd9ee] {
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.time .time-item .time-icon[data-v-7b7bd9ee] {
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.time .time-item .time-str[data-v-7b7bd9ee] {
  vertical-align: middle;
}
.detail[data-v-7b7bd9ee] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
}
.right[data-v-7b7bd9ee] {
  height: 100%;
  font-size: 0.24rem;
}

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

.confirm-container .title[data-v-328c0313] {
  margin-top: 40px;
  padding: 0.2rem;
  line-height: 0.6rem;
}
.confirm-container textarea[data-v-328c0313] {
  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-7ab43c02] {
  margin-top: 40px;
  padding: 0.2rem;
  line-height: 0.6rem;
}
.approval-container textarea[data-v-7ab43c02] {
  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-6f4c3547],
input[data-v-6f4c3547],
ul[data-v-6f4c3547],
li[data-v-6f4c3547] {
  box-sizing: border-box;
}
input[data-v-6f4c3547] {
  border: 0;
  outline: 0;
}
.transactionList[data-v-6f4c3547] {
  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-6f4c3547]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-6f4c3547] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-6f4c3547] {
  height: 0.69rem;
}
.md-tab-bar[data-v-6f4c3547] .md-tab-bar-inner {
  height: 0.69rem;
}
.md-tab-bar[data-v-6f4c3547] .active {
  color: #1ab394 !important;
}
.md-tab-bar[data-v-6f4c3547] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-6f4c3547] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-6f4c3547] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-6f4c3547] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-6f4c3547] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.search-container[data-v-6f4c3547] {
  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-6f4c3547] {
  padding-right: 0.86rem;
  position: relative;
}
.search-container .search-input input[data-v-6f4c3547] {
  width: 100%;
  height: 0.52rem;
  background: #f4f4f4;
  border-radius: 5px;
  padding-left: 10px;
}
.search-container .search-input .search-icon[data-v-6f4c3547] {
  width: 0.21rem;
  height: 0.21rem;
  position: absolute;
  right: 1rem;
  top: 0.18rem;
}
.search-container .filter-icon[data-v-6f4c3547] {
  width: 28px;
  height: 24px;
  position: absolute;
  right: 0.33rem;
  top: 0.3rem;
}
.filter-panle[data-v-6f4c3547] {
  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-6f4c3547] {
  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-6f4c3547] {
  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-6f4c3547] {
  padding-left: 0.18rem;
  margin-top: 0.21rem;
  margin-bottom: 0.25rem;
}
.filter-panle .filter-content ul li[data-v-6f4c3547] {
  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-6f4c3547] {
  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-6f4c3547] {
  width: 50%;
  float: left;
  height: 0.94rem;
}
.filter-panle .filter-content .btn-group .btn-reset[data-v-6f4c3547] {
  color: #666;
}
.filter-panle .filter-content .btn-group .btn-ok[data-v-6f4c3547] {
  background: #1ab394;
}
.transaction-list[data-v-6f4c3547] {
  padding: 0 0.14rem;
  background: #f4f4f4;
  margin-top: 0.18rem;
}
.transaction-list .transaction-item[data-v-6f4c3547] {
  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-6f4c3547] {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  vertical-align: middle;
}
.transaction-list .transaction-item .surname[data-v-6f4c3547] {
  font-size: 0.32rem;
  font-weight: 500;
  color: #555555;
  vertical-align: middle;
  margin-left: 0.22rem;
}
.transaction-list .transaction-item .transaction-type[data-v-6f4c3547] {
  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-6f4c3547] {
  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-6f4c3547] {
  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-6f4c3547] {
  position: fixed;
  right: 0.32rem;
  bottom: 0.67rem;
}
.add-transaction .add-icon[data-v-6f4c3547] {
  height: 0.9rem;
  width: 0.9rem;
}
.type[data-v-6f4c3547] {
  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-33440c5d] {
  position: relative;
}
.border-top-1px[data-v-33440c5d]: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-33440c5d] {
  position: relative;
}
.border-bottom-1px[data-v-33440c5d]: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-33440c5d] {
  position: relative;
}
.border-left-1px[data-v-33440c5d]: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-33440c5d] {
  position: relative;
}
.border-1px[data-v-33440c5d]: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-33440c5d]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-33440c5d]: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-33440c5d]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-33440c5d]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-33440c5d]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
div[data-v-33440c5d],
input[data-v-33440c5d],
ul[data-v-33440c5d],
li[data-v-33440c5d] {
  box-sizing: border-box;
}
input[data-v-33440c5d] {
  border: 0;
  outline: 0;
}
.transaction-register[data-v-33440c5d] {
  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-33440c5d] {
  margin-top: 1.2rem;
  background: #FFF;
  border-radius: 0.1rem;
}
[data-v-33440c5d]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.box[data-v-33440c5d] {
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  background: #fff;
}
.box-item[data-v-33440c5d] {
  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-33440c5d] {
  display: flex;
  align-items: center;
  height: 100%;
}
.box-item > div[data-v-33440c5d]:nth-child(1) {
  text-align: justify;
  display: inline-block;
  line-height: 0.71rem;
}
.box-item > div[data-v-33440c5d]:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.box-item > div[data-v-33440c5d]:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow-x: scroll;
}
.radio-lable[data-v-33440c5d] {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1.06rem;
}
.radio[data-v-33440c5d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.34rem;
  height: 0.34rem;
}
.arrow[data-v-33440c5d] {
  justify-content: flex-end;
  width: 0.5rem;
  height: 100%;
}
.input[data-v-33440c5d] {
  outline: none;
  border: none;
  height: 0.6rem;
  width: 100%;
}
.leave-reason[data-v-33440c5d] {
  padding: 0rem;
  padding: 0 0.15rem 0 0.15rem;
}
.leave-reason-title[data-v-33440c5d] {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  color: #555555;
}
#textarea[data-v-33440c5d] {
  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-33440c5d] {
  padding: 0.15rem 0.15rem 0 0.15rem;
  font-size: 0.32rem;
}
.zhiban-info-title[data-v-33440c5d] {
  font-size: 0.32rem;
  margin-bottom: 0.52rem;
  color: #555555;
}
.zhiban-info-cont[data-v-33440c5d] {
  display: flex;
  align-items: center;
  height: 0.71rem;
  color: #555555;
}
.zhiban-info-cont span[data-v-33440c5d] {
  margin-left: 0.37rem;
}
.zhiban-info-cont > div[data-v-33440c5d]:nth-child(1) {
  width: 4.08rem;
}
.zhiban-info-cont > div[data-v-33440c5d]:nth-child(2) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhiban-info-cont .arrow[data-v-33440c5d] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.zhiban-info-cont .zhiban-tochoose[data-v-33440c5d] {
  color: #999999;
}
.shenpiren[data-v-33440c5d] {
  padding: 0.15rem;
  font-size: 0.28rem;
  color: #555555;
}
.shenpiren-box[data-v-33440c5d] {
  display: flex;
}
.shenpiren-title[data-v-33440c5d] {
  margin-bottom: 0.24rem;
  color: #555555;
}
.shenpiren-item[data-v-33440c5d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
}
.shenpiren-avatar[data-v-33440c5d] {
  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-33440c5d] {
  border: 1px solid #1ab394;
}
.shenpiren-name[data-v-33440c5d] {
  font-size: 0.24rem;
  color: #555555;
}
.shenpi-icon[data-v-33440c5d] {
  position: absolute;
  right: 0.03rem;
  bottom: 0.03rem;
  width: 0.14rem;
  height: 0.14rem;
}
.shenpiren-avatar-active[data-v-33440c5d] {
  border: 1px solid #1ab394;
}
.shenpiren-name-active[data-v-33440c5d] {
  color: #1ab394;
}
.add-imgs[data-v-33440c5d] {
  font-size: 0.28rem;
  padding: 0.15rem;
  margin-bottom: 1.89rem;
}
.add-imgs-title[data-v-33440c5d] {
  margin-bottom: 0.28rem;
  color: #555555;
}
.add-imgs-box[data-v-33440c5d] {
  display: flex;
  flex-wrap: wrap;
}
.add-imgs-box .image-reader-item[data-v-33440c5d] {
  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-33440c5d]:nth-of-type(5n) {
  margin-right: 0;
}
.add-imgs-box .image-reader-item.add[data-v-33440c5d] {
  width: 1.12rem;
  height: 1.12rem;
  background: #F4F4F4;
}
.add-imgs-box .image-reader-item.add .md-icon[data-v-33440c5d] {
  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-33440c5d] {
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  z-index: 3;
  border-radius: radius-circle;
}
.select[data-v-33440c5d] {
  overflow: scroll;
  max-height: 6.7rem;
}
.default[data-v-33440c5d] {
  color: #999999;
}
[data-v-33440c5d] .md-radio-item {
  border-bottom: 0.01rem solid #ededed;
}
.imgFileOne[data-v-33440c5d] {
  position: relative;
  height: 1rem;
  float: left;
  width: 20%;
}
.imgFileOneWidth[data-v-33440c5d] {
  position: relative;
  height: 1rem;
  float: left;
  width: 26%;
}
.imgFileCuo[data-v-33440c5d] {
  position: absolute;
  width: 0.9rem;
  background: #eee;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile[data-v-33440c5d] {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  background: #fff;
  min-height: 1.4rem;
  padding: 0.2rem;
}
.imgFile div[data-v-33440c5d]:nth-child(1) {
  font-size: 0.3rem;
  /*padding-bottom: .1rem;*/
}
.imgFile span[data-v-33440c5d],
.personFile span[data-v-33440c5d] {
  width: 1rem;
  height: 1rem;
  /*background: #eee;*/
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
}
.imgFile img[data-v-33440c5d],
.personFile img[data-v-33440c5d] {
  width: 0.8rem;
  height: 0.8rem;
}
.fbtn[data-v-33440c5d] {
  width: 100%;
  height: 1.22rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #bfbfbf;
}
.fbtn .mint-button--default[data-v-33440c5d] {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}

.selcLeavePerson[data-v-04f3da7a] {
  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-04f3da7a]::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.selcLeavePerson-item[data-v-04f3da7a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0;
}
.avatar[data-v-04f3da7a] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  background: #f4f4f4;
  margin-right: 0.14rem;
}
.avatar img[data-v-04f3da7a] {
  width: 100%;
  border-radius: 100%;
}
.headImgUrl[data-v-04f3da7a] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.person-info[data-v-04f3da7a] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info .name[data-v-04f3da7a] {
  font-size: 0.32rem;
  color: #555;
  margin-bottom: 0.09rem;
}
.person-info .duty[data-v-04f3da7a] {
  font-size: 0.24rem;
  color: #999999;
}
.company[data-v-04f3da7a] {
  display: flex;
  align-items: flex-end;
  width: 3.84rem;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
}
.avatar-active[data-v-04f3da7a] {
  border: 1px solid #1ab394;
}

.border-top-1px[data-v-b5926e34] {
  position: relative;
}
.border-top-1px[data-v-b5926e34]: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-b5926e34] {
  position: relative;
}
.border-bottom-1px[data-v-b5926e34]: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-b5926e34] {
  position: relative;
}
.border-left-1px[data-v-b5926e34]: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-b5926e34] {
  position: relative;
}
.border-1px[data-v-b5926e34]: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-b5926e34]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-bottom-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.border-left-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-right-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.border-1px[data-v-b5926e34]: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-b5926e34]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-bottom-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}
.border-left-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-right-1px[data-v-b5926e34]:after {
    -webkit-transform: scaleX(0.33);
    transform: scaleX(0.33);
}
.border-1px[data-v-b5926e34]:after {
    height: 300%;
    width: 300%;
    -webkit-transform: scale(0.33, 0.33);
    transform: scale(0.33, 0.33);
}
}
.qCollapse[data-v-b5926e34] {
  margin-top: 40px;
  font-size: 0.32rem;
  margin-bottom: 1.15rem;
}
.box[data-v-b5926e34] {
  margin-top: 0.15rem;
}
.item-box[data-v-b5926e34] {
  margin-top: 0.02rem;
}
.item[data-v-b5926e34] {
  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-b5926e34] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.unchoose[data-v-b5926e34] {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #999999;
  border-radius: 50%;
}
.item-cont[data-v-b5926e34] {
  flex: 1;
  margin-left: 0.14rem;
}
.fade-enter-active[data-v-b5926e34] {
  transition: all 0.3s ease;
}
.fade-leave-active[data-v-b5926e34] {
  transition: all 0s ease;
}
.fade-enter[data-v-b5926e34],
.fade-leave-to[data-v-b5926e34] {
  transform: translateY(-20px);
  opacity: 0;
}

.toLeaveList[data-v-f91eff04] {
  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-f91eff04]::-webkit-scrollbar {
  display: none;
  width: 0px;
}
.navtab[data-v-f91eff04] {
  margin-top: 40px;
  width: 100%;
}
.md-tab-bar[data-v-f91eff04] {
  height: 0.86rem;
}
.md-tab-bar[data-v-f91eff04] .md-tab-bar-inner {
  height: 0.86rem;
}
.md-tab-bar[data-v-f91eff04] .md-tab-title.active {
  color: #1ab394;
}
.md-tab-bar[data-v-f91eff04] .ink-bar {
  background: #1ab394;
}
.md-tab-bar[data-v-f91eff04] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.md-tab-bar[data-v-f91eff04] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
[data-v-f91eff04] .md-scroll-view {
  background: #F4F4F4;
}
.cont[data-v-f91eff04] {
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.infoname[data-v-f91eff04] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.duty[data-v-f91eff04] {
  font-size: 0.32rem;
  color: #555555;
  margin-left: 0.08rem;
}
.leavetype[data-v-f91eff04] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 0.28rem;
  color: #555555;
  padding-right: 0.2rem;
}
.type[data-v-f91eff04] {
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: #555;
  padding-right: 0.2rem;
  width: 1.42rem;
}
.shenpiing[data-v-f91eff04] {
  color: #FFC442;
}
.shenpiok[data-v-f91eff04] {
  color: #1ab394;
}
.shenpino[data-v-f91eff04] {
  color: #D93636;
}

.listItem[data-v-3beedb14] {
  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-3beedb14],
.listItem .list-bottom[data-v-3beedb14] {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}
.listItem .list-top .desc[data-v-3beedb14],
.listItem .list-bottom .desc[data-v-3beedb14] {
  color: #555;
  font-weight: bold;
}
.listItem .list-top[data-v-3beedb14] {
  margin-bottom: 0.2rem;
}
.listItem .list-bottom[data-v-3beedb14] {
  line-height: 0.48rem;
  color: #999;
}
.listItem .list-bottom img[data-v-3beedb14] {
  vertical-align: middle;
}
.listItem .list-bottom span[data-v-3beedb14] {
  display: inline-block;
}
.listItem .list-bottom .user-info[data-v-3beedb14] {
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.listItem .list-bottom .user-info img[data-v-3beedb14] {
  margin-right: 0.12rem;
  width: 0.48rem;
  border-radius: 50%;
}
.listItem .list-bottom .time[data-v-3beedb14] {
  font-size: 0.28rem;
}
.listItem .list-bottom .time img[data-v-3beedb14] {
  margin-right: 0.22rem;
  width: 0.32rem;
}
.listItem .status[data-v-3beedb14],
.listItem .statusing[data-v-3beedb14] {
  color: #F8AC59;
  font-weight: bold;
}
.listItem .status-success[data-v-3beedb14] {
  color: #1AB394;
}
.listItem .status-fail[data-v-3beedb14] {
  color: #ED5565;
}

.duty-box[data-v-5fa32564] {
  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-5fa32564] {
  background: #f4f4f4;
  padding: 0.16rem;
}
.duty-box .zhiban-con > div[data-v-5fa32564] {
  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-5fa32564],
.duty-box .zhiban-con > div .end-time[data-v-5fa32564] {
  flex: 1;
  line-height: 1.13rem;
}
.duty-box .zhiban-con > div .start-time span[data-v-5fa32564],
.duty-box .zhiban-con > div .end-time span[data-v-5fa32564] {
  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-5fa32564] {
  background: #ed5565;
}
.duty-box .duty-desc > div[data-v-5fa32564] {
  display: block;
  text-align: left;
  padding: 0.27rem 0.2rem;
  font-size: 0.28rem;
}
.duty-box .duty-desc > div .desc-title[data-v-5fa32564] {
  position: relative;
  margin-bottom: 0.28rem;
  padding-left: 0.2rem;
  color: #999;
}
.duty-box .duty-desc > div .desc-title[data-v-5fa32564]: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-5fa32564] {
  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-5fa32564] {
  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-5fa32564] {
  width: 6.82rem;
  height: 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  background: #1ab394;
  border-radius: 0.1rem;
  border: 0;
}

.zhiban-box[data-v-c6cb5ade] {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.zhiban-box .process-title[data-v-c6cb5ade] {
  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-c6cb5ade]: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-c6cb5ade] {
  width: 7rem;
  margin: 0 auto;
  height: 0.55rem;
}
.zhiban-box .zhiban-week-box .zhiban-week[data-v-c6cb5ade] {
  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-c6cb5ade] {
  width: 7rem;
  margin: 0 auto;
  height: 0.81rem;
  overflow: hidden;
}
.zhiban-box .zhiban-day-box .zhiban-day[data-v-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  color: #fff !important;
  background: #3BD7DA;
}
.zhiban-box .zhiban-day-box .zhiban-day .now-day .nongli[data-v-c6cb5ade] {
  color: #fff !important;
}
.zhiban-box .zhiban-type-box .zhiban-type-tilte-box .zhiban-type-tilte-banner[data-v-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  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-c6cb5ade] {
  color: #3BD7DA;
}

.huanhang[data-v-f1492258] {
  word-break: normal;
  width: auto;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}
.process-title[data-v-f1492258] {
  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-f1492258]: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-f1492258] {
  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-f1492258] {
  min-height: 0.2rem;
  margin-bottom: 0.19rem;
}
.process-item > div[data-v-f1492258]:last-child {
  margin-bottom: 0;
}
.process-item .process-desc[data-v-f1492258] {
  font-size: 0.33rem;
}
.process-item .process-time[data-v-f1492258] {
  font-size: 0.26rem;
}
.process-item[data-v-f1492258]::before {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 2.1rem;
  background: #DDD;
  left: -0.43rem;
}
.process-item[data-v-f1492258]: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-f1492258]:last-child::before {
  display: none;
}
.active[data-v-f1492258] {
  background: #F4FAFE;
  color: #333;
}
.active[data-v-f1492258]: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-f1492258] {
  color: #1AB394;
}

.duty-comment .process-title[data-v-57b8f11b] {
  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-57b8f11b]: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-57b8f11b] {
  background: #F4F4F4;
  width: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.duty-comment .comment textarea[data-v-57b8f11b] {
  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-57b8f11b] {
  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-57b8f11b] {
  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-57b8f11b] {
  background: #1AB394;
  color: #fff;
}

.knowledge-cont[data-v-73363994] {
  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-73363994] {
  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-73363994] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-cell[data-v-73363994] {
  width: 100%;
}
.mint-header[data-v-73363994] {
  background: #1ab394;
}
#container[data-v-73363994] {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scrollList[data-v-73363994] {
  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-73363994]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.mint-field-core[data-v-73363994] {
  margin-top: -0.4rem;
}
.mint-button[data-v-73363994] {
  height: 36px;
  margin-top: -1px;
}
.scorllPad[data-v-73363994] {
  padding: 0 0.2rem;
}
.scrollList div[data-v-73363994]: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-73363994] {
  position: absolute;
  width: 1.06rem;
  right: 0;
  bottom: 0;
}
.scrollList div[data-v-73363994]:nth-child(3) {
  display: flex;
  padding: 0.26rem 0 0.2rem 0;
}
.scrollList div:nth-child(3) span[data-v-73363994] {
  flex: 1;
}

.knowledgeHis[data-v-e73abd04] {
  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-e73abd04] {
  padding-bottom: 1.2rem;
}
.knowledge-cont[data-v-e73abd04] {
  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-e73abd04] {
  -webkit-overflow-scrolling: touch;
}
.headerOne[data-v-e73abd04] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-e73abd04] {
  background: #1ab394;
}
.contain[data-v-e73abd04] {
  font-size: 0.3rem;
  padding: 0 0.4rem;
}
.contain div[data-v-e73abd04]:nth-child(1) {
  font-size: 0.34rem;
  text-align: center;
  padding: 0.4rem 0;
}
.contain div:nth-child(2) p[data-v-e73abd04]:nth-child(1),
.contain div:nth-child(3) p[data-v-e73abd04]:nth-child(1),
.contain div:nth-child(4) p[data-v-e73abd04]:nth-child(1) {
  font-size: 0.3rem;
  padding: 0.2rem 0;
  font-weight: bold;
}
.contain div:nth-child(2) p[data-v-e73abd04]:nth-child(2),
.contain div:nth-child(3) p[data-v-e73abd04]:nth-child(2),
.contain div:nth-child(4) p[data-v-e73abd04]:nth-child(2) {
  font-size: 0.3rem;
  line-height: 0.5rem;
}
.BotButton[data-v-e73abd04] {
  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-e73abd04] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-e73abd04] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-e73abd04] {
  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-e73abd04] {
  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-9391525c] {
  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-9391525c] {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.32rem;
  padding: 0 0.2rem;
  height: 2rem;
}
.cont[data-v-9391525c] {
  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-9391525c] {
  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-9391525c] {
  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-2d43403c] {
	width: 3.1rem;
	margin: 0 auto;
	text-align: center;
	height: .7rem;
	border-radius: 4px;
	line-height: .7rem;
	font-size: .32rem;
	margin-bottom: 10px;
}
.footbtnOne[data-v-2d43403c] {
	margin-top: 4rem;
	background: #58BE6A;
	color: #fff;
}
.footbtnTwo[data-v-2d43403c] {
	background: #F2F2F2;
	color: #58BE6A;
}
.weixinAutoTitle[data-v-2d43403c] {
	padding: .2rem;
}
.weixinAutoLogo[data-v-2d43403c] {
	width: .48rem;
	vertical-align: middle;
}
.weixinAutoTitle span[data-v-2d43403c] {
	margin-left: .1rem;
}
.weixinXinxi[data-v-2d43403c] {
	font-size: .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-95bee490] {
  background: #fff;
}
#fileList .itemDiv[data-v-95bee490] {
  font-size: 0.32rem;
  color: #333;
  padding: 0.33rem 0.3rem;
  border-bottom: 0.01rem solid #dddddd;
}
#fileList .itemDiv .itemClass[data-v-95bee490] {
  font-weight: 700;
}
#fileList .itemDiv .itemContent[data-v-95bee490] {
  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-95bee490] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent .dian img[data-v-95bee490] {
  width: 0.43rem;
}
#fileList .itemDiv .itemContent .userContent[data-v-95bee490] {
  margin-left: 0.3rem;
  width: calc(100% - 1.8rem);
  display: flex;
  flex-direction: column;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-95bee490] {
  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-95bee490] {
  display: inline-block;
  line-height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-95bee490]: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-95bee490] {
  /*width: .55rem;*/
  height: 0.55rem;
  margin-top: 0.22rem;
}
#fileList .itemDiv .itemContent > a[data-v-95bee490] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent > a img[data-v-95bee490] {
  width: 0.43rem;
}
#fileList .itemDiv .noFlex[data-v-95bee490] {
  display: block;
  font-size: 0rem;
}
#fileList .itemDiv .noFlex .noFile[data-v-95bee490] {
  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-f1dc1ed0] {
  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-f1dc1ed0] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F4F4F4;
}
.search-box input[data-v-f1dc1ed0] {
  outline: 0;
  border: 0;
  background: #F4F4F4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-f1dc1ed0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-f1dc1ed0] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
}

.loeclass[data-v-40127b9c] {
  color: #23c6c8;
}
.highclass[data-v-40127b9c] {
  color: #ed5565;
}
.inclass[data-v-40127b9c] {
  color: #f8ac59;
}
.Statistics[data-v-40127b9c] {
  display: flex;
  padding-bottom: 0.21rem;
  font-size: 0.32rem;
}
.Statistics div[data-v-40127b9c] {
  flex: 1;
}
.AmountMone[data-v-40127b9c] {
  display: flex;
  padding-bottom: 0.21rem;
  font-size: 0.32rem;
}
.AmountMone div[data-v-40127b9c]:nth-child(1) {
  flex: 2;
}
.AmountMone div[data-v-40127b9c]:nth-child(1) {
  flex: 1;
}
.nexttime[data-v-40127b9c] {
  display: flex;
  font-size: 0.32rem;
}
.nexttime div[data-v-40127b9c]:nth-child(1) {
  flex: 2;
}
.nexttime div[data-v-40127b9c]:nth-child(1) {
  flex: 1;
}
.name_title[data-v-40127b9c] {
  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-40127b9c] {
  position: absolute;
  right: -0.21rem;
  top: -0.18rem;
}
.person-zhuangtai img[data-v-40127b9c] {
  width: 0.87rem;
  height: 0.87rem;
}
.noimg_btton[data-v-40127b9c] {
  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-40127b9c] {
  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-40127b9c] {
  display: flex;
}
.name_dengji .img_list[data-v-40127b9c] {
  font-size: 0.28rem;
  padding-right: 0.8rem;
  line-height: 0.6rem;
}
.name_dengji .img_list .dengji[data-v-40127b9c] {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  vertical-align: middle;
}
.name_dengji .img_list .zhongyao[data-v-40127b9c] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.listItem[data-v-40127b9c] {
  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-40127b9c] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person-info[data-v-40127b9c] {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0.12rem;
}
.avatar[data-v-40127b9c] {
  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-40127b9c] {
  font-size: 0.32rem;
  color: #555555;
}
.time[data-v-40127b9c] {
  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-40127b9c] {
  font-size: 0.28rem;
  color: #555555;
  line-height: 1.3;
}
.right[data-v-40127b9c] {
  height: 100%;
  font-size: 0.24rem;
}

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

#weeklyDetial[data-v-61ef6cf2] {
  height: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
}
#weeklyDetial .controlName[data-v-61ef6cf2] {
  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-61ef6cf2] {
  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-61ef6cf2] {
  padding: 0 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
}
#weeklyDetial .content .headerTitle .span1[data-v-61ef6cf2] {
  color: #999;
}
#weeklyDetial .content .headerTitle .span3[data-v-61ef6cf2] {
  color: #1ab394;
}
#weeklyDetial .content .proTittleD[data-v-61ef6cf2] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  margin-top: 0.18rem;
}
#weeklyDetial .content .proTittleD .proTittleP[data-v-61ef6cf2] {
  font-size: 0.32rem;
}
#weeklyDetial .content .proTittleD .proTittleP .tag[data-v-61ef6cf2] {
  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-61ef6cf2] {
  display: inline-block;
  vertical-align: super;
  color: #333;
}
#weeklyDetial .content .proTittleD .htmlD[data-v-61ef6cf2] {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.44rem;
  min-height: 1rem;
}
#weeklyDetial .content .proTittleD .htmlD p[data-v-61ef6cf2] {
  width: 100%;
  line-height: 0.44rem;
}
#weeklyDetial .content .proTittleD .htmlD2[data-v-61ef6cf2] {
  min-height: 0;
}
#weeklyDetial .fbtn[data-v-61ef6cf2] {
  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-61ef6cf2] {
  background-color: #1ab394;
  width: 90%;
  height: 0.8rem;
  margin: 0.21rem 5%;
  color: #ffffff;
}
.htmlD[data-v-61ef6cf2] img {
  width: 100%;
}

#fileList[data-v-562848f4] {
  background: #fff;
}
#fileList .review[data-v-562848f4] {
  width: 1rem;
  margin-left: 0.3rem;
  line-height: 1rem;
  font-size: 14px;
  color: #e6a23c;
}
#fileList .itemDiv[data-v-562848f4] {
  font-size: 0.32rem;
  color: #333;
  padding: 0.33rem 0.3rem;
  border-bottom: 0.01rem solid #dddddd;
}
#fileList .itemDiv .itemClass[data-v-562848f4] {
  font-weight: 700;
}
#fileList .itemDiv .itemContent[data-v-562848f4] {
  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-562848f4] {
  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-562848f4] {
  font-size: 0.22rem;
  color: #999;
  height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p span[data-v-562848f4] {
  display: inline-block;
  line-height: 0.3rem;
}
#fileList .itemDiv .itemContent .userContent > p[data-v-562848f4]: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-562848f4] {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.22rem;
}
#fileList .itemDiv .itemContent .dian[data-v-562848f4] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent .dian img[data-v-562848f4] {
  width: 0.43rem;
}
#fileList .itemDiv .itemContent > a[data-v-562848f4] {
  width: 0.43rem;
  margin-left: 0.3rem;
  line-height: 1rem;
}
#fileList .itemDiv .itemContent > a img[data-v-562848f4] {
  width: 0.43rem;
}
#fileList .itemDiv .noFlex[data-v-562848f4] {
  display: block;
  font-size: 0rem;
}
#fileList .itemDiv .noFlex .noFile[data-v-562848f4] {
  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-572a6b7c] {
  background-color: #f4f4f4;
  overflow: hidden;
  height: 100%;
}
#comment .content[data-v-572a6b7c] {
  background: #fff;
  height: 100%;
  margin-top: 0.1rem;
}
#comment .content .box[data-v-572a6b7c] {
  width: 100%;
  height: calc(100% - 2.2rem);
}
#comment .content .box textarea[data-v-572a6b7c] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3rem 0.2rem;
  height: 100%;
  overflow: scroll;
}
#comment .content .box .imgD[data-v-572a6b7c] {
  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-572a6b7c] {
  width: 0.55rem;
  margin: 0.425rem;
  margin-top: 0.26rem;
  margin-bottom: 0.08rem;
}
#comment .content .box .imgD p[data-v-572a6b7c] {
  font-size: 0.24rem;
  color: #999;
}
#comment .content .bottom[data-v-572a6b7c] {
  border-top: 0.01rem solid #ededed;
}
#comment .fbtn[data-v-572a6b7c] {
  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-572a6b7c] {
  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-5f293c90] {
  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-5f293c90] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F4F4F4;
}
.search-box input[data-v-5f293c90] {
  outline: 0;
  border: 0;
  background: #F4F4F4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-5f293c90] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-5f293c90] {
  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-40c912fa] {
  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-40c912fa] {
  display: flex;
  align-items: center;
  flex: 1;
  background: #F4F4F4;
}
.search-box input[data-v-40c912fa] {
  outline: 0;
  border: 0;
  background: #F4F4F4;
  height: 0.72rem;
  flex: 1;
  text-indent: 0.1rem;
}
.search-box .icon[data-v-40c912fa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
}
.screening[data-v-40c912fa] {
  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-481ae054]{
	   padding: .19rem .29rem 0 .29rem;
      background: #fff;
      margin-bottom: .26rem;
      border-radius: .1rem;
}
.demandList .pinlun[data-v-481ae054]{
    padding: .2rem 0;
          font-size: .28rem;
          color: #8A8A8A;
}
.demandList .pinlun img[data-v-481ae054]{
		     width: 0.32rem;
    height: 0.32rem;
    padding-right: 0.06rem;
    vertical-align: middle;
}
.demandList .person[data-v-481ae054]{
 		 display: flex;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: .21rem;
}
.demandList .person img[data-v-481ae054]{
   width: .32rem;
              height: .32rem;
              border-radius: 50%;
              margin-right: .13rem;
}
.demandList .person .time[data-v-481ae054]{
              flex:1;
              text-align: right;
              font-size: .28rem;
              color:#8A8A8A;
}
.demandList .laizi[data-v-481ae054]{
              padding-bottom: 0.2rem;
          color: #8A8A8A;
          font-size: .28rem;
}
.demandList .titile[data-v-481ae054]{
         color: rgb(56, 49, 49);
         font-size: .34rem;
         margin-bottom: .34rem;
}
.demandList .dengji[data-v-481ae054]{
   font-size: .28rem;
         margin-right: .3rem;
}
.demandList .quanzhong .zhongyao[data-v-481ae054]{
   			-webkit-transform:rotate(-90deg);
            width: 0.3rem;
            height: 0.3rem;
            margin-right: 0.1rem;
            vertical-align: middle;
}
.demandList .yijian[data-v-481ae054]{
         padding: .05rem .18rem;
             float: right;
         border:1px solid;
         border-radius: 4px;
}
.header[data-v-481ae054] {
	-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-481ae054] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-481ae054] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-481ae054] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-481ae054] {
	flex: 1;
}
#container[data-v-481ae054] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-481ae054] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.containerChindThreeLeftTwo img[data-v-481ae054] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
}
.containerChindThreeLeftTwo[data-v-481ae054] {
		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-481ae054] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
		/*padding-right: .05rem;*/
}
.containerChindThreeLeft[data-v-481ae054] {
		/*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-481ae054] {
		padding-bottom: .14rem;
		background: #F6F6F6;
}
.BotButton[data-v-481ae054] {
		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-481ae054] {
		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-481ae054] {
		display: none!important;
}
.searchParent[data-v-481ae054] {
		padding: .09rem .08rem .11rem .12rem;
}
.searchInpIcon[data-v-481ae054] {
		position: absolute;
		right: 14px;
		top: 10px;
}
.searchInp[data-v-481ae054] {
		margin-bottom: 10px;
		height: 35px;
		display: flex;
		overflow: hidden;
		border-radius: 50px;
		line-height: 36px;
		position: relative;
		background: #fff;
}
.searchInp div[data-v-481ae054]:nth-child(1) {
		flex: 5;
}
.searchInp div:nth-child(1) input[data-v-481ae054] {
		font-size: .14rem;
		color: #333;
		padding: 0 .1rem;
}
input[placeholder][data-v-481ae054] {
		color: #999999;
}
.searchInp div[data-v-481ae054]:nth-child(2) {
		flex: 1;
}
.searchInp div:nth-child(2) i[data-v-481ae054] {
		margin-top: 2px;
}
.demandList-cont[data-v-481ae054] {
		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-481ae054] {
		//    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-481ae054] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.navTab[data-v-481ae054] {
		position: fixed;
		top: .45rem;
		width: 100%;
		z-index: 3;
		height: .44rem;
		background: #fff;
}
.navTab[data-v-481ae054] {
		display: flex;
}
.navTabChild[data-v-481ae054] {
		flex: 1;
		height: .46rem;
		line-height: .46rem;
		font-size: .15rem;
		text-align: center;
}
.navTabRight[data-v-481ae054] {
		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-68dbb1f0] {
  display: flex;
  flex-direction: column;
  padding: 0.13rem 0.26rem;
}
.tabBorder[data-v-68dbb1f0] {
  /*margin-bottom: .2rem;*/
  /*border-bottom: .01rem solid #DDDDDD;*/
}
.tabRadius[data-v-68dbb1f0] {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.tabHeader[data-v-68dbb1f0] {
  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-68dbb1f0] {
  width: 0.4rem;
  margin-top: 0.26rem;
}
.accList[data-v-68dbb1f0] {
  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-68dbb1f0] {
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}
.accListItem[data-v-68dbb1f0] {
  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-68dbb1f0] {
  margin-top: 0.2rem;
}
.accListItem > div span[data-v-68dbb1f0] {
  display: inline-block;
  line-height: 0.4rem;
}
.accListItem > div[data-v-68dbb1f0]:first-child {
  margin-top: 0rem;
  line-height: 0.45rem;
}
.accListItem .statusD[data-v-68dbb1f0] {
  font-size: 0.28rem;
}
.accListItem .statusD .colorTag[data-v-68dbb1f0] {
  font-size: 0.24rem;
  padding: 0.01rem 0.14rem;
  color: #fff;
  border-radius: 0.1rem;
}
.accListItem .statusD .borderTag[data-v-68dbb1f0] {
  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-68dbb1f0] {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #dff7ed;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: -1px;
}
.stageProgress[data-v-68dbb1f0] {
  position: absolute;
  height: 4px;
  background: #69D5BA;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: -1px;
}
.flexDiv[data-v-68dbb1f0] {
  width: calc(100% - 0.4rem);
  font-size: 0.28rem;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.titleSpan[data-v-68dbb1f0] {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  font-weight: bold;
}
.pathName[data-v-68dbb1f0] {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
/* chevron animation  */
@keyframes open-menu-data-v-68dbb1f0 {
to {
    transform: rotate(90deg);
}
}
@keyframes close-menu-data-v-68dbb1f0 {
from {
    transform: rotate(90deg);
}
to {
    transform: rotate(0deg);
}
}
.open_menu[data-v-68dbb1f0] {
  animation: open-menu-data-v-68dbb1f0 0.4s ease-out forwards;
}
.close_menu[data-v-68dbb1f0] {
  animation: close-menu-data-v-68dbb1f0 0.4s ease-out forwards;
}

.demandList2_xz[data-v-c6d9da58] {
  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-c6d9da58] {
  box-sizing: border-box;
}
.demandList2_xz .navtab[data-v-c6d9da58] {
  margin-top: 40px;
  width: 100%;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] {
  height: 0.69rem;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] .md-tab-bar-inner {
  height: 0.69rem;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] .md-tab-title.active {
  color: #1ab394;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] .ink-bar {
  background: #1ab394;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] .md-tab-titles-wrapper {
  justify-content: space-between;
}
.demandList2_xz .md-tab-bar[data-v-c6d9da58] .md-tab-title {
  flex: 1;
  font-size: 0.32rem;
}
.demandList2_xz[data-v-c6d9da58] .md-scroll-view {
  background: #F4F4F4;
  padding: 0.26rem 0.2rem;
}
.demandList2_xz .cont[data-v-c6d9da58] {
  width: 100%;
  flex: 1;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.demandList2_xz .demandList[data-v-c6d9da58] {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
.demandList2_xz .demandList .pinlun[data-v-c6d9da58] {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8A8A8A;
}
.demandList2_xz .demandList .pinlun img[data-v-c6d9da58] {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
.demandList2_xz .demandList .person[data-v-c6d9da58] {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.21rem;
}
.demandList2_xz .demandList .person img[data-v-c6d9da58] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.demandList2_xz .demandList .person .time[data-v-c6d9da58] {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8A8A8A;
}
.demandList2_xz .demandList .laizi[data-v-c6d9da58] {
  padding-bottom: 0.2rem;
  color: #8A8A8A;
  font-size: 0.28rem;
}
.demandList2_xz .demandList .titile[data-v-c6d9da58] {
  color: #383131;
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
.demandList2_xz .demandList .dengji[data-v-c6d9da58] {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
.demandList2_xz .demandList .quanzhong .zhongyao[data-v-c6d9da58] {
  -webkit-transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.demandList2_xz .demandList .yijian[data-v-c6d9da58] {
  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-abce498c] {
	-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-abce498c] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-abce498c] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-abce498c] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-abce498c] {
	flex: 1;
}
#container[data-v-abce498c] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-abce498c] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.HisContaninerHisTwo[data-v-abce498c] {
		border-bottom: 1px solid #dcdcdc;
		display: flex;
}
.HisContaninerHisTwo div[data-v-abce498c]:nth-child(1) {
		flex: 1;
		text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-abce498c] {
		width: .62rem;
		margin-top: .2rem;
}
.HisContaninerHisTwo div[data-v-abce498c]: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-abce498c]:nth-child(1) {
		text-align: left;
		font-size: .28rem;
		color: #5A6C91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-abce498c]:nth-child(2) {
		text-align: right;
		float: right;
		font-size: .28rem;
		color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-abce498c]:nth-child(2) {
		margin-top: .2rem;
		font-size: .32rem;
		color: #222222;
		padding-bottom: .22rem;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-abce498c]:nth-child(3) {
		text-align: right;
		color: #656B8A;
		font-size: .24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-abce498c] {
		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-250a6d6c] {
  color: #35AFB1;
}
.twoTextActive[data-v-250a6d6c] {
  color: #666 !important;
}
.oneActive[data-v-250a6d6c] {
  background: #F4FAFE;
  border: 1px solid #F4FAFE;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-250a6d6c] {
  background: #fff;
  border: 1px solid #EDECEC;
}
.oneBgActive[data-v-250a6d6c] {
  background: #35AFB1;
}
.twoBgActive[data-v-250a6d6c] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-250a6d6c] {
  border: 1px solid #35AFB1;
}
.twoBgBorderActive[data-v-250a6d6c] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-250a6d6c] {
  background: #35AFB1;
}
.twoBgBorderActive .icon-inner[data-v-250a6d6c] {
  background: #ddd !important;
}
.item[data-v-250a6d6c] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-250a6d6c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-250a6d6c] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-250a6d6c] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-250a6d6c] {
  color: #35AFB1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-250a6d6c] {
  color: #666666;
  font-size: 0.32rem;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 0.15rem;
}
.icon[data-v-250a6d6c] {
  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-250a6d6c] {
  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-250a6d6c] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-250a6d6c] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-250a6d6c] {
  background: #35AFB1;
}
.line-active[data-v-250a6d6c] {
  background: #35AFB1;
}

.custom-avatar[data-v-d08f2de4] {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.custom-avatar .header1[data-v-d08f2de4] {
  font-size: 12px;
  margin-bottom: 0.15rem;
  position: relative;
  float: left;
  width: 20%;
}
.custom-avatar .custom-img[data-v-d08f2de4] {
  width: 0.3rem;
  position: absolute;
  right: 0.25rem;
}
.custom-avatar .title[data-v-d08f2de4] {
  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-0f6de40e] {
	-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-0f6de40e] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-0f6de40e] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-0f6de40e] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-0f6de40e] {
	flex: 1;
}
#container[data-v-0f6de40e] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-0f6de40e] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.contaniner[data-v-0f6de40e] {
	min-height: 11.3rem;
	background: #fff;
}
.serverType[data-v-0f6de40e] {
	background: #f6f6f6;
	min-height: 100%;
}
#cont[data-v-0f6de40e] {
	/*padding: .2rem 0;*/
	/*margin-top: 1rem;*/
	/*background: #F6F6F6;*/
}
.contFlex[data-v-0f6de40e] {
	/*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-0f6de40e] {
	width: .78rem;
	margin-bottom: .2rem;
	height: .78rem;
	border-radius: 50%;
}
.stateOfWorkLeft[data-v-0f6de40e] {
	color: #555;
	overflow: hidden;
	margin-left: -.1rem;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/
}
.contFlex div[data-v-0f6de40e] {
	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-0f6de40e] {
	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-0f6de40e] {
	color: #26C8AF;
	transition: border-bottom 2s;
}
.footer[data-v-0f6de40e] {
	position: absolute;
	bottom: 0;
}
.header[data-v-0f6de40e] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.navTab[data-v-0f6de40e] {
	position: fixed;
	top: .9rem;
	width: 100%;
	z-index: 3;
	height: .88rem;
	background: #fff;
}
.navTab[data-v-0f6de40e] {
	display: flex;
}
.navTabChild[data-v-0f6de40e] {
	flex: 1;
	height: .92rem;
	line-height: .92rem;
	font-size: .3rem;
	text-align: center;
}
.navTabRight[data-v-0f6de40e] {
	display: inline-block;
	width: 100%;
	height: .46rem;
	line-height: .46rem;
	border-right: 1px solid #f1f1f1;
}

.header[data-v-5e23ffbc] {
	-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-5e23ffbc] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-5e23ffbc] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-5e23ffbc] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-5e23ffbc] {
	flex: 1;
}
#container[data-v-5e23ffbc] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-5e23ffbc] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-5e23ffbc] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.contFlex[data-v-5e23ffbc] {
	/*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-5e23ffbc] {
	width: .78rem;
	margin-bottom: .2rem;
	height: .78rem;
	border-radius: 50%;
}
.stateOfWorkLeft[data-v-5e23ffbc] {
	color: #555;
	overflow: hidden;
	margin-left: -.1rem;
	text-overflow: ellipsis;
	/*white-space:nowrap;*/
}
.contFlex div[data-v-5e23ffbc] {
	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-c1e73e48] {
	-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-c1e73e48] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-c1e73e48] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-c1e73e48] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-c1e73e48] {
	flex: 1;
}
#container[data-v-c1e73e48] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-c1e73e48] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-c1e73e48] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.contFlex[data-v-c1e73e48] {
		/*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-c1e73e48] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-c1e73e48] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-c1e73e48] {
		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;*/
}

#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-776b64ac] {
  -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-776b64ac] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-776b64ac] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-776b64ac] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-776b64ac] {
  flex: 1;
}
#container[data-v-776b64ac] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-776b64ac] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-776b64ac] {
  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-776b64ac] {
  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-776b64ac] {
  //    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-776b64ac] {
}
.headerPS[data-v-776b64ac] {
  position: absolute;
  top: 0;
}
.active[data-v-776b64ac] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-776b64ac] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-776b64ac] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-776b64ac]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-776b64ac] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-776b64ac]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-776b64ac] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-776b64ac]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-776b64ac]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-776b64ac]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-776b64ac]: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-776b64ac],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-776b64ac] {
  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-776b64ac]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-776b64ac] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-776b64ac] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-776b64ac] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-776b64ac] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-776b64ac] {
  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-776b64ac]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-776b64ac]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-776b64ac] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-776b64ac] {
  height: 1.32rem;
  background: #fff;
}
.shengao[data-v-776b64ac] {
  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-776b64ac]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-776b64ac]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-776b64ac]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-776b64ac] {
  width: 0.4rem;
}
.inp[data-v-776b64ac] {
  width: 100%;
}
.container[data-v-776b64ac] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-776b64ac] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-776b64ac],
.containerTupian[data-v-776b64ac] {
  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-776b64ac] {
  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-776b64ac] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-776b64ac] {
  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-776b64ac] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}

.header[data-v-6a2838a1] {
	-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-6a2838a1] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-6a2838a1] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-6a2838a1] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-6a2838a1] {
	flex: 1;
}
#container[data-v-6a2838a1] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-6a2838a1] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-6a2838a1] {
	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-6a2838a1] {
	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-6a2838a1] {
	/*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-6a2838a1] {
	width: 100%;
	height: 3rem;
}
.header[data-v-6a2838a1] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.demandCommit[data-v-6a2838a1] {
	//    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-217bd9da] {
	-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-217bd9da] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-217bd9da] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-217bd9da] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-217bd9da] {
	flex: 1;
}
#container[data-v-217bd9da] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-217bd9da] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-217bd9da] {
	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-217bd9da] {
	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-217bd9da] {
	/*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-217bd9da] {
	width: 100%;
	height: 3rem;
}
.header[data-v-217bd9da] {
	position: fixed;
	width: 100%;
	z-index: 2;
}
.demandCommit[data-v-217bd9da] {
	//    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-0942f484] {
	-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-0942f484] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-0942f484] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-0942f484] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-0942f484] {
	flex: 1;
}
#container[data-v-0942f484] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-0942f484] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.cont[data-v-0942f484] {
		/*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-7757be09] {
  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-7757be09] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-7757be09] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-7757be09] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-7757be09] {
  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-7757be09] {
  width: 0.5rem;
}
ul li .title .mark[data-v-7757be09] {
  /*小圆点*/
  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-7757be09] {
  background: #95ce41 !important;
}
ul li .content[data-v-7757be09] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-7757be09] {
  font-weight: bold;
}
.title p[data-v-7757be09],
.title h3[data-v-7757be09] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-7757be09] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-7757be09] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-7757be09] {
  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-7757be09] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-7757be09]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-7757be09]: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-7757be09] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-7757be09] {
  background: #fff;
}
.audio-left img[data-v-7757be09] {
  background: #fff;
}
.header[data-v-7757be09] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-7757be09] {
  background: #1ab394;
}
.btnLeft[data-v-7757be09] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-7757be09] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-7757be09] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-7757be09] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-7757be09] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-7757be09] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-7757be09] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-7757be09] {
  display: none;
}

.header[data-v-8ed137c6] {
	-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-8ed137c6] {
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-8ed137c6] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-8ed137c6] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-8ed137c6] {
	flex: 1;
}
#container[data-v-8ed137c6] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-8ed137c6] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.active[data-v-8ed137c6] {
		color: #1AB394!important;
}
.container[data-v-8ed137c6] {
		display: flex;
		margin-bottom: 14px;
		height: 33px;
		background: #fff;
		width: 100%;
}
#container[data-v-8ed137c6] {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		width: 100%;
}
.serverType[data-v-8ed137c6] {
		min-height: 100%;
		background: #f6f6f6;
}
.containerBorder[data-v-8ed137c6] {
		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-8ed137c6] {
		position: absolute;
		background: rgb(255, 255, 255);
		padding: .1rem;
		border-top: 1px solid #eee;
		width: 95%;
		display: flex;
		padding: .14rem .18rem;
		text-align: center;
}
.returnListSub[data-v-8ed137c6] {
		flex: 1;
		padding: 0!important;
		background: #1AB394!important;
}
.containerInp[data-v-8ed137c6] {
		padding-left: .2rem;
}
.ListBorder[data-v-8ed137c6] {
		border-bottom: 1px solid #eee;
		height: 38px;
		font-size: .3rem;
		line-height: 39px;
		overflow: hidden;
		background: #fff;
		padding-left: .2rem;
}
.ListBorder[data-v-8ed137c6]:first-child {
		border-top: 1px solid #eee;
}

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



































































































































































































































































































.imgBage[data-v-68c5ea38]{
		 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-68c5ea38]{
    overflow: auto;
}

#current[data-v-56651295],
	#options[data-v-56651295] {
		z-index: 88;
		border-radius: 4px;
		width: 100%;
		font-size: .3rem
}
#replace[data-v-56651295] {
		cursor: default;
		overflow: visible;
		position: relative;
		font-size: .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-56651295]::-webkit-input-placeholder {
		font-size: .3rem;
}
.mint-cell-value[data-v-56651295] {
		margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-56651295] {
		margin-top: -.2rem!important;
}
#current[data-v-56651295] {
		margin-bottom: 0;
		font-size: 0.3rem;
		height: .5rem;
		line-height: .6rem;
		width: 100%;
		overflow: hidden;
}
.mint-cell[data-v-56651295]:last-child {
		width: 100%;
}
.ListBorder[data-v-56651295] {
		border-bottom: 1px solid #eee;
		height: 38px;
		font-size: .3rem;
		line-height: 39px;
		overflow: hidden;
		background: #fff;
		padding-left: .2rem;
}
.ListBorder[data-v-56651295]:first-child {
		border-top: 1px solid #eee;
}
#current[data-v-56651295],
	#replace[data-v-56651295],
	#options li[data-v-56651295] {
		width: 85%;
}
#options[data-v-56651295] {
		list-style-type: none;
		margin-top: 0;
		position: absolute;
		width: 310px;
}
#current[data-v-56651295],
	#options li[data-v-56651295] {
		padding: 5px;
}
#current[data-v-56651295],
	#options[data-v-56651295],
	#options li[data-v-56651295] {
		background-color: #FFF;
}
.inp[data-v-56651295] {
		width: 93%;
		border: 1px solid #E0E0E0;
		height: 26px;
		line-height: 26px;
		font-size: .38rem;
		padding: 4px;
		border-top: 1px solid #f6f6f6;
		margin-top: 9px;
		margin-left: 2px;
}
.show[data-v-56651295] {
		background: red;
}
.hide[data-v-56651295] {
		background: #0000FF;
}

#current[data-v-b63d7a5e],
#options[data-v-b63d7a5e] {
	z-index: 88;
	border-radius: 4px;
	width: 100%;
	font-size: .3rem
}
#replace[data-v-b63d7a5e] {
	cursor: default;
	overflow: visible;
	position: relative;
	font-size: .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-b63d7a5e]::-webkit-input-placeholder {
	font-size: .3rem;
}
.mint-cell-value[data-v-b63d7a5e] {
	margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-b63d7a5e] {
	margin-top: -.2rem!important;
}
#current[data-v-b63d7a5e] {
	margin-bottom: 0;
	font-size: 0.3rem;
	height: .5rem;
	line-height: .6rem;
	width: 100%;
	overflow: hidden;
}
.mint-cell[data-v-b63d7a5e]:last-child {
	width: 100%;
}
.ListBorder[data-v-b63d7a5e] {
	border-bottom: 1px solid #eee;
	height: 38px;
	font-size: .3rem;
	line-height: 39px;
	overflow: hidden;
	background: #fff;
	padding-left: .2rem;
}
.ListBorder[data-v-b63d7a5e]:first-child {
	border-top: 1px solid #eee;
}
#current[data-v-b63d7a5e],
#replace[data-v-b63d7a5e],
#options li[data-v-b63d7a5e] {
	width: 85%;
}
#options[data-v-b63d7a5e] {
	list-style-type: none;
	margin-top: 0;
	position: absolute;
	width: 310px;
}
#current[data-v-b63d7a5e],
#options li[data-v-b63d7a5e] {
	padding: 5px;
}
#current[data-v-b63d7a5e],
#options[data-v-b63d7a5e],
#options li[data-v-b63d7a5e] {
	background-color: #FFF;
}
.inp[data-v-b63d7a5e] {
	width: 93%;
	border: 1px solid #E0E0E0;
	height: 26px;
	line-height: 26px;
	font-size: .38rem;
	padding: 4px;
	border-top: 1px solid #f6f6f6;
	margin-top: 9px;
	margin-left: 2px;
}
.show[data-v-b63d7a5e] {
	background: red;
}
.hide[data-v-b63d7a5e] {
	background: #0000FF;
}

#current[data-v-105406ea],
	#options[data-v-105406ea] {
		z-index: 88;
		border-radius: 4px;
		width: 100%;
		font-size: .3rem
}
#replace[data-v-105406ea] {
		cursor: default;
		overflow: visible;
		position: relative;
		font-size: .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-105406ea]::-webkit-input-placeholder {
		font-size: .3rem;
}
.mint-cell-value[data-v-105406ea] {
		margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-105406ea] {
		margin-top: -.2rem!important;
}
#current[data-v-105406ea] {
		margin-bottom: 0;
		font-size: 0.3rem;
		height: .5rem;
		line-height: .6rem;
		width: 100%;
		overflow: hidden;
}
.mint-cell[data-v-105406ea]:last-child {
		width: 100%;
}
.ListBorder[data-v-105406ea] {
		border-bottom: 1px solid #eee;
		height: 38px;
		font-size: .3rem;
		line-height: 39px;
		overflow: hidden;
		background: #fff;
		padding-left: .2rem;
}
.ListBorder[data-v-105406ea]:first-child {
		border-top: 1px solid #eee;
}
#current[data-v-105406ea],
	#replace[data-v-105406ea],
	#options li[data-v-105406ea] {
		width: 85%;
}
#options[data-v-105406ea] {
		list-style-type: none;
		margin-top: 0;
		position: absolute;
		width: 310px;
}
#current[data-v-105406ea],
	#options li[data-v-105406ea] {
		padding: 5px;
}
#current[data-v-105406ea],
	#options[data-v-105406ea],
	#options li[data-v-105406ea] {
		background-color: #FFF;
}
.inp[data-v-105406ea] {
		width: 93%;
		border: 1px solid #E0E0E0;
		height: 26px;
		line-height: 26px;
		font-size: .38rem;
		padding: 4px;
		border-top: 1px solid #f6f6f6;
		margin-top: 9px;
		margin-left: 2px;
}
.show[data-v-105406ea] {
		background: red;
}
.hide[data-v-105406ea] {
		background: #0000FF;
}

#current[data-v-e98cb560],
	#options[data-v-e98cb560] {
		z-index: 88;
		border-radius: 4px;
		width: 100%;
		font-size: .3rem
}
#replace[data-v-e98cb560] {
		cursor: default;
		overflow: visible;
		position: relative;
		font-size: .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-e98cb560]::-webkit-input-placeholder {
		font-size: .3rem;
}
.mint-cell-value[data-v-e98cb560] {
		margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-e98cb560] {
		margin-top: -.2rem!important;
}
#current[data-v-e98cb560] {
		margin-bottom: 0;
		font-size: 0.3rem;
		height: .5rem;
		line-height: .6rem;
		width: 100%;
		overflow: hidden;
}
.mint-cell[data-v-e98cb560]:last-child {
		width: 100%;
}
.ListBorder[data-v-e98cb560] {
		border-bottom: 1px solid #eee;
		height: 38px;
		font-size: .3rem;
		line-height: 39px;
		overflow: hidden;
		background: #fff;
		padding-left: .2rem;
}
.ListBorder[data-v-e98cb560]:first-child {
		border-top: 1px solid #eee;
}
#current[data-v-e98cb560],
	#replace[data-v-e98cb560],
	#options li[data-v-e98cb560] {
		width: 85%;
}
#options[data-v-e98cb560] {
		list-style-type: none;
		margin-top: 0;
		position: absolute;
		width: 310px;
}
#current[data-v-e98cb560],
	#options li[data-v-e98cb560] {
		padding: 5px;
}
#current[data-v-e98cb560],
	#options[data-v-e98cb560],
	#options li[data-v-e98cb560] {
		background-color: #FFF;
}
.inp[data-v-e98cb560] {
		width: 93%;
		border: 1px solid #E0E0E0;
		height: 26px;
		line-height: 26px;
		font-size: .38rem;
		padding: 4px;
		border-top: 1px solid #f6f6f6;
		margin-top: 9px;
		margin-left: 2px;
}
.show[data-v-e98cb560] {
		background: red;
}
.hide[data-v-e98cb560] {
		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;
}

.contaniner[data-v-54195ad0] {
  /*margin-top: .28rem;*/
  position: absolute;
  width: 92%;
  top: 1.98rem;
  padding: 0 0.26rem 0 0.32rem;
}
.containerChildenr[data-v-54195ad0] {
  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-54195ad0] {
  width: 100%;
  height: 4.6rem;
}
.header[data-v-54195ad0] {
  position: absolute !important;
}
#login[data-v-54195ad0] {
}
.btn[data-v-54195ad0] {
  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-54195ad0] {
  height: 0.38rem;
  width: 0.24rem;
  margin-top: 0.2rem;
}
.imgHeightTwo[data-v-54195ad0] {
  width: 0.3rem;
  height: 0.34rem;
  margin-top: 0.2rem;
}
.inp[data-v-54195ad0] {
  border: none;
  width: 100%;
  height: 100%;
}
.imgHeightCuo[data-v-54195ad0] {
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.3rem;
}
.headerPortrait[data-v-54195ad0] {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #26c8af;
  margin: 0 auto;
}
.AccountNumber[data-v-54195ad0] {
  font-size: 0.36rem;
  /*margin-top: .45rem;*/
  padding: 0 0.16rem;
}
.AccountPasswordChild[data-v-54195ad0] {
  margin-top: 0.24rem;
}
.AccountNumberChild[data-v-54195ad0],
.AccountPasswordChild[data-v-54195ad0] {
  border-bottom: 1px solid #bfbfbf;
  height: 100%;
  width: 100%;
  display: flex;
}
.AccountNumberChild span[data-v-54195ad0]:nth-child(1),
.AccountPasswordChild span[data-v-54195ad0]:nth-child(1) {
  flex: 1;
  text-align: center;
}
.AccountPasswordChild span[data-v-54195ad0]:nth-child(2) {
  flex: 5;
  font-size: 0.36rem;
  text-align: center;
}
.AccountPasswordChild span[data-v-54195ad0]:nth-child(3) {
  flex: 2;
  color: #26c8af;
  text-align: center;
  margin-top: 0.34rem;
  font-size: 0.28rem;
}
.AccountNumberChild span[data-v-54195ad0]:nth-child(2) {
  flex: 7;
}
.AccountNumberChild span[data-v-54195ad0]:nth-child(3) {
  flex: 1;
  text-align: center;
}
.btoParent[data-v-54195ad0] {
  margin-top: 0.56rem;
  font-size: 0.36rem;
}
.AccountNumber[data-v-54195ad0],
.AccountPassword[data-v-54195ad0],
.btoParent[data-v-54195ad0] {
  padding: 0 0.52rem 0 0.38rem;
  height: 0.88rem;
}

.huadongHEight[data-v-8c666044] {
  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-8c666044] {
  padding: 0 !important;
}
.content[data-v-8c666044] {
  background: url(../../static/img/bground.4ee63ba.png) no-repeat;
  height: 100%;
  background-size: 100%;
}
.fixCentent[data-v-8c666044] {
  text-align: center;
}
.paddingTopList[data-v-8c666044] {
  padding: 20px 0;
}
.userName[data-v-8c666044] {
  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-8c666044]:nth-child(1) {
  flex: 1;
}
.container[data-v-8c666044] {
  position: absolute;
  font-size: 0.3rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 270px;
}
.userName img[data-v-8c666044] {
  width: 0.4rem;
  height: 0.4rem;
}
.userName span[data-v-8c666044]:nth-child(2) {
  flex: 5;
  overflow: hidden;
}
.userName span:nth-child(2) input[data-v-8c666044] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 0.3rem;
}
input[data-v-8c666044]:focus {
  outline-color: rgba(0, 0, 0, 0);
}
[data-v-8c666044]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.checkBox[data-v-8c666044] {
  display: flex;
  margin-bottom: 30px;
}
.checkbox[data-v-8c666044] {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.checkboxInp[data-v-8c666044] {
  width: 17px;
  height: 17px;
}
.footBtn[data-v-8c666044] {
  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-618e3411] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-618e3411] {
  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-618e3411] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-618e3411] {
  width: 0.4rem;
}
.headerParent[data-v-618e3411] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-618e3411] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-618e3411] {
  flex: 1;
}
#container[data-v-618e3411] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-618e3411] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.containerImg[data-v-618e3411] {
  position: absolute;
  right: 1.64rem;
}
.containerImg img[data-v-618e3411] {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
.active[data-v-618e3411] {
  color: #1ab394;
}
.navRelativeText[data-v-618e3411] {
  font-size: 0.24rem;
}
.containerLeft[data-v-618e3411] {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
.paddContainer[data-v-618e3411] {
  padding: 0;
}
.isFixed[data-v-618e3411] {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.containerChindThreeWidth[data-v-618e3411] {
  width: 1.68rem !important;
}
.containerChindThree[data-v-618e3411] {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
.navRelative[data-v-618e3411] {
  position: relative;
}
.navRelative .navRelativeOne[data-v-618e3411] {
  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-618e3411] {
  margin-right: 0.2rem;
}
#container[data-v-618e3411] {
  margin-top: 1.1rem;
  -webkit-overflow-scrolling: touch;
}
.bgContainer[data-v-618e3411] {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
.bgContainerFFF[data-v-618e3411] {
  overflow: hidden;
  background: #fff;
}
.containerChindThreeLeft img[data-v-618e3411] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}
.containerChindThreeTop[data-v-618e3411] {
  display: inline-block;
}
.containerChindThreeLeft[data-v-618e3411] {
  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-618e3411] {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
.containerChindThree[data-v-618e3411] {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.containerChindTwo p[data-v-618e3411]: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-618e3411]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.containerFLeft[data-v-618e3411] {
  float: left;
  color: #666666;
}
.containerFRight[data-v-618e3411] {
  float: right;
  color: #e50101;
}
.containerChind[data-v-618e3411] {
  flex: 1;
  margin-top: 0.3rem;
}
.containerChind img[data-v-618e3411] {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
.containerChindTwo[data-v-618e3411] {
  padding-left: 0.24rem;
  flex: 5;
}
.stateOfWorkLeft[data-v-618e3411] {
  color: #555;
  margin-left: -0.1rem;
}
.stateOfWork[data-v-618e3411] {
  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-618e3411] {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkChild[data-v-618e3411] {
  flex: 1;
}
.homePage[data-v-618e3411] {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.homeBg[data-v-618e3411] {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
.navTab[data-v-618e3411] {
  position: fixed;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
.navTab[data-v-618e3411] {
  display: flex;
}
.navTabChild[data-v-618e3411] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-618e3411] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-618e3411] {
  position: fixed;
  color: #26c8af;
  height: 1rem;
  z-index: 5;
  width: 1.6rem;
  transition: all 0.4s;
  border-bottom: 2px solid #26c8af;
}
.sexBlue[data-v-618e3411] {
  background: cornflowerblue;
}
.sexRed[data-v-618e3411] {
  background: red;
}
.headPor[data-v-618e3411] {
  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-618e3411] {
  width: 1.4rem;
  height: 1.4rem;
}
.headContainer[data-v-618e3411] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.6rem;
  z-index: 2;
}
.headContainerChild[data-v-618e3411] {
  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-618e3411] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
}
.headerInspect[data-v-618e3411] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.36rem;
}
.hederBtn[data-v-618e3411] {
  padding: 0 0.4rem;
}
.hederBtn button[data-v-618e3411] {
  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-5a4c07be] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-5a4c07be] {
  -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-5a4c07be] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-5a4c07be] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-5a4c07be] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-5a4c07be] {
  flex: 6;
  /* margin-left: -1.2rem; */
}
.headerLeft[data-v-5a4c07be] {
  flex: 1;
}
#container[data-v-5a4c07be] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-5a4c07be] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.mint-button--primary[data-v-5a4c07be],
.btnLeftWidth[data-v-5a4c07be] {
  background: #1ab394 !important;
}
.headerContainer[data-v-5a4c07be] {
  width: 100%;
  background: #f4fffc;
  padding: 0 0.22rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
}
.headerContainer img[data-v-5a4c07be] {
  width: 0.28rem;
  height: 0.28rem;
}
.headerContainer span[data-v-5a4c07be] {
  color: #666666;
  vertical-align: middle;
  font-size: 0.28rem;
  padding-left: 0.1rem;
}
.containerHis[data-v-5a4c07be] {
  padding: 0.2rem 0.28rem;
  background: #fff;
}
.footer[data-v-5a4c07be] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-5a4c07be] {
  width: 100%;
}
.footer .mint-button--normal[data-v-5a4c07be] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
  margin-left: 0.1rem !important;
}
.footer .mint-button--normal[data-v-5a4c07be]:nth-child(1) {
  margin-left: 0 !important;
}
.containerP[data-v-5a4c07be] {
  display: flex;
  /*margin-bottom: .11rem;*/
  line-height: 0.6rem;
}
.containerP p[data-v-5a4c07be]:nth-child(1) {
  flex: 3;
  font-size: 0.28rem;
  color: #7f8080;
}
.containerP p[data-v-5a4c07be]:nth-child(2) {
  flex: 11;
  font-size: 0.28rem;
  color: #323333;
  word-break: break-all;
}
ul[data-v-5a4c07be] {
  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-5a4c07be] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-5a4c07be] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-5a4c07be] {
  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-5a4c07be] {
  width: 0.5rem;
}
ul li .title .mark[data-v-5a4c07be] {
  /*小圆点*/
  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-5a4c07be] {
  background: #95ce41 !important;
}
ul li .content[data-v-5a4c07be] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-5a4c07be] {
  font-weight: bold;
}
.title p[data-v-5a4c07be],
.title h3[data-v-5a4c07be] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-5a4c07be] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-5a4c07be] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-5a4c07be] {
  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;
}

.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-fe44c3ac],
.btnLeftWidth[data-v-fe44c3ac] {
  background: #1ab394 !important;
}
.headerContainer[data-v-fe44c3ac] {
  width: 100%;
  background: #f4fffc;
  padding: 0 0.22rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
}
.headerContainer img[data-v-fe44c3ac] {
  width: 0.28rem;
  height: 0.28rem;
}
.headerContainer span[data-v-fe44c3ac] {
  color: #666666;
  vertical-align: middle;
  font-size: 0.28rem;
  padding-left: 0.1rem;
}
.containerHis[data-v-fe44c3ac] {
  padding: 0.2rem 0.28rem;
  background: #fff;
}
.footer[data-v-fe44c3ac] {
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  z-index: 8;
  display: flex;
}
.footer div[data-v-fe44c3ac] {
  width: 100%;
}
.footer .mint-button--normal[data-v-fe44c3ac] {
  flex: 1;
  width: 23%;
  padding: 0 !important;
  margin-left: 0.1rem !important;
}
.footer .mint-button--normal[data-v-fe44c3ac]:nth-child(1) {
  margin-left: 0 !important;
}
.containerP[data-v-fe44c3ac] {
  display: flex;
  /*margin-bottom: .11rem;*/
  line-height: 0.6rem;
}
.containerP p[data-v-fe44c3ac]:nth-child(1) {
  flex: 3;
  font-size: 0.28rem;
  color: #7f8080;
}
.containerP p[data-v-fe44c3ac]:nth-child(2) {
  flex: 11;
  font-size: 0.28rem;
  color: #323333;
  word-break: break-all;
}
ul[data-v-fe44c3ac] {
  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-fe44c3ac] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-fe44c3ac] {
  position: relative;
  width: 100%;
}
ul li .title[data-v-fe44c3ac] {
  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-fe44c3ac] {
  width: 0.5rem;
}
ul li .title .mark[data-v-fe44c3ac] {
  /*小圆点*/
  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-fe44c3ac] {
  background: #95ce41 !important;
}
ul li .content[data-v-fe44c3ac] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-fe44c3ac] {
  font-weight: bold;
}
.title p[data-v-fe44c3ac],
.title h3[data-v-fe44c3ac] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-fe44c3ac] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-fe44c3ac] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-fe44c3ac] {
  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-4c58eb5f] {
  position: absolute;
  width: 100%;
  height: 2.16rem;
  background: #22d7bb;
  z-index: 1;
}
.headContainerNo[data-v-4c58eb5f] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
}
.headContainerChildNo[data-v-4c58eb5f] {
  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-4c58eb5f] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.76rem;
  margin-bottom: 0.2rem;
}
.hederBtnNo[data-v-4c58eb5f] {
  padding: 0 0.4rem;
}
.hederBtnNo button[data-v-4c58eb5f] {
  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-4c58eb5f] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.headPorNo[data-v-4c58eb5f] {
  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-4c58eb5f] {
  width: 1.4rem;
  height: 1.4rem;
}
.headerParent[data-v-4c58eb5f] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-4c58eb5f] {
  -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-4c58eb5f] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-4c58eb5f] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-4c58eb5f] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-4c58eb5f] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-4c58eb5f] {
  flex: 1;
}
#container[data-v-4c58eb5f] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-4c58eb5f] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.demandColorListColor[data-v-4c58eb5f] {
  color: #23c6c8 !important;
}
.demandColorBg button[data-v-4c58eb5f] {
  background: linear-gradient(-90deg, #fb921f, #ffc343) !important;
}
.demandContColorTwo[data-v-4c58eb5f] {
  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-4c58eb5f] {
  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-4c58eb5f] {
  color: #f8901e !important;
}
.nodemandColor[data-v-4c58eb5f] {
  color: #666666 !important;
}
.demandTitle[data-v-4c58eb5f] {
  display: flex;
  padding: 0 0.4rem;
}
.demandTitle div[data-v-4c58eb5f] {
  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-4c58eb5f] {
  padding-bottom: 0.2rem;
}
.headContainerChildTitle[data-v-4c58eb5f] {
  padding: 0.44rem 0.18rem 0.26rem 0;
  color: #fff;
}
.headContainerChildTitle p[data-v-4c58eb5f]:nth-child(1) {
  font-size: 0.36rem;
}
.headContainerChildTitle p[data-v-4c58eb5f]:nth-child(2) {
  font-size: 0.3rem;
  margin-top: 0.06rem;
}
.headContainerChildTitle p:nth-child(2) span[data-v-4c58eb5f] {
  margin-left: 0.1rem;
}
.headParentD[data-v-4c58eb5f] {
  display: flex;
  position: relative;
  z-index: 5;
}
.containerImg[data-v-4c58eb5f] {
  position: absolute;
  right: 1.64rem;
}
.containerImg[data-v-4c58eb5f] {
  position: absolute;
  right: 1.64rem;
}
.containerImg img[data-v-4c58eb5f] {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}
.active[data-v-4c58eb5f] {
  color: #1ab394;
}
.navRelativeText[data-v-4c58eb5f] {
  font-size: 0.24rem;
}
.containerLeft[data-v-4c58eb5f] {
  display: flex;
  padding: 0 0.22rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #eee;
  float: right;
  width: 94%;
}
.paddContainer[data-v-4c58eb5f] {
  padding: 0 !important;
}
.isFixed[data-v-4c58eb5f] {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.containerChindThreeWidth[data-v-4c58eb5f] {
  width: 1.68rem !important;
}
.containerChindThree[data-v-4c58eb5f] {
  display: flex;
  padding: 0 0.22rem;
  float: right;
}
.navRelative[data-v-4c58eb5f] {
  position: relative;
}
.navRelative .navRelativeOne[data-v-4c58eb5f] {
  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-4c58eb5f] {
  margin-right: 0.2rem;
}
#container[data-v-4c58eb5f] {
  margin-top: 1.26rem;
  /* margin-top: 0.26rem; */
  -webkit-overflow-scrolling: touch;
}
#containerTwo[data-v-4c58eb5f] {
  margin-top: 1.26rem;
  /* margin-top: 0.26rem; */
  -webkit-overflow-scrolling: touch;
}
.bgContainer[data-v-4c58eb5f] {
  background: #f6f6f6;
  padding: 0.14rem 0 0 0;
}
.bgContainerFFF[data-v-4c58eb5f] {
  overflow: hidden;
  background: #fff;
}
.containerChindThreeLeft img[data-v-4c58eb5f] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
  /*padding-right: .05rem;*/
}
.containerChindThreeLeftTwo img[data-v-4c58eb5f] {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
  margin-top: -0.04rem;
}
.containerChindThreeTop[data-v-4c58eb5f] {
  /*margin-top: .02rem;*/
  display: inline-block;
}
/*.manyidu{
			width: .74rem!important;
	}*/
.containerChindThreeLeftTwo[data-v-4c58eb5f] {
  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-4c58eb5f] {
  /*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-4c58eb5f] {
  border: 1px solid #bfbfbf !important;
  color: #666 !important;
}
.containerChindThree[data-v-4c58eb5f] {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.containerChindTwo p[data-v-4c58eb5f]: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-4c58eb5f]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.containerFLeft[data-v-4c58eb5f] {
  float: left;
  color: #666666;
}
.containerFRight[data-v-4c58eb5f] {
  float: right;
  color: #e50101;
}
.containerChind[data-v-4c58eb5f] {
  flex: 1;
  margin-top: 0.3rem;
}
.containerChind img[data-v-4c58eb5f] {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 50%;
}
.containerChindTwo[data-v-4c58eb5f] {
  padding-left: 0.24rem;
  flex: 5;
}
.stateOfWorkLeft[data-v-4c58eb5f] {
  color: #555;
  margin-left: -0.1rem;
}
.stateOfWork[data-v-4c58eb5f] {
  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-4c58eb5f] {
  width: 0.78rem;
  margin-bottom: 0.18rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkChild[data-v-4c58eb5f] {
  flex: 1;
}
.homePage[data-v-4c58eb5f] {
  background: #fff;
  overflow-y: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.baoXiuColor[data-v-4c58eb5f] {
  background: #22d7bb;
}
.demandColorTwo[data-v-4c58eb5f] {
  background: #ed9f49;
}
.homeBg[data-v-4c58eb5f] {
  position: absolute;
  width: 100%;
  height: 2.56rem;
  border-radius: 0 0 0.4rem 0.4rem;
  z-index: 1;
}
.navTab[data-v-4c58eb5f] {
  position: absolute;
  /*top: .48rem;*/
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  height: 1.04rem;
  background: #fff;
}
.navTab[data-v-4c58eb5f] {
  display: flex;
}
.navTabChild[data-v-4c58eb5f] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabChildTwo[data-v-4c58eb5f] {
  flex: 1;
  /*color: #F8901E;*/
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-4c58eb5f] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}
.menubg[data-v-4c58eb5f] {
  /*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-4c58eb5f] {
  /*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-4c58eb5f] {
  background: cornflowerblue;
}
.sexRed[data-v-4c58eb5f] {
  background: red;
}
.headPor[data-v-4c58eb5f] {
  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-4c58eb5f] {
  width: 0.7rem;
  border-radius: 50%;
  height: 0.7rem;
}
.headContainer[data-v-4c58eb5f] {
  padding: 0 0.22rem;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 2;
}
.headContainerChild[data-v-4c58eb5f] {
  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-4c58eb5f] {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  margin-top: 0.76rem;
  margin-bottom: 0.2rem;
}
.headerInspect[data-v-4c58eb5f] {
  text-align: center;
  color: #999;
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.hederBtn[data-v-4c58eb5f] {
  padding: 0 0.4rem;
}
.hederBtn button[data-v-4c58eb5f] {
  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-4c58eb5f] {
  padding: 0.19rem 0.29rem 0 0.29rem;
  background: #fff;
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
}
.demandList .pinlun[data-v-4c58eb5f] {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .pinlun img[data-v-4c58eb5f] {
  width: 0.32rem;
  height: 0.32rem;
  padding-right: 0.06rem;
  vertical-align: middle;
}
.demandList .person[data-v-4c58eb5f] {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.21rem;
}
.demandList .person img[data-v-4c58eb5f] {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-right: 0.13rem;
}
.demandList .person .time[data-v-4c58eb5f] {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #8a8a8a;
}
.demandList .laizi[data-v-4c58eb5f] {
  padding-bottom: 0.2rem;
  color: #8a8a8a;
  font-size: 0.28rem;
}
.demandList .titile[data-v-4c58eb5f] {
  color: rgb(56, 49, 49);
  font-size: 0.34rem;
  margin-bottom: 0.34rem;
}
.demandList .dengji[data-v-4c58eb5f] {
  font-size: 0.28rem;
  margin-right: 0.3rem;
}
.demandList .quanzhong .zhongyao[data-v-4c58eb5f] {
  transform: rotate(-90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.demandList .idea[data-v-4c58eb5f] {
  padding: 0.05rem 0.18rem;
  float: right;
  border: 1px solid;
  border-radius: 4px;
}
.demandList .custome-idea[data-v-4c58eb5f] {
  margin-right: 0.1rem;
  max-width: 1.15rem;
  overflow: hidden;
  white-space: nowrap;
}

.headerParent[data-v-21e8051b] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-21e8051b] {
  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-21e8051b] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-21e8051b] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-21e8051b] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-21e8051b] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-21e8051b] {
  flex: 1;
}
#container[data-v-21e8051b] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-21e8051b] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-21e8051b] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-21e8051b] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-21e8051b] {
  /*padding: .2rem 0;*/
  margin-top: 1rem;
  /*background: #F6F6F6;*/
}
.contFlex[data-v-21e8051b] {
  /*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-21e8051b] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-21e8051b] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-21e8051b] {
  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-21e8051b] {
  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-21e8051b] {
  color: #26c8af;
  transition: border-bottom 2s;
}
.footer[data-v-21e8051b] {
  position: absolute;
  bottom: 0;
}
.header[data-v-21e8051b] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-21e8051b] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.88rem;
  background: #fff;
}
.navTab[data-v-21e8051b] {
  display: flex;
}
.navTabChild[data-v-21e8051b] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-21e8051b] {
  display: inline-block;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-30e4e218] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-30e4e218] {
  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-30e4e218] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-30e4e218] {
  width: 0.4rem;
}
.headerParent[data-v-30e4e218] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-30e4e218] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-30e4e218] {
  flex: 1;
}
#container[data-v-30e4e218] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-30e4e218] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-30e4e218] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-30e4e218] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-30e4e218] {
  margin-top: 1rem;
}
.contFlex[data-v-30e4e218] {
  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-30e4e218] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-30e4e218] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
}
.contFlex div[data-v-30e4e218] {
  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-2830d838]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-2830d838] {
	-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-2830d838]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-2830d838] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-2830d838] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-2830d838] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-2830d838] {
	flex: 1;
}
#container[data-v-2830d838] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-2830d838] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-2830d838] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.contFlex[data-v-2830d838] {
		/*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-2830d838] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-2830d838] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-2830d838] {
		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-78230b8c] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-78230b8c] {
  -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-78230b8c] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-78230b8c] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-78230b8c] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-78230b8c] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-78230b8c] {
  flex: 1;
}
#container[data-v-78230b8c] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-78230b8c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.active[data-v-78230b8c] {
  color: #1ab394 !important;
}
.container[data-v-78230b8c] {
  display: flex;
  margin-bottom: 14px;
  height: 33px;
  background: #fff;
  width: 100%;
}
#container[data-v-78230b8c] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 100%;
}
.serverType[data-v-78230b8c] {
  min-height: 100%;
  background: #f6f6f6;
}
.containerBorder[data-v-78230b8c] {
  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-78230b8c] {
  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-78230b8c] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.containerInp[data-v-78230b8c] {
  padding-left: 0.2rem;
}
.ListBorder[data-v-78230b8c] {
  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-78230b8c]:first-child {
  border-top: 1px solid #eee;
}

.headerParent[data-v-277d9878] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-277d9878] {
  -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-277d9878] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-277d9878] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-277d9878] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-277d9878] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-277d9878] {
  flex: 1;
}
#container[data-v-277d9878] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-277d9878] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.headerPS[data-v-277d9878] {
  position: absolute;
  top: 0;
}
.active[data-v-277d9878] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-277d9878] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-277d9878] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-277d9878]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-277d9878] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-277d9878]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-277d9878] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-277d9878]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-277d9878]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-277d9878]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-277d9878]: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-277d9878],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-277d9878] {
  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-277d9878]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-277d9878] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-277d9878] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-277d9878] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-277d9878] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-277d9878] {
  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-277d9878]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-277d9878]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-277d9878] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-277d9878] {
  height: 1.32rem;
  background: #fff;
}
.shengao_zichan[data-v-277d9878] {
  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-277d9878] {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.15rem;
}
.shengao_zichan div[data-v-277d9878] {
  flex: 1;
  font-size: 0.3rem;
}
.shengao_zichan .zichanText[data-v-277d9878] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  padding-left: 0.2rem;
}
.shengao_zichan .zichanRight[data-v-277d9878] {
  text-align: right;
  color: #9d9d9d;
}
.shengao[data-v-277d9878] {
  height: 0.72rem;
  width: 100%;
  display: flex;
  line-height: 0.72rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.28rem;
}
.shengao span[data-v-277d9878]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-277d9878]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-277d9878]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-277d9878] {
  width: 0.4rem;
}
.inp[data-v-277d9878] {
  width: 100%;
}
.container[data-v-277d9878] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-277d9878] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-277d9878],
.containerTupian[data-v-277d9878] {
  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-277d9878] {
  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-277d9878] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-277d9878] {
  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-277d9878] {
  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-70e4b75f]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-70e4b75f] {
	-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-70e4b75f]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-70e4b75f] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-70e4b75f] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-70e4b75f] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-70e4b75f] {
	flex: 1;
}
#container[data-v-70e4b75f] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-70e4b75f] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.footer[data-v-70e4b75f] {
		position: absolute;
		background: rgb(255, 255, 255);
		padding: .1rem;
		border-top: 1px solid #eee;
		width: 95%;
		display: flex;
		padding: .14rem .18rem;
		text-align: center;
}
.returnListSub[data-v-70e4b75f] {
		flex: 1;
		padding: 0!important;
		background: #1AB394!important;
}
.inpMargin[data-v-70e4b75f] {
		margin-top: .2rem;
}
.inspectParentChild[data-v-70e4b75f] {
		margin-bottom: .2rem;
}
.inspectParentChild img[data-v-70e4b75f] {
		width: .32rem;
}
.inspectParentText[data-v-70e4b75f] {
		vertical-align: middle;
		font-size: .28rem;
}
.inspectParent[data-v-70e4b75f] {
		height: .8rem;
		line-height: .8rem;
}
.inspectParentTextPar[data-v-70e4b75f] {
		font-size: .32rem;
}
.inspctList span[data-v-70e4b75f] {
		display: inline-block;
		padding: 8px;
		margin-left: .2rem;
		color: #333;
		background: #eee;
		font-size: .24rem;
		border-radius: .08rem;
}
.inspectParent span[data-v-70e4b75f]:nth-child(1) {
		display: inline-block;
		width: .06rem;
		height: .18rem;
		border-radius: 1px;
		background: #1AB394;
}
.inspectParent span[data-v-70e4b75f]:nth-child(2) {
		font-size: .32rem;
		color: #333;
		padding-left: .2rem;
		margin-top: -.02rem;
}
.inspect[data-v-70e4b75f] {
		padding: 0 .2rem 0 .26rem;
}
.bgContent[data-v-70e4b75f] {
		height: .16rem;
		background: #f6f6f6;
		width: 100%;
}
.inspectParent[data-v-70e4b75f] {
		padding: .1rem 0 .22rem 0;
		height: .22rem;
		line-height: .22rem;
}
.content[data-v-70e4b75f] {
		padding: 0 .26rem;
}
.content textarea[data-v-70e4b75f] {
		height: 2.68rem;
		font-size: .28rem;
		color: #999;
		width: 100%;
		padding: .1rem;
}
.audioContent[data-v-70e4b75f] {
		background: #f6f6f6;
}
.childAudio[data-v-70e4b75f] {
		padding: 0 .26rem;
		background: #fff;
}

.headerParent[data-v-079b3cb2] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-079b3cb2] {
  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-079b3cb2] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-079b3cb2] {
  width: 0.4rem;
}
.headerParent[data-v-079b3cb2] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-079b3cb2] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-079b3cb2] {
  flex: 1;
}
#container[data-v-079b3cb2] {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-079b3cb2] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.footer[data-v-079b3cb2] {
  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-079b3cb2] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}
.inpMargin[data-v-079b3cb2] {
  margin-top: 0.2rem;
}
.inspectParentChild[data-v-079b3cb2] {
  margin-bottom: 0.2rem;
}
.inspectParentChild img[data-v-079b3cb2] {
  width: 0.32rem;
}
.inspectParentText[data-v-079b3cb2] {
  vertical-align: middle;
  font-size: 0.28rem;
}
.inspectParent[data-v-079b3cb2] {
  height: 0.8rem;
  line-height: 0.8rem;
}
.inspectParentTextPar[data-v-079b3cb2] {
  font-size: 0.32rem;
}
.inspctList span[data-v-079b3cb2] {
  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-079b3cb2]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-079b3cb2]:nth-child(2) {
  font-size: 0.32rem;
  color: #333;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.inspect[data-v-079b3cb2] {
  padding: 0 0.2rem 0 0.26rem;
}
.bgContent[data-v-079b3cb2] {
  height: 0.16rem;
  background: #f6f6f6;
  width: 100%;
}
.inspectParent[data-v-079b3cb2] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.content[data-v-079b3cb2] {
  padding: 0 0.26rem;
}
.content textarea[data-v-079b3cb2] {
  height: 2.68rem;
  font-size: 0.28rem;
  color: #999;
  width: 100%;
  padding: 0.1rem;
}
.audioContent[data-v-079b3cb2] {
  background: #f6f6f6;
}
.childAudio[data-v-079b3cb2] {
  padding: 0 0.26rem;
  background: #fff;
}

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























.erParent[data-v-3c5ee7f1]{
		padding: 1.36rem .64rem .0rem .64rem;
}
.textFont[data-v-3c5ee7f1]{
	 font-size: .38rem;
	 color: #333333;
	     font-weight: 600;
    line-height: .5rem;
}
.erTwo[data-v-3c5ee7f1]{
		padding: .6rem 0 .44rem 0;
		text-align: center;
}
.erTwo img[data-v-3c5ee7f1]{
		width: .48rem;
		height: .52rem;
}
.erImg[data-v-3c5ee7f1]{
		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-3c5ee7f1]{
		width: 100%;
		height: 100%;
}
.topText[data-v-3c5ee7f1]{
		margin-top:1rem;
}
.topText p:nth-child(1) img[data-v-3c5ee7f1]{
		width: .32rem;
		height: .32rem;
}
.topText p[data-v-3c5ee7f1]:nth-child(2){
		font-size: .32rem;
		color: #333;
		line-height: .4rem;
}

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

.imgBage[data-v-2bb74e9d] {
  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-2bb74e9d] {
  overflow: auto;
}

.headerParent[data-v-7de23326]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-7de23326] {
	-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-7de23326]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-7de23326] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-7de23326] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-7de23326] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-7de23326] {
	flex: 1;
}
#container[data-v-7de23326] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-7de23326] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.iframeList iframe[data-v-7de23326] {
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		border: none;
}

.headerParent[data-v-1838fae7]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-1838fae7] {
	-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-1838fae7]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-1838fae7] {

	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-1838fae7] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-1838fae7] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-1838fae7] {
	flex: 1;
}
#container[data-v-1838fae7] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-1838fae7] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.demandColor[data-v-1838fae7] {
		color: #1AB394!important;
}
.nodemandColor[data-v-1838fae7] {
		color: #666666!important;
}
.demandList[data-v-1838fae7]{
	   padding: .19rem .29rem 0 .29rem;
      background: #fff;
      margin-bottom: .26rem;
      border-radius: .1rem;
}
.demandList .pinlun[data-v-1838fae7]{
    padding: .2rem 0;
          font-size: .28rem;
          color: #8A8A8A;
}
.demandList .pinlun img[data-v-1838fae7]{
		     width: 0.32rem;
    height: 0.32rem;
    padding-right: 0.06rem;
    vertical-align: middle;
}
.demandList .person[data-v-1838fae7]{
 		 display: flex;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: .21rem;
}
.demandList .person img[data-v-1838fae7]{
   width: .32rem;
              height: .32rem;
              border-radius: 50%;
              margin-right: .13rem;
}
.demandList .person .time[data-v-1838fae7]{
              flex:1;
              text-align: right;
              font-size: .28rem;
              color:#8A8A8A;
}
.demandList .laizi[data-v-1838fae7]{
              padding-bottom: 0.2rem;
          color: #8A8A8A;
          font-size: .28rem;
}
.demandList .titile[data-v-1838fae7]{
         color: rgb(56, 49, 49);
         font-size: .34rem;
         margin-bottom: .34rem;
}
.demandList .dengji[data-v-1838fae7]{
   font-size: .28rem;
         margin-right: .3rem;
}
.demandList .quanzhong .zhongyao[data-v-1838fae7]{
   			-webkit-transform:rotate(-90deg);
            width: 0.3rem;
            height: 0.3rem;
            margin-right: 0.1rem;
            vertical-align: middle;
}
.demandList .yijian[data-v-1838fae7]{
         padding: .05rem .18rem;
             float: right;
         border:1px solid;
         border-radius: 4px;
}
.containerImg[data-v-1838fae7] {
		position: absolute;
		right: 1.64rem;
}
.containerImg img[data-v-1838fae7] {
		width: .84rem;
		height: .84rem;
		margin-top: .32rem;
		border-radius: 50%;
}
.active[data-v-1838fae7] {
		color: #1AB394;
}
.navRelativeText[data-v-1838fae7] {
		font-size: .24rem;
}
.containerLeft[data-v-1838fae7] {
		display: flex;
		padding: 0 .22rem;
		padding-bottom: .14rem;
		border-bottom: 1px solid #eee;
		float: right;
		width: 94%;
}
.paddContainer[data-v-1838fae7] {
		padding: 0;
}
.isFixed[data-v-1838fae7] {
		position: fixed;
		background-color: #Fff;
		top: 0;
		width: 100%;
		z-index: 999;
}
.containerChindThreeWidth[data-v-1838fae7] {
		width: 1.68rem!important;
}
.containerChindThree[data-v-1838fae7] {
		display: flex;
		padding: 0 .22rem;
		float: right;
}
.navRelative[data-v-1838fae7] {
		position: relative;
}
.navRelative .navRelativeOne[data-v-1838fae7] {
		position: absolute;
		color: #fff;
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		background: linear-gradient(-10deg, #26C8AF, #45E9EE);
		right: 0;
		border-radius: 50%;
}
.alLeft[data-v-1838fae7] {
		margin-right: .2rem;
}
#container[data-v-1838fae7] {
		margin-top: 1.1rem;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		padding: .2rem;
    background: #eee;
    box-sizing: border-box;
}
.bgContainer[data-v-1838fae7] {
		background: #f6f6f6;
		padding: .14rem 0 0 0;
}
.bgContainerFFF[data-v-1838fae7] {
		overflow: hidden;
		background: #fff;
}
.containerChindThreeLeft img[data-v-1838fae7] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
		/*padding-right: .05rem;*/
}
.containerChindThreeTop[data-v-1838fae7] {
		/*margin-top: .02rem;*/
		display: inline-block;
}
/*.manyidu{
			width: .74rem!important;
	}*/
.containerChindThreeLeft[data-v-1838fae7] {
		/*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;
}
.containerChindThreeLeftHui[data-v-1838fae7] {
		border: 1px solid #BFBFBF!important;
		color: #666!important;
}
.containerChindThree[data-v-1838fae7] {
		margin-top: .14rem;
		padding-bottom: .14rem;
}
.containerChindTwo p[data-v-1838fae7]:nth-child(1) {
		margin-top: .24rem;
		line-height: .4rem;
		max-height: .8rem;
		min-height: .5rem;
		overflow: hidden;
		text-overflow: -o-ellipsis-lastline;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: .32rem;
		color: #333;
}
.containerChindTwo p[data-v-1838fae7]:nth-child(2) {
		margin-top: .2rem;
		font-size: .24rem;
}
.containerFLeft[data-v-1838fae7] {
		float: left;
		color: #666666;
}
.containerFRight[data-v-1838fae7] {
		float: right;
		color: #E50101;
}
.containerChind[data-v-1838fae7] {
		flex: 1;
		margin-top: .3rem;
}
.containerChind img[data-v-1838fae7] {
		width: 1.02rem;
		height: 1.02rem;
		border-radius: 50%;
}
.containerChindTwo[data-v-1838fae7] {
		padding-left: .24rem;
		flex: 5;
}
.stateOfWorkLeft[data-v-1838fae7] {
		color: #555;
		margin-left: -.1rem;
}
.stateOfWork[data-v-1838fae7] {
		padding: 0 .22rem;
		display: flex;
		font-size: .24rem;
		margin-top: .66rem;
		text-align: center;
		margin-bottom: .38rem;
}
.stateOfWork img[data-v-1838fae7] {
		width: .78rem;
		margin-bottom: .18rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkChild[data-v-1838fae7] {
		flex: 1;
}
.homePage[data-v-1838fae7] {
		background: #fff;
		overflow-y: auto;
		min-height: 100%;
		overflow-x: hidden;
}
.homeBg[data-v-1838fae7] {
		position: absolute;
		width: 100%;
		height: 2.16rem;
		background: #22D7BB;
		z-index: 1;
}
.navTab[data-v-1838fae7] {
		/*position: absolute;*/
		position: fixed;
		/*top: .48rem;*/
		width: 100%;
		z-index: 3;
		border-bottom: 1px solid #eee;
		height: 1.04rem;
		background: #fff;
}
.navTab[data-v-1838fae7] {
		display: flex;
}
.navTabChild[data-v-1838fae7] {
		flex: 1;
		height: .92rem;
		line-height: .92rem;
		font-size: .3rem;
		text-align: center;
}
.navTabRight[data-v-1838fae7] {
		display: inline-block;
		width: 100%;
		height: .46rem;
		line-height: .46rem;
		border-right: 1px solid #f1f1f1;
}
.menubg[data-v-1838fae7] {
		position: fixed;
		/*position: absolute;*/
		/*color: #26C8AF;*/
		height: 1rem;
		/*top: .45rem;*/
		z-index: 5;
		width: 1.6rem;
		transition: all .4s;
		border-bottom: 2px solid #F8901E;
}
.sexBlue[data-v-1838fae7] {
		background: cornflowerblue;
}
.sexRed[data-v-1838fae7] {
		background: red;
}
.headPor[data-v-1838fae7] {
		position: relative;
		top: .6rem;
		width: 1.4rem;
		height: 1.4rem;
		overflow: hidden;
		margin: 0 auto;
		border-radius: 50%;
		z-index: 3;
}
.headPor img[data-v-1838fae7] {
		width: 1.4rem;
		height: 1.4rem;
}
.headContainer[data-v-1838fae7] {
		padding: 0 .22rem;
		position: relative;
		margin-bottom: .6rem;
		z-index: 2;
}
.headContainerChild[data-v-1838fae7] {
		background: #fff;
		border-radius: 5px;
		top: .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-1838fae7] {
		text-align: center;
		color: #333;
		font-size: .32rem;
		margin-top: .9rem;
		margin-bottom: .2rem;
}
.headerInspect[data-v-1838fae7] {
		text-align: center;
		color: #999;
		font-size: .24rem;
		margin-bottom: .36rem;
}
.hederBtn[data-v-1838fae7] {
		padding: 0 .4rem;
}
.hederBtn button[data-v-1838fae7] {
		width: 100%;
		border-radius: 5px;
		height: .74rem;
		background: linear-gradient(-90deg, #26C8AF, #45E9EE);
		text-align: center;
		color: #fff;
		font-size: .32rem;
}

.headerParent[data-v-f7cc4afe]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-f7cc4afe] {
	-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-f7cc4afe]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-f7cc4afe] {

	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-f7cc4afe] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-f7cc4afe] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-f7cc4afe] {
	flex: 1;
}
#container[data-v-f7cc4afe] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-f7cc4afe] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.containerChindThreeLeftTwo img[data-v-f7cc4afe] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
}
.containerChindThreeLeftTwo[data-v-f7cc4afe] {
		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-f7cc4afe] {
		width: .24rem;
		height: .26rem;
		vertical-align: middle;
		margin-top: -.04rem;
		/*padding-right: .05rem;*/
}
.containerChindThreeLeft[data-v-f7cc4afe] {
		/*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-f7cc4afe] {
		padding-bottom: .14rem;
		background: #F6F6F6;
}
.demandList[data-v-f7cc4afe]{
	   padding: .19rem .29rem 0 .29rem;
      background: #fff;
      margin-bottom: .26rem;
      border-radius: .1rem;
}
.demandList .pinlun[data-v-f7cc4afe]{
    padding: .2rem 0;
          font-size: .28rem;
          color: #8A8A8A;
}
.demandList .pinlun img[data-v-f7cc4afe]{
		     width: 0.32rem;
    height: 0.32rem;
    padding-right: 0.06rem;
    vertical-align: middle;
}
.demandList .person[data-v-f7cc4afe]{
 		 display: flex;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: .21rem;
}
.demandList .person img[data-v-f7cc4afe]{
   width: .32rem;
              height: .32rem;
              border-radius: 50%;
              margin-right: .13rem;
}
.demandList .person .time[data-v-f7cc4afe]{
              flex:1;
              text-align: right;
              font-size: .28rem;
              color:#8A8A8A;
}
.demandList .laizi[data-v-f7cc4afe]{
              padding-bottom: 0.2rem;
          color: #8A8A8A;
          font-size: .28rem;
}
.demandList .titile[data-v-f7cc4afe]{
         color: rgb(56, 49, 49);
         font-size: .34rem;
         margin-bottom: .34rem;
}
.demandList .dengji[data-v-f7cc4afe]{
   font-size: .28rem;
         margin-right: .3rem;
}
.demandList .quanzhong .zhongyao[data-v-f7cc4afe]{
   			-webkit-transform:rotate(-90deg);
            width: 0.3rem;
            height: 0.3rem;
            margin-right: 0.1rem;
            vertical-align: middle;
}
.demandList .yijian[data-v-f7cc4afe]{
         padding: .05rem .18rem;
             float: right;
         border:1px solid;
         border-radius: 4px;
}
.BotButton[data-v-f7cc4afe] {
		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-f7cc4afe] {
		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-f7cc4afe] {
		display: none!important;
}
.searchParent[data-v-f7cc4afe] {
		padding: .09rem .08rem .11rem .12rem;
}
.searchInpIcon[data-v-f7cc4afe] {
		position: absolute;
		right: 14px;
		top: 10px;
}
.searchInp[data-v-f7cc4afe] {
		margin-bottom: 10px;
		height: 35px;
		display: flex;
		overflow: hidden;
		border-radius: 50px;
		line-height: 36px;
		position: relative;
		background: #fff;
}
.searchInp div[data-v-f7cc4afe]:nth-child(1) {
		flex: 5;
}
.searchInp div:nth-child(1) input[data-v-f7cc4afe] {
		font-size: .28rem;
		color: #333;
		padding: 0 .1rem;
}
input[placeholder][data-v-f7cc4afe] {
		color: #999999;
}
.searchInp div[data-v-f7cc4afe]:nth-child(2) {
		flex: 1;
}
.searchInp div:nth-child(2) i[data-v-f7cc4afe] {
		margin-top: 2px;
}
.demandList-cont[data-v-f7cc4afe] {
		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-f7cc4afe] {
		//    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-f7cc4afe] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.navTab[data-v-f7cc4afe] {
		position: fixed;
		top: .45rem;
		width: 100%;
		z-index: 3;
		height: .44rem;
		background: #fff;
}
.navTab[data-v-f7cc4afe] {
		display: flex;
}
.navTabChild[data-v-f7cc4afe] {
		flex: 1;
		height: .46rem;
		line-height: .46rem;
		font-size: .15rem;
		text-align: center;
}
.navTabRight[data-v-f7cc4afe] {
		display: inline-block;
		width: 100%;
		height: .23rem;
		line-height: .23rem;
		border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-ec8ee6c6]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-ec8ee6c6] {
	-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-ec8ee6c6]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-ec8ee6c6] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-ec8ee6c6] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-ec8ee6c6] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-ec8ee6c6] {
	flex: 1;
}
#container[data-v-ec8ee6c6] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-ec8ee6c6] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.contaniner[data-v-ec8ee6c6] {
		min-height: 11.3rem;
		background: #fff;
}
.serverType[data-v-ec8ee6c6] {
		background: #f6f6f6;
		min-height: 100%;
}
#cont[data-v-ec8ee6c6] {
		/*padding: .2rem 0;*/
		/*margin-top: 1rem;*/
		/*background: #F6F6F6;*/
}
.contFlex[data-v-ec8ee6c6] {
		/*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-ec8ee6c6] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-ec8ee6c6] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-ec8ee6c6] {
		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-ec8ee6c6] {
		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-ec8ee6c6] {
		color: #26C8AF;
		transition: border-bottom 2s;
}
.footer[data-v-ec8ee6c6] {
		position: absolute;
		bottom: 0;
}
.header[data-v-ec8ee6c6] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.navTab[data-v-ec8ee6c6] {
		position: fixed;
		top: .9rem;
		width: 100%;
		z-index: 3;
		height: .88rem;
		background: #fff;
}
.navTab[data-v-ec8ee6c6] {
		display: flex;
}
.navTabChild[data-v-ec8ee6c6] {
		flex: 1;
		height: .92rem;
		line-height: .92rem;
		font-size: .3rem;
		text-align: center;
}
.navTabRight[data-v-ec8ee6c6] {
		display: inline-block;
		width: 100%;
		height: .46rem;
		line-height: .46rem;
		border-right: 1px solid #f1f1f1;
}

.headerParent[data-v-43e5ef82]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-43e5ef82] {
	-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-43e5ef82]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-43e5ef82] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-43e5ef82] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-43e5ef82] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-43e5ef82] {
	flex: 1;
}
#container[data-v-43e5ef82] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-43e5ef82] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-43e5ef82] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
#cont[data-v-43e5ef82]{
   height: calc(100% - 1rem);
   overflow: auto;
   background: #fff;
}
.contFlex[data-v-43e5ef82] {
		/*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-43e5ef82] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-43e5ef82] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-43e5ef82] {
		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-529abc28]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-529abc28] {
	-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-529abc28]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-529abc28] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-529abc28] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-529abc28] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-529abc28] {
	flex: 1;
}
#container[data-v-529abc28] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-529abc28] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.header[data-v-529abc28] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.contFlex[data-v-529abc28] {
    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-529abc28] {
		width: .78rem;
		margin-bottom: .2rem;
		height: .78rem;
		border-radius: 50%;
}
.stateOfWorkLeft[data-v-529abc28] {
		color: #555;
		overflow: hidden;
		margin-left: -.1rem;
		text-overflow: ellipsis;
		/*white-space:nowrap;*/
}
.contFlex div[data-v-529abc28] {
		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-3e2bd8b8] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-3e2bd8b8] {
  -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-3e2bd8b8] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-3e2bd8b8] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-3e2bd8b8] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-3e2bd8b8] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-3e2bd8b8] {
  flex: 1;
}
#container[data-v-3e2bd8b8] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-3e2bd8b8] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.BotButton[data-v-3e2bd8b8] {
  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-3e2bd8b8] {
  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-3e2bd8b8] {
  display: flex;
}
.HisContaninerHisOne[data-v-3e2bd8b8] {
  flex: 1;
  text-align: center;
  margin-top: 0.2rem;
}
.HisContaninerHisTwo[data-v-3e2bd8b8] {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
}
.HisContaninerHisTwo div[data-v-3e2bd8b8]:nth-child(1) {
  flex: 1;
  text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-3e2bd8b8] {
  width: 0.62rem;
  margin-top: 0.2rem;
}
.HisContaninerHisTwo div[data-v-3e2bd8b8]: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-3e2bd8b8]:nth-child(1) {
  text-align: left;
  font-size: 0.32rem;
  color: #5a6c91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-3e2bd8b8]:nth-child(2) {
  text-align: right;
  float: right;
  font-size: 0.24rem;
  color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-3e2bd8b8]:nth-child(2) {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #222222;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-3e2bd8b8]:nth-child(3) {
  text-align: right;
  color: #656b8a;
  font-size: 0.24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-3e2bd8b8] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.HisContaninerHisOne img[data-v-3e2bd8b8] {
  width: 0.22rem;
  margin-top: 0.2rem;
}
.HisContaninerPerson[data-v-3e2bd8b8] {
  display: flex;
  padding: 0.14rem 0 0.28rem 0;
  border-bottom: 1px solid #d5d5d5;
}
.HisContaninerPersonDian[data-v-3e2bd8b8] {
  flex: 1;
  text-align: center;
}
.HisContaninerPersonDian img[data-v-3e2bd8b8] {
  width: 0.22rem;
  margin-top: 0.2rem;
}
.HisContaninerPersonDianTwo[data-v-3e2bd8b8] {
  flex: 15;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 1.2rem;
  font-size: 0.24rem;
}
.HisContaninerPersonDianTwo img[data-v-3e2bd8b8] {
  width: 0.62rem;
  margin-bottom: 0.2rem;
  height: 0.62rem;
  border-radius: 50%;
}
.HisContaninerPersonDianTwo div[data-v-3e2bd8b8] {
  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-3e2bd8b8] {
  height: 1.2rem;
  line-height: 1.2rem;
  color: #333;
  text-align: center;
}
.thumbsZan img[data-v-3e2bd8b8] {
  padding-right: 0.2rem;
}
.contHis[data-v-3e2bd8b8] {
  padding: 0 0.28rem 1.3rem 0.24rem;
}
.HisContaniner[data-v-3e2bd8b8] {
  background: #f3f3f6;
}
.contSan[data-v-3e2bd8b8] {
  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-3e2bd8b8] {
  padding: 0 0.28rem 0.3rem 0.24rem;
  font-size: 0.28rem;
  color: #666666;
}
.contFile[data-v-3e2bd8b8] {
  display: flex;
  padding: 0 0.28rem 0rem 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-top: 1px solid #e3e3e5;
}
.contPersonTwo[data-v-3e2bd8b8] {
  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-3e2bd8b8]:nth-child(1) {
  padding-left: 0.24rem;
  flex: 1;
}
.contPersonTwo div[data-v-3e2bd8b8]:nth-child(2) {
  flex: 2;
  text-align: right;
  padding-right: 0.28rem;
}
.contPersonTwo img[data-v-3e2bd8b8] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.contPerson[data-v-3e2bd8b8] {
  padding: 0 0.28rem 0.22rem 0.24rem;
  display: flex;
}
.contPersonColor[data-v-3e2bd8b8] {
  color: #fb9220 !important;
  padding: 0 0.05rem;
}
.contPerson div:nth-child(1) img[data-v-3e2bd8b8] {
  width: 0.28rem;
  padding-right: 0.16rem;
}
.contPerson div[data-v-3e2bd8b8]:nth-child(1) {
  flex: 1;
  color: #656b8a;
  font-size: 0.28rem;
}
.contPerson div[data-v-3e2bd8b8]:nth-child(2) {
  flex: 1;
  text-align: right;
  font-size: 0.28rem;
  color: #666666;
}
.contTitle[data-v-3e2bd8b8] {
  padding: 0 0.28rem 0.32rem 0.24rem;
}
.contTitle img[data-v-3e2bd8b8] {
  width: 3rem;
}
.contTitle p[data-v-3e2bd8b8] {
  word-break: break-word;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.36rem;
}
.headerCont[data-v-3e2bd8b8] {
  display: flex;
  padding: 0.18rem 0.24rem 0.22rem 0.24rem;
}
.headerCont div[data-v-3e2bd8b8]:nth-child(1) {
  flex: 1;
}
.headerCont div:nth-child(1) img[data-v-3e2bd8b8] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.headerCont div[data-v-3e2bd8b8]:nth-child(2) {
  flex: 6;
}
.headerCont div:nth-child(2) p[data-v-3e2bd8b8]:nth-child(1) {
  color: #656b8a;
  font-size: 0.32rem;
}
.headerCont div:nth-child(2) p[data-v-3e2bd8b8]:nth-child(2) {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.16rem;
}
.cont[data-v-3e2bd8b8] {
  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-3e2bd8b8] {
  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-3e2bd8b8] {
  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-3e2bd8b8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
button[data-v-3e2bd8b8] {
  margin: 0;
  outline: none;
}
.botButton-submit[data-v-3e2bd8b8] {
  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-3e2bd8b8] {
  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-3e2bd8b8] {
  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-e214f232] {
	border-bottom: 1px solid #D5D5D5;
	display: flex;
}
.HisContaninerHisTwo div[data-v-e214f232]:nth-child(1) {
	flex: 1;
	text-align: center;
}
.HisContaninerHisTwo div:nth-child(1) img[data-v-e214f232] {
	width: .62rem;
	margin-top: .2rem;
}
.HisContaninerHisTwo div[data-v-e214f232]: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-e214f232]:nth-child(1) {
	text-align: left;
	font-size: .28rem;
	color: #5A6C91;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(1) span[data-v-e214f232]:nth-child(2) {
	text-align: right;
	float: right;
	font-size: .28rem;
	color: #666666;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-e214f232]:nth-child(2) {
	margin-top: .2rem;
	font-size: .32rem;
	color: #222222;
	padding-bottom: .22rem;
}
.HisContaninerHisTwo div:nth-child(2) p[data-v-e214f232]:nth-child(3) {
	text-align: right;
	color: #656B8A;
	font-size: .24rem;
}
.HisContaninerHisTwo div:nth-child(2) p:nth-child(3) img[data-v-e214f232] {
	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-e8b3a75c] {
  color: #35AFB1;
}
.twoTextActive[data-v-e8b3a75c] {
  color: #666 !important;
}
.oneActive[data-v-e8b3a75c] {
  background: #F4FAFE;
  border: 1px solid #F4FAFE;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-e8b3a75c] {
  background: #fff;
  border: 1px solid #EDECEC;
}
.oneBgActive[data-v-e8b3a75c] {
  background: #35AFB1;
}
.twoBgActive[data-v-e8b3a75c] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-e8b3a75c] {
  border: 1px solid #35AFB1;
}
.twoBgBorderActive[data-v-e8b3a75c] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-e8b3a75c] {
  background: #35AFB1;
}
.twoBgBorderActive .icon-inner[data-v-e8b3a75c] {
  background: #ddd !important;
}
.item[data-v-e8b3a75c] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-e8b3a75c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-e8b3a75c] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-e8b3a75c] {
  color: #999899;
  font-size: 0.24rem;
}
.item .title[data-v-e8b3a75c] {
  color: #35AFB1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-e8b3a75c] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
  word-wrap: break-word;
  word-break: break-all;
}
.icon[data-v-e8b3a75c] {
  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-e8b3a75c] {
  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-e8b3a75c] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-e8b3a75c] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-e8b3a75c] {
  background: #35AFB1;
}
.line-active[data-v-e8b3a75c] {
  background: #35AFB1;
}
















































.BotButton[data-v-5e819938] {
  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-5e819938] {
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-5e819938] {
  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-5e819938] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-5e819938] {
  width: 0.4rem;
}
.headerParent[data-v-5e819938] {
  background: #fff;
  height: 0.88rem;
}
.headerTitle[data-v-5e819938] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-5e819938] {
  flex: 1;
}
.button-text[data-v-5e819938] {
  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-5e819938] {
  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-5e819938] {
  position: absolute;
  top: 0;
}
.active[data-v-5e819938] {
  background: #1ab394 !important;
  color: #fff !important;
}
.audioList[data-v-5e819938] {
  padding: 0.24rem 0.36rem 0.24rem 0.26rem;
  background: #fff;
}
.audioListParent[data-v-5e819938] {
  height: 0.84rem;
  display: flex;
}
.audioListParent div[data-v-5e819938]:nth-child(1) {
  flex: 1;
}
.audioListParent div:nth-child(1) img[data-v-5e819938] {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
}
.audioListParent div[data-v-5e819938]:nth-child(2) {
  flex: 2;
}
.audioListParent div:nth-child(2) img[data-v-5e819938] {
  width: 2.82rem;
  height: 0.84rem;
}
.audioListParent div[data-v-5e819938]:nth-child(3) {
  padding: 0 0.2rem;
  flex: 2;
}
.audioListParent div:nth-child(3) p[data-v-5e819938]:nth-child(1) {
  font-size: 0.32rem;
  color: #999;
}
.audioListParent div[data-v-5e819938]:nth-child(4) {
  flex: 3;
}
.audioListParent div:nth-child(4) p[data-v-5e819938]: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-5e819938],
.audioListParent div:nth-child(6) p:nth-child(1) img[data-v-5e819938] {
  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-5e819938]:nth-child(1) {
  color: #999999;
  font-size: 0.28rem;
  text-align: right;
}
.inspect[data-v-5e819938] {
  padding: 0 0.2rem 0 0.26rem;
}
.inspectParent[data-v-5e819938] {
  padding: 0.1rem 0 0.22rem 0;
  height: 0.22rem;
  line-height: 0.22rem;
}
.inspctList[data-v-5e819938] {
  /*padding: 0 .11rem 0 .13rem;*/
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.containerBg[data-v-5e819938] {
  padding: 0.2rem 0 0 0;
  background: #f6f6f6;
}
.inspctList span[data-v-5e819938] {
  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-5e819938]:nth-child(1) {
  display: inline-block;
  width: 0.06rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #1ab394;
}
.inspectParent span[data-v-5e819938]:nth-child(2) {
  font-size: 0.24rem;
  color: #565656;
  padding-left: 0.2rem;
  margin-top: -0.02rem;
}
.audioArray[data-v-5e819938] {
  background: #f6f6f6;
  padding: 0.1rem 0 0 0;
}
.audioArrayList[data-v-5e819938] {
  min-height: 2.32rem;
  background: #fff;
}
.shengao[data-v-5e819938] {
  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-5e819938]:nth-child(1) {
  padding-left: 0.4rem;
  flex: 2;
}
.shengao span[data-v-5e819938]:nth-child(2) {
  flex: 6;
  overflow: hidden;
}
.shengao span[data-v-5e819938]:nth-child(3) {
  flex: 1;
  text-align: right;
  padding-right: 0.2rem;
}
.shengao span:nth-child(3) img[data-v-5e819938] {
  width: 0.4rem;
}
.inp[data-v-5e819938] {
  width: 100%;
}
.container[data-v-5e819938] {
  height: 3.94rem;
  background: #fff;
  font-size: 0.28rem;
  padding: 0 0.24rem;
}
.container textarea[data-v-5e819938] {
  width: 100%;
  height: 2.2rem;
}
.containerLuyin[data-v-5e819938],
.containerTupian[data-v-5e819938] {
  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-5e819938] {
  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-5e819938] {
  width: 0.48rem;
  height: 0.46rem;
  padding: 0.3rem 0.54rem 0.18rem 0.48rem;
  text-align: center;
  margin: 0 auto;
}
.footer[data-v-5e819938] {
  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-5e819938] {
  flex: 1;
  padding: 0 !important;
  background: #1ab394 !important;
}

.headerParent[data-v-a6b725e6]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-a6b725e6] {
	-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-a6b725e6]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-a6b725e6] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-a6b725e6] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-a6b725e6] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-a6b725e6] {
	flex: 1;
}
#container[data-v-a6b725e6] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-a6b725e6] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.BotButton[data-v-a6b725e6] {
		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-a6b725e6] {
		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-a6b725e6] {
		/*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-a6b725e6] {
		width: 100%;
		height: 3rem;
}
.header[data-v-a6b725e6] {
		position: fixed;
		width: 100%;
		z-index: 2;
}
.demandCommit[data-v-a6b725e6] {
		//    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-47f2c5d8]{
	    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    height: .88rem;
}
.header[data-v-47f2c5d8] {
	-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-47f2c5d8]{
	position: relative;
	z-index: 999;
}
.headerLeft img[data-v-47f2c5d8] {
	
	width: .4rem;
	/*height: .16rem;*/
}
.headerParent[data-v-47f2c5d8] {
	background: #fff;
	height: .88rem;
	/*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-47f2c5d8] {
	flex: 6;
	margin-left: -1.2rem;
}
.headerLeft[data-v-47f2c5d8] {
	flex: 1;
}
#container[data-v-47f2c5d8] {
	/*overflow: scroll;*/
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.page-loadmore-wrapper[data-v-47f2c5d8] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.cont[data-v-47f2c5d8] {
		/*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-1ba381fe] {
  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-1ba381fe] {
  position: relative;
  margin-top: 10px;
}
ul li .wrap[data-v-1ba381fe] {
  position: relative;
  width: 100%;
}
.audioStart[data-v-1ba381fe] {
  font-size: 0.3rem;
  color: #9d9d9d;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
ul li .title[data-v-1ba381fe] {
  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-1ba381fe] {
  width: 0.5rem;
}
ul li .title .mark[data-v-1ba381fe] {
  /*小圆点*/
  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-1ba381fe] {
  background: #95ce41 !important;
}
ul li .content[data-v-1ba381fe] {
  position: relative;
  left: 0;
  font-size: 0.3rem;
  width: 100%;
  word-wrap: break-word;
  background: white;
}
.title h3[data-v-1ba381fe] {
  font-weight: bold;
}
.title p[data-v-1ba381fe],
.title h3[data-v-1ba381fe] {
  padding: 0 0 0 0.2rem;
}
ul li .content .line[data-v-1ba381fe] {
  position: absolute;
  left: -20px;
  /*小圆点是30px,减去宽度20px的一半*/
  top: -15px;
  /*让线往上靠标题的一半的一半*/
  bottom: -30px;
  /*补上标题的一半30px*/
  width: 1px;
  background: #afafaf;
}
ul li:last-child .content .line[data-v-1ba381fe] {
  /*最后一个li的线透明*/
  position: absolute;
  left: -21px;
  top: -15px;
  width: 0px;
  height: 0;
  background: rgba(0, 0, 0, 0);
}
.sanjiao[data-v-1ba381fe] {
  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-1ba381fe] {
  padding: 0 0.2rem;
  display: flex;
  background: #fff;
  line-height: 0.3rem;
}
.historicalInsptionParent p[data-v-1ba381fe]:nth-child(1) {
  display: inline-block;
  flex: 3;
  line-height: 0.6rem;
  color: #9d9d9d;
  text-align: right;
}
.historicalInsptionParent p[data-v-1ba381fe]: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-1ba381fe] {
  height: 1.22rem;
  clear: both;
}
.audioPlayerElement[data-v-1ba381fe] {
  background: #fff;
}
.audio-left img[data-v-1ba381fe] {
  background: #fff;
}
.header[data-v-1ba381fe] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.mint-header[data-v-1ba381fe] {
  background: #014f25;
}
.btnLeft[data-v-1ba381fe] {
  margin-left: 0 !important;
}
.historicalInsption[data-v-1ba381fe] {
  font-size: 0.3rem;
  padding: 0 0.2rem;
}
.tonghua[data-v-1ba381fe] {
  font-size: 0.3rem;
  padding: 0.24rem 0 0.2rem 0.24rem;
  color: #4d4d4d;
  font-weight: bold;
}
.mt-range-thumb[data-v-1ba381fe] {
  width: 15px !important;
  height: 15px !important;
  top: 40% !important;
}
.di img[data-v-1ba381fe] {
  display: inline-block;
  width: 0.56rem;
  /*margin-top: -15px;*/
  float: left;
  height: 0.56rem;
  padding: 0.1rem;
  padding-right: 0;
}
.di[data-v-1ba381fe] {
  padding-bottom: 0.2rem;
  /*margin-top: .1rem;*/
  display: inline-block;
  width: 100%;
  background: #fff;
}
.download[data-v-1ba381fe] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-1ba381fe] {
  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-5607beec] {
  color: #35AFB1;
}
.twoTextActive[data-v-5607beec] {
  color: #666 !important;
}
.oneActive[data-v-5607beec] {
  background: #F4FAFE;
  border: 1px solid #F4FAFE;
  box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.26);
}
.twoActive[data-v-5607beec] {
  background: #fff;
  border: 1px solid #EDECEC;
}
.oneBgActive[data-v-5607beec] {
  background: #35AFB1;
}
.twoBgActive[data-v-5607beec] {
  background: #ddd !important;
}
.oneBgBorderActive[data-v-5607beec] {
  border: 1px solid #35AFB1;
}
.twoBgBorderActive[data-v-5607beec] {
  border: 1px solid #ddd !important;
}
.oneBgBorderActive .icon-inner[data-v-5607beec] {
  background: #35AFB1;
}
.twoBgBorderActive .icon-inner[data-v-5607beec] {
  background: #ddd !important;
}
.item[data-v-5607beec] {
  display: flex;
  min-height: 1.5rem;
}
.item .icon-box[data-v-5607beec] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.13rem;
  min-height: 100%;
}
.item .cont[data-v-5607beec] {
  flex: 1;
  padding: 0.1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
.item .time[data-v-5607beec] {
  color: #999899;
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
}
.item .title[data-v-5607beec] {
  color: #35AFB1;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}
.item .sub-title[data-v-5607beec] {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.15rem;
}
.icon[data-v-5607beec] {
  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-5607beec] {
  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-5607beec] {
  width: 0.04rem;
  flex: 1;
  background: #DDDDDD;
}
.icon-active[data-v-5607beec] {
  border: 1px solid #35AFB1;
}
.icon-inner-active[data-v-5607beec] {
  background: #35AFB1;
}
.line-active[data-v-5607beec] {
  background: #35AFB1;
}

#current[data-v-2fbd3738],
#options[data-v-2fbd3738] {
	z-index: 88;
	border-radius: 4px;
	width: 100%;
	font-size: .3rem
}
#replace[data-v-2fbd3738] {
	cursor: default;
	overflow: visible;
	position: relative;
	font-size: .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-2fbd3738]::-webkit-input-placeholder {
	font-size: .3rem;
}
.mint-cell-value[data-v-2fbd3738] {
	margin-top: -.2rem;
}
.mint-field .mint-cell-value[data-v-2fbd3738] {
	margin-top: -.2rem!important;
}
#current[data-v-2fbd3738] {
	margin-bottom: 0;
	font-size: 0.3rem;
	height: .5rem;
	line-height: .6rem;
	width: 100%;
	overflow: hidden;
}
.mint-cell[data-v-2fbd3738]:last-child {
	width: 100%;
}
.ListBorder[data-v-2fbd3738] {
	border-bottom: 1px solid #eee;
	height: 38px;
	font-size: .3rem;
	line-height: 39px;
	overflow: hidden;
	background: #fff;
	padding-left: .2rem;
}
.ListBorder[data-v-2fbd3738]:first-child {
	border-top: 1px solid #eee;
}
#current[data-v-2fbd3738],
#replace[data-v-2fbd3738],
#options li[data-v-2fbd3738] {
	width: 85%;
}
#options[data-v-2fbd3738] {
	list-style-type: none;
	margin-top: 0;
	position: absolute;
	width: 310px;
}
#current[data-v-2fbd3738],
#options li[data-v-2fbd3738] {
	padding: 5px;
}
#current[data-v-2fbd3738],
#options[data-v-2fbd3738],
#options li[data-v-2fbd3738] {
	background-color: #FFF;
}
.inp[data-v-2fbd3738] {
	width: 93%;
	border: 1px solid #E0E0E0;
	height: 26px;
	line-height: 26px;
	font-size: .38rem;
	padding: 4px;
	border-top: 1px solid #f6f6f6;
	margin-top: 9px;
	margin-left: 2px;
}
.show[data-v-2fbd3738] {
	background: red;
}
.hide[data-v-2fbd3738] {
	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;
}

body[data-v-6d7c89f2] {
  background-color: #F7F7F7;
}
/*清除父级塌陷*/
.cle[data-v-6d7c89f2]:after {
  content: '';
  display: block;
  clear: both;
}
#stockAsset[data-v-6d7c89f2] {
  background-color: #F7F7F7;
}
#stockAsset .el-timeline[data-v-6d7c89f2] {
  padding: 10px;
}
#stockAsset .stockAssetList[data-v-6d7c89f2] {
  margin-top: 0.1rem;
}
#stockAsset .stockAssetList .stockAssetList-p[data-v-6d7c89f2] {
  margin: 0.2rem 0.17rem;
  font-size: 18px;
  font-weight: 600;
}
#stockAsset .stockAssetList .stockAssetList-model[data-v-6d7c89f2] {
  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-6d7c89f2] {
  font-size: 16px;
  font-weight: 500;
  height: 0.95rem;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-top .stockAssetList-top-left[data-v-6d7c89f2] {
  float: left;
  width: 200px;
  margin-top: 10px;
  margin-left: 10px;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-top .stockAssetList-top-right[data-v-6d7c89f2] {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
#stockAsset .stockAssetList .stockAssetList-model .stockAssetList-buttom[data-v-6d7c89f2] {
  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-5bfe3cae] {
  width: 100%;
  height: calc(100% - 51px);
  padding: 20px 25px 25px 25px;
  overflow: hidden;
}
.paddingD .addContent[data-v-5bfe3cae] {
  position: relative;
  min-height: calc(100% - 50px);
  width: 100%;
  background: #fff;
  padding: 15px 20px 20px 20px;
  overflow: hidden;
}
.paddingD .addContent .perionContent[data-v-5bfe3cae] {
  border: 1px solid #dcdfe6;
  border-radius: 6px;
}
.paddingD .addContent .perionContent .el-icon-circle-plus[data-v-5bfe3cae] {
  float: right;
  font-size: 24px;
  line-height: 36px;
}
.paddingD .addContent .perionContent .myItem[data-v-5bfe3cae] {
  padding: 15px 20px 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #dcdfe6;
}
.paddingD .addContent .perionContent .listDiv[data-v-5bfe3cae] {
  overflow: hidden;
}
.paddingD .addContent .perionContent .listDiv > .el-button[data-v-5bfe3cae] {
  margin-top: 15px;
  margin-left: 20px;
}
.paddingD .addContent .perionContent .listDiv .innerDiv[data-v-5bfe3cae] {
  overflow: auto;
  padding: 0px 20px 20px 20px;
}
.paddingD .addContent .perionContent .listDiv .periodList[data-v-5bfe3cae] {
  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-5bfe3cae] {
  padding-top: 0;
}
.paddingD .addContent .perionContent .listDiv .periodDetail .el-form-item[data-v-5bfe3cae] {
  width: 100%;
  margin-bottom: 0;
}
.paddingD .addContent .canEdit[data-v-5bfe3cae] {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
  min-height: 76px;
}
.paddingD .addContent .canEdit[data-v-5bfe3cae]:focus {
  outline: none;
}
.paddingD .addContent .flexDiv[data-v-5bfe3cae] {
  display: flex;
  flex-wrap: wrap;
}
.paddingD .addContent .flexDiv .ruleSpan[data-v-5bfe3cae] {
  white-space: nowrap;
}
.paddingD .addContent .btn[data-v-5bfe3cae] {
  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-5bfe3cae] {
  z-index: 2;
  position: fixed;
  padding: 10px 45px;
  background: #fff;
}
.paddingD .addContent .addTeamContent[data-v-5bfe3cae] {
  height: calc(100% - 135px);
  border: 1px solid #EBEEF5;
  border-radius: 4px;
}
.paddingD .addContent .addTeamContent .el-col[data-v-5bfe3cae] {
  height: 100%;
}
.paddingD .addContent .addTeamContent .el-col .filter-tree[data-v-5bfe3cae] {
  padding: 10px 20px;
  height: calc(100% - 40px);
  overflow: auto;
}
.paddingD .addContent .addTeamContent .el-col .peopleCheck[data-v-5bfe3cae] {
  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-5bfe3cae] {
  margin-right: 2px;
}
.paddingD .addContent .detailTeamContent[data-v-5bfe3cae] {
  height: 100%;
}
.paddingD .addContent .detailAddContent .el-row .el-form-item[data-v-5bfe3cae] {
  margin-bottom: 0;
}
.paddingD .addPeriodContent[data-v-5bfe3cae] {
  background: #fff;
  min-height: 100%;
}
.paddingD .addPeriodContent .headerP[data-v-5bfe3cae] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.paddingD .addPeriodContent .headerP > span[data-v-5bfe3cae] {
  vertical-align: middle;
}
.paddingD .addPeriodContent .headerP .tag[data-v-5bfe3cae] {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #1AB394;
  border-radius: 2px;
}
.paddingD .addPeriodContent .ruleListAdd[data-v-5bfe3cae] {
  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-5bfe3cae] {
  display: flex;
  padding: 0px 20px;
  padding-top: 22px;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item[data-v-5bfe3cae] {
  flex: 1;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item .choiceP[data-v-5bfe3cae] {
  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-5bfe3cae] {
  float: right;
  font-size: 22px;
  line-height: 38px;
  color: #d0d0d6;
}
.paddingD .addPeriodContent .ruleListAdd .el-form .el-form-item .choiceP[data-v-5bfe3cae]:hover {
  background: #f3f3f4;
}
.paddingD .addPeriodContent .addBtn[data-v-5bfe3cae] {
  padding: 10px 20px;
  text-align: right;
}
.departmentPeriod[data-v-5bfe3cae] {
  height: 100%;
  padding: 0;
}
.departmentPeriod .content[data-v-5bfe3cae] {
  height: 100%;
  background: #fff;
  display: flex;
}
.departmentPeriod .content .el-tabs[data-v-5bfe3cae] {
  height: 100%;
  width: 100%;
}
.departmentPeriod .content .el-tabs__content[data-v-5bfe3cae] {
  height: 100%;
}
.departmentPeriod .content[data-v-5bfe3cae] ::-webkit-scrollbar {
  display: none;
}
.departmentPeriod .content[data-v-5bfe3cae]:hover ::-webkit-scrollbar {
  display: block;
}
.departmentPeriod .content .rightContent[data-v-5bfe3cae] {
  flex: 1;
  overflow: hidden;
  height: 100%;
  margin-top: -20px;
  z-index: 20;
}
.departmentPeriod .content .rightContent .tableTopBtn[data-v-5bfe3cae] {
  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-5bfe3cae] {
  text-align: right;
}
.departmentPeriod .content .rightContent .ruleList[data-v-5bfe3cae] {
  overflow: auto;
  width: 100%;
  margin: 0 0px;
}
.departmentPeriod .content .rightContent .ruleList .el-button[data-v-5bfe3cae] {
  margin-left: 10px;
}
.departmentPeriod .content .rightContent .ruleList i[data-v-5bfe3cae] {
  font-size: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.headerP[data-v-5bfe3cae] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.headerP > span[data-v-5bfe3cae] {
  vertical-align: middle;
}
.headerP .tag[data-v-5bfe3cae] {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #1AB394;
  border-radius: 2px;
}
.headerPBL[data-v-5bfe3cae] {
  padding-left: 15px;
  border-bottom: 1px solid #dcdfe6;
  color: #333;
  font-weight: 600;
}
.likeA[data-v-5bfe3cae] {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 70%;
  color: #57a3f3;
  border-bottom: 1px solid #2d8cf0;
}
.radiusDel[data-v-5bfe3cae] {
  position: absolute;
  right: 0px;
  top: -1px;
  cursor: pointer;
}
.cellInput[data-v-5bfe3cae] {
  width: 100%;
  border-radius: 6px;
  height: 40px !important;
  line-height: 40px !important;
}
.el-aside[data-v-5bfe3cae] {
  text-align: center;
  height: 100%;
}
.el-main[data-v-5bfe3cae] {
  text-align: center;
}
.el-container[data-v-5bfe3cae] {
  height: 100%;
}
.caozuo[data-v-5bfe3cae] {
  height: 40px;
  font-family: Small;
  font-size: 14px;
  color: #909399;
  font-weight: bold;
  text-align: left;
  margin-top: -10px;
}
.caozuobut[data-v-5bfe3cae] {
  margin-top: 20px;
  line-height: 55px;
}
.caozuobut .el-button[data-v-5bfe3cae] {
  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-5bfe3cae] {
    font-size: 0.5rem;
}
}
@media (min-width: 1093px) {
.caozuobut .el-button[data-v-5bfe3cae] {
    font-size: 10px;
}
}
@media (min-width: 1300px) {
.caozuobut .el-button[data-v-5bfe3cae] {
    font-size: 10px;
}
}
@media (min-width: 1400px) {
.caozuobut .el-button[data-v-5bfe3cae] {
    font-size: 14px;
}
}
.rightBut[data-v-5bfe3cae] {
  position: absolute;
  color: #1ab394;
  border: 1px solid #1ab394;
  height: 36px !important;
  font-size: 14px !important;
}
.columnsFor[data-v-5bfe3cae] {
  line-height: 50px;
  margin-top: 10px;
}
.columnsFor .columnsInputModele[data-v-5bfe3cae] {
  margin: 0px auto;
  width: 90%;
}
.columnsFor .columnsInputModele span[data-v-5bfe3cae] {
  font-family: "PingFang SC";
  margin-right: 20px;
  color: slategrey;
}
.columnsInputModele .el-checkbox[data-v-5bfe3cae] {
  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%;
}



.headerParent[data-v-1b1a3893] {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  height: 0.88rem;
}
.header[data-v-1b1a3893] {
  -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-1b1a3893] {
  position: relative;
  z-index: 999;
}
.headerLeft img[data-v-1b1a3893] {
  width: 0.4rem;
  /*height: .16rem;*/
}
.headerParent[data-v-1b1a3893] {
  background: #fff;
  height: 0.88rem;
  /*border-bottom: 1px solid #ededed;*/
}
.headerTitle[data-v-1b1a3893] {
  flex: 6;
  margin-left: -1.2rem;
}
.headerLeft[data-v-1b1a3893] {
  flex: 1;
}
#container[data-v-1b1a3893] {
  /*overflow: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.page-loadmore-wrapper[data-v-1b1a3893] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contaniner[data-v-1b1a3893] {
  min-height: 11.3rem;
  background: #fff;
}
.serverType[data-v-1b1a3893] {
  background: #f6f6f6;
  min-height: 100%;
}
#cont[data-v-1b1a3893] {
  /*padding: .2rem 0;*/
  margin-top: 1rem;
  /*background: #F6F6F6;*/
}
.contFlex[data-v-1b1a3893] {
  /*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-1b1a3893] {
  width: 0.78rem;
  margin-bottom: 0.2rem;
  height: 0.78rem;
  border-radius: 50%;
}
.stateOfWorkLeft[data-v-1b1a3893] {
  color: #555;
  overflow: hidden;
  margin-left: -0.1rem;
  text-overflow: ellipsis;
  /*white-space:nowrap;*/
}
.contFlex div[data-v-1b1a3893] {
  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-1b1a3893] {
  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-1b1a3893] {
  color: #26c8af;
  transition: border-bottom 2s;
}
.footer[data-v-1b1a3893] {
  position: absolute;
  bottom: 0;
}
.header[data-v-1b1a3893] {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.navTab[data-v-1b1a3893] {
  position: fixed;
  top: 0.9rem;
  width: 100%;
  z-index: 3;
  height: 0.88rem;
  background: #fff;
}
.navTab[data-v-1b1a3893] {
  display: flex;
}
.navTabChild[data-v-1b1a3893] {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.3rem;
  text-align: center;
}
.navTabRight[data-v-1b1a3893] {
  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-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon:before{display:inline-block}.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-invitation:before{content:'\E6D6'}.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: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: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: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: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: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:before{content:'\E6AB'}.van-icon-ecard-pay:before{content:'\E6AC'}.van-icon-envelop-o:before{content:'\E6AE'}.van-icon-shield-o:before{content:'\E74B'}.van-icon-guide-o:before{content:'\E74C'}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url('data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAFukAA0AAAAA2FAAAFtLAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCShEICoOISIKwbQuDaAABNgIkA4NuBCAFhQ4HlFUbo6lVB3K3AwikSpsioop260Yi7Bcn5Zb9/3HpONzCVwWcBHkkAjU5ULNoJXYhKXDI2VHF3hC06X6AelxLkLUkaXc9w26Zzsf5QRmPcugfZZXl7bfbGdg28ic5ee37pXv76i9JoKuquhGly1Z1twxCYhEGmUFJhENiL54bf8PzbfN9BTz4nCr/KyDI4Ykogvq/3oDghSfgWXndCZVYdthh2ko7rJZZrcy1+e04t1qtc6lb7tRWu1qJtdZhtqt2xf+uZT82c6QKtCXABbrAlsHV8cROjLre8yXPHJjvnZYab7YgBQqCQMuJQ0cAkiZwkA1cjr4KdFD7V/qd0QiCbyV2EGwHjgIsKPwSz9PO96sLhEsin41giKNBMoHuzWk/Y1vtezOynSykHwksK7C/4XaRfZGu0jWwDNfPfCsPziuhLzb6AEfWFUI5xEwOHojHpJ3z/LDrxAWvgzk16SvdscB22qF5BOTEhVGaEeeG/thf+xtwk41DRUgHQOnOzNQcn6ACGpBBiktTzfaV1r+ZzD+voAzuA6kEpHVpKDUemEz18/f3QQ7fbaCQofTvTa1Mu2l2OScH7siZ2dpiFecUnalcxplISfbw/m90//+7gUY3wAW7SQ7MzggEuFoAHJ5AgrNLEBgcAHIpkGNqeMbbJrCzBXIdhpzd483JGpcZYzM/pWhDmSBReEGoXOFJmcJAQahQUaggMs56dW8pAcu8FF01mrX85VmtHIZDqoA6+7q7a60yze2iq9DIJSB4zFSeefzyJ3P+D36ldnseLkCaQsQILwMSCWN1rXuZ+3r+Xlb3bBUFBGkJmUlmUuAWesC/SWv5QwjD+i6+BREhQ7/DlbQe+XvdPAEIlvWIPMu4evviH6DzibQRbsaOv4oB9LkuwK826fGHbpXuuxyvgQW42tQjQMwx8BbyEu8QYslnyNKYw7M9ImAPk6wOOx3N+xnZXRdv7ps+PEpfiN90WtCPGkUBXXb/tx64n8TpuO5rh7CH5BvazhucjHe4xFj3Y9zIkVWJSJ67tP27zMxGzI0c6KMBJu+YUpGJmVciUQhlrMtSXEqNMcE4PhBCTB2RyYS5rC5GD4gLESqY1Egu0kCqZEbAhDwRQ4gMcxGW7BhgFQzEFwXhVoGOfpIcTYD1D9mMDEOoP2TEsgrYdCubDDkoXyLTDyExyp2AizYFRgkpdIPDRMRAH5V4yPg3YiKCHwGghnNJofQ7TaYvpXVrsgnd5nl2xuXrBvgTIFtSlWyagyfuoHwrsNb+jvY1Pd3cci+5magontCePEZi3MtjHlUfI+5pyrvkXDwWg1T7wPGKEbTT5Jku3oer9ALU9CPtd5R6bJqrU1LnFrrQdgZkUS84CeuQpojxmmn9eHbG3Gp219Hu0Z/U9BfCzDMWMuY8LXSWRkYAf/MJ+MVwtOLJVBjU+bn+l0Vq9Od42CcSzJzY2f5rtrdpb6Swbf1KFYwAmXckZZSCQzVeWQNDSaMSPcJZuZMjcSWT6fHrSOm0rRFtyCTnY+UQvD/CKlY7rj9NNGer7K9xlp08/fTHtjaKsSgKIjq7jMwHrLxLqk5suTwaQzfwBp/sgMdH4Hyk6riiE0KfXnVNdrJcHrhQhsP61kxkr+i6uyNmb2ciroFjMmGDaAP0CzbaobLsyzFMS81NhOZm6JI96B1b5eRF4uBK+EM7GjjHZlaTQ0kVzMZ3VqU5AguAxHeAHOBAWncYm6aqgGmu1uaFyYbJhvdrmCBQoL6Nco0aicymLvIu7naYn1RPOA7Q8hQLnKk0eX7e3dxEx26d5P+DtDqDWe1ugEda4L2t6vrMct3M+QIU3GLew5TiqlLXP77AK/f+qYoe7kpn4HW6J4p+K5bLNZeb+KSkaLcbVIcgNm8n91f7kywUrJnPiNUccu3+OovSuhuZzQAZFHE6zLBRHkXKowtn1aoYE/JAD7N/N1PkCz2QRlUTwc4KwKpnZdEa4zbOOY66Y1VLBBPefM7RoRAOEjhnpXYnksZ5izev7sr0yDdFkAgDqHU2nJE8KNLn4phmX9ues+Rst4gZTGuQh8je80qI0Jp+CDqpL4PIbKPEVaCw1SQNJvRzEN/7XK88Gq0VtALIddxCkyLGxufSxCd55hMs3c+8xn+gFTsCOjJK1DaXDCP7KuZGcKHid0cNI6Xd4z4viairROwNG85L83FzjJdZatAKz6yzRCl7ubxvvKxIDItpFZ5ZYm92XbTdvK9aXsYvuG0NEsizPmwQEXC8ggiCL3ALS7mSOwB4yN09zEcWB2OHSowee8eBtTB6A8SbkxnkZyBZXY3lJWKwqOLnAssl4i7qsq2eXEJQGamrW105z+M0MuL9kmMRAALeOT51RzqY1tuyTUo13bKB6X7GJJQyz15w4k6vkLD7707tn5EVaWf4GLu82/9gGtE8R5RhGhKBFFWc1Bi/TMO9sQ9iGMnh6XRE3f1eVY4v3MtX+X4trt561US7SnnGCGtncnGYv5oug8Bsy+eqAkNbbQy+c/E6h98lMohQSmKgcXH/jMduCtESvX9gSZAGsMI1+gGUDublg35qJ9Sy+8h/4j09T5kKcrzstorIZRrEJTl1gjtUvjty+97L51PR/2FZs7juKWpXoA2p8Kwvo+Rw3/H7YDf0mTCmVr0n/iP38Rzly5W4fpevl+7FSwJK4F/PLyeS58DQWV0jJhGCTBK2YNaJOcC+DAC/46Z1DdO58t0RkM2s1FoTfwzou9gn9S6EzXGEY7v4YTMv+Lh4Y/9jV8+AGW+pPStz8Z6RQh55zE2nXNpJ82NpzGADsYLsWe0jXiZgafcLreXS57ttT+Yjr9125dpDRRx7z7pKCqpUCMs19FAJimyAZ6wY0pu+5HTwJthhZj7PezjaVjGVLiIgim5CIS9Gg0Sl0hCR6qN0ulXXyaAEvr/C7ZQISJFqlkjKCPiDkVfq3O74MZYuvTI+mCW/BZXG4zUlzdKycwEmYzXcF3o+i/Z91u2xdwXrN8Xx5yVaB1OiZmHHyZPS18/qllpU4uXoKULsL6AMEOl2Gq4qBmVhoTmNgMOclX2AUokaFsHB6F0g+CE9Rn2ut4vfahrdYCxisGFjOw2njOl+u4gmkfGiVG/nuppZYYynlKt1j7pQ1QmhTK+NnvAZAHJBcu0oA0amcndOcy4Nt6YiGEgOs6kYO7EMspSQ24WaFnr4TduFkt/9XSxoOyHGsRuK3Zpe9ngh0dJaZF0/BUzvO+/pBBls3kRZmsDm3sCgTBPRXpXWZz1pq0lAU6XlXVq8wvN/msvRdTCPMeHVteWqLYpZqKMwLzxfOPe+UDPOYqku0zzWS61DLLRQP2M4sCQu8j/VptQXVx4MjEA0XEHXfX19/neef/Wh0Awl04tY06JpW4uOYoo4HB0YieRR91hKhF5lMfqZN6q8sPyAr/uC7oqGERgbCw5kYO3haFoUsTzJNENzc+FhVD04zsmkGPhYI8VQmr1snO/pq6ohfX9rxhYdVR1gaqpeLU4NQusFaSBLceLCzwObtm76i9drAF2QaLPAkRw50GMfcJAR+LZlFBvkDlQo5fjdhHoWyCPIz3n8cRL8d2HhFC+YKHmWe4g49E4cqjS7S8tb1KSPktsIffaY5jkDdMDtZk3MjMHGtRvM3YsrIr7G5NQISB0uyehSaRLMDQtgVPT46BSlzULF72FfBvaRx9WA6IAsSuv/DiuDYZ8r7kMjmfdrUpGnbPnSQrPFhDh8EkkDDWZ655INGAxy+SbGg5yAHwNCTa26zdjSF3QTSDskTJJZ2KUG91W7DAtPBabVruUvC/rk8ckGMMKY7vtmOMGEtuXmxJuSudD9VejC0DJbEhgu4L4ucKpd9UadXvergmhg792Bt52QJiKTPQ81b5Owxq8lkG4zBq4FSacf+3EDlUtOASWVpJV/vq8J2hjFoJz3ciW/EMannFO9uBXYkfB+YjJ6a+q5lecZPXqNnnOa1adpKKceQf4ktQn0tlbnA2CIiBCSioxT9kqFeOBBDF2/cqxpEZmqyD98r1XE/q+WvtfBAaJIyI61B81bR60+D6o+aywZubc9Vv8I6XFzQ+oDKlWONW6Xs8sT9eqNaYQ4p7kIVAag1SzcbD0cSzxJrsZGwlyD5cxLkHjWy4kvyJp1qKYs1m9pyC0CQMQo15DQzJk3BiibKIDyQbDjWv9zgpaoCX27gpUD2ZfD04kS8yG8kTd/nG1hPdTJgDyA3FyeD0lDxHEMSno+R46X7kix3pJEtrkvRpmg1Q0bE4hJ3s05TeMtJEslTPgowZTDrsFSz4SyF3apX0RujsMKUOEcELVBNLri98rCnC+KXyGrsx9vkogKbQGHElY7PCZDUrRhW+I0AQ34Rp03jlmOXMvL8Gqt8l1NUpIaGUDtQh4iLErTX5OPqlUwUH9M8UEAGlF/XDlssLXYzz4OS44tSmjdkLUaIVeQtXlXEmwxrU2WaXnHyUgy2o6stBJflwx/UJK54+EoDe8xJgBMoQTxbz8v6svtESgc+kWVdZZgKHJS6xQjwhsECVc6Mf9uEbf+WIEWRQxLWlN6WcQpwkXOPwNUg9FbCFv9U45YqWjxDkN2jsZy25VRP1eR8RX1doPWpBL5yoBFJfZUEyOCE5bUo4/X7UvUcjG2MCdy+QWY6OUH5NzUKWXNS7gtQ6w9LMlSZDU70/Uy6Oo6UYpitUeDxK5lhm7lHLBma6sf5tIeXx06nPCn63wEQxuuzslHHqPD4oChktLfcSKtTxHKYcLiFBERX0PioGJ5R2RfE5CQY5SlSE0HqrNouS+9cD8wuUvxfTiiiungpgdKubIoQbmnqo+6rc0gNToYs1EHNtbRrG3+8yLTcXXRbo1V/jjxSj55BLnRuT/jtgX2Enqd3wwACsAdJdWS4xEppsYGEishB3SahwAZysARp54O3sow6C0wVMcHMYqIKSrdw7KaxC7A1HDiUmTfvrJUv01Xceq36octNUyrMbalBFbRZCbHr8vqMwWbCY8FzrUkUIyEBYKFFqeW3StlAHYaB2AJVqdOjf6oXJ+NTA4JkE1RCeuqoP696rbNecCbJ9OI3DaAItnveMKUcexbIAHCVqxaZ1fo1pJlbtdbZrjVXASL2tRpuoARjLwDgGyLpAjRKgBoeJAtwypjBt/p51tZFYKgmi/M47bTQQAzsULrvwlbOjGI5axjxurQgoXkfb2TKuODlIba8XywxO0WLxYQSpwGRaoTk7M0MmWc+ioU93pDrSNxTRq/eStBSrOkE3SpfbCuMZFYNknyieWEI/9M84iJMiwKrUekx99VjWOT3HA3qWHKJsbhUJyCo/2aVvPfB9xhLjJ6vEZBm+/Yy2bkUJnS9f1zPQEaEnRhXMmNvHlF5Btw67A8OOTEULq/4PBlrcrn9BgWGPzRJ+Fo1NglP75k4mBoUODRQ2lS3sGP9dHep252H6WxYfYAT2V7gGayPkASWZWwWI2rnYGrBbwYb1oUY6pUn/k+xJVG5FIjiBCPmbGJ6iWLohOXcSkFzgZg2jDdBgfLuznW4yMqf/ajw75iflZfMo0UmTCiCjUldOnvGpCSixJluEmyf7w3teiSTxQxjh53l27xXWNmxm7HiXr5PkWqT8/dHnnm7My98CVLE3X51ply7n7Kb/E1rgYALZNmaEV/zo2ZR7jbD/qxVQJITmyoqMsqU3QLRObNtnLYRpxxJC+QDYB0xyyhTv1XUfIhOiawHbIBie4xkxI1/iuXf3aJCs4f9Tv8TmAph8XdUBvqedZnCQIBo5mVFvV0qaGTjvKMGXd6afn29uPh2GOH4dPOysxZb9bcququsxaYSDUq4Rq6zXV9O2H0aDqMMd5Gelmylt6SRPPjUkZtTDC3S/bX14IP6x9owJomxRy+RYZzeYHjtOIogWGG6scLJwmERxFuWprZNTCH6RVWuS2UzAjhQquvr08v1U3NASJ3zNLeFNm7l1ZFu87KqrOWTqN1aR1JRkhRVMtqyk8BKEqFKrSrn9baobfeiDFek6/39ltDb75N4HVDn6osKMphV0l/2jFjmw/xU7X27e3sefl2DYALS1kv0cNeudhKEBmrn9lTTqqzMVJvRYMZCZjDLO20r7jNcnMCmr+QSUyxnkJUWWYpsllX1RbOqqr/55EydZSDloueBHZdOCzt2hxTD0lPNuC0OUZbUFVWtP7VgR506A0aR7e0jK486CwJFPP9mPCebXn1IXdpyEL1m3PnW6RmKk0ZlrMuB6Gka842QTqUSCibAlynh3oSoVA5dpOYNlNcQxefV7gva7N0dYbuT9MZdymLNSmePZ7ohmfhWmZ9Wd66bKuu1GWyUOW1gCBSmq63Xy60kjp1NEfhU38bk5v6LAUvcajD52btF6krgjUc1ojmca8oTltTseoXX0hNvqIjwj6GeDfhVfyPpgoGZagTU43yCXFxQn0U007MMEPvxWssRBdiAgbophBaAazYDSMTmbVPo2RPX0OvUVubGRVpjbGSOvZAyXzXt+f/75shch2A4IL/cebfvfd4g4j01iKHOQ7V0Mvn2O+kk4jXx7boVf3kgxierl99k1SBuENIp0xtGHB3YQTBE6EgVt74/xc8Y4nK7ZDoWkxIE9LOtu4Q+H5xbJn6cx0DlCsFcN9yZljbUDhFHJBX+iLPn0NW3gun06xF1R0DYUnOxBLmCG/IIyy84J+j1R3DMSvPkoYnz4XLWjUc9VEtyZDkFKE0q+Ieauu6cpc9gV68xzYR9mUPHhdEhDET+wswpEc/poBjWAXC8fi/E/ipAeS6NEmLZLyYZosx6WFC2nRk0x8V6LOZ4w9Koo9sLMkBXiqRrAAwK+btntSqYaGWNOHd5A3eWWPApacp4noK8yxevZGAu4vqbl1gjmyix4qtXMejEjbCApNzFGaMwdbwm7ODB9Mi7NsAA5npDO7dfZS7bfHrhon7NpqqW3ubnOtnFL+eIyFJX+oNa5RFR46FgGULN0ql2GkVu4cGR28EFKSdFR9qa/gCRNjScl9n5WMmNC+zeGG/6yvHO5SUjynHGcyJ00mAiGuHomFgVl/z6Fbs5JV1b+4TnXkRG2Kv3eoid6wADosUQrOdVGWO03QITsk4DEPJe2aHqlMwdFCbR8k2Ykc3ctOOYgnvQNnnAmUjVm/Pfr4r9eAYwAiICEXOFsE1lxb7eiviyGcAh3w+NCumxngTol36KEuiOYrQ0RX6nQDQcNSQktmCy848QSAQzRtr9rBIRHHDm5UeKkHe1LwFuZioBe3itkUaMkWx0gzqHFBHW6qopWbV+YIsYodsdkiRZEBRkF8oahBU03kMjAyEjGvVNQ5MJ7W7l9U0xJvMpriuCho+RQMH3C6v11DMtMrWIYJeqDBZF0UnGu2lZST6U2qqiUVH668RKWExRjJbiO6nMIeU5RED5Kwntj7GRLTS5GcYbsuJuA4DwgCt+W+k49C/LnZlZQKNfCXfvbKkkRkLQAPT2dljdfdZkVs/7j376sGOzYV9bSW9K7JnmjrCmbLx83smJHiPm7c3Ig7y8M5jBKELPD4rPNYYGB0he5qZqLHutgOJLOLbfBqeAIPopvMBxCdu8rTo12RTUZKbPl6IysxUg4c90IorduiGmMm2TV3uHOzWL43dRusYJ1xZ/Vyq6LC9KkFnI+dIUVTueleJKm8qcJyxIjA4HHDBm1aNCAQewdTDyQHtjDRLgFhRG0aSbQAEynIS0mg1M9to1f7GW5VUbdYdo6c35EQte3HCG0h9iujrv1/Y4Rg08JpLVmfWdjDSfegXGKSxINsasoca752c+BKj7B4S695sAq/OaBbsmDG6zdg94N4/se030kRvmsl3YDq2WsNip9C0JjJgDKyonEzMg3pUGErE5jn5kzuhjK/+nPEAn8YnkOvFjcEcYf1h6X+IWUItPnz0/6pJGObzXoiPipRvO46smoWd+lH67qX/A0f8dtcrnW5XWzV42NHjdbePXWWZeSwBNOsYDCNhs1ltB1x0xnEEJ5foceCQDgJLPJAARGJseWdDIZKou1EGUguTGLB9SWI1UdaIJ7XhlDEmoyoh7CCHfwsFnfgojaad9UmUxCbkcGaXVstrs6NLZSoz9yoX4xKkes2ibfUiU5KcQCx8a5DDPDdDJLF/klbc5dUtPQL8q4j3CG0ITqCmAjUbVp5bUsBBDFpbxqc4CasYYlbxuPU04j0jsCFWQJVkXfWs9rWnGcRR7hCewJzr5CkikJzO6AAwkO65plLMZZag1SVQkkE1H2wBVj7NaHqZiiCigigZauTHKbL3bxa+8D8DBIvDj4mHGgjQGlLolcHbilvkqjEhhvFyW82yNclBpCfnKcfH2c3KK2CXq3lVBWlb9fYkf+t6rPQXg/d56aQncclOMMaJ2JIEacbOzLTphBEWKGqt64a1WRHn5z3CtxsicxQ2La+n2r5SWOzumrPBP3QC0IiHidadU9O7mfGmVlOCWkwjzwWvPyQ6hzlm2juP+E88xrdxgOG8AoEEdbEdMLQFhnpe+D4RkTXQR8DgTkQEI/500KVda6yq53W9TCiR/MxN0+muRUuUoCzhgtAGbGUWObRUp8bMvP+y9OgQia1pZGIvEcsgTyuhWnkrp8QHUp3QGZ13hf72HzUiyR8bUTHgu11L4jdyijrZhC1eatUiG/CW01fgTEp5AvMVOIWbzTgM0ucHVLVCEmCR2ZyKpCbKCVthWViyySDqbBYVWXVZpVp+LJdlZ5mKsLh9qJE+0tyKxZwgzus+XlHqHWncAr/rpxbLO/d5m4qLrH+aihUnDT00tx67XDw3FbYaYruZyNkgVoFU5wlMwVHkyO+Fm0iTE1Brg8mTbEkm0hyuqCJQaGOqemF0ThYXxckF8CLvEuGxAhU3+jEVpkx+zDSDcphnaEAqyaXrRapA1p6JGKR8sRwVM4yj1QTE/WIGSOXygAy9ZHYAp9Joz5rq9Piz64TSpIwtwVB/nJGifT4CqaAIeufeH9d3xvWtoqmAPaZqylvtt83xqAqtkTKmlEptwBPZ0+oFRN4tjybs1c+Bvq4olbuyqzXa793o5Eqhd0G0KIGdgfKmI8w9lCEN2nmoups2w5zrlFSUZZcDcwnvbIdjQIYVJhuCO1YaWpsTsTM2U6TgBx5GGQg1qJU3T9ycZZrZHXQ+QSEw4zHuQjve46QD2oXJsTHkXaYwpfOaGf6wJmseY2zbAmvxl72p6IvaPQNuR/xYNIDREeGCxwZHuLZpOo97IDBI6PPj2GOn60WavnzjnE5Lu7GgE1zuvAglA0nflc/qNiuvynUZycu/jPFNLtt6sLJyMqHJzcvKdJD7t3pWtLbEeV2kiM0icWb8GM0JzywNblynP2s/3wYJ6KVGuVaIvRyqmWAbvFi5xs40OETabnqkNtDjNYWToATBLIn35vN/t3VV5GqML7O1ug6tu1vqvSYfz9S2n0n6OnkXx1xAtzxqKCCiT/DMP9oL7/7yp4YtpmkTs+aWCR4nGu/HqZ8USIgizL40ksHAhjRdiAYPGo7z2L2d8AEcSa7twVGQhKBQ5Y5/3M2Git4ju4osXisHUEKtgm/T+0eul8jKjSY4jk+uqoAg89kwcnMWVqKxn5qgtmEUUVptfSe9G+MuQpMTiVq0xgKmPVFdxJsd4sMnJn9REbTN5hOmlSYVKaa4qwugLSPpJmwE322Etg2SyG9U1148ND5BBeTSOH9pkLU46XCM6V6dVThS57JUyQVy5Ur/g6dvH0vK9dzkqujjbaI2iGfx6hkJcffTqz5oRGG6zL2nEZLPFIjdggxqPFZwMZtj5hNVK131W+lxQNptaKScDoluuRVJy2UrZVY0qJQLyeHpSbMyrP/082McSw1q7QmakWuRwILWbk5jfk7LorePm2IWipCWwsHaNDSzihS+cVGvJeYy924oa68PKw2JqQYd4M3rPqkU7+CrZmFVuC5JMdo2LQrSpyqBIB49hSu5OAyCnGNYyU4zcbNSuj64TYDNt5lPcG1l8E3qItg4XjpH+mymtfjTpshnB+wzVtGveqUjrzXCnVmixABqwEJLbbUtA6Oz5ylIQBQsKuQC4ZZWLaczaUJhEUsQP44NcsQLjJftOIAp4f9X43yLyJyKE2PlaJYLdS/aHtdp59s85GYgLqvof91xS67XFXKrRShywtfbel0wOJFX0EXrrwks1DeDqnVh2Z9aKEfMWA1bQ/iVqWCcomLV8hR4qlxbQ5PpWqumzCg3R9g8QSX0ELZjnPPIOtcq0KJyb4R3VYW1UCcGY59NIKax8eHlIuVMaOmRV6AB6EOMxs8QJTr00NMnQQNvRbELpzQG2Sqau5IwXQp1nEaKBS05LAE0bhIQJsMDEhAkGi8ZwWwU+vBzYb5yStK0q41NR4Kn2rsQnRgPf9e8rvt6i9CObbEikxNvzlpate8SOzX/LKjuVUlvpSDPrlGUTlOg1WcjePxAi6Lbd+hCy82pfQjQDxVFEabXbBRq//obV+QoXSQ65k/1vS9KXOJ+d/TPOFcEHDn1XlLAsolHN/s/5KeCO0enB+aV5eDwiXxP7+lR0F1Jw6cicmalDp24wWPFBJYKrHL4WkgTduf6IzDChQuQvWy9+0DDVrgX1BtkdN07eUoc780YDIiXvBFbCt8xSauBKBllSGc7tCu9/Ai0Ity/dK2VuiLs8rk0PEcXLUsNHvw126f7eH12iDJdVeyvfIDh+PfQj4RDsLU09x3SwgUDLK1hFE+xwLKDKzqGusA72GQOiOZYcArYk2Oqp1XYmLJ4OTtcB1380TwSqKksB7bSlMjG73dkiC9YkcngXVN+/+P5xm1HqRxgF7PJfF1iarVSIaQLRXqsjuRaSOTg7yP40jnJ/LlCQWvCg/rypz/HaVx8159mvadpjfVprW3rr/+CoCAtabD8wPfVqiDtvXpzdng0WfSTskgAH1zmLau8djvSc9eqNvIjkLAU3xJY0VfGpP5ii6Esi6IkQql7jMX7pdc44UNqmmIq3dBvgYjYW6qwoTqRRAy+qbSsB9r7SJ17v6CAV8PQpXTNKniLEEIBGfzdGhk9XUf3DUj7NMOlByswoUahg2szv1XTtbxWiHURbdnEfMxFrWx+uhbGpZ3Ph3zE+jWTd49yJOzxUfKJwYXgVGPkTdgALOphiJIXoT0sauRUiGAZN0rETf1+2zvxM5KLkpc8pLDiBYc+FrFins2Ij4rP/LbMPW0MVUOXt7U5UNZ8sx5nJIxTqYDW9eR4xTvZbk4/9Dc4H4Ax3sRq1mNvARv2YVosQq8ssGwBmBKa64lGMRusPdwpD9gWlxwOydxEy2j5pAkP21nU06gHCAyEsRD8EpnSnsDKCJWbvBhZng1lGU4WkQwR7TACoVbmcWVGtdCqyCyqhKeLdRIx4QXNakPenFQDQVpMGx7KM74I/Q+LRJF6AvUYM0cPtCtMkUM5/EcKObjCmQWFFMrwYnd0bg4vZtmXCM86r9DOLcBd7FvmP6Un0L0sd1Tu0lkFpkEe0rqB8+YFKsPkPk3Too1HA3wVnZz64NS+h5MY0+Nt+BSRnflbYfeloCNgViG92a8/0CCSfl9D/0gxW2rW6WcC097KfmCwf7MEGZJbKXlJ5lHKaHDYG0QDaIip+ao8uozNnCWgDAlfQBQMCPcN9PIIAb4rGipCDGk88n3UF9EH2REsGulOYosMDObQa5Mwgc0b/qMaqhcu61AeVk4REDznd7jM0bJdfwhYrCY6vlFCup5RoMgq00H7DTBh1tGmuVxzo49dZW4sLpbLuGp/LBJTprQ3KH+pfz7XyitA8GCYPj3bvlQ9D01DNOdvo2rY03A3k+KlgjM+ePRsjnDA/smMKzXFhfvGDoiMHYXq1Bfe/oQFRztJzruywsS1otUhySelmlWJ1FmFPqI6jpEKTtaGGPPCWmNpSFTwhnl3TsOfCWvZNwHOb1pp2hlUNcKHUta3gcPtHBFh7tldCDTE1+o/FVjx8RqohhgVl7mqJj271q5tt7OSzH6F3UuHRtjAEaOfrBwXuVeOFZh6G7m8puZFeFq7h+zT+3bxLIN41Pzc3GfQofH44qV+zK1f+XypMxIaHcnHkoxPZNfvTZPehNUvV8aXMuh1qngezJObSjd4s8qEt90WN3KmcWr6DokJ7Ll39jcmDLtTnoIpbqCGaf48eGMgQQmMmiuglIOKqoW01S6LKDEokgJKESFeIpTkTz5s2LjBZtifPAefWGsKtjJTgleZXn6lBPQR1lYWOtQjcqICMOYcQURe7LrKf6dRsaVrPO7sozKSbpg/ili244HWnXw9wD22r96nMd7JP9Q1wvK1jv5Oh52cPb+6YmT3ahfP7lcZOkNLVIEOcY7CgROufN2XE2iCxxmJACue0TbnRBtAnF7hnRCTqTor0t/tirYzAwIjnpNjN/r2aTiNpyi0c9qQRzkygMZbvFmWEprxrGtfJfkBFffL/wCGm1K1z101syhspTd6sVPmnxCzRMQP5WZS7ImNfXCCykAZ1AnteN88Ol/ue5bYCIECdJkHxipHR+E+g6n/USPs8/xmZmV9fE1sbE18/WsLFDKUzV/PtwZ/bzvdbTRNinvEt6I3djEWXTKZbCkALukOm0yX+i7Kt4YmjaNM4I4tpJ34U1HRUVGHcZPVLWrbTFR5as6/efJFJSBb5tstfHcRKAnNlucNLwxIobsNy6VGL1oUVapqbAZXWqIWqUobQXPLlX+xBtAC053Ghb1rxCfgnqO8Wj9h8DzqQBkoSPA6kw2Ct/YkdiXuMhXLcxPgTifYillhgDJgq1VY4MsxWuATj2LTLrCruiixJcLmFlUD++A4DBwsx8c+pb5bQP0UjFMdyIt88T/3ptpHmkoji1SqosjSuxY8ZCib352feSOWHV++wn+niw75iA4c+v3tGOEeLXohKBVduB+7Kry6MMstik3Kuy68HnVIiM/eLeA9zaI9/aU548uDbtkSfdVGXKeWJIlVybURX5rJIp9DIl8q3Hd7KeoTnoeO6kTj8hxVqOOLbf2VP3TrgOJ6gFpzK7+9ero32w9pHfneXmyR7WFXMCxrMlvHsnvkGVmCqGcwPS06FJwSPJQy5JPicyhQma9Q5FcrjNxXbVRo1QTA6xUGAHBgAGGieDULASjkAmQGQwMyE+0odI2Mhhso+eMNhM56qd29t/Fe2IE64N5ySm5EjkKRE5FLKd+HCAU00IHuGZdTCLKrMlEQvvAGxNIjMIApyU3ywkLZ2+FCXEo5kuN/tujHBVnyTFloZmj2BQYrZCibfzRPl9oFCXaTiE+It4fZQG7zNtmMBUe7xOzo6KIFpHsPcEwb1P5/LpKq90qTpUl/HNreSfsjwgxTTL3oTxrJxBI6zBCa9VFolt8B+BUADQgD2gedvyd2IGYgds+E+JCPzntIN+St8zm0s8ISZtoObbBuwEpN2KgRC2Ympl4XBS/5cGGMhAIsa5pU9vu7iYcCFEcAakcBgi84YWgBHnMp7RIswhTW4/WIL39KgMtlhlutBMBvK69gGBnSUoZ+voRpZkoXVt5WwVQosOvkhtBQwwICJLRgfndqxlCALlsUm1AXF1eXEBFUkN1Y1uUmeZjYJlGE0y7SWyC83SZZk27BvODpfNTtFuuWGxriWk24hvDQNj6Eib1msxUGCICtVOFWW+weAIKEqZhzU6EvAmDtyR5vb5v0QmxPnrjADIQBu0TNJkzU1nN7AlfGEbgzBYyVjEmhb1TO7K8ZZ+68x7ePC50C4WK6+5MgaR/i9ZMXjPIHn5Gwx2bWvv3VrOrcvOyicNOPBCBq9rdX7bzcbDb1iC//Su2ure1GANLzE6c08oXwQjiyJmWU6hMhqBvnpx4EAEVZaEeyr5Qmdd6v2Cn5SJ97sqFhWWy3MLMacozTl9/xSPQJTo56i1xHQdEkryBfEUKSjiC9NFOURpWcJbzxVqXqL44XyuH8pVqy4oZBGJkcqaGbOL3u6qOEZqmWpl2av/eSvw12oPMw5ycb6kBtNW1ysX/yguAG84OBWsE8qSFA3zzqOA8fEGOEhWjFLNmnrLdVYjwrz4JZESbKQ5mIdSDz3sIybh1PoBAyfvK2IgAdRyAwVokww4wE3A0VdgPUb389rp04rSwe1nzr/GM5/Fg4QLiHZQBdQ8cUNEydxxTAiHGDrY9Deah+63lqKB7rn9YxAQl1bG/rgftPnvfcPQZqPJ971kCsi/gA232Ov7W7BJVo3vdZr5/cvaXRHlWKXv9Uyxqo+gcF0UlB1c8FgNDxCN4IJiSZR9ftQI/FOmEdxyYQCGkIoFhyoX9aYQdsRYHanYNKkCReUlg2L5sfA7KIA+kXA+PLsFBDVmipBT8eBjMexgT2hC1sF9w7jNZUaXhxEYB6Pp0++l/gf24n39kHVzy5KADgPICATQmHuz/3khjvPF/iywzb83OyrahaAI1ZcISFzCLHs5rZwcDW9jihIZyQRDEw0sQsHUtsXEB29DVT+hYEpgVlFvLMmSLM1WvMzCtsoQf9v0fMFF/YARy0yad+hyUKHCh6uFc6fdB123TkWw/TjoMWcDzt4VuR09tcD05L9z4sOgAKqzI1yxB0aYbmMxtfiiLLyrFKrEYg9dFJn+Zdz8UKAjMGkfGYPtHZHO7Usde5j93Dxo3GMit7DYMZcImU/MpZnmU3QFndDcAMcMTeJQnTGTcWbDT6bpKu3g2Xxy9HxJeFLly+MNSXznRSGTAOM5D/nwHnonfVFF0rMmWYi04WVfe3tSO2Hhs6j7TbuhH9cpgBgyapJ4AZ9S92VhddTTPHQvGpInNrYzfSbXsZnkelBwIU1x+mXPjN/JtLY59+hoLFcxw7ZUchxIxAqD1/lmXcOtvE93CKFo1E7R+fkAsO6HZX5ZCjPf9Whj0f3QpQOx2fxUcwiyp9DIsdw2bGLSizy5jhOpAfUauo71rPAa9iQAxaCEuvBT5x/m2ZgbItfNGZfHP4gnOktd1bktqSfxsUmA5/7O7OCO8QC3wiilZkrrjuneQd1slnh3uHe2HeW7yjvcK8wzRjBE44RnBebLOPq/FM+6YHA8UNPY73efwT2UAzpa/9kea8Jt6Fp7KZP6/53GxT8Vzi1zjTflybbmqgRf7j0Yfj0TPY51NV1zi7f8HXKOJ5VJ0x9PQnQs7icwKjjsqLV6zBf9nNuVY1ZcOsGMDmqfPwKBUggDoKzztC+8YNyHHYDIb1YZ4egDEYZ/59QHDgV8Gv7wje+XucLq/8dR+/Xg8MXupOc//T/T/vOFPw1CHKamyNaytnUznrbHgl+FPoLoyccv+fmiNHLYfce8LOxktYZHkAA5jkEUkEPnEnMILHvPKl35dXLEw+R7iwe9cZhFl8hIXwLSnAXLr38K+exUICYSHvzVta8URSODTLS/w5v23ptJaW2sGdlHDPZKJclr0QlTiBF0xUTSQG5jWfZFYxTzZHVSXPct8D/f7Lpzc2xisUVk4sCwBLhbF1nbVYSadeIYIZMK+GkHgPfYxq6qEVm7bt3GUq1q2AbaKo+k+yJm7HYhOwTAMesGCW0UNEX9TJUYu1I6HzuhfT6Ja3a3qazd2Tni0pO4QPYD0/pNW1J6/JbhQgPeDxLNWBOKgtsANu2Rbn2z5kt7Cbo1pkGGGjsp4Oiups6RxIHKlT5iDKC4yaa5mLPvgcUZjDID99Mjjrv6qTbuTPHol02bfTeDhlF+/9IRXlm40VADt1LojbpMg3bSrJ9V+XIsxa0PSv0C5PIv4noNRn0Xlk/qo4/cenJsMXSaGrZrTf5K82qu8rs+jG+1qblmGqqbGhPUDoTF9ZH1mjii2KL71rwUOG8h6s1K7xW7xd3o914REdidKW2CbsWIexigr/hzhsbdkn0U2NKsbccFY30r15y+bYUGD5Nm/pHkbbt2D2WLYtD/eEgEHDYnFpJb6iuVReJFMaIrPOW/CQoQx+P3/elVbF52Oxl4A2f81Vh45enPHkuO/xJ75OjKBjpe+A4ABBmxx0HAWYkeLeOqH+VYKZ8MoCyHHSKylOiut5s1D5lSbUrqQprHr1NdUXWlizZX2b17IzpDVRSWTOohkYwKCOfYEA1Fk7DEzcI4dyw3R0573NWwwGlTfqO+aJ1D6Akqy4t6hHOP5YbOZ/fuqfz4+f7b+9I2JXcI905eIf4Xd+fPIqqqlVxmqNXVpq3RiypLxNWh68OImd5AS6PebueXT/cUMoX14uXVYuX+FpY+gXvWUuXbE8vfID4KA0FKsKlcpCVfG0qlhZWKgsVk0Hzrw+EdbM2LTFaumeyBZlHY23YGQgAYGiUzZhZEajRcMNlNyzmpOycPE6TTppG7bNQYQCGo84QW5vY5HLGDZGgQLFBt8J4wgTJVAm0jvJNsMOeLYNAbvL+H3EVFETqXMrJ8GbUI/SCKhN2/RmY/l5gUtGaCJaPt2PFszANpzrbmRwaX70/POtHsH6RNKhISXgBhdw00TOcBRx5a4JXzxRhM9tE1dhjqFyCTUtIPYAlkF1RVFX3N0bvhnPpLcax0t8u5cQg+hzvtMAR0HeyljAA7FrBw98FB423md/ACrRVxMhTpbMXJXPA3MZjd3nNmCM4FihSKlmSUVAcYPebJ2cR/Hm66cxD9P8z2RBJgAxxa7Kf/6p6aQoFy+OIEFk8T7l9ojCGD+q6NeP/TpTuDiBY1g33nsqhUcwQsLSsyTOUYDN3G4XG7x1oeIqwRvnYYtQX7vwBmQeYC+7l7TD0Uzgb/BRp3ritvoTFB87bkNt7d0oYy+w9SBDru2DBLhLAGSFi7yagdi62+cDbIy+j47dp1MQ2E+PIvajNbH7Yridh8rj4Msm5xgxXppaqYQnKONH4JEmsPv4Rscf+owFjmDLuSi2VifXxkdLorVxYSla0bnoxVj5oKzAoEBChBKhjBNhNgyGlI/1osSC3rO6zb2bUBsXX9dhwYdWWu1AOPM7jeaipEc8OYL6RtuNByup1gFr2Z08I0sI2pPimn4cGx+xzOKzJssEMeG83oSOfTioBR9hkwljYg2NYRkfiSAerVGB60IatN3vOWW6r/wIPfntJu+GnsmiNFgEpxXFb2WD96aBG1/IvjgcpN8dgMW1v184wsPwZxKm6EpTnmpta4fr1xxoMQreJXhNSeKcQ23lGZ2DqywEQTlg63UA3DcfkwalgDsE2XkAwgAgn6Jk0vqgM4DMIBc+BFzsJ5/39Dvxo1ERqvJmo9H8gQvTQXAd7jLBngSBMDidQDwD6w+gjtT8NzN9g0yUlc0K9m1GwQUE0HJnhOUHD8y8nYcgAKlwJhozRc+2Ej82GmV7Q3YdLxwpuwqg8zYTXgl039jrIWjdR1havOJXk8i3JD2SS2TSNmpS3CO5SLZIl55PYaREFMobhExR2tttqK2q6uBBhFhC1bRnZ3fbDKyLWYGZyw39XScnHxCckoWQyIIDyS9hmkdlpQcNBuenh4M/LnZTbE/1uPB4lW9P7Y9YrvXE3sSevnv3YvgkmJRcRL0Z8wBFdWyPcLLzy/Jp9gC47zYz87xvuyO5fIDj6fB+fE8uv/fY2+HJGShPdmzvex7Si4GlCannSXQ5TpmZTjl6Cbc+pElrePU6iQINAxjCDTT++w8xV6K/m/K7/jEcA5KekY5keaVTBqTncqWU9Lsfm5iALGkM4xTbskC5sFVsWRS+0PLPDl/1ZVZ0hqgmdLzWMPqyRiLy4VkqAJbBF/B0A5wX28srS9aNLfNc1oXJbEl5XDlQ3f/A6ygOq8Bcxi2wdXUN8Ae6uwdNkrb4Oq9yF8ay+Zp5tL1rwz66EQbaDRzT5ixfjfdJyrq/zAIaw/xox6srZSLb93j2wPvKqx2PzAyawPzXOsrJP/DolKaZMik/1CFm6Vk6LAGDNHYPa/8+MzPvPArQC6yeuyf9wo6Jx9p+Ys85wur2RWEE6OcfEPutOCCmiY0ORi5dutcso5rPR8d/rA/gDT4x6e84b31v49kmiFL/LNS5kHiAiHWur1N9MwXDFnxPr9/vLb7kCnk4tUwJDcm43jddsAMAIH8qGIRTLU4eEG0czprOyfRJRj5SHcAKlJLKtvovtJ+9SvPZRnb16jPtF/VtlRJlAXZA9VEykumT3SspM6sUKKLbhrsjbSmguHY7XW7NurVgnLXrauBiOjfBxjJfwyjJhl2PKsUWm+ZWOCyY/QdAYmlVQss66B4DHlX0D59UHYeW7RmpBrwl+vK8P5GOBYeWvhe7+sajkLAzb1/83PnR/36e+8NsE47ws6Gd3lXbSxbk5/ObzVLfzLSmgxt4ZRObPwzhaBP1tCK+OjQtfHFwSp7hraS9mzqK2mylw2DsDaXdxehic6F6u/RQ4ig9LrILqPkFmqKNcv71OSBwwo7ZQcQ2wb1zPSgL7Zlz2FAbC5s5ptdd3ogy/idEtHCuImVR6cCZ4beXToUEnt66OPawcGlAtg7a7/dgJoBnSirG07DU+rDkes8qVm6q9jMpd3Nj+wrI89Qrfv4ovfHonGXHeP36xDc/rc1pXjae2D3kTX0jqZMlkSrN/29pQD+79SEtidPY0lFHccC0tYNKc2lR2ep0UW0zlhIpOvaVh69BT1s4RdpM3vrSV5ycBT5780HwzWHXid0nk53TUT305tWV/b8m/vPhBxd2pnt1/vZxilPcyt134hJ+AZVtRp+kDKcUdn1kadxrt2sfZHpkshu33V/gtUeXafj1n1PfOkBkPr1ILZTbevxE4vy8nUxYYQbnP2+ydRR2IF9s3yw2ghGb6OU5XHjUqr50K+X9TzKgqqS7/hpQ9cZfYBq111q6iYcpYf4VbwJ+dRvHmFtKGkuOrs51z31HmpWadcQw9hEY24KP0U+MXdKP3QCBV6ICk9QB5UOpzhZNYJAacbExgNeH1V1/BV/bl0mv1kA1l+oPBky+337ndGoJDaRCOLCoiyKxAo3H1MOK6m+YL06nNC+4veQ+d//ylIbNuhs/7zscUOgV4H5KihUXR1Xs+SWXmxuX/YBZZVtef7aWFd2uXOafa6pcVgkDlIE60PkyBjyPzKPzyPzqc/7VEe3RYpXODQYwffPyelsV80FcNjcXBD7lzMNkTyCqMlVKE6iMw/5A1/TGh1sfplb3L+7vbdtWtg3D0hyvJgfoMjvoKWcvBKodEP9UAabS9N23b6veyATbPsQ+eEcgm1M9fLg7PU0yXDNs3lmvYmAMF95pXjeS7RPF39DvPJ8Lmgz4sYbnJBxaSDIOCZ14NT8GTAaBACU9qkSlKomKTSgLAKnsJYuEGmFKFgTBDOoSKqBSoEw/rTB5ycJUFghMWBQbFVlSrDqWTP/6rdSIwKLsBQFt77lUN7h/7kZmRLeWZV0G/cocRWhIRoYMqKfwtxepo+riICdovROUKU4WLM/TP4UOMlAG/LpPMe6fLJUmG6RJyf5c79JseaZMlinPXoAb/NWL/jznG8gZUGdm1q2JL1ihD1dwPbYnkrOxolqwEUeglgGPikLyA5Kk0qQsC3Mo67FtXVRJpKq4SVVSompKKYBW3DzcwKHTWSbPck2UmmInFVYBZ1inFPrNyc/NJWPC7ZWbaCfDNhybngV1c/Mj+avSO8MffN0zvtzzwctFFJuVrUNXox2pfTWBskFnD6dNEDuwLcA1LEzRgonyUYD2oQAdSegZcef5YOFcES0aqhNF/8zyNaGFzGR5PvUGkhfY3OZ/odfSZwH3Bjddjr68KXa7IVEpPhYTc0ysNCRuL0QBMqplk4ENh0YRq+3Qli+ywpuwEsBOW9i0cF/GmGMvUUh3nkftFituJYyEiej9OQyzj9rHiA4zXN7lTYc2XXZw76uCHg/lX1tqg3jV0yTpux8+VM3JBO+swlZvE8jeqG7f3n1p9b168QEWkLQPr5EGci46Y7n1tADL+XZOd3XE/8H/u0Q354Hl8KvuloaL27Bt3GfGZz7hvGfPg5+TyXCfbXH9ugSUnbdFTlIS1eDppRf92nYWRLhHgNfvC2fBQhpZ6iRiPT966XmyI/DF8OzwC0UvAACARQdfvbUbBaifgEznKG0MvTTIOThNEp5kS+HQvTzi1UEfC/z/kqoDKJRuCILAyAuEheDo2lGmJ8KC3hHYAfOp89r7bCofZsC9Y9CLGvR2rwUti1kBvSvwczCJ5OQkNro/otCQ8wiNInDK4jTOEzjOn1ex7vHLa0Gub9i0kMwq5zSyAQAA2hbC0G7IjvA7z/8QAqyIxJ0aSNabCZZ4kIXTYQmnDr3mvNTpINlv3i5OrjgUXfRoUmS98Gml361HhQsCKBBEcvL+TdWbGJSz1otouMEQTP9OhOXImXc4LvxrcfLiv4RYuDynQZo2vnTp8DAue58LsMrK+fB5xnuzAPwRRjhjXHnZr+5EvpHFKGJCj4RqFBrZobzAJn1jIJ/0u2Le/5L3n/xZHvIn789WvCdIvkq2Sh6CU2SsxEMAjhPW4o7hSSbBAkC8HCfGsaQBcVrEuC29h1EBjFMBYsK6VDt1KJD5gpUWGMDYFP6e626HLZQn3BkjTIQRM0WiDC8ji5Tt4JcZYf11+YCRQDMEPlLcNSGsFAFmgVzTiTSOKDIx/A81x7GJvomPXDG6rEm0XPVbYcKBM9n5LLmROV6zUpT19d+uGdAjLIGHubchZX5lnHbEcs21f+VLvw5OhV8FkmRNBW5+QezqLygd05ueB0z99wn9kwanng2BuftrqS92BHQ9C/w7KEUXXRFIjmcck20pdBN+XJctFjk1JYniWc+cvt190/7pL9xYhYtYLA7KBQH+Yv/AIFGQXOwnXMvyhPnnO4d2KWRiWQBY8nVZKULfHInQRGsi5k/9mOiY9Xl8c3i0UsIPvJhzCfGW+koRnqfQa01jkHJVxCplEGhP/YvkJOyWbKys7BKZOGtggAU/yDaIqirFGwXdzgWNjPsvzbLI2IguRu4+NY29PIwHevXuGeBil2YH8HP1A9nhyf+sinEj8WqjlcroWp7J+kXHLs4uN+e/idZW3FIUUQvO8g0QPYKDixdWG+vrvBt49VlZdT61PjUsv5odkmnIOsHgxRdkZA4MsDaIuhK4fmFVKioV9z9y4I9FGC8BewRluP79dZZoZc24kSnPZ2WfOZBQ+JtquahJRuccFyEVfhWcDr+XK/tdr1mQdk6ZX1lFiUuQnxtINTttmu6gXPG49gn9k//e9aTszw3c8BPyrCtghwtLHCQWi10UsdxfPrXf3P2t0zNWvCipyUkkzq77WOhWuEV2jBFPDqyI1qUsDZAEyMQyxa6hzvN82JO1VugnlgeJggL9xf5A6Jy6IDs0M0SWIc8s+U+mBOD+vEz1b4k8U5aRGZIdWoIZkqVJkozVGbNcCU/8MCNz9R/JUsOYfzLI8B+wav4z94cbQmJoCl1Y3oKUfyYWlAwe00YnO9LKf7XHBk/bTfyjnUG2v3GTuzm2y7c7wvVvtoPeYOseCjqVt8PGtbu1YzjCRHHGwUesnnPcc+yebw8ycJ3qyHlrPNkWi7fqb0y2FQ+wzNyq587wrP7SZCjUPtkfKK56/Y39ze3lHq5G7G+M0845rRXTaZ/vLKWVre/OUFjlvOFnKPiPRt/Sscd+vTfuO3YIClBW7257xxZG+elVE6cBAKcnVp1OmcEncPtMQjz2ELk8MXncPDqxZMnEqHk8OXF5ZBKvje81w28nsJIeNGOTXl0f4mVgywjNjrKhSNkD5WOvH3Bu75GF6bfFSAQIuXD0CHxc5Q87psbGEJZn0zqoXZNNHMUQqEPuZ2VNJUxlxf928zbhfBxs//XDgmFaHG2YH31EZd6sEQtuMqnnKmAG1bEqMR4rlYH9TnDWxpWw2l6bYOZc3vZdu+jgZE9z82XZT05Ph9rFlmDJn15kkyx2HbJxSUkbZx6+4H7VshEQH9wkbn5gjvtSHPuzs/I2UTvGsafSvz/cwFEZvlm84cf58PmcHEeY49l/AbqFORRMhIlabx1Tu7VZ25xz7JbVNXHZOKDOVseYdfIysg7+bsgxQu/5U9CPnnqvyaDPL3+4VF3l6uz+zA0UrvTR8+GrMVepfD2fepVPgVZkhFQyxqKKzFXjjAaISAp2LVVXFQyeVPdKQCdgHzQkS/9c5K/eqzN1kxpmMXv06MRofF18XO1KC/5T+c/ln+auEfsmCWL4MaW+fuzmchfY3RjHjxOofSXlqz/aUCPsOpf17/H86HqB8Iy58CCxU1FK3WdQxs6vXnbtFbASWcK9/L1Cllr/UeuB6uZZ48HKJbKv60b6Lpt8EjMT92eoM9Xwv+3X2w/6ro1Z+0OtJS7Rd59vfGkHmFg4zOPkXTuBfxyNp7WUTZSltQTpP8ZPOMUnycU6aVq+1+z58iVpkhSHvqmXXdZ+/DgrY/fWDYJlXbm/QB5Intq9OevpM50hCHi+IeXZd/casnOyt40C2qsilJD2A+gafZb3d7jALMC/885qxYjuoFCNIUBuljuIHkH9Q+JR37gKqFIU8+OroKlkceXo0WuCKFYYKz6qRxrEUsLfwwohVj5ihYjmv2rizmVkRez57jnqHDU+XvC+7yh/RDAsuMAf9T0vUMVrjzgzv46f7z7nLj86e81RPXHXvS4Kl72uFx9/UbvIb+f5nNIlkfe4qjoNWVnxLnvInedVrm9TonWLtfEpWdGUt4HiaghO4D18DMf9SMOtM8M2rWPWUSvXDs/D3/YoNQTTpRImU4CijBaLxR+zwoSOikiAiuWx56AbxqW+dWX/riwT+yZz4wRxBjeYvHY1W3/DMWECjJvg67egbEey6H4vpJvYo3YyCSQjkhGBsFYZcem4de1OMTOWKX6nv2uniJnIlNSV2fKu5R/Kch0/uur7mqAIXazue12iTvX+zaU3xfmqVaoSmbahJFawX5CwBEiLBpjVwmrmo98kUEzpA6T8iMAHQimEYhjOxx12DCtGX2wecSbU2RLhjYRVUWPoIUTmd5YZr+4+zHdUXA3FV/F9qhIarHiSxROihIgS0gwqOQuAJXicN24ZgXMGDvZl3hxgJyw4zz2n8VIkzMDHgnfCaGvsYPi559wxwDiwMlDfjGeqStROzZeCR+ud2zTvc8l3A+culOjFDCbtQMk4iMwJsVisQYbZXgTNaWMj3nzI6xPfW1UXLJsQ9gogRvOiMi7luMMg+KdGY37McuQheok9qgXlknPHwtAy6Cj4960EfSIXGF9KWBKMCP1V63Lx1SZwOHizhvED/FUxYKzKS4/NhIzzxhVXLdRDZslPmxztbfi87GwbasvO6T6c9jebqk5VbEUmkjmO44BRk/g6nMCaCtCdv+T/9gIUTv5tWlirxtq8bFu6tbDqS9XXaktaxFcRsmear6jRaesgLTIwzUIz02CoL42GqctHg3xdayJ2+4eTKRoASJq3rvxM4ybWQQSzLpFL+//f91UkAFTGyQ4WGUopzfBXHnP+/bQdig9JDP9eaR2+aYTIoTOEGQ9IKszD4QQOvfdzB2P4qQd/qGq9ym1gmwbTBfM9LqfPO368S+fYr/ZLC5MC+kHoNIAgoRFyN6yWG1zcD7CA8e7B1kzZHYPbvJYNlNWX3n1+NuQOJDEpWheHmxX6mntpl/aUf5u5QKEV6/CFrOtRGnGSooiURi6dE33zldCpecDhvlgb6gr7fqetqdXsnz/VJ09poSYmDXyrgOBQZQ+IzKkiCAJHQWAvBlYwsxweGcEe1EJYULCit75M5RCYLdsT9E0Huvelpb44BGv3eN2q5R/0t+vj/OdFxjlf5lH4XrAnJV1Sbg4fI446pRa8/E2gnUe7DqFjFjT2Waj2sA31IP9mCFRl/xq1GwbrOqAFHr6l5TNXJp8dUEndWqfMInhx0pHhpJarYnO8vkGfrRHs/odz2+fsuQ3vh6MxdwVEgKGUGOmqPNLFAY/wEB//zZkZc8X9qkoXd15q+taiFPb+h+vcaTszNgPsJcxAATqPOqgWbO+ZrHSOdH7pl5rGCGO4oj7ehrO8YouFvkQs9m/zQm66V/mvhVjYf9hJFqs9YOM371dzAJzj/lXFRqDwq+pN2F3xlfsqmMFZlp8gG/3b2Sr5Gzh9jJMA43mFAUm4majuTwoolPZftXPod390zJuXPfjBOkyzbcBNtb5qiO/xdJjh+Lz3LgCalMkPWWQAGW8OW5XfhyeGxEP20787H1P6Z5SmQGRWx6RRBQBJ9f6//9O4dYlMAkqs49J+vvKWBsj7qfPke0T1IAohVrJzKVsKzSVA6FXTR/fIoOwnoudj6PgA8bzsj73ABKKNP4c5cCveavGaBY6hd4pMu14HQ5Ov0Lzbk4so67YOQcGvd5mKgsTsvhF0rRd1BPBazypZwY83mPSDXf0W3qEd2qpXkWG0sedsJ4zY+0CJ5MRpXx3Ql5PXc+lSz+RPOfPtzPw05jsoQGKQ+VZ81CjjCzxYxDb2gJzPwWj9N+9vrPjKPQcGnGr2WhLQzjq2XCZUY1udoHBrFHSKCqijPJdbs3y5TfK0ji1Yeg7AKivje/YMb/5x9Suu3GraikLI1vHA8fnJwTdsGit6kDV6Do60AgAsvfIs1HHbaO/ApzIqQfSVbDAFpmmRbNU8hvfIKmq4wT2TKjqGnXbr4qYmkV/3P8U9J0/0PG5uDcMQJvq458TJnh2d/8qjXHlHR8HLyNx5HW3pjC4rWwvRI7gRdCiY7BMiShGi5NHWp1vZKBnQlFzINyRE30o/u3mVHEtT65s9L/0QMBAwEtADuibbSHplTfKyiKNHoziuJIqnh4gYtaEO51Tl8uWPy3JDs2VyQ3jWeblBlpEZmiUvdYqhMpAvtieF5mqlaql/UmDyHv+krHUGg9MfQDKlGrGM+06MWLrUP1NrUymbFBEab52vkVHAMEWpMe1IXAHDSFdHp2B840C6s7Nz5uaB8xnZJyXVeZocdTW7nv1ZmjZPnc2q8aiXVPvmP58cijWTY6j31MB+HgHoLAIQHAUIn8dHoHEYma06mcbgebiuIKc0c1o7vum0kppUB4NqY/6u3NQBUPVSrokwutaWk2tnz605v4vB4H3dMq1m2WbrW6bZ7NMu2wxNKgp3OGrBVo43/1opbtIH6YJIXE8EpXo/HwoiyNwrQqopWlINxP30OnzcgqxQQ6gstBp8g2GgBlu3+q7pUnzQglkky7sWvMZ/+e1sK1JUWfO5hph3hz75MEJpXlLnL6+sOxbkvQZrTTenzcaS+UUqVYWRxVCDuKB6w0tlWbKMjFCDvBjARcAQmi6TpVcOKCav/XgPkXnUaiqUwqtj+Czeav8RniC4ifYSO8Cic+7ofSYQ71s9ia3tC6xSFm7MGJmTsOX2iDiMXxT5/X8GQNYLNudWRvwt0WRm0kWE9X5BhrvGbYfwiPbTrkD7cIshmMLNKv50duF7ibtSL6f55gjLaEApelh1Pikwb9VBZhXzYHNgXisKEAJhoq0/1o6aRpKJZBOBEfZou5MluDUY+NvJmdqLTrcy9bco7NF32/3LBH/d6fxUAQXNcSrkOfEN5dq2vCPIUTZFvjEB/aNil1etrkIT0zq3qz/nV5IPmoS6xD17DPw1GXrGqlSyG/1V830v7Q4v7f3mV3Q38qpUPQP8kJOU8wNYt/n7yoJwEg/H4NIbyo7j1mMdnj2eho9Zj3sswarMnnkelcl6CwRy48Rj/pdR6/q/4EiYzl4ssbtJUOZU5feaNBl+bOWNiMf2277yGB4cr8PHl/R/jogjKBKjjE8qb6lTn6lHBDhvgh4E9NMZWzpiColeuoEevRrRenVsYbTPJNTGx9eutIQgo3+habScyfkj1Bc8f1GL+uZ094Z1tGtMN3yv+hSI+9S/eBwoKnGkvSgpeSH1Unnj3ipPqWP0F/fNWUbArhe8My5NsvNd1Gffpz6B3S5QOOTSndMdCCnCiwr0+XSfD/puaGLUX6qoQHGNLoifFZCY5U7+RWIAANgW4qtebxGx3uO/BwBkBYe1YbJ9mWApmyyYjhf4XTvFPeZxRy3a/JMoKDBFGxgkeZGe/nPqz8Xuy53EM9JTSQUIg5rM6mYn7JpM+Um0WX3HQz2LQioVK4zl4gq54FB04aNnCuv3Ty0Rn/1ZVBpAoqBs3tEEyY5hJNCW3UZxCnOitGW1BTiFX7W1BSLDITjVgcxT5YctS+wHA/kXfzgzdz9pjWw5WW36HRQ9OtMQm16Tutp+MtNjG2qPxLJTDRUhzeUhaQZ27JEt1zwvBl4KuhR4MWD0GgDX9XQ/d2HkXhQgbhyjMOldwI1QuL+hSoolT+JHFUZRS5EtaTp+9R9XYRTubLbgjH+IS9pLSuUxyYD2gpqaiebp7/aVmddQYr+oM6XyAqYvWQHGfnAhUCD/z5Pit3atYztsnPO5qrLbHSd5x7he8JJR6+YOwRpHoXZmBsio0k2LwVdOI5f/jur80cAOKeH95kkt2UeQo3W4IN2fwuVc+Kqd0q21MGO2vCyq3lUZ6SGnT5/x4aR07yaX4/7gkGsFWDD4Cidwi8rk3Gux4k1ukGhz0gjJQ7MyQ0syuuQ6gApui6fkcfxv6E7U+WJMcaCXVDAw7OZZg5LMVJaN9e2APpoj1Jilr15bZmHGSi4u9XSwKk2K3PDwXIVpzIKHDGXzsUfPirilFTFl0dFlMRWPLXjIUDZ//LgXJhpOGyv1aRrzudnkU3qzEQ73LDW7CLpoOBvbYDsSy04zlIc0V4SkVq5gbcX7dgGOGEfrcGGavwvXK7tfryLq9U5zD3lRHxxs/VnF8ppaz4K0AvWyU8uqwqunOpblVI/aSG1//fWR30WTa4Nnxty8CBj43aDHe81xnnLmvNw49zhC/10H2LG7CQ022rmMUYsh91aVNPpseD1D7f72jonDa44n053Dm/mWlDvf2lBbTo6Nqu2+/HHLoxrzsnsIQUs3Q1BSZG15xLFu8OrJj7MVY+Q2Mvva8syIILw/+SyOPCfXpHPrTm3/54XFDgADOA0BNT3/nwFpMNBY/6nCv0uSE07J1rvc4DRx3JycnRK4GU6eriQfN3qG1NnZyXNIHRLOPuLxHt3/ax3t9ObDK/P9gvVTSb8Rfzw75Dm0xQ4iIFhs2nrPndc9/L2YVOPs7OpGkvp7UkgkH1K6kxeN4xzsxkWdyKqyDFe/PWxyPvUeWloLaiIxv+FPegmI35Km9MF++SsPbz6to33tT3/P4wg7JFw95Onk7CzNoLv5kFw9nTK4CU7OTm6cJs4NvcunbUOeh47/evIelZzP3uOX4VqmIjuhXLdgZw7Nyymd5EMiUTz9pSQ3V2fnGtL34uFunvu9rSYxDEWA/9f8R3OGXZJSmlo0yRQB4tIEEQpooJOCnefsXesp1Sn4/+fB35lRjOs433/laSdcRyh+Riiv/LYU+MdXHmvy4VBGeLPJ5YStH5prsSQ1DD3OQngv6f5nDnZRVLk10sr1EwAgvZf+VcOU+xm64dsM7206gHsjGAGISZeri3bWpEv9v3RgAFPyrpbtXJauz6ELXj3jOkLx4Rxrqoxvvl0O5fkZKSOgV2fZVpDZSfkj+2kq1esDsz31sXr19Fx3kK549636EPqct/eGqMcgWxxi/j384O+BfwSGe1ZdtLsofmFgwNd5Mdx1snVcEGet6tszahl/jo9fKjc9h4nuqk2u5h9hGF4Yv+rXdrkhBmAzVRi1pxeGmXWUXUmbQr28MJu0i7Ix0LDpPKPmiPLdX5eW/7K8m7YXgV4XsJBRyyi0k5A97aXZLA8o3TUR/weDw4PnvSaDJr0c0/MVNz73+D73fD00GUysHBB8/uf9n9l9Xug7j42zu5hnmV3s8RkCdWFSmC6o8tmcX644/yMLvmjOVsvX+aYNAUBubU5OW3DtUhjVZnshziudeuFhfUXnmHv9NtXwAHbU8lMMasnrZJFP1ZCHiOGV9MgI3opb04pNg9hPShE3lqSmte28uiiPAjPgaxRpes3Ol+cdZ9iAMhHi5QOcWOOb6UBPTeFTidyhFdB+v/sl6zzry7v27juMwc9o8B5kjj+q70ZsWm3qiesWPPnMl/hk4iBBPCdt6OLWdqTnotyy2oqLRTKu9F9QA48QZTdagvyUXb2cVetX49fmZ4PPxZJMZJd2ZxMpmGQiubaTTcAx/dL9dYuwaUOs50sOrGK/fNPtnrinR3Ry6bdndJar1qGbMenFwaUhDUsrlYsiMBNeWFcUkh2UmaFiL3bZfXNFdmSGT94SvFT8V+dDetHMOXiZbCLFYors2k7i68uzs2Atq8av1s/m1wbOAf3qBG1NonL+oj8LyS4IW9sryHDcS21Yk9pwzzE3n/VWzIKanyF65sxXqUtTRNsBDVn/4E+P1mjBoh/+CEjK+HJ/f2pcM0Prm+Jr8jUObTSBzNeyf2HvkQyYsT1fWt3A4+OdLlpZO7q5dDPaLiMenZqEAm77v7p/22eAKvGnF1Xa7yXd4upDztDk/OaLXqQesXGLBoJK++816pT58WsVnYod0jfcxnuHM4MG1GXWesv8beufV65LduYg3zWsNY4/8//6L5hEJjv7F1NdhYzAdK+4ILIrQlJHsrLcOi+6UgrR/5eEr73nGp+3mvieZQb/DeY2vyvclNcyPJn+AeNdFKD0ptyWM59n3FH/TFI6B5OUJDLsrHH2dVY6e5W+yB3N+6ktlW13HOxYQHWif8OPk0/VurMBFYSFGjI+DupYljyCaLIHmY34TcBx/gPANm+2yI0q3X7qLdnaNtn9ytP1XMX0w/LfZ1urk4MU1a2zv5c/nK445+r5qvuWjSVP32M8bcGf6jjrs7q8EkIQv6isfJlZPkGAQP5290NCfv/+e1TnnZq1UjfNlVk96P/0U9r2OsIn8F2XP6dnSb9/E/FgKHzoQcQ3v5Nmp/90eTfQJ+L1GPXxyAiBE5Pe9dpbUq7BDCi829JSdV4WzErM4HirAS5hwjLfH/DTJEVX6nZw9qnT0t4ui57W8Hd69Wu435RF9qTNf0a2z2uHLqoyKgEC0ZW55P3htufZoclSHT9fqpNlyI++DNhPzo1RUh0w2LELnuc44F1gJ/UFx0Hd1Q87OPNwfz/MANUfRexKOXM6ND09VFZcUxJ/K2ND0dngFFIi9swz48bzaHCvQ/Nv9w0eN6BFjLg/Xakk8OPS8oGjkwScOwVzBSUG+UFoeilhI+mG7gdJG7pMWwEO1osEJAelybWCvsD0KBQKRkEafQswDo6Jw/hAUOALtMSohTOZh46wUhGts7KFgZEr/nJXWOMLjA7DiDgTcE8B+cQwhaKjHQIOJQjnQZvbB9RYhYpKxBpeGAR92cpmQYRPWNhhjIaA9CmAicZSwYhJABYGpwA9uIiVEoDLalA0TcSySRnAwBYW8Xh9bhVvvBHCDV1QeR1uEcGax5kpCUs8ea5cVmpswpvKI94EIIkQAmq7Xc7y/prWjD5qCCtmhKjjyKR7aHJKoDsC2fEICy9MRoMfTGFwOGKqH+Yw2IwUGznKrabyReSBlieXAWsEJsWNsIFbJmTQyhQGt42YWceZw+A3I8Wl+e2q5bzRsKpWbul+eBWhCssfsF6lxVrUwLgO/Ihh/DF5+GP3sgDelduhUFJotdnlFaHtAZyqVmuZJuUaovxZzZOIcVIh45eqCVsy4+xEIQW5cODHbj5cisrq2PKhaKGwLL9syVfDtSJAspp6vIZ1Yc1J6CggIWsybPEsWvGs4cQqR5vkwOKyxIVL+HLtUroE5MTrgkBRTeXm+rkAPKU/3SpGmGlWk7KQl1hqVgQmjaXICABcopa3mvIlWpd/JuUwBAqDI5CQUVDRQ/+xGuuwsHnw5IUDgfLmg4uHz5eAkB8RMQkpfwECBQkWQiaUXJhwChGUVCJFiYbBxYgVJ16CREkEIolModLoDCaLzeHWgPkCoUgskcrkCqVKrdHq9AajyWyx2uzsHRydnF0AEIIRFMNd3dw9PL28fXz9IFAYHIFEoTFYHJ5AJJEpvQCoNDqDyWJzuLzoni8QisQSqUyuUKrUGq1ObzAmcspssdrsDqfL7fH6+Pr5gxCMoBhOkBTNsBwviJJMrlCq1BqtTm8wmswWq83ucLrcHq/Pj/PnrjxGpRuyLmteJWs+VbVQd68uK/glvMShWCq7KAy/B0h/9yrhktBu7EM0Z6W00esuvH6IbOwSMoFH5zdcOIon3uEaHkcMqohSZUQ5wcOXSnPpflr/xbT79wEMDquSHgEr8E+bIuPcZhFGPNgPn7fNCSkKZBkFKMj697YYPH2lhwonQv91sTYfBeMXtO7f1a/4ve/zZ0gnJpOgJyoufcBr3duTL8NjjXQrmferfGMTpuO+C7G9zQx9nFSs0xezVb5jMEr+y6t7pWCp6xGtzQs67RUgB7g43BDRKNpBB9M1HXmVzksMaLps5t++iLpcRkUJYWjitpJ+YyyCkIuiBr8GOzb5+w+Ygo1yCfIdQJLdVmil4OMTibZa1l36m/leoaLfj5wQ8UhMIaKaSNOeBVmJMxnsUZ2RFVuuBw3ycxiyPbzyQKw3bPicWTpeMtnmOJEvOruMe0aPTAIPmNWABHslY3X0SHABclIA1QxWpBxIMhDZlOmOx1TRAscdPuyn8dnuN59DV0oImNJiBCMnQ9agGO/kb3yeX6nfYrDsl/PZIa9aEFG0wDH2iQCa8xbpUoJoNB83xWoGUz1nswtLhoecNsRcOiM4UawSYPCLTWvklU6gXYm+Ykbhn1GAh+anE0hzAZvXu0znfudIvnQYevYKeO9/oeidOHC5cKzS3lzfGkMwBeBLwRQIseHxx/izGL405PAzACYduH47JjuV3Ep3BkpAlwMwYDEvFWY1zbFHamKa9hGq43WCrXQCuU4xZ5MdYYRNjpUy4PXebFQ7GqaTldU/KhbseC6TMmuBVtLi9Amy+dsUopHrfH9yTc1TOpQcnStbDkAP38xRBPvZkIgPHM6qQ2HiDZMxBofkWXvW4eEHk7v78696W7S2mwXQ8zrTi4+qHfljnhGDaZ2VND3D3SZmzoYqbjxolcYPE2p7qqeF5hI421LIzFCnEtVWORuCAuVQ0QIvfFotxuJsMB5g01VtsxwoaHeMp0CoQP9UpEaalAUZ9Rgk0B3VuPitpc3bnPE6GA867d+CyaXzMaNCMyslAb7a2cQnhOkiydlgHOasyoXN/+6kRz87w8V7AZq2PgmWb287XPO+yCIMaTrdHK8yl/u3Udq1uGdoObPFm7NLOO55fObRzm6EQPZjb3euwbzTMzmNW/DiE88JdvzLHull5+DSW7R8NV55/x+Snm4uvpECpc6fbexjaReNa5kDqgudGpM5PVAA') format('woff2'),url(//at.alicdn.com/t/font_2553510_61agzg96wm8.woff?t=1631948257467) format('woff'),url(//at.alicdn.com/t/font_2553510_61agzg96wm8.ttf?t=1631948257467) format('truetype')}.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{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>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{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}