.virtual-transfer-container .template-operations[data-v-245f08e2] {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.virtual-transfer-container .template-operations .el-button[data-v-245f08e2] {
    margin-right: 0;
}
.virtual-transfer-container .template-operations[data-v-245f08e2]  .el-upload {
    display: inline-block;
}
.virtual-transfer[data-v-245f08e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.virtual-transfer .virtual-transfer-panel[data-v-245f08e2] {
    width: 350px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    overflow: hidden;
}
.virtual-transfer .virtual-transfer-panel .panel-header[data-v-245f08e2] {
      background: #f5f7fa;
      padding: 10px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #ebeef5;
}
.virtual-transfer .virtual-transfer-panel .panel-header .panel-title[data-v-245f08e2] {
        font-weight: 500;
        color: #303133;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.virtual-transfer .virtual-transfer-panel .panel-header .panel-title .el-checkbox .el-checkbox__label[data-v-245f08e2] {
          font-weight: 500;
          color: #303133;
}
.virtual-transfer .virtual-transfer-panel .panel-header .panel-stats[data-v-245f08e2] {
        color: #909399;
        font-size: 12px;
}
.virtual-transfer .virtual-transfer-panel .panel-filter[data-v-245f08e2] {
      padding: 10px;
      border-bottom: 1px solid #ebeef5;
}
.virtual-transfer .virtual-transfer-panel .panel-body[data-v-245f08e2] {
      height: 400px;
      overflow: hidden;
      position: relative;
}
.virtual-transfer .virtual-transfer-buttons[data-v-245f08e2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}
[data-v-245f08e2] .transfer-item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
[data-v-245f08e2] .transfer-item:hover {
    background-color: #f5f7fa !important;
}
[data-v-245f08e2] .transfer-item.is-selected {
    background-color: #ecf5ff !important;
    color: #409eff;
}
[data-v-245f08e2] .transfer-item .el-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-245f08e2] .transfer-item .el-checkbox .el-checkbox__input {
      pointer-events: auto;
}
[data-v-245f08e2] .transfer-item .el-checkbox .el-checkbox__label {
      width: calc(100% - 20px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 8px;
}
[data-v-245f08e2] .el-button + .el-button,
.el-checkbox.is-bordered + .el-checkbox.is-bordered[data-v-245f08e2] {
  margin-left: 0;
}

.login-end-hint[data-v-0f041100] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.login-end-hint .login-end-hint-content[data-v-0f041100] {
    width: 400px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
}
.login-end-hint .login-end-hint-content .login-end-hint-content-title[data-v-0f041100] {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 40px;
      color: #1a1818;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 40px;
      z-index: 1000;
}
.login-end-hint .login-end-hint-content-image[data-v-0f041100] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.login-end-hint .login-end-hint-content-text[data-v-0f041100] {
    padding: 10px 20px 0;
    color: #131313;
    font-size: 14px;
    font-weight: bold;
    text-indent: 1em;
    line-height: 26px;
}


.json-editor[data-v-b286fc80] {
	height: 100%;
	margin-bottom: 10px;
}
.json-editor[data-v-b286fc80] .CodeMirror {
	font-size: 14px;
	overflow-y: auto;
	font-weight: normal;
}
.json-editor[data-v-b286fc80] .CodeMirror-scroll {
}
.json-editor[data-v-b286fc80] .cm-s-rubyblue span.cm-string {
	color: #f08047;
}

@charset "UTF-8";
[data-v-2154e3c2] .el-dialog__body {
  padding: 10px 30px 10px !important;
}
[data-v-2154e3c2] .el-upload__text::before {
  content: '\5C06\6587\4EF6\62D6\5230\6B64\5904\FF0C\6216';
}
.coupon-policy[data-v-2154e3c2] {
  max-height: 72vh;
  overflow: scroll;
}

@charset "UTF-8";
[data-v-53d48a9e] .el-dialog__body {
  padding: 10px 30px 10px !important;
}
[data-v-53d48a9e] .el-upload__text::before {
  content: '\5C06\6587\4EF6\62D6\5230\6B64\5904\FF0C\6216';
}
.coupon-policy[data-v-53d48a9e] {
  max-height: 72vh;
  overflow: scroll;
}

[data-v-60f6405d] .el-form-item__content {
  margin-left: 0 !important;
}
[data-v-60f6405d] .el-dialog--center .el-dialog__body {
  text-align: center;
}

[data-v-351ae577] .el-dialog__body {
  padding: 15px 30px;
}

[data-v-5d05ba4a] .el-form-item__content {
  margin-left: 0 !important;
}
[data-v-5d05ba4a] .el-dialog--center .el-dialog__body {
  text-align: center;
}

[data-v-73ce9580] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-73ce9580] .el-checkbox__label {
  margin-top: 4px;
}

[data-v-3499ead6] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-3499ead6] .el-checkbox__label {
  margin-top: 4px;
}

[data-v-21fed9f0] .el-upload-dragger {
  width: 150px;
  border: transparent;
}

.hint_content[data-v-21d65cf9] {
  display: block;
  text-align: center;
  font-size: 16px;
}

[data-v-0878f3ce] .el-checkbox__label {
  display: inline-grid;
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 20px;
}


[data-v-016a40f4] .el-upload-dragger {
  width: 150px;
  border: transparent;
}

.header_title[data-v-89e972f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container[data-v-89e972f0]::-webkit-scrollbar {
  display: none;
}
span.red[data-v-89e972f0] {
  color: Red;
  font-weight: bold;
}
.blue[data-v-89e972f0] {
  color: DodgerBlue !important;
  font-weight: bold;
}
[data-v-89e972f0] .html-content p {
  margin: 3px !important;
}
[data-v-89e972f0] .el-dialog__body {
  padding: 0 25px 25px;
}


.container[data-v-471550c3]::-webkit-scrollbar {
	display: none;
}
span.red[data-v-471550c3] {
	color: Red;
	font-weight: bold;
}
.blue[data-v-471550c3] {
	color: DodgerBlue !important;
	font-weight: bold;
}
[data-v-471550c3] .el-dialog__body {
	padding: 0 20px 10px !important;
}

[data-v-7e4b0cc2] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-7e4b0cc2] .el-checkbox__label {
  margin-top: 4px;
}
.insure-hint[data-v-7e4b0cc2] {
  white-space: pre-line;
  font-weight: bold;
}

.showChannelAll[data-v-25a88068] {
  height: auto !important;
}
.showChannelNotAll[data-v-25a88068] {
  height: 30px !important;
  overflow: hidden;
}
[data-v-25a88068] .virtual-transfer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-25a88068] .virtual-transfer-panel {
  width: 300px !important;
}
[data-v-25a88068] .virtual-transfer-buttons {
  margin-top: 120px;
}

[data-v-1458640d] .hide .el-upload--picture-card {
  display: none;
}
[data-v-1458640d] .el-upload-dragger {
  width: 180px;
}
[data-v-1458640d] .el-upload--picture-card {
  width: 180px;
  height: 180px;
  border: none;
}
[data-v-1458640d] .el-upload-dragger {
  width: 150px;
  border: 1px dashed #d9d9d9 !important;
}
[data-v-1458640d] .el-upload-dragger:hover {
    border: 1px dashed #4f96e5 !important;
}
[data-v-1458640d] .el-upload-dragger .el-upload__text {
  height: 180px !important;
}

.ys-float-btn[data-v-298f401b] {
  border-radius: 50%;
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 20vw;
}


.editor {
	line-height: normal !important;
	height: 500px;
}
.ql-snow .ql-tooltip[data-mode='link']::before {
	content: '\8BF7\8F93\5165\94FE\63A5\5730\5740:';
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
	border-right: 0px;
	content: '\4FDD\5B58';
	padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode='video']::before {
	content: '\8BF7\8F93\5165\89C6\9891\5730\5740:';
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
	content: '14px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
	content: '10px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
	content: '18px';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
	content: '32px';
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
	content: '\6587\672C';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
	content: '\6807\9898  1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
	content: '\6807\9898  2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
	content: '\6807\9898  3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
	content: '\6807\9898  4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
	content: '\6807\9898  5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
	content: '\6807\9898  6';
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
	content: '\6807\51C6\5B57\4F53';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
	content: '\886C\7EBF\5B57\4F53';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
	content: '\7B49\5BBD\5B57\4F53';
}

