.avue-searchs[data-v-1ffa9008] {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1024;
}
.avue-searchs__title[data-v-1ffa9008] {
    margin-bottom: 60px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
}
.avue-searchs__form[data-v-1ffa9008] {
    margin: 0 auto 50px auto;
    width: 50%;
    text-align: center;
}
.avue-searchs__form p[data-v-1ffa9008] {
      margin-top: 20px;
}
.avue-searchs__scrollbar[data-v-1ffa9008] {
    height: 400px;
}
.avue-searchs__list[data-v-1ffa9008] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 auto;
    width: 70%;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -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);
}
.avue-searchs__item[data-v-1ffa9008] {
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.avue-searchs__item-icon[data-v-1ffa9008] {
      margin-right: 5px;
      font-size: 18px;
}
.avue-searchs__item-title[data-v-1ffa9008] {
      font-size: 20px;
      font-weight: 500;
      color: #333;
}
.avue-searchs__item-path[data-v-1ffa9008] {
      line-height: 30px;
      color: #666;
}

.my-autocomplete li {
  line-height: normal;
  padding: 7px;
}
.my-autocomplete li .icon {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.my-autocomplete li .name {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.my-autocomplete li .addr {
    padding-top: 5px;
    width: 100%;
    font-size: 12px;
    color: #b4b4b4;
}
.my-autocomplete li .highlighted .addr {
    color: #ddd;
}

.list[data-v-1bd7f21a] {
  width: 100%;
}

.code[data-v-2385e7ae] {
  font-size: 12px;
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}


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


.waitingMessageStyle .basic-container__card {
  height: 100%;
  /* border: 2px solid blue; */
}
.waitingMessageStyle .el-card__body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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);
  /* background: gold; */
}
.waitingMessageStyle .el-table .cell {
  white-space: nowrap;
  text-align: center;
}
.tableStyle.el-table th.el-table__cell {
  background: #fafafa;
  text-align: center;
}
/* .tableStyle.el-table--enable-row-transition .el-table__body td.el-table__cell {
  text-align: center;
} */

.waitingMessageStyle[data-v-675c0cac] {
  height: 100%;
}
.basic_container[data-v-675c0cac] {
  padding: 0;
  height: 100%;
}
.msg-list[data-v-675c0cac] {
  max-height: 300px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overscroll-behavior: contain;
}
.msg-list[data-v-675c0cac]::-webkit-scrollbar {
    width: 8px;
}
.msg-list[data-v-675c0cac]::-webkit-scrollbar-thumb {
    width: 8px;
    background: #ccc;
    border-radius: 4px;
}
.msg-list li[data-v-675c0cac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    position: relative;
}
.msg-list li.hasRead[data-v-675c0cac] {
      opacity: 0.6;
}
.msg-list li .new[data-v-675c0cac] {
      position: absolute;
      top: 30px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: red;
}
.msg-list li i[data-v-675c0cac] {
      margin-right: 10px;
      padding: 10px;
      border-radius: 50%;
      color: #fff;
      background-color: #3391e5;
}
.msg-list li i.ri-service-fill[data-v-675c0cac] {
        background-color: #fe5d58;
}
.msg-list li i.ri-file-edit-fill[data-v-675c0cac] {
        background-color: #dab033;
}
.msg-list li .info .title[data-v-081b0652][data-v-675c0cac] {
      font-size: 14px;
      line-height: 1.5;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}
.msg-list li .info .date[data-v-081b0652][data-v-675c0cac] {
      margin-top: 5px;
      font-size: 12px;
      color: #999;
}
.msg-more[data-v-675c0cac] {
  padding: 15px 0;
  margin-bottom: -10px;
  text-align: center;
  color: #666;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.msg-con[data-v-675c0cac] {
  padding: 0 20px;
}
.msg-con .el-pagination[data-v-675c0cac] {
    margin-top: 20px;
    text-align: right;
}
.messageBoxStyle[data-v-675c0cac] {
  height: 70%;
}
.messageBoxStyle .el-button[data-v-675c0cac] {
    border: none;
    padding: 0;
    color: #409eff;
    background: transparent;
}
.messageBoxStyle .el-button[data-v-675c0cac]:hover {
      color: #74b7f9;
}
[data-v-675c0cac] .el-divider--horizontal {
  margin-bottom: 0 !important;
}
.formBox[data-v-675c0cac] {
  /* height: 10%;
  display: flex;
  align-items: center;
  .el-form.demo-form-inline.el-form--inline {
    height: 57%;
  } */
  padding: 10px 0;
}
.formBox .el-form-item[data-v-675c0cac] {
    margin-bottom: 0;
}
.el-pagination[data-v-675c0cac] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  margin-top: 30px;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


[data-v-60b0137a] .ContentChange {
  margin-top: 11vh;
}
[data-v-60b0137a] .ContentChange .el-dialog__body {
    max-height: 570px;
}
.crudBox[data-v-60b0137a] {
  width: 90%;
  margin: 0 auto;
}

@charset "UTF-8";
[data-v-5f38908e] .el-dialog.smsSignApplyReprotsDialog .el-dialog__body {
  height: 70vh;
  overflow-y: auto;
}
.el-dialog__header[data-v-5f38908e] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.el-form-item[data-v-5f38908e] {
  margin-bottom: 0;
}
.applyReportUl li[data-v-5f38908e]::before {
  content: "\2022";
  color: #1684fc;
  margin-right: 5px;
  font-size: 15px;
}
.temFather[data-v-5f38908e] {
  position: relative;
}
.btnSon[data-v-5f38908e] {
  position: absolute;
  top: 50%;
  left: 10px;
}
.crudBox[data-v-5f38908e] {
  width: 95%;
  margin: 0 auto;
}
.checkbox-grid[data-v-5f38908e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.el-dropdown-link {
  cursor: pointer;
  color: #409eff;
  font-size: 12px;
}
.el-icon-arrow-down {
  font-size: 12px;
}
.avue-crud .el-tooltip__popper, .avue-form .el-tooltip__popper, .el-tooltip__popper.is-dark.smsSignatureAddTooltipBox {
  max-width: 20%;
}
div.avatar-uploader.mySmsSignUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
div.avatar-uploader.mySmsSignUpload .el-upload.el-upload--text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.autoCheckResRed .el-input.el-input--mini.el-input--suffix .el-input__inner {
  color: #F56C6C !important;
}
.autoCheckResGreen .el-input.el-input--mini.el-input--suffix .el-input__inner {
  color: #67C23A !important;
}
.autoCheckResBlue .el-input.el-input--mini.el-input--suffix .el-input__inner {
  color: #409EFF !important;
}
.smsAddDiaFullNameAutocomplete .el-autocomplete-suggestion__wrap {
  padding: 5px 0;
}
.smsAddDiaFullNameAutocomplete .el-autocomplete-suggestion__wrap ul li {
    pointer-events: none;
}
.smsAddDiaFullNameAutocomplete .el-autocomplete-suggestion__wrap ul li .default {
      text-align: center;
      color: #999;
}
.smsAddDiaFullNameAutocomplete .el-autocomplete-suggestion__wrap ul li:hover {
      background: #fff;
}
.el-select.enterpriseRevReportsTree.el-select--mini.avue-input-tree .el-tag.el-tag--info.el-tag--mini.el-tag--light {
  max-width: 60% !important;
}

.bussMoreUploadBox[data-v-154eb83e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bussMoreUploadBox .moreUploadBox-smallBox[data-v-154eb83e] {
    margin-right: 20px;
}
.selectAndItemStyle[data-v-154eb83e] {
  padding: 0px 20px;
  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;
}
.fullName-selectItem[data-v-154eb83e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-154eb83e] .mySelfUploadIcon {
  width: 158px;
  height: 178px;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.example-link[data-v-154eb83e] {
  cursor: pointer;
  color: #409eff;
}
.tooltip-image[data-v-154eb83e] {
  position: absolute;
  top: -280px;
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

[data-v-1f500559] .avue-crud__menu {
  min-height: 0;
}


.similer.avue-crud.avue-crud--card .avue-crud__right{
  width: 100%;
}

.sendContentInput[data-v-481eeadb] {
  width: 90%;
}
.sendContentInput input[data-v-481eeadb] {
    width: 100%;
}

[data-v-87ed6868] .similarUseFormClass .avue-form__menu--center.no-print {
  display: none;
}
[data-v-87ed6868] .similer .avue-crud__menu {
  display: none;
}
.sendContentInput[data-v-87ed6868] {
  width: 90%;
}
.sendContentInput input[data-v-87ed6868] {
    width: 100%;
}
.progress-section[data-v-87ed6868] {
  margin-top: 24px;
}
.progress-steps[data-v-87ed6868] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.step[data-v-87ed6868] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.step[data-v-87ed6868]::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 60%;
  width: 80%;
  height: 2px;
  background: #e0e0e0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.step[data-v-87ed6868]:last-child::after {
  display: none;
}
.step.active[data-v-87ed6868]::after {
  background: #667eea;
}
.step-circle[data-v-87ed6868] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #999;
  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;
  font-size: 12px;
  font-weight: 600;
  margin: 0 auto 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.step.active .step-circle[data-v-87ed6868] {
  background: #667eea;
  color: white;
}
.step.completed .step-circle[data-v-87ed6868] {
  background: #4caf50;
  color: white;
}
.step-label[data-v-87ed6868] {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.step.active .step-label[data-v-87ed6868] {
  color: #667eea;
  font-weight: 600;
}
.step.completed .step-label[data-v-87ed6868] {
  color: #4caf50;
}
.progress-content[data-v-87ed6868] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  border-left: 4px solid #667eea;
}
.progress-title[data-v-87ed6868] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress-text[data-v-87ed6868] {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.loading-spinner[data-v-87ed6868] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #e0e0e0;
  border-top: 2px solid #667eea;
  border-radius: 50%;
  -webkit-animation: spin-87ed6868 1s linear infinite;
          animation: spin-87ed6868 1s linear infinite;
  margin-right: 8px;
}
@-webkit-keyframes spin-87ed6868 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-87ed6868 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.ai-error-card[data-v-87ed6868] {
  padding: 20px;
  margin: 1px 0 20px;
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 4px;
  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;
}
.ai-error-card div[data-v-87ed6868] {
  color: #fa8c16;
  font-size: 14px;
}

[data-v-b6a9eebe] .el-dialog.enterpriseTempAddCusTemp .el-dialog__body {
  height: 600px;
  overflow-y: auto;
}
.el-select.enterpriseRevReportsTree.el-select--mini.avue-input-tree .el-tag.el-tag--info.el-tag--mini.el-tag--light[data-v-b6a9eebe] {
  max-width: 60% !important;
}


.selectAndItemStyle{
  padding: 0px 20px;
  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;
}
.avue-crud .el-tooltip__popper, .avue-form .el-tooltip__popper, .el-tooltip__popper.is-dark.smsSignatureAddTooltipBox {
  max-width: 20%;
}


[data-v-56514294] .el-dialog.auditViewEnterpriseLinkDia .el-dialog__body{
  height:65vh;
  overflow-y: auto;
}


.highlight-row td {
  background-color: #f56c6c;
  color: #fff;
}

[data-v-a2ffdd22] .ContentChange {
  margin-top: 11vh;
}
[data-v-a2ffdd22] .ContentChange .el-dialog__body {
    max-height: 570px;
}

.el-dialog__wrapper .el-dialog.mycustom[data-v-c7c4f00a] {
  overflow: hidden;
}

/* .el-dialog__body {
    background: red;
    height: calc(100% - 56px * 2);
    overflow-y: hidden;

  } */
.statusBg[data-v-c7c4f00a] {
  background: #40a0ff1d;
}
.textColor[data-v-c7c4f00a], .test[data-v-c7c4f00a] {
  color: #409eff;
  text-decoration: underline;
}

.topTipBox[data-v-c74e9d7a] {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ecf5ff;
  border: 1px dotted #409eff;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.topTipBox .textStyle[data-v-c74e9d7a] {
    font-weight: 600;
    margin-bottom: 10px;
}
.topTipBox .textStyle + div[data-v-c74e9d7a] {
    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;
    width: 70%;
    font-size: 14px;
}

.topTipBox[data-v-61d55f42] {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ecf5ff;
  border: 1px dotted #409eff;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.topTipBox .textStyle[data-v-61d55f42] {
    font-weight: 600;
    margin-bottom: 10px;
}
.topTipBox .textStyle + div[data-v-61d55f42] {
    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;
    width: 70%;
    font-size: 14px;
}
.textColor[data-v-61d55f42], .test[data-v-61d55f42] {
  color: #409eff;
  text-decoration: underline;
}


.basic_container .avue-crud__left {
  width: 40%;
}
.el-dialog__body {
  border-top: 1px solid #dcdfe6 !important;
}
.el-dropdown-link {
  cursor: pointer;
  color: #409eff;
  font-size: 12px;
}

/* event-add-or-update ::v-deep.el-dialog__wrapper{
  z-index: 2048 !important;
}  */
/* .event-add-or-update ::v-deep.el-dialog__body {
  min-height: 550px !important;
  overflow: auto;
} */
.scrollBox[data-v-4c99882c] {
  height: calc(100% - 100px);
}
.el-checkbox-group[data-v-4c99882c] {
  height: 100%;
  overflow-y: auto;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #f2eeee;
}
[data-v-4c99882c] .el-dialog.mycustom .el-dialog__body {
  min-height: 550px !important;
}
[data-v-4c99882c] .el-dialog.mycustom .el-dialog__header {
  border-bottom: 2px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-4c99882c] .el-dialog.mycustom .el-dialog__body {
  min-height: 650px;
  overflow-y: auto;
}
.event-add-or-update[data-v-4c99882c] .dialog-footer {
  text-align: center;
}
[data-v-4c99882c] .el-dialog__footer {
  border-top: 2px solid #eee;
  padding: 14px 10px 14px !important;
}
.content[data-v-4c99882c] {
  width: 90%;
  height: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .selectContent[data-v-4c99882c],
  .content .showBox[data-v-4c99882c] {
    height: 100%;
    border: 1px solid gainsboro;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.content .selectContent .showBoxItem1[data-v-4c99882c],
    .content .showBox .showBoxItem1[data-v-4c99882c] {
      border: 1px solid whitesmoke;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.content .selectContent .showBoxItem1 span[data-v-4c99882c]:last-child,
      .content .showBox .showBoxItem1 span[data-v-4c99882c]:last-child {
        cursor: pointer;
}
.content .selectContent ul[data-v-4c99882c],
    .content .showBox ul[data-v-4c99882c] {
      list-style-type: disc;
      -webkit-margin-before: 0em;
              margin-block-start: 0em;
      -webkit-margin-after: 0em;
              margin-block-end: 0em;
      -webkit-margin-start: 0px;
              margin-inline-start: 0px;
      -webkit-margin-end: 0px;
              margin-inline-end: 0px;
      -webkit-padding-start: 0px;
              padding-inline-start: 0px;
}
.content .selectContent ul li[data-v-4c99882c],
      .content .showBox ul li[data-v-4c99882c] {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
        /* .showBoxSelectedItem {
          margin: 0px 15px;
        } */
}
.content .selectContent ul li .el-button[data-v-4c99882c],
        .content .showBox ul li .el-button[data-v-4c99882c] {
          border: none;
          padding: 0px;
}
.content .selectContent[data-v-4c99882c] {
    border-right: none;
}
[data-v-4c99882c] .is-fullscreen .el-dialog__body {
  height: calc(100% - 56px * 2);
}
.is-fullscreen .content[data-v-4c99882c] {
  height: 100%;
}
[data-v-4c99882c] .el-breadcrumb__item {
  margin: 10px 0px 0;
}
[data-v-4c99882c] .el-breadcrumb__item .el-breadcrumb__inner {
    color: #409eff;
}
[data-v-4c99882c] .el-breadcrumb__item :hover {
    color: black;
    cursor: pointer;
}
[data-v-4c99882c] .checkItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
[data-v-4c99882c] .checkItem .el-checkbox.is-disabled .el-checkbox__label {
    color: #606266;
}
[data-v-4c99882c] .checkItem.hasChildren:hover {
    cursor: pointer;
    color: #409eff;
}
[data-v-4c99882c] .checkItem.hasChildren:hover .el-checkbox__input.is-disabled .el-checkbox__inner,[data-v-4c99882c] .checkItem.hasChildren:hover .el-checkbox__input.is-disabled + span.el-checkbox__label {
      cursor: pointer;
      color: #409eff;
}
[data-v-4c99882c] .checkItem .checkItem-children {
    font-size: 14px;
    cursor: pointer;
}

/*  .title-wrap {
   display: flex;
 } */
/* .checkItemTab {
  margin-left: 30px;
  color: rgb(199, 194, 194);
} */


.avue-dialog.sendSetStyle .el-dialog__body {
  margin-bottom: 0px;
  padding: 20px;
}
.avue-dialog.sendSetStyle .el-dialog__footer {
  border-top: 1px solid #eee;
}

/* 间隔空行样式 */
.section-spacer {
  height: 1.5em;
  margin: 12px 0;
  border-bottom: 1px dashed #eee;  /* 可选装饰线 */
}

/* 其他增强样式 */
.list-section {
  margin-bottom: 8px;
}
.tip-section {
  margin-top: 8px;
  color: #666;
  font-size: 0.9em;
}
.highlight {
  color: #1890ff;
  font-weight: 500;
}
.brand-link {
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  text-decoration: underline ;
  text-underline-color:  #1e8ff8 ;
  color: #1e8ff8
}




.item .el-form-item__label {
  width: 100px;
  margin-left: 10px;
}
.item .el-form-item__content {
  margin-left: 5px;
  width: calc(90% - 103px);
}
.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;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

@charset "UTF-8";
[data-v-422d66c8]:root {
  --menu-list-length: 1;
}
.button-list[data-v-422d66c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 45px !important;
}
.button-list span[data-v-422d66c8] {
    margin: 0 5px;
}
.icons-container[data-v-422d66c8] {
  margin: 5px 20px 0;
  width: 40%;
  height: auto;
  display: inlin-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.icons-container .items[data-v-422d66c8] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    position: relative;
    -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;
    padding-bottom: 10px;
}
.icons-container .items .item-button[data-v-422d66c8] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 78px;
      height: 32px;
      border-radius: 35px;
      background: #fff;
      border: 2px solid #D3D3D3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 12px;
      color: #292929;
}
.icons-container .items .item-button[data-v-422d66c8]:hover, .icons-container .items .item-button.active[data-v-422d66c8] {
      cursor: pointer;
      border: 2px solid #66A3FE;
      color: #66A3FE;
}
.icons-container .items .title[data-v-422d66c8] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      height: 30px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      margin-bottom: 10px;
      position: relative;
}
.icons-container .items .title > span[data-v-422d66c8] {
        margin-top: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 8px;
        left: 20px;
        width: 100px;
        background: #fff;
        height: 18px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 10;
        font-size: 16px;
        color: #292929;
}
.icons-container .items .body[data-v-422d66c8] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 20px);
      height: calc(100% - 16px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 10px;
}
.icons-container .items .body .icons-list[data-v-422d66c8]:nth-child(1) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-422d66c8]:nth-child(4) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-422d66c8]:nth-child(7) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-422d66c8] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 78px;
        height: 78px;
        border-radius: 4px;
        color: #292929;
        background: #fff;
        border: 1px solid #D3D3D3;
        margin: 10px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -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;
}
.icons-container .items .body .icons-list i[data-v-422d66c8] {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-top: 2px;
          margin-bottom: 2px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-filter: invert(50%);
                  filter: invert(50%);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.icons-container .items .body .icons-list span[data-v-422d66c8] {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          height: 26px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          margin-top: 0;
          font-size: 12px;
}
.icons-container .items .body .icons-list[data-v-422d66c8]:hover, .icons-container .items .body .icons-list.active[data-v-422d66c8] {
        cursor: pointer;
        color: #fff;
        background: #66A3FE;
        border: 1px solid #66A3FE;
}
.icons-container .items .body .icons-list:hover i[data-v-422d66c8], .icons-container .items .body .icons-list.active i[data-v-422d66c8] {
          -webkit-filter: invert(0%);
                  filter: invert(0%);
}
.icons-container .items .title[data-v-422d66c8]::before {
      display: inline-block;
      content: "";
      width: 6px;
      height: 18px;
      background: #66A3FE;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 0;
}
.icons-container .grid[data-v-422d66c8] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-422d66c8] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-422d66c8] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-422d66c8] {
    pointer-events: none;
}
.container-body[data-v-422d66c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
.container-body .top-container[data-v-422d66c8] {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #EBEDF2;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    z-index: 2005;
}
.container-body .top-container span[data-v-422d66c8] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 150px;
      height: 44px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 35px;
      font-size: 16px;
      font-weight: bold;
}
.container-body .top-container div[data-v-422d66c8] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 44px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-bottom: 0;
}
.container-body .top-container div button[data-v-422d66c8] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75px;
        height: 32px;
        background: #66A3FE;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.container-body .top-container div button[data-v-422d66c8]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
}
.container-body .main-container[data-v-422d66c8] {
    padding-top: 20px;
    background: #fff !important;
}
.topBar[data-v-422d66c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 200px;
  border-bottom: 0 solid #D3D3D3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.topBar > div[data-v-422d66c8] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topBar .logo[data-v-422d66c8] {
    width: 76px;
    height: 76px;
    background: #EFEFEF;
    color: #24292e;
    border-radius: 50%;
}
.topBar .mainName[data-v-422d66c8] {
    font-size: 14px;
    color: #292929;
    font-weight: bold;
    margin: 5px 0;
    width: 90%;
}
.topBar .mainText[data-v-422d66c8] {
    height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #858585;
}
.proList[data-v-422d66c8] {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.proList div[data-v-422d66c8] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
}
.proList div span[data-v-422d66c8] {
      display: block;
      width: 100px;
      height: 30px;
}
.proList div p[data-v-422d66c8] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      padding: 0;
      height: auto;
}
.proList div span[data-v-422d66c8]:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 100px);
      height: 36px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 10px !important;
      word-wrap: wrap;
      word-break: break-all;
}
.proList div span:last-child button[data-v-422d66c8] {
        margin-left: 10px;
}
.proList div span:last-child button[data-v-422d66c8] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75px;
        height: 32px;
        background: #66A3FE;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.proList div span:last-child button[data-v-422d66c8]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
}
.proList .proitem[data-v-422d66c8] {
    min-height: 30px !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 15px 5px !important;
}
#avue-view[data-v-422d66c8] {
  width: 100%;
}
.phone_child[data-v-422d66c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ablour_button[data-v-422d66c8] {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  height: auto;
  min-height: 45px;
  border-top: 1px solid #d3d3d3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ablour_button > span[data-v-422d66c8] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: calc(100% / var(--menu-list-length));
    height: 45px;
    border: 0 !important;
    background: transparent;
    color: #292929;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
> > > .el-popover[data-v-422d66c8] {
  margin-bottom: 30px !important;
  min-width: 80px !important;
}
.proListPanle[data-v-422d66c8] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40%;
  height: 100%;
  background: #fff;
  -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;
  border-left: 1px solid #EBEDF2;
}
.proListPanle .titlePanle[data-v-422d66c8] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.proListPanle #bodyPanle[data-v-422d66c8] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: calc(100% - 20px);
    height: auto;
    background: #fff;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.proListPanle #bodyPanle > div[data-v-422d66c8] {
      position: relative;
      display: inline-block;
      width: 100%;
}
.proListPanle .downPanle[data-v-422d66c8] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: 20px;
    height: auto;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#main_middle[data-v-422d66c8] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 60% - 40px);
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main_middle #phone[data-v-422d66c8] {
    position: relative;
    top: -8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 352px;
    height: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 solid #999;
    border-radius: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main_middle #phone .phone_body[data-v-422d66c8] {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: transparent;
      border: 0 solid #999;
      border-radius: 33px;
      width: 93%;
      height: 90%;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
