/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.xui-ant-calendar {
  position: relative;
  width: 279px;
  padding-bottom: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.xui-ant-calendar--yearSelect {
  position: absolute;
  top: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 279px;
  height: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.xui-ant-calendar--yearSelect--yearTd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  height: 24px;
  margin: 0 10px 36px;
  line-height: 24px;
  text-align: center;
}
.xui-ant-calendar--yearSelect--yearTd--yearItem {
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.xui-ant-calendar--yearSelect--yearTd--yearItem:hover {
  background-color: rgba(24, 144, 255, 0.2);
}
.xui-ant-calendar--yearSelect--yearTd--yearItem--active {
  color: #fff;
  background-color: #1890ff;
  border-radius: 2px;
}
.xui-ant-calendar--monthSelect {
  position: absolute;
  top: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 279px;
  height: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.xui-ant-calendar--monthSelect--monthTd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  height: 24px;
  margin: 0 10px 36px;
  line-height: 24px;
  text-align: center;
}
.xui-ant-calendar--monthSelect--monthTd--monthItem {
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}
.xui-ant-calendar--monthSelect--monthTd--monthItem:hover {
  background-color: rgba(24, 144, 255, 0.2);
}
.xui-ant-calendar--monthSelect--monthTd--monthItem--active {
  color: #fff;
  background-color: #1890ff;
  border-radius: 2px;
}
.xui-ant-calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 13px;
  border-bottom: 1px solid #e8e8e8;
}
.xui-ant-calendar-header--doubleLeft {
  color: #707070;
  font-size: 12px;
  cursor: pointer;
}
.xui-ant-calendar-header--doubleLeft:hover {
  color: #1890ff;
}
.xui-ant-calendar-header--left {
  margin-left: 12px;
  color: #707070;
  font-size: 12px;
  cursor: pointer;
}
.xui-ant-calendar-header--left:hover {
  color: #1890ff;
}
.xui-ant-calendar-header--dateInfo {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.xui-ant-calendar-header--dateInfo--year {
  margin-right: 5px;
}
.xui-ant-calendar-header--dateInfo--yearSelect {
  cursor: pointer;
}
.xui-ant-calendar-header--dateInfo--yearSelect:hover {
  color: #1890ff;
}
.xui-ant-calendar-header--dateInfo--monthSelect {
  cursor: pointer;
}
.xui-ant-calendar-header--dateInfo--monthSelect:hover {
  color: #1890ff;
}
.xui-ant-calendar-header--right {
  margin-right: 12px;
  color: #707070;
  font-size: 12px;
  cursor: pointer;
}
.xui-ant-calendar-header--right:hover {
  color: #1890ff;
}
.xui-ant-calendar-header--doubleRight {
  color: #707070;
  font-size: 12px;
  cursor: pointer;
}
.xui-ant-calendar-header--doubleRight:hover {
  color: #1890ff;
}
.xui-ant-calendar-body {
  position: relative;
  margin: 0 auto;
}
.xui-ant-calendar-body--week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xui-ant-calendar-body--week th {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 24px;
  height: 24px;
  margin-top: 9px;
  line-height: 20px;
  text-align: center;
}
.xui-ant-calendar-body--dayBlock {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.xui-ant-calendar-body--dayBlock:hover {
  background-color: rgba(24, 144, 255, 0.2);
}
.xui-ant-calendar-body--thisMonth {
  color: #333;
}
.xui-ant-calendar-body--prevMonth {
  color: rgba(0, 0, 0, 0.25);
}
.xui-ant-calendar-body--nextMonth {
  color: rgba(0, 0, 0, 0.25);
}
.xui-ant-calendar-body--today {
  color: #1890ff;
  line-height: 20px;
  background-color: rgba(24, 144, 255, 0.2);
  border: 1px solid #1890ff;
}
.xui-ant-calendar-body--today:hover {
  background-color: rgba(24, 144, 255, 0.2);
}
.xui-ant-calendar-body--active {
  color: #fff;
  background-color: #1890ff;
}
.xui-ant-calendar-body--active:hover {
  background-color: #1890ff;
}
.xui-ant-calendar-body--disable {
  color: rgba(0, 0, 0, 0.25);
  background-color: #eee;
  cursor: not-allowed;
}
.xui-ant-calendar-body--disable:hover {
  background-color: #eee;
}
