/*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; }
.input-bottom-line input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px; }
.input-bottom-line.el-input.is-disabled .el-input__inner {
  background-color: white;
  color: black; }
#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left .28s;
  transition: margin-left .28s;
  margin-left: 200px;
  position: relative; }
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 200px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden; }
#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 .is-horizontal {
    display: none; }
#app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
#app .sidebar-container .svg-icon {
    margin-right: 16px; }
#app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    width: 100% !important; }
#app .sidebar-container .is-active > .el-submenu__title {
    color: #f4f4f5 !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 {
  overflow: hidden; }
#app .hideSidebar .el-submenu > .el-submenu__title {
    padding-left: 10px !important; }
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
      display: none; }
#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 !important; }
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
  #app .sidebar-container .el-submenu .el-menu-item:hover {
    background-color: #001528 !important; }
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important; }
#app .mobile .main-container {
  margin-left: 0px; }
#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform .28s;
  transition: -webkit-transform .28s;
  transition: transform .28s;
  transition: transform .28s, -webkit-transform .28s;
  width: 200px !important; }
#app .mobile.hideSidebar .sidebar-container {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0); }
#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: 5px 10px; }
.components-container {
  margin: 30px 50px;
  position: relative; }
.pagination-container {
  margin-top: 30px; }
.text-center {
  text-align: center; }
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 600ms ease position;
  transition: 600ms ease position;
  background: -webkit-gradient(linear, left top, right top, from(#20b6f9), color-stop(0%, #20b6f9), color-stop(100%, #2178f1), to(#2178f1));
  background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%); }
.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; }


#app{
  min-width: 320px;
}
@media screen and (max-width:720px) {
.el-message-box{
    width:80%;
}
}

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


.hamburger[data-v-2fe8a492] {
  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-2fe8a492] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}


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


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


.international-icon[data-v-78105896] {
  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;
}

.address[data-v-e6071ef6] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.address[data-v-e6071ef6] .el-cascader {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}
.address i[data-v-e6071ef6]:hover {
    cursor: pointer;
}
[data-v-e6071ef6] .el-col-8 .el-form-item__content {
  /*width: 44%;*/
}
[data-v-e6071ef6] .el-button {
  margin-left: 20px !important;
}
.region[data-v-e6071ef6] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}

/*@import '../../styles/common.scss';

/deep/ .el-form-item__content {
  width: 36%;
}*/

/*@import '../../styles/common.scss';*/

@charset "UTF-8";
.content[data-v-5b3b4a9e] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-5b3b4a9e] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-5b3b4a9e] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-5b3b4a9e] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-5b3b4a9e] {
  margin-top: 15px;
}
.el-table[data-v-5b3b4a9e] {
  margin-top: 15px;
}


.el-table__body-wrapper {
  z-index : 1;
}
.total-column .cell{
  visibility: visible !important;
}
.tblHead .el-pagination--small .arrow.disabled, .el-table .hidden-columns, .el-table td.is-hidden>*, .el-table th.is-hidden>*, .el-table--hidden {
  visibility: visible !important;
}

@charset "UTF-8";
.content[data-v-56ff3800] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-56ff3800] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-56ff3800] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-56ff3800] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-56ff3800] {
  margin-top: 15px;
}
.el-table[data-v-56ff3800] {
  margin-top: 15px;
}


a[data-v-699586d3], a[data-v-699586d3]:focus, a[data-v-699586d3]:hover {
  text-decoration: underline;
}

/*设置一下签字区域的虚线边框*/
.mySign[data-v-699586d3] {
  border: 1px dashed #000;
}
.dialogWidth[data-v-699586d3] .el-dialog{
  width: 40%;
}
@media screen and (max-width:720px) {
.dialogWidth[data-v-699586d3] .el-dialog{
    width: 80%;
    min-width: 300px;
}
}


.inputTitle[data-v-dceb9b98] {
  margin-top: -20px;
}
.inputScroll[data-v-dceb9b98] .el-button.labelWidth {
  margin-left: 20px;
}
.subFloat[data-v-dceb9b98] {
  float: right;
  margin-left: 10px
}
.inline-input[data-v-dceb9b98]{
  width: 98%;
}
@media screen and (min-width: 721px) {
.el-col .el-col-12[data-v-dceb9b98]{
    /* width: 100%; */
}
.inputScroll[data-v-dceb9b98] {
    max-height: 230px;
    overflow-y: scroll;
}
}
@media screen and (max-width: 720px) {
.inline-input[data-v-dceb9b98]{
    width: 100%;
}
.inputScroll[data-v-dceb9b98]{
    width: 100%;
}
.el-button[data-v-dceb9b98] [class*=el-icon-]+span {
    margin-left: 0px;
}
.hiddenType[data-v-dceb9b98] {
    display: none;
}
.subFloat[data-v-dceb9b98] {
    /* float:none;margin-left:10px */
}
.filter-item[data-v-dceb9b98] .el-input__inner {
    /* display: none; */
    padding: 0;
    text-align: center;
}
.el-col[data-v-dceb9b98] .el-form-item__content {
    text-align: center;
}
.el-col.el-col-12[data-v-dceb9b98]{
    width: 100%;
}
.inputTitle .el-col-2[data-v-dceb9b98] {
    width: 10%;
}
.inputTitle .el-col-3[data-v-dceb9b98] {
    width: 18%;
}
.inputTitle .el-col-14[data-v-dceb9b98] {
    /* width: 22.5%; */
    width: 48%;
}
.inputScroll .el-col-1[data-v-dceb9b98] {
    width: 8%;
}
.inputScroll .el-col-2[data-v-dceb9b98] {
    width: 10%;
}
.inputScroll .el-col-3[data-v-dceb9b98] {
    width:20%;
    /* width: %; */
}
.inputScroll[data-v-dceb9b98] .el-input__icon{
    width: 12px;
}
.inputScroll .el-col-8[data-v-dceb9b98] {
    width: 100%;
    margin-bottom: 10px;
}
.inputScroll .el-col-14[data-v-dceb9b98] {
    /* width: 23.33%; */
    width: 51.5%;
}
.el-col-3[data-v-dceb9b98] .el-input__inner{
      padding: 0 8px 0 0px;
}
.el-col-14[data-v-dceb9b98] .el-input__inner{
    padding: 0 0 0 2px;
}
.el-select[data-v-dceb9b98] .el-input__inner {
    /* display: none; */
    padding-left: 0;
    text-align: center;
}
.el-col[data-v-dceb9b98] .el-button--medium {
    padding: 7px 4px !important;
}
.icon-centered[data-v-dceb9b98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
.el-button__icon {
    margin-right: 0;
}
}
}

/*@import '../../styles/common.scss';
/deep/ .el-form-item__content{
  width: 33%;
}*/
[data-v-69253436] .el-form-item__label {
  font-weight: bold !important;
  font-size: 15px !important;
  text-align: left;
}
.recodeNumber[data-v-69253436] {
  float: right;
}
.refund[data-v-69253436] {
  float: right;
  color: red;
  margin-right: 18.5rem;
}
.showTable[data-v-69253436] {
  display: block;
}
.hideTable[data-v-69253436] {
  display: none;
}
.signImage[data-v-69253436] {
  width: 98%;
}
.elInput[data-v-69253436] {
  float: left;
  width: calc(100% - 130px);
}
.elInput1[data-v-69253436] {
  float: left;
  width: calc(100% - 115px);
}
.elBtn[data-v-69253436] {
  float: right;
  margin-top: 3px;
}
@media screen and (max-width: 720px) {
.el-col.el-col-12[data-v-69253436] {
    width: 100%;
}
.el-row .el-col-8[data-v-69253436] {
    width: 98%;
}
}
@media screen and (max-width: 540px) {
.app-container[data-v-69253436] {
    padding: 0 5px;
}
.hideBtn[data-v-69253436] {
    display: inline-block;
}
.elInput[data-v-69253436] {
    float: none;
    width: calc(100%);
    display: block;
}
.elInput1[data-v-69253436] {
    float: none;
    width: calc(100%);
    display: block;
}
.elBtn[data-v-69253436] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.showTable[data-v-69253436] {
    display: none;
}
.hideTable[data-v-69253436] {
    display: block;
}
.recodeNumber[data-v-69253436] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.refund[data-v-69253436] {
    float: none;
    font-size: 14px;
}
}