.news-home[data-v-79b503c6] {
  background-color: #ffffff;
  width: 100%;
  margin: auto;
}
.news-main[data-v-79b503c6] {
  width: 100%;
  margin: auto;
}
.news-content[data-v-79b503c6] {
  background-color: #acadae;
  width: 100%;
  position: relative;
}
.news-content-title[data-v-79b503c6] {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: black;
  width: 98%;
  padding: 1%;
  opacity: 0.65;
  white-space: normal;
  -webkit-box-sizing: unset !important;
          box-sizing: unset !important;
}
.news-main-item[data-v-79b503c6] {
  background-color: #ffffff;
  padding: 5px 0px;
  border-top: 1px solid #eaeaea;
}
.news-content-item[data-v-79b503c6] {
  position: relative;
}
.news-content-item-title[data-v-79b503c6] {
  display: inline-block;
  font-size: 10px;
  width: 70%;
  margin-left: 1%;
  white-space: normal;
}
.news-content-item-img[data-v-79b503c6] {
  display: inline-block;
  width: 25%;
  background-color: #acadae;
  margin-right: 1%;
}
.material-img[data-v-79b503c6] {
  width: 100%;
}

@charset "UTF-8";
/*瀑布流样式*/
.waterfall[data-v-1f8891cd] {
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  margin: 0 auto;
}
.waterfall-item[data-v-1f8891cd] {
  padding: 10px;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border: 1px solid #eaeaea;
}
.material-img[data-v-1f8891cd] {
  width: 100%;
}
p[data-v-1f8891cd] {
  line-height: 30px;
}
@media (min-width: 992px) and (max-width: 1300px) {
.waterfall[data-v-1f8891cd] {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
p[data-v-1f8891cd] {
    color: red;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.waterfall[data-v-1f8891cd] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
p[data-v-1f8891cd] {
    color: orange;
}
}
@media (max-width: 767px) {
.waterfall[data-v-1f8891cd] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
}
}

/*瀑布流样式*/

.wx-voice-div[data-v-b62a054e] {
  padding: 5px;
  background-color: #eaeaea;
  border-radius: 10px;
}
.amr-duration[data-v-b62a054e] {
  font-size: 11px;
  margin-left: 5px;
}

.public-account-management .el-input[data-v-785ea490] {
  width: 70%;
  margin-right: 2%;
}
.pagination[data-v-785ea490] {
  text-align: right;
  margin-right: 25px;
}
.select-item[data-v-785ea490] {
  width: 280px;
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #eaeaea;
}
.select-item2[data-v-785ea490] {
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #eaeaea;
}
.ope-row[data-v-785ea490] {
  padding-top: 10px;
  text-align: center;
}
.item-name[data-v-785ea490] {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.el-form-item__content[data-v-785ea490] {
  line-height: unset !important;
}
.col-select[data-v-785ea490] {
  border: 1px solid #eaeaea;
  padding: 50px 0px;
  height: 160px;
  width: 49.5%;
}
.col-select2[data-v-785ea490] {
  border: 1px solid #eaeaea;
  padding: 50px 0px;
  height: 160px;
}
.col-add[data-v-785ea490] {
  border: 1px solid #eaeaea;
  padding: 50px 0px;
  height: 160px;
  width: 49.5%;
  float: right;
}
.avatar-uploader-icon[data-v-785ea490] {
  border: 1px solid #d9d9d9;
  font-size: 28px;
  color: #8c939d;
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
  text-align: center;
}
.material-img[data-v-785ea490] {
  width: 100%;
}
.thumb-div[data-v-785ea490] {
  display: inline-block;
  text-align: center;
}
.item-infos[data-v-785ea490] {
  width: 30%;
  margin: auto;
}

.msg-main[data-v-19d5c127] {
  margin-top: -30px;
  padding: 10px;
}
.msg-div[data-v-19d5c127] {
  height: 50vh;
  overflow: auto;
  background-color: #eaeaea;
}
.msg-send[data-v-19d5c127] {
  padding: 10px;
}
.avue-comment__main[data-v-19d5c127] {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  border-radius: 5px !important;
  margin: 0 8px !important;
}
.avue-comment__header[data-v-19d5c127] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.avue-comment__body[data-v-19d5c127] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.avatar-div[data-v-19d5c127] {
  text-align: center;
  width: 80px;
}
.send-but[data-v-19d5c127] {
  float: right;
  margin-top: 8px !important;
}

.login-copyright {
  color: #999;
  width: 100%;
  position: fixed;
  bottom: 30px;
  text-align: center;
  font-size: 12px;
}
.login-container {
  background-color: #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("/img/bg/login.png");
  -webkit-animation: animate-cloud 20s linear infinite;
          animation: animate-cloud 20s linear infinite;
}
.login-container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.login-deco1 {
  position: absolute;
  top: -24%;
  right: -18%;
  width: 40%;
  height: 100%;
  background: #c5dcfc;
  border-radius: 48px;
  -webkit-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.login-deco2 {
  position: absolute;
  top: 6%;
  right: -18%;
  width: 44%;
  height: 100%;
  background: #1a82f2;
  border-radius: 60px;
  -webkit-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.login-deco3 {
  position: absolute;
  top: 6%;
  right: -18%;
  width: 24%;
  height: 100%;
  background: linear-gradient(135deg, #4394f5 0%, rgba(67, 148, 245, 0) 100%);
  border-radius: 36px;
  -webkit-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.login-right-bg {
  height: 100%;
  position: absolute;
  width: 45%;
  right: 0;
  top: 0;
  background: url("/img/right_login-bg.png") no-repeat;
  background-size: 100% 100%;
}
.login-tip {
  color: #409eff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.login-logo {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin: -50px auto 20px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
  padding: 10px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.login-logo img {
    width: 100%;
}
.login-weaper {
  position: relative;
  margin: 0 auto;
  left: -16%;
  width: 380px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 3px;
}
.login-left,
.login-border {
  padding: 0 0 30px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #409eff;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  width: 140px;
}
.login-left .title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  background-color: #fff;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-select input {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-align: center;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
    margin: 0px 8px;
}
.login-menu .active {
    color: #409eff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.login-menu .deactive {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.login-submit {
  width: 100%;
  height: 45px;
  font-size: 18px;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
  height: 180px;
}
.login-form i {
    color: #409eff;
}
.login-form .el-form-item__content {
    width: 100%;
}
.login-form .el-form-item {
    margin-bottom: 12px;
}
.login-form .el-input input {
    padding-bottom: 10px;
    text-indent: 15px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    border-bottom: 1px solid #ebedf2;
}
.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-weight: 600;
    font-size: 18px !important;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
}

.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .box[data-v-2ffb9b82] {
    cursor: pointer;
}
.social-container .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
    text-align: center;
}

.execution[data-v-5e7d1c92] {
  height: 99%;
}
.execution .header[data-v-5e7d1c92] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.execution .header__title[data-v-5e7d1c92] {
      font-size: 22px;
}
.execution .header__btn[data-v-5e7d1c92] {
      position: absolute;
      right: 10px;
}
.execution .main[data-v-5e7d1c92] {
    margin: 0 auto;
    width: 99%;
    height: calc(100% - 100px);
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.iframe[data-v-5e7d1c92] {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-dialog__wrapper .el-dialog[data-v-4c33675a] {
  width: 61% !important;
}
.el-dialog__wrapper .el-dialog .dialog-main-tree[data-v-4c33675a] {
    max-height: 400px;
    overflow-y: auto;
}
.el-dialog__wrapper .el-form-item__label[data-v-4c33675a] {
  width: 20% !important;
  padding-right: 20px;
}
.el-dialog__wrapper .el-form-item__content[data-v-4c33675a] {
  margin-left: 20% !important;
}

div.jsoneditor-contextmenu div.jsoneditor-icon {
  position: relative;
}

.user {
  height: 100%;
}
.user__tree {
    padding-top: 3px;
    padding-right: 20px;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px !important;
  color: #8c939d !important;
  width: 178px !important;
  height: 178px !important;
  line-height: 178px !important;
  text-align: center !important;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

[data-v-3fd1d22e] .el-card__header {
  padding: 8px 30px 8px 45px !important;
  font-size: 15px;
  font-weight: 300;
}
[data-v-3fd1d22e] .el-scrollbar__wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

.user {
  height: 100%;
}
.user__tree {
    padding-top: 3px;
    padding-right: 20px;
}
.import-main .import-content {
  margin-top: 20px;
  text-align: center;
}
.import-main .upload-import-text-main {
  margin-top: 10px;
  color: #606266;
}
.import-main .import-result-title {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
}
.import-main .import-result-detail {
  text-align: left;
}
.import-main .import-result-detail .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 4px;
}
.import-main .import-result-detail .result-item.success {
      border-left: 4px solid #67c23a;
}
.import-main .import-result-detail .result-item .result-label {
      font-weight: 500;
      color: #606266;
}
.import-main .import-result-detail .result-item .result-value {
      font-weight: bold;
      color: #303133;
}
.import-main .import-result-detail .result-item .result-value.error {
        color: #f56c6c;
}
.import-main .import-result-detail .error-messages {
    margin-top: 16px;
}
.import-main .import-result-detail .error-messages .error-title {
      font-weight: bold;
      color: #f56c6c;
      margin-bottom: 8px;
}
.import-main .import-result-detail .error-messages .error-list {
      max-height: 200px;
      overflow-y: auto;
      background-color: #fef0f0;
      border: 1px solid #fbc4c4;
      border-radius: 4px;
      padding: 12px;
}
.import-main .import-result-detail .error-messages .error-list .error-item {
        color: #f56c6c;
        margin-bottom: 6px;
        line-height: 1.4;
}
.import-main .import-result-detail .error-messages .error-list .error-item:last-child {
          margin-bottom: 0;
}

[data-v-14476e40] .el-divider {
  margin: 8px 0 !important;
}

.filter-tree[data-v-26c260b4] ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.filter-tree[data-v-26c260b4] ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}
.filter-tree[data-v-26c260b4] ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(144, 146, 152, 0.3);
}
[data-v-26c260b4] .el-card__header {
  padding: 8px 30px 8px 45px !important;
  font-size: 15px;
  font-weight: 300;
}
[data-v-26c260b4] .el-scrollbar__wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

.virtual-transfer-demo[data-v-b560d732] {
  padding: 20px;
}
.virtual-transfer-demo .demo-header[data-v-b560d732] {
    text-align: center;
    margin-bottom: 20px;
}
.virtual-transfer-demo .demo-header h2[data-v-b560d732] {
      color: #303133;
      margin-bottom: 5px;
}
.virtual-transfer-demo .demo-header p[data-v-b560d732] {
      color: #606266;
}
.virtual-transfer-demo .demo-controls[data-v-b560d732],
  .virtual-transfer-demo .demo-stats[data-v-b560d732],
  .virtual-transfer-demo .demo-content[data-v-b560d732],
  .virtual-transfer-demo .demo-logs[data-v-b560d732] {
    margin-bottom: 20px;
}
.virtual-transfer-demo .demo-controls h3[data-v-b560d732],
    .virtual-transfer-demo .demo-stats h3[data-v-b560d732],
    .virtual-transfer-demo .demo-content h3[data-v-b560d732],
    .virtual-transfer-demo .demo-logs h3[data-v-b560d732] {
      margin-top: 0;
      color: #303133;
}
.virtual-transfer-demo .stat-item[data-v-b560d732] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    background: #f5f7fa;
    border-radius: 4px;
}
.virtual-transfer-demo .stat-item .stat-label[data-v-b560d732] {
      color: #606266;
}
.virtual-transfer-demo .stat-item .stat-value[data-v-b560d732] {
      font-weight: bold;
      color: #409eff;
}
.virtual-transfer-demo .demo-content[data-v-b560d732]  .virtual-transfer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.webapp {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.webapp .form-designer {
    height: 800px;
    overflow-y: scroll;
}
.webapp .form-designer .widget-config-container .el-tabs__header {
    position: relative;
}

.detail-header[data-v-3dea8f7c] {
  display: flex;
  justify-content: left;
  padding: 20px;
}
.detail-title[data-v-3dea8f7c] {
  font-size: 26px;
  font-weight: bold;
}
.detail-hint[data-v-3dea8f7c]  p,
.detail-title[data-v-3dea8f7c]  p {
  margin: 10px 0;
}
.answer-custom[data-v-3dea8f7c]:before {
  content: '';
  width: 22px;
  height: 26px;
  color: white;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}
.answer-title[data-v-3dea8f7c]:before {
  content: 'Q';
  background-color: MediumPurple;
}
.answer-content[data-v-3dea8f7c]  p {
  display: inline-block;
  margin: 8px 0;
}
.answer-content[data-v-3dea8f7c]  p:first-child {
    display: inline;
}
.answer-content[data-v-3dea8f7c]:before {
  content: 'A';
  background-color: green;
}
.red-bold[data-v-3dea8f7c] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-3dea8f7c] {
  font-size: 14px;
}
.el-card[data-v-3dea8f7c] {
  font-size: 14px;
  margin-bottom: 16px;
}
[data-v-3dea8f7c] .el-alert {
  height: 40px;
}

.detail-header[data-v-127997d3] {
  display: flex;
  justify-content: left;
  padding: 20px;
}
.detail-title[data-v-127997d3] {
  font-size: 26px;
  font-weight: bold;
}
.detail-hint[data-v-127997d3]  p,
.detail-title[data-v-127997d3]  p {
  margin: 10px 0;
}
.answer-custom[data-v-127997d3]:before {
  content: '';
  width: 22px;
  height: 26px;
  color: white;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}
.answer-title[data-v-127997d3]:before {
  content: 'Q';
  background-color: MediumPurple;
}
.answer-content[data-v-127997d3]  p {
  display: inline-block;
  margin: 8px 0;
}
.answer-content[data-v-127997d3]  p:first-child {
    display: inline;
}
.answer-content[data-v-127997d3]:before {
  content: 'A';
  background-color: green;
}
.red-bold[data-v-127997d3] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-127997d3] {
  font-size: 14px;
}
.el-card[data-v-127997d3] {
  font-size: 14px;
  margin-bottom: 16px;
}
[data-v-127997d3] .el-alert {
  height: 40px;
}

[data-v-75a0f0ae] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-75a0f0ae] .el-checkbox__label {
  margin-top: 4px;
}

[data-v-557d36ab] .el-dialog__body {
  padding: 10px 30px 10px !important;
}

[data-v-f38939e8] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-f38939e8] .el-checkbox__label {
  margin-top: 4px;
}

