@charset "UTF-8";
/** 书写规则
 *  @link(http://www.shejidaren.com/css-written-specifications.html)
 *  1.位置属性(position, top, right, z-index, display, float等)
 *  2.大小(width, height, padding, margin)
 *  3.文字系列(font, line-height, letter-spacing, color- text-align等)
 *  4.背景(background, border等)
 *  5.其他(animation, transition等)
*/
/*
 * @Author: DongYu
 * @Date: 2022-05-09 19:46:57
 * @LastEditTime: 2022-06-21 17:34:34
 * @LastEditors: LiMing
 * @FilePath: \isignetOpenPlat\src\styles\reset-element-ui.scss
 * @Description: 重写elementUI的样式
 */
.el-button.el-button--primary[data-v-e4ef1e78] {
  background: #2276FF;
  border: 1px solid #2276FF;
  border-radius: 5px;
}
.el-dropdown-menu__item[data-v-e4ef1e78] {
  text-align: center;
}
.el-dropdown-menu__item[data-v-e4ef1e78]:focus, .el-dropdown-menu__item[data-v-e4ef1e78]:not(.is-disabled):hover {
    background-color: #2277ff21;
    color: #2276ff;
    font-weight: 600;
}

/**
 * 表格区域公共样式
 */
.table-wrap[data-v-e4ef1e78] {
  width: 100%;
}
.table-wrap .el-loading-mask[data-v-e4ef1e78] {
    z-index: 8 !important;
}
.table-wrap .table-tools[data-v-e4ef1e78] {
    padding: 0 20px;
    background: white;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}