@charset "UTF-8";
.content[data-v-2512c1ab] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-2512c1ab] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-2512c1ab] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-2512c1ab] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-2512c1ab] {
  margin-top: 15px;
}
.el-table[data-v-2512c1ab] {
  margin-top: 15px;
}
[data-v-2512c1ab] .el-upload__input {
  display: none !important;
}
.address[data-v-2512c1ab] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-2512c1ab] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-2512c1ab] .el-table {
  min-height: calc(45vh);
}


[data-v-79f91d3a] .el-form-item__label {
  font-weight: 500 !important;
}
.showTwo[data-v-79f91d3a] {
  display: none;
  margin-bottom: 10px;
}
.scroll-container[data-v-79f91d3a] {
  width: 100%;
  /* 可以根据需要设置宽度 */
  overflow-x: auto;
  /* 横向滚动条 */
}
.scroll-content[data-v-79f91d3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  /* 确保内容在一行内显示 */
}
.item[data-v-79f91d3a] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* 或者使用0 0 auto，防止项目被压缩或伸展 */
  margin-right: 10px;
  /* 项目间隔 */
  /* 其他样式 */
}
.showThree[data-v-79f91d3a] {
  display: none;
  margin-bottom: 10px;
}
.bigPage[data-v-79f91d3a] {
  display: block;
}
.smallPage[data-v-79f91d3a] {
  display: none;
}
[data-v-79f91d3a] .el-date-editor .el-range-separator {
  width: auto;
}
[data-v-79f91d3a] .el-input--suffix .el-input__inner {
  padding-right: 10px;
}
[data-v-79f91d3a] .el-date-editor.el-input,
.el-date-editor.el-input__inner[data-v-79f91d3a] {
  width: 46.5%;
}
@media screen and (max-width: 1150px) {
.el-col-8[data-v-79f91d3a] {
    width: 50%;
}
.showOne[data-v-79f91d3a] {
    display: none;
}
.showTwo[data-v-79f91d3a] {
    display: block;
}
.showThree[data-v-79f91d3a] {
    display: none;
}
}
@media screen and (max-width: 720px) {
.bigPage[data-v-79f91d3a] {
    display: none;
}
.smallPage[data-v-79f91d3a] {
    display: block;
}
.el-col-8[data-v-79f91d3a] {
    width: 96%;
}
.showOne[data-v-79f91d3a] {
    display: none;
}
.showTwo[data-v-79f91d3a] {
    display: none;
}
.showThree[data-v-79f91d3a] {
    display: block;
}
.paginationClass[data-v-79f91d3a] .el-pagination__sizes {
    display: none;
}
.paginationClass[data-v-79f91d3a] .el-pagination__jump {
    display: block;
    margin-left: 10px;
    float: right;
}
.hideCol[data-v-79f91d3a] {
    display: none;
}
#btnEditProduct[data-v-79f91d3a] {
    margin-top: 10px;
}
#btnRefund[data-v-79f91d3a] {
    margin-top: 10px;
}
}
@media screen and (max-width: 620px) {
.smallPage .el-pagination[data-v-79f91d3a] {
    padding: 10px 5px;
}
.paginationClass[data-v-79f91d3a] {
    /* width: 100%; */
    height: 80px;
}

  /* .paginationClass /deep/ .el-pagination__jump{
    display: block;
    float: right;
  } */
}
@media screen and (max-width: 410px) {
.paginationClass[data-v-79f91d3a] .el-pagination__jump {
    margin-top: 10px;
}
[data-v-79f91d3a] .el-date-editor.el-input,
  .el-date-editor.el-input__inner[data-v-79f91d3a] {
    width: 90%;
}

  /* .paginationClass /deep/ .el-pagination__total{
    position: absolute;
    bottom:10px;
    z-index: 999;
  }  */
}
@media screen and (max-width: 340px) {
.el-col[data-v-79f91d3a] .el-button--medium {
    padding: 7px 4px !important;
}

  /* .paginationClass /deep/ .el-pagination__jump{
    margin-top: 10px;
  } */
  /* .el-pagination /deep/ .el-pagination__total{
    display: block;
    position: relative;
    bottom: -60px;
    z-index: 999;
  } */
}

@charset "UTF-8";
.tableOne[data-v-8580bcb4] {
  display: block;
}
.tableTwo[data-v-8580bcb4] {
  display: none;
}
.tableThree[data-v-8580bcb4] {
  display: none;
}
.tableFour[data-v-8580bcb4] {
  display: none;
}
@media screen and (max-width: 1000px) {
.tableOne[data-v-8580bcb4] {
    display: none;
}
.tableTwo[data-v-8580bcb4] {
    display: block;
}
.tableThree[data-v-8580bcb4] {
    display: none;
}
.tableFour[data-v-8580bcb4] {
    display: none;
}
}
@media screen and (max-width: 600px) {
.tableOne[data-v-8580bcb4] {
    display: none;
}
.tableTwo[data-v-8580bcb4] {
    display: none;
}
.tableThree[data-v-8580bcb4] {
    display: block;
}
.tableFour[data-v-8580bcb4] {
    display: none;
}
}
@media screen and (max-width: 420px) {
.tableOne[data-v-8580bcb4] {
    display: none;
}
.tableTwo[data-v-8580bcb4] {
    display: none;
}
.tableThree[data-v-8580bcb4] {
    display: none;
}
.tableFour[data-v-8580bcb4] {
    display: block;
}
}
.content[data-v-8580bcb4] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-8580bcb4] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-8580bcb4] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-8580bcb4] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-8580bcb4] {
  margin-top: 15px;
}
.el-table[data-v-8580bcb4] {
  margin-top: 15px;
}