[data-v-679324a0] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-679324a0] .el-checkbox__label {
  margin-top: 4px;
}

[data-v-11bc83d6] .el-dialog__body {
  padding: 15px 30px;
}
[data-v-11bc83d6] .el-checkbox__label {
  margin-top: 4px;
}
.insure-hint[data-v-11bc83d6] {
  white-space: pre-line;
  font-weight: bold;
}

[data-v-5861ab5d] .el-checkbox__label {
  display: inline-grid;
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 20px;
}

.el-col[data-v-88be4958] {
  font-size: 14px;
}
.el-card[data-v-88be4958] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-88be4958] {
  margin-bottom: 18px;
}
.clearfix[data-v-88be4958]:before,
.clearfix[data-v-88be4958]:after {
  display: table;
  content: '';
}
.clearfix[data-v-88be4958]:after {
  clear: both;
}
[data-v-88be4958] .el-radio {
  margin-right: 10px !important;
}
[data-v-88be4958] .avue-crud__right .el-icon-download:after {
  content: '' !important;
}

[data-v-945d7050] .el-card__body {
  padding: 20px 20px 0 20px;
}
[data-v-945d7050] .el-upload-dragger {
  width: 250px;
  height: 150px;
}

.el-col[data-v-fead8cbc] {
  font-size: 14px;
}
.el-card[data-v-fead8cbc] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-fead8cbc] {
  margin-bottom: 18px;
}
[data-v-fead8cbc] .avue-crud__tip {
  height: 30px !important;
}
[data-v-fead8cbc] .el-tabs__nav-scroll {
  height: 0;
  width: 0;
}
[data-v-fead8cbc] .avue-crud__right .el-icon-download:after {
  color: #fff !important;
}

