.at-wrap .el-dialog {
  width: 500px !important;
}
.at-wrap .el-dialog .el-dialog__body .card-panel {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 30px 0;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .form-title {
      margin-bottom: 20px;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select {
      width: 100%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px;
      text-align: center;
      line-height: 100px;
      margin: auto;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item {
        width: 150px;
        height: 40px;
        border: solid 1px #ddd;
        border-radius: 4px;
        color: #999;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s;
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item.active {
          background-color: var(--primaryColor);
          color: #fff;
          border: solid 1px var(--primaryColor);
}
.at-wrap .el-dialog .el-dialog__body .card-panel .month-select .month-item:hover {
          background-color: var(--primaryColor);
          color: #fff;
          border: solid 1px var(--primaryColor);
}
.zuiduo {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  margin-bottom: 5px;
}