[data-v-2f8d7dbc] .selectAllbtnDis .cell .el-checkbox__inner {
  display: none;
}
.filter-item[data-v-2f8d7dbc] .el-input__inner {
  /* display: none; */
  padding: 0;
  text-align: center;
}
[data-v-2f8d7dbc] .custom-label .el-form-item__label {
  font-weight: bold !important;
  font-size: 14px !important;
}
[data-v-2f8d7dbc] .el-form-item__label {
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
  color: #000000;
}
[data-v-2f8d7dbc] .elInput3 {
  margin-left: 0px;
}
.padding15[data-v-2f8d7dbc] {
  padding: 15px;
}
.elInput[data-v-2f8d7dbc] {
  float: left;
  width: calc(100% - 130px);
}
.elInput1[data-v-2f8d7dbc] {
  float: left;
  width: calc(100% - 130px);
}
.el-col.el-col-14[data-v-2f8d7dbc] {
  width: 52%;
}
.address[data-v-2f8d7dbc] {
  border: 1px solid;
  padding: 2px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.address[data-v-2f8d7dbc] .el-cascader {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}
.address i[data-v-2f8d7dbc]:hover {
    cursor: pointer;
}
[data-v-2f8d7dbc] .elBtn {
  float: left;
  margin-top: 3px;
  margin-left: 10px !important;
  width: 90px;
}
[data-v-2f8d7dbc] .el-form-item__label::before {
  margin-right: 0px !important;
}
@media screen and (max-width: 720px) {
.elInput[data-v-2f8d7dbc] {
    float: left;
    width: calc(100%);
}
}
@media screen and (max-width: 1000px) {
.el-row .el-col-7[data-v-2f8d7dbc] {
    width: calc(98% - 130px);
}
.el-row .el-col-14[data-v-2f8d7dbc] {
    width: 98%;
}
.el-row .el-col-10[data-v-2f8d7dbc] {
    width: 98%;
}
.el-row .el-col-5[data-v-2f8d7dbc] {
    /* width: 90%; */
    width: calc(98% - 120px);
}
.padding15[data-v-2f8d7dbc] {
    padding: 0;
    padding-left: 5px;
}
}
@media screen and (max-width: 540px) {
.padding15[data-v-2f8d7dbc] {
    padding: 0;
    padding-left: 5px;
}
.hiddenTextarea[data-v-2f8d7dbc] {
    display: none;
}
.showTextarea[data-v-2f8d7dbc] {
    display: block;
}
.recodeNumber[data-v-2f8d7dbc] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.radioEl .el-radio[data-v-2f8d7dbc] {
    display: block;
    margin-top: 10px;
}
.elInput[data-v-2f8d7dbc] {
    float: left;
    width: calc(100%);
}
.el-row .el-col-7[data-v-2f8d7dbc] {
    width: calc(98% - 115px);
    margin-top: 10px;
}
.el-row .el-col-5[data-v-2f8d7dbc] {
    /* width: 90%; */
    width: calc(98% - 90px);
}
}
@media screen and (max-width: 420px) {
.padding15[data-v-2f8d7dbc] {
    padding: 0;
    padding-left: 5px;
}
.elInput[data-v-2f8d7dbc] {
    /* float: none;
    width: calc(100%);
    display: block; */
}
.elBtn[data-v-2f8d7dbc] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.el-row .el-col-7[data-v-2f8d7dbc] {
    width: 98%;
    margin-top: 10px;
}
.el-row .el-col-5[data-v-2f8d7dbc] {
    width: 98%;
}
.showTextarea.el-textarea[data-v-2f8d7dbc] .el-textarea__inner {
    height: 50px;
}
}
.recodeNumber[data-v-2f8d7dbc] {
  float: right;
}


[data-v-32b0c1da] .el-form-item__label {
  font-weight:500 !important;
}
.showTwo[data-v-32b0c1da] {
  display: none;
  margin-bottom: 10px;
}
.scroll-container[data-v-32b0c1da] {
  width: 100%; /* 可以根据需要设置宽度 */
  overflow-x: auto; /* 横向滚动条 */
}
.scroll-content[data-v-32b0c1da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; /* 确保内容在一行内显示 */
}
.item[data-v-32b0c1da] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; /* 或者使用0 0 auto，防止项目被压缩或伸展 */
  margin-right: 10px; /* 项目间隔 */
  /* 其他样式 */
}
.showThree[data-v-32b0c1da] {
  display: none;
  margin-bottom: 10px;
}
.bigPage[data-v-32b0c1da] {
  display: block;
}
.smallPage[data-v-32b0c1da] {
  display: none;
}
[data-v-32b0c1da] .el-date-editor .el-range-separator {
  width: auto;
}
[data-v-32b0c1da] .el-input--suffix .el-input__inner {
  padding-right: 10px;
}
[data-v-32b0c1da] .el-date-editor.el-input, .el-date-editor.el-input__inner[data-v-32b0c1da] {
  width: 46.5%;
}
@media screen and (max-width: 1150px) {
.el-col-8[data-v-32b0c1da] {
    width: 50%;
}
.showOne[data-v-32b0c1da] {
    display: none;
}
.showTwo[data-v-32b0c1da] {
    display: block;
}
.showThree[data-v-32b0c1da] {
    display: none;
}
}
@media screen and (max-width: 720px) {
.bigPage[data-v-32b0c1da] {
    display: none;
}
.smallPage[data-v-32b0c1da] {
    display: block;
}
.el-col-8[data-v-32b0c1da] {
    width: 96%;
}
.showOne[data-v-32b0c1da] {
    display: none;
}
.showTwo[data-v-32b0c1da] {
    display: block;
}
.showThree[data-v-32b0c1da] {
    display: block;
}
.paginationClass[data-v-32b0c1da] .el-pagination__sizes {
    display: none;
}
.paginationClass[data-v-32b0c1da] .el-pagination__jump {
    display: block;
    margin-left: 10px;
    float: right;
}
.hideCol[data-v-32b0c1da] {
    display: none;
}
}
@media screen and (max-width: 620px) {
.smallPage .el-pagination[data-v-32b0c1da] {
    padding: 10px 5px;
}
.paginationClass[data-v-32b0c1da] {
    /* width: 100%; */
    height: 80px;
}

  /* .paginationClass /deep/ .el-pagination__jump{
    display: block;
    float: right;
  } */
}
@media screen and (max-width: 410px) {
.paginationClass[data-v-32b0c1da] .el-pagination__jump {
    margin-top: 10px;
}
[data-v-32b0c1da] .el-date-editor.el-input, .el-date-editor.el-input__inner[data-v-32b0c1da] {
    width: 90%;
}

  /* .paginationClass /deep/ .el-pagination__total{
    position: absolute;
    bottom:10px;
    z-index: 999;
  }  */
}
@media screen and (max-width: 340px) {
.el-col[data-v-32b0c1da] .el-button--medium {
    padding: 7px 4px !important;
}

  /* .paginationClass /deep/ .el-pagination__jump{
    margin-top: 10px;
  } */
  /* .el-pagination /deep/ .el-pagination__total{
    display: block;
    position: relative;
    bottom: -60px;
    z-index: 999;
  } */
}