span.link[data-v-5005cfba] {
  display: block;
  text-indent: 1em;
}
.el-card[data-v-5005cfba] {
  font-size: 14px;
  margin-bottom: 16px;
}
.list_content[data-v-5005cfba] {
  margin-left: 30px !important;
}
.red-bold[data-v-5005cfba] {
  font-weight: bold;
  color: red;
}
.font_title[data-v-5005cfba] {
  font-weight: bold;
  font-size: 1.05em;
}
.font_head[data-v-5005cfba] {
  font-weight: bold;
  font-size: 1.4em;
  margin: 20px 0;
  display: block;
}
.font_center[data-v-5005cfba] {
  text-align: center;
}

[data-v-19b4f67a] .el-upload-dragger {
  width: 150px;
  border: transparent;
}

[data-v-21bfc1f4] .el-upload-dragger {
  width: 150px;
  border: transparent;
}

.customPage[data-v-5e32a245] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: bold;
}
.title_bold_custom[data-v-5e32a245] {
  font-weight: bold;
}
.title_bold[data-v-5e32a245] {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
  text-align: center;
}
.insure_confirm[data-v-5e32a245] {
  font-size: 15px;
  line-height: 28px;
  white-space: pre-line;
}

[data-v-5c29d71f] .el-card__header {
  padding: 10px 20px;
}
[data-v-5c29d71f] .el-button--mini {
  padding: 0 5px;
}
[data-v-5c29d71f] .el-button {
  height: 28px;
}

[data-v-28d11d99] .el-upload-dragger {
  width: 150px;
  border: transparent;
}

.el-col[data-v-4d2bf004] {
  font-size: 14px;
}
.el-card[data-v-4d2bf004] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-4d2bf004] {
  margin-bottom: 18px;
}
.clearfix[data-v-4d2bf004]:before,
.clearfix[data-v-4d2bf004]:after {
  display: table;
  content: '';
}
.clearfix[data-v-4d2bf004]:after {
  clear: both;
}
[data-v-4d2bf004] .el-checkbox__label {
  display: inline-grid;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 20px;
}
[data-v-4d2bf004] .el-checkbox__input {
  margin-top: 4px;
}
[data-v-4d2bf004] .el-tabs__nav-scroll {
  height: 0;
  width: 0;
}
.content_top[data-v-4d2bf004] {
  overflow: scroll;
  height: 100%;
}

[data-v-399ce064] .xubao_huo .el-radio-button__inner {
  padding: 3px 12px !important;
}
.el-dropdown-link[data-v-399ce064] {
  cursor: pointer;
  color: #409eff;
}
.el-dropdown[data-v-399ce064] {
  font-weight: bold;
  font-size: 12px;
}
.icon-test[data-v-399ce064] {
  width: 23px;
  height: 23px;
}

.payContainer[data-v-7dbac3ba] {
  position: relative;
  width: 100%;
  min-height: 720px;
  padding-bottom: 0px;
}

.link[data-v-a259bcbc] {
  margin-bottom: 4px;
}

[data-v-6e447e98] .el-card__header {
  color: red;
}
.red-bold[data-v-6e447e98] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-6e447e98] {
  font-size: 14px;
}
.el-card[data-v-6e447e98] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-6e447e98] {
  margin-bottom: 18px;
}
.ul[data-v-6e447e98],
li[data-v-6e447e98] {
  list-style: none;
}
span.link[data-v-6e447e98] {
  display: block;
  text-indent: 1em;
}
h2[data-v-6e447e98] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-486d8e44] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-486d8e44] {
  font-size: 14px;
}
.el-card[data-v-486d8e44] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-486d8e44] {
  margin-bottom: 18px;
}
.ul[data-v-486d8e44],
li[data-v-486d8e44] {
  list-style: none;
}
span.link[data-v-486d8e44] {
  display: block;
  text-indent: 1em;
}
h2[data-v-486d8e44] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-7892ccfc] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-7892ccfc] {
  font-size: 14px;
}
.el-card[data-v-7892ccfc] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-7892ccfc] {
  margin-bottom: 18px;
}
.ul[data-v-7892ccfc],
li[data-v-7892ccfc] {
  list-style: none;
}
span.link[data-v-7892ccfc] {
  display: block;
  text-indent: 1em;
}
h2[data-v-7892ccfc] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-7c6f643b] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-7c6f643b] {
  font-size: 14px;
}
.el-card[data-v-7c6f643b] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-7c6f643b] {
  margin-bottom: 18px;
}
.ul[data-v-7c6f643b],
li[data-v-7c6f643b] {
  list-style: none;
}
span.link[data-v-7c6f643b] {
  display: block;
  text-indent: 1em;
}
h2[data-v-7c6f643b] {
  margin: 0px;
  padding: 0px;
}


.el-col[data-v-1d0fde4c] {
	font-size: 14px;
}
.el-card[data-v-1d0fde4c] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-1d0fde4c] {
	margin-bottom: 18px;
}
.ul[data-v-1d0fde4c],
li[data-v-1d0fde4c] {
	list-style: none;
}
span.link[data-v-1d0fde4c] {
	display: block;
	text-indent: 1em;
}
h2[data-v-1d0fde4c] {
	margin: 0px;
	padding: 0px;
}

.red-bold[data-v-2095be8c] {
  color: red;
  font-weight: bold;
}
.font_title[data-v-2095be8c] {
  font-weight: bold;
  font-size: 1.05em;
}
.font_head[data-v-2095be8c] {
  font-weight: bold;
  font-size: 1.4em;
  margin: 20px 0;
  display: block;
}
.font_center[data-v-2095be8c] {
  text-align: center;
}
.el-col[data-v-2095be8c] {
  font-size: 14px;
}
.el-card[data-v-2095be8c] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-2095be8c] {
  margin-bottom: 18px;
}
.ul[data-v-2095be8c],
li[data-v-2095be8c] {
  list-style: none;
}
span.link[data-v-2095be8c] {
  display: block;
  text-indent: 1em;
}
h2[data-v-2095be8c] {
  margin: 0px;
  padding: 0px;
}


.el-col[data-v-73e46a26] {
	font-size: 14px;
}
.el-card[data-v-73e46a26] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-73e46a26] {
	margin-bottom: 18px;
}
.ul[data-v-73e46a26],
li[data-v-73e46a26] {
	list-style: none;
}
span.link[data-v-73e46a26] {
	display: block;
	text-indent: 1em;
}
h2[data-v-73e46a26] {
	margin: 0px;
	padding: 0px;
}


.el-col[data-v-1d2c0d4e] {
	font-size: 14px;
}
.el-card[data-v-1d2c0d4e] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-1d2c0d4e] {
	margin-bottom: 18px;
}
.ul[data-v-1d2c0d4e],
li[data-v-1d2c0d4e] {
	list-style: none;
}
span.link[data-v-1d2c0d4e] {
	display: block;
	text-indent: 1em;
}
h2[data-v-1d2c0d4e] {
	margin: 0px;
	padding: 0px;
}