#main_middle #phone .phone_body > div[data-v-422d66c8] {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: transparent;
        width: 100%;
        height: 95%;
}
#main_middle #phone .phone_body > div .middleBar[data-v-422d66c8] {
          display: inline-block;
          width: 100%;
          height: calc(100% - 252px);
}
#main_middle #phone .phone_body > div .middleBar > div > div[data-v-422d66c8] {
            width: calc(100% - 30px) !important;
            margin-left: 10px;
            height: 30px;
            font-size: 14px !important;
}
.main-container[data-v-422d66c8] {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup-active[data-v-422d66c8] {
  background: #66A3FE !important;
  color: #fff;
}
.bodyPanle .title[data-v-422d66c8]::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 18px;
  background: #66A3FE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.bodyPanle .title[data-v-422d66c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  position: relative;
}
.bodyPanle .title > span[data-v-422d66c8] {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 8px;
    left: 20px;
    width: 100px;
    background: #fff;
    height: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    font-size: 16px;
    color: #292929;
}
.popupMenu[data-v-422d66c8] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px !important;
}
.popupMenu > div[data-v-422d66c8] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-top: 0 solid #D3D3D3;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popupMenu > div[data-v-422d66c8]:first-child {
    border-top: 0 solid #D3D3D3;
}
#phone_back_body[data-v-422d66c8] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icons-container[data-v-422d66c8] {
  margin: 0 !important;
  height: auto;
  border-right: 1px solid #EBEDF2;
}
.icons-container .grid[data-v-422d66c8] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-422d66c8] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-422d66c8] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-422d66c8] {
    pointer-events: none;
}
.icons-container .right-top[data-v-422d66c8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icons-container .twomenu[data-v-422d66c8] {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
}
[data-v-422d66c8].el-popover {
  min-width: 100px !important;
}
[data-v-422d66c8] .avue-crud__menu {
  min-height: 0;
}
.spacer[data-v-422d66c8] {
  height: 44px;
  /* 与 .top-container 的高度相同 */
}

[data-v-7a88942c] .el-dialog.materialOffDia .el-dialog__body {
  height: 65vh;
  overflow-y: auto;
}
[data-v-7a88942c].el-dialog__footer {
  text-align: center !important;
}
.demo-ruleForm .el-form-item__label[data-v-7a88942c] {
  text-align: left !important;
}
.el-form-item[data-v-7a88942c] {
  margin-bottom: 0;
}
.crudTitleBox[data-v-7a88942c] {
  width: 95%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}
.crudBox[data-v-7a88942c] {
  width: 95%;
  margin: 0 auto;
}
.checkbox-grid[data-v-7a88942c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}


.item .el-form-item__label {
  width: 135px;
  margin-left: 10px;
}
.item .el-form-item__content {
  margin-left: 5px;
  width: calc(90% - 103px);
}
.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;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

[data-v-3a62629c]:root {
  --menu-list-length: 1;
}
.button-list[data-v-3a62629c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 45px !important;
}
.button-list span[data-v-3a62629c] {
    margin: 0 5px;
}
.icons-container[data-v-3a62629c] {
  margin: 5px 20px 0;
  width: 40%;
  height: auto;
  display: inlin-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.icons-container .items[data-v-3a62629c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    position: relative;
    -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;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}
.icons-container .items .item-button[data-v-3a62629c] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 78px;
      height: 32px;
      border-radius: 35px;
      background: #fff;
      border: 2px solid #D3D3D3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 12px;
      color: #292929;
}
.icons-container .items .item-button[data-v-3a62629c]:hover, .icons-container .items .item-button.active[data-v-3a62629c] {
      cursor: pointer;
      border: 2px solid #66A3FE;
      color: #66A3FE;
}
.icons-container .items .title[data-v-3a62629c] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      height: 30px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      margin-bottom: 10px;
      position: relative;
}
.icons-container .items .title > span[data-v-3a62629c] {
        margin-top: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 8px;
        left: 20px;
        width: 100px;
        background: #fff;
        height: 18px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 10;
        font-size: 16px;
        color: #292929;
}
.icons-container .items .body[data-v-3a62629c] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 20px);
      height: calc(100% - 16px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 10px;
}
.icons-container .items .body .icons-list[data-v-3a62629c]:nth-child(1) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-3a62629c]:nth-child(4) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-3a62629c]:nth-child(7) {
        margin-left: 20px;
}
.icons-container .items .body .icons-list[data-v-3a62629c] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 78px;
        height: 78px;
        border-radius: 4px;
        color: #292929;
        background: #fff;
        border: 1px solid #D3D3D3;
        margin: 10px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -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;
}
.icons-container .items .body .icons-list i[data-v-3a62629c] {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-top: 2px;
          margin-bottom: 2px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-filter: invert(50%);
                  filter: invert(50%);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.icons-container .items .body .icons-list span[data-v-3a62629c] {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          height: 26px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          margin-top: 0;
          font-size: 12px;
}
.icons-container .items .body .icons-list[data-v-3a62629c]:hover, .icons-container .items .body .icons-list.active[data-v-3a62629c] {
        cursor: pointer;
        color: #fff;
        background: #66A3FE;
        border: 1px solid #66A3FE;
}
.icons-container .items .body .icons-list:hover i[data-v-3a62629c], .icons-container .items .body .icons-list.active i[data-v-3a62629c] {
          -webkit-filter: invert(0%);
                  filter: invert(0%);
}
.icons-container .items .title[data-v-3a62629c]::before {
      display: inline-block;
      content: "";
      width: 6px;
      height: 18px;
      background: #66A3FE;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 0;
}
.icons-container .grid[data-v-3a62629c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-3a62629c] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-3a62629c] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-3a62629c] {
    pointer-events: none;
}
.container-body[data-v-3a62629c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
.container-body .top-container[data-v-3a62629c] {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #EBEDF2;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    z-index: 2005;
}
.container-body .top-container span[data-v-3a62629c] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 150px;
      height: 44px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 35px;
      font-size: 16px;
      font-weight: bold;
}
.container-body .top-container div[data-v-3a62629c] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 44px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-bottom: 0;
}
.container-body .top-container div button[data-v-3a62629c] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75px;
        height: 32px;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.container-body .top-container div button[data-v-3a62629c]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
}
.container-body .main-container[data-v-3a62629c] {
    padding-top: 20px;
    background: #fff !important;
}
.topBar[data-v-3a62629c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 200px;
  border-bottom: 0 solid #D3D3D3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.topBar > div[data-v-3a62629c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topBar .logo[data-v-3a62629c] {
    width: 76px;
    height: 76px;
    background: #EFEFEF;
    color: #24292e;
    border-radius: 50%;
}
.topBar .mainName[data-v-3a62629c] {
    font-size: 14px;
    color: #292929;
    font-weight: bold;
    margin: 5px 0;
    width: 90%;
}
.topBar .mainText[data-v-3a62629c] {
    height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #858585;
}
.proList[data-v-3a62629c] {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.proList div[data-v-3a62629c] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
}
.proList div span[data-v-3a62629c] {
      display: block;
      width: 100px;
      height: 30px;
}
.proList div p[data-v-3a62629c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      padding: 0;
      height: auto;
}
.proList div span[data-v-3a62629c]:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 100px);
      height: 36px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 10px !important;
      word-wrap: wrap;
      word-break: break-all;
}
.proList div span:last-child button[data-v-3a62629c] {
        margin-left: 10px;
}
.proList div span:last-child button[data-v-3a62629c] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75px;
        height: 32px;
        background: #66A3FE;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
}
.proList div span:last-child button[data-v-3a62629c]:hover {
        background: #fff;
        color: #66A3FE;
        border: 1px solid #66A3FE;
}
.proList .proitem[data-v-3a62629c] {
    min-height: 30px !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 15px 5px !important;
}
#avue-view[data-v-3a62629c] {
  width: 100%;
}
.phone_child[data-v-3a62629c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ablour_button[data-v-3a62629c] {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  height: auto;
  min-height: 45px;
  border-top: 1px solid #d3d3d3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ablour_button > span[data-v-3a62629c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: calc(100% / var(--menu-list-length));
    height: 45px;
    border: 0 !important;
    background: transparent;
    color: #292929;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
> > > .el-popover[data-v-3a62629c] {
  margin-bottom: 30px !important;
  min-width: 80px !important;
}
.proListPanle[data-v-3a62629c] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40%;
  height: 100%;
  background: #fff;
  -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;
  border-left: 1px solid #EBEDF2;
}
.proListPanle .titlePanle[data-v-3a62629c] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.proListPanle #bodyPanle[data-v-3a62629c] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: calc(100% - 20px);
    height: auto;
    background: #fff;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.proListPanle #bodyPanle > div[data-v-3a62629c] {
      position: relative;
      display: inline-block;
      width: 100%;
}
.proListPanle .downPanle[data-v-3a62629c] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: 20px;
    height: auto;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#main_middle[data-v-3a62629c] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 60% - 40px);
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main_middle #phone[data-v-3a62629c] {
    position: relative;
    top: -8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 352px;
    height: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 solid #999;
    border-radius: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main_middle #phone .phone_body[data-v-3a62629c] {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: transparent;
      border: 0 solid #999;
      border-radius: 33px;
      width: 93%;
      height: 90%;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
}
#main_middle #phone .phone_body > div[data-v-3a62629c] {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: transparent;
        width: 100%;
        height: 95%;
}
#main_middle #phone .phone_body > div .middleBar[data-v-3a62629c] {
          display: inline-block;
          width: 100%;
          height: calc(100% - 252px);
}
#main_middle #phone .phone_body > div .middleBar > div > div[data-v-3a62629c] {
            width: calc(100% - 30px) !important;
            margin-left: 10px;
            height: 30px;
            font-size: 14px !important;
}
.main-container[data-v-3a62629c] {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup-active[data-v-3a62629c] {
  background: #66A3FE !important;
  color: #fff;
}
.bodyPanle .title[data-v-3a62629c]::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 18px;
  background: #66A3FE;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.bodyPanle .title[data-v-3a62629c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  position: relative;
}
.bodyPanle .title > span[data-v-3a62629c] {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 8px;
    left: 20px;
    width: 100px;
    background: #fff;
    height: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    font-size: 16px;
    color: #292929;
}
.popupMenu[data-v-3a62629c] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px !important;
}
.popupMenu > div[data-v-3a62629c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    border-top: 0 solid #D3D3D3;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popupMenu > div[data-v-3a62629c]:first-child {
    border-top: 0 solid #D3D3D3;
}
#phone_back_body[data-v-3a62629c] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.icons-container[data-v-3a62629c] {
  margin: 0 !important;
  height: auto;
  border-right: 1px solid #EBEDF2;
}
.icons-container .grid[data-v-3a62629c] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-3a62629c] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-3a62629c] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-3a62629c] {
    pointer-events: none;
}
.icons-container .right-top[data-v-3a62629c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icons-container .twomenu[data-v-3a62629c] {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
}
[data-v-3a62629c].el-popover {
  min-width: 100px !important;
}

.content[data-v-3967735f] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 230px;
  border: 1px solid #eee;
}
.content .previewClass[data-v-3967735f] {
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.content .previewClass .imgBox[data-v-3967735f] {
      padding: 0px;
      width: 100%;
      height: 75%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-3967735f] {
        position: relative;
        z-index: -1;
}
.content .previewClass .imgBox .playImg[data-v-3967735f] {
        position: absolute;
        z-index: 0;
        left: 35%;
        top: 20%;
        opacity: 1;
}
.content .previewClass .audioBox[data-v-3967735f] {
      position: relative;
}
.content .previewClass .audioBox .runningTime[data-v-3967735f] {
        position: absolute;
        bottom: 10%;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #959292;
}
.content .previewClass .pictextTit[data-v-3967735f] {
      height: 25%;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.content .previewClass .pictextTit b[data-v-3967735f] {
        display: block;
}
.content .previewClass .pictextTit div[data-v-3967735f] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        font-size: 14px;
}
.redColor[data-v-3967735f] {
  color: red;
}

.el-form-item[data-v-24cb3ec3] {
  margin-bottom: 0;
}


.materialManagementSumResDia .el-dialog__body{
  height:550px;
  overflow-y: auto;
}

[data-v-7e035553].el-card__header {
  background-color: rgba(0, 125, 255, 0.0823529) !important;
}
[data-v-7e035553].el-dialog__footer {
  text-align: center !important;
}
.demo-ruleForm .el-form-item__label[data-v-7e035553] {
  text-align: left !important;
}
.el-dialog__header[data-v-7e035553] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.box-card[data-v-7e035553] {
  width: 100%;
  margin-bottom: 20px !important;
}
.el-form-item[data-v-7e035553] {
  margin-bottom: 0;
}
.crudTitleBox[data-v-7e035553] {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crudBox[data-v-7e035553] {
  width: 95%;
  margin: 0 auto;
}
.checkbox-grid[data-v-7e035553] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

[data-v-298339e7].el-dialog__footer {
  text-align: center !important;
}
.el-dialog__header[data-v-298339e7] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.crudBox[data-v-298339e7] {
  width: 95%;
  margin: 20px auto;
}


.firstAuditMaterialDialog .el-dialog__body{
  height: 460px;
  overflow-y: auto;
}

.box-card[data-v-ea0e9ea4] {
  width: 100%;
  margin-bottom: 20px !important;
}
.el-form-item[data-v-ea0e9ea4] {
  margin-bottom: 0;
}
.redColor[data-v-ea0e9ea4] {
  color: red;
}
.audioBox[data-v-ea0e9ea4] {
  width: 200px;
  height: 170px;
}
.audioBox audio[data-v-ea0e9ea4] {
    width: 100%;
    height: 30px;
    display: block;
}
.aClass[data-v-ea0e9ea4] {
  text-decoration: none;
  color: #1e8ff8;
}
.aClass i[data-v-ea0e9ea4] {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}


.el-dialog.addMaterialDialog .el-dialog__body{
  padding: 20px;
}
.el-collapse-item.collapseBox.is-active .el-collapse-item__header.is-active{
  font-size: 15px;
}


.aClass[data-v-1561a810] {
  text-decoration: none;
  color: #1e8ff8;
}
.aClass i[data-v-1561a810] {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}


.el-dialog.materialEditDialog .el-dialog__body{
  padding: 20px;
  overflow-y: auto;
  height: 68vh;
}
.el-dialog.materialEditDialog .el-dialog__footer{
  border-top: 1px solid #efefef;
}
.el-collapse-item.collapseBox .el-collapse-item__header{
  font-size: 15px;
}

.audioBox[data-v-35bc46a3] {
  width: 200px;
  height: 170px;
}
.audioBox audio[data-v-35bc46a3] {
    width: 100%;
    height: 30px;
    display: block;
}
.aClass[data-v-35bc46a3] {
  text-decoration: none;
  color: #1e8ff8;
}
.aClass i[data-v-35bc46a3] {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}

[data-v-4835a72b].el-card__header {
  background-color: rgba(0, 125, 255, 0.0823529) !important;
}
[data-v-4835a72b].el-dialog__footer {
  text-align: center !important;
}
.demo-ruleForm .el-form-item__label[data-v-4835a72b] {
  text-align: left !important;
}
.el-dialog__header[data-v-4835a72b] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.box-card[data-v-4835a72b] {
  width: 100%;
  margin-bottom: 20px !important;
}
.el-form-item[data-v-4835a72b] {
  margin-bottom: 0;
}
.crudTitleBox[data-v-4835a72b] {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crudBox[data-v-4835a72b] {
  width: 95%;
  margin: 0 auto;
}
.checkbox-grid[data-v-4835a72b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}


.materialIndexTabBox .el-tabs__header.is-top{
  margin:0;
}
.materialIndexTabBox .el-tabs__content .el-card.basic-container__card.is-always-shadow{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.materialIndexTabBox .el-tabs__content .el-card__body{
  padding: 10px 0 !important;
}

.searchForm[data-v-308a3074] {
  height: 30px;
  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;
}
.searchForm .searchFormRight[data-v-308a3074] {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.searchForm .searchFormRight .buttonDiv[data-v-308a3074] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.cardBox[data-v-308a3074] {
  height: calc(100vh - 300px);
  width: 100%;
  overflow-y: auto;
  margin: 15px 0 5px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cardBox .el-col[data-v-308a3074] {
    margin-bottom: 40px;
}
.grid-content[data-v-308a3074] {
  position: relative;
  border-radius: 5px;
  background: #fff;
  position: relative;
  min-height: 230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border: 1px solid #dcdfe6;
}
.grid-content .common[data-v-308a3074] {
    position: absolute;
    top: -15px;
    width: 40%;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 99;
    font-size: 13px;
    border-radius: 5%;
}
.grid-content .expire[data-v-308a3074] {
    left: 0;
}
.grid-content .orangeBack[data-v-308a3074] {
    background: #f36f0a;
}
.grid-content .status[data-v-308a3074] {
    right: 0;
}
.grid-content .greenBack[data-v-308a3074] {
    background: #62d256;
}
.grid-content .redBack[data-v-308a3074] {
    background: #f5222d;
}
.grid-content .blueBack[data-v-308a3074] {
    background: #1890ff;
}
.grid-content .yellowBack[data-v-308a3074] {
    background: #ffe928;
}
.grid-content .stopInvalidMask[data-v-308a3074] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58%;
    opacity: 1;
    background: rgba(139, 133, 133, 0.3);
    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;
}
.grid-content .stopInvalidMask b[data-v-308a3074] {
      font-size: 25px;
}
.grid-content .maskCommon[data-v-308a3074] {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
}
.grid-content .mask[data-v-308a3074] {
    top: 0;
    height: 225px;
    padding: 5px 0 0 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.grid-content .mask .maskSetUp[data-v-308a3074] {
      list-style: none;
      margin: 0;
      padding: 0%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 20%;
}
.grid-content .mask .maskSetUp li[data-v-308a3074] {
        width: 20%;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 5px 0 0 0;
}
.grid-content .mask .maskSetUp li a[data-v-308a3074] {
          color: #fff;
}
.grid-content .mask .maskSetUp li a i[data-v-308a3074] {
            font-size: 18px;
}
.grid-content .mask .maskSetUp li b[data-v-308a3074] {
          display: block;
          font-weight: normal;
          font-size: 13px;
}
.grid-content .mask .maskBtn[data-v-308a3074] {
      height: 80%;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
}
.grid-content .mask .maskBtn > div[data-v-308a3074] {
      width: 100%;
      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;
}
.grid-content .mask button[data-v-308a3074] {
      width: 70%;
      background: transparent;
      color: #fff;
      padding: 7px 23px;
}
.grid-content .mask[data-v-308a3074]:hover {
      opacity: 1;
      background: rgba(0, 0, 0, 0.7);
}
.grid-content .descrip[data-v-308a3074] {
    height: 70px;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grid-content .descrip p[data-v-308a3074] {
      font-size: 14px;
      margin: 0;
      word-break: break-all;
}
.grid-content .bottomMask[data-v-308a3074] {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    width: 100%;
}
.grid-content .bottomMask .bottomMaskBtn[data-v-308a3074] {
      text-align: center;
}
.grid-content .bottomMask .bottomMaskBtn a[data-v-308a3074] {
        color: #fff;
}
.grid-content .bottomMask .bottomMaskBtn a i[data-v-308a3074] {
          font-size: 18px;
}
.grid-content .bottomMask .bottomMaskBtn b[data-v-308a3074] {
        display: block;
        font-weight: normal;
        font-size: 13px;
}
.grid-content .bottomMask[data-v-308a3074]:hover {
      opacity: 1;
      background: rgba(0, 0, 0, 0.7);
}
.pageBox[data-v-308a3074] {
  text-align: right;
}
.pageBox .el-pagination.is-background[data-v-308a3074] {
    padding: 14px 5px;
}

.crudTitleBox[data-v-26fbc1b8] {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crudBox[data-v-26fbc1b8] {
  width: 95%;
  margin: 0 auto;
}
.redColor[data-v-26fbc1b8] {
  color: red;
}

[data-v-554159a0] .el-dialog.digitalsmsSubmitAuditDialog .el-dialog__body {
  height: 70vh;
  overflow-y: auto;
}
.el-dialog__header[data-v-554159a0] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.el-form-item[data-v-554159a0] {
  margin-bottom: 0;
}
.crudBox[data-v-554159a0] {
  width: 95%;
  margin: 0 auto;
}
.checkbox-grid[data-v-554159a0] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.content[data-v-9206d0de] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-9206d0de] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-9206d0de] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: 192px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-9206d0de] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-9206d0de] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-9206d0de] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-9206d0de] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-9206d0de] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-9206d0de] {
        width: 80%;
}
.contHeight[data-v-9206d0de] {
  width: 244px;
  height: 400px;
  left: 6px;
}
.noscale[data-v-9206d0de] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.content[data-v-3eeac97f] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-3eeac97f] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-3eeac97f] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: 192px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-3eeac97f] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-3eeac97f] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-3eeac97f] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-3eeac97f] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-3eeac97f] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-3eeac97f] {
        width: 80%;
}
.contHeight[data-v-3eeac97f] {
  width: 244px;
  height: 400px;
  left: 6px;
}
.noscale[data-v-3eeac97f] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.topImgText[data-v-3eeac97f] {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topImgText .headerPic[data-v-3eeac97f] {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
}
.topImgText .headerPic .headerImg[data-v-3eeac97f] {
      margin: 0;
      width: 100%;
      height: 100%;
      border-style: none;
      border-radius: 70px;
      border-width: 0px;
      padding: 0px;
}
.buttonBox[data-v-3eeac97f] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buttonBox .flexButton[data-v-3eeac97f] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
    font-size: 16px;
    min-width: 0;
}
.buttonBox .flexButton[data-v-3eeac97f]:first-child {
      border: none;
}
.unsupported[data-v-3eeac97f] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-3eeac97f] {
    text-align: center;
    margin: 0 auto;
}