@charset "UTF-8";
[data-v-3c1a113c] .selectAllbtnDis .cell .el-checkbox__inner {
  display: none;
}
.filter-item[data-v-3c1a113c] .el-input__inner {
  /* display: none; */
  padding: 0;
  text-align: center;
}
[data-v-3c1a113c] .custom-label .el-form-item__label {
  font-weight: bold !important;
  font-size: 14px !important;
}
[data-v-3c1a113c] .el-form-item__label {
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
  color: #000000;
}
[data-v-3c1a113c] .elInput3 {
  margin-left: 0px;
}
.padding15[data-v-3c1a113c] {
  padding: 15px;
}
.elInput[data-v-3c1a113c] {
  float: left;
  width: calc(100% - 130px);
}
.elInput1[data-v-3c1a113c] {
  float: left;
  width: calc(100% - 130px);
}
.el-col.el-col-14[data-v-3c1a113c] {
  width: 52%;
}
.address[data-v-3c1a113c] {
  border: 1px solid;
  padding: 2px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.address[data-v-3c1a113c] .el-cascader {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}
.address i[data-v-3c1a113c]:hover {
    cursor: pointer;
}
[data-v-3c1a113c] .elBtn {
  float: left;
  margin-top: 3px;
  margin-left: 10px !important;
  width: 90px;
}
[data-v-3c1a113c] .el-form-item__label::before {
  margin-right: 0px !important;
}
@media screen and (max-width: 720px) {
.elInput[data-v-3c1a113c] {
    float: left;
    width: calc(100%);
}
}
@media screen and (max-width: 1000px) {
.el-row .el-col-7[data-v-3c1a113c] {
    width: calc(98% - 130px);
}
.el-row .el-col-14[data-v-3c1a113c] {
    width: 98%;
}
.el-row .el-col-10[data-v-3c1a113c] {
    width: 98%;
}
.el-row .el-col-5[data-v-3c1a113c] {
    /* width: 90%; */
    width: calc(98% - 120px);
}
.padding15[data-v-3c1a113c] {
    padding: 0;
    padding-left: 5px;
}
}
@media screen and (max-width: 540px) {
.padding15[data-v-3c1a113c] {
    padding: 0;
    padding-left: 5px;
}
.hiddenTextarea[data-v-3c1a113c] {
    display: none;
}
.showTextarea[data-v-3c1a113c] {
    display: block;
}
.recodeNumber[data-v-3c1a113c] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.radioEl .el-radio[data-v-3c1a113c] {
    display: block;
    margin-top: 10px;
}
.elInput[data-v-3c1a113c] {
    float: left;
    width: calc(100%);
}
.el-row .el-col-7[data-v-3c1a113c] {
    width: calc(98% - 115px);
    margin-top: 10px;
}
.el-row .el-col-5[data-v-3c1a113c] {
    /* width: 90%; */
    width: calc(98% - 90px);
}
}
@media screen and (max-width: 420px) {
.padding15[data-v-3c1a113c] {
    padding: 0;
    padding-left: 5px;
}
.elInput[data-v-3c1a113c] {
    /* float: none;
    width: calc(100%);
    display: block; */
}
.elBtn[data-v-3c1a113c] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.el-row .el-col-7[data-v-3c1a113c] {
    width: 98%;
    margin-top: 10px;
}
.el-row .el-col-5[data-v-3c1a113c] {
    width: 98%;
}
.showTextarea.el-textarea[data-v-3c1a113c] .el-textarea__inner {
    height: 50px;
}
}
.recodeNumber[data-v-3c1a113c] {
  float: right;
}
[data-v-3c1a113c] .el-table .selected-row-blue {
  background-color: #cfe3ff !important;
  /* 淡蓝色 */
}


























































































































































































































































































































/*定义要拖拽元素的样式*/
.ghostClass[data-v-0a25bf16] {
  background-color: blue !important;
}
.chosenClass[data-v-0a25bf16] {
  background-color: red !important;
  opacity: 1 !important;
}
.dragClass[data-v-0a25bf16] {
  background-color: blueviolet !important;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  background-image: none !important;
}
.itxst[data-v-0a25bf16] {
  margin: 10px;
}
.title[data-v-0a25bf16] {
  padding: 6px 12px;
}
.col[data-v-0a25bf16] {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  float: left;
}
.col + .col[data-v-0a25bf16] {
  margin-left: 10px;
}
.item[data-v-0a25bf16] {
  padding: 6px 12px;
  margin: 0px 10px 0px 10px;
  border: solid 1px #eee;
  background-color: #f1f1f1;
}
.item[data-v-0a25bf16]:hover {
  background-color: #fdfdfd;
  cursor: move;
}
.item + .item[data-v-0a25bf16] {
  border-top: none;
  margin-top: 6px;
}


.phoneClass[data-v-32f6f052]{
  margin-left: 5vw
}
.qrcode[data-v-32f6f052] {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}
[data-v-32f6f052] .el-form-item__label {
  font-weight: bold !important;
  font-size: 15px !important;
  text-align: left;
}
img[data-v-32f6f052] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recodeNumber[data-v-32f6f052] {
  float: right;
}
.elInput[data-v-32f6f052] {
  float: left;
  width: calc(100% - 130px)
}
.elBtn[data-v-32f6f052] {
  float: right;
  margin-top: 3px
}
.hiddenTextarea[data-v-32f6f052] {
  display: block;
}
.showTextarea[data-v-32f6f052] {
  display: none;
}
.padding15[data-v-32f6f052] {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
.padding15[data-v-32f6f052] {
    padding: 0;
    padding-left: 5px;
}
.el-row .el-col-8[data-v-32f6f052] {
    width: 98%;
}
.el-row .el-col-7[data-v-32f6f052] {
    width: calc(98% - 130px);
}
.el-row .el-col-10[data-v-32f6f052] {
    width: 98%;
}
.el-row .el-col-5[data-v-32f6f052] {
    /* width: 90%; */
    width: calc(98% - 120px);
}
}
@media screen and (max-width: 540px) {
.padding15[data-v-32f6f052] {
    padding: 0;
    padding-left: 5px;
}
.hiddenTextarea[data-v-32f6f052] {
    display: none;
}
.showTextarea[data-v-32f6f052] {
    display: block;
}
.recodeNumber[data-v-32f6f052] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.radioEl .el-radio[data-v-32f6f052] {
    display: block;
    margin-top: 10px;
}
.el-col[data-v-32f6f052] .el-button--medium {
    padding: 7px 4px !important;
}
.elInput[data-v-32f6f052] {
    float: left;
    width: calc(100% - 115px)
}
.el-row .el-col-8[data-v-32f6f052] {
    width: 98%;
}
.el-row .el-col-7[data-v-32f6f052] {
    width: calc(98% - 115px);
    margin-top: 10px;
}
.el-row .el-col-5[data-v-32f6f052] {
    /* width: 90%; */
    width: calc(98% - 90px);
}
}
@media screen and (max-width: 420px) {
.padding15[data-v-32f6f052] {
    padding: 0;
    padding-left: 5px;
}
.elInput[data-v-32f6f052] {
    float: none;
    width: calc(100%);
    display: block;
}
.elBtn[data-v-32f6f052] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.el-row .el-col-8[data-v-32f6f052] {
    width: 98%;
}
.el-row .el-col-7[data-v-32f6f052] {
    width: 98%;
    margin-top: 10px;
}
.el-row .el-col-5[data-v-32f6f052] {
    width: 98%;
}
.showTextarea.el-textarea[data-v-32f6f052] .el-textarea__inner {
    height: 100px;
}
}




.phoneClass[data-v-ed33a1ec]{
  margin-left: 5vw
}
[data-v-ed33a1ec] .custom-label .el-form-item__label {
  font-weight: bold !important;
  font-size: 14px !important;
}
[data-v-ed33a1ec] .el-form-item__label {
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
  color: #000000;
}
.qrcode[data-v-ed33a1ec] {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}
img[data-v-ed33a1ec] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recodeNumber[data-v-ed33a1ec] {
    float: right;
}
.elInput[data-v-ed33a1ec] {
  /* float: left;
  width: calc(100% - 130px) */
}
.elBtn[data-v-ed33a1ec] {
  float: right;
  margin-top: 3px
}
.hiddenTextarea[data-v-ed33a1ec] {
  display: block;
}
.showTextarea[data-v-ed33a1ec] {
  display: none;
}
/* @media screen and (max-width: 720px) {
  .el-col-8{
    width: 96%;
  }
  .el-col-10{
    width: 96%;
    margin-top: 10px;
  }
} */
.padding15[data-v-ed33a1ec]{
  padding: 15px;
}
@media screen and (max-width: 1000px) {
.el-row .el-col-7[data-v-ed33a1ec] {
    width: calc(98% - 130px);
}
.el-row .el-col-10[data-v-ed33a1ec] {
    width: 98%;
}
.el-row .el-col-5[data-v-ed33a1ec] {
    /* width: 90%; */
    width: calc(98% - 120px);
}
.padding15[data-v-ed33a1ec]{
    padding: 0;
    padding-left: 5px;
}
}
@media screen and (max-width: 540px) {
.padding15[data-v-ed33a1ec]{
    padding: 0;
    padding-left: 5px;
}
.hiddenTextarea[data-v-ed33a1ec] {
    display: none;
}
.showTextarea[data-v-ed33a1ec] {
    display: block;
}
.recodeNumber[data-v-ed33a1ec] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.radioEl .el-radio[data-v-ed33a1ec] {
    display: block;
    margin-top: 10px;
}
.el-col[data-v-ed33a1ec] .el-button--medium {
    padding: 7px 4px !important;
}
.elInput[data-v-ed33a1ec] {
    /* float: left;
    width: calc(100% - 115px) */
}
.el-row .el-col-7[data-v-ed33a1ec] {
    width: calc(98% - 115px);
    margin-top: 10px;
}
.el-row .el-col-5[data-v-ed33a1ec] {
    /* width: 90%; */
    width: calc(98% - 90px);
}
}
@media screen and (max-width: 420px) {
.padding15[data-v-ed33a1ec]{
    padding: 0;
    padding-left: 5px;
}
.elInput[data-v-ed33a1ec] {
    /* float: none;
    width: calc(100%);
    display: block; */
}
.elBtn[data-v-ed33a1ec] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.el-row .el-col-7[data-v-ed33a1ec] {
    width: 98%;
    margin-top: 10px;
}
.el-row .el-col-5[data-v-ed33a1ec] {
    width: 98%;
}
.showTextarea.el-textarea[data-v-ed33a1ec] .el-textarea__inner {
    height: 50px;
}
}


[data-v-75ea3ae2] .custom-label .el-form-item__label {
  font-weight: bold !important;
  font-size: 14px !important;
}
[data-v-75ea3ae2] .el-form-item__label {
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
  color: #000000;
}
.qrcode[data-v-75ea3ae2] {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}
img[data-v-75ea3ae2] {
  width: 132px;
  height: 132px;
  background-color: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recodeNumber[data-v-75ea3ae2] {
  float: right;
}
.elInput[data-v-75ea3ae2] {
  /* float: left;
  width: calc(100% - 130px) */
}
.elBtn[data-v-75ea3ae2] {
  float: right;
  margin-top: 3px
}
.hiddenTextarea[data-v-75ea3ae2] {
  display: block;
}
.showTextarea[data-v-75ea3ae2] {
  display: none;
}

/* @media screen and (max-width: 720px) {
  .el-col-8{
    width: 96%;
  }
  .el-col-10{
    width: 96%;
    margin-top: 10px;
  }
} */
.padding15[data-v-75ea3ae2] {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
.el-row .el-col-7[data-v-75ea3ae2] {
    width: calc(98% - 130px);
}
.el-row .el-col-10[data-v-75ea3ae2] {
    width: 98%;
}
.el-row .el-col-8[data-v-75ea3ae2] {
    width: 98%;
}
.el-row .el-col-5[data-v-75ea3ae2] {
    /* width: 90%; */
    width: calc(98% - 120px);
}
.padding15[data-v-75ea3ae2] {
    padding: 0;
    padding-left: 5px;
}
}
@media screen and (max-width: 540px) {
.padding15[data-v-75ea3ae2] {
    padding: 0;
    padding-left: 5px;
}
.hiddenTextarea[data-v-75ea3ae2] {
    display: none;
}
.showTextarea[data-v-75ea3ae2] {
    display: block;
}
.recodeNumber[data-v-75ea3ae2] {
    float: none;
    padding: 10px 0;
    font-size: 14px;
}
.radioEl .el-radio[data-v-75ea3ae2] {
    display: block;
    margin-top: 10px;
}
.el-col[data-v-75ea3ae2] .el-button--medium {
    padding: 7px 4px !important;
}
.elInput[data-v-75ea3ae2] {
    /* float: left;
    width: calc(100% - 115px) */
}
.el-row .el-col-8[data-v-75ea3ae2] {
    width: 98%;
}
.el-row .el-col-7[data-v-75ea3ae2] {
    width: calc(98% - 115px);
    margin-top: 10px;
}
.el-row .el-col-5[data-v-75ea3ae2] {
    /* width: 90%; */
    width: calc(98% - 90px);
}
}
@media screen and (max-width: 420px) {
.padding15[data-v-75ea3ae2] {
    padding: 0;
    padding-left: 5px;
}
.elInput[data-v-75ea3ae2] {
    /* float: none;
    width: calc(100%);
    display: block; */
}
.elBtn[data-v-75ea3ae2] {
    float: right;
    margin-top: 3px;
    display: block;
    width: 98%;
}
.el-row .el-col-8[data-v-75ea3ae2] {
    width: 98%;
}
.el-row .el-col-7[data-v-75ea3ae2] {
    width: 98%;
    margin-top: 10px;
}
.el-row .el-col-5[data-v-75ea3ae2] {
    width: 98%;
}
.showTextarea.el-textarea[data-v-75ea3ae2] .el-textarea__inner {
    height: 50px;
}
}

.dashboard-editor-container[data-v-d21d9020] {
  padding: 0px;
  background-color: #f0f2f5;
}
.dashboard-editor-container .chart-wrapper[data-v-d21d9020] {
    background: #fff;
    padding: 16px 16px 0;
    margin-bottom: 32px;
}
.panel-group[data-v-d21d9020] {
  margin-top: 15px;
  height: 100%;
}
.panel-group .card-panel-col[data-v-d21d9020] {
    margin-bottom: 32px;
}
.panel-group .card-panel[data-v-d21d9020] {
    height: 108px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    color: #666;
    background: #fff;
    -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
}
.panel-group .card-panel:hover .card-panel-icon-wrapper[data-v-d21d9020] {
      color: #fff;
}
.panel-group .card-panel:hover .icon-people[data-v-d21d9020] {
      background: #40c9c6;
}
.panel-group .card-panel:hover .icon-message[data-v-d21d9020] {
      background: #36a3f7;
}
.panel-group .card-panel:hover .icon-money[data-v-d21d9020] {
      background: #f4516c;
}
.panel-group .card-panel:hover .icon-shoppingCard[data-v-d21d9020] {
      background: #34bfa3;
}
.panel-group .card-panel .icon-people[data-v-d21d9020] {
      color: #40c9c6;
}
.panel-group .card-panel .icon-message[data-v-d21d9020] {
      color: #36a3f7;
}
.panel-group .card-panel .icon-money[data-v-d21d9020] {
      color: #f4516c;
}
.panel-group .card-panel .icon-shoppingCard[data-v-d21d9020] {
      color: #34bfa3;
}
.panel-group .card-panel .card-panel-icon-wrapper[data-v-d21d9020] {
      float: left;
      margin: 14px 0 0 14px;
      padding: 16px;
      -webkit-transition: all 0.38s ease-out;
      transition: all 0.38s ease-out;
      border-radius: 6px;
}
.panel-group .card-panel .card-panel-icon[data-v-d21d9020] {
      float: left;
      font-size: 48px;
}
.panel-group .card-panel .card-panel-description[data-v-d21d9020] {
      float: right;
      font-weight: bold;
      margin: 26px;
      margin-left: 0px;
}
.panel-group .card-panel .card-panel-description .card-panel-text[data-v-d21d9020] {
        line-height: 18px;
        color: rgba(0, 0, 0, 0.45);
        font-size: 16px;
        margin-bottom: 12px;
}
.panel-group .card-panel .card-panel-description .card-panel-num[data-v-d21d9020] {
        font-size: 20px;
}

.errPage-container[data-v-24c0cb68] {
  width: 800px;
  max-width: 100%;
  margin: 100px auto;
}
.errPage-container .pan-back-btn[data-v-24c0cb68] {
    background: #008489;
    color: #fff;
    border: none !important;
}
.errPage-container .pan-gif[data-v-24c0cb68] {
    margin: 0 auto;
    display: block;
}
.errPage-container .pan-img[data-v-24c0cb68] {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.errPage-container .text-jumbo[data-v-24c0cb68] {
    font-size: 60px;
    font-weight: 700;
    color: #484848;
}
.errPage-container .list-unstyled[data-v-24c0cb68] {
    font-size: 14px;
}
.errPage-container .list-unstyled li[data-v-24c0cb68] {
      padding-bottom: 5px;
}
.errPage-container .list-unstyled a[data-v-24c0cb68] {
      color: #008489;
      text-decoration: none;
}
.errPage-container .list-unstyled a[data-v-24c0cb68]:hover {
        text-decoration: underline;
}

.wscn-http404-container[data-v-5f60752c] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-5f60752c] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-5f60752c] {
    position: relative;
    float: left;
    width: 600px;
    overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-5f60752c] {
      width: 100%;
}
.wscn-http404 .pic-404__child[data-v-5f60752c] {
      position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-5f60752c] {
        width: 80px;
        top: 17px;
        left: 220px;
        opacity: 0;
        -webkit-animation-name: cloudLeft-data-v-5f60752c;
                animation-name: cloudLeft-data-v-5f60752c;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-5f60752c] {
        width: 46px;
        top: 10px;
        left: 420px;
        opacity: 0;
        -webkit-animation-name: cloudMid-data-v-5f60752c;
                animation-name: cloudMid-data-v-5f60752c;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-5f60752c] {
        width: 62px;
        top: 100px;
        left: 500px;
        opacity: 0;
        -webkit-animation-name: cloudRight-data-v-5f60752c;
                animation-name: cloudRight-data-v-5f60752c;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-5f60752c {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-5f60752c {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-5f60752c {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-5f60752c {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-5f60752c {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-5f60752c {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-5f60752c] {
    position: relative;
    float: left;
    width: 300px;
    padding: 30px 0;
    overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-5f60752c] {
      font-size: 32px;
      font-weight: bold;
      line-height: 40px;
      color: #1482f0;
      opacity: 0;
      margin-bottom: 20px;
      -webkit-animation-name: slideUp-data-v-5f60752c;
              animation-name: slideUp-data-v-5f60752c;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-5f60752c] {
      font-size: 20px;
      line-height: 24px;
      color: #222;
      font-weight: bold;
      opacity: 0;
      margin-bottom: 10px;
      -webkit-animation-name: slideUp-data-v-5f60752c;
              animation-name: slideUp-data-v-5f60752c;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-5f60752c] {
      font-size: 13px;
      line-height: 21px;
      color: grey;
      opacity: 0;
      margin-bottom: 30px;
      -webkit-animation-name: slideUp-data-v-5f60752c;
              animation-name: slideUp-data-v-5f60752c;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-5f60752c] {
      display: block;
      float: left;
      width: 110px;
      height: 36px;
      background: #1482f0;
      border-radius: 100px;
      text-align: center;
      color: #ffffff;
      opacity: 0;
      font-size: 14px;
      line-height: 36px;
      cursor: pointer;
      -webkit-animation-name: slideUp-data-v-5f60752c;
              animation-name: slideUp-data-v-5f60752c;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-5f60752c {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-5f60752c {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}


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

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

.tags-view-container[data-v-7d53b55e] {
  height: 34px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8dce5;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 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 .tags-view-item[data-v-7d53b55e] {
    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-7d53b55e]:first-of-type {
      margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-7d53b55e]:last-of-type {
      margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-7d53b55e] {
      background-color: #42b983;
      color: #fff;
      border-color: #42b983;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-7d53b55e]::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-7d53b55e] {
    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-7d53b55e] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-7d53b55e]: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;
}
@media screen and (max-width: 500px) {
#showTagsView {
    display: none;
}
}


.yzmInput[data-v-a6d32d10] {
  width: calc(100% - 130px);
}
[data-v-a6d32d10] .el-form-item__label{
  font-weight: bold !important;
}
@media screen and (max-width: 720px) {
.el-col-12[data-v-a6d32d10] {
    /* width:100%; */
    width: 96%;
}
}
.el-form-item__label[data-v-a6d32d10] {
  color: #9E9E9E;
}


.login-container .login-form {
  min-width: 300px;
}
.login-container .el-input.phoneNew .el-input__inner {
  width: 360px;
}
.login-container .el-input.yzmNew {
  width: 71%;
}
.login-container .el-input.yzmNew .el-input__inner {
  width: 100%;
}
.el-button.nextBtn {
  width: 110px;
}
@media screen and (max-width: 500px) {
.el-col-20 {
    width: 92%
}
.login-container .el-input.phoneNew {
    width: 100%;
}
.login-container .el-input.phoneNew .el-input__inner {
    width: 100%;
}
.login-container .el-input.yzmNew {
    width: calc(92% - 110px);
}
.el-button.nextBtn {
    width: auto;
}
.btnDiv {
    width: calc(97% - 110px);
}
}

/* #AD040B */
/* reset element-ui css */
.login-container .el-input {
  display: inline-block;
  height: 45px;
  width: 85%;
}
.login-container .el-input input {
    border: 1px solid black;
    -webkit-appearance: none;
    border-radius: 8px;
    padding: 12px 5px 12px 15px;
    height: 40px !important;
}
.login-container .el-input input:-webkit-autofill {
      box-shadow: 0 0 0px 1000px #e8e7e3 inset !important;
      -webkit-box-shadow: 0 0 0px 1000px #e8e7e3 inset !important;
      -webkit-text-fill-color: #fff !important;
}
.login-container .el-form-item {
  border: 0px solid rgba(255, 255, 255, 0.1);
  /* #7fa2bd */
  /*background: rgba(0, 0, 0, 0.1);*/
  border-radius: 5px;
  margin-bottom: 20px;
}

.login-container .el-form-item[data-v-b45bac1c] {
  margin-bottom: 20px !important;
}


.modifyPasswordInput .el-form-item__label {
  color: white !important;
}

/* .modifyPasswordInput {
  width: 100px;
}

.modifyPasswordInput .el-form-item__error--inline {
  width: 200px;
} */

.login-container[data-v-b45bac1c] {
  height: 100%;
  width: 100%;
  /*background: url("/static/img/bg4.jpg") no-repeat fixed center;*/
  background-size: 100%;
  background-size: cover;
  /*background-color: $bg;*/
  position: relative;
}
.login-container .login-form[data-v-b45bac1c] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 520px;
    height: 450px;
    padding: 35px 35px 15px 35px;
    margin: auto;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.login-container .tips[data-v-b45bac1c] {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.login-container .tips span[data-v-b45bac1c]:first-of-type {
      margin-right: 16px;
}
.login-container .svg-container[data-v-b45bac1c] {
    padding: 6px 5px 6px 15px;
    color: #black;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}
.login-container .svg-container_login[data-v-b45bac1c] {
      font-size: 20px;
      border: 0px;
}
.login-container .title-container[data-v-b45bac1c] {
    position: relative;
}
.login-container .title-container .title[data-v-b45bac1c] {
      font-size: 26px;
      font-weight: 400;
      /*color: $light_gray;*/
      color: #000;
      margin: 0px auto 40px auto;
      text-align: center;
      font-weight: bold;
}
.login-container .show-pwd[data-v-b45bac1c] {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    color: #black;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.modifypassword[data-v-b45bac1c] {
  font-size: 26px;
  font-weight: 400;
  /*color: $light_gray;*/
  color: #000;
  text-align: center;
  font-weight: bold;
}
.logo[data-v-b45bac1c] {
  width: 50px;
  height: 50px;
}
.identifybox[data-v-b45bac1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.identifybox .s-canvas[data-v-b45bac1c] {
  margin-left: 20px;
}
.iconstyle[data-v-b45bac1c] {
  color: #409eff;
}
.loginBtn[data-v-b45bac1c] {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #bf0008;
  border-color: #bf0008;
}
.el-button--text[data-v-b45bac1c] {
  color: #4b6c88;
}
.lgnbtn .el-button--primary[data-v-b45bac1c] {
  font-size: 20px;
  font-weight: bold;
  background-color: #blue;
}
.titleColor[data-v-b45bac1c] {
  color: white;
}
.refresh-btn[data-v-b45bac1c] {
  color: white;
}
.login-icon-color[data-v-b45bac1c] {
  color: white;
}
.newInput[data-v-b45bac1c] {
  width: 360px;
}
.btnDiv[data-v-b45bac1c] {
  width: 350px;
}
.nextBtn[data-v-b45bac1c] {
  width: 110px;
}
.login-container[data-v-b45bac1c] {
  min-width: 320px;
}
.login-container .login-form[data-v-b45bac1c] {
  min-width: 320px;
}
.el-form-item--medium .el-form-item__content[data-v-b45bac1c], .el-form-item--medium .el-form-item__label[data-v-b45bac1c] {
  line-height: auto;
}
.textTips[data-v-b45bac1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 110px;
}
.textTips span[data-v-b45bac1c] {
  display: block;
  width: 350px;
  font-size: 13px;
  color: #F35051;
  line-height: 26px;
  padding-bottom: 10px;
}
.dialogClass[data-v-b45bac1c] .el-dialog {
  width: 40%;
}
@media screen and (max-width: 1000px) {
.login-container[data-v-b45bac1c] {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: -392px -220px;
    position: relative;
    background-size: auto;
}
}
@media screen and (max-width: 500px) {
.dialogClass[data-v-b45bac1c] .el-dialog {
    width: 90%;
}
.login-container .login-form[data-v-b45bac1c] {
    width: 100%;
    padding: 35px 0 15px 0;
    top: 100px;
}
.login-container .el-input[data-v-b45bac1c] {
    width: 80%;
}
.btnDiv[data-v-b45bac1c] {
    width: calc(85% - 110px);
}
.nextBtn[data-v-b45bac1c] {
    width: auto;
}
.textTips span[data-v-b45bac1c] {
    width: calc(100% - 60px);
}
.identifybox .s-canvas[data-v-b45bac1c] {
    margin-left: 5px;
}
.el-button.textbtn[data-v-b45bac1c] {
    padding: 0 10px 0 0 !important;
}
.el-col-12[data-v-b45bac1c] {
    width: 45%;
}
.login-container .el-input.identifyinput[data-v-b45bac1c] {
    width: 75%;
}
}

@charset "UTF-8";
.content[data-v-cd5cf6fa] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-cd5cf6fa] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-cd5cf6fa] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-cd5cf6fa] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-cd5cf6fa] {
  margin-top: 15px;
}
.el-table[data-v-cd5cf6fa] {
  margin-top: 15px;
}
[data-v-cd5cf6fa] .el-upload__input {
  display: none !important;
}
.address[data-v-cd5cf6fa] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-cd5cf6fa] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-cd5cf6fa] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-55ac4120] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-55ac4120] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-55ac4120] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-55ac4120] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-55ac4120] {
  margin-top: 15px;
}
.el-table[data-v-55ac4120] {
  margin-top: 15px;
}
[data-v-55ac4120] .el-upload__input {
  display: none !important;
}
.address[data-v-55ac4120] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-55ac4120] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-55ac4120] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-651d11b9] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-651d11b9] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-651d11b9] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-651d11b9] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-651d11b9] {
  margin-top: 15px;
}
.el-table[data-v-651d11b9] {
  margin-top: 15px;
}
[data-v-651d11b9] .el-upload__input {
  display: none !important;
}
.address[data-v-651d11b9] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-651d11b9] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-651d11b9] .el-table {
  min-height: calc(45vh);
}






























































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/
















































































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/








































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/



































































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/































































































































































































































































































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/


































































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/



















































































































































































