[data-v-5c7f53e1] .el-card__header {
  color: red;
}
.red-bold[data-v-5c7f53e1] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-5c7f53e1] {
  font-size: 14px;
}
.el-card[data-v-5c7f53e1] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-5c7f53e1] {
  margin-bottom: 18px;
}
.ul[data-v-5c7f53e1],
li[data-v-5c7f53e1] {
  list-style: none;
}
span.link[data-v-5c7f53e1] {
  display: block;
  text-indent: 1em;
}
h2[data-v-5c7f53e1] {
  margin: 0px;
  padding: 0px;
}

[data-v-1c4a953e] .avue-crud__menu {
  min-height: 0 !important;
}
.el-col[data-v-1c4a953e] {
  font-size: 14px;
}
.el-card[data-v-1c4a953e] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-1c4a953e] {
  margin-bottom: 18px;
}
.ul[data-v-1c4a953e],
li[data-v-1c4a953e] {
  list-style: none;
}
span.link[data-v-1c4a953e] {
  display: block;
  text-indent: 1em;
}
h2[data-v-1c4a953e] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-7e0e7c02] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-7e0e7c02] {
  font-size: 14px;
}
.el-card[data-v-7e0e7c02] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-7e0e7c02] {
  margin-bottom: 18px;
}
.ul[data-v-7e0e7c02],
li[data-v-7e0e7c02] {
  list-style: none;
}
span.link[data-v-7e0e7c02] {
  display: block;
  text-indent: 1em;
}
h2[data-v-7e0e7c02] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-23c711c6] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-23c711c6] {
  font-size: 14px;
}
.el-card[data-v-23c711c6] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-23c711c6] {
  margin-bottom: 18px;
}
.ul[data-v-23c711c6],
li[data-v-23c711c6] {
  list-style: none;
}
span.link[data-v-23c711c6] {
  display: block;
  text-indent: 1em;
}
h2[data-v-23c711c6] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-7a77a055] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-7a77a055] {
  font-size: 14px;
}
.el-card[data-v-7a77a055] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-7a77a055] {
  margin-bottom: 18px;
}
.ul[data-v-7a77a055],
li[data-v-7a77a055] {
  list-style: none;
}
span.link[data-v-7a77a055] {
  display: block;
  text-indent: 1em;
}
h2[data-v-7a77a055] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-0e3d86f3] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-0e3d86f3] {
  font-size: 14px;
}
.el-card[data-v-0e3d86f3] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-0e3d86f3] {
  margin-bottom: 18px;
}
.ul[data-v-0e3d86f3],
li[data-v-0e3d86f3] {
  list-style: none;
}
span.link[data-v-0e3d86f3] {
  display: block;
  text-indent: 1em;
}
h2[data-v-0e3d86f3] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-205d6088] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-205d6088] {
  font-size: 14px;
}
.el-card[data-v-205d6088] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-205d6088] {
  margin-bottom: 18px;
}
.ul[data-v-205d6088],
li[data-v-205d6088] {
  list-style: none;
}
span.link[data-v-205d6088] {
  display: block;
  text-indent: 1em;
}
h2[data-v-205d6088] {
  margin: 0;
  padding: 0;
}

.el-col[data-v-20413186] {
  font-size: 14px;
}
.el-card[data-v-20413186] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-20413186] {
  margin-bottom: 18px;
}
.ul[data-v-20413186],
li[data-v-20413186] {
  list-style: none;
}
span.link[data-v-20413186] {
  display: block;
  text-indent: 1em;
}


.el-col[data-v-0ad2b873] {
	font-size: 14px;
}
.el-card[data-v-0ad2b873] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-0ad2b873] {
	margin-bottom: 18px;
}
.ul[data-v-0ad2b873],
li[data-v-0ad2b873] {
	list-style: none;
}
span.link[data-v-0ad2b873] {
	display: block;
	text-indent: 1em;
}
h2[data-v-0ad2b873] {
	margin: 0px;
	padding: 0px;
}


.el-col[data-v-23aae2c4] {
	font-size: 14px;
}
.el-card[data-v-23aae2c4] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-23aae2c4] {
	margin-bottom: 18px;
}
.ul[data-v-23aae2c4],
li[data-v-23aae2c4] {
	list-style: none;
}
span.link[data-v-23aae2c4] {
	display: block;
	text-indent: 1em;
}
h2[data-v-23aae2c4] {
	margin: 0px;
	padding: 0px;
}

.red-bold[data-v-237284c0] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-237284c0] {
  font-size: 14px;
}
.el-card[data-v-237284c0] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-237284c0] {
  margin-bottom: 18px;
}
.ul[data-v-237284c0],
li[data-v-237284c0] {
  list-style: none;
}
span.link[data-v-237284c0] {
  text-indent: 1em;
}
h2[data-v-237284c0] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-238eb3c2] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-238eb3c2] {
  font-size: 14px;
}
.el-card[data-v-238eb3c2] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-238eb3c2] {
  margin-bottom: 18px;
}
.ul[data-v-238eb3c2],
li[data-v-238eb3c2] {
  list-style: none;
}
span.link[data-v-238eb3c2] {
  display: block;
  text-indent: 1em;
}
h2[data-v-238eb3c2] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-235655be] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-235655be] {
  font-size: 14px;
}
.el-card[data-v-235655be] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-235655be] {
  margin-bottom: 18px;
}
.ul[data-v-235655be],
li[data-v-235655be] {
  list-style: none;
}
span.link[data-v-235655be] {
  display: block;
  text-indent: 1em;
}
h2[data-v-235655be] {
  margin: 0px;
  padding: 0px;
}

.start-zimu[data-v-231df7ba] {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: white;
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: mediumpurple;
}
.red-bold[data-v-231df7ba] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-231df7ba] {
  font-size: 14px;
}
.el-card[data-v-231df7ba] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-231df7ba] {
  margin-bottom: 18px;
}
.ul[data-v-231df7ba],
li[data-v-231df7ba] {
  list-style: none;
}
span.link[data-v-231df7ba] {
  display: block;
  text-indent: 1em;
}
h2[data-v-231df7ba] {
  margin: 0px;
  padding: 0px;
}

.el-col[data-v-2301c8b8] {
  font-size: 14px;
}
.el-card[data-v-2301c8b8] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-2301c8b8] {
  margin-bottom: 18px;
}
.ul[data-v-2301c8b8],
li[data-v-2301c8b8] {
  list-style: none;
}
span.link[data-v-2301c8b8] {
  display: block;
  text-indent: 1em;
}

.el-col[data-v-741cc82a] {
  font-size: 14px;
}
.el-card[data-v-741cc82a] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-741cc82a] {
  margin-bottom: 18px;
}
.ul[data-v-741cc82a],
li[data-v-741cc82a] {
  list-style: none;
}
span.link[data-v-741cc82a] {
  display: block;
  text-indent: 1em;
}

.el-col[data-v-748d8432] {
  font-size: 14px;
}
.el-card[data-v-748d8432] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-748d8432] {
  margin-bottom: 18px;
}
.ul[data-v-748d8432],
li[data-v-748d8432] {
  list-style: none;
}
span.link[data-v-748d8432] {
  display: block;
  text-indent: 1em;
}

.el-col[data-v-233a26bc] {
  font-size: 14px;
}
.el-card[data-v-233a26bc] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-233a26bc] {
  margin-bottom: 18px;
}
.ul[data-v-233a26bc],
li[data-v-233a26bc] {
  list-style: none;
}
span.link[data-v-233a26bc] {
  display: block;
  text-indent: 1em;
}

.red-bold[data-v-20798f8a] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-20798f8a] {
  font-size: 14px;
}
.el-card[data-v-20798f8a] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-20798f8a] {
  margin-bottom: 18px;
}
.ul[data-v-20798f8a],
li[data-v-20798f8a] {
  list-style: none;
}
span.link[data-v-20798f8a] {
  display: block;
  text-indent: 1em;
}
h2[data-v-20798f8a] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-1eb4a75f] {
  font-weight: bold;
  color: red;
}
.el-col[data-v-1eb4a75f] {
  font-size: 14px;
}
.el-card[data-v-1eb4a75f] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-1eb4a75f] {
  margin-bottom: 18px;
}
.ul[data-v-1eb4a75f],
li[data-v-1eb4a75f] {
  list-style: none;
}
span.link[data-v-1eb4a75f] {
  display: block;
  text-indent: 1em;
}
h2[data-v-1eb4a75f] {
  margin: 0px;
  padding: 0px;
}