.content[data-v-16815afa] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 456px;
}
.content .previewClass[data-v-16815afa] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-16815afa] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: 456px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-16815afa] {
        position: relative;
        z-index: -1;
}
.contHeight[data-v-16815afa] {
  width: 244px;
  height: 456px;
  left: 6px;
}
.noscale[data-v-16815afa] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.unsupported[data-v-16815afa] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-16815afa] {
    text-align: center;
    margin: 0 auto;
}

.content[data-v-72693696] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-72693696] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-72693696] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-72693696] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-72693696] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-72693696] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-72693696] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-72693696] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-72693696] {
        width: 80%;
}
.contHeight[data-v-72693696] {
  width: 244px;
  height: 400px;
  left: 6px;
}
.noscale[data-v-72693696] {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.unsupported[data-v-72693696] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-72693696] {
    text-align: center;
    margin: 0 auto;
}

.content[data-v-43273876] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 510px;
}
.content .previewClass[data-v-43273876] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 510px;
}
.content .previewClass .imgBox[data-v-43273876] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-43273876] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-43273876] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-43273876] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-43273876] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-43273876] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-43273876] {
        width: 80%;
}
.unsupported[data-v-43273876] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-43273876] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}
.contHeight[data-v-43273876] {
  width: 244px;
  height: 510px;
  left: 6px;
}
.noscale[data-v-43273876] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.content[data-v-8efc4672] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 510px;
}
.content .previewClass[data-v-8efc4672] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 510px;
}
.content .previewClass .imgBox[data-v-8efc4672] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-8efc4672] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-8efc4672] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-8efc4672] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-8efc4672] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-8efc4672] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-8efc4672] {
        width: 80%;
}
.unsupported[data-v-8efc4672] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-8efc4672] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}
.contHeight[data-v-8efc4672] {
  width: 244px;
  height: 510px;
  left: 6px;
}
.noscale[data-v-8efc4672] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.content[data-v-a2293004] {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.content .editor-mask .outheight[data-v-a2293004] {
    height: 342px !important;
}
.content .editor-mask .out-container[data-v-a2293004] {
    /* width: 342px;
      height: 456px;
      opacity: 1;
      transition: all 0.5s;
      position: relative;
      background: #fff; */
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
}
.content .editor-mask .out-container .cont[data-v-a2293004] {
      top: 0px;
      left: 0px;
      width: 342px;
      height: 456px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-a2293004] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 100%;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-a2293004] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .bgBox[data-v-a2293004] {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90%;
      background: #3333335c;
}
.content .editor-mask .out-container .titDesc[data-v-a2293004] {
      position: absolute;
      bottom: 10px;
      z-index: 2;
      width: 298px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: white;
}
.content .editor-mask .out-container .titDesc[data-v-a2293004].el-input__inner {
        height: 30px;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc[data-v-a2293004].el-textarea__inner {
        min-height: 70px !important;
        height: 70px !important;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc b[data-v-a2293004] {
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
}
.content .editor-mask .out-container .titDesc p[data-v-a2293004] {
        font-size: 13px;
        margin: 0 auto;
        padding: 0;
        line-height: 1.8;
        word-break: break-all;
        letter-spacing: 0px;
}
.content .editor-mask .out-container .titDesc .buttonBox[data-v-a2293004] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-a2293004] {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-top: 10px;
          font-size: 16px;
          min-width: 0;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-a2293004]:first-child {
            background: rgba(224, 220, 220, 0.6);
            border: none;
}
.cont[data-v-a2293004] {
  position: relative;
}
.cont .bgBox[data-v-a2293004] {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 90%;
    background: #3333335c;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.cont .bgBox .titDesc[data-v-a2293004] {
      color: white;
}
.cont .bgBox .buttonBox[data-v-a2293004] {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.cont .bgBox .buttonBox .flexButton[data-v-a2293004] {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-top: 10px;
        font-size: 16px;
        min-width: 0;
}
.cont .bgBox .buttonBox .flexButton[data-v-a2293004]:first-child {
          background: rgba(224, 220, 220, 0.6);
          border: none;
}
.outheights[data-v-a2293004] {
  height: 456px !important;
}
.unsupported[data-v-a2293004] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-a2293004] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}
.contHeight[data-v-a2293004] {
  width: 244px;
  height: 456px;
  left: 6px;
}
.noscale[data-v-a2293004] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.content[data-v-7b9a610e] {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.content .editor-mask .outheight[data-v-7b9a610e] {
    height: 342px !important;
}
.content .editor-mask .out-container[data-v-7b9a610e] {
    /* width: 342px;
      height: 456px;
      opacity: 1;
      transition: all 0.5s;
      position: relative;
      background: #fff; */
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
}
.content .editor-mask .out-container .cont[data-v-7b9a610e] {
      top: 0px;
      left: 0px;
      width: 342px;
      height: 456px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-7b9a610e] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 100%;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle video[data-v-7b9a610e] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .bgBox[data-v-7b9a610e] {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90%;
      background: #3333335c;
}
.content .editor-mask .out-container .titDesc[data-v-7b9a610e] {
      position: absolute;
      bottom: 10px;
      z-index: 2;
      width: 298px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: white;
}
.content .editor-mask .out-container .titDesc[data-v-7b9a610e].el-input__inner {
        height: 30px;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc[data-v-7b9a610e].el-textarea__inner {
        min-height: 70px !important;
        height: 70px !important;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc b[data-v-7b9a610e] {
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
}
.content .editor-mask .out-container .titDesc p[data-v-7b9a610e] {
        font-size: 13px;
        margin: 0 auto;
        padding: 0;
        line-height: 1.8;
        word-break: break-all;
        letter-spacing: 0px;
}
.content .editor-mask .out-container .titDesc .buttonBox[data-v-7b9a610e] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-7b9a610e] {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-top: 10px;
          font-size: 16px;
          min-width: 0;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-7b9a610e]:first-child {
            background: rgba(224, 220, 220, 0.6);
            border: none;
}
.cont[data-v-7b9a610e] {
  position: relative;
}
.cont .bgBox[data-v-7b9a610e] {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 90%;
    background: #3333335c;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.cont .bgBox .titDesc[data-v-7b9a610e] {
      color: white;
}
.cont .bgBox .buttonBox[data-v-7b9a610e] {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.cont .bgBox .buttonBox .flexButton[data-v-7b9a610e] {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-top: 10px;
        font-size: 16px;
        min-width: 0;
}
.cont .bgBox .buttonBox .flexButton[data-v-7b9a610e]:first-child {
          background: rgba(224, 220, 220, 0.6);
          border: none;
}
.outheights[data-v-7b9a610e] {
  height: 456px !important;
}
.unsupported[data-v-7b9a610e] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-7b9a610e] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}
.contHeight[data-v-7b9a610e] {
  width: 244px;
  height: 456px;
  left: 6px;
}
.noscale[data-v-7b9a610e] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@charset "UTF-8";
.morePicText[data-v-797debfc] {
  width: 342px;
  height: 220px;
  border-radius: 0 0 10px 10px;
}
.morePicText[data-v-797debfc]::after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.morePicText .transformSacle[data-v-797debfc] {
    height: 300px;
    position: relative;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
}
.morePicText .transformSacleTab[data-v-797debfc] {
    height: auto;
    position: relative;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.morePicText .pictext[data-v-797debfc] {
    width: 342px;
    height: 193px;
    position: relative;
}
.morePicText .pictext .rich-text[data-v-797debfc] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
.morePicText .pictext .rich-text b[data-v-797debfc] {
        font-size: 17px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0px;
        color: white;
        text-align: left;
        font-weight: 500;
}
.morePicText .pictext .inputText[data-v-797debfc] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 52px;
      border: 1px dashed #2e95ff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.morePicText .pictext .inputText[data-v-797debfc].el-textarea__inner {
        min-height: 54px !important;
        height: 54px !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 17px !important;
        resize: none !important;
}
.morePicText .picTextList ul[data-v-797debfc] {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.morePicText .picTextList ul li[data-v-797debfc] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 68px;
}
.morePicText .picTextList ul li .aside[data-v-797debfc] {
        width: 53px;
        height: 53px;
        border: 1px dashed transparent;
        position: relative;
}
.morePicText .picTextList ul li img[data-v-797debfc] {
        width: 53px;
        height: 53px;
        position: absolute;
        top: 1px;
        left: 1px;
}
.morePicText .picTextList ul li .dialaing[data-v-797debfc] {
        width: 53px;
        height: 53px;
        border: 1px dashed #2e95ff;
        position: absolute;
        top: 0;
        left: 0;
}
.morePicText .picTextList ul li .richText[data-v-797debfc] {
        width: 230px;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.9;
        letter-spacing: 0px;
        color: black;
        text-align: left;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.morePicText .picTextList ul li .inputText[data-v-797debfc] {
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 230px;
        font-size: 14px;
        line-height: 1.9;
        border: 1px dashed #2e95ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.morePicText .picTextList ul li .inputText[data-v-797debfc].el-textarea__inner {
          min-height: 55px !important;
          height: 55px !important;
          padding: 0 !important;
          border: none !important;
          font-size: 14px !important;
          resize: none !important;
}
.aimViewMorePicText .transformSacleTab[data-v-797debfc] {
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

@charset "UTF-8";
.morePicText[data-v-b71a7f98] {
  width: 342px;
  height: 220px;
  border-radius: 0 0 10px 10px;
}
.morePicText[data-v-b71a7f98]::after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.morePicText .transformSacle[data-v-b71a7f98] {
    height: 300px;
    position: relative;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
}
.morePicText .transformSacleTab[data-v-b71a7f98] {
    height: auto;
    position: relative;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.morePicText .pictext[data-v-b71a7f98] {
    width: 342px;
    height: 193px;
    position: relative;
}
.morePicText .pictext .rich-text[data-v-b71a7f98] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
.morePicText .pictext .rich-text b[data-v-b71a7f98] {
        font-size: 17px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0px;
        color: white;
        text-align: left;
        font-weight: 500;
}
.morePicText .pictext .inputText[data-v-b71a7f98] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 52px;
      border: 1px dashed #2e95ff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.morePicText .pictext .inputText[data-v-b71a7f98].el-textarea__inner {
        min-height: 54px !important;
        height: 54px !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 17px !important;
        resize: none !important;
}
.morePicText .picTextList ul[data-v-b71a7f98] {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.morePicText .picTextList ul li[data-v-b71a7f98] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 68px;
}
.morePicText .picTextList ul li .aside[data-v-b71a7f98] {
        width: 53px;
        height: 53px;
        border: 1px dashed transparent;
        position: relative;
}
.morePicText .picTextList ul li img[data-v-b71a7f98] {
        width: 53px;
        height: 53px;
        position: absolute;
        top: 1px;
        left: 1px;
}
.morePicText .picTextList ul li .dialaing[data-v-b71a7f98] {
        width: 53px;
        height: 53px;
        border: 1px dashed #2e95ff;
        position: absolute;
        top: 0;
        left: 0;
}
.morePicText .picTextList ul li .richText[data-v-b71a7f98] {
        width: 230px;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.9;
        letter-spacing: 0px;
        color: black;
        text-align: left;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.morePicText .picTextList ul li .inputText[data-v-b71a7f98] {
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 230px;
        font-size: 14px;
        line-height: 1.9;
        border: 1px dashed #2e95ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.morePicText .picTextList ul li .inputText[data-v-b71a7f98].el-textarea__inner {
          min-height: 55px !important;
          height: 55px !important;
          padding: 0 !important;
          border: none !important;
          font-size: 14px !important;
          resize: none !important;
}
.aimViewMorePicText .transformSacleTab[data-v-b71a7f98] {
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.unsupported[data-v-b71a7f98] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-b71a7f98] {
    text-align: center;
    margin: 0 auto;
}

.sideslipContent[data-v-30c1d3cd] {
  position: relative;
  height: 220px;
  overflow: hidden;
  z-index: 0;
}
.sideslipContent .previewClass[data-v-30c1d3cd] {
    width: 342px;
    height: 384px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow-y: hidden;
}
.sideslipContent .previewClass .morePictext[data-v-30c1d3cd] {
      width: 2300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 4px;
}
.sideslipContent .previewClass .morePictext .item[data-v-30c1d3cd] {
        width: 210px;
        border: 1px solid #dcdfe6;
        margin-right: 16px;
        border-radius: 8px;
        height: auto;
        padding-bottom: 20px;
        background: #fff;
}
.sideslipContent .previewClass .morePictext .item .imgBox[data-v-30c1d3cd] {
          padding: 0px;
          border-radius: 0px;
          border-width: 0px;
          border-style: none;
          width: 100%;
          height: auto;
          overflow: hidden;
}
.sideslipContent .previewClass .morePictext .item .imgBox img[data-v-30c1d3cd] {
            position: relative;
            border-radius: 8px 8px 0 0;
            height: 208px;
}
.sideslipContent .previewClass .morePictext .item .pictextTit[data-v-30c1d3cd] {
          height: auto;
          overflow: hidden;
}
.sideslipContent .previewClass .morePictext .item .pictextTit b[data-v-30c1d3cd] {
            color: #333;
            min-height: 20px;
            line-height: 20px;
            font-size: 15px;
            margin-left: 12px;
            margin-bottom: 8px;
            margin-top: 3px;
            padding-right: 4px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-weight: 700;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
}
.sideslipContent .previewClass .morePictext .item .pictextTit p[data-v-30c1d3cd] {
            color: #666;
            height: 36px;
            line-height: 18px;
            font-size: 14px;
            margin-left: 12px;
            margin-bottom: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin: 10px 12px 15px;
}
.sideslipContent .previewClass .morePictext .item .btn[data-v-30c1d3cd] {
          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;
}
.sideslipContent .previewClass .morePictext .item .btn button[data-v-30c1d3cd] {
            text-align: center;
            width: 80%;
            margin: 0 auto;
            height: 40px;
            border-radius: 20px;
            background-color: #007dff;
            color: #fff;
            font-size: 17px;
}
.tabContent[data-v-30c1d3cd] {
  width: 312px;
  height: 573px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: 87%;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 66px 0 0 0;
  overflow: hidden;
  position: relative;
}
.noscale[data-v-30c1d3cd] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.unsupported[data-v-30c1d3cd] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-30c1d3cd] {
    text-align: center;
    margin: 0 auto;
}

@charset "UTF-8";
.content[data-v-dd4e2134] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-dd4e2134] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-dd4e2134] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 307px;
      height: 102px;
      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;
      margin: 0 auto;
}
.content .previewClass .imgBox img[data-v-dd4e2134] {
        position: relative;
        z-index: -1;
        border-radius: 8px;
}
.content .previewClass .pictextTit[data-v-dd4e2134] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-dd4e2134] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-dd4e2134] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.content .previewClass .list[data-v-dd4e2134] {
      margin: 0 10px;
}
.content .previewClass .list ul[data-v-dd4e2134] {
        list-style: none;
        margin: 0;
        padding: 0;
}
.content .previewClass .list ul li[data-v-dd4e2134] {
          height: 30px;
          line-height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 5px 0;
}
.content .previewClass .list ul li b[data-v-dd4e2134] {
            display: block;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            color: #dcbb84;
}
.content .previewClass .list ul li span[data-v-dd4e2134] {
            background-color: transparent;
            font-family: 微软雅黑;
            color: #606060;
            text-align: left;
            letter-spacing: 0px;
            font-size: 16px;
            text-decoration: none;
            line-height: 1.5;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-style: normal;
            width: 80px;
}
.content .previewClass .btn[data-v-dd4e2134] {
      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;
      margin: 20px auto 26px;
      width: 307px;
      display: flex;
}
.content .previewClass .btn button[data-v-dd4e2134] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background-color: #007dff;
        font-weight: 700;
}
.content .previewClass .btn .twoBtn[data-v-dd4e2134] {
        background-color: #e5e5e5;
        color: #007dff;
        border: 1px solid #e5e5e5;
}
.contHeight[data-v-dd4e2134] {
  width: 244px;
  height: 400px;
  background: #f2f2f2;
  left: 6px;
}