/*el-form-item el-select {*/
/*  width: 90%;*/
/*}*/
.el-checkbox:last-of-type {
  margin-right: 8px;
}
/*.el-input {*/
/*  width: 100% !important;*/
/*}*/

/*
@import '../../../styles/common.scss';
*/
.querytime.el-input[data-v-e5ab6432] {
  width: 46% !important;
}
.queryinput.el-input[data-v-e5ab6432] {
  width: 94% !important;
}
.pushTaginput.el-input[data-v-e5ab6432] {
  width: 112% !important;
}

@charset "UTF-8";
.content[data-v-0cf287a6] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-0cf287a6] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-0cf287a6] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-0cf287a6] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-0cf287a6] {
  margin-top: 15px;
}
.el-table[data-v-0cf287a6] {
  margin-top: 15px;
}
[data-v-0cf287a6] .el-upload__input {
  display: none !important;
}
.address[data-v-0cf287a6] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-0cf287a6] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-0cf287a6] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-7ce8f575] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-7ce8f575] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-7ce8f575] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-7ce8f575] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-7ce8f575] {
  margin-top: 15px;
}
.el-table[data-v-7ce8f575] {
  margin-top: 15px;
}
[data-v-7ce8f575] .el-upload__input {
  display: none !important;
}
.address[data-v-7ce8f575] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-7ce8f575] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-7ce8f575] .el-table {
  min-height: calc(45vh);
}

