.top[data-v-546eb72e] {
  display: flex;
  justify-content: space-between;
  height: 85px;
  line-height: 85px;
  font-size: 24px;
  color: #7f7f7f;
}
.top .user-info[data-v-546eb72e] {
  /*width: 220px;*/
  padding-left: 35px;
  text-align: center;
}
.picker[data-v-546eb72e] {
  width: 300px;
  font-size: 28px;
  font-weight: 600;
  background: #fff;
  text-align: right;
}
.picker-month[data-v-546eb72e], .picker-date[data-v-546eb72e] {
  width: 235px;
  margin: auto;
  cursor: pointer;
}
.picker-month[data-v-546eb72e]  .el-input__inner, .picker-date[data-v-546eb72e]  .el-input__inner {
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #7f7f7f;
}
.picker-month[data-v-546eb72e]  i {
  display: none;
}
.picker-left[data-v-546eb72e], .picker-right[data-v-546eb72e] {
  cursor: pointer;
  position: relative;
  z-index: 99;
  font-size: 32px;
  top: 3px;
}
.picker-left[data-v-546eb72e] {
  color: #333333;
}
.picker-right[data-v-546eb72e] {
  color: var(--el-theme-color);
}
.picker-date[data-v-546eb72e]  .el-input__inner {
  padding: 0;
}
.picker-date[data-v-546eb72e]  .el-input__prefix {
  right: -190px;
}
.picker-date[data-v-546eb72e]  .date-icon {
  font-size: 32px;
  color: var(--el-theme-color);
  line-height: 80px;
}
[data-v-546eb72e] .table-radio .el-radio__label {
  display: none;
}