@charset "UTF-8";
.content[data-v-3e18c884] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-3e18c884] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 364px;
}
.content .previewClass .imgBox[data-v-3e18c884] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 307px;
      height: 102px;
      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;
      margin: 0 auto;
}
.content .previewClass .imgBox img[data-v-3e18c884] {
        position: relative;
        z-index: -1;
        border-radius: 8px;
}
.content .previewClass .pictextTit[data-v-3e18c884] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-3e18c884] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-3e18c884] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.content .previewClass .enhancement[data-v-3e18c884] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 10px;
}
.content .previewClass .enhancement p[data-v-3e18c884] {
        background-color: transparent;
        font-family: 微软雅黑;
        color: black;
        text-align: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 1.5;
        text-decoration: none;
        font-size: 24px;
        opacity: 1;
        font-style: normal;
        font-weight: 700;
        height: 45px;
        color: #dcbb84;
        margin: 0 10px 0 0;
}
.content .previewClass .enhancement span[data-v-3e18c884] {
        background-color: transparent;
        font-family: 微软雅黑;
        color: #606060;
        text-align: left;
        letter-spacing: 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 1.5;
        text-decoration: none;
        font-size: 14px;
        opacity: 1;
        font-style: normal;
        font-weight: normal;
        height: 23px;
        display: block;
}
.content .previewClass .list[data-v-3e18c884] {
      margin: 0 10px;
}
.content .previewClass .list ul[data-v-3e18c884] {
        list-style: none;
        margin: 0;
        padding: 0;
}
.content .previewClass .list ul li[data-v-3e18c884] {
          height: 30px;
          line-height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 5px 0;
}
.content .previewClass .list ul li b[data-v-3e18c884] {
            display: block;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            color: #dcbb84;
}
.content .previewClass .list ul li span[data-v-3e18c884] {
            background-color: transparent;
            font-family: 微软雅黑;
            color: #606060;
            text-align: left;
            letter-spacing: 0px;
            font-size: 16px;
            text-decoration: none;
            line-height: 1.5;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-style: normal;
            width: 80px;
}
.content .previewClass .btn[data-v-3e18c884] {
      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;
      margin: 20px auto 26px;
      width: 307px;
      display: flex;
}
.content .previewClass .btn button[data-v-3e18c884] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background-color: #007dff;
        font-weight: 700;
}
.content .previewClass .btn .twoBtn[data-v-3e18c884] {
        background-color: #e5e5e5;
        color: #007dff;
        border: 1px solid #e5e5e5;
}
.contHeight[data-v-3e18c884] {
  width: 244px;
  height: 400px;
  background: #f2f2f2;
  left: 6px;
}