.table-wrap .table-tools .table-tools-right .list-hd-link[data-v-e4ef1e78] {
      float: right;
      padding-left: 10px;
      color: #3187ee;
      font-weight: normal;
}
.table-wrap .table-tools .table-tools-right .list-hd-link .view-more-doc[data-v-e4ef1e78] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #707986;
        cursor: pointer;
}
.table-wrap .table-tools .table-tools-left .table-tools-title[data-v-e4ef1e78] {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #2a98ff;
}
.table-wrap .table-tools .table-tools-left .shape[data-v-e4ef1e78] {
      display: inline-block;
      width: 3px;
      height: 16px;
      background: #1875f0;
      border-radius: 2px;
      position: relative;
      top: 2px;
      right: 3px;
}
.table-wrap .table-content[data-v-e4ef1e78] {
    padding-bottom: 45px;
    background: #ffffff;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-e4ef1e78]::-webkit-scrollbar {
      width: 10px;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-e4ef1e78]::-webkit-scrollbar-thumb {
      width: 10px;
      background: #c1c1c1;
}
.table-wrap .table-content .el-table thead th[data-v-e4ef1e78] {
      padding: 0;
      line-height: 39px;
      background-color: #f8f8f8 !important;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #757e9b;
      text-align: left;
}
.table-wrap .table-content .el-table tbody .el-table__row td[data-v-e4ef1e78] {
      position: relative;
      padding: 0;
      height: 45px;
      text-align: left;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-img-content[data-v-e4ef1e78] {
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-img-content img[data-v-e4ef1e78] {
          width: 32px;
          height: auto;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-long-text-content[data-v-e4ef1e78] {
        color: #0096ff;
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row .group-select[data-v-e4ef1e78] {
      margin-left: 10px;
      cursor: pointer;
}
.table-wrap .table-content .table-template-item[data-v-e4ef1e78] {
      padding: 10px;
      border-radius: 2px;
      font-size: 12px;
}
.table-wrap .table-content .table-template-item.danger[data-v-e4ef1e78] {
        color: #C6001A;
        background: #F9E5E8;
}
.table-wrap .table-content .table-template-item.warning[data-v-e4ef1e78] {
        color: #CA7F00;
        background: #FCF2ED;
}
.table-wrap .table-content .table-template-item.primary[data-v-e4ef1e78] {
        color: #2276FF;
        background: #E9F1FF;
}
.table-wrap .table-content .table-template-item.success[data-v-e4ef1e78] {
        color: #0CBA70;
        background: #E6F8F0;
}
.table-wrap .table-pages[data-v-e4ef1e78] {
    margin: 10px 0;
    position: relative;
    float: right;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes .el-select .el-input .el-input__inner[data-v-e4ef1e78] {
      border: 1px solid #dcdfe6;
      border-radius: 3px;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes .el-select .el-input .el-input__inner[data-v-e4ef1e78]:hover {
        border-color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes + .page-btns .last[data-v-e4ef1e78] {
      display: none;
}
.table-wrap .table-pages .el-pagination .btn-prev[data-v-e4ef1e78],
    .table-wrap .table-pages .el-pagination .el-pager li[data-v-e4ef1e78],
    .table-wrap .table-pages .el-pagination .btn-next[data-v-e4ef1e78] {
      margin: 0;
      margin-right: -1px;
      background-color: #fff;
      border-radius: 3px;
      border: 1px solid #ebeef5;
      color: #666666;
      font-weight: normal;
}
.table-wrap .table-pages .el-pagination .btn-prev[data-v-e4ef1e78]:hover,
    .table-wrap .table-pages .el-pagination .btn-next[data-v-e4ef1e78]:hover {
      color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pager li[data-v-e4ef1e78] {
      margin: 0 5px;
      min-width: 30px;
}
.table-wrap .table-pages .el-pagination .el-pager li:not(.disabled).active[data-v-e4ef1e78] {
      background-color: #2276ff;
      color: #fff;
}
.table-wrap .table-pages .el-pagination .btn-next + .page-btns .first[data-v-e4ef1e78] {
      display: none;
}
.table-wrap .table-pages .el-pagination .page-btns[data-v-e4ef1e78] {
      display: inline-block;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-e4ef1e78] {
        margin: 0;
        background: #f4f4f5;
        border-radius: 0;
        border: 1px solid #ebeef5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-e4ef1e78]:disabled {
          background: #f4f4f5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-e4ef1e78] {
          margin-right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-e4ef1e78] {
          margin-left: 5px;
          position: absolute;
          right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-e4ef1e78], .table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-e4ef1e78] {
          background: #fff;
          border-radius: 3px;
}
.deleteBtn[data-v-e4ef1e78] {
  color: #C6001A;
  cursor: pointer;
}
.blueBtn[data-v-e4ef1e78] {
  color: #2276FF;
  cursor: pointer;
}
.greenDiv[data-v-e4ef1e78] {
  background: #E6F8F0;
  color: #0CBA70;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.redDiv[data-v-e4ef1e78] {
  background: #F9E5E8;
  color: #C6001A;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.yellowDiv[data-v-e4ef1e78] {
  background: #FCF2ED;
  color: #CA7F00;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.blueDiv[data-v-e4ef1e78] {
  background: #E9F1FF;
  color: #2276FF;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.warning[data-v-e4ef1e78] {
  color: #CA7F00 !important;
}
.success[data-v-e4ef1e78] {
  color: #0CBA70 !important;
}
.danger[data-v-e4ef1e78] {
  color: #C6001A !important;
}
.primary[data-v-e4ef1e78] {
  color: #2276FF !important;
}
.new_loading[data-v-e4ef1e78] {
  -webkit-animation: rotating-data-v-e4ef1e78 2s linear infinite;
          animation: rotating-data-v-e4ef1e78 2s linear infinite;
}
@-webkit-keyframes rotating-data-v-e4ef1e78 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
@keyframes rotating-data-v-e4ef1e78 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
#fixed-box[data-v-e4ef1e78] {
  position: absolute;
  top: 20px;
  left: 0;
  width: 12vw;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#fixed-box.is_fixed[data-v-e4ef1e78] {
    position: fixed;
    width: 12vw;
}
#fixed-box.is_off[data-v-e4ef1e78] {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
}
#fixed-box .fixed-arrow[data-v-e4ef1e78] {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 40px;
    color: #999;
    font-size: 1.5em;
    line-height: 40px;
    background: #ffffff;
    -webkit-box-shadow: 4px 0px 6px -2px rgba(0, 0, 0, 0.12), 4px 0px 6px -2px rgba(0, 0, 0, 0.04);
            box-shadow: 4px 0px 6px -2px rgba(0, 0, 0, 0.12), 4px 0px 6px -2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
#fixed-box .menu[data-v-e4ef1e78] {
    padding: 20px 12px;
    width: 100%;
}
#fixed-box .menu-item[data-v-e4ef1e78] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      color: #303133;
      font-size: 14px;
      font-weight: 500;
      list-style: none;
      line-height: 2.6vw;
      text-align: center;
      cursor: pointer;
}
#fixed-box .menu-item[data-v-e4ef1e78]:hover {
        color: #2276ff;
}
#fixed-box .menu-item.title[data-v-e4ef1e78] {
        color: #2276ff;
        line-height: 3vw;
        font-size: 16px;
        font-weight: 600;
        background: #eff1f5;
        cursor: default;
}
#fixed-box .menu-item.title[data-v-e4ef1e78]:not(:first-child) {
          margin-top: 10px;
}
#fixed-box .menu .hotline[data-v-e4ef1e78] {
      position: relative;
      -webkit-transition: 0.5s all;
      transition: 0.5s all;
}
#fixed-box .menu .hotline-drawer[data-v-e4ef1e78] {
        position: absolute;
        top: 0;
        left: 100px;
        padding: 10px 0;
        width: 190px;
        background: #fff;
        line-height: 25px;
        text-align: center;
        border: 1px solid #f2f4fa;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 1;
}
#fixed-box .menu .hotline-drawer.drawer-operate[data-v-e4ef1e78] {
          width: 270px;
          line-height: 20px;
}