/*
@import '../../../styles/common.scss';
*/

/*
@import '../../../styles/common.scss';
*/
.querytime.el-input[data-v-0202a62a] {
  width: 46% !important;
}

@charset "UTF-8";
.content[data-v-f36bcfae] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-f36bcfae] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-f36bcfae] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-f36bcfae] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-f36bcfae] {
  margin-top: 15px;
}
.el-table[data-v-f36bcfae] {
  margin-top: 15px;
}
[data-v-f36bcfae] .el-upload__input {
  display: none !important;
}
.address[data-v-f36bcfae] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-f36bcfae] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-f36bcfae] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-0023b37b] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-0023b37b] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-0023b37b] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-0023b37b] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-0023b37b] {
  margin-top: 15px;
}
.el-table[data-v-0023b37b] {
  margin-top: 15px;
}
[data-v-0023b37b] .el-upload__input {
  display: none !important;
}
.address[data-v-0023b37b] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-0023b37b] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-0023b37b] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-628ba7c7] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-628ba7c7] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-628ba7c7] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-628ba7c7] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-628ba7c7] {
  margin-top: 15px;
}
.el-table[data-v-628ba7c7] {
  margin-top: 15px;
}
.address[data-v-628ba7c7] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.address[data-v-628ba7c7] .el-cascader {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}
.address i[data-v-628ba7c7]:hover {
    cursor: pointer;
}
[data-v-628ba7c7] .el-col-8 .el-form-item__content {
  /*width: 44%;*/
}
[data-v-628ba7c7] .el-button {
  margin-left: 20px !important;
}
.region[data-v-628ba7c7] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}

























































































































































































































































































