/*fade*/
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s; }
.fade-enter,
.fade-leave-active {
  opacity: 0; }
/*fade-transform*/
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s; }
.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); }
.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }
/*breadcrumb transition*/
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
.breadcrumb-move {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-leave-active {
  position: absolute; }
.el-breadcrumb__inner, .el-breadcrumb__inner a {
  font-weight: 400 !important; }
.el-upload input[type="file"] {
  display: none !important; }
.el-upload__input {
  display: none; }
.cell .el-tag {
  margin-right: 0px; }
.small-padding .cell {
  padding-left: 5px;
  padding-right: 5px; }
.fixed-width .el-button--mini {
  padding: 7px 10px;
  width: 60px; }
.status-col .cell {
  padding: 0 10px;
  text-align: center; }
.status-col .cell .el-tag {
    margin-right: 0px; }
.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto; }
.article-textarea textarea {
  padding-right: 40px;
  resize: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bfcbd9; }
.upload-container .el-upload {
  width: 100%; }
.upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 200px; }
.el-dropdown-menu a {
  display: block; }
#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left .28s;
  transition: margin-left .28s;
  margin-left: 180px;
  position: relative; }
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 180px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: -2px;
  bottom: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  padding-bottom: 110px; }
#app .sidebar-container .horizontal-collapse-transition {
    -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
    transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; }
#app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important; }
#app .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
      height: 100%; }
#app .sidebar-container .el-scrollbar__bar.is-vertical {
    right: 0px; }
#app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
#app .sidebar-container .svg-icon {
    margin-right: 10px; }
#app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    width: 100% !important;
    background-color: #304156; }
[ztcolor="default"] #app .sidebar-container .el-menu {
      background-color: #304156 !important; }
[ztcolor="blue"] #app .sidebar-container .el-menu {
      background-color: #e6e6e6 !important; }
[ztcolor="red"] #app .sidebar-container .el-menu {
      background-color: #d2d2d2 !important; }
#app .sidebar-container .is-active > .el-submenu__title {
    color: #fff;
    background-color: #fff; }
[ztcolor="default"] #app .sidebar-container .is-active > .el-submenu__title {
      fill: #fff !important;
      color: #fff !important;
      background-color: #304156 !important; }
[ztcolor="blue"] #app .sidebar-container .is-active > .el-submenu__title {
      fill: #fff !important;
      color: #fff !important;
      background-color: #5babfa !important; }
[ztcolor="red"] #app .sidebar-container .is-active > .el-submenu__title {
      fill: #fff !important;
      color: #fff !important;
      background-color: #EE8262 !important; }
#app .sidebar-container .is-active > .el-submenu__title > i {
      color: #fff;
      background-color: #fff; }
[ztcolor="default"] #app .sidebar-container .is-active > .el-submenu__title > i {
        fill: #fff !important;
        color: #fff !important;
        background-color: #304156 !important; }
[ztcolor="blue"] #app .sidebar-container .is-active > .el-submenu__title > i {
        fill: #fff !important;
        color: #fff !important;
        background-color: #5babfa !important; }
[ztcolor="red"] #app .sidebar-container .is-active > .el-submenu__title > i {
        fill: #fff !important;
        color: #fff !important;
        background-color: #EE8262 !important; }
#app .is-active .svg-icon {
  fill: #fff !important; }
[ztcolor="default"] #app .is-active .svg-icon {
    fill: #fff !important; }
[ztcolor="blue"] #app .is-active .svg-icon {
    fill: #fff !important; }
[ztcolor="red"] #app .is-active .svg-icon {
    fill: #fff !important; }
#app .hideSidebar .sidebar-container {
  width: 36px !important; }
#app .hideSidebar .main-container {
  margin-left: 36px; }
#app .hideSidebar .submenu-title-noDropdown {
  padding-left: 10px !important;
  position: relative; }
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 10px !important; }
#app .hideSidebar .el-submenu {
  background-color: transparent !important;
  overflow: hidden; }
#app .hideSidebar .el-submenu > .el-submenu__title {
    padding-left: 10px !important; }
#app .hideSidebar .el-menu--collapse .el-submenu {
  background-color: transparent !important; }
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block; }
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
#app .sidebar-container .el-submenu .el-menu-item {
  min-width: 180px !important;
  background-color: #1f2d3d; }
