.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #cc4455;
}
.el-select-dropdown__item.selected {
  color: #cc4455;
  font-weight: 700;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #cc4455;
}
.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #cc4455;
}
.el-input__inner:focus {
  border-color: #cc4455;
  outline: 0;
}
.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #cc4455;
}


.loading-layer {
  height: 100%;
  width: 100%;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed !important;
  left: 0px;
  top: 0px;
  z-index: 9999;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
}
.loading .loading-layer {
  background-color: rgba(0, 0, 0, 0.2);
}
.loading img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}

.headers[data-v-56b6902c] {
  width: 100%;
  height: 40px;
  background: #D81212;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
}
.headers .el-icon-close[data-v-56b6902c] {
    float: right;
    position: relative;
    top: 12px;
    right: 6px;
}

.el-dialog {
  border-radius: 5px;
}
.el-dialog__header {
  display: none;
}
.el-dialog__body {
  padding: 0px 0px;
  background-color: transparent;
  border-radius: 5px;
}
.signDialog {
  height: 200px;
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.signDialog .authDscp {
    font-size: 14px;
    color: #646464;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding-top: 20px;
}
.signDialog .withInput {
    width: 100%;
    text-align: left;
}
.signDialog .withInput .el-input__inner {
      width: 100%;
      height: 32px;
      line-height: 32px;
}
.authHandlerBox {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.authHandlerBox .button {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #646464;
    border: 1px solid #c8c8c8;
}
.authHandlerBox .button:hover {
      background-color: #a5303d;
      border: 1px solid #a5303d;
      color: white;
}
.authHandlerBox .buttonActive {
    color: #D81212;
    border: 1px solid #D81212;
}

.el-dialog__header {
  display: none;
}
.main {
  border: 1px solid red;
  position: relative;
}
.son {
  width: 500px;
  height: 300px;
}

