.page_income .top {
  margin-bottom: 0;
  height: auto;
}

.page_income .el-date-editor input {
  height: 2.5rem;
}

.page_income .my-select,
.page_income .my-select .my-select-text {
  line-height: 2.5rem;
  height: 2.5rem;
}

.page_income .search-wrap {
  float: left;
  width: calc(100% - 20rem);
}

.page_order .search-wrap {
  width: calc(50% - 11rem);
}

.page_order .search-wrap:nth-of-type(2) {
  margin-left: 2rem;
}

.page_income .top .btn-wrap button {
  border-radius: 0;
}

.page_income .top .btn-wrap button {
  color: #ABB2C1;
  background: #F5F5F9;
}

.page_income .top .btn-wrap button.active {
  color: #fff;
  background: #0084ff;
}

.page_income .top .row {
  margin-bottom: 10px;
  height: 2.5rem;
}

.page_income .choose-wrap {
  float: left;
  width: 33.33%;
}

.page_income .choose-wrap .label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 80px;
}

.page_income .choose-wrap .my-select {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
}

.page_income table tbody td span {
  color: #0084FF;
  cursor: pointer;
}

.page_income table tbody td span:hover {
  text-decoration: underline;
}

/* layout */
.page_income .align_center {
  text-align: center;
}

.page_income .align_right {
  text-align: right;
}

.my-incomeInfo-wrapper .my-popup {
  margin-left: -400px;
  width: 800px;
}

.page_income .my-popup-wrapper .my-popup_content {
  padding: 0;
}

.page_income .incomeInfo-wrapper {
  padding: 10px 15px;
}

.page_income .incomeInfo-wrapper .table-wrap {
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  max-height: 500px;
  overflow-y: auto;
}

.page_income .incomeInfo-wrapper thead {
  line-height: 30px;
  height: 30px;
}

.page_income .incomeInfo-wrapper thead th,
.page_income .incomeInfo-wrapper tbody td {
  font-size: 14px;
}

.page_income .incomeInfo-wrapper .btn-wrap {
  margin-bottom: 10px;
}

.page_income .incomeInfo-wrapper button {
  text-align: center;
  line-height: 30px;
  width: 100px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0084FF;
  border-radius: 4px;
  cursor: pointer;
}

.page_income .incomeInfo-wrapper .row {
  margin-bottom: 20px;
  height: 30px;
}

.page_income .incomeInfo-wrapper .choose-wrap {
  width: 50%;
}

.page_income .incomeInfo-wrapper .choose-wrap .label {
  font-size: 14px;
  color: #333;
}

.page_income .incomeInfo-wrapper .choose-wrap .my-select,
.page_income .incomeInfo-wrapper .choose-wrap .my-select-text {
  line-height: 30px;
  height: 30px;
}

.my-incomeCoe-wrapper .layout--web {
  padding-top: 30px;
}

/* 订单详情 - 订单编号 */
.page_order .orderNo {
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  width: calc(100% - 20px);
  font-size: 14px;
  color: #aaa;
  background: #F4F4F4;
  box-sizing: border-box;
}