.selectWrap {
  padding: 0;
  min-width: 138px;
}
.selectWrap .selectItem {
    padding: 0;
}
.selectWrap .selectItem p {
      height: 36px;
      text-align: center;
      color: #191b21;
      line-height: 36px;
      background: #ffffff;
      cursor: pointer;
}
.selectWrap .selectItem p:hover {
      background: #f2f7ff;
}

.proof2Wrap[data-v-1c4e6f0e] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.proof2Wrap .tabName[data-v-1c4e6f0e] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 24px;
}
.proof2Wrap .tabName .tabText[data-v-1c4e6f0e] {
      cursor: pointer;
      margin-right: 30px;
}
.proof2Wrap .tabName .isActive[data-v-1c4e6f0e] {
      color: #191B21;
      font-weight: 600;
}
.proof2Wrap .tabName .searchWrap[data-v-1c4e6f0e] {
      width: 320px;
      height: 40px;
      position: relative;
      float: right;
}
.proof2Wrap .tabName .searchWrap img[data-v-1c4e6f0e] {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 12px;
        left: 16px;
        z-index: 1;
}
.proof2Wrap .tabName .searchWrap .searchInput[data-v-1c4e6f0e] .el-input__inner {
        padding-left: 40px;
}
.proof2Wrap .orderListCon[data-v-1c4e6f0e] {
    width: 100%;
    min-height: calc(100% - 50px);
    padding: 32px 48px;
    background: #ffffff;
    box-sizing: border-box;
}
.proof2Wrap .orderListCon .topSelect[data-v-1c4e6f0e] {
      width: 100%;
      font-size: 14px;
}
.proof2Wrap .orderListCon .topSelect[data-v-1c4e6f0e] .el-input__inner {
        line-height: 36px;
        height: 36px;
}
.proof2Wrap .pointWar[data-v-1c4e6f0e] {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #F8A94A;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 8px;
}
.proof2Wrap .pointSucc[data-v-1c4e6f0e] {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #1DD454;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 8px;
}
.proof2Wrap .pointErr[data-v-1c4e6f0e] {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #F25556;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 8px;
}