/*@import '../../../styles/common.scss';
 /deep/.el-form-item__content{
   width: 60%;
 }*/

@charset "UTF-8";
.content[data-v-c6abb51c] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-c6abb51c] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-c6abb51c] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-c6abb51c] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-c6abb51c] {
  margin-top: 15px;
}
.el-table[data-v-c6abb51c] {
  margin-top: 15px;
}
[data-v-c6abb51c] .el-upload__input {
  display: none !important;
}
.address[data-v-c6abb51c] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-c6abb51c] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-c6abb51c] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-4a3708ae] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-4a3708ae] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-4a3708ae] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-4a3708ae] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-4a3708ae] {
  margin-top: 15px;
}
.el-table[data-v-4a3708ae] {
  margin-top: 15px;
}
[data-v-4a3708ae] .el-upload__input {
  display: none !important;
}
.address[data-v-4a3708ae] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-4a3708ae] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-4a3708ae] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-6607b6e1] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-6607b6e1] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-6607b6e1] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-6607b6e1] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-6607b6e1] {
  margin-top: 15px;
}
.el-table[data-v-6607b6e1] {
  margin-top: 15px;
}
[data-v-6607b6e1] .el-upload__input {
  display: none !important;
}
.address[data-v-6607b6e1] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-6607b6e1] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-6607b6e1] .el-table {
  min-height: calc(45vh);
}

/*@import '../../../styles/common.scss';*/

@charset "UTF-8";
.content[data-v-0ddd4b7e] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-0ddd4b7e] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-0ddd4b7e] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-0ddd4b7e] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-0ddd4b7e] {
  margin-top: 15px;
}
.el-table[data-v-0ddd4b7e] {
  margin-top: 15px;
}
[data-v-0ddd4b7e] .el-upload__input {
  display: none !important;
}
.address[data-v-0ddd4b7e] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-0ddd4b7e] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-0ddd4b7e] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-16f26560] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-16f26560] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-16f26560] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-16f26560] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-16f26560] {
  margin-top: 15px;
}
.el-table[data-v-16f26560] {
  margin-top: 15px;
}
[data-v-16f26560] .el-upload__input {
  display: none !important;
}
.address[data-v-16f26560] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-16f26560] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-16f26560] .el-table {
  min-height: calc(45vh);
}




































































































































































/*@import '../../../styles/common.scss';*/

@charset "UTF-8";
.content[data-v-264dabb0] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-264dabb0] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-264dabb0] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-264dabb0] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-264dabb0] {
  margin-top: 15px;
}
.el-table[data-v-264dabb0] {
  margin-top: 15px;
}
.title[data-v-264dabb0] {
  width: 110px;
  line-height: 30px;
  border: 1px solid;
  position: relative;
  text-align: center;
  left: 20px;
  top: 21px;
  border-bottom: 0;
  background: #fff;
  z-index: 9;
}
.detail[data-v-264dabb0] {
  width: 80vw;
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.detail[data-v-264dabb0] .el-tag {
    margin-left: 15px;
}
.region[data-v-264dabb0] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}

/*
@import '../../../styles/common.scss';
*/

@charset "UTF-8";
.content[data-v-697593b9] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-697593b9] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-697593b9] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-697593b9] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-697593b9] {
  margin-top: 15px;
}
.el-table[data-v-697593b9] {
  margin-top: 15px;
}
.address[data-v-697593b9] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.address[data-v-697593b9] .el-cascader {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}
.address i[data-v-697593b9]:hover {
    cursor: pointer;
}
[data-v-697593b9] .el-col-8 .el-form-item__content {
  /* width: 35%;*/
}
[data-v-697593b9] .el-button {
  margin-left: 20px !important;
}
.detail[data-v-697593b9] {
  width: 80vw;
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.detail[data-v-697593b9] .el-tag {
    margin-left: 15px;
}
.region[data-v-697593b9] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-697593b9] .el-checkbox .el-checkbox__label {
  color: #666;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 100 !important;
}

[data-v-5f18416a] .el-upload__input {
  display: none !important;
}
.address[data-v-5f18416a] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-5f18416a] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-5f18416a] .el-table {
  max-height: calc(50vh);
  overflow: auto;
}

/*@import '../../../styles/common.scss';

/deep/ .el-form-item__content {
  width: 57%;
}*/

