.store-con {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5EBF6;
  padding: 20px;

  .search-btn {
    cursor: pointer;
    width: 76px;
    height: 37px;
    line-height: 37px;
    background: #1969F9;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;

    &:hover {
      background: #0050E0;
    }
  }

  .btn-nav {
    margin-top: 11px;
    margin-bottom: 22px;

    .update {
      width: 66px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      background: #FFEEDD;
      border: 1px solid #FF870D;
      border-radius: 2px;
      color: #FF870D;
      font-size: 14px;
      cursor: pointer;
      width: 66px;

      i {
        margin-left: 3px;
      }

      &:hover {

        background: #FCA955;
        color: #fff;

      }
    }

    .dcg {
      width: 66px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      line-height: 26px;
      border: 1px solid #1969F9;
      background: #E5EEFF;
      color: #1969F9;
      margin-left: 10px;
      font-size: 14px;
      transition: all 0.5s;

      &:hover {
        background: #1969F9;
        cursor: pointer;
        color: #fff;
      }

      &.heti {
        width: 56px;
        background: #fff;

        &:hover {
          background: #E5EEFF;
          color: #1969F9;
        }
      }

      &.xjk {
        position: relative;
        left: -11px;
        border-left: 1px solid #1969F9;

        &:hover {
          border-left: 1px solid #1969F9;
        }
      }

      &.delbtn {
        border: 1px solid #FC1F00;
        background: #FFE7E3;
        color: #FC1F00;

        &:hover {
          background: #FF715D;
          color: #fff;
        }
      }
    }
  }

  .updatebox {
    position: relative;

    .selectdw {
      height: 36px;
      width: 36px;

      position: absolute;
      top: 1px;
      right: 2px;

      .el-select {
        width: 36px;
        border-left: 1px solid #C0C4CC;

        input {
          border: 0px;
          padding: 0px;
          height: 36px;
          width: 36px;
          font-size: 14px;
          color: #333;
          text-align: center;

        }

        .el-input__prefix, .el-input__suffix {
          display: none !important;
        }

      }
    }
  }
}