.morePicText[data-v-2e503afa] {
  width: 342px;
  height: 220px;
  border-radius: 0 0 10px 10px;
}
.morePicText[data-v-2e503afa]::after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.morePicText .unsupported[data-v-2e503afa] {
    width: 240px;
    height: 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
}
.morePicText .unsupported div[data-v-2e503afa] {
      text-align: center;
      margin: 0 auto;
}
.morePicText .transformSacle[data-v-2e503afa] {
    height: 300px;
    position: relative;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
}
.morePicText .transformSacleTab[data-v-2e503afa] {
    height: auto;
    position: relative;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.morePicText .moreGoods[data-v-2e503afa] {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffdada;
    background-image: url(https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/goodsBg.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.morePicText .moreGoods .title[data-v-2e503afa] {
      font-size: 20px;
      color: #fff;
      text-align: center;
      line-height: 36px;
      height: 36px;
      background-color: initial;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 15px 0 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
}
.morePicText .moreGoods .title[data-v-2e503afa].el-input {
        width: auto !important;
}
.morePicText .moreGoods .title[data-v-2e503afa].el-input__inner {
        width: 280px !important;
        background-color: transparent !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px dashed #2e95ff;
}
.morePicText .moreGoods .title .title-name[data-v-2e503afa] {
        width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
}
.morePicText .moreGoods .title .title-icon[data-v-2e503afa] {
        color: #ff0d51;
        background-color: #fff;
        display: inline-block;
        border-radius: 20px;
        width: 30px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-left: 6px;
}
.morePicText .moreGoods[data-v-2e503afa].el-input {
      width: auto !important;
}
.morePicText .moreGoods[data-v-2e503afa].el-input__inner {
      width: 340px !important;
      background-color: transparent !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed #2e95ff;
}
.morePicText .moreGoods .subhead[data-v-2e503afa] {
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 24px;
      height: 24px;
      background-color: initial;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 12px;
}
.morePicText .moreGoods .content .content-item[data-v-2e503afa] {
      background-color: #fff;
      height: 122px;
      width: 324px;
      margin: 0 auto;
      border-radius: 8px;
      margin-bottom: 10px;
      padding: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.morePicText .moreGoods .content .content-item .content-item-imgBox[data-v-2e503afa] {
        width: 106px;
        height: 106px;
}
.morePicText .moreGoods .content .content-item .content-item-imgBox img[data-v-2e503afa] {
          width: 100%;
          height: 100%;
          border-radius: 8px;
}
.morePicText .moreGoods .content .content-item .content-item-good[data-v-2e503afa] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 12px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-name[data-v-2e503afa] {
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          word-break: break-all;
          line-height: 22px;
          margin-bottom: 4px;
          height: 44px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-tags[data-v-2e503afa] {
          height: 20px;
          margin-bottom: 8px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-2e503afa] {
            border: 1px solid #fa2a2d;
            color: #fa2a2d;
            border-radius: 3px;
            font-size: 12px;
            padding: 0 3px;
            max-width: 84px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-2e503afa]:first-child {
              margin-right: 3px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox[data-v-2e503afa] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          line-height: 30px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price[data-v-2e503afa] {
            font-size: 18px;
            color: #fa2a2d;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-symbol[data-v-2e503afa] {
              font-size: 15px;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-money[data-v-2e503afa] {
              display: inline-block;
              max-width: 98px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
}
.morePicText .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-button[data-v-2e503afa] {
            background-color: #fa2a2d;
            padding: 5px 0;
            width: 100px;
}
.aimViewMorePicText .transformSacleTab[data-v-2e503afa] {
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.noscale[data-v-2e503afa] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.morePicText[data-v-23afa529] {
  width: 342px;
  height: 220px;
  border-radius: 0 0 10px 10px;
}
.morePicText[data-v-23afa529]::after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.morePicText .unsupported[data-v-23afa529] {
    width: 342px;
    height: 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
}
.morePicText .unsupported div[data-v-23afa529] {
      text-align: center;
      margin: 0 auto;
}
.morePicText .transformSacle[data-v-23afa529] {
    height: 300px;
    position: relative;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
}
.morePicText .transformSacleTab[data-v-23afa529] {
    height: auto;
    position: relative;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding-bottom: 20px;
}
.morePicText .out-container[data-v-23afa529] {
    width: 342px;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.morePicText .out-container .canvas[data-v-23afa529] {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
}
.morePicText .out-container .canvas .bg-img[data-v-23afa529] {
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
        border-radius: 32px;
}
.morePicText .out-container .canvas .z-drr-container[data-v-23afa529] {
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-color: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods[data-v-23afa529] {
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background-color: #f32c3d;
          background-position: top;
          background-size: 100% auto;
          background-repeat: no-repeat;
          padding-bottom: 10px;
          border-radius: 10px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .title[data-v-23afa529] {
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 36px;
            height: 36px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 15px 0 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .title[data-v-23afa529].el-input {
              width: auto !important;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .title[data-v-23afa529].el-input__inner {
              width: 280px !important;
              background-color: transparent !important;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              border: 1px dashed #2e95ff;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .title .title-name[data-v-23afa529] {
              width: 280px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: block;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .title .title-icon[data-v-23afa529] {
              color: #ff0d51;
              background-color: #fff;
              display: inline-block;
              border-radius: 20px;
              width: 30px;
              height: 20px;
              line-height: 20px;
              font-size: 14px;
              margin-left: 6px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods[data-v-23afa529].el-input {
            width: auto !important;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods[data-v-23afa529].el-input__inner {
            width: 340px !important;
            background-color: transparent !important;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 1px dashed #2e95ff;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .subhead[data-v-23afa529] {
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 24px;
            height: 24px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 12px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item[data-v-23afa529] {
            background-color: #fff5eb;
            height: 90px;
            width: 324px;
            margin: 0 auto;
            border-radius: 8px;
            margin-bottom: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left[data-v-23afa529] {
              width: 104px;
              height: 100%;
              text-align: center;
              padding-top: 20px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: relative;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left span[data-v-23afa529] {
                background-color: #feded6;
                border-radius: 7px 0 7px 0;
                padding: 3px 5px;
                position: absolute;
                left: 0;
                top: 0;
                color: #fa282b;
                font-size: 12px;
                max-width: 82px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left em[data-v-23afa529] {
                font-style: normal;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left b[data-v-23afa529] {
                font-size: 19px;
                line-height: 44px;
                display: inline-block;
                max-width: 76px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fa282b;
                font-weight: normal;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left p[data-v-23afa529] {
                font-size: 12px;
                color: #a62929;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 0;
                padding: 0;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right[data-v-23afa529] {
              border-left: 3px solid #febab4;
              height: 72px;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              padding: 0 8px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: relative;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-name[data-v-23afa529] {
                color: #a62929;
                font-size: 13px;
                font-weight: 700;
                height: 40px;
                line-height: 20px;
                margin-bottom: 17px;
                word-break: break-all;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-align: left;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-date[data-v-23afa529] {
                color: #a62929;
                font-size: 12px;
                text-align: left;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 200px;
                display: inline-block;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-date[data-v-23afa529].el-button {
                  width: 58px;
                  height: 26px;
                  border-radius: 27px;
                  background-color: #ffbf00;
                  color: #fff;
                  text-align: center;
                  font-size: 12px;
                  position: absolute;
                  bottom: -6px;
                  right: 4px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  border: none;
                  padding: 2px 0;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good[data-v-23afa529] {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              margin-left: 12px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-name[data-v-23afa529] {
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-break: break-all;
                line-height: 22px;
                margin-bottom: 4px;
                height: 44px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags[data-v-23afa529] {
                height: 20px;
                margin-bottom: 8px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-23afa529] {
                  border: 1px solid #fa2a2d;
                  color: #fa2a2d;
                  border-radius: 3px;
                  font-size: 12px;
                  padding: 0 3px;
                  max-width: 84px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  display: inline-block;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-23afa529]:first-child {
                    margin-right: 3px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox[data-v-23afa529] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                line-height: 30px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price[data-v-23afa529] {
                  font-size: 18px;
                  color: #fa2a2d;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-symbol[data-v-23afa529] {
                    font-size: 15px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-money[data-v-23afa529] {
                    display: inline-block;
                    max-width: 98px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-button[data-v-23afa529] {
                  background-color: #fa2a2d;
                  padding: 5px 0;
                  width: 100px;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .btn[data-v-23afa529] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.morePicText .out-container .canvas .z-drr-container .moreGoods .btn[data-v-23afa529].el-button {
              width: 290px;
              background-color: #ffbf00;
              border-radius: 20px;
              font-size: 16px;
              margin: 0 auto;
              border: none;
}
.morePicText .out-container .canvas .z-active[data-v-23afa529] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px dashed #2e95ff;
        overflow: hidden;
        z-index: 999;
}
.aimViewMorePicText .transformSacleTab[data-v-23afa529] {
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.noscale[data-v-23afa529] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

p[data-v-3a1dc0f4] {
  margin: 0;
  padding: 0;
}
.morePicText[data-v-3a1dc0f4] {
  width: 342px;
  height: 220px;
  border-radius: 0 0 10px 10px;
}
.morePicText[data-v-3a1dc0f4]::after {
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.morePicText .unsupported[data-v-3a1dc0f4] {
    width: 342px;
    height: 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
}
.morePicText .unsupported div[data-v-3a1dc0f4] {
      text-align: center;
      margin: 0 auto;
}
.morePicText .transformSacle[data-v-3a1dc0f4] {
    height: 300px;
    position: relative;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
}
.morePicText .transformSacleTab[data-v-3a1dc0f4] {
    height: auto;
    position: relative;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    overflow: hidden;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding-bottom: 20px;
}
.morePicText .out-container[data-v-3a1dc0f4] {
    width: 342px;
    height: 364px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: url("https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/cardVoucherBg.png");
    background-size: 100%;
    cursor: pointer;
}
.morePicText .out-container .moneyInfo[data-v-3a1dc0f4] {
      padding-top: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.morePicText .out-container .moneyInfo .content_top[data-v-3a1dc0f4] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fa282b;
        height: 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.morePicText .out-container .moneyInfo .content_top_text1[data-v-3a1dc0f4] {
        font-size: 20px;
        margin-right: 0;
        white-space: nowrap;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.morePicText .out-container .moneyInfo .content_top_text2[data-v-3a1dc0f4] {
        font-size: 46px;
        margin-right: 10px;
        font-weight: 700;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.morePicText .out-container .moneyInfo .content_top_textBox .content_top_text3[data-v-3a1dc0f4] {
        border: 1px solid #fa282b;
        padding: 1px 3px;
        border-radius: 4px;
        height: 20px;
        max-width: 80px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        margin-bottom: 2px;
        display: inline-block;
}
.morePicText .out-container .moneyInfo .content_top_textBox .content_top_text4[data-v-3a1dc0f4] {
        font-size: 17px;
        max-width: 136px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.morePicText .out-container .moneyInfo .content_middle[data-v-3a1dc0f4] {
        text-align: center;
        color: #a62929;
        font-size: 13px;
        font-weight: 700;
        max-height: 34px;
        width: 280px;
        margin: 0 auto 8px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.morePicText .out-container .moneyInfo .content_bottom[data-v-3a1dc0f4] {
        text-align: center;
        color: #a62929;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80%;
        margin: 0 auto;
}
.morePicText .out-container .tx[data-v-3a1dc0f4] {
      width: 70px;
      height: 70px;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      top: 180px;
      bottom: 10px;
      right: 20px;
      border-radius: 70px;
}
.morePicText .out-container .tx img[data-v-3a1dc0f4] {
        width: 70px;
        height: 70px;
        border-radius: 50%;
}
.morePicText .out-container[data-v-3a1dc0f4] .el-button {
      width: 290px;
      height: 40px;
      background-color: #ffbf00;
      border-radius: 20px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      position: absolute;
      bottom: 35px;
      left: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: none;
}
.morePicText .oppo_out-container[data-v-3a1dc0f4] {
    width: 342px;
    height: 364px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: url("https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/cardVoucherBgOPPO.png");
    background-size: 100%;
    cursor: pointer;
}
.morePicText .oppo_out-container .moneyInfo[data-v-3a1dc0f4] {
      padding-top: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.morePicText .oppo_out-container .moneyInfo .content_top[data-v-3a1dc0f4] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fa282b;
        height: 50px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 45px;
}
.morePicText .oppo_out-container .moneyInfo .content_top_text1[data-v-3a1dc0f4] {
        font-size: 20px;
        margin-right: 0;
        white-space: nowrap;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.morePicText .oppo_out-container .moneyInfo .content_top_text2[data-v-3a1dc0f4] {
        font-size: 46px;
        margin-right: 10px;
        font-weight: 700;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.morePicText .oppo_out-container .moneyInfo .content_top_textBox .content_top_text3[data-v-3a1dc0f4] {
        border: 0;
        padding: 1px 3px;
        border-radius: 4px;
        height: 20px;
        max-width: 80px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        margin-bottom: 2px;
        display: inline-block;
        background-color: #ffe2c1;
        color: #873607;
}
.morePicText .oppo_out-container .moneyInfo .content_top_textBox .content_top_text4[data-v-3a1dc0f4] {
        font-size: 17px;
        max-width: 136px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.morePicText .oppo_out-container .moneyInfo .content_middle[data-v-3a1dc0f4] {
        height: 24px;
        line-height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 20px;
        color: #873607;
        display: block;
        text-align: center;
}
.morePicText .oppo_out-container .moneyInfo .content_bottom[data-v-3a1dc0f4] {
        text-align: center;
        color: #c98e6d;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80%;
        margin: 0 auto;
}
.morePicText .oppo_out-container .tx[data-v-3a1dc0f4] {
      width: 52px;
      height: 52px;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      top: 205px;
      bottom: 10px;
      right: 20px;
      border-radius: 70px;
}
.morePicText .oppo_out-container .tx img[data-v-3a1dc0f4] {
        width: 70px;
        height: 70px;
        border-radius: 50%;
}
.morePicText .oppo_out-container[data-v-3a1dc0f4] .el-button {
      width: 300px;
      height: 50px;
      background-color: #fffaf8;
      border-radius: 25px;
      text-align: center;
      color: #873607;
      font-size: 16px;
      position: absolute;
      bottom: 27px;
      left: 21px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: none;
}
.aimViewMorePicText .transformSacleTab[data-v-3a1dc0f4] {
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.noscale[data-v-3a1dc0f4] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@charset "UTF-8";
.content[data-v-172f40b3] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .editor-mask[data-v-172f40b3] {
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
}
.content .editor-mask .unsupported[data-v-172f40b3] {
      width: 342px;
      height: 384px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: center;
}
.content .editor-mask .unsupported div[data-v-172f40b3] {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
}
.content .editor-mask .out-container[data-v-172f40b3] {
      width: 342px;
      height: 456px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
}
.content .editor-mask .out-container .tx[data-v-172f40b3] {
        position: absolute;
        top: 44px;
        left: 136px;
        width: 70px;
        height: 70px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 0;
}
.content .editor-mask .out-container .tx img[data-v-172f40b3] {
          width: 68px;
          height: 68px;
          border-radius: 50%;
}
.content .editor-mask .out-container .redPacketName[data-v-172f40b3] {
        position: absolute;
        top: 128px;
        left: 0px;
        width: 342px;
        height: 23px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
}
.content .editor-mask .out-container .redPacketName[data-v-172f40b3].el-input__inner {
          height: 23px;
          background: transparent;
          text-align: center;
          border: 1px dashed #2e95ff;
          color: #fff;
}
.content .editor-mask .out-container .redPacketName b[data-v-172f40b3] {
          display: block;
          height: 21px;
          color: #fff;
          text-align: center;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.content .editor-mask .out-container .redPacketCont[data-v-172f40b3] {
        position: absolute;
        top: 196px;
        left: 0px;
        width: 342px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
        color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.content .editor-mask .out-container .redPacketCont b[data-v-172f40b3] {
          height: 40px;
          display: block;
          text-align: center;
          font-size: 24px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
}
.content .editor-mask .out-container .redPacketCont p[data-v-172f40b3] {
          text-align: center;
          padding: 0;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 280px;
          height: 69px;
          margin: 10px 0 0 0;
}
.content .editor-mask .out-container .redPacketCont[data-v-172f40b3].el-button {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: normal;
          text-decoration: none;
          letter-spacing: 0px;
          color: white;
          text-align: center;
          background: linear-gradient(135deg, white 0%, #ffad47 40%, #ffad47 40%, #ff8d16 100%);
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-style: none;
          border-radius: 32px;
          border-width: 0px;
          padding: 0px;
          -webkit-animation: initial;
                  animation: initial;
          width: 202px;
          height: 40px;
          margin: 60px 0 0 0;
}
.content .editor-mask .xiaomi-container[data-v-172f40b3] {
      width: 342px;
      height: 178px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
}
.content .editor-mask .xiaomi-container .tx[data-v-172f40b3] {
        position: absolute;
        padding: 0px;
        border-width: 0px;
        border-radius: 70px;
        border-style: none;
        z-index: 0;
        top: 28px;
        width: 54px;
        height: 54px;
        left: 17px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .xiaomi-container .tx img[data-v-172f40b3] {
          height: 54px;
          width: 54px;
          border-radius: 70px;
}
.content .editor-mask .xiaomi-container .redPacketCont[data-v-172f40b3] {
        position: absolute;
        top: 22px;
        left: 0;
        width: 342px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
        color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.content .editor-mask .xiaomi-container .redPacketCont b[data-v-172f40b3] {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: left;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          z-index: 2;
          top: 22px;
          width: 240px;
          height: 24px;
          margin-left: 82px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
}
.content .editor-mask .xiaomi-container .redPacketCont p[data-v-172f40b3] {
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: left;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          z-index: 2;
          width: 240px;
          height: 72px;
          margin: 0 0 0 82px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
}
.content .editor-mask .xiaomi-container .redPacketCont .btn[data-v-172f40b3] {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: bold;
          text-decoration: none;
          letter-spacing: 0px;
          color: #5f1801;
          text-align: center;
          background: #ffe299;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-style: none;
          border-radius: 32px;
          border-width: 0px;
          padding: 0px;
          -webkit-animation: initial;
                  animation: initial;
          z-index: 3;
          top: 100px;
          width: 308px;
          height: 50px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
}
.content .editor-mask .oppo-container[data-v-172f40b3] {
      width: 342px;
      height: 456px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
}
.content .editor-mask .oppo-container .tx[data-v-172f40b3] {
        position: absolute;
        padding: 0px;
        border-width: 0px;
        border-radius: 70px;
        border-style: none;
        z-index: 0;
        top: 25px;
        width: 24px;
        height: 24px;
        left: 23px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .oppo-container .tx img[data-v-172f40b3] {
          height: 24px;
          width: 24px;
          border-radius: 70px;
}
.content .editor-mask .oppo-container .redPacketName[data-v-172f40b3] {
        position: absolute;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 1.5;
        color: white;
        text-align: left;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 2;
        top: 25px;
        width: 260px;
        height: 24px;
        left: 55px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .oppo-container .redPacketName b[data-v-172f40b3] {
          display: block;
          height: 21px;
          color: #fff;
          text-align: left;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.content .editor-mask .oppo-container .redPacketCont[data-v-172f40b3] {
        position: absolute;
        top: 266px;
        left: 0px;
        width: 342px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
        color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.content .editor-mask .oppo-container .redPacketCont b[data-v-172f40b3] {
          height: 40px;
          display: block;
          text-align: center;
          font-size: 24px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
}
.content .editor-mask .oppo-container .redPacketCont p[data-v-172f40b3] {
          text-align: center;
          padding: 0;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 280px;
          height: 69px;
          margin: 10px 0 0 0;
}
.content .editor-mask .oppo-container .redPacketCont .btn[data-v-172f40b3] {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: bold;
          text-decoration: none;
          letter-spacing: 0px;
          color: #5f1801;
          text-align: center;
          background: #ffe299;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-style: none;
          border-radius: 32px;
          border-width: 0px;
          padding: 0px;
          -webkit-animation: initial;
                  animation: initial;
          z-index: 3;
          top: 100px;
          width: 308px;
          height: 50px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
}
.content .editor-mask .vivo-container[data-v-172f40b3] {
      width: 342px;
      height: 456px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
}
.content .editor-mask .vivo-container .tx[data-v-172f40b3] {
        position: absolute;
        padding: 0px;
        border-width: 0px;
        border-radius: 70px;
        border-style: none;
        z-index: 0;
        top: 93px;
        width: 70px;
        height: 70px;
        left: 136px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .vivo-container .tx img[data-v-172f40b3] {
          height: 70px;
          width: 70px;
          border-radius: 70px;
}
.content .editor-mask .vivo-container .redPacketName[data-v-172f40b3] {
        position: absolute;
        top: 128px;
        left: 0px;
        width: 342px;
        height: 23px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
}
.content .editor-mask .vivo-container .redPacketName b[data-v-172f40b3] {
          display: block;
          height: 21px;
          color: #fff;
          text-align: center;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.content .editor-mask .vivo-container .redPacketCont[data-v-172f40b3] {
        position: absolute;
        top: 196px;
        left: 0px;
        width: 342px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
        color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.content .editor-mask .vivo-container .redPacketCont b[data-v-172f40b3] {
          height: 40px;
          display: block;
          text-align: center;
          font-size: 24px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
}
.content .editor-mask .vivo-container .redPacketCont p[data-v-172f40b3] {
          text-align: center;
          padding: 0;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 280px;
          height: 69px;
          margin: 10px 0 0 0;
}
.content .editor-mask .vivo-container .redPacketCont .btn[data-v-172f40b3] {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: normal;
          text-decoration: none;
          letter-spacing: 0px;
          color: white;
          text-align: center;
          background: inherit;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 2px solid white;
          border-radius: 32px;
          padding: 0px;
          -webkit-animation: initial;
                  animation: initial;
          z-index: 3;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          line-height: 52px;
          height: 52px;
          width: 206px;
          margin: 40px 0 0 0;
}
.content .editor-mask .sanxing-container[data-v-172f40b3] {
      width: 342px;
      height: 456px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      position: relative;
}
.content .editor-mask .sanxing-container .tx[data-v-172f40b3] {
        position: absolute;
        padding: 0px;
        border-width: 0px;
        border-radius: 70px;
        border-style: none;
        z-index: 0;
        top: 67px;
        width: 92px;
        height: 92px;
        left: 125px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .sanxing-container .tx img[data-v-172f40b3] {
          height: 92px;
          width: 92px;
          border-radius: 70px;
}
.content .editor-mask .sanxing-container .redPacketName[data-v-172f40b3] {
        position: absolute;
        z-index: 2;
        top: 164px;
        width: 342px;
        height: 23px;
        left: 0px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
}
.content .editor-mask .sanxing-container .redPacketName b[data-v-172f40b3] {
          display: block;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.content .editor-mask .sanxing-container .redPacketCont[data-v-172f40b3] {
        position: absolute;
        z-index: 2;
        top: 226px;
        width: 342px;
        height: 298px;
        left: 0px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        color: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.content .editor-mask .sanxing-container .redPacketCont b[data-v-172f40b3] {
          height: 40px;
          display: block;
          text-align: center;
          font-size: 24px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
}
.content .editor-mask .sanxing-container .redPacketCont p[data-v-172f40b3] {
          text-align: center;
          padding: 0;
          font-size: 14px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          letter-spacing: 0px;
          line-height: 1.5;
          color: white;
          text-align: center;
          background-color: transparent;
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 280px;
          height: 69px;
          margin: 10px 0 0 0;
}
.content .editor-mask .sanxing-container .redPacketCont .btn[data-v-172f40b3] {
          font-size: 16px;
          font-family: 微软雅黑;
          font-style: normal;
          font-weight: bold;
          text-decoration: none;
          letter-spacing: 0px;
          color: #fcfcfc;
          text-align: center;
          background: rgba(255, 0, 120, 0.2);
          opacity: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-style: none;
          border-radius: 32px;
          border-width: 0px;
          padding: 0px;
          -webkit-animation: initial;
                  animation: initial;
          z-index: 3;
          top: 396px;
          width: 342px;
          height: 60px;
          left: 0px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          line-height: 60px;
          height: 60px;
          width: 342px;
}
.contHeight[data-v-172f40b3] {
  width: 244px;
  height: 400px;
  left: 6px;
}
.noscale[data-v-172f40b3] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.content[data-v-79fff9b6] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 220px;
}
.content .previewClass[data-v-79fff9b6] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 100%;
}
.content .previewClass .imgBox[data-v-79fff9b6] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: 192px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-79fff9b6] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-79fff9b6] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-79fff9b6] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-79fff9b6] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-79fff9b6] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-79fff9b6] {
        width: 80%;
}
.contHeight[data-v-79fff9b6] {
  width: 244px;
  height: 400px;
  left: 6px;
}
.noscale[data-v-79fff9b6] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.el-carousel__item.is-active.is-animating[data-v-79fff9b6] {
  height: 100%;
}
.previewBigQuare[data-v-79fff9b6] {
  height: 540px;
}
.previewBigVertical[data-v-79fff9b6] {
  height: 620px;
}
.imgSmallQuare[data-v-79fff9b6] {
  height: 340px !important;
}
.imgSmallVertical[data-v-79fff9b6] {
  height: 461px !important;
}
.unsupported[data-v-79fff9b6] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-79fff9b6] {
    text-align: center;
    margin: 0 auto;
}

.content[data-v-7a23bf8c] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 660px;
}
.content .previewClass[data-v-7a23bf8c] {
    margin-left: 1px;
    margin-right: 0px;
    width: 340px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(0.71345);
            transform: scale(0.71345);
    height: 630px;
}
.content .previewClass .imgBox[data-v-7a23bf8c] {
      padding: 0px;
      border-radius: 0px;
      border-width: 0px;
      border-style: none;
      width: 100%;
      height: 463px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-7a23bf8c] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-7a23bf8c] {
      margin: 15px 10px 0;
}
.content .previewClass .pictextTit b[data-v-7a23bf8c] {
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
}
.content .previewClass .pictextTit p[data-v-7a23bf8c] {
        margin: 0;
        padding: 0;
        height: 38px;
        font-size: 14px;
}
.content .previewClass .btn[data-v-7a23bf8c] {
      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;
      margin: 36px 0 0 0;
}
.content .previewClass .btn button[data-v-7a23bf8c] {
        width: 80%;
}
.contHeight[data-v-7a23bf8c] {
  width: 244px;
  height: 660px;
  left: 6px;
}
.noscale[data-v-7a23bf8c] {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.el-carousel__item.is-active.is-animating[data-v-7a23bf8c] {
  height: 100%;
}
.unsupported[data-v-7a23bf8c] {
  width: 240px;
  height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.unsupported div[data-v-7a23bf8c] {
    text-align: center;
    margin: 0 auto;
}
.buttonBox[data-v-7a23bf8c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buttonBox .flexButton[data-v-7a23bf8c] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
    font-size: 16px;
    min-width: 0;
}
.buttonBox .flexButton[data-v-7a23bf8c]:first-child {
      background: rgba(224, 220, 220, 0.6);
      border: none;
      color: #409eff;
}
.buttonBox .black[data-v-7a23bf8c] {
    color: black !important;
}
.buttonBox .black[data-v-7a23bf8c]:last-child {
      background: black;
      color: white !important;
      border: transparent;
}
.buttonBox .populer[data-v-7a23bf8c] {
    color: #b911df !important;
}
.buttonBox .populer[data-v-7a23bf8c]:last-child {
      color: white !important;
      background: #b911df;
      border: transparent;
}
.buttonBox .gold[data-v-7a23bf8c] {
    color: gold !important;
}
.buttonBox .gold[data-v-7a23bf8c]:last-child {
      color: white !important;
      background: gold;
      border: transparent;
}
.buttonBox .pink[data-v-7a23bf8c] {
    color: pink !important;
}
.buttonBox .pink[data-v-7a23bf8c]:last-child {
      color: white !important;
      background: #f3b2bd;
      border: transparent;
}
.buttonBox .popuPink[data-v-7a23bf8c] {
    color: #ec008c !important;
}
.buttonBox .popuPink[data-v-7a23bf8c]:last-child {
      color: white !important;
      background: #ec008c;
      border: transparent;
}

.grid-content[data-v-16e63ed4] {
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-content .mask[data-v-16e63ed4] {
    position: absolute;
    top: -12px;
    left: 0;
    width: 231px;
    height: 498px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    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;
}
.grid-content .mask img[data-v-16e63ed4] {
      width: 150px;
      height: 150px;
}
.grid-content .ewm[data-v-16e63ed4] {
    position: absolute;
    left: 300px;
    top: 60px;
}
.grid-content .ewm img[data-v-16e63ed4] {
      width: 40px;
      height: 40px;
}
[data-v-16e63ed4].el-card__header {
  background-color: rgba(0, 125, 255, 0.0823529) !important;
}
[data-v-16e63ed4].el-dialog__footer {
  text-align: center !important;
}
.demo-ruleForm .el-form-item__label[data-v-16e63ed4] {
  text-align: left !important;
}
.el-dialog__header[data-v-16e63ed4] {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  background-color: #eee;
}
.huawei[data-v-16e63ed4] {
  width: 257px;
  height: 359px;
}
.text[data-v-16e63ed4] {
  font-size: 14px;
}
.item[data-v-16e63ed4] {
  margin-bottom: 18px;
}
.clearfix[data-v-16e63ed4]:before,
.clearfix[data-v-16e63ed4]:after {
  display: table;
  content: '';
}
.clearfix[data-v-16e63ed4]:after {
  clear: both;
}
.box-card[data-v-16e63ed4] {
  width: 100%;
  margin-bottom: 20px !important;
}
.templateInfor[data-v-16e63ed4] {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templateInfor li[data-v-16e63ed4] {
    width: 50%;
    margin: 15px 0 0 0;
}


/* .el-dialog.detailsAimDialog{
  height: 86vh;
} */
.el-dialog.detailsAimDialog .el-dialog__body{
  overflow-y: auto;
  height: 70vh;
}

.el-form-item[data-v-3d705d9a] {
  margin-bottom: 0;
}
.colBorder[data-v-3d705d9a] {
  border-right: 1px solid #eee;
}
.buttonRow.el-row[data-v-3d705d9a] {
  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;
}
.el-textarea.el-input--suffix.avue-input[data-v-3d705d9a] {
  width: 97%;
}
.header-title[data-v-3d705d9a] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
}
.header-title[data-v-3d705d9a]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
.main_middle[data-v-3d705d9a] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 73vh;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_middle #phone[data-v-3d705d9a] {
    background-image: url("/img/iPhone.png");
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 335px;
    height: 630px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
}
.main_middle #phone .topPosition[data-v-3d705d9a] {
      position: absolute;
      top: 40px;
      left: 50px;
      font-size: 15px;
}
.main_middle #phone .suspensionBtn[data-v-3d705d9a] #suspensionBtn .btnStyle {
      margin-bottom: 50px !important;
}
.main_middle #phone .suspensionBtn[data-v-3d705d9a] #suspensionBtn .btnStyle i {
        display: none;
}
.main_middle #phone .suspensionBtn[data-v-3d705d9a] #suspensionBtn .btnStyle b {
        color: #66a3fe;
        background: #fff;
        border: 1px solid #66a3fe;
}
.oprateBtn[data-v-3d705d9a] {
  margin: 0 0 0 -20px;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oprateBtn li[data-v-3d705d9a] {
    font-size: 12px;
    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;
    margin-left: 5px;
}
.oprateBtn li span[data-v-3d705d9a] {
      margin-left: 5px;
}


/* .el-dialog.contentAimDialog .el-dialog__body{
  overflow-y: auto;
  height: 70vh;
} */

.el-form-item[data-v-24ea67a1] {
  margin-bottom: 0;
}


.el-dialog.produceShortAimDialog .el-dialog__body{
  height: 75vh;
  overflow: auto;
}
.el-dialog.produceShortAimDialog .el-form-item__error{
  top:80%
}

.el-form-item[data-v-3986673f] {
  margin-bottom: 12px;
}
.colBorder[data-v-3986673f] {
  border-right: 1px solid #eee;
}
.buttonRow.el-row[data-v-3986673f] {
  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;
}
.el-textarea.el-input--suffix.avue-input[data-v-3986673f] {
  width: 97%;
}
.header-title[data-v-3986673f] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
}
.header-title[data-v-3986673f]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
.main_middle[data-v-3986673f] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 73vh;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_middle #phone[data-v-3986673f] {
    background-image: url("/img/iPhone.png");
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 335px;
    height: 630px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
}
.main_middle #phone .topPosition[data-v-3986673f] {
      position: absolute;
      top: 40px;
      left: 50px;
      font-size: 15px;
}
.main_middle #phone .suspensionBtn[data-v-3986673f] #suspensionBtn .btnStyle {
      margin-bottom: 50px !important;
}
.main_middle #phone .suspensionBtn[data-v-3986673f] #suspensionBtn .btnStyle i {
        display: none;
}
.main_middle #phone .suspensionBtn[data-v-3986673f] #suspensionBtn .btnStyle b {
        color: #66a3fe;
        background: #fff;
        border: 1px solid #66a3fe;
}
.checkbox-grid[data-v-3986673f] {
  display: grid;
  grid-template-columns: 1fr;
}
.el-autocomplete.inline-input[data-v-3986673f] {
  width: 100%;
}

.content[data-v-583176e4] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 230px;
  border: 1px solid #eee;
}
.content .previewClass[data-v-583176e4] {
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.content .previewClass .imgBox[data-v-583176e4] {
      padding: 0px;
      width: 100%;
      height: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
}
.content .previewClass .imgBox img[data-v-583176e4] {
        position: relative;
        z-index: -1;
}
.content .previewClass .pictextTit[data-v-583176e4] {
      height: 20%;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* div {
        width: 100%;
        display:flex;
        justify-content:space-around;
        align-items: center;
        padding: 0;
        font-size: 14px;
      } */
}
.content .previewClass .pictextTit b[data-v-583176e4] {
        display: block;
}
.redColor[data-v-583176e4] {
  color: red;
}

/* ::v-deep.el-image {
  width: 100% !important;
  .image-slot {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    .avatar-uploader-icon {
      height: 30px !important;
      line-height: 30px !important;
    }
    p {
      font-size: 12px;
      text-align: center;
    }
    .el-textarea__inner {
      background-color: transparent;
      border: none;
      resize:none
    }
  }
} */


.materialIndexTabBox .el-tabs__header.is-top {
  margin: 0;
}
.materialIndexTabBox .el-tabs__content .el-card.basic-container__card.is-always-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.materialIndexTabBox .el-tabs__content .el-card__body {
  padding: 10px 0 !important;
}

.searchForm[data-v-077c0dac] {
  height: 30px;
  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;
}
.searchForm .searchFormRight[data-v-077c0dac] {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.searchForm .searchFormRight .buttonDiv[data-v-077c0dac] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.cardBox[data-v-077c0dac] {
  height: calc(100vh - 300px);
  width: 100%;
  overflow-y: auto;
  margin: 15px 0 5px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cardBox .el-col[data-v-077c0dac] {
    margin-bottom: 40px;
}
.grid-content[data-v-077c0dac] {
  position: relative;
  border-radius: 5px;
  background: #fff;
  position: relative;
  min-height: 230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border: 1px solid #dcdfe6;
}
.grid-content .common[data-v-077c0dac] {
    position: absolute;
    top: -15px;
    width: 40%;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 99;
    font-size: 13px;
    border-radius: 5%;
}
.grid-content .materialStatus[data-v-077c0dac] {
    left: 0;
    background: #f36f0a;
}
.grid-content .status[data-v-077c0dac] {
    right: 0;
}
.grid-content .greenBack[data-v-077c0dac] {
    background: #62d256;
}
.grid-content .redBack[data-v-077c0dac] {
    background: #f5222d;
}
.grid-content .blueBack[data-v-077c0dac] {
    background: #1890ff;
}
.grid-content .orangeBack[data-v-077c0dac] {
    background: #f36f0a;
}
.grid-content .stopInvalidMask[data-v-077c0dac] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62%;
    opacity: 1;
    background: rgba(139, 133, 133, 0.3);
    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;
}
.grid-content .stopInvalidMask b[data-v-077c0dac] {
      font-size: 25px;
}
.grid-content .maskCommon[data-v-077c0dac] {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
}
.grid-content .mask[data-v-077c0dac] {
    top: 0;
    height: 280px;
    padding: 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.grid-content .mask .maskSetUp[data-v-077c0dac] {
      list-style: none;
      margin: 0;
      padding: 0%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 20%;
}
.grid-content .mask .maskSetUp li[data-v-077c0dac] {
        width: 20%;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 5px 0 0 0;
}
.grid-content .mask .maskSetUp li a[data-v-077c0dac] {
          color: #fff;
}
.grid-content .mask .maskSetUp li a i[data-v-077c0dac] {
            font-size: 18px;
}
.grid-content .mask .maskSetUp li b[data-v-077c0dac] {
          display: block;
          font-weight: normal;
          font-size: 13px;
}
.grid-content .mask .maskBtn[data-v-077c0dac] {
      height: 80%;
      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: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
}
.grid-content .mask .maskBtn > div[data-v-077c0dac] {
      width: 100%;
      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;
}
.grid-content .mask button[data-v-077c0dac] {
      width: 70%;
      background: transparent;
      color: #fff;
      padding: 7px 23px;
}
.grid-content .mask[data-v-077c0dac]:hover {
      opacity: 1;
      background: rgba(0, 0, 0, 0.7);
}
.grid-content .descrip[data-v-077c0dac] {
    height: 50px;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grid-content .descrip p[data-v-077c0dac] {
      font-size: 14px;
      margin: 0;
      word-break: break-all;
}
.grid-content .descrip .tabNumFour[data-v-077c0dac] {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      font-size: 14px;
}
.grid-content .oprateBtn[data-v-077c0dac] {
    margin: 5px;
    border-top: 1px solid #e9e9ec;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grid-content .oprateBtn li[data-v-077c0dac] {
      width: 25%;
      font-size: 12px;
      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;
      margin: 5px 0 0 0;
}
.grid-content .oprateBtn li span[data-v-077c0dac] {
        margin-left: 5px;
}
.grid-content .bottomMask[data-v-077c0dac] {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    width: 100%;
}
.grid-content .bottomMask .bottomMaskBtn[data-v-077c0dac] {
      text-align: center;
}
.grid-content .bottomMask .bottomMaskBtn a[data-v-077c0dac] {
        color: #fff;
}
.grid-content .bottomMask .bottomMaskBtn a i[data-v-077c0dac] {
          font-size: 18px;
}
.grid-content .bottomMask .bottomMaskBtn b[data-v-077c0dac] {
        display: block;
        font-weight: normal;
        font-size: 13px;
}
.grid-content .bottomMask[data-v-077c0dac]:hover {
      opacity: 1;
      background: rgba(0, 0, 0, 0.7);
}
.pageBox[data-v-077c0dac] {
  text-align: right;
}
.pageBox .el-pagination.is-background[data-v-077c0dac] {
    padding: 14px 5px;
}
.searchFormLeft[data-v-077c0dac] {
  min-width: 10px;
}


.Waiting .el-card.basic-container__card.is-always-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.basic_container.Waiting[data-v-1a4cf8cb] {
  padding: 0;
  -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);
  height: 100%;
}
.tab-label[data-v-1a4cf8cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1a4cf8cb] .tab-label .redDisc {
  margin-left: 0;
}
.auditsBody[data-v-1a4cf8cb] {
  width: 100%;
  height: 100%;
}


.waiting-drawer .el-drawer__header {
  /* margin-bottom: 22px;
  padding: 25px 20px 0; */
  display: none !important;
}
.whiteDisc .el-badge__content {
  background: transparent;
  color: transparent;
  border: transparent;
}
.outBadge .el-badge__content.el-badge__content--undefined.is-fixed {
  top: 8px;
  font-size: 10px;
}

.bottomBox[data-v-79f93b22] {
  background: #fafbfc;
  height: 100%;
  width: 100%;
}
.el-menu-item[data-v-79f93b22] {
  width: 100%;
  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;
}
.el-menu-item img[data-v-79f93b22], .el-menu-item i[data-v-79f93b22] {
    width: 20px;
    height: 20px;
}
[data-v-79f93b22] .redDisc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-79f93b22] .redDisc .el-badge__content {
    top: 0;
    font-size: 11px;
}
[data-v-79f93b22] .whiteDisc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-79f93b22] .whiteDisc .el-badge__content {
    top: 0;
}
.el-divider--horizontal[data-v-79f93b22] {
  margin: 0px !important;
}
.titleStyle[data-v-79f93b22] {
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
  /* color: #409eff; */
  font-weight: 550;
}
[data-v-79f93b22] .el-drawer__body {
  overflow: hidden;
}
.rightBoxStyle[data-v-79f93b22] {
  height: 100%;
  overflow: hidden;
}


.pwd {
  width:300px;
  padding: 5px;
  margin-top: 0px;
  display: block;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  text-align: left;
  border: 0px dashed #ffc12b;
}
.pwd .copypaw {
  cursor: copy;
  font-weight: 600;
  background-color: #c1c1c1;
  border-radius: 4px;
  color: #d2d2d2;
  padding: 0 10px;
  background-image: linear-gradient(45deg,#9E9E9E 25%,white 0,white 50%,#9E9E9E 0,#9E9E9E 75%,white 0);
  background-size: 2px 2px;
}
.pwd .copypaw:hover {
  cursor: copy;
  color: #ffffff;
}


.exportAll-drawer .el-drawer__header {
  display: none !important;
}

.iconRound[data-v-7ce752ef] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  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;
  border: #a3a2a2 1px solid;
  -webkit-box-shadow: 2px 2px 8px #89a6ea47, -2px -2px 8px #89a6ea42;
          box-shadow: 2px 2px 8px #89a6ea47, -2px -2px 8px #89a6ea42;
}
.iconBox[data-v-7ce752ef] {
  font-size: 15px;
}
.bottomBox[data-v-7ce752ef] {
  background: #fafbfc;
  height: 80%;
  width: 100%;
  overflow-y: auto;
}
.el-divider--horizontal[data-v-7ce752ef] {
  margin: 0px !important;
}
.titleStyle[data-v-7ce752ef] {
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 550;
}
[data-v-7ce752ef] .el-drawer__body {
  overflow: hidden;
}

.exportAllIconBox[data-v-4684a4f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fade-enter-active {
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.avue-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 50px;
  background-color: #20222a;
  font-size: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1024;
}
.avue-logo .info {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    /*padding: 0 0 0 20px !important;*/
}
.avue-logo .info b {
      font-size: 12px !important;
      display: block;
}
.avue-logo .info .introduce {
      font-family: STHeitiSC-Light;
      font-size: 14px;
      color: #fff;
      letter-spacing: -0.34px;
      font-weight: 200;
}
.avue-logo .info .brief {
      font-family: STHeitiSC-Light;
      font-size: 9px;
      color: #fff;
      letter-spacing: -0.24px;
      font-weight: 200;
}
.avue-logo_title {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}
.avue-logo_subtitle {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.avue-logo .avue-logo_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px 0 0;
    /*border-right: 1px solid rgba($color: #000000, $alpha: 0.2);*/
}
.avue-logo .avue-logo_title img {
      width: 150px;
      cursor: pointer;
}
.avue-logo .avue-logo_title .producet-popoverContent {
      background: #fff;
      min-width: 150px;
      border: 1px solid #ebeef5;
      z-index: 2000;
      color: #606266;
      word-break: break-all;
      line-height: 1.4;
      font-size: 15px;
      -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);
}

/*/deep/.el-submenu__title{
  i{
    color: rgba(0,0,0,0.85) !important;
  }
  span{
    color: rgba(0,0,0,0.85) !important;
  }
}
/deep/.el-submenu .el-menu-item{
  i{
    color: rgba(0,0,0,0.85) !important;
  }
  span{
    color: rgba(0,0,0,0.85) !important;
  }
}*/

#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.avue--detail .el-col {
  margin-bottom: 0;
}

/*.el-button--primary{
  background: #F95F67 !important;
  border-color: #F95F67 !important
}*/

@charset "UTF-8";
.el-dropdown-menu__item {
  font-size: 12px !important;
  line-height: 28px !important; }

.el-scrollbar__view {
  height: 100%; }

.el-menu--horizontal {
  border-bottom: none !important; }

.el-menu {
  border-right: none !important; }

.el-menu--display,
.el-menu--display + .el-submenu__icon-arrow {
  display: none; }

.el-message__icon,
.el-message__content {
  display: inline-block; }

.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: auto;
  overflow: hidden; }

.el-dialog__wrapper {
  z-index: 2048; }

.el-col {
  margin-bottom: 8px; }

.el-main {
  padding: 0 !important; }

.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent; }

.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent !important; }

.el-card__header {
  padding: 6px 18px !important; }

.el-divider--horizontal {
  margin: 12px 0 !important; }

.avue-top {
  padding: 0 10px;
  position: relative;
  color: #fff;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  background: #272B39; }
  .avue-top .el-menu-item i,
  .avue-top .el-menu-item span {
    font-size: 13px; }
  .avue-top .el-menu--horizontal > .el-menu-item {
    height: 50px;
    line-height: 50px; }

.avue-breadcrumb {
  height: 100%; }
  .avue-breadcrumb i {
    font-size: 30px !important; }
  .avue-breadcrumb--active {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.top-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .top-menu .el-menu-item {
    padding: 0 10px;
    border: none !important; }

.top-search {
  line-height: 50px;
  position: absolute !important;
  left: 20px;
  top: 0;
  width: 200px !important; }
  .top-search .el-input__inner {
    font-size: 13px;
    border: none;
    /*background-color: transparent;*/ }

.top-bar__img {
  margin: 0 8px 0 5px;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: middle; }

.top-bar__left,
.top-bar__right {
  height: 50px;
  position: absolute;
  top: 0; }
  .top-bar__left i,
  .top-bar__right i {
    line-height: 50px; }

.top-bar__left {
  left: 20px; }

.top-bar__right {
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.top-bar__item {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: 0 10px;
  font-size: 16px; }
  .top-bar__item--show {
    display: inline-block !important; }
  .top-bar__item .el-badge__content.is-fixed {
    top: 12px;
    right: 5px; }

.top-bar__title {
  height: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400; }

.avue-tags {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #f6f6f6;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
  .avue-tags .el-tabs--card > .el-tabs__header {
    margin: 0; }
  .avue-tags .el-tabs--card > .el-tabs__header .el-tabs__nav,
  .avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item,
  .avue-tags .el-tabs--card > .el-tabs__header {
    border: none; }
  .avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
    border-left-width: 1px; }
  .avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item {
    margin: 0 3px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: normal;
    color: #ccc;
    /*&.is-active {
            color: #F95F67 ;
            border-bottom: 3px solid #F95F67 ;
        }*/ }
    .avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
      color: #409EFF;
      border-bottom: 3px solid #409EFF; }
  .avue-tags .el-tabs__nav-prev,
  .avue-tags .el-tabs__nav-next {
    width: 20px;
    line-height: 34px;
    font-size: 18x;
    text-align: center; }
  .avue-tags__box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 106px;
    width: 100%; }
    .avue-tags__box--close .el-tabs__item:first-child {
      padding: 0 20px !important; }
      .avue-tags__box--close .el-tabs__item:first-child .el-icon-close {
        display: none; }
  .avue-tags__contentmenu {
    position: fixed;
    width: 120px;
    background-color: #fff;
    z-index: 1024;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 10px #ccc;
            box-shadow: 1px 2px 10px #ccc; }
    .avue-tags__contentmenu .item {
      cursor: pointer;
      font-size: 14px;
      padding: 8px 20px 8px 15px;
      color: #606266; }
      .avue-tags__contentmenu .item:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .avue-tags__contentmenu .item:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .avue-tags__contentmenu .item:hover {
        background-color: #409EFF;
        color: #fff; }
  .avue-tags__menu {
    position: absolute !important;
    top: 3px;
    right: 0;
    padding: 1px 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.el-menu--popup .el-menu-item {
  background-color: #20222a; }
  .el-menu--popup .el-menu-item i, .el-menu--popup .el-menu-item span {
    color: rgba(255, 255, 255, 0.7); }
  .el-menu--popup .el-menu-item:hover i, .el-menu--popup .el-menu-item:hover span {
    color: #fff; }
  .el-menu--popup .el-menu-item.is-active {
    background: transparent !important; }
    .el-menu--popup .el-menu-item.is-active:before {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      background: #409eff;
      position: absolute; }
    .el-menu--popup .el-menu-item.is-active i, .el-menu--popup .el-menu-item.is-active span {
      color: #fff; }

.avue-sidebar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-top: 50px;
  height: 100%;
  position: relative;
  background-color: #20222a;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .avue-sidebar .avue-logo {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*background: #fff;*/
    padding: 0 0 0 30px; }
  .avue-sidebar .el-scrollbar__wrap {
    overflow-x: hidden; }
  .avue-sidebar--tip {
    width: 90%;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5%;
    color: #ccc;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.4); }
  .avue-sidebar .el-menu-item i, .avue-sidebar .el-submenu__title i {
    margin-right: 10px; }
  .avue-sidebar .el-menu-item i, .avue-sidebar .el-menu-item span, .avue-sidebar .el-submenu__title i, .avue-sidebar .el-submenu__title span {
    color: rgba(255, 255, 255, 0.7); }
  .avue-sidebar .el-menu-item:hover, .avue-sidebar .el-submenu__title:hover {
    background: transparent; }
    .avue-sidebar .el-menu-item:hover i, .avue-sidebar .el-menu-item:hover span, .avue-sidebar .el-submenu__title:hover i, .avue-sidebar .el-submenu__title:hover span {
      color: #fff; }
  .avue-sidebar .el-menu-item.is-active, .avue-sidebar .el-submenu__title.is-active {
    background: transparent !important; }
    .avue-sidebar .el-menu-item.is-active:before, .avue-sidebar .el-submenu__title.is-active:before {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      background: #409eff;
      position: absolute; }
    .avue-sidebar .el-menu-item.is-active i, .avue-sidebar .el-menu-item.is-active span, .avue-sidebar .el-submenu__title.is-active i, .avue-sidebar .el-submenu__title.is-active span {
      color: #fff; }

.fade-transverse-leave-active,
.fade-transverse-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s; }

.fade-transverse-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); }

.fade-transverse-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }

.fade-scale-leave-active,
.fade-scale-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s; }

.fade-scale-enter {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.fade-scale-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

@-webkit-keyframes animate-cloud {
  from {
    background-position: 600px 100%; }
  to {
    background-position: 0 100%; } }

.theme-white .el-menu--popup .el-menu-item {
  background-color: #fff; }
  .theme-white .el-menu--popup .el-menu-item i, .theme-white .el-menu--popup .el-menu-item span {
    color: #666; }
  .theme-white .el-menu--popup .el-menu-item:hover i, .theme-white .el-menu--popup .el-menu-item:hover span {
    color: #333; }
  .theme-white .el-menu--popup .el-menu-item.is-active {
    background-color: #409EFF; }
    .theme-white .el-menu--popup .el-menu-item.is-active:before {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      background: #409eff;
      position: absolute; }
    .theme-white .el-menu--popup .el-menu-item.is-active i, .theme-white .el-menu--popup .el-menu-item.is-active span {
      color: #fff; }

.theme-white .avue-header,
.theme-white .avue-logo,
.theme-white .tags-container {
  background-color: #409EFF; }

.theme-white .avue-sidebar--tip {
  background-color: transparent;
  color: #333; }

.theme-white .el-dropdown {
  color: #fff; }

.theme-white .avue-logo_title {
  font-weight: 400;
  color: #fff; }

.theme-white .logo_title,
.theme-white .avue-breadcrumb {
  color: #fff; }
  .theme-white .logo_title i,
  .theme-white .avue-breadcrumb i {
    color: #fff; }

.theme-white .avue-top .el-menu-item i,
.theme-white .avue-top .el-menu-item span {
  color: #fff; }

.theme-white .avue-top .el-menu-item:hover i,
.theme-white .avue-top .el-menu-item:hover span {
  color: #fff; }

.theme-white .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px; }
  .theme-white .avue-sidebar .el-menu-item i, .theme-white .avue-sidebar .el-menu-item span, .theme-white .avue-sidebar .el-submenu__title i, .theme-white .avue-sidebar .el-submenu__title span {
    color: #666; }
  .theme-white .avue-sidebar .el-menu-item:hover, .theme-white .avue-sidebar .el-submenu__title:hover {
    background: transparent; }
    .theme-white .avue-sidebar .el-menu-item:hover i, .theme-white .avue-sidebar .el-menu-item:hover span, .theme-white .avue-sidebar .el-submenu__title:hover i, .theme-white .avue-sidebar .el-submenu__title:hover span {
      color: #333; }
  .theme-white .avue-sidebar .el-menu-item.is-active, .theme-white .avue-sidebar .el-submenu__title.is-active {
    background-color: #409EFF; }
    .theme-white .avue-sidebar .el-menu-item.is-active i, .theme-white .avue-sidebar .el-menu-item.is-active span, .theme-white .avue-sidebar .el-submenu__title.is-active i, .theme-white .avue-sidebar .el-submenu__title.is-active span {
      color: #fff; }

.theme-white .top-search .el-input__inner {
  color: #333; }

.theme-white .top-search input::-webkit-input-placeholder,
.theme-white .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff; }

.theme-white .top-search input:-moz-placeholder,
.theme-white .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff; }

.theme-white .top-search input::-moz-placeholder,
.theme-white .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff; }

.theme-white .top-search input:-ms-input-placeholder,
.theme-white .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff; }

.theme-white .top-bar__item i {
  color: #fff; }

.theme-dark .avue-logo {
  color: #fff;
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-dark .avue-logo .avue-logo_title {
    font-size: 20px;
    font-weight: 400; }

.theme-dark .avue-top {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc; }
  .theme-dark .avue-top i, .theme-dark .avue-top span {
    color: #ccc; }

.theme-dark .avue-main {
  padding: 0 5px; }

.theme-dark .avue-tags {
  padding-left: 0;
  background-color: #2c3643;
  border-color: transparent; }
  .theme-dark .avue-tags .el-tabs__item {
    margin: 0 !important;
    background-color: #262d37; }
    .theme-dark .avue-tags .el-tabs__item.is-active {
      color: #262d37 !important;
      background-color: #fff !important;
      border-color: #262d37 !important; }

.theme-dark .avue-main {
  background-color: #2c3643; }

.theme-dark .avue-sidebar {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-dark .avue-sidebar .el-menu-item i, .theme-dark .avue-sidebar .el-menu-item span, .theme-dark .avue-sidebar .el-submenu__title i, .theme-dark .avue-sidebar .el-submenu__title span {
    color: #ccc; }
  .theme-dark .avue-sidebar .el-menu-item:hover, .theme-dark .avue-sidebar .el-menu-item.is-active, .theme-dark .avue-sidebar .el-submenu__title:hover, .theme-dark .avue-sidebar .el-submenu__title.is-active {
    background: #262d37; }
    .theme-dark .avue-sidebar .el-menu-item:hover i, .theme-dark .avue-sidebar .el-menu-item:hover span, .theme-dark .avue-sidebar .el-menu-item.is-active i, .theme-dark .avue-sidebar .el-menu-item.is-active span, .theme-dark .avue-sidebar .el-submenu__title:hover i, .theme-dark .avue-sidebar .el-submenu__title:hover span, .theme-dark .avue-sidebar .el-submenu__title.is-active i, .theme-dark .avue-sidebar .el-submenu__title.is-active span {
      color: #fff; }
    .theme-dark .avue-sidebar .el-menu-item:hover:before, .theme-dark .avue-sidebar .el-menu-item.is-active:before, .theme-dark .avue-sidebar .el-submenu__title:hover:before, .theme-dark .avue-sidebar .el-submenu__title.is-active:before {
      background-color: #000; }

.theme-star .avue-main {
  background: transparent; }

.theme-star .avue-contail {
  background-image: url("/img/bg/star-squashed.jpg");
  background-size: 100% 100%; }

.theme-star .avue-logo {
  color: #fff; }

.theme-star .avue-header,
.theme-star .avue-logo,
.theme-star .tags-container {
  background-color: transparent; }

.theme-star .el-card, .theme-star .error-page {
  opacity: .9; }

.theme-star .avue-tabs {
  padding: 0 20px; }

.theme-star .avue-tags {
  background-color: transparent;
  border-top: none; }

.theme-star .avue-top .avue-breadcrumb {
  color: #fff; }

.theme-star .avue-top .el-menu-item i, .theme-star .avue-top .el-menu-item span {
  color: #fff; }

.theme-star .avue-top .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.4); }

.theme-star .avue-top .el-dropdown {
  color: #fff; }

.theme-star .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: transparent; }
  .theme-star .avue-sidebar .el-menu-item i, .theme-star .avue-sidebar .el-menu-item span, .theme-star .avue-sidebar .el-submenu__title i, .theme-star .avue-sidebar .el-submenu__title span {
    color: #fff; }
  .theme-star .avue-sidebar .el-menu-item:hover, .theme-star .avue-sidebar .el-submenu__title:hover {
    background: transparent; }
    .theme-star .avue-sidebar .el-menu-item:hover i, .theme-star .avue-sidebar .el-menu-item:hover span, .theme-star .avue-sidebar .el-submenu__title:hover i, .theme-star .avue-sidebar .el-submenu__title:hover span {
      color: #409EFF; }
  .theme-star .avue-sidebar .el-menu-item.is-active, .theme-star .avue-sidebar .el-submenu__title.is-active {
    background-color: rgba(0, 0, 0, 0.4); }
    .theme-star .avue-sidebar .el-menu-item.is-active i, .theme-star .avue-sidebar .el-menu-item.is-active span, .theme-star .avue-sidebar .el-submenu__title.is-active i, .theme-star .avue-sidebar .el-submenu__title.is-active span {
      color: #fff; }

.theme-star .top-search .el-input__inner {
  color: #333; }

.theme-star .top-search input::-webkit-input-placeholder,
.theme-star .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff; }

.theme-star .top-search input:-moz-placeholder,
.theme-star .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff; }

.theme-star .top-search input::-moz-placeholder,
.theme-star .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff; }

.theme-star .top-search input:-ms-input-placeholder,
.theme-star .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff; }

.theme-star .top-bar__item i {
  color: #fff; }

.theme-vip .avue-header {
  background-color: #20222a; }

.theme-vip .el-dropdown {
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .avue-logo .avue-logo_title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 202, 157, 0.7)), to(#f6ca9d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400; }

.theme-vip .avue-breadcrumb i {
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .avue-sidebar .el-menu-item.is-active:before {
  background: rgba(246, 202, 157, 0.7); }

.theme-vip .avue-sidebar .el-menu-item.is-active i, .theme-vip .avue-sidebar .el-menu-item.is-active span {
  color: #f6ca9d; }

.theme-vip .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.4) !important; }
  .theme-vip .avue-tags .el-tabs__item.is-active {
    color: #f6ca9d !important;
    border-color: #f6ca9d !important; }
  .theme-vip .avue-tags .el-tabs__item:before {
    background: #f6ca9d; }

.theme-vip .top-search .el-input__inner {
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .top-search input::-webkit-input-placeholder,
.theme-vip .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .top-search input:-moz-placeholder,
.theme-vip .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .top-search input::-moz-placeholder,
.theme-vip .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .top-search input:-ms-input-placeholder,
.theme-vip .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .top-bar__item i {
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .avue-top .el-menu-item i,
.theme-vip .avue-top .el-menu-item span {
  color: rgba(246, 202, 157, 0.7); }

.theme-vip .avue-top .el-menu-item:hover i,
.theme-vip .avue-top .el-menu-item:hover span {
  color: #f6ca9d; }

.theme-d2 .avue-logo {
  color: #409EFF;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-d2 .avue-logo .avue-logo_title {
    font-size: 20px;
    font-weight: 400; }

.theme-d2 .avue-top {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none; }

.theme-d2 .avue-main {
  padding: 0 5px; }

.theme-d2 .avue-tags {
  margin-left: 6px;
  padding: 0;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-d2 .avue-tags .el-tabs__item {
    border-left: 1px solid #cfd7e5 !important;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
    color: #606266 !important;
    font-size: 14px !important;
    font-weight: 500 !important; }
    .theme-d2 .avue-tags .el-tabs__item:first-child {
      border-left: none !important; }
  .theme-d2 .avue-tags .is-active {
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
    color: #409EFF !important; }

.theme-d2 .avue-sidebar {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-d2 .avue-sidebar .el-menu-item i, .theme-d2 .avue-sidebar .el-menu-item span, .theme-d2 .avue-sidebar .el-submenu__title i, .theme-d2 .avue-sidebar .el-submenu__title span {
    color: #606266; }
  .theme-d2 .avue-sidebar .el-menu-item:hover, .theme-d2 .avue-sidebar .el-menu-item.is-active, .theme-d2 .avue-sidebar .el-submenu__title:hover, .theme-d2 .avue-sidebar .el-submenu__title.is-active {
    background: rgba(255, 255, 255, 0.5); }
    .theme-d2 .avue-sidebar .el-menu-item:hover i, .theme-d2 .avue-sidebar .el-menu-item:hover span, .theme-d2 .avue-sidebar .el-menu-item.is-active i, .theme-d2 .avue-sidebar .el-menu-item.is-active span, .theme-d2 .avue-sidebar .el-submenu__title:hover i, .theme-d2 .avue-sidebar .el-submenu__title:hover span, .theme-d2 .avue-sidebar .el-submenu__title.is-active i, .theme-d2 .avue-sidebar .el-submenu__title.is-active span {
      color: #409EFF; }

.theme-bule .avue-header, .theme-bule .avue-logo {
  background: #004ca7; }

.theme-bule .avue-sidebar {
  background: #004ca7; }
  .theme-bule .avue-sidebar .el-menu-item.is-active, .theme-bule .avue-sidebar .el-submenu__title.is-active {
    background-color: rgba(0, 0, 0, 0.2); }

.theme-bule .el-dropdown {
  color: #fff; }

.theme-bule .avue-logo .avue-logo_title {
  color: #fff; }

.theme-bule .avue-breadcrumb i {
  color: #fff; }

.theme-bule .top-bar__item i {
  color: #fff; }

.theme-bule .avue-top .el-menu-item i,
.theme-bule .avue-top .el-menu-item span {
  color: #fff; }

.theme-bule .avue-top .el-menu-item:hover i,
.theme-bule .avue-top .el-menu-item:hover span {
  color: #fff; }

.theme-iview .avue-logo {
  background: #001529;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center; }
  .theme-iview .avue-logo .avue-logo_title {
    padding: 5px 8px 8px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: inline;
    background-color: #409EFF; }

.theme-iview .avue-tags {
  padding: 3px 5px 5px 0;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 3px 2px rgba(100, 100, 100, 0.1);
          box-shadow: inset 0 0 3px 2px rgba(100, 100, 100, 0.1); }
  .theme-iview .avue-tags .is-active:before {
    background: #409EFF !important; }
  .theme-iview .avue-tags .el-tabs__item {
    padding: 0 15px !important;
    position: relative;
    height: 32px !important;
    line-height: 32px !important;
    border: 1px solid #e8eaec !important;
    color: #515a6e !important;
    background: #fff !important;
    border-radius: 3px; }
    .theme-iview .avue-tags .el-tabs__item:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 10px;
      border-radius: 50%;
      background: #e8eaec; }

.theme-iview .avue-sidebar {
  background: #001529; }
  .theme-iview .avue-sidebar .el-menu-item.is-active {
    background-color: #000c17; }
    .theme-iview .avue-sidebar .el-menu-item.is-active:before {
      display: none; }
    .theme-iview .avue-sidebar .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-menu-item.is-active span {
      color: #409EFF; }
  .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active {
    background-color: #409EFF; }
    .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active:before {
      display: none; }
    .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active span {
      color: #fff; }

.theme-hey .avue-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); }
  .theme-hey .avue-sidebar .el-menu-item i, .theme-hey .avue-sidebar .el-menu-item span, .theme-hey .avue-sidebar .el-submenu__title i, .theme-hey .avue-sidebar .el-submenu__title span {
    color: rgba(49, 58, 70, 0.8); }
  .theme-hey .avue-sidebar .el-menu-item:hover, .theme-hey .avue-sidebar .el-submenu__title:hover {
    background: transparent; }
    .theme-hey .avue-sidebar .el-menu-item:hover i, .theme-hey .avue-sidebar .el-menu-item:hover span, .theme-hey .avue-sidebar .el-submenu__title:hover i, .theme-hey .avue-sidebar .el-submenu__title:hover span {
      color: #409eff; }
  .theme-hey .avue-sidebar .el-menu-item.is-active, .theme-hey .avue-sidebar .el-submenu__title.is-active {
    background-color: #f0f6ff; }
    .theme-hey .avue-sidebar .el-menu-item.is-active:before, .theme-hey .avue-sidebar .el-submenu__title.is-active:before {
      left: auto;
      right: 0; }
    .theme-hey .avue-sidebar .el-menu-item.is-active i, .theme-hey .avue-sidebar .el-menu-item.is-active span, .theme-hey .avue-sidebar .el-submenu__title.is-active i, .theme-hey .avue-sidebar .el-submenu__title.is-active span {
      color: #409eff; }

.theme-hey .avue-logo {
  /*background-color: #fff;*/
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme-hey .avue-logo .avue-logo_title {
    color: #409eff;
    font-size: 20px; }

.theme-hey .avue-tags {
  background: #f3f6f8;
  /*.el-tabs__item{
      color: rgba(0,0,0,.65) !important;
    }
    .is-active{
      background-color: #fff;
      border-bottom: none !important;
    }*/ }

.theme-lte .avue-logo {
  background-color: #409EFF; }
  .theme-lte .avue-logo .avue-logo_title {
    font-weight: 500;
    font-size: 20px;
    color: #fff; }

.theme-lte .avue-tags .el-tabs__item {
  font-size: 12px !important;
  font-weight: 500 !important; }

.theme-lte .avue-sidebar {
  background-color: #263238; }
  .theme-lte .avue-sidebar .el-menu-item i, .theme-lte .avue-sidebar .el-menu-item span, .theme-lte .avue-sidebar .el-submenu__title i, .theme-lte .avue-sidebar .el-submenu__title span {
    color: #8a979e; }
  .theme-lte .avue-sidebar .el-menu-item:hover, .theme-lte .avue-sidebar .el-submenu__title:hover {
    background-color: #2b373d; }
  .theme-lte .avue-sidebar .el-menu-item.is-active, .theme-lte .avue-sidebar .el-submenu__title.is-active {
    background-color: #2b373d; }
    .theme-lte .avue-sidebar .el-menu-item.is-active:before, .theme-lte .avue-sidebar .el-submenu__title.is-active:before {
      display: none; }
    .theme-lte .avue-sidebar .el-menu-item.is-active i, .theme-lte .avue-sidebar .el-menu-item.is-active span, .theme-lte .avue-sidebar .el-submenu__title.is-active i, .theme-lte .avue-sidebar .el-submenu__title.is-active span {
      color: #fff; }

.theme-cool .el-menu--popup .el-menu-item {
  background-color: #fff; }
  .theme-cool .el-menu--popup .el-menu-item i, .theme-cool .el-menu--popup .el-menu-item span {
    color: #666; }
  .theme-cool .el-menu--popup .el-menu-item:hover i, .theme-cool .el-menu--popup .el-menu-item:hover span {
    color: #333; }
  .theme-cool .el-menu--popup .el-menu-item.is-active {
    background-color: #409EFF; }
    .theme-cool .el-menu--popup .el-menu-item.is-active:before {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      width: 4px;
      background: #409eff;
      position: absolute; }
    .theme-cool .el-menu--popup .el-menu-item.is-active i, .theme-cool .el-menu--popup .el-menu-item.is-active span {
      color: #fff; }

.theme-cool .avue-header {
  background: linear-gradient(120deg, #25aff3, #008ad3); }

.theme-cool .avue-tags {
  padding: 0 3px;
  margin: 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent; }
  .theme-cool .avue-tags .el-tabs__header .el-tabs__item {
    padding: 0 10px !important;
    background-color: #fff;
    margin-right: 5px;
    color: #909399;
    border-radius: 3px;
    height: 30px;
    font-size: 12px;
    line-height: 30px; }
    .theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active {
      border: none;
      color: #008ad3; }

.theme-cool .avue-logo {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.theme-cool .avue-sidebar--tip {
  background-color: transparent;
  color: #333; }

.theme-cool .el-dropdown {
  color: #fff; }

.theme-cool .avue-logo_title {
  font-weight: 400;
  color: #008ad3; }

.theme-cool .logo_title,
.theme-cool .avue-breadcrumb {
  color: #fff; }
  .theme-cool .logo_title i,
  .theme-cool .avue-breadcrumb i {
    color: #fff; }

.theme-cool .avue-top .el-menu-item i,
.theme-cool .avue-top .el-menu-item span {
  color: #fff; }

.theme-cool .avue-top .el-menu-item:hover i,
.theme-cool .avue-top .el-menu-item:hover span {
  color: #fff; }

.theme-cool .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px; }
  .theme-cool .avue-sidebar .el-menu-item, .theme-cool .avue-sidebar .el-submenu__title {
    font-size: 13px; }
    .theme-cool .avue-sidebar .el-menu-item i, .theme-cool .avue-sidebar .el-menu-item span, .theme-cool .avue-sidebar .el-submenu__title i, .theme-cool .avue-sidebar .el-submenu__title span {
      color: #000; }
    .theme-cool .avue-sidebar .el-menu-item:hover, .theme-cool .avue-sidebar .el-submenu__title:hover {
      background: transparent; }
      .theme-cool .avue-sidebar .el-menu-item:hover i, .theme-cool .avue-sidebar .el-menu-item:hover span, .theme-cool .avue-sidebar .el-submenu__title:hover i, .theme-cool .avue-sidebar .el-submenu__title:hover span {
        color: #000; }
    .theme-cool .avue-sidebar .el-menu-item.is-active, .theme-cool .avue-sidebar .el-submenu__title.is-active {
      background-color: #e5f1fb; }
      .theme-cool .avue-sidebar .el-menu-item.is-active::before, .theme-cool .avue-sidebar .el-submenu__title.is-active::before {
        width: 0; }
      .theme-cool .avue-sidebar .el-menu-item.is-active i, .theme-cool .avue-sidebar .el-menu-item.is-active span, .theme-cool .avue-sidebar .el-submenu__title.is-active i, .theme-cool .avue-sidebar .el-submenu__title.is-active span {
        color: #25aff3; }

.theme-cool .top-search .el-input__inner {
  color: #333; }

.theme-cool .top-search input::-webkit-input-placeholder,
.theme-cool .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff; }

.theme-cool .top-search input:-moz-placeholder,
.theme-cool .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff; }

.theme-cool .top-search input::-moz-placeholder,
.theme-cool .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff; }

.theme-cool .top-search input:-ms-input-placeholder,
.theme-cool .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff; }

.theme-cool .top-bar__item i {
  color: #fff; }

.avue-left,
.avue-header,
.avue-top,
.avue-logo,
.avue-layout
.login-logo,
.avue-main {
  -webkit-transition: all .3s;
  transition: all .3s; }

.avue-contail {
  width: 100%;
  height: 100%;
  background: #f0f2f5;
  background-size: 100%;
  background-repeat: no-repeat; }

.avue-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1025; }

.avue--collapse .avue-left,
.avue--collapse .avue-logo {
  width: 60px; }

.avue--collapse .avue-header {
  padding-left: 60px; }

.avue--collapse .avue-main {
  width: calc(100% - 60px);
  left: 60px; }

.avue-header {
  padding-left: 300px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.avue-main {
  position: absolute;
  left: 200px;
  padding: 0;
  padding-bottom: 20px;
  width: calc(100% - 200px);
  height: calc(100% - 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f0f2f5;
  z-index: 1026; }
  .avue-main--fullscreen {
    width: 100%;
    left: 0; }

.avue-view {
  padding: 0 10px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.avue-footer {
  margin: 0 auto;
  padding: 0 22px;
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .avue-footer .logo {
    margin-left: -50px; }
  .avue-footer .copyright {
    color: #666;
    line-height: 1.5;
    font-size: 12px; }

.avue-shade {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1024; }
  .avue-shade--show {
    display: block; }

@media screen and (max-width: 992px) {
  .el-dialog,
  .el-message-box {
    width: 98% !important; }
  .login-left {
    display: none !important; }
  .login-logo {
    padding-top: 30px !important;
    margin-left: -30px; }
  .login-weaper {
    margin: 0 auto;
    width: 96% !important; }
  .login-border {
    border-radius: 5px;
    padding: 40px;
    margin: 0 auto;
    float: none !important;
    width: 100% !important; }
  .login-main {
    width: 100% !important; }
  .avue-tags {
    display: none; }
  .avue-left,
  .avue-logo {
    left: -240px; }
  .avue-main {
    left: 0;
    width: 100%; }
  .avue-header {
    margin-bottom: 15px;
    padding-left: 15px; }
  .top-bar__item {
    display: none; }
  .avue--collapse .avue-left,
  .avue--collapse .avue-logo {
    width: 240px;
    left: 0; }
  .avue--collapse .avue-main {
    left: 240px;
    width: 100%; }
  .avue--collapse .avue-header {
    padding: 0;
    -webkit-transform: translate3d(230px, 0, 0);
            transform: translate3d(230px, 0, 0); }
  .avue--collapse .avue-shade {
    display: block; } }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/*
/*! 我就是自己看看，然后翻译下下，让大家看看 */
/* ==========================================================================
   HTML5 display definitions

   HTML5 新增元素定义

   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 *
 * 修正IE 8/9 中未定义的块级元素。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
  * Correct `inline-block` display not defined in IE 8/9.
  *
  * 修正在 IE 8/9 中未定义的 'inline-block' 元素。
  */
audio,
canvas,
video {
  display: inline-block; }

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  *
  * 阻止现在浏览器显示未定义 control 播放控件的 'audio' 声音元素。
  * 删除 IOS 5 设备中显示的多余的高度。
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  *
  * 处理 IE 8/9 中不存在的样式。
  */
[hidden] {
  display: none; }

/* ==========================================================================
    Base
 
    基本设置
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  *
  * 1. 设置默认字体类型为 sans-serif.
  * 2. 当用户放大或缩小页面时不改变字体大小。
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove default margin.
  *
  * 删除默认边距。
  */
body {
  margin: 0; }

/* ==========================================================================
    Links
 
    链接
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  *
  * 处理 Chrome 与其它浏览器中关于 'outline' 的不一致性。
  */
a:focus {
  outline: thin dotted; }

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  *
  * 为所有浏览器改善当激活或悬停在元素上时元素内容的可读性。
  */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
    Typography
 
    排版
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  *
  * 处理多变的 'h1' 字体大小及其在 Firefox 4+, Safari 5, 及 Chrome时浏览器中的 
  * 'section' 与　'article' 元素中的边距。
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  *
  * 处理在 IE 8/9, Safari 5, 及 Chrome 没有的样式。
  */
abbr[title] {
  border-bottom: 1px dotted; }

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  *
  * 处理 Firefox 4+, Safari 5, 及 Chrome 中默认的 'bolder' 样式为　'bold'.
  */
b,
strong {
  font-weight: bold; }

/**
  * Address styling not present in Safari 5 and Chrome.
  *
  * 处理在 Safari 5 和 Chrome 没有的样式。
  */
dfn {
  font-style: italic; }

/**
  * Address differences between Firefox and other browsers.
  *
  * 处理　Firefox　与其它浏览器的差异。
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  *
  * 处理在 IE 8/9 中没有的样式。
  */
mark {
  background: #ff0;
  color: #000; }

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  *
  * 修正确 Safari 5 和 Chrome 中古怪的默认字体。
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
  * Improve readability of pre-formatted text in all browsers.
  *
  * 为所有浏览器改善预格式化文本的可读性。
  */
pre {
  white-space: pre-wrap; }

/**
  * Set consistent quote types.
  *
  * 设置一致的引用格式。
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
  * Address inconsistent and variable font size in all browsers.
  *
  * 处理所有浏览器中字体大小的不一致性[译者注：原文直译为：处理所有
  * 浏览器中的不一致和多变的字体大小]。
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  *
  * 阻止所有浏览器中 'sub' 和 'sup' 元素影响 'line-height'. 
  * [译者注：就是不让上标与下标影响行高。]
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
    Embedded content
 
    嵌入的内容
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  *
  * 删除 IE 8/9 中当内容位于 'a' 中出现的边框。
  */
img {
  border: 0; }

/**
  * Correct overflow displayed oddly in IE 9.
  *
  * 修正 IE 9 中显示古怪的溢出内容。
  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
    Figures
 
    Figure 图像/图表/代码等
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  *
  * 处理在 IE 8/9 和 Safari 5 没有的边距。
  */
figure {
  margin: 0; }

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  *
  * 定义一致的边框、外边距及内边距。
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  * 1. 修正在　IE 8/9 中没有继承的 'color'. 
  *
  *    [译者注：说是修正颜色嘛，可下面没有关于颜色的呀，这也行？求大神解释！]
  * 2. 去掉内边距，避免当用户清空表单组时认为出错了。
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  *
  * 1. 修正所有浏览器中未被继承的字体类型。
  * 2. 修正所有浏览器中未被继承的字体大小。
  * 3. 处理 Firefox 4+, Safari 5, 及 Chrome 中默认设置不同的外边距。
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  *
  * 处理 Firefox 4+ 中的客户端样式表里使用 '!important' 设置的 'line-height'.
  */
button,
input {
  line-height: normal; }

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  * 
  * 处理 'button' 和 'select' 的 'text-transform' 继承的不一致性。
  * 所有其它表单控件元素不继承 'text-transform' 的值。
  * 修正 Chrome, Safari 5+, 及 IE 8+ 中 'button' 的继承样式。
  * 修正 Firefox 4+ 和 Opera 中 'select' 的继承样式。
  */
button,
select {
  text-transform: none; }

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  *
  * 1. 避免 Android 4.0.* 中 WebKit 的一个bug, 防止 'audio' 与 'video' 的播放控件失效。
  * 2. 修正 iOS 中不可点击的 'input' 样式。
  * 3. 改善图片类型的 'input' 等光标样式的可用性与一致性。
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
  * Re-set default cursor for disabled elements.
  * 
  * 重置不可用元素的默认光标样式。
  */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  *
  * 1. 处理 IE 8/9 中设置为 'content-box' 的盒子模型。
  * 2. 删除 IE 8/9 中多余的内边距。
  */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  *
  * 1. 处理 Safari 5 和 Chrome 中默认设置为 'appearance' 的 'searchfield'.
  * 2. 处理 Safari 5 和 Chrome 中默认设置为 'box-sizing' 的 'border-box'
  *    (包括不会过时的 '-moz').
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  *
  * 删除 Safari 5 和 OS X 上的 Chrome 中的输入框上的内边距和搜索取消按钮。
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Remove inner padding and border in Firefox 4+.
  *
  * 删除 Firefox 4+ button 与 input 上的内边距。
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  *
  * 1. 删除 IE8/9 中默认的垂直滚动条。
  * 2. 改善所有浏览器中的可读性并使文本垂直对齐。
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
    Tables
 
    表格
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  *
  * 删除表格里单元格间的间距。
  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #333; }

* {
  outline: none; }

/* dialog样式 BEGIN */
.el-dialog__header {
  padding: 16px 10px 16px !important;
  -webkit-box-shadow: 0px 2px 3px #efefef;
          box-shadow: 0px 2px 3px #efefef; }

.el-dialog__title {
  font-size: 16px !important; }

.el-dialog__body {
  padding: 15px !important; }

.el-dialog__footer {
  padding: 10px !important;
  border-top: 1px solid #eee; }

.avue-crud__dialog__menu {
  padding-right: 36px !important; }

.el-dialog.mycustom .el-dialog__header {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px #efefef;
          box-shadow: 0px 2px 3px #efefef;
  z-index: 999;
  padding: 0 !important; }
  .el-dialog.mycustom .el-dialog__header .title-wrap {
    padding: 16px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .el-dialog.mycustom .el-dialog__header .title-wrap .tit-txt {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      font-weight: 500; }
    .el-dialog.mycustom .el-dialog__header .title-wrap .tit-btns .btn {
      padding: 0;
      background: 0 0;
      border: none;
      outline: 0;
      cursor: pointer;
      font-size: 16px;
      margin: 0 10px; }

.el-dialog.mycustom .el-dialog__body {
  max-height: 500px;
  min-height: 100px;
  overflow-y: auto; }

.el-dialog.mycustom .el-dialog__footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding-bottom: 10px;
  z-index: 999; }

.el-dialog.mycustom.is-fullscreen .el-dialog__header {
  position: fixed;
  top: 0;
  width: 100%; }

.el-dialog.mycustom.is-fullscreen .el-dialog__body {
  max-height: none !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

.el-dialog.mycustom.is-fullscreen .el-dialog__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }

/* dialog样式 END */
/* collapse BEGIN */
.el-collapse {
  border-top: 0px;
  border-bottom: 0px; }
  .el-collapse .el-collapse-item .el-collapse-item__wrap {
    border-bottom: 0px; }
  .el-collapse .el-collapse-item .el-collapse-item__header {
    margin-bottom: 15px;
    border-bottom-color: #ebeef5 !important; }
    .el-collapse .el-collapse-item .el-collapse-item__header .collapse-header-split {
      width: 4px;
      height: 14px;
      background-color: #409eff;
      margin-right: 6px; }

/* collapse END */
::-webkit-scrollbar-track-piece {
  background-color: transparent; }

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(144, 146, 152, 0.3); }

.basic-block {
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-animation: mymove 1s;
          animation: mymove 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.basic-block .box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-size: cover;
}
.basic-block .box:hover {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
}
.basic-block a {
    color: #fff;
}
.basic-block span {
    display: block;
    font-size: 16px;
}
.basic-block p {
    width: 80%;
    font-size: 10px;
    color: #eee;
    line-height: 22px;
}
.basic-block i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 50px !important;
}
@-webkit-keyframes mymove {
from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes mymove {
from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}

.basic-container {
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.basic-container--block {
    height: 100%;
}
.basic-container--block .basic-container__card {
      height: 100%;
}
.basic-container__card {
    width: 100%;
}
.basic-container:first-child {
    padding-top: 0;
}

.flow-design-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.flow-design-dialog .el-dialog__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}

.w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu:hover {
  z-index: 101 !important;
}
.w-e-text-container a, .w-e-menu a {
  color: #333;
  text-decoration: none;
}
.w-e-menu span {
  font-size: 14px;
  color: #999;
}
.fullscreen-editor {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  background-color: white;
  z-index: 9999;
}
.fullscreen-editor .w-e-text-container {
  width: 100% !important;
  height: 95% !important;
}