@charset "UTF-8";
.content[data-v-61c237d5] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-61c237d5] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-61c237d5] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-61c237d5] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-61c237d5] {
  margin-top: 15px;
}
.el-table[data-v-61c237d5] {
  margin-top: 15px;
}
.detail[data-v-61c237d5] {
  margin-top: 20px;
}
.title[data-v-61c237d5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title[data-v-61c237d5] :nth-child(1) {
    border-right: none;
}
.title div[data-v-61c237d5] {
    width: 150px;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.title .active[data-v-61c237d5] {
    background: #41C7DB;
}
.box[data-v-61c237d5] {
  border: 1px solid;
  padding: 10px;
}
.box .tips[data-v-61c237d5] {
    line-height: 50px;
}
.box .img[data-v-61c237d5] {
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
}

/*@import '../../styles/common.scss';

/deep/ .el-col-5 .el-form-item__content {
  width: 57%
}*/

/*
@import '../../../styles/common.scss';
*/






































































































































































































@charset "UTF-8";
.content[data-v-19e7d554] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-19e7d554] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-19e7d554] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-19e7d554] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-19e7d554] {
  margin-top: 15px;
}
.el-table[data-v-19e7d554] {
  margin-top: 15px;
}
[data-v-19e7d554] .el-upload__input {
  display: none !important;
}
.address[data-v-19e7d554] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-19e7d554] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-19e7d554] .el-table {
  min-height: calc(45vh);
}

@charset "UTF-8";
.content[data-v-57713ca4] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-57713ca4] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-57713ca4] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-57713ca4] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-57713ca4] {
  margin-top: 15px;
}
.el-table[data-v-57713ca4] {
  margin-top: 15px;
}
.address[data-v-57713ca4] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region[data-v-57713ca4] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-57713ca4] .el-card {
  border: 1px solid #333;
}
.role[data-v-57713ca4] {
  position: absolute;
  top: -24px;
  left: -1px;
  background-color: white;
  border: 1px solid;
  border-bottom: 0;
  padding: 5px 5px 0px 5px;
}
/* /deep/.el-col-8 .el-form-item__content{
   width: 44%;
 }*/
[data-v-57713ca4] .el-radio__label {
  display: none;
}

/*@import '../../../styles/common.scss';
 /deep/ .el-radio__label{
   display: none;
 }
 /deep/.el-col-8 .el-form-item__content{
   width: 36%;
 }*/

.address[data-v-0e29a63c] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-0e29a63c] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-0e29a63c] .el-card {
  border: 1px solid #333;
}
.role[data-v-0e29a63c] {
  position: absolute;
  top: -24px;
  left: -1px;
  background-color: white;
  border: 1px solid;
  border-bottom: 0;
  padding: 5px 5px 0px 5px;
}
[data-v-0e29a63c] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}

/* /deep/.el-col-8 .el-form-item__content{
   width: 44%;
 }*/

/*.el-form-item {
  margin-top: 10px;
}

.el-radio--medium.is-bordered {
  margin-right: 0;
}

.el-input {
  width: auto;
}
 /deep/ .el-radio__label{
   display: none;
 }*/

@charset "UTF-8";
.content[data-v-3916088c] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-3916088c] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-3916088c] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-3916088c] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-3916088c] {
  margin-top: 15px;
}
.el-table[data-v-3916088c] {
  margin-top: 15px;
}
.address[data-v-3916088c] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region[data-v-3916088c] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-3916088c] .el-card {
  border: 1px solid #333;
}
.role[data-v-3916088c] {
  position: absolute;
  top: -24px;
  left: -1px;
  background-color: white;
  border: 1px solid;
  border-bottom: 0;
  padding: 5px 5px 0px 5px;
}
/* /deep/.el-col-8 .el-form-item__content{
   width: 39%;
 }*/
[data-v-3916088c] .el-radio__label {
  display: none;
}

/*@import '../../../styles/common.scss';
/deep/ .el-form-item__content{
  width: 57%;
}*/

@charset "UTF-8";
.content[data-v-3f89d467] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-3f89d467] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-3f89d467] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-3f89d467] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-3f89d467] {
  margin-top: 15px;
}
.el-table[data-v-3f89d467] {
  margin-top: 15px;
}
[data-v-3f89d467] .el-upload__input {
  display: none !important;
}
.address[data-v-3f89d467] {
  border: 1px solid;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
.region[data-v-3f89d467] {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
}
[data-v-3f89d467] .el-table {
  min-height: calc(45vh);
}


@charset "UTF-8";
.content[data-v-e59d5d02] {
  margin-left: 20px;
  width: 98%;
}
/*隐藏表格单选按钮的文字*/
[data-v-e59d5d02] .el-radio__label {
  display: none;
}
/*更改表格选中行的背景色*/
[data-v-e59d5d02] .el-table__body tr.current-row > td {
  background-color: #41C7DB !important;
}
/*更改tree选中节点的背景色*/
[data-v-e59d5d02] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #41C7DB !important;
}
.el-form-item[data-v-e59d5d02] {
  margin-top: 15px;
}
.el-table[data-v-e59d5d02] {
  margin-top: 15px;
}
[data-v-e59d5d02] .el-form-item__label {
  font-weight: bold !important;
}
@media screen and (max-width: 1400px) {
.el-col-10[data-v-e59d5d02] {
    width: 60%;
}
}
@media screen and (max-width: 850px) {
.el-col-10[data-v-e59d5d02] {
    width: 100%;
}
}


.product-tree-view{
  height:400px;
  overflow: auto;
  margin-top: 5px;
}


































































































































































































































































.el-form-item[data-v-41bc2ce1] {
  margin-top: 10px;
}
.el-button[data-v-41bc2ce1] {
  margin-top: 14px;
}
.el-radio--medium.is-bordered[data-v-41bc2ce1] {
  margin-right: 0;
}



.all[data-v-0840e294]{
  margin-left: 20px;
}


.el-form-item[data-v-3db385aa] {
  margin-top: 10px;
}
.el-button[data-v-3db385aa] {
  margin-top: 14px;
}
.el-radio--medium.is-bordered[data-v-3db385aa] {
  margin-right: 0;
}



.el-form-item[data-v-21f35d9e] {
  margin-top: 10px;
}
.el-radio--medium.is-bordered[data-v-21f35d9e] {
  margin-right: 0;
}
.el-input[data-v-21f35d9e] {
  width: auto;
}

.navbar[data-v-3de54311] {
  height: 50px;
  line-height: 50px;
  border-radius: 0px !important;
}
.navbar .hamburger-container[data-v-3de54311] {
    line-height: 58px;
    height: 50px;
    float: left;
    padding: 0 10px;
}
.navbar .breadcrumb-container[data-v-3de54311] {
    float: left;
}
.navbar .errLog-container[data-v-3de54311] {
    display: inline-block;
    vertical-align: top;
}
.navbar .right-menu[data-v-3de54311] {
    float: right;
    height: 100%;
}
.navbar .right-menu[data-v-3de54311]:focus {
      outline: none;
}
.navbar .right-menu .right-menu-item[data-v-3de54311] {
      display: inline-block;
      margin: 0 8px;
}
.navbar .right-menu .screenfull[data-v-3de54311] {
      height: 20px;
}
.navbar .right-menu .international[data-v-3de54311] {
      vertical-align: top;
}
.navbar .right-menu .theme-switch[data-v-3de54311] {
      vertical-align: 15px;
}
.navbar .right-menu .avatar-container[data-v-3de54311] {
      height: 50px;
      margin-right: 30px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-3de54311] {
        cursor: pointer;
        margin-top: 5px;
        position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-3de54311] {
          width: 40px;
          height: 40px;
          border-radius: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-3de54311] {
          position: absolute;
          right: -20px;
          top: 25px;
          font-size: 12px;
}
@media screen and (max-width: 500px) {
#showHamburger[data-v-3de54311] {
    display: none;
}
}

.app-wrapper[data-v-eeda31ca] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-eeda31ca]:after {
    content: "";
    display: table;
    clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-eeda31ca] {
    position: fixed;
    top: 0;
}
.drawer-bg[data-v-eeda31ca] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}


.svg-icon[data-v-2f0f1ae2] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}


.pagination-container[data-v-43ef4f2d] {
  background: #fff;
}
.pagination-container.hidden[data-v-43ef4f2d] {
  display: none;
}