.red-bold[data-v-1f98177a] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-1f98177a] {
  font-size: 14px;
}
.el-card[data-v-1f98177a] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-1f98177a] {
  margin-bottom: 18px;
}
.ul[data-v-1f98177a],
li[data-v-1f98177a] {
  list-style: none;
}
span.link[data-v-1f98177a] {
  display: block;
  text-indent: 1em;
}
h2[data-v-1f98177a] {
  margin: 0px;
  padding: 0px;
}


.el-col[data-v-601ba8c3] {
	font-size: 14px;
}
.el-card[data-v-601ba8c3] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-601ba8c3] {
	margin-bottom: 18px;
}

/* .clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
} */

/* .formView >>>.el-checkbox__label {
    display: inline-grid;
    white-space: pre-line;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 20px;
} */
.ul[data-v-601ba8c3],
li[data-v-601ba8c3] {
	list-style: none;
}
span.link[data-v-601ba8c3] {
	display: block;
	text-indent: 1em;
}
h2[data-v-601ba8c3] {
	margin: 0px;
	padding: 0px;
}

.red-bold[data-v-56f407a8] {
  color: red;
  font-weight: bold;
}
.el-col[data-v-56f407a8] {
  font-size: 14px;
}
.el-card[data-v-56f407a8] {
  font-size: 14px;
  margin-bottom: 16px;
}
.item[data-v-56f407a8] {
  margin-bottom: 18px;
}
.ul[data-v-56f407a8],
li[data-v-56f407a8] {
  list-style: none;
}
span.link[data-v-56f407a8] {
  display: block;
  text-indent: 1em;
}
h2[data-v-56f407a8] {
  margin: 0px;
  padding: 0px;
}


.el-col[data-v-4c00da74] {
	font-size: 14px;
}
.el-card[data-v-4c00da74] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-4c00da74] {
	margin-bottom: 18px;
}
.ul[data-v-4c00da74],
li[data-v-4c00da74] {
	list-style: none;
}
span.link[data-v-4c00da74] {
	display: block;
	text-indent: 1em;
}
h2[data-v-4c00da74] {
	margin: 0px;
	padding: 0px;
}


.el-col[data-v-acdf943e] {
	font-size: 14px;
}
.el-card[data-v-acdf943e] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-acdf943e] {
	margin-bottom: 18px;
}
.ul[data-v-acdf943e],
li[data-v-acdf943e] {
	list-style: none;
}
span.link[data-v-acdf943e] {
	display: block;
	text-indent: 1em;
}
h2[data-v-acdf943e] {
	margin: 0px;
	padding: 0px;
}


.el-col[data-v-acc3653c] {
	font-size: 14px;
}
.el-card[data-v-acc3653c] {
	font-size: 14px;
	margin-bottom: 16px;
}
.item[data-v-acc3653c] {
	margin-bottom: 18px;
}
.ul[data-v-acc3653c],
li[data-v-acc3653c] {
	list-style: none;
}
span.link[data-v-acc3653c] {
	display: block;
	text-indent: 1em;
}
h2[data-v-acc3653c] {
	margin: 0px;
	padding: 0px;
}

@charset "UTF-8";
.ul[data-v-206f3ea0],
li[data-v-206f3ea0] {
  list-style-type: none;
}
.flex-container[data-v-206f3ea0] {
  /* We first create a flex layout context */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Then we define the flow direction
      and if we allow the items to wrap
  * Remember this is the same as:
  * flex-direction: row;
  * flex-wrap: wrap;
  */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Then we define how is distributed the remaining space */
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  margin: 0;
  list-style: none;
}