[ztcolor="default"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, [ztcolor="default"]
  #app .sidebar-container .el-submenu .el-menu-item {
    background-color: #1f2d3d !important; }
[ztcolor="blue"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, [ztcolor="blue"]
  #app .sidebar-container .el-submenu .el-menu-item {
    background-color: #bfbfbf !important; }
[ztcolor="red"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, [ztcolor="red"]
  #app .sidebar-container .el-submenu .el-menu-item {
    background-color: #bfbfbf !important; }
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
  #app .sidebar-container .el-submenu .el-menu-item:hover {
    background-color: #001528;
    color: #fff !important; }
[ztcolor="default"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, [ztcolor="default"]
    #app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #001528 !important; }
[ztcolor="blue"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, [ztcolor="blue"]
    #app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #5babfa !important; }
[ztcolor="red"] #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, [ztcolor="red"]
    #app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #EE8262 !important; }
#app .el-submenu__title:hover {
  background-color: #001528; }
[ztcolor="default"] #app .el-submenu__title:hover {
    background-color: #001528 !important; }
[ztcolor="blue"] #app .el-submenu__title:hover {
    background-color: #5babfa !important; }
[ztcolor="red"] #app .el-submenu__title:hover {
    background-color: #EE8262 !important; }
#app .el-submenu__title i {
  color: #BFCBd9 !important; }
[ztcolor="default"] #app .el-submenu__title i {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important; }
[ztcolor="blue"] #app .el-submenu__title i {
    fill: #404040 !important;
    color: #404040 !important; }
[ztcolor="red"] #app .el-submenu__title i {
    fill: #404040 !important;
    color: #404040 !important; }
#app .el-menu-item:hover {
  outline: 0;
  background-color: #001528; }
[ztcolor="default"] #app .el-menu-item:hover {
    background-color: #001528 !important; }
[ztcolor="blue"] #app .el-menu-item:hover {
    background-color: #5babfa !important; }
[ztcolor="red"] #app .el-menu-item:hover {
    background-color: #EE8262 !important; }
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important;
  background-color: transparent !important; }
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none; }
.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px; }
.blue-btn {
  background: #324157; }
.blue-btn:hover {
    color: #324157; }
.blue-btn:hover:before, .blue-btn:hover:after {
      background: #324157; }
.light-blue-btn {
  background: #3A71A8; }
.light-blue-btn:hover {
    color: #3A71A8; }
.light-blue-btn:hover:before, .light-blue-btn:hover:after {
      background: #3A71A8; }
.red-btn {
  background: #C03639; }
.red-btn:hover {
    color: #C03639; }
.red-btn:hover:before, .red-btn:hover:after {
      background: #C03639; }
.pink-btn {
  background: #E65D6E; }
.pink-btn:hover {
    color: #E65D6E; }
.pink-btn:hover:before, .pink-btn:hover:after {
      background: #E65D6E; }
.green-btn {
  background: #30B08F; }
.green-btn:hover {
    color: #30B08F; }
.green-btn:hover:before, .green-btn:hover:after {
      background: #30B08F; }
.tiffany-btn {
  background: #4AB7BD; }
.tiffany-btn:hover {
    color: #4AB7BD; }
.tiffany-btn:hover:before, .tiffany-btn:hover:after {
      background: #4AB7BD; }
.yellow-btn {
  background: #FEC171; }
.yellow-btn:hover {
    color: #FEC171; }
.yellow-btn:hover:before, .yellow-btn:hover:after {
      background: #FEC171; }
.pan-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-transition: 600ms ease all;
  transition: 600ms ease all;
  position: relative;
  display: inline-block; }
.pan-btn:hover {
    background: #fff; }
.pan-btn:hover:before, .pan-btn:hover:after {
      width: 100%;
      -webkit-transition: 600ms ease all;
      transition: 600ms ease all; }
.pan-btn:before, .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all; }
.pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0; }
.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px; }
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; }
label {
  font-weight: 700; }
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
#app {
  height: 100%; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
.no-padding {
  padding: 0px !important; }
.padding-content {
  padding: 4px 0; }
a:focus,
a:active {
  outline: none; }
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
div:focus {
  outline: none; }
.fr {
  float: right; }
.fl {
  float: left; }
.pr-5 {
  padding-right: 5px; }
.pl-5 {
  padding-left: 5px; }
.block {
  display: block; }
.pointer {
  cursor: pointer; }
.inlineBlock {
  display: block; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
code {
  background: #eef1f6;
  padding: 15px 16px;
  margin-bottom: 20px;
  display: block;
  line-height: 36px;
  font-size: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
code a {
    color: #337ab7;
    cursor: pointer; }
code a:hover {
      color: #20a0ff; }
.warn-content {
  background: rgba(66, 185, 131, 0.1);
  border-radius: 2px;
  padding: 16px;
  padding: 1rem;
  line-height: 1.6rem;
  word-spacing: .05rem; }
.warn-content a {
    color: #42b983;
    font-weight: 600; }
.app-container {
  padding: 10px 10px 0px 15px; }
.components-container {
  margin: 30px 50px;
  position: relative; }
.pagination-container {
  margin-top: 10px; }
.text-center {
  text-align: center; }
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-transition: 600ms ease position;
  transition: 600ms ease position;
  border-bottom: 1px solid #ddd !important; }
[border-color="tint"] .sub-navbar {
    border-bottom: 1px solid #ddd !important; }
[border-color="deep"] .sub-navbar {
    border-bottom: 1px solid #878787 !important; }
[border-color="black"] .sub-navbar {
    border-bottom: 1px solid #000 !important; }
.sub-navbar .subtitle {
    font-size: 20px;
    color: #fff; }
.sub-navbar.draft {
    background: #d0d0d0; }
.sub-navbar.deleted {
    background: #d0d0d0; }
.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer; }
.link-type:hover,
  .link-type:focus:hover {
    color: #20a0ff; }
.filter-container {
  padding-bottom: 10px; }
.filter-container .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
.multiselect {
  line-height: 16px; }
.multiselect--active {
  z-index: 1000 !important; }

@charset "UTF-8";

*{-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, textarea {margin:0; padding:0; border:0;}

html{font-size: 14px;width: 100%;height: 100%;}

ol, ul ,li{list-style: none;}

/*a img,img {border: 0;vertical-align: middle;}*/

a:focus {outline-style: none;}

a,area {blr: expression(this.onFocus = this.blur () );}

table {border-collapse: collapse;}

th {white-space:nowrap; font-weight:bold}

td {word-break:break-all;}

/*textarea{resize: none; -webkit-appearance: none;}*/

/*select,button{cursor: pointer;outline: none;}*/

i{font-style: normal;}

/*input[type="text"]{font-size: 14px;color:#666;-webkit-appearance: none; }*/

.center{text-align: center;}

.clearfix:after{content: "";clear:both;display: block; height: 0; visibility: hidden;}

.clearfix{zoom:1;}

.left{ float:left}

.right{ float:right}

.block{ display: block;}

.inline-block{ display: inline-block;}

.inline{ display: inline; }

.ellipsis-1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*display: -webkit-box;*/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	/*white-space: normal!important;*/
	-webkit-line-clamp:1;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width:0;
}

.flex-v {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}




.app-breadcrumb.el-breadcrumb[data-v-4e455e91] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 10px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-4e455e91] {
    color: #97a8be;
    cursor: text;
}


.hamburger[data-v-d9ae85fc] {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: .38s;
	transition: .38s;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.hamburger.is-active[data-v-d9ae85fc] {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}


.bug-btn.el-button--small[data-v-38f6437f] {
  padding: 9px 10px;
}
.bug-svg[data-v-38f6437f] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.message-title[data-v-38f6437f] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-right: 8px;
}


.screenfull-svg[data-v-409b2501] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 20px;
  height: 20px;
  vertical-align: 10px;
}


.size-icon[data-v-b2a75600] {
  font-size: 20px;
  cursor: pointer;
  vertical-align: -4px!important;
}


.international-icon[data-v-753af672] {
  font-size: 20px;
  cursor: pointer;
  vertical-align: -5px!important;
}


.theme-picker .el-color-picker__trigger {
  vertical-align: middle;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}


.all[data-v-66a5f211]{
    height: 100%;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    color: #555;
    padding-right: 10px;
}
.top[data-v-66a5f211] {
    width:100%;
    height: 50%;
    line-height: 25px;
}
.bottom[data-v-66a5f211] {
    width:100%;
    height: 50%;
    line-height: 25px;
}
.top div[data-v-66a5f211]{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.bottom div[data-v-66a5f211]{
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: rgb(180, 141, 184);
    display: inline-block;
    margin: 0 3px;
}
/* .all div:hover{

} */
.ddd[data-v-66a5f211]{
    background-color: #ddd;
}
.c878787[data-v-66a5f211]{
    background-color: #878787;
}
.c000[data-v-66a5f211]{
    background-color: #000;
}
.default[data-v-66a5f211] {
    background-color: #304156 !important;
}
.blue[data-v-66a5f211] {
    background-color:#4894E0 !important;
}
.red[data-v-66a5f211] {
    background-color: #ee8262 !important;
}

/*#9E9E9E 606266*/
.material-input__component .material-input-bar:before, .material-input__component .material-input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.material-input__component {
  margin-top: 10px;
  color: #000;
  position: relative;
}
.material-input__component * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.material-input__component .iconClass .material-input__icon {
    position: absolute;
    left: 0;
    line-height: 14px;
    color: #2196f3;
    top: 12px;
    width: 30px;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    pointer-events: none;
}
.material-input__component .iconClass .material-label {
    left: 30px;
}
.material-input__component .iconClass .material-input {
    text-indent: 30px;
}
.material-input__component .material-input {
    font-size: 14px;
    padding: 12px 12px 2px 6px;
    width: 100%;
    border: none;
    line-height: 1;
    border-radius: 0;
}
.material-input__component .material-input:focus {
      outline: none;
      border: none;
      border-bottom: 1px solid transparent;
}
.material-input__component .material-label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-size: 16px;
}
.material-input__component .material-input-bar {
    position: relative;
    display: block;
    width: 100%;
}
.material-input__component .material-input-bar:before {
      left: 50%;
}
.material-input__component .material-input-bar:after {
      right: 50%;
}
.material-input__component.material--disabled .material-input {
    border-bottom-style: dashed;
}
.material-input__component.material--raised .material-label {
    top: -26px;
    left: 0;
    font-size: 14px;
    font-weight: normal;
}
.material-input__component.material--active .material-input-bar:before, .material-input__component.material--active .material-input-bar:after {
    width: 50%;
}
.material-input__component {
  background: white;
}
.material-input__component .material-input {
    background: none;
    color: black;
    text-indent: 0px;
}
.material-input__component .material-input-bar:before, .material-input__component .material-input-bar:after {
    background: #2196f3;
}
.material-input__component.material--active .material-label {
    color: #2196f3;
}
.material-input__component.material--has-errors.material--active .material-label {
    color: #f44336;
}
.material-input__component.material--has-errors .material-input-bar:before, .material-input__component.material--has-errors .material-input-bar:after {
    background: transparent;
}
.material-input__component .required .material-label::before {
    content: '  *  ';
    color: #f44336;
}
.material-input__component .el-input-group__append {
    background-color: white;
    border: 0px;
    width: 10%;
    padding: 0 10px;
}
.material-input__component .el-input-group__append .el-input__inner {
      text-align: right;
}
.material-input__component .el-input-group__prepend {
    background-color: white;
    border: 0px;
    width: 20%;
}
.material-input__component .el-input-group__prepend .el-input__inner {
      text-align: left;
}
.link .el-input__inner {
  text-decoration: underline;
  color: #1923d2 !important;
  cursor: pointer;
}


.btn[data-v-6560b47f] {
  position: absolute;
  top: 4px;
  right: 0%;
}


.lalala[data-v-fda9113e] {
  background-color: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -45px;
  /*top: 75px;*/
  /*width: calc(100% - 175px);*/
  left: 0px;
  right: 0px;
  padding: 0px 5px 0px 0px;
  border-bottom: 1px solid #ddd;
  z-index: 49;
}
.el-button[data-v-fda9113e] {
  height: 30px;
  line-height: 0px;
}


.text {
  margin-left: 10px;
}


.pagination-container[data-v-400fe82d] {
  background: #fff;
  padding: 0px 16px;
}
.pagination-container.hidden[data-v-400fe82d] {
  display: none;
}


.tableForList .el-table__body-wrapper {
  height: calc(100vh - 330px) !important;
}
.el-table--medium td,
.el-table--medium th {
  padding: 6px 0 !important;
}
.tableForList .app-container .tableHeightClass {
  width: 100%;
  height: auto;
  /*overflow: scroll;*/
  /*height: 500px;*/
}


.el-tooltip__popper {
  font-size: 14px;
  max-width: 70%;
  max-height: 90%;
}
/*弹窗*/
.editTableDialog .el-dialog__body {
  text-align: center !important;
}


.cube[data-v-2ba3e9b3]{
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top:0;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
  background-color: lightseagreen;
  opacity: .3;
  z-index: 99;pointer-events: none;
  /*background: url("../../../static/images/suoQianBigData/test2.jpg")*/
}
#big[data-v-2ba3e9b3]{
  border: 1px solid black;
  max-height: 1000px;
  max-width: 1000px;
  position: relative;
  /*background: url(../../../static/images/suoQianBigData/tet99.jpg);*/
  /*background-image: url("../../../static/images/suoQianBigData/test2.jpg");*/
  line-height: 500px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  float: left;
}
#big>img[data-v-2ba3e9b3]{
  line-height: 500px; vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
}
.cv[data-v-2ba3e9b3]{
  position: relative;
  float: left;
  /*border: 2px solid lightseagreen;*/
  max-width: 600px;
  margin:0 auto;
}
.cutDetail[data-v-2ba3e9b3] {
  width:100%;
  height: 100%;
}


.canvs[data-v-281d7acb] {
  height: 300px;
  width: 400px;
  margin: 0 auto;
  /*display: flex;*/
  /*justify-items: center;*/
  /*text-align: center;*/
}
.canvs img[data-v-281d7acb] {
  height: 100%;
  width: 100%;
}
.canvs #c[data-v-281d7acb] {
  margin: 0 auto;
}


.el-input__icon .el-icon-date {
  display: none;
}
.demonstration {
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  line-height: 1;
  color: #F56C6C;
}


.el-select-dropdown__item > span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.el-select-dropdown__list {
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.select[data-v-c22fd540] {
  position: relative !important;
}
.chooseOption[data-v-c22fd540] {
  color: #dcdfe6;
}
.btn[data-v-c22fd540] {
  position: absolute;
  top: 4px;
  right: 30px;
}
/*.required .material-label::before{
    content: '  *  ';
    color:#f44336;
  }*/
.el-scrollbar .el-scrollbar__view .el-select-dropdown__item[data-v-c22fd540] {
  height: auto;
  max-height: 274px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.el-select-dropdown__item.selected[data-v-c22fd540] {
  font-weight: normal;
}
.el-select-dropdown__item.hover[data-v-c22fd540],
.el-select-dropdown__item[data-v-c22fd540]:hover {
  background-color: #ffffff;
}
ul li[data-v-c22fd540] .el-tree .el-tree-node__content {
  height: auto;
  padding: 0 20px;
}
.el-tree-node__label[data-v-c22fd540] {
  font-weight: normal;
}
.el-tree[data-v-c22fd540] .is-current .el-tree-node__label {
  color: #409eff;
  font-weight: 700;
}
.el-tree[data-v-c22fd540] .is-current .el-tree-node__children .el-tree-node__label {
  color: #606266;
  font-weight: normal;
}


@charset "UTF-8";
.invoice-elec .head-elec[data-v-2a0716b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.head-elec div.left-elec[data-v-2a0716b6],
.head-elec div.right-elec[data-v-2a0716b6] {
  width: 200px;
  padding-left: 10px;
}
.head-elec div.right-elec p[data-v-2a0716b6] {
  width: 220px;
  line-height: 28px;
  font-size: 12px;
}
.head-elec div.left-elec .qrCode[data-v-2a0716b6] {
  width: 70px;
  height: 70px;
  margin-left: 10px;
  background-color: #484545;
}
.head-elec div.h1[data-v-2a0716b6] {
  width: 350px;
  text-align: center;
  line-height: 68px;
  padding: 0;
  white-space: nowrap;
}
.head-elec div.h1 span[data-v-2a0716b6] {
  font-size: 26px;
  font-weight: 500;
  border-bottom: 5px #800000 double;
  padding-bottom: 15px;
}
.head-elec .head-special[data-v-2a0716b6] {
  position: absolute;
  top: 45%;
  left: 18%;
  color: #666666;
}
.main-color[data-v-2a0716b6] {
  color: #800000;
}
.title-span[data-v-2a0716b6] {
  font-size: 12px;
  padding-right: 5px;
  line-height: 16px;
}
.title-span span i[data-v-2a0716b6] {
  color: #800000;
  padding: 2px;
}
/*购买方*/
.purchaser-elec[data-v-2a0716b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  border: 2px solid #800000;
  border-bottom: 0;
  font-size: 12px;
}
.purchaser-elec .left-title[data-v-2a0716b6] {
  border-right: 2px solid #800000;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
}
.purchaser-elec .left-title1[data-v-2a0716b6],
.purchaser-elec .left-title2[data-v-2a0716b6] {
  width: 30px;
  padding: 8px 10px 8px 7px;
  line-height: 16px;
}
.purchaser-elec .left-title3[data-v-2a0716b6] {
  width: 28px;
  padding: 8px 10px 8px 7px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}
.purchaser-elec .company-info[data-v-2a0716b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 470px;
  border-right: 2px solid #800000;
}
.purchaser-elec .company-info[data-v-2a0716b6]:last-child {
  border-right: none;
}
.purchaser-elec .company-info p[data-v-2a0716b6] {
  margin-bottom: 5px;
  padding-left: 10px;
}
table[data-v-2a0716b6] {
  border: 2px solid #800000;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.table-elec[data-v-2a0716b6] {
  width: 100%;
}
.table-elec tr th[data-v-2a0716b6],
.table-elec tr td[data-v-2a0716b6] {
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  border-bottom: 0 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*价税合计*/
.pricetax-sum-elec[data-v-2a0716b6] {
  border: 2px solid #800000;
  border-top: 0;
}
.pricetax-sum-elec span[data-v-2a0716b6] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.pricetax-sum-elec span[data-v-2a0716b6]:nth-of-type(1) {
  width: 216px;
  border-right: 2px solid #800000;
  text-align: center;
}
.pricetax-sum-elec span[data-v-2a0716b6]:nth-of-type(2) {
  width: 278px;
  text-align: left;
}
.pricetax-sum-elec span[data-v-2a0716b6]:nth-of-type(3) {
  width: 260px;
  text-align: center;
}
.purchaser-elec-memo[data-v-2a0716b6] {
  border-top: none;
  max-height: 500px;
  border-bottom: 2px solid #800000;
  margin-bottom: 30px;
}
.memo-elec-text[data-v-2a0716b6] {
  padding: 7px 10px;
  letter-spacing: 2px;
  border-left: 2px solid #800000;
}
.footer[data-v-2a0716b6] {
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer p[data-v-2a0716b6] {
    font-size: 12px;
}
.span_left[data-v-2a0716b6] {
  padding-left: 2em;
}


@charset "UTF-8";
.invoiceDeatil[data-v-7e062ca1] {
  width: 840px;
  margin: 20px auto;
  padding: 13px 22px 40px;
  border: 1px solid #ddd;
}
.invoiceDeatil-elec[data-v-7e062ca1] {
  width: 850px;
  margin: 20px auto;
  padding: 13px 22px 30px;
  border: 2px solid #800000;
}
.invoiceDeatil .head[data-v-7e062ca1] {
  width: 100%;
  margin-bottom: 12px;
}
.head div.left[data-v-7e062ca1],
.head div.right[data-v-7e062ca1] {
  width: 220px;
  padding-left: 10px;
}
.head div.right p[data-v-7e062ca1] {
  line-height: 24px;
  font-size: 12px;
}
.mainColor[data-v-7e062ca1] {
  color: #9e520b;
}
.head div.left .qrCode[data-v-7e062ca1] {
  width: 70px;
  height: 70px;
  margin-left: 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.head div.h1[data-v-7e062ca1] {
  width: 350px;
  text-align: center;
  line-height: 68px;
  padding: 0;
}
.head div.h1 span[data-v-7e062ca1] {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 5px #9e520b double;
  padding-bottom: 15px;
}
.footer p[data-v-7e062ca1] {
  display: inline-block;
}
.footer p span[data-v-7e062ca1] {
  padding-right: 5px;
}
.footer p[data-v-7e062ca1]:nth-of-type(1) {
  width: 230px;
  padding-left: 15px;
}
.footer p[data-v-7e062ca1]:nth-of-type(2) {
  width: 165px;
}
.footer p[data-v-7e062ca1]:nth-of-type(3) {
  width: 165px;
}
/*购买方*/
.purchaser[data-v-7e062ca1] {
  height: 84px;
  overflow: hidden;
  border: 1px solid #9e520b;
  border-bottom: 0;
  font-size: 12px;
}
.purchaser .title[data-v-7e062ca1] {
  border-right: 1px solid #9e520b;
  height: 100%;
  font-size: 13px;
  overflow: hidden;
}
.purchaser .title1[data-v-7e062ca1] {
  width: 30px;
  padding: 8px 10px;
  line-height: 22px;
}
.purchaser .title2[data-v-7e062ca1] {
  width: 20px;
  padding: 4px 3px;
  line-height: 26px;
}
.purchaser .title3[data-v-7e062ca1] {
  width: 20px;
  padding: 2px 3px;
  line-height: 40px;
}
.purchaser .companyInfo[data-v-7e062ca1] {
  width: 465px;
  border-right: 1px solid #9e520b;
}
.purchaser .companyInfo p[data-v-7e062ca1] {
  margin-bottom: 5px;
  padding-left: 10px;
}
.purchaser .password[data-v-7e062ca1] {
  padding: 0 20px;
}
/*table tr td{padding-left: 5px;}
 .border0{border:0}
 .mainColor{color: #9E520B;}*/
table[data-v-7e062ca1] {
  border: 1px solid #9e520b;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.titleSpan[data-v-7e062ca1] {
  font-size: 12px;
  padding-right: 5px;
  line-height: 16px;
}
.titleSpan span i[data-v-7e062ca1] {
  color: #9e520b;
  padding: 2px;
}
.table[data-v-7e062ca1] {
  width: 100%;
}
/*margin-bottom:12px ;*/
.table tr td[data-v-7e062ca1] {
  line-height: 20px;
  padding: 3px;
}
.table tr th[data-v-7e062ca1],
.table tr td[data-v-7e062ca1] {
  font-weight: normal;
  line-height: 24px;
  border-left: 1px solid #9e520b;
  border-right: 1px solid #9e520b;
  border-bottom: 0 !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*价税合计*/
.pricetaxSum[data-v-7e062ca1] {
  border: 1px solid #9e520b;
  border-top: 0;
}
.pricetaxSum span[data-v-7e062ca1] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.pricetaxSum span[data-v-7e062ca1]:nth-of-type(1) {
  width: 216px;
  border-right: 1px solid #9e520b;
  text-align: center;
}
.pricetaxSum span[data-v-7e062ca1]:nth-of-type(2) {
  width: 278px;
  text-align: left;
}
.pricetaxSum span[data-v-7e062ca1]:nth-of-type(3) {
  width: 260px;
  text-align: center;
}
/*.singleTitle1{width:20px;padding-right:5px;text-align:center;line-height: 22px;border-right: 1px solid #9E520B;color: #9E520B;}
  .singleTitle2{width:20px;padding:4px 3px;line-height: 26px;border-right: 1px solid #9E520B;color: #9E520B;}*/
/* 机动车发票 */
.car .password[data-v-7e062ca1] {
  padding: 10px 10px;
  text-align: justify;
  word-break: break-all;
  width: 410px;
}
.rowTitle[data-v-7e062ca1] {
  width: 100px;
  padding: 10px 10px;
}
.rowInfo[data-v-7e062ca1] {
  padding: 11px 5px;
  width: 260px;
  border-right: 1px solid #9e520b;
}
.rowTitle p[data-v-7e062ca1],
.rowInfo p[data-v-7e062ca1] {
  width: 100%;
  line-height: 22px;
}
.soujin p[data-v-7e062ca1],
.soujin[data-v-7e062ca1] {
  letter-spacing: 6px;
  text-align: center;
}
.buyerMain[data-v-7e062ca1] {
  height: 68px;
}
.buyer[data-v-7e062ca1] {
  padding: 0 10px;
}
.buyerInfo[data-v-7e062ca1] {
  width: 280px;
}
.flexd[data-v-7e062ca1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 0 10px;
  height: 100%;
}
.checkCode[data-v-7e062ca1] {
  padding: 10px 10px;
  text-align: justify;
  word-break: break-all;
  width: 255px;
}
.carMain[data-v-7e062ca1] {
  height: 40px;
}
.smallSoujin[data-v-7e062ca1] {
  letter-spacing: 2px;
}
.borderBottom[data-v-7e062ca1] {
  border-bottom: 1px solid #9e520b;
}
.car .footer p[data-v-7e062ca1] {
  width: 260px;
}
.title[data-v-7e062ca1] {
  color: #9e520b !important;
}
/*卷式*/
.invoiceDeatilRoll[data-v-7e062ca1] {
  width: 350px;
  min-height: 800px;
  margin: 20px auto;
  padding: 45px 17px 40px;
  border: 1px solid #ac7255;
  color: #ac7255;
  font-size: 16px;
  font-family: 'KaiTi';
}
.invoiceDeatilRoll .val[data-v-7e062ca1] {
    color: black;
}
.invoiceDeatilRoll > .el-row[data-v-7e062ca1] {
    margin: 2px 0;
    font-size: 16px;
}
.invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(1) {
    font-size: 22px;
    font-family: 'SimSun';
    text-align: center;
    letter-spacing: 4px;
}
.invoiceDeatilRoll .el-row:nth-child(1) i[data-v-7e062ca1] {
      font-size: 10px;
      bottom: 0;
      position: absolute;
      letter-spacing: 0px;
}
.invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(2) {
    margin: 21px 0 0px 0;
    font-family: 'SimHei';
    font-size: 26px;
    text-align: center;
}
.invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(3) {
    margin: 10px 0 2px 0;
    height: 28px;
    text-align: right;
}
.invoiceDeatilRoll .el-row:nth-child(3) span[data-v-7e062ca1] {
      right: -17px;
      position: absolute;
      background-color: black;
      display: inline-block;
      height: 100%;
      width: 46px;
}
.invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(4),
  .invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(5) {
    font-size: 18px;
}
.invoiceDeatilRoll .el-row:nth-child(4) .val[data-v-7e062ca1],
    .invoiceDeatilRoll .el-row:nth-child(5) .val[data-v-7e062ca1] {
      font-size: 19px;
      letter-spacing: 4px;
      font-family: 'Microsoft YaHei';
      font-weight: bold;
}
.invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(7),
  .invoiceDeatilRoll .el-row[data-v-7e062ca1]:nth-child(10) {
    margin-bottom: 21px;
}
.invoiceDeatilRoll .el-col[data-v-7e062ca1] {
    word-wrap: break-word;
}
.invoiceDeatilRoll .empty[data-v-7e062ca1] {
    height: 165px;
}
.invoiceDeatilRoll .p-bottom[data-v-7e062ca1] {
    height: 150px;
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.invoiceDeatilRoll .p-bottom i[data-v-7e062ca1] {
      color: black;
}
.invoiceDeatilRoll .p-bottom p[data-v-7e062ca1] {
    font-size: 14px;
    margin-bottom: 3px;
}
.invoiceDeatilRoll .qrcode[data-v-7e062ca1] {
    margin-top: 15px;
}
/*J动车销售*/
.invoiceDeatil.car.motor[data-v-7e062ca1] {
  width: 888px;
  padding: 20px 30px;
  font-family: 'KaiTi';
}
.invoiceDeatil.car.motor .mainColor[data-v-7e062ca1] {
    color: #ac7255;
}
.invoiceDeatil.car.motor .head.clearfix div[data-v-7e062ca1]:nth-child(2) {
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 15px;
}
.invoiceDeatil.car.motor .head.clearfix div:nth-child(2) p[data-v-7e062ca1] {
      height: 26px;
      height: 30px;
      line-height: 30px;
      font-size: 26px;
      color: #ac7255;
}
.invoiceDeatil.car.motor .head.clearfix div:nth-child(2) p[data-v-7e062ca1]:nth-child(1) {
      font-family: 'FangSong';
}
.invoiceDeatil.car.motor .head.clearfix div:nth-child(2) p[data-v-7e062ca1]:nth-child(2) {
      font-family: 'SimHei';
      padding: 10px 0 0px;
}
/*二手车销售统一发票*/
.invoiceDeatil.car.motor.secondHand[data-v-7e062ca1] {
  width: 970px;
}
.invoiceDeatil.car.motor.secondHand .rowMid[data-v-7e062ca1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 170px;
    letter-spacing: 8px;
}
.invoiceDeatil.car.motor.secondHand .head.clearfix[data-v-7e062ca1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.invoiceDeatil.car.motor.secondHand .rowMind4[data-v-7e062ca1] {
    letter-spacing: 4px;
}
.invoiceDeatil.car.motor.secondHand .rowMind5[data-v-7e062ca1] {
    letter-spacing: 5px;
}
.invoiceDeatil.car.motor.secondHand .rowMind6[data-v-7e062ca1] {
    letter-spacing: 6px;
}
.invoiceDeatil.car.motor.secondHand .rowMind7[data-v-7e062ca1] {
    letter-spacing: 7px;
}
.invoiceDeatil.car.motor.secondHand .rowMind8[data-v-7e062ca1] {
    letter-spacing: 8px;
}
.invoiceDeatil.car.motor.secondHand .rowMind2[data-v-7e062ca1] {
    letter-spacing: 2px;
}
.invoiceDeatil.car.motor.secondHand .rowMind16[data-v-7e062ca1] {
    letter-spacing: 16px;
}
.invoiceDeatil.car.motor.secondHand .rowMind23[data-v-7e062ca1] {
    letter-spacing: 23px;
}
.invoiceDeatil.car.motor.secondHand .rowWrap[data-v-7e062ca1] {
    word-wrap: break-word;
    width: 100px;
}
.invoiceDeatil.car.motor.secondHand .rowWrap63[data-v-7e062ca1] {
    word-wrap: break-word;
    width: 63px;
}
.invoiceDeatil.car.motor.secondHand .rowWrap200[data-v-7e062ca1] {
    word-wrap: break-word;
    width: 200px;
}
.invoiceDeatil.car.motor.secondHand .checkCodeNull[data-v-7e062ca1] {
    width: auto;
}
.invoiceDeatil.car.motor.secondHand .flexWind1[data-v-7e062ca1] {
    width: 180px !important;
}
.invoiceDeatil.car.motor.secondHand .flexWind2[data-v-7e062ca1] {
    width: 230px !important;
}
.invoiceDeatil.car.motor.secondHand .flexWind3[data-v-7e062ca1] {
    width: 125px !important;
}
.invoiceDeatil.car.motor.secondHand .flexWind5[data-v-7e062ca1] {
    width: 394px !important;
    border: none;
}
.invoiceDeatil.car.motor.secondHand .flexWind4[data-v-7e062ca1] {
    width: 600px !important;
    border: none;
}
.invoiceDeatil.car.motor.secondHand .heightBig[data-v-7e062ca1] {
    height: 80px !important;
}
.invoiceDeatil.car.motor.secondHand .spanFather[data-v-7e062ca1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.invoiceDeatil.car.motor.secondHand .spanWind[data-v-7e062ca1] {
    width: 62px !important;
    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;
    height: 40px;
    text-align: center;
    margin: 0;
    word-wrap: break-word;
    border-bottom: 1px solid #9e520b;
    border-right: 1px solid #9e520b;
}
.invoiceDeatil.car.motor.secondHand .spanWind2[data-v-7e062ca1] {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 332px;
    padding-left: 10px;
    border-bottom: 1px solid #9e520b;
    color: black;
}
.invoiceDeatil.car.motor.secondHand .bottomNull[data-v-7e062ca1] {
    border-right: none;
    text-align: right !important;
    letter-spacing: 5px;
}
textarea[data-v-7e062ca1] {
  color: black;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  background-color: inherit;
}
.invoiceDifferenceType[data-v-7e062ca1] {
  line-height: 80px;
  white-space: nowrap;
}


.upbox[data-v-e005ed04] {
  position: relative;
}
.opacity[data-v-e005ed04] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.popUpImg .el-dialog__body[data-v-e005ed04] {
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}


.image_box[data-v-3d124006] {
  -webkit-transform: rotateY("10px");
          transform: rotateY("10px");
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  line-height: 146px;
  color: #8c939d;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.image_box i[data-v-3d124006] {
    width: 28px;
    height: 28px;
    font-size: 28px;
}
.image_box .photo_box[data-v-3d124006] {
    left: 0;
    bottom: 0;
    width: 140px;
    padding: 1px;
    text-align: left;
    line-height: 16px;
    text-indent: 2em;
    position: absolute;
}
.image_box[data-v-3d124006]:hover {
  color: #409eff;
  border: 1px dashed #409eff;
}
.image_box:hover i[data-v-3d124006] {
    color: #8c939d;
}
.image_disabled[data-v-3d124006] {
  cursor: no-drop;
}


.el-button[data-v-6b519714] {
  height: 36px;
  width: 55px;
}

/*.el-image-viewer__img{
  width:420px;
}*/
.el-image-viewer__next[data-v-a7885804] {
  right: calc(50% - 400px);
}
.el-image-viewer__prev[data-v-a7885804] {
  left: calc(50% - 400px);
}
.containerDiv[data-v-a7885804] {
  width: 100%;
}
.imgList[data-v-a7885804] {
  float: left;
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 10px;*/
  min-width: 150px;
}
[data-v-a7885804] .el-upload {
  display: none;
  position: relative;
}
.editTableDialog[data-v-a7885804] {
  overflow: hidden;
}
.editTableDialog[data-v-a7885804] .el-upload {
    display: inline-block;
}
.image_box[data-v-a7885804] {
  -webkit-transform: rotateY("10px");
          transform: rotateY("10px");
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  line-height: 146px;
  color: #8c939d;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.image_box i[data-v-a7885804] {
    width: 28px;
    height: 28px;
    font-size: 28px;
}
.image_box[data-v-a7885804]:hover {
  color: #409eff;
  border: 1px dashed #409eff;
}
.image_box:hover i[data-v-a7885804] {
    color: #8c939d;
}
.detail_image[data-v-a7885804] {
  overflow: hidden;
}
.dialog-footer[data-v-a7885804] {
  text-align: center;
}
.detail_image_box[data-v-a7885804] {
  display: inline-block;
}
[data-v-a7885804] .el-dialog__body {
  max-height: 65vh;
  overflow-y: auto;
  padding: 30px 20px 0;
}


.el-button[data-v-023429da] {
  height: 37px;
  width: 55px;
}


.cascader-box[data-v-6235f0e4] {
  position: relative;
}
.cascader-box .cascader-div[data-v-6235f0e4] {
    white-space: normal;
    padding: 5px 20px 5px 5px;
    min-height: 34px;
    line-height: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
}
.cascader-box .cascader-content[data-v-6235f0e4] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.cascader-box .cascader-icon[data-v-6235f0e4] {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px;
}


.cascader-panel-pop {
  padding: 0;
}
.cascader-panel-pop .el-cascader-node {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 34px;
    line-height: 20px;
}
.cascader-panel-pop .el-cascader-node__label {
    white-space: normal;
    word-break: break-all;
}
.cascader-panel-pop .leaf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cascader-panel-pop .leaf-item div {
      display: inline-block;
}
.cascader-panel-pop .leaf-item .leaf-item-part {
      margin-right: 10px;
      width: 150px;
}


@charset "UTF-8";
.editTable .el-select,
.editTable .el-form-item__content {
  width: 100% !important;
  white-space: nowrap;
}
.editTable .el-form-item {
  margin-bottom: 0px;
}
.editTable .el-input {
  width: 100% !important;
}
.editTable .el-input__inner {
  padding: 0 5px;
}
.editTable .el-input__prefix:not(.el-icon-date) {
  display: none;
}
.Image .el-upload-list--picture-card .el-upload-list__item {
  width: auto;
  height: auto;
  margin: 0;
}
.el-icon-warning {
  color: #e6a23c;
}
/*弹窗*/
.editTableDialog .el-dialog__body {
  text-align: center !important;
}


[data-v-11dc1813] .el-form-item.c_warn .el-form-item__content .el-input .el-input__inner {
  font-weight: 900;
  color: #E6A23C;
}
.c_warn[data-v-11dc1813] {
  font-weight: 900;
  color: #E6A23C;
}
.set_up[data-v-11dc1813] {
  color: #f56c6c;
}
.not_set[data-v-11dc1813] {
  color: #2b84e4;
}


.el-descriptions__header[data-v-11dc1813] {
  display: block;
  -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: 0px;
}
.el-descriptions__title[data-v-11dc1813] {
  padding-left: 10px;
  border-left: 5px solid #1890ff;
}
.el-collapse-item__header[data-v-11dc1813] {
  display: block;
  cursor: default;
  border-bottom: 0px;
}
.inlineBlock[data-v-11dc1813] {
  display: inline-block;
}
[data-v-11dc1813] .el-table__indent {
  padding: 0 !important;
}
[data-v-11dc1813] .el-table__placeholder {
  width: 0 !important;
}
.editTable[data-v-11dc1813] .table_tooltip_button {
  font-size: 14px;
  color: #606266 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0 !important;
  margin: 0;
  padding: 0;
}


.logMgCls .el-select__tags-text {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
}
/*.logMgCls .el-select .el-tag__close.el-icon-close {
  top: -7px;
}*/
.el-popper[x-placement^=bottom]{
  margin-top:0px!important;
}
.el-checkbox__label{
  padding-left: 5px!important;
}


.mask[data-v-25830047] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 11;
}
.common-tree[data-v-25830047] {
  overflow: auto;
}
.select[data-v-25830047] {
  position: relative !important;
  z-index: 48;
}
.el-select .el-input__inner[data-v-25830047] {
  /*height: 18px !important;*/
  border: 0px solid #dcdfe6 !important;
}
ul.contextmenu[data-v-25830047] {
  width: 110px;
  margin: 0;
  background: #fff;
  z-index: 100;
  position: absolute;
  list-style-type: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.contextmenu li[data-v-25830047] {
  border-radius: 4px;
  margin: 0;
  padding: 5px 0px;
  cursor: pointer;
}
.contextmenu li[data-v-25830047]:hover {
  background: #eaecee;
}


.table-header .el-col-8 .el-form-item__content {
  width: calc(100% + 130px) !important;
}
.table-header .el-col-6 .el-form-item__content {
  width: calc(100% + 75px) !important;
}
.table-header .el-form-item__content {
  width: 100%;
}
.el-collapse-item__content {
  padding-bottom: 0px !important;
}


.table-header .table-header_button[data-v-082b7b02] {
  text-align: right;
  float: right;
  width: auto;
  /*margin-bottom: 12px;*/
  line-height: 20px;
}
.table-header .table-header-item.el-form-item[data-v-082b7b02] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /*margin-bottom: 12px;*/
}
.table-header .table-header-item.el-form-item .el-form-item__content[data-v-082b7b02],
  .table-header .table-header-item.el-form-item .el-select[data-v-082b7b02] {
    width: 100%;
}
.el-select[data-v-082b7b02],
.el-form-item__content[data-v-082b7b02] {
  width: 100% !important;
}
.el-form-item[data-v-082b7b02] {
  margin-bottom: 0px;
}
.el-cascader--medium[data-v-082b7b02] {
  width: 100% !important;
}


.createPost-container[data-v-669fe524] {
  position: relative;
}
.createPost-container .createPost-main-container[data-v-669fe524] {
    padding: 40px 45px 20px 50px;
    /*.el-form-item {
    float: right;
  }*/
}


.required .material-label[data-v-1a63c441]::before {
  content: '  *  ';
  color: #f44336;
}
.el-select__tags-text[data-v-1a63c441] {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
}


.logMgCls .el-select__tags-text {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
}
/*.logMgCls .el-select .el-tag__close.el-icon-close {
  top: -7px;
}*/
.el-popper[x-placement^='bottom'] {
  margin-top: 0px !important;
}
.el-checkbox__label {
  padding-left: 5px !important;
}


.mask[data-v-be5d04d0] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 11;
}
.common-tree[data-v-be5d04d0] {
  overflow: auto;
}
.select[data-v-be5d04d0] {
  position: relative !important;
  z-index: 48;
}
.el-select .el-input__inner[data-v-be5d04d0] {
  /*height: 18px !important;*/
  border: 0px solid #dcdfe6 !important;
}
ul.contextmenu[data-v-be5d04d0] {
  width: 110px;
  margin: 0;
  background: #fff;
  z-index: 100;
  position: absolute;
  list-style-type: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.contextmenu li[data-v-be5d04d0] {
  border-radius: 4px;
  margin: 0;
  padding: 5px 0px;
  cursor: pointer;
}
.contextmenu li[data-v-be5d04d0]:hover {
  background: #eaecee;
}


.mytable[data-v-dcdfd0c0] {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.mytable th[data-v-dcdfd0c0] {
  padding: 10px 0;
  text-align: center;
}
.mytable td[data-v-dcdfd0c0] {
  padding: 0px 10px;
}








































































































































































































































/*.uploadFont .el-input__inner{
    width:200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }*/


.el-button + .el-button[data-v-6d648418] {
  margin-left: 0px;
}
.btn[data-v-6d648418] {
  position: absolute;
  top: 0px;
  right: 10px;
}


.uploadFont .el-input__inner {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.el-button + .el-button[data-v-72edf772] {
  margin-left: 0px;
}
.btn[data-v-72edf772] {
  position: absolute;
  top: 0px;
  right: 10px;
}


.el-tag[data-v-2b88db4e] {
  /*+ .el-tag*/
  margin-left: 10px;
}
.button-new-tag[data-v-2b88db4e] {
  margin-left: 10px;
  height: 27px;
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-new-tag[data-v-2b88db4e] {
  width: 90px;
  margin-left: 10px;
  vertical-align: bottom;
}


.md-time-line .theme-time-line.el-timeline {
  padding-left: 140px;
  width: 100%;
}
.md-time-line .theme-time-line.el-timeline .el-timeline-item__timestamp.is-top {
    position: absolute;
    left: -120px;
}
.md-time-line .theme-time-line.el-timeline .el-timeline-item__content {
    text-align: left;
}
.md-time-line .tag {
  position: absolute;
  left: -120px;
  top: 20px;
  font-weight: 700;
  text-align: right;
}
.md-time-line .pay {
  top: 45px;
}
.md-time-line .pay.payColor0 {
    color: #5fce93;
}
.md-time-line .pay.payColor2 {
    color: #f57584;
}
.md-time-line .pay.payColor9 {
    color: #46a0ff;
}
.md-time-line .theme-time-line .header {
  /*margin-bottom: 10px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #409eff;
  max-height: 25px;
}
.md-time-line .theme-time-line .header .portrait {
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.md-time-line .theme-time-line .header .time {
    color: #000;
    width: 160px;
    margin-right: 50px;
}
.md-time-line .theme-time-line .header .title1 {
    line-height: 32px;
    color: #ccc;
}
.md-time-line .theme-time-line .header .title1 .title1-text {
      margin-left: 10px;
      color: #ccc;
}
.md-time-line .theme-time-line .money {
  color: #333;
  font-size: 20px;
}
.md-time-line .theme-time-line .content-text-color {
  color: #a69999;
}
.md-time-line .theme-time-line .content-card {
  margin-top: 10px;
}
.md-time-line .theme-time-line .tag {
  display: inline-block;
}
.md-time-line .theme-time-line .endTxt {
  font-weight: 700;
  font-size: 20px;
}
.md-time-line .theme-time-line .pointer {
  cursor: pointer;
}



.headline[data-v-1964661e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*top: 22px;*/
  /* height: 47px;*/
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}


.el-descriptions__header[data-v-fca4b298] {
  display: block;
  -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: 0px;
}
.el-descriptions__title[data-v-fca4b298] {
  padding-left: 10px;
  border-left: 5px solid #1890ff;
}
.el-collapse-item__header[data-v-fca4b298] {
  cursor: default;
  display: block;
  border-bottom: 0px;
}


.editTablePagination .el-select[data-v-6e507d34],
.editTablePagination .el-form-item__content[data-v-6e507d34] {
  width: 100% !important;
}
.editTablePagination .el-form-item[data-v-6e507d34] {
  margin-bottom: 0px;
}
.editTablePagination .el-input[data-v-6e507d34] {
  width: 100% !important;
}
.editTablePagination .el-input__inner[data-v-6e507d34] {
  padding: 0 5px;
}
.editTablePagination .el-input__prefix[data-v-6e507d34]:not(.el-icon-date) {
  display: none;
}
.el-icon-warning[data-v-6e507d34] {
  color: #e6a23c;
}


.warningRow {
  color: #e6a23c !important;
}



























































































































.el-backtop {
  width: 55px;
  height: 55px;
}
.el-month-table td.today .cell {
  color: #606266 !important;
  font-weight: 400 !important;
}
.el-month-table td.current:not(.disabled) .cell,
.el-month-table td .cell:hover {
  color: #409eff !important;
}
.button {
  margin: 0 0 -22px 0;
}


.upbox[data-v-57ef3dab] {
  position: relative;
}
.opacity[data-v-57ef3dab] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.popUpImg .el-dialog__body[data-v-57ef3dab] {
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}


.createPost-container[data-v-4c1f136c] {
  position: relative;
}
.createPost-container .createPost-main-container[data-v-4c1f136c] {
    padding: 40px 45px 20px 50px;
    /*.el-form-item {
      float: right;
    }*/
}
.createPost-container .el-checkbox[data-v-4c1f136c] {
    margin-right: 20px;
}
.el_tabs_margin[data-v-4c1f136c] {
  margin: 20px 20px;
}
.essential_info[data-v-4c1f136c] {
  margin: 0 20px;
}


.createPost-container[data-v-2d867601] {
  position: relative;
}
.createPost-container .createPost-main-container[data-v-2d867601] {
    padding: 40px 45px 20px 50px;
    /*.el-form-item {
      float: right;
    }*/
}


.swith {
  display: inline-block;
  position: fixed;
  right: 10px;
  top: 140px;
}
.btnBox {
  width: auto;
  margin-top: 5px;
}
.space {
  margin-right: 5px;
}


#map[data-v-68c82ac2] {
  height: 530px;
}


.el-select-dropdown__item > span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.el-select-dropdown__list {
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.select {
  position: relative !important;
}
.chooseOption {
  color: #dcdfe6;
}
.btn {
  position: absolute;
  top: 4px;
  right: 30px;
}
/*.required .material-label::before{
    content: '  *  ';
    color:#f44336;
  }*/
.linkStyle input.el-input__inner {
  text-decoration: underline;
  color: #1923d2 !important;
  cursor: pointer;
}


@charset "UTF-8";
/* 自定义内容的区域的颜色 */
.selectTooltip.el-tooltip__popper {
  background: #f0f9eb !important;
  color: #65676a !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: none;
}
.selectTooltip.el-tooltip__popper.is-light {
  border: 1px solid #f0f9eb;
}
/* 改变三角形颜色 */
/* 朝上 */
.selectTooltip.el-tooltip__popper[x-placement^='bottom'] .popper__arrow:after {
  background: #f0f9eb !important;
  border-bottom-color: #f0f9eb;
}
/* 朝下 */
.selectTooltip.el-tooltip__popper[x-placement^='top'] .popper__arrow:after {
  background: #f0f9eb !important;
  border-top-color: #f0f9eb;
}
/* 改变三角形外边框 */
/* 三角形朝下的时候 */
.selectTooltip.el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
  background: #f0f9eb !important;
  border-bottom-color: #f0f9eb !important;
}
/* 三角形朝上的时候 */
.selectTooltip.el-tooltip__popper[x-placement^='top'] .popper__arrow {
  background: #f0f9eb !important;
  border-top-color: #f0f9eb !important;
}
/*.popperClass{
    background: red !important;
  }*/



.divauto[data-v-7a0b672c] {
  margin: 10px auto 0 auto;
}
.dialog-footer[data-v-7a0b672c] .el-button {
  padding: 7px 15px !important;
}


.downLog .is-circle {
  padding: 4px !important;
}


.navbar[data-v-3344fb20] {
  min-width: 860px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px !important;
}
.navbar .hamburger-container[data-v-3344fb20] {
    line-height: 58px;
    height: 50px;
    float: left;
    padding: 0 10px;
}
.navbar .logo[data-v-3344fb20] {
    float: left;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    color: #000;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navbar .breadcrumb-container[data-v-3344fb20] {
    float: left;
}
.navbar .errLog-container[data-v-3344fb20] {
    display: inline-block;
    vertical-align: top;
}
.navbar .right-menu[data-v-3344fb20] {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navbar .right-menu[data-v-3344fb20]:focus {
      outline: none;
}
.navbar .right-menu .right-menu-item[data-v-3344fb20] {
      display: inline-block;
      margin: 0 8px;
}
.navbar .right-menu .screenfull[data-v-3344fb20] {
      height: 20px;
}
.navbar .right-menu .international[data-v-3344fb20] {
      vertical-align: top;
}
.navbar .right-menu .theme-switch[data-v-3344fb20] {
      vertical-align: 15px;
}
.navbar .right-menu .avatar-container[data-v-3344fb20] {
      height: 50px;
      margin-right: 30px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-3344fb20] {
        margin-top: 5px;
        position: relative;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 30px;
        border-radius: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-3344fb20] {
          cursor: pointer;
          width: 40px;
          height: 40px;
          position: absolute;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-3344fb20] {
          cursor: pointer;
          position: absolute;
          right: -20px;
          top: 25px;
          font-size: 12px;
}
.icon[data-v-3344fb20] {
  border: 1px solid #999;
  border-radius: 50%;
  margin-top: 12px;
}
.down[data-v-3344fb20] {
  padding: 5px;
}
.project-dropdown[data-v-3344fb20] {
  max-height: 250px;
  overflow: auto;
  padding: 10px;
}
.project-dropdown[data-v-3344fb20]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.project-dropdown[data-v-3344fb20]::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}


.el-menu-item:focus {
  background-color: transparent!important;
}
.el-menu--vertical{
    /* border: 1px springgreen solid; */
}
.menu-wrapper{
}


.scrollbar[data-v-cfe20364] {
  background-color: #304156;
  border-width: 80%;
}
[ztcolor="default"] .scrollbar[data-v-cfe20364] {
    background-color: #304156 !important;
}
[ztcolor="blue"] .scrollbar[data-v-cfe20364] {
    background-color: #e6e6e6 !important;
}
[ztcolor="red"] .scrollbar[data-v-cfe20364] {
    background-color: #d2d2d2 !important;
}


.scroll-container[data-v-921dd1f6] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-921dd1f6] .el-scrollbar__bar {
    bottom: 0px;
}
.scroll-container[data-v-921dd1f6] .el-scrollbar__wrap {
    height: 49px;
}


.tags-view-container[data-v-f8dcf270] {
  height: 34px;
  width: 100%;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper[data-v-f8dcf270] {
    right: 0px;
    width: calc(100% - 200px);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-f8dcf270] {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 26px;
      line-height: 26px;
      border: 1px solid #d8dce5;
      color: #495060;
      background: #fff;
      padding: 0 8px;
      font-size: 12px;
      margin-left: 5px;
      margin-top: 4px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-f8dcf270]:first-of-type {
        margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-f8dcf270]:last-of-type {
        margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-f8dcf270] {
        background-color: #304156;
        color: #fff;
}
[ztcolor="default"] .tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-f8dcf270] {
          background-color: #304156 !important;
          border: 1px solid #304156 !important;
}
[ztcolor="blue"] .tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-f8dcf270] {
          background-color: #5babfa !important;
          border: 1px solid #5babfa !important;
}
[ztcolor="red"] .tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-f8dcf270] {
          background-color: #EE8262 !important;
          border: 1px solid #EE8262 !important;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-f8dcf270]::before {
          content: '';
          background: #fff;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: relative;
          margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-f8dcf270] {
    margin: 0;
    background: #fff;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-f8dcf270] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-f8dcf270]:hover {
        background: #eee;
}


.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    display: inline-block;
    vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
    background-color: #b4bccc;
    color: #fff;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-57b800e8]:first-of-type {
  margin-left: 5px;
}


.app-main[data-v-2e66ce6a] {
  /*84 = navbar + tags-view = 50 +34 */
  /* padding-left: 20px; */
  /*min-height: calc(100vh - 84px);*/
  max-width: 100%;
  /* min-width: 1100px; */
  position: relative;
  overflow: hidden;
}


.sousuo .el-input__inner {
  background-color: transparent;
  color: #BFCBd9 !important;
  border-top: 0px solid #BFCBd9 !important;
  border-left: 0px solid #BFCBd9 !important;
  border-right: 0px solid #BFCBd9 !important;
  border: 0px !important;
  padding: 0px;
  border-radius: 0px;
  height: 25px;
  padding-left: 30px !important;
}
[ztcolor="default"] .sousuo .el-input__inner {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo .el-input__inner {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo .el-input__inner {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="default"] .sousuo .el-input__inner {
    border-top: 0px solid #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo .el-input__inner {
    border-top: 0px solid #404040 !important;
}
[ztcolor="red"] .sousuo .el-input__inner {
    border-top: 0px solid #404040 !important;
}
[ztcolor="default"] .sousuo .el-input__inner {
    border-left: 0px solid #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo .el-input__inner {
    border-left: 0px solid #404040 !important;
}
[ztcolor="red"] .sousuo .el-input__inner {
    border-left: 0px solid #404040 !important;
}
[ztcolor="default"] .sousuo .el-input__inner {
    border-right: 0px solid #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo .el-input__inner {
    border-right: 0px solid #404040 !important;
}
[ztcolor="red"] .sousuo .el-input__inner {
    border-right: 0px solid #404040 !important;
}
.sousuo .el-input {
  height: 50px !important;
}
.sousuo.el-select__input {
  color: #BFCBd9 !important;
}
[ztcolor="default"] .sousuo.el-select__input {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo.el-select__input {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo.el-select__input {
    fill: #404040 !important;
    color: #404040 !important;
}
.sousuo input::-webkit-input-placeholder {
  color: #BFCBd9 !important;
}
[ztcolor="default"] .sousuo input::-webkit-input-placeholder {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo input::-webkit-input-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo input::-webkit-input-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
.sousuo input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BFCBd9 !important;
}
[ztcolor="default"] .sousuo input::-moz-placeholder {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo input::-moz-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo input::-moz-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
.sousuo input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BFCBd9 !important;
}
[ztcolor="default"] .sousuo input:-moz-placeholder {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo input:-moz-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo input:-moz-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
.sousuo input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BFCBd9 !important;
}
[ztcolor="default"] .sousuo input:-ms-input-placeholder {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .sousuo input:-ms-input-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .sousuo input:-ms-input-placeholder {
    fill: #404040 !important;
    color: #404040 !important;
}
.openSidebar .sousuo .el-input__inner {
  border-bottom: 1px solid #BFCBd9 !important;
}
[ztcolor="default"] .openSidebar .sousuo .el-input__inner {
    border-bottom: 1px solid #BFCBd9 !important;
}
[ztcolor="blue"] .openSidebar .sousuo .el-input__inner {
    border-bottom: 1px solid #404040 !important;
}
[ztcolor="red"] .openSidebar .sousuo .el-input__inner {
    border-bottom: 1px solid #404040 !important;
}


.find[data-v-3aeacd31] {
  width: 36px;
  height: 56px;
  position: fixed;
  top: 0px;
  line-height: 80px;
  padding: 0 10px;
  margin-top: 50px;
  background-color: #304156;
  z-index: 100;
  -webkit-transition: all .28s;
  transition: all .28s;
  overflow: hidden;
}
[ztcolor="default"] .find[data-v-3aeacd31] {
    background-color: #304156 !important;
}
[ztcolor="blue"] .find[data-v-3aeacd31] {
    background-color: #e6e6e6 !important;
}
[ztcolor="red"] .find[data-v-3aeacd31] {
    background-color: #d2d2d2 !important;
}
.openSidebar .find[data-v-3aeacd31] {
  padding: 0px 20px;
  width: 180px;
}
.find input[data-v-3aeacd31] {
  width: 110px;
  height: 20px;
  color: #BFCBd9 !important;
  border-#BFCBd9: 1px solid #BFCBd9 !important;
  background-color: transparent;
  outline: 0px;
}
[ztcolor="default"] .find input[data-v-3aeacd31] {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] .find input[data-v-3aeacd31] {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] .find input[data-v-3aeacd31] {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="default"] .find input[data-v-3aeacd31] {
    border-#BFCBd9: 1px solid #BFCBd9 !important;
}
[ztcolor="blue"] .find input[data-v-3aeacd31] {
    border-#BFCBd9: 1px solid #404040 !important;
}
[ztcolor="red"] .find input[data-v-3aeacd31] {
    border-#BFCBd9: 1px solid #404040 !important;
}
.icon[data-v-3aeacd31] {
  width: 1rem;
  position: absolute;
  top: 33px;
  height: 1rem;
  margin-right: 6px;
}
.scrollbar[data-v-3aeacd31] {
  background-color: #304156;
  border-width: 80%;
}
[ztcolor="default"] .scrollbar[data-v-3aeacd31] {
    background-color: #304156 !important;
}
[ztcolor="blue"] .scrollbar[data-v-3aeacd31] {
    background-color: #e6e6e6 !important;
}
[ztcolor="red"] .scrollbar[data-v-3aeacd31] {
    background-color: #d2d2d2 !important;
}


@media screen and (max-width: 1300px) {
.main[data-v-3aeacd31] {
    width: 1300px !important;
}
}
.navbar[data-v-3aeacd31] {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #fff;
  z-index: 50;
}
.main-left[data-v-3aeacd31] {
  min-width: 35px;
  float: left;
}
.main-right[data-v-3aeacd31] {
  float: right;
  width: calc(100% - 40px);
  margin-top: 83px;
}
.sidebar-container[data-v-3aeacd31] {
  margin-top: 108px;
  padding-bottom: 50px;
}
.tages[data-v-3aeacd31] {
  position: fixed;
  top: 50px;
  left: 50px;
  background-color: #fff;
  z-index: 50;
}
.navShow[data-v-3aeacd31] {
  padding-left: 136px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.tagesShow[data-v-3aeacd31] {
  left: 180px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.tagesRemove[data-v-3aeacd31] {
  left: 36px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.navRemove[data-v-3aeacd31] {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}


@charset "UTF-8";
/*ddd*/
.required .material-label::before {
  content: '  *  ';
  color: #f44336;
}
.el-select-dropdown .el-popper {
  max-width: 800px !important;
}
.el-select-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-button {
  line-height: initial;
}
.el-button,
.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #001528;
  border: 1px solid #001528;
}
[ztcolor="default"] .el-button, [ztcolor="default"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="default"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="default"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #304156 !important;
    border: 1px solid #304156 !important;
}
[ztcolor="blue"] .el-button, [ztcolor="blue"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="blue"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="blue"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #5babfa !important;
    border: 1px solid #5babfa !important;
}
[ztcolor="red"] .el-button, [ztcolor="red"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="red"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="red"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #EE8262 !important;
    border: 1px solid #EE8262 !important;
}
[ztcolor="default"] .el-button, [ztcolor="default"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="default"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="default"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border: 1px solid #001528 !important;
}
[ztcolor="blue"] .el-button, [ztcolor="blue"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="blue"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="blue"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border: 1px solid #5babfa !important;
}
[ztcolor="red"] .el-button, [ztcolor="red"]
  .el-pagination.is-background .el-pager li:not(.disabled).active, [ztcolor="red"]
  .el-checkbox__input.is-checked .el-checkbox__inner, [ztcolor="red"]
  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border: 1px solid #EE8262 !important;
}
.el-button--mini {
  padding: 7px 10px;
  color: #304156 !important;
  border: 1px solid #304156 !important;
  background-color: #304156 !important;
}
[ztcolor="default"] .el-button--mini {
    color: #606266 !important;
    border: 1px solid #d6d9dd !important;
    background-color: #eaecee !important;
}
[ztcolor="blue"] .el-button--mini {
    color: #606266 !important;
    border: 1px solid #deeefe !important;
    background-color: #eef6fe !important;
}
[ztcolor="red"] .el-button--mini {
    color: #606266 !important;
    border: 1px solid #fce6e0 !important;
    background-color: #fdf2ef !important;
}
.el-tag {
  color: #304156 !important;
  border: 1px solid #304156 !important;
  background-color: #304156 !important;
}
[ztcolor="default"] .el-tag {
    color: #606266 !important;
    border: 1px solid #d6d9dd !important;
    background-color: #eaecee !important;
}
[ztcolor="blue"] .el-tag {
    color: #606266 !important;
    border: 1px solid #deeefe !important;
    background-color: #eef6fe !important;
}
[ztcolor="red"] .el-tag {
    color: #606266 !important;
    border: 1px solid #fce6e0 !important;
    background-color: #fdf2ef !important;
}
.el-switch.is-checked .el-switch__core {
  background-color: #001528;
  border: 1px solid #001528;
}
[ztcolor="default"] .el-switch.is-checked .el-switch__core {
    background-color: #001528 !important;
}
[ztcolor="blue"] .el-switch.is-checked .el-switch__core {
    background-color: #5babfa !important;
}
[ztcolor="red"] .el-switch.is-checked .el-switch__core {
    background-color: #EE8262 !important;
}
[ztcolor="default"] .el-switch.is-checked .el-switch__core {
    border: 1px solid #001528 !important;
}
[ztcolor="blue"] .el-switch.is-checked .el-switch__core {
    border: 1px solid #5babfa !important;
}
[ztcolor="red"] .el-switch.is-checked .el-switch__core {
    border: 1px solid #EE8262 !important;
}
.el-switch__label.is-active {
  color: #001528 !important;
}
[ztcolor="default"] .el-switch__label.is-active {
    color: #001528 !important;
}
[ztcolor="blue"] .el-switch__label.is-active {
    color: #5babfa !important;
}
[ztcolor="red"] .el-switch__label.is-active {
    color: #EE8262 !important;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #f2f6fc !important;
  border-color: #dcdfe6 !important;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #c0c4cc !important;
}
[ztcolor="default"] .el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc !important;
}
[ztcolor="blue"] .el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc !important;
}
[ztcolor="red"] .el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc !important;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #001528 !important;
}
[ztcolor="default"] .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #001528 !important;
}
[ztcolor="blue"] .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #5babfa !important;
}
[ztcolor="red"] .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #EE8262 !important;
}
.el-textarea.is-disabled .el-textarea__inner {
  color: #606266;
}
/*表格样式错乱开始*/
/*table tr,table td,thead tr,thead td{
    height: 25px!important;
    padding: 5px!important;
  }
  .el-table th, .el-table tr {
    padding: 5px !important;
  }*/
.el-table__footer-wrapper {
  border-top: 1px solid red;
}
svg {
  color: #BFCBd9 !important;
}
[ztcolor="default"] svg {
    fill: #BFCBd9 !important;
    color: #BFCBd9 !important;
}
[ztcolor="blue"] svg {
    fill: #404040 !important;
    color: #404040 !important;
}
[ztcolor="red"] svg {
    fill: #404040 !important;
    color: #404040 !important;
}
body {
  height: 100vh;
  padding: 0px !important;
  /*overflow-y: hidden;*/
}
/*body .el-table th.gutter{
    display: table-cell!important;
  }
  body .el-table colgroup.gutter{
    display: table-cell!important;
  }*/
/*.el-table td{
    text-align: center !important;
  }*/
/*.el-table--border th.gutter:last-of-type { display: block!important; width: 17px!important; }*/
.customForm .editTable .el-form-item__error {
  position: static;
}
.customForm .el-form-item__error {
  position: absolute;
}
.customForm .el-form-item {
  margin-bottom: 0px;
}
.material-input__component .material-input {
  padding: 0px !important;
}
label.el-form-item__label {
  min-width: 70px !important;
}
/*表格样式错乱结束*/
.material-input__component .el-input--medium .el-input__inner {
  /*height: 18px !important;*/
  border: 0px solid #dcdfe6 !important;
}
.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 37px !important;
}
/* 20230214 yh 图片组件需要该样式*/
/*.el-upload-list{ //去掉上传文件的默认样式
    display: none;
  }*/
.el-input.is-disabled .el-input__inner {
  background-color: transparent !important;
  color: #65676a;
  cursor: not-allowed;
}
.el-range-editor.is-disabled input {
  background-color: transparent !important;
  color: #65676a;
  cursor: not-allowed;
}
.el-range-editor.is-disabled .el-range-separator {
  background-color: transparent !important;
  color: #65676a;
  cursor: not-allowed;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}
.disabledInput .el-input__inner,
.postFormDate .el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  /* border-radius: 4px; */
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  padding-left: 30px;
}
[border-color="tint"] .disabledInput .el-input__inner, [border-color="tint"]
  .postFormDate .el-input__inner {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .disabledInput .el-input__inner, [border-color="deep"]
  .postFormDate .el-input__inner {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .disabledInput .el-input__inner, [border-color="black"]
  .postFormDate .el-input__inner {
    border-bottom: 1px solid #000 !important;
}
.disabledInput .el-input__inner,
.disabledInput .el-input .el-input__inner {
  /*//禁用属性样式*/
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.el-form-item__error {
  /*可编辑表格中验证错误信息展示*/
  position: static;
}
.form-container .el-input__inner:focus {
  border-color: #409eff;
}
/*.el-tooltip__popper.is-light{
     border: 0px!important;
   }*/
.margin-bottom {
  margin-bottom: 20px;
}
.createPost-container {
  position: relative;
  padding-top: 45px;
}
.createPost-container .createPost-main-container {
    padding: 20px 15px 0px 20px !important;
    /*.el-form-item {
            float: right;
          }*/
}
.createPost-container.disabled {
  padding-top: 0px;
}
.title {
  color: #878787;
  font-size: 16px;
}
.material-input__component {
  margin-right: 5px;
}
.el-coltitle {
  width: 100%;
  display: inline-block;
  padding-right: 10px;
  color: #ccc;
  font-size: 14px;
  position: relative;
  top: -10px;
  z-index: 11;
}
.top-14 {
  position: relative;
  top: -14px;
}
.contract-container .material-input__component {
  margin-right: 0;
}
.contract-container .el-row {
  margin-bottom: 5px;
}
.margin-left50 {
  margin-left: 50px;
}
.tabletable .el-table thead.is-group th {
  background: none !important;
}
.tabletable .el-table thead.is-group tr:first-of-type th:first-of-type {
  border-bottom: none !important;
}
.tabletable .el-table thead.is-group tr:first-of-type th:first-of-type:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 86px;
  /*这里需要自己调整，根据td的宽度和高度*/
  top: 0;
  left: 0;
  background-color: grey;
  opacity: 0.3;
  display: block;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  /*这里需要自己调整，根据线的位置*/
  -webkit-transform-origin: top;
          transform-origin: top;
}
.tabletable .el-table thead.is-group tr:last-of-type th:first-of-type:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 85px;
  /*这里需要自己调整，根据td的宽度和高度*/
  bottom: 0;
  right: 0;
  background-color: grey;
  opacity: 0.3;
  display: block;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  /*这里需要自己调整，根据线的位置*/
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.vl-notify-mask {
  background-color: black !important;
  opacity: 0.6 !important;
  position: fixed;
  top: 0;
  z-index: 200;
  left: 0;
  width: 100%;
  height: 100%;
}
.vl-notify.vl-notify-main {
  padding-bottom: 45px !important;
  min-width: 600px !important;
}
.vl-notify-content {
  height: 100% !important;
  background-color: #fff;
  padding: 5px !important;
}
.el-form-item {
  margin-bottom: 10px;
}
.mydate .material-input input {
  padding-left: 15px;
}
i.el-input__icon.el-range__icon.el-icon-date {
  margin-left: 0px;
}
.financeIndex .el-card__body {
  padding: 10px;
}
.applydeparList .el-dialog__footer {
  height: 60px;
  margin-top: -30px;
}
.supcanEdit .el-textarea__inner {
  border: none !important;
  min-height: 33px;
  height: 54px;
}
.contypeList .el-cascader__label {
  line-height: 50px;
}
.el-select .el-input .el-select__caret {
  color: #878787 !important;
}
[border-color="tint"] .el-select .el-input .el-select__caret {
    color: #878787 !important;
}
[border-color="deep"] .el-select .el-input .el-select__caret {
    color: #555 !important;
}
[border-color="black"] .el-select .el-input .el-select__caret {
    color: #000 !important;
}
.login-container .el-input input {
  border-top: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
  border-left: 0px solid #ddd !important;
  border-right: 0px solid #ddd !important;
}
[border-color="tint"] .login-container .el-input input {
    border-top: 0px solid #ddd !important;
}
[border-color="deep"] .login-container .el-input input {
    border-top: 0px solid #878787 !important;
}
[border-color="black"] .login-container .el-input input {
    border-top: 0px solid #000 !important;
}
[border-color="tint"] .login-container .el-input input {
    border-bottom: 0px solid #ddd !important;
}
[border-color="deep"] .login-container .el-input input {
    border-bottom: 0px solid #878787 !important;
}
[border-color="black"] .login-container .el-input input {
    border-bottom: 0px solid #000 !important;
}
[border-color="tint"] .login-container .el-input input {
    border-left: 0px solid #ddd !important;
}
[border-color="deep"] .login-container .el-input input {
    border-left: 0px solid #878787 !important;
}
[border-color="black"] .login-container .el-input input {
    border-left: 0px solid #000 !important;
}
[border-color="tint"] .login-container .el-input input {
    border-right: 0px solid #ddd !important;
}
[border-color="deep"] .login-container .el-input input {
    border-right: 0px solid #878787 !important;
}
[border-color="black"] .login-container .el-input input {
    border-right: 0px solid #000 !important;
}
.supcanEdit .el-textarea__inner {
  border-top: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
  border-left: 0px solid #ddd !important;
  border-right: 0px solid #ddd !important;
}
[border-color="tint"] .supcanEdit .el-textarea__inner {
    border-top: 0px solid #ddd !important;
}
[border-color="deep"] .supcanEdit .el-textarea__inner {
    border-top: 0px solid #878787 !important;
}
[border-color="black"] .supcanEdit .el-textarea__inner {
    border-top: 0px solid #000 !important;
}
[border-color="tint"] .supcanEdit .el-textarea__inner {
    border-bottom: 0px solid #ddd !important;
}
[border-color="deep"] .supcanEdit .el-textarea__inner {
    border-bottom: 0px solid #878787 !important;
}
[border-color="black"] .supcanEdit .el-textarea__inner {
    border-bottom: 0px solid #000 !important;
}
[border-color="tint"] .supcanEdit .el-textarea__inner {
    border-left: 0px solid #ddd !important;
}
[border-color="deep"] .supcanEdit .el-textarea__inner {
    border-left: 0px solid #878787 !important;
}
[border-color="black"] .supcanEdit .el-textarea__inner {
    border-left: 0px solid #000 !important;
}
[border-color="tint"] .supcanEdit .el-textarea__inner {
    border-right: 0px solid #ddd !important;
}
[border-color="deep"] .supcanEdit .el-textarea__inner {
    border-right: 0px solid #878787 !important;
}
[border-color="black"] .supcanEdit .el-textarea__inner {
    border-right: 0px solid #000 !important;
}
.el-textarea__inner {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
[border-color="tint"] .el-textarea__inner {
    border-top: 1px solid #ddd !important;
}
[border-color="deep"] .el-textarea__inner {
    border-top: 1px solid #878787 !important;
}
[border-color="black"] .el-textarea__inner {
    border-top: 1px solid #000 !important;
}
[border-color="tint"] .el-textarea__inner {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .el-textarea__inner {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .el-textarea__inner {
    border-bottom: 1px solid #000 !important;
}
[border-color="tint"] .el-textarea__inner {
    border-left: 1px solid #ddd !important;
}
[border-color="deep"] .el-textarea__inner {
    border-left: 1px solid #878787 !important;
}
[border-color="black"] .el-textarea__inner {
    border-left: 1px solid #000 !important;
}
[border-color="tint"] .el-textarea__inner {
    border-right: 1px solid #ddd !important;
}
[border-color="deep"] .el-textarea__inner {
    border-right: 1px solid #878787 !important;
}
[border-color="black"] .el-textarea__inner {
    border-right: 1px solid #000 !important;
}
.el-table--border th,
.el-table--border td {
  border-right: 1px solid #ddd !important;
}
[border-color="tint"] .el-table--border th, [border-color="tint"]
  .el-table--border td {
    border-right: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border th, [border-color="deep"]
  .el-table--border td {
    border-right: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border th, [border-color="black"]
  .el-table--border td {
    border-right: 1px solid #000 !important;
}
.el-table__fixed-right::before,
.el-table__fixed::before {
  border-bottom: 1px solid #ddd !important;
}
[border-color="tint"] .el-table__fixed-right::before, [border-color="tint"]
  .el-table__fixed::before {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .el-table__fixed-right::before, [border-color="deep"]
  .el-table__fixed::before {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .el-table__fixed-right::before, [border-color="black"]
  .el-table__fixed::before {
    border-bottom: 1px solid #000 !important;
}
.el-table::before {
  background-color: #ddd;
  z-index: 1;
}
[border-color="tint"] .el-table::before {
    background-color: #ddd;
}
[border-color="deep"] .el-table::before {
    background-color: #878787;
}
[border-color="black"] .el-table::before {
    background-color: #000;
}
.el-table--border {
  border-top: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
  border-left: 0px solid #ddd !important;
  border-right: 0px solid #ddd !important;
}
[border-color="tint"] .el-table--border {
    border-top: 0px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-top: 0px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-top: 0px solid #000 !important;
}
[border-color="tint"] .el-table--border {
    border-bottom: 0px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-bottom: 0px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-bottom: 0px solid #000 !important;
}
[border-color="tint"] .el-table--border {
    border-left: 0px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-left: 0px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-left: 0px solid #000 !important;
}
[border-color="tint"] .el-table--border {
    border-right: 0px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-right: 0px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-right: 0px solid #000 !important;
}
.el-table--border {
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
[border-color="tint"] .el-table--border {
    border-top: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-top: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-top: 1px solid #000 !important;
}
[border-color="tint"] .el-table--border {
    border-left: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border {
    border-left: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border {
    border-left: 1px solid #000 !important;
}
.el-table--border::after,
.el-table--group::after {
  background-color: #ddd;
}
[border-color="tint"] .el-table--border::after, [border-color="tint"]
  .el-table--group::after {
    background-color: #ddd;
}
[border-color="deep"] .el-table--border::after, [border-color="deep"]
  .el-table--group::after {
    background-color: #878787;
}
[border-color="black"] .el-table--border::after, [border-color="black"]
  .el-table--group::after {
    background-color: #000;
}
.el-table--border th {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
[border-color="tint"] .el-table--border th {
    border-right: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border th {
    border-right: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border th {
    border-right: 1px solid #000 !important;
}
[border-color="tint"] .el-table--border th {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border th {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border th {
    border-bottom: 1px solid #000 !important;
}
.el-table--border td {
  border-bottom: 1px solid #ddd !important;
}
[border-color="tint"] .el-table--border td {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .el-table--border td {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .el-table--border td {
    border-bottom: 1px solid #000 !important;
}
.el-table thead {
  color: #878787 !important;
}
[border-color="tint"] .el-table thead {
    color: #878787 !important;
}
[border-color="deep"] .el-table thead {
    color: #555 !important;
}
[border-color="black"] .el-table thead {
    color: #000 !important;
}
/*
.el-collapse {
  // border-top:1px solid $borderColor;
  @include borderColor(1px,$color-tint,$top);
  // border-bottom: 1px solid $borderColor;
  @include borderColor(1px,$color-tint,$bottom);

}
.el-collapse-item__wrap {
  // border-bottom: 1px solid $borderColor;
  @include borderColor(1px,$color-tint,$bottom);
}

.el-collapse-item__header {
  //  border-bottom: 1px solid $borderColor;
  @include borderColor(1px,$color-tint,$bottom);
}
*/
.mytable,
.mytable tr,
.mytable th,
.mytable td {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  color: #878787 !important;
  font-size: 14px;
}
[border-color="tint"] .mytable, [border-color="tint"]
  .mytable tr, [border-color="tint"]
  .mytable th, [border-color="tint"]
  .mytable td {
    border-left: 1px solid #ddd !important;
}
[border-color="deep"] .mytable, [border-color="deep"]
  .mytable tr, [border-color="deep"]
  .mytable th, [border-color="deep"]
  .mytable td {
    border-left: 1px solid #878787 !important;
}
[border-color="black"] .mytable, [border-color="black"]
  .mytable tr, [border-color="black"]
  .mytable th, [border-color="black"]
  .mytable td {
    border-left: 1px solid #000 !important;
}
[border-color="tint"] .mytable, [border-color="tint"]
  .mytable tr, [border-color="tint"]
  .mytable th, [border-color="tint"]
  .mytable td {
    border-right: 1px solid #ddd !important;
}
[border-color="deep"] .mytable, [border-color="deep"]
  .mytable tr, [border-color="deep"]
  .mytable th, [border-color="deep"]
  .mytable td {
    border-right: 1px solid #878787 !important;
}
[border-color="black"] .mytable, [border-color="black"]
  .mytable tr, [border-color="black"]
  .mytable th, [border-color="black"]
  .mytable td {
    border-right: 1px solid #000 !important;
}
[border-color="tint"] .mytable, [border-color="tint"]
  .mytable tr, [border-color="tint"]
  .mytable th, [border-color="tint"]
  .mytable td {
    border-top: 1px solid #ddd !important;
}
[border-color="deep"] .mytable, [border-color="deep"]
  .mytable tr, [border-color="deep"]
  .mytable th, [border-color="deep"]
  .mytable td {
    border-top: 1px solid #878787 !important;
}
[border-color="black"] .mytable, [border-color="black"]
  .mytable tr, [border-color="black"]
  .mytable th, [border-color="black"]
  .mytable td {
    border-top: 1px solid #000 !important;
}
[border-color="tint"] .mytable, [border-color="tint"]
  .mytable tr, [border-color="tint"]
  .mytable th, [border-color="tint"]
  .mytable td {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .mytable, [border-color="deep"]
  .mytable tr, [border-color="deep"]
  .mytable th, [border-color="deep"]
  .mytable td {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .mytable, [border-color="black"]
  .mytable tr, [border-color="black"]
  .mytable th, [border-color="black"]
  .mytable td {
    border-bottom: 1px solid #000 !important;
}
[border-color="tint"] .mytable, [border-color="tint"]
  .mytable tr, [border-color="tint"]
  .mytable th, [border-color="tint"]
  .mytable td {
    color: #878787 !important;
}
[border-color="deep"] .mytable, [border-color="deep"]
  .mytable tr, [border-color="deep"]
  .mytable th, [border-color="deep"]
  .mytable td {
    color: #555 !important;
}
[border-color="black"] .mytable, [border-color="black"]
  .mytable tr, [border-color="black"]
  .mytable th, [border-color="black"]
  .mytable td {
    color: #000 !important;
}
.el-input__inner {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
[border-color="tint"] .el-input__inner {
    border-left: 1px solid #ddd !important;
}
[border-color="deep"] .el-input__inner {
    border-left: 1px solid #878787 !important;
}
[border-color="black"] .el-input__inner {
    border-left: 1px solid #000 !important;
}
[border-color="tint"] .el-input__inner {
    border-right: 1px solid #ddd !important;
}
[border-color="deep"] .el-input__inner {
    border-right: 1px solid #878787 !important;
}
[border-color="black"] .el-input__inner {
    border-right: 1px solid #000 !important;
}
[border-color="tint"] .el-input__inner {
    border-top: 1px solid #ddd !important;
}
[border-color="deep"] .el-input__inner {
    border-top: 1px solid #878787 !important;
}
[border-color="black"] .el-input__inner {
    border-top: 1px solid #000 !important;
}
[border-color="tint"] .el-input__inner {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .el-input__inner {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .el-input__inner {
    border-bottom: 1px solid #000 !important;
}
.material-input {
  border-bottom: 1px solid #ddd !important;
  color: #878787 !important;
}
[border-color="tint"] .material-input {
    border-bottom: 1px solid #ddd !important;
}
[border-color="deep"] .material-input {
    border-bottom: 1px solid #878787 !important;
}
[border-color="black"] .material-input {
    border-bottom: 1px solid #000 !important;
}
[border-color="tint"] .material-input {
    color: #878787 !important;
}
[border-color="deep"] .material-input {
    color: #555 !important;
}
[border-color="black"] .material-input {
    color: #000 !important;
}
.material-label {
  color: #878787 !important;
}
[border-color="tint"] .material-label {
    color: #878787 !important;
}
[border-color="deep"] .material-label {
    color: #555 !important;
}
[border-color="black"] .material-label {
    color: #000 !important;
}
.flowList .el-select.el-select--medium {
  width: 100%;
}
.el-pagination.is-background {
  color: #878787 !important;
}
[border-color="tint"] .el-pagination.is-background {
    color: #878787 !important;
}
[border-color="deep"] .el-pagination.is-background {
    color: #555 !important;
}
[border-color="black"] .el-pagination.is-background {
    color: #000 !important;
}
.el-loading-mask {
  z-index: 49;
}
.el-button {
  color: #fff !important;
}
.el-button--medium {
  margin-top: 10px;
  margin-bottom: 10px;
}
.notificationConfig .el-card__body {
  padding: 0px;
}
.el-date-editor.el-range-editor.el-input__inner.material-input.el-date-editor--daterange.el-range-editor--medium {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #ffffff !important;
}
/*树形列表查询开始*/
.findInput {
  width: 250px;
  position: absolute;
  float: right;
  right: 16px;
  z-index: 2;
}
/*树形列表查询开始*/
/* 选项设置filter-tree */
.el-tree.filter-tree.optionSetDetail {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  height: 300px;
  overflow-y: auto;
  padding: 5px;
}
.accountCompanyDetail .el-input--mini .el-input__inner {
  padding: 0 5px;
}
.accountCompanyDetail .el-dialog__footer {
  text-align: center;
  padding: 0px 10px 10px;
  margin-top: -15px;
}
.companyList .el-input--mini .el-input__inner {
  padding: 0 5px;
}
.companyList .el-dialog__footer {
  text-align: center;
  padding: 0px 10px 10px;
  margin-top: -15px;
}
.companyList .el-dialog__body {
  padding-top: 0px;
}
.el-range-editor.is-disabled input {
  background-color: #fff !important;
}
.el-date-editor .el-range-separator {
  padding: 0px !important;
  line-height: 36px;
}
main.el-main.apply-detail-el-main .createPost-container {
  padding: 0px;
}
.el-drawer__header {
  padding: 10px;
  margin-bottom: 0px !important;
  font-size: 18px;
  text-align: center;
  background: #d1dbe5;
}


.svg-icon[data-v-5fb7ff8f] {
  width: 16px;
  height: 16px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {font-family: "iconfont";
  src: url(../../static/fonts/iconfont.994f5b3.eot); /* IE9 */
  src: url(../../static/fonts/iconfont.994f5b3.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(data:font/woff;base64,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) format('woff'),
  url(../../static/fonts/iconfont.0cc13fe.ttf) format('truetype'), 
  url(../../static/img/iconfont.91dfe7b.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconkongbai:before {
  content: "\E734";
}

.iconbitian:before {
  content: "\E61D";
}

.iconguding:before {
  content: "\E699";
}

.iconbiaoge1:before {
  content: "\E617";
}

.iconlvzhou_riqi_rili:before {
  content: "\E636";
}

.iconriqi:before {
  content: "\E667";
}

.iconxialakuang:before {
  content: "\E6DE";
}

.iconduoxuankuang2:before {
  content: "\E67E";
}

.iconkaiguanlunci:before {
  content: "\E624";
}

.iconB-shurukuang:before {
  content: "\E72A";
}

.iconshuaxin:before {
  content: "\E61C";
}

.iconditu:before {
  content: "\E6E7";
}

.icondashuju:before {
  content: "\E621";
}

.iconlajitong:before {
  content: "\E616";
}

.iconditu-copy:before {
  content: "\E6B6";
}

.iconxiangzuo1-copy1:before {
  content: "\E698";
}

.iconxiangzuo1:before {
  content: "\E604";
}

.iconxiangzuo1-copy2:before {
  content: "\E69A";
}

.iconxiangzuo1-copy3:before {
  content: "\E69B";
}

.iconsousuo1:before {
  content: "\E696";
}

.iconsanjiaoxing-copy:before {
  content: "\E697";
}

.iconsanjiaoxing:before {
  content: "\E600";
}

.iconiconfonta:before {
  content: "\E61A";
}

.iconqq:before {
  content: "\E630";
}

.iconweixin:before {
  content: "\E61B";
}

.icondizhi:before {
  content: "\E657";
}


