@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-10cd31f9] {
  background: #2276FF;
  border: 1px solid #2276FF;
  border-radius: 5px;
}
.el-dropdown-menu__item[data-v-10cd31f9] {
  text-align: center;
}
.el-dropdown-menu__item[data-v-10cd31f9]:focus, .el-dropdown-menu__item[data-v-10cd31f9]:not(.is-disabled):hover {
    background-color: #2277ff21;
    color: #2276ff;
    font-weight: 600;
}

/**
 * 表格区域公共样式
 */
.table-wrap[data-v-10cd31f9] {
  width: 100%;
}
.table-wrap .el-loading-mask[data-v-10cd31f9] {
    z-index: 8 !important;
}
.table-wrap .table-tools[data-v-10cd31f9] {
    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-10cd31f9] {
      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-10cd31f9] {
        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-10cd31f9] {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #2a98ff;
}
.table-wrap .table-tools .table-tools-left .shape[data-v-10cd31f9] {
      display: inline-block;
      width: 3px;
      height: 16px;
      background: #1875f0;
      border-radius: 2px;
      position: relative;
      top: 2px;
      right: 3px;
}
.table-wrap .table-content[data-v-10cd31f9] {
    padding-bottom: 45px;
    background: #ffffff;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-10cd31f9]::-webkit-scrollbar {
      width: 10px;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-10cd31f9]::-webkit-scrollbar-thumb {
      width: 10px;
      background: #c1c1c1;
}
.table-wrap .table-content .el-table thead th[data-v-10cd31f9] {
      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-10cd31f9] {
      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-10cd31f9] {
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-img-content img[data-v-10cd31f9] {
          width: 32px;
          height: auto;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-long-text-content[data-v-10cd31f9] {
        color: #0096ff;
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row .group-select[data-v-10cd31f9] {
      margin-left: 10px;
      cursor: pointer;
}
.table-wrap .table-content .table-template-item[data-v-10cd31f9] {
      padding: 10px;
      border-radius: 2px;
      font-size: 12px;
}
.table-wrap .table-content .table-template-item.danger[data-v-10cd31f9] {
        color: #C6001A;
        background: #F9E5E8;
}
.table-wrap .table-content .table-template-item.warning[data-v-10cd31f9] {
        color: #CA7F00;
        background: #FCF2ED;
}
.table-wrap .table-content .table-template-item.primary[data-v-10cd31f9] {
        color: #2276FF;
        background: #E9F1FF;
}
.table-wrap .table-content .table-template-item.success[data-v-10cd31f9] {
        color: #0CBA70;
        background: #E6F8F0;
}
.table-wrap .table-pages[data-v-10cd31f9] {
    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-10cd31f9] {
      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-10cd31f9]:hover {
        border-color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes + .page-btns .last[data-v-10cd31f9] {
      display: none;
}
.table-wrap .table-pages .el-pagination .btn-prev[data-v-10cd31f9],
    .table-wrap .table-pages .el-pagination .el-pager li[data-v-10cd31f9],
    .table-wrap .table-pages .el-pagination .btn-next[data-v-10cd31f9] {
      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-10cd31f9]:hover,
    .table-wrap .table-pages .el-pagination .btn-next[data-v-10cd31f9]:hover {
      color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pager li[data-v-10cd31f9] {
      margin: 0 5px;
      min-width: 30px;
}
.table-wrap .table-pages .el-pagination .el-pager li:not(.disabled).active[data-v-10cd31f9] {
      background-color: #2276ff;
      color: #fff;
}
.table-wrap .table-pages .el-pagination .btn-next + .page-btns .first[data-v-10cd31f9] {
      display: none;
}
.table-wrap .table-pages .el-pagination .page-btns[data-v-10cd31f9] {
      display: inline-block;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-10cd31f9] {
        margin: 0;
        background: #f4f4f5;
        border-radius: 0;
        border: 1px solid #ebeef5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-10cd31f9]:disabled {
          background: #f4f4f5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-10cd31f9] {
          margin-right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-10cd31f9] {
          margin-left: 5px;
          position: absolute;
          right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-10cd31f9], .table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-10cd31f9] {
          background: #fff;
          border-radius: 3px;
}
.deleteBtn[data-v-10cd31f9] {
  color: #C6001A;
  cursor: pointer;
}
.blueBtn[data-v-10cd31f9] {
  color: #2276FF;
  cursor: pointer;
}
.greenDiv[data-v-10cd31f9] {
  background: #E6F8F0;
  color: #0CBA70;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.redDiv[data-v-10cd31f9] {
  background: #F9E5E8;
  color: #C6001A;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.yellowDiv[data-v-10cd31f9] {
  background: #FCF2ED;
  color: #CA7F00;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.blueDiv[data-v-10cd31f9] {
  background: #E9F1FF;
  color: #2276FF;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.warning[data-v-10cd31f9] {
  color: #CA7F00 !important;
}
.success[data-v-10cd31f9] {
  color: #0CBA70 !important;
}
.danger[data-v-10cd31f9] {
  color: #C6001A !important;
}
.primary[data-v-10cd31f9] {
  color: #2276FF !important;
}
.new_loading[data-v-10cd31f9] {
  -webkit-animation: rotating-data-v-10cd31f9 2s linear infinite;
          animation: rotating-data-v-10cd31f9 2s linear infinite;
}
@-webkit-keyframes rotating-data-v-10cd31f9 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
@keyframes rotating-data-v-10cd31f9 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
.cardCoupons[data-v-10cd31f9] {
  padding: 0 20px 20px;
}
.cardCoupons .accountTopTit[data-v-10cd31f9] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}
.cardCoupons .accountTopTit .title[data-v-10cd31f9] {
      display: inline-block;
      height: 60px;
      color: #333333;
      line-height: 60px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 1px;
}
.cardCoupons[data-v-10cd31f9] .el-tabs__nav-wrap::after {
    opacity: 0;
}
.cardCoupons .cardCouponsList[data-v-10cd31f9] {
    min-width: 800px;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.cardCoupons .cardCouponsList .cardCouponsItem[data-v-10cd31f9] {
      height: 100px;
      min-width: 380px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemLeft[data-v-10cd31f9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        height: 100px;
        min-width: 140px;
        border-radius: 10px;
        background-color: #d8ecff;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemLeft .yue[data-v-10cd31f9] {
          color: #2276FF;
          font-size: 16px;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemLeft .yue .bigFont[data-v-10cd31f9] {
            font-size: 28px;
            font-weight: 800;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemLeft .seeAble[data-v-10cd31f9] {
          margin-top: 8px;
          color: #2276FF;
          font-size: 10px;
          cursor: pointer;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight[data-v-10cd31f9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        height: 100px;
        min-width: 240px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: #d8ecff;
        position: relative;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .rbBox[data-v-10cd31f9] {
          font-size: 8px;
          color: #7F7F7F;
          position: absolute;
          bottom: -18px;
          right: 0;
          width: 70px;
          border: 0px solid transparent;
          border-top: 18px solid #d8ecff;
          border-left: 18px solid transparent;
          z-index: 9;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .rbBox span[data-v-10cd31f9] {
            position: absolute;
            top: -18px;
            right: 14px;
            cursor: pointer;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .inLeft[data-v-10cd31f9] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: left;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .inLeft .oneLine[data-v-10cd31f9] {
            color: #000000;
            font-size: 20px;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .inLeft .twoLine[data-v-10cd31f9] {
            color: #000000;
            font-size: 12px;
            margin: 5px 0;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .inLeft .threeLine[data-v-10cd31f9] {
            color: #aaaaaa;
            font-size: 10px;
}
.cardCoupons .cardCouponsList .cardCouponsItem .cardCouponsItemRight .inright[data-v-10cd31f9] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: center;
              align-self: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 60px;
          height: 60px;
          border: 1px solid transparent;
          border-radius: 100%;
          background-color: #2276ff;
          color: #ffffff;
          line-height: 60px;
          text-align: center;
          cursor: pointer;
}
.cardCoupons .cardCouponsList .cardCouponsItem .radiusThree[data-v-10cd31f9] {
        border-bottom-right-radius: 0;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemLeft[data-v-10cd31f9] {
      background-color: #f7f7f7;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemLeft .yue[data-v-10cd31f9] {
        color: #aaaaaa;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemLeft .seeAble[data-v-10cd31f9] {
        color: #aaaaaa;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight[data-v-10cd31f9] {
      background-color: #f7f7f7;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight .rbBox[data-v-10cd31f9] {
        border-top: 18px solid #f7f7f7;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight .inLeft .oneLine[data-v-10cd31f9] {
        color: #aaaaaa;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight .inLeft .twoLine[data-v-10cd31f9] {
        color: #aaaaaa;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight .inLeft .threeLine[data-v-10cd31f9] {
        color: #aaaaaa;
}
.cardCoupons .cardCouponsList .cardCouponsItemUnable .cardCouponsItemRight .inright[data-v-10cd31f9] {
        background-color: #aaaaaa;
}
.cardCoupons .cardCouponsList .ml25[data-v-10cd31f9] {
      margin-left: 25px;
}
.cardCoupons .canotUseHide[data-v-10cd31f9] {
    height: 0;
    padding: 0;
    overflow: hidden;
}
.el-icon-info[data-v-10cd31f9] {
  color: #2276ff;
  font-size: 18px;
  cursor: pointer;
  margin-left: 5px;
}
.sign-frame .table[data-v-10cd31f9] {
  margin-top: 10px;
}
.sign-frame .pagination[data-v-10cd31f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 10px;
  background-color: #ffffff;
}
.sign-frame .pagination button[data-v-10cd31f9] {
    border: none;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
}
.sign-frame .demo-table-expand[data-v-10cd31f9] {
  font-size: 0;
}
.sign-frame .demo-table-expand label[data-v-10cd31f9] {
  width: 90px;
  color: #99a9bf;
}
.sign-frame .table[data-v-10cd31f9] .el-table__expanded-cell[class*="cell"] {
  padding: 0;
  border: none;
}
.sign-frame[data-v-10cd31f9] .el-dialog__footer .my-dialog-footer {
  border-top: none;
}
[data-v-10cd31f9] .el-table__header-wrapper {
  border-bottom: 1px solid #EBEEF5;
}