/* .flex-item {
    padding: 5px;
    width: 320;
    height: 400px;
    margin-top: 10px;
    line-height: 400px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
} */
.title-shu[data-v-206f3ea0] {
  width: 6px;
  height: 35px;
  background-color: #1890ff;
}
.select_content[data-v-206f3ea0] {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.select_content_item_row_title[data-v-206f3ea0] {
    font-size: 0.85em;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 80px;
    min-width: 80px;
    margin-bottom: 1px;
}
.select_content_item_row[data-v-206f3ea0]:not(:last-child) {
    margin-bottom: 6px;
}
.select_content_item_row_margin[data-v-206f3ea0] {
    margin-bottom: 0 !important;
}
.select_content_hide_btn[data-v-206f3ea0]:hover {
    cursor: pointer;
    scale: 1.1;
    font-weight: bold;
}
.select_content_hide_btn_icon[data-v-206f3ea0] {
    color: #409eff;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select_content_hide_btn_icon_shou[data-v-206f3ea0] {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select_content_hide[data-v-206f3ea0] {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_content_item[data-v-206f3ea0] {
  width: 220px;
  font-size: 0.85em;
  margin-top: 20px;
  position: relative;
}
.product_content_item[data-v-206f3ea0]:hover {
    scale: 1.02;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.product_content_item_img[data-v-206f3ea0] {
    width: 100%;
    height: 128px;
    display: block;
}
.product_content_item_collect[data-v-206f3ea0] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.product_content_item_control[data-v-206f3ea0] {
    height: 35px;
    background-color: #f0f0f0;
}
.product_content_item_text[data-v-206f3ea0] {
    font-size: 0.9em;
    cursor: pointer;
}
.product_content_item_text[data-v-206f3ea0]:hover {
      scale: 1.05;
      font-weight: bold;
}
.product_content_item_des[data-v-206f3ea0] {
    height: 85px;
    padding: 10px;
}
.product_content_item_des_content[data-v-206f3ea0] {
      font-size: 0.7em;
      color: #333333;
}
.product_content_item_fee[data-v-206f3ea0] {
    padding: 5px 10px;
    height: 25px;
    width: 140px;
    overflow: hidden;
    color: #409eff;
    cursor: pointer;
}
.product_content_item_insure[data-v-206f3ea0] {
    padding: 0 10px;
}
.product_content_item_insure_price[data-v-206f3ea0] {
      font-size: 22px;
}
.product_content_item_insure_price[data-v-206f3ea0]::before {
        content: '\A5';
        font-size: 16px;
}
.product_content_item_insure_price[data-v-206f3ea0]::after {
        content: ' \8D77';
        font-size: 16px;
}
.product_content_item_insure_to[data-v-206f3ea0] {
      font-size: 12px;
      border-radius: 50px;
      padding: 6px 12px;
}
.product_content_item_insure_to[data-v-206f3ea0]:hover {
        font-weight: bold;
        scale: 1.05;
}
.el-icon-download .el-icon-notebook-2[data-v-206f3ea0] {
  font-size: 14px;
}
[data-v-206f3ea0] .el-checkbox__inner {
  height: 16px;
  width: 16px;
}
[data-v-206f3ea0] .el-checkbox__inner::after {
    height: 7px;
    left: 4px;
}
[data-v-206f3ea0] .el-checkbox__label {
  font-size: 0.9em;
}
[data-v-206f3ea0] .el-card {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
}
[data-v-206f3ea0] .share_dialog {
  background: transparent url(../img/bg_share.4c608c11.jpg) no-repeat center center;
  height: 620px;
  background-size: 100% 100%;
}
[data-v-206f3ea0] .el-icon-close:before {
  font-size: 25px;
  border: 1px solid rgba(134, 133, 133, 0.75);
  border-radius: 50%;
  padding: 5px;
  background: gainsboro;
}
[data-v-206f3ea0] .el-icon-arrow-right:before {
  background: #409eff;
  border-radius: 50%;
  padding: 2px;
  color: white;
  font-size: 10px;
}

.ul[data-v-2a1de5c5],
li[data-v-2a1de5c5] {
  list-style-type: none;
}
.flex-container[data-v-2a1de5c5] {
  /* We first create a flex layout context */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Then we define the flow direction
      and if we allow the items to wrap
  * Remember this is the same as:
  * flex-direction: row;
  * flex-wrap: wrap;
  */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Then we define how is distributed the remaining space */
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  margin: 0;
  list-style: none;
}

/* .flex-item {
    padding: 5px;
    width: 320;
    height: 400px;
    margin-top: 10px;
    line-height: 400px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
} */

[data-v-2fa56538] .el-alert__description {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
[data-v-2fa56538] .el-button--small {
  font-size: 14px;
  padding: 8px 30px;
}
.guidance-main[data-v-2fa56538] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guidance-status[data-v-2fa56538] {
  position: absolute;
  right: 0;
  top: 0;
}
.guidance-bottom[data-v-2fa56538] {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.guidance-bottom .guidance-name[data-v-2fa56538] {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.guidance-bottom .guidance-info[data-v-2fa56538] {
    font-size: 12px;
    color: #909399;
}
.guidance-bottom .guidance-remark[data-v-2fa56538] {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.look-content[data-v-2fa56538] {
  height: calc(100vh - 280px);
  overflow: auto;
}
[data-v-2fa56538] .el-dialog__body {
  padding: 0 20px;
}

[data-v-4c4eb42f] .el-tabs__nav-scroll {
  height: 0;
  width: 0;
}

.formView[data-v-0cdfb77c]  .el-checkbox__label {
  display: inline-grid;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 20px;
}

[data-v-30d5016c] .el-radio-group {
  line-height: 30px;
}

[data-v-5b533de2] .avue-crud__menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-5b533de2] .emp_submitted .avue-crud__pagination {
  pointer-events: none;
}

[data-v-2bc9446f] .el-upload-dragger {
  border: transparent;
}
[data-v-2bc9446f] .el-upload--picture-card {
  border: transparent;
}

[data-v-65e8ff74] .el-upload-dragger {
  width: 150px;
  border: transparent;
}
[data-v-65e8ff74] .el-card__body {
  padding: 20px 20px 0 20px;
}

[data-v-99ad15c4] .el-dialog__body {
  padding: 15px 30px;
}

[data-v-1f78dbdc] .el-card__body {
  padding: 20px 20px 0 20px;
}

[data-v-08b046b4] .el-card__body {
  padding: 20px 20px 0 20px;
}

[data-v-29b5a80e] .el-upload-dragger {
  width: 150px;
  border: transparent;
}
[data-v-29b5a80e] .el-card__body {
  padding: 20px 20px 0 20px;
}

[data-v-131dfb1a] .el-card__header {
  padding: 10px 20px;
}
[data-v-131dfb1a] .el-button--mini {
  padding: 0 5px;
}
[data-v-131dfb1a] .el-button {
  height: 28px;
}
[data-v-131dfb1a] .avue-crud__menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-131dfb1a] .avue-crud__menu .el-button--text {
    color: red !important;
}

.customPage[data-v-6711c8ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: bold;
}
.title_bold_custom[data-v-6711c8ce] {
  font-weight: bold;
}
.title_bold[data-v-6711c8ce] {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
  text-align: center;
}
.insure_confirm[data-v-6711c8ce] {
  font-size: 15px;
  line-height: 28px;
  white-space: pre-line;
}
[data-v-6711c8ce] .el-checkbox__label {
  display: inline-grid;
  width: 100%;
  white-space: pre-line;
  word-wrap: break-word;
}
.loading-more-pages[data-v-6711c8ce] {
  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;
  padding: 20px;
  color: #666;
  font-size: 14px;
  background-color: #f8f9fa;
  border-radius: 4px;
  margin: 10px 200px;
}
.loading-more-pages .el-icon[data-v-6711c8ce] {
    margin-right: 8px;
    font-size: 16px;
}
.debug-info[data-v-6711c8ce] {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 9999;
  max-width: 300px;
}
.debug-info p[data-v-6711c8ce] {
    margin: 2px 0;
    word-break: break-all;
}

.customPage[data-v-0198ef4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: bold;
}
.title_bold_custom[data-v-0198ef4a] {
  font-weight: bold;
}
.title_bold[data-v-0198ef4a] {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
  text-align: center;
}
.insure_confirm[data-v-0198ef4a] {
  font-size: 15px;
  line-height: 28px;
  white-space: pre-line;
}
[data-v-0198ef4a] .el-checkbox__label {
  display: inline-grid;
  width: 100%;
  white-space: pre-line;
  word-wrap: break-word;
}

[data-v-0f624f4e] .el-card__body {
  padding: 20px 20px 0;
}
.insure_number_check[data-v-0f624f4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  width: calc(100% - 170px);
  height: calc(100vh - 105px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px 10px 0 0;
}
.insure_number_content[data-v-0f624f4e] {
  margin-top: 25vh;
  margin-right: 170px;
  width: 32vw;
  height: 270px;
}

[data-v-960f63f2] .el-descriptions__header {
  margin-bottom: 10px;
}
[data-v-960f63f2] .el-descriptions-item__label {
  width: 100px !important;
}

.ys-float-btn[data-v-c762fc1e] {
  border-radius: 50%;
  z-index: 1999;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20vw;
}


.formView[data-v-1d58cd7d] .el-checkbox__label {
	display: inline-grid;
	white-space: pre-line;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 20px;
}
[data-v-1d58cd7d] .el-tabs__nav-scroll {
	height: 0;
	width: 0;
}
#content_top[data-v-1d58cd7d] {
	overflow: scroll;
	height: 100%;
}

.tree-position[data-v-c30db6ea] {
  margin: 12px 20px 0 0;
}

@charset "UTF-8";
.tree-position[data-v-a3616f66] {
  margin: 12px 20px 0 0;
}
.pagination[data-v-a3616f66] {
  float: right;
  margin-right: 25px;
}
.add_but[data-v-a3616f66] {
  padding: 10px;
}
.ope-row[data-v-a3616f66] {
  margin-top: 5px;
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding-top: 5px;
}
.item-name[data-v-a3616f66] {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.el-upload__tip[data-v-a3616f66] {
  margin-left: 5px;
}

/*新增图文*/
.left[data-v-a3616f66] {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin-top: 200px;
}
.right[data-v-a3616f66] {
  display: inline-block;
  width: 60%;
  margin-top: -40px;
}
.avatar-uploader[data-v-a3616f66] {
  width: 20%;
  display: inline-block;
}
.avatar-uploader .el-upload[data-v-a3616f66] {
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: unset !important;
}
.avatar-uploader .el-upload[data-v-a3616f66]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-a3616f66] {
  border: 1px solid #d9d9d9;
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar[data-v-a3616f66] {
  width: 230px;
  height: 120px;
}
.avatar1[data-v-a3616f66] {
  width: 120px;
  height: 120px;
}
.digest[data-v-a3616f66] {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

/*新增图文*/
/*瀑布流样式*/
.waterfall[data-v-a3616f66] {
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  margin: 0 auto;
}
.waterfall-item[data-v-a3616f66] {
  padding: 10px;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border: 1px solid #eaeaea;
}
p[data-v-a3616f66] {
  line-height: 30px;
}
@media (min-width: 992px) and (max-width: 1300px) {
.waterfall[data-v-a3616f66] {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
p[data-v-a3616f66] {
    color: red;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.waterfall[data-v-a3616f66] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}
p[data-v-a3616f66] {
    color: orange;
}
}
@media (max-width: 767px) {
.waterfall[data-v-a3616f66] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
}
}

/*瀑布流样式*/
.news-main[data-v-a3616f66] {
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  height: 120px;
}
.news-content[data-v-a3616f66] {
  background-color: #acadae;
  width: 100%;
  height: 120px;
  position: relative;
}
.news-content-title[data-v-a3616f66] {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: black;
  width: 98%;
  padding: 1%;
  opacity: 0.65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.news-main-item[data-v-a3616f66] {
  background-color: #ffffff;
  padding: 5px 0px;
  border-top: 1px solid #eaeaea;
  width: 100%;
  margin: auto;
}
.news-content-item[data-v-a3616f66] {
  position: relative;
  margin-left: -3px;
}
.news-content-item-title[data-v-a3616f66] {
  display: inline-block;
  font-size: 12px;
  width: 70%;
}
.news-content-item-img[data-v-a3616f66] {
  display: inline-block;
  width: 25%;
  background-color: #acadae;
}
.input-tt[data-v-a3616f66] {
  padding: 5px;
}
.activeAddNews[data-v-a3616f66] {
  border: 5px solid #2bb673;
}
.news-main-plus[data-v-a3616f66] {
  width: 280px;
  text-align: center;
  margin: auto;
  height: 50px;
}
.icon-plus[data-v-a3616f66] {
  margin: 10px;
  font-size: 25px;
}
.select-item[data-v-a3616f66] {
  width: 60%;
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #eaeaea;
}
.father .child[data-v-a3616f66] {
  display: none;
  text-align: center;
  position: relative;
  bottom: 25px;
}
.father:hover .child[data-v-a3616f66] {
  display: block;
}
.thumb-div[data-v-a3616f66] {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.thumb-but[data-v-a3616f66] {
  margin: 5px;
}
.material-img[data-v-a3616f66] {
  width: 100%;
  height: 100%;
}

.public-account-management .el-input[data-v-0df83005] {
  width: 70%;
  margin-right: 2%;
}
.tree-position[data-v-0df83005] {
  margin: 12px 20px 0 0;
}
/* 公共颜色变量 */
.clearfix[data-v-0df83005] {
  *zoom: 1;
}
.clearfix[data-v-0df83005]::after {
  content: '';
  display: table;
  clear: both;
}
div[data-v-0df83005] {
  text-align: left;
}
.weixin-hd[data-v-0df83005] {
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 426px;
  left: 0px;
  width: 300px;
  height: 64px;
  background: transparent url(../img/menu_head.1c931282.png) no-repeat 0 0;
  background-position: 0 0;
  background-size: 100%;
}
.weixin-title[data-v-0df83005] {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 33px;
  left: 0px;
}
.weixin-menu[data-v-0df83005] {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAyCAIAAACib5WDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1NEJCMUE0NzZGNDExRTVBOTBBQTZFOEFEMjc4NTkzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1NEJCMUE1NzZGNDExRTVBOTBBQTZFOEFEMjc4NTkzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTU0QkIxQTI3NkY0MTFFNUE5MEFBNkU4QUQyNzg1OTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTU0QkIxQTM3NkY0MTFFNUE5MEFBNkU4QUQyNzg1OTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yWLBJAAABuklEQVR42uzcu0ocURzA4XWxMIWiQhJwtVhxMW0wEkWj+AwWgm9gJfgggpVPoElEUwUCKRNFJaQWsygWXvAKXlBZGw8KIiIJmWFnGPg+pjiryMIffpxzRLemUqnkUlUul0ulUg74f3kjAAEDAgYEDAIGBAwIGBAwCBgQMCBgEHAMlZub8BglJK825s/vHxzOfl4Ii9GR4devXhooZGYHPjo+mfk0f3l5FZ6wCC8NFDKzA+fz+aHB/scvDRQyE3BzU2N4DBEyeYQGBAxU5wi9sbm1+ut3W2shznucnp296Sx1tBeNGxINeG39z+jIcPy3+Tj3RcCQ9BG6ob7+fjE5NR2eaOugtdBi1pD0Dvzg6vo68hpIOeAXdXWR10CV1Pz9c6F/LC4P9PfGf5ufSysf+nqe/ZbPhYZq3YGfiHD7BdI/Qrv9QuYDdvsFd2B3YEjjDgxk+Aidu/sd1T9vueEUPTE+ZrhgBwai7sA7u3tPvhJtaz0/vzBrSDrg7ndvv377/vAX0dFs7+y+7+4ya0g64I72ov8iAndgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGBAwCBhIy60AAwBiy5esmSYLKgAAAABJRU5ErkJggg==) no-repeat 0 0;
  padding-left: 43px;
  font-size: 12px;
}
.menu_option[data-v-0df83005] {
  width: 70% !important;
}
.public-account-management[data-v-0df83005] {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  /*右边菜单内容*/
}
.public-account-management .left[data-v-0df83005] {
  float: left;
  display: inline-block;
  width: 350px;
  height: 715px;
  background: url(../img/iphone_backImg.8f7788a1.png) no-repeat;
  background-size: 100% auto;
  padding: 518px 25px 88px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*第一级菜单*/
}
.public-account-management .left .menu_main[data-v-0df83005] {
  /*第二级菜单*/
}
.public-account-management .left .menu_main .menu_bottom[data-v-0df83005] {
  position: relative;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85.5px;
  text-align: center;
  border: 1px solid #ebedee;
  background-color: #fff;
  cursor: pointer;
}
.public-account-management .left .menu_main .menu_bottom.menu_addicon[data-v-0df83005] {
  height: 46px;
  line-height: 46px;
}
.public-account-management .left .menu_main .menu_bottom .menu_item[data-v-0df83005] {
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.public-account-management .left .menu_main .menu_bottom .menu_item.active[data-v-0df83005] {
  border: 1px solid #2bb673;
}
.public-account-management .left .menu_main .menu_bottom .menu_subItem[data-v-0df83005] {
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-account-management .left .menu_main .menu_bottom .menu_subItem.active[data-v-0df83005] {
  border: 1px solid #2bb673;
}
.public-account-management .left .menu_main i[data-v-0df83005] {
  color: #2bb673;
}
.public-account-management .left .menu_main .submenu[data-v-0df83005] {
  position: absolute;
  width: 85.5px;
  bottom: 45px;
}
.public-account-management .left .menu_main .submenu .subtitle[data-v-0df83005] {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-account-management .left .save_div[data-v-0df83005] {
  margin-top: 15px;
  text-align: center;
}
.public-account-management .left .save_div .save_btn[data-v-0df83005] {
  bottom: 20px;
  left: 100px;
}
.public-account-management .right[data-v-0df83005] {
  float: left;
  width: 50%;
  background-color: #e8e7e7;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.public-account-management .right .configure_page .delete_btn[data-v-0df83005] {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
.public-account-management .right .configure_page .menu_content[data-v-0df83005] {
  margin-top: 20px;
}
.public-account-management .right .configure_page .configur_content[data-v-0df83005] {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
}
.public-account-management .right .configure_page .blue[data-v-0df83005] {
  color: #29b6f6;
  margin-top: 10px;
}
.public-account-management .right .configure_page .applet[data-v-0df83005] {
  margin-bottom: 20px;
}
.public-account-management .right .configure_page .applet span[data-v-0df83005] {
  width: 20%;
}
.public-account-management .right .configure_page .material .input_width[data-v-0df83005] {
  width: 20%;
}
.public-account-management .right .configure_page .material .el-textarea[data-v-0df83005] {
  width: 60%;
}

.pagination[data-v-0df83005] {
  text-align: right;
  margin-right: 25px;
}
.select-item[data-v-0df83005] {
  width: 280px;
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #eaeaea;
}
.select-item2[data-v-0df83005] {
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #eaeaea;
}
.ope-row[data-v-0df83005] {
  padding-top: 10px;
  text-align: center;
}
.item-name[data-v-0df83005] {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}


.input_width[data-v-78cc7aee] {
	width: 80%;
}

.user {
  height: 100%;
}
.user__tree {
    padding-top: 3px;
    padding-right: 20px;
}

.user {
  height: 100%;
}
.user__tree {
    padding-top: 3px;
    padding-right: 20px;
}


/*# sourceMappingURL=4.3a9575ef.css.map*